/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.1
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/


/** disable image zoom on hover**/

.avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
    -webkit-transform: none !important;
    transform: none !important;
}

.saboxplugin-wrap .saboxplugin-desc,
.saboxplugin-wrap .saboxplugin-authorname {
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.fixed-share-buttons-index {
    z-index: 2000 !important;
}


/*Add your own styles here:*/


/** Turn off pulse for hotpots **/

.av-image-hotspot-pulse {
    display: none!important;
}

@media only screen and (max-width: 700px) {
    .hidemobilebackgroundimage div .avia-full-stretch {
        background-image: none!important;
    }
}

h4+h4,
h4+h3 {
    margin-top: 1em;
}

.hide-blog-categories .blog-categories {
    display: none!important;
}

div.landing-page-blog-title article {
    text-align: center!important;
    display: inline-block;
}

div.landing-page-blog-tile article {
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

div.landing-page-blog-tile article h3 {
    padding-bottom: 20px;
}

div#sub_menu1 {
    z-index: 100;
}


/*
You can add your own CSS here.
Click the help icon above to learn more.
*/

.av-masonry-container a.av-masonry-entry.category-infographics .av-masonry-entry-content * {
    font-size: 0px !important;
    line-height: 0px !important;
}

.av-masonry-container a.av-masonry-entry.category-infographics .av-masonry-entry-content *:not(img) {
    padding: 0px !important;
    margin: 0px !important;
}

.smallerimage {
    width: 150px;
}

.avia-video {
    margin-bottom: 0px;
}

div.guidepagetemplate {
    height: 1000px;
    width: 700px;
}


/*CHANGE SUBHEADER COLOR ON PRICING PAGE*/

.page-id-2061810 .nopaddingmargin {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0px;
    margin-bottom: 0px
}

.page-id-2061810 .negativemargin {
    margin-top: -120px !important;
}

.page-id-2061810 .negativemargin2 {
    margin-top: -40px !important;
}

.page-id-2061810 p,
li {
    font-size: 18px !important;
    font-weight: 300;
}

.page-id-2061810 h2 {
    padding-top: 20px;
}


/*CHANGE SUBHEADER COLOR ON PRICING PAGE*/

.page-id-2060834 .description-copy p {
    margin-bottom: 0px
}


/* EXPIRED EGUIDE FORMATTING */

.page-id-2060834 .description-copy p {
    margin-bottom: 0px;
}


/*INCREASE HOMEPAGE HERO ALERT ICON SIZE*/

.homepage-icon-email div.iconbox_icon {
    font-size: 45px !Important;
}

.widget_categories label {
    display: none;
}

div.av-special-heading {
    margin-top: 30px;
}


/*CHANGE BLOG TITLE CAPITALIZATION*/

.post-title {
    text-transform: none !important;
}


/*CHANGE TOOL TIP LABEL STRONG TEXT TO GREEN */

.inner_tooltip p strong {
    color: #73c45a;
}


/*REMOVE MENU ITEMS ON MOBILE & DESKTOP TO CHANGE ORDER */

@media only screen and (max-width: 990px) {
    .hide-on-mobile {
        display: none !important;
    }
}

@media only screen and (min-width: 990px) {
    .hide-on-desktop {
        display: none !important;
    }
}


/*FIX MENU HEADER STYLES AFTER ADDING AGENT RESOURCES */

@media only screen and (max-width: 1140px) {
    .av-main-nav>li.menu-item-avia-special {
        display: block;
    }
    .av-main-nav>li {
        display: none;
    }
}


/* REMOVE BORDER ON FULL WIDTH BUTTON ON HOMEPAGE */

div.main_color {
    border: none !important;
}


/* REMOVE TOP MARGIN ON TRIAL TESTIMONIAL */

div.avia-testimonial-wrapper {
    margin: 0px !important;
}


/* REMOVE TOP MARGIN */

.notopmargin {
    margin-top: 0 !important;
}


/* BLOG SHARE BUTTONS ON MOBILE */

@media only screen and (max-width: 480px) {
    .essb_link li a {
        margin: 2px 2px 2px 0 !important;
    }
    @media only screen and (max-width:767px) {
        .essb_links.essb_displayed_float.essb_fixed {
            top: 0;
            width: 100%;
        }
    }
    .essb_icon {
        max-width: 25px !important;
        padding-right: 7px !important;
    }
}


/* FEATURE PAGE TOP ICON PADDING */

@media only screen and (max-width: 1090px) {
    .featurepage-topicon {
        padding-top: 30px !important;
    }
}


/* HIDE BACKGROUND IMAGE ON MOBILE */

@media only screen and (max-width: 700px) {
    .hidemobilebackground div .avia-full-stretch {
        background: #00aeef!important;
        background-image: none!important;
    }
}

@media only screen and (max-width: 700px) {
    .hidemobilebackgroundwhite div .avia-full-stretch {
        background: #ffffff!important;
        background-image: none!important;
    }
}

@media only screen and (max-width: 700px) {
    .hidemobilebackgroundlightgray div .avia-full-stretch {
        background: #CCD5D8!important;
        background-image: none!important;
    }
}

@media only screen and (max-width: 700px) {
    .hidemobilebackgrounddarkgray div .avia-full-stretch {
        background: #313940!important;
        background-image: none!important;
    }
}


/* OVERVIEW SECTION TITLES */

.iconbox_content_title font {
    font-size: 1.25em !important;
    line-height: 1em;
}


/*BLOG POST STYLING */

body.single.post .entry-content img {
    width: 100%;
}

.kcm-previous-post,
.kcm-next-post {
    width: 49%;
    position: relative;
    display: inline-block;
    font-size: 13px;
}

.kcm-previous-post {
    text-align: left;
}

.kcm-next-post {
    text-align: right;
}

.main_blog_wrapper .category-infographics .av-masonry-outerimage-container,
.main_blog_wrapper .category-webinars .av-masonry-outerimage-container,
.main_blog_wrapper .category-general .av-masonry-outerimage-container {
    display: none;
}

.kcm-category-featured img {
    width: 100%;
    margin-bottom: 30px;
}


/* BLOG POST AUTHOR BOX */

body.category .saboxplugin-wrap,
.archive .saboxplugin-wrap {
    display: none;
}

.saboxplugin-gravatar {
    padding-top: 35px !important;
    max-width: 150px;
}

.saboxplugin-desc {
    padding-bottom: 10px;
}

.read-more-link {
    padding-bottom: 30px !important;
}


/* EXPIRED EGUIDE LANDING PAGE */

.page-id-2060834 .description-copy {
    margin-bottom: 0px;
}


/* BROKERAGE FORM */

.page-id-1057258 form {
    max-width: 700px;
    margin: 0 auto;
}

.page-id-1057258 input {
    min-width: 142px;
    height: 50px;
    font-size: 0.92em;
    border-radius: 2px;
}


/* BLOG POST PP AD */

.entry-content td {
    border-top-style: none !important;
    border-left-style: none !important;
    vertical-align: middle;
    font-size: 1.2em;
}

.entry-content td strong {
    color: #000 !Important;
}

.entry-content table,
tr,
td {
    border: none;
}

.entry-content hr {
    padding-bottom: 0px !important;
    margin-bottom: 10px !important;
    margin-top: 20px !important;
}

.entry-content table img {
    width: 100% !important;
}


/* BLOG POST IMAGE SIZES */

.big-preview img {
    height: auto !important;
    width: 100% !important;
}

.single .post .entry-content img,
.category .post .entry-content img,
.archive .post .entry-content img {
    display: block;
    margin: auto;
    width: 80%;
}

.post .post-entry img {
    display: block;
    margin: auto;
    width: 80%;
}

.single-article .post .entry-content img {
    width: auto;
}

.post .entry-content>p>a.alignnone {
    width: 100%;
}


/* SPACING ON BLOG HEADING */

main.template-page.content.av-content-full.alpha.units {
    padding-top: 20px;
    padding-bottom: 20px;
}


/* SPACING ON BLOG SIDEBAR */

#qtranslate-2,
#categories-3 {
    padding: 0px;
}


/* BlOG CATEGORIES */

div.av-masonry-sort {
    display: none;
}


/* STEVE HARNEY */

.page-id-4119 .avia-testimonial-name {
    color: #00aeef !important;
}


/* ARTICLE PAGES */

.page-id-4119 .headlineblock h3 {
    color: #00aeef;
}

.page-id-4106 blockquote {
    margin-top: 30px;
}

.page-id-4067 blockquote {
    height: 100%;
    margin: 30px;
}

.page-id-4067 .articlebody blockquote {
    border-color: #333 !important;
}

.page-id-4067 h4 {
    font-size: 1.5em;
    line-height: 100%;
}

.page-id-4067 h3 {
    color: #00aeef;
}

.page-id-4025 h3 {
    color: #00aeef;
}

.page-id-4025 blockquote {
    height: 100%;
    margin: 30px;
}

.page-id-4025 .articlebody blockquote {
    border-color: #333 !important;
}

.page-id-4025 h4 {
    font-size: 2em;
    color: #00aeef;
}

.page-id-3955 h2 {
    padding-top: 20px;
    margin-bottom: 0px;
}


/* MAKE ACCORDION TABS LARGER */

.toggler {
    font-size: 23px;
    line-height: 2em;
}

.toggle_icon {
    position: absolute;
    width: 15px;
    height: 15px;
    border-style: solid;
    border-width: 1px;
    top: 24px;
    left: 10px;
}


/* PREV AND NEXT POST ARROWS DARKER */

#top .avia-post-nav {
    background: rgba(49, 57, 64, 1.0);
}

p.comment-form-url {
    display: none;
}


/* PRICING PAGE */

.pricingtablebutton .avia-button {
    border: 3px solid #ff8300;
}

.pricingtable div:nth-of-type(2n) .avia-pricing-row {
    background-color: #c3cacd !Important;
    border-color: #c3cacd !important;
}

.pricingtable div:nth-of-type(2n) .avia-heading-row {
    background-color: #CCD5D8 !Important;
    border-color: #CCD5D8 !important;
}

@media only screen and (min-width: 1088px) {
    .pricing-table-wrap:first-child {
        width: 700px;
    }
}

@media only screen and (min-width: 1088px) {
    .pricing-table-wrap:first-child {
        width: 675px;
    }
}

@media only screen and (max-width: 1165px) {
    .pricingtable div:nth-of-type(2) li:nth-of-type(11) {
        display: none !important;
    }
}

.pricingtestimonials {
    background-size: cover !important
}


/* END PRICING TABLE HEADER COLOR */


/* SUCCESS STORY TESTIMONIAL IMAGE SIZING */

.success-story-testimonial-image .avia-testimonial-image {
    height: 100px;
    width: 100px
}

@media only screen and (max-width: 1079px) and (min-width: 480px) {
    .success-story-testimonial-image .avia-testimonial-meta-mini {
        padding-left: 20px;
    }
}


/* END SUCCESS STORY TESTIMONIAL IMAGE SIZING */


/* PRICING PAGE - 10 REASONS ICON SPACING */

.value-reasons .avia_start_animation {
    padding-top: 25px;
}

.value-reasons .iconlist-timeline {
    margin-top: 20px;
}


/* END 10 REASONS ICON SPACING */


/* INCREASE FEATURE ICON SIZES */

.overviewicon .iconbox_icon {
    font-size: 50px!important;
}

.overviewsubicon .iconbox_icon {
    font-size: 40px!important;
}


/* END INCREASE ICON SIZES */


/* OTHER */

#top .av-large-testimonial-slider:hover .avia-slideshow-arrows a {
    color: #ffffff;
    opacity: 0.5;
}

.av-special-heading-tag {
    font-size: 40px;
}

.logo img {
    margin-top: 18px;
    width: 300px;
    height: 39px;
}

.menu li>a:after {
    display: none;
}

#menu-item-1111 span.avia-menu-text {
    color: #f2c530!important;
}

#menu-item-1111 span.avia-menu-text:hover {
    opacity: 0.8;
}

#menu-item-809 span.avia-menu-text:hover {
    opacity: 0.8;
}

#av-layout-grid-1,
#av-layout-grid-3,
#av-layout-grid-5 {
    padding: 5% 7% 1% 7%;
    background-color: #f7f7f7;
}

#av_section_2 {
    background-color: #f7f7f7;
}

#top .av_inherit_color * {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

div.av-caption-image-overlay-bg {
    border-radius: 3px;
}

p.toggler {
    color: #00aeff !important;
}

#top .av-caption-style-overlay a.av-masonry-item-with-image .av-inner-masonry-content {
    background: rgba(0, 174, 239, 0.85);
}

h1.post-title.entry-title {
    color: #00aeef;
}

.widget_no_padding .widget {
    padding: 0!important;
}

.essb_links {
    text-align: center;
}

@media only screen and (min-width: 769px) {
    .only_mobile {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .only_desktop {
        display: none !important;
    }
}

.avia_desktop .av-hover-overlay-active .av-masonry-image-container {
    opacity: 1;
}

article.es_post_fix .entry-content-wrapper header h1 a {
    text-transform: none!important;
}

#mobile-advanced .hideSubmenu ul.sub-menu {
    display: none;
}

.subMenuIcon {
    font-size: 30px;
    color: #00aeff;
    background: #ededed;
    position: absolute;
    top: 0;
    right: 0px;
    height: 53px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    z-index: 99999;
    display: inline-block;
    cursor: pointer;
}

@media only screen and (min-width:767px) {
    .subMenuIcon {
        display: none!important;
    }
}

#footer>.container {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#footer>.container>.flex_column {
	width: unset;
	margin: 0;
}

#menu-site-map-footer .subMenuIcon,
#menu-site-map-footer-2 .subMenuIcon {
    display: none!important;
}


/* Adjust Main Navigation Font Format */

.avia-menu-text {
    font-size: 14px !important;
    font-weight: 400 !important;
}


/* TEAM FUN PIC ON HOVER */

.av-image-caption-overlay-center {
    padding: 0 !important;
}

#menu-item-809 {
    padding-left: 20px !important;
}

.menu li>a:after {
    color: #000;
    content: ' ▾';
}

.menu li>a:only-child:after {
    content: '';
}

#top #wrap_all .header_color .av-menu-button-colored>a .avia-menu-text {
    background: #92D36E;
    color: #00aeef !important;
}


/* .avia-button {
   border-radius: 6px !important;
} */

#feature-header {
    margin-bottom: -50px !important;
}

.blog-categories a {
    margin-left: 8px;
    text-transform: none;
    font-weight: 400;
}

.main_color .sidebar a {
    color: #00aeff;
}

.center-inner-blocks .entry-content-wrapper {
    text-align: center
}

.center-inner-blocks .flex_column {
    float: none;
    display: inline-block;
    position: relative
}


/* Hides the Google Recaptcha badge */

.grecaptcha-badge {
    display: none;
}


/* Makes ContactForm 7 Button look like Enfold Button */

.wpcf7-submit.button {
    margin: 0;
    padding: 16px 20px;
    border-radius: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-weight: normal;
    font-size: 0.92em;
    min-width: 142px;
    outline: none;
}

.wpcf7-form.sent {
    display: none;
}

.wpcf7 .screen-reader-response {
    display: none;
}

#kcm_contact_form_success {
    display: none;
}

.essb_links.essb_displayed_float.essb_fixed {
    top: 55px;
}

@media only screen and (max-width:767px) {
    .essb_links.essb_displayed_float.essb_fixed {
        top: 0;
        left: 0;
        width: 100%!important;
        margin: 0;
        padding: 10px 5%;
    }
    .essb_links li a .essb_network_name {
        display: none!important;
        padding-right: 10px;
    }
    .essb_links li a .essb_icon {
        padding-right: 10px!important;
    }
}


/* Styling for multi-column menu in footer */

.multicol-menu-column>a {
    display: none;
}

ul>li.multicol-menu-column {
    display: inline-block;
    position: relative!important;
    width: 47%;
    box-sizing: inherit;
    vertical-align: top;
    margin: 0;
}

ul#menu-site-map-footer li.multicol-menu-column ul.sub-menu ul.sub-menu li,
ul#menu-site-map-footer-2 li.multicol-menu-column ul.sub-menu ul.sub-menu li {
    padding: 0 0 0 10px;
}

ul#menu-site-map-footer li.multicol-menu-column ul.sub-menu ul.sub-menu li a,
ul#menu-site-map-footer-2 li.multicol-menu-column ul.sub-menu ul.sub-menu li a {
    font-size: .8em;
    margin: 3px 0 3px 0;
	padding: 0;
    line-height: 1.5em;
}

ul#menu-site-map-footer li.multicol-menu-column>ul>li>a,
ul#menu-site-map-footer-2 li.multicol-menu-column>ul>li>a {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

ul#menu-site-map-footer li:before,
ul#menu-site-map-footer-2 li:before,
li.multicol-menu-column li:before {
    content: ""!important;
}
@media only screen and (max-width: 1030px) {
  #footer .flex_column.av_one_fourth:nth-child(3) {
    width: 50%;
	max-width: 50%;
  }	
}

#footer .flex_column.av_one_fourth:nth-child(4) {
    max-width: 100px;
	width: unset;
}

.avia_textblock.text-center {
    text-align: center;
}

li.multicol-menu-column.current-menu-ancestor {
    box-shadow: none!important;
    width: 41%!important;
    padding-left: 10%!important;
}

#menu-site-map-footer .multicol-menu-column.current-menu-ancestor,
#menu-site-map-footer-2 .multicol-menu-column.current-menu-ancestor {
    width: 47%!important;
    padding-left: 0!important;
}

#top h1 a,
#top h2 a,
#top h3 a,
#top h4 a,
#top h5 a,
#top h6 a {
    text-decoration: underline;
}


/** Disable image grow on hover **/

.avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
    -webkit-transform: none !important;
    transform: none !important;
}

.widget_nav_menu .multicol-menu-column>a {
    display: none;
}

/** Adjust masonry column widths for ads **/
@media only screen and (min-width: 678px) and (max-width: 1300px) {
    .responsive #top .av-masonry-entry {
        width: 49.90%;
    }
}

@media only screen and (max-width: 678px) {
    .responsive #top .av-masonry-entry {
        width: 100%;
    }
}


iframe#matrix-iframe {
  width: 100%!important;
}