/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


body {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 16px;
	
}

#services_section h4 {
	font-size: 14px;
	font-weight: 600;
}

#services_6 .et_pb_blurb_container {
    height: 50px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#services_6 .et_pb_blurb_container {
    height: 50px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#services_6 h4 {
    line-height: normal;
    font-size: 14px;
	font-weight: 600;
}

body p,
body div {
	font-size: 16px;
}

.entry-content .list_arrows ul,
.entry-content ul.list_arrows {
	padding: 0 0 0 20px;
	margin: 10px 0 10px;
	text-indent: -20px;
}

.et_color_scheme_red a.red_button {
    background: #DA0028;
    color: white;
    padding: 10px 14px;
    border: 2px solid #DA0028;
    margin: 10px auto;
    display: inline-block;
    border-radius: 5px; 
}

.et_color_scheme_red a.red_button:hover {
    color: #DA0028;
    background: white;
    
}

.list_arrows li {
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
}

.list_arrows li:before {
    font-family: 'Font Awesome 5 Free' ;
    content: '\f04b';
	font-weight: 600; 
	margin-right: 10px;
    font-size: 12px;
	vertical-align: middle;
}

.et_color_scheme_red a.white_button,
a.white_button {
    background: white;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid red;
    font-weight: 600;
    margin-top: 5px;
    display: inline-block;
    
}

.et_color_scheme_red a.white_button:hover,
a.white_button:hover {
    color: white;
    background: red;
}

.footer-widget li:before {
    border-color: #cd5c5c;
}


.et_pb_gutters3.et_pb_footer_columns4 .footer-widget {
    width: 33.33%;
}

div#custom_html-3{
    margin-bottom: 0;
}

.footer-widget h4.title {
    color: white!important;
/*     font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif; */
    font-weight: 400;
    font-size: 25px;
}

.full_image_cut {
    max-height: 500px;
    overflow: hidden;

}

.et_pb_button {
/*     font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif!important; */
        letter-spacing: 3px;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 20px;
        

}

.et_pb_module .et_pb_button:hover {
    padding: 10px 30px 10px 10px;
}

.et_pb_button:hover:after, .et_pb_more_button:hover:after, .et_pb_newsletter_button:hover:after, .et_pb_pricing_table_button:hover:after, .et_pb_promo_button:hover:after {
    margin-top: -4px;
}

.custom_fullwidth_header {
    background: black url('/wp-content/uploads/2018/10/curtain-1275200.png');
   
}

.home .custom_fullwidth_header {
    display: none;
    
}

#footer-bottom {
	background: #cf2e2e;
}

.et_color_scheme_red #footer-bottom a,
#footer-info,
#footer-info a {
	color: white;
}

.et_color_scheme_red #footer-bottom .et-social-icon a:hover,
#footer-info a:hover {
	color: white!important;
	opacity: 0.8;
}

/* toggle */

.with_toggle_content p:empty {
	display: none;
}

.with_toggle_content p:empty + p {
	display: none;
}

.toggle-content-wrapper {
    margin: 10px 0;
	
}

.toggle-content-button {
    /* background-color: #0073aa; */
	display: block;
    color: black;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
	width: 100%;
	text-align: left;
}

.toggle-content-button:hover {
    background-color: #c3c3c3;
}

.toggle-content {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

/* faq */

.faq-wrapper {
    margin: 1em 0;
}

.faq-title {
    margin: 1em 0;
    font-size: 1.5em;
    color: #444;
}

.faq-question {
    font-weight: bold;
    cursor: pointer;
    color: #333;
    margin-bottom: 0.5em;
}

.faq-answer {
    margin: 0;
    padding: 16px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
}

.faq-answer br:first-child,
.faq-answer + br {
	display: none;
}

.list_2col {
    column-count: 2;
    
}

p:empty {
	display: none;
}

@media screen and (max-width: 1250px) {
   nav#top-menu-nav {
        display: none!important;
    }
    #et_mobile_nav_menu {       
       display: block;
    }
}



@media screen and (max-width: 600px) {
	.list_2col {
    	column-count: 1;
    
	}
}