/*
Theme Name: Custom Theme
Theme URI: 
Author: Click Click Media
Author URI: http://clickclick.media/
Description: This is a custom wordpress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: customtheme
*/

/*Added edit eric*/
.service-top .col-12 .box-wrapper {
	border-right: 0;
	border-bottom: 0;
}
#header .nav-logo-wrapper .table-layout > .item:last-child ul li a .fas {
	display: inline-block;
    transition:  all 0.6s;
}
.callnow-btn {
	width: auto;
    font-weight: 500;
    padding: 5px 15px;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    color: white;
    cursor: pointer;
    margin-bottom: 0;
    background-color: #fcb150;
	font-size: 15px;
    margin-right: 15px;
    transition:  all 0.6s;
}
.callnow-btn:hover{
	background-color: #2ad3f7;
    transition:  all 0.6s;
}

#header .nav-logo-wrapper .table-layout > .item:first-child {
	width: 120px;
}
.about-us .about-content {
	text-align: left !important;
	margin-bottom: 50px !important;
}
.about-us .about-content ul li {
	padding-top: 5px !important;
	font-weight: 400 !important;
}
@media (min-width: 350px) {
	#header .nav-logo-wrapper .table-layout > .item:first-child {
		width: 160px;
	}
}
@media (min-width: 576px) {
	.callnow-btn {
    	font-size: 18px;
    	margin-right: 10px;
	}
}
@media (min-width: 768px) {
	.callnow-btn {
		display: none;
	}
	#header .nav-logo-wrapper .table-layout > .item:last-child ul li a .fas {
		display: none !important;
	}
}
@media (min-width: 992px) {
	.about-us .about-content {
		margin-bottom: 0px !important;
	}
	.about-us .about-content ul li {
		padding-top: inherit !important;
	}
	.service-top .col-12 .box-wrapper {
	    border-right: 1px solid #fcb150;
	    border-bottom: 1px solid #fcb150;
	}
}