/*!
Theme Name: Swifty
Theme URI: https://bswifty.com
Author: Team Swifty
Author URI: https://bswifty.com
Description: Gutenberg Compatible theme for Swifty
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sagora

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/
@import url("https://use.typekit.net/rlx3zmx.css");

* {
    box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: urw-din, sans-serif;
    font-weight: 400;
    background-color: #f5f5f5;
    -webkit-font-smoothing: antialiased;
}
body.wp-admin {
    background: #f1f1f1; 
    color: #444;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    min-width: 600px;
}
body.wp-admin.block-editor-page {
    background: #fff;
}

a {
	background-color: transparent;
    text-decoration: none;
    color: #1368a9;
    outline: none;
}
.container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    padding: 0 10px;
    margin: 0 auto;
}
.header .container {
    max-width: 100%;
    width: 100%;
    padding: 0 35px;
}
.clearfix:after {
    display: table;
    content: " ";
    clear: both;
    width: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: museo, serif;
}

.content-block.block-padding-small {
    padding: 50px 0;
}
.content-block.block-padding-medium {
    padding: 100px 0;
}
.content-block.block-padding-large {
    padding: 150px 0;
}

.mobile-menu-wrapper {
    display: none;
}
.promo-area {
    padding: 0;
    transition: all 0.5s ease 0s;
    height: 0;    
    overflow: hidden;
}
.promo-area.active {
    padding: 5px 0;
}
.promo-close {
    position: absolute;
    right: 15px;
    color: #fff;
    font-size: 48px;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    z-index: 99;
    transform: rotate(45deg);
}
.promo-area p {
    margin: 2px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
        z-index: 99;
}
body.admin-bar header {
    top: 32px;
}

.header {
    background: rgba(255,255,255,0.9);
    transition: all 0.5s ease 0s;
}
.logo {
    float: left;
    position: relative;
    padding-top: 5px;
}
.logo img {
        display: block;
    width: auto;
    height: 90px;
    margin-top: 0;
    transition: all 0.5s ease 0s;
    margin-bottom: 5px;
}
a.top-logo {
    transition: all 0.5s ease 0s;
    opacity: 1;
    display: block;
}
.sticky-header a.top-logo {
    opacity: 0;
}
a.sticky-logo {
    position: absolute;
    top: 5px;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
    display: block;
}
.sticky-header a.sticky-logo {
    opacity: 1;
}
.header-menu {
    float: right;
    width: calc(100% - 650px);
    text-align: center;
}
.Header-right {
    float: right;
    padding: 32px 0px;
}
ul#menu-main-menu {
    padding: 0;
    list-style-type: none;
    font-size: 0;
        text-align: right;
}
ul#menu-main-menu > li {
    font-size: 14px;
    display: inline-block;
    padding: 0 25px;
    position: relative;
}
ul#menu-main-menu > li.logged-in, ul#menu-main-menu > li.affiliate-only {
    display: none;
}
body.logged-in ul#menu-main-menu > li.logged-in {
    display: inline-block;
}
ul#menu-main-menu > li.no-login {
    display: inline-block;
}
body.logged-in ul#menu-main-menu > li.no-login {
    display: none;
}
body.logged-in ul#menu-main-menu > li.affiliate-only {
    display: none;
}
body.logged-in[affiliate="true"] ul#menu-main-menu > li.affiliate-only {
    display: inline-block;
}
ul#menu-main-menu > li a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    display: block;
    padding: 10px 0;
    letter-spacing: 0.5px;
    transition: all 0.5s ease 0s;
    margin: 30px 0;
    position: relative;
    overflow: hidden;
}
ul#menu-main-menu  li.current_page_parent > a:after,
ul#menu-main-menu > li.current_page_item > a:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
}
ul#menu-main-menu ul.sub-menu > li.current_page_item > a:after {
    bottom: 0;
}
.sticky-header ul#menu-main-menu > li a, .sticky-header ul#menu-top-menu li a {
    color: #fff;
}
ul#menu-main-menu  li.current_page_parent a,
ul#menu-main-menu  li.current_page_item a, ul#menu-main-menu > li a:hover {
    color: #201751;
}

ul.sub-menu {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

ul.sub-menu {
    opacity: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    padding: 10px 20px;
    width: 230px;
    transition: all 0.5s ease 0s;
    list-style-type: none;
    left: -36px;
    border-radius: 0 0 10px 10px;
}

ul#menu-main-menu > li:hover ul.sub-menu {
    opacity: 1;
    height: auto;
    background: rgba(255,255,255,0.95);
}

ul#menu-main-menu ul.sub-menu > li > a {
    padding: 7px 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
    text-transform: none;
    display: inline-block;
    color: #231f20;
    margin: 0;
    
}

body .header a.btn {
        font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 35px;
    line-height: 1;
    margin-left: 0;
    margin-top: 0;
    transition: all 0.5s ease 0s;
    font-family: 'Open Sans', sans-serif;
        margin-right: 0;
}
/*
body a.btn-secondary:hover {
    color: #fff;
    background: #201b51;
}
*/
.header.sticky-header {
    box-shadow: 0px 5px 15px -1px rgba(0,0,0,0.35);
}

.Header-right .search-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px;
    margin-left: 20px;
    cursor: pointer;
        font-size: 20px;
}
/*
.sticky-header .Header-right .search-icon {
    color: #fff;
}
*/
ul#menu-top-menu {
    padding: 0 0 0 48px;
    margin: 10px 0 0 0;
    list-style-type: none;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
ul#menu-top-menu li {
    display: inline-block;
    padding: 0 15px;
    border-right: 2px solid #1368a9;
}
.sticky-header ul#menu-top-menu li {
    border-color: #fff;
}
ul#menu-top-menu li a {
    line-height: 1.5;
    display: block;
}
ul#menu-top-menu li:last-child {
    border: none;
}
/*
.header.sticky-header {
    background: rgba(19,104,169,0.95);
}
*/
.sticky-header ul#menu-main-menu > li a,
.sticky-header ul#menu-top-menu li a {
    color: #fff;
}
section#primary {
    padding-top: 100px;
}
.header-search {
    display: none;
}

a.btn {
    display: inline-block;
    color: #fff;
    padding: 20px 40px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 10px;
    position: relative;
    transition: all 0.5s ease 0s;
        margin-right: 10px;
}


h2.block-title, h1.block-title {
    font-size: 54px;
    text-align: left;
    line-height: 1.1;
    margin: 0 0 35px;
}
.heading-light h2.block-title,
.heading-light h1.block-title {
    color: #fff;
}
.block-paragraphs p, .block-paragraphs ul li {
    font-size: 20px;
    line-height: 1.4;
    color: #818285;
    padding-right: 10px;
}
.block-bg-image .text-color-dark p {
    color: #000;
}
.dark-gallery {
    position: relative;
}

.content-block.home-footer {
        padding: calc(15vw + 35px) 0 60px;
    position: relative;
/*    background-color: #fff;*/
    background-size: cover;
    background-position: center 60px;
    background-repeat: no-repeat;
}
.content-block.home-footer h2.block-title,
.content-block.home-footer h1.block-title {
    text-align: center;
}
.content-block.home-footer .block-paragraphs p {
    color: #000;
    max-width: 540px;
    margin: 0 auto 35px;
    font-size: 24px;
}
/*
.content-block.home-footer:after {
    position: absolute;
    width: 100%;
    height: 20vw;
    background-image: url(assets/images/bees-footer-hexagons.svg);
    content: "";
    top: -1px;
    background-size: cover;
    background-repeat: no-repeat;
}
*/



ul.footer-social {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
li.single-social-link {
    display: inline-block;
    margin-right: 5px;
}
li.single-social-link a {
    color: #8b8c8f;
    height: 45px;
    width: 45px;
    font-size: 27px;
    line-height: 45px;
    display: block;
    text-align: center;
    margin-right: 10px;
}
.footer-bottom {
    padding: 20px 0;
    font-size: 0;
        background: #fff;
}   
.swifty-social {
    width: 33.33%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.footer-git {
    font-size: 18px;
    color: #231f20;
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
    text-align: center;
    font-family: museo, serif;
}
.copyright {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
    text-align: right;
}
.footer-git a {
    color: #231f20;
}
a.btn.btn-primary {
    border-bottom: 6px solid #af7021;
}
a.btn.btn-primary:hover, .alm-btn-wrap button.alm-load-more-btn:hover {
    background-color: #d18d2d !important;
    color: #fff !important;
}
h2.orphan-heading {
    margin: 35px 0;
    font-size: 30px;
    text-align: center;
}
/*----- Inner Page Banner -----*/
.inner-banner .container {
    max-width: 800px;
}
.text-align-center h2.block-title,
.text-align-center h1.block-title {
    text-align: center;
}
.text-color-light h2.block-title,
.text-color-light h1.block-title {
    color: #fff;
}
.inner-banner .block-paragraphs p {
    color: #231f20;
    margin: 0 auto 40px;
    width: 100%;
    max-width: 780px;
    padding: 0;
    font-size: 24px;
}
.content-block.inner-banner {
        position: relative;
    background-image: url(https://beswifty.com/wp-content/themes/Swifty/assets/images/subpage-bee-hex.svg) !important;
    padding-bottom: 12vw;
    background-size: cover;
    background-position: bottom center;
}
h4.block-subtitle,
h3.block-subtitle,
h2.block-subtitle {
    font-size: 24px;
    margin: 0;
}
.block-paragraphs h2 {
    font-size: 27px;
}
/*
.content-block.inner-banner:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 19.3vw;
    content: "";
    background-image: url(assets/images/bees-header-hexagons.svg);
    background-size: 100% auto;
    background-position: left bottom;
}
*/

.content-block.faq-footer {
    background-position: center center;
}
.faq-footer .block-paragraphs p {
    color: #231f20;
    width: 100%;
    padding: 0;
    margin: 0 auto 25px;
    font-size: 24px;
}
.copyright p {
    font-weight: 700;
        display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.copyright img {
    width: 50px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.content-block.home-footer:before {
    content: "";
    background-image: url(https://beswifty.com/wp-content/uploads/2019/09/bee-up.png);
        width: 7.3vw;
    height: 5.1vw;
    position: absolute;
    top: 70px;
    left: 50%;
    z-index: 99;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%);
}


/*===== Blog Styles ===== */
div#primary {
    padding-top: 100px;
}
.blog-hero h1.hero_title {
    text-align: center;
}
.category-filter {
    float: left;
    cursor: pointer;
}
.blog-search {
    float: right;
    cursor: pointer;
}
.category-filter h3 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding-right: 5px;
    font-size: 20px;
    font-family: urw-din, sans-serif;
    line-height: 1;
    position: relative;
}
.category-filter span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 20px;
    margin-left: 15px;
}
.category-filter h3:after {
    content: "\f0d7";
    font-family: fontawesome;
    margin-left: 5px;
}
.screen-reader-text {
    display: none;
}
.blog-search input#s {
    width: 250px;
    padding: 5px 10px;
    line-height: 20px;
    border: none;
    border-radius: 25px;
}
.blog-search input#searchsubmit {
    display: none;
}
.featured-posts-area {
    background-color: #fff;
    top: 45px;
    box-shadow: 0 0 15px -1px rgba(0,0,0,0.35);
    width: 100%;
    left: 10px;
    display: flex;
    flex-flow: wrap;
    z-index: 9;
        margin-top: -450px;
    margin-bottom: 100px;
}
.container.post-listing {
    margin-top: 50px;
}
.featured-posts-area .post-image {
    width: 50%;
    background-size: cover;
    background-position: center center;
    position: relative;
}
img.post-bee-icon {
    position: absolute;
    width: 25%;
    left: 0;
    bottom: 0;
    top: auto !important;
}
img.post-bee-trail {
    position: absolute;
    width: 75%;
    right: 0;
    bottom: 0;
    left: auto !important;
    top: auto !important;
}
.featured-overlay img.post-bee-icon {
    width: calc(20% - 10px);
    left: 10px;
}
.featured-overlay img.post-bee-trail {
    width: calc(80% - 10px);
    right: 10px;
}
.single-featured-image {
    position: relative;
}
.featured-posts-area .post-content {
    width: 50%;
    padding: 80px 60px;
}
.featured-posts-area .post-content .featured-subtitle {
    font-size: 24px;
    font-weight: 400;
}
h2.featured-title {
    font-size: 54px;
    line-height: 1.2;
    margin: 25px 0;
}
.featured-desc {
    color: #818285;
    font-size: 17px;
    line-height: 1.4;
}
a.featured-link, a.read-more-link {
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    margin-top: 15px;
    color: #cc8016;
}
a.featured-link:hover, a.read-more-link:hover {
    color: #818285;
}
.post-listing .alm-reveal {
    margin-left: -30px;
    margin-right: -30px;
}
.post-listing .alm-listing .alm-reveal > li.single-post {
    width: 33.33%;
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
    padding: 0 30px;    
    margin-bottom: 60px;
}
.post-listing .alm-listing .alm-reveal > li.single-post img:first-child {
    width: 100%;
    display: block;
    position: relative;
    height: 400px;
    object-fit: cover;
    object-position: center center;
}
h4.single-post-title {
    font-size: 24px;
    line-height: 1.4;
    margin: 20px 0;
}
.single-post-excerpt p {
    color: #818285;
    font-size: 17px;
    line-height: 1.34;
}   

body.blog .post-listing .alm-listing .alm-reveal > li.single-post:nth-child(5n+1), body.blog .post-listing .alm-listing .alm-reveal > li.single-post:nth-child(5n+2) {
    width: 50%;
}
.blog-subscription {
    text-align: center;
    padding: 30px 0;
}

.alm-btn-wrap button.alm-load-more-btn {
    padding: 20px 35px;
    height: auto;
    width: auto;
    line-height: 1;
    border-radius: 10px;
    border-bottom: 6px solid #af7021;
    font-size: 22px;
}
body .alm-btn-wrap .alm-load-more-btn.loading:before {
    display: none;
}
div#categories-list, .search-popup {
    position: fixed;
    z-index: -9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
        display: flex;
    flex-flow: column;
    justify-content: center;
    transition: all 0.5s ease 0s;
    
}
div#categories-list.active,
.search-popup.active {
    z-index: 999;
    opacity: 1;
}
.cat-close,
.search-close {
    font-size: 60px;
    font-weight: 300;
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    line-height: 60px;
    transform: rotate(45deg);
    right: 15px;
    top: 50px;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}
div#categories-list li.categories {
    display: block;
    font-size: 0;
}
div#categories-list li.categories li.cat-item {
    display: inline-block;
    font-size: 33px;
        margin: 0 0 25px;
    transition: all 0.5s ease 0s;
    width: 33.33%;
    text-align: center;
}
h4.small-title {
    font-size: 14px;
    font-family: urw-din, sans-serif;
    font-weight: 300;
    color: #818285;
    text-align: center;
    margin-bottom: 75px;
}
div#categories-list li.categories ul {
    padding: 0;
    font-size: 0;
    text-align: center;
}
div#categories-list li.categories li.cat-item:hover {
/*    transform: scale(1.1);*/
}
.cat-close:hover,
.search-close:hover {
    transform: rotate(225deg);
}
.search-popup input#searchsubmit {
    display: none;
}
.search-popup input#s {
    border: none;
    border-bottom: 2px solid #cdcdcd;
    padding: 10px;
    font-size: 21px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
    outline: none;
}
.content-block.home-hero.blog-hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
body.category .hero-area-large,
body.search .hero-area-large {
    height: 600px;
}
body.blog main#main, body.category main#main, body.search main#main {
    padding-bottom: 40px;
}
.alm-btn-wrap .alm-load-more-btn.done {
    display: none;
}
body.single .hero-area-small {
    height: auto;
    padding-bottom: 20vw;
}   
span.post-cat {
    display: inline-block;
    margin-top: 20px;
}
span.single-post-cat {
    display: block;
    text-align: center;
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
}
body.single h1.hero_title {
    max-width: 920px;
    margin: 0 auto;
    font-size: 48px;
    margin-bottom: 50px;
}
span.single-post-date {
    display: block;
    text-align: center;
    margin: 20px 0 60px;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
}
body.single .post-featured-image > img {
    width: 100%;
    display: block;
    height: auto;
    max-height: 390px;
    object-fit: cover;
    margin-top: calc(-20vw - 15px);
    box-shadow: 0 0 15px -1px rgba(0,0,0,0.35);
}
.container.post-featured-image {
    max-width: 1120px;
}
.container.post-featured-image .featured-overlay {
    display: none;
}
.social-share {
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    padding-top: 25px;
}
.mobile-only {
    display: none;
}
.social-share a {
    display: block;
    margin-bottom: 20px;
    background: url(assets/images/hexagon-dark.png);
    width: 55px;
    height: 64px;
    background-size: contain;
        text-align: center;
    line-height: 64px;
    font-size: 24px;
}
.container-inner {
    display: block;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.post-content-inner {
    display: flex;
    flex-flow: wrap;
    padding-left: 100px;
}
.block-paragraphs {
    width: 70%;
    margin: 0 auto;
}
.post-sidebar {
    width: 30%;
    padding-left: 50px;
}


.category-widget {
    margin-top: 60px;
}
.posts-slider.flexslider {
    padding: 0 60px;
}
.posts-slider.flexslider .flex-control-nav {
    left: 0;
}
h2.widget-title {
    margin: 0 0 25px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #797979;
    font-size: 30px;
}
.category-widget {
    margin-top: 20px;
    font-size: 0;
}

.category-widget li.cat-item {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    list-style-type: none;
    margin-bottom: 20px;
}
.related-widget {
    margin-top: 60px;
}
.single-related-posts {
    border-radius: 15px;
    margin-bottom: 40px;
}
img.related-post-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center center;
}
.single-related-posts h3 {
    font-size: 21px;
    line-height: 1.5;
    margin: 10px 0 0;
    color: #000;
}
.rp-group-wrapper {
    padding: 0;
    display: flex;
    flex-flow: wrap;
    margin-left: -35px;
    margin-right: -35px;
}
.rp-group-wrapper .single-related-posts {
    width: calc(50% - 70px);
    margin: 0 35px;
}
.single-related-posts span.single-post-cat {
    font-size: 16px;
    display: block;
    margin-top: 20px;
    text-align: left;
    margin-bottom: 15px;
}
.single-related-posts .post-excerpt p {
    color: #818285;
    line-height: 1.5;
}
.cat-list ul {
    padding: 0;
}
.category-widget li.cat-item a {
    font-family: museo, serif;
    color: #000;
    font-size: 18px;
    transition: all 0.3s ease-in-out 0s
}
.single-related-posts a.read-more-link {
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    margin: 10px 0 25px;
    color: #cc8016;
    text-transform: uppercase;
}
.latest-posts-section .container {
    max-width: 1200px;
}
h2.rp-title {
    font-size: 36px;
    margin-bottom: 40px;
}
.recent-posts-grid img.related-post-img {
    height: 500px;
    object-fit: cover;
    object-position: center;
}
p#woocommerce_affiliate_field {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}





.social-share.fixed-pos {
    position: fixed;
}
.post-content.content-block {
    padding: 60px 0;
}

.contact-form-popup {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.45);
    opacity: 0;
    z-index: -9;
    transition: all 0.5s ease 0s;
}
.contact-form-popup.active {
    opacity: 1;
    z-index: 999;
}
.form-popup-wrapper {
    position: absolute;
    width: 90%;
    max-width: 500px;
}
.form-popup-wrapper {
    position: absolute;
    width: 90%;
    max-width: 500px;
    height: auto;
    max-height: 90vh;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 30px 0;
    overflow-y: auto;
    overflow-x: hidden;
}
.form-popup-wrapper .close {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
    cursor: pointer;
}
.form-popup-wrapper .close:hover {
    transform: rotate(225deg);
}
body .hbspt-form {
    padding: 10px 15px;
}
body .hbspt-form label span {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 5px;
    color: #000;
}
body .hbspt-form .hs-form-field {
    margin-bottom: 15px;
}
body .hbspt-form input, body .hbspt-form textarea, body .hbspt-form select {
    border: none;
    padding: 6px 10px !important;
    font-size: 16px;
    line-height: 1.5;
    height: auto;
        width: 100%;
}
.hs-fieldtype-select label {
    display: none;
}
body .hbspt-form select {
    border-radius: 0 !important;
    height: 40px;
    margin-top: 10px;
}
body .hbspt-form input.hs-button {
    display: inline-block;
    color: #fff;
    padding: 15px 40px !important;
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 10px;
    position: relative;
    transition: all 0.5s ease 0s;
    border-bottom: 6px solid #af7021;
    cursor: pointer;
    width: auto;
    -webkit-appearance: none;
}
ul.hs-error-msgs {
    padding: 0;
    list-style-type: none;
    margin-top: 0;
    font-size: 12px;
    color: #ff0000;
}
.top-contact-no {
    font-size: 0;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
    text-align: center;
        display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
body .top-contact-no a {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 20px;
    font-weight: 600;
    font-size: 15px;
}
body .top-contact-no a:after {
    content: "";
    width: 1px;
    height: 50%;
    position: absolute;
    background: #000;
    right: 0px;
    top: 25%;
}
body .top-contact-no a:last-child:after {
    display: none;
}
.blog-subscription.container {
    text-align: center;
    margin-bottom: 60px;
}
h4.blog-subscribe-heading {
    display: block;
    margin: 0 0 15px;
    font-size: 24px;
}
.blog-subscription .hbspt-form {
        display: block;
    max-width: 350px;
    vertical-align: middle;
    padding: 0;
}
.blog-subscription .hbspt-form label {
    display: none;
}
.blog-subscription .hbspt-form form {
    font-size: 0;
}
.blog-subscription .hbspt-form .hs-form-field {
    display: inline-block;
        width: 100%;
    vertical-align: middle;
    margin-bottom: 0;
}
.blog-subscription .hbspt-form .hs-submit {
        display: block;
    width: auto;
}
.blog-subscription .hbspt-form .hs-form-field input {
    border: none;
    margin: 0;
    padding: 9px 10px !important;
    height: auto;
    line-height: 2;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.blog-subscription .hbspt-form .hs-submit input.hs-button {
    width: auto;
    display: inline-block;
    border: none;
    background: #cc8016;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
}
.latest-posts-section {
    padding: 75px 0;
    background: #fff;
}
.blog-subscription ul.hs-error-msgs {
    position: absolute;
    font-size: 12px;
    width: 300px; 
    height: 20px;
}
.blog-subscription .hbspt-form ul.hs-error-msgs li label {
    display: block;
    text-align: left;
}
a.featured-img-link {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.home-footer a.btn.btn-primary:hover {
    background-color: #818285 !important;
    border-color: #787878;
}
.page-template-page-landing .header-menu,
.page-template-page-landing .mobile-menu,
.page-template-page-landing .footer {
    display: none;
}
section.cb_loginForm {
    padding-top: 100px;
    height: auto;
    min-height: calc(100vh - 85px);
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    background-image: url(assets/images/Aptsite-login-2a.jpg);
    background-size: cover;
    background-position: center 100px;
    background-repeat: no-repeat;
}
section.cb_loginForm .lwa.lwa-default {
    background-image: url(assets/images/home-hero-bg.jpg);
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: top left;
    overflow: hidden;
    padding: 20px;
    margin-right: 50px;
}

section.cb_loginForm .lwa.lwa-default label {
    display: block;
    font-size: 15px;
}
section.cb_loginForm .lwa.lwa-default input[type="text"], section.cb_loginForm .lwa.lwa-default input[type="password"] {
    width: 270px;
    border: none;
    padding: 10px;
    margin: 3px 0;
    font-size: 18px;
}
section.cb_loginForm .lwa.lwa-default input:active, section.cb_loginForm .lwa.lwa-default input:focus {
    outline: none;
}
input#lwa_wp-submit {
    display: inline-block;
    color: #fff;
    padding: 15px 40px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 10px;
    position: relative;
    transition: all 0.5s ease 0s;
    background-color: #cc8016;
    border: none;
    border-bottom: 4px solid #af7021;
    margin-top: 10px;
    cursor: pointer;
}
section.cb_loginForm .lwa.lwa-default tr, section.cb_loginForm .lwa.lwa-default td {
    display: block;
}
section.cb_loginForm .lwa.lwa-default tr {
    display: flex;
    flex-flow: column-reverse;
}
section.cb_loginForm .lwa.lwa-default td.lwa-submit-links {
    display: flex;
}
section.cb_loginForm .lwa.lwa-default td.lwa-submit-links a.lwa-links-remember {
    display: none;
}
section.cb_loginForm .lwa.lwa-default .lwa-loading {
    background: url(/wp-content/plugins/login-with-ajax/widget/loading.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}
section.admin-dashboard {
    padding: 100px 0;
    height: auto;
    min-height: calc(100vh - 85px );
}
.user-sites {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-flow: wrap;
    background-image: repeating-linear-gradient(
0deg
, #ffffff 0 78px, #ededed 78px 156px);
}
.single-site {
    width: 100%;
    display: block;
    margin: 0 15px;
/*
    background: #fff;
    box-shadow: 5px 5px 10px -2px rgba(0,0,0,0.15);
*/
    padding: 0;
    position: relative;
}
.single-site.inactive {
/*    padding: 24px 0;*/
    position: relative;
}
.single-site.inactive:after {
    position: absolute;
    content: "Under Construction";
    opacity: 0.55;
    background: #f5f5f5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    padding: 20px;
    box-sizing: border-box;
    color: #ff0000;
    font-weight: 700;
    line-height: 2.3;
}
/*
.single-site.even {
    background: #ededed;
}
*/
h3.single-site-name {
    padding: 0 15px;
    font-size: 18px;
    line-height: 1.5;
    float: left;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
        width: 25%;
    border-right: 1px solid #cdcdcd;
}
.site-actions {
    width: 25%;
    padding: 15px;
    float: right;
    text-align: right;
}
a.site-action-btn {
    width: auto;
    text-align: center;
    padding: 15px 20px;
    background: #cc8016;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    opacity: 0.75;
    transition: all 0.5s ease 0s;
    display: inline-block;
    margin-left: 15px;
}
a.site-action-btn:hover {
    opacity: 1;
}
a.site-action-btn.visit-site {
    background: #fcb813;
}
.pum-title {
    display: none;
}
.pum-container {
    padding: 0 !important;
}
.popup-flex {
    display: flex;
    flex-flow: wrap;
}
.popup-left, .popup-right {
    width: 50%;
    position: relative;    
    padding: 30px;
    background: #ebebeb;
    min-height: 500px;
}
.popup-left {
    border-radius: 15px 0 0 15px;
    overflow: hidden;
}
.popup-right {
    border-radius: 0 15px 15px 0;
    overflow: hidden;
}
.popup-left .popup-img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.popup-left .popup-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
h2.popup-title {
    position: relative;
    z-index: 9;
    margin: 5px 0;
    font-size: 27px;
    line-height: 1.2;
    color: #fff;
}
h4.popup-subtitle {
    position: relative;
    z-index: 9;
    margin: 0;
    font-family: urw-din, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #000;
}
body .popup-right .hbspt-form {
    padding: 40px 0;
}
body button.pum-close.popmake-close {
    background: transparent !important;
    box-shadow: none !important;
    color: #FECC13 !important;
    font-size: 50px !important;
    font-weight: 300 !important;
    font-family: urw-din, sans-serif !important;
    transform: rotate(45deg);
    outline: none !important;
}
body .pum-container, .pum-theme-default-theme .pum-container {
    background: transparent !important;
}
ul.inputs-list.multi-container {
    padding: 0;
    list-style-type: none;
        margin: 0;
}
body .hbspt-form li.hs-form-checkbox input,
body .hbspt-form li.hs-form-radio input {
    width: auto;
}
/*
a[href=""] {
    position: relative;
    z-index: -1;
    display: block;
    pointer-events: none;
}
*/
.inner-banner.wide-text .container {
    max-width: 800px;
}
.inner-banner.wide-text .block-paragraphs p {
    max-width: 800px;
    font-size: 21px;
}
.content-block.cover-bg {
    background-size: cover;
    background-position: center;
}

.small-heading h2.block-title,
.small-heading h1.block-title {
    font-size: 40px;
}
.submitted-message strong {
    font-family: museo, serif;
    font-size: 27px;
}
.submitted-message span {
    font-weight: 700;
    text-decoration: none !important;
}
.page-template-page-landing .top-contact-no {
    text-align: center;
}
.blog-signup .hbspt-form form {
    font-size: 0;
}
.blog-signup .hbspt-form form .hs_email label {
    display: none;
}
.blog-signup .hbspt-form form .hs_submit, .blog-signup .hbspt-form form .hs_email {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
body .blog-signup .hbspt-form form .hs_email .input input {
    width: 300px !important;
    display: block;
    border-radius: 7px;
    height: 63px;
    transform: translateX(10px);
}
.meetings-iframe-container {
    max-height: 560px;
    overflow: hidden;
}
.meetings-iframe-container iframe {
    margin-top: 0;
}
a.btn.btn-link {
    background: transparent;
    padding: 0;
    text-transform: none;
    font-size: 18px;
}
form.log-out-form {
    position: absolute;
    right: 0;
    top: 0;
}
.log-out-form input#submit {
    padding: 10px;
    width: 100px;
    -webkit-appearance: none;
    border: none;
    background: #fcb813;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    line-height: 1;
}
.user-dashboard-top {
    position: relative;
}
h2.user-greetings {
    margin-bottom: 0;
}
.menu-mobile-menu-container {
    margin-bottom: 15px;
}
.woocommerce .single-product {
    padding: 75px 0;
}
.woocommerce div.product .product_title {
    font-size: 36px;
    font-weight: 300;
    color: #fcb813;
}
span.woocommerce-Price-amount.amount {
    font-size: 24px;
    font-weight: 700;
    color: #454545;
}
.order-total span.woocommerce-Price-amount.amount, .recurring-totals-tax span.woocommerce-Price-amount.amount {
    color: #cc8016;
}
summary p {
    font-size: 24px;
    line-height: 1.6;
}
.summary p {
    font-size: 24px;
    line-height: 1.6;
}
.woocommerce div.product form.cart {
    font-size: 0;
}
.woocommerce div.product form.cart div.quantity {
    font-size: 18px;
    margin: 0;
    width: auto;
    display: inline-block;
    height: auto;
}
.woocommerce .quantity .qty {
    width: 100px;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}
.woocommerce div.product form.cart .button,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    display: inline-block;
    font-size: 18px;
    padding: 0 40px;
    border-radius: 0;
    line-height: 45px;
    border: none;
    background: #cc8016;
}
.product_meta {
    display: none;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top-color: #cc8016;
    background: #fff;
}

    .woocommerce-message::before, .woocommerce-info::before {
    color: #cc8016;
    top: 19px;
}

form.woocommerce-cart-form {
    margin: 75px 0 120px;
    padding: 25px;
    background: #fff;
    float: left;
    width: 65%;
    position: relative;
}
.woocommerce .cart-collaterals {
    float: right;
    width: 30%;
    padding: 25px;
    margin: 75px 0;
    background: #fff;
}
.woocommerce .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}
form.woocommerce-cart-form:after {
    content: "";
    background: url(assets/images/bees-footer-hexagons.svg);
    position: absolute;
    left: 0;
    top: 100%;
    height: 100px;
    width: 100%;
    background-size: auto 100%;
    background-position: bottom;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: #cc8016;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #fdce13;
}
body.woocommerce-checkout .woocommerce {
    padding: 75px;
    width: 55%;
    height: calc(100vh - 100px);
    overflow: auto;
}
form.checkout.woocommerce-checkout {
    position: relative;
    display: flex;
    flex-flow: wrap;
}
div#customer_details {
    background: #fff;
    padding: 25px;
}
div#order_review {
    background: #eee;   
    padding: 25px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
}
.woocommerce form #customer_details .form-row input.input-text,
.woocommerce input#coupon_code {
    padding: 10px;
    font-size: 16px;
    margin-bottom: 5px;
}
.select2-container .select2-selection--single {
    height: auto;
    border-radius: 0;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 5px;
    position: relative;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}
.woocommerce-order-received #main > .woocommerce {
    background: #fff;
    padding: 25px;
    margin: 75px auto;
    width: 95%;
    max-width: 700px;
}
.woocommerce.columns-4 {
    width: 100%;
    max-width: 1400px;
    margin: 75px auto;
    padding: 0 15px;
}
.woocommerce .products ul, .woocommerce ul.products {
        font-size: 0;
    text-align: center;
    padding-top: 30px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: none;
    margin: 0 0 40px;
    padding: 0 25px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    width: 25%;
}
.multipart-form {
    width: 600px;
    background: #fff;
    padding: 30px;
    margin: 0 auto;
} 
.smf-step {
    position: absolute;
    left: 100%;
    width: 100%;
    transition: all 0.5s ease 0s;
    padding: 25px 0;
}
form.swifty-multipart-form {
    overflow: hidden;
    position: relative;
}
.smf-step.current {
    left: 0;
}
.smf-step h2 {
    margin-top: 0;
    color: #cc8016;
    font-size: 30px;
}
form.swifty-multipart-form .fieldset {
    margin-bottom: 15px;
}
form.swifty-multipart-form label {
    display: inline-block;
    line-height: 1.5;
    margin-bottom: 5px;
}
form.swifty-multipart-form .fieldset input {
    padding: 5px 10px;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    outline: none;
}
.smf-step:after {
    content: " ";
    clear: both;
    display: table;
}
.prev-btn {
    display: block;
    float: left;
    background: #cc8016;
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    cursor: pointer;
}
.next-btn {
    display: block;
    float: right;
    background: #cc8016;
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    cursor: pointer;
}
.smf-step.go-left {
    left: -100%;
}
form.swifty-multipart-form .fieldset input[type='radio'], form.swifty-multipart-form .fieldset input[type='checkbox'] {
    display: inline-block;
    width: auto;
}
.special-ul {
    padding-top: 20px;
}
.special-ul h3 {
    font-size: 27px;
}
.special-ul ul:after {
    content: " ";
    clear: both;
    display: table;
}
.special-ul ul li {
    color: #000;
    float: left;
    width: 50%;
}
img.aaoa-logo {
    display: none;
    margin: 0 auto 30px;
    opacity: 0;
}
.aaoa-hero .widget-outer.hb-form {
    margin-bottom: -340px;
        position: relative;
}
/*
.aaoa-hero .widget-form:before {
    content: "";
    position: absolute;
    top: -120px;
    left: -120px;
    width: 220px;
    height: 330px;
    background-image: url(/wp-content/uploads/2020/05/swifty-socks.png);
    background-size: contain;
    background-repeat: no-repeat;
}
*/
.aaoa-hero .widget-form .hbspt-form {
    position: relative;
}
.aaoa-intro .img-text-block-img {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}
.content-block.block_type_landing-hero.aaoa-hero {
    position: relative;
    z-index: 5;
}
.aaoa-hero .hs_submit.hs-submit {
    text-align: center;
}
.content-block.half-white {
    position: relative;
}
.content-block.half-white:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}
.content-block.half-white:before {
    content: "";
    width: 100%;
    height: calc(100% - 360px);
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.block-paragraphs h4 {
    font-size: 27px;
    margin: 0;
}
.ul-col-2 ul {
    padding: 0;
    display: flex;
    flex-flow: wrap;
}
.ul-col-2 .block-paragraphs ul li {
    width: 50%;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-left: 40px;
        position: relative;
    display: block;
}
.block-paragraphs ul li small {
    display: block;
    font-size: 13px;
}
.block-paragraphs h3 {
    font-size: 24px;
    line-height: 1.5;
}
body .flexslider {
    border: none;
    margin: 0;
    background: transparent;
}
.ul-col-2 .block-paragraphs ul li:after {
    width: 8px;
    height: 8px;
    content: "";
    background: #818285;
    position: absolute;
    border-radius: 50%;
    left: 20px;
    top: 9px;
}
.custom-promo-area {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.cp-col-1 {
    width: 30%;
    max-width: 350px;
    display: flex;
    flex-flow: wrap;
    justify-content: left;
    align-items: center;
    border-right: 2px solid #c18333;
}
.cp-col-2 {
    width: 40%;
    max-width: 500px;
    padding: 10px 25px;
}
.promo-area .cp-col-2 p {
    text-align: left;
    margin: 0;
}
.cp-col-3 {
    width: 30%;
    max-width: 300px;
}
.promo-area a.btn {
    padding: 15px 35px;
    font-size: 21px;
    max-width: 100%;
}
.cp-col-3 {
    width: 30%;
    max-width: 300px;
    display: flex;
    flex-flow: column;
    text-align: center;
    justify-content: center;
}
.promo-content {
    padding: 10px 0;
}
.cp-col-1 span {
    font-size: 22px;
    font-family: museo;
    color: #f2ba44;
    font-weight: 700;
    margin-left: 15px;
}
a.btn.btn-link {
    font-size: 20px;
}

ul#menu-main-menu > li.mega-menu > ul.sub-menu {
    width: 100%;
    position: fixed;
    left: 50%;
    height: auto;
    transform: translateX(-50%);
    max-width: 930px;
    z-index: -9;
    visibility: hidden;
    padding: 30px 100px 30px;
    display: flex;
    flex-flow: wrap;    
    background: #fff;
    text-align: left;
}
ul#menu-main-menu > li.mega-menu:hover > ul.sub-menu {
    visibility: visible;
}
ul#menu-main-menu > li.mega-menu > ul.sub-menu > li.menu-col.menu-col-33 {
    width: 45%;
}
ul#menu-main-menu > li.mega-menu > ul.sub-menu > li.menu-col.menu-col-66 {
    width: 55%;
}
ul#menu-main-menu > li.mega-menu > ul.sub-menu > li.menu-col > a {
    display: none;
}
ul#menu-main-menu > li.mega-menu > ul.sub-menu > li.menu-col > ul.sub-menu {
    position: relative;
        width: 100%;
        left: auto;
    padding: 0 20px 0 0;
    font-size: 0;
    border-radius: 0;
}
ul#menu-main-menu > li.mega-menu > ul.sub-menu > li.menu-col.menu-col-33 > ul.sub-menu {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
ul#menu-main-menu ul.sub-menu > li.dark-link > a {
    font-weight: 700;
    font-size: 16px;
    color: #231f20;
    font-family: urw-din, sans-serif;
    line-height: 1.25;
}
ul#menu-main-menu > li a:after {
    content: "";
    width: 0;
    position: absolute;
    height: 2px;
    background: #fcb813;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease 0s;
}
ul#menu-main-menu ul.sub-menu > li > a::after {
    background: #231f20;
}

ul#menu-main-menu  li > a:hover::after {
    width: 100%;
}
ul#menu-main-menu > li.mega-menu > ul.sub-menu > li.menu-col.menu-col-66 li.menu-item {
    display: inline-block;
    width: 50%;
}
ul#menu-main-menu > li.mega-menu > ul.sub-menu > li.menu-col.menu-col-66 li.menu-item.dark-link {
    width: 100%;
}
ul#menu-main-menu > li.mega-menu > ul.sub-menu > li.menu-col.menu-col-66 li.menu-item a {
    color: #231f20;
    font-weight: 400;
    font-size: 15px;
    padding: 5px 0;
}
ul#menu-main-menu > li.mega-menu > ul.sub-menu > li.menu-col.menu-col-66 li.menu-item.dark-link a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
ul.numbered-list > li {
    list-style-type: none;
    color: #000;
}
ul.numbered-list > li h4 {
    font-size: 24px;
}
ul.numbered-list {
    padding: 0;
}
ul.numbered-list > li {
    list-style-type: none;
    color: #000;
    position: relative;
    padding: 0 0 0 100px;
    margin-top: 35px;
        line-height: 1.5;
}
ul.numbered-list > li:after {
    content: "1";
    position: absolute;
    left: 0;
        font-size: 40px;
    font-weight: 700;
    line-height: 87px;
    top: -14px;
    display: block;
    width: 75px;
    height: 87px;
    text-align: center;
    margin-top: 0;
    background-image: url(assets/images/hexagon-filled.png);
    background-size: contain;
    color: #fff;
}
ul.numbered-list > li:nth-child(2)::after {
    content: "2";
}
ul.numbered-list > li:nth-child(3)::after {
    content: "3";
}
ul.numbered-list > li:nth-child(4)::after {
    content: "4";
}
ul.numbered-list > li:nth-child(5)::after {
    content: "5";
}
ul.numbered-list > li ul, ul.numbered-list > li ul li {
    list-style-type: disc;
    color: #000;
    font-weight: 700;
    line-height: 1.5;
}
.content-block.hex-duo-top {
    position: relative;
}
.content-block.hex-duo-top:before {
    content: "";
    position: absolute;
    background-image: url(assets/images/inverse-hexagons-pattern.png);
    background-size: cover;
    width: 200px;
    height: 130px;
    top: 0;
    left: 75%;
    background-position: bottom right;
    margin-left: -150px;
}
body.page-template-page-landing .top-contact-no a {
    color: #cc8016;
    font-weight: 700;
    font-size: 24px;
    margin-top: 5px;
} 
.affiliate-form-block {
    display: flex;
    flex-flow: wrap;
}
.affiliate-form-left {
    width: 45%;
    display: flex;
    flex-flow: column;
    align-items: center;
    background-image: url(/wp-content/uploads/2020/04/affiliate-form-bg.jpg);
    background-size: cover;
    background-position: center center;
    padding: 50px;
}
.afl-img img {
    width: auto;
    max-width: 100%;
}
.affiliate-form-right {
    padding: 100px;
    width: 55%;
    max-width: 840px;
}
h1.afl-title {
    color: #fdb813;
    font-size: 54px;
    text-align: center;
    margin: 0 0 25px;
}
.afl-content p {
    font-size: 21px;
    text-align: center;
}
.hs-fieldtype-booleancheckbox.field.hs-form-field {
    text-align: center;
}
.hs-fieldtype-booleancheckbox.field.hs-form-field ul.inputs-list {
    padding: 0;
    list-style-type: none;
}
.hs-fieldtype-booleancheckbox.field.hs-form-field ul.inputs-list input {
    display: inline-block;
    width: auto;
}
.affiliate-form-right .hs_submit.hs-submit {
    text-align: center;
    margin: 50px 0;
}
.affiliate-form-right .hs-fieldtype-select label {
    display: block;
}
.affiliate-form-right .hbspt-form select {
    background: #fff;
}
.afl-account {
    padding: 50px 0;
    border-top: 3px dashed #828486;
    text-align: center;
}
.afl-account span {
    display: block;
    font-size: 24px;
    color: #231f20;
    margin-bottom: 25px;
}
p:empty {
    display: none;
}
.afl-img img {
    width: auto;
    max-width: 100%;
    display: block;
    margin-top: calc(50vh - 170px);
}
.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-flow: wrap;
}
.woocommerce form .form-row {
    width: 100%;
    order: 50;
}
body.woocommerce-checkout p#billing_first_name_field, 
body.woocommerce-checkout p#billing_last_name_field, body.woocommerce-checkout p#billing_company_field {
    order: 20;
}
p#billing_address_1_field, p#billing_address_2_field, p#billing_country_field, p#billing_state_field {
    order: 25;
}
p#billing_city_field, p#billing_postcode_field {
    order: 35;
}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    width: 50%;
}
.woocommerce form .form-row#billing_address_2_field, .woocommerce form .form-row#billing_address_1_field {
    width: 50%;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}
.woocommerce form .form-row#billing_phone_field, .woocommerce form .form-row#billing_postcode_field {
    width: 50%;
}
form.checkout.woocommerce-checkout .woocommerce-NoticeGroup {
    width: 100%;
}
section.woocommerce-order-details header {
    position: relative;
}
.unverified-user {
    padding: 50px 0;
    text-align: center;
    font-size: 30px;
    color: #454545;
}
.first-site {
    text-align: center;
}
.first-site h4 {
    font-size: 25px;
    padding-top: 50px;
}
.new-site-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
}
.new-site-popup.active {
    z-index: 9999;
    opacity: 1;
    visibility: visible;    
}
.nsp-body {
    background: #fff;
    width: 50%;
    min-width: 480px;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
        overflow: auto;
    right: -100%;
    transition: all 0.5s ease 0s;
}
body.admin-bar .nsp-body {
    height: calc(100% - 32px);
    top: 32px;

}
.new-site-popup.active .nsp-body {
    right: 0;
}
.nsp-close {
    font-size: 30px;
    position: absolute;
    cursor: pointer;
    z-index: 99;
        right: 12px;
    top: 0px;
    line-height: 1;
    transform: rotate(45deg);
}
form.swifty-new-site-form label {
    display: block;
}
.single-addon label {
    padding-left: 30px;
    cursor: pointer;
}
form.swifty-new-site-form input#property-url {
    width: calc(100% - 125px);
}
form.swifty-new-site-form label {
    display: block;
    font-size: 18px;
}
.single-addon input {
    position: absolute;
    margin-top: 9px;
}

form.swifty-new-site-form .sns-step.address-step input, form.swifty-new-site-form .sns-step.address-step select {
    margin-left: 1%;
    margin-right: 1%;
    width: 48%;
}
.sns-step {
    font-size: 0;
}
.sns-step.address-step label {
    margin-left: 1%;
    margin-bottom: 10px;
}
span.sns-next, form.swifty-new-site-form input#submit {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 35px;
    line-height: 1;
    margin-left: 0;
    margin-top: 0;
    transition: all 0.5s ease 0s;
    font-family: 'Open Sans', sans-serif;
    margin-right: 0;
    background: #fcb813;
    float: right;
    cursor: pointer;
        width: auto;
    border: none;
    box-shadow: none;
    position: relative;
}
.sns-nav:after {
    content: "";
    display: table;
    clear: both;
}
span.subdomain-append {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 18px;
    width: 120px;
}
.subdomain-availability .loading {
    display: none;
}
.subdomain-availability.processing .loading {
    display: block;
}
.subdomain-availability {
    margin-top: -15px;
    margin-bottom: 10px;
    font-size: 0;
}
.subdomain-availability span.domain-av-message {
    font-size: 15px;
}
span.domain-av-message.available {
    color: green;
}
span.domain-av-message.taken {
    color: red;
}
span.sns-next.disabled {
    background: #787878;
    opacity: 0.5;
    pointer-events: none;
}
form.swifty-new-site-form input.error, form.swifty-new-site-form select.error {
    box-shadow: 0 0 3px 2px rgba(255,0,0,0.95);
}
span.sns-prev {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 35px;
    line-height: 1;
    margin-left: 0;
    margin-top: 0;
    transition: all 0.5s ease 0s;
    font-family: 'Open Sans', sans-serif;
    margin-right: 0;
    background: #cc8016;
    float: left;
    cursor: pointer;
        width: auto;
    border: none;
    box-shadow: none;
}
.available-subs {
    text-align: center;
}
.sns-step h4 {
    font-size: 18px;
    text-align: center;
    margin: 0 0 15px;
}
.sub-box {
    box-shadow: 0 0 6px 1px rgba(0,0,0,0.45);
    margin: 16px 5px;
    width: calc(33.33% - 10px);
    padding: 10px;
    text-align: center;
    cursor: pointer;
    transform: scale(0.95);
    transition: all 0.5s ease 0s;
    font-size: 15px;
        display: inline-block;
    vertical-align: middle;
    position: relative;
}
.sub-box h4 {
    margin: 10px 0;
}
.sub-box:hover, .sub-box.selected {
    transform: scale(1);
}
.sub-box.selected {
    border: 2px solid #cc8016;
    box-shadow: 0 0 6px 1px #cc8016;
}
.sub-box.selected:after {
    content: "\f00c";
    position: absolute;
    font-family: fontawesome;
    right: 0;
    top: 0;
    color: #fff;
    background: #cc8016;
    padding: 4px;
    font-size: 14px;
}
input#subscription-sync {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.form-processing img {
    display: none;
}   
.form-processing {
    padding: 15px;
    text-align: center;
}

.form-processing .circle-loader {
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-left-color: #cc8016;
  animation: loader-spin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
      width: 100px;
    height: 100px;
}

.form-processing .load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #cc8016;
  transition: border 500ms ease-out;
}

.form-processing .checkmark {
  display: none;
}
.form-processing .checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}
.form-processing .checkmark:after {
  opacity: 1;
  height: 50px;
  width: 25px;
  transform-origin: left top;
  border-right: 3px solid #cc8016;
  border-top: 3px solid #cc8016;
  content: '';
  left: 20px;
  top: 48px;
  position: absolute;
}
.form-processing-text {
    padding: 15px;
    font-size: 21px;
    text-align: center;
    color: #cc8016;
}
.form-processing img {
    display: block;
    position: absolute;
    width: 60%;
    height: 60%;
    left: 20%;
    top: 20%;
    object-fit: contain;
    object-position: center center;
    animation: loader-spin 1.2s infinite linear reverse;
}
.form-processing .load-complete img {
    animation: none;
        display: none;
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-spin-reverse {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 25px;
    opacity: 1;
  }
  40% {
    height: 50px;
    width: 25px;
    opacity: 1;
  }
  100% {
    height: 50px;
    width: 25px;
    opacity: 1;
  }
}

a.lwa-links-register.lwa-links-modal {
    display: none;
}
div#hs-eu-cookie-confirmation {
    display: none !important;
}
ul#menu-main-menu > li.menu-item-has-children > a:before {
    content: "\f0d7";
    font-family: fontawesome;
    font-size: 18px;
    position: relative;
    background: transparent;
    float: right;
    margin-left: 4px;
}
.footer {
    background: #fff;
    padding: 50px 0 0;
        position: relative;
}
/*
body.logged-in .footer {
    display: block;
}
*/
.footer .container {
    display: flex;
    flex-flow: wrap;
    border-bottom: 1px solid #00000025;
    padding-bottom: 30px;
}
.footer-left, .footer-right {
    width: 15%;
        display: flex;
    flex-flow: column;

}
.footer-middle {
    width: 70%;
    padding: 0 30px;
    text-align: center;
}
.footer-middle ul#menu-footer-menu {
    margin: 35px 0 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
}
.footer-middle ul#menu-footer-menu > li {
    width: 20%;
    font-size: 17px;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
        margin-bottom: 15px;
}
.footer-middle ul#menu-footer-menu > li:first-child {
    width: 15%;
}
.footer-middle ul#menu-footer-menu > li:nth-child(2) {
    width: 25%;
}
.footer-middle ul#menu-footer-menu > li:nth-child(5) {
    width: 18%;
}
.footer-middle ul#menu-footer-menu > li:nth-child(3) {
    width: 22%;
}
.footer-middle ul#menu-footer-menu > li ul.sub-menu {
        position: relative;
    opacity: 1;
    height: auto;
    left: 0;
    padding: 15px 15px 0 0;
    top: auto;
    width: 100%;
}
.footer-middle ul#menu-footer-menu > li ul.sub-menu li a {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
    display: block;
    padding: 1px 0;
}
.footer-middle ul#menu-footer-menu > li ul.sub-menu li.dark-link a {
    font-weight: 700;
}
.footer-call {
    font-size: 21px;
    font-weight: 700;
        flex-grow: 1;
    justify-content: center;
    display: flex;
    flex-flow: column;  
}
.footer-right {
    margin-top: 30px;
}
.footer-ctas {
    height: 100%;
    border-left: 1px solid #00000025;
    padding-left: 30px;
    text-align: center;
}
a.footer-btn {
    display: inline-block;
    font-size: 17px;
    color: #000;
    padding: 15px 25px;
    min-width: 150px;
    text-align: center;
    margin: 25px 0;
    border: 1px solid;
    border-radius: 10px;
    font-weight: 600;
    line-height: 1;
    transition: all 0.5s ease 0s;
}
a.footer-btn.btn-signup {
    color: #fff;
}
a.footer-btn:hover {
    color: #FFF;
}
a.footer-btn.btn-signup:hover {
    opacity: 0.75;
}
.footer-subscribe span {
    color: #231f20;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    display: block;
    padding: 0 15px;
}
.content-block.block-bg-image .block-paragraphs h3, .content-block.block-bg-image .block-paragraphs h2,
.content-block.block-bg-image h3.block-subtitle {
    color: #000;
    font-family: urw-din, sans-serif;
    font-weight: 400;
    font-size: 24px;
}

.inner-banner h2, .inner-banner h3 {
    line-height: 1.4;
    color: #000;
    padding-right: 10px;
    font-family: urw-din, sans-serif;
    font-weight: 400;
    font-size: 24px;
}
.inner-banner h3 {
    font-size: 24px;
}
.content-block.subxcribe-cta .hs-email {
    width: 340px;
    display: inline-block;
    vertical-align: top;
}
.content-block.subxcribe-cta .hs-email > label {
    display: none;
}
.content-block.subxcribe-cta .hs-email input {
    padding: 20px 15px !important;
    line-height: 1;
    font-size: 20px;
}
.content-block.subxcribe-cta .hs_submit.hs-submit {
    display: inline-block;
    vertical-align: top;
    margin-left: -10px;
}
.aaoa-intro .img-text-block-img {
    justify-content: center;
}

.multifamily-hero .hero-frame .landing-hero-frame {
    width: 45%;
        order: 2;
}
.page-template-page-landing .footer-git {
    opacity: 0;
    visibility: hidden;
}
/*
body.woocommerce-checkout p#billing_first_name_field, 
body.woocommerce-checkout p#billing_last_name_field, 

body.woocommerce-checkout p#billing_company_field*/, 
body.woocommerce-checkout p#billing_phone_field, 
body.woocommerce-checkout p#billing_email_field {
    display: none;
}
p#_site_name_field {
/*    order: 30;*/
}
p#_site_url_field {
/*    order: 35;*/
    position: relative;
}
p#_site_url_field.processing:after {
    content: "";
    background-image: url(/wp-includes/js/tinymce/skins/lightgray/img/loader.gif);
    width: 31px;
    height: 31px;
    position: absolute;
    right: 125px;
    top: 40px;
}
select#_property_state {
    line-height: 40px;
    height: 42px;
    padding: 10px;
}


.reg-logo {
    text-align: center;
    width: 45%;
    display: flex;
    flex-flow: column;
    align-items: center;
    background-image: url(assets/images/checkout-bg.jpg);
    background-size: cover;
    background-position: center center;
    padding: 50px;
        justify-content: center;
}
body.woocommerce-checkout #main {
    display: flex;
    flex-flow: wrap;
}
body.woocommerce-checkout .footer, body.woocommerce-checkout .footer-bottom {
    display: none;
}
/*
body.woocommerce-checkout div#order_review thead, body.woocommerce-checkout div#order_review tbody, body.woocommerce-checkout div#order_review tfoot tr {
    display: none;
}
*/
body.woocommerce-checkout div#order_review tfoot tr.recurring-totals,
body.woocommerce-checkout div#order_review tfoot tr.recurring-total
{
    display: none;
}
body.woocommerce-checkout div#order_review tfoot tr.cart-discount.total-discount {
    display: table-row;
}
.admin-dashboard a.btn.small-btn {
    z-index: 9;
    font-size: 14px;
    border-radius: 0;
    padding: 10px 15px;
}

.admin-dashboard > .container > .property-btns {
    position: absolute;
    top: 0;
    right: 110px;
}
.admin-dashboard h4 {
    margin: 30px 0 10px;
}
p#_site_url_field span.woocommerce-input-wrapper {
    position: relative;
    display: block;
}
p#_site_url_field span.woocommerce-input-wrapper:after {
    content: ".beswifty.com";
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 17px;
}
p#_site_url_field span.woocommerce-input-wrapper input {
    display: inline-block;
    width: calc(100% - 115px);
}
.nice-select.dashboard-select {
    width: 250px;
    border: 1px solid;
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-left: -3px;
}
.nice-select.dashboard-select ul.list {
    width: 100%;
}
.nice-select.dashboard-select ul.list li.option:first-child {
    display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul > li {
    font-size: 18px;
    display: inline-block;
    width: auto;
    padding: 15px 35px;
}   
.woocommerce-account .woocommerce-MyAccount-navigation ul > li.is-active {
    background: #fff;
    font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    padding: 25px;
    background: #fff;
    width: 100%;
}
ul#menu-main-menu > li:not(.mega-menu) ul.sub-menu > li {
    text-align: center;
}
.single-price-block a.btn {
    display: none;
}
.side-image-shadow img.mac-site-img {
    box-shadow: 15px 15px 33px 11px rgba(0,0,0,0.35);
}
.woocommerce-message + .woocommerce-message {
    display: none;
}
td.product-total.coupon-covid span.woocommerce-Price-amount.amount:first-child, td.product-total.coupon-covid strong {
    text-decoration: line-through;
}
td.product-total.coupon-covid span.woocommerce-Price-amount.amount:nth-child(2), td.product-total.coupon-covid span.woocommerce-Price-amount.amount:nth-child(3) {
    margin-left: 10px;
}
/*
body.woocommerce-checkout div#order_review tfoot tr.cart-discount * {
    font-size: 0;
    padding: 0;
    border: none;
}
*/
body.woocommerce-checkout div#order_review tfoot tr.cart-discount.coupon-covid a.woocommerce-remove-coupon {
    font-size: 14px;
    position: absolute;
    z-index: 99;
    margin-top: 28px;
    margin-left: 150px;
}
.woocommerce-terms-and-conditions-wrapper {
    display: flex;
    flex-flow: column;
}
.woocommerce-terms-and-conditions-wrapper > .woocommerce-terms-and-conditions {
    order: 3;
}
div#customer_details {
    position: absolute;
    width: 100%;
    top: 0;
}

tr.new-recurring-totals {
    border: none !important;
    position: relative;
    width: 100%;
}
tr.new-recurring-totals th {
    font-family: museo, serif;
    font-size: 18px;
    padding-top: 30px !important;
    border: none !important;
}
.block-paragraphs img {
    max-width: 100%;
}
p#_site_name_field, p#_site_url_field {
    position: relative;
    margin-top: 75px;
}
p#_site_name_field:after {
    content: "Property Details";
    top: -40px;
    position: absolute;
    font-family: museo, serif;
    font-size: 21px;
}
.woocommerce form .form-row#billing_city_field, .woocommerce form .form-row-p#billing_state_field {
    width: 50%;
}
.single-main-product,
.single-addon {
    box-shadow: 0 0 10px -3px rgba(0,0,0,0.45);
    margin-bottom: 20px;
    padding: 20px;
    cursor: pointer;
        transition: all 0.3s ease 0s;
    background: #f5f5f5;
}
.single-main-product h3.single-product-title,
.single-addon h3.single-product-title {
    font-size: 25px;
    margin: 0 0 10px;
}
.single-main-product .product-price,
.single-addon .product-price {
    font-size: 20px;
}
.single-main-product .product-price span.woocommerce-Price-amount.amount,
.single-addon .product-price span.woocommerce-Price-amount.amount {
    color: inherit;
    font-weight: 400;
    font-size: 20px;
}
.single-main-product h3.single-product-title ,
.single-addon h3.single-product-title {
     margin: 0 0 10px;
}
.single-main-product:hover ,.single-addon:hover {
    transform: scale(1.05)
}
.sns-step.step-1 .sns-nav,
.single-addons-nav {
    overflow: hidden;
    height: 0;
}
span.sns-next a.dynamic-cart-link {
    color: #fff;
    padding: 15px 35px;
    display: block;
/*
    background: #cdcdcd;
    pointer-events: none;
*/
}
/*
span.sns-next a.dynamic-cart-link.active {
    background: #fcb813;
    pointer-events: all;
}
*/
span.sns-next.to-step-3 {
    padding: 0;
}
.sns-step h2 {
    font-size: 24px;
    margin: 0 0 25px;
}
.woocommerce-MyAccount-content header {
    position: relative;
}
body.woocommerce-account .woocommerce form .form-row input.input-text, body.woocommerce-account .woocommerce form .form-row textarea {
    padding: 10px;
    font-size: 16px;
}
.sites-tabs .site-tabs-nav {
    padding: 0;
    float: left;
    list-style-type: none;
    width: auto;
    font-size: 0;
}
.sites-tabs .site-tabs-nav li.site-tab-nav {
    font-size: 16px;
    display: inline-block;
    border-radius: 10px 10px 0 0;
    margin: 0 4px;
    border-bottom: 0;
    box-shadow: 0 0 4px 2px #cdcdcd;
    overflow: hidden;
}
.sites-tabs .site-tabs-nav li.site-tab-nav a {
    padding: 7px 20px;
    background: #fff;
    display: block;
        border-bottom: 0;
}
.sites-tabs {
    border-bottom: 1px solid #787878;
    margin: 25px 0;
}
.sites-tabs .site-tabs-nav li.site-tab-nav a:hover, .sites-tabs .site-tabs-nav li.site-tab-nav a.active {
    background: #cc8016;
    color: #fff;
}
.single-site.hide-site {
    display: none;
}
li.wc_payment_method.payment_method_intuit_payments_credit_card, li.woocommerce-PaymentMethod.woocommerce-PaymentMethod--intuit_payments_credit_card.payment_method_intuit_payments_credit_card {
    width: 0;
    height: 0;
    overflow: hidden;
}
table.shop_table.woocommerce-checkout-review-order-table.coupon-legacy .product-total > .amount:not(.no-dashes), table.shop_table.woocommerce-checkout-review-order-table.coupon-legacy .product-total > .subscription-price:not(.no-dashes) {
    margin-right: 15px;
    opacity: 0.5;
    text-decoration: line-through;
}

.page-template-page-user-area header, .page-template-page-user-area .footer-bottom,
.page-template-page-account-settings header, .page-template-page-account-settings .footer-bottom {
    display: none;
}
.user-area-wrapper {
    position: relative;
    font-size: 0;
    display: flex;
    flex-flow: wrap;
}
.user-area-sidebar {
    width: 360px;
    min-height: 100vh;
    box-shadow: 5px 5px 10px -2px rgb(0 0 0 / 15%);
    display: inline-block;
    z-index: 99;
    position: relative;
    background: #fff;
}
.user-area-sidebar .swifty-logo {
    padding: 20px 25px;
}
.user-area-sidebar .swifty-logo a.top-logo img {
    max-height: 70px;
}
.user-profile {
    position: relative;
    padding-left: 135px;
    min-height: 120px;
}
.user-avatar {
    position: absolute;
    top: 0;
    left: 25px;
}
.user-profile h2.user-greetings {
    font-size: 21px;
    padding-right: 25px;
    min-height: 58px;
}
.user-profile form.log-out-form { 
    position: relative;
    right: auto;
    top: auto;
    margin-top: 4px;
}
ul.dasboard-menu-ul {
    padding: 0;
    list-style-type: none;
}
a.dashboard-menu-link {
    display: block;
    font-size: 24px;
    padding: 20px 25px;
    border-top: 1px solid #cdcdcd;
}
a.dashboard-menu-link:hover,
a.dashboard-menu-link.active {
    background: #efefef;
}
.user-area-content {
    width: calc(100% - 360px);
    display: inline-block;
    vertical-align: top;
        min-height: 100vh;
    font-size: 16px;
}
.user-area-header {
    padding: 25px;
    font-size: 18px;
    background: #fff;
}
h2.user-area-heading {
    margin: 0;
}
.-user-area-wrap {
    padding: 25px;
}
ul.services-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-flow: wrap;
}
li.single-service {
    width: 33.33%;
    padding: 25px;
        display: flex;
    flex-flow: column;
    position: relative;
    overflow: hidden;
}
li.single-service > a {
    display: block;
    background: #fff;
    flex-grow: 1;
    box-shadow: 5px 5px 10px -2px rgb(0 0 0 / 15%);
    padding: 0;
    text-align: center;
    font-size: 24px;
    transition: all 0.5s ease 0s;
}
li.single-service a[service-type="premium"]:after {
    content: "Premium";
    background: #cc8016;
    padding: 8px 20px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    right: 25px;
    top: 25px;
    position: absolute;
}
li.single-service > a:hover {
    background: #efefef;
    box-shadow: 5px 5px 10px -2px rgb(0 0 0 / 35%);
}
.service-screenshot {
    background: #fcb813;
}
li.single-service h3.service-name {
    margin: 0;
    padding: 15px;
    text-align: left;
}
.service-screenshot img {
    display: block;
    width: 70%;
    height: 15vw;
    object-fit: contain;
    object-position: center center;
    margin: 0 auto;
}
select.properties-categories {
    font-size: 21px;
    padding: 10px;
    display: block;
    margin: 25px auto;
    border: none;
    border-bottom: 2px solid;
}
.common-header {
    float: right;
}
h2.user-area-heading {
    float: left;
}

.tiles-wrapper {
    display: flex;
    flex-flow: wrap;
    text-align: left;
    justify-content: center;
}
.single-tile {
    padding: 0 30px;
    text-align: center;
    margin-bottom: 60px;
    width: 33.33%;
}
.tiles-columns-3 .single-tile {
    width: 33.33%;
}
.single-tile-wrapper {
    height: 100%;
    display: flex;
    flex-flow: column;
    padding-bottom: 20px;
    transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
    box-shadow: rgb(11 26 33 / 8%) 0px 3px 10px;
        background: #fff;
}
.single-tile-wrapper .blur-wrapper img.tile-icon {
    width: 100%;
    height: 260px;
    object-fit: contain;
    object-position: center center;
    background: #fcb813;
}
.single-tile-wrapper .tile-content {
    flex-grow: 1;
    display: flex;
    flex-flow: column;
    background: #fff;
    padding: 0 20px;
    font-size: 16px;
    text-align: left;
}
h4.tile-title {
    font-family: urw-din, sans-serif;
    margin: 35px 0 0;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}
.tile-description {
    flex-grow: 1;
}
.tile-description p {
    margin: 15px 0;
    font-size: 18px;
    color: #828385;
    line-height: 1.4;
}
.single-tile-wrapper .tile-content a.btn {
    max-width: 280px;
    margin: 10px 0 0;
}
.user-selected-resource {
    background: #fff;
    transition: all 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
    box-shadow: rgb(11 26 33 / 8%) 0px 3px 10px;
    margin: 0 auto 35px;
    width: 100%;
    max-width: 1320px;
    display: flex;
    flex-flow: wrap;
}
.usr-image {
    width: 30%;
    background: #fcb813;
}
.usr-image img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: contain;
    object-position: center center;
}
.usr-info {
    width: 70%;
    padding: 25px;
    font-size: 21px;
}
.usr-info h4.tile-title {
    margin: 0 0 25px;
}
.usr-info .tile-description {
    margin: 25px 0;
}
.site-analytics {
    float: left;
    width: 50%;
    text-align: center;
}
.site-analytics p.no-analytics {
    min-height: 45px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.uder-site-header .us-header-cell {
    width: 25%;
    float: left;
        text-align: center;
    padding: 10px;
}
.uder-site-header .us-header-cell.analytic-cell {
    width: calc(50% / 3);
}
.uder-site-header {
    background: #565656;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
}
.uder-site-header:before {
    content: "* Analytics data is for last 30 days";
    position: absolute;
    bottom: -17px;
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: 300;
    font-size: 12px;
}
.site-analytics .single-analytic {
    display: flex;
    float: left;
    min-height: 78px;
    width: calc(100% / 3);
    text-align: center;
    flex-flow: column;
    justify-content: center;
}
.us-header-cell span.sort {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.us-header-cell span.sort a {
    color: #fff;
    display: block;
    line-height: 12px;
}
.us-header-cell span.sort a:hover {
    color: #fcb813;
}
.us-header-cell span.sort a i {
    font-size: 18px;
    line-height: 10px;
}
.-user-area-wrap .user-sites, .-user-area-wrap .uder-site-header {
    font-size: 16px;
}
.site-services {
    float: left;
    width: 75%;
    height: 78px;
    display: flex;
    flex-flow: wrap;
}
.service-icon {
    width: 110px;
    height: 70px;
    margin: 4px 0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
    padding: 6px 30px;
    order: 1;
}

.service-icon i {
    width: 80%;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    border: 2px solid;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 auto;
    display: block;
}
.service-tooltip {
    position: absolute;
    background: #fff;
    width: 100vw;
    max-width: 340px;
    opacity: 0;
    visibility: hidden;
    height: auto;
    bottom: calc(90%);
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 5px 5px 10px -2px rgb(0 0 0 / 25%);
}
.service-tooltip:after {
    width: 20px;
    height: 20px;
    content: "";
    background: #ffffff;
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -10px;
    transform: rotate(
45deg
);
}
.service-icon:hover .service-tooltip {
    z-index: 99;
    opacity: 1;
    visibility: visible;
}
.service-tooltip span.service-title {
    display: block;
    padding: 10px;
    text-align: center;
    font-weight: 700;
}
.service-tooltip .site-actions {
    float: none;
    width: 100%;
    text-align: center;
    padding: 10px;
        position: relative;
}
.service-tooltip .site-actions a.site-action-btn {
    font-size: 16px;
    line-height: 1;
    padding: 15px;
    margin-bottom: 10px;
}
.service-icon[serivce-status="active"] {
    border-color: #cc8016;
/*    order: 0;*/
}
.service-icon[serivce-status="active"] i {
    color: #cc8016;
}
span.inactive-text {
    display: block;
    margin-bottom: 10px;
    margin-top: -10px;
}
.aggrigated-analytics {
    margin-bottom: 25px;
    background: #fff;
    padding: 20px;
}
.aggrigated-analytics {
    margin-bottom: 25px;
    background: #fff;
    padding: 20px 0;
    display: flex;
    flex-flow: wrap;
    font-size: 24px;
}
.aggrigated-analytics .single-ag-analysis {
    width: 33.33%;
    border-right: 1px dashed #ababab;
    padding: 0 20px;
}
h3.ag-an-title {
    margin: 0 0 10px;
}
span.ag-value {
    font-weight: 700;
    font-size: 54px;
    color: #cc8016;
}
.analytics-details-popup {
    background: #fff;
    position: fixed;
    z-index: 999;
    top: 0;
    width: 80%;
    right: 0;
    max-width: 1380px;
    height: 100%;
    overflow: auto;
    box-shadow: 3px 4px 210px 50px rgb(0 0 0 / 50%);
    right: -100%;
    transition: all 1s ease 0s;
}
.analytics-details-popup.show {
    right: 0;
}
body.admin-bar .analytics-details-popup {
    height: calc(100% - 32px);
    top: 32px;
}
.hivesite-loader:not(.show) {
    display: none;
}
iframe.sites-list-iframe {
    width: 100%;
    height: 100%;
    overflow: auto;
}
a.close-analytics-details-popup {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fcb813;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    right: 0;
    top: 0;
}
a.close-analytics-details-popup span {
    display: block;
    transform: rotate(
45deg
);
}
.service-icon aside {
    position: absolute;
    width: 120px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 13px;
}
.service-icon[serivce-status="active"] aside {
    color: #cc8016;
    font-weight: 700;
}
.new-property-form {
    font-size: 18px;
}
.-user-area-wrap .single-site.inactive {
    padding: 0;
}
.-user-area-wrap .single-site.inactive::after {
    opacity: 0;
    z-index: -9;
    visibility: hidden;
}
.property-actions {
    order: 99;
    position: absolute;
    right: 0;
    font-size: 18px;
    padding: 15px 0;
}
.new-service-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: -9;
    opacity: 0;
    visibility: hidden;
}
.new-service-popup.active {
    z-index: 99;
    opacity: 1;
    visibility: visible;
}
.nsp-wrapper {
    position: absolute;
    width: 90%;
    height: auto;
    max-height: 80%;
    overflow: auto;
    background: #fff;
    max-width: 600px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 25px;
    font-size: 18px;
    text-align: center;
}
a.nspopup-close {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 99;
    font-size: 30px;
    line-height: 30px;
    top: 0;
    right: 0;
    overflow: hidden;
}
a.nspopup-close span {
    transform: rotate(
45deg
);
    display: block;
}
.nsp-inner select {
    display: block;
    margin: 11px auto 25px;
    padding: 10px;
}
.nsp-inner h3 {
    margin: 10px 0;
}

/*
body .acf-field[data-name="site_type"] select#acf-field_60ed87c8e16d5 option:nth-child(3), body .acf-field[data-name="site_type"] select#acf-field_60ed87c8e16d5 option:nth-child(4) {
    display: none;
}
*/
.button-primary {
    padding: 15px 20px;
    width: auto;
    -webkit-appearance: none;
    border: none;
    background: #fcb813;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    line-height: 1;
}
.post-success-message {
    margin: 25px auto;
    display: block;
    padding: 15px;
    background: #fff;
    font-size: 18px;
    text-align: center;
    max-width: 740px;
    border-radius: 10px;
    border: 2px solid #fcb813;
    color: #000;
    line-height: 1.5;
}
li.single-service a.service-know-more {
    display: block;
    width: 40px;
    height: 40px;
    box-shadow: none;
    background: transparent;
    border: 3px solid #cc8016;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    font-weight: 700;
    top: calc(15vw + 38px);
    position: absolute;
    right: 35px;
    z-index: 99;
}
li.single-service a.service-know-more:hover {
    background: #cc8016;
    color: #fff;
}
.service-description {
    position: absolute;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    left: 25px;
    overflow: auto;
    background: #fff;
    font-size: 18px;
    padding: 20px;
    line-height: 1.5;
    z-index: 99;
    top: 100%;
    transition: all 0.5s ease 0s;
}
.service-description.active {
    top: 25px;
}
.service-description a.close {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 38px;
    box-shadow: none;
    right: 0;
    top: 0;
    overflow: hidden;
}
.service-description a.close span {
    display: block;
    transform: rotate(45deg);
}
.new-property-form {
    font-size: 18px;
    padding: 25px;
    background: #fff;
    box-shadow: 5px 5px 10px -2px rgb(0 0 0 / 15%);
    max-width: 1200px;
    margin: 0 auto;
}
.new-property-form .acf-form-submit {
    text-align: center;
}
.text-center {
    text-align: center;
}

h2.user-area-heading.text-center {
    width: 100%;
}
.service-description a.site-action-btn {
    margin: 0 15px 0 0;
}
.service-info-slidein {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -9;
    opacity: 0;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
}
.service-info-slidein.active {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
}
.service-info-slidein-wrapper {
    background: #fff;
    position: absolute;
    width: 80%;
    max-width: 1200px;
    height: 100%;
    left: -100%;
    transition: all 1s ease 0s;
}
.service-info-slidein.active .service-info-slidein-wrapper {
    left: 0;
}
.slidein-cta a {
    display: block;
    background: #cc8016;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    opacity: 0.85;
}
.slidein-cta a:hover {
    opacity: 1;
}
.service-info-slidein-body iframe.info-iframe {
    display: block;
    width: 100%;
    height: calc(100vh - 65px);
    overflow: auto;
}
body.admin-bar .service-info-slidein-wrapper {
    padding-top: 32px;
}
body.admin-bar .service-info-slidein-body iframe.info-iframe  {
    height: calc(100vh - 97px);
}
.service-info-slidein-wrapper a.close {
    display: block;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 99;
    background: #cc8016;
    line-height: 40px;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    overflow: hidden;
}
body.admin-bar .service-info-slidein-wrapper a.close {
    top: 32px;
}
.service-info-slidein-wrapper a.close span {
    display: block;
    transform: rotate(
45deg
);
    color: #fff;
}
.site-services .job-title {
    width: calc(100%/3);
    text-align: center;
    font-size: 18px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.signature-popup {
    position: fixed;
    width: 100%;
    max-width: 600px;
    height: 100%;
    top: 0;
    right: -100%;
    background: #fff;
    opacity: 0;
    overflow: hidden;
    z-index: -9;
    transition: all 0.5s ease 0s;
}
.signature-popup.active {
    opacity: 1;
    visibility: visible;
    overflow: auto;
    z-index: 9999;
    right: 0;
}
.signature-popup a.close {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    background: #fff;
    font-size: 50px;
    line-height: 50px;
    display: block;
    width: 50px;
    text-align: center;
    height: 50px;
    overflow: hidden;
}
.signature-popup a.close span {
    transform: rotate(
45deg
);
    display: block;
}
.signature-popup .signature-popup-body iframe {
    display: block;
    width: 100%;
    height: 100vh;
    border: 0;
}
select.signature-property-filter {
    float: right;
    margin-top: -53px;
    font-size: 18px;
    padding: 10px;
    border-radius: 5px;
}
li.dashboard-submenu-link a {
    display: block;
    font-size: 21px;
    padding: 20px 25px;
    border-top: 1px solid #cdcdcd;
}
li.single-db-menu {
    position: relative;
}
ul.dashboard-submenu {
    padding: 0;
    position: absolute;
    width: 100%;
    right: calc(-100% + 60px);
    background: #fff;
    top: 0;
    z-index: -99;
    box-shadow: 5px 5px 10px -2px rgb(0 0 0 / 15%);
    transition: all 0.5s ease 0s;
    visibility: hidden;
    opacity: 0;
}
li.single-db-menu:hover ul.dashboard-submenu {
    opacity: 1;
    visibility: visible;
    z-index: 99;
    right: calc(-100% + 20px);
}
li.dashboard-submenu-link a:hover {
    background: #efefef;
}
a.mobile-dashboard-menu  {
    display: none;
}

/*
.acf-field.new-swifty-site-field {
    display: none;
}
*/
.new-property-form[property-type="swifty-site"] .acf-field.new-swifty-site-field {
    display: block;
}
/*
.new-property-form .acf-field.special-affiliates-plan.new-swifty-site-field {
    display: none;
}
*/
.activate-extra-plans .new-property-form[property-type="swifty-site"] .acf-field.special-affiliates-plan,
.microsite-enable .new-property-form[property-type="swifty-site"] .acf-field.special-affiliates-plan {
    display: block;
}
.microsite-enable .new-property-form[property-type="swifty-site"] .acf-field.special-affiliates-plan select option:nth-child(3),
.microsite-enable .new-property-form[property-type="swifty-site"] .acf-field.special-affiliates-plan select option:nth-child(4),
.activate-extra-plans .new-property-form[property-type="swifty-site"] .acf-field.special-affiliates-plan select option:nth-child(6),
.microsite-enable .new-property-form[property-type="swifty-site"] .acf-field.special-affiliates-plan select option:nth-child(5) {
    display: none;
}

textarea#notification-content {
    min-height: 140px;
    width: 100%;
}
ul.local-swifty-sites {
    padding: 0;
    margin: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}
.notification-status-slide-in {
    background: #fff;
    padding: 10px;
    position: fixed;
    width: 300px;
    height: 100%;
    overflow: auto;
    z-index: 999;
    top: 0;
    right: -100%;
    transition: all 0.5s ease 0s;
    box-shadow: inset 5px 5px 10px -2px rgb(0 0 0 / 15%);
}
.notification-status-slide-in.active {
    right: 0;
}
.special-notification-button, .confirm-notification-send {
    padding: 10px 30px;
    display: inline-block;
    margin-top: 15px;
    background: #cc8016;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
a.noti-sld-close {
    background: #cc8016;
    color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 0;
        overflow: hidden;
}
a.noti-sld-close span {
    transform: rotate(
45deg);
    display: block;
}
.notification-confirmation {
    padding: 20px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}
body.cart-product-3762 p#_site_url_field span.woocommerce-input-wrapper:after {
    display: none;
}
body.cart-product-3762 p#_site_url_field span.woocommerce-input-wrapper:before {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 17px;
    margin-bottom: 5px;
}
body.cart-product-3762 p#_site_name_field, body.cart-product-3762 p#_site_url_field {
    width: 100%;
}
body.cart-product-3762 p#_site_url_field {
    margin-top: 0;
}
body.cart-product-3762 p#_site_url_field span.woocommerce-input-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.acf-field-select.acf-field-5f23ffd4c4355 {
    display: none;
}
tr.cart-package-information li {
    font-weight: 400;
    margin: 5px 0;
}
/*
body.cart-product-3762 p#_site_url_field span.woocommerce-input-wrapper {
    
}
*/


@media screen and (max-width:1600px) {
    .hero-paragraphs {
    max-width: 600px;
}
    ul#menu-main-menu > li {
    padding: 0 20px;
}
    body .top-contact-no a {
        padding: 0 15px;
    }
    
}

@media screen and (max-width:1440px) {
    .container {
    max-width: 1140px;
}
    .logo img {
    height: 75px;
    margin-bottom: 20px;
}
    body .header a.btn {
    padding: 10px 25px;
}
    .header-menu {
    width: calc(100% - 570px);
}
    ul#menu-main-menu > li {
    padding: 0 22px;
}
    .block-paragraphs p,
    .block-paragraphs ul li {
    font-size: 17px;
}
    h2.block-title,
    h1.block-title {
    font-size: 48px;
    margin: 0 0 20px;
}
    .post-listing .alm-listing .alm-reveal > li.single-post > img {
    height: 300px;
}
    h2.featured-title {
    font-size: 42px;
}
    .container-inner {
    display: block;
    width: 100%;
    padding: 0 80px;
}
    ul#menu-main-menu > li.menu-item-has-children > a:before, ul#menu-main-menu > li.mega-menu > ul.sub-menu > li.menu-col.menu-col-66 li.menu-item a {
        font-size: 15px;
    }
    ul#menu-main-menu > li a, ul#menu-main-menu > li.mega-menu > ul.sub-menu > li.menu-col.menu-col-66 li.menu-item.dark-link a, ul#menu-main-menu ul.sub-menu > li.dark-link > a {
        font-size: 15px;
    }
    ul#menu-main-menu ul.sub-menu > li > a {
        font-size: 15px;
    }
    .footer-middle ul#menu-footer-menu > li a {
    font-size: 15px;
}
    .footer-middle ul#menu-footer-menu > li ul.sub-menu li a {
    font-size: 14px;
}
    .footer-call {
    font-size: 18px;
}
    .footer-subscribe span {
    font-size: 18px;
}
    .aaoa-hero .hero-widget .landing-hero-widget {
    padding-left: 100px;
}
    .sites-tabs .site-tabs-nav li.site-tab-nav {
        margin: 0;
    }
    a.site-action-btn {
    padding: 16px 15px;
    font-size: 16px;
    line-height: 1;
    margin-left: 10px;
}
    .site-actions {
    padding: 19.5px 5px;
    width: 28%;
}
    li.single-service {
    width: 50%;
}
    .service-screenshot img {
    height: 20vw;
}
    li.single-service a.service-know-more {
    top: calc(20vw + 38px);
}
    .uder-site-header .us-header-cell {
    font-size: 14px;
}
    .uder-site-header .us-header-cell.analytic-cell {
    width: calc(47% / 3);
}
    .uder-site-header .us-header-cell.website-action {
    width: 28%;
}
    .site-analytics {
    width: 47%;
}
    h3.single-site-name {
    font-size: 16px;
    padding-left: 0;
}
    .sites-tabs .site-tabs-nav li.site-tab-nav a {
    padding: 7px 16px;
}
    .service-icon {
    width: 100px;
    padding: 6px 25px;
}
    .single-tile {
    width: 50%;
}
    
}

@media screen and (max-width:1350px) {
    ul#menu-main-menu > li {
    padding: 0 15px;
}
    .-user-area-wrap .admin-table {
    overflow: auto;
}
    .-user-area-wrap .container .sites-tabs {
    min-width: 920px;
}
    .uder-site-header {
    min-width: 920px;
}
    .user-sites {
    min-width: 920px;
}
    .user-area-sidebar {
    width: 300px;
}
}

@media screen and (max-width:1280px) {
    ul#menu-main-menu > li {
    padding: 0 10px;
}
}

@media screen and (max-width:1200px) {

    .header-menu {
        display: none;
    }

    .container {
    max-width: 960px;
}
    
    h2.block-title,
    h1.block-title {
    font-size: 42px;
    margin: 0 0 15px;
}
    .block-paragraphs p {
    font-size: 16px;
    margin: 0 0 10px;
}
    .content-block.home-footer:after {
    background-size: 150% auto;
    background-position: center center;
    height: 29vw;
}


    .featured-posts-area .post-content {
    padding: 40px 30px;
}
    .featured-posts-area .post-content .featured-subtitle {
    font-size: 18px;
}
    h2.featured-title {
    font-size: 40px;
}
    .featured-desc {
    font-size: 17px;
}
    .single-post-excerpt p {
    font-size: 17px;
    }
    h4.single-post-title {
    font-size: 21px;
}
    .post-listing .alm-reveal {
    margin-left: -15px;
    margin-right: -15px;
}
    .post-listing .alm-listing .alm-reveal > li.single-post {
        padding: 0 15px;
    }
    body.single .hero-area-small {
    padding-bottom: 29vw;
}
    body.single .post-featured-image > img {
    margin-top: calc(-29vw - 15px);
}
    .cp-col-1 span {
    font-size: 18px;
}
    .promo-area .cp-col-2 p {
    font-size: 14px;
}
    .promo-area a.btn {
    font-size: 18px;
}
    ul#menu-main-menu > li {
    padding: 0 10px;
}
    h1.afl-title {
    font-size: 36px;
} 
    .afl-content p {
    font-size: 16px;
}
    .afl-account span {
    font-size: 21px;
}
    
    .mobile-menu {
    float: right;
    margin-left: 25px;
    margin-top: 36px;
    width: 40px;
    height: 30px;
    cursor: pointer;
}
    .mobile-menu span {
    position: relative;
    width: 100%;
    height: 5px;
    margin-bottom: 7px;
    display: block;
}
    .mobile-menu-wrapper {
    display: block;
    position: fixed;
    height: 100%;
    overflow: auto;
    top: 0;
    right: -300px;
    width: 300px;
    z-index: 999;
    padding: 30px;
    transition: all 0.5s ease 0s;
}
    .mobile-menu-wrapper.active {
    right: 0;
}
    .mobile-menu-wrapper .menu-close {
    color: #fff;
    position: absolute;
    font-size: 24px;
    top: 5px;
    right: 5px;
    line-height: 1;
    cursor: pointer;
        transform: rotate(45deg);
}
    .mobile-menu-wrapper ul.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
    .mobile-menu-wrapper ul.menu > li {
    padding: 5px 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    position: relative;
}
    .mobile-menu-wrapper ul.menu > li a {
    color: #fff;
    padding: 5px 0;
    display: block;
    font-family: 'Open Sans', sans-serif;
}
    ul.sub-menu {
    opacity: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    padding: 10px 20px;
    width: 200px;
    transition: all 0.5s ease 0s;
    list-style-type: none;
}
    .mobile-menu-wrapper ul.menu > li ul.sub-menu {
    opacity: 1;
    position: relative;
    padding: 0 20px;
}
    .mobile-menu-wrapper ul.menu > li a {
    color: #fff;
    padding: 5px 0;
    display: block;
    font-family: 'Open Sans', sans-serif;
}
       span.sub-menu-trigger {
    position: absolute;
    color: #fff;
    width: 100%;
    height: 40px;
    top: 0;
    right: 0;
    text-align: right;
    font-size: 24px;
    line-height: 43px;
    transition: all 0.5s ease 0s;
    z-index: 99;
    cursor: pointer;
}
    .menu-item-has-children i.fa {
    transition: all 0.5s ease 0s;
}
    .submenu-active i.fa {
    transform: rotate(90deg);
}
    .mobile-menu-wrapper ul.menu > li ul.sub-menu {
    opacity: 1;
    position: relative;
    padding: 0 20px;
}
    .mobile-menu-wrapper ul.menu > li.submenu-active ul.sub-menu {
    height: auto;
}
    .footer-left, .footer-right {
    order: 2;
    width: 50%;
            text-align: center;
            margin: 0;
}
    .footer-middle {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
}
    .footer-logo {
    max-width: 200px;
    margin: 0 auto;
    width: 100%;
}
    .site-analytics {
    width: 40%;
}
    .site-actions {
    width: 35%;
}   
    .uder-site-header .us-header-cell.analytic-cell {
    width: calc(40% / 3);
}
    .uder-site-header .us-header-cell.website-action {
    width: 35%;
}
    .uder-site-header .us-header-cell {
    font-size: 13px;
    padding: 10px 5px;
}
    
}

@media screen and (max-width:992px) {
    .content-block.half-white:before {
        display: none;
    }

    body.admin-bar header {
    top: 43px;
}
    .container {
    width: 100%;
    max-width: 720px;
    padding: 0 20px;
}
    body.admin-bar .mobile-menu-wrapper {
    top: 43px;
}    
    .featured-posts-area {
    margin-top: -35vw;
}
    h2.featured-title {
    font-size: 27px;
}
    .post-listing .alm-listing .alm-reveal > li.single-post > img {
    height: auto;
}
    .post-listing .alm-listing .alm-reveal > li.single-post, body.blog .post-listing .alm-listing .alm-reveal > li.single-post:nth-child(5n+1), body.blog .post-listing .alm-listing .alm-reveal > li.single-post:nth-child(5n+2) {
    width: 100%;
}
    li.single-social-link {
    margin-right: 2px;
}
    body.category .hero-area-large, body.search .hero-area-large {
    height: auto;
}
    
    .custom-promo-area {
    display: block;
    text-align: center;
}
    .cp-col-1, .cp-col-2, .cp-col-3 {
    width: 100%;
    max-width: 100%;
    text-align: center;
            display: block;
        border: none;
}
    .cp-col-1 * {
    display: inline-block;
    vertical-align: middle;
}
    .promo-area .cp-col-2 p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}
    
    .affiliate-form-left {
    width: 100%;
    height: auto;
}
    .affiliate-form-right {
    padding: 50px 25px;
    width: 100%;
}
    .afl-img img {
    margin-top: 0;
}
    body.single h1.hero_title {
        font-size: 30px;
    }
    .aaoa-hero .hero-widget .landing-hero-widget {
    padding-left: 0;
    width: 90%;
}
    .aaoa-hero .widget-outer.hb-form {
    margin-bottom: -90px;
}
    .multifamily-hero .hero-frame .landing-hero-frame {
    width: 100%;
}
.block_type_blog_posts ul.blogs {
    margin: 0;
}
    .block_type_blog_posts ul.blogs li.single-post {
    width: 100%;
}
    .block_type_blog_posts ul.blogs li.single-post {
    width: 100%;
    margin: 0 0 60px;
}
    .block_type_blog_posts span.post-cat {
    margin-top: 20px;
}
    .post-content-inner {
        padding-left: 80px;
    }
    .block-paragraphs {
    width: 100%;
    padding-right: 0;
}
    .post-sidebar {
    width: 100%;
    padding-left: 0;
}
    h2.user-greetings {
    margin-top: 40px;
}
    .user-dashboard-top {
    padding-top: 10px;
}
    
    
    .reg-logo {
    display: none;
}
    body.woocommerce-checkout .woocommerce {
    padding: 15px;
    width: 100%;
}
    .user-area-sidebar {
    margin-left: -300px;
        transition: all 0.5s ease 0s;
}    
    .user-area-wrapper.sidebar-collapsed .user-area-sidebar {
    margin-left: 0;
}
    .user-area-wrapper {
    overflow: hidden;
}
    .user-area-content {
    width: 100%;
        transition: all 0.5s ease 0s;
}
    h2.user-area-heading {
    display: none;
}
    a.mobile-dashboard-menu {
    position: fixed;
    font-size: 50px;
    top: 10px;
    left: 10px;
        display: block;
}
    a.mobile-dashboard-menu i.fa.fa-times {
    display: none;
}
    .-user-area-wrap {
    padding: 25px 15px;
}
    li.single-service {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
}
    .service-screenshot img {
    height: 60vw;
}
    li.single-service a.service-know-more {
    top: calc(60vw + 10px);
    right: 10px;
}
    a.mobile-dashboard-menu {
    position: fixed;
    font-size: 50px;
    top: 10px;
    left: 10px;
    padding: 10px;
    height: 70px;
    display: flex;
    background: #fff;
    z-index: 9;
        transition: all 0.5s ease 0s;
}
    .user-area-wrapper.sidebar-collapsed .user-area-content {
    margin-right: -300px;
}
    a.mobile-dashboard-menu.collapsed {
    left: 310px;
}
    select.signature-property-filter {
    float: none;
    margin: 0 auto 15px;
    display: block;
        
}
    .-user-area-wrap .container > h4 {
    text-align: center;
}
    .user-sites, .uder-site-header {
    min-width: 700px;
}
    .container {
    padding: 0 10px;
}
    .uder-site-header, .user-sites {
    margin: 0;
    border-radius: 0;
        padding: 0;
}
    .single-site {
    margin: 0;
    font-size: 0;
}
    .site-analytics {
    min-height: 78px;
        font-size: 18px;
}
    p.no-analytics {
    margin: 0;
    display: block;
    height: 78px;
}
    h3.single-site-name {
    padding-left: 10px;
}
    .-user-area-wrap .container .sites-tabs {
    min-width: 700px;
}
    .sites-tabs .site-tabs-nav li.site-tab-nav {
    margin: 0;
    border-radius: 0;
}
    .sites-tabs .site-tabs-nav li.site-tab-nav a {
    padding: 5px 10px;
    font-size: 13px;
}
    .aggrigated-analytics .single-ag-analysis {
    width: 100%;
    margin-bottom: 20px;
}
    h3.ag-an-title {
    font-size: 21px;
}
    span.ag-value {
    font-size: 40px;
}
    .properties-table a.site-action-btn.edit-property {
    display: none;
}
    .uder-site-header:before {
        display: none;
    }
    .single-tile {
    width: 100%;
    padding: 0;
}
    ul.dashboard-submenu {
    display: none;
}
    
}

@media screen and (max-width:767px) {

    .content-block.inner-banner {
    padding-bottom: 25vw;
}
    h2.block-title,
    h1.block-title {
    font-size: 36px;
    padding: 0 10px;
}
    .swifty-social {
    display: block;
    width: 100%;
    text-align: center;
}
    .footer-git {
    width: 100%;
    display: block;
    margin: 15px 0;
}
    .copyright {
    text-align: center;
    width: 100%;
    display: block;
}
    .category-filter {
    float: none;
    display: block;
    text-align: center;
}
    .blog-search {
    float: none;
    display: block;
    text-align: center;
    margin-top: 15px;
}
    .featured-posts-area {
    margin-top: 15px;
}
    .featured-posts-area .post-image {
    width: 100%;
    height: 56vw;
}
    .featured-posts-area .post-content {
    padding: 20px;
    width: 100%;
}
    body.single h1.hero_title {
    width: 100%;
    margin: 0 auto;
}
    .post-content.content-block > .container {
    display: flex;
    flex-flow: column;
}
    .social-share {
    position: relative !important;
    order: 2;
    top: auto !important;
    margin: 25px 0 0;
}
    h5.mobile-only {
    display: inherit;
}
    .social-share a {
    font-size: 18px;
    width: 40px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    margin: 0 10px 0 0;
}
    .container-inner {
    padding: 0;
}
    .Header-right {
    display: none;
}
    .logo img {
    display: block;
    width: auto;
    height: 80px;
    margin-top: 5px;
    transition: all 0.5s ease 0s;
    margin-bottom: 5px;
}
    .header {
    background: #fff;
}
    a.btn {
    font-size: 16px;
    padding: 15px 20px;
} 
    .content-block.home-footer .block-paragraphs p,
    .inner-banner .block-paragraphs p {
        font-size: 17px;
    }
    body.single .post-featured-image > img {
        height: 55vw;
    }
    .featured-overlay img.post-bee-icon {
    width: 25%;
    left: 20px;
}
    .featured-overlay img.post-bee-trail {
    width: calc(75% - 40px);
    right: 20px;
}
    .featured-overlay img.post-bee-trail {
    width: calc(75% - 40px);
    right: 20px;
}
    span.single-post-cat, span.single-post-date {
    font-size: 18px;
}
    h4.blog-subscribe-heading {
    margin-bottom: 15px;
}
    .blog-subscription .hbspt-form {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
    .blog-subscription .hbspt-form .hs-form-field {
        width: 210px;
    }
    .popup-left, .popup-right {
    width: 100%;
    min-height: 200px;
    padding: 10px 15px;
}
    .popup-left .popup-img {
    top: auto;
    bottom: 0;
}
    h2.popup-title {
    margin: 0;
    font-size: 24px;
}
    .popup-left {
    border-radius: 0;
}
    .popup-right {
    border-radius: 0 0 15px 15px;
}
    body button.pum-close.popmake-close { 
    color: #fff !important;
}
    .popup-flex {
    height: auto;
    max-height: 90vh;
    overflow: auto;
        border-radius: 15px;
}
    .footer-git a {
    display: block;
}
    .blog-signup .hbspt-form form .hs_email {
    display: block;
    vertical-align: middle;
    margin: 0 0 15px;
}
    body .blog-signup .hbspt-form form .hs_email .input input {
    transform: none;
}
    .popup-left {
    height: auto;
    min-height: 0;
        padding-bottom: 25vw;
}
    .popup-img.hide-mobile {
    display: none;
}
.pum-container.pum-responsive .popup-left .popup-img img {
    object-position: bottom;
    height: auto;
    margin-top: -11vw;
}
    body .popup-right .hbspt-form {
    padding: 0;
}
    .popup-right p {
    margin: 0 0 20px;
}
    a.btn {
    margin-bottom: 10px;
}
    .aaoa-hero .widget-outer.hb-form {
    margin-bottom: 20px;
}
    .special-ul {
    text-align: left;
}
    .ul-col-2 .block-paragraphs ul li {
        width: 100%;
    }
    ul.numbered-list > li {
    padding-left: 50px;
    text-align: left;
}
    ul.numbered-list > li:after {
    font-size: 24px;
    line-height: 47px;
    width: 40px;
    height: 47px;
    top: -7px;
}
    ul.numbered-list > li ul {
    padding: 0;
}
    .footer-left, .footer-right {
    width: 100%;
}
    .footer-left {
    order: 1;
}
    .footer-ctas {
    border: none;
    padding: 0;
}
    .footer-middle ul#menu-footer-menu > li {
    width: 100% !important;
    text-align: center;
}
    .footer-middle ul#menu-footer-menu > li ul.sub-menu {
    padding: 10px;
}
    .footer {
    padding: 15px 0;
}
    .footer-middle {
    order: 1;
}
    .content-block.home-footer {
    padding: calc(48vw + 35px) 0 60px;
}
    .content-block.home-footer:before {
    width: 27.3vw;
    height: 25.1vw;
            left: 50vw;
    }
    .post-content-inner {
    padding-left: 0;
}
.rp-group-wrapper .single-related-posts {
    width: 100%;
    margin-bottom: 50px;
}
    .recent-posts-grid {
    overflow: hidden;
}
    .nsp-body {
    min-width: 100%;
}   
    body.admin-bar .nsp-close {
    top: 22px;
}   
    
    .woocommerce form .form-row#billing_address_2_field, .woocommerce form .form-row#billing_address_1_field, .woocommerce form .form-row#billing_city_field, .woocommerce form .form-row-p#billing_state_field, .woocommerce form .form-row#billing_phone_field, .woocommerce form .form-row#billing_postcode_field {
    width: 99%;
}
    .woocommerce form .form-row-first, .woocommerce-page form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    width: 99%;
}
    div#order_review {
    padding: 15px 0;
}
    .woocommerce form #customer_details .form-row input.input-text, .woocommerce input#coupon_code {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #000 !important;
    box-shadow: none;
}
    p#_site_url_field {
    margin-top: 0;
}
    .select2-container .select2-selection--single {
    border: 1px solid;
}
}
