/*
Theme Name: Bizmktg.com 2020
Author: Timothy Hendershot & Kyle Rhodes
Description: A custom theme for your site by Bizmktg.com.
Version: 1.0
Author URI: https://bizmktg.com/
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-left: auto;
    margin-right: auto;
}

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

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

.full-width-break>.container {
    max-width: 100%;
}

::-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: #FF0000;
    /* 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-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-weight: bold;
    margin-left: 4px;
}

#searchform>div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

#searchform>div>label {
    display: none;
}

#s {
    background-color: #fff;
    color: #003A70;
    margin: 0px;
    padding: 5px;
    width: 175px;
}

#searchsubmit {
    background-color: #003A70;
    border: 1px solid #003A70!important;
    color: #fff !important;
    cursor: pointer;
    font-weight: normal;
    padding: 4px 8px;
    margin: 0px 4px;
    text-decoration: none;
}

.widget_media_image {
    text-align: center;
}

img {
    height: auto;
}

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

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

.wp-block-image {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

@media all and (max-width: 600px) {
    .wp-block-image .alignleft, .wp-block-image .alignright {
        float:none;
        margin: 8px auto;
    }
}

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

    100% {
        opacity: 1
    }
}

/********
* Theme
*********/
h1 {
    font-size: 30px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4,h5,h6 {
    font-size: 24px;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
}

body {
    font-size: 18px;
    background-color: #000000;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    padding: 0px;
    font-family: sofia-pro, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.phone-link i {
    margin-right: 0.5em;
    font-size: 0.8em;
}

.biz_cta_button {
    background: linear-gradient(176deg, #FF0007 0%, #B00005 100%)!important;
    color: #FFFFFF!important;
    display: inline-block;
    padding: 5px 20px 7px 20px;
    margin: 8px auto;
    border-radius: 35px;
    font-weight: normal!important;
}

.biz_cta_button:hover {
    background: linear-gradient(0deg, #B00005 25%, #FF0007 100%)!important;
}

#content-wrapper {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    background-color: #000000;
    color: #ffffff;
}

#content-wrapper>.container {
    display: flex;
    flex-wrap: wrap;
}

#content-wrapper>.container>.main {
    flex-basis: 600px;
    flex-grow: 99;
    padding: 0px 16px;
    max-width: 100%;
}

#content-wrapper>.container>.main>article>*:last-child {
    margin-bottom: 0px;
}

#content-wrapper>.container>.sidebar {
    flex-basis: 350px;
    flex-grow: 1;
    padding: 0px 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#content-wrapper>.container>.sidebar>.wrap {
    background-color: #1A1A1A;
    border-radius: 32px 32px 0px 0px;
    margin-top: 16px;
    flex-grow: 1;
    padding: 16px;
}

#content-wrapper>.container>.sidebar .widget:first-of-type>h2:first-child {
    margin-top: 0px;
}

#content-wrapper>.container>.sidebar .widget>h2:first-child {
    text-align: center;
}

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

#content-wrapper .main p a {
    font-weight: bold;
}

#content-wrapper .phone-link {
    color: #003A70;
    font-weight: bold;
}

#content-wrapper .phone-link:hover {
    color: #003A70;
}

ul {
    margin: 0.5em 0em;
}

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

/*Header*/
#header-wrapper {
    background-color: white;
}

#header {
    position: relative;
    background-color: #000000;
    color: white;
}

#header .logo {
    max-width: 100%;
    height: auto;
    width: 250px;
}

#header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .block {
}

#header .block:nth-of-type(1) {
    padding: 16px;
}

#header .block:nth-of-type(2) {
}

#header .block:nth-of-type(3) {
    padding: 16px;
    text-align: center;
}

#header .biz_button a {
    display: block;
    width: 100%;
}

#header .block p {
    margin: 4px 0px;
}

.biz_head_phone .phone_icon {
    float: left;
    width: auto;
    height: 50px;
    padding: 0px 8px 0px 0px;
}

.biz_head_phone {
    text-align: center;
}

.biz_head_phone a {
    text-align: left;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0px;
    color: white;
    font-weight: normal;
}

.biz_head_phone i {
    color: white;
}

.biz_head_right {
    clear: both;
}

/*Head Menu*/
.head_menu {
    text-align: center;
    color: white;
}

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

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

.head_menu .menu>li>a {
    display: block;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
}

.head_menu .sub-menu {
    position: absolute;
    top: 100%;
    padding: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    min-width: 100%;
    width: 250px;
    text-align: center;
    list-style: none;
    color: #ffffff;
    z-index: 10;
    background-color: #000000;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
    font-size: 16px;
    margin: 0px;
}

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

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

.head_menu .menu>li:hover>a, .head_menu .menu>li.current-page-ancestor>a, .head_menu .menu>li.current-menu-item>a, .head_menu .menu>li.current-menu-parent>a {
    color: #FF0000;
}

.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 {
    background-color: #FF0000;
    color: white;
}

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

/*Header Fixed*/
#header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background-color: #000000;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,.3);
}

#header-fixed .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header-fixed .wrapper .block:nth-of-type(1) {
    text-align: left;
    flex-basis: 250px;
    padding: 4px 15px;
}

#header-fixed .wrapper .block:nth-of-type(3) {
    flex-basis: 250px;
    text-align: right;
    padding: 4px 15px;
}

#header-fixed .phone-link {
    white-space: nowrap;
    margin-right: 8px;
}

#header-fixed .block:nth-of-type(2) {
    display: flex;
    align-items: center;
    flex-grow: 1;
    align-self: center;
}

#header-fixed .head_menu {
    background-color: transparent;
    width: 100%;
}

#header-fixed .head_menu .menu {
    justify-content: center;
}

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

#header-fixed .sub-menu {
    /* background-color: white; */
}

#header-fixed a {
    border: none;
}

#header-fixed .menu>li>a {
    padding: 10px;
}

#header-fixed .biz_button>a {
    /* background-color: white; */
    /* color: #003A70; */
}

#header-fixed .biz_button>a:hover {
    color: #003A70;
}

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

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

#header-mobile .biz_head_phone a {
    text-align: center;
    display: block;
    font-size: 20px;
    margin: 8px 0px;
    color: white;
}

#header-mobile .phone_icon {
    display: none;
}

#header-mobile .logo {
    width: 250px;
}

#header-mobile>.text {
    position: fixed;
    left: 0;
    right: 0;
    width: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 100;
    background-color: #000000;
    color: white;
}

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

#header-mobile .right {
}

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

.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: #000000;
    color: white;
    max-height: calc(100vh - 100px);
    overflow: auto;
}

.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 .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;
}

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

.head_menu_mobile .biz_head_right>* {
    text-align: center!important;
}

/*Blog*/
.biz_post {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 16px 0px;
    background-color: #1A1A1A;
    border-radius: 48px;
}

.biz_post .title {
    font-size: 28px;
    margin: 0px;
    color: white;
}

.biz_post .meta {
    margin-bottom: 8px;
    border-left: 2px solid #747474;
    padding-left: 15px;
    color: #747474;
}

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

.biz_post>.left .featured-image {
    border-radius: 100%;
    overflow: hidden;
    display: block;
    width: 200px;
    height: 200px;
    margin: auto;
}

.biz_post>.right {
    flex-basis: 300px;
    flex-grow: 999;
    padding: 16px;
    color: #C2C2C2;
}

.biz_post>.right .read-more {
    color: #ff0000;
    font-weight: bold;
}

.biz_blog_nav {
    text-align: center;
    clear: both;
}

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

/*Footer*/
#footer {
}

#footer-menus {
    padding: 8px 0px;
}

#footer-menus h2 {
    text-transform: uppercase;
    font-weight: 100;
    margin: 0px 16px 0px 0px;
    font-size: 24px;
    color: #C2C2C2;
}

#footer-menus .menu_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 8px;
}

#footer-menus .menu_wrap>div {
    flex-grow: 1;
}

#footer-menus .menu_wrap .menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#footer-menus .menu_wrap .menu>li {
    margin: 0px;
    padding: 0px;
}

#footer-menus .menu_wrap .menu>li a {
    padding: 8px;
    display: inline-block;
    letter-spacing: 2px;
}

#footer-menus .menu_wrap .menu>li a:hover {
    color: #FF0000;
}

#footer .top {
    color: #FFFFFF;
    text-align: left;
    font-weight: 500;
    background-color: #1A1A1A;
    padding: 16px 0px;
}

#footer .top h2 {
    text-transform: uppercase;
    font-weight: 100;
    margin: 16px 0px 0px 0px;
    font-size: 24px;
}

#footer .top>.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
}

#footer .top>.wrapper>.block {
    flex-grow: 1;
    padding: 16px;
}

#footer .top .email-link {
    word-break: break-all;
}

#footer .top .footer-logo {
    width: 300px;
}

#footer i {
    color: white;
    display: inline-flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    background-color: #FF0000;
    background: linear-gradient(176deg, #FF0007 0%, #B00005 100%);
    border-radius: 100%;
    margin: 0.5em;
    color: #FFFFFF;
    font-size: 20px;
}

#footer a:hover i {
    background: linear-gradient(0deg, #B00005 25%, #FF0007 100%);
}

#footer .top .bi_fa_link>a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: left;
}

#footer .top .bi_fa_link i {
    margin-right: 0.75em;
}

#footer .middle .biz_social_links {
    padding: 16px;
    text-align: center;
}

#footer .middle {
    color: #C2C2C2;
}

#footer .middle .block {
    padding: 16px;
    flex-grow: 1;
}

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

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

#footer .middle>.wrapper .gform_body {
    flex-basis: 400px;
    flex-grow: 999;
}

#footer .middle>.wrapper .gform_footer {
    flex-basis: 300px;
    flex-grow: 1;
}

#footer .middle form input {
    border-radius: 16px!important;
    background-color: #1A1A1A!important;
    border: none!important;
    padding: 8px 20px!important;
    color: white!important;
    margin: 8px!important;
    font-size: 18px!important;
}

#footer .middle form label {
    display: none;
}

#footer .middle form>input[type='submit'] {
    border: none;
    margin: 0px;
    font-size: 18px;
}

#footer .bottom {
    text-align: center;
    margin: 0px;
    color: #535353;
}

#footer .bottom>.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start
}

#footer .bottom>.wrapper>.block {
    padding: 8px;
    flex-grow: 1;
    text-align: center;
}

#footer .bottom p {
    margin: 0px;
    font-size: 16px;
}

/*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: linear-gradient(176deg, #FF0007 0%, #FF0007 0%, #B00005 100%);
    border-top: 0px solid #000000;
}

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

#floating-footer .text a {
    padding: 8px;
    flex-grow: 1;
    text-align: center;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
    color: white;
    display: block;
    font-weight: 400;
}

#floating-footer .text a:first-child {
    border-right: 1px solid #b10004;
}

#floating-footer .text a:last-child {
    border-left: 1px solid #b10004;
}

.bi_hero {
    position: relative;
    background-color: #1a1a1a;
}

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

.bi_hero h1 {
    padding: .2em;
    z-index: 3;
    position: relative;
    text-align: left;
    max-width: 1170px;
    margin: 0px auto;
    font-size: 2em;
    color: #FFFFFF;
    font-weight: bold;
}

.biz_hero_single {
    background-color: #1A1A1A;
    color: white;
}

.biz_hero_single .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.biz_hero_single .featured-image {
    width: 150px;
    height: 150px;
    border-radius: 100%;
}

.biz_hero_single .left {
    padding: 16px;
}

.biz_hero_single .right {
    padding: 16px;
    flex-basis: 300px;
    flex-grow: 1;
}

.biz_hero_single .page-title {
    font-size: calc(20px + 1.5vw);
    font-weight: bold;
}

.biz_post_author {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 16px;
}

.biz_post_author>.profile_image {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.biz_post_author>.meta>.author {
    margin: 0px;
    font-weight: bold;
    font-size: 28px;
}

.biz_post_author>.meta>.date {
    margin: 0px;
    font-size: 20px;
    color: #C2C2C2;
}

.blog_single_recent {
    background-color: #FF0000;
    overflow-x: hidden;
}

.blog_single_recent>.container {
    padding: 16px;
}

.blog_single_recent .link {
    background-color: #FFFFFF;
    color: #000000;
    display: inline-block;
    padding: 5px 20px 7px 20px;
    margin: 8px auto;
    border-radius: 35px;
    cursor: pointer;
}

/*Gravity Forms*/
#main-body .no-labels label {
    display: none;
}

#main-body .gfield_visibility_hidden {
    display: none;
}

#main-body .gform_wrapper .gfield_checkbox label,#main-body .gform_wrapper .gfield_radio label {
    display: inline-block;
    vertical-align: middle
}

#main-body .gform_wrapper .gfield_checkbox input, #main-body .gform_wrapper .gfield_radio input {
    display: inline-block;
    vertical-align: middle;
    /* width: auto */
}

#main-body .gform_wrapper select, #main-body .gform_wrapper textarea, #main-body .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']) {
    border-radius: 30px;
    border: none;
    background-color: white;
    padding: 16px 16px;
    display: block;
    max-width: 100%;
    width: 100%!important;
    color: #1A1A1A;
}

#main-body .gform_wrapper .StripeElement {
    border-radius: 30px;
}

#main-body .gform_wrapper textarea {
    padding: 8px;
    resize: auto;
}

#main-body ul.gform_fields {
    list-style: none;
    padding: 0;
    margin: 0
}

#main-body ul.gform_fields>li {
    flex-grow: 1;
    padding: 0!important;
    flex-basis: 400px;
    margin: 16px 0px 0px 0px!important;
    position: relative;
}

#main-body .no-labels .gf_clear {
    margin: 0px!important;
    clear: both;
}

#main-body .no-labels .ginput_complex input {
    width: 100%;
    padding: 16px;
}

#main-body .gform_footer {
    text-align: center;
}

#main-body .gform_wrapper input[type=submit] {
    background: linear-gradient(176deg, #FF0007 0%, #B00005 100%)!important;
    border-radius: 33px;
    color: #ffffff!important;
    display: inline-block;
    padding: 5px 20px 7px 20px;
    margin: 8px auto;
    border-radius: 35px;
    font-weight: bold!important;
    display: inline-block;
    transition: all 0.2s;
    text-align: center;
    cursor: pointer;
    margin: 0px auto!important;
    width: auto!important;
    border-style: solid;
    border-width: 0px;
}

#main-body .gform_wrapper .no-labels input[type=submit]:hover {
    background: linear-gradient(0deg, #B00005 25%, #FF0007 100%)!important;
}

::-webkit-input-placeholder {
    color: #A7A7A7;
    font-size: 1.2em;
    font-weight: normal;
}

::-moz-placeholder {
    color: #A7A7A7;
    font-size: 1.2em;
    font-weight: normal;
}

:-ms-input-placeholder {
    color: #A7A7A7;
    font-size: 1.2em;
    font-weight: normal;
}

:-moz-placeholder {
    color: #A7A7A7;
    font-size: 1.2em;
    font-weight: normal;
}

#content-wrapper th.gsurvey-likert-choice-label {
    background-color: transparent;
}

#content-wrapper td.gsurvey-likert-choice.gsurvey-likert-selected {
    background-color: transparent!important;
}

#main-body #content-wrapper .gform_wrapper .gform_page_footer input[type=submit], #main-body #content-wrapper .gform_wrapper .gform_page_footer input[type=button] {
    background: linear-gradient(176deg, #FF0007 0%, #B00005 100%)!important;
    color: #FFFFFF!important;
    display: inline-block!important;
    padding: 5px 20px 7px 20px!important;
    margin: 8px auto;
    border-radius: 35px;
    font-weight: normal!important;
    font-size: 20px;
    border: none;
    cursor: pointer;
    width: auto!important;
}

#main-body #content-wrapper .gform_wrapper .gform_page_footer input[type=submit]:hover, #main-body #content-wrapper .gform_wrapper .gform_page_footer input[type=button]:hover {
    background: linear-gradient(0deg, #B00005 25%, #FF0007 100%)!important;
}

#content-wrapper .gform_page_footer {
    border: none;
    text-align: center;
}

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

    #header-mobile {
        display: block
    }

    .bi_hero {
        padding-top: 0px;
    }
}

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

    h1 {
        font-size: 2em;
    }

    .has-small-font-size {
        font-size: 13px
    }

    .has-normal-font-size,.has-regular-font-size {
        font-size: 16px
    }

    .has-medium-font-size {
        font-size: 20px
    }

    .has-large-font-size {
        font-size: 30px
    }

    .has-huge-font-size,.has-larger-font-size {
        font-size: 32px
    }

    .die-768 {
        display: none!important;
    }
}

@media all and (max-width: 425px) {
    .bi_hero h1 {
        text-align: center;
        font-size: 2em;
    }

    #footer .top .block:nth-of-type(1) {
        text-align: center;
    }
}

/*Customizations*/
.biz_recent_posts {
    padding: 8px;
}

.biz_recent_posts>.wrapper {
    display: flex;
    flex-wrap: wrap;
}

.biz_recent_posts>.wrapper>article {
    flex-basis: 300px;
    flex-grow: 1;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
}

.biz_recent_posts>.wrapper>article:not(:last-child) {
    margin-right: 8px;
}

.biz_recent_posts article>.left {
    flex-grow: 1;
    padding: 8px;
    text-align: center;
}

.biz_recent_posts article>.left .featured-image {
    border-radius: 100%;
    width: 150px;
    height: 150px;
    background-color: white;
}

.biz_recent_posts article>.left a:hover .featured-image {
    opacity: 0.8;
}

.biz_recent_posts article>.right {
    flex-grow: 99;
    flex-basis: 200px;
    padding: 8px;
}

.biz_recent_posts .title {
    font-size: 20px;
    color: white;
    margin: 0px 0px 16px 0px;
    font-weight: 500;
    line-height: 1.2em;
}

.biz_recent_posts .meta {
    color: #000000;
    font-weight: 100;
}

.no-padding {
    padding: 0px!important;
}

#content-wrapper ul.check li:before {
    font-family: "Font Awesome 5 Free"!important;
    font-weight: 900!important;
    color: #FF0000!important;
    padding-left: 8px!important;
    content: "\f00c"!important;
    margin-right: .5em!important;
}

#content-wrapper ul.check>li::marker {
    display: none!important;
    content: ''!important;
}

#content-wrapper ul.check {
    list-style-type: none!important;
    padding-left: 0!important;
    margin: 0px!important;
}

#content-wrapper ul.check>li {
    padding-left: 0px!important;
}

.contact_page_link {
    font-weight: bold;
}

.contact_page_link i {
    margin-right: 16px;
    background: linear-gradient(157deg, #FF0007 0%, #FF0007 0%, #B00005 100%);
    padding: 8px;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

/*GDPR*/
.wpgdprc.wpgdprc-consent-bar {
    position: fixed;
    top: 50%;
    bottom: auto;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.8)!important;
    border-radius: 8px;
    display: none;
    animation-name: gdpr;
    animation-duration: 0.5s;
    animation-delay: 0s;
    animation-iteration-count: 1;
}

.wpgdprc-consent-bar__content {
    flex-wrap: wrap;
}

div.wpgdprc .wpgdprc-consent-bar__notice>p {
    font-size: 24px;
}

div.wpgdprc-consent-modal button.wpgdprc-consent-modal__close, div.wpgdprc-consent-modal button.wpgdprc-consent-modal__close:hover, div.wpgdprc-consent-modal button.wpgdprc-consent-modal__close:focus {
    color: red!important;
    background-color: transparent!important;
}

@keyframes gdpr {
    0% {
        width: 0px;
        max-height: 0%;
        overflow: hidden;
        opacity: 0;
        white-space: nowrap;
    }

    99% {
        width: 200px;
        max-height: 100%;
        overflow: hidden;
        opacity: 1;
    }

    100% {
        overflow: auto;
    }
}

.red-button, .white-button, .blue-button, .green-button, .fa-button {
    position: relative;
    padding: 0.5em;
    top: 0;
    font-size: 18px;
    border-radius: 4px;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    font-weight: bold;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 0;
    cursor: pointer;
}

.red-button:hover, .white-button:hover, .blue-button:hover, .green-button:hover, .fa-button:hover {
    -webkit-transform: rotateX(20deg);
    -moz-transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    transform: rotateX(20deg);
}

.red-button:active, .white-button:active, .blue-button:active, .green-button:active, .fa-button:active {
    top: 5px;
    -webkit-transform: rotateX(20deg);
    -moz-transform: rotateX(20deg);
    -ms-transform: rotateX(20deg);
    transform: rotateX(20deg);
}

.red-button {
    border-bottom: 1px solid #323232;
    background: red;
    color: white;
    box-shadow: 0px 0px 0px rgba( 255, 0, 0, 0.1 );
}

.red-button:hover {
    box-shadow: 0px 5px 0px rgba( 255, 0, 0, 1 );
}

.red-button:active {
    box-shadow: 0px 2px 0px rgba( 255, 0, 0, 1 );
}

.blue-button {
    border: 1px solid #323232;
    background: #009fc7;
    color: #323232;
    box-shadow: 0px 0px 0px rgba( 255, 255, 255, 0.1 );
}

.blue-button:hover {
    box-shadow: 0px 5px 0px #009fc7, 0px 6px 0px #323232;
}

.blue-button:active {
    box-shadow: 0px 2px 0px #009fc7, 0px 3px 1px #323232;
}

.green-button {
    border: 1px solid #323232;
    background: #2DAF52;
    color: #323232;
    box-shadow: 0px 0px 0px rgba( 255, 255, 255, 0.1 );
}

.green-button:hover {
    box-shadow: 0px 5px 0px #2DAF52, 0px 6px 0px #323232;
}

.green-button:active {
    box-shadow: 0px 2px 0px #2DAF52, 0px 3px 1px #323232;
}

#main-body.single .main p {
    font-weight: 200;
}

#main-body.single .main hr {
    border-color: #1a1a1a;
}

figure.wp-block-embed.aligncenter {
    text-align: center;
}

#main-body .gform_wrapper .gfield_required {
    color: #ffffff;
}

#main-body .gform_wrapper li.gfield.gfield_error,.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(255,255,255,.25);
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

#main-body .gform_wrapper li.gfield.gfield_creditcard_warning {
    border-top: 2px solid #ffffff;
    border-bottom: 4px solid #ffffff;
}

#main-body .gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
    color: #ffffff;
}

#main-body .gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
    border-bottom: 1px solid #ffffff;
}

#main-body .gform_wrapper .gfield_error .gfield_label {
    color: #ffffff
}

#main-body .gform_wrapper div.validation_error {
    color: #ffffff;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

#main-body .gform_wrapper ol.validation_list {
    color: #ffffff
}

#main-body .gform_wrapper ol.validation_list li a {
    color: #ffffff
}

#main-body .gform_wrapper div.gfield_description.validation_error {
    color: #ffffff;
}

#main-body .gform_wrapper .validation_message {
    color: #ffffff;
}

#main-body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #main-body .gform_wrapper li.gfield_error textarea {
    border: 1px solid #ffffff
}

#main-body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, #main-body .gform_wrapper li.gfield_error ul.gfield_checkbox, #main-body .gform_wrapper li.gfield_error ul.gfield_radio {
    color: #ffffff
}

#main-body .gfield_repeater_item .gfield_repeater_cell .gfield_required {
    color: #ffffff
}

#main-body .gform_wrapper .gfield_list_icons .add_list_item>img , #main-body .gform_wrapper .gfield_list_icons .delete_list_item>img {
    background-color: white!important;
    padding: 4px;
    width: 32px!important;
    height: 32px!important;
    border-radius: 100%;
    margin: 2px;
}

/*Newsletter Popup*/
#main-body .pum-container.theme-6696 {
    /*background-image: linear-gradient(180deg, #FF0007 0%, #B00005 100%);*/
    background-color: white;
    padding-top: 32px!important;
    padding-bottom: 32px!important;
    max-width: calc(100% - 32px);
}

#main-body .pum-container.theme-6696 label {
    display: none!important;
}

#main-body .pum-container.theme-6696 input[type^='submit'] {
    border-radius: 16px;
    background-color: #A70408;
    border: none;
    padding: 8px 20px;
    color: white;
    margin: 8px;
    font-size: 18px;
    flex-grow: 1;
}

#main-body .pum-container.theme-6696 input[type='submit'] {
    border: none;
    margin: 0px;
    font-size: 18px;
    background: #FFFFFF!important;
    color: #1A1A1A!important;
    border-radius: 16px!important;
    padding: 8px 16px!important;
}

/*Blog Ad*/
#biz_blog_ad {
    text-align: center;
}

#biz_blog_ad img {
    border-radius: 32px;
    width: 100%;
    margin: 16px auto;
}

#biz_blog_ad .desktop {
}

#biz_blog_ad .mobile {
    display: none;
}

@media all and (max-width: 450px) {
    #biz_blog_ad .desktop {
        display:none;
    }

    #biz_blog_ad .mobile {
        display: block;
    }
}
