/*
Theme Name: IWHQ Vanilla
Theme URI: http://www.irishwebsitehq.com
Description: IWHQ Vanilla
Version: 1
Author: Mark O'Leary
Author URI: http://www.irishwebsitehq.com
*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700;800;900&display=swap');



/* ================ GENERAL RULES ======================= */
body {
font-size:16px;
font-family:'Outfit', sans-serif;
}

/* Headings
================================================== */
h1, h2, h3, h4, h5, h6{
    font-family:'Playfair Display', serif;
    font-weight:700;
}
h4{
    font-family:'Outfit', sans-serif;
    font-size:21px;
    font-weight:500;
}
h1 { font-size: 64px; font-weight: 700; }
h2 { font-size: 52px; }
h3 { font-size: 36px; }

h2{
    font-weight:700;
    color:#222;
}

h2 strong{
    font-weight:900;
    color:#d12223;
}

/* ================ RESPONSIVE IMAGES ======================= */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* ================ LINKS ======================= */
a{
	outline: 0;
}

/* ================ HEADER ======================= */
#top {
	background-color: #265937;
	color: #fff;
	font-weight: 600;
	padding: 10px 0;
	height: 40px;
	display: none;
}

#top .contact{
    display:flex;
    display:none;
    align-items:center;
    gap:24px;
    flex-wrap:wrap;
}

#top a{
    color:#fff;
    text-decoration: none;
}

#top .top-item{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#fff;
    line-height:1.4;
}

#top .top-icon{
    font-size:16px;
    line-height:1;
    max-width:16px;
    max-height:16px;
}

#top a:hover,
#top a:focus{
    color:#fff;
    text-decoration:underline;
}

header {
	padding: 8px 0;
	background: #fff;
	height: 104px;
	border-bottom: 10px solid #111;
}

.page-title-banner{
    background: url(images/ag-bg-3.jpg) no-repeat center center;
    background-size: cover;
    padding: 90px 0 60px;
}

.page-title-banner h1{
    color:#fff;
    margin:0;
}

.page-title-banner-featured{
    position:relative;
    min-height:300px;
    height:300px;
    display:flex;
    align-items:center;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}

.page-title-banner-featured::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(10,18,24,0.82) 0%, rgba(10,18,24,0.34) 100%);
    z-index:1;
}

.page-title-banner-featured .container{
    position:relative;
    z-index:2;
}

.page-title-banner-alpego{
    min-height:300px;
    display:flex;
    align-items:center;
    background:rgb(252, 193, 51);
}

.page-title-banner-alpego h1{
    color:#1f1f1f;
}

.page-title-banner-alpego .page-title-banner-content{
    margin-top:12px;
    color:#1f1f1f;
}

.page-title-banner-heva{
    min-height:300px;
    display:flex;
    align-items:center;
    background:#d12223;
}

.page-title-banner-heva h1{
    color:#fff;
}

.page-title-banner-heva .page-title-banner-content{
    margin-top:12px;
    color:#fff;
}

.page-title-banner-used{
    min-height:300px;
    display:flex;
    align-items:center;
    background:#4c5967;
}

.page-title-banner-used h1{
    color:#fff;
}

.page-title-banner-used .page-title-banner-content{
    margin-top:12px;
    color:#fff;
}

.page-title-banner-contact{
    min-height:300px;
    display:flex;
    align-items:center;
    background:#265937;
}

.page-title-banner-contact h1{
    color:#fff;
}

.page-title-banner-contact .page-title-banner-content{
    margin-top:12px;
    color:#fff;
}

.page-title-banner-content p{
    font-size:18px;
    max-width:740px;
}

.page-title-banner-content h4{
    margin:30px 0 20px;
}

#heva-single-page{
    background:#fff;
}

.heva-single-section{
    width:100%;
    padding:70px 0;
}

.heva-single-section-red{
    background:#d12223;
    color:#fff;
}

.heva-single-section-light{
    background:#f3f3f3;
}

.heva-single-section-white{
    background:#fff;
}

.heva-single-content{
    max-width:100%;
    font-size:18px;
}

.heva-single-section-red .heva-single-content,
.heva-single-section-red .heva-single-content p,
.heva-single-section-red .heva-single-content h2,
.heva-single-section-red .heva-single-content h3,
.heva-single-section-red .heva-single-content h4{
    color:#fff;
}

.heva-single-gallery-main{
    margin-bottom:18px;
}

.heva-single-gallery-main img{
    width:100%;
    height:520px;
    object-fit:cover;
    display:block;
}

.heva-single-gallery-thumbs .col-sm-4{
    margin-bottom:18px;
}

.heva-single-gallery-thumbs img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
}

.heva-single-video iframe,
.heva-single-video video{
    width:100%;
    height:560px;
    max-width:100%;
}

@media screen and (max-width:1024px){
    table{
        display:block;
        width:100%;
        max-width:100%;
        overflow-x:auto;
        -webkit-overflow-scrolling:touch;
    }

    table th,
    table td{
        white-space:nowrap;
    }

    .heva-single-video iframe,
    .heva-single-video video{
        height:420px;
    }

    .alpego-single-video iframe,
    .alpego-single-video video{
        height:420px;
    }

    .used-single-video iframe,
    .used-single-video video{
        height:420px;
    }
}

@media screen and (max-width:768px){
    .heva-single-video iframe,
    .heva-single-video video{
        height:auto;
    }

    .alpego-single-video iframe,
    .alpego-single-video video{
        height:auto;
    }

    .used-single-video iframe,
    .used-single-video video{
        height:auto;
    }

    .heva-single-video iframe[src*="youtube.com"],
    .heva-single-video iframe[src*="youtu.be"],
    .alpego-single-video iframe[src*="youtube.com"],
    .alpego-single-video iframe[src*="youtu.be"]{
        aspect-ratio:16 / 9;
    }

    .used-single-video iframe[src*="youtube.com"],
    .used-single-video iframe[src*="youtu.be"]{
        aspect-ratio:16 / 9;
    }
}

.heva-single-content table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    border:1px solid #dce3df;
    background:#fff;
}

.heva-single-content thead th{
    background:#f2f6f4;
    color:#1f2f3d;
    font-weight:600;
    text-align:left;
    padding:14px 16px;
    border-bottom:1px solid #dce3df;
}

.heva-single-content tbody td{
    padding:13px 16px;
    border-bottom:1px solid #e8eeeb;
    color:#33424f;
    vertical-align:top;
}

.heva-single-content tbody tr:last-child td{
    border-bottom:none;
}

.heva-single-content th + th,
.heva-single-content td + td{
    border-left:1px solid #e8eeeb;
}

.heva-lightbox{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.9);
    z-index:9999;
    display:none;
    align-items:center;
    justify-content:center;
    padding:20px;
}

.heva-lightbox.is-open{
    display:flex;
}

.heva-lightbox-stage{
    max-width:min(1200px, 86vw);
    max-height:80vh;
}

.heva-lightbox-stage img{
    max-width:100%;
    max-height:80vh;
    display:block;
}

.heva-lightbox-close{
    position:absolute;
    top:16px;
    right:20px;
    background:transparent;
    color:#fff;
    border:none;
    font-size:44px;
    line-height:1;
}

.heva-lightbox-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:52px;
    height:52px;
    border:none;
    border-radius:50%;
    background:#000;
    color:#fff;
    opacity:.75;
    font-size:26px;
    line-height:1;
}

.heva-lightbox-prev{
    left:20px;
}

.heva-lightbox-next{
    right:20px;
}

body.heva-lightbox-open{
    overflow:hidden;
}

#alpego-single-page{
    background:#fff;
}

.alpego-single-section{
    width:100%;
    padding:70px 0;
}

.alpego-single-section-yellow{
    background:rgb(252, 193, 51);
    color:#1f2f3d;
}

.alpego-single-section-light{
    background:#f3f3f3;
}

.alpego-single-section-white{
    background:#fff;
}

.alpego-single-content{
    max-width:100%;
    font-size:18px;
}

.alpego-single-gallery-main{
    margin-bottom:18px;
}

.alpego-single-gallery-main img{
    width:100%;
    height:520px;
    object-fit:cover;
    display:block;
}

.alpego-single-gallery-thumbs .col-sm-4{
    margin-bottom:18px;
}

.alpego-single-gallery-thumbs img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
}

.alpego-single-video iframe,
.alpego-single-video video{
    width:100%;
    height:560px;
    max-width:100%;
}

.alpego-single-content table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    border:1px solid #dce3df;
    background:#fff;
}

.alpego-single-content thead th{
    background:#f2f6f4;
    color:#1f2f3d;
    font-weight:600;
    text-align:left;
    padding:14px 16px;
    border-bottom:1px solid #dce3df;
}

.alpego-single-content tbody td{
    padding:13px 16px;
    border-bottom:1px solid #e8eeeb;
    color:#33424f;
    vertical-align:top;
}

.alpego-single-content tbody tr:last-child td{
    border-bottom:none;
}

.alpego-single-content th + th,
.alpego-single-content td + td{
    border-left:1px solid #e8eeeb;
}

.alpego-single-content .alignnone {
	display: inline-block;
}

.alpego-lightbox{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.9);
    z-index:9999;
    display:none;
    align-items:center;
    justify-content:center;
    padding:20px;
}

.alpego-lightbox.is-open{
    display:flex;
}

.alpego-lightbox-stage{
    max-width:min(1200px, 86vw);
    max-height:80vh;
}

.alpego-lightbox-stage img{
    max-width:100%;
    max-height:80vh;
    display:block;
}

.alpego-lightbox-close{
    position:absolute;
    top:16px;
    right:20px;
    background:transparent;
    color:#fff;
    border:none;
    font-size:44px;
    line-height:1;
}

.alpego-lightbox-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:52px;
    height:52px;
    border:none;
    border-radius:50%;
    background:#000;
    color:#fff;
    opacity:.75;
    font-size:26px;
    line-height:1;
}

.alpego-lightbox-prev{
    left:20px;
}

.alpego-lightbox-next{
    right:20px;
}

body.alpego-lightbox-open{
    overflow:hidden;
}

#used-single-page{
    background:#fff;
}

.used-single-section{
    width:100%;
    padding:70px 0;
}

.used-single-section-brand{
    background:#4c5967;
    color:#fff;
}

.used-single-section-light{
    background:#f3f3f3;
}

.used-single-section-white{
    background:#fff;
}

.used-single-content{
    max-width:100%;
    font-size:18px;
}

.used-single-section-brand .used-single-content,
.used-single-section-brand .used-single-content p,
.used-single-section-brand .used-single-content h2,
.used-single-section-brand .used-single-content h3,
.used-single-section-brand .used-single-content h4{
    color:#fff;
}

.used-single-gallery-main{
    margin-bottom:18px;
}

.used-single-gallery-main img{
    width:100%;
    height:520px;
    object-fit:cover;
    display:block;
}

.used-single-gallery-thumbs .col-sm-4{
    margin-bottom:18px;
}

.used-single-gallery-thumbs img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
}

.used-single-video iframe,
.used-single-video video{
    width:100%;
    height:560px;
    max-width:100%;
}

.used-single-content table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    border:1px solid #dce3df;
    background:#fff;
}

.used-single-content thead th{
    background:#f2f6f4;
    color:#1f2f3d;
    font-weight:600;
    text-align:left;
    padding:14px 16px;
    border-bottom:1px solid #dce3df;
}

.used-single-content tbody td{
    padding:13px 16px;
    border-bottom:1px solid #e8eeeb;
    color:#33424f;
    vertical-align:top;
}

.used-single-content tbody tr:last-child td{
    border-bottom:none;
}

.used-single-content th + th,
.used-single-content td + td{
    border-left:1px solid #e8eeeb;
}

.used-lightbox{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.9);
    z-index:9999;
    display:none;
    align-items:center;
    justify-content:center;
    padding:20px;
}

.used-lightbox.is-open{
    display:flex;
}

.used-lightbox-stage{
    max-width:min(1200px, 86vw);
    max-height:80vh;
}

.used-lightbox-stage img{
    max-width:100%;
    max-height:80vh;
    display:block;
}

.used-lightbox-close{
    position:absolute;
    top:16px;
    right:20px;
    background:transparent;
    color:#fff;
    border:none;
    font-size:44px;
    line-height:1;
}

.used-lightbox-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:52px;
    height:52px;
    border:none;
    border-radius:50%;
    background:#000;
    color:#fff;
    opacity:.75;
    font-size:26px;
    line-height:1;
}

.used-lightbox-prev{
    left:20px;
}

.used-lightbox-next{
    right:20px;
}

body.used-lightbox-open{
    overflow:hidden;
}



/* Logo
================================================== */
.logo-container {
	position: absolute;
	z-index: 3;
	top: 10px;
}

#logo {
	max-height: 160px;
}


/* Navigation
================================================== */
nav {
    float: right;
    margin-right: 0;
    padding-top: 25px;
    position: relative;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 18px;
}

nav > ul > li {
    position: relative;
    float: left;
}

nav > ul > li > a {
    padding: 10px 15px;
    text-decoration: none;
}

nav > ul > li > a:hover, nav li a:active {
    background-color: transparent;
    text-decoration: none;
}

nav ul li {
    display: inline-block;
    padding: 5px 10px;
}

nav ul > li a {
    display: block;
    padding: 0;
}

.menu-item-has-children {
    padding-right: 24px;
    background: url(images/arrow-down.png) no-repeat right 12px center;
}

nav ul.sub-menu {
    position: absolute;
    padding: 8px;
    left: 0;
    width: 200px;
    background: #000;
    display: none;
    z-index: 300;
}

nav ul.sub-menu > li {
    text-align: left;
    vertical-align: top;
    display: block;
}

nav ul.sub-menu > li a {
    padding: 3px 9px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #777;
}

nav ul.sub-menu > li:last-child a {
    border: none;
}

nav ul > li:hover ul.sub-menu {
    display: inline-block;
}

nav ul > li a:hover {
    background-color: transparent;
}

/* Top menu overrides */
.menu-top-menu-container .iwhqnav > li > a, .menu-top-menu-container .iwhqnav > li > a:visited, .menu-top-menu-container .iwhqnav > li > a:hover, .menu-top-menu-container .iwhqnav > li > a:focus, .menu-top-menu-container .iwhqnav > li > a:active {
	color: oklab(0.291767 -0.0363886 0.0177656 / 0.8);
	text-decoration: none;
	font-size: 17px;
	text-transform: capitalize;
	font-weight: 500;
}

.menu-top-menu-container .iwhqnav > li.button {
    margin-top: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
}

.menu-top-menu-container .iwhqnav > li.button > a,
.menu-top-menu-container .iwhqnav > li.button > a:visited,
.menu-top-menu-container .iwhqnav > li.button > a:active,
.menu-top-menu-container .iwhqnav > li.button > a:hover,
.menu-top-menu-container .iwhqnav > li.button > a:focus  {
    background-color: transparent;
    color: oklab(0.291767 -0.0363886 0.0177656 / 0.8);
    text-decoration: none;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
}

.menu-top-menu-container .iwhqnav > .alpego.button a {
	background-color: transparent !important;
	color: oklab(0.291767 -0.0363886 0.0177656 / 0.8) !important;
	font-size: 15px;
	font-weight: 600;
}

.menu-top-menu-container .iwhqnav > .alpego.button a:hover,
.menu-top-menu-container .iwhqnav > .alpego.button a:focus,
.menu-top-menu-container .iwhqnav > .alpego.button a:active,
.menu-top-menu-container .iwhqnav > .alpego.button a:visited {
	background-color: transparent !important;
	color: oklab(0.291767 -0.0363886 0.0177656 / 0.8) !important;
	font-size: 15px;
	font-weight: 600;
}

.menu-top-menu-container .iwhqnav > .used.button a {
	background-color: transparent !important;
	color: oklab(0.291767 -0.0363886 0.0177656 / 0.8) !important;
}

.menu-top-menu-container .iwhqnav > .used.button a:hover,
.menu-top-menu-container .iwhqnav > .used.button a:focus,
.menu-top-menu-container .iwhqnav > .used.button a:active,
.menu-top-menu-container .iwhqnav > .used.button a:visited {
	background-color: transparent !important;
	color: oklab(0.291767 -0.0363886 0.0177656 / 0.8) !important;
}

.slides .alpego.button,
.slides .alpego.button:hover,
.slides .alpego.button:focus,
.slides .alpego.button:active{
	background-color: rgb(252, 193, 51) !important;
	color: #fff !important;
	font-size: 19px;
	font-weight: 500;
}

.slides .used.button,
.slides .used.button:hover,
.slides .used.button:focus,
.slides .used.button:active{
	background-color: #4c5967 !important;
	color: #fff !important;
	font-size: 19px;
	font-weight: 500;
}

.menu-top-menu-container .iwhqnav > li.current-menu-item > a,
.menu-top-menu-container .iwhqnav > li.current-menu-ancestor > a,
.menu-top-menu-container .iwhqnav > li.current_page_item > a,
.menu-top-menu-container .iwhqnav > li.current_page_ancestor > a {
    color: rgb(38, 89, 55) !important;
    text-decoration: none;
    text-decoration-color: rgb(38, 89, 55);
    text-underline-offset: 3px;
    border-bottom:2px solid rgb(38, 89, 55);
}


/* ================ CONTENT ======================= */

#alpego-range,
#he-va-range{
    padding:60px 0 90px;
}

#alpego-range h2,
#he-va-range h2{
    text-align:center;
    margin-bottom:30px;
}

#alpego-range .alpego-range-slider,
#he-va-range .alpego-range-slider{
    border:none;
    margin:0;
    background:transparent;
    max-height:none;
    height:auto;
    overflow:visible;
}

#alpego-range .alpego-range-slider .slides > li,
#he-va-range .alpego-range-slider .slides > li{
    background:none;
    max-height:none;
    height:auto;
}

#alpego-range .alpego-range-card,
#he-va-range .alpego-range-card{
    background:#fff;
    border-radius:9px;
    overflow:hidden;
    border:1px solid #e5e5e5;
    padding-bottom:24px;
    text-align:center;
}

#alpego-range .alpego-range-image,
#he-va-range .alpego-range-image{
    display:block;
}

#alpego-range .alpego-range-image img,
#he-va-range .alpego-range-image img{
    width:100%;
    height:320px;
    object-fit:cover;
}

#alpego-range .alpego-range-card h3,
#he-va-range .alpego-range-card h3{
    color:#212121;
    margin:20px 16px 16px;
}

#alpego-range .alpego-range-card .button,
#he-va-range .alpego-range-card .button{
    margin-top:0;
}

.location-slide a.button {
	margin-top: 30px;
}

#home-vacancy-search{
    padding:90px 0;
    position:relative;
    overflow:hidden;
}

#home-vacancy-search::before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: url(images/green-bg.jpg) no-repeat center center;
    background-size: cover;
    transform: scaleX(-1);
    transform-origin: center;
    z-index:0;
}

#home-vacancy-search .container{
    position:relative;
    z-index:1;
}

#home-vacancy-search h2{
    color:#fff;
    font-weight:900;
    margin-bottom:8px;
    border-bottom:none;
    padding-bottom:0;
    text-align:center;
}

#home-vacancy-search .vacancy-search-tagline {
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
	font-size: 21px;
	max-width: 800px;
	margin: 0 auto;
}

#home-vacancy-search .vacancy-cv-cta{
    color:#fff;
    text-align:center;
    margin:8px 0 0;
}

#home-vacancy-search .vacancy-cv-cta a{
    color:#fff;
    text-decoration:underline;
    font-weight:600;
}

#home-vacancy-search .contact-callout{
    max-width:640px;
    margin:26px auto 0;
    padding:28px 24px;
    background:rgba(255,255,255,0.96);
    border-radius:14px;
    box-shadow:0 16px 40px rgba(0,0,0,0.28);
    text-align:center;
}

#home-vacancy-search .contact-phone-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:72px;
    height:72px;
    margin:0 auto 12px;
    border-radius:50%;
    background:#3a7127;
    color:#fff;
    font-size:34px;
    line-height:1;
}

#home-vacancy-search .contact-callout h3{
    margin:0;
    color:#1f1f1f;
    font-weight:800;
    font-size:34px;
}

#home-vacancy-search .contact-callout h3 a{
    color:#1f1f1f;
    text-decoration:none;
}

#home-vacancy-search .contact-callout h3 a:hover,
#home-vacancy-search .contact-callout h3 a:focus{
    text-decoration:underline;
}

#home-vacancy-search .contact-callout .vacancy-cv-cta{
    margin:14px 0 0;
    color:#333;
}

#home-vacancy-search .contact-callout .vacancy-cv-cta a{
    color:#111;
    text-decoration:underline;
}

#home-vacancy-search .vacancies-filters .button{
    width:auto;
    height:44px;
    margin-top:0;
    background:#000;
    color:#fff;
    border:1px solid #000;
}

#home-vacancy-search .vacancies-filters .button:hover,
#home-vacancy-search .vacancies-filters .button:focus{
    background:#000;
    color:#fff;
    border:1px solid #000;
}

@media (max-width:767px){
    #home-vacancy-search .contact-callout{
        padding:22px 18px;
    }

    #home-vacancy-search .contact-phone-icon{
        width:64px;
        height:64px;
        font-size:30px;
    }

    #home-vacancy-search .contact-callout h3{
        font-size:28px;
    }
}

#vacancies-page{
    padding:40px 0 60px;
}

.vacancies-filters {
	margin: 30px 0 45px;
}

.vacancies-filters label{
    display:block;
    margin-bottom:6px;
    font-weight:400;
    color:#fff;
    font-size:13px;
}

.vacancies-filters select,
.vacancies-filters input[type="text"]{
    width:100%;
    padding:10px 12px;
    border:1px solid #ddd;
    border-radius:9px;
}

#vacancies-page .vacancies-filters label{
    color:#000;
}

#vacancies-page .vacancies-filters select,
#vacancies-page .vacancies-filters input[type="text"]{
    background:#fff;
}

#vacancies-page .vacancies-filters .button,
#vacancies-page .vacancies-filters .button:hover,
#vacancies-page .vacancies-filters .button:focus{
    border:none;
}

.vacancy-card{
    background:#fff;
    border:1px solid #e9e9e9;
    border-radius:12px;
    padding:20px;
    margin-bottom:20px;
}

.vacancy-card h3{
    margin-top:0;
}

.vacancy-description{
    margin:12px 0;
}

.vacancy-files{
    margin:0 0 14px;
    padding-left:20px;
}

#content{
    padding: 20px 0px 40px;
}

#about-page-template{
    padding:0;
    background:transparent;
}

#about-page-template .about-section{
    padding:60px 0;
}

#about-page-template .about-intro-outro .about-intro-outro-content{
    color:#314252;
}

#about-page-template .about-section:nth-child(odd){
    background:#fff;
}

#about-page-template .about-section:nth-child(even){
    background:#f5f5f5;
}

#about-page-template .about-row{
    align-items:center;
}

#about-page-template .about-image-col{
    padding-right:24px;
}

#about-page-template .about-layout-image-left .about-image-col{
    padding-right:12px;
    padding-left:24px;
}

#about-page-template .about-media{
    width:100%;
    height:420px;
    object-fit:cover;
    border-radius:30px;
    border:2px solid #fff;
    display:block;
}

#about-page-template .about-text-col{
    color:#314252;
    padding-left:12px;
}

#about-page-template .about-layout-text-left .about-text-col{
    padding-right:30px;
    padding-left:0;
}

#about-page-template .about-layout-image-left .about-text-col{
    padding-left:20px;
    padding-right:0;
}

#about-page-template .about-section h2{
    margin:0 0 14px;
    border-bottom:none;
    padding-bottom:0;
    color:#314252;
}

#about-page-template .about-section p{
    margin:0 0 14px;
    line-height:1.8;
}

#about-page-template .about-section p:last-child{
    margin-bottom:0;
}

#locations-page-template{
    padding:0;
}

#locations-page-template .locations-pill-nav{
    padding:30px 0;
    background:#fff;
    border-bottom:1px solid #ececec;
}

#locations-page-template .locations-pill-links{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

#locations-page-template .location-pill{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 16px;
    border-radius:9px;
    background:#d12223;
    color:#fff;
    border:1px solid #d12223;
    text-decoration:none;
    font-weight:600;
    transition:all .2s ease;
}

#locations-page-template .location-pill:hover,
#locations-page-template .location-pill:focus{
    background:#d12223;
    color:#fff;
    border-color:#d12223;
    text-decoration:none;
}

.back-to-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #255F39;
	color: #fff;
	display: none;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 24px;
	line-height: 1;
	z-index: 999;
	text-align: center;
	padding-top: 12px;
	border: 1px solid #427f57;
}

.back-to-top:hover,
.back-to-top:focus,
.back-to-top:active{
    background:#427f57;
    color:#fff;
}

.forminator-ui .forminator-button,
.forminator-ui .forminator-button:visited,
.forminator-ui .forminator-button:hover,
.forminator-ui .forminator-button:focus,
.forminator-ui .forminator-button:active,
.forminator-ui button.forminator-button,
.forminator-ui button.forminator-button:hover,
.forminator-ui button.forminator-button:focus,
.forminator-ui button.forminator-button:active{
    background:#d12223 !important;
    color:#fff !important;
    border:1px solid #d12223 !important;
    border-radius:9px !important;
    text-decoration:none !important;
}

#locations-page-template .location-section{
    padding:60px 0;
}

#locations-page-template .location-section.location-bg-white{
    background:#fff;
}

#locations-page-template .location-section.location-bg-grey{
    background:#f5f5f5;
}

#locations-page-template .location-row{
    align-items:center;
}

#locations-page-template .location-image-col{
    padding-left:24px;
}

#locations-page-template .location-layout-image-left .location-image-col{
    padding-left:12px;
    padding-right:24px;
}

#locations-page-template .location-text-col{
    color:#314252;
    padding-right:30px;
}

#locations-page-template .location-layout-image-left .location-text-col{
    padding-left:20px;
    padding-right:0;
}

#locations-page-template .stores-label{
    font-size:16px;
    color:#E71A1C;
    text-transform:uppercase;
    margin:0 0 10px;
}

#locations-page-template .location-text-col h3{
    margin-bottom:1em;
}

#locations-page-template .location-text-col .address,
#locations-page-template .location-text-col .phone{
    display:flex;
    align-items:center;
    gap:8px;
}

#locations-page-template .location-text-col .address a,
#locations-page-template .location-text-col .phone a,
#locations-page-template .location-text-col .address a:visited,
#locations-page-template .location-text-col .phone a:visited,
#locations-page-template .location-text-col .address a:hover,
#locations-page-template .location-text-col .phone a:hover,
#locations-page-template .location-text-col .address a:focus,
#locations-page-template .location-text-col .phone a:focus,
#locations-page-template .location-text-col .address a:active,
#locations-page-template .location-text-col .phone a:active{
    color:#000 !important;
    text-decoration:none !important;
}

#locations-page-template .location-text-col .address img,
#locations-page-template .location-text-col .phone img{
    max-height:24px;
    width:auto;
}

#locations-page-template .location-text-col ul{
    color:#000;
}

#locations-page-template .location-text-col ul li{
    list-style-type:disc;
    line-height:28px;
}

#locations-page-template .location-text-col ul li::marker{
    color:#E71A1C;
}

#locations-page-template .location-media{
    width:100%;
    height:420px;
    object-fit:cover;
    border-radius:30px;
    display:block;
}

main{
    padding:40px 0 50px;
    background-color:#f5f5f5;
}

main#heva-single-page, main#alpego-single-page{
    padding:0;
}

main .intro{
    text-align:center;
    padding-bottom:30px;
}

.intro h2 {
    border-bottom: 2px solid #eee;
    padding-bottom: 8px;
    font-size: 32px;
}

main .feature{
    background-color:#fff;
}

main .feature.threes{
    text-align:center;
    padding:20px 0;
}

.feature h3{
    border-bottom: 2px solid #eee;
    display: inline-block;
    padding-bottom: 8px;
    font-size: 20px;
}

main .feature.twos{
    padding:20px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

main .feature.twos img{
    float:left;
    margin-right:30px;
}

/* ================ BLOG ======================= */
.posts article{
    padding:20px;
    background-color:#f9f9f9;
    margin-bottom:20px;
    border:1px solid #ededed;
}

.posts article h2{
    margin-top:5px;
}

/* Footer
================================================== */
footer{
    background-color:#4e4e4e;
    background-image:url(images/footer-bg.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    padding:45px 0;
    color:#fff;
    text-align:center;
}

footer .logo{
    max-height:80px;
    width:auto;
}

footer .slogan{
    max-width:640px;
    margin:0 auto;
}

footer .footer-nav{
    float:none;
    padding-top:0;
    margin:0;
}

footer .footer-nav .footer-nav-menu{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:12px 20px;
}

footer .footer-nav .footer-nav-menu > li{
    float:none;
}

footer .footer-nav .footer-nav-menu > li > a{
    padding:0;
    color:#fff;
    text-decoration:none;
}

footer .footer-nav .footer-nav-menu > li > a:visited,
footer .footer-nav .footer-nav-menu > li > a:hover,
footer .footer-nav .footer-nav-menu > li > a:focus,
footer .footer-nav .footer-nav-menu > li > a:active{
    text-decoration:none;
}

footer .footer-nav .footer-nav-menu > li.button,
footer .footer-nav .footer-nav-menu > li.button > a{
    background:transparent;
    border:none;
    border-radius:0;
    color:#fff;
    margin:0;
    padding:0;
}

footer .footer-nav-social{
    margin-top:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

footer .contact img {
    margin: 3px 6px 0 0;
    vertical-align: middle;
    width:auto;
}

footer .contact img.phone{
    height:14px;
}

footer .contact img.email{
    height:12px;
}

footer .social{
    padding-top:0;
}

footer #mc_embed_signup{clear:left; font-size:14px; }

footer h3{
    border-bottom:2px solid #747474;
    padding-bottom:8px;
    font-size: 20px;
    color: #eee;
}

footer ul{
    margin:0;
    padding:0;
}

footer li{
    padding: 7px 2px;
    list-style: url(images/list-arrow.png) inside;
}

footer a{
    color:#eee;
    text-decoration: none;
}

footer a:hover{
    color:#fff;
    text-decoration: none;
}

#credits{
    background-color:#2e2e2e;
    color:#aaa;
    padding:8px 0;
    font-size:13px;
}

#credits a,
#credits a:visited,
#credits a:hover,
#credits a:focus,
#credits a:active{
    color:#aaa;
    text-decoration:none;
}


/* Buttons
================================================== */
.button, a:hover.button, #maillist #mc-embedded-subscribe .button{
    padding:10px 20px;
    text-decoration:none;
    display: inline-block;
    margin-top: 0;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    font-weight:normal;
    font-size:15px;
    background-color:#d12223;
    color:#fff;
}

.button:hover,
.button:focus{
    background-color:#D91D1E;
    color:#fff;
    text-decoration:none;
    font-size: 19px;
  font-weight: 500;
}

.flexslider .button{
    background-color:#d12223;
    border:2px solid #fff;
    color:#fff;
    min-width:154px;
    text-align:center;
    font-weight:600;
    font-size: 19px;
  font-weight: 500;
}

/* .flexslider .button:hover,
.flexslider .button:focus{
    background-color:#fff;
    border:2px solid #fff;
    color:#000;
    font-weight:600;
} */

.flexslider .button.outline{
    background-color:transparent;
    border:2px solid #fff;
    color:#fff;
}

.flexslider .button.outline:hover,
.flexslider .button.outline:focus{
    background-color:transparent;
    border:x solid #fff;
    color:#fff;
}

.feature .button{
    background-color:#d12223;
    color:#fff;
    border:2px solid #d12223;
}

#maillist #mc-embedded-subscribe .button{
    background-color:#d12223;
    color:#fff;
    border:2px solid #d12223;
}
/* Flexslider
================================================== */

#slideshow h1{
    margin-bottom:15px;
}

#slideshow p{
    margin-bottom:30px;
}

.flexslider{
    border:none;
    margin:0;
    max-height:620px;
    overflow:hidden;
}

.flexslider .slides > li {
    background-color:#0f1720;
    background-repeat:no-repeat;
    background-position:center center;
    background-size: cover;
    max-height:620px;
}

.flexslider .slide-content{
    height: clamp(360px, 62vh, 620px);
    display:flex;
    align-items:center;
}

.flexslider .slide-description,
.flexslider .slide-image{
    width:50%;
}

.flexslider .slide-description {
	color: #fff;
	padding: 20px 40px 20px 0;
	padding: 30px;
	border-radius: 9px;
    font-size: 17px;
}

.slide-description p {
	max-width: 580px;
	margin: 0 auto;
}

.flexslider .slide-image{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px 0 20px 20px;
}

.flexslider .slide-image img{
    width:100%;
    height:auto;
    max-height:360px;
    object-fit: cover;
    border-radius:9px;
    border:2px solid #fff;
}

.flex-direction-nav a {
    height:50px;
    width:50px;
    background:#000;
    border-radius:50%;
    opacity:1;
    display:flex;
    align-items:center;
    justify-content:center;
    text-indent:-9999px;
    font-size:0;
    line-height:0;
    overflow:visible;
}

.flex-direction-nav a:before{
    color:#fff;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    font-size:18px;
    font-weight:300;
    line-height:1;
    text-indent:0;
}

.flex-control-nav {
    bottom: 10px;
    z-index: 10;
}

.flexslider .flex-next, .flexslider:hover .flex-direction-nav .flex-next {opacity: 0.5; right: 20px;} 
.flexslider .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {opacity: 0.5; left: 20px;}

#slideshow .flexslider .flex-prev{
    left:20px;
}

#slideshow .flexslider .flex-next{
    right:20px;
}

/* Locations slider */
.locations-slider{
    max-height:none;
    overflow:visible;
    margin-top:20px;
}

#locations .flexslider,
#he-va-range .flexslider{
    background:transparent;
}

.locations-slider .slides > li{
    background:none;
    max-height:none;
}

.locations-slider .location-slide-content{
    display:flex;
    align-items:center;
}

.locations-slider .location-text,
.locations-slider .location-image{
    width:50%;
}

.locations-slider .location-text{
    padding:20px 40px 20px 0;
    color:#314252;
}

.locations-slider .location-text h3{
    margin-bottom:1em;
}

.locations-slider .location-text ul{
    color:#000;
}

.locations-slider .location-text ul li{
    list-style-type:disc;
    line-height:28px;
}

.locations-slider .location-text ul li::marker{
    color:#E71A1C;
}

.locations-slider .location-text .stores-label{
    font-size:13px;
    color:#E71A1C;
    text-transform:uppercase;
    margin:0 0 10px;
}

.locations-slider .location-text .address img,
.locations-slider .location-text .phone img{
    max-width: 16px;
    width:auto;
    margin-right:8px;
    vertical-align:middle;
}

.locations-slider .location-text .address,
.locations-slider .location-text .phone{
    display:flex;
    align-items:center;
    gap:8px;
}

.locations-slider .location-text .address a,
.locations-slider .location-text .phone a,
.locations-slider .location-text .address a:visited,
.locations-slider .location-text .phone a:visited,
.locations-slider .location-text .address a:hover,
.locations-slider .location-text .phone a:hover,
.locations-slider .location-text .address a:focus,
.locations-slider .location-text .phone a:focus,
.locations-slider .location-text .address a:active,
.locations-slider .location-text .phone a:active{
    color:#000 !important;
    text-decoration:none !important;
}

.locations-slider ul, #locations-page-template ul {
	margin: 0;
	padding: 15px;
}

.locations-slider .button{
    background-color:#d12223;
    color:#fff;
    border:1px solid #d12223;
}

.locations-slider .button:hover,
.locations-slider .button:focus{
    background-color:#D91D1E;
    color:#fff;
    border:1px solid #D91D1E;
}

.locations-slider .location-image{
    padding:20px 0 20px 20px;
    display:flex;
    justify-content:center;
}

.locations-slider .location-image img{
    width:720px;
    max-width:100%;
    height:480px;
    object-fit:cover;
    border-radius:30px;
    border:none;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* ======================== HOME SHOWCASE REDESIGN ========================= */
.home #slideshow .flexslider .slides > li{
    position:relative;
}

.home #slideshow .flexslider .slides > li::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(10,18,24,0.82) 0%, rgba(10,18,24,0.34) 100%);
    z-index:1;
    pointer-events:none;
}

.home #slideshow .flexslider,
.home #slideshow .flexslider .slides > li,
.home #slideshow .flexslider .slide-content{
    height:800px;
    max-height:800px;
}

.home #slideshow .flexslider .slide-content{
    position:relative;
    z-index:2;
    justify-content:center;
}

.home #slideshow .flexslider .slide-description{
    width:100%;
    max-width:760px;
    margin:0 auto;
    text-align:center;
}

.home #slideshow .flexslider .slide-description,
.home #slideshow .flexslider .slide-description p,
.home #slideshow .flexslider .slide-description li{
    font-size:21px;
}

.home #slideshow .flexslider .button,
.home #slideshow .flexslider .button:hover,
.home #slideshow .flexslider .button:focus{
    border:none;
    border-radius:0;
    padding:24px 32px;
}

.home #slideshow .flexslider .slide-image{
    display:none;
}

#home-machinery-showcase{
    padding:70px 0 0;
    background:#f3f3f3;
}

#alpego-page-template{
    padding:70px 0 0;
    background:#f3f3f3;
}

#heva-page-template{
    padding:70px 0 0;
    background:#f3f3f3;
}

#used-page-template{
    padding:70px 0 0;
    background:#f3f3f3;
}

.featured-machinery h2{
    margin:0 0 12px;
    text-align:center;
}

.featured-machinery-intro{
    max-width:760px;
    margin:0 auto 40px;
    text-align:center;
    font-size:18px;
    color:#415364;
}

.machinery-group{
    padding-bottom:60px !important;
}

.machinery-group-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.machinery-group h3 {
	margin: 0;
	color: #1f2f3d;
	border: none;
	font-size: 24px;
}

.machinery-group-he-va h3{
    color:#d12223;
}

.machinery-group-alpego h3{
    color:rgb(252, 193, 51);
}

.machinery-group-view-all,
.machinery-group-view-all:visited{
    color:#111;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
}

.machinery-group-view-all:hover,
.machinery-group-view-all:focus{
    color:#111;
    text-decoration:underline;
}

.machinery-group-used-machinery h3{
    color:#4c5967;
}

.machinery-grid{
    display:grid;
    gap:20px;
    grid-template-columns:repeat(3, minmax(0, 1fr));
}

.machinery-card{
    background:#fff;
    border:1px solid #dbe4dd;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.machinery-card-image{
    display:block;
    position:relative;
}

.machinery-card-image img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
}

.machinery-card-badge{
    position:absolute;
    top:12px;
    left:12px;
    z-index:2;
    background:#d12223;
    color:#fff;
    padding:4px 12px;
    font-size:15px;
    font-weight:700;
    letter-spacing:.5px;
    line-height:1.3;
}

.machinery-group-alpego .machinery-card-badge{
    color:#444;
}

.machinery-card-content{
    padding:20px 20px 24px;
}

.machinery-card-content h4{
    margin:0 0 10px;
    font-size:24px;
    color:#253949;
}

.machinery-card-content p{
    margin:0 0 14px;
    color:#526270;
    min-height:48px;
}

.machinery-card-link{
    color:#0f5b35;
    font-weight:700;
    text-decoration:none;
}

.machinery-group-used-machinery .machinery-card-link{
    color:#4c5967;
}

.machinery-card-link:hover,
.machinery-card-link:focus{
    text-decoration:underline;
    color:#0f5b35;
}

.machinery-group-used-machinery .machinery-card-link:hover,
.machinery-group-used-machinery .machinery-card-link:focus{
    color:#4c5967;
}

.machinery-group-used-machinery{
    background:#f3f3f3;
    padding:14px 12px 12px;
}

.machinery-group-used-machinery .machinery-group-head{
    border-bottom:2px solid #4c5967;
    padding-bottom:8px;
    margin-bottom:16px;
}

.machinery-group-used-machinery .machinery-card{
    border:1px solid #ddd;
    border-radius:3px;
    box-shadow:0 1px 3px rgba(0,0,0,0.08);
}

.machinery-group-used-machinery .machinery-card-badge{
    background:#4c5967;
}

.machinery-group-used-machinery .machinery-card-content p{
    color:#626262;
}

.machinery-group-used-machinery .machinery-card-link,
.machinery-group-used-machinery .machinery-card-link:hover,
.machinery-group-used-machinery .machinery-card-link:focus{
    color:#4c5967;
    text-decoration:none;
}

.machinery-group-used-machinery .machinery-card-link::after{
    content:"\2192";
    display:inline-block;
    margin-left:8px;
    color:inherit;
}

.machinery-group-he-va{
    background:#f3f3f3;
    padding:14px 12px 12px;
}

.machinery-group-he-va .machinery-group-head{
    border-bottom:2px solid #d12223;
    padding-bottom:8px;
    margin-bottom:16px;
}

.machinery-group-he-va .machinery-card{
    border:1px solid #ddd;
    border-radius:3px;
    box-shadow:0 1px 3px rgba(0,0,0,0.08);
}

.machinery-group-he-va .machinery-card-content p{
    color:#626262;
}

.machinery-group-he-va .machinery-card-link,
.machinery-group-he-va .machinery-card-link:hover,
.machinery-group-he-va .machinery-card-link:focus{
    color:#d12223;
    text-decoration:none;
}

.machinery-group-he-va .machinery-card-link::after{
    content:"\2192";
    display:inline-block;
    margin-left:8px;
    color:inherit;
}

.machinery-group-alpego{
    background:#f3f3f3;
    padding:14px 12px 12px;
}

.machinery-group-alpego .machinery-group-head{
    border-bottom:2px solid rgb(252, 193, 51);
    padding-bottom:8px;
    margin-bottom:16px;
}

.machinery-group-alpego .machinery-card{
    border:1px solid #ddd;
    border-radius:3px;
    box-shadow:0 1px 3px rgba(0,0,0,0.08);
}

.machinery-group-alpego .machinery-card-badge{
    background:rgb(252, 193, 51);
}

.machinery-group-alpego .machinery-card-content p{
    color:#626262;
}

.machinery-group-alpego .machinery-card-link,
.machinery-group-alpego .machinery-card-link:hover,
.machinery-group-alpego .machinery-card-link:focus{
    color:rgb(252, 193, 51);
    text-decoration:none;
}

.machinery-group-alpego .machinery-card-link::after{
    content:"\2192";
    display:inline-block;
    margin-left:8px;
    color:inherit;
}

.home-contact-cta{
    padding:90px 0 100px;
    background:#255f39;
    width:100%;
}

.home-contact-cta .container{
    max-width:none;
    width:100%;
    padding-left:24px;
    padding-right:24px;
}

.home-contact-box{
    max-width:860px;
    margin:0 auto;
    text-align:center;
    background:transparent;
    border-radius:0;
    padding:0;
    border:none;
}

.home-contact-box h2{
    margin:0 0 14px;
    color:#fff;
}

.home-contact-box p{
    color:rgba(255,255,255,0.92);
    margin:0 auto 34px;
    max-width:700px;
    font-size:21px;
}

.home-contact-box .button, .home-contact-box .button:hover, .home-contact-box .button:focus {
	background: #fff;
	color: #444;
	border: none;
	border-radius: 0;
	padding: 24px 32px;
	font-size: 21px;
	font-weight: 500;
}




/* ======================== MEDIA QUERIES ========================= */
/* ======================== OVER 1280 ========================= */
@media screen and (min-width:1281px){

}

/* ======================== 1280 ========================= */
@media screen and (max-width:1280px){
    .iwhq_nav_btn {
        display: block;
    }
}

/* ======================== 1024 ========================= */
@media screen and (max-width:1024px){
    .machinery-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }
}

/* ======================== 992-580 LOGO FIX ========================= */
@media screen and (min-width:580px) and (max-width:992px){
    header .logo-nav{
        flex: 0 0 100%;
        max-width: 100%;
    }

    header .logo{
        width:70%;
        min-width:70%;
        max-width:100%;
        height:auto;
    }
}

/* ======================== 992 ========================= */
@media screen and (max-width:992px){
    .iwhq_nav_btn {
        display: block;
    }

    nav {
        display: none;
    }


}

/* ======================== 800 ========================= */
@media screen and (max-width:800px){


    #top{
        height: auto;
        position: relative;
    }
}

/* ======================== 768 ========================= */
@media screen and (max-width:768px){
    #home-machinery-showcase{
        padding-top:50px;
    }

    .featured-machinery-intro{
        font-size:16px;
    }

    .machinery-grid{
        grid-template-columns:1fr;
    }

    .home-contact-cta{
        padding:58px 0 64px;
    }

    .home-contact-box{
        padding:0;
    }

    .home-contact-box p{
        font-size:18px;
    }

    .home-contact-box .button,
    .home-contact-box .button:hover,
    .home-contact-box .button:focus{
        font-size:22px;
    }

    #locations-page-template .location-section{
        padding:45px 0;
    }

    #locations-page-template .location-row{
        display:flex;
        flex-direction:column;
    }

    #locations-page-template .location-image-col,
    #locations-page-template .location-layout-image-left .location-image-col{
        padding:0 0 20px;
    }

    #locations-page-template .location-text-col,
    #locations-page-template .location-layout-image-left .location-text-col{
        padding:0;
    }

    #locations-page-template .location-media{
        height:260px;
    }

    #about-page-template .about-section{
        padding:45px 0;
    }

    #about-page-template .about-row{
        display:flex;
        flex-direction:column;
    }

    #about-page-template .about-image-col,
    #about-page-template .about-layout-image-left .about-image-col{
        padding:0 0 20px;
    }

    #about-page-template .about-text-col{
        padding:0;
    }

    #about-page-template .about-media{
        height:260px;
    }

    #alpego-range .alpego-range-image img{
        height:240px;
    }

    header .logo{
        width:70%;
        min-width:70%;
        max-width:100%;
        height:auto;
    }

    .flexslider .slide-content{
        flex-direction:column;
        justify-content:center;
        height:auto;
        min-height:0;
        padding:30px 0;
    }

    .flexslider .slide-description,
    .flexslider .slide-image{
        width:100%;
    }

    .flexslider .slide-description{
        padding:20px;
        text-align:center;
    }

    .vacancies-filters .col-sm-2 label{
        display:none;
    }

    .vacancies-filters .col-sm-2 .button{
        width:100%;
    }

    .locations-slider .location-slide-content{
        flex-direction:column;
    }

    .locations-slider .location-text,
    .locations-slider .location-image{
        width:100%;
    }

    .locations-slider .location-text{
        padding:20px;
        text-align:center;
    }

    .locations-slider .location-image{
        padding:10px 20px 20px;
    }

    .locations-slider .location-image img{
        width:100%;
        height:auto;
        max-height:480px;
    }
}

/* ======================== 640 ========================= */
@media screen and  (max-width:640px){

}

/* ======================== 480 ========================= */
@media screen and  (max-width:480px) {

}

/* ======================== 360 ========================= */
@media screen and  (max-width:360px) {

}

/* ======================== 320 ========================= */
@media screen and  (max-width:320px) {

}