/*
Theme name: Reynolds
Theme URI: www.reynoldstechnology.biz
Description: Wordpress theme for Reynolds Technology Limited
Version: 1.0
Author: Traffic
*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Muli', sans-serif;
    color: #35271e;
    font-size: 16px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover, a:active {
    color: #505050;
    text-decoration: none;
}

h1 {
    font-family: 'Lobster', cursive;
    color: #000;
    font-size: 77px;
}

h2 {
    font-size: 26px;
}

h2 a {
    color: #333;
}

h2 a:hover {
    color: #35271e;
}

.carousel-caption h3 {
    color: #fff;
}

.carousel-caption p {
    color: #fff;
}

.history-carousel-inner {
    background-color: #44ae5d !important;
    background: url('/wp-content/uploads/2015/08/carousel.png') no-repeat center center;
}

@media (max-width: 449px) {
    .history-carousel-inner {
        min-height: 400px !important;
    }
}

.downloads {
    margin-top: 40px;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 17px;
    text-align: center;
    padding-top: 40px;
}

.jumbotron {
    padding-bottom: 0 !important;
}

.container {
    background-color: #F3F5F3;
    background-color: #FFF;
}

.container-footer {
    background-color: #0F0F0F !important;
}

.social-share-container {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#social-media > .col-md-12 > ul.ess-buttons {
    height: 50px;
    display: table;
    margin: 0;
}

.social-share-item {
    width: 30px;
    float: left;
    margin: 5px;
}

.home-bground {
    width: 100%;
}

/*NEW SITE 2021*/

.home .container {
    background-color: transparent;
}

.home .home-row {
    margin-bottom: 30px;
}

.home-row img {
    max-width: 100%;
}

.home h1 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
}

.home .intro-row p {
    text-align: center;
    font-size: 24px;
}

.header-stripe {
    margin-bottom: 30px;
}

.header-stripe > div {
    height: 18px;
}

.header-stripe .stripe-green {
    background-color: #1b5a3f;
}

.header-stripe .stripe-white {
    background-color: #FFF;
}

.header-stripe .stripe-black {
    background-color: #2a231d;
}

.header-stripe .stripe-yellow {
    background-color: #efcd23;
}

.section_carousel {
    border-top: 2px solid #efcd23;
    border-bottom: 2px solid #efcd23;
    padding-top: 30px;
}

.section_toolkit {
    padding-top: 30px;
    background-color: #f0f0f0;
}

.home_carousel {
    margin-bottom: 30px;
    padding: 20px 0;
}

.home_toolkit {
    margin-bottom: 30px;
    padding: 20px 0;
}

.home_carousel .slick-slide {
    text-align: center;
}

.home_carousel a {
    display: block;
    text-align: center;
}

.home_carousel .slick-list {
    overflow: visible;
}

.home_carousel a img {
    display: block;
    max-width: 80%;
    max-height: 265px;
    padding: 30px;
    margin: 0 auto;
}

.home_carousel a.carousel-label {
    display: inline-block;
    margin: 0 auto;
    padding: 10px 20px;
    width: 80%;
    border: 4px solid #00a15d;
    box-shadow: #666 4px 4px 5px;
    font-weight: bold;
    color: #000;
}

.home_carousel a.carousel-label.border-purple {
    border-color: #c783b2;
}

/*END NEW SITE 2021*/

.posts-hide {
    visibility: none;
}

.navbar-inverse {
    background-color: #F4F5F4;
    background-color: #FFF;
    border: none;
}

/*Menu and Sub menu styling*/


.headroom {
    transition: transform 200ms linear;
}

.headroom--pinned {
    transform: translateY(0%);
}

.headroom--unpinned {
    transform: translateY(-100%);
}

.navbar-inverse .navbar-nav > li > a {
    color: #000;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #505050;
}

.menu-align {
    float: right;
}

.sub-menu li {
    margin-bottom: 15px;
    padding-bottom: 10px;
    list-style: none;
}

.sub-menu li > a:hover {
    color: #505050;
}

.sub-menu li:last-child {
    margin-bottom: 0;
}

.sub-menu a {
    color: #35271e;
    text-decoration: none;
}


.current-menu-item > a, .current-menu-parent > a {
    background: none;
}

.current-menu-parent li a {
    background: inherit;
}

.current-menu-parent .current-menu-item a {
    color: #fff;
}

.search-site {
    margin-top: 60px;
    margin-bottom: 20px;
}

.content-padding {
    padding: 15px 20px 20px 20px;
}

@media (max-width: 480px) {
    .content-padding {
        padding: 0px;
    }
}

.register {
    padding-top: 40px;
}

.your-email {
    max-width: 342px;
}

/* END Sub menu styling*/


/*Buttons*/
.btn-lg, .btn-group-lg > .btn {
    padding: 25px 35px;
    background-color: #F5C124;
}

.btn-lg:focus {
    background-color: #f5ba1b !important;
}


/*Front-page template*/
.bg {
    background: url('img/hero_1170x740.jpg') no-repeat center center;
    position: fixed;
    width: 100%;
    height: 740px;
    top: 0;
    left: 0;
}

.headline {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: absolute;
    width: 100%;
    /*	height: 750px;*/
    top: 0;
    left: 0;
}

.home {
    background: #FFF;
}

.headline h1 {
    padding-top: 220px;
    color: #fff;
}

.headline p {
    padding-top: 2%;
    padding-bottom: 30px;
    margin-left: 20%;
    margin-right: 20%;
    color: #fff;
}

.headline a {
    font-size: 18px;
    color: #000;
}

.headline a:hover {
    color: #505050;
}

.home-post, .footer-post {
    padding-left: 0;
    padding-right: 0;
}

.home-post-title {
    position: absolute;
}

@media (min-width: 801px) and (max-width: 991px) {
    .home-post:first-child, .footer-post:first-child {
        height: 534px;
    }
}

.jumbotron {
    margin-bottom: 0;
}

/*.parallax-bg {
    background: url("img/homepage-bg.png") repeat-x scroll 0% 0%;
    height: 299px;
    position: absolute;
    width: 100%;
    top: 96%;
}*/

/*
Featured Bikes
*/
.featured-bikes {
    background-color: #fff;
}

.featured-bikes h1 {
    margin: 60px auto 0px auto;
    text-align: center;
    padding-bottom: 0px;
}

.carousel-control.left {
    background-image: none;
    background-repeat: none;
}

.carousel-control.right {
    background-image: none;
    background-repeat: none;
}

.carousel-control {
    font-size: 20px;
    color: #000;
    text-align: center;
    text-shadow: none;
}

.carousel-caption {
    color: #000;
    text-shadow: none;
}

.carousel-inner {
    background-color: #fff;
    text-align: center;
    min-height: 226px;
}

.carousel-control:hover, .carousel-control:focus {
    color: #545454;
}

.glyphicon:focus {
    color: #808080;
}

/*Media Queries*/

@media (max-width: 1199px) {

    .bg {
        background: url('img/hero_970x614.jpg') no-repeat center center;
        max-height: 614px;
    }

    .headline {
        max-height: 614px;
    }

    .headline h1 {
        font-size: 60px;
        padding-top: 125px;
    }

    .grow img {
        height: 367px;
        width: 485px;

    }

    .grow img:hover {
        width: 100%;
    }

    .pic {
        height: 367px;
        width: 485px;
    }

}

@media (max-width: 999px) {

    .bg {
        background: url('img/hero_750x474.jpg') no-repeat center center;
        max-height: 474px;
    }

    .headline {
        max-height: 474px;
    }

    .headline p {
        padding-top: 30px;
        margin-left: 10%;
        margin-right: 10%;
    }

    .headline h1 {
        font-size: 60px;
        padding-top: 125px;
    }

    .home-post {
        padding-bottom: 40px;
    }

    .home-post-img {
        opacity: 0.5;
    }

    .featured-bikes h1 {
        font-size: 60px;
        margin: 0px auto 0px;
        padding-top: 30px;
    }

    .carousel-caption {
        bottom: 0px;
    }

    .grow img {
        width: 100%;
        height: 100%;
    }

    .grow img:hover {
        width: 100%;
    }

    .pic {
        width: 100%;
        height: 100%;
    }


}

/*Social Wall*/

.social-wall-form {
    text-align: center;
}

.social-wall-form h1 {
    padding-bottom: 40px;
}

.social-wall-form p {
    padding-bottom: 40px;
}

.paginate-social-wall {
    clear: both;
}

.container-social-grid {
    padding: 0;
}

.social-wall img {
    width: 100% !important;
    min-height: 250px !important;
}

.social-wall-grid {
    height: 238px;
    overflow: hidden;
    margin-bottom: 30px;
    max-height: 250px;
}

.social-wall-image {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    text-align: center;
}

.social-wall-image img {
    max-width: 100%;
}

.social-wall-item {
    padding-top: 90px;
    padding-bottom: 40px;
}

.prev-next-left {
    font-size: 32px;
    margin-top: 30px;
    text-align: left;
}

.prev-next-right {
    font-size: 32px;
    margin-top: 30px;
    text-align: right;
}

.prev-next-center {
    font-size: 32px;
    margin-top: 20px;
    text-align: center;
}

span img.nav-left {
    background: transparent url("img/nav_left.svg") no-repeat scroll right center / 30px 30px;
    width: 30px !important;
    height: 30px !important;
    margin-left: 30px;
    content: url("http://www.reynoldstechnology.biz/wp-content/themes/Reynolds/img/nav_left.svg");
}


span img.nav-right {
    background: transparent url("img/nav_right.svg") no-repeat scroll right center / 30px 30px;
    width: 30px !important;
    height: 30px !important;
    margin-left: 30px;
    content: url("http://www.reynoldstechnology.biz/wp-content/themes/Reynolds/img/nav_right.svg");
}


span img.nav-grid {
    background: transparent url("img/grid.svg") no-repeat scroll right center / 30px 30px;
    width: 30px !important;
    height: 30px !important;
    margin-left: 30px;
    content: url("http://www.reynoldstechnology.biz/wp-content/themes/Reynolds/img/grid.svg");
}


.page-header {
    padding-bottom: 11px;
    margin: 0px 0px 0px;
    border-bottom: 0px solid #FFF;
}

.alm-btn-wrap {
    clear: both;
}

.first-file {
    padding: 23px;
    background: #CFCFCF none repeat scroll 0% 0%;
}

.add-file {
    padding: 23px;
}

.hidefile {
    padding: 14px;
    margin-top: 30px;
    background-color: #CFCFCF;
}

input[type="file"] {
    display: block;
    min-width: 100%;
    text-align: center;
    color: #7b746f;
}

.social-wall-send {
    padding-top: 40px;
}

.search-site input[type="submit"] {
    width: 100% !important;
}

@media (min-width: 1199px) {
    .social-wall-send {
        min-width: 362px;
    }
}

@media (max-width: 999px) {

    .social-wall-grid {
        overflow: hidden;
        margin-bottom: 40px;
        min-height: 400px !important;
    }

}

@media (max-width: 580px) {
    .social-wall-grid {
        overflow: hidden;
        margin-bottom: 40px;
        min-height: 100% !important;
    }
}

@media (max-width: 449px) {


    h1 {
        font-size: 40px;
    }

    b, strong {
        font-weight: normal;
    }

    .social-wall-grid {
        overflow: hidden;
        margin-bottom: 30px;
    }

    .bg {
        background: transparent url("img/hero_450x285.jpg") no-repeat scroll center center;
        max-height: 450px;
        position: absolute;
    }

    .headline {
        position: absolute;
        max-height: 450px;
    }

    .headline p {
        padding-top: 140px;
        margin-left: 5%;
        margin-right: 5%;
        color: #35271E;
    }

    .headline h1 {
        font-size: 40px;
        padding-top: 80px;
    }


    .home-post {
        padding-bottom: 20px;
        background-color: #fff;
    }

    .featured-bikes h1 {
        font-size: 40px;
        margin: 0px auto 0px;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .carousel {
        background-color: #fff;
    }

    .carousel-inner > .item {
        min-height: 270px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .carousel-indicators {
    }

    .parallax-bg {
        visibility: hidden;
    }

}

img.ajax-loader {
    width: auto !important;
    height: auto !important;
}

/* Social Icons */

@media (min-width: 1200px) {
    .nav-social-facebook {
        background: url(img/social_fb.svg) no-repeat right;
        background-size: 30px 30px;
        width: 30px;
        margin-left: 30px;
    }

    .nav-social-facebook:hover {
        background: url(img/social_fb_hover.svg) no-repeat right;
        background-size: 30px 30px;
    }

    .nav-social-twitter {
        background: url(img/social_twitter.svg) no-repeat right;
        background-size: 30px 30px;
        width: 40px;
    }

    .nav-social-twitter:hover {
        background: url(img/social_twitter_hover.svg) no-repeat right;
        background-size: 30px 30px;
    }

    .nav-social-pinterest {
        background: url(img/social_pin.svg) no-repeat right;
        background-size: 30px 30px;
        width: 40px;
    }

    .nav-social-pinterest:hover {
        background: url(img/social_pin_hover.svg) no-repeat right;
        background-size: 30px 30px;
    }

    .nav-social-instagram {
        background: url(img/social_inst.svg) no-repeat right;
        background-size: 30px 30px;
        width: 40px;
    }

    .nav-social-instagram:hover {
        background: url(img/social_inst_hover.svg) no-repeat right;
        background-size: 30px 30px;
    }

    .nav-social-facebook a {
        opacity: 0;
        padding: 50px 0px 0px 0px !important;
    }

    .nav-social-twitter a {
        opacity: 0;
        padding: 50px 0px 0px 0px !important;
    }

    .nav-social-pinterest a {
        opacity: 0;
        padding: 50px 0px 0px 0px !important;
    }

    .nav-social-instagram a {
        opacity: 0;
        padding: 50px 0px 0px 0px !important;
    }

}

@media (min-width: 1200px) {

    .sub-menu {
        display: none;
        position: absolute;
        background: #F5C124;
        padding: 30px 30px 30px 30px;
        width: 300px;
    }

    li:hover .sub-menu {
        display: block;
    }

}


@media (max-width: 1200px) {

    .sub-menu, #menu-item-89, #menu-item-106, #menu-item-107, #menu-item-108 {
        display: none;
    }

    .menu-align {
        float: left;
        width: 100%;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #F4F5F4;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #F4F5F4;
    }

    .navbar-toggle:hover {
        background-color: #F4F5F4 !important;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #000;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}

/*Back to top*/

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}


.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #1a563c url(img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}










