/*

Theme Name: Divi Child Theme

Theme URI: https://divireadythemes.com/

Description: Divi Child Theme

Author: Divi Ready Themes

Author URI: https://divireadythemes.com/

Template: Divi

Version: Updated for Divi 3+

*/

/*------------------------------------------------*/

.header-contact {
    position: absolute;
    top: 23px;
    right: 0
}
#top-menu, #top-menu-nav {
    margin-top: 10px;
}
#logo {
    padding: 5px;
}
.header-contact a {
    background: #084e73;
    color: #fff;
    padding: 8px 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
}
.header-contact a:first-child {
    background: #3ec7d9;
    color: #000;
}
.header-contact a:hover {
    background: #084e73;
    color: #fff;
}
a.free-quote:hover {
    background: #3ec7d9;
    color: #000;
}
footer#main-footer ul#menu-main li {
    width: 50%;    
    float: left;
}
#main-footer .footer-widget h4 {
    color: #3ec7d9;
    margin-bottom: 15px;
}
.et_pb_gutters3 .footer-widget {
    margin-bottom: 3.5%;
}
#footer-widgets {
    padding: 4% 0 0;
}
div#footer-info {
    text-align: center;
    width: 100%;
}
.container {
    width: 95%;
}
.mobile-show{
    display: none;
}
table.table.table-bordered td {
    padding: 24px;
    border: 3px solid #1d2327;
    width: 25%;
    vertical-align: text-bottom;
}
table.table.table-bordered {
    margin-bottom: 0;
}
.right-social-area {
    width: 220px;
    float: left;
	margin-top: 30px;
}
.left-contact-area {
    width: calc(100% - 220px);
    float: left;
    padding-right: 50px;
}











@media (max-width: 767px){
    .mobile-show{
        display: block !important;
        position: unset;
        top: unset;
        right: unset;
        height: 45px;
        text-align: center; 
    }
    .header-contact {
        display: none;       
    }
	#logo {
        max-height: 100% !important;
    }
    header#main-header {
        top: 25px !important;
    }
	.right-social-area {
		width: 100%;
	}
	.left-contact-area {
		width: 100%;
	}
}


