/*Font Import*/

@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

body {
	font-family:'Montserrat'
}

/*Entry*/

.entry {
	padding: 20px;
}

/*Images*/

.wp-block-image figcaption {
    font-style:italic;
	  font-size:12px;
}

/*WooCommerce*/
.archive .woocommerce-info, .home .woocommerce-info {
	display:none;
}

/*Full Width Website*/

.site-container-wrap {
	max-width: 100%;
	margin: 0 auto;
}

.wrap {
	max-width: 1140px;
	margin: 0 auto;
}

.content-sidebar-wrap {
	max-width: 1140px;
	margin: 0 auto;
}

/*Nav Menus*/

.genesis-nav-menu {
	font-size: 1.4rem;
}

.genesis-nav-menu a {
	border-right: none;
}

.nav-secondary {
	background-color: #000;
	border-bottom: none;

}

.nav-secondary a {
	color: #fff;
	font-size: 1.2rem;
}

#menu-top-menu a:hover {
	color: #000;
	background-color: #fff;
}

/*Logo*/

.title-area {
	padding-left: 0px;
		width:440px;
}

/*Search Form*/

.site-header .widget-area {
	padding-right:0px;
	width:330px;
}

#search-4 .search-form {
    margin-top: 14px;
    width: 300px;
}

/*Leaderboard Ad*/

.above-content {
	margin: 20px 0;
}

/*Top Stories*/

.home-top {
	float: left;
	margin: 0 0 20px;
	background-color: #fff;
	border: 1px solid #e3e3e3;
}

#featured-post-23 .entry-title {
	font-size: 18px;
}

#featured-post-22 {
	width: 70%;
	float: left;
}

#featured-post-23 {
    width: 30%;
    float: right;
    padding: 0px 0px 0px 10px;
}

/*Content Boxes*/

.content-sidebar .content, .content-sidebar-sidebar .content {
	border-right: none;
}

/*Sidebar*/

.sidebar .widget {
	background-color: #f3f3f3;
}

.wpbdp-listings-widget-list {
	text-align: center;
}

.wpbdp-listings-widget-list li:before {
	display: none;
}

.wpbdp-view-show_listing h3 {
	font-size: 20px;
}

@media only screen and (max-width: 1023px) {
	
	/*Nav Menus*/
	
	.genesis-nav-menu .sub-menu a {
		background-color: #000;
	}
	
	.menu-toggle, .sub-menu-toggle {
			color: #000;
	}
	
	/*Logo*/

.title-area {
	width:100%;
	padding: 0px 20px !important;
}
	.site-header .widget-area {
		width: 100%;
	}
	
	/*Top Stories*/
	
	#featured-post-22 {
	width: 100%;
}

	#featured-post-23 {
	width: 100%;
	padding: 0px;
}
	
}