/*
Theme Name: AutoTrader Child
Theme URI: http://themefuse.com/demo/wp/autotrader/
Description: Child theme for the AutoTrader. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Author URI: http://themefuse.com
Template: autotrader-parent
*/

@import url("../autotrader-parent/style.css");

@import url("../autotrader-parent/screen.css");

.offer_descr {
	 color:#80868c;
	 font-size:14px;
	 line-height:1.6em;
	 padding:15px 0 18px 0;}

.details_tabs .tabcontent {
	font-size:14px;
	color:#7a8188}

.header_thin {
	padding-top:110px;
	background:#000 center center no-repeat;
	background-size:100% auto}

.header_top {
	width:100%;
	height:110px;
	background:url(https://www.jouwtrouwauto.nl/wp-content/themes/autotrader-parent/images/header_top_bg.png);
	position:absolute;
	top:0;
	z-index:5}

.divider_space, .divider_space_thin,
.divider, .divider_thin {
	clear:both;
	display:block;
	margin-bottom:40px;
	padding-top:10px;
	width:100%}

h1, h2, h3, h4, h5, h6 {
	color: #e63077;
	font-family: 'Cabin', sans-serif;
	font-weight:400;
	line-height:1.2em;
	margin-bottom:10px}

#middle.cols2,
#middle.full_width {
	padding:25px 0 75px 0;
	background:#f0f3f5;
	border-top:3px solid #e6ecef}

.special_image {
	width:310px;
	height:134px;
	float:left;
	border-right:4px solid #e63077}

.offer_list .offer_image {
	width:270px;
	height:190px;
	float:left;
	border-right:3px solid #e63077;
	overflow:hidden;
	position:relative;}

.offer_miliage {display: none}

.logo {
	overflow: hidden;
	height:90px;
	width:210px;
	float:left;
	z-index:2;
	position:relative}

.offer_list .offer_image .sale {
	display:block;
	width:100px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
  	transform: rotate(-45deg);
	text-align:center;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
	position:absolute;
	top:30px;
	left:-40px;
	z-index:2;
	padding:0 30px;
	line-height:26px;
	font-size:15px;
	font-weight:500;
	background:#e63077;
	color:#fff;
	text-transform:uppercase;}

.box {
    background: #2c2d2d;
    border: 1px solid #2c2d2d;
    border-bottom: 1px solid #2c2d2d;
}

.offer_list .offer_data{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.btn.btn-more-information{
	background-color: #5cb85c;
	color: #fff;
	border: 0;
	padding: 0 5px;
}

.nform #form_ul .submit_button{
	height:auto !important;
	width:60% !important;
}

.details_tabs .tabcontent li {
    padding-left: 0;
    background:transparent;
}

.details_tabs .tabcontent li:before {
    display: inline-block;
    font-style: normal;
    color: #1ab953;
    margin-right: 5px;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
}

.dropdown li.menu-item {
    margin: 0 5px;
}

.dropdown > .menu-item.last > a {
    padding-left: 5px;
}

@media only screen and (min-width: 768px) {
    .week_offer.only-mobile {
        display:none;
    }
}

.ask-question .wpcf7-submit {
    background-color: rgb(230, 48, 119);
    color: #fff;
    padding: 5px 10px;
    line-height: 0;
}

.week_offer.week_offer--reset {
    width: auto;
    float:none;
    margin-right: 0;
}

.week_offer--reset .offer_text {
    min-height: 220px;
}

.week_offer .link_more {
    background-color: #f25720;
    color: #fff;
    margin-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    text-align: center;
    border-color: #d16546 #ca4e2a #ca5d3d #ca4e2a;
    border-style: solid;
    border-width: 1px;
}

.week_offer--reset h3 {
    width: 75%;
}

.offer_image img {
    max-width: none;
    width: 100%;
}

.latest_offers {
    border-bottom: 1px solid #424242;
}

.footer {
    border-top: 1px solid #424242;
}

@media only screen and (min-width: 1300px) {
    .container {
        width: 1300px;
    }

    #middle .content {
        width: 980px;
    }

    .row .col_1_3 {
        width: calc(33% - 10px);
    }


}

.tax-vehicle_type .offer_list .offer_image {
    border-right: none;
    width: 100%;
    float:none;
}

.tax-vehicle_type .content .offer_list .offer_item .offer_aside {
    float: none;
    width: 100%;
    box-sizing: border-box;
}


.tax-vehicle_type .offer__title {
    display: flex;
}

.tax-vehicle_type .offer__title h2 {
    flex: 3;
}

.tax-vehicle_type .offer__title .offer_price {
    flex: 2;
    font-size: 11px;
    text-align:right;
}

.tax-vehicle_type .offer_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-gap: 1rem;
}

.tax-vehicle_type .offer_list:before {
    content: none;
}

.tax-vehicle_type .offer_image img {
    height: 100% !important;
    object-fit: cover;
}

.tax-vehicle_type .offer_more_information {
    flex: 1;
    display:flex;
}

.tax-vehicle_type .offer_more_information a {
    flex: 1;
}

.tax-vehicle_type .offer_list .offer_data {
    margin-top: 15px;
}

.sidebar .box:first-child {
    margin-bottom: 35px;
}

.week_offer--trouwauto-experience input[type="text"],input[type="email"] {
    box-sizing:border-box;
    width:100%;
    padding: 20px 10px;
    background-color:#fff;
}

.week_offer--trouwauto-experience input[type="date"] {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 3px;
    border: 1px solid;
    border-color: #d7dfe4 #f2f5f6 #f2f5f6 #d7dfe4;
}

.week_offer--trouwauto-experience input[type="submit"] {
    background-color: #f25720;
    color: #fff;
    margin-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    text-align: center;
    border-color: #d16546 #ca4e2a #ca5d3d #ca4e2a;
    border-style: solid;
    border-width: 1px;
    width:100%;
}

.tax-vehicle_type .offer_list--getright .offer_item {
    display: flex;
    flex-direction: column;
}

.tax-vehicle_type .offer_list--getright .offer_aside {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}

.elementor-page #middle.full_width .content {
    width: 100%;
}

.elementor-page .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
}

.button-trouw-orange {
    -webkit-font-smoothing: antialiased;
    hyphens: manual;
    outline: 0 none;
    background-color: #f25720;
    border-radius: 5px;
    color: #fff !important;
    padding: 20px 20px !important;
    box-sizing: border-box;
    line-height: 0 !important;
    border: none;
    margin: 10px 0;
    height: 32px;
    text-align: left;
    font-family: 'Cabin', sans-serif;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
}

.change-form-styling input[type="submit"] {
    -webkit-font-smoothing: antialiased;
    hyphens: manual;
    outline: 0 none;
    background-color: #f25720;
    width:100%;
    border-radius: 5px;
    color: #fff !important;
    padding: 20px 20px !important;
    box-sizing: border-box;
    line-height: 0 !important;
    border: none;
    margin: 10px 0;
    height: 32px;
    text-align: center;
    font-family: 'Cabin', sans-serif;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
}
