/*
Theme Name: The Branding Iron Custom Theme
Author: Lillyan Hendershot & Timothy Hendershot
Description: A custom theme for your site by The Branding Iron.
Version: 1.0
Author URI: http://thebrandingiron.us/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
html {
    display: block!important;
}

img, iframe {
    max-width: 100%;
}

* {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
}

h1,h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

input[type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
}

input:focus,textarea,select:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: inherit
}

a:visited, a:hover, a:active, a:focus {
    text-decoration: none;
    color: inherit
}

.container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: calc(-50vw);
    max-width: 100vw;
}

.no-padding {
    padding: 0px;
}

.no-margin {
    margin-top: 0px;
    margin-bottom: 0px;
}

.no-container .container {
    max-width: 100%;
}

.margin-top-bottom {
    margin-top: 8px!important;
    margin-bottom: 8px!important;
}

@media all and (max-width: 600px) {
    .wp-block-columns.wrap-reverse {
        flex-wrap:wrap-reverse;
    }
}

.wp-block-columns.white-outline {
    align-items: stretch!important;
}

.wp-block-columns.white-outline .wp-block-column {
    border: 2px solid #ffffff;
    align-self: stretch!important;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.two-col {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 10px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-width: 150px;
    -webkit-column-width: 150px;
    -moz-column-width: 150px;
    will-change: transform;
}

.three-col {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    column-gap: 10px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-width: 150px;
    -webkit-column-width: 150px;
    -moz-column-width: 150px;
    will-change: transform;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background-color: white;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #385371;
    border: 1px solid white;
}

blockquote {
    border: none;
    quotes: "\201C""\201D""\2018""\2019";
    margin: 0;
}

blockquote *:first-child:before {
    content: open-quote;
    display: inline-block;
    vertical-align: bottom;
    font-size: 40px;
    line-height: 8px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: bold;
    margin-right: 4px;
}

blockquote *:last-child:after {
    content: close-quote;
    display: inline-block;
    vertical-align: bottom;
    font-size: 40px;
    line-height: 8px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: bold;
    margin-left: 4px;
}

img {
    height: auto;
}

button:active, button:focus {
    border: inherit;
    outline: inherit;
}

.wp-caption {
    width: 100%;
}

.wp-caption-text {
    font-size: 16px;
    margin: 0;
    padding: 8px;
    text-align: left;
    font-weight: bold;
}

.wp-block-image img {
    vertical-align: middle;
}

.aligncenter {
    clear: both;
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
img.alignleft,
.wp-block-image .alignleft {
    float: left;
    margin: 0px 16px 0px 0px;
}

img.alignright,
.wp-block-image .alignright {
    float: right;
    margin: 0px 0px 0px 16px;
}

.wp-block-image figcaption {
    display: block!important;
}

@media all and (max-width: 600px) {
    img.alignleft, img.alignright,
    .wp-block-image .alignleft, .wp-block-image .alignright {
        float: none;
        margin: 16px auto;
        text-align: center;
        display: block;
    }
}

/*Object Fit*/
.object-fit {
    object-fit: cover;
    object-position: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}

.object-fit.contain {
    object-fit: contain;
    margin: 0 auto;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.object-fit.left-top {
    object-position: left top;
    background-position: left top;
}

.object-fit.center-top {
    object-position: center top;
    background-position: center top;
}

.object-fit.right-top {
    object-position: right top;
    background-position: right top;
}

.object-fit.left-center {
    object-position: left center;
    background-position: left center;
}

.object-fit.center-center {
    object-position: center center;
    background-position: center center;
}

.object-fit.right-center {
    object-position: right center;
    background-position: right center;
}

.object-fit.left-bottom {
    object-position: left bottom;
    background-position: left bottom;
}

.object-fit.center-bottom {
    object-position: center bottom;
    background-position: center bottom;
}

.object-fit.right-bottom {
    object-position: right bottom;
    background-position: right bottom;
}

.fa-phone {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

/*Transitions*/
.fade_in {
    -webkit-animation: fade_in 0.25s 1;
    -moz-animation: fade_in 0.25s 1;
    -o-animation: fade_in 0.25s 1;
    animation: fade_in 0.25s 1;
    opacity: 1
}

@keyframes fade_in {
    0% {
        opacity: 0;
        top: -100px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

.bi-search-box form>div {
    display: flex;
    align-items: center;
}

.bi-search-box i {
    margin: 8px;
}

.bi-search-box #s {
    border: 2px solid #385371;
    padding: 4px 8px;
}

/********
* Theme
*********/
@font-face {
    font-family: "helvet";
    src: url("fonts/HelveticaNeueLTStd-Roman.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "helvet";
    src: url("fonts/HelveticaNeueLTStd-Bd.otf");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "helvet";
    src: url("fonts/HelveticaNeueLTStd-It.otf");
    font-weight: normal;
    font-style: italic;
}

body {
    font-size: 18px;
    background-color: #385371;
    color: #FFFFFF;
    font-weight: normal;
    font-style: normal;
    font-family: Helvetica, "helvet", sans-serif;
}

#content-wrapper {
    padding: 0px 16px;
    background-color: white;
    color: #58585A;
    position: relative;
    overflow-x: hidden;
}

#content-wrapper:after {
    content: '';
    clear: both;
    display: block;
}

ul li {
    margin-bottom: 0.5em;
    padding-left: 0.5em;
}

p {
    line-height: 1.5em;
}

/*Header*/
#header {
    background-color: #FFFFFF;
    position: relative;
    z-index: 99;
}

#header .logo {
    width: 250px;
    padding: 8px;
}

#header .wrapper {
    display: flex;
    align-items: flex-end;
}

#header .block {
    padding: 0px;
    text-align: center;
    flex-basis: 220px;
}

#header .block:nth-child(1) {
    padding: 8px;
    font-weight: bold;
    align-self: center;
}

#header .block:nth-child(2) {
    flex-grow: 1;
    color: #385371;
}

#header .top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#header .top label {
    display: none;
}

#header .head_menu {
    z-index: 1;
    position: relative;
    background-color: #385371;
    display: flex;
    align-items: center;
    color: white;
}

#header .head_menu:before {
    content: '';
    display: block;
    border-top: 3em solid #ffffff;
    border-right: 50px solid #385371;
    width: 0px;
    height: 0px;
    align-self: flex-start;
}

.bi-head-links {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.bi-head-links>li>a {
    margin: 4px;
    padding: 8px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
}
.bi-head-links>li img {
    height:29px;
    width:auto;
}

#header-mobile .bi-head-links {
    background-color:white;
    justify-content:center;
    border-bottom:2px solid #385371;
}

#header-mobile .bi-head-links>li>a {
    color:#385371;
    text-transform:capitalize;
}

/*Head Menu*/
.head_menu {
    text-transform: uppercase;
}

.head_menu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}

.head_menu .menu>li {
    margin: 0px;
    position: relative;
    display: inline-block;
    padding: 0px;
    text-align: center;
}

.head_menu .menu>li>a {
    display: block;
    padding: 8px 16px;
    margin: 4px;
    cursor: pointer;
    border: 2px solid transparent;
}

.head_menu .sub-menu {
    position: absolute;
    top: 100%;
    padding: 0px;
    left: 50%;
    display: none;
    min-width: 100%;
    width: 200px;
    text-align: left;
    list-style: none;
    margin-top: 0px;
    z-index: 10;
    background-color: #385371;
    color: white;
    text-transform: capitalize;
    transform: translateX(-50%);
}

.head_menu .sub-menu>li {
    margin: 0;
    padding: 0;
}

.head_menu .sub-menu>li>a {
    display: block;
    padding: 8px 16px;
    color: white;
}

.head_menu .menu>li:hover>a, .head_menu .menu>li.current-menu-item>a, .head_menu .menu>li.current-menu-parent>a {
    border: 2px solid #FFFFFF;
}

.head_menu .sub-menu>li>a:hover, .head_menu .sub-menu>li.current-menu-item>a, .head_menu .sub-menu>li.current-menu-parent>a {
    color: #385371;
    background-color: #FFFFFF;
}

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

.head_menu .menu>li.menu-item-has-children>a:after {
    content: "\f078";
    display: inline-block;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin: 0 0 0 0.5em;
    font-size: 12px;
    display: none;
}

/*Header Fixed*/
#header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: #385371;
    display: none;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 0px;
}

#header-fixed.show {
    display: flex;
}

#header-fixed .block {
    flex-grow: 1;
}

#header-fixed .block:first-of-type {
    flex-grow: 0;
    padding: 0px;
}

#header-fixed .logo {
    width: 176px;
}

/*Mobile Header*/
#header-mobile {
    display: none;
}

#header-mobile .logo {
    height: 50px;
    width: auto;
}

#header-mobile>.text {
    position: fixed;
    left: 0;
    right: 0;
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    border-bottom: 2px solid #385371;
    background: #FFFFFF;
}

#header-mobile .left {
    padding: 4px 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#header-mobile .right {
}

.head_menu_mobile .button .fa {
    padding: 8px;
    font-size: 30px;
    color: #385371;
    cursor: pointer;
}

.head_menu_mobile .button .fa-times {
    display: none;
}

.head_menu_mobile .button .fa-bars {
    display: block;
}

.head_menu_mobile .button.open .fa-times {
    display: block;
}

.head_menu_mobile .button.open .fa-bars {
    display: none;
}

.head_menu_mobile .content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #385371;
    max-height: calc(100vh - 100px);
    overflow: auto;
    border-top: 1px solid #f3ecda ;
    border-bottom: 1px solid #f3ecda;
}

.head_menu_mobile .fa {
    margin-right: 0.5em;
}

.head_menu_mobile .menu {
    list-style: none;
    padding: 0;
    font-weight: bold;
    margin: 0;
}

.head_menu_mobile a {
    color: white;
}

.head_menu_mobile .menu>li {
    margin: 0;
    padding: 0;
}

.head_menu_mobile .menu>li>a {
    padding: 8px;
    display: block;
    cursor: pointer;
}

.head_menu_mobile .sub-menu {
    display: none;
    list-style: none;
    padding: 0;
}

.head_menu_mobile .sub-menu>li {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.head_menu_mobile .sub-menu>li>a {
    padding: 8px 28px;
    display: block;
}

.head_menu_mobile .phone-link {
    text-align: center;
    display: block;
    color: white;
    padding: 8px;
}

.head_menu_mobile .phone-link i {
    margin-right: 0.5em;
}

.head_menu_mobile a:hover, .head_menu_mobile .current-menu-item>a, .head_menu_mobile .current-menu-parent>a {
    color: #f3ecda;
    font-weight: bold;
}

/*Blog*/
.bi_post {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.bi_post .meta {
    margin-bottom: 8px;
    font-style: italic;
}

.bi_post>.left {
    flex-basis: 300px;
    flex-grow: 1;
    text-align: center;
    padding: 16px;
}

.bi_post>.right {
    flex-basis: 600px;
    flex-grow: 999;
    padding: 16px;
}

.bi_post .bi_cta_button {
    display: inline-block
}

.bi_blog_nav {
    text-align: center;
}

.bi_blog_nav i {
    padding: 8px;
    font-size: 1.25em;
    background-color: #385371;
    color: white;
    border-radius: 100%;
    width: 1.75em;
    text-align: center;
    margin: 8px;
}

/*Footer*/
#footer {
    color: white;
    text-align: center;
    font-size: 16px;
}

#footer .top>.wrapper {
    padding: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#footer .top>.wrapper>.block {
    flex-grow: 1;
    align-items: flex-start;
}

#footer .top>.wrapper>.block:nth-child(1) {
    text-align: left;
}

#footer .top>.wrapper>.block:nth-child(2) {
    flex-grow: 999;
    text-align: left;
}

#footer .bi_cta_button, #footer .bi_cta_button:visited, #footer .bi_cta_button:active, #footer .bi_cta_button:focus {
    border-color: white;
    color: white;
    display: inline-block;
}

#bi-footer-menu .button .fa {
    padding: 8px;
    font-size: 30px;
    color: #FFFFFF;
    cursor: pointer;
}

#bi-footer-menu .button .fa-times {
    display: none;
}

#bi-footer-menu .button .fa-bars {
    display: block;
}

#bi-footer-menu .button.open .fa-times {
    display: block;
}

#bi-footer-menu .button.open .fa-bars {
    display: none;
}

#bi-footer-menu .content {
    display: none;
}

#bi-footer-menu .content .menu {
    list-style: none;
    padding: 0px;
}

#bi-footer-menu .content .menu .sub-menu {
    padding: 0px 0px 0px 16px;
    list-style: none;
}

#bi-footer-menu .content li {
    margin: 8px 0px;
    font-weight: normal;
}

#bi-footer-menu .content li.current-menu-item {
    font-weight: bold;
}

#footer .middle>.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#footer .middle img {
    width: 200px;
    max-width: 100%;
}

#footer .middle>.wrapper>.block:nth-child(1) {
    text-align: center;
    padding: 8px;
}

#footer .middle>.wrapper>.block:nth-child(2) {
    text-align: left;
    padding: 8px;
}

#footer .middle>.wrapper> a {
    display: block;
}

#footer .middle>.wrapper i {
    margin-right: 0.5em;
}

#footer .middle>.wrapper .phone-link {
    margin-bottom: 4px;
    display: block;
}

#footer .middle>.wrapper p:last-child {
    margin-bottom: 0px;
}

#footer .bottom {
    text-transform: uppercase;
}

/*CTA Button*/
.bi_cta_button, .bi_cta_button:visited, .bi_cta_button:active, .bi_cta_button:focus {
    background-color: transparent;
    border-radius: 0px;
    border-color: #385371;
    border-width: 2px;
    border-style: solid;
    padding: 4px 16px;
    color: #385371;
    display: block;
    margin: 16px;
    text-transform: uppercase;
}

.bi_cta_button:hover {
}

/*Floating Footer*/
#floating-footer {
    display: none;
}

#floating-footer .text {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    z-index: 20;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color: #FFFFFF;
}

#floating-footer i {
    margin-right: 0.5em;
}

#floating-footer .text {
}

#floating-footer .text a {
    padding: 8px;
    border: 2px solid #385371;
    flex-grow: 1;
    text-align: center;
    font-weight: bold;
    color: #385371;
}

/*Gravity Forms*/
#content-wrapper .gform_wrapper .gform_footer input[type='submit'] {
    color: white;
    background-color: #385371;
    padding: 8px 16px;
    font-size: 20px;
    margin: 0px auto 0px auto;
    width: auto;
    display: block;
    border-radius: 0px;
    text-transform: uppercase;
    border-width: 0px;
}

/*Hero Image*/
.bi_hero {
    position: relative;
    background-color: #f3ecda;
}

.bi_hero.has-image {
    min-height: 175px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bi_hero .featured-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover;
}

.bi_hero h1 {
    text-align: left;
    color: #385371;
    font-size: 48px;
    text-transform: none;
    margin: 0px auto 0px auto;
    padding: 4px;
    max-width: 1170px;
}

.bi_hero.has-image h1 {
    color: #385371;
    position: relative;
    z-index: 2;
    width: 100%;
}

/*Contact Info Block*/
.bi_contact_info .email-link {
    word-break: break-all;
}

.bi_contact_info .block {
    margin: 8px auto;
}

.bi_contact_info .block>* {
    display: flex;
}

.bi_contact_info .block a:hover {
    color: #385371;
}

.bi_contact_info i {
    color: #385371;
    margin-right: 1em;
    width: 25px;
    display: flex;
    justify-content: center;
    font-size: 20px;
}

@media all and (max-width: 991px) {
    #header, #header-fixed.show, .bi_hero:before {
        display:none;
    }

    #header-mobile {
        display: block;
    }
}

@media all and (max-width: 768px) {
    #floating-footer {
        display: block;
    }

    .bi_hero.has-image {
        min-height: 175px;
    }

    .bi_hero h1 {
        font-size: 30px;
    }
}

ol>li::marker {
    font-weight: bold;
}

.bi_social_links {
    display: flex;
    flex-wrap: wrap;
}

.bi_social_links>a {
    display: block;
    padding: 8px;
    font-size: 24px;
}

.wp-block-bi-blocks-gallery.grid img {
    width: 350px;
    height: 250px;
    object-fit: cover;
    border-radius: 0px;
    max-width: calc(100% - 16px);
    margin: 8px;
}

.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.wp-block-columns.white-background .wp-block-column {
    background-color: #FCFAF4;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
    align-self: stretch!important;
}

body .is-layout-flex {
    display: flex;
	flex-wrap:wrap;
}