/*======================================
Theme Name: Free Divi Child Theme By Pee-Aye Creative
Theme URI: https://www.peeayecreative.com/
Description: This is a free Divi child theme from Pee-Aye Creative!
Author: Nelson Lee Miller (aka The Divi Teacher)
Author URI: https://www.peeayecreative.com/
Author Email: nelson@peeayecreative.com
Template: Divi
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

 /* ===== NOTES ==================================================================
 * 
 * New to Divi? Take our full Divi course: https://www.peeayecreative.com/product/beyond-the-builder-the-ultimate-divi-website-course/
 * 
 * Learn cool tricks and features with our Divi tutorials: https://www.peeayecreative.com/blog/
 * 
 * Discover our premium Divi products: https://www.peeayecreative.com/shop/
 * 
 * =============================================================================== */

/*add your custom CSS below this line*/

@media screen and ( max-width: 980px ) { .inverse { display: flex; flex-direction: column-reverse; } }

.btn {font-size: clamp(1rem, 2vw, 1.25rem);
}

a {
  font-size: clamp(14px, 1.5vw, 18px);
} 





#nf-field-22 {
    background: #d60328;   
    padding: 5px 10px;
    border-radius: 3px;
    border : 2px solid #d60328;
    color: #ffffff;
    cursor: pointer;
}

.wp-image-237 {
	  max-width: clamp(80px, 20vw, 130px);
}


   .dsm_image_accordion_title {
        background-color: rgba(255, 255, 255, 0.72);
        padding: 10px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
  .dsm_image_accordion_description {
        background-color: rgba(255, 255, 255, 0.72);
        padding: 10px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }
  .dsm_image_accordion_overylay_content .dsm_image_accordion_overylay_title {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border-radius: 3px;
    }

/*style the Divi blog link text as a button*/

.et_pb_post a.more-link {
  color: #ffffff;
	background: #d60328 ;
	border: 1px solid #d60328 ;
	padding: .2em 0.8em;
	margin-top: 20px;
	border-radius: 3px;
	text-transform: capitalize;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}


/*style the Divi blog link text as a button on hover*/

.et_pb_post a.more-link:hover {
	background: rgba(214,0,39,0.74) ;
;
	color: #ffffff;
	border: 1px solid #d60328;
	transition: all 0.3s ease-in-out;
}





