/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** SECTION 1 - START HERE   ***************/


/* =QUOTES SLIDER */
.quotes-slider .dot {
    background: #000;
}

.quotes-slider .dot.is-selected {
    background: #000!important;
}

.quotes-slider .author-content span:before {
    content: url('../plugins/asquared-glue/assets/img-stars.png');
}

.inline.ux-menu {
    display: block;
    text-align: center!important;
}

.inline .ux-menu-link {
    display: inline-block;
    margin: 0 .6em!important;
    text-transform: none;
    font-weight: 700;
    color: #fff;
    font-size: .9em;
}
.ux-menu-link__link{
    line-height: 1.2em;
    min-height: 1.4em;
}

.uppercase{
    letter-spacing: 0 !important;
}
.button.success.is-outline{
    border-color: var(--success-color);
}
.button.alert.is-outline{
    border-color: var(--alert-color);
}
.button {
		font-weight: 700;
        letter-spacing: 0 !important;
}
.button.white:not(.button.white.is-underline):not(.button.white.is-link):not(.button.white.is-outline) span, .button.white.is-outline:hover span{
    color: #000;
}
.white.button.is-outline{
    color: #fff !important;
}
.button.white i{
    color: #e1192f;
}
.transparent .header-main .nav > li > a, .header:not(.transparent) .header-nav-main.nav > li > a:hover, .nav-dropdown>li>a, .nav-column>li>a, .nav-vertical-fly-out>li>a{
		color: #000 !important;
}
.nav-dropdown>li>a:hover, .nav-column>li>a:hover, .nav-vertical-fly-out>li>a:hover{
		color: #0979ff !important;
}
.button.primary i{
		color: #e1192f;
}
#header .header-button a:after{
		content: '\f105';
		font-family: 'fl-icons' !important;
		color: #e1192f;
		position: relative;
		top: 2px;
		margin-left: 3px;
}
#header:not(#header .stuck) .header-nav-main.nav-right li:not(:last-child):not(.has-dropdown ul li){
		border-bottom: 2px solid #D5D5D1;
		margin: 0;
		padding: 0 12px;
}
.has-dropdown .icon-angle-down{
		display: none;
}
.nav-line-bottom>li>a:before{
		bottom: -2px;
}
.off-canvas .sidebar-menu a:not(.button){
		color: #fff;
		font-size: .9em;
}
.off-canvas .sidebar-menu a:not(.button):hover{
		color: #0979ff !important;
}
.dark .button.secondary.is-outline{
		color: #fff;
		border-color: #0979ff;
}
.off-canvas .sidebar-menu .header-button a{
		font-size: 1.05em;
}
#footer .absolute-footer{
    display: none !important;
}
.slim-padding p{
    margin-bottom: .1em !important;
}
.slim-padding img{
		margin-bottom: .2em !important;
}
p{
    margin-bottom: 1.1em;
}
.is-uppercase, .uppercase {
    line-height: 1.1 !important;
    text-transform: uppercase;
}
p.uppercase{
    margin-bottom: .85em !important;
}
h1, .h1, .banner h1, h1.uppercase {
		font-size: 3.1em;
		line-height: 1.15em;
		margin-bottom: .2em;
}
h2, .h2, .banner h2, h2.uppercase {
		font-size: 2.1em;
		line-height: 1.25em;
		margin-bottom: .3em;
}
h3, .h3, .banner h3, h3.uppercase {
		font-size: 1.3em;
		line-height: 1.55em;
		margin-bottom: .3em;
}
h4, .h4, .banner h4, h4.uppercase {
		font-size: 1.15em;
		line-height: 1.3em;
        font-family: 'Open Sans', sans-serif !important;
}
.box.box-blog-post .box-image .image-cover{
		border-radius: 25px;
		  -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
}
.box.box-blog-post:hover h5.post-title{
		color: #0979ff !important;
}
.box-vertical.box-blog-post{
		border-bottom: 2px solid #0979ff;
		padding-bottom: 25px;
}
.box-vertical.box-blog-post .is-divider{
		display: none;
}
h5.post-title.is-xxlarge{
		margin-bottom: 10px;
}
.blog-archive h1.page-title{
		text-transform: none;
		font-size: 2em;
}
.blog-wrapper .entry-divider, .blog-wrapper .entry-header .entry-meta{
		display: none;
}
.blog-wrapper h6.entry-category{
		font-family: 'Open Sans', sans-serif;
		font-weight: 700;
		letter-spacing: 0;
		opacity: 1;
		font-size: .8em;
		margin-bottom: .8em;
}
.blog-wrapper .entry-content{
		padding-top: .3em;
        padding-bottom: .5em;
}
.blog-wrapper .entry-summary a.more-link{
    color: #e1192f;
}
.blog-wrapper .entry-summary a.more-link:hover{
    color: #fff;
    background-color: #e1192f;
    border-color: #e1192f;
}
.blog-wrapper footer.entry-meta{
    margin-bottom: .75em;
}
.blog-wrapper footer.entry-meta {
    margin-bottom: 3em !important;
}
.blog-single h1{
		font-size: 2.5em;
}
.blog-archive h2.entry-title a:hover{
		color: #0979ff;
}
.blog-wrapper .entry-header .entry-image img, img.entry-img {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}
#toc_container{
    background-color: #f8f8f8;
    border: 1px solid #dadada;
    padding: 20px 30px;
    margin-bottom: 1em;
    border-radius: 30px;

}
.blog-single #toc_container h1{
    display: none;
}
#toc_container .toc_title{
    font-family: 'Libre Baskerville', sans-serif;
    font-weight: 700;
    font-size: 1.5em;
}
#toc_container ul li{
    list-style-type: none !important;
    margin-left: 0 !important;
}
.wp-faqp-accordion .wp-faqp-title h4, .entry-content .wp-faqp-accordion .wp-faqp-accordion-1 .wp-faqp-main h4{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.15em !important;
}
.wp-faqp-accordion.wp-faqp-design-1 .wp-faqp-main{
    background: #f9f9f9;
}
.grey-gradient:before{
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    height: 100%;
    overflow: hidden;
    width: 100%;
    background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 21%, rgba(243,243,243,1) 85%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 21%,rgba(243,243,243,1) 85%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 21%,rgba(243,243,243,1) 85%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );

}


.fancy-underline:after {
    content: "" !important;
    color: green;
    position: absolute;
    left: 0;
    border-radius: 999px;
    right: 0;
    top: 100%;
    height: 9px !important;
    image-rendering: -webkit-optimize-contrast;
    background: url(images/handwritten.png) 50% top no-repeat;
/*    background-size: 100% 9px;*/
    animation-name: handwritten;
    animation-fill-mode: forwards;
    animation-duration: 2s;
}

/*
.title-section span:after {
    content: '';
    display: block;
    width: 0%;
    height: 10px;
    margin-top: 10px;
}
*/


/*
.title-section span.animated:after {
    background: url(images/handwritten.png);
    background-size: cover !important;
    animation-name: handwritten;
    animation-fill-mode: forwards;
    animation-duration: 3s;
    left: 26%; 
    position: relative;

}
*/


@keyframes handwritten {
    from { width: 0%; }
    to { width: 100%; }
}

#content ul li ul, #content ul li ol {
    margin-left: 1.25rem !important;
}

.coolBox4 {
    border: 1px solid rgb(209, 209, 213);
    padding: 15px;
    margin: 25px 0;
    background-color: #ffdb92;
    box-shadow: rgb(0 0 0 / 30%) 0px 2px 4px 0px;
}

.comment-inner {
    margin: 10px 0 20px;
}

.wp-block-image img {
    margin: 20px 0 40px;
}

.pricing-table p {
    margin-top: 7.5px;
}

.pricing-table .title {
    font-size: 1.3em !important;
}

/* ================
    HOW IT WORKS
==================*/

#hiw-tabs {
    max-width: 1400px;
    margin: -10em auto 0;
    text-align: center;
    z-index: 999;
}

#hiw-tabs .nav-line>li.active>a:before {
    opacity: 0 !important;
}

.page-id-91036 .row {
    margin-left: auto !important;
    margin-right: auto !important;
}

#hiw-tabs li {
    width: calc(33% - 26px);
    border-radius: 20px!important;
}

#hiw-tabs li:nth-child(2) {
    margin: 0 35px;
}

#hiw-tabs li a {
    background: #ffffff!important;
    border-radius: 25px!important;
    padding: 3em 1em;
    display: block;
    position: relative;
}

#hiw-tabs li a:hover {
    background: #0979fe !important;
}

#hiw-tabs li a:hover .title, 
#hiw-tabs li a:hover .sub-header {
    color: #fff;
}

#hiw-tabs .title {
    font-size: 2em;
    margin-bottom: .5em;
    line-height: 1.3;
}

#hiw-tabs .sub-header {
    font-size: 1.5em;
    margin-bottom: .5em;
    font-style: italic;
    text-shadow: none;
}

#hiw-tabs img {
    width: 100px;
    margin-bottom: 1.5em;
}

#hiw-tabs li a{
    border: 5px solid #0979fe;
}

#hiw-tabs li.active a{
    border: 5px solid #ff004e;
    outline: none;
}

#hiw-tabs .button {
    font-weight: bold;
}

#hiw-tabs .button:hover {
    background: #ff004e;
    opacity: .8;
}

#hiw-tabs .tab.active:before {
    content: url(images/img_check.png);
    display: block;
    left: calc(50% - 32px);
    top: -32px;
    position: absolute;
    z-index: 99;
}

#hiw-tabs .button {
    margin-right: 0;
}

/* =================
    CONVERSATION
==================*/


.conversation-item {
    position: relative;
    margin-bottom: 2em;
}
.conversation-item .th {
    width: 90px;
    border: none;
    padding: .2em;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.conversation-item .th img {
    border-radius: 50%;
}

.image-position-left .th {
    left: 0;
}

.image-position-right .th {
    right: 0;
}

.image-position-left .content {
    float: right;
}

.image-position-right .content {
    float: left;
}


.conversation-item .content {
    position: relative;
    background: #f9f9f9;
    border: 2px solid rgb(255, 0, 78, .7);
    width: calc(100% - 105px);
    padding: 1em;
    border-radius: 5px;
}

.conversation-item .content p {
    margin-bottom: 0;
}

.conversation-item .content:after, .conversation-item .content:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.conversation-item .content:after {
    border-color: rgb(255, 0, 78, 0);
    border-right-color: #f9f9f9;
    border-width: 10px;
    margin-top: -10px;
}
.conversation-item .content:before {
    border-color: rgb(255, 0, 78, 0);
    border-right-color: rgb(255, 0, 78, .7);
    border-width: 13px;
    margin-top: -13px;
}

.image-position-right .content:after,.image-position-right .content:before {
    left: 100%;
    right: auto;
}

.image-position-right .content:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #f9f9f9;
    border-width: 10px;
    margin-top: -10px;
}
.image-position-right .content:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: rgb(255, 0, 78, .7);
    border-width: 13px;
    margin-top: -13px;
}


/* =================
    TESTIMONIALS 
==================*/


.testimonial-block .box-image img {
    -webkit-border-top-left-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-bottomright: 100px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.testimonial-block .box-image {
    -webkit-border-top-left-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-bottomright: 100px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;

}


.testimonial-block .shade {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 46%, rgba(0,0,0,0.51) 99%, rgba(0,0,0,0.52) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 46%,rgba(0,0,0,0.51) 99%,rgba(0,0,0,0.52) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 46%,rgba(0,0,0,0.51) 99%,rgba(0,0,0,0.52) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#85000000',GradientType=0 ); /* IE6-9 */
    opacity: 1;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.testimonial-block .box:hover .shade {
    opacity: .9;
}

.testimonial-block .text img {
    margin-bottom: 0 !important;
}


/* =====================
    GRAVITY FORMS
=======================*/

.bg_footer_container svg {
    display: none;
}


.gform_legacy_markup_wrapper .gsection {
    border-bottom: 2px solid #0779ff !important;
}

.gform_body input[type=checkbox], .gform_body input[type=radio] {
    display: inline;
    margin-right: 0px !important;
    margin-top: 16px !important;
    font-size: 16px;
}

.gform_body label {
    font-weight: normal;
}

#content .gform_body ul li ul, #content .gform_body ul li ol {
    margin-left: 0 !important;
}

#gform_wrapper_90 {
    overflow: hidden;
    padding: 1em;
}

#gform_wrapper_90 .gf_progressbar {
    z-index: 99999!important;
}


#gform_wrapper_90 .image-choices-choice-text {
    color: #fff;
}

#gform_wrapper_90.gform_wrapper .ginput_complex .ginput_left, #gform_wrapper_90.gform_wrapper .ginput_complex .ginput_right {
    width: 49%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
}

#gform_wrapper_90.gform_wrapper.gform_wrapper .ginput_complex .ginput_right {
     margin: 0px 3px 0 0 !important; 
}



.image-choices-choice {
    background: #fff;
}

.image-choices-choice span  {
    color: #000!important;
}


#input_90_2 li {
    border-radius: 3px;
    border: 1px solid #000;
} 

#gform_wrapper_90 {
    border-radius: 5px;
    border: 10px solid #fff;
}

#field_90_2 label.gfield_label,
#field_90_3 label.gfield_label,
#field_90_4 label.gfield_label,
#field_90_5 label.gfield_label {
    display: block;
    text-align: center;
    font-size: 1.4em!important;
}

#gform_wrapper_90 .gform_page_footer {
    border: 0!important;
}


#gform_wrapper_90 .gform_next_button {
    float: right;
    margin-right: 0;
}

/*
#gform_wrapper_90 .button {
    font-size: 1.6em!important;
    width: auto!important;
}
*/


#input_90_2 {
    display: block!important;
    text-align: center!important;
}

#input_90_2 li {
    width: 16%;
    margin: 0 1% 0 0!important;
    position: relative!important;
    display: inline-block!important;
}

#gform_submit_button_90 {
    float: right;
}

#gform_wrapper_90 .gfield.buttons ul {
    text-align: center;
    margin-left: 0 !important;
}

#gform_wrapper_90 .gfield.buttons ul li {
    display: inline;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#gform_wrapper_90 .gfield.buttons ul li input {
    display: none!important;
}


#gform_wrapper_90 .gfield.buttons ul li label {
    border: 1px solid #ddd;
    border-right: 0;
    padding: 1em;
    margin: 10px -5px 0 0;
}

#gform_wrapper_90 .gfield.buttons ul li label:hover {
    background: #0979ff;
    color: #fff;
}

#gform_wrapper_90 .gfield.buttons ul li:first-child label {
    border-radius: 5px 0 0 5px
}

#gform_wrapper_90 .gfield.buttons ul li:last-child label {
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #ddd;
}

.image-choices-choice-selected, .image-choices-choice:hover {
    background: #1e7ac4;
}

.image-choices-choice-selected.image-choices-choice .image-choices-choice-text, .image-choices-choice:hover .image-choices-choice-text{
    color: #fff !important;
}

input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    height: 2.7em;
}

.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex select, div.gform_wrapper select, .gform_wrapper input.gf_coupon_code {
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1.2 !important;
    min-height: 2rem;
}

.gform_wrapper input.gf_coupon_code {
    float: left;
}

.gform_wrapper #gf_coupon_info {
    margin-top: 8px;
    clear: both;
}

.gform_wrapper select option {
    height: 25px;
    padding: 0 0 0 10px!important;
} /* fix select dropdown line height */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
    font-size: 18px!important;
    padding: 4px;
}

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea {
    background: #fff;
}

div.gform_wrapper .ginput_complex label {
    padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
    margin: 5px 0 0;
}

.plan-includes {
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 6px;
    padding: 30px !important;
}

.plan-includes .row .col ul li {
    margin: 0 !important;
    list-style: none !important;
    list-style-image: url(images/check.png) !important;
    font-size: 1.1em !important;
} 


.gform_legacy_markup_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_legacy_markup_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
    margin: 12px 0 1px 1px;
    clear: both;
}

.large-submit input[type="submit"], .gform_wrapper input[type="submit"] {
    line-height: 1;
    padding: 0.67em 1.1em;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    color: #f9f9f9;
    background: rgb(254, 0, 78) !important;
    font-size: 1.2em;
    display: block !important;
    width: 100% !important;
    font-size: 1.2em !important;
    height: 100% !important;
    margin: auto !important;
}

.gform_wrapper .button  {
    background: rgb(254, 0, 78) !important;
    font-size: 1.2em !important;
    padding: 0.67em 1.1em;
}

/*
div.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer .button.gform_button {
    background-color: #00567E;
    border-radius: 4px;
    font-size: 26px !important;
    margin: 5px 0 0;
    padding: 20px 5px !important;
    width: 100%;
}

div.gform_wrapper .gform_footer input[type="submit"]:hover{
    color: #fff;
}
*/

div.gform_wrapper select {
    font-size: 18px;
    height: 45px!important;
    padding: 5px!important;
}

.gform_wrapper .gform_footer {
    text-align: center;
}


/* Fixes */

.gform_wrapper form ul, .gform_wrapper ul {
    margin-bottom: 20px !important;
} /* fix spacing below checkbox group fields */

.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type="checkbox"],
.gform_wrapper .gfield_radio li input[type="radio"] {
    margin: 6px 3px 0 2px!important;
    vertical-align: top!important;
} /* fix line height of radios and checkboxes */

/*.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  line-height: 1.0!important;
}*/

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
    font-size: 19px!important;
    line-height: 1.2!important;
} /* fix font size and line height of radio and checkbox labels */

div.gform_wrapper .datepicker {
    width: 130px !important;
}


.gform_wrapper .gfield_checkbox li input[type="checkbox"],
.gform_wrapper .gfield_radio li input[type="radio"],
.gform_wrapper .gfield_checkbox li input {
    margin-left: 2px;
} /* fix radio button getting cut off on left */

div.gform_wrapper .gfield_time_ampm select {
    width: 78px !important;
} /* fix am and pm for time fields */

.gform_wrapper .gfield_description {
    margin-bottom: 20px;
} /* fix margin below gf_left_half */

.gform_wrapper .gform_page_footer {
    border-top: 1px solid #DDDDDD!important;
    clear: both;
    padding: 25px 0 0!important;
} /* fix the multi-page forms footer */

.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute {
    vertical-align: middle!important;
    width: 50px!important;
}

.gfield_radio {
    overflow: hidden;
    padding-left: 0px!important;
}

div.gform_wrapper h2.gsection_title {
    margin: 20px 0 0 !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding: 20px!important;
} /* fix error warning padding */

/* listing forms custom */

.checkbox .gfield_checkbox {
    border-top: 1px dotted #BDBDBD;
    padding-top: 1px !important;
    width: 98%;
} /* add dotted line under checkbox groups */

.checkbox .gfield_checkbox li {
    list-style-type: square;
    line-height: 1.2 !important;
    margin: 6px 0px 0px 1px!important;
    width: 24%!important;
    float: left;
} /* make checkboxes into 4 column style */

.checkbox2 .gfield_checkbox li {
    list-style-type: square;
    margin: 6px 0px 0px 1px!important;
    width: 49%!important;
    float: left;
} /* make checkboxes into 2 column style */

.gfield_label {
    margin: 18px 0 4px!important;
}

.radio .gfield_radio li {
    list-style-type: square; margin: 0px 0px 0px 1px!important;
    padding: 0 0 3px 0;
    width: 12% !important;
    float: left;
} /* fix radio to not have list style */

.radio2 .gfield_radio li {
    list-style-type: square; margin: 0px 0px 0px 1px!important;
    padding: 0 0 3px 0;
    width: 25% !important;
    float: left;
}

.gform_wrapper li.gsection.gf_scroll_text {
    background: #FFF;
}


.gform_wrapper .gfield_description {
    width: 100%;
    font-size: 1em !important;
}


.total {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DBDBDB;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    clear: none !important;
    font-size: 20px;
    font-weight: 700;
    margin: 8px 0 25px;
    padding: 5px 10px;
    text-align: center;
}

.order-total {
    background-color: #FFFFFF;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    font-size: 26px;
    font-weight: bold;
    margin: 20px;
    padding: 5px;
    text-align: center;
}


.page-template-page-transparent-header-light .header-main .nav > li > a{
		color: #fff !important;
}
.page-template-page-transparent-header-light .stuck .header-main .nav > li > a, .page-template-page-transparent-header-light .stuck .header-button .button.primary.is-outline{
		color: #000 !important;
}
.page-template-page-transparent-header-light .header-button .button.primary.is-outline, .page-template-page-transparent-header-light .stuck .header-button .button.primary.is-outline:hover{
		color: #fff !important;
}
.page-template-page-transparent-header-light #header:before{
		content: '';
		display: block;
		z-index: 1;
		position: absolute;
		height: 100%;
		overflow: hidden;
		width: 100%;
background: -moz-linear-gradient(top,  rgba(0,0,0,0.74) 0%, rgba(0,0,0,0.74) 9%, rgba(0,0,0,0.36) 66%, rgba(0,0,0,0) 96%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.74) 0%,rgba(0,0,0,0.74) 9%,rgba(0,0,0,0.36) 66%,rgba(0,0,0,0) 96%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0.74) 0%,rgba(0,0,0,0.74) 9%,rgba(0,0,0,0.36) 66%,rgba(0,0,0,0) 96%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd000000', endColorstr='#00000000',GradientType=0 );
}
.dark ul li.bullet-checkmark, .dark ul li.bullet-arrow, .dark ul li.bullet-star, ul li.bullet-checkmark, ul li.bullet-arrow, ul li.bullet-star{
		border: none;
		padding: 5px 0 5px 22px;
}
ul li.bullet-checkmark:before, ul li.bullet-arrow:before, ul li.bullet-star:before{
		color: #e1192f;
}
ul li.bullet-star:before{
		font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
		content: "\f057" !important;
}
ul li.green:before, ol li.green:before, ul.green li:before, ol.green li:before{
		color: #0cc33e !important;
}
blockquote{
		font-size: 100%;
		border-left: 6px solid #e1192f;
		background-color: #f6f6f6;
		padding: 20px 30px 15px 30px;
		font-style: normal !important;
		color: #000;
}
blockquote p>a{
		color: #e1192f;
		font-weight: bold;
		text-decoration: underline;
}
.button.alert.is-underline{
		color: #e1192f;
}
.red-link a{
		color: #e1192f; !important;
}
.red-link a:hover{
		color: #0979ff !important;
}
ol li::marker{
		font-weight: 900;
		color: #e1192f;
}
.pricing-table .title{
		background-color: rgba(0,0,0,.06);
		font-size: 2.3em;
		text-transform: none;
}
.featured-table{
		border-color: #0979ff;
		border-width: 4px;
}
.featured-table .title{
		background-color: #0979ff;
}
.pricing-table .description{
		font-size: 100%;
		padding: 0 15px 25px;
		font-weight: 700;
}
.pricing-table .price{
		font-weight: 800;
		font-size: 3.5em;
		padding: .2em 10%;
		color: #0979ff;
}
.tablepress th:first-child, .tablepress td:first-child{
		padding-left: 10px;
}
.tablepress td, .tablepress th{
		padding: 10px;
}
.tablepress td{
		color: #000;
}
.tablepress thead th, .tablepress tfoot th{
		background-color: #eee;
}
.tablepress th{
		font-size: 16px;
		text-transform: none;
		letter-spacing: 0;
}
.tablepress tbody td{
		font-size: 16px;
}
.round-corner-alt, .round-corner-alt .banner-bg, .round-corner-alt .banner-inner.fill, .round-corner-alt .banner, .round-corner-alt.slider-wrapper .slider, .round-corner-alt.img, .round-corner-alt.img .img-inner{
		border-radius: 100px 0 100px 0;
	-webkit-border-radius: 100px 0 100px 0;
  -moz-border-radius: 100px 0 100px 0;
}
.round-corner-alt{
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.page-inner ul:not(ul li.bullet-checkmark):not(ul li.bullet-arrow):not(ul li.bullet-star), .page-inner ol, .article-inner ul:not(ul li.bullet-checkmark):not(ul li.bullet-arrow):not(ul li.bullet-star){
		margin-left: 20px;
}
.page-inner ul li:not(ul li.bullet-checkmark):not(ul li.bullet-arrow):not(ul li.bullet-star), .page-inner ol li, .article-inner ul li:not(ul li.bullet-checkmark):not(ul li.bullet-arrow):not(ul li.bullet-star){
        margin-bottom: .1em;
}
.page-inner ul ul, .page-inner ul ol, .page-inner ol ol, .page-inner ol ul, .article-inner ul ul, .article-inner ul ol, .article-inner ol ol, .article-inner ol ul{
       margin: 0.1em 0 0.2em 0em !important;
}
.page-inner ul ul, .article-inner ul ul{
    list-style: circle;
}
.textwidget a:not(.button){
		color: #0979ff;
}
.textwidget a:not(.button):hover{
		color: #000;
}
.county-table-outline tbody{
		border: 1px solid #ddd;
}
.WarningBox {
    margin: auto;
    width: 70%;
    border: 1px solid black;
    padding-top: 20px;
    text-align: center;
    background-color: #FBBBBF;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    text-align: center;
    font-size: 45px;
    font-weight: bold;
}
.textwidget{
		border: 1px solid #e4e4e4;
		background-color: #f9f9f9;
		padding: 15px;
		line-height: 1.4em;
		border-radius: 10px;
	-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.blog-archive footer.entry-meta{
		border-top: none;
		padding-top: .6em;
		margin-bottom: 2em !important;
		border-bottom: 3px solid #dfdfdf;
}
.blog-archive footer.entry-meta .cat-links, .blog-archive footer.entry-meta .comments-link{
		display: none;
}
.blog-archive .archive-page-header h1.page-title{
		border-bottom: 3px solid #0979ff;
		padding-bottom: 20px;
}

.entry-author {
    background-color: rgb(247, 247, 247);
    padding: 30px;
    border: solid 1px rgb(223, 223, 223);
}

.nav-dropdown{
    min-width: 300px;
}


/*************** SECTION 2 - MOBILE QA FIXES ONLY  ***************/
@media only screen and (max-width: 549px) {
    .transparent .header-main, .transparent #logo img{
		max-height: 90px !important;
    }
    h1, .h1, .banner h1, h1.uppercase {
		font-size: 1.9em;
    }
    h2, .h2, .banner h2, h2.uppercase {
		font-size: 1.6em;
    }
    h3, .h3, .banner h3, h3.uppercase{
		font-size: 1.2em;
    }
    h4, .h4, .banner h4, h4.uppercase{
		font-size: 1.05em;
    }
    .box.box-blog-post .box-image .image-cover{
		border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }
    h5.post-title.is-xxlarge{
		font-size: 1.5em;
    }
    .blog-archive h1.page-title{
		font-size: 1.5em;
    }
    .blog-single h1{
		font-size: 1.6em;
    }
    .blog-wrapper .entry-header .entry-image img{
        border-radius: 0;
		  -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }
    .article-inner #toc_container{
        padding: 20px 20px;
    }
    #toc_container .toc_title{
        font-size: 1.0em;
    }
    
    .testimonial-block .box-image img {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.testimonial-block .box-image {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
    blockquote{
		padding: 10px 20px;
}
.section-title b{
		display: none;
}
.section-title-container{
		margin-bottom: .7em;
}
.pricing-table .price{
		font-size: 3em;
}
.pricing-table .title{
		font-size: 2em;
}
    .round-corner-alt, .round-corner-alt .banner-bg, .round-corner-alt .banner-inner.fill, .round-corner-alt .banner, .round-corner-alt.img, .round-corner-alt.img .img-inner {
	   border-radius: 50px 0 50px 0;
        -webkit-border-radius: 50px 0 50px 0;
        -moz-border-radius: 50px 0 50px 0;
    }
    .page-inner ul:not(ul li.bullet-checkmark):not(ul li.bullet-arrow):not(ul li.bullet-star), .page-inner ol, .article-inner ul:not(ul li.bullet-checkmark):not(ul li.bullet-arrow):not(ul li.bullet-star){
		margin-left: 20px;
    }


}

@media only screen and (max-width: 670px) {
    
    #input_90_2 li {
        width: 50%;
        margin: 0 10px 20px 0!important;
        position: relative!important;
        display: inline-block!important;
    }
    
    #gform_wrapper_90 .gfield.buttons ul li:first-child label {
        border-radius: 5px !important;
    }
    
    #gform_wrapper_90 .gfield.buttons ul li label {
        border: 1px solid #ddd;
        border-right: 1px solid #ddd;
        padding: 1em;
        margin: 10px 0 0 0;
        border-radius: 5px;
    }
    
    #gform_wrapper_90.gform_wrapper .ginput_complex .ginput_left, #gform_wrapper_90.gform_wrapper .ginput_complex .ginput_right {
        display: block;
        width: 100%;
    }
    
    #hiw-tabs li, #hiw-tabs li:nth-child(2) {
        width: calc(90%);
        border-radius: 30px!important;
        margin: 0 auto 20px auto !important;
    }

}

@media only screen and (min-width: 671px) and (max-width: 850px) {
    
    #input_90_2 li {
        width: 25%;
        margin: 0 10px 20px 0!important;
        position: relative!important;
        display: inline-block!important;
    }
    
    #hiw-tabs li, #hiw-tabs li:nth-child(2) {
        width: calc(90%);
        border-radius: 30px!important;
        margin: 0 auto 20px auto !important;
    }

    
}

/*************** SECTION 3 - MEDIUM GRID AND UP  ***************/
@media only screen and (min-width: 550px) and (max-width: 850px) {
    .transparent .header-main, .transparent #logo img{
		max-height: 90px !important;
    }
    h1, .h1, .banner h1, h1.uppercase {
		font-size: 2.5em;
    }
    h2, .h2, .banner h2, h2.uppercase {
		font-size: 1.8em;
    }
    h3, .h3, .banner h3, h3.uppercase{
		font-size: 1.2em;
    }
    h4, .h4, .banner h4, h4.uppercase{
		font-size: 1.1em;
    }
    h5.post-title.is-xxlarge{
		font-size: 1.5em;
    }
    .blog-single h1{
		font-size: 2.2em;
    }
}

/*************** SECTION 4 - DESKTOP AND UP  ***************/
@media only screen and (min-width: 1000px) {
    
}