/*
Theme Name: Created4Health - Avada Child
Description: Child theme for the Avada
Author: Sophia Media
Template: Avada
*/

/**TEMP DEV STYLES **/
li#top-notification {
display: none;
}

/**** HOME PAGE GRID ****/
div#posts-container {

}

/* Commented as featured image not displayed properly on the home 
#content .image {
max-height: 170px;
}
*/

.home-page h2.post-title.entry-title a {
font-size: 27px !important;
line-height: 16px !important;
}
/**/

/**** HOME PAGE TOPICS ****/
.home-page div#bbpress-forums {
margin-top: 15px;
}

.home-page .bbp-search-form {
display: none;
}

.home-page .bbp-pagination {
display: none;
}
/**/

/*** Desktop Fixed Activity bar ***/
@media screen and (max-width:800px) {div#timeline-fixed{display:none;}}

@media screen and (min-width:801px) {
    div#timeline-fixed {
        float: right;
        display: block;
        width: 250px;
        position: absolute;
        max-height: 100%;
        z-index: 10;
        right: 0px;
        top: 44px;
        bottom: 155px;
        background: #fff;
        border-left: 2px solid #4E658D;
        box-shadow: -1px 0px 5px #707070;
    }
    
    #header-sticky .avada-row {
        margin-right: auto;
    }
    
    .text p {
        text-align: left;
        padding-right: 15px;
    }   
    
    .feedEntryContent {
        margin: 0px !important;
    }
    
    .activity-entry-title {
        padding: 5px;
    }
    
    .activity-list .container {
        width: 100% !important;
        padding: 0px !important;
        margin-left: 0px !important;
    }
    
    /** Spacing for Feed 
    .avada-row {
        margin-right: 250px;
    } **/
    
    ul#activity-stream {
        width: 266px;
        margin-left: -36px;
        list-style: none;
    }
    
    ul.activity-fb {
        list-style: none;
        margin: 10px 10px 2px 10px !important;
        width: 200px;
        padding: 0px;
    }
    
}

/*** UserPro Top Bar ***/

.header-social .userpro-float {
height: 10px;
float: right;
background: none !important;
}

.header-social div.userpro-head {
background: none !important;
}

.header-social .userpro-profile-img img {
width: 32px !important;
border: 1px solid #444 !important;
padding: 0px !important;
margin-top: -6px;
position: relative;
margin-left: -133px;
}

.header-social .userpro {
float: right;
height: 12px;
width: auto;
}

.header-social div.userpro-is-responsive {
background: none;
}

.header-social .userpro-profile-img-after.userpro-force-center {
float: right !important;
height: 20px;
margin-top: -68px;
}

.header-social span.userpro-badges.userpro-force-center {
position: relative;
top: -26px;
left: -131px;
width: auto;
}

.header-social .userpro-profile-img-btn.userpro-force-center {
position: relative;
top: -60px;
right: -160px;
}

.header-social div.userpro-profile-name a {
color: white !important;
}


.header-social .userpro-body, .header-social .userpro-header, .header-social .userpro-field, .header-social .userpro-input, .header-social .userpro-column, .header-social .userpro-label {
    float: left !important;
    width: auto !important;
}

.header-social .userpro-clear {
clear: none;
}

.header-social .userpro-checkbox-wrap {
display: none;
}

.header-social .userpro-field.userpro-submit.userpro-column {
border: none;
}

.header-social .userpro-label label {
color: white !important;
}

.header-social input {
max-width: 82px;
max-height: 20px !important;
}

.header-social .userpro-social-connect.fullwidth-block-social {
margin-top: -20px;
}

.header-social .userpro-body {
min-width: 500px;
margin-left: -200px;
overflow: hidden;
height: 47px;
}

/*** Mobile Drawer Menus ***/

.sb-left .slidebar-close-button.sb-toggle-left {
    display: block;
    position: relative;
    top: 48px;
    height: 19px;
    width: 20px;
    float: right;
}

.sb-left .slidebar-close-button.sb-toggle-right {
    display: block;
    position: relative;
    top: 48px;
    height: 19px;
    width: 20px;
    float: left;
}


  body.modal-open #sb-site {
    position: static;
    -webkit-transform: none !important;
    transform: none !important;
  }

.sb-left .slidebar-menu ul li {
    list-style: none;
    padding: 10px;
    border-bottom: #111 solid 1px;
    display: block;
    transition-duration: .5s;
    z-index: 99999;
}

.sb-left .slidebar-menu ul li:hover {
    background: #2B2B2B;
}

.sb-left .slidebar-menu ul li a {
    color: rgb(213, 213, 213);
    font-family: "Open-sans", sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

.sb-slidebar.sb-left.sb-momentum-scrolling.sb-active {
    box-shadow: 5px 0px 5px #000;
    border-right: 1px solid #333;
    z-index: 99999;
}

.sb-left .slidebar-menu ul {
    padding-left: 3px;
    z-index: 99999;
    margin-top: 50px;
}

.sb-left .slidebar-menu ul li ul {
    margin-top: 0px;
}

.sb-left .slidebar-menu li#menu-item-134 {
    border-bottom: none;
}


.sb-slidebar.sb-right {
    border-left: 2px #7A7A7A solid;
}

.sb-right .activity-item .text p {
    width: 108%;
}

.sb-right .container {
    width: 100% !important;
    margin: 0px;
    padding: 0px;
}

.sb-right ul#activity-stream {
    margin: 0px;
    padding: 0px;
}

.sb-right ul.activity-fb {
    padding: 0px 5px 1px 10px;
    font-size: 1.3em;
    list-style: none;
    margin: 0px;
}

.sb-right li.bp-item .activity-entry-title {
    padding: 0px 10px 0px 10px;
}

.sb-right li.bp-item .feedEntryContent {
    padding: 5px 27px 5px 27px;
    font-size: 1.1em;
}

.sb-right li.activity-item {

}


@media screen and (max-width:800px) and (min-width:1px) {
    .textwidget .feed_container {
        display: none;
    }
    
    .drawer-icon.sb-toggle-left {
        width: 22px;
        height: 20px;
        display: none; /*hidden for initial release*/
        float: left;
        margin: 0px 0px 0px 0px;
        position: relative;
        top: 18px;
    }
    
   /* #header-sticky.sticky-header .logo {
        width: 84% !important;
    }*/
    
    .activitystream-icon.sb-toggle-right {
        width: 22px;
        height: 20px;
        display: none; /**Change to Block to re-enable**/
        float: right;
        margin: 0px 0px 0px 0px;
        position: relative;
        top: 18px;
    }
    
    /*.sticky-header .mobile-nav-holder .mobile-selector {display:none !important;}*/
    
    .notifier-topbar {display: none;}
    
    .sticky-header .notifier-topbar {
        width: 150px;
        margin: 0px 0px 0px 20px;
        float: left;
        top: 18px;
        position: relative;
    }
    
    .sticky-header li#top-notification {
        overflow: hidden;
        background: url(/wp-content/themes/created4health-child/images/notifications-icon.png) no-repeat;
        height: 19px !important;
        width: auto;
        margin: 0px !important;
        padding: 0px !important;
        }
    
    .notifier-topbar li#top-notification ul {
        width: 150px;
        left: 10px;
        font-size: .75em;
        top: 31px !important;
        line-height: 1.4em;
    }
    
    li#top-notification:active ul {
        visibility: visible;
    }

    li#top-notification ul:active {
        visibility: visible;
    }
    
    .slidebar-close-button.sb-toggle-left a {
        float: right;
        position: relative;
        top: -40px;
        color: #444;
        right: 10px;
    }

}



@media screen and (min-width:801px) {
    .drawer-icon.sb-toggle-left {display:none;}
    .activitystream-icon.sb-toggle-right {display:none;}
}

/*** ACTIVITY STREAM ***/
.feed_container {
    min-height: 100%;
    max-height: 100%;
    overflow-y: scroll;
    position: fixed;
}

footer#footer, footer.footer-area {
    z-index: 99999;
}

div.infinite_point {
    display: block;
    height: 200px;
    margin-bottom: 155px;
    font-size: 2em;
    color: rgb(203, 223, 235);
    text-align: center;
    padding-top: 20px;
}

ul#activity-filter-links {
    display: none;
}

a.swa-rss {
    display: none;
}

.swa-activity-list div.swa-activity-avatar {
    padding: 5px;
    float: right !important;
}

.lastUpdated {
    clear: both;
    display: block;
    text-align: right;
    font-size: .8em;
    color: #8D8D8D;
    padding-top: 10px;
}

.swa-activity-header p {
    font-size: 1.1em !important;
}

.swa-activity-inner {
    background: white;
    border: inset #efefef 1px;
    padding: 5px;
    border-radius: 5px;
}

.activity-fb li.profile {
    width: 64px;
    float: left;
    height: auto;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}

ul.activity-fb {
margin-top: 10px !important;
}

.activity-list .container {
    width: 100% !important;
}

li.activity-item {
    background: #F8F8F8;
    border: #AAAAAA solid;
    border-width: 0px 0px 2px 0px;
}

.bp-item .feedEntryContent {
    background: rgb(253, 253, 253);
    margin: 0px -15px 4px -15px;
    border-radius: 4px;
    padding: 10px;
}

.activity-item .text p {
    background: white;
    clear: both;
    padding: 10px;
    margin: 0px -15px 0px -15px;
    max-height: 137px;
    overflow-y: hidden;
    width: 230px;
    overflow-x: visible;
}

.fb-linkback {
    width: 113%;
    background: #3b5998;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
}

.fb-linkback a {
    font-size: 1.2em;
    color: #fff !important;
}

.activity-entry-title {
    text-shadow: 0px 1px 0px #BDBDBD;
}

/*Custom Activity Items*/

img.avatar.user-4-avatar.avatar-20.photo {
    margin: 1px 3px 1px 2px;
    float: right;
}


    /*Activity from Specific Users*/
        .widget-user-1 {
            background: #EAF5E7 !important;
            border: none !important;
            margin: 5px !important;
            padding: 5px !important;
        }

        .widget-user-10 a[title="Created4Health"] {
            background: rgb(43, 130, 224) !important;
            color: white !important;
        }
/********/

/*** Login box sidebar ***/

div.widget_autoconnect_premium {
    border: 1px solid #fff;
    background: #F7F7F7;
    padding: 10px;
    box-shadow: 0px 10px 10px -6px #555;
}


img.avatar {
    border: solid #555 1px;
    border-radius: 3px;
    box-shadow: 0px 0px 2px #555;
}

input#wp-submit {
    background: #efefef;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0px 1px #333;
}
/****/


.clear{
clear:both;
}
.custom-img-holder {
    margin-bottom: 45px;
} 
.home-cat-item .blog-medium-slideshow-container
{
width:30%;
}

body {
	font: 13px/18px arial,sans-serif !important;
}

body p{
	font: 13px/18px arial,sans-serif !important;
	
}

body footer h3, .avada-row h3 {
	font-family : MuseoSlab500Regular, arial, helvetica, sans-serif !important;
}

#nav, #sticky-nav, .navigation, .side-nav li a{
font-family : MuseoSlab500Regular, arial, helvetica, sans-serif !important;
}

#content h2, #content h1 {
font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
}
.post-content p, .post-content ul, .post-content ol {
    font-size: 16px !important; /* Custom Styles Modified 03-03-2015 from 15 px to 16 px */
    line-height: 1.35em !important;
    font-family:'Roboto Slab', Arial, Helvetica, sans-serif;
}

.post a, .page .post-content a{
    border-bottom: 1px dotted #C2DF9C !important;
    font-weight: normal;
}
.post-content-container h2 {
font-family:'Antic Slab', Arial, Helvetica, sans-serif !important;
}
/*Blog Sidebar Widget Styles */
#sidebar .widget{
	margin-bottom:15px;
}

.sidebar-video-post > h2 {font: 13px/20px arial,sans-serif !important;text-decoration:underline;}

.home-all-cat {margin-top:25px;}

.home-all-cat .post {margin-bottom:10px !important;}
.home-all-cat p{font-size:14px;}

.home-cat-item {
	display:inline-block;
	width: 49%;
	margin-right:1%;
	margin-top:25px;
	padding:0px 1%;
	clear:none;
	vertical-align:top;
	border-right:1px dotted #2B5E9E;
	border-top: 4px solid #2B5E9E;
	
}


 .home-cat-item .fusion-flexslider .slides li {
	display:block;
}

.home-cat-item .entry-title {font-size:14px !important;line-height:20px !important;font: 13px/18px arial,sans-serif !important;}

.home-cat-item .cat-title {
	
	color: #2B5E9E;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 12px;
	padding-top: 10px;
	display: inline-block;	
}

.home-cat-item .blog-medium-slideshow-container {
	width: 48%;
	height: 100%;
	float: left !important;
	margin-right: 0px !important;
	max-height:100px;
}

.home-cat-item .post-content-container {
	float: right;
	width: 48%;
	max-height:93px;
	overflow:hidden;
}

.home-cat-item .post-content-container p{margin-top:0px !important;}

.home-cat-item h2.entry-title {
	margin-bottom:0px !important;
	
}

.home-cat-item .cat-archive-link {float:right;padding: 10px 0px;
display: inline-block;}

.sidebar-video-post > h2 {
    text-align: center;
	font-size: 14px !important ;
}

.home-featued-post .home-featured-content {float:left;width:74%;padding-right: 2%;}

.home-featued-post img {float:right;margin-bottom: 20px;width:26%;}
/*.home-featued-post a {float:left;} */

.cat-archive-link a { text-transform:lowercase; font-size:11px; color: #2B5E9E;text-decoration:underline;}

.sidebar-video-post > img {
    display: table;
    height: 100px;
    margin: 0 auto;
    padding: 20px 0 10px;
    width: 100px;
}

.sidebar-video-post {
    background: #f7f7f7;
    border: 1px solid #2B5E9E;
 
}


/**** WIDE HEADER LOGO ****/

@media only screen and (min-width: 1110px) {
    #header-sticky .logo {
        /*background-size: 500px !important;*/
        width: 430px !important;
    }
}

@media only screen and (max-width: 1109px) {
/*   
 #header-sticky .logo {
        background: none;
    }
    
    #header-sticky .logo img {
        visibility: visible;
    }*/
}

/* wp-content/uploads/sites/4/2014/09/created4health-e1410470445596.png  */
@media only screen and (min-width: 766px) {
    .logo {
        background: url(/wp-content/uploads/sites/4/2022/12/c4h2.jpg) no-repeat;
        width: 100%;
		height: 124px;
		background-position: center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: contain;
    }
    
    .logo img {
        visibility: hidden;
    }
    
}

/*@media only screen and (max-device-width: 765px) {
 
    .logo {
        background: none;
    }
    
    .logo img {
        visibility: visible;
    }
}
*/

/**** STICKY HEADER IMPORT ****/
#header-sticky.tfs_parallax {
  display: none !important;
}
#header-sticky .logo,
#header .logo {
  float: left;
  overflow: hidden;
  margin: 31px 0;
}
#header-sticky .logo a,
#header .logo a {
  display: block;
}
#header-sticky .retina_logo,
#header .retina_logo {
  display: none;
}
#header-sticky .login-box,
#header .login-box,
#small-nav .login-box {
  left: auto;
  right: 0;
}
#small-nav .cart,
#small-nav .main-nav-search {
  top: -1px;
}
#header-sticky .login-box .forgetmenot,
#header .login-box .forgetmenot,
#small-nav .login-box .forgetmenot {
  line-height: 32px;
}
#header-sticky .login-box .forgetmenot input,
#header .login-box .forgetmenot input,
#small-nav .login-box .forgetmenot input {
  margin: 0;
}
#header-sticky .login-box p,
#header .login-box p,
#small-nav .login-box p {
  font-size: 11px;
}
.login-box .woo-login-error {
  margin-bottom: 10px;
  color: #D04544;
}
#header-sticky .login-box p .input-text,
#header .login-box p .input-text,
#small-nav .login-box p .input-text {
  margin-bottom: 10px;
}
.nav-holder .fusion-navbar-nav > li > ul,
.nav-holder .fusion-navbar-nav > li > div,
.nav-holder .fusion-navbar-nav .fusion-dropdown-menu ul,
.top-menu li > div,
.top-menu li > .sub-menu {
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
#wrapper .nav-holder li li > a,
.top-menu li > a {
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
}
#main-nav-search-form,
#sticky-nav-search-form {
  z-index: 99997;
  visibility: visible;
  opacity: 1;
}
#wrapper .nav-holder li:hover .fusion-megamenu-wrapper .fusion-megamenu-widgets-container {
  display: block;
}
.nav-holder .fusion-navbar-nav li:hover > .sub-menu,
.nav-holder .fusion-navbar-nav li:hover > div,
.top-menu li:hover > .sub-menu,
.top-menu li:hover > div,
.top-menu .cart:hover .cart-contents {
  z-index: 99997;
  visibility: visible;
  opacity: 1;
}
#nav.nav-holder .navigation > li > a {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.mobile-topnav .mobile-nav-item ul {
  visibility: visible;
  opacity: 1;
}
nav#nav,
nav#sticky-nav {
  float: right;
  font: 14px/16px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
  z-index: 99997;
}
#nav ul,
#sticky-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav ul li,
#sticky-nav ul li {
  float: left;
  padding: 0 35px 0 0;
  margin: 0;
}
#nav > ul > li:last-child,
#sticky-nav > ul > li:last-child {
  padding-right: 0 !important;
}
#nav ul a,
#sticky-nav ul a,
.navigation li.current-menu-ancestor > a {
  display: block;
  height: 83px;
  line-height: 83px;
  border-top: 3px solid transparent;
}
#nav ul .current_page_item a,
#nav ul .current-menu-item a,
#nav ul > .current-menu-parent a,
#sticky-nav ul .current_page_item a,
#sticky-nav ul .current-menu-item a,
#sticky-nav ul > .current-menu-parent a {
  color: #a0ce4e;
  text-decoration: none;
  border-color: #a0ce4e;
}
#nav ul li,
#sticky-nav ul li {
  position: relative;
}
#nav ul ul,
#sticky-nav ul ul {
  position: absolute;
  left: 0px;
  width: 170px;
  background: #edebeb;
  z-index: 99997;
  border-top: 3px solid #a0ce4e;
  -moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
}
#nav ul li ul li,
#sticky-nav ul li ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#wrapper #nav ul li ul li a,
#wrapper #sticky-nav ul li ul li a {
  border: 0;
  border-bottom: 1px solid #dcdadb;
  height: auto;
  text-indent: 0px;
  font: 13px/30px 'PT Sans', Arial, Helvetica, sans-serif;
  color: #333333;
  padding: 7px 20px;
  line-height: 19px;
}
#wrapper #nav ul li ul li a:hover,
#wrapper #nav ul li ul li.current-menu-item > a,
#wrapper #sticky-nav ul li ul li a:hover,
#wrapper #sticky-nav ul li ul li.current-menu-item > a {
  background-color: rgba(255, 255, 255, 0.5);
}
#nav ul ul ul,
#sticky-nav ul ul ul {
  top: -3px;
  left: 170px;
}
#nav .fusion-megamenu-wrapper ul,
#sticky-nav .fusion-megamenu-wrapper ul {
  left: auto;
}
#nav .dd-container,
#sticky-nav .dd-container,
.top-menu .dd-container {
  max-width: 100%;
  display: none;
}
a.search-link {
  font-size: 14px;
  font-family: IcoMoon;
  cursor: pointer;
}
a.search-link:after {
  border: 1px solid;
  border-radius: 50% 50% 50% 50%;
  padding: 5px;
  content: '\f002';
}
.main-nav-search a:hover {
  border-top: 3px solid transparent;
}
#header-sticky.sticky-header .main-nav-search a:hover {
  border-top: none;
  padding-top: 3px;
}
.main-nav-search-form {
  display: none;
  left: auto;
  position: absolute;
  right: 0;
  z-index: 99999;
  width: 250px;
  padding: 25px;
  background-color: #ffffff;
  border: 1px solid #E6E5E6;
  text-align: right;
  font-size: 0;
}
#wrapper .search-table {
  display: table;
  width: 100%;
}
#wrapper .header-v4 #header .search-table {
  display: table;
  width: 286px;
}
#wrapper .search-field {
  display: table-cell;
  vertical-align: top;
}
#wrapper .search-button {
  display: table-cell;
  width: 33px;
  vertical-align: top;
}
#wrapper .search-table .search-field input {
  color: #AAA9A9;
  background-color: #ffffff;
  border: 1px solid #D2D2D2;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
  color: #747474;
  font-size: 13px;
  padding: 8px 2%;
  height: 33px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
#wrapper .search-table .search-button input[type="submit"] {
  background: #000000;
  border: none;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 14px;
  height: 33px;
  line-height: 33px;
  margin: 0;
  padding: 0;
  width: 33px;
  text-indent: 0;
  cursor: pointer;
  font-family: IcoMoon;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
#wrapper .search-table .search-button input[type="submit"]:hover {
  background: #A0CE4E;
}
.search-page-search-form {
  padding-bottom: 60px;
  border-bottom: 1px solid #E6E5E6;
  margin-bottom: 60px;
}
.search-page-search-form .seach-form {
  text-align: right;
}
#fallback-slide {
  display: none;
}
#fallback-slide img {
  width: 100%;
}
body #header-sticky.sticky-header {
  background: transparent;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99997;
  display: none;
  padding: 0;
  width: 100%;
  height: 105px;
}
body.admin-bar #header-sticky.sticky-header {
  top: 32px;
}
body #header-sticky.sticky-header.sticky {
  display: block;
}
body #header-sticky.sticky-header .logo {
  margin-top: 0;
  margin-bottom: 0;
  max-height: 65px;
  width: auto;
  float: left;
}
body #header-sticky.sticky-header #sticky-nav ul ul ul {
  top: -3px;
}
body #header-sticky.sticky-header .sticky-shadow {
  height: 102px;
  background: rgba(255, 255, 255, 0.97);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  padding: 0 10px;
}
.sticky-header #sticky-nav ul li a {
  border-top-width: 3px;
}
.sticky-header #sticky-nav ul .current_page_item a,
.sticky-header #sticky-nav ul .current-menu-item a,
.sticky-header #sticky-nav ul > .current-menu-parent a,
.sticky-header .navigation li.current-menu-ancestor a,
.sticky-header #sticky-nav ul > li > a:hover {
  border-top-width: 3px;
  padding-top: 0;
}
.sticky-header #sticky-nav ul li ul li a,
.sticky-header #sticky-nav ul li ul li a:hover {
  padding: 7px 20px;
}
body #header-sticky.sticky-header .sticky-shadow .mobile-nav-holder {
  padding-top: 17px;
}
body #header-sticky.sticky-header .sticky-shadow .nav-holder .dd-container {
  padding-top: 17px;
}
body #header-sticky.sticky-header .sticky-shadow .nav-holder .dd-options li a {
  padding: 10px;
}
.modern-sticky-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
/******/



/** Sticky menu adjustments **/

body #header-sticky.sticky-header .sticky-shadow {
    margin-top: 0px;
}

.sticky-shadow {
    background: #000 !important;
}

/* top stories slider style */

#slider {
  position: relative;
  overflow: hidden;
  margin: 0px auto 20px auto;
  border-radius: 4px;
  border:1px solid #2B5E9E;
width:100% !important;
  max-width:100% !important;
  min-height:240px !important;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;

}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 20px;
  width: 100%;
  min-height: 200px;
  backxground: #ccc;
  text-align: left;
  ligne-height: 300px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
  display:none;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

.top-stories-post > img {
    float: left;
}
.top-stories-post-content {
    left: 20px;
    position: relative;
}

#slider > ul {max-width:96% !important;overflow:hidden !important; }

.avada-row {max-width:1170px !important;}

@media screen and (max-width:640px) {

.home-cat-item {
	display:block;
	width: 80% !important;
	margin:0 auto;
	border-right:none;
  }

#sidebar {
	width: 90% !important;
	float: none !important;
	margin: auto;
	text-align: center;
  }


#sidebar .widget h3, #sidebar .widget .heading h3 {font-family:arial,sans-serif !important;}

.home-cat-item .post-content-container,.home-cat-item .blog-medium-slideshow-container {max-height:200px!important;overflo:none !important;width:100% !important;}

}


.settings_panel_right {display:block !important;}

.tp-caption {font-size:17px !important;white-space:normal !important;line-height:24px !important;}
tp-bgimg.defaultimg {display:none !important;}
.owl-item h1 {font-size:20px !important;line-height:30px !important;font-family: "Antic Slab",Arial,Helvetica,sans-serif;}
.mpsp_img {float:left;width:24%;padding:0px 20px}
#mpsp_wrapper {border: 1px solid #2B5E9E !important;width:100% !important;margin:15px 0px !important;verflow: hidden !important;}
#owl-demo {overflow: hidden !important;}


a.home_title_link {
    font-size: 1.6em !important;
    color: #333;
    font-weight: bold !important;
    font-family: arial !important;
    text-shadow: 1px 1px 1px #ddd;
	line-height: 1em;
}

.home-feature-wrapper {
    margin: 0px 10px 15px 10px;
}

.home-featured-content {
    font-size: 1.3em;
    line-height: 1.3em;
    text-align: justify;
    padding-top: 10px;
}

a.home_read_more {
    clear: both;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: #eee;
    float: left;
	margin-top: 5px !important;
}

@media screen and (max-width:580px) {
    .home-featued-post img {
        margin-bottom: 20px;
        width: 50%;
        background: #333;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    
    a.home_title_link {
        font-size: 1.4em !important;
        color: #2B5E9E;
        font-weight: bold !important;
        font-family: arial !important;
        text-shadow: 1px 1px 1px #ddd;
        clear: both;
        display: block;
        line-height: 1em;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    
    .home-featued-post .home-featured-content {
        float: left;
        width: 100%;
    }
    
    
}

.current-date {
    margin: -35px 0px 20px 10px;
    padding: 10px;
    font-weight: bold;
    font-family: arial;
    color: #fff;
    text-shadow: 1px 1px 2px #222;
    background: #8E9CBB;
    width: 200px;
    text-align: center;
    font-size: 1.3em;
}


@media screen and (max-width:920px) and (min-width:801px) {
    nav#nav, nav#sticky-nav {
        float: none;
        font: 14px/16px 'MuseoSlab500Regular', arial, helvetica, sans-serif;
        z-index: 99997;
        margin-left: auto;
        margin-right: auto;
        width: 635px;
        display: block;
    }

    .sticky-shadow {
        height: 125px !important;
        margin-top: -15px;
        padding-top: 0px !important;
    }

    body #header-sticky.sticky-header .logo {
        margin-top: 0;
        margin-bottom: 0;
        max-height: 65px;
        width: 100%;
        float: none;
        margin-right: auto;
        margin-left: auto;
        display: block;
        max-width: 100%;
        text-align: center;
    }
    
    nav#nav, nav.small-nav {
        width: 450px !important;
    }
    
}

.entry-date {
    border-top: 1px solid #EBEBEB;
    text-align: right;
    margin-bottom: 28px;
    margin-top: -19px;
    color: #ADADAD;
}

.square-ad-mobile-sales {display:none;}

.square-ad-top {
    padding-bottom: 10px;
}

.ad-middle {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    display: block;
    max-width: 600px;
} 


@media screen and (max-width:800px) and (min-width:641px) {
    .sidebar-ad-block {
        width: 550px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        clear: both;
    }
    .square-ad-top, .square-ad-bottom {
        float: left;
        padding: 1%;
    }
    
}

@media screen and (max-width:640px) and (min-width:1px) {
    .square-ad-mobile-sales {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 250px;
        margin-bottom: 20px;
        margin-top: -30px;
    }
    
    .square-ad-top {display:none;}
    
    div#af-form-1079196568 {display: none;}
    
}
/*** RESPONSIVE DISPLAY FOR FORUMS ***/
@media screen and (max-width:600px) and (min-width:1px) {

    li.bbp-topic-freshness {
        display: none;
        width: 0px !important;
    }
    
}

/**** BUDDYPRESS NOTIFICATIONS BADGE CUSTOM *****/

/** default badge styles **/
.notifier {
}

li#top-notification {
color: white;
line-height: 5em;
font-weight: bold;
}

li#top-notification span {
background: rgb(206, 79, 79);
color: white;
padding: 2px 8px 2px 7px;
border-radius: 10px;
font-weight: bold;
text-shadow: 1px 1px 1px #333;
border: #CC8E8E solid 2px;
box-shadow: 3px 4px 0px -2px #49525D;
font-size: 1em;
}

li#top-notification ul li {
border: none;
background: #333;
padding: 4px;
border-bottom: none !important; 
}
li#top-notification ul li a{
border-bottom: none !important;    
}

li#top-notification:hover ul {
visibility: visible;
}

li#top-notification ul:hover {
visibility: visible;
}

li#top-notification ul {
visibility: hidden;
position: absolute;
background: #efefef;
border: 2px solid #333;
border-radius: 10px;
box-shadow: 0px 0px 5px #000;
padding: 10px;
z-index: 99999;
right: 150px
}


/** Top Bar Notifier **/
.notifier-topbar {
    width: 78px;
    margin: -7px 0px 0px 0px;
}

.notifier-topbar li#top-notification {
    list-style: none;
    height: 0px;
}

.notifier-topbar li#top-notification ul {
    list-style: none;
    top: 61px;
    border: 2px solid #333;
    background: #8196A0;
    padding: 4px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}

.notifier-topbar li#top-notification ul li {
    border: inset 1px;
    background: #eee;
    border-radius: 4px;
}

.notifier-topbar li#top-notification ul li a {
    color: #222;
}

.notifier-topbar li#top-notification ul li:hover {
    background: #ddd;
}


/**** BUDDYPRESS NOTIFICATIONS BADGE CUSTOM *****/

/** default badge styles **/

.notifier {}

li#top-notification {
	color: white;
	line-height: 5em;
	font-weight: bold;
}

li#top-notification span {
	background: rgb(206, 79, 79);
	color: white;
	padding: 2px 8px 2px 7px;
	border-radius: 10px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
	border: #CC8E8E solid 2px;
	box-shadow: 3px 4px 0 -2px #49525D;
	font-size: 1em;
}

li#top-notification ul li {
	border: none;
	background: #333;
	padding: 4px;
	border-bottom: none !important;
}

li#top-notification ul li a {
	border-bottom: none !important;
}

li#top-notification:hover ul {
	visibility: visible;
}

li#top-notification ul:hover {
	visibility: visible;
}

li#top-notification ul {
	visibility: hidden;
	position: absolute;
	background: #efefef;
	border: 2px solid #333;
	border-radius: 10px;
	box-shadow: 0 0 5px #000;
	padding: 10px;
	z-index: 99999;
	right: 150px;
}

/**/

#login-userpro {
	float: right;
	height: 43px;
	padding: 15px 0 0;
}

#login-userpro a {
}

.fancybox-inner div.userpro-label.iconed {
	padding-left: 30px;
}

.fancybox-inner div.userpro-label span.userpro-field-icon {
	left: -10px;
}

.fancybox-inner div.userpro-float div.userpro-input {
	width: 58%;
}

.fancybox-inner div.userpro-input label.userpro-checkbox.hide-field {
	font-size: 10px;
	line-height: 22px;
}

/**/

#sb-site #login-userpro .userpro {
	background: none;
	border: none;
	display: block;
	height: 100%;
	margin: -3px 0 0 !important;
}

#sb-site #login-userpro .userpro-centered-c {
	padding: 0 !important;
}

#sb-site #login-userpro .userpro-profile-img.userpro-force-center {
	float: left !important;
	height: initial !important;
	margin: -2px 25px 0 0;
	padding: 0 !important;
	width: initial !important;
}

#sb-site #login-userpro .userpro-profile-img.userpro-force-center a {
	display: block !important;
}

#sb-site #login-userpro .userpro-profile-img.userpro-force-center img {
	border: none !important;
	margin: 0 !important;
}

#sb-site #login-userpro .userpro-profile-img-after.userpro-force-center {
	height: 100%;
	margin: 0;
}

#sb-site #login-userpro .userpro-profile-name.userpro-force-center {
	float: left !important;
	line-height: 100% !important;
	margin: 0 55px 0 0;
	padding: 6px 0 0;
	position: relative;
}

#sb-site #login-userpro .userpro-profile-name.userpro-force-center a {
	display: block !important;
	float: left !important;
	height: initial !important;
	line-height: 100% !important;
}

#sb-site #login-userpro .userpro-profile-name.userpro-force-center .userpro-profile-badge-right {
	float: left !important;
	margin: 0 0 0 3px !important;
}

#sb-site #login-userpro .userpro-profile-name.userpro-force-center span {
	float: left !important;
	left: -110px;
	margin: -1px 0 0 !important;
	position: absolute;
	top: 6px;
}

#sb-site #login-userpro .userpro-profile-name.userpro-force-center span img {
	margin: 0 !important
}

#sb-site #login-userpro .userpro-profile-img-btn.userpro-force-center {
	float: right !important;
	margin: 0;
	right: initial;
	top: initial;
}

#sb-site #login-userpro .userpro-profile-img-btn.userpro-force-center a {
}

.userpro-body form div:nth-child(25), .userpro-body form div:nth-child(26), .userpro-body form div:nth-child(27), .userpro-body form div:nth-child(28), .userpro-body form div:nth-child(29), .userpro-body form div:nth-child(30), .userpro-body form div:nth-child(31), .userpro-body form div:nth-child(32), .userpro-body form div:nth-child(33) {
	display: none !important;
}


.userpro-body div.userpro-section.userpro-collapsed-0:nth-child(2) {
}

.userpro-body div.userpro-section.userpro-collapsed-0:nth-child(3) {
}

.userpro-body div.userpro-section.userpro-collapsed-0:nth-child(4) {
}

@media screen and (max-width:640px) {
	.fancybox-inner .userpro-social-connect {
		display: block;
		height: 100%;
		width: 100%;
	}
	.fancybox-inner #loginbox {
		padding: 0 0 15px;
	}
	.fancybox-inner .userpro-social-connect .userpro-tip {
		display: block;
		margin: 0 5px 0 0;
		position: absolute;
		bottom: -40px;
	}
	.fancybox-inner .userpro-social-connect .userpro-social-facebook {
		left: 0;
	}
	.fancybox-inner .userpro-social-connect .userpro-social-twitter {
		left: 37px;
	}
	.fancybox-inner .userpro-social-connect .userpro-social-google {
		left: 74px;
	}
	#sb-site #login-userpro .userpro-profile-img.userpro-force-center {
		display: none !important;
	}
	#sb-site #login-userpro .userpro-profile-name.userpro-force-center {
		display: none !important;
	}
}

@media screen and (max-width:800px) {
	.avada-row .alignleft {
		/*display: none !important;*/
	}

	.avada-row .alignright {
		display: none !important;
	}
}

.fancybox-inner div.userpro-input label.userpro-checkbox.hide-field {
	font-size: 10px;
	line-height: 22px;
}
.more-articles {
    width: 160px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 5px 8px -6px #0F0F0F;
    border-bottom: 2px solid #D8D8D8;
    border-radius: 0px 0px 3px 3px;
}	
.more-articles a {
    font-size: 1.4em !important;
}
/* .ga-top-posts a {
    text-decoration: none;
    font-size: 1.1em;
    display: block;
    padding: 0px 10px 0px 23px;
    text-shadow: 1px 1px 3px #eee;
    width: 150px;
    font-weight: normal;
}*/
#sidebar .heading h3 {
    font-size: 1.3em;
    text-align: center;
    font-weight: bold;
}
.socialconnect-comments .comment-form-social-connect label {
font-size: 1.5em !important;
font-weight: bold;
color: #83B442 !important;
text-shadow: -1px 1px 2px #eee;
}
span.or-guest {
font-size: 1.4em;
font-weight: bold;
color: #79A075;
padding-left: 20px;
margin-top: 22px;
margin-bottom: 22px;
display: block;
}
/*Typography Overrides*/
.post-content p, .post-content ul, .post-content ol {
    font-size: 16px !important;
    line-height: 1.35em !important;
}

.post a, .page .post-content a{
    /*color: #477707 !important;*/
    border-bottom: 1px dotted !important;
    font-weight: normal;
}

.fusion-posts-container.posts-container-infinite a, .archive #posts-container a, h2.post-title.entry-title a, .fusion-blog-grid h2.entry-title a {
    font-weight: bold;
    border: none !important;
}
.single-navigation.clearfix {
display: none;
}

/* Css to Hide multiple SHARETHIS blocks */
.no-break {
	display: none;
}

/* .no-break:nth-of-type(1) {
	display: block;
}*/
.post-content > .no-break:first-child {
    display:block;
}
.no-break-bot{
	display: none;
}
.post-content > .no-break-bot:first-child {
    display:block;
}

/* Css to Hide multiple SHARETHIS blocks */

/*Custom CSS */

/*Caption Styles*/
p.wp-caption-text {
    text-align: center;
    padding: 0.3em !important;
    width: auto;
    margin-right: 10px;
    border: 1px solid #DFDFDF;
    border-top: none;
    border-radius: 0px 0px 10px 10px;
    background: #F9F9F9;
    box-shadow: 0px 10px 5px -8px #bbb;
    text-shadow: 1px 1px #E4E4E4;
    color: #696969;
}

.post-content p, .post-content ul, .post-content ol, .product-content p,.comment-text,#comment-status,.star-ratings-container,.comment-author, #reply-title,.likebtn-label, #comment,.home-featured-content{
	color:black !important;
}

/*GA Top Articles Related Changes*/
.ga-top-posts{
  border: 1px solid #ECECEC;
  padding: 1em;
  background: #FDFDFD;
  box-shadow: 0px 10px 4px -8px #bbb;
  margin: 1em;
  text-align: center;
  width: 200px;
}

.ga-top-posts-wrapper {
    width: 225px;
    margin-left: auto;
    margin-right: auto;
}

.ga-top-posts .gtc-link {
    text-align: center;
}

 .ga-top-posts a {
	text-decoration: none;
    font-size: 1.1em;
    display: block;
    padding: 0px 0px 0px 23px;
    text-shadow: 1px 1px 3px #eee;
    width: 150px;
    font-weight: normal;
    border-bottom: none;
}

span.ga-top-posts-views {
  display: block;
  clear: both;
  font-size: 1.27em;
  color: #ADADAD;
  margin-top: 10px;
  text-align: left;
}


@media all and (min-width: 641px) and  (max-width: 1024px) {
    .square-ad-mobile-sales {
        display : block;
        margin-left: 35%;
        padding-bottom: 50px;
    }
	
	.header-v5 .header-social .avada-row .alignleft {
		text-align: left;
	}
}

@media screen and (max-width: 640px) {
	.avada-row .alignleft {
		display: none;
	}
	.ga-top-posts .gtc-content-thumb img{
		display: block;
	}
}

/********* START GOOGLE CUSTOM SEARCH ENGINE related CSS overrides ***********/
#nav .gsc-input .gsc-input-box a.gsst_a , #sticky-nav .gsc-input-box a.gsst_a {
	line-height: 16px;
	height: auto;
}

#nav .gsc-search-button-v2, .gsc-search-box  .gsc-search-button-v2{
	height: 29px;
	width: auto;
}

.gsc-input .gsc-input-box {
 	height: 29px;
}

.gsc-option-menu-container  .gsc-selected-option-container {
	width: 100px !important;
}

.gsc-control-wrapper-cse form.gsc-search-box {
	width: 50%;
}

.gsc-input .gsst_a {
	margin-top: 5px;
}
/********* END GOOGLE CUSTOM SEARCH ENGINE related CSS overrides ***********/

.fb-like.fb_iframe_widget > span{
	height: 63px !important;
}

/********** AWS search CSS *********/
#acs_search_results_container .acs-image{
     width: 200px;
    float: left;
    vertical-align: top;
    margin: 0px 20px 20px 0px;
	/* min-height: 120px;*/
}
#acs_search_results_container .entry-header{
    display: table;
}
#acs_search_results_container h2.entry-title{
    margin-bottom: 10px;
}
#acs_search_results_container .entry-summary{
    /* display: table;
	margin-left: 14.5%;*/
}
#acs_search_results_container article{
	clear:both;
}
#acs_search_results_container .entry-permalink{
    /* margin-left: 14.5%;*/
    margin-top: 5px;
}
#acs_search_results_container .entry-permalink a{
	    font-weight: normal;
		color: #54a2e5;
}

.acs_search_results_filters .acs_filters_label{
    font-size: 15px;
    font-style: normal; 
	color: #333;
}
.site-content .acs_search_results_filters{
   margin: 10px 0 40px 0;
   float: right;
    width: 100%;
}
.acs_search_results_filters .acs_filter_type{
    display:none;
}
.acs_search_header h1{
    color: #333;
	line-height: 1;
	font-weight: normal;
}
#acs_filter_sort_field.acs_filters_smn,
#acs_filter_sort_order.acs_filters_smn{
    color: #333 !important;
    padding: 3px 0px 3px 5px !important;
	margin-bottom: 5px;
	min-width: 160px;
}
.acs_search_results_filters .acs_filters_box.acs_filter_sort{
	margin: 0;
	text-align: right;
	float: right;
	width:100%;
}
.acs_filters_box  .acs_page_subtitle{
	float: left;
    font-size: 15px;
    font-style: normal;
    color: #333;
    line-height: 1.7;
}
/********** AWS search CSS *********/

#stwrapper.stwrapper.stwrapper5x{
    height: 530px !important;
}
#stwrapper.stwrapper{
    top: 50px !important;
}
.email-close{
    /*background-image: url(http://healthimpactnews.com/wp-content/plugins/popupally-new/resource/frontend/img/fancy_close.png);*/
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAFtElEQVRIx51Xa0yTVxiGllLLxXJb0QJCsVycDeMyJhEhJCaCJYzBQohMFMQQZ2QmS4QlJkxwBuWiGAIEMwf7t5AMgtsff+gCGyMImZqNhBAJkMhi5iVRKC296J63eb/m60cr4pc8ab9z3vd9znlv53w+Pm9/fAEZIS8vzy8jI0Oxd+9ef71er2xrawvs7u4OoncCzZGMIM+6W35ISQ4ogG1JSUnBp06d0ly7di2upaVFX1dXt/vq1asf9/X17cvMzIyprq6OuXDhQjR+P8ATRDqsK9/KAkiQVq4kI4cOHdJcv37dcPfuXePTp0+vWK3WiTeSx2az3X/x4sWNO3fuFJWWlsZGR0eH8QKUbGtTchkLquLi4kLKysp23bx588DKysrPUrInT544FhcXHdLxly9f/gQP6dLS0rShoaFqssU2ZZvtNIBWfPToUf3IyMinDodjkQxip6/hWis8sAaZFTHgblNHR4fVbDa/ZtkH2P0RxH2XWq0OJZvedi6QqrZv3x6Wn5+vHxwcLIGNdTJ0+/Zte2xs7KqUUIrk5GTT9PS0Xdg99L7AWByTqzyRyzke6pSUFF1ra2uB3W5fIuX+/n6rXC5f2YxUAMleunRpXSDv7e0t0Wq1MWSbOVwJ58sZGBQREaE9ffr0ASTKr8JOt0IqRk9Pj5VsID/+xPuHwA7iYC6ZkFDbyMW5ubl7BgYGqknBZDI5EGs396anp5uys7M3xFij0azW1NRYAgICXGP+/v4ry8vLNrI1Ojr6LWwlYDyMS00uEAdCSYssPrCwsPAjCXd1dVnFxg0Gg0lwX1NT07owHh8fbwKBM6ko+cQ6tbW1Fhp/9uzZb3hPAXbyrv2E+CL+6nij0Viwtrb2gISzsrLcdkbJhbk3YvKEhAQXKT3oZutinfDw8FXkinMuJCQkF2M6IATw92H28MjISENxcXEFCb169crhKW6FhYVrYnLIuUiHhoZsnvLh4cOHzkRraGioCw4OTsZYBLvbRxEUFKRBv808efLkVyQ0Nzdn95Y0RG6xWNyahjdSwq1bt9Y5u68EBgZ+hLFILi0fBeK7EzHcj15bT0IzMzP2t9UqYvZaTNzc3LzuTX54eNhJjAOlE+/pgJZyyofTW4vM3J+Tk1NHQs+fP7d7I0WrdJEK8ZMmnBiTk5Nmmj937txFlUr1Ccai3IgVCsU+nU5Xg3b3HwlKSwnJtyomJfcWFRW5xfzMmTMWaTNB73aWFBrTl+DYQLwTg5mI8/H5+fkxEjx79qybEcpyTzEVJxzarE2sQ32dD5S/8X4EyJC6WgPi1MTExHKcs9+zsE3cEIS6pF1JE4kOCXK11EtjY2PO2v8FD95LAbfkcpYTsEepVBqhXI/avO+pLreCqqoqM7fMf1HPDRgrIA5xOcm5gev8/PxywsLCalBWfYJbycBWSamt4nLg4Gwexlg1kCNtIDL2ObWzVLixBM3kGzR51+Hf2Nj4zjuvrKw0o86dpOPj4/cwVg8Uk21py5Tx1qmB64FckB/H7eE79OsRgXx2dtZSXl5ulsZdnEgTExOuBATpXxi/CBwjm2zb7ZBwHYt8dBmAfJDXooQu45I38vjx4znBIO2G2iCuRBbC1NSURSgZ7gHL7e3tdChcBmrJFtvccCy6XQQAOrTTACORY4e06h86Ozv/ePTo0ewbL8/S0tI8Lg33UB39vFMiNbItjxcBt6sPQNeUXRyTfHZVPbpOOy0AXhg6ePDg7+fPn/+HgBNtPCoqaoTmgHaO6THWTWVbXq8+bpc9FoxhF1E2fgacAL4GGpH9LUAb/rfRf5lM1shzJ1g2h3Vj2FbAZtdcmWjnao7Lbl45GTsMfA5UAJWMCh47zDKprLODbWx6vZV+RSi5zELZSCyQyDtJ5ZMmnf8beC6WZUNZV/k+XxO+Ig8o2IiK3RYoQQDPKVnWT/T99F7fUJ4Wsxne6fkftA8qZnEtbWkAAAAASUVORK5CYII=');
    background-size: cover;
    display: block;
    position: absolute;
    top: -11px;
    right: -12px;
    width: 30px;
    height: 30px;
    color: white;
    cursor: pointer;
    z-index: 9999999;
}
.st-send:disabled{
    background: #666666;
} 

.icon-parler{
    width: 5px;
    height: 20px;
    margin-right: 20px;
    float: left;
}
.icon-parler:before {
    content: '';
    background: url(/wp-content/uploads/sites/4/2020/08/Parler.png);
    background-size: cover;
    position: absolute;
    width: 25px;
    height: 20px;
    filter: grayscale(100%);
    opacity: 0.3;
}
   
#wrapper .fusion-social-networks .icon-gab-top{
    margin-right: 10px;
}
.icon-gab-top img{
    width: 22px;
    height: 25px;
}
#wrapper .fusion-social-networks .icon-rumble-top{
    margin-right: 10px;
}
.icon-rumble-top img{
    width: 22px;
    height: 25px;
}
.icon-minds-top img{
    width: 22px;
    height: 25px;
}
#wrapper .fusion-social-networks .icon-minds-top{
    margin-right: 10px;
}
.ga-total-views{
  float: right;
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px 0;
  color: #282a2b;
}

iframe[src="about:blank"].mf-modal-iframe{
    display: block !important;
	margin-left: 10px;
}

/*Matomo Analytics Top Articles Related Changes*/
.mto-top-posts{
  border: 1px solid #ECECEC;
  padding: 1em;
  background: #FDFDFD;
  box-shadow: 0px 10px 4px -8px #bbb;
  margin: 1em;
  text-align: center;
  width: 200px;
}

.mto-top-posts-wrapper {
    width: 225px;
    margin-left: auto;
    margin-right: auto;
}

.mto-top-posts .mto-link {
    text-align: center;
}

.mto-top-posts a {
	text-decoration: none;
    font-size: 1.1em;
    display: block;
    padding: 0px 0px 0px 23px;
    text-shadow: 1px 1px 3px #eee;
    width: 150px;
    font-weight: normal;
    border-bottom: none;
}

span.mto-top-posts-views {
  display: block;
  clear: both;
  font-size: 1.27em;
  color: #ADADAD;
  margin-top: 10px;
  text-align: left;
}
@media screen and (max-width: 640px) {
	.mto-top-posts .mto-content-thumb img{
		display: block;
	}
}
.mto-total-views{
  float: right;
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px 0;
  color: #282a2b;
}

.trp-language-wrap{
    overflow-y: scroll;
    max-height: 500px;
}
.cc-footer{
    width: 100px;
    height: auto;
    vertical-align: middle;
    margin-left: 10px;
	float: right;
}
.smooth_slider .sldr_title{
color:#e8e8e8 !important;
}

  .fusion-flexslider .slides li {
    display: block !important;
}

/* #posts-container {
    height: auto !important;
} */

.posts-container-class {
    height: auto !important;
}

.post-load-more-button {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 43px;
    line-height: 1;
    margin: 0;
    padding: 0 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease;
    user-select: none;
    width: auto;
    background: transparent !important;
    color: #747474 !important;
    font-style: italic !important;
    border: none !important;
    box-shadow: unset !important;
}

.load-more-posts-wrapper {
    display: flex;
    justify-content: center;
}

.sortbyfilters select{
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    width: auto !important;
    color: #444;
    line-height: 28px;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
    color: #999;
  }

  .search-bar-esep{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .search-bar-esep input#esep-live-search{
    width: calc(100% - 36px) !important;
    background: #fff;
    background-image: none !important;
    padding: 0 12px;
    margin: 0;
    outline: 0 !important;
    font-size: 14px !important;
    height: 36px;
    min-height: 0;
    line-height: 1;
    border: 1px solid #ccc !important;
    font-family: arial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }

  button.is-search-submit{
    background: 0 0;
    border: 0;
    box-shadow: none !important;
    opacity: 1;
    padding: 0 !important;
    margin: 0;
    line-height: 0;
    outline: 0;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    display: flex;
  }

  button.is-search-submit span.is-search-icon{
    display: inline-block !important;
    color: #666;
    background: #ededed;
    box-shadow: none !important;
    outline: 0;
    margin: 0;
    font-size: 14px !important;
    border: 1px solid #ccc;
    border-radius: 0;
    line-height: 1;
    height: 36px;
    text-transform: capitalize;
    vertical-align: middle;
    -webkit-transition: background-color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  button.is-search-submit span.is-screen-reader-text{
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    color: #000;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
  }

  button.is-search-submit span.is-search-icon svg{
    width: 22px;
    display: inline;
    height: 100%;
  }

  button.is-search-submit span.is-search-icon svg path{
    fill: #555;
  }

  #esep-search-results ul{
    width: 400px !important;
    height: 400px !important;
    overflow: scroll;
  }
  
  #esep-mb-image img{
    width: 100%;
  }

  .clear-filters{
    display: flex;
    justify-content: start;

  }

  #esep-search-results ul{
    padding: 20px;
  }

  #esep-search-results ul li .left-col{
    float: left;
    margin-right: 10px;
    width: 70px;
  }

  #esep-search-results ul li .left-col span img{
    float: left;
    max-width: 70px;
    height: 50px;
    object-fit: cover;
    object-position: center;
  }

  #esep-search-results ul li .right-col .esep-mb-title a{
    text-transform: capitalize;
    font-size: 14px !important;
    color: #0073aa !important;
    font-weight: bold !important;
    padding: 0 !important;
  }

  #esep-search-results ul li .right-col .esep-mb-content{
    font-size: 14px !important;
    margin-top: 10px;
  }



  @media(max-width:767px){
    .search-page-search-form form{
        display: flex;
        flex-direction: column;
    
      }

      .search-page-search-form{
        padding-bottom: 0 !important;
      }


  }


  .sticky-header.sticky #esep-search-results ul {
    text-align: left;
}
@media (max-width:1440px){
    .sticky-header.sticky #esep-search-results ul {
        left: auto;
        right: 0;
    }
}

.widget_ep-facet {
    position: relative;
    min-width: 130px;
    margin-bottom: 0;
}
.widget_ep-facet > h3 {
    position: relative;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    margin: 0;
    height: 28px;
    font-size: 13px;
    line-height: 28px;
    font-weight: normal;
    color: #999;
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.widget_ep-facet h3:after {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    right: 6px;
    width: 0;
    content: '';
}
.widget_ep-facet .terms {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    width: 100%;
    z-index: 1051;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: none;
}
.widget_ep-facet .terms.active {
    display: block;
}
.widget_ep-facet .terms .facet-search {
    border: 1px solid #aaa;
    margin: 5px;
    width: calc(100% - 10px);
    position: absolute;
    background: #fff;
    z-index: 10;
}
.widget_ep-facet .terms .inner {
    padding-top: 5px;
    max-height: 200px;
    overflow: auto;
}
.widget_ep-facet .terms .facet-search+.inner {
    margin-top: 32px;
}
.widget_ep-facet .empty-term {
    display: none;
}
.widget_ep-facet .term a {
    position: relative;
    padding: 6px;
    font-weight: normal;
    color: #747474;
    text-wrap: nowrap;
}
.widget_ep-facet .term a:hover {
    background-color: #000;
    color: white;
}
.widget_ep-facet .term a .ep-checkbox {
    position: relative;
    margin-right: 4px;
    display: flex !important;
}
.clear-filters {
    margin-left: 5px;
    text-wrap: nowrap;
}
.clear-filters .clear-filters-link {
    color: #333333;
}
.loading_filter {
    position: fixed;
    width: 100%;
    height: 100%;   
    z-index: 100000;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}
.sortbyfilters select {
  color: #999 !important;
    font-size: 13px;
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
}
@media screen and (max-width:767px) {
    .sortbyfilters .widget_ep-facet {
        width: 50%;
        min-width: unset;
    }
}

.home-cat-item{
  display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    padding: 0;
}

.fusion-blog-shortcode.fusion-blog-medium.fusion-blog-infinite{
  width: 49%;
    padding-bottom: 10px;
    padding-right: 5px;
}
.home-navigation {
  display: flex;
  justify-content: space-between;
  background: #eee;
}

.home_prev {
  justify-content: flex-start;
  padding-left: 20px;
}

.home_read_more_bottom {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin: 10px 0;
  flex: 1;
  justify-content: flex-start;
  padding-left: 20px;
}

.home_read_more_bottom + .home_read_more_bottom {
  margin-left: 20px;
  justify-content: flex-end;
  padding-right: 20px;
}

@media screen and (max-width: 640px) {
  .home-cat-item {
      display: block;
      width: 80% !important;
      margin: 0 auto;
      border-right: none;
  }

  .fusion-blog-shortcode:nth-child(odd) {
    border-right: none;
    padding-right: 0px;
}

.fusion-blog-shortcode.fusion-blog-medium.fusion-blog-infinite {
  width: 100% !important;
}

}

/* .pagename-articles .grid-layout.grid-layout-3{
  position: relative;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
    gap: 45px;
}

.pagename-articles .grid-layout .post {
  position: relative !important;
  left: auto !important;
  top: auto !important;
} */