/*
Theme Name: genesischild-mobile-first
Description: GenesisChild Mobile First is a vanilla base starter theme created for Genesis Framework
Author: Neil Gee/WP Beaches
Author URI: http://www.wpbeaches.com/
Version: 2.2.6
Tags: Contains regular Widget areas as well as preheader, home page Hero area, optin wrap and post footer widget areas
Template: genesis
*/
hr,
img,
legend {
    border: 0
}

body,
ol,
ul {
    margin: 0
}

legend,
ol,
p,
td,
th,
ul {
    padding: 0
}

body,
input,
select,
textarea {
    background-color: #fff
}

hr,
table {
    border-collapse: collapse
}

.wp-caption,
a.alignleft,
a.alignnone,
a.alignright,
embed,
iframe,
img,
object,
video {
    max-width: 100%
}

.genesis-nav-menu a,
a {
    text-decoration: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    height: auto
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    border-top: 1px solid #ddd;
    clear: both;
    margin: 1em 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

.gallery,
.search-form {
    overflow: hidden
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

optgroup {
    font-weight: 700
}

html,
input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

.author-box:before,
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table
}

.author-box:after,
.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table
}

body {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625
}

.button,
.gallery img,
a,
button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

p {
    margin: 0 0 28px
}

li {
    list-style-type: none
}

.entry-content ol>li,
.widget ol>li {
    list-style-type: decimal
}

b,
strong {
    font-weight: 700
}

blockquote,
cite,
em,
i {
    font-style: italic
}

blockquote {
    margin: 40px
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: 700;
    line-height: 1.2;
    margin: 20px 0 25px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

.featured-content img,
.gallery img {
    width: auto
}

.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-3 .gallery-item {
    width: 33%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%
}

.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery img {
    border: 1px solid #ddd;
    height: auto;
    padding: 4px
}

.gallery img:focus,
.gallery img:hover {
    border: 1px solid #999
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: 0
}

input[type=checkbox],
input[type=image],
input[type=radio] {
    width: auto
}

::-moz-placeholder {
    font-weight: 300;
    opacity: 1
}

::-webkit-input-placeholder {
    font-weight: 300
}

.entry-content .button:focus,
.entry-content .button:hover {
    color: #fff
}

.footer-widgets .button,
.footer-widgets button,
.footer-widgets input[type=button],
.footer-widgets input[type=reset],
.footer-widgets input[type=submit] {
    background-color: #c3251d;
    color: #fff
}

.footer-widgets .button:focus,
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets button:hover,
.footer-widgets input:focus[type=button],
.footer-widgets input:focus[type=reset],
.footer-widgets input:focus[type=submit],
.footer-widgets input:hover[type=button],
.footer-widgets input:hover[type=reset],
.footer-widgets input:hover[type=submit] {
    background-color: #fff;
    color: #333
}

.button {
    display: inline-block
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
    display: none
}

table {
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%
}

tbody {
    border-bottom: 1px solid #ddd
}

td,
th {
    text-align: left
}

.alignleft,
.alignright,
.genesis-nav-menu,
.preheaderleft,
.preheaderright,
.site-description,
.site-header .search-form,
.site-header .title-area,
.site-header .widget-area,
.site-title,
.widget_calendar td,
.widget_calendar th,
.wp-caption-text {
    text-align: center
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0
}

th {
    font-weight: 400
}

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    position: absolute!important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden
}

.genesis-nav-menu .search input[type=submit]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type=submit]:focus {
    clip: auto!important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: 700;
    padding: 15px 23px 14px;
    color: #333;
    background: #fff;
    z-index: 100000;
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6)
}

.content,
.content-sidebar-sidebar .content,
.content-sidebar-sidebar .content-sidebar-wrap,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.full-width-content .content,
.sidebar-content-sidebar .content,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-primary,
.sidebar-secondary,
.sidebar-sidebar-content .content,
.sidebar-sidebar-content .content-sidebar-wrap,
.site-header .widget-area,
.title-area {
    width: 100%
}

.more-link {
    position: relative
}

.site-inner {
    clear: both
}

.wrap {
    padding-left: 5%;
    padding-right: 5%
}

.archive-description,
.author-box,
.comment-respond,
.entry,
.entry-comments,
.entry-pings,
.sidebar .widget,
.site-header {
    padding: 0
}

.archive-pagination li a {
    margin-bottom: 4px
}

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    margin: 0;
    width: 100%
}

.sidebar .widget.enews-widget {
    padding: 40px
}

.avatar {
    float: left
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px
}

.alignright .avatar {
    margin-left: 24px
}

.comment .avatar {
    margin: 0 16px 24px 0
}

.breadcrumb {
    margin-bottom: 20px
}

.archive-description,
.author-box {
    background-color: #fff;
    font-size: 16px;
    margin-bottom: 40px;
    padding: 40px
}

.author-box-title {
    font-size: 16px;
    margin-bottom: 4px
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0
}

.site-header .search-form {
    float: right;
    margin-top: 12px
}

.entry-content .search-form,
.site-header .search-form {
    width: 50%
}

.genesis-nav-menu .search input[type=submit],
.widget_search input[type=submit] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px
}

.archive-title {
    font-size: 20px
}

.entry-title {
    font-size: 36px
}

.entry-title a,
.sidebar .widget-title a {
    color: #333
}

.entry-title a:focus,
.entry-title a:hover {
    color: #e5554e
}

.enews-widget,
.enews-widget .widget-title,
.footer-widgets .widget-title {
    color: #fff
}

.widget-title {
    font-size: 18px;
    margin-bottom: 20px
}

a.aligncenter img {
    display: block;
    margin: 0 auto
}

a.alignnone {
    display: inline-block
}

.aligncenter,
img.centered {
    display: block;
    margin: 0 auto 24px
}

.alignnone,
img.alignnone {
    margin-bottom: -15px
}

.wp-caption.alignleft,
.wp-caption.alignright,
a.alignleft,
a.alignright,
img.alignleft,
img.alignright {
    margin: 0
}

.wp-caption-text {
    font-size: 14px;
    font-weight: 700
}

.entry-content p.wp-caption-text {
    margin-bottom: 0
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 28px
}

.widget {
    word-wrap: break-word
}

.widget ol>li {
    list-style-position: inside;
    padding-left: 20px;
    text-indent: -20px
}

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0
}

.widget_calendar table {
    width: 100%
}

.featured-content .entry {
    margin-bottom: 20px;
    padding: 0 0 24px
}

.footer-widgets .entry {
    border-bottom: 1px dotted #666
}

.featured-content .entry-title {
    font-size: 30px
}

.sidebar .widget.enews-widget {
    background-color: #333
}

.enews-widget input,
.enews-widget input:focus {
    border: 1px solid #333
}

.enews-widget input {
    font-size: 16px;
    margin-bottom: 16px
}

.enews-widget input[type=submit] {
    background-color: #e5554e;
    color: #fff;
    margin: 0;
    width: 100%
}

.content .entry,
.genesis-nav-menu .sub-menu a,
.site-header {
    background-color: #fff
}

.site-title a,
.site-title a:focus,
.site-title a:hover,
:focus {
    color: #333
}

.enews-widget input:focus[type=submit],
.enews-widget input:hover[type=submit] {
    background-color: #fff;
    color: #333
}

.enews form+p {
    margin-top: 24px
}

#wpstats {
    display: none
}

.genesis-skip-link {
    margin: 0
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none
}

:focus {
    outline: #ccc solid 1px
}

.preheaderleft .textwidget,
.preheaderright .textwidget {
    padding: 1%
}

.site-header {
    min-height: 120px
}

.site-header .wrap {
    padding: 20px 5%
}

.site-header .widget-area .widget {
    margin: 20px auto
}

.header-full-width .title-area {
    width: 100%
}

.title-area {
    padding: 10px 0
}

.site-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2
}

.site-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5
}

.site-description,
.site-title {
    margin-bottom: 0
}

.header-image .site-description {
    display: block;
    text-indent: -9999px
}

.genesis-nav-menu {
    clear: both;
    font-size: 16px;
    line-height: 1;
    width: 100%
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left
}

.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover {
    color: #e5554e
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99999
}

.genesis-nav-menu .menu-item:hover>.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu,
.menu .menu-item>a:focus+ul.sub-menu {
    left: auto;
    opacity: 1
}

.genesis-nav-menu .sub-menu a {
    border: 1px solid #eee;
    border-top: 0;
    font-size: 14px;
    padding: 20px;
    position: relative;
    width: 200px;
    word-wrap: break-word
}

.comment-header,
.form-allowed-tags,
.sidebar,
p.entry-meta {
    font-size: 16px
}

.genesis-nav-menu .menu-item:hover,
.menu .menu-item:focus {
    position: static
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -55px 0 0 199px
}

.genesis-nav-menu>.first>a {
    padding-left: 0
}

.genesis-nav-menu>.last>a {
    padding-right: 0
}

.genesis-nav-menu a,
.genesis-nav-menu>.first>a,
.genesis-nav-menu>.last>a {
    padding: 10px;
    display: block
}

.genesis-nav-menu li.right {
    display: none
}

.site-header .sub-menu {
    border-top: 1px solid #eee
}

.site-header .sub-menu .sub-menu {
    margin-top: -56px
}

.site-header .genesis-nav-menu li li {
    margin-left: 0
}

.footerwidgetheader-container,
.herocontainer,
.home-bottom-container,
.home-middle-container,
.home-module-container,
.home-top-container,
.optincontainer {
    padding: 2%
}

.entry {
    margin-bottom: 40px
}

.home .wrap .entry {
    margin-bottom: 0
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 28px;
    margin-left: 40px
}

.entry-content ol ol,
.entry-content ul ul,
p.entry-meta {
    margin-bottom: 0
}

.entry-content ul>li,
.woocommerce ul li {
    list-style-type: none
}

.entry-content code {
    background-color: #333;
    color: #ddd
}

.entry-header .entry-meta {
    margin-bottom: 24px
}

.entry-footer .entry-meta {
    border-top: 2px solid #f5f5f5;
    padding-top: 24px
}

.entry-categories,
.entry-tags {
    display: block
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px
}

.pagination {
    clear: both;
    margin: 40px 0
}

.adjacent-entry-pagination {
    margin-bottom: 0
}

.archive-pagination li {
    display: inline
}

.archive-pagination li a {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 8px 12px
}

.archive-pagination .active a,
.archive-pagination li a:focus,
.archive-pagination li a:hover {
    background-color: #e5554e
}

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    margin-bottom: 40px
}

.comment-respond,
.entry-pings {
    padding: 40px 40px 16px
}

.entry-comments {
    padding: 40px
}

li.comment {
    background-color: #f5f5f5;
    border: 2px solid #fff;
    border-right: 0
}

.comment-content {
    clear: both;
    word-wrap: break-word
}

.comment-list li {
    margin-top: 24px;
    padding: 32px
}

.comment-list li li {
    margin-right: -32px
}

.comment-respond input[type=email],
.comment-respond input[type=text],
.comment-respond input[type=url] {
    width: 50%
}

.comment-respond label {
    display: block;
    margin-right: 12px
}

.entry-comments .comment-author {
    margin-bottom: 0
}

.entry-pings .reply {
    display: none
}

.form-allowed-tags {
    background-color: #f5f5f5;
    padding: 24px
}

.sidebar li {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.sidebar p:last-child,
.sidebar ul>li:last-child {
    margin-bottom: 0
}

.sidebar .widget {
    background-color: #fff;
    margin-bottom: 40px
}

.footerwidgetheader .widget-title {
    text-align: center;
    font-size: 30px;
    margin: 20px auto
}

.footer-widgets {
    clear: both;
    padding-top: 40px;
    text-align: center
}

.footer-widgets input {
    border: 1px solid #333
}

.footer-widgets a.button,
.footer-widgets a:focus,
.footer-widgets a:hover {
    color: #fff
}

.footer-widgets li {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.footer-widgets .widget {
    margin-bottom: 60px
}

.footer-widgets p:last-child,
.site-footer p {
    margin-bottom: 0
}

.site-footer {
    font-size: 16px;
    line-height: 1;
    padding: 40px 0;
    text-align: center
}

.postfooterleft .textwidget,
.postfooterright .textwidget {
    text-align: center;
    padding: 1%
}

.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
    font-size: 12px
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    padding: 1%;
    float: left;
    margin: 0 3.8% 2.992em 0;
    position: relative
}

.woocommerce a[title="View Cart"] {
    display: block;
    clear: both
}

.woocommerce .input-checkbox,
.woocommerce .input-radio {
    box-shadow: none;
    width: auto
}

.woocommerce #content div.product div.images img,
.woocommerce .related ul li.product img,
.woocommerce .related ul.products li.product img,
.woocommerce .upsells.products ul li.product img,
.woocommerce .upsells.products ul.products li.product img,
.woocommerce div.product div.images img,
.woocommerce ul.products li.product a img,
.woocommerce-page #content div.product div.images img,
.woocommerce-page .related ul li.product img,
.woocommerce-page .related ul.products li.product img,
.woocommerce-page .upsells.products ul li.product img,
.woocommerce-page .upsells.products ul.products li.product img,
.woocommerce-page div.product div.images img,
.woocommerce-page ul.products li.product a img {
    width: auto
}

.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce-page .upsells.products ul li.product,
.woocommerce-page .upsells.products ul.products li.product {
    padding: 4%
}

.woocommerce-cart table.cart input {
    padding: 8px
}

.woocommerce .quantity .qty {
    padding: 4px;
    font-size: 14px
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 10px;
    font-size: 16px
}

.tax_label {
    display: none!important
}

a.more-link:hover {
    opacity: .8;
    color: #fff;
    background-color: #286090
}

.fl-builder .site-inner .wrap {
    padding: 0
}

.fl-builder .breadcrumb,
.fl-builder .entry-header {
    display: none
}

@media only screen and (min-width:768px) {
    .fl-builder .entry,
    .fl-builder .site-inner {
        padding: 0;
        border-top: none
    }
    .fl-builder .site-inner .wrap {
        max-width: none
    }
    .fl-builder .entry {
        margin-bottom: 0
    }
    body {
        background-color: #fff;
        font-size: 16px;
        font-weight: 400
    }
    .entry {
        padding: 50px 0px
    }
    .alignleft {
        float: left;
        text-align: left
    }
    .alignright {
        float: right;
        text-align: right
    }
    .wp-caption.alignleft,
    a.alignleft,
    img.alignleft {
        margin: 0 24px 24px 0
    }
    .wp-caption.alignright,
    a.alignright,
    img.alignright {
        margin: 0 0 24px 24px
    }
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        float: left;
        margin-left: 2.564102564102564%
    }
    .one-half,
    .three-sixths,
    .two-fourths {
        width: 48.717948717948715%
    }
    .one-third,
    .two-sixths {
        width: 31.623931623931625%
    }
    .four-sixths,
    .two-thirds {
        width: 65.81196581196582%
    }
    .one-fourth {
        width: 23.076923076923077%
    }
    .three-fourths {
        width: 74.35897435897436%
    }
    .one-sixth {
        width: 14.52991452991453%
    }
    .five-sixths {
        width: 82.90598290598291%
    }
    .genesis-nav-menu li.right {
        display: inline-block
    }
    .first {
        clear: both;
        margin-left: 0
    }
    .postfooterleft .textwidget,
    .postfooterright .textwidget,
    .preheaderleft .textwidget,
    .preheaderright .textwidget {
        padding: 2% 0
    }
    .postfooterright,
    .preheaderright {
        text-align: right;
        float: right
    }
    .postfooterleft,
    .preheaderleft,
    .site-description,
    .site-header .title-area,
    .site-title {
        text-align: left
    }
    .site-header .wrap {
        padding: 20px 1%
    }
    .site-header .genesis-nav-menu {
        text-align: right
    }
    .header-image .title-area {
        background-position: center top
    }
    .site-header .search-form {
        margin: 16px auto
    }
    .title-area {
        float: left;
        width: 30%
    }
    .site-header .widget-area {
        width: 70%;
        float: right;
        text-align: right
    }
    .footer-widgets,
    .menu-secondary {
        text-align: left
    }
    .site-header .widget-area .widget {
        margin: 0
    }
    .wrap {
        max-width: 1060px;
        margin: 0 auto;
        padding-left: 1%;
        padding-right: 1%
    }
    .content-sidebar-sidebar .content-sidebar-wrap {
        float: left
    }
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        float: right
    }
    .content-sidebar .content,
    .content-sidebar-sidebar .content,
    .sidebar-content .sidebar-primary,
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .sidebar-primary {
        float: left
    }
    .content,
    .content-sidebar-sidebar .sidebar-secondary {
        float: right
    }
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 81.66%
    }
    .content,
    .content-sidebar-sidebar .content,
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content {
        width: 66.66%
    }
    .sidebar-primary {
        width: 30%;
        float: right
    }
    .sidebar-secondary {
        width: 15%;
        float: left
    }
    .sidebar .widget {
        padding: 40px
    }
    .menu-secondary a {
        color: #e5554e
    }
    .menu-secondary a:hover {
        color: #a13c37
    }
    .genesis-nav-menu>.right {
        color: #fff;
        float: right;
        list-style-type: none;
        padding: 30px 0
    }
    .genesis-nav-menu>.right>a {
        display: inline;
        padding: 0
    }
    .genesis-nav-menu>.rss>a {
        margin-left: 48px
    }
    .genesis-nav-menu>.search {
        padding: 10px 0 0
    }
    .genesis-nav-menu li,
    .site-header .search-form,
    .site-header ul.genesis-nav-menu {
        float: none
    }
    .genesis-nav-menu a {
        padding: 11px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .footer-widgets .widget {
        margin-bottom: 10px
    }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width: 30%
    }
    .footer-widgets-1 {
        margin-right: 5%
    }
    .footer-widgets-1,
    .footer-widgets-2 {
        float: left
    }
    .footer-widgets-3 {
        float: right
    }
}

.menu-secondary,
.nav-secondary {
    text-align: right
}

@media only screen and (min-width:1200px) {
    .site-header .wrap {
        padding: 20px 0
    }
    .site-inner,
    .wrap {
        padding-left: 0;
        padding-right: 0
    }
    .home .site-inner {
        max-width: none
    }
    .nav-secondary .wrap {
        max-width: 1200px
    }
    .wrap {
        max-width: 1060px
    }
    .title-area {
        width: 27%
    }
    .site-header .widget-area {
        width: 73%
    }
    .genesis-nav-menu a {
        padding: 30px 19px
    }
}

a {
    color: #36a9e0
}

a:focus,
a:hover {
    color: #0076be
}

a,
body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    font-family: 'Open Sans', sans-serif
}

.page-header {
    margin-bottom: 25px;
    border-bottom: 3px solid #0076be;
    width: 95%;
}

.page-header h1 {
    font-weight: 700;
}

.preheadercontainer {
    background: #ffffff;
    color: #fff;
    border-top: 1px solid #222;
    border-bottom: 1px solid #000;
    line-height: 10px
}

img {
    margin: 0
}

.textwidget {
    padding: 0
}

.preheader-phone {
    font-size: 18px;
    position: relative;
    top: 2px
}

@media only screen and (min-width:768px) {
    .preheader-phone {
        top: 18px
    }
}

.preheadercontainer .altcolor {
    color: #90A3B2
}

.nav-secondary .genesis-nav-menu a {
    color: #fff;
    font-weight: 700;
    outline: transparent!important
}

.nav-secondary .genesis-nav-menu .sub-menu a {
    color: #333
}

.nav-secondary .genesis-nav-menu .current-menu-item>a,
.nav-secondary .genesis-nav-menu a:focus,
.nav-secondary .genesis-nav-menu a:hover {
    color: #ccc
}

/*.nav-secondary .genesis-nav-menu li:last-child>a {
    padding-right: 0
}*/

.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item>a,
.nav-secondary .genesis-nav-menu .sub-menu a:focus,
.nav-secondary .genesis-nav-menu .sub-menu a:hover {
    color: #999
}

.nav-secondary {
    background-color: #0076be;
    color: #fff
}

.nav-secondary .nav-home-mobile {
    display: none
}

.nav-secondary .nav-logo {
    position: relative!important;
    top: 25px;
    float: left
}

.nav-secondary .nav-logo a {
    display: inline-block;
    width: 150px;
    height: 25px;
    background: url(images/telecare-logo-white-small.png) no-repeat;
    text-indent: -9999px
}

.nav-secondary #toggle,
.toggle {
    z-index: 9999;
    display: none
}

.responsive-logo {
    display: none
}

@media only screen and (max-width:1200px) {
    .nav-secondary .nav-logo {
        position: relative;
        top: 7px
    }
    .nav-secondary .nav-logo a,
    .nav-secondary .nav-logo a:hover {
        top: -4px;
        margin-right: 20px
    }
}

@media only screen and (max-width:845px) {
    .nav-secondary .menu .sub-menu:hover li,
    .nav-secondary .menu a:active~.sub-menu li,
    .nav-secondary .menu a:focus~.sub-menu li {
        margin-top: 0
    }
    .nav-secondary .nav-logo {
        display: none!important;
    }
    .nav-secondary .menu {
        display: none;
        position: absolute;
        opacity: 1;
        right: 0;
        background-color: #222;
        z-index: 9999
    }
    .nav-secondary .menu li a.sub {
        behavior: url()
    }
    .nav-secondary a {
        width: 100%
    }
    .nav-secondary .menu,
    .nav-secondary .menu .sub-menu {
        margin: 0;
        width: 100%
    }
    .nav-secondary .menu .sub-menu {
        left: 0;
        display: none;
        opacity: 1
    }
    .nav-secondary .menu-item:hover {
        position: static
    }
    .nav-secondary .menu-item:hover>.sub-menu {
        position: relative;
        left: auto;
        display: block
    }
    .nav-secondary .menu li {
        position: relative;
        z-index: 100;
        display: block
    }
    .nav-secondary .menu li a {
        display: block;
        padding-left: 15px;
        width: 100%;
        outline: 0;
        background: #0058a0;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        line-height: 25px;
        border-bottom: 1px solid #fff;
    }
    .nav-secondary .menu li.menu-item-has-children>a:after {
        float: right;
        content: "\f347";
        font-family: dashicons;
        font-size: 22px
    }
    .nav-secondary .menu-item-has-children li a:before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        display: none;
        height: 25px;
        cursor: pointer
    }
    .nav-secondary .menu a:active+after,
    .nav-secondary .menu a:focus+after {
        display: block
    }
    .nav-secondary .menu li a:hover {
        background-color: #51C1F1;
        color: #fff
    }
    .nav-secondary .menu .sub-menu li a {
        border-bottom: 1px solid #ccc;
        background: #eee;
        color: #000;
        font-size: 16px;
        line-height: 25px
    }
    .nav-secondary .menu .sub-menu li a:hover {
        background: #ddd;
        color: #51C1F1
    }
    .nav-secondary .menu .sub-menu .sub-menu li a:hover,
    .nav-secondary .menu .sub-menu .sub-menu>li a {
        background: #fff;
        color: #333
    }
    .nav-secondary .menu .sub-menu .sub-menu .sub-menu>li a {
        background: #51C1F1;
        color: #fff
    }
    .nav-secondary .menu a.sub:active,
    .nav-secondary .menu a.sub:focus {
        outline: 0;
        background: #099
    }
    .nav-secondary .toggle {
        position: relative;
        display: inline-block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        user-select: none
    }
    .nav-secondary #toggle:checked+div .menu {
        display: block;
        opacity: 1
    }
    .nav-secondary .toggle:after {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 10px 0;
        padding: 10px 15px;
        width: 100px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #51C1F1;
        color: #FFF;
        content: attr(data-open);
        text-align: center;
        font-size: 20px;
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -o-transition: all .5s linear;
        transition: all .5s linear;
    }
    .nav-secondary .toggle:hover:after {
        background: #45ABD6
    }
    .nav-secondary #toggle:checked+div .toggle:after {
        content: attr(data-close)
    }
    .responsive-logo {
        display: block;
        float: left;
        height: 0;
        overflow: visible;
        margin-top: 23px;
    }
}

@media only screen and (max-width:600px) {
    .nav-secondary,
    .nav-secondary .toggle:after {
        float: none
    }
    .nav-secondary .toggle:after {
        width: 100%;
        text-align: center;
        padding-left: 40px;
    	padding-right: 40px;
    }
}

.fl-module-content {
    margin-top: 0;
    margin-bottom: 0
}

.hero-tagline {
    margin-top: 40px
}

.hero-pricing {
    margin-top: 30px
}

.hero {
    text-align: center
}

@media only screen and (min-width:768px) {
    .hero {
        text-align: left
    }
}

.fl-pricing-table-features {
    min-height: 370px!important
}
@media only screen and (min-width: 815px) and (max-width: 933px) {
.pricing-box .fl-pricing-table-features{
    min-height: 472px!important;
}
}
@media only screen and (min-width: 993px) and (max-width: 1183px) {
.page-id-5227 .fl-pricing-table-features {
    min-height: 421px!important;
}}

input,
select,
textarea {
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    font-size: 18px;
    font-weight: 300;
    padding: 5px 10px!important;
    width: 100%;
/*    background: #fffdda*/
}

.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    background-color: #0076be;
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 25px!important;
    text-transform: uppercase;
    width: auto
}

.button:focus,
.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
button:focus,
button:hover,
input:focus[type=button],
input:focus[type=reset],
input:focus[type=submit],
input:hover[type=button],
input:hover[type=reset],
input:hover[type=submit] {
    background-color: #0364B7;
    color: #fff
}

::-webkit-input-placeholder {
    color: #94A7B7
}

:-moz-placeholder {
    color: #94A7B7
}

::-moz-placeholder {
    color: #94A7B7
}

:-ms-input-placeholder {
    color: #94A7B7
}

#coupon_code {
    padding: 13px!important;
    width: 100%;
}

.cart_item a {
    color: #555;
    font-weight: 700
}

.woocommerce thead {
    background: #94A7B7;
    color: #fff
}

.woocommerce td.product-name dl.variation dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left;
    font-size: 13px
}

.woocommerce td.product-name dl.variation dd {
    padding: 0 0 .25em;
    font-size: 13px
}

.woocommerce-cart h1,
.woocommerce-cart h2 {
    display: none
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    padding: 1em 2em 1em 3.5em!important;
    margin: 0 0 2em!important;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border: 1px solid #eee;
    border-radius: 4px;
    list-style: none!important;
    width: auto;
    word-wrap: break-word
}

.woocommerce .woocommerce-message:before {
    content: "\e015";
    color: #555
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin-left: 35%;
    width: 60%;
    padding-bottom: 60px
}

.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img {
    position: absolute;
    top: 60px;
    left: -61%;
    width: 60%;
    height: auto
}

.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
    font-size: 22px;
    font-weight: 700
}

.price .amount {
    color: #3277B2;
    font-size: 28px;
    font-weight: 700
}

.fl-pricing-table,
.fl-pricing-table-title {
    color: #555!important
}

.site-inner {
    padding-top: 0
}

.hero-container {
    background: url(images/lady-with-pendant.png) 30% 100% no-repeat, url(images/cta-bg.jpg) no-repeat;
    background-size: 310px, cover;
    min-height: 428px
}

.hero-container .fl-row-content-wrap {
    padding-bottom: 50px
}

@media only screen and (max-width:1440px) {
    .hero-container {
        background-position: 13% 100%, 0 0
    }
}

@media only screen and (max-width:768px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        margin-left: 0;
        width: 100%
    }
    .woocommerce ul.products li.product img,
    .woocommerce-page ul.products li.product img {
        position: relative;
        top: 0;
        left: 0;
        width: 100%
    }
    .hero-container {
        background: url(images/cta-bg.jpg) no-repeat;
        background-size: cover
    }
}

.footer-widgets,
.site-footer {
    background-color: #0076be;
    color: #fff
}

.ulcontent li,
ul.circle li {
    list-style-type: disc!important
}

.block-quote {
    border-left: 4px solid #eee
}

.footer-widgets a {
    color: #fff
}

.footer-logo-tagline {
    font-size: 8.2px;
    float: right;
    margin-top: 0;
    padding-top: 0
}

.footer-logo {
    text-align: center;
    line-height: 0
}

.footer-phone {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 20px
}

.dashicon-footer {
    position: relative;
    top: 12px;
    margin-right: 5px;
    transform: rotate(90deg);
    font-size: 34px
}

@media only screen and (max-width:930px) {
    .footer-logo-tagline {
        font-size: 8.2px;
        float: none;
        margin-top: 0;
        padding-top: 0;
        text-align: center
    }
    .footer-logo {
        text-align: center;
        line-height: 0
    }
    .footer-phone {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 33px;
        font-weight: 700;
        margin-bottom: 20px
    }
}

@media only screen and (min-width:768px) {
    .footer-logo-tagline {
        font-size: 8.2px;
        float: none;
        margin-top: 0;
        padding-top: 0;
        text-align: center
    }
    .footer-logo {
        text-align: center;
        line-height: 0
    }
    .footer-phone {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 20px
    }
}

.attachment-post-image,
.fl-post-feed-image {
    max-width: 40%;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px
}

.attachment-post-image {
    margin-top: 60px;
    margin-right: 60px
}

@media only screen and (max-width:816px) {
    .attachment-post-image,
    .fl-post-feed-image {
        max-width: 100%;
        float: none;
        margin-top: 20px;
        margin-right: 0;
        margin-left: 0
    }
}

@media print {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    img {
        page-break-after: avoid;
        page-break-inside: avoid
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        orphans: 3;
        widows: 3
    }
    blockquote,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    img,
    pre,
    table,
    tr {
        page-break-inside: avoid
    }
    *,
    :after,
    :before {
        background: 0 0!important;
        box-shadow: none!important;
        color: #000!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .site-title>a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    thead {
        display: table-header-group
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: 2cm .5cm
    }
    blockquote,
    pre {
        border: 1px solid #999
    }
    .content,
    .content-sidebar {
        width: 100%
    }
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .genesis-box,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .nav-secondary,
    .post-edit-link,
    .sidebar,
    button,
    input,
    select,
    textarea {
        display: none!important
    }
    .title-area {
        text-align: center;
        width: 100%
    }
    .site-title>a {
        margin: 0;
        text-decoration: none;
        text-indent: 0
    }
    .site-inner {
        padding-top: 0;
        position: relative;
        top: -100px
    }
    .author-box {
        margin-bottom: 0
    }
    dl,
    ol,
    ul {
        page-break-before: avoid
    }
}

.rgc-featured-image h3,
.rgc-featured-image h3 a {
    font-size: 14px;
    color: #555;
    font-family: proxima_nova_ltlight, sans-serif
}

.rgc-featured-image a img {
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    border: 10px solid #f5f5f5;
    transition: all .2s ease-in-out
}

.rgc-featured-image a img:hover {
    border: 10px solid #eee
}

.products td,
.products tr,
.woocommerce .va-picker .va-picker-item,
.woocommerce .va-selected .va-picker-item {
    border: none!important
}

.rgc-featured-image {
    float: left;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 10px
}

.content-sidebar .rgc-featured-image,
.sidebar-content .rgc-featured-image {
    width: 50%
}

.full-width-content .rgc-featured-image {
    width: 33%
}

@media only screen and (max-width:1023px) {
    .full-width-content .rgc-featured-image {
        width: 50%
    }
}

@media only screen and (max-width:767px) {
    .content-sidebar .rgc-featured-image,
    .full-width-content .rgc-featured-image,
    .sidebar-content .rgc-featured-image {
        width: 100%
    }
}

#pa_1-year-initial-term,
#pa_2-month-initial-term,
#pa_one-off-setup-fee,
#pa_lifetime-term,
#pa_one-off-introductory-fee,
.first .last .post-74 .product .type-product .status-publish .has-post-thumbnail .entry .taxable .shipping-taxable .purchasable .product-type-simple .instock,
.reset_variations,
div.payment_box:before,
label[for=pa_one-off-setup-fee],
label[for=pa_1-year-initial-term],
label[for=pa_2-month-initial-term],
label[for=pa_lifetime-term],
label[for=payment_method_yith-stripe],
label[for=pa_one-off-introductory-fee]  {
    display: none!important
}

.woocommerce ul.products li.product .price {
    color: #0076be;
    display: block;
    font-weight: 900;
    margin-bottom: .5em;
    font-size: 28px
}

.products .input-text.qty.text {
    display: none!important
}

.single_add_to_cart_button.button.alt {
    margin-top: 0!important
}

.products .product {
    border: 1px solid #eee;
    border-radius: 4px
}

.cross-sells .products .product {
    border: none
}

@media only screen and (min-width:862px) {
    .woocommerce .cart-collaterals .cross-sells ul.products li,
    .woocommerce-page .cart-collaterals .cross-sells ul.products li {
        width: 57%!important
    }
}

@media only screen and (max-width:768px) {
    .woocommerce .cart-collaterals .cross-sells ul.products li,
    .woocommerce-page .cart-collaterals .cross-sells ul.products li {
        width: 100%!important
    }
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: inline-block;
    float: right;
    width: 100%;
    font-size: 25px;
    font-weight: 700
}

.cart-collaterals .cross-sells {
    border: 1px solid #eee;
    border-radius: 4px;
    width: 50%!important;
    float: left
}

.cart-collaterals .cart_totals.calculated_shipping {
    width: 38%!important;
    float: right
}

@media only screen and (max-width:845px) {
    .cart-collaterals .cart_totals.calculated_shipping,
    .cart-collaterals .cross-sells {
        width: 100%!important;
        float: none
    }
}

.cart-collaterals .cross-sells .product {
    margin-bottom: 0!important;
    padding-bottom: 11px!important
}

.cart-collaterals .cross-sells .product .button {
    background: #94A7B7
}

.variation dt {
    display: inline-block;
    width: 150px
}

.ulcontent,
a.more-link {
    display: table
}

input {
    border-color: 1px solid #245782
}

.woocommerce-cart .cart-collaterals .cart_totals table td {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    height: 161.5px
}

.woocommerce-checkout #payment div.payment_box {
    background-color: #ffffff;
}

.woocommerce-cart table.cart img {
    width: 150px!important;
    box-shadow: none
}

select#pa_1-year-initial-term,
select#pa_2-month-initial-term,
select#pa_are-you-vat-exempt,
select#pa_one-off-setup-fee,
select#pa_one-off-introductory-fee {
    width: 120px
}

.post-type-archive .label{
    max-width: 80px;
}

a.more-link {
    font-size: 14px;
    margin-top: 16px;
    padding: 7px 18px;
    border-radius: 4px;
    color: #FFF;
    background-color: #0076be;
    border: 1px solid #FFF;
    transition-property: opacity;
    transition-delay: .3s;
    transition-duration: .5s;
    text-transform: uppercase;
    font-weight: 600
}

@media only screen and (min-width:846px) and (max-width:1012px) {
    .nav-secondary .genesis-nav-menu a {
        color: #fff;
        font-weight: 700;
        outline: transparent!important;
        font-size: 13px;
        /*margin-bottom: 10px!important*/
    }
    .genesis-nav-menu a {
        padding: 8px!important
    }
}

@media only screen and (min-width:769px) {
    .cart-collaterals .cross-sells {
        width: 60%!important;
        margin-right: 2%;
        float: left
    }
    .woocommerce-cart .cart-collaterals .cart_totals table {
        border-collapse: separate;
        margin: 0 0 6px;
        padding: 0;
        width: 100%;
        float: left
    }
    .woocommerce ul.products li.product img,
    .woocommerce-page ul.products li.product img {
        position: absolute;
        top: 24px;
        left: -61%;
        width: 60%!important;
        height: auto!important;
    }
    .p-crossel {
        margin: 10px 0!important;
        padding: 0!important
    }
    p {
        margin: 10px 0!important;
    }
}

.fa-facebook-f:before,
.fa-facebook:before,
.fa-google-plus:before {
    margin-right: 20px
}

.socialmedia-footer {
    padding-left: 0
}

@media only screen and (min-width:765px) and (max-width:1024px) {
    .socialmedia-footer {
        padding-left: 30%
    }
}

.woocommerce ul.products {
    padding-top: 4%
}

@media only screen and (min-width:1026px) {
    .socialmedia-footer {
        padding-left: 28%;
        margin-top: 10px!important;
    }
    .firstpreheader-text {
        font-size: 12px
    }
}

.divtwo {
    position: relative;
    top: 11px
}

.preheader-phonenum {
    position: relative;
    top: -26px;
    font-size: 15px;
    font-weight: 700
}

.divthree {
    height: 0
}

.divtwo .header-button {
    font-size: 16px;
    font-weight: 500
}

.divone-heaer {
    font-size: 12px;
    font-weight: 700
}

@media only screen and (max-width:767px) {
    .divtwo {
        position: relative;
        text-align: center;
        margin-top: 1px;
        margin-bottom: 47px
    }
}

.dashicon-header {
    position: relative;
    top: -30px;
    margin-left: 0;
    margin-right: 5px;
    transform: rotate(90deg);
    color:#0076be;
}

span.fl-accordion-button-label {
    font-size: 18px;
    font-weight: 600
}

footerwidgetheader-container {
    display: none
}

h1.entry-title {
    margin: 5px 0 20px
}

@media screen and (max-width:425px) {
    h1.entry-title {
        /*margin: 5px 0 -30px*/
    }
}

ul.circle li {
    margin: 16px 0 16px 28px!important;
    padding-left: 0
}

div#ladyimg .fl-photo-content img {
    padding-top: 147px
}

@media only screen and (max-width:418px) {
    .alignright.wp-image-23329 {
        width: 100%
    }
}

@media only screen and (min-width:1025px) {
    .alignright.wp-image-23329 {
        margin-right: 10%
    }
}

@media only screen and (min-width:928px) {
    .alignright.wp-image-23329 {
        position: absolute;
        left: 60%;
        margin-top: -50px
    }
    .fl-node-56fae45819227 .fl-row-content-wrap {
        background-repeat: no-repeat;
        background-position: inherit;
        background-attachment: scroll;
        background-size: inherit!important;
        background-color: #fff!important
    }
}

@media only screen and (min-width:769px) and (min-width:1021px) {
    .fl-col-group .fl-node-56e927f087864 {
        margin-top: 80px!important
    }
}

.imgoldlady img {
    max-width: 264%;
    position: relative;
    left: -175px;
    top: -145px
}

@media only screen and (min-width:993px) and (max-width:1133px) {
    .imgoldlady img {
        max-width: 326%;
        position: relative;
        left: -175px;
        top: -145px
    }
}

@media only screen and (min-width:320px) and (max-width:363px) {
    .alignnone.size-full.wp-image-16 {
        margin-left: 60px;
        margin-right: 60px;
        margin-bottom: 5px
    }
}

@media only screen and (min-width:768px) and (max-width:860px) {
    .header-button {
        position: relative;
        margin-left: -30px;
        padding: 15px!important
    }
}

@media only screen and (max-width:375px) {
    td.product-thumbnail,
    th.product-thumbnail {
        display: none
    }
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        font-size: 18px
    }
    .woocommerce table.shop_table td {
        padding: 6px 10px
        
    }
}

@media only screen and (max-width:768px) {
    .woocommerce .woocommerce-message .button {
        float: none;
        display: block;
        text-align: -webkit-center;
        margin-bottom: 20px
    }
}

/*li#menu-item-3245 a span{
    background-color: white;
    border-radius: 6px;
    padding: 7px;
    color: #3697bc;
}*/

/*Hompage mobile styling*/
#mobile-old-man{
    margin-top:-50px
}
/*accessories mobile styleing*/
#accessories-mobile-text-spacing{
    margin-bottom:-70px;
}
/*blog styling*/
@media only screen and (min-width:767px) and (max-width:768px) {
    .entry {
        padding: 0px 15px;
    }
}
/*request info pack mobile page styling*/
#mobile-request-info-pack{
    margin-top:-30px;
}
/*mobile bullet point spacing*/
@media only screen and (max-width:425px) {
    .entry-content ul {
    margin-left: 0px;
}
}

/*Direct Debit Logo Tweak*/

@media only screen and (max-width: 418px){
    .alignnone.size-full.wp-image-3418{
            width: 100%;
    }
}

@media only screen and (min-width: 1025px){
    .sub-menualignnone.size-full.wp-image-3418{
            margin-right: 10%;
    }
}

@media only screen and (min-width: 928px){
    .alignnone.size-full.wp-image-3418{
            position:absolute;
            left: 60%;
            margin-top:-50px;
    }
}
/* checkout styling */
.woocommerce-checkout #payment{
  background: #94a7b7!important;
}
/*footer social media*/
.sprite { background: url('https://www.telecarechoice.co.uk/wp-content/uploads/2017/06/Social-media-buttons.png') no-repeat top left; display: inline-block; height: 50px; width: 50px; outline: 0} 
.sprite.Facebook {background-position: 4px 0;} 
.sprite.Twitter {background-position: -43px 0;} 
.sprite.GooglePlus {background-position: -91px 0;}

/*Phone manual order page*/
/* .postid-3827 .images, .postid-3827  .footer-widgets,
.postid-3827 .woocommerce-variation-description,
.postid-3827 .preheadercontainer, 
.page-id-3818 .images,
.page-id-3818 .woocommerce-variation-description,
.page-id-3818  .entry-title, 
.page-id-3818 .opc_add_fee_wrap, .page-id-3818 .one_page_checkout_page h3:first-child 
.postid-3827 .images,
.page-id-3818 input[value="Assign Customer to Order"], 
.page-id-3818 #s2id_customer_user,
.page-id-3818 #one_page_searchable_customer_search .ignitewoo_one_page_tax_exempt, 
.page-id-3818 #one_page_searchable_customer_search input[value="Assign Customer to Order"],
.page-id-3818 .product-thumbnail,
.page-id-3818 .opc_price,
.page-id-3818 .product-quantity,
.page-id-3818  #one_page_searchable_customer_search p:nth-of-type(1),
.page-id-3818 .opc_add_fee_wrap,
.page-id-3818 form#one_page_searchable_customer_search h3:nth-of-type(1),
.page-id-3818 .woocommerce-shipping-fields h3:nth-of-type(2),
.page-id-6 #additional_field_231_field, .page-id-6 #page-id-6 #additional_field_480_field, .page-id-6 #additional_field_545_field,
 .page-id-3818 .woocommerce-message,.page-id-3818 .one_page_checkout_page .woocommerce-info, .page-id-3818 #one_page_searchable_customer_search,
 .page-id-3818 .woocommerce-checkout-review-order-table tbody,
.page-id-6 #additional_field_480_field, .page-id-6 #additional_field_435_field,
.page-id-6 .renewalmethod
{
    display: none !important;
}
.page-id-3818  h3#ship-to-different-address {
    font-size: 32px;
    color: #0076be;
}
.page-id-3818 input.input-checkbox{
     width: 40px;
    height: 24px;
}
.page-id-3818 .order-total{
    color: #da0000;
    font-size: 20px;
        background-color: #efefef;
}
.postid-3827 .cart, .page-id-3818 .woocommerce-checkout{
margin-top: 40px;
}


#one_page_searchable_form, #one_page_searchable_customer_search {
    background-color: #f09526 !important;
    }
/*header styling*/
.header-button{
    display:none;
}
/*@media only screen and (min-width: 1200px){
.divthree{
    margin-top: 7%;
}
}
@media only screen and (min-width: 768px) and (max-width: 1199px){
.divthree{
    margin-top: 11%;
    margin-right:1%
}
}
@media only screen and (max-width: 767px){
.nav-secondary .responsive-logo{
    margin-top:-45px;
    margin-left:40%;   
}*/
/*.toggle{
    float:left;
}*/
.divthree{
    /*position:absolute;*/
    right:4%;
    margin-top: 63px;
}
}
/*@media only screen and (max-width: 470px){
.nav-secondary .responsive-logo{
    margin-left:30%;
}
}*/
/*@media only screen and (max-width: 363px){
.nav-secondary .responsive-logo{
    margin-left:24%;
}
}*/
/*header styling*/
.header-button{
    display:none;
}
/*@media only screen and (min-width: 1200px){
.divthree{
    margin-top: 7%;
}
}
@media only screen and (min-width: 768px) and (max-width: 1199px){
.divthree{
    margin-top: 11%;
    margin-right:1%
}
}*/
/*@media only screen and (max-width: 767px){
.nav-secondary .responsive-logo{
    margin-top:-45px;
    margin-left:40%;   
}*/
/*.toggle{
    float:left;
}*/
.divthree{
    /*position:absolute;*/
    right:4%;
    margin-top: 45px;
}
/*}
@media only screen and (max-width: 470px){
.nav-secondary .responsive-logo{
    margin-left:30%;
}
}
@media only screen and (max-width: 363px){
.nav-secondary .responsive-logo{
    margin-left:24%;
}
}*/
/*header styling end*/
div.shipping_address h3{
    display: block;
}

/*cse page styling*/
/* .post-3818 .variation{
    display:flex;
}
.post-3818 .variation dd{
    margin-left:10px!important;
}
.post-3818 .shop_table.woocommerce-checkout-review-order-table .variation dd{
    margin-top:-10px!important;
}
.post-3818 .shop_table.woocommerce-checkout-review-order-table .variation dt{
    margin-left:10px!important;
}
.page-id-3818 .button.alt{width:100%!important;}
a.web-links{
    background-color: #000000;
    color: #fff;
    padding: 10px;
}
.page-id-3818 #additional_field_480_field, .page-id-3818 #additional_field_545_field, .page-id-3818 #additional_field_244_field 
{
    width: 33%;
    display: inline-block;
    padding: 10px!important;
}
.page-id-3818 #additional_field_674_field, .page-id-3818 #additional_field_151_field, .page-id-3818 #additional_field_78_field,
.page-id-3818 #additional_field_696_field{
    width: 25%;
    display: inline-block;
     padding: 10px!important;
} */
/*cse page styling end*/

.page-id-3818 .woocommerce-billing-fields, .page-id-3818 .woocommerce-shipping-fields{
    background-color: #efefef;
    padding: 20px;
}
.page-id-3818 #opc_table_layout{
    background-color: lightyellow;
    padding: 20px;
}
/*404 page styling*/
.error-links{
    display:inline-block!important;
    font-weight:700;
    text-decoration:underline;
    color:#245782!important;
}
/*404 page styling end*/

a.phone-orders{
   background-color: #245782 ;
    padding: 6px;
    margin-bottom: 65px;
    font-size: 23px;
    color: #fff;
    /* width: 124%; */
    border-radius: 7px;
}

/*.page-id-3818 #payment > ul > li.wc_payment_method.payment_method_yith-stripe > label{
    display: initial !important; 
}
.page-id-3818 #payment  div.card:not(:last-child), .page-id-3818 #payment  div.card.selected:not(:last-child){
    display: none;
}*/
.page-description ol{
    display: inline-block;
    line-height: 0.0;
}
.page-description p{
    display: inline-block;
}
ol p{
    margin-left:5px!important;
    margin-right:5px!important;
}
/*basket styleing*/
.cart-subtotal th,.cart-subtotal td , .order-total th, .order-total td{
    height: 10px!important;
}
.shipping td{
    height: 10px!important;
}
@media only screen and (max-width:375px) {.product-name {width:200px}}
/*basket styleing end*/
/*New css cses page*/
#reminder{
    color:  red;
    font-style: italic;
    font-size: 20px;
}
.page-id-3818 .entry-title,
.page-id-3818 .product-thumbnail,
.page-id-3818 .product-quantity{
    display: none!important
}
.postid-3827 .images{display:none!important}
.postid-3827 .summary.entry-summary, .postid-3827 .component_options_select{width:100%!important;}
.page-id-3818 .small.opc_price{width:100px!important}
.page-id-3818 .fee_name, .page-id-3818 .fee_amount{width:38%!important; height:40px;}
.page-id-3818 .fee_taxable{width:3%}
.page-id-3818 .component-VATExemption{line-height: 2rem;}
.page-id-3818 .submit.button{font-size:18px!important; background-color:#0076be!important; color:#fff!important;}
.page-id-3818 #opc_searchable_layout{background-color:#ffffe0}
.page-id-3818 a.web-links{background-color: #000000; color: #fff; padding: 10px;}
.page-id-6 .cses-extra-checkout{display: none;}

/*checkout styling on mobile*/
@media only screen and (max-width:400px) {#yith-stripe-card-number{font-size: 18px!important;}}
@media only screen and (max-width:365px) {#yith-stripe-card-number{font-size: 13px!important;}}
/*checkout styling on mobile end*/

.page-header .fl-module-content.fl-node-content .fl-icon{display:none}
.page-header .fl-module-content.fl-node-content{margin:0}
/*Homepage styling*/
.pricing-box > div > div > div > div > div > ul > li{text-align:center!important; font-weight:700!important}
.pricing-box > div > div > div > div > div > div.fl-pricing-table-price > span{text-align:center!important; font-weight:600!important; font-size:19px!important}
#Yearly > div > div > div > div > div > div.fl-button-wrap.fl-button-width-auto.fl-button-center > a{border:4px solid;}
#monthly > div > div > div > div > div > div.fl-button-wrap.fl-button-width-auto.fl-button-center > a{border:4px solid;}
.pricing-box > div > div > div > div > div > div.fl-button-wrap.fl-button-width-auto.fl-button-center > a > span{font-weight:700!important}
.fl-pricing-table.fl-pricing-table-border-large .fl-pricing-table-column .fl-pricing-table-price{margin: 0 -13px;}
.menu-secondary{text-align: center;}
@media only screen and (min-width:1200px) {.genesis-nav-menu a{padding: 13px 17px;font-weight: 600!important;}.genesis-nav-menu{line-height: 0}}
@media only screen and (min-width:1200px) {
#menu-item-3245{background-color:#00B5EF}
#menu-item-110:before,
#menu-item-87:before,
#menu-item-6767:before,
#menu-item-92:before,
#menu-item-8901:before,
#menu-item-95:before,
#menu-item-20256:before,
#menu-item-18161:before
{content:"";border: 1px solid;height: 17px;margin-top: 5px;position: absolute;}}
@media only screen and (min-width:1013px) and (max-width:1199px) {
#menu-item-3245{background-color:#00B5EF}
#menu-item-110:before,
#menu-item-87:before,
#menu-item-6767:before,
#menu-item-92:before,
#menu-item-8901:before,
#menu-item-95:before,
#menu-item-20256:before,
#menu-item-18161:before
{content:"";border: 1px solid;height: 14px;margin-top: 15px;position: absolute;}}
@media only screen and (min-width:769px) and (max-width:1012px) {
#menu-item-3245{background-color:#00B5EF}
#menu-item-110:before,
#menu-item-87:before,
#menu-item-6767:before,
#menu-item-92:before,
#menu-item-8901:before,
#menu-item-95:before,
#menu-item-20256:before,
#menu-item-18161:before
{content:"";border: 1px solid;height: 13px;margin-top: 8px;position: absolute;}}
.preheaderright.one-half{width:60%!important}
.preheaderleft.one-half{width:30%!important}
.dashicon-header2 {
    position: relative;
    top: -30px;
    margin-left: 10px;
    margin-right: 5px;
    color:#0076be
}
.preheadercontainer .wrap{max-width: 1060px;}
@media only screen and (max-width:767px) {.divthree{margin-top:0px}.preheaderright.one-half{float:right; width:100%!important}.preheaderleft{display:none}}
@media only screen and (max-width:454px) {.divthree{margin-top:-10px; margin-bottom:15px}.preheaderright.one-half{float:right; width:100%!important}.preheaderleft{display:none}}
@media only screen and (max-width:454px) {.header-breaker{display:initial!important}}
.rss-widget-icon{display:none}
#rss-2 li .rsswidget{font-weight: 600;}
.footer-widgets li{border-bottom: 1px solid rgba(255, 255, 255, 0.51);}
.footer-widgets li:last-child{border-bottom: initial;}
#rss-3 .rssSummary{font-weight: 600;}
.footer-widgets .widget-title.widgettitle{margin-top:0}
.phone-footer a{font-weight: 600;}
.phone-footer .dashicons-phone{-ms-transform: rotate(90deg);-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.phone-footer span{margin:5px;margin-left:initial;}
.footer-widgets-1 img{width:300px}
.site-footer{display:none}
@media only screen and (min-width:768px)and (max-width:878px){.footer-widgets-1{width:35%;margin-right:2%}}
@media only screen and (min-width:1200px){.phone-footer{font-size:20px!important}}
.home .entry-content .vat-holder ul{margin-left: 0;}
.footer-widgets .post-date{display:block}
.footer-widgets #recent-posts-3 a{font-weight:600}
#custom_html-4 > div > div > div > span > a{color:#80807f}
@media screen and (min-width: 1800px) {
    #banner-olt .fl-row-content-wrap{
        padding-top:100px;
    }
    #banner-olt .fl-module.fl-module-button{
        padding-bottom:80px;
    }
}
.h-but{
    font-size: 20px;
    line-height: 22px;
    padding: 14px 30px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 390px;
    background: #00b5ef;
    border: 1px solid #00a9e3;
    color: #fff;
    display:  block;
    text-align:  center;
    font-weight: 600;
}
.h-but:hover{
    background: #797d82;
    border: 1px solid #797d82;
    color:#fff
}
.h-pendant{
    float:left;
    display:inline-block;
    -ms-transform: rotate(60deg); /* IE 9 */
    -webkit-transform: rotate(60deg); /* Safari */
    transform: rotate(60deg);
    margin-top: -10px;
}
.h-text-but{
    float:  left;
}
@media only screen and (max-width: 1339px){
    #h-blog-p .fl-post-grid-post:nth-child(3){display:  none;}
}
@media only screen and (max-width: 992px){
    #h-blog-p .fl-post-grid-post:nth-child(2){margin-top:10px}
}
/*Homepage styling end*/
/*product styling*/
.woocommerce .quantity .qty{height: 46.5px;}
/*cart mobile styling*/
@media screen and (max-width: 425px){
.woocommerce .order_details li{display:  block;width: 100%;margin-bottom: 10px;border:  none;}}
/*contact us page styling*/
@media screen and (max-width: 768px) {
.page-id-93 p{
margin-bottom: 0;
}
.page-id-93 h2{
margin-bottom: 0;
margin-top:0px
}
.page-id-93 .fl-row-content-wrap{padding-bottom: 0;}
}

@media screen and (max-width: 768px) {
.page-id-93 p{
margin-bottom: 0;
}
.page-id-93 h2{
margin-bottom: 0;
margin-top:0px
}
}
/*mobile menu styling fix*/
@media only screen and (max-width:845px) {
    .nav-secondary .menu .sub-menu{
        position:  relative;
        display:  initial;
    }
    .nav-secondary .menu .sub-menu li a{
        color: #fff;
        background-color: #0058a0;
        border:  initial;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
    }
    .nav-secondary .menu li.menu-item-has-children>a:after{
        display:none;
    }
}
@media only screen and (max-width:768px) {
#place_order{width:100%}
body > div.site-container > div.site-inner > div > div > main > article > div > div > div.fl-row.fl-row-full-width.fl-row-bg-color.fl-node-59e5d257c381d.vat-holder > div > div > div > div > div > div.fl-col-group.fl-node-59e5d2a201d76.fl-col-group-nested > div.fl-col.fl-node-59e5d2a20204a.fl-col-small{
    max-width:  initial;
}
}
.footerwidgetheader-container{padding:10px}
.page-id-6 #additional_field_373_field{display:none;}
.footer-widgets a:hover{color:#00b5ef;}
/*homepage blog post styling*/
body h2.fl-post-grid-title{height:65px;}
body .fl-post-grid-content p{height: 200px;}
.fl-post-grid-text a.more-link{bottom: 5px;position: absolute;}
@media only screen and (max-width: 1200px) {
#banner-olt .fl-row-content-wrap{
    padding-left: 0px;
    margin-left:-60px
}}
@media only screen and (max-width: 350px) {
    .home .fl-post-grid-text a.more-link{
        position:  relative;
        margin-top: 0px;
        bottom:  initial;
    }
    .home .fl-post-grid-post{
    height: auto!important;
    display:  block;
    position: relative!important;
    top: initial!important;
}
	.home .fl-post-grid-post:nth-child(2){margin-top: 30px;}
	.home .fl-post-grid{height:initial!important}
	.home .fl-post-grid-content p{height:initial}
}

/*new blog styling*/

.page-template-bloghome .blog-ha{width: calc(100% - 25%);display: inline-block;margin-top: 40px;}
.page-template-bloghome #odd.blog-a{background-color: #00b5ef;color: #fff;height: 398px;overflow: hidden;}
.page-template-bloghome #even.blog-a{background-color: #0076be;color: #fff;height: 398px;overflow: hidden;}
.page-template-bloghome .blog-texta{display: inline-block;width: 50%;/*margin-top: 150px;*/margin-top: 10px;}
.page-template-bloghome .blog-imagea{display: inline-block;width: 50%;}
.page-template-bloghome .blog-texta p{padding: 0px 25px 15px 25px !important;}
.page-template-bloghome .blog-texta h2{padding: 0px 25px;font-size: 20px;}
.page-template-bloghome .blog-texta h2 a{color:#fff;}
.page-template-bloghome #odd .blog-texta{float: left}
.page-template-bloghome #even .blog-texta{float: right}
.page-template-bloghome .blog-texta p:after{content: "...";margin-left: -6px;}
.page-template-bloghome .sidebar .widget{background-color: #787878 !important;margin: 40px;padding: 30px 30px;height: 1592px;overflow: auto;}
.page-template-bloghome .widget-title{color: #fff;margin-top: 0;font-size: 24px;}
.page-template-bloghome .sidebar li{border: initial!important;margin-bottom: 0px !important;padding-bottom: 5px !important;}
.page-template-bloghome .sidebar li a{color: #fff}
.page-template-bloghome .sidebar-primary{width: 25% !important;}
.page-template-bloghome #year-t{color: #fff;margin-top: 20px;font-size: 24px;font-weight: 700;}
.page-template-bloghome #nav-posts{font-size: 20px;font-weight: 700;text-align: center;}
.page-template-bloghome #nav-posts a{color: #fff;}
@media only screen and (min-width: 1199px){
.page-template-bloghome #nav-posts{margin-top: 20px;}
}
@media only screen and (min-width: 1020px) and (max-width: 1199px) {
  .page-template-bloghome .blog-texta{margin-top:  initial !important;height: 351px;}
  .page-template-bloghome .blog-a{height: 375px !important;}
.page-template-bloghome .sidebar .widget{margin: 40px 15px;height: 1500px;overflow: scroll;}
.page-template-bloghome #nav-posts{margin-top: 20px;font-size: 17px;}
}
@media only screen and (min-width: 1020px) {
  .page-template-bloghome .blog-a:nth-child(2),.blog-a:nth-child(3),.blog-a:nth-child(6),.blog-a:nth-child(7){display: none!important;}
}
@media only screen and (max-width: 1019px) {
  .page-template-bloghome .sidebar-primary{width:35% !important;float: right;}
  .page-template-bloghome .blog-ha{width: calc(100% - 35%) !important;}
  .page-template-bloghome .blog-imagea{width: 100%!important;}
  .page-template-bloghome .blog-texta{width: 100%!important;margin-top: initial !important;}
  .page-template-bloghome .blog-a:nth-child(2), .page-template-bloghome .blog-a:nth-child(3), .page-template-bloghome .blog-a:nth-child(6), .page-template-bloghome .blog-a:nth-child(7){/*! display: inline-block!important; */}
  .page-template-bloghome #even.blog-a, #odd.blog-a{height: initial !important;}
  .page-template-bloghome .blog-imagea img{width: 100%;}
  .page-template-bloghome #odd.blog-a{display: none!important;}
  .page-template-bloghome #even .blog-texta{float: none !important;}
  .page-template-bloghome .sidebar .widget{padding: 20px !important;height: initial;}
}
@media only screen and (max-width: 680px) {
  .page-template-bloghome .sidebar-primary{width:100% !important;}
  .page-template-bloghome .blog-ha{width:100% !important;}
  .page-template-bloghome .sidebar .widget{margin: 40px 0px !important;font-size: 20px;text-align: center;}
}
.archive .archive-description, .archive .content .entry{padding: 0;}
.footerwidgetheader-container .row-max{max-width:1200px;margin:auto}
.footerwidgetheader-container #sright{margin-left:10px}
.footerwidgetheader-container #sleft{margin-right:10px}
.footerwidgetheader-container .buy-box{float: right;border: 10px solid #f4f9f7;height: 410px;width: 100%;padding: 20px;}
.footerwidgetheader-container #alarm-box{width: 300px;height: 232px;margin: auto;background: url(/wp-content/uploads/2018/10/Telecare_Alarm.jpg);}
.footerwidgetheader-container #square-box-holder{display: flex;padding-left:10px !important; padding-right:10px !important;}
.footerwidgetheader-container .square-box{;display: inline-block;width: 48%;float: left;flex: 1;}

@media only screen and (max-width: 1199px) {
  .footerwidgetheader-container .row-max{max-width: 900px !important;}
}
@media only screen and (max-width: 890px) {
  .footerwidgetheader-container div.row-max{max-width: 730px !important;}
  .footerwidgetheader-container .buy-box h3{font-size: 24px !important;}
  .footerwidgetheader-container .buy-box{height: 418px !important;padding: 20px 0px;float: none;}
}
@media (min-width: 768px) and (max-width: 1024px) {
.buy-box{display: none;}
.footerwidgetheader-container div div.row-max{max-width: 100% !important;}
.footerwidgetheader-container span.square-box{display: block;width: 100%;flex: initial;float: initial;margin: 0px !important;}
.footerwidgetheader-container span#square-box-holder{display: block;padding-left:10px !important; padding-right:10px !important;}
}
@media only screen and (max-width: 768px) {
  .footerwidgetheader-container div div.row-max{max-width: 768px !important;}
  .footerwidgetheader-container span.square-box{display: block;width: 100%;flex: initial;float: initial;margin: 0px !important;}
  .footerwidgetheader-container span#square-box-holder{display: block;padding-left:10px !important; padding-right:10px !important;}
  .footerwidgetheader-container #sright{margin-top: 20px!important;}
}
@media only screen and (max-width: 500px) {
    .footerwidgetheader-container #sright{display:none;}
}

/*Single product css*/
@media only screen and (min-width: 500px) {
.single-product.woocommerce div.product div.images, 
.single-product.woocommerce div.product div.summary{
    display: inline-block;
    width: 50%;
    float: left;
}
}

/*Landing css*/

.landing-sign-h{
    text-align: center;
}
.landing-sign{
    text-align: center;
    display: inline-block;
    margin: auto;
    text-transform: uppercase;
    min-width: 250px;
    margin-top: 15px;
}
.landing-sign .l-blue-graid{
    background: rgb(0,118,190);
    background: -moz-linear-gradient(90deg, rgba(0,118,190,1) 0%, rgba(0,118,190,1) 40%, rgba(98,194,252,0.9808298319327731) 50%, rgba(0,143,231,1) 60%, rgba(0,118,190,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,118,190,1) 0%, rgba(0,118,190,1) 40%, rgba(98,194,252,0.9808298319327731) 50%, rgba(0,143,231,1) 60%, rgba(0,118,190,1) 100%);
    background: linear-gradient(90deg, rgba(0,118,190,1) 0%, rgba(0,118,190,1) 40%, rgba(98,194,252,0.9808298319327731) 50%, rgba(0,143,231,1) 60%, rgba(0,118,190,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0076be",endColorstr="#0076be",GradientType=1);
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.landing-sign .l-blue-graid.top{
    margin-bottom: 5px;
}
.landing-sign .l-blue-graid span{
    padding: 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #fff;
    display: block;
}
.landing-sign h1{
    color: #fff;
    margin: 0;
    line-height: 1;
    margin-bottom: 5px;
}
.landing-sign h4{
    color: #fff;
    margin: 0;
    font-size: 12px;
    font-weight: 600
    ;line-height: 1.4;
}
.landing-sign .sign-poles.outer{
    display: block;
    width: 70%;
    height: 85px;
    margin: auto;
    margin-top: -66px;
    position: relative;
    z-index: 0;
    border-right: 4px solid #7d7d7d;
    border-left: 4px solid #d1d1d1;
}
.landing-sign .sign-poles.inner{
    display: block;
    width: 100%;
    height: 85px;
    border-left: 4px solid #7d7d7d;
    border-right: 4px solid #d1d1d1;
}
.rbox-h{text-align: center;content: "";display: table;clear: both;display: flex;}
.rbox{width: 23%;display: inline-block;text-align: center;margin-left: 1%;margin-right: 1%;float: left;padding: 20px; color:#fff;flex: 1;}
.rbox h6{color:#fff}
.rbox:nth-child(even){background-color: #0076be;}
.rbox:nth-child(odd){background-color: #00b5ef;}
.ri{width: 29px;height: 30px;margin: auto;background: url(/wp-content/uploads/2019/05/TOHP3-min.png) -1400px 0;}

.ibox-h{text-align: center;content: "";display: table;clear: both;}
.ibox{width: 300px;;display: inline-block;padding: 15px;text-align: left;height: 300px;float: left;color: #fff;}
/*#i1{background: url(/wp-content/uploads/2019/05/TOHP3-min.png) -200px 0;}
#i3{background: url(/wp-content/uploads/2019/05/TOHP3-min.png) -500px 0;}
#i6{background: url(/wp-content/uploads/2019/05/TOHP3-min.png) -800px 0;}
#i8{background: url(/wp-content/uploads/2019/05/TOHP3-min.png) -1100px 0;}*/
#i2{background-color: #0076be;}
#i4,#i5{background-color: #00b5ef;}
.ibox h3,.ibox a{color: #fff;}
.ibox a:hover{color: #fff;}
#i7 h3,#i7 a{color: #0076be;}
#i7{color: #0076be;}
.ibox a:hover{color: #fff;}

#landing-blue-bar .fl-row-content-wrap{
    height: 25px;
}
body #landing-blog  h2.fl-post-grid-title{
    -webkit-transition: .3s all;
    transition: .3s all;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 80px;
    min-height: 78px;
    overflow: hidden;
    height: inherit;
}
body #landing-blog .fl-post-grid-content p{
    -webkit-transition: .3s all;
    transition: .3s all;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 100px;
    overflow: hidden;
}
#landing-blog .fl-post-grid-more{
    background-color: #0076be;
    color: #fff;
    padding: 7px 15px;
    text-transform: uppercase;
    font-weight: 600;
}
#landing-review-button .fl-button{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
}
.landing-checker-buy-now{
    width: 100%;
    display: flex;
    margin: 15px 0px;
}
.landing-checker-buy-now .darkblue{
    background-color: #0076be;
    flex: 1;
    text-align: right;
    padding: 10px 15px;
    color: #fff;
    font-size: 31px;
    font-weight: 600;
    margin-right: 4px;
}
.landing-checker-buy-now .lightblue{
    background-color: #00b5ef;
    flex: 1;
    text-align: left;
    padding: 10px 15px;
    color: #fff;
    font-size: 31px;
    font-weight: 600;
}
@media only screen and (max-width: 1240px) {
    #landing-blog .fl-post-grid-post:nth-last-child(2){
        display: none!important;
    }
}
@media only screen and (max-width: 1199px) {
  #i1, #i3, #i6, #i8{display: none;}
  .ibox{width: 100% !important;height: initial !important;float: initial !important;color:#fff!important;}
  .ibox h3, .ibox a{color:#fff!important;}
  .ibox h3{margin-top: 0px}
  #i2, #i5{background-color: #0058a0;}
  #i4, #i7{background-color: #00b5ef;}
}
@media only screen and (max-width: 890px) {
    .rbox-h{display: initial !important;}
    li.rbox{width: 100%;flex: initial;float: initial;display: block;margin-left: 0%;margin-right: 0%;}
}
@media only screen and (max-width: 992px) {
    #landing-plan .fl-col:first-child .fl-module-content{
        margin-top: 0px;
    }
}
@media only screen and (min-width: 769px) {
    #landing-plan .page-header{
        margin-top: 0px;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 768px) {
    #landing-plan .fl-row-content-wrap{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #landing-plan .fl-col-small{
        max-width: initial;
    }
    .fl-pricing-table .fl-pricing-table-col-1,
    .fl-pricing-table .fl-pricing-table-col-2{
        width: 100%;
    }
    #landing-plan .fl-pricing-table-features{
        min-height: initial!important;
    }
    #landing-title .fl-heading-text{
        font-size: 25px;
        margin-bottom: 20px;
        display: block;
    }
    #landing-blog .fl-post-grid.masonry{
        width: 100%!important;
        height: initial!important;
    }
    #landing-blog .fl-post-grid-post{
        float: left;
        position: relative!important;
        background-color: white;
        margin: 0px 10px;
        width: calc(50% - 20px);
        left: initial!important;
        top: initial!important;
    }
    
}
@media only screen and (max-width: 650px) {
    #landing-blog .fl-post-grid-post:nth-last-child(3){
        display: none!important;
    }
    #landing-blog .fl-post-grid-post{
        width: calc(100% - 20px)!important;
        height: initial!important;
    }
}

.page-id-20090 th.label > label {
    font-size: 14px!important;
}

