/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */

.fl-builder .container.fl-content-full {
    overflow: hidden;
}

/** ToDO: See if this can be done in BB **/
.img-fullWidth .fl-photo-content {
    display: block;
}

.img-fullWidth .fl-photo-content img {
    width: 100% !important;
    height: -75% !important;
}

.img-halfHeight .fl-photo-content img {
    width: 100% !important;
    height: -75% !important;
}


/** ------------------------------------------------------------------
TYPOGRAPHY TWEAKS
------------------------------------------------------------------ **/
h1 {
    color: #8a8a8a;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

h2, h3, h4, h5, h6 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    margin: 0;
}

/** Strong/B reset **/
.wp-modal-body strong,
.wp-modal-body b,
.fl-rich-text strong,
.fl-rich-text b,
strong,
b  {
    font-weight: 500;
}

/** Rich Text tweaks **/
.fl-rich-text * + h1,
.fl-rich-text * + h2,
.fl-rich-text * + h3,
.fl-rich-text * + h4,
.fl-rich-text * + h5,
.fl-rich-text * + h6,
.uabb-text-editor * + h1,
.uabb-text-editor * + h2,
.uabb-text-editor * + h3,
.uabb-text-editor * + h4,
.uabb-text-editor * + h5,
.uabb-text-editor * + h6 {
    margin-top: 1em;
}

.fl-rich-text p,
.uabb-text-editor p {
    margin-bottom: 0 !important;
}

.fl-rich-text * + p,
.uabb-text-editor * + p,
.fl-rich-text * + ul,
.uabb-text-editor * + ul,
.fl-rich-text * + ol,
.uabb-text-editor * + ol {
    margin-top: 1.5em !important;
}

.fl-rich-text h1 + p,
.fl-rich-text h2 + p,
.fl-rich-text h3 + p,
.fl-rich-text h4 + p,
.fl-rich-text h5 + p,
.fl-rich-text h6 + p,
.uabb-text-editor h1 + p,
.uabb-text-editor h2 + p,
.uabb-text-editor h3 + p,
.uabb-text-editor h4 + p,
.uabb-text-editor h5 + p,
.uabb-text-editor h6 + p {
    margin-top: .25em !important;
}

/** ------------------------------------------------------------------
SITE HEADER
------------------------------------------------------------------ **/
/** Logo **/
.fl-logo-img {
    margin-top: 5px;
    margin-bottom: 5px;
}

/** Main Menu **/
/** Remove hover cursor state **/
.link-static > a {
    cursor: default;
}

/** ------------------------------------------------------------------
FOOTER HEADER TWEAKS
------------------------------------------------------------------ **/
/** Remove default border **/
.fl-page-footer-widgets,
.fl-page-footer {
    border: none;
}

.fl-page-footer-text {
    text-align: left !important;
}

/** Widgets **/
.fl-widget-title {
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 1px solid #dcddde;
    padding-bottom: 5px;
}
/**
@media (min-width: 768px) {
    .fl-page-footer-widgets .col-md-4:first-child {
        width: 40%;
    }
    .fl-page-footer-widgets .col-md-4:nth-child(2) {
        width: 30%;
    }
    .fl-page-footer-widgets .col-md-4:nth-child(3) {
        width: 30%;
    }
    .fl-page-footer-widgets .col-md-4:nth-child(4) {
        width: 20%;
        display: none;
    }
}
**/
/** Information Menu
@media (min-width: 768px) {
    .fl-page-footer-widgets #menu-information {
        columns: 2;
        column-gap: 2em;
    }

    .fl-page-footer-widgets #menu-information > * {
        break-inside: avoid;
    }
}
 **/
/** Social Menu **/
#menu-social {
    font-size: 0;
}

#menu-social > * {
    font-size: 20px;
    margin-bottom: 8px;
    display: inline-block;
    vertical-align: middle;
}

#menu-social > * + * {
    margin-left: 10px;
}

/** ------------------------------------------------------------------
LOCATION CTA
------------------------------------------------------------------ **/
/** line up text with image **/
.col-address {
    margin-top: -11px;
}

.cta-location h2.uabb-cta-title {
    padding: 0 0 5px 0;
}

.cta-location .uabb-cta-button {
    padding: 10px 0 0 0;
}

/** ------------------------------------------------------------------
WAIVER CTA
------------------------------------------------------------------ **/
.waiver-btn .fl-button {
    background: rgba(255, 255, 255, .3) !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
}

/** ------------------------------------------------------------------
ALERT BAR
------------------------------------------------------------------ **/
.alertBar {
    background-image: url(/wp-content/uploads/2017/04/Alert_Bar_Pattern.png);
    padding: 10px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 10px;
    vertical-align: ;
}

.alertBar > * {
    display: inline-block !important;
}

.alertBar .fl-icon-wrap {
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.alertBar .fl-icon i {
    font-size: 36px;
}

/** ------------------------------------------------------------------
JUMP MENU
------------------------------------------------------------------ **/
.nerd-jump-menu-label {
    display: block;
    margin: 0;
    color: #333132;
    font-size: 36px;
}

.jm-sm .nerd-jump-menu-label {
    font-size: 20px;
}

.nerd-jump-menu-select {
    font-size: 14px;
}

/** ------------------------------------------------------------------
FORM CUSTOMIZATIONS
------------------------------------------------------------------ **/
label {
    font-weight: 500;
    font-size: 14px;
}

.wpcf7-confirm_email {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #808080;
    vertical-align: middle;
    background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #e6e6e6;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.wpcf7-text,
.wpcf7-email,
.wpcf7-confirm_email,
.wpcf7-tel,
.wpcf7-date,
.wpcf7-number,
.wpcf7-url {
    border-radius: 0 !important;
    margin: 0;
    max-width: 100% !important;
    background: none !important;
    border-color: rgb(166, 166, 166) !important;
}

.fl-search-input,
footer .wpcf7-text,
footer .wpcf7-email,
footer .wpcf7-confirm_email,
footer .wpcf7-tel,
footer .wpcf7-date,
footer .wpcf7-number,
footer .wpcf7-url {
    border-radius: 0 !important;
    background: rgba (255, 255, 255,) !important;
    border: 1px solid #000000 !important;
    color: #000 !important;
    padding: 0 20px;
    font-family: Rubik, sans-serif;
    font-size: 18px;
    height: 48px;
}

select,
.wpcf7-select {
    border-radius: 0 !important;
    margin: 0;
    max-width: 100% !important;
    background: none !important;
    height: 34px !important;
    border-color: rgb(166, 166, 166) !important;
    min-width: 150px;
}

.wpcf7-textarea {
    border-radius: 0 !important;
    margin: 0;
    max-width: 100% !important;
    background: none !important;
    border-color: rgb(166, 166, 166) !important;
}

.required {
    color: #992617;
}

/* Placeholder */
footer ::-webkit-input-placeholder { /* Chrome */
    color: #ffffff !important;
    text-transform: uppercase;
}
footer :-ms-input-placeholder { /* IE 10+ */
    color: #ffffff !important;
    text-transform: uppercase;
}
footer ::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff !important;
    text-transform: uppercase;
    opacity: 1;
}
footer :-moz-placeholder { /* Firefox 4 - 18 */
    color: #ffffff !important;
    text-transform: uppercase;
    opacity: 1;
}

.fl-search-input::-webkit-input-placeholder { /* Chrome */
    color: #ffffff !important;
    text-transform: uppercase;
}
.fl-search-input:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff!important;
    text-transform: uppercase;
}
.fl-search-input::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff !important;
    text-transform: uppercase;
    opacity: 1;
}
.fl-search-input:-moz-placeholder { /* Firefox 4 - 18 */
    color: #ffffff !important;
    text-transform: uppercase;
    opacity: 1;
}

.list-clean,
.list-clean > * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-clean > * {
    margin-top: 20px;
}

/** ------------------------------------------------------------------
PRICING MODULE
------------------------------------------------------------------ **/
.uabb-pricing-table .uabb-pricing-table-title {
    text-transform: uppercase;
}

.uabb-pricing-table .uabb-pricing-table-price {
    margin-left: -12px;
    margin-right: -12px;
}

.uabb-pricing-table .uabb-pricing-table-features li {
    padding: 14px 0;
    margin: 0 15px;
    position: relative;
}

.uabb-pricing-table .uabb-pricing-table-features li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 2.5em;
    color: #992617;
    height: 1em;
    width: 1em;
    line-height: 1em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    left: 0;
    top: .1em;
}

.uabb-pricing-table .uabb-pricing-table-features li {
    padding: 14px 0 14px 3.25em;
    margin: 0 15px;
}

.uabb-pricing-table .uabb-pricing-table-features li + li {
    border-top: 1px solid #dddddd;
}

/* ---------------------------------------------------------------------
PHOTO CUSTOMIZATIONS
------------------------------------------------------------------------ */
.img-caption .fl-photo-caption {
    position: relative;
}

.img-caption .fl-photo-caption {
    position: absolute;
    color: #ffffff;
    font-family: Fjalla One;
    font-weight: normal;
    font-size: 54px;
    line-height: 1.25;
    text-transform: uppercase;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.simple-opacity .fl-photo-content A:hover
{
 opacity: 0.88;
}


/*-------

Hover Effect ONE

-------*/

.hover-1 A
{
 color: #FFFFFF;
}
.hover-1 A:hover
{
 text-decoration: none;
}
.hover-1 .fl-photo-content A:hover::before
{
 background-color: #000;
 background-color: rgba(0, 0, 0, 0.573);
 -webkit-transition: 0.4s ease-in-out;
 -moz-transition: 0.4s ease-in-out;
 -o-transition: 0.4s ease-in-out;
 transition: 0.4s ease-in-out;
}


/* ---------------------------------------------------------------------
TABLEPRESS CUSTOMIZATIONS
------------------------------------------------------------------------ */
.tablepress thead th {
    font-weight: 500;
    font-size: 28px;
    background: none;
    color: #333132
}

.tablepress thead th,
.tablepress tbody td {
    border: none;
    padding: 15px;
}

.tablepress thead th:first-child,
.tablepress tbody td:first-child {
    padding-left: 0;
}

/** ------------------------------------------------------------------
BUTTON CUSTOMIZATIONS
------------------------------------------------------------------ **/
/** UABB Buttons **/
.uabb-creative-button-wrap a {
    border: 2px solid #992617 !important;
}

.uabb-dual-button-wrapper .uabb-btn-one,
.uabb-dual-button-wrapper .uabb-btn-two {
    border: 2px solid #992617 !important;
}

/** Footer Button styling **/
footer .fl-button {
    background: rgba(255, 255, 255, .3) !important;
}

footer .fl-button:hover {
    background: rgba(255, 255, 255, .5) !important;
}

/** Waiver Button styling **/

.mod-gallery + .mod-waiver > .fl-row-content-wrap {
    margin-top: 0 !important;
}

.waiver-btn .uabb-creative-button-wrap a {
    border: 2px solid #ffffff !important;
}

/** CF7 Button styling **/
.wpcf7-submit {
    padding: 12px 24px !important;
    background: rgba(255,255,255,1) !important;
    border: 2px solid #992617 !important;
    border-radius: 0 !important;
    font-family: Rubik, sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    text-transform: uppercase;
    color: #992617 !important;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    position: relative;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.wpcf7-submit:hover  {
    background: rgba(153,38,23,0.2) !important;
    color: #992617 !important;
}

/** Dark Button styling **/
.btn-reversed a,
footer .wpcf7-submit {
    background: rgba(255, 255, 255, .3) !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
}

.btn-reversed a:hover,
footer .wpcf7-submit:hover {
    background: rgba(255, 255, 255, .5) !important;
    color: #ffffff !important;
}
