/*--
	Theme Name: theme53260
	Theme URI: http://info.template-help.com/help/
	Description: A theme for Wordpress 3.8.x
	Author: Template_Help.com
	Author URI: http://info.template-help.com/help/
	Template: CherryFramework
	Version: 3.1.2
--*/

/* ----------------------------------------
	Please, You may put custom css here
---------------------------------------- */


.sf-menu > li > a {
    font: normal 20px/20px Righteous !important;
    padding-left:8px !important;
    padding-right:8px !important;
}

.category-boxed {
    margin-bottom: 20px !important;
    float: left;
    width: 30%;
    margin: 0 1%;
}

.category-boxed header.post-header {
    height:45px;
    overflow: hidden;
}

.category-boxed header.post-header .post-title { padding:0;}

.category-boxed .thumbnail, .category-boxed .featured-thumbnail {
    height: 140px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}


div.sidebarpages ul { margin:0; padding:0; list-style:none;}
div.sidebarpages ul li a { 
	background:#e9e9e9;
	-webkit-transition:width 0.3s;
	-moz-transition:width 0.3s;
	-o-transition:width 0.3s;
	transition:width 0.3s;
	display:block;
	color:#000;
	border-bottom:1px solid #fff;
	padding:5px;
	font-weight:bold;
}
div.sidebarpages ul li a:hover {
	background-color:#83bcaf;
	color:#fff;
}

#homepage .span3 { float:left;}
#homepage .span9 { float:right;}

div.footer-social-icon { float:right; text-align:center;}
div.footer-social-icon ul { display:inline-block; margin:0; padding:0; list-style:none;}
div.footer-social-icon ul li { float:left; margin:0 5px;}

@media (min-width: 1200px)
#homepage .span4 {
    width: 420px;
}

@media (max-width: 768px) {
	div.footer-social-icon { width:100%; float:none;}
}

@media (max-width: 240px) {
	ul.social-icon_footer { display:inline-block;}
	ul.social-icon_footer li { border:none !important;}
}



.nav-wrapper.isStuck img { height:53px !important;}
