/*
Theme Name: Ashley Build
Description: This is a child theme for Flatsome Theme
Author: Mooseo
Template: flatsome
Version: 5.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.side-by-side { float: left; margin-right: 5px }
@media only screen and (max-width: 48em) {
.banner h3 {
    font-size: 1.2em;
}
	
.pricecomparisonwidget.fullwidth {
	width:100%;
}
.pcpricechecked {
    display: none;
    padding: 1px 3px;
    position: relative;
    top: -12px;
}
.box-image img {
    max-width: 100%;
    width: 100%;
    transform: translateZ(0);
    margin: 0 auto;
    border-radius: 0px;
}	
	
.yoder-button
	{
    background-color: #cb6400;
}
/*************** SWITCH TOGGLE PRICING ***************/

.switch-toggle-pricing .nav {
    background: #530c0a; /* Change nav bg color */
    padding: 5px 5px;
    border-radius: 30px;
    width: fit-content;
    margin: auto;
}

.switch-toggle-pricing .col-round>* {
    border-radius: 8px;
    box-shadow: 1px 1px 39px 0 rgba(32,27,61,.07);
}

.js .tmce-active .wp-editor-area {
    color: #790000;
}


/*************** ADD MOBILE ONLY CSS HERE  ***************/
.side-by-side { float: left; margin-right: 5px }

}

.header-button:hover .initialText, .hoverText {
    display: none;
}
.header-button:hover .hoverText {
    display: block;
}