/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
 

 
.copysempol, .copysempol a {
	font-size: 10px;
	color: #999;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 6px;
	margin-top: 6px;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.b-site__header {
	position: relative;
	min-height: 50px;
	line-height: 50px;
	padding: 30px 0;
	padding: 1.875rem 0;
	background-color: #fff;
	
}

.c-menu-primary a {
	font-size: 0.875em;
	font-weight: 400;
	color: #000;
	line-height: 1.6;
	text-transform: uppercase;
}

.c-brand__logo {
    color: #000;
	font-weight: 400;
    font-size: 1.5em;
    line-height: 1;
    vertical-align: middle;
    text-transform: uppercase;
}

.c-page-content {
    margin-top: 10px;
    margin-top: 0.75em;
}

.c-page-header {
    display: none;
}


.sliderhome {
	margin-bottom: 30px;   
}

.o-container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
	padding: 0 0.9375rem;
	
}
.b-site__content {
	background-color: #F7E6CC;
}

.c-post--grid {
	
	padding: 10px;
}



.c-post-author {
    display: none;
}

.c-post__meta {
   display: none;
}


.c-post-nav {
     display: none;
}


.o-sep--icon::after {
	display: none;    
}

.c-footer-about {
	background-color: #f9f9f9;
	text-align: center;
	padding: 60px 0;
	display: none;	
}

.c-footer-info__brand {
   display: none;  
}

.c-footer-info__copyright {
    font-size: 0.875em;
    color: #aaa;
	 display: none;  
}

.b-site__footer {
	background-color: #666;    
}

.b-site__footer .o-container {
	background-color: #666;
	color: #F5F5F5;	   
}

.b-site__footer .o-container a {
	background-color: #666;
	color: #F5F5F5;	    
}

hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin: 30px 0;
	margin: 1.875rem 0;
	display: none;
}

pre {
    background: #fff;
    margin-bottom: 0.875em;
    max-width: 90%;
    overflow: auto;
    padding: 0.875em;
}


 @media screen and (min-width: 801px) {
.b-content-area {
	width: 100%;
	float: none;
	padding-right: 0;
	border-right: 1px none #eee; } 

.c-widget--footer {
    border-bottom: 0;
    padding: 0;
    float: left;
    max-width: 33%;
}

 }
 
 @media screen and (min-width: 801px) and (max-width: 1024px) {
	  
	.c-post--grid {
	
	padding: 10px;
	margin-right: 4px;
	margin-left: 4px;
}  


}

 @media screen and (max-width: 801px) {
	 
	 .c-brand__logo img {
    width: 200px;
}

}
