/*
Theme Name: Divi Child
Description: Child theme for the Divi theme 
Author: Flower-webdesign, llc
Template: Divi
*/

/*----General----*/

/*html {
  scroll-behavior: smooth;
}*/

/*----Menu----*/
#et-info-phone{
	display: none;
}

#et-top-navigation:before {
    line-height: 1.4em !important;
    color: #016646;
    font-size: 1.4em;
    padding-right: 20px;
    font-weight: 500;
}

.mobile_menu_bar:before{
	color: #016646 !important;
}

.et_slide_menu_top div#et-info {
    padding-top: 0px; 
}


/*----Home page----*/
.home #et-top-navigation:before {
   color: #9BFF01;
}

.home .mobile_menu_bar:before{
	color: #9BFF01 !important;
}


/*----Responsive----*/

@media only screen and (min-width: 871px) and (max-width: 1270px) {
.home_header{
	width: 100% !important;
}

.home_header_column1, .home_header_column2{
	width: 50% !important;
}
}

@media only screen and (min-width: 751px) and (max-width: 870px) {

.home_header_column1{
	width: 30% !important;
}

.home_header_column2{
	width: 70% !important;
}
}

@media only screen and (min-width: 401px) and (max-width: 750px) {

.home_header{
	margin-top: 200px !important;
}

.home_header_column1{
	width: 100% !important;
}

.home_header_column2{
	width: 100% !important;
}

.home_header_column2 .et_pb_module.et_pb_text_align_left {
    text-align: center;
}
}

@media only screen and (max-width: 400px) {

.home_header{
	margin-top: 100px !important;
}
}

