/*
Theme Name: Bike Hike Stay
Version: 1.0
*/

body {
    font-size: 15px; font-weight: 400;
    color: #515151;
    font-family:'Calibri';
    -webkit-font-smoothing: antialiased;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea,
select {
    border: 1px solid #999999;
    border-radius: 0;
    padding: 5px 10px;
    line-height: normal;
    width: 100%;
    -webkit-appearance: none;
    margin-bottom: 10px;
}
.contact-inner input[type="date"], .Check-In input, .Check-Out input{
    border: 1px solid #999999;
    border-radius: 0;
    padding: 5px 10px;
    line-height: normal;
    width: 100%;
    -webkit-appearance: none;
    margin-bottom: 10px;
}
textarea{ height: 130px; resize: none;}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: #555;
}

.captcha-1{ margin-top: 20px; display: block;}


.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wpcf7-submit{
    display: inline-block;
    padding: 9px 15px;
    margin: 0;
    background-color: #000;
    background-image: none;
    border: 1px solid #000;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3f3f3f;
    border-color: #3f3f3f;
}

.btn:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: none;
    color: #fff;
    text-decoration: none;
    background-color: #3f3f3f;
    border-color: #3f3f3f;
}
.bottom-cta{padding: 10px 30px;
    background: #fff;
    margin: 5px 0;
    display: inline-block;
    float: right;}
.bottom-cta:hover{ background: #000; color: #fff;}


/*----- Custom Checkbox & Radio Start -----*/
.custom-radio,
.custom-check {
    position: relative;
    display: inline-block;
}
.custom-radio [type="radio"],
.custom-check [type="checkbox"] {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
.custom-radio label,
.custom-check label {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 0;
    padding-left: 36px;
    line-height: 22px;
    font-weight: normal;
}
.custom-radio label::before,
.custom-check label::before,
.custom-radio label::after,
.custom-check label::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    text-align: center;
    color: #AAA;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.custom-radio label::before,
.custom-check label::before {
    border: 1px solid #b7b7b7;
}
.custom-check label::after {
    /*content: "^";*/
    /*font-family: 'FontAwesome';*/
    /*font-size: 15px;*/
    width: 12px;
    height: 12px;
    background-color: #AAA;
    top: 5px;
    left: 5px;
}
.custom-radio label::after {
    width: 12px;
    height: 12px;
    background-color: #AAA;
    top: 5px;
    left: 5px;
}
.custom-radio label::before,
.custom-radio label::after {
    border-radius: 50%;
}
.custom-radio [type="radio"]:not(:checked) + label::after,
.custom-check [type="checkbox"]:not(:checked) + label::after {
    opacity: 0;
    transform: scale(0);
}
.custom-radio [type="radio"]:checked + label::after,
.custom-check [type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: scale(1);
}
.custom-radio [type="radio"]:disabled + label::before,
.custom-check [type="checkbox"]:disabled + label::before {
    background-color: #9e0039;
    box-shadow: inset 0 0 8px 0 #640024;
}
.custom-radio [type="radio"]:focus + label::before,
.custom-check [type="checkbox"]:focus + label::before {
    border-color: #555 !important;
}

/*----- Custom Checkbox & Radio End -----*/



/*----- Custom Select Start -----*/
select {
    background-image: url(images/caret.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.ie-browser select {
    background-image: none;
}
/*----- Custom Select End -----*/

/*----- Custom Upload Start -----*/
label.lbl-upload input[type="file"] {
    position: absolute;
    left: -9999px;
}
.lbl-upload {
    display: inline-block;
    background-color: #EAEAEA;
    cursor: pointer;
}
.lbl-upload :invalid + span {
    color: #000;
}
.lbl-upload :valid + span {
    color: #4A4;
}
.upload-file {
    margin-top: 10px;
}
/*----- Custom Upload End -----*/


.list-unstyled {
    list-style: none;
    padding-left: 0;
}


/* remember to define focus styles! */
:focus {outline: 0;}
ol, ul {/*list-style: none;*/}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
a{text-decoration:none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
table { border:0 none; border-collapse:collapse; border-spacing:0;}
td{ vertical-align:top; }
img{ border:0 none; max-width:100%; }
a{ outline:none; cursor:pointer; }
/* End hide from IE Mac */ .none { display: none; } /* End Clearfix */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display:block}
.clear{ clear:both;}  
img{ max-width:100%;}
/* For modern browsers */ 
.cf:before, .cf:after {content: "";display: table}
.cf:after {clear: both;}
/*
:nth-child(2){}
:nth-of-type(3n){}
:nth-child(3n+3){}
*/
/* For IE 6/7 (trigger hasLayout) */
a{ color: #515151;}
a:hover{ color: #000;}

ul { list-style-type: disc; padding: 0; margin-left: 20px;}
ul li{ color: #515151; font-size: 18px; padding-left: 20px}

a,button,.btn, a:after, button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wpcf7-submit
{ outline: none !important; transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms--moz-transition: all 0.5s ease-in-out 0s; -o--moz-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; text-decoration:none !important;}
body{font-size:14px; -webkit-font-smoothing: antialiased; }

p{ font-size: 18px; font-weight: 400; color: #515151; font-family:'Calibri'; line-height:22px; padding-bottom:20px; margin: 0;} 

h1{ font-size:48px; color: #000; margin-bottom:20px; font-weight: 400;}
h2{ font-size:18px; color: #000; margin-bottom:20px; font-weight: 400; text-transform: uppercase;}
h3{ font-size:18px; color: #515151; margin-bottom:20px; font-weight: 700;}
h4{ font-size:20px; margin-bottom:15px; color: #515151; font-weight: 400;}
h5{ font-size:18px; margin-bottom:20px;}
h1,h2,h3,h4,h5{ margin-top: 0;}

.wrapper {min-height:100%; height: auto !important; height: 100%; /*initialize footer height in negative for sticky footer*/}

body, html {height: 100%;}

.container {
    width: 900px;
    padding: 0;
    margin: 0 auto;
}


/* Header Start here */
header{}
.header-fix{ position: fixed; top: 0; left: 0; width: 100%; background: rgba(0,0,0,0.70); z-index: 999;}
.logo{ float: left; padding: 4px 0 10px; width: 195px; height: auto; display: block;}
header .main-navigation{ float: right;}
.main-navigation ul{ padding: 0; margin: 0; list-style: none;}
.main-navigation ul li{ padding: 0; margin: 0; display: inline-block; vertical-align: top; position: relative;}
.main-navigation ul li a{ display: block; font-size: 14px; color: #cccccc; text-transform: uppercase; margin: 32px 14px; position: relative;}
.main-navigation ul li a:after{ display: none; position: absolute; left: 0; top: -32px; width: 100%; height: 2px; background: #fff; content: "";}
.main-navigation ul li a:hover, .main-navigation ul li.current-menu-item > a{ color: #fff;}
.main-navigation ul li a:hover:after, .main-navigation ul li.current-menu-item a:after{ display: block;}

.desk .sb-menu .sb-menu { left:0px; }
.desk .menu-header-menu-container ul ul { top: 79px; z-index: 999; list-style: none; left: 0px; background: rgba(0,0,0,0.70);  position: absolute;  min-width: 150px;}
.desk .main-navigation ul li > ul{ display: none; opacity: 0;}
.desk .main-navigation ul li > ul li{ display: block;}
.desk .main-navigation ul li > ul li a{ margin: 12px 15px;}
.desk .main-navigation ul li > ul li a:hover:after{ display: none;}
.desk .main-navigation ul li:hover > ul { display: block; opacity: 1;}
.main-navigation .arrow { position: absolute; right: 10px; top: 5px; width: 30px; height: 30px; background: url(images/plus.png) no-repeat center center;  cursor: pointer; z-index: 999}
.main-navigation .arrow.up { background: url(images/minus.png) no-repeat center center;}

/* Mobile Menu */
.menu-icon { display: none; cursor: pointer; color: #fff; text-transform: uppercase; text-align: center; font-weight: bold; line-height: 33px; font-size: 22px; float: left;}
.menu-icon .menu-box { width: 50px; height: 38px; margin-right: 20px; padding: 5px; position: absolute; right: 0; top: 35px;}
.menu-icon .menu-box span { width: 100%; height: 4px; margin-bottom: 6px; background: #fff; display: block; border-radius: 2px; transition: all 0.5s; -webkit-transition: all 0.5s;}
.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8px) translateX(6px);
    -webkit-transform: rotate(45deg) translateY(8px) translateX(6px);
}
.menu-icon.active span:nth-child(2) {
    opacity: 0;
}
.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-7px) translateX(6px);
    -webkit-transform: rotate(-45deg) translateY(-7px) translateX(6px);
}


/* Header End here */

/* Home Banner Start Here */

.banner-image{ background-size: cover; width: 100%; min-height: 552px; display: block; position: relative; background-position: center center;}
.banner-text-bg{ position: absolute; left: 0; bottom: 0; width: 100%; padding: 14px 0; background: rgba(255,255,255,0.52); text-align: center; bottom: 45px;}
.banner-text-bg h2, .banner-text-bg h1{ margin: 0; padding: 0; color: #000; text-align: center; font-size: 48px; line-height: 50px; font-weight: 400; text-transform: none;}
.banner-image .item{ width: 100% !important; }

/* Home Banner End Here */

/* Mid Section Start Here */
.wel-come-sec{}
.middle-content{ padding: 0 144px;}
.middle-content .text{ padding: 0px;}
.middle-content .text h2{ margin-left: -30px; margin-right: -30px;}
.middle-content .text ul{ margin:0 0 0px 18px; }
.middle-content .text ul li{ margin-bottom: 20px;}
.wel-come-sec h2{ position: relative; padding-bottom: 32px; text-align: center; margin-bottom: 10px; margin-top: 45px; letter-spacing: 3.8px;}
.wel-come-sec h2:after{ width: auto; display: block; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: 0; content: ""; background: url(images/title-line.png) no-repeat bottom center; height: 14px;}
.middle-content a:after{ content: "›"; font-size: 18px; color: rgb(81, 81, 81); margin-left: 7px;}
.middle-content a:hover{ color: #000;}
.middle-content a:hover:after{ color: #000; margin-left: 15px;}

.pickering-road-sec{ width: 100%; background-size: cover; padding: 86px 0; background: url(images/pickering-road-bg.jpg) no-repeat; background-position: center center; margin-top: 20px;  background-size: cover;}
.pickering-road-sec .pickering-road-inner{ /*height: 240px; width: 100%; display: table;*/}
.pickering-road-sec .pickering-road-inner .pickering-road-bg{ /*display: table-cell; vertical-align: middle;*/}
.pickering-road-sec .text{ background: rgba(0,0,0,0.75); padding: 20px 0;}
.pickering-road-sec h2{ color: #fff; font-size: 22px; font-style: italic; text-align: center; font-family:'Calibri'; text-transform: none; margin: 0;}

.call-sec{ padding: 45px 0 25px;}
.call-one{ width: 31%; display: inline-block; vertical-align: top; text-align: center;  }
.call-one i{ display: block; margin: 0 auto; width: 52px; height: 52px; border: 1px solid #cccccc; border-radius: 50%; line-height: 46px;}
.call-one h2{ color: #000; text-transform: uppercase; margin: 10px 0;}
.call-one:nth-child(3n+2){ margin: 0 3%;}
.call-one p{ color: #515151; font-size: 14px; margin: 0;}
.find-more-btn{ font-size: 14px; color: #515151; margin-bottom: 20px; display:inline-block;}
.find-more-btn:hover{ color: #000;}
.find-more-btn:hover:after{ color: #000; margin-left: 15px;}
.find-more-btn:after{content: "›"; font-size: 14px; color: #515151; margin-left: 7px;}

/* Mid Section End Here */

/* Inner Page Start Here*/

/* Inner banner */
.inner-banner{ width: 100%; height: 400px; position: relative; background-size: cover; background-position: center center;  background: url(images/home-banner.jpg) no-repeat; background-position: center center; margin-bottom: 20px; background-size: cover; background-position: center center;}
.inner-banner .inner-text-bg{ position: absolute; left: 0; bottom: 50px; background: rgba(255,255,255,0.50); width: 100%; text-align: center; padding: 10px 0;}
.inner-banner h1{ margin: 0; padding: 0;}

/* About page */
.choose-pickering{ padding-bottom: 10px;}
.choose-pickering h2{ letter-spacing: 0; font-weight: 700; color: #515151;}

.gallery-sec{ text-align: center;}
.gallery-sec .gallery-title-bg{ padding: 29px 0; text-align: center; background: #333333; margin-bottom: 48px; position: relative;}
.gallery-sec .gallery-title-bg:after{ background: url( images/arrow.png) no-repeat 0 0; width: 20px; height: 12px; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: -12px; content: "";}
.gallery-sec .title{ display: block; color: #fff; font-size: 18px; text-transform: uppercase; letter-spacing: 3px;}
.gallery-listing{ padding: 17px 0 50px;}
.gallery-listing .item{ width: 100%; background: url( images/no-image.jpg) no-repeat 0 0; background-size: cover;}
.gallery-listing .item .image{ background-size: cover !important; width:100%; height: 80px; display: block; background: url(images/no-image1.jpg) }
.gallery-listing .owl-controls{ display: none;}
.owl-carousel .owl-item:last-child{ margin-right: 0 !important;}

/* Pop Up*/
.image-link { cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in;}
/* aligns caption to center */
.mfp-title { text-align: center; padding: 6px 0;}
.mfp-arrow:hover, .mfp-arrow:focus{ background: none; opacity: 0.40;}

/* Bike page css start here */

.bike-list{ margin-bottom: 30px; padding-top: 52px; border-top: 1px solid #cccccc;}
.bike-list:first-child{ border: 0; padding-top: 0; margin-top: 40px;  }
.bike-list figure{ margin: 0;}
.bike-list .bike-img{ width: 37.5%; float: left; height: 236px; display: block; background-size: cover; background: url(images/no-image.jpg) no-repeat; background-position: center center;}
.bike-list .bike-info{ width: 58%; float: right;}
.bike-list .bike-info h2{ margin-bottom: 8px;}
.bike-list .bike-info p{ font-size: 14px; padding-bottom: 15px; line-height: 20px;}
.bike-list .bike-info p span{display: block;}
.bike-list .bike-info p strong{ color: #000; width: 75px; display: inline-block; vertical-align: top;}
.bike-list .bike-info p em{ font-style: normal; display: inline-block; vertical-align: top;}
.bike-list .bike-info a{ font-size: 14px;}
.wp-pagenavi {clear: both; padding: 0px 0 30px; font-size: 18px;}

/* Testimonia page css stat here */
#testimonial-sec{ padding: 60px 0; background-repeat: no-repeat; background-size: cover;}
#testimonial-sec .owl-carousel{ display: block;}
#testimonial-sec .text{ padding:20px 0; text-align: center; background: rgba(0,0,0,0.75);}
#testimonial-sec .text p{ color: #fff; padding-bottom: 0; font-size: 20px; font-style: italic; line-height: 27px; margin-bottom: 3px; letter-spacing: 1px;}
#testimonial-sec .text .name{ display: block; color: #fff; font-size: 18px;  font-weight: 400; text-transform: uppercase;}

/* Testimonia page css end here */

/* Bike page css end here */

/* Contact Page css start here */

.contact-block{ display: block; margin-top: -20px;}
.contact-info{ width: 50%;}
.right{ float: right;}
.left{ float: left;}
.map{ width: 100%;}
.contact-block h2 { position: relative; padding-bottom: 32px; text-align: center; margin-bottom: 10px; margin-top: 40px; letter-spacing: 3.8px;}
.contact-block h2:after { width: auto; display: block; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: 0; content: ""; background: url(images/title-line.png) no-repeat bottom center; height: 14px;}
.contact-block p{ /*font-size: 14px;*/ padding-left: 80px; padding-right: 80px;}
.contact-inner{ padding: 0 25px 40px 30px; text-align: center;}
.address{ padding-bottom: 0px; border-bottom: 1px solid #999999; margin-bottom: 20px; text-align: left;}
.contact-call{ display: inline-block; vertical-align: top; padding: 0 24px; width: 33%; text-align: left;}
.contact-call h3{ font-size: 18px; font-weight: 700; color: #515151; margin-bottom: 0px;}
.contact-call h3 i{ width:18px; height: 18px; display: inline-block; vertical-align: middle; margin-left: -25px; margin-right: 7px;}
.contact-call h3 i.phone-icon{background: url(images/call-icon.svg) 0 0 no-repeat;}
.contact-call h3 i.man-icon{background: url(images/man-icon.svg) 0 0 no-repeat;}
.contact-call h3 i.address-icon{background: url(images/email-icon.svg) 0 0 no-repeat; width: 17px; height: 17px;}
.contact-call p{/* font-size: 14px;*/ padding-left: 0px; padding-right: 0px; padding-bottom: 25px; /*line-height: 19px;*/}
label{ font-size: 16px; color: #515151;}

.contact-inner form { text-align: left;}
.contact-inner form p{ padding-bottom: 5px; padding-left: 0px; padding-right: 0px;}

/* Contact Page css end here */

/* Defoult pages start here */

.nav-links{ padding-bottom: 20px;}
.nav-links .nav-previous, .nav-links .nav-next{ display: inline-block; vertical-align: top; margin-right: 30px; font-size: 18px;}
.nav-links a, .nav-links span, .nav-links span.current{ font-size: 18px; border: 1px solid #BFBFBF; padding: 3px 5px; margin: 2px;}
.nav-links span.meta-nav{ padding: 0; margin: 0;}
.nav-links span.current{ color: #000 !important; border-color: #000 !important;}
.nav-links span{ border: 0;}
/* Defoult pages end here */



/* Footer Section Start */
.footer-sec{ display: block; background: #333333; padding: 12px 0;}
.footer-sec ul{ margin: 20px 0 0 0; padding: 0; list-style: none; float: left;}
.footer-sec ul li{ display: inline-block; vertical-align: top; color: #fff; font-size: 12px; line-height: 15px; padding: 0;}
.footer-sec ul li:first-child:before{ display: none;}
.footer-sec ul li:before{content: "|"; padding: 0 3px; color: #fff; }
.footer-sec ul li a{ color: #fff;}
.footer-sec ul li a:hover{color: #c1c1c1;}

/* Footer Section End */

div.wpcf7-validation-errors{ display: none !important;}
div.wpcf7-response-output{     font-size: 18px;
    margin: 0 0;
    padding: 4px 0px;
    font-size: 18px;
    color: #398f14;
    border: 0;  font-weight: 700;}

.labels {
    color: #9a0000;
    font-weight: 700;    
    padding: 0px 0px 0px 38px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #AAA;
}

:-moz-placeholder {
    color: #AAA;
}

::-moz-placeholder {
    color: #AAA;
}

:-ms-input-placeholder {
    color: #AAA;
}
.ui-datepicker-trigger {
    left: 169px !important;
    top: -32px !important;
}
.book-sec{
background-color:#000;
    padding-top: 20px;
}
#searchboxInc_249{ width: 600px; padding: 10px; background: #000;}

#searchboxInc_249 p{
color: #fff;  
}
#searchboxInc_249 {
    margin: 0 auto !important;
}
#searchboxInc_249 .booking-title{ color: #fff;}
#searchboxInc_249 label{ color: #fff;}
.book-sec button, .button button{    float: none; margin: 20px 0; border-radius: 0; padding: 10px 15px;}

.ui-datepicker-trigger{ left: 92% !important;}
#homein{padding: 0.5em 1em 0 0;}
#homeout {
    padding-right: 0 !important;
}
#homein, #homeout {
    float: left;    
    width: 50%;
}
.mfp-close-btn-in .mfp-close{ color: #fff;}

.middle-content h3{ color: #fff; text-align: center; }

.contact-form-wrap .gform_wrapper ul li.gfield{ padding-left: 0 !important;}
.contact-form-wrap .gform_wrapper ul.gform_fields li.gfield{padding-right: 0 !important;}
.contact-form-wrap .gform_wrapper .top_label input.medium, 
.contact-form-wrap .gform_wrapper .top_label select.medium, 
.contact-form-wrap .gform_wrapper .simple_captcha_small input {width: 100% !important;}
.contact-form-wrap .gform_wrapper label.gfield_label{ font-weight: 400 !important;}
.contact-form-wrap .gform_wrapper .field_description_below .gfield_description{ padding-bottom: 15px;}
.contact-form-wrap .gform_wrapper .gform_footer{padding-top: 0px;}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description
{
    padding-top: 0px;
    padding-right: 0px;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning
{
    background-color: transparent !important;
    margin-bottom: 0p !important;
    border-top: 0px solid #C89797 !important;
    border-bottom: 0px solid #C89797 !important;
    padding-bottom: 0;
    padding-top: 0; 
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label
{
    margin-top: 0;
}
.gform_wrapper .field_description_below .gfield_description
{
    padding-top: 5px;
}
.gform_wrapper div.validation_error
{   
    margin-bottom: 0;
    border-top: 0px solid #790000 !important;
    border-bottom: 0px solid #790000 !important;
    padding: 10px 0;
}
.gform_confirmation_message{font-size: 18px !important;
    color: green !important;}