/*
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 {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

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

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

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

::-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: #e48925;
    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 {outline: inherit;}

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

.wp-caption {
    width: 100%;
}

.wp-caption-text {
    font-size: 33px;
    margin: 0;
    font-family: moon;
    padding: 8px;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.alignleft {
    float: left;
    display: block;
    margin-right: 16px;
}

.alignright {
    float: right;
    display: block;
    margin-left: 16px;
}

@media all and (max-width: 600px) {
    .aligncenter, .alignleft, .alignright {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/*transitions*/
.bi-transition-in {
    -webkit-animation: transition-in 1s 1;
    /* Safari 4+ */
    -moz-animation: transition-in 1s 1;
    /* Fx 5+ */
    -o-animation: transition-in 1s 1;
    /* Opera 12+ */
    animation: transition-in 1s 1;
    /* IE 10+, Fx 29+ */
    opacity: 1;
}

@keyframes transition-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes transition-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*Gallery*/
.bi_gallery {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.bi_gallery .image-wrapper {
    width: 400px;
    height: 300px;
    max-width: 100%;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    margin: 16px 4px;
}

.bi_gallery .image-wrapper .image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.bi_gallery .image-wrapper:hover .image {
    opacity: 0.9;
    transform: scale3D(1.1,1.1,1.1);
}

/*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;
}

/********
* Theme
*********/
body {
    font-size: 18px;
    color: black;
    background-color: white;
}

#content-wrapper {
    background-color: #D6D6D6;
}

.main-content {
    background-color: white;
    padding: 16px;
}

.main-content a {
    font-weight: bold;
    color: #e48925;
}

.main-content .fa, .main-content .far, .main-content .fas {
    color: #e48925;
}

.main-content h1 {
    color: #217CB3;
    text-transform: uppercase;
}

.main-content h2 {
    color: #217CB3;
    text-transform: uppercase;
}

.main-content h3 {
    color: #217CB3;
    text-transform: uppercase;
}

/*Classes*/
.main-content button[type='button'], .tbtn {
    text-transform: uppercase;
    background-color: transparent;
    border: 3px solid #e48925;
    border-radius: 18px;
    padding: 8px 16px;
    display: inline-block;
    color: #e48925;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
}

.tbtn.white {
    border-color: white;
    color: white;
}

.theme-rounded {
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    border-color: #d6d6d6;
    border-style: solid;
    border-right-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 0px;
    border-top-width: 0px;
    margin-right: -6px;
    background-color: #d6d6d6;
}

.theme-rounded-wrapper {
    position: relative;
    overflow: hidden;
}

.theme-rounded-wrapper:after {
    content: '';
    display: block;
    height: 50%;
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: white;
}

.theme-rounded-wrapper.bottom-gray:after {
    background-color: #F2F2F2;
}

.main-content.gray-bg {
    background-color: #F2F2F2;
}

/*Header*/
#header-wrapper h1 {
	font-size:16px;
}

#header {
    display: block;
}

#header>.text {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background-color: white;
    z-index: 100;
}

#header>.text>.container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 100%;
}

#header>.spacer {
}

#header .left {
    padding: 8px;
}

#header .left .logo {
    width: auto;
    height: 75px;
}

#header .right {
    padding: 0px 16px;
}

#header .sponsor-wrapper {
    padding: 8px;
    width: 80px;
}

#head-menu {
    color: black;
    text-transform: uppercase;
}

#head-menu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#head-menu .menu>li {
    position: relative;
    display: inline-block;
    padding: 0;
}

#head-menu .menu>li>a {
    display: block;
    padding: 16px;
    border-bottom: 5px solid white;
    cursor: pointer;
}

#head-menu .fa {
    margin-right: 0.5em;
}

#head-menu .menu>li.phone>a {
    border-color: white!important
}

#head-menu .sub-menu {
    position: absolute;
    top: 100%;
    padding: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    min-width: 100%;
    width: 275px;
    text-align: left;
    background-color: white;
    list-style: none;
    margin: 0;
    border: 5px solid #D6D6D6;
    text-transform: capitalize;
}

#head-menu .sub-menu>li {
    margin: 0;
    padding: 0px 8px;
}

#head-menu .sub-menu>li>a {
    display: block;
    padding: 4px;
    border-top: none;
    font-size: 16px;
    border-top: 2px solid #D6D6D6;
}

#head-menu .sub-menu>li:first-child>a {
    border-top: 0;
}

#head-menu .menu>li>a:hover, #head-menu .menu>li.current-menu-item>a, #head-menu .menu>li.current-menu-parent>a {
    color: #E48925;
    border-bottom: 5px solid #E48925;
}

#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: #e48925;
}

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

/*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;
    background-color: white;
    border-bottom: 1px solid #e48925;
}

#header-mobile .left {
    padding: 4px 8px;
}

#header-mobile .right {
}

#head-menu-mobile {
}

#head-menu-mobile .button {
}

#head-menu-mobile .button .fa {
    padding: 8px;
    font-size: 30px;
    color: #e48925;
}

#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: white;
    max-height: calc(100vh - 100px);
    overflow: auto;
    border-top: 1px solid #e48925;
    border-bottom: 1px solid #e48925;
}

#head-menu-mobile .fa {
    margin-right: 0.5em;
}

#head-menu-mobile .menu {
    list-style: none;
    padding: 0;
    font-weight: bold;
}

#head-menu-mobile .menu>li {
}

#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 {
}

#head-menu-mobile .sub-menu>li>a {
    padding: 8px 28px;
    display: block;
    font-weight: normal;
}

#head-menu-mobile a:hover, #head-menu-mobile .current-menu-item>a, #head-menu-mobile .current-menu-parent>a {
    color: #e48925;
}

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

#floating-footer .text {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    background-color: #e48925;
    color: white;
    z-index: 10;
}

#floating-footer .text .fa {
    margin-right: 1em;
}

#floating-footer .text a {
    padding: 8px 16px;
    display: block;
    font-weight: bold;
}

/*Blog*/
#blog {
    padding: 0px;
}

#blog .blog {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#blog .blog:nth-child(2n) {
    background-color: #F2F2F2;
}

#blog .image-wrapper {
    flex-basis: 300px;
    position: relative;
    width: 300px;
    height: 200px;
    padding: 16px;
}

#blog .featured-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
}

#blog .text {
    padding: 16px;
    flex-basis: 400px;
    flex-grow: 1;
    text-align: left;
}

#blog .text button {
    display: block;
    margin-top: 16px;
}

/*Blog Nav*/
#blog_nav {
    text-align: center;
}

#blog_nav a {
    display: inline-block;
    padding: 16px;
    color: white;
    text-align: center;
}

#blog_nav a:hover {
    background-color: #e48925;
}

#blog_nav a:hover i {
    color: white;
}

/*Hero Image*/
#hero-image {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 400px;
    width: 100%;
    flex-wrap: wrap;
}

#hero-image .title {
    color: #E48925;
    font-size: 60px;
    position: relative;
    z-index: 2;
    padding: 32px;
    text-transform: uppercase;
    max-width: 100%;
}

#hero-image .title .white {
    color: white;
    font-size: 0.5em;
    display: block;
}

#hero-image .featured-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/*Boat*/
#content-wrapper .has-boat {
    padding-bottom: 75px;
    position: relative;
}

#content-wrapper .has-boat:after {
    content: '';
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 90%;
    height: 75px;
    z-index: 10;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -2px;
    animation: boat 30s infinite linear;
}

@keyframes boat {
    10% {
        background-position: 90%;
        opacity: 1;
    }

    78% {
        opacity: 1;
    }

    79% {
        background-position: calc(0% - 300px);
        opacity: 0;
    }

    80% {
        background-position: calc(100% + 300px);
        opacity: 0;
    }

    81% {
        opacity: 1;
    }

    100% {
        background-position: 90%;
        opacity: 1;
    }
}

/*Contact Block*/
.contact_shortcode {
    font-weight: bold;
}

.contact_shortcode a {
    color: black;
}

.contact_shortcode>* {
    display: flex;
    word-break: break-all;
    text-align: left;
    margin: 16px 0px;
}

.contact_shortcode i {
    width: 3em;
    text-align: center;
}

/*Home Blocks*/
#home-blocks {
    display: flex;
    flex-wrap: wrap;
    background-color: #d6d6d6
}

#home-blocks .block.image-wrapper {
    position: relative;
    min-height: 200px;
    flex-basis: 300px;
    flex-grow: 999;
}

#home-blocks .image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

#home-blocks .block {
    flex-basis: 300px;
    flex-grow: 1;
    color: white;
    margin: 2px;
    padding: 20px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#home-blocks .block h2 {
    margin: 0;
    text-align: center;
}

#home-blocks .block p {
    margin: 0;
}

#home-blocks .block.orange {
    background-color: #e48925
}

#home-blocks .block.light-blue {
    background-color: #75AED0;
    text-align: center;
}

#home-blocks .block.blue {
    background-color: #457CBF
}

/*Footer*/
#footer {
    border-top: 2px solid #e48925;
    position: relative;
    z-index: 0;
}

#footer .blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#footer .blocks .block {
    flex-basis: 300px;
    padding: 16px;
    flex-grow: 1;
    text-align: center;
}

/*Board Members*/
.board-members {
    color: #e48925;
    padding: 16px;
}

.board-members h2 {
    text-align: center;
    text-transform: uppercase;
    padding: 16px;
}

.board-members .members-wrap {
    border-radius: 16px;
    border: 4px solid #D6D6D6;
    background-color: white;
    overflow: hidden;
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.board-members .member {
    text-align: center;
    margin: 16px;
    flex-basis: 250px;
    text-align: center;
}

.board-members .member .image-wrapper {
    border: 4px solid #e48925;
    border-radius: 100%;
    overflow: hidden;
    width: 200px;
    height: 200px;
    display: inline-block;
    position: relative;
}

.board-members .member .image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.board-members .member .name {
    text-transform: uppercase;
    color: #218FCE;
    font-weight: bold;
}

.board-members .member .title {
}

.board-members .member .email {
    display: block;
}

/*Media Queries*/
@media all and (max-width: 1170px) {
    #header {
        display: none;
    }

    #header-mobile {
        display: block;
    }
}

@media all and (max-width: 991px) {
}

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

    .bi_gallery .image-wrapper {
        height: 200px;
    }

    .theme-rounded {
        border-radius: 0px;
        border: 0px;
    }

    #hero-image {
        min-height: 300px;
    }

    #hero-image .title {
        font-size: 30px;
    }
}
