/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
## Typography
## Elements
## Forms
## Navigation
## Extra Styles

--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units https://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
    box-sizing: border-box; /* Apply a natural box layout model to the document; see https://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
	overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

a:focus,
a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

img{
    height: auto;
    max-width: 100%;
}

figure,
footer.footer,
.about-wilkens-wrap,
.inner-banner-wrap{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
p,
.content-hold,
.entry-content,
.content-wrap{
    margin: 0 0 25px;
}

p:last-of-type{
    margin-bottom: 0;
}

h1,h2,h3,h4,h5,h6{
   clear: both;
   line-height: 1.5;
   font-weight: 700;
   color: #000;
   margin: 0;
}

h1 {  
    font-size: 40px;  
    margin-bottom: 20px;
}  

h2 {
    font-size: 34px; 
    margin-bottom: 20px;
}

h3 {
    font-size: 28px; 
    margin-bottom: 15px;
    }

h4 {
    font-size: 24px;
    margin-bottom: 10px;
    }

h5 {
    font-size: 20px; 
    margin-bottom: 10px;
    }

h6 {
    font-size: 16px;
    margin-bottom: 10px;
}

h6.small{
    font-size: 14px;
}

b,
strong {
    font-weight: 700;
}

dfn,
cite,
em,
i {
    font-style: italic;
}



/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 25px;
}

figure {
    margin: 0;
}

table {
    margin: 0 0 30px;
    width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

.clr-red{
    color: red;
}

label{
    display: block;
    font-size: 15px;
    font-weight: 400;
}

.form-inline{
    justify-content: space-between;
}

.form-inline .form-group:last-child {
    float: right;
}

.form-inline .form-group {
    width: 48%;
    margin-bottom: 15px;
}

.form-inline .input {
    width: 100%;
}

button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    cursor: pointer;
    -webkit-appearance: button;
    background: #0d524f;
    border: 1px solid #0d524f;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 1;
    padding: 15px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition-property: background, color;
    transition-duration: 0.5s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #2c2c2c;
    border: 1px solid #2c2c2c;
	color: #fff;
}

input[type="text"], input[type="password"], textarea, input[type="email"], input[type="tel"], input[type="url"], input[type="search"], select {
    width: 100%;
    border: 1px solid #ccc;
    background-color: none;
    border-radius: 0;
    color: #000;
    font-size: 14px;
    line-height: 1;
    padding: 10px;
    height: 40px;
}

textarea{
    height: 150px;
}

::-webkit-input-placeholder {
    color: #000;
}

:-moz-placeholder { /* Firefox 18- */
    color: #000;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #000;
}

:-ms-input-placeholder {  
    color: #000; 
}

form.wpcf7-form.invalid input.wpcf7-validates-as-required::-webkit-input-placeholder {
   color: #000;
}
form.wpcf7-form.invalid input.wpcf7-validates-as-required:-moz-placeholder {
   color: #000;
}
form.wpcf7-form.invalid input.wpcf7-validates-as-required::-moz-placeholder {
   color: #000;
}
form.wpcf7-form.invalid input.wpcf7-validates-as-required :-ms-input-placeholder {  
   color: #000;
}

textarea.form-control {
    border-radius: 0;
    color: #000;
}

input[type="text"]:focus, 
input[type="password"]:focus, 
textarea:focus, 
input[type="email"]:focus, 
input[type="tel"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus{
    border-color: #0d524f;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(167,0,0,.075),0 0 8px rgba(167,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(167,0,0,.075),0 0 8px rgba(167,0,0,.075);
}

span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a {
    color: #0d524f;
    transition: all 400ms ease-in-out;
}
a:hover {color: #17c8c0;}

a,a:hover{
    text-decoration: none;
}


/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.navbar{
    background-color: #fff;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
	text-align: center;
    padding:0 0 0 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	justify-content: center;
	gap: 14px;
}

.navbar-nav li:hover > a {background: #0d524f; color: #fff;}

.navbar-nav li{
    position: relative;
    text-transform: uppercase;
    display: flex;
}

.navbar-nav li a {
    color: #2c2c2c;
    display: flex;
    align-items: center;
  padding: 10px;
	font-size: 15px;
	line-height: 22px;
    border-left: 1px solid #ddd;
}
.navbar-nav li a:hover{
    background-color: #0d524f;
	color: #fff;
}

.navbar-nav {
    height: 100%;
    border-right: 1px solid #ddd;
}

.navbar-nav li ul li a{
    border-left: 0px;
	color: #fff;
}

.navbar-nav li ul{
    list-style: none;
}

.navbar-nav li ul.sub-menu/*,
.navbar-nav li ul.sub-menu-1*/{

    top: 100%;
    left: 0px;
    z-index: 2000;
    padding: 0;
    margin: 0;
    background-color: #2c2c2c;
    width: 300px;
}
.navbar-nav li ul.sub-menu li a{
    padding: 5px 15px;
    width: 100%;
}
.navbar-nav li ul.sub-menu ul.sub-menu{
    left: 101%;
    top: 0px;
}

.navbar-nav li ul li a:hover{
    background-color:#0d524f;
    color: #fff;
}

.navbar-nav li ul{
    opacity: 0;
    transform: translateY(15px);
    transition: all 400ms ease-in-out;
    visibility: hidden;
}
.navbar-nav li:hover>ul.sub-menu,
.navbar-nav li ul.sub-menu li:hover ul.sub-menu{
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}

.navbar .navbar-collapse{
    justify-content: center;
	width: 45%;
}

.navbar .navbar-brand {
    width: 100%;
    padding: 15px 0;
    margin: 0 5%;
}
.navbar .navbar-brand img {width: 100%; height: auto; max-width: 320px;}
.navbar .navbar-brand img:hover {transform: scale(1.1);}

button.navbar-toggler {background: none!important;}
.flex {display: flex;}
/*-------------------------------------- 
13.1 Basic Styles
----------------------------------------*/

.fnt-semi{
    font-weight: 600;
}

.fnt-bold{
    font-weight: 700;
}

.fnt-exbold{
    font-weight: 800;
}

@keyframes slideUp {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes slideUp {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

img{
    transition-property: transform;
    transition-duration: 0.5s;
}

.site{
    display: flex;
    flex-direction: column;
}

body {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    max-width: 100%;
    overflow-x:hidden; 
    line-height: 1.85;
    font-family: 'Open Sans', sans-serif;
}

/*-------------------------------------- 
14.0 Extra Styles
----------------------------------------*/

/*------------ Helper Class -------------*/
.font1{
    font-family: 'Open Sans', sans-serif;
}
.font2,h1,h2,h3,h4,h5,h6{
    font-family: 'Open Sans Condensed', sans-serif;
}
.link-cover{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 2;
}
.main-title{
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.main-title span{
    color: #08498c;
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
}
.w-overlay,
.b-overlay{
    position: relative;
}
.w-overlay:before,
.b-overlay:before{
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 1;
}
.w-overlay:before{
    background-color: rgba(255, 255, 255, 0.9);
}
.b-overlay:before{
    background-color: rgba(0, 0, 0, 0.8);
}
.content-main-wrap{
    position: relative;
    z-index: 1;
}
.des p{
    margin-bottom: 0px;
}
.pri-color{
    color: #0d524f;
}
.sec-color{
    color: #000000;
}
.link{
    color: #000;
}
.link:hover{
    color: #0d524f;
}
.inner-title{
    text-transform: uppercase;
    border-bottom: 5px solid #0d524f;
    display: inline-block;
    line-height: 1;
    color: #0d524f;
}
.inner-title .sub-title{
    display: block;
    font-size: 16px;
    margin-top: 10px;
    color: #000;
}
.btn-wrap a{
    font-size: 18px;
    font-weight: 700;
    border: 2px solid #0d524f;
    color: #0d524f;
    text-transform: uppercase;
    padding: 10px 30px;
}
.btn-wrap a:hover{
    color: #fff;
    background-color: #0d524f;
}

.image-effect{
    overflow: hidden;
}
.image-effect img{
    transition: all 400ms ease-in-out;
}
.image-effect:hover img{
    transform: scale(1.1);
}

/*------------ Header ----------------*/
header{
    transition: all 400ms ease-in-out;
}
header.shrinked{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    margin-top: -38px;
    z-index: 6;
}
header.shrinked .navbar .navbar-brand {
    width: 320px;
}

/*-------- Header Topbar -------------*/
.topbar-wrap{
    background-color: #fff;
}
.topbar-wrap .contact-details{
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding: 5px 50px;
    background-color: #ffffff;
}

.topbar-wrap .contact-details li{
    margin-right: 30px;
}

.topbar-wrap .contact-details li:last-child{
    margin-right: 0;
}

.topbar-wrap .contact-details li a{
    color: #000;
}

.topbar-wrap .contact-details li a:hover{
    color: #0d524f;
}

/*------- Staff ------------------*/
.staff-wrapper {width: 100%; display: flex; flex-wrap: wrap; margin: 2em auto 0;}
.staff-wrapper div {width: calc(50% - 2em); margin: 1em; display: flex;}
.staff-wrapper img {width: 100%; max-width: 222px; height: auto; padding-right: 5%;}
.staff-wrapper a {font-weight: 700;}

/*------- Banner Slider ------------------*/
.celebrate-40-years {
	position:relative;
    right: 0;
    padding: 20px 0;
    margin: 0 5%;
}

.banner-slider-wrap {position:relative;}

.celebrate-40-years img{
    width: 100%;
    max-width:180px;
}

.shrinked .celebrate-40-years img{max-width: 125px;}

.main-banner-slider{
    padding: 0px;
    list-style: none;
    margin: 0px;
    position: relative;
}

.main-banner-slider li{
    position: relative;
}

.main-banner-slider .banner-content{
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding-top: 40px;
}

.main-banner-slider .banner-content .des{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.main-banner-slider .banner-content h1{
    margin-bottom: 10px;
    line-height: 1;
}

.main-banner-slider .breadcrumb li,
.main-banner-slider .breadcrumb li a{
    color: #ffffff;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
}

.main-banner-slider .breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
}

.main-banner-slider figure.b-overlay:before{
    background-color: rgba(0, 0, 0, 0);
}

.main-banner-slider .slick-active .box{
    animation-name: slideUp;
    -webkit-animation-name: slideUp;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}
.main-banner-slider .box{
    opacity: 0;
}
.main-banner-slider .slick-active .box{
    opacity: 1;
}

/*-------- Breadcrumb--------*/
.breadcrumb {
    background-color: transparent;
    padding: 0px;
    margin: 0;
}

/*--------- Vehicle Types --------*/
.vehicle-types-wrap{ 
    display: flex;
    justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

.vehicle-types figure{
    position: relative;
}

.vehicle-types{
    width: calc(25% - .3em);
	margin: .15em;
}

.vehicle-types figure figcaption{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    background-color: rgba(13, 82, 79, 0.8);
    color: #fff;
    font-size: 22px;
    line-height: 1.4;
    padding: 15px;
    text-transform: uppercase;
    z-index: 1;
}

.location-wrap{
    display: none;
    background-color: #0d524f;
    font-weight: 300;
    padding: 20px;
}

.location-wrap .location{
    margin-bottom: 15px;
}

.location-wrap a,
.location-wrap,
.location-wrap h6{
    color: #fff;
}

.location-wrap h6{
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1;
}

.location-wrap ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

/*------ About Wilkens Industries ---------*/
.about-wilkens-wrap{
    padding: 50px 0px;
}

.about-wilkens-wrap .location-wrap{
    display: block;
    padding: 30px;
}

/*-------- Footer -------*/
footer{
    padding: 50px 0px;
}
footer.b-overlay:before{
    background-color: rgba(0, 0, 0, 0.5);
}
footer .footer-logo{
    margin-bottom: 15px;
    display: inline-block;
}
.copyright {
    font-size: 14px;
    line-height: 1.7;
}

footer ul{
    margin-bottom: 0px;
    padding: 0px;
    list-style: none;
}

footer h5,
footer ul li,
footer ul li a{
    color: #fff!important;
}
footer ul li a:hover{
    color: #17c8c0!important;
}

/*--------- Inner banner ----------*/
.inner-banner-wrap{
    height: 350px;
}
.inner-banner-wrap.b-overlay:before{
    background-color: rgba(0,0,0,0.4);
}
.inner-banner-content{
    padding-top: 40px;
}
.inner-banner-content h1,
.inner-banner-content .des,
.inner-banner-content a{
    color: #fff;
}
.inner-banner-content h1 {
    margin-bottom: 5px;
    line-height: 1;
}
.inner-banner-content .link{
    font-size: 18px;
    font-weight: 700;
}
.inner-contents{
    padding: 50px 0px;
}
.inner-contents-wrap{
    background-image: url('../siteart/content-bg.jpg');
    background-repeat: no-repeat;background-size: cover;
    background-position: center center;
	background-color:#fff;
}

/*-------- Map ---------*/
.map iframe{
    width: 100%;
    height: 480px;
}

/*--------- Categories ----------*/
.inner-contents-wrap.cat .inner-title{ 
    border-bottom: 0px;
}

.inner-contents-wrap.cat .des{
    margin-bottom: 20px;
}

.inner-contents-wrap.cat figure img{
    width: 100%;
}

/*----- Gallery ---------*/
.gallery-img{
    margin-bottom: 30px;
    display: block;
}


/*------- Video Popup ---------*/
.modal{
    background-color: rgba(0,0,0,0.8);
}

.modal-dialog {
    max-width: 800px;
    margin: 60px auto;
}

.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

.inner-contents-wrap {
    z-index: 5;
}

.modal-backdrop.fade.show{
    display: none;
}

.video-link{
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
	opacity: .8;
}
.video-link:hover {opacity: 1;}

.video-link img{
    width: 100%;
}

.modal button.close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 1!important;
    right: -15px;
    background-color: #fff;
    top: -15px;
    color: #000;
}

.modal button.close:hover {
    background-color: #0d524f;
    color: #fff!important;
    border: 0px;
    font-weight: 300;
}

.specsimg{
    margin-bottom: 20px;
}

.main-banner-slider .slick-prev{
    left: 30px;
    z-index: 2;
}
.main-banner-slider .slick-next{
    right: 30px;
}

.slick-prev:before, .slick-next:before{
    font-size: 50px;
    opacity: 1;
    font-family: 'Fontawesome';
}
.slick-prev:before{
    content: '\f104'
}
.slick-next:before{
    content: '\f105'
}
.main-banner-slider .slick-prev,
.main-banner-slider .slick-next{
    width: auto;
    height: auto;
    transition: all 400ms ease-in-out;
}

.main-banner-slider .slick-prev:hover, 
.main-banner-slider .slick-prev:focus, 
.main-banner-slider .slick-next:hover, 
.main-banner-slider .slick-next:focus{
    border: 0px;
}

.letter-list {
	list-style-type: upper-alpha!important;
}

@media screen and (max-width:1500px) {
	.celebrate-40-years {
		    position: relative;
    right: 0;
    padding: 15px 0;
    margin: 0 11%;
		padding: 25px 0;
	}
	.navbar .navbar-brand  {margin: 0 0%;}
}

@media screen and (max-width:1450px) {
	.celebrate-40-years img {
		max-width: 157px;
	}
}

@media screen and (max-width:1400px) {
	.celebrate-40-years img {
		max-width: 118px;
	}
}

@media screen and (max-width:1298px) {
	.celebrate-40-years img {max-width: 97px;}
}
@media screen and (max-width:900px) {
	.celebrate-40-years img {max-width: 100px;}
		
	.main-banner-slider .slick-prev, .main-banner-slider .slick-next {
	margin-top: 40px;}
}
@media screen and (max-width:600px) {
	.banner-slider-wrap {
		position: relative;
    	display: flex;
		flex-direction: column;}
	
	.celebrate-40-years img {max-width: 80px;}

}