/*
	Theme Name: GoodLife Child Theme
	Theme URI: http://themeforest.net/user/fuelthemes
	Description: <strong>GoodLife Magazine WordPress Theme by <a href="http://themeforest.net/user/fuelthemes?ref=fuelthemes">Fuel Themes</a></strong> – Update notifications available on Twitter and Themeforest <a href="http://twitter.com/anteksiler">Follow us on twitter</a> – <a href="http://themeforest.net/user/fuelthemes">Follow us on Themeforest</a>
	Version: 1.0.0
	Author: fuelthemes
	Template: goodlife-wp
*/

/*SBM Billboard AD */

.sbm-billboard {
	display: block;
	text-align: center;
	background-color:#F7F7F7;
	padding:20px;
}


/*Hide Menu*/

.header.style2 .menu-holder {
	display:none;
}

/*sub-menu link color*/

.subheader.dark ul > li > a {
	color:black;
}

.subheader.dark ul > li > a:hover {
	color:black;
	text-decoration:underline;
}

/*sub-menu social link dropdown bg*/

.subheader.dark ul > li .sub-menu, .subheader.light ul > li .sub-menu {
	background:#F9EDEA;
}

.subheader ul {
	font-size:13px;
}

.subheader ul > li .sub-menu li a {
	font-size:13px;
}

/*sub-menu search icon color*/

.subheader.dark ul .quick_search .quick_search_icon {
	fill:black;
}

/*Blog Articles*/

@media only screen and (min-width: 48.063em) {
	.share-article {
		margin-bottom:5px;
	}
}

/*Author Bios*/

.post-author p {
	font-size:14px;
}

.post-author h5 {
	font-size:18px;
}

/*About Us Page*/
.authorpage .avatar {
	width:105px;
}



.authorpage p {
	color:white;
	font-size:14px;
	font-family:'Philosopher';
}


.post .post-content p a {
	box-shadow:none;
	font-family:'Philosopher';
}

.authorpage a {
	font-size:17px;
	color:white;
	font-family:'Philosopher';
	
}

/*Arrow Styles for Gallery Posts*/
.fa-angle-right,.fa-angle-left {
  font-size:42px !important;
  color:black !important;
}

.post .gallery-pagination {
  font-size:15px;
}

@media only screen and (min-width: 48.063em) {
  .widget {
    padding: 0 !important;
  }
}
@media only screen and (min-width: 64.063em) {
  .widget {
    padding: 0 !important;
  }
}

/* crowdsocial menu */

.cs-navigation li {
    display:inline-block;
    position: relative;
}

.cs-navigation-mobile a,
.cs-navigation a {
    padding: 8px;
    text-align:center;
    font-family: 'Lato', sans-serif !important;
    font-weight:700;
    color:black;
}

.cs-navigation a:hover {
    color:#e8242e;
}

.cs-navigation-center {
    text-align:center;
    clear: both;
    width: 100%;
    display: none;
}

.cs-navigation-center ul {
	padding: 0;
	margin: 0;
}

.cs-navigation-center .sub-menu {
	display: none;
	position: absolute;
	left: 8px;
	width: auto;
	background-color: #000;
	color: #fff;
}

.cs-navigation-center .sub-menu li {
	clear: both;
	width: 100%;
	border-bottom: 1px solid #757575;
	text-align: left;
	white-space: nowrap;
}

.cs-navigation-center .sub-menu li a {
	color: #fff;
} 

.cs-navigation-center .sub-menu li a:hover {
    color:#e8242e;
} 


.cs-navigation-center li:hover .sub-menu {
	display: block;
}

.mobile-icon-holder {
	display: block;
}

.cs-mobile-toggle {
	position: absolute;
	top: 1em;
	right: 1em;
	z-index: 999;
}

.cs-navigation-center-mobile {
	position: absolute;
	top: 3em;
	right: 0;
	display:  none;
	z-index: 999;
}

.cs-navigation-center-mobile ul{
	background-color: #e0e0e0;
}

.cs-navigation-center-mobile li {
	display: block;
	list-style: none;
	white-space: nowrap;
	text-align: left;
	border-bottom: 1px solid #fff;
	padding: 8px 10px;
}


@media only screen and (min-width: 48.063em) {
	.cs-mobile-toggle {
		display: none;
	}

	.cs-navigation-center {
		display: block
	}

	.mobile-icon-holder {
		display: none;
	}
	
}

/*CS MENU*/
.cs-navigation-mobile a, .cs-navigation a {
    color:white;
    text-transform:uppercase;
    font-size:17px;
}

.cs-navigation li {
    border-left:2px solid #e7242e;
    padding:0 25px;
}

.cs-navigation li:first-child {
    border:0;
}

.cs-navigation li a:first-child {
    border:0;
}

.cs-navigation-center {
    background-color: black;
    margin-bottom:30px;
    width:100vw;
    position:relative;
    margin-left:-50vw;
    left:50%;

}

.header .logo {
    width:100vw;
}

.cs-navigation-center ul {
    padding:10px 0;
}

.cs-navigation li {
    margin-bottom:0;
}

.cs-navigation #menu-item-9160 {
    background-color: #e7242e;
    padding:6px 25px;
    border-radius:16px;
}

.cs-navigation li:last-child a:hover {
    color:black;
}
.sub-menu li a:hover {
    color:#e7242e !important;
}

.cs-navigation-center .sub-menu li {
	border-left:0;
	border-bottom:0;
	padding:10px 10px;
}

.current_page_item a {
	text-decoration:underline;
}

@media only screen and (max-width: 768px)  {
    .mobile-icon-holder {
        display:none;
    }
    
    .quick_search {
        display:none;
    }
}

/*CS MOBILE MENU STYLES*/

.cs-mobile-toggle {
	left:1em;
}

.cs-navigation-center-mobile {
	left:0;
	right:auto;
}

.cs-navigation-center-mobile ul {
	background-color:black;
}

.cs-navigation-center-mobile li {
	border:0;
}


.cs-navigation-center-mobile .menu-item-9160 {
	background-color:#e7242e;
}