/*
 Theme Name: Twenty Seventeen Child Theme
 Theme URI: https://yourwebsite.com
 Author: Your Name
 Author URI: https://yourwebsite.com
 Template: twentyseventeen
 Description: Child theme for Twenty Seventeen.
 Version: 0.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain: twentyseventeen-child
 */



@media screen and (min-width: 769px) {
body.page-template-page-full-width .page-full-width #primary .entry-content {
width: 100%;
}
}

@media screen and (max-width: 600px) {
	#wpadminbar {
    	position: fixed !important;
	}
}

body.page-template-page-full-width .page-full-width #primary .entry-header {
width: 100%;
}


.orange-fa{
	color: #F5A623;
}

.wrap{
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

/*Main Header*/

.custom-header{
background-color: #2287C9;
}

/*Footer*/
.site-footer .widget-area{
background-color: #2287C9;
}

.site-footer .wrap{
padding-left: 0;
padding-right: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
}

.site-footer .widget-column.footer-widget-1 {
    padding-left: 20px;
}

/*Copyright Area*/
.site-info {
    background-color: #005A96;
    width: 100%;
    margin-bottom: 0px;
}

/* Centering the truck image */ 

.half_row_left-2 {
	background-position:center center;
}

/* Hiding the social icons */

/* .top-header-left i.fa-facebook, 
.top-header-left i.fa-google-plus, 
.top-header-left i.fa-twitter {
	display: none!important;
} */

.top-header-left i.fa-google-plus {
	display: none!important;
}

/*Show Request Appointment On Mobile*/
@media screen and (max-width: 768px){
	.top-buttons .blue {
    	display: none;
	}
	li.orange.request-appt-li {
    	display: block;
	}
}