/*!
Theme Name: Gofar
Theme URI: http://underscores.me/
Author: Gofar
Author URI: https://www.gofar.co
Version: 1.0.0
Text Domain: gofar
*/

h1,
h2 {
    font-weight: 700
}

h2,
h3 {
    color: #222;
    margin-bottom: 40px
}
br {
    line-height: 2;
}
@font-face {
    font-display: swap;
    font-family: MullerLight;
    src: url(/wp-content/themes/gofar/fonts/MullerLight.woff2) format('woff2'), url(/wp-content/themes/gofar/fonts/MullerLight.woff) format('woff');
    font-style: normal;
}

@font-face {
    font-family: MullerRegular;
    src: url(/wp-content/themes/gofar/fonts/MullerRegular.woff2) format('woff2'), url(/wp-content/themes/gofar/fonts/MullerRegular.woff) format('woff');
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: MullerBold;
    src: url(/wp-content/themes/gofar/fonts/MullerBold.woff2) format('woff2'), url(/wp-content/themes/gofar/fonts/MullerBold.woff) format('woff');
    font-style: normal;
}

@font-face {
    font-family: MullerExtraBold;
    src: url(/wp-content/themes/gofar/fonts/MullerExtraBold.woff2) format('woff2'), url(/wp-content/themes/gofar/fonts/MullerExtraBold.woff) format('woff');
    font-style: normal;
}

@font-face {
    font-family: MullerHeavy;
    src: url(/wp-content/themes/gofar/fonts/MullerHeavy.woff2) format('woff2'), url(/wp-content/themes/gofar/fonts/MullerHeavy.woff) format('woff');
    font-style: normal;
}

@font-face {
    font-family: MullerLight;
    src: url(/wp-content/themes/gofar/fonts/MullerLight.woff2) format('woff2'), url(/wp-content/themes/gofar/fonts/MullerLight.woff) format('woff');
    font-style: normal;
}

@font-face {
    font-family: MullerMedium;
    src: url(/wp-content/themes/gofar/fonts/MullerMedium.woff2) format('woff2'), url(/wp-content/themes/gofar/fonts/MullerMedium.woff) format('woff');
    font-style: normal;
}

@font-face {
    font-family: MullerMedium;
    src: url(/wp-content/themes/gofar/fonts/MullerMedium.woff2) format('woff2'), url(/wp-content/themes/gofar/fonts/MullerMedium.woff) format('woff');
    font-style: normal;
}


body {
    font-family: "Open Sans", MullerRegular, arial;
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
}

h1 {
    font-size: 38px;
    color: #001937;
    margin-bottom: 38px;
    line-height: 48px
}

h2 {
    font-size: 37px
}

h3 {
    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: bold;
}

h5 {
    color: #001937;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 700
}

img {
    max-width: 100%;
    height: auto;
}

@media all and (min-width: 1300px) {
    .container {
        max-width: 1170px;
    }
}

.site-content {
    padding-top: 40px;
    padding-bottom: 50px;
    margin-top: 90px;
}

.logged-in.admin-bar .site-content {
    margin-top: 90px;
}

.edit-link a {
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    padding: 8px 10px;
    font-size: 12px;
    border-radius: 4px;
    margin-right: 16px;
    display: inline-block;
}

#mobile-content {
    display: none;
}

#search-form-popup-container {
    display: none;
}

span.edit-link {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
	margin-bottom: 6%;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
	margin-bottom: 6%; 
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/**
 * HEADER
 */

.site-header {
    background-color: #4091d6;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.logged-in.admin-bar .site-header.fixed-top {
    top: 32px;
}

@media all and (max-width: 800px) {
    .logged-in.admin-bar .site-header.fixed-top {
        top: 43px;
    }
}

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

	.logged-in.admin-bar .site-header.fixed-top {
        top: 0;
    }
	.logged-in.admin-bar .site-content {
    	margin-top: 0;
    }
}

.site-header > nav {
    min-height: 82px;
    padding: 25px 1rem;
}

.main-menu li a {
    color: #fff;
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 23px;
    margin-left: 38px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 0.45px;
    -moz-text-stroke: 0.45px;
}

.main-menu li.current-menu-item a {
    text-decoration: underline;
}

.main-menu li.buy-now a {
    color: #fff;
    background-color: #3fbe92;
    padding: 10px 20px;
    border-radius: 6px;
    margin-left: 24px;
    text-decoration: none;
}

.main-menu li.support a {
    background-color: #023E58;
    padding: 10px 20px;
    border-radius: 6px;
    margin-left: 8px;
    text-decoration: none;
}

.main-menu li.search-nav a {
    color: #357bff;
    background-color: #fff;
    padding: 10px 14px;
    border-radius: 6px;
}

/**
 * FOOTER
 */

.site-footer {
    background-color: #003e57;
    padding: 55px 0 25px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.site-footer a {
	color: #5092c4;
}

.footer-menu ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

.footer-menu ul li {
    display: inline-block;
    vertical-align: middle;
}

.footer-menu ul li a {
    color: #5092c4;
    padding: 0 10px;
    font-size: 15px;
}

ul.social-links {
    margin: 0 0 10px 0;
    padding: 0;
}

.site-footer .social-links li {
    display: inline-block;
    margin: 0 5px;
}

.site-footer .social-links a {
    color: #fff;
    font-size: 25px;
}

/**
 * CAR COMPATIBILITY FORM POPUP
 */
.form-overlay-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    z-index: 999999;
    background-color: rgba(0,0,0,0.7);
    display: none;

}

.form-overlay-slider-in .form-overlay-container.compatibility-check-form {
    -webkit-transform: translate3D(0,0,0);
    transform: translate3D(0,0,0);
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
}

.form-overlay-container.compatibility-check-form {
    background-color: #fff;
    width: 600px;
    position: fixed;
    right: 0;
    top: 0;
    padding: 60px 70px 60px 60px;
    overflow-y: auto;
    bottom: 0;
        -webkit-transform: translate3D(100%,0,0);
    transform: translate3D(100%,0,0);
    -webkit-transition: -webkit-transform .5s,visibility .5s;
    transition: transform .5s,visibility .5s;
}

.form-close {
    position: absolute;
    right: 35px;
    top: 35px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.loading {
    background-image: url(/wp-content/themes/gofar/img/ajax-loader.gif);
    width: 200px;
    height: 200px;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: none;
}

.compatibility-check-form h2 {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -.9px;
    color: #000;
    text-align: center;
}

.back-btn {
    margin-bottom: 17px;
    font-size: 16px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    display: none;
}

.hs-form .form-box {
    margin-bottom: 18px;
}

.com-form-block form.hs-form legend, .compatibility-check-form form.hs-form legend {
    color: #000;
    border-bottom: none;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}

.compatibility-check-form form.hs-form select {
    background: url(https://www.gofar.co/hubfs/Assets-2017/business-expense/img/br_down.png) 98% no-repeat;
}

.compatibility-check-form form.hs-form input, .compatibility-check-form form.hs-form select, .compatibility-check-form form.hs-form textarea {
    height: 60px;
    font-size: 22px;
    line-height: 1.23;
    text-align: left;
    margin-bottom: 0;
    border-radius: 0;
    background-color: #fff;
    padding: 10px 20px;
    color: #000;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #a5adc7;
    width: 100%;
}

input.hs-input, select.hs-input, textarea.hs-input {
    transition: border .2s linear,box-shadow .2s linear;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
    max-width: 500px;
}

.hs-form legend, input.hs-input, select.hs-input, textarea.hs-input {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.customModel {
    display: none;
}

.compatibility-check-form form.hs-form .hs-button.primary {
    height: auto;
    border-radius: 6px;
    color: #fff;
    background: #01ba98;
    font-size: 17px;
    text-align: center;
    padding: 14px 45px;
    min-width: 100px;
    text-transform: none;
    cursor: pointer;
    display: inline-block;
    width: auto;
    border: none;
    box-shadow: none;
    text-shadow: none;
    margin: 10px 0;
}

label.err-msg {
    font-weight: 400;
    color: red;
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    display: none;
}

input[disabled], select[disabled] {
    opacity: .4;
}

.error {
    border-color: red!important;
}

/**
 * FB Review
 */
.fb-review-block {
    border: 1px solid #d0d1d5;
    float: left;
    padding: 22px;
    border-radius: 5px;
}

.fb-review-post-meta {
    width: 100%;
    overflow: hidden;
    margin-bottom: 22px;
}

.fb-post-meta-content {
    float: left;
    width: calc(100% - 50px);
}

.fb-profile-sprite {
    background-image: url(https://shop.gofar.co/hubfs/Assets-2017/business-expense/img/fb-profile-pic-sprite.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    text-indent: -9999px;
    width: 65px;
    height: 65px;
    margin-right: 15px;
}

.fb-post-meta-pro-pic {
    /*display: inline-block;*/
    float: left;
}

.fb-post-meta-content h3 {
    font-weight: 300;
    color: #90949c;
    font-size: 16px;
    margin: 12px 0 4px;
}

.fb-post-meta-name {
    font-weight: 700;
}

.fb-post-meta-name, .fb-post-meta-title {
    color: #365899;
}

.fb-post-meta-rating {
    background: #5e90f5;
    border-radius: 12px;
    padding: 4px 8px;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    position: relative;
    top: -1px;
}

.fb-post-meta-rating i {
    margin-left: 3px;
    font-size: 7px;
}

.fb-post-meta-logo {
    float: right;
    /*display: inline-block;*/
    color: #4868ad!important;
    font-size: 32px;
}

.fb-review-block p {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}

.fb-review-footer {
    border-top: 1px solid #e5e5e5;
    padding-top: 8px;
}

.fb-review-footer ul {
    overflow: hidden;
    padding-left: 0;
    margin-bottom: 0;
}

.fb-review-footer li {
    float: left;
}

.fb-review-footer li a {
    color: #4b4f56;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    margin-right: 20px;
    padding: 4px 4px 4px 0;
}

.fb-review-footer li a:before {
    height: 14px;
    margin: 0 6px -3px 0;
    width: 14px;
    content: "\f164";
    font-family: fontAwesome;
}

.fb-review-footer li a.fb-review-footer-comment:before {
    content: "\f075";
    font-family: fontAwesome;
}

.fb-feedback .wpb_content_element {
    margin-bottom: 20px;
}

.fb-feedback .wpb_column .vc_column-inner {
    padding: 0 10px;
}

.glen-pic {
    background-position: -65px 0
}

.miles-pic {
    background-position: 0 -65px
}

.mickey-pic {
    background-position: -130px 0
}

.rodger-pic {
    background-position: -195px 0
}

.campbell-pic {
    background-position: 0 0
}

.linda-pic {
    background-position: -195px -65px
}

.david-pic {
    background-position: -130px -65px
}

.ivan-pic {
    background-position: -65px -65px
}

.generic-content {
    margin-bottom: 30PX;
}

.generic-content p {
    font-size: 19px;
    font-family: MullerLight;
    line-height: 24px;
}

/** HOMEPAGE */
.hi-left {
    max-width: 550px;
    margin-left: 100px;
    padding-top: 95px;
}

.hi-left p {
    color: #002037;
    font-size: 19px;
    line-height: 28px;
}

.header-benefits {
    font-size: 19px;
    line-height: 28px;
    margin: 30px 0 30px 0;
    padding: 0;
}

.header-benefits li:before {
    content: "\f00c";
    font-family: fontAwesome;
    margin-right: 18px;
}

.video-link-button a {
    color: #fff !important;
    font-size: 17px !important;
    padding: 17px !important;
    border-radius: 6px !important;
}

.video-link-button a:hover {
    transform: translate(0, -5px);
    text-decoration: underline !important;
}

.hi-right .vc_column-inner > .wpb_wrapper {
    width: 420px;
    height: 544px;
    position: relative;
    margin-left: 78px;
    margin-top: -25px;
}

.hero-img-2 {
    position: absolute;
    top: 48px;
    left: 21px;
    width: 221px;
    height: auto;
    z-index: 1;
}

.hero-img-3 {
    position: absolute;
    top: 342px;
    left: 229px;
    z-index: 2;
    width: 169px;
}

.hero-img-4 {
    position: absolute;
    width: 123px;
    top: 54px;
    z-index: 3;
    left: -52px;
    transform: rotate(-36deg);
}

.sprite-logo {
    background-image: url(/wp-content/themes/gofar/img/sprite-logos1.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.partner-block {
    padding: 40px 0 0;
    text-align: center;
    background: #2468cb
}

.partner-block a {
    margin: 0 20px
}

.featured-logo {
    text-indent: -9999px;
    height: 42px;
    display: inline-block;
}

.fast-company-logo {
    width: 59px;
    background-position: -62px 0;
}

.forbes-logo {
    width: 152px;
    background-position: -357px 0;
    height: 40px
}

.mashable-logo {
    width: 185px;
    background-position: -294px -44px
}

.gizmodo-logo {
    width: 262px;
    background-position: 0 -89px
}

.motoring-logo {
    width: 62px
}

.brw-logo {
    width: 117px;
    background-position: -168px -43px;
    height: 46px
}

.abc-logo {
    width: 165px;
    background-position: 0 -42px;
    height: 40px
}

.sunrise-logo {
    width: 125px;
    background-position: -122px 0
}

.sydney-logo {
    width: 107px;
    background-position: -246px 0
}

.amazon-logo {
    width: 170px;
    background-position: 0 -130px;
    height: 31px
}

.supercheap-logo {
    width: 92px;
    background-position: -402px -89px;
    height: 31px
}

.partneer-logo-inner a:first-child {
    margin-left: 0
}

.partneer-logo-inner a:last-child {
    margin-right: 0
}

.partneer-logo-inner {
    padding-bottom: 40px;
    border-bottom: 2px solid #5e94fe;
    margin-bottom: 40px
}

/** ODOMETER */
.odometer-wrapper {
    min-width: 350px;
}

.odometer-wrapper .totalKM {
    color: #fff;
    margin-bottom: 12px;
}

.odometer-wrapper p {
    color: #fff;
    font-size: 18px;
    font-family: MullerLight;
}

/** Feedback */
.feedback {
    padding-left: 100px;
}

.feedback .wpb_single_image {
    width: 70px;
    display: inline-block;
    margin: 0;
}

.feedback .wpb_text_column {
    max-width: 335px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

.feedback .wpb_text_column p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 14px;
    font-weight: 300;
    font-family: MullerLight;
}

.feedback .wpb_text_column b {
    font-family: MullerRegular;
}

.star {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.star i {
    color: #f9e61d;
    font-size: 25px;
    margin-right: 10px;
}

.score-desc p {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    font-family: MullerLight;
}

.chk-btn {
    display: inline-block;
    font-size: 17px;
    background: #fff;
    color: #0093dc;
    border-radius: 6px;
    padding: 8px 30px;
    cursor: pointer;
}

.buy-now-btn a {
    font-size: 17px !important;
    color: #fff !important;
}

h2.vc_custom_heading.fb-review-title {
    font-family: MullerLight;
    font-weight: 300;
}

.vc_icon_element.vc_icon_element-outer.how-work-check .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
    font-size: 15px !important;
    border: 2px solid #00ba98;
    border-radius: 50%;
    background-color: #fff;
    padding: 2px;
}

.how-work-process .wpb_single_image.wpb_content_element.vc_align_center {
    margin-bottom: 5px;
    height: 110px;
}

.vc_icon_element.vc_icon_element-outer.how-work-check.vc_icon_element-align-center:not(.last)::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border: 1px dashed #b0b8c7;
    margin-left: -30px;
    margin-top: 30px;
    z-index: -1;
}

.how-work-desc p {
    color: #000c2b;
    font-size: 20px;
    line-height: 28px;
    max-width: 243px;
    display: block;
    margin: 0 auto;
}

.features .vc_column-inner > .wpb_wrapper {
    position: relative;
}

.wpb_single_image.showc-2 img {
    position: absolute;
    top: 56px;
    left: 25px;
    width: 216px;
}

.wpb_single_image.showc-3 img {
    position: absolute;
    top: 345px;
    left: 226px;
    width: 169px;
}

.showc-2, .showc-3 {
    padding: 0 !important;
    margin: 0 !important;
    height: 0 !important;
}

.bg-full-package .vc_single_image-wrapper {
    background-image: url(https://www.gofar.co/wp-content/uploads/2018/08/feats-3.png);
    width: 378px;
    height: auto;
    padding: 50px 159px 90px 22px;
    background-size: 100% 100%;
}

.pricing {
    text-align: center;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.benefits {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 20px;
}

.gofar-benefits {
    text-align: left;
}

.gofar-benefits ul {
    text-align: left;
    padding-left: 0;
}

.gofar-benefits ul li {
    color: #154e65;
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
}

.gofar-benefits.left ul li:nth-child(1)::before, .gofar-benefits.right ul li:nth-child(1)::before {
    content: "\f132";
}

.gofar-benefits.left ul li:nth-child(2)::before {
    content: "\f155";
}

.gofar-benefits.left ul li:nth-child(3)::before {
    content: "\f1da";
}

.gofar-benefits.right ul li:nth-child(2)::before {
    content: "\f0a3";
}

.gofar-benefits.right ul li:nth-child(3)::before {
    content: "\f01e";
}

.gofar-benefits ul li:before {
    font-family: fontAwesome;
    width: 18px;
    height: 22px;
    position: absolute;
    left: 0;
    color: #01ba98;
}

.page span.edit-link {
    display: none;
}

/**
 * PRICE TABLE
 */
.pricing-container {
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none !important;
    max-width: 940px;
    background-color: #faf9f9;
    min-height: 300px;
    width: 100%;
    padding: 50px 50px 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 0 7px 3px rgba(0,0,0,.07);
}

.pricing-container.bg-white {
    background-color: #fff;
    padding: 10px 0 35px;
    border-radius: 8px;
    margin-top: 60px;
}

.pricing-block h2 {
    margin-bottom: 4px
}

.pricing-container table {
    margin-bottom: 30px
}

.pricing-container .table>tbody>tr>td,
.pricing-container .table>tbody>tr>th,
.pricing-container .table>tfoot>tr>td,
.pricing-container .table>tfoot>tr>th,
.pricing-container .table>thead>tr>td,
.pricing-container .table>thead>tr>th {
    padding: 14px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 2px solid #faf8f9;
    color: #003d56;
    font-size: 16px
}

.pricing-container table th {
    border-top: none!important;
    text-align: center
}

.pricing-container table h3 {
    margin: 0;
    color: #003e57;
    font-size: 16px;
    font-weight: 700;
    font-family: MullerExtraBold
}

.pricing-container table.table tr>td:first-child,
.pricing-container table.table tr>th:first-child {
    text-align: left;
    padding-left: 70px;
    border-left: none!important;
    width: 270px
}

.pricing-container table.table tr>td:nth-child(2n),
.pricing-container table.table tr>th:nth-child(2n) {
    width: 173px
}

.pricing-container table.table tr>td:nth-child(3n),
.pricing-container table.table tr>th:nth-child(3n) {
    width: 160px
}

.pricing-container table.table tr>td:nth-child(4n),
.pricing-container table.table tr>th:nth-child(4n) {
    width: 155px
}

.pricing-container table.table tr>td:last-child,
.pricing-container table.table tr>th:last-child {
    padding-right: 35px;
    border-right: none!important
}

.pricing-container table.table.fuel-page-table tr>td:first-child,
.pricing-container table.table.fuel-page-table tr>th:first-child {
    width: 282px
}

.pricing-container table.table.fuel-page-table tr>td:nth-child(2n),
.pricing-container table.table.fuel-page-table tr>th:nth-child(2n) {
    width: 135px
}

.pricing-container table.table.fuel-page-table tr>td:nth-child(3n),
.pricing-container table.table.fuel-page-table tr>th:nth-child(3n) {
    width: 213px
}

.pricing-container table.table.fuel-page-table tr>td:nth-child(4n),
.pricing-container table.table.fuel-page-table tr>th:nth-child(4n) {
    width: 316px
}

.pricing-container table.table tr>td.table-colspan {
    background: #faf8f9
}

.pricing-container .table>thead {
    transition: all .1s
}

.pricing-container .table>thead.fixed {
    background: #edf1f9;
    width: 945px;
    left: 50%;
    top: 82px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    position: fixed
}

.pricing-container .table td i.fa-check {
    font-size: 2.5em;
    color: #01b997;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 5px #fff;
    line-height: 23px;
}

.footer-menu.social a {
    color: #fff;
    font-size: 20px;
}

.two-col-img-wrap { min-height: 508px !important; }
.hero-img-5 {
    position: absolute;
    top: 495px;
    left: -56px;
    z-index: 2;
    width: 97%;
}

.admin-bar .pricing-container .table>thead.fixed {
    top: 125px;
}

.kickstart-block {
    background: #357bff;
    border-radius: 8px;
    position: relative;
    max-width: 945px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    text-align: center;
}

.kickstart-block h2 {
    color: #fff;
    margin-bottom: 15px;
}

.kickstart-block p {
    color: #fff;
    margin-bottom: 60px;
    line-height: 26px;
    font-family: MullerLight;
    font-weight: 300;
    font-size: 18px;
}

.kickstart-content {
    width: 148px;
    height: 148px;
    position: absolute;
    left: 74px;
    bottom: 44px;
}

.kickstart-content img {
    width: 100%;
    height: auto;
    -webkit-transform: rotate(-36deg);
    -moz-transform: rotate(-36deg);
    transform: rotate(-36deg);
}

.faq-wrap h5, .gofar-get-today-wrap h2 {
    margin-bottom: 15px;
}
.solution-icon { 
    float: left; 
    width: 75px; 
}
.solution-content {
    float: left;
    width: 68%;
    margin-bottom: 20px;
}
.solutions-row-wrap { 
    max-width: 900px;
    margin:0 auto;
}
.gofar-get-today-list-wrap {
    max-width: 680px;
    overflow: hidden;
    margin: 50px auto 0;
        margin-left: auto;
}
.gofar-get-today-wrap {
    max-width: 940px;
    background: #faf9f9;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 50px 30px;
    text-align: center;
    box-shadow: 0 0 7px 3px rgba(0,0,0,.07);
}
.gofar-get-today-wrap p {
    color: #0a6185;
    font-size: 24px;
    margin-bottom: 30px;
}
.gofar-get-today-wrap ul {
    text-align: left;
    padding-left: 0;
    float: left;
    width: 50%;
}
a.learn-more-btn2 {
    color: #00b48d;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    margin-top: 25px;
}
.gofar-get-today-wrap ul li {
    color: #154e65;
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
}
.gofar-get-today-wrap ul li::before {
    font-family: fontAwesome;
    width: 18px;
    height: 22px;
    position: absolute;
    left: 0;
    color: #01ba98;
}
.gofar-get-today-wrap ul:first-child li:nth-child(n)::before, .gofar-get-today-wrap ul:last-child li:nth-child(n)::before {
    content: "\f132";
}
.gofar-get-today-wrap ul:first-child li:nth-child(2n)::before {
    content: "\f155";
}
.gofar-get-today-wrap ul:first-child li:nth-child(3n)::before {
    content: "\f1da";
}

.gofar-get-today-wrap ul:last-child li:nth-child(2n)::before {

    content: "\f0a3";

}
.gofar-get-today-wrap ul:last-child li:nth-child(3n)::before {
    content: "\f01e";
}
.gofar-get-today-wrap .pricing-buy-btn {
    padding: 12px 45px;
    font-size: 19px;
    display: inline-block;
}
.pricing-buy-btn {
    background: #01ba98;
    border-radius: 7px;
    color: #fff;
    border: none;
    padding: 14px 60px;
    font-size: 17px;
    position: relative;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    text-align: center;
}
.pricing-buy-btn:hover {
    color: #fff;
    -webkit-transform: translate(0,-5px);
    transform: translate(0,-5px);
}
.feature-check-single h3 {
    color: #000;
    font-size: 30px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 700;
}
.compatibility-check-box {
    background: #0093dc;
}
.feature-check-single {
    padding: 50px 50px 10px 50px;
    min-height: 235px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.feature-check-single .chk-btn {
    display: inline-block;
    font-size: 17px;
    background: #fff;
    color: #0093dc;
    border-radius: 6px;
    padding: 8px 30px;
    cursor: pointer;
}
.feature-check-single h3 {
    color: #000;
    font-size: 30px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 700;
}
.compatibility-check-box h3, .compatibility-check-box p {
    color: #fff;
}

.faq-grid .vc_single_image-wrapper, 
.faq-grid img, 
.faq-grid .wpb_single_image .vc_figure, 
.faq-grid .wpb_single_image {
    display: block;
    width: 100%;
}

/** Testimonial Widget Style **/
.testimonial-container {max-width: 970px; float: none !important; margin-left: auto; margin-right:auto;}
.testimonial-sidebar-title { text-align: center; }
.testimonial-sidebar-title h2 { font-weight: 300; margin-bottom: 0px; }
.testimonials-widget-testimonial { 
	padding-left:35px;
	padding-right: 25px;
}
.testimonials-widget-testimonials:before {
	content: "\f10d";
	font-family: FontAwesome;
	font-size: 2.5em;
	color: #CCC;
	margin-top:-2px;
	z-index: -1;
	float: left;
}
.testimonials-widget-testimonial .close-quote:after{
	content: none;
}
.testimonials-widget-testimonials .credit { 
	font-style: italic;
	color: #555;
	font-size: 1.2em;
	font-family: MullerLight;
	padding-right: 5px;
}
.testimonials-widget-testimonial .open-quote::before {
	content: none;
}
.testimonials-widget-testimonial blockquote {
	text-shadow: 2px 2px 1px #fff;
	font-family: MullerLight;
	font-size: 19px;
	margin-bottom: 0.3rem;
	padding-top: 5px;
	text-align: left;
}

.bx-wrapper, .testimonials-widget-testimonials {
	box-shadow: 0 0 7px 3px rgba(0,0,0,.07);
	border-radius: 8px;
	padding: 20px;
	max-width: 940px;
}
.bx-wrapper .testimonials-widget-testimonials {
	box-shadow: none;
	padding: 0;
}
.testimonials-widget-testimonials a {
	color: #00b48d;
}
.testimonial-star { margin-bottom: 30px;}
.testimonial-star .fa { margin-right: 2px; color: #003e57; }
/**
 * SINGLE BLOG
 */
.single-blog .site-content {
    padding-top: 0;
}

.page-template-template-blog .post-title h2, .page-template-template-car-warning .post-title h2, .single-blog .post-title h2, .category .post-title h1 {
    color: #fff;
    font-size: 60px;
    line-height: 72px;
    font-weight: normal;
    font-family: "Open Sans";
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0;
    position: relative;
    z-index: 2;
}

.page-template-template-blog .post-title, .page-template-template-car-warning .post-title, .single-blog .post-title, .category .post-title {
    background-color: #999;
    color: #fff;
    padding: 135px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: 50px;
}

.page-template-template-blog .post-title::after, .single-blog .post-title::after, .category .post-title::after {
    content: " ";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    top: 0;
}

.page-template-template-blog article img, .page-template-template-car-warning article img, .single-blog article img, .category article img {
    max-width: 100%;
    height: auto;
}

span.image-copyright {
    display: block;
    text-align: right;
    position: relative;
    top: 122px;
    font-size: 12px;
    line-height: 34px;
    z-index: 2;
    font-weight: 300;
    opacity: 0.5;
    font-family: 'Open Sans';
}

.single-blog p {
    color: rgb(77, 77, 77);
    display: block;
    font-size: 18px;
    font-weight: 100;
    line-height: 32px;
    word-wrap: break-word;
    -webkit-margin-after: 18px;
    -webkit-margin-before: 18px;
    -webkit-margin-end: 0px;
    -webkit-margin-start: 0px;
    margin-bottom: 15px;
    margin-top: 0;
    font-family: 'Open Sans';
}

.single-blog h2 {
    color: #4e4c4c;
    font-size: 28px;
    font-family: 'Open Sans';
    margin-top: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}
.single-blog h3 {
    color: #4e4c4c;
    font-size: 22px;
    font-family: 'Open Sans';
    margin-top: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.single-blog strong, .single-blog b {
    font-weight: 600;
}

.nav-links {
    border-top: 1px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding: 10px 15px;
    margin-top: 35px;
    display: inline-block;
    width: 100%;
}

.nav-links .nav-previous {
    float: left;
}

.nav-links .nav-next {
    float: right;
}

.nav-links a {
    color: #0192dc;
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
    font-family: "Open Sans";
}

.nav-links a i {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

/**
 * BLOG TEMPLATE
 */
.page-template-template-blog .site-content, .category .site-content {
    padding-top: 0;
}

.page-template-template-blog article:not(:first-child), .search article:not(:first-child), .category article {
    margin-bottom: 55px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 45px;
}

.blog-pagination {
    border-top: 1px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding: 10px 15px;
    text-align: center;
}

.blog-pagination span, .blog-pagination a {
    color: #0192dc;
    padding: 0 10px;
    display: inline-block;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
}

.blog-pagination span.current {
    background-color: #0192dc;
    color: #fff;
}

.site-footer p {
    color: #fff;
    font-size: 15px;
}

.vc_row.wpb_row.vc_row-fluid.gofar-cta {
    background-color: #faf9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px 2px rgba(99, 99, 99, 0.2);
    padding: 10px 10px;
    background-image: url(https://www.gofar.co/wp-content/uploads/2018/08/bg-strip.jpg);
    background-repeat: repeat-x;
    background-position: bottom center;
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    margin-bottom: 20px;
}

.gofar-cta ul {
    padding: 0;
}

.gofar-cta li {
    font-size: 15px;
    line-height: 22px;
    font-family: "Open Sans";
    color: #4d4d4d;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.gofar-cta li::before {
    content: "\f00c";
    font-family: fontawesome;
    position: absolute;
    left: 0;
    color: #427afb;
}

.gofar-cta span {
    display: block;
    text-align: center;
}

.gofar-cta .seven-sunrise h3 {
    font-size: 15px;
    line-height: 19px;
    font-weight: bold;
    font-family: "Open Sans";
    text-align: right;
    margin-bottom: 0;
}

.gofar-cta .seven-sunrise p {
    font-size: 12px;
    line-height: 22px;
    color: #4d4d4d;
    text-align: right;
    font-family: "Open Sans";
    font-weight: normal;
    margin-bottom: 0;
}

.seven-sunrise {
    background-image: url(https://www.gofar.co/wp-content/uploads/2018/08/7-logo.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 40px;
    padding-top: 10px;
    margin-bottom: 10px !important;
    margin-top: -5px;
}

.gofar-cta a.btn.btn-md.btn-success {
    background-color: #2ec093;
    border-color: #2ec093;
    border-radius: 6px;
    margin-bottom: 10px;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 23px;
    padding: 8px 40px;
}

.gofar-cta a:not(.btn) {
    text-decoration: underline;
}

.vc_row.wpb_row.vc_row-fluid.gofar-cta.sidebar {
    margin-top: 0;
    background-position: top center;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.seven-sunrise .l-cta {
    float: left;
    width: 100px;
    margin-top: 3px;
    margin-bottom: -3px;
}

.gofar-cta h2 {
    margin-top: 25px;
}

.gofar-cta.sidebar .seven-sunrise .l-cta h3 {
    font-size: 18px;
    text-align: left;
    line-height: 22px;
    margin-top: 0;
}
.gofar-cta.sidebar .seven-sunrise {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-right: 33px;
    background-position: bottom right;
}

.seven-sunrise .r-cta {
    float: right;
    margin-top: 34px;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    font-family: "Open Sans";
    margin-bottom: -2px !important;
}

.gofar-cta.sidebar .vc_separator {
    margin-bottom: 8px !important;
}

.wpb_raw_code.wpb_content_element.wpb_raw_html.cta-button {
    margin-bottom: 15px !important;
}

/**
 * Compatibility check page
 */
.compatibility_form-sc .form-overlay-wrap {
    position: unset;
    display: inline-block;
    width: 100%;
    height: auto;
    background: no-repeat;
}

.compatibility_form-sc .form-overlay-container.compatibility-check-form {
    width: 100%;
    max-width: 100%;
    position: unset;
    padding: 0;
    transform: none;
    transition: unset;
}

.compatibility_form-sc img.form-close {
    display: none;
}

#check-car-bottom {
    display: none;
}

.compatibility_form-sc .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.car-check-result.opened {
    text-align: center;
    padding-top: 40px;
}

.car-check-result .pricing-buy-btn {
    display: inline-block;
    padding: 8px 25px;
    margin: 0 4px 25px 4px;
    cursor: pointer;
}
figcaption.wp-caption-text {
    font-size: 78%;
}

#mobile-action {
    display: none;
}
blockquote {
	margin: 0 0 1.25em;
    padding: 1.1em;
    border-left: 1px solid #ddd;
    background: #f6f6f6;
	font-style: italic;
}

.testimonial-sidebar blockquote, .testimonial-sidebar-mobile blockquote { border-left: 0; background: none; }

/**
 * Page template car warning lights
 */
.page-template-template-car-warning .site-content {
    padding-top: 0;
}

.page-template-template-car-warning .content-heading {
    background-color: #043e56;
    position: relative;
    top: 8px;
    margin-bottom: 30px;
}

.page-template-template-car-warning .content-heading .post-title h1 {
    color: #fff;
    text-transform: uppercase;
    padding: 20px 10px 20px 40px;
    margin-bottom: 0;
    text-align: right;
    font-size: 46px;
}

.page-template-template-car-warning .content-heading .post-title {
    min-height: 335px;
    display: flex;
    align-items: flex-end;
}

.page-template-template-car-warning .content-heading .post-image {
    width: 50%;
    position: absolute;
    height: 100%;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 25px;
    color: #fff;
}

.page-template-template-car-warning .content-heading .post-image .featured-image-credit {
    font-size: 12px;
    line-height: 1.2;
    opacity: 0.7;
    font-family: "Open Sans";
    font-weight: normal;
}

.page-template-template-car-warning .breadcrumbs a {
    text-decoration: underline;
}

.page-template-template-car-warning .breadcrumbs a:hover {
    text-decoration: none;
}

.page-template-template-car-warning .breadcrumbs .breadcrumb_last {
    color: #777;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
}

@media all and (max-width: 1024px) {
    .page-template-template-car-warning .content-heading .post-title h1 {
        font-size: 36px;
    }
}

@media all and (max-width: 800px) {
    .page-template-template-car-warning .content-heading .post-image {
        width: 100%;
    }

    .page-template-template-car-warning .content-heading .post-title {
        max-width: 100% !important;
        display: block !important;
        flex: none;
        background-color: rgba(0,0,0,0.5);
        margin: 15px 0;
    }

    .page-template-template-car-warning .content-heading .post-title h1 {
        text-align: center;
        padding: 40px;
    }
}

@media all and (max-width: 500px) {
    .page-template-template-car-warning .content-heading .post-title h1 {
        font-size: 32px;
        padding: 40px 0;
    }
}


/**
 * FB REVIEW
 */
.gofar-fb-reviews .fb-link {
    float: right;
    margin-top: -2px;
    margin-right: 20px;
}

.gofar-fb-reviews .fb-stars > span {
    color: #f8e43b;
    font-size: 15px;
    width: 15px;
    height: 15px;
    margin-top: 4px;
}

.gofar-fb-reviews .fb-review-content {
    color: #000;
    font-family: "Open Sans";
    font-size: 15px;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 40px;
}

.gofar-fb-reviews .fb-content-footer {
    padding-top: 10px;
}

.gofar-fb-reviews .fb-content-footer a {
    color: #ababab;
    margin-right: 7px;
    text-decoration: none;
    font-family: "Open Sans";
    font-size: 13px;
}

.gofar-fb-reviews .fb-content-footer a i {
    font-size: 18px;
    margin-right: -1px;
}

.fb-rev-pagination {
    text-align: left;
}

.fb-rev-pagination .page-numbers {
    text-decoration: none !important;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 600;
    margin: 0 5px;
    padding: 2px 5px;
    color: #333;
}

.fb-rev-pagination .page-numbers.current, .fb-rev-pagination .page-numbers:hover {
    color: #007bff;
    background-color: #eee;
    border-bottom: 2px solid #007bff;
}

.fb-rev-pagination .page-numbers span.dashicons {
    font-size: 16px;
    vertical-align: middle;
    line-height: 18px;
    font-weight: bold;
}

.gofar-fb-reviews {
    position: relative;
}

.gofar-fb-reviews::after {
    content: "";
    background-image: url(https://www.gofar.co/wp-content/themes/gofar/img/ajax-loader.gif);
    width: 100%;
    height: 100%;
    position: absolute;
    top: -1px;
    background-color: rgba(255,255,255,0.9);
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    display: none;
}

.loading-content.gofar-fb-reviews::after {
    display: block;
}

/**
 * SEARCH PAGE
 */
.search-form {
    display: flex;
    margin-bottom: 20px;
}

.search-form label {
    width: 100%;
    margin-bottom: 0;
}

.search-form label input {
    width: 99.5%;
    outline: none;
    outline-offset: unset;
    box-shadow: none;
    border: 1px solid #eaeaea;
    padding: 10px 10px;
    line-height: 1;
}

.search-form .search-submit {
    line-height: 1;
    padding: 0 20px;
    -webkit-appearance: none;
    color: #fff;
    background-color: #3176FF;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

#search-form-popup-container {
    background-color: rgba(100,100,100,0.98);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 999999;
    padding-top: 20vh;
}

#search-form-popup-container .search-form {
    max-width: 800px;
    margin: 0 auto;
}

#search-form-popup-container .search-close {
    position: absolute;
    top: 0px;
    right: 20px;
    color: #fff;
    font-size: 60px;
    cursor: pointer;
}

.page-id-950 .figcaption.vc_figure-caption {
    text-align: center;
}

/**
 * TOP BAR
 */
.gf-topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #3fbe92;
    padding: 7.5px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    font-family: "Open Sans";
    font-weight: normal;
    height: 40px;
    transform: translateZ(0);
}

.admin-bar .gf-topbar {
    top: 32px;
}

.gf-topbar p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    font-family: "Open Sans";
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.gf-topbar a:hover {
    background-color: transparent;
    color: #043e56;
    border-color: #043e56;
    text-decoration: none;
}
.gf-topbar a {
    background-color: #043e56;
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    font-family: "Open Sans";
    margin-left: 10px;
    padding: 1px 15px;
    border-radius: 3px;
    border: 1px solid transparent;
    display: inline-block;
    vertical-align: middle;
}
body.page-id-10433 header { display:none;}
body.page-id-10433 .site-content, body.logged-in.admin-bar.page-id-10433 .site-content { margin-top:0;}

.package-benefits ul li::before {
    content: "\f00c" !important;
    font-family: fontawesome;
}

.bus-exp-cta li::before {
    content: "\f054" !important;
    font-family: fontawesome;
}


.btnsidevid_new {
    background:#ff0066;
    color:#fff;
     -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius:5px;
    margin-left:30px;
    margin-right:30px;
}

.btnsidevid_new a:hover {
    background:#3076ff;
}

.btnsidevid_new .vc_btn3.vc_btn3-size-lg {
    font-size: 21px;
    font-weight:bold;
	width: 100%;
}

.btnsidevid_new {
	margin: 0 auto;
	width: 50%;
}

/* Custom CSS */
.top-nav-bar {
    background: #003e57;
    color: #fff;
    padding: 10px 30px;
}
.top-nav-bar svg {
    max-width: 35px;
    width: 100%;
    display: block;
}
.top-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.top-nav-bar span {
    margin-left: 10px;
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
	.top-nav-bar {
		display: none;
	}
}
@media screen and (max-width: 425px) {
	#main-nav .navbar-brand {
		max-width: 120px;
	}
	#main-nav .navbar-brand .logo {
		width: 100%;
	}
	#main-nav .navbar-toggler {
		padding: 0;
	}
	#main-nav .navbar-toggler-icon, 
	#main-nav .navbar-toggler-icon::after, 
	#main-nav .navbar-toggler-icon::before {
		width: 30px;
		height: 4px;
	}
	#main-nav .navbar-toggler-icon::before {
		top: -9px;
	}
	#main-nav .navbar-toggler-icon::after {
		bottom: -9px;
	}
	#main-nav .pricing-mobile {
		padding: 9px 17px;
		font-size: 14px;
	}
	#main-nav {
		height: auto;
	}
}

@media screen and (min-width: 992px) {
	#menu-main-menu .search-nav {
		margin-left: 15px;
	}
	#menu-main-menu .buy-now {
		margin-left: 30px;
	}
	#menu-main-menu .buy-now a, 
	#menu-main-menu .search-nav a {
		margin: 0;
	}
	#menu-main-menu {
		align-items: center;
	}
	.logged-in.admin-bar .site-content, 
	.site-content {
		margin-top: 138px;
	}
}











#cookie-law-div {
    z-index: 10000000;
    position: fixed;
    bottom: 3%;
    left: 2%;
    padding: 1em;
    max-width: 500px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 15px;
    box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}
@media (max-width: 600px) {
    #cookie-law-div {
        border-radius: 0;
        max-width: 100%;
        left: 0;
        bottom: 0;
    }
}
#cookie-law-div a {
    font-size: 15px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#cookie-law-div a:hover {
    opacity: 0.7;
}
#cookie-law-div p {
    margin: 0;
    color: #000;
    padding-bottom: 50px;
    font-size: 16px;
}
#cookie-law-div button {
    position: absolute;
    bottom: 20px;
    align-self: center;
    line-height: 2;
    color: #fff;
    background-color: #4091d6;
    border: none;
    opacity: 0.8;
    font-size: 12px;
    cursor: pointer;
    border-radius: 50px;
}
#cookie-law-div button:hover {
    opacity: 1;
}




