/*
Theme Name: Divi Child
Theme URL: https://www.elegantthemes.com/
Description: Divi Theme Child
Author: Elegant Themes
Author URL:  https://www.elegantthemes.com/
Template: Divi
Version: 1.0.0
Text Domain: Divi_child
*/

.blue{color:#2eb1dd;}
.charcoal{color: #333333;}
.white{color:#ffffff;}
.light-grey{color:#f0f0f0;}
.dark-gray{color:#666666;}
.bold{font-weight:700 !important;}
a.light-grey:hover{color:#ffffff !important;}

#footer-info{width:100%;}

/* #et-info{float:right;} */
.copyright{
	float:right;
}

a:hover{color:#2eb1dd !important;}
#footer-widgets .footer-widget a:hover{color:#fff !important;}
/*li{list-style:none; padding-left:0 !important;}*/

#top-menu li li{
	width: 100% !important;
	padding: 0;
}
#top-menu li li a{width:100% !important;}
#menu-footer-menu a{
	color:#f0f0f0 !important;
	text-decoration:underline !important;
}
#menu-footer-menu a:hover{
	color:#ffffff !important;
}
.tagline_container{
	position: relative;
	left: 10%;
	transform: translateY(195%);
	transition: .4s all ease-in-out;
}
.et-fixed-header .tagline_container{
	left:8%;
	transform:translateY(180%);
}
.tagline_container h2{
	color:#f0f0f0;
	font-size:18px;
}
.et_header_style_left #et-top-navigation nav>ul>li>a:hover, .et_mobile_menu li a:hover{
	color:#f0f0f0 !important;
}

.footer-widget>div>h4::after{
	content: '';
	position: relative;
	height: 1px;
	background-color: #f0f0f0;
	width: 100%;
	display: flex;
	margin: 12px 0;
}



/*Sidebar*/
.sidebar-news.et_pb_widget_area .et_pb_widget a::after{
	position: relative;
	width: 90%;
	height: 1px;
	content: '';
	background-color: #dedede;
	display: flex;
	margin: 6px 0;
}
/*FOUR COLUMNS Posts*/
.cu-blog .et_pb_salvattore_content[data-columns]::before {
	content: '4 .column.size-1of4' !important;
}

.column.size-1of4 p {
    font-size: 14px !important;
    line-height: 1.4rem;
}
@media only screen and (min-width:981px){
	.et-fixed-header #top-menu li.current-menu-item > a{color:#ffec2d !important;}
	/* .et_header_style_left #et-top-navigation{padding:25px 0 15px 130px !important;} */
	.cu-blog .column.size-1of4 {
	    width: 24%!important;
	    margin-right: 1%;
	}
}


@media only screen and (max-width:1280px){
	.tagline_container h2{
		font-size:16px;
	}
	.tagline_container{left:10%;}
}

@media only screen and (max-width:1170px)
{
	.tagline_container {
		left: 12%;
		width: 20%;
		transform: translateY(130%);
	}
	.et_header_style_left #et-top-navigation {
		padding: 15px 0 25px 0 !important;
	}
}
@media only screen and (max-width:1024px){
	.tagline_container h2{
		font-size:16px;
	}

}
@media only screen and (max-width:980px){
	.et_header_style_left #et-top-navigation{padding:24px 0 4px 0 !important}
	.tagline_container {
		left: 10%;
		width: 50%;
		transform:translateY(170%);
	}
}
@media only screen and (max-width:667px){
	.tagline_container h2{
		font-size:16px;
	}
	.tagline_container {
		display:none;
		left: 16%;
		width: 50%;
		transform:translateY(110%);
	}
}

/* tracking CSS */

.tracking-form input {
    position: relative;
    padding: .3em 1em;
    border: 1px solid;
    width: 400px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;    
}

.tracking-form button {
    position: relative;
    padding: .3em 1em;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;	
    color: #2eb1dd!important;
    background-color: rgba(0,0,0,0);
    padding: 0.3em 1em!important;
    transition: color 300ms ease 0ms,background-color 300ms ease 0ms;
    display: inline-block;
    margin: 0 0 0 0;
    font-family: inherit;
    cursor: pointer;
}