/* --------------------------------------------
	CUSTOM CSS FOR UPDATE 07/02/2020
-------------------------------------------- */

/* ----- Custom Fonts Styling ----- */


@font-face {
    font-family: 'Modern-Era';
    src: url('webfonts/modern/ModernEra-Bold.woff2') format('woff2'),
        url('webfonts/modern/ModernEra-Bold.woff') format('woff'),
        url('webfonts/modern/ModernEra-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Modern-Era';
    src: url('webfonts/modern/ModernEra-Regular.woff2') format('woff2'),
        url('webfonts/modern/ModernEra-Regular.woff') format('woff'),
        url('webfonts/modern/ModernEra-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Modern-Era';
    src: url('webfonts/modern/ModernEra-Italic.woff2') format('woff2'),
        url('webfonts/modern/ModernEra-Italic.woff') format('woff'),
        url('webfonts/modern/ModernEra-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

body h2 {
	font-family: 'Modern-Era' !important;
	font-weight: bold;
	font-size: 28px !important;
	color: #000 !important;
}
body h4, body h5 {
	font-family: 'Modern-Era' !important;
	font-weight: bold;
}
html body, body h3, body h5 {
	font-family: 'Modern-Era' !important;
}
body .FuturaBT-Bold {
	font-family: 'Modern-Era' !important;
	font-weight: bold;
	color: #000;
}
body .PlantinMTStd-Italic {
	font-family: 'Modern-Era' !important;
}

/* ----- General Styling ----- */


body .border-right-wrap {
	border-color: transparent;
}


/* ----- Header Styling ----- */


body #top-bar {
	background-color: #fff !important;
	border-bottom-color: transparent;
	padding: 10px 0px;
}

body #top-bar-social > ul {
	opacity: 1;
}
body #header-section {
	padding-top: 0px;
}
body #header-banner-top {
	padding-top: 0px;
}
body .logo-bg {
	background-image: url('images/web-banner.jpg');
	padding-bottom: 50px;
    padding-top: 50px;
}
body #logo img, body  #mini-logo img, body #mini-logo img.retina {
	width: 180px;
}
body #logo img.retina {
	width: 160px;
}

/* ----- Page Header Styling ----- */


body #nav-search {
	display: none;
}
body .heading-text-wrap {
	text-align: center;
	text-transform: uppercase;
}
#top-bar-search #nav-search {
	display: block;
	padding: 0px;
	margin: 0px;
	padding: 5px;
}
#top-bar-search #nav-search a {
	padding-top: 0px;
}	
#top-bar-search #nav-search i {
	font-size: 14px;
	line-height: 1;
	color: #000;
}
#top-bar-search #nav-search form {
	max-width: 90%;
}
#top-bar-search #nav-search form input {
	font-size: 14px !important;
	line-height: 1 !important;
	font-family: 'Modern-Era';
	font-style: italic;
}

body #header-section .logo-bg.custom {
	background-image: url('images/JSGUIDE20_desktop.jpg');
	height: 55px;
}
@media (max-width: 991px) {
	body #header-section .logo-bg.custom {
		height: 0px;
	}
}
@media (max-width: 768px) {
	body #header-section .logo-bg.custom {
		height:40px;
		background-image: url('images/JSGUIDE20_mobile.jpg');
	}
}

/* ----- Menu Styling ----- */
 
@media (min-width: 1200px) {
	body nav .menu li {
	    padding-left: 1.95%;
	    padding-right: 1.95%; 
	    max-width:calc(100% / 7.2);
	}
}
body nav .menu {
	text-align: center;
}
body nav .menu a {
	font-size:13px;
}
body nav .menu li {
	font-family: 'Modern-Era' !important;
	font-weight: bold;
	letter-spacing: 0px;
	float: none !important;

}
body .tab-color-1, body .tab-color-1 a {
	color: #e4523a !important;
}
body .tab-color-2, body .tab-color-2:hover, body .tab-color-2 a  {
	color: #364a59 !important;
}
body .tab-color-3, body .tab-color-3:hover, body .tab-color-3 a {
	color: #d78065 !important;
	border-color: #d78065;
}
body .tab-color-4, body .tab-color-4:hover, body .tab-color-4 a {
	color: #8f986a !important;
}
body .tab-color-5, body .tab-color-5:hover, body .tab-color-5 a  {
	color: #a5bab5 !important;
}
body #menu-menu .menu-item:nth-child(6), body #menu-menu .menu-item:nth-child(6):hover, body #menu-menu .menu-item:nth-child(6) a {
	color: #f79d34 !important;
}
body #menu-menu .menu-item:nth-child(7), body #menu-menu .menu-item:nth-child(7):hover, body #menu-menu .menu-item:nth-child(7) a {
	color: #aa4a2f !important;
}
body #menu-menu .menu-item:hover {
	background-color: #fff !important;
	border-bottom: 1px solid;
}

.current_page_item {
	border-bottom: 1px solid;
}


/* ----- Body Styling ----- */


html body {
	background: none;
	background-color: #fff;
}
body #body-color.event, body #body-color.news, body #body-color.health-beauty {
	background-color: #fff !important;
}
body #container {
	box-shadow: none;
}
body strong {
	font-family: 'Modern-Era' !important;
	color: #000;
}
body em { 
	font-family: 'Modern-Era' !important;
	font-style: italic;
}

/* ----- Form Styling ----- */

body .search-form input {
	font-family: 'Modern-Era' !important;
}

/* ----- Button Styling ----- */

body .gform_button {
	background-color: #FFA600;
	color: #fff;
	border-radius: 0px;
	font-family: 'Modern-Era' !important;

}

/* ----- Footer Styling ----- */


body #copyright {
	background-color: #fff !important;
}
body #footer h5 {
	font-family: 'Modern-Era' !important;
	font-weight: bold !important;
	color: #000 !important;
	letter-spacing: 1px;
}

/* ----- Footer Styling ----- */


body .woocommerce a.button, body .cart-contents {
	font-family: 'Modern-Era' !important;
	font-weight: bold !important;
	border-radius: 0px;
	background-color: #222 !important;
	color: #fff !important;

}
body a.sf-button.small.orange.standard, body a.sf-button.small.orange.standard :hover {
	font-family: 'Modern-Era' !important;
}


/* ----- Home Styling ----- */

.home.blog #main-container {
	padding-top: 10px;
}
body h3.wpb_heading {
	font-family: 'Modern-Era' !important;
	font-weight: bold;
}

body.home h4 {
	margin-top: 10px !important;
}
body .portfolio-item h4.portfolio-item-title {
	font-weight: bold;
}
body .recent-post h4 {
	text-transform: uppercase !important;
    letter-spacing: 1px !important;
}
body .event-date-home, body p.demo_store {
	font-family: 'Modern-Era' !important;
	color: #000;
}
body .view-more-home {
	font-family: 'Modern-Era' !important;
	font-size: 18px !important;
	font-style: italic;
}

/* ----- Directory Styling ----- */

body #body-color.portfolio {
	background-color: #fff !important;
}
body .portfolio-filter {
	font-family: 'Modern-Era' !important;
	color: #000 !important;
	background: #fff;
}
body .selected .item-name {
	color: #000 !important;
}
body .portfolio-filter.filtering.row.clearfix a {
	color: #000 !important;
}
body .filter-wrap ul li.selected a {
	background-color: #efefef !important;
	color: #000 !important;
}
body .kids #share.accent a, body .mens #share.accent a, body .womens #share.accent a, body .fashion #share.accent a {
	color: #000 !important;
}
body .accent.news-category-fashion a, body .accent.event-category-fashion a {
	border-bottom-color:  #000 !important;
}
.accent.news-category-fashion a:hover, .accent.event-category-fashion a:hover {
	color: #666 !important;
}

body .filter-wrap ul {
	border-bottom: 1px solid;
	border-top: 1px solid;
}
body .filter-wrap ul li {
	border-right: 1px solid;
	margin-left: 0px;
	width: calc(25% - 1px);
}
@media only screen and (max-width: 767px) {
	body .filter-wrap ul li {
		width: 100%;
		border:0px solid;
	}
}
body .filter-wrap ul li a {
	border-radius: 0px;
	z-index: 0;
	padding: 12px 10px;
}
body .filter-wrap ul li:last-child {
	border-right: 0px solid;
}
.wpb_portfolio_widget .filter-wrap {
	margin-top: -21px;
} 
@media only screen and (max-width: 767px) {
	.wpb_portfolio_widget .filter-wrap {
		margin-top: -41px;
	} 
}

/* ----- Events Styling ----- */


body .event-date-home {
	color: #000 !important;
}

body .accent.news-category-food-drink a, body .accent.event-category-food-drink a {
	border-bottom-color: #000 !important;
}

/* ----- Popup Styling ----- */


body .hustle-ui .hustle-button-icon.hustle-button-close {
	display: none;
}

.hustle-group-content {
	text-align: center;
}
.hustle-content-wrap {
	margin-left: -10px;
}

/* ----- Popup Styling ----- */


body #copyright {
	font-family: 'Modern-Era' !important;
}