/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */



@media(min-width:981px){

h1 {
    line-height: 51px !important;
	    font-size: 42px !important;
		font-weight:700;

	

}
	.cta a {
    background: #4c0b09;
    padding-top: 25px !important;
    padding-right: 20px !important;
    padding-bottom: 25px !important;
    padding-left: 23px !important;
    text-align: center;
    margin-top: -20px !important;
    border-radius: 72px;
    letter-spacing: 1px;
    color: white !important;
}

h2 {
        font-size: 32px !important;
        line-height: 47px;
	font-weight:700;

    }

h3{
	font-size:20px !important;
	        line-height: 29px;
		font-weight:700;


}}

@media(max-width:980px){
    h1 {
        font-size: 37px !important;
        line-height: 48px !important;
    }

h2{
	font-size:26px !important;
	line-height: 37px;
		font-weight:700;

}

h3{
	font-size:19px !important;
	line-height: 37px;
		font-weight:700;

}}

@media(min-width:981px){
.middle{
	 display: flex;
    align-items: center;
}}
@media only screen and (max-width: 980px)
{
	.reverse {
    flex-direction: column-reverse !important;
		display:flex !important;
	}
.cta a {
    background: #4c0b09;
    padding-top: 25px !important;
    padding-right: 20px !important;
    padding-bottom: 25px !important;
    padding-left: 23px !important;
    text-align: center;
    margin-top: 18px !important;
    border-radius: 72px;
    letter-spacing: 1px;
    color: white !important;
}


}
.et_fixed_nav #main-header {
    padding: 16px 0px;
}

/* Remove underline from all links */
a {
  text-decoration: none !important;
}

.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
    color: #4c0b09 !important;
}

.et_mobile_menu {

    border-top: 3px solid #4c0b09  !important;
    margin-top: 16px !important;
}

.et_mobile_menu a{

    color: #4c0b09  !important;
}