/*!
Theme Name: velmar-brands-alpharomeo
Author: extend.gr
Description: Description
Version: 1.0.0
*/

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

body{
	font-family: 'Roboto', sans-serif;
    color: #000;
	margin:0;
	padding:0;
    font-size: 16px;
    line-height: 25px;
}

a { text-decoration: none; }
.page main a, .default-link { color: #7a7878; text-decoration: underline; }
.page main a:hover, .page main a:focus { color: #000; }
.colored-link { position: relative; display: inline-block; font-size: 11px; font-weight: bold; letter-spacing: 0.125em; margin-right: 8px; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease;}
.colored-link:last-child { margin-right: 0; }
.colored-link:hover { color: #fff !important;  }
.colored-link:hover > span { height: 30px; }
.colored-link span { position: absolute; width: 100%; left: 0; bottom: -2px; height: 3px; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; z-index: -1;}
.content-wrapper { max-width: 1436px; width: 94%; margin: auto; }


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

header { background: #fff; transition: all 0.8s ease; -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; box-shadow: 0 0 30px rgb(0 0 0 / 40%);}
#bottom-header.sticky { position: fixed; z-index: 1000; top: 0; background: #fff; width: 100%; box-shadow: inset 0 10px 20px 0 rgba(58,58,58,.05), 0 0 30px rgba(0,0,0,.4);}
#bottom-header.sticky #brand-logo { padding-top: 0; padding-bottom: 0; }
#bottom-header.sticky #brand-logo img { height: 70px; width: auto; }


h2 { font-size: 38px; line-height: 48px; margin-top: 64px; margin-bottom: 36px; color: #000; font-weight: 900}
main h2 { margin-top: 40px; }
h3 { color: #000; font-size: 20px; line-height: 26px; }
h4 { font-size: 18px; line-height: 30px; color: #000; margin-bottom: 7px;}


#top-header, #bottom-header { border-bottom: 1px solid rgba(255,255,255,0.4); text-align: right;}
#top-header { background: #fff; }
#top-header a { line-height: 29px; color: #000; font-weight: 500; }
#top-header a:hover { color: #8f0c25; }
header .content-wrapper { display: flex; align-items: center; justify-content: space-between;}
#bottom-header .content-wrapper { position: relative; }
#bottom-header { box-shadow: inset 0 10px 20px 0 rgba(58,58,58,.05) }

#velmar-logo, #velmar-logo a { line-height: 0; }
#contact-top { padding: 0 16px; }
#brand-logo { border-right: 1px solid rgba(255,255,255,0.4); padding: 10px 25px 10px 12px; line-height: 0; }
#header-right { display: flex; justify-content: center; flex: 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#primary-menu li.menu-btn { background: #8f0c25; padding: 4px 10px; border-radius: 2px; font-weight: 500;}
ul#primary-menu li.menu-btn a{ color: #fff }
ul#primary-menu li.menu-btn:hover { background: #000; }
ul#primary-menu a { line-height: 29px; color: #3a3a3a; padding: 0 0 30px; }
ul#primary-menu a:hover, ul#primary-menu a.active { color: #8f0c25 }


.slide { height: 485px; display: flex; align-items: center; background-position: center; background-size: cover;}
.slide-contents { color: #fff; padding-left: 4%; }
.slide-title { font-weight: 900; font-size: 30px; line-height: 36px; margin-bottom: 25px; letter-spacing: .15em;}
.left-side { padding: 14px 30px 30px; width: 100%;}
.slide-subtitle { font-size: 20px; line-height: 20px; margin-bottom: 40px; position: relative; padding-left: 48px;}
.slide-subtitle:before { content: ''; width: 34px; height: 2px; background-color: #8f0c25; position: absolute; left: 0; top: 8px; }
.slide-more { background: #fff; padding: 10px 20px; font-size: 16px; font-weight: 400; color: #000; }
.slide-more:hover { background: #8f0c25; color: #fff; }

.owl-dots { margin-top: -50px; margin-top: -56px; position: relative; text-align: center; }
.owl-dot { display: inline-block; width: 77px; height: 4px; background: #fff !important; margin: 0 9px; vertical-align: middle; }
.owl-dot.active { background: #8f0c25 !important; height: 6px;}


#main { padding: 60px 0; }
.home main .content-wrapper { box-shadow: 0 0 30px #d9d9d9; padding: 10px 60px; }
#banner { height: 200px; background-position: center; background-size: cover; display: flex; align-items: center; justify-content: center;}
.auto-list { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between;}
.auto-block { width: 23%; margin: 0 0 50px 0; }
.auto-block img { max-width: 100%; height: auto; }
.orange-btn-outer { background: #8f0c25; width: 160px; padding: 5px 10px; border-radius: 2px; margin-bottom: 20px;}
.orange-btn { color: #fff !important; font-weight: 900; position: relative; padding-right: 20px; text-decoration: none !important; display: block; width: 125px; }
.orange-btn:after { content: ''; background: url(/wp-content/themes/velmar-brands-alpharomeo/images/arrow-white.svg); background-repeat: no-repeat;
    background-size: cover; background-position: center; width: 8px; height: 14px; position: absolute; right: 0; top: 6px; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; }
.orange-btn:hover:after { right: -15px; }

#three-banners-homepage { font-size: 18px; line-height: 24px;}
#three-banners-homepage .banners-top { display: flex; justify-content: space-between;}
.banner-left-01 { width: 48.5%; background-color: #e0e0e0; padding: 40px 60px; text-align: center; margin: 40px 0;}
.banner-left-02 { width: 48.5%; background-color: #bdbdbd; padding: 40px 60px; text-align: center; margin: 40px 0;}
#three-banners-homepage h2 { margin: 0;}
.banner-bottom h2 { color: #000; }
.banner-left-01 p, .banner-left-02 p { min-height: 48px; max-width: 530px; margin: 15px auto 35px;}
.banner-left-01 img, .banner-left-02 img { width: 100%; max-width: 450px; height: auto; margin-bottom: 20px;}
.black-btn { color: #0f0f0f !important; position: relative; padding-right: 20px; text-decoration: none !important; font-weight: 700;}
.black-btn:after { content: ''; background: url(/wp-content/themes/velmar-brands-alpharomeo/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;}
.banner-bottom { background: #dedad4; text-align: center; padding: 40px 60px; margin-bottom: 40px;} 
#stores-home-img { margin-bottom: 50px; margin-top: 30px; }
#stores-home-img img { width: 100%; height: auto; }

.page-template-offer h1 { color: #fff; font-size: 40px; padding: 0 20px; text-align: center; line-height: 44px;}


#offer-page .content-wrapper, #default-page .content-wrapper { box-shadow: 0 0 30px #d9d9d9; padding: 10px 60px; max-width: 900px; }
form { margin-top: 40px; }
input[type=text], input[type=email], input[type=tel], select, textarea { border: solid 1px #ddd; width: 100%; outline: none; }
input[type=text], input[type=email], input[type=tel], select { height: 40px; border-radius: 2px; margin-top: 3px;}
textarea { height: 100px; margin-top: 3px; }
input[type=submit] { background-color: #8f0c25; color: white; padding: 12px 30px; margin-top: 25px; border: none; outline: none; cursor: pointer; font-size: 16px; font-weight: 500; border-radius: 2px; }
input[type=submit]:hover { background-color: #000; }


footer { background: #000; padding: 32px 0; }
footer .content-wrapper { display: flex; justify-content: space-between; border-top: 1px solid #82807f; margin-top: 40px; padding: 40px 0 10px;
}
#copyright { text-align: center;}
#copyright a { color: rgba(255,255,255,0.6); color: rgba(255,255,255,0.6); font-size: 12px; }
#footer-bottom-right { text-align: right;}
#vasilakis-logo { line-height: 0; margin: 14px 0 16px;}
.footer-bottom-right-wrapper { display: flex;}
footer .content-wrapper ul { list-style: none; margin: 0; padding: 0; display: flex;}
footer .content-wrapper ul li { padding-left: 25px;}
footer .content-wrapper ul li a { color: #fff; font-size: 14px;}
footer a:hover { opacity: 0.75 }
#inst-icon svg{ height: 25px; width: 25px; position: relative; top: 1px; margin-left: 10px; }

#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/velmar-brands-alpharomeo/images/mobile-btn.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#mobile-btn.active span {
    background: url(/wp-content/themes/velmar-brands-alpharomeo/images/icon_close_menu.svg);
    background-repeat: no-repeat;
    background-size: 86%;
    background-position: center;
}

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

@media(max-width:1160px){
	#header-right { flex: 0; }
	.main-navigation { display: none; position: absolute; width: 100%; left: 0; background: #fcfcfc; top: 70px; z-index: 1000; text-align: center; padding: 10px 0 30px; border-top: solid 1px rgba(255,255,255,0.4);}
	#mobile-btn, ul#primary-menu { display: block; }
	ul#primary-menu li { padding: 5px 0; border-top: 1px solid #8f8f8f;}
    ul#primary-menu li.menu-btn { margin: 25px auto 0; max-width: 200px; border-top: none; }
    ul#primary-menu li:first-child { border-top: none; }

    
}

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

@media (max-width: 768px) {
	#velmar-logo img { height: 52px; width: auto; }
	#brand-logo img, #bottom-header.sticky #brand-logo img { height: 54px; width: auto; }
	#brand-logo { padding: 2px 25px 2px 5px; }
	.main-navigation { top: 54px; }
	#mobile-btn { padding: 15px 0 15px 24px; }
	footer .content-wrapper { flex-direction: column-reverse; }
	#footer-bottom-right, #copyright { text-align: center; }
	.footer-bottom-right-wrapper { justify-content: center;}
	#copyright { margin-top: 25px; }
	.footer-bottom-right-wrapper { display: block; }
	footer .content-wrapper ul { justify-content: center; margin-top: 5px;}
}

@media (max-width: 680px){
	#main h2 { text-align: center; }
	.auto-block { width: 100%; max-width: 300px; margin-left: auto; margin-right: auto; text-align: center;}
	#three-banners-homepage .banners-top { display: block; }
	.banner-left-01, .banner-left-02 { width: 100%; }
	.orange-btn-outer { margin-left: auto; margin-right: auto; }
	h2 { font-size: 32px; line-height: 38px;}
}

@media (max-width: 600px){
	
	.slide { height: 350px; }
	.slide-title { font-size: 25px; line-height: 28px; margin-bottom: 10px;}
	.slide-subtitle { font-size: 15px; line-height: 20px; }
}

@media (max-width: 560px){
	.left-side { min-width: auto; width: 92%;}
	.owl-dot { width: 40px; }
	footer .content-wrapper ul { display: block; }
	footer .content-wrapper ul li { padding-left: 0; }
}

@media (max-width: 480px){
	.slide-subtitle { font-size: 14px; line-height: 18px; }
	}