/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/
@import url("../salient/style.css");
#recycle-rotate {
    position: absolute;
    top: 110%;
    left: 0%;
    width: 100px;
    height: 100px;
    background-image: url('images/recycle.png');
    background-repeat: no-repeat;
}
/*532*/

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
/*534*/

.rotating {
    -webkit-animation: rotating 2s linear infinite;
}
#recycle-rotate2 {
    position: absolute;
    top: 110%;
    left: 0%;
    width: 100px;
    height: 100px;
    background-image: url('images/recycle2.png');
    background-repeat: no-repeat;
}
/*532*/

@-webkit-keyframes rotating2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
    }
}
/*534*/

.rotating2 {
    -webkit-animation: rotating2 4s linear infinite;
}
#recycle-rotate2-large {
    position: absolute;
    left: 0%;
    width: 300px;
    height: 300px;
    background-image: url('images/recycle2l.png');
    background-repeat: no-repeat;
}
/*532*/

@-webkit-keyframes rotating2-large {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
/*534*/

.rotating2-large {
    -webkit-animation: rotating2-large 6.5s linear infinite;
    /* ease-in-out */
}
#recycle-rotate-large {
    position: absolute;
    left: 0%;
    width: 300px;
    height: 300px;
    background-image: url('images/recyclel.png');
    background-repeat: no-repeat;
}
/*532*/

@-webkit-keyframes rotating-large {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
    }
}
/*534*/

.rotating-large {
    -webkit-animation: rotating-large 4s linear infinite;
}
#recycle-animation {
    width: 300px;
    height: 300px;
}
/*535*/

.tp-banner-container {
    width: 100%;
    position: relative;
    padding: 0;
    margin-bottom: 0px;
}
/*536*/

#header hgroup {
    float: left;
    margin-bottom: 0em;
}
#frame {
    background-image: url('/mtb/frame.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 414px;
    height: 300px;
    left: 212px;
    z-index: 10;
}
#tireback {
    background-image: url('/mtb/tire.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 259px;
    height: 258px;
    top: 104px;
    left: 99px;
}
#tirefront {
    background-image: url('/mtb/tire.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 259px;
    height: 258px;
    top: 104px;
    left: 482px;
}
#frame-small {
    background-image: url('/mtb/frame-small.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 87px;
    height: 60px;
    left: 0;
    top: 0px;
    z-index: 10;
}
#tireback-small {
    background-image: url('/mtb/tire-small.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 52px;
    height: 52px;
    top: 19px;
    left: -23px;
}
#tirefront-small {
    background-image: url('/mtb/tire-small.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 52px;
    height: 52px;
    top: 19px;
    left: 53px;
}
#bike-small {
    float: left;
    position: relative;
    width: 139px;
    height: 55px;
    margin-left: 20px;
    margin-top: 14px;
}
#bike-large {
    position: absolute;
    top: 1px;
    left: 1px;
}
@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
.rotating {
    -webkit-animation: rotating 2s linear infinite;
}
.team-member img {
    background-color: transparent;
    background-color: transparent;
    border: 1px solid #ffffff;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 0px 0px 1px #000000;
    -webkit-box-shadow: 0px 0px 1px #000000;
    box-shadow: 0px 0px 1px #000000;
}
.related-thumbs {
    float: left;
    width: 200px;
    font-size: 13px;
    margin: 0px 5px 10px;
    height: 272px;
    text-align: center;
}
img.related-thumbs {
    margin-bottom: 0px;
}
.row .col img {
    margin-bottom: 0px;
}
body:not(.woocommerce-cart) .main-content td {
    padding: 0px 10px;
}
.mtb-table td {
    font-size: 20px;
    font-weight: 700;
}
.mtb-route-wrapper{
    margin-top: 120px;
}
.mtb-route-wrapper h2{
    font-style: italic;
}
.mtb-route-wrapper h1{
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
}
.margin-top-30px {
    margin-top:30px;
}
.container-wrap, .project-title {
    background-color: #f8f8f8;
    /* position: relative; */
    z-index: 10;
    /* margin-top: -55px; */
    /* padding-top: 93px; */
    /* padding-bottom: 40px; */
}


.left-spacing {
    padding-left: 17px;
}
span.icon-salient-search {
    font-size: x-large!important;
}
.col.boxed, .wpb_column.boxed {

    border: 1px solid rgba(0, 0, 0, 0.15);
}
.iwithtext .iwt-icon {
    top: 6px;
}


#sidebar div ul li {
    padding: 0px 0px;
}

.container-wrap, .project-title {
    background-color: #ffffff;
    position: relative;
    z-index: 10;
    margin-top: -55px;
    padding-top: 93px;
    padding-bottom: 40px;
}
.woocommerce #post-area .woocommerce-ordering {
    float: right!important;
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}
div#recycle-animations {
    left: 6%;
    top: 100%;
    position: absolute;
}

.swiper-slide .content h2 {
    text-shadow: 1px 1px 4px black;
    font-size: 80px!important;
}

#header-secondary-outer #social {
    float: right;
}
/*    #header-outer[data-using-secondary="1"] {*/
/*      top: 22px;*/
/*    }*/
/*header#top #logo img {*/
/* max-height: 30px; */
/*  text-indent: -9999px;*/
/*  max-width: none;*/
/*  width: auto;*/
/*  margin-bottom: 0px;*/
/*  display: block;*/
/*  transition: opacity 0.4s ease;*/
/*  padding: -4px;*/
/*  margin-top: 6px;*/
/*}*/
/*header#top .sf-menu li ul li a, #header-secondary-outer nav > ul > li > a, #header-secondary-outer ul ul li a, #header-outer .widget_shopping_cart .cart_list a {*/
/*padding: 0px 16px;*/
/*  border-top: 1px solid rgba(0, 0, 0, 0.03);*/
/*}*/
.sf-menu li ul li .sf-sub-indicator {
    top: 10px;
}

.woocommerce .product-wrap .add_to_cart_button, .woocommerce .product-wrap .product_type_variable, .woocommerce .product-wrap .product_type_grouped, .woocommerce .product-wrap a.button {
    left: -1000px !important;
}

.single-product .nectar-button.large {
    display: none!important;
}
.add_to_cart_button, .amount {
    display: none!important;
}
#slide-out-widget-area .inner .off-canvas-menu-container li a {
    font-size: 19px;

}
.woocommerce ul.products li.product.classic h3, .woocommerce-page ul.products li.product.classic h3 {
    text-align: center!important;
}
header#top .sf-menu li ul li a, #header-secondary-outer nav > ul > li > a, #header-secondary-outer ul ul li a, #header-outer .widget_shopping_cart .cart_list a {
    font-family: Josefin Sans;
    font-size: 14px;
    line-height: 23px!important;
    padding: 9px;
}
.title-h1 {
    font-size: 49px!important;
    font-weight: 300;
    position: relative;
    top: 15px;
    right: 14px;
}
span.title-icon {
    top: 31px!important;
    position: relative!important;
}
.video-description {
    margin-top: 2-px;
}
.nectar-animated-title-inner {
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    width: 100%!important;
}
.nectar_image_with_hotspots[data-tooltip_shadow="medium_depth"] .nectar_hotspot_wrap .nttip {
    box-shadow: 0 0px 40px rgba(0,0,0,0.16), 0 10px 25px rgba(0,0,0,0.1)!important;
    border: 4px solid #ebeae8!important;
}
span.featured-product-title {
    font-size: 82px;
    font-family: roboto thin;
    font-weight: 100;
    line-height: 78px;
    text-align: right;
}
span.featured-product-subtitle {
    font-size: 30px;
    font-family: roboto thin;
    font-weight: 700;
    line-height: 31px;
    text-align: right;
    letter-spacing: 6px;
}  
span.featured-product-subtitle-2 {
    font-size: 30px;
    font-family: roboto thin;
    font-weight: 700;
    line-height: 31px;
    text-align: right;
    letter-spacing: 6px;
}  




.featured-product-text-wrapper-2 {
    background-color: rgba(240, 248, 255, 0.59);
    box-shadow: 0px 1px 36px 1px rgba(0, 0, 0, 0.17);
}

.featured-product-text-wrapper-3 {
    background-color: rgba(0, 0, 0, 0.59);
    color:azure;
    box-shadow: 0px 1px 36px 1px rgba(0, 0, 0, 0.17);
}




span.featured-product-subtitle-2 {
    background-color: #ddd;
    padding: 10px 20px 13px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.42);
    border: 1px solid #e6ebef;
        font-size: 19px;
    /* color: azure; */
    /* text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.65); */
}

@media (max-width: 1000px) {
    span.featured-product-title {
    font-size: 42px;
    line-height: 38px;
}
    .featured-product-text-wrapper {
        padding: 0%!important;
        text-align: left;
        width: 50%!important;
    }
    .featured-product-text-wrapper-2 {
        padding: 0%!important;
        text-align: left;
        width: 50%!important;
        padding: 5%!important;
    }
    span.featured-product-subtitle-2 {
    background-color: #ddd;
    padding: 5px 10px 8px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.42);
    border: 1px solid #e6ebef;
        font-size: 14px;
}

span.featured-product-subtitle {
    font-size: 20px;
    line-height: 24px;
}  
}
.call-to-action-column {
    background-color: rgba(0, 0, 0, 0.57);
}
#page-header-bg h2, body h2, article.post .post-header h2, article.post.quote .post-content h2, article.post.link .post-content h2, article.post.format-status .post-content h2, #call-to-action span, .woocommerce .full-width-tabs #reviews h3, .row .col.section-title h2 {
    font-family: Open Sans;
    font-size: 23px!important;
    line-height: 60px;
    font-weight: 400!important;
}


.featured-column-crooked h1 {
    font-size: 65px;
}
body.single-product div.product .product_title {
    padding-right: 0;
    font-size: 40px;
}
#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a {
    font-size: 20px;
    line-height: 30px;
    font-family: open sans;
    font-weight: 200;
}
h1.homepage-h1 {
    font-size: 50px;
}
h3.homepage-h3 {
    font-size: 30px!important;
    font-weight: 400;
    margin-bottom: 30px!important;
}
.featured-product-wrapper {
    padding: 71px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.featured-product-text-wrapper-3 {
    background-color: rgba(0, 0, 0, 0.59);
    box-shadow: 0px 1px 36px 1px rgba(0, 0, 0, 0.17);
    
}
.text-shadow-header h1 {
    color: white!important;
    font-size: 60px!important;
    text-shadow: 1px 1px 7px black;
}
.swiper-slide .content p.transparent-bg span {
    padding: 4px 0px;
    display: inline;
    position: relative;
    left: 10px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
    line-height: 45px;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    /* margin-top: 46px!important; */
    top: 18px;
}
.swiper-slide .content h2 {
    font-family: Open Sans;
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 15px;
}