/*!
Theme Name: seat-velmar
*/
@font-face {
    font-family: 'SEAT BCN BOLD';
    src: url('fonts/SEATBCN-Bold.eot');
    src: url('fonts/SEATBCN-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SEATBCN-Bold.woff2') format('woff2'),
        url('fonts/SEATBCN-Bold.woff') format('woff'),
        url('fonts/SEATBCN-Bold.ttf') format('truetype'),
        url('fonts/SEATBCN-Bold.svg#SEATBCN-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SEAT BCN MEDIUM';
    src: url('fonts/SEATBCN-Medium.eot');
    src: url('fonts/SEATBCN-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/SEATBCN-Medium.woff2') format('woff2'),
        url('fonts/SEATBCN-Medium.woff') format('woff'),
        url('fonts/SEATBCN-Medium.ttf') format('truetype'),
        url('fonts/SEATBCN-Medium.svg#SEATBCN-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SEAT BCN BLACK';
    src: url('fonts/SEATBCN-Black.eot');
    src: url('fonts/SEATBCN-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/SEATBCN-Black.woff2') format('woff2'),
        url('fonts/SEATBCN-Black.woff') format('woff'),
        url('fonts/SEATBCN-Black.ttf') format('truetype'),
        url('fonts/SEATBCN-Black.svg#SEATBCN-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'SEAT BCN REGULAR';
    src: url('fonts/SEATBCN-Regular.eot');
    src: url('fonts/SEATBCN-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/SEATBCN-Regular.woff2') format('woff2'),
        url('fonts/SEATBCN-Regular.woff') format('woff'),
        url('fonts/SEATBCN-Regular.ttf') format('truetype'),
        url('fonts/SEATBCN-Regular.svg#SEATBCN-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


*{ box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}

body{
	font-family: 'SEAT BCN REGULAR';
    color: rgba(15,15,15,0.6);
	margin:0;
	padding:0;
    font-size: 15px;
    line-height: 25px;
}

a { text-decoration: none; }
.page main a, .simple-link { color: #a0a0a0; text-decoration: underline; }
.page main a:hover, .page main a:focus { color: #545353; }
.content-wrapper { max-width: 1436px; width: 94%; margin: auto; }
.narrow-container { max-width: 904px; }
#columns-main .narrow-container { max-width: 1170px; }

main { background: #fafaf9; padding-bottom: 60px;}
.page main { padding: 24px 0 60px; }


h2 { font-size: 38px; line-height: 48px; margin-top: 64px; margin-bottom: 36px; font-family: 'SEAT BCN BLACK'; color: #242221;}
main h2 { margin-top: 40px; }
h3 { font-family: 'SEAT BCN BOLD'; color: #242221; font-size: 20px; line-height: 26px; }
h4 { font-size: 18px; line-height: 30px; font-family: 'SEAT BCN BOLD'; color: #0f0f0f; }


#top-header, #bottom-header { border-bottom: 1px solid #ccc; text-align: right;}
#top-header a { font-size: 14px; line-height: 29px; color: rgba(15,15,15,0.6); }
header .content-wrapper { display: flex; align-items: center; justify-content: space-between;}
#bottom-header .content-wrapper { position: relative; }
#velmar-logo, #velmar-logo a { line-height: 0; }
#contact-top { padding: 0 16px; }
#seat-logo { border-right: 1px solid #ccc; height: 72px; padding: 20px 32px; }
#header-right { display: flex; justify-content: space-between; flex-basis: auto; flex-grow: 1; }

ul#primary-menu, ul#top-links-menu { list-style: none; margin:0; padding:0; display: flex; align-items: center; justify-content: space-between; }
ul#primary-menu { margin-left: 16px; }
ul#primary-menu li, ul#top-links-menu li { margin: 0 16px; }
ul#top-links-menu li { position: relative; padding-left: 34px !important; }
ul#top-links-menu li:first-child:before { content: ''; background: url(/wp-content/themes/seat-velmar/images/test-drive.svg); width: 24px; height: 24px; background-size: cover; position: absolute; left: 0; top:2px; }
ul#top-links-menu li:nth-child(2):before { content: ''; background: url(/wp-content/themes/seat-velmar/images/configurator.svg); width: 24px; height: 24px; background-size: cover; position: absolute; left: 0; top:2px; }
ul#primary-menu a { font-family: 'SEAT BCN MEDIUM'; font-size: 14px; line-height: 29px; color: #0f0f0f; padding: 0 0 30px; }
ul#top-links-menu a { font-family: 'SEAT BCN REGULAR'; font-size: 14px; line-height: 29px; color: rgba(15,15,15,0.6); }
ul#primary-menu li.menu-item-has-children a {position: relative; padding-right: 24px;}
ul#primary-menu li.menu-item-has-children > a:after { content: ''; background: url(/wp-content/themes/seat-velmar/images/icon-arrowup.svg) center center no-repeat; height: 16px; width: 16px; position: absolute; right: 0; top: 0; transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); }
ul#primary-menu li.menu-item-has-children:hover > a:after { transform: rotate(0); -webkit-transform: rotate(0); -moz-transform: rotate(0);  }


ul#primary-menu li ul {display: none; position: absolute; left: 3%; top: 73px; width: 100%; left: 0; background: #fff; align-items: flex-start; justify-content: flex-start; z-index: 100; padding: 16px; list-style:  none;  }
ul#primary-menu li.menu-item-has-children:hover > ul { display: flex; }
ul#primary-menu ul li {padding: 24px; text-align: center; width:25%; margin: 0;}
.menu-item-img { line-height: 0; }
.menu-item-img img { max-width: 100%; }
ul#primary-menu h5 { font-family: 'SEAT BCN BOLD'; font-size: 16px; line-height: 29px; margin: 16px 0 0; }
ul#primary-menu .subtitle { opacity: 0.6; line-height: 24px;}


.menu-item-img { width: 100%; height: 151px; background-repeat: no-repeat; background-position: center; background-size: cover; }



#mobile-btn { display: none; padding: 23px 0 23px 24px; border-left: 1px solid #ccc; cursor: pointer; }
#mobile-btn span { display: block; width: 24px; height: 24px; background: url(/wp-content/themes/seat-velmar/images/mobile-btn.svg); background-repeat: no-repeat; background-size: cover; background-position: center; }
#mobile-btn.active span {background: url(/wp-content/themes/seat-velmar/images/icon_close_menu.svg); background-repeat: no-repeat; background-size: 86%; background-position: center;}


#banner { height: 480px; background-repeat: no-repeat; background-size: cover; background-position: center; }

#home-banner { width: 100%; height: 500px; position: relative; padding: 0 16px; }
#home-banner .slide { height: 500px; }
.left-side, .right-side { top:0; bottom: 0; width: 50%; position: absolute; }
.left-side { display: flex; align-items: center; justify-content: center; }
.left-side { left: 0; }
.slide-contents { padding: 0 50px; }
.right-side { right: 0; background-size: cover; background-position: center; }
.slide-title { font-size: 50px; line-height: 64px; font-family: 'SEAT BCN BLACK'; color: #0f0f0f;}
.slide-subtitle { font-size: 16px; color: #0f0f0f; margin: 30px 0; }
.slide-more { background: #0f0f0f; color: #fff; border-radius: 4px; width: 252px; height: 48px; line-height: 48px; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; font-size: 16px; font-family: 'SEAT BCN BOLD'; display: block; text-align: center; padding: 0 10px; }
.slide-more:hover, .slide-more:focus { background-color: rgba(15,15,15,0.6); }

.owl-item:nth-child(2n) .left-side { right: 0; left: auto; }
.owl-item:nth-child(2n) .right-side { left: 0; right: auto; }


.owl-nav button { background: #fff !important; width: 40px; height: 40px; position: absolute; top: 50%; margin-top: -20px; border-radius: 4px; }
.owl-prev { left: 10px; }
.owl-next { right: 10px; }
.owl-prev img { width: 16px; transform: rotate(-90deg); }
.owl-next img { width: 16px; transform: rotate(90deg); }


#current-nav { background: #33302E; height: 72px; display: flex; align-items: center; }
#current-nav h1 { margin: 0; line-height: 14px; }
#current-nav h1 span { padding: 26px 0; border-bottom: solid 1.5px #fff; font-family: 'SEAT BCN MEDIUM'; font-size: 14px; line-height: 29px; color: #fff; }





.floating-btn { width: 48px; height: 48px; padding: 8px; -webkit-transition: all .1s; -moz-transition: all .1s; -ms-transition: all .1s; -o-transition: all .1s; transition: all .1s; background: #ea5d1a; box-shadow: 1px 1px 3px 0 rgba(51,48,46,0.6); margin-bottom: 16px; border-radius: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px; cursor: pointer; display: flex; align-items: center; overflow: hidden; }
.floating-btn a {display: flex;}
.floating-btn span { max-width: 0; width: 0; margin-left: 8px; color: #fff; display: none; font-size: 14px; font-family: 'SEAT BCN MEDIUM'; }
#floating-buttons { position: fixed; right: 32px; top: 50%; z-index: 10;}
#floating-buttons.open-btns .floating-btn { width: 150px; max-width: 150px; }
#floating-buttons.open-btns .floating-btn span { max-width: none; width: auto; display: block; }



/*-------------------------HOMEPAGE-------------------------*/
.auto-list {display: flex; flex-wrap: wrap; align-items: flex-start;}
.auto-block {width: 23%; margin: 0 2% 50px 0;}
.auto-block img { max-width: 100%; }
.auto-block h4 { margin: 5px 0; }
.auto-block p { font-size: 15px; line-height: 22px; font-family: 'SEAT BCN REGULAR'; margin:0 0 15px; color: #0f0f0f; }
.orange-btn { color: #EA5D1A !important; font-family: 'SEAT BCN BOLD'; position: relative; padding-right: 20px; text-decoration: none !important; }
.orange-btn:after {content:''; background: url(/wp-content/themes/seat-velmar/images/arrow-orange.svg); background-repeat: no-repeat; background-size: cover; background-position: center; width: 8px; height: 14px; position: absolute; right: 0; top: 5px; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;}
.orange-btn:hover:after {right:-15px;}

.black-btn { color: #0f0f0f !important; font-family: 'SEAT BCN BOLD'; position: relative; padding-right: 20px; text-decoration: none !important; }
.black-btn:after {content:''; background: url(/wp-content/themes/seat-velmar/images/arrow-black.svg); background-repeat: no-repeat; background-size: cover; background-position: center; width: 8px; height: 14px; position: absolute; right: 0; top: 5px; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;}
.black-btn:hover:after {right:-15px;}


#three-banners-homepage .banners-top { display: flex; justify-content: space-between; }
#three-banners-homepage h2 { margin: 0; }
#three-banners-homepage { font-size: 18px; line-height: 24px; }
#three-banners-homepage img { width: 100%; max-width: 450px; height: auto; }
.banner-left-01 { width: 48.5%; background-color: rgba(222,218,212,0.25); padding: 40px 60px; text-align: center; margin: 40px 0;}
.banner-left-02 { width: 48.5%; background-color: rgba(222,218,212,0.5); padding: 40px 60px; text-align: center; margin: 40px 0; }
.banner-left-01 p, .banner-left-02 p { min-height: 48px; }
.banner-bottom { background: #dedad4; text-align: center; padding: 40px 60px; margin-bottom: 40px; }
#stores-home-img { height: 450px; background:url(/wp-content/uploads/2020/05/stores-banner-scaled.jpg); background-position: center; background-size: cover; margin-bottom: 50px; margin-top:30px; }




/*-------------------------FORMS-------------------------*/
form { margin-top: 60px; }
form br { display:  none; }
label { font-family: 'SEAT BCN MEDIUM'; position: absolute; top: 0; padding-bottom: 12px; transition: all 100ms ease; -webkit-transition: all 100ms ease; -moz-transition: all 100ms ease;}
label.active { top:-24px; font-size: 12px; line-height: 22px; }
.form-group { position: relative; margin-bottom: 50px; }
input[type=text], input[type=email], textarea, input[type=date] { color: #0f0f0f; border: 0; border-bottom: 1px solid rgba(15,15,15,0.2); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background: transparent; padding: 8px 0; outline: none; width: 100%;}
textarea { height: 40px; }
select { color: #0f0f0f; border: 0; border-bottom: 1px solid rgba(15,15,15,0.2); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background: transparent; padding: 8px 0; width: 100%; }
.acceptance-terms label, .wpcf7-acceptance label { position: relative; }
.double-group { display: flex; justify-content: space-between; }
.double-group .form-group { width: 47%; }
input[type=submit] { width: 287px; height: 48px; font-size: 16px; line-height: 30px; padding: 6px 20px; color: #ea5d1a; border: 2px solid #ea5d1a; border-radius: 4px; font-family: 'SEAT BCN BOLD'; margin-top: 40px; background: transparent;}
input[type=submit]:hover, input[type=submit]:focus { background: #242221; border: 2px solid #242221; color: #ccc; cursor: pointer; }

span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after { content: " "; }
span.wpcf7-list-item { margin:0; }
input[type=checkbox] { width: 24px; height: 24px; display: none; }
input[type=checkbox] + .wpcf7-list-item-label { display: block; cursor: pointer; padding-left: 44px; position: relative; }
input[type=checkbox] + .wpcf7-list-item-label:before {
    content: "";
    border-radius: 4px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid rgba(15,15,15,0.2);
    transition: .2s;
    position: absolute;
    left: 0;
    top: 0;
}
input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    position: absolute;
    left: 8px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid #757271;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*-------------------------CONTACT + APPOINTMENT-------------------------*/
.page-template-appointment h3, .page-id-80 h3 { padding-bottom: 24px; border-bottom: 1px solid rgba(15,15,15,0.2);}



/*-------------------------SERVICE-------------------------*/
.timetable {color: #242221; background: #fff; padding: 20px 30px; border: 1px solid rgba(15,15,15,0.2);}
#columns-main #left-part { flex-basis: 0; flex: 1; }
#columns-main .narrow-container { display: flex; justify-content: space-between; }
#columns-main aside { width: 340px; margin-left: 25px; margin-top: 25px; }
aside table, #stores-timetable-wrapper table { width: 100%; text-align: left; font-size: 14px; }
aside table th, #stores-timetable-wrapper table th { font-weight: 600; border-bottom: solid 1px #ccc; width: 60%; }
aside table td, #stores-timetable-wrapper table td { border-bottom: solid 1px #ccc; width: 40%; text-align: right; }
.timetable-heading { font-family: 'SEAT BCN BOLD'; color: #242221; margin-bottom: 10px; }
#table-note { font-size: 14px; line-height: 20px; margin-top: 20px; color: #2e2e2e; }


/*-------------------------ΚΑΤΑΣΤΗΜΑΤΑ-------------------------*/
.store-list { display: flex; justify-content: space-between; margin: 60px 0;}
.store-block { width: 31%; text-align: center; border: solid 1px #eae8e8; }
.store-block h4 { margin: 10px 0 0; }
.store-details { padding: 25px; background: #fff; }
.map { overflow: hidden; }
.store-block iframe { width: 100%; height: 260px; }
.store-services { min-height: 204px; }
.store-services h4 { font-size: 16px; color: #ea5d1a; font-family: 'SEAT BCN MEDIUM'; margin-top: 35px; font-weight: normal;}
.store-services ul { list-style: none; margin: 0; padding: 0; text-align: center; font-weight: 600; }
.store-services ul li { border-bottom: solid 1px #eae8e8; padding: 2px 0 }

#stores-timetable { margin-bottom: 60px; }
#stores-timetable h2 { text-align: center; }
#stores-timetable-wrapper { display: flex; justify-content: space-between; }
.timetable-block { width: 46%; background: #fafaf9; padding: 0px 35px 35px; border: solid 1px rgba(15,15,15,0.2);}


/*-------------------------AFTER SALES-------------------------*/
.subcategory-list { display: flex; justify-content: space-between; margin-bottom: 60px; }
.subcategory-block { width: 30%; text-align: left; }
.block-content { overflow-wrap: anywhere; }
.block-content p { color: #0f0f0f; }
.block-content ul li { line-height: 24px; color: #0f0f0f; }
.block-image { background-size: cover; background-repeat: no-repeat; background-position: center; height: 250px; }
#spareparts-row { background: #fff; padding: 30px 0; border-top: solid 1px rgba(15,15,15,0.1);  border-bottom: solid 1px rgba(15,15,15,0.1); }


.single #main { padding-top: 40px; }


#news { padding-top: 60px; }
#news .content-wrapper { display: flex; justify-content: space-between; }
.blog-post { width: 30%; margin-bottom: 40px; }
.blog-img {width: 100%; height: 250px; background-position: center; background-repeat: no-repeat; background-size: cover}


footer {background: #33302E; color: #fff; padding: 32px; }
footer .content-wrapper { max-width: 1000px; }
#footer-menu { margin:0; padding: 0; display: flex; align-items: flex-start; justify-content: space-between; list-style:  none;}
#footer-menu ul { margin:0; padding: 0; list-style:  none; }
#footer-menu li a {font-family: 'SEAT BCN BOLD'; color: rgba(255,255,255,0.6); font-weight: bold; padding: 0 0 22px; display: block; font-size: 14px; }
#footer-menu ul li a { color: #fff; font-weight: 500; padding: 8px 0; font-family: 'SEAT BCN MEDIUM'; }
#footer-menu ul li a:hover, #footer-menu ul li a:focus { color: rgba(255,255,255,0.6); }
#footer-bottom .content-wrapper { display: flex; justify-content: space-between; border-top: 1px solid #82807f; margin-top:40px; padding: 40px 0 10px;}
#footer-bottom .content-wrapper ul { list-style:  none; margin: 0; padding: 0; display: flex; }
#footer-bottom .content-wrapper ul li { padding-left: 25px; }
#footer-bottom .content-wrapper ul li a { color: #fff; font-size: 14px; }
#footer-bottom .content-wrapper ul li a:hover, #footer-bottom .content-wrapper ul li.current-menu-item a  { color: rgba(255,255,255,0.6); }
#copyright { color: rgba(255,255,255,0.6); font-size: 12px; }
#footer-bottom-right { text-align: right; }
.footer-bottom-right-wrapper { display: flex; }
#vasilakis-logo { line-height: 0; margin: 14px 0 16px; }
#vasilakis-logo svg { fill: #fff; height: 28px; }


.cli_messagebar_head { font-size: 20px; }

/* cupra template */
.cupra-carousel {margin-bottom: 40px;}
.cupra-contact-form h2 {font-size: 28px;}
.cupra-contact-form {margin-top: 50px;}
.cupra-page-title {margin-top: 0; margin-bottom: 30px; text-align: center;}
/* cupra template end */

.banner-img-nocrop {width:100%;height:auto;}
#banner-nocrop h2 {text-align: center; text-wrap:balance; font-family:'SEAT BCN REGULAR'}
.no-crop-page p {text-align:center;}
.no-crop-page .wpcf7 p {text-align: left !important;}

@media(max-width: 1380px){
    .store-block { width: 32%; }
}

@media(max-width: 1280px){
    .auto-block { width: 31.3333%; }
}

@media(max-width: 1200px){
    #header-right { display: none; position: absolute; top: 73px; width: 100%; left: 0; background: #fff; z-index: 100; }
    #mobile-btn { display: block; }
    #seat-logo { border-right: none }
    ul#primary-menu { margin-left: 0; }
    ul#primary-menu, ul#top-links-menu { display: block; }
    ul#primary-menu a, ul#top-links-menu a { text-align: left; display: block; padding: 0 8px; }
    .menu-item-img, ul#primary-menu .subtitle { display: none; }
    ul#primary-menu li.menu-item-has-children:hover > ul { display: none; }
    ul#primary-menu li ul { position: relative; top: 0; width: 100%; right: 0; left: 0; padding: 0; }
    ul#primary-menu ul li { padding: 4px 24px; width: 100% }
    ul#primary-menu li, ul#top-links-menu li { margin: 0; border-bottom: 1px solid #ccc; padding: 16px; }
    ul#primary-menu li { width: 100%; }
    ul#top-links-menu li { margin: 0 16px }
    ul#top-links-menu li:first-child:before, ul#top-links-menu li:nth-child(2):before { top: 17px; }
    ul#primary-menu ul li { text-align: center; border-bottom: none; }
    ul#primary-menu ul li a { padding: 0; color: rgba(15,15,15,0.6); }
    ul#primary-menu h5 { margin: 2px 0; font-size: 14px; }
    ul#primary-menu > li.menu-item-has-children > a:after { content: ''; }
    ul#primary-menu > li.menu-item-has-children.active > a:after { transform: rotate(0); -webkit-transform: rotate(0); -moz-transform: rotate(0);  }


    }

@media(max-width: 1099px){
	
    .store-list { display: block; }
    .store-block { width: 100%; margin-bottom: 40px; }
    .store-block iframe { margin-top: 0; }
}

@media(max-width: 900px){
    .auto-block { width: 48%; }
    #columns-main .narrow-container { flex-direction: column-reverse; }
    #columns-main aside { width: 100%; margin-left: 0; margin-bottom: 40px; }
    .subcategory-list { display: block; }
    .subcategory-block { width: 100%; margin-bottom: 40px; }
    .block-image { height: 450px; }
    #three-banners-homepage .banners-top { display: block; }
    .banner-left-01, .banner-left-02 { width: 100%; }
    #stores-home-img { height: 390px; }
    #home-banner .slide { height: 428px; }
    .slide-title { font-size: 40px; line-height: 50px; }
    .blog-post { width: 48%; }
}

@media(max-width: 768px){
	#seat-logo { height: 55px; padding: 12px 32px; }
	#seat-logo img { width: 104px; }
	#velmar-logo img { height: 52px; width: auto }
	#mobile-btn { padding: 14px 0 14px 24px; }
	#header-right { top: 56px; }
    #footer-menu { flex-wrap: wrap; }
    #footer-menu > li { width: 50%; margin-bottom: 60px; }
    #stores-timetable-wrapper { display: block; }
    .timetable-block { width: 100%; }
    .ektheseis.timetable-block { margin-bottom: 50px; }
    #stores-home-img { height: 350px; }
    .slide-title { font-size: 30px; line-height: 38px; }
}

@media(max-width: 767px){
    #home-banner { height: auto; }
    #home-banner .slide { height: auto; }
    .slide { display: flex; flex-direction: column-reverse; }
    .left-side, .right-side { top: auto; bottom: auto; width: 100%; position: relative; }
    .left-side { padding: 30px 0 }
    .right-side { height: 270px; }
    .slide-title br { display: none; }
    .owl-nav button { margin-top: 0; }
}

@media(max-width: 680px){
    h2 {font-size: 32px; line-height: 38px;}
    .auto-list { display: block; }
    .auto-block { width: 100%; max-width: 300px; margin-left: auto; margin-right: auto; }
    .double-group { display: block; }
    .double-group .form-group { width: 100%; }
    .block-image { height: 350px; }
    #stores-home-img { height: 300px; }
}

@media(max-width: 540px){
    #footer-menu { display: block; }
    #footer-menu > li { width: 100%; margin-bottom: 40px; border-bottom: 1px solid #82807f; padding-bottom: 40px; }
    #footer-bottom .content-wrapper { flex-direction: column-reverse; border-top: none; padding-top: 0 }
    #footer-bottom .content-wrapper ul li { padding: 0 25px 20px 0 !important; }
    #social { padding-right: 25px; }

    #footer-bottom-right, #copyright { text-align: center; }
    .footer-bottom-right-wrapper { justify-content: center; }
    .banner-bottom, .banner-left-01, .banner-left-02 { padding: 40px 30px; }
    #banner { height: 350px; }
    .right-side { height: 220px; }
    .slide-title { font-size: 25px; line-height: 32px; }
    .owl-nav button { margin-top: -22px; }
    .blog-post { width: 100%; }
    .cupra-carousel .slide-image {height: 200px;object-fit: cover;-o-object-fit: cover;}
}

@media(max-width: 480px){
    .block-image { height: 280px; }
    #stores-home-img { height: 200px; }
    #banner { height: 280px; }
}

@media(max-width: 420px){
    #footer-bottom-right { display: block; }
    #footer-bottom .content-wrapper ul { display: block; margin-bottom: 20px; }
    #footer-bottom .content-wrapper ul li { padding: 0 0 2px 0 !important; }
    .block-image { height: 260px; }
}