/*
Theme Name: WP Truckplus Child Theme
Description: WP Truckplus Child Theme For Wordpress
Author: ThemeAmber
Author URI: http://themeamber.com/
Template: wp-truckplus
Version: 1.0
*/
@import url("../wp-truckplus/style.css");

.logo { display: none; }
.page-edit, .edit-link { display: none; }
.scroll-top { background: #ddd; }
.page-id-13 #content { margin-top: 50px; margin-bottom: 20px; }
.wpcf7 .contact-us-wrap .contact-us { width: 33.3333333% !important; }
button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus { background: #c41230; }
.tabs-container .tabs-menu li { min-height: 1px !important; }
.tabs-container .tabs-menu li a { padding-right: 34px !important; }
.footer-top-area { line-height: 24px; }
.footer-top-area ul li { margin-bottom: 10px !important; }
.ab-feature-box-wraper {
    margin: 5px;
    float: left;
    width: 31%; }
.ab-feature-box-wraper.width100 { width: 100%; }
.ab-feature-box-layout3 .ab-feature-box { height: 173px; width: 100%; display: table; float: left; }
.ab-feature-box-layout3 .ab-feature-box h3 { display: table-cell; vertical-align: middle; }

.ab-feature-box-layout3:hover .ab-feature-box { background: #c41230; }
.ab-feature-box-wraper { margin-bottom: 10px; }
.site-page-title {  background-image: url(img/bg_page_title.jpg); padding: 180px 0;}
.post-author, #comments, .single .byline, .group-blog .byline { display: none; }
.page-id-13 .vc_btn3-container { display: none !important; }
.page-id-13 h4 { margin-top: 20px !important; }
.btn-primary:hover, .btn-primary:focus { background-color: #b10e29; }
.btn.primary-background:hover, .btn.primary-background:focus, .btn.secondary-background:hover, .btn.secondary-background:focus, .btn.tertiary-background:hover, .btn.tertiary-background:focus { background: #b10e29; }

.ab-client-desctiption-inner, .ab-client-meta .rating, .ab-client-layout1 .ab-client-meta:before { display: none; }
.ab-client-layout1 .ab-client-desctiption { background: none; }
.ab-client-layout1 .ab-client-meta { padding-top: 15px; }
.site-page-title { background-position: center center !important; }
.secondes { display: none; }
.tp-caption { text-shadow: 5px 0px 5px rgba(0,0,0,0.8); } 
.site-page-title-main { text-shadow: 5px 0px 5px rgba(0,0,0,0.8) }

@media screen and (min-width: 992px) {
  .site-header-menu {
    display: block;
    max-width: 100%;
    width: 100%;
	text-align: center;  
	padding: 0 0 34px 0;
	margin-top: 10px;
  }
  .site-header .site-branding { display: none; }
  .main-navigation { text-align: center; margin-top: -150px; }
  .main-navigation ul { margin-top: 25px; }
  .main-navigation .primary-menu > li {
    float: none;
    display: inline-block;
  }
  .main-navigation a { color: #000; }
  .footer-top-area .ab-widget-social a { color: #c41230; }
  .logo { display: block; width: 240px; position: relative; margin: 0 auto; top: -7px; }
  .logo img { max-width: 200px; }
  #masthead .marginlefthome { margin-left: 60px; }
  #masthead .marginleft { margin-left: 160px; }
  .site-footer .site-footer-main { border: none; }
  .main-navigation .primary-menu { margin-left: 40px; }
  
}
@media screen and (max-width: 991px) {
.ab-feature-box-wraper {
    margin: 5px;
    float: left;
    display: table;
    width: 47%; }
}
@media screen and (max-width: 400px) {
.ab-feature-box-wraper {
    margin: 5px;
    float: left;
    display: table;
    width: 100%; }
}



@media only screen and (min-width:992px) {
	#masthead .marginlefthome {
		margin:0 30px !important;
	}
	#masthead .primary-menu {
		margin-left:0 !important;
	}
	#masthead .primary-menu .marginlefthome:nth-child(2) {
		margin-right:200px !important;
	}
}

.wpcf7-submit {

background-color: #c41230!important;
font-size: 20px !important;
font-weight: 600 !important;
text-transform: capitalize !important;
border-radius: 0px;
height: 70px!important;
width: 100%;
}


.wpcf7 textarea {
	border-radius:5px;
	background:white;
	width:100%;
}


.wpcf7 input {
	
	border-radius:5px;
	height: 60px;
	width:100%;
	background:white;
}


.grecaptcha-badge { visibility: hidden; }

.recaptcha { 
	text-align: left;
	font-size: 14px;
	margin: 20px 0px;
}

.recaptcha small a {
	
	text-decoration: underline;
	color: red;
	padding: 0px 2px;
}

.form {
	
	display: flex;
	align-items: center;
	gap: 50px;
	background-color: white;
	padding: 30px;
	border-radius: 10px;
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
}


.image {
	width: 50%;
}

