/*
 Theme Name:   Best Business (bim)
 Description:  
 Author:       
 Template:     best-business
 Version:      1.0.0
*/

@import url("../best-business/style.css");
@import url('https://fonts.googleapis.com/css?family=Cinzel|Open+Sans');


#main-nav.fixedNav
{
	position:fixed;
	top:0;
	width:100%;
}
body
{
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #4c4c4c;
}
h1.postH1
{
	font-family: 'Cinzel', serif;
	font-weight: 400;
	color: #038fd6;
	margin-top: 35px;
	font-size: 40px;
}
h2
{
	font-size: 30px;
	font-family: 'Cinzel', serif;
	font-weight: 400;
	color: #038fd6;
	margin-top: 35px;
}
.sow-image-container+.widget-title
{
	font-weight: normal;
	font-size: 15px;
}
.panel-grid-cell .widget-title 
{
	font-weight: normal; 
	font-size: 15px;
}
blockquote, q
{
	font-style: italic;
	font-weight: normal;
}
#custom-header, #sidebar-front-page-widget-area
{
	display:none;
}
#content
{
	padding-top: 0;
}
.entry-content
{
	margin-top: 0;
}
a 
{
	color: #038fd6;
}
.main-navigation ul li a 
{
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	font-weight: 400;
}
.main-navigation ul ul 
{
	background-color: #ffffff;
}
.main-navigation ul ul a 
{
	font-size: 18px;
	font-weight: 400; 
	color: #038fd6; 
}
.main-navigation ul ul li.current-menu-item a, .main-navigation ul ul li.current_page_item a, a:visited
{
	color: #038FD6;
}
.main-navigation ul ul li a:hover,.main-navigation ul ul li:hover > a, a:hover
{
	color: #464646;
}
.home.page  #content
{
	display:block;
}

article article.post
{
	width: 48%;
}
article article.post:nth-child(odd)
{
	float: left;
	clear: both;
}
article article.post:nth-child(even)
{
	float: right;
}
article.post .entry-header
{
	padding-bottom: 30px;
}
.widget_siteorigin-panels-postloop:after
{
	
}

.single .byline, .group-blog .byline
{
	display: none;
}
.ngg-gallery-thumbnail-box
{
	width: 25%;
}
.ngg-gallery-thumbnail
{
	border: none!important;
    margin: 0 !important;
}

#colophon.site-footer
{
	padding-bottom: 0;
}
.bimCopyright
{
	background: #2A2A2A;
	color: rgba(255, 255, 255, 0.75);
	font-size: 14px;
	text-align: center;
	padding-bottom: 20px;
}
.bimCopyright a
{
	color: rgba(255, 255, 255, 0.75);
}
.bimCopyright a:hover
{
	color: #038fd6;
}

@media only screen and (max-width: 1023px)
{
	article article.post
	{
		width: 100%;
		float: none;
	}
	.ngg-gallery-thumbnail-box
	{
		width: 50%;
	}
}
























