/*autor:Aamir*/

.mk-breadcrumbs-inner.dark-skin a, .mk-breadcrumbs-inner.dark-skin span {
    color: #000 !important;
}
.main-container {
    margin: 0 auto;
    max-width: 1600px;
}
.main-section {
		padding: 0 20px;
    display: grid;
    grid-template-columns: 75% 23%;
    column-gap: 2%;
}
.post-content {
    grid-area: 2 / 1;
    padding: 30px 0;
}
.form-section {
    grid-area: 1 / 2;
    padding: 30px;
    overflow: hidden;
    background-color: #eee;
    margin-top: 30px;
}
.form-section .gf_stylespro.sp_material .button {
    width: 100%;
    background: #8dc63f !important;
}

.form-section .sp_material input , .form-section .gf_stylespro textarea {
    border-color: #8dc63f !important;
}
.contact-cta {
    background-color: #eee;
    text-align: center;
    padding: 20px;
		border: 2px solid #8dc63f;
}
.contact-cta p {
    font-size: 28px;
    font-weight: 700;
    color: #8dc63f;
}
.contact-cta a {
    background-color: #8dc63f;
    display: block;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 10px;
}
.banner-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
		margin: 30px 0px;
}
.banner-col .featured-img {
    width: 60%;
    overflow: hidden;
		height: 100%;
}

.banner-col .gallery-images img ,.banner-col .featured-img img {
    width: 100%;
}
.banner-col .gallery-images a {
    width: 48%;
    margin-bottom: 2%;
}
.banner-col .gallery-images {
		justify-content: space-between;
    width: 38%;
    display: flex;
    flex-wrap: wrap;
		height: 100%;
}
hr.green-line {
    border: 0px;
    height: 5px;
    background: linear-gradient(45deg, #8dc63f, transparent);
    margin: 10px 0 20px 0;
}
.facts span {
    width: 120px;
    overflow: hidden;
    display: inline-block;
    line-height: 1.2;
}
span.fact-field {
    font-weight: 700;
    font-size: 16px;
    color: #666;
}
span.fact-title {
    font-size: 16px;
    font-weight: 700;
    color: #8dc63f;
}
.contact-cta a:hover , .used-cars-filters form input[type="submit"]:hover , .btn-view a.button:hover , .pagination a:hover {
    background-color: #75a237;
    color: #fff;
}
.user-cars-inner {
    display: flex;
		flex-wrap: wrap;
    background-color: #eee;
    margin-bottom: 20px;
    padding: 20px;
		justify-content: space-between;
}
.product-img a, .product-img a img {
    width: 100%;
}
.user-cars-inner .product-img {
    width: 25%;
}
.product-facts {
    width: 72%;
}
.used-cars-filters form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
}
.used-cars-filters form select, .used-cars-filters form input[type="submit"] {
    width: 19% !important;
    min-width: auto !important;
}
.btn-view {
    text-align: right;
}
.btn-view a.button {
    background-color: #8dc63f;
    border-radius: 30px;
}
.used-cars-filters form input[type="submit"] {
    background-color: #8dc63f;
    border: none;
    color: #fff;
}
.pagination span, .pagination a {
    width: 30px !important;
    height: 30px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    line-height: 30px;
    color: #fff;
}
.pagination span{
	background-color: #888;
}
.pagination a{
	background-color: #8dc63f;
}
.page-id-28 div.theme-page-wrapper {
    margin-top: 0 !important;
}
.page-id-28 div.theme-page-wrapper .theme-content {
    padding-top: 0 !important;
}
i.fa.fa-chevron-left.slick-arrow ,i.fa.fa-chevron-right.slick-arrow {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    z-index: 9;
    position: absolute;
    top: 50%;
    transform-origin: top;
	font-size: 24px;
}
i.fa.fa-chevron-right.slick-arrow {
    right: 0;
}
.featured-img.slick-slider {
    position: relative;
} 
@media (max-width:999px){
	.product-facts {
    margin-top: 30px;
}
	.used-cars-filters form input[type="submit"] {
    width: 100% !important;
		height: 40px;
}
	.used-cars-filters form select {
    width: 48% !important;
    margin-bottom: 10px;
}
	.user-cars-inner .product-img, .product-facts {
    width: 100%;
}
.main-section {
    display:block
    }   
div#lightgallery {
    display: none;
}
/*	.main-section {*/
/*    grid-template-columns: 1fr;*/
/*		column-gap: 0;*/
/*}*/
	.form-section {
    grid-area: 3 / 1;
}
	.banner-col .featured-img , .banner-col .gallery-images {
    width: 100%;
		display: block;
}
	.banner-col {
    display: block;
}
}