div.two-column {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

.search-bar {
    position: absolute;
    right: 13px;
    top: 30px;
}

.ajax-search-wrapper {
    float: left;
    height: 114px;
    width: 38px;
    margin-left: 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ajax-search-wrapper i.ajax-search-icon {
    display: block;
    width: 27px;
    height: 27px;
    line-height: 25px;
    font-size: 13px;
}

.ajax-search-wrapper .ajax-search-icon {
    width: 38px;
    height: 38px;
    text-align: center;
    border: solid 1px #444;
    display: block;
    margin: auto;
    top: 10px;
    position: absolute;
    line-height: 36px;
    cursor: pointer;
    z-index: 1000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #444;
}

.ajax-search-wrapper .ajax-search-icon:hover {
    color: #abc334 !important;
    border: solid 1px #abc334 !important;
}

.ajax-search-wrapper .ajax-search-input {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    z-index: 999;
    padding-top:20px;
}

.ajax-search-wrapper .ajax-search-input input {
    border:0;
}

.ajax-search-wrapper .ajax-search-result {
    background: none repeat scroll 0 0 #222;
    left: 0;
    list-style: outside none none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 100%;
    padding: 0;
    z-index: 999;
    max-height: 360px;
    overflow: auto;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -ms-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
    -webkit-box-shadow: rgba(222,222,222,0.172549) 0px 14px 12px 0px;
    -moz-box-shadow: rgba(222,222,222,0.172549) 0px 14px 12px 0px;
    box-shadow: rgba(222,222,222,0.172549) 0px 14px 12px 0px;
}

.rounder {
    border-radius: 20px;
    background: #444;
    border-color: #444;
    color: #fff;
    text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    padding: 6px 25px;
    line-height: 26px;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    text-shadow: none;
    box-shadow: none;
    font-family: Dosis;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    outline: none;
}

.rounder:hover {
    background: #abc334;
    border-color: #abc334;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #6d6e71;
    margin-top: 8px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #aac535;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.wysiwyg h4 {
    font-size: 24px;
    font-family: 'Dosis';
    color: #768338;
}

.brand-page img {
    max-width:100%;
    mix-blend-mode: multiply;
    margin-bottom:30px;
    margin-top:30px;
}

.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
    width: 100%;

    font-size: 26px;
    font-weight: normal;
    font-family: Dosis;
    letter-spacing: 1px;
    line-height: 70px;
    /*opacity: 0.8;*/
    padding-bottom: 50px;
}

.carousel-caption h1 {
    font-size: 45px;
    color: #fff;
    font-family: Dosis;
    text-transform: uppercase;
    white-space: nowrap;
    min-width: 0px;
    min-height: 0px;
    opacity: 1;
}

.carousel-caption p {
    margin-bottom: 0;
}

.carousel-caption a.tp-button.lightgrey.small {
    text-transform: uppercase;
    background-color: rgba(246,246,246,0.8)!important;
    color: #000!important;
    border: 1px solid #fff;
    font-size: 20px;
    border-radius : 5px;
    margin-left: 9px;
    margin-right: 9px;
}

.carousel-caption a.tp-button.lightgrey.small:hover {
    text-decoration: none!important;
    background-color: transparent!important;
    color: #fff !important;
}

.userform textarea, .userform input.date-alt, .userform input.text, .userform select {
    background-color: #fff;
    max-width: 100%;
    width: 285px;
}

.error.message {
    color: red;
    font-size:12px;
    display: block;
}

.section-searchresults a:hover {
    text-decoration:none;
}

.section-searchresults .thumbnail {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Small enhancement to Bootstrap. .row-xx-auto fits all cols, equal-sized, in one row */

.row.row-xs-auto {
    display: flex;
}
.row.row-xs-auto *[class*="col-"] {
    flex-basis: 0;
    flex-grow: 1;
}
@media (min-width: 768px) {
    .row.row-sm-auto {
        display: flex;
    }
    .row.row-sm-auto *[class*="col-"] {
        flex-basis: 0;
        flex-grow: 1;
    }
}
@media (min-width: 992px) {
    .row.row-md-auto {
        display: flex;
    }
    .row.row-md-auto *[class*="col-"] {
        flex-basis: 0;
        flex-grow: 1;
    }
}
@media (min-width: 1200px) {
    .row.row-lg-auto {
        display: flex;
    }
    .row.row-lg-auto *[class*="col-"] {
        flex-basis: 0;
        flex-grow: 1;
    }
}
/* Auto columns should behave like all other columns but are sized by their parent's flex rule */
.col-xs-auto, .col-sm-auto, .col-md-auto, .col-lg-auto {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
}

/* Another enhancement to Bootstrap. Allow "2point4" as a column width, to support 5-column layout */
.col-xs-2point4, .col-sm-2point4, .col-md-2point4, .col-lg-2point4 {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
}
.col-xs-2point4 {
    float: left;
    width: 20%;
}
@media (min-width: 768px) {
    .col-sm-2point4 {
        float: left;
        width: 20%;
    }
}
@media (min-width: 992px) {
    .col-md-2point4 {
        float: left;
        width: 20%;
    }
}
@media (min-width: 1200px) {
    .col-lg-2point4 {
        float: left;
        width: 20%;
    }
}

.row-centered {
    font-size: 0; /* remove extra space between items */
    text-align: center;
}

.row-centered > div {
    display: inline-block;
    float: none;
    font-size: 1rem; /* restore (default of 1rem is set on body) */
    text-align: left;
    vertical-align: top;
}

/* All Elements */
.elemental-element {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 36px;
    padding-bottom: 36px;
}
.userform .email.valid {/* To override some styles from another lib */
    display: block;
}

/* Collection Element */
.element-collection-header {
	color: #8D4923;
    text-transform: uppercase;
    font-size: 2.0rem;
    line-height: 2.0em;
    text-align: center;
}
.element-collection .c-article__title {
    margin-top: 10px;
    text-align: center;
}
.collection-element .col figure {
    text-align: center;
}
.collection-element .col figcaption {
    height: 70px;
    margin-bottom: 10px;
    margin-top: 10px;
}

/* Element Single Column */
.element-single-column .element__title {
    text-align: center;
}
.element-single-column .vid-img-row {
    text-align: center;
}
.element-single-column .vid-img-row iframe {
    width: 100%;
    height: 450px;
}
.element-single-column .content__inner p {
    margin-left: 15px;
    margin-right: 15px;
}
@media (max-width: 767px) {
    .element-single-column .columns img {
        height: auto;
        width: 98%;
        padding-left: 1%;
        padding-right: 1%;
    }
    .element-single-column .vid-img-row iframe {
        height: 298px;
    }
    .element-single-column .vid-img-row {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Multi Column Element */
.multicol-element .multicol-column img {
    width: 100%;
}

/* style.css has img { max-width: 100%; } so we need height: auto; too to avoid distortion */
.multicol-element .multicol-column img {
    height: auto;
}
.multicol-column iframe {
    width: 100%;
    height: 280px;
}

/* Video Gallery */
.section.gallery-videos {
    position: relative;
    margin-top: 40px; 
}
.section.gallery-videos iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
}
.section.gallery-videos video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
}
.player-container {
    text-align: center; 
}
.mlvp-container {
    padding-bottom: 53%; 
}
.mlvp-list-container {
    padding-left: 40px;
    padding-right: 40px;
    position: relative; }
.mlvp-list {
    margin: 0 auto; }
.mlvp-arrow-right {
    right: 20px; }
.mlvp-arrow-left {
    left: 20px; }
.current-vid {
    color: #963821 !important; }
.vid-item .desc {
    font-family: "Squada One", Helvetica, Arial, sans-serif;
    line-height: 1.2; }
.vid-item:hover .desc {
    color: #963821; 
}
@media (max-width: 767px) {
    .mlvp-list-container {
        padding-left: 0;
        padding-right: 0; }
    .mlvp-arrow-right {
        right: 0px; }
    .mlvp-arrow-left {
        left: 0px; } 
}

/* User Forms (and contact forms) */
.elemental-area .form-element__form {
    margin: 0 auto;
    max-width: 100%;
    width: 805px;
}
/* all labels */
.form-element__form .field label {
    display: inline;
    float: none;
    margin-right: 0;
    max-width: none;
    padding: 0;
    text-align: left;
    width: auto;
}
/* labels that should appear to the left on wide screens */
.form-element__form .field > .left {
    display: block;
}
.form-element__form .userform .middleColumn {
    display: block;
}
.form-element__form input.text,
.contact-form input,
.elemental-element input.search__input {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0 1rem;
    height: 45px;
    width: 100%;
}
.form-element__form textarea,
.contact-form textarea {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 10px 1rem;
    width: 100%;
}
.form-element__form input.checkbox,
.form-element__form input.radio {
    position: relative;
    margin: 0;
    display: inline;
}
.form-element__form .right-title {
    font-size: smaller;
    font-style: italic;
}
.form-element__form .field.file input[type=file] {
    display: inline;
    line-height: 1;
    margin: 0;
}
.form-element__form fieldset.field legend {
    font-size: 18px;
    border: 0;
}
.form-element__form .userform .optionset div.middleColumn div {
    display: inline-block;
}
.form-element__form .userform .userformsgroup {
    border: solid #ccc 1px;
    margin-bottom: 20px;
}
.form-element__form .userform .userformsgroup > legend {
    margin-left: 14px;
}
.form-element__form .userform .userformsgroup > .right-title,
.form-element__form .userform .userformsgroup > .middleColumn {
    padding: 0 18px;
}
.form-element__form .message.error {
    color: #ff9805;
    display: block;
}
.form-element__form nav.Actions input {
    margin-right: 2em;
}
.form-element__form nav.Actions input:not([type=submit]) {
    background-color: transparent;
    color: #565656;
}
.form-element__form nav.Actions input:not([type=submit]):hover {
    background-color: transparent;
    color: #abc334 !important;
}
@media (min-width: 768px) {
    .elemental-area .form-element__form {
        margin: 0 auto;
        max-width: calc(100% - 20px);
        width: 805px;
    }
    .form-element__form .field > .left {
        height: 45px;
        line-height: 45px;
        position: absolute;
        text-align: right;
        width: 150px;
    }
    .form-element__form .middleColumn {
        padding-left: 165px;
        padding-right: 165px;
    }
    .form-element__form .right-title {
        padding-left: 165px;
    }
    .form-element__form .field.dropdown .middleColumn,
    .form-element__form .field.file .middleColumn {
        line-height: 45px;
    }
    .form-element__form input.text,
    .form-element__form textarea {
    }
    .form-element__form .checkboxset .middleColumn,
    .form-element__form .optionset .middleColumn,
    .form-element__form .composite .middleColumn {
        padding-top: 10px;
    }
    .form-element__form .userform .userformsgroup > .middleColumn {
        padding: 0;
    }
    .form-element__form .checkbox .message.error {
        padding-left: 165px;
    }
    .form-element__form nav.Actions {
        padding-left: 165px;
    }
}

/* Contact Form Element */
.element-contact .contact-form input,
.element-contact .contact-form textarea {
    max-width: 100%;
    width: 100%;
    margin-bottom: 12px;
}

/* Search Element */
.search-element input.search__input {
    border: 1px solid #824020;
    border-radius: 8px;
    padding: 0 1rem;
    height: 45px;
    width: 100%;
}
.search-element input.search__input::-webkit-input-placeholder {
    color:#ccc;
}
.search-element input.search__input::-moz-placeholder {
    color:#ccc;
    opacity: 1;
}
.search-element input.search__input:-ms-input-placeholder{
    color:#ccc;
}
.search-element input.search__input::-ms-input-placeholder{
    color:#ccc;
}
.search-element input.search__input::placeholder {
    color:#ccc;
}

@media only screen and (max-width: 640px) {
    .main .two-column, .container .two-column {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    }

    body .carousel-caption {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translate(-50%);
        font-size: 100%;
        line-height: 20px;
    }

    body .carousel-caption h1 {
        font-weight: 700;
    }

    body .carousel-caption a.tp-button {
        height: auto;
        width: 70%;
    }

    body .carousel-caption p {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 320px) {
    body .carousel-caption a.tp-button.lightgrey.small {
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media only screen and (max-width: 768px) {
    body p, body .carousel-caption p, body .carousel-caption h1, body .carousel-caption a {
        font-size: 100% !important;
    }

    body .carousel_btn {
        margin-bottom: 5px !important;
    }

    body .site-footer ul.menu {
        width: 100%;
        padding-left: 0;
    }

    body .site-footer li.menu-item {
        float: none;
        width: 100%;
    }

    body .navbar-nav>li {
        text-align:left;
        padding-left:10px;
    }

    body .navbar-nav>li>a {
        line-height: 33px;
    }

    body .inverted-dropdown {
        padding: 0;
        background: #fff;
    }

    body .inverted-dropdown:before {
        border:0;
    }


    body .navbar-nav .open .inverted-dropdown>li>a {
        padding: 10px 0 10px 20px;
        text-align: left;;
    }

    body .navbar-nav .open .inverted-dropdown>li>a:before {
        content:' - ';
    }

    body .navbar-nav .open .inverted-dropdown>li>a:focus {
        color: #aac535 !important;
        background-color: transparent;
    }

    body .landing-container {
        text-align: center;
    }

    body .section-overlay.bg .inner-container, body .section-feature.bg .inner-container {
        top: 35px;
    }

    body .tp-simpleresponsive .tp-title {
        font-size: 100% !important;
        left: 78px !important;
    }

    body .tp-simpleresponsive .tp-subtitle {
        font-size: 80% !important;
        white-space: normal !important;
        left: 12px !important;
    }

    body .tp-simpleresponsive .btn {
        z-index:10 !important;
    }

    body .tp-simpleresponsive .btn1 {
        top: 120px !important;
        font-size: 70% !important;
        left: 50px !important;
        padding: 7px !important;
    }

    body .tp-simpleresponsive .btn2 {
        top: 120px !important;
        font-size: 70% !important;
        left: 140px !important;
        padding: 7px !important;
    }

    body .tp-simpleresponsive .btn3 {
        top: 120px !important;
        font-size: 70% !important;
        left: 230px !important;
        padding: 7px !important;
    }

    body .blog-wrapper .entry-date {
        visibility: hidden;
    }

    body .brand-logo {
        min-width: 75%;
        min-height: initial;
    }
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
  opacity: 0.75;
}

.userform-fields input::placeholder {
  opacity: 0.75;
}