/*--
	Theme Name: theme50690
	Theme URI: http://info.template-help.com/help/
	Description: A theme for Wordpress 4.4.x
	Author: Template_Help.com
	Author URI: http://info.template-help.com/help/
	Template: CherryFramework
	Version: 3.1.5
--*/

.header{
	background-size: contain;
	background-color: #fff;
}
.container{
	width: 100%;
}
.sf-menu{
	width: 100%
}
.span12{
	width: 100%;
}

#navigation{
	margin-left: 0;
}

#logoImage{
	width: 100%;
}

.lowerContent{
	width: 80%;
	margin: 0 auto;
	margin-top: -1px;
}
.lowerContent .span3,
.footer .span3{
    width: 25%;
    margin: 0;
}
.lowerContent .post__holder{
padding-right:20px;
}


.lowerContent p,
.lowerContent .excerpt{
	margin-right: 20px;
}
.span4{
	margin: 0;
    width: 40%;
}
.span8{
	margin: 0;
    width: 60%;
}
.footer-widgets{
	width: 80%;
	margin: 0 auto;
}

.copyright .span4{
	width: 100%;
	text-align: center;
}

.pageContent{
	width: 80%;
	margin: 0 auto;
}

.pageContent .span4{
	width: 30%;
	margin-left: 5%;
}

#topnav{
	background-color: #2f3837;
}

#topnav li{
	margin: 0;
	border-right: solid 1px #fff;
	width: 16.3% !important;
}

#topnav li .sub-menu li {
	width: 100% !important;
}

#topnav li .sub-menu li a {
   	 white-space: normal !important;
}

.lang-item {
	display: inline;
	float: right;
	padding:0px 5px 0px 5px;
	background-color: #FFF;
	color:black;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .span8 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .pageContent .span4 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .footer .span3 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 413px) {
  .title-header {
    font-size: 32px !important;
  }
}

@media only screen and (min-width: 414px) and (max-width: 767px) {
  .title-header {
    font-size: 50px !important;
  }
}

.post-author {
  display: none;
}

.nocomments {
  display: none;
}