/* Custom CSS
------------------------------------------------------------ */
.phoneNumber {color:#ffffff !important;font-weight:700;font-size:18pt;}
.phoneNumber a {text-decoration:none;color:#ffffff !important;font-weight:700;font-size:18pt;}
.phoneNumber a:hover {text-decoration:underline;}


.frwYesHelpText {font-size:200%;text-align:center;line-height:120%;}
.frwTopImage {height:400px;}	
.frwImageButton {border-radius:4px;}
.fl-module-photo {height:400px;)

// hide elements in Woocommerce Cart and Product Pages

// ended up having to place div.product_meta {display:none;} in styles.css and use "PLUGIN: Genesis Style Trump" in order to get the proper enqueue order for the competing stylesheets.





/* Custom Responsive CSS
------------------------------------------------------------ */
@media only screen and (max-width: 1140px) {

}

@media only screen and (min-width: 840px) and (max-width: 1140px) {

}

@media only screen and (min-width: 480px) and (max-width: 1140px) {

}

@media only screen and (max-width: 840px) {

}

@media only screen and (min-width: 480px) and (max-width: 840px) {

}

@media only screen and (max-width: 479px) {

}