/*   
Theme Name: Hog Car Tours Theme
*/
@font-face {
    font-family: 'humanist_521regular';
    src: url('./fonts/humanist521bt-roman-webfont.eot');
    src: url('./fonts/humanist521bt-roman-webfont.eot?#iefix') format('embedded-opentype'),
        url('./fonts/humanist521bt-roman-webfont.woff2') format('woff2'),
        url('./fonts/humanist521bt-roman-webfont.woff') format('woff'),
        url('./fonts/humanist521bt-roman-webfont.ttf') format('truetype'),
        url('./fonts/humanist521bt-roman-webfont.svg#humanist_521regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'humanist_521_lightregular';
    src: url('./fonts/humanist521bt-light-webfont.eot');
    src: url('./fonts/humanist521bt-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('./fonts/humanist521bt-light-webfont.woff2') format('woff2'),
        url('./fonts/humanist521bt-light-webfont.woff') format('woff'),
        url('./fonts/humanist521bt-light-webfont.ttf') format('truetype'),
        url('./fonts/humanist521bt-light-webfont.svg#humanist_521_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/******************************************************************************
* COMMON
******************************************************************************/
.cart .label{
color: #000;
}
html {
    color: #000;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}
body {
    background: #FFF url('images/bg.png') repeat;
    color: #333333;
    font-family: 'humanist_521_lightregular', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

a {
    color: #4d4d4d;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

strong {
    font-weight: bold;  
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat-Regular', Arial, Helvetica, sans-serif;
    margin-bottom: 0;
}
h1 {
    font-size: 32px;
    line-height: 40px;
}
.clr {
    clear: both;
}

input[type="submit"]{
    cursor: pointer;
}


.v1024 {
    display: none;
}

.v768 {
    display: none;
}

.v320 {
    display: none;
}

.v1200 {
    display: block;
}

.wrapper {
    width: 100%;
}
.wrapper.top-bar {
    background: #e54398;
    height: 34px;   
}
.wrapper.footer-bottom {
    background: #e54398;
    height: 18px;
}
.wrapper.header {
    background: #000;
    height: 102px;  
}
.wrapper.footer {
    background: #000;
    overflow: hidden;
}

.wrap {
    margin: 0 auto;
    max-width: 1278px;
    width: 100%;
}

ul.socials {
    margin-bottom: 0;
}

.socials li {
    float: left;
    margin-left: 20px;
}

.socials a {
    background-repeat: no-repeat;
    display: block;
    float: left;
    width: 23px;
    height: 34px;
    text-indent: -9999em;
    margin-left: 4px;
}
.socials a:hover {
    opacity: 0.8;
}

.socials a.facebook {
    background-image: url('images/icon-facebook.png');
    width: 13px;
}   
.socials a.twitter {
    background-image: url('images/icon-twitter.png');
    width: 26px;
}   
.socials a.pinterest {
    background-image: url('images/icon-pinterest.png');
    width: 26px;
}
.socials a.instagram {
    background-image: url('images/icon-instagram.png');
    width: 23px;
}
.socials a.youtube {
    background-image: url('images/icon-youtube.png');
    width: 25px;
}

.main {
    background: #f5f5f5;
    margin-bottom: 20px;
    min-height: 200px;
    padding: 66px;
}

.top-nav {
    float: left;
    font-family: Montserrat-Bold;
    font-size: 11px;
    min-width: 400px;
}
.header-nav nav{
    background: none;
    border: none;
}
.header-nav .navbar-default .navbar-nav>li>a{
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
}
.header-nav .navbar-default .navbar-nav>li>a:hover,
.header-nav .navbar-default .navbar-nav>li.current_page_item>a{color: #e54398;}
.header-nav .navbar-collapse, .header-nav .navbar-header, .header-nav .container-fluid{padding-right: 0;}
.header-nav .navbar-default .navbar-nav li:last-child a{padding-right: 0;}
.header-nav .navbar-nav{float: right;}
.top-nav ul li a {
    color: #FFF;
    float: left;
    margin-right: 24px;
    line-height: 26px;
    position: relative;
}

.top-nav ul li a:hover {
    text-decoration: none;
}

.top-nav ul li a:hover:after,
.top-nav ul li.current-menu-item > a:after{
    content: "";
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
}

.header {
    display: block;
    width: 100%;
    height: 102px;  
}

.logo {
    width: 98px;
    height: 102px;
    float: left;
}

.header-nav,
.footer-nav {
    text-transform: uppercase;
    padding-top: 40px;
}

.header-nav ul li,
.footer-nav ul li {
    float: left;
}

.header-nav ul li a,
.footer-nav ul li a {
    font-size: 24px;
    color: #fff;
}

.footer-nav {
    font-size: 30px;
}

.breadcrumb {
    clear: both;
    background: #b3b3b3;
    color: #FFF;
    padding: 3px 13px;
    font-size: 11px;
    margin-top: 22px;
}

.breadcrumb a {
    color: #FFF;
    background: url('images/breadcrumb-seperate.png') no-repeat right center;
    margin-right: 6px;
    padding-right: 15px;
}

.main {
    clear: both;
    overflow: hidden;
    padding: 50px 55px;
}

.main-left {
    float: left;
    width: 220px;
    margin-right: 25px;
    padding-top: 5px;
}

.main-right {
    float: left;
    width: 955px;
}

.footer {
    padding: 20px 0;
}

.footer-left {
    float: left;
    color: #999999; 
    font-size: 12px;
}

.footer-left a {
    color: #fff;    
}

.footer-left p {
    margin-bottom: 0;
    line-height: 19px;
}

.footer-left-top {
    text-transform: uppercase;
    padding-bottom: 6px;
    display: block;
    overflow: hidden;
    font-family: 'Brandon-Grotesque-Bold';
}

.footer-right {
    float: right;   
}

.footer-right a {
    display: block;
    float: right;
    width: 125px;
    height: 64px;
    text-indent: -9999em;
    margin-top: 6px;
    margin-right: -2px;
}
.content-left{
    float:left;
    width:547px;
}
.content-right{
    float:right;
    width:556px;
}
.wpcf7 label{
    font-size:20px;
    color:#666666;
    text-transform: uppercase;
    font-family: 'humanist_521_lightregular', Arial, Helvetica, sans-serif;
    font-weight:normal;
    line-height:40px;
    width:182px;
}
.content-left b{
    font-size:20px;
    color:#666666;
    text-transform: uppercase;
    font-family: 'humanist_521_lightregular', Arial, Helvetica, sans-serif;
    font-weight:normal;
    line-height:40px;
    display:block;
    margin-bottom:10px;
}
.wpcf7 input{
    width:355px;
    height:40px;
    background:white;
    border:1px solid #dbdbdb;
}
.page-title{
    color:#e54398;
    text-transform:uppercase;
    font-size:31px;
    margin-top:0;
    line-height:1;
    margin-bottom:47px;
}
.your-message textarea{
    display:block;
    width:100%;
    border:1px solid #dbdbdb;
    width:540px;
    height:139px;
    resize: none;
}
.wpcf7 p{
    color:#bfbfbf !important;
    margin-bottom:37px;
    font-size: 17px !important;
}
.wpcf7 .wpcf7-submit{
    margin-right: 20px;
    background:#e54398;
    border:none;
    color:white;
    width:auto;
    border-radius:4px;
    padding:0 10px;
    text-transform:uppercase;
    font-size:20px;
    font-weight:bold;
    margin-right:-12px;
}
.walter-content{
    max-width: 1160px;
    width: 100%;
    margin: 0px auto;
    margin-bottom: 30px;
}
.walter-content .col{
    text-align: center;
    color: #e54398;
}
.walter-content .col img{max-width: 197px; width: 100%;}
.walter-content .col h2{margin-top: 15px; margin-bottom: 20px;}
.walter-content .col h2 a{
    font-size: 16px;
    color: #e54398;
    font-weight: bold;
}
.walter-content .row{margin-top: 50px;}
.sign-up {
    background-color: #1a1a1a;
    min-height: 90px;
    border-bottom: 5px solid #999999;
    color: #fff;
}
.sign-up .col-xs-6{text-align: center;}
.sign-up a{
    background-color: #e54398;
    color: #fff;
    font-size: 16px;
    padding: 6px 20px;
    margin-top: 25px;
}
.sign-up p{
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
}
.bg-walter{
    background: url("images/bg-image.jpg");
    overflow: hidden;
}
.walter-content .col-icon img{
    max-width: 274px;
    width: 100%;
}
.walter-content .col-icon{text-align: center;}
.walter-content .col-icon .content-box{
    background: #fff;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    color: #666666;
}
.walter-content .col-icon .content-box h2{margin-bottom: 30px;}
.walter-content .col-icon .content-box h2 a{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #666666;
}
.box-main{
    background: #1a1a1a;
    min-height: 160px;
    border-bottom: 5px solid #999999;
}
.box-main .col-box{padding: 55px 15px;}
.box-main .col-box.col-md-3{text-align: center;}
.box-main h2 a{
    color: #e54398;
    font-weight: bold;
    font-size: 16px;
    max-width: 220px;
    margin: 0 auto;
    display: block;
}
.box-main h2 a span{
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
}
.box-main .col-box p{
    color: #fff;
    max-width: 320px;
    margin: 0 auto;
}
.box-main .col-box.col-md-3 a.btn{
    background: #e54398;
    padding: 6px 20px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
.icon-walter{
    background: #fff;
    padding: 50px 0;
}
.icon-walter .icon-walter-content{
    max-width: 1160px;
    margin: 0 auto;
    color: #666666;
}
.icon-walter .col-md-3{
    text-align: center;
}
.icon-walter .col-md-3 img{max-width: 89px;}
.icon-walter .icon-walter-content h2{margin-top: 10px; margin-bottom: 20px;}
.icon-walter .icon-walter-content h2 a{
    font-size: 16px;
    text-transform: uppercase;
    color: #666666;
    font-weight: bold;
}
.tp-caption, .tp-caption a.btn{line-height: 1.345 !important;}
.styler{
    padding: 5px 15px !important; 
    max-height: 100% !important;
    height: auto !important;
    line-height: 0.85 !important;
    font-size: 36px !important;
}
.styler2 {
    background: #b3b3b3 !important;
    font-size: 28px !important;
    width: auto !important;
    padding: 15px !important;
    max-width: 900px !important;
}
.tp-caption a.btn{
    padding: 10px 15px !important;
    color: #fff !important;
    font-size: 28px !important;
    background: #e54398 !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.tp-bullets.simplebullets.square-old .bullet{
    background: #fff !important;
    margin-right: 10px !important;
}
.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected
{
    background: #b3b3b3 !important;    
}
.walter-book{background: #fff; overflow: hidden;}
.walter-book .width-book{max-width: 1160px; margin: 0 auto; padding: 50px 0;}
.walter-book .book{background: #1a1a1a; overflow: hidden; border-bottom: 5px solid #000000;}
.walter-book .book h2{    
    font-size: 16px; 
    text-transform: uppercase;
    max-width: 1160px;
    margin: 0 auto;
    margin-top: 15px; 
    color: #fff;
    margin-bottom: 5px;
}
.main-footer{max-width: 1100px; margin: 0 auto;}
.footer-nav .nav>li>a:hover,
.footer-nav .nav>li>a:focus{
    background: none;
    color: #e54398;
}
.woocommerce div.product.product_cat-special{
    width: 100%;
    float: left;
    padding: 20px 0;
}
.woocommerce-page div.product.product_cat-special div.summary
{
    width: 60%;
    float: none;
    margin: 0 auto;
}
div.ui-datepicker-title span,.wc-bookings-booking-form .form-field input[type=number] ,.wc-bookings-date-picker .ui-datepicker th{
    color: #000000;
}




mark.count {
    display: none;
}
@media(max-width: 1200px){
   .home  .tp-caption{
        left: 50px !important;
    }
}


@media(max-width: 767px){
    .home .black_reviews_content p {
   left:0px !important;
}
.black_reviews_content_right{
      width: 400px !important;
}
   .home .tp-caption.black_reviews_content {
    width: 400px !important;
}


    .styler {
        height: auto !important;
        line-height: 1.1 !important;
    }
}


@media(max-width: 500px){
   .home   .black_reviews_content_right{
      width: 400px !important;
}

 .home .tp-caption.black_reviews_content {
    width: 300px !important;
}


}

@media(max-width: 360px){
       .home   .black_reviews_content_right{
      width: 180px !important;
}
 .home .tp-caption.black_reviews_content {
    width: 180px !important;
}


}

