/*
Theme Name: amgutter
Template: Divi
*/


.header-right ul { position: absolute;top: 0; right: 0; width: auto; margin-top: 1.2em;font-family:Anton;}
.header-right li { display:inline-block; line-height: 25px;font-size: 24px; position: relative;}
.header-right li, .header-right li a { color: #973435; }
.header-right li span {
    color: #f7bd42;
    display: block;
    font-size: 20px;
}
.header-right li:nth-child(2) p:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 51px;
    height: 100%;
    min-height: 41px;
    background: url(http://amgutter.coloritgraphics.com/wp-content/themes/amgutter/images/icon-call.png) no-repeat right center;
    content: '';
}
.header-right li:nth-child(3) p:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 51px;
    height: 100%;
    min-height: 41px;
    background: url(http://amgutter.coloritgraphics.com/wp-content/themes/amgutter/images/icon-estimate.png) no-repeat right center;
    content: '';
}
.header-right li:nth-child(2):before, .header-right li:nth-child(3):before {
    background: #f7bd42;
    content: '';
    position: absolute;
    left: -20px;
    width: 1px;
    height: 50px;
}
.header-right li:nth-child(2), .header-right li:nth-child(3) {
    padding-left: 60px;
    margin-left: 38px;
}

.header-right li br {display:none}


@media only screen and (min-width: 981px){

    .et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
        padding: 40px 0 14px 0 !important;
    }

    #logo {
       max-height: 83% !important;
       padding: 1em 0;
    }
    .et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a {
       padding: 8px 14px 8px !important;
       font-weight: normal;
       color: black;
       text-transform: uppercase;
    }
    #top-menu { margin-top: 62px; }
   
    .current_page_item a {
       background: #f7bd42;
    }
}
@media only screen and (max-width: 1300px){
    .container { width: 95% !important; max-width: 1170px !important;}
}
#top-menu li {
    padding-right: 8px !important;
}

#main-header { border-bottom: 8px solid #f7bd42; }

#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {
    top: 7px !important;
    right: -9px !important;
}

@media only screen and (max-width: 1024px){
    .et_header_style_left .logo_container {
        text-align:center;
    }
    #logo { max-height: 93% !important; margin-top: 14px; }
    #main-header { height: 192px;}

    .header-right ul {
        position: relative;
    }
}
@media only screen and (max-width: 480px){
    #main-header { height: 266px;}
    #logo { max-height: 100% !important; }
    .header-right li, .header-right li span { font-size: 16px; }
    .header-right li {margin-bottom: 10px;}
    .header-right li:nth-child(2) {margin-left:0}
    .header-right li:first-child {display:block} 
    .header-right li:nth-child(3) { padding-left: 56px; margin-left: 13px;}
    .header-right li:nth-child(2):before, .header-right li:nth-child(3):before {display:none}
}

#footer-widgets {
    padding: 3% 0 10% !important;
	height: 400px;
	
}

#main-footer {
    background: #973435 url(http://amgutter.coloritgraphics.com/wp-content/uploads/2018/02/footer-silhouette.png) repeat-x 6px 233px;
}

@media only screen and (max-width: 480px){
	#main-footer {
		background: #973435 url(http://amgutter.coloritgraphics.com/wp-content/uploads/2018/02/footer-silhouette.png) repeat-x 6px 446px;
	}
}

	 #footer-bottom {
		 color: white;
    padding: 9px 0 0px !important;
    /*background-image: url(http://amgutter.coloritgraphics.com/wp-content/uploads/2018/02/footer-red-bar.png);*/
    background-color: #231f20 !important;
    background-repeat: no-repeat;
 /*   background-position-x: -90%; */
}

#footer-info {
	text-align: center !important;
	font-size: 15px !important;
    float: none !important;
    padding-bottom: 12px !important;
	color: #ffffff !important;
}

ul.et-social-icons{ left: 0px; position: relative; margin-top: 15px}
ul.et-social-icons li { margin-left: 10px; padding-left: 1px !important; }
ul.et-social-icons li:first-child { margin-left: 0 !important; }
ul.et-social-icons li:before {display:none}
.et-social-icon a { width: 30px; height: 30px; border-radius: 15px; line-height: 2.3; }
.et-social-icons a:hover { opacity: 1 !important}
.et-social-facebook a { background: #3b5998}
.et-social-twitter a { background: #1DA1F2}
.et-social-linkedin a { background: #007BB5}
.et-social-youtube a { background: #cc181e}
.et-social-google-plus a { background: #d34836}
.et-social-google-plus a.icon:before { font-size: 12px; }

.et-social-icon-yelp a {
    display: inline-block;
    position: relative;
    color: #666;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    transition: color .3s ease 0s;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 2.3;
}
.et-social-icon-yelp .fa-yelp {
    background: #be2f25;
}

@media (max-width: 480px) {
	footer .container { width: 87% !important; }
	.et_pb_gutters1 #footer-widgets .footer-widget .fwidget, 
	.et_pb_gutters1 #footer-widgets .footer-widget:nth-child(n){
		margin-top: 30px;
	}
}