/*
Theme Name: Becks
Theme URI: http://wellthemes.com/
Author: WellThemes
Author URI: http://wellthemes.com/
Description: A Premium News and Magazine style Responsive WordPress Theme by WellThemes.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, black, gray, light, one-column, two-columns, right-sidebar, responsive-layout, custom-background, editor-style, featured-images, full-width-template, sticky-post, theme-options
Text Domain: wellthemes
*/

/*
Warning: Do not edit this file, it will be overwritten by the next theme update. If you want to customize the styles, create a child theme instead See: http://codex.wordpress.org/Child_Themes
*/

/* TABLE OF CONTENT 
 * ==================
 * 1.  BASE
 * 2.  HEADER
 * 3.  NAVIGATION MENU
 * 4.  MAIN CONTENT
 * 5.  REVIEW
 * 6.  PAGES
 * 7.  COMMENTS
 * 8.  SIDEBARS
 * 9.  FOOTER
 * 10. MEDIA QUERIES
 **/

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url("css/reset.css"); 
@import url("css/common.css");
@import url("css/lightbox.css");  
@import url("css/menu.css"); 

 /* 1. BASE
 * ============= */	
body{
	font-family: 'Open Sans', serif, Helvetica, Arial, Sans-Serif;
    font-size: 14px;
    font-weight: 400;
	line-height: 1.7;
	color: #303030;
	background: url("images/bg.png") repeat;
}

/*=== Link styles ===*/
a{
	text-decoration: none;
	color: #303030;
	transition: all 0.2s ease 0s;
	outline: 0;
}

a:visited {
	color: #303030;
}

a:hover {
	color: #74C653;
}

/*=== Headings ===*/
h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	line-height: 1.2;
	color: #303030;
	font-weight: 700;
}

h1 {
	font-size: 28px;	

}

h2 {
	font-size: 26px;	
	line-height: 1;	
}

h3{
	font-size: 20px; 
}

h4 {	
	font-size: 18px;
}

h5 {	
	font-size: 14.5px;	
	line-height: 1.1;
}

h6 {
	font-size: 14px;
	line-height: 1.1;
}

:focus {
	outline: 0;
}

/*=== Layout ===*/
#container{
	width: 1200px;
	padding: 0 19px;
	margin: 0 auto;		
	background: #FFFFFF;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}

#main{
	overflow: hidden;	
}

#content{
	width: 640px;	
	margin-right: 20px;
	float: left;
	overflow: hidden;	
}

#sidebar-left{
	width: 200px;
	overflow: hidden;	
	float: left;	
	box-sizing: border-box;
	background: #F8F8F8;
	padding: 20px 0;
}

#sidebar-right{
	width: 300px;
	overflow: hidden;	
	float: left;	
}

.content-center #sidebar-left{
	position: relative;
	left: -660px;
}

.content-center #content{
	position: relative;
	left: 220px;
}

.content-wrap {
	overflow: hidden;
}

.section{
	margin-bottom: 25px;
	overflow: hidden;
}

.list{
	padding: 0;
	margin: 0;
	list-style: none;
}

.row{
	overflow: hidden;
}

.one-half{
	width: 310px;
	margin-right: 20px;
	float: left;
}

.col-last{
	margin-right: 0 !important;
}

.full-content{
	width: 1096px !important;	
	box-sizing: border-box;
}

.col-last{
	margin-right: 0 !important;
}

/*=== image sizes ===*/
.wp-post-image{
	display: block;
}

.attachment-wt1200_380{
	width: 1200px;
	height: 380px;
}

.attachment-wt680_360{
	width: 680px;
	height: 360px;
}

.attachment-wt310_200{
	width: 310px;
	height: 200px;
}

.attachment-wt280_190{
	width: 280px;
	height: 190px;
}

.attachment-wt275_365{
	width: 275px;
	height: 365px;
}

.attachment-wt105_70{
	width: 105px;
	height: 70px;
}

.lb-image{
	max-width: inherit; 
}

/*=== main colors ===*/
.main-color{
	color: #74C653;
}

.main-color-bg{
	background: #74C653;
}

.second-color-bg{
	background: #009BFF;
}

/* 2. HEADER
 * =========== */
#header{
	position: relative;
	margin-bottom: 20px;
}

#header .top{
	height: 50px;
	border-bottom: 1px solid #DDDDDD;
	margin: 0 -20px 0;
	padding: 0 20px;
	overflow: hidden;	
}

#header .top ul{	
	list-style: none;
	padding: 0;
	margin: 0;
}

#header .top ul li{
	float: left;
}

#header .top-menu{
	max-width: 600px;
	float: left;
	margin-top: 13px;
	height: 22px;
	line-height: 1.2;
	position: relative;
}

#header .top-menu ul li{
	margin-right: 30px;
	position: relative;
}

#header .top-menu ul li a{
	font-weight: 600;
	font-size: 13px;
	position: relative;
	line-height: 28px;
}

#header .top-menu ul li.new:after {
	content: "new";
	font-size: 11px;
	background: #D64541;
	color: #FFFFFF;	
	display: block;
	float: right;
	line-height: 10px;
	position: absolute;
	right: -15px;
	top: -8px;
	border-radius: 4px;	
	padding: 1px 5px 3px;
}

#header .top .social{
	float: right;
	padding: 0 10px;
	border-left: 1px solid #DDDDDD;
}

#header .top .social ul{
	overflow: hidden;
}

#header .top .social li a{
	color: #CCCCCC;
	font-size: 16px;
	display: block;
	height: 38px;
	padding: 12px 6px 0;
}

#header .top .social li a.twitter:hover{
	color: #40BFF5;
}

#header .top .social li a.fb:hover{
	color: #5D82D1;
}

#header .top .social li a.gplus:hover{
	color: #B84830;
}

#header .top .social li a.instagram:hover{
	color: #AD866E;
}

#header .top .social li a.youtube:hover{
	color: #E3452F;
}

#header .top .social li a.rss:hover{
	color: #FF8400;
}
	
#header .logo{
	max-width: 650px;	
	max-height: 220px;
	
	line-height: .6;
	margin-left: auto ;
	margin-right: auto ;
}

#header .logo img{
	display: block;
}

#header .header-ad{
	max-width: 728px;
	float: right;
}

#header .search {
	float: right;
	width: 150px;
	overflow: hidden;
	height: 50px;
	border-left: 1px solid #DDDDDD;
}

#header .searchform{
	margin-top: 10px;
	margin-left: 10px;
}

#header .search .searchfield {   
	height: 32px;
	width: 120px;
    transition: all .5s ease;
    box-sizing: border-box;
	z-index: 999;
	border: none;
	font-size: 13px;
	font-family: inherit;
	font-style: italic;
	color: #666666;
	float: left;
}


#header .search i{
    width: 15px;
    height: 20px;
	margin-top: 8px;
	margin-left: 5px;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	color: #CCCCCC;
}

/*=== Logo Wrap ===*/
.logo-wrap{
	margin: 30px 0;
}

.logo-wrap h1{
	margin-bottom: 0;
}

#header .banner{
	margin-left: auto ;
  margin-right: auto ;
	max-width: 728px;
}

#header .banner img{
	display: block;
}

/*=== Subheader ===*/
.subheader{
	margin: 0 -20px;
}

/*=== Ticker ===*/
.ticker-section{
	overflow: hidden;
}

.ticker{
	overflow: hidden;
	display: none;	
	height: 35px;
	background: #F3F3F3;
}

.ticker .title{
	float: left;
	max-width: 150px;
	position: relative; 
	font-weight: 200;
	text-transform: uppercase;
	z-index: 3;
	background: #E0E0E0;
	height: 35px;
	
}

.ticker .title h5{
	margin: 9px 12px 0;
	color: #212121;
}

.simply-scroll-container{
	position: relative;
}

.simply-scroll-clip{
	position: relative;
	overflow: hidden;
}

.simply-scroll-list{
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.simply-scroll-list li{
	padding: 0;
	margin: 0;
	list-style: none;
}

.simply-scroll .simply-scroll-clip{
	height: 16px;
	margin-top: 10px;
	line-height: 1.1;
}

.simply-scroll .simply-scroll-list li{
	float: left;
	margin-right: 65px;
	font-size: 13px;
	line-height: 1.2;
}

.simply-scroll a{
	color: #929292;
}

/* 3. NAVIGATION MENU
====================== */
.menu-section{
	height: 46px;	
	z-index: 99;
	background: #212121
}

#main-menu {
	display: none;
	position: relative;
	z-index: 30;	
}

#main-menu select {
    display: none;
    position: relative;
    padding: 4px;
    font-size: 14px;
    height: 36px;	
	color: #999999;
	border: 1px solid #E3E3E3;
}

#main-menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 99;		
}

#main-menu ul li {
	float: left;
	padding: 0px;
	margin: 0px;
}

#main-menu ul li a {
	display: block;
	text-align: center;	
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	transition: none;
	padding: 15px 12px 15px;	
	color: #FFFFFF;
}

#main-menu > ul > li{
	position: relative;
}

#main-menu > ul li:hover,
#main-menu > ul li.current-menu-item{
	background: #74C653;
}

.menu-item-home a:before{
	content: "\f015";
	font-family: FontAwesome;
	display: block;
	float: left;
	padding: 0;
	font-weight: 400;	
	margin-right: 8px;
	font-size: 18px;
}

#main-menu ul li ul {
	display: none;
	position: absolute;
	padding: 0;
	background: #F2F2F2;
	z-index: 992;	
}

#main-menu ul li ul li {
	float: none;
	padding: 0px;
	position: relative;
}

#main-menu ul li:hover ul li{
	border-bottom: none;
}

#main-menu ul li ul li a, 
#main-menu ul li:hover ul li a, 
#main-menu ul li.over ul li a {	
	padding: 12px 16px 12px 14px;
	display: block;	
	width: 142px;	
	text-align: left;	
	height: auto;	
	background: #FFFFFF;		
	font-size: 14px;	
	border-bottom: 1px solid #EEEEEE;	
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	color: #333333;	
	text-transform: none;	
}

#main-menu ul li ul li:hover a, 
#main-menu ul li ul li.over a {	
	color: #000000;
	border-bottom: 1px solid #74C653;	
}

#main-menu ul li ul li ul {	
	display: none;	
	position: absolute;	
	left: 172px;	
	top: -1px;	
}

#main-menu ul li ul li:hover ul, 
#main-menu ul li ul li.sfHover ul {	
	display: block;	
	position: absolute;	
	left: 172px;	
	top: 0;	
}

#main-menu ul li ul li:hover ul li a, 
#main-menu ul li ul li.over ul li a {	
	color: #000000;	
	border-bottom: 1px solid #EEEEEE;
}

#main-menu ul li ul li ul li a:hover {
	color: #000000;
	border-bottom: 1px solid #74C653;	
}

#main-menu a.sf-with-ul {
	padding-right: 25px;
	min-width: 1px;
}

#main-menu .sf-sub-indicator {
	display: none;
}

#main-menu a.menu-link {
	display: none;
}

/* 4. MAIN CONTENT
 * ================ */

/*=== Overlay ===*/
.thumb-wrap{
	position: relative;
	overflow: hidden;
}

.thumb-wrap .entry-cat{
	left: 10px;
	position: absolute;
	top: 10px;	
}

.entry-cat h6{
	text-transform: uppercase;
	padding: 3px 6px;
	font-size: 11px;
}

.thumb-wrap .entry-rating{
	color: #ffffff;	
	position: absolute;
	right: 10px;
	top: 10px;
}

.thumb-footer{
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.thumb-footer .score,
.thumb-footer .comments{
	height: 36px;
	float: left;	
	box-sizing: border-box;
	text-align: center;
	padding: 8px;
	background: #F2F2F2;
	color: #888888;
	font-weight: 600;
	font-size: 12px;
}

.thumb-footer .score{
	margin-right: 5px;
}

.thumb-footer .score i{
	margin-right: 3px;
}

.thumb-footer .comments{
	float: left;
}

.thumb-footer a{
	color: #888888;
}

.thumb-footer i{
	color: #BBBBBB;
	font-size: 13px;
}

/*=== Homepage ===*/

/*=== Slider ===*/
.feat-slider .flex-direction-nav a{
	position: absolute;
	top: 48%;	
	display: block;
	width: 28px;
	height: 28px;
	background: rgba(0, 0, 0, 0.3);
	color: rgba(255, 255, 255, 0.6);
	z-index: 2;
	font-size: 0;
	text-align: center;	
}

.feat-slider .flex-direction-nav a:before{
	font-family: FontAwesome;
	display: block;
	padding: 0;
	font-size: 18px;
	line-height: 1;
	margin-top: 3px;		
}

.feat-slider .flex-direction-nav a.flex-prev:before {
	content: "\f104";	
}

.feat-slider .flex-direction-nav a.flex-next:before {
	content: "\f105";	
}

.feat-slider .flex-direction-nav a.flex-prev{
	left: 10px;
}

.feat-slider .flex-direction-nav a.flex-next{
	right: 10px;
}

.feat-slider .flex-direction-nav a:hover{
	background: rgba(0, 0, 0, 0.8);
	color: rgba(255, 255, 255, 0.9);
}

.feat-slider .post-info{
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	padding: 15px 20px;
	box-sizing: border-box;
	color: #FFFFFF;
}

.feat-slider .post-info h2{
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 24px;
}

.feat-slider .post-info a,
.feat-slider .entry-meta,
.feat-slider .post-info h2 a{
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.9);
}

.slider-meta{
	position: absolute;
	top: 15px;
	left: 20px;
	right: 20px;
}

.slider-meta .score{
	float: left;
	line-height: 1;
	font-size: 11px;
	height: 19px;
	box-sizing: border-box;
	padding: 4px 6px;
	color: #FFFFFF;	
	margin-left: 5px;
}

.slider-meta .score i{
	margin-right: 4px;
}

.slider-meta .text{
	float: right;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	height: 19px;
	padding: 4px 6px;
	box-sizing: border-box;
	color: #FFFFFF;
}

.section-wrap{
	overflow: hidden;
}

/*=== Featured Slider ===*/
.slider-section{
	overflow: hidden;
	margin-bottom: 20px;
}

.slider-full{
	margin: -20px -20px 20px;
	position: relative;
}

.slider-main {
	display: none;	
    overflow: hidden;
    position: relative;
    z-index: 1;
}

ul.slides, 
.slider-main ol {
    list-style: none;
    margin: 0;
    padding: 0;	
}

.slider-main .slides li {
    position: relative;
}

.slider-main .flex-viewport {
    max-height: 380px;
    transition: all 1s ease 0s;
}

.slider-nav{
	position: absolute;
	bottom: 0;
	z-index: 1;
	left: 60px;
	width: 1080px;	
}

.slider-nav .slides li{
	width: 220px !important;
	padding: 20px 25px 15px;
	background: rgba(0, 0, 0, 0.35);
	position: relative;
	color: #FFFFFF;
	cursor: pointer;
}

.slider-nav .slides li:after {
	position: absolute; 	 
    width: 1px;
	right: 0;   
	top: 15px;
	bottom: 15px;
	border-right: 1px solid #888888;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    content: '';
}

.slider-nav .slides li:last-child:after{
	display: none;
}

.slider-nav h4{
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #FFFFFF;
}

.slider-nav .slides .flex-active-slide{
	background: #74C653;
}

.slider-nav .entry-rating{
	float: right;
}

.slider-nav .entry-meta{
	color: #FFFFFF;
}

/*=== Tiles Slider ===*/
.slider-tiles{
	position: relative;
}

.slider-tiles .slides li{
	width: 275px;
	margin-right: 20px;
	overflow: hidden;
	position: relative;
}

.slider-tiles .flex-viewport {
    max-height: 375px;
    transition: all 1s ease 0s;
}

.slider-tiles .title {
	margin-bottom: 6px;
}

.slider-tiles  .flex-direction-nav a {
	color: rgba(255, 255, 255, 0.6);
	height: 34px;
	top: 45%;
	width: 36px;
	height: 36px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 32px;
	text-align: center;
}

.slider-tiles .flex-direction-nav a:before {	
	font-family: FontAwesome;
	font-size: 28px;
	line-height: 24px;
	padding: 0;
	margin-top: 6px;
}

.slider-tiles .flex-direction-nav a.flex-prev {
	left: 20px;	
}

.slider-tiles .flex-direction-nav a.flex-prev:before {
	margin-right: 3px;	
}

.slider-tiles .flex-direction-nav a.flex-next {
	right: 20px;
}

.slider-tiles .flex-direction-nav a.flex-next:before {
	margin-left: 3px;	
}

.slider-tiles .flex-direction-nav a:hover{
	background: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
}

/*=== Wide Slider ===*/
.slider-wide{
	width: 680px;
	margin-right: 20px;	
	float: left;
	overflow: hidden;
}

.slider-wide .post-info{
	overflow: hidden;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: center;
}

.slider-wide .post-info .in-wrap{
	display: inline-block;
	overflow: hidden;
	max-width: 70%;
}

.slider-wide .post-info h2{
	font-size: 32px;
	text-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
	margin-bottom: 30px;
}

.slider-wide .post-info h2 a{
	color: #FFFFFF;
}

.slider-wide .more{
	display: inline-block;
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.9);
	font-size: 13px;
	font-weight: 600;
	padding: 6px 16px;
	border-radius: 5px;
}

.slider-wide .entry-cat{
	display: block;
	float: none;
	background: none;
	margin-bottom: 6px;
}

.slider-wide .entry-cat h5 {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
}

.slider-wide .flex-direction-nav a{
	position: absolute;
	top: 48%;	
	display: block;
	width: 28px;
	height: 28px;
	background: rgba(0, 0, 0, 0.3);
	color: rgba(255, 255, 255, 0.6);
	z-index: 2;
	font-size: 0;
	text-align: center;	
}

.slider-wide .flex-direction-nav a:before{
	font-family: FontAwesome;
	display: block;
	padding: 0;
	font-size: 18px;
	line-height: 1;
	margin-top: 5px;		
}

.slider-wide .flex-direction-nav a.flex-prev:before {
	content: "\f104";	
}

.slider-wide .flex-direction-nav a.flex-next:before {
	content: "\f105";	
}

.slider-wide .flex-direction-nav a.flex-prev{
	left: 10px;
}

.slider-wide .flex-direction-nav a.flex-next{
	right: 10px;
}

.slider-wide .flex-direction-nav a:hover{
	background: rgba(0, 0, 0, 0.8);
	color: rgba(255, 255, 255, 0.9);
}

.slider-right{
	float: left;
	width: 460px;
	overflow: hidden;
}

.slider-right ul li{
	width: 220px;
	height: 170px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
	position: relative;
}

.slider-right .post-1,
.slider-right .post-2{
	margin-bottom: 20px;
}


.slider-right .post-2,
.slider-right .post-4{
	margin-right: 0;
}

.slider-right ul li .post-info{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.slider-right ul li .in-wrap{
	padding: 10px;
}

.slider-right ul li h5 a{
	color: #FFFFFF;
}

.slider-right .wp-post-image {
	max-width: 290px;
	margin-left: -30px;
	margin-top: -10px;
}





/*=== Thumbnail Posts ===*/
.thumb-posts{
	margin-bottom: 0;
}

.entry-cat{
	float: left;
	background: #3B3B3B;
	color: #FFFFFF;	
	height: 19px;
}

.entry-cat i{
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 4px;
	color: rgba(255, 255, 255, 0.5);
}

.entry-cat a{
	color: #FFFFFF;
}

.thumb-posts .item-post{
	height: 155px;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.thumb-posts .wp-post-image{
	margin-top: -20px;
}

.thumb-posts .entry-cat{
	position: absolute;
	top: 10px;
	left: 10px;
}

.thumb-posts .entry-title{	
	position: absolute;
	bottom: 10px;
	margin-left: 10px;
	margin-right: 10px
}

.thumb-posts .entry-title h3{
	font-size: 18px;
	line-height: 1.1;
	text-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
}

.thumb-posts .entry-title h3 a {
	color: #FFFFFF;
}

.thumb-posts .entry-rating {
	color: #FFFFFF;
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 1;
}

.entry-rating i{
	margin-left: 2px;
}

/*=== Popular Posts ===*/
.popular-posts .post-list h4{
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 15px;
}

.popular-posts .post-list .item-post{
	border-top: 1px solid #EEEEEE;
	padding: 12px 0;
	overflow: hidden;
}

.popular-posts .post-list .item-post:last-child{
	padding-bottom: 0;
}

.popular-posts .post-list .item-post h5{
	float: left;
	width: 318px;
}

/*=== Blog Posts List ===*/
#feat-postlist .compact-list{
	width: 500px;
	margin-right: 30px;
	float: left;
}

#feat-postlist .compact-list .post{	
	margin-bottom: 25px;
	padding-bottom: 25px;	
	line-height: 1.53;
}

#feat-postlist .compact-list .post:last-child{
	padding-bottom: 0;	
	border-bottom: 0;
}

#feat-postlist .compact-list .thumb-wrap{
	position: relative;
	height: 160px;
	float: left;
}

#feat-postlist .thumb-wrap .entry-cat {
	position: absolute;
	left: 10px;	
	top: 10px;
}

#feat-postlist .thumb-wrap .entry-rating{
	position: absolute;
	left: 10px;	
	bottom: 10px;
	color: #FFFFFF;
}

#feat-postlist .compact-thumb{
	width: 190px;
	margin-right: 30px;
	float: left;
}

#feat-postlist .compact-list .entry-meta{
	margin-bottom: 0;
}

#feat-postlist .compact-list h4{
	margin-bottom: 5px;
}

#feat-postlist .right-posts {
	float: left;
	width: 170px;
}

#feat-postlist .right-posts .item-post{
	overflow: hidden;
	margin-bottom: 30px;
}

#feat-postlist .right-posts .item-post:last-child{
	margin-bottom: 0;
}

#feat-postlist .right-posts .thumb{
	height: 110px;	
}

#feat-postlist .right-posts .wp-post-image{
	max-width: 190px;
	margin-left: -10px;
	margin-top: -25px;	
}

#feat-postlist .right-posts .entry-meta,
#feat-postlist .right-posts .entry-title{
	text-align: center;
	margin-top: 5px;
}

/*=== Content Ads widget ===*/
.content-ad .ad{
	overflow: hidden;
	text-align: center;
}

.content-ad .ad .wrap{
	display: inline-block;
	vertical-align:top;
}

.content-ad .ad .wrap img{
	display: block;	
}

/*=== Section Titles ===*/
.section-title{
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px solid #EEEEEE;
}

.section-title h4{	
	font-size: 16px;
    position: relative;
	float: left;
	padding-bottom: 10px;
	border-bottom: 3px solid #74C653;
}

.section-title .sep{
	margin: 0 10px;
	font-weight: 400;
	display: block;
	float: left;
	line-height: 1;
	margin-top: 4px;
	color: #AAAAAA
}

.section-title .subtitle{	
	font-size: 13px;
	display: block;
	float: left;
	color: #AAAAAA;	
}

.section-title h6{
	margin-top: 6px;
	margin-right: 12px;
	font-weight: 300;
	font-size: 12px;
	float: right;	
}

.section-title h6 a{
	color: #AAAAAA;
}

.section-title .rss i{
	margin-right: 2px;
}

/*=== Featured Category ===*/
.feat-cat{
	overflow: hidden;
}

.feat-cat .cat-wrap{
	overflow: hidden;
}

.feat-cat .item-post{
	overflow: hidden;
	margin-bottom: 15px;	
}

.single-cats .item-post .entry-meta,
.feat-cat .item-post .entry-meta{
	margin-top: 5px;
}

.feat-cat .main-post p{
	margin: 8px 0 15px;
}

.feat-cat .item-post:last-child{
	margin-bottom: 0;
}

.feat-cat .item-post .thumb{
	width: 90px;
	margin-right: 20px;
	float: left;
}

.feat-cat .post-right{
	float: left;
	width: 200px;
}

.feat-cat .post-info {
	overflow: hidden;
}

.feat-cat1 .main-post p{
	margin: 8px 0;
}

.feat-cat1 .item-post{
	margin-bottom: 6px;
}
	
.feat-cat1 .post-list{
	background: #F8f8f8;
	padding: 20px 0;
	overflow: hidden;
}

.feat-cat1 .post-list .date{
	float: left;
	margin-right: 15px;
	width: 135px;
	text-align: right;
	font-size: 12px;
	font-weight: 600;
	color: #999999;
}

.feat-cat1 .post-list h6{
	float: left;
	width: 490px;	
}

.feat-cat2 .post-2{
	margin-bottom: 0;
}

.single-cats .post-info,
.feat-cat3 .post-info {
	margin-top: 10px;
}



/*=== Single Categories ===*/
.single-cat .item-post {
	border-bottom: 1px solid #eee;
	margin-top: 12px;
	overflow: hidden;
	padding-bottom: 12px;
	margin-bottom: 0;
}

.single-cat .item-post:last-child{
	padding-bottom: 0;
	border-bottom: none;
}

.single-cat .entry-meta{
	margin-bottom: 10px;	
}

.item-post .sep{
	width: 7px;
	height: 7px;
	background: #74C653;
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}

.single-cat .item-post .icon{
	font-size: 13px;
	float: left;
	margin-right: 10px;
	font-weight: 400;
	line-height: 1;	
}

.single-cat .item-post .icon i{
	color: #222222;
}

/*=== Carousel ===*/
.carousel-section .carousel{
	position: relative;
	display: none;
}

.carousel-section ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.carousel-section .slides li {
	position: relative;
	overflow: hidden;
}

.carousel-section .inner-wrap{
	overflow: visible;
}


.content-carousel .wp-post-image{
	width: 240px;
	height: 140px;
}

.content-carousel li{
	margin-right: 5px;
}

.content-carousel .title{
	position: absolute;
	width: 100%;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	padding: 6px 10px 8px;
}

.content-carousel .title a{
	color:  #FFFFFF;
	color: rgba(255, 255, 255, 0.9);
}

.carousel-section .carousel-nav{
	float: right;
	width: 58px;
	
}

.carousel-section .carousel-nav a{
	font-size: 0;
	color: #B4B4B4;
	float: left;
	width: 24px;
	height: 24px;	
	background: rgba(0, 0, 0, 0.1);
	margin-right: 5px;
	text-align: center;
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.8);
}

.carousel-section .carousel-nav a:hover{
background: rgba(0, 0, 0, 0.3);
	color: #FFFFFF;
}

.carousel-section .carousel-nav a:before{
	font-family: FontAwesome;
	display: block;
	padding: 0;
	line-height: 1;	
	font-size: 20px;
	margin-top: 2px;
}

.carousel-section .flex-prev:before {
	content: "\f104";	
	margin-right: 2px;
}

.carousel-section .flex-next:before {
	content: "\f105";
}
	
/*=== Featured Post ===*/
#feat-post{
	height: 66px;
	background: #303030;
}

.page-template-page-featured-php #feat-post{
	height: 100%;
	max-height: 240px;
	background-image: url('images/fp.jpg');
	padding: 30px 0 50px;
	background-size:   cover;
    background-repeat: no-repeat;
    background-position: center center;	
	overflow: hidden;
}	

.page-template-page-featured-php #footer{
	margin-top: -30px;
}

#feat-post h1{
	font-size: 56px;
	line-height: 1.11;
	text-shadow: 0px 2px 3px #666;
}

#feat-post h1 a{
	color: #FFFFFF;
}

#feat-post h4{
	font-size: 16px;
	color: #FFFFFF;
	background: #E74C3C;
	padding: 6px 10px;	
}

#feat-post .top{
	margin-bottom: 10px;
	overflow: hidden;
}

#feat-post .top .title{
	float: left;
	margin-right: 30px;
}

#feat-post .entry-meta{
	font-size: 15px;
	margin-top: 3px;
}

#feat-post .entry-meta i{
	font-size: 14px;	
}

#feat-post .entry-meta,
#feat-post .entry-meta a,
#feat-post .entry-meta i{
	color: #FFFFFF;	
}

#feat-post .comments{
	margin-left: 20px;
}

/*=== Single Post ===*/
.single-post-thumb{
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}

.single-post .entry-footer .entry-meta{
	font-size: 13px;
}

.single-post .entry-footer,
.single-post .entry-footer .entry-meta{
	overflow: visible;	
}

.single-post .entry-footer{
	margin-bottom: 30px;	
}

.entry-content {
	overflow: hidden;
}

.entry-content hr{
	color: #EEEEEE;
	background-color: #EEEEEE;
	height: 1px;
	border: none;
	margin-bottom: 10px;
}

.entry-content a{
	color: #009BFF;
}

.entry-content a:hover{
	color: #303030;
}

/*=== Post Meta ===*/
.entry-meta{
	font-size: 12px;
	color: #AAAAAA;	
	overflow: hidden;
}

.entry-meta a{
	color: #AAAAAA;
}

.entry-meta a:hover{
	color: #666666;
}

.entry-meta i{
	font-size: 13px;
	margin-right: 3px;
}


.entry-meta .date,
.entry-meta .author,
.entry-meta .tags {
	margin-right: 20px;
}

.entry-meta .ec-stars-outer i,
.entry-meta .rating i{
	font-size: 16px;
	line-height: 1;
}

.entry-meta .ec-stars-outer{
	float: right;
}

/*=== Author ===*/
.entry-author{
	background: #F8F8F8;
	color: #888888;
	overflow: hidden;
	padding: 20px;
	font-size: 14px;
	margin-bottom: 30px;
}

.entry-author .author-avatar{
	width: 65px;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}

.entry-author .avatar{
	width: 65px;
	height: 65px;
	border-radius: 65px;
}

.entry-author .author .name{
	font-weight: 700;
}

.entry-author p{
	margin-bottom: 0;
}

/*=== Sharing ===*/
.entry-social{
	overflow: hidden;
	font-size: 13px;
	margin-bottom: 30px;
	text-align: center;
}

.entry-social a{
	display: block;	
}

.entry-social ul{
	display: inline-block;
}

.entry-social li {
	float: left;
	line-height: 1;
	margin-right: 15px;
	padding: 8px 12px 10px;
	background: #F8F8F8
}

.entry-social li i{
	margin-right: 10px;	
	color: #666666;
}

.entry-social li:hover a,
.entry-social li:hover i{
	color: #FFFFFF;	
}

.entry-social li.fb:hover{
	background: #5D82D1;	
}

.entry-social li.twitter:hover{
	background: #40BFF5;
}

.entry-social li.gplus:hover{
	background: #B84830;
}

.entry-social li.linkedin:hover{
	background: #2D8ED6;
}

.entry-social li.pinterest:hover{
	background: #FE4445;
}

/*=== Post navigation ===*/
.post-nav{
	overflow: hidden;
	margin-bottom: 30px;
}

.post-nav h4{
	font-weight: 400;
	display: inline-block;
}

.post-nav .link{
	display: block;
	float: left;
}

.post-nav .prev-post{
	float: left;
}

.post-nav .prev-post i{
	margin-right: 5px;
	font-size: 18px;
}

.post-nav .next-post{
	float: right;
}

.post-nav .next-post i{
	margin-left: 5px;
	font-size: 18px;
}

/*=== Archive Title ===*/
.main-header{
	overflow: hidden;
	margin-bottom: 25px;
}

.archive-desc p{
	margin-bottom: 0;
}

/*=== Archive Posts ===*/
.archive-header{
	margin-bottom: 25px;
}

.archive-header h1{
	font-size: 26px;
}

.archive-header h1 span{
	font-weight: 400;
}

.archive-desc{
	background: #F8F8F8;
	color: #888888;
	margin-top: 20px;
	overflow: hidden;
	padding: 8px 15px 10px;
}

.archive-list{
	overflow: hidden;
}

.archive-list .post{	
	overflow: hidden;
	margin-bottom: 30px;
}

.archive-list .thumb-wrap{
	margin-bottom: 5px;
}

.archive-list h4{
	margin: 10px 0;
}

.archive-list .post-info{
	overflow: hidden;
}

.archive-list p{
	margin-bottom: 0;
}

.archive-list .entry-meta{
	margin-bottom: 7px;
}

.archive-postlist .entry-meta .comments{
	margin-left: 10px;
}

.archive-postlist h3{
	margin-bottom: 5px;
}

.archive-postlist .post {
	margin-bottom: 30px;
	border-bottom: 1px solid #ECECEC;
}

.excerpt-footer {
	margin-top: 10px;
	overflow: hidden;
}

.excerpt-footer span {
	height: 35px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	padding: 7px 12px;
	display: block;
	float: left;
	margin-right: 10px;
	border-radius: 30px;
	box-sizing: border-box;
	border: 3px solid #F5F5F5;
}

.excerpt-footer .more {
	background: #74C653;	
}

.excerpt-footer .more a {
	color: #FFFFFF;
}

/*=== Search Results ===*/
.not-found h3{
	margin-bottom: 10px;
}

/*=== Entry Ads ====*/
.entry-ad {	
	text-align: center;
}

.entry-ad .ad-inner-wrap{
	display: inline-block;
	max-width: 100%;
}

.entry-ad img{
	display: block;
}

/*=== Related Posts ===*/
.related-posts{
	overflow: hidden;
}

/*=== Single Image ===*/
.img-nav{
	margin-bottom: 10px;
	overflow: hidden;
}

.img-nav .nav-previous{
	float: left;
}

.img-nav .nav-next{
	float: right;
}

.image-post-link{
	text-align: center;
	margin-bottom: 10px;
}

/*=== Post Rating ===*/
.entry-meta-wrap .ec-stars-wrapper a{
	line-height: 1;
}

.ec-stars-wrapper {
	font-size: 0;
	display: inline-block;
	position: relative;
}

.ec-stars-wrapper[data-tooltip]:hover:before {
	content: attr(data-tooltip);
	position: absolute;
	bottom: 90%;
	left: 50%;
	text-align: center;
	max-width: 130px;
	margin-left: -40px;
	background: rgba(0,0,0,.7);
	color: white;
	font-size: 10px;
	border-radius: 3px;
	line-height: 1.4;
	padding: 5px 3px 7px;
	text-transform: none;
}

.ec-stars-wrapper a {
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	color: #FCBC10;
}

.ec-stars-wrapper:hover a,
.ec-stars-wrapper.is-voted a {
	color: #FCBC10;
}

.ec-stars-wrapper > a:hover ~ a {
	color: #CCCCCC;
}

.ec-stars-wrapper a:active {
	color: #FCBC10;
}

.ec-stars-overlay {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	background-color: transparent;
	background-color: rgba(255,255,255,.7);
	zoom: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF);
}

.ec-stars-wrapper:hover .ec-stars-overlay {
	display: none;
}

/* === Pagination === */
.pagination{
	font-size: 14px;
	overflow: hidden;
	margin-top: 30px;		
	clear: both;	
}

.pagination .page-numbers{    
	border: 1px solid #ECECEC;
	color: #666666;
	height: 32px;
	width: 32px;
	display: inline-block;	
	margin-right: 6px;
	margin-bottom: 8px;
	padding-top: 3px;
	box-sizing: border-box;
	text-align: center;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next{ 
	width: auto;
	padding: 3px 15px 0;
}

.pagination a:hover{
	border: 1px solid #74C653;
	color: #7E7E7E;
}

.pagination .current{
	border: 1px solid #74C653;
	background: #74C653;
	color: #FFFFFF;
}

/* 6. PAGES
 * ========= */	
 
.entry-header{
	margin-bottom:10px;
}

.col-header h4 {
	margin-bottom: 20px;
}

 /*=== Error Page ===*/
.error-page {
	text-align: center;
}

.error-page h1{
	font-size: 140px;
	line-height: 1;
	margin-bottom: 0;
}

.error-page h2{
	margin-bottom: 50px;
}

.error-page .error-info {
	display: inline-block;
	text-align: left;
	margin-bottom: 30px;
}

/*=== Blog Page ===*/
.archive-page .page-header,
.blog-page .page-header{
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 20px;
}

.archive-page .page-header h2,
.blog-page .page-header h2{
	margin-bottom: 5px;
}

/*=== Archives Page ===*/
.archive-page .col-header{
	margin-bottom: 20px;
}

.archive-page .col-header h3{
	margin-bottom: 5px;
}

.archive-page .wp-tag-cloud a{
	font-size: 16px !important;
}

.archive-page .searchfield {
	height: 21px;
	width: 200px;
}

/*=== Contact Page ===*/
.contact-page .contact-text{
	margin-bottom: 30px;
	margin-top: 10px;
}

.contact-page .field{
	margin-bottom: 20px;
	overflow: hidden;
}

.contact-page .row-full{
	overflow: hidden;
}

#recaptcha_widget{
	overflow: hidden;
}

#recaptcha_image {
	max-width: 100%;
}

#recaptcha_widget .field,
.contact-page .row-full .field{
	width: 312px;
	float: left;
	margin-right: 15px;
}

#recaptcha_widget .recaptcha-image,
.contact-page .row-full .field-last{
	margin-right: 0;
}

#recaptcha_widget .recaptcha-image a{
	font-size: 12px;
	color: #999999;
}

#recaptcha_widget .recaptcha-image i{
	margin-right: 4px;
	font-size: 10px;
	color: #CCCCCC;
}

.captcha_field,
.contact-page .row-full input.text{
	width: 290px;
}

.contact-page input[type=text],
.contact-page textarea{
	padding: 8px 10px;
	border: 1px solid #ECECEC;
	font: inherit;
	color: inherit;	
	margin-bottom: 0;
}

.contact-page input.title_field,
.contact-page textarea {
  width: 618px;
}

.contact-page textarea{
	height: 120px;
}

.contact-page .info-text{
	border-bottom: 1px solid #ECECEC;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.contact-page .error{
	color: #F03A3A;
	display: block;
	font-size: 14px;
}

.recaptcha_refresh{
	margin-right: 15px;
	float: left;
}

.recaptcha_only_if_image,
.recaptcha_only_if_audio{
	float: left;
	margin-right: 15px;
	color: #8F8F8F;
}

.contact-page label{
	margin-bottom: 5px;
	display: block;
}

.recaptcha_only_if_image .required,
.recaptcha_only_if_audio .required,
.contact-page label span{
	color: red;
	margin-left: 3px;	
	font-weight: 400;
}

.contact-page .submit-icon {
	color: #FFFFFF;
	float: left;
	padding: 2px 0px 0px 10px;
	font-size: 16px;
	height: 34px;
}

.msgbox-warning{
	background: #FE9D0C;
	color: #FFFFFF;
	padding: 6px 12px;
	margin-bottom: 20px;
}

.msgbox-error{
	background: #C14E36;
	color: #FFFFFF;
	padding: 6px 12px;
	margin-bottom: 20px;
}

.msgbox-success{
	background: #72C727;
	color: #FFFFFF;
	padding: 6px 12px;
	margin-bottom: 20px;
}

/* 7. COMMENTS
 * ============ */	
#comments{
	max-width: 840px;
	line-height: 1.5;
	overflow: hidden;
}

#comments .comments-title {
	overflow: hidden;
	margin-bottom: 30px;	
}

#comments .comments-title .title-wrap{
	margin-right: 15px;
	float: left;
}

#comments .comments-title i{
	margin-right: 5px;
	font-size: 16px;
	color: #292929;
}

#comments .comments-title .title-wrap h3{
	display: inline-block;	
	margin-bottom: 0;
}

#comments .comments-title .add-comment{
	border: 1px solid #E7E7E7;
	display: inline-block;
	padding: 4px 8px 6px;
}

#comments .comments-title .add-comment h6{
	margin-bottom: 0px;
	font-weight: 400;
}

#comments ol.commentlist{
	margin: 10px 0;
	list-style: none;
}

#comments .comment{
	overflow: hidden;
	margin-bottom: 15px;
}

#comments .comment article{
	overflow: hidden;
}

#comments .author-info{
	margin-bottom: 5px;
	overflow: hidden;
}

#comments .author-avatar{
	float: left;
	width: 65px;	
	margin-right: 12px;
}

#comments .author-avatar img{
	display: block;
}

#comments .comment-header {
	overflow: hidden;
	line-height: 1;
}

#comments .comment-header h4{
	float: left;	
	font-size: 15px;
}

#comments .comment-header .fn {	
	width: auto;
	font-style: normal;
}

#comments .comment-meta{
	font-size: 12px;
}

#comments .author-comment{
	font-size: 12px;
	color: #74C653;
	font-weight: 600;
}

#comments .comment-header .sep{
	margin: 0 25px;
	line-height: 1;
	display: block;
	float: left;
	height: 13px;
	overflow: hidden;
	margin-top: 3px;
	width: 0;
	border-right: 1px solid #AEAEAE;
}

#comments .comment-time{	
	letter-spacing: 0;
	margin-right: 5px;
}

#comments .comment-time a{
	color: #AEAEAE;
}

#comments .sep{
	color: #AEAEAE;
	margin-right: 0px;
}

#comments .reply {
	margin-right: 10px;
}

#reply-title a {
  color: #CCCCCC;
}

#comments .comment-text{
	color: #777777;
}

#comments .comment-text p:last-child{
	margin-bottom: 0;
}

#comments .moderation{ 
	color: red; 
	font-size: 13px;
	margin-bottom: 0;
	overflow: hidden;
	clear: both;
}

#comments ul.children{
	list-style: none;
}

#comments ol.commentlist li ul.children { 
	list-style: none; 
	margin: 15px 0 0; 
	text-indent: 0;
}

#comments ul.children .author-avatar{
	width: 50px;
	margin-top: 5px;
	margin-right: 10px;
}

#comments ul.children li.comment{
	background: #F8F8F8;
	padding: 10px 12px;
	margin-bottom: 5px;
}

#comments ul.children li.comment.depth-5{
	margin-bottom: 0;
	padding-bottom: 0;
}

#comments ul.children .children li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}

#comments ol.commentlist li ul.children li.depth-2 { 
	margin-left: 30px;  
}

#comments ol.commentlist li ul.children li.depth-3 { 
	margin-left: 30px; 
}

#comments ol.commentlist li ul.children li.depth-4 { 
	margin-left: 30px; 
}

#comments ol.commentlist li ul.children li.depth-5 { 
	margin-left: 30px; 
}

#comments ol.commentlist li ul.children li.depth-5 p { 
	margin-bottom: 0; 
}

#comments ol.commentlist li.pingback .url{
	margin-right: 10px;
}

#comments .comment-nav  h4{
	margin-bottom: 5px;
}

#comments .comment-nav {
	margin-bottom: 15px;
	overflow: hidden;
}

#comments .comment-nav .nav-previous{
	float: left;
}

#comments .comment-nav .nav-next{
	float: right;
}

#comments  .moderation{
	color: #E96065;
	font-size: 14px;
}

#respond #reply-title{
	margin-top: 20px; 
	background: #F8F8F8;	
    padding: 10px 12px;
	color: #666666;
	margin-bottom: 10px;
}

#respond #reply-title{
	font-size: 16px;
}

#respond #reply-title small{
	font-weight: 400;
	font-size: 13px;
} 

#respond .required {
	color: #ff4b33;
	font-weight: bold;
}

#respond label {
	display: block;
	margin-bottom: 5px;
}

#respond .comment-form-comment label{
	margin-top: 10px;	
}

#respond #commentform p{
	margin-bottom: 0;
}

#respond .comment-notes{
	font-size: 13px;
	color: #999999;
	margin-bottom: 20px !important;
}

#respond .comment-form-author{
	margin-right: 2%;
}

#respond .comment-form-author,
#respond .comment-form-email{
	width: 49%;
	float: left;	
}

#respond .comment-form-author input[type=text],
#respond .comment-form-email input[type=text]{	
	width: 93.3%;
}

#respond .comment-form-url input[type=text],
#respond textarea{
	width: 96.7%;
}

#respond input[type=text],
#respond textarea{	
	display: block;	
	font-family: inherit;
	font-size: 14px;
	color: inherit;	
	padding: 10px;
	border: 1px solid #ECECEC;
	margin-bottom: 20px;
	color: #AEAEAE;
}

#respond textarea{
	height: 185px;
}

#respond input[type=submit]{	
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
    text-decoration: none;
	border: none;
	margin: 0 0 30px;
	background: #009BFF;
}

#respond .form-allowed-tags {
	display: none;
}

/* 8. WIDGETS
 * =========== */
.sidebar .widget{
	padding: 0 20px; 	
}

#sidebar-right .widget{
	padding-right: 0; 	
}

#sidebar .no-widget {
	background: #FFFFFF;
	padding-top: 30px;
}

.widget{
	overflow: hidden;
	margin-bottom: 20px;
}

.widget-title{
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}

.widget-title h4{
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 3px solid #74C653;
}

#footer .widget-title{
	background: none;
	box-shadow: none;
}

#footer .carousel-section .entry-meta i{
	color: #CCC;
}

.widget-title i{
	font-size: 14px;
	margin-right: 5px;
}

.widget select{
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #EEEEEE;
    height: 38px;	
	color: #555555;
	font-family: inherit;
	width: 340px;
}

.searchfield,
.widget input[type=text]{
	display: block;
	float: left;
	font-size: 14px !important;
	padding: 7px 10px 8px;
	width: 258px;
	border: 1px solid #EEEEEE;
	font: inherit;
	color: #555555;
	height: 20px;
}

.widget .searchfield{
	width: 200px;
	border-right: none;
}

.widget ul{
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li{
	border-bottom: 1px solid #ECECEC;
	padding: 8px 0;
	overflow: hidden;
}

.widget ul li:first-child{
	padding-top: 0;
}

.widget ul li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}

/*=== Post list ===*/
.widget_postlist .wp-post-image{
	width: 100%;
	height: auto;
}

.widget_postlist .item-post{
	text-align: center;
	margin-bottom: 20px;
}

.widget_postlist .item-post{
	text-align: center;
}

.widget_postlist .thumb {
	margin-bottom: 6px;
}

.widget_postlist .item-post:last-child{
	margin-bottom: 0;
}

/*=== Recent Posts ===*/
.widget_recent_posts .meta-top{
	position: absolute;
	top: 10px;
	left: 10px;
}

.widget_recent_posts .thumb-wrap .entry-cat{
	position: static;
}

.widget_recent_posts .score{
	float: left;
	line-height: 1;
	font-size: 11px;
	height: 19px;
	box-sizing: border-box;
	padding: 4px 6px;
	color: #FFFFFF;	
	margin-left: 5px;
}

.widget_recent_posts .score i{
	margin-right: 4px;
}

.widget_posts .main-post{
	overflow: hidden;
}

.widget_posts .main-post .thumb{
	margin-bottom: 10px;
}

.widget_posts .main-post .entry-meta{
	margin: 4px 0;
}

.widget_posts .main-post p{
	margin-bottom: 0;
}

.widget_posts .item-post{
	overflow: hidden;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #EBEBEB;
}

.widget_posts .item-post .entry-meta {
	margin-top: 5px;
	font-size: 12px;
}

.widget_posts .item-post .thumb{
	width: 90px;
	margin-right: 15px;
	float: left;
}

.widget_posts .item-post .entry-meta .date{
	margin-right: 10px;
}

.widget_posts .item-post .entry-meta i{
	margin-right: 2px;
}

.widget_posts .item-post .entry-meta .comments i{
	margin-right: 0;
}

/*=== Slider Widget ===*/
.widget_slider .sidebar-slider-posts {
	position: relative;
	display: none;
}

.flex-direction-nav{
	list-style: none;	
	padding: 0;
	margin: 0;	
}

.widget_slider .flex-direction-nav .flex-prev{
	left: 10px;
	position: absolute;
	top: 80px;
	background: #FFFFFF;
	font-size: 0;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	display: block;
}

.widget_slider .flex-direction-nav .flex-prev:before {
	content: "\f104";
	font-family: FontAwesome;
	display: block;
	padding: 0;
	font-weight: 700;	
	margin-left: 10px;
	margin-top: 4px;
	line-height: 1;	
	font-size: 20px;	
}

.widget_slider .flex-direction-nav .flex-next{
	right: 10px;
	position: absolute;
	top: 80px;
	background: #FFFFFF;
	font-size: 0;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	display: block;
}

.widget_slider .flex-direction-nav .flex-next:before {
	content: "\f105";
	font-family: FontAwesome;
	display: block;
	padding: 0;
	font-weight: 700;	
	margin-left: 12px;
	margin-top: 4px;
	line-height: 1;	
	font-size: 20px;
}

.widget_slider ul li{
	margin: 0;
	padding: 0;
	border-bottom: 0;
}

.widget .flex-control-nav li{
	height: 12px;
}

.widget_slider ul li h5{
	margin-top: 10px;
	margin-bottom: 0;
}

.widget_slider .item-post{
	text-align: center;
	position: relative;
}

.widget_slider .entry-cat{
	float: none;
	display: inline-block;
}

.widget_slider .slide-content{
	position: absolute;
	bottom: 10px;	
	left: 0;
	width: 100%;
	text-align: center;
}

.widget_slider .slide-content-wrap{
	max-width: 80%;
	display: inline-block;	
}


.widget_slider h5 a,
.widget_slider .entry-rating i{
	color: #FFFFFF;
}

.widget_slider .entry-rating{
	margin-top: 5px;
}

/*=== Calendar ===*/
.widget_calendar caption{
	background: #009BFF;
	color: #FFFFFF;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 0;	
}

.widget_calendar th,
.widget_calendar td{
	border: 1px solid #d2d2d2;
	padding: 0;
	text-align: center;
	vertical-align: top;
	width: 14.2857%;
	color: #999999;
	padding: 5px;
}

.widget_calendar th{
	background: #EEEEEE;
	border: 1px solid #EEEEEE;
	padding: 2px 5px;
}

.widget_calendar #today{
	background: #EEEEEE;	
	font-weight: 700;
}

/*=== RSS Subscription ===*/
.widget_subscribe .widget-wrap{
	overflow: hidden;
}

.widget_subscribe label{
	display: block;
}

.widget_subscribe .button {
	border-radius: 0;
	display: block;
	float: left;
	padding: 5px 8px;
	height: 38px;
	width: 38px;
	margin-left: 10px;
}

.widget_subscribe input[type="text"]{
	height: 21px;
	width: 205px;
	margin-bottom: 15px;
}

.widget_subscribe form{
	overflow: hidden;
}

.widget_subscribe p{
	margin: 5px 0 15px;
	font-size: 13px;
	color: #666666;
	line-height: 1.4;
}

/*=== Followers Count ===*/
.widget_subscribers .wrap{
	overflow: hidden;
}

.widget_subscribers ul li{
	padding: 10px 0;
}

.widget_subscribers .icon{
	width: 50px;
	height: 50px;	
	text-align: center;
	float: left;
	margin-right: 15px;
}

.widget_subscribers .icon i{
	font-size: 30px;
	margin-top: 10px;
	color: #FFFFFF;
}

.widget_subscribers .icon a{
	display: inline-block;
}

.widget_subscribers .twitter .icon{
	background: #40BFF5;
}

.widget_subscribers .fb .icon{
	background: #5D82D1;
}

.widget_subscribers .rss .icon{
	background: #FF9845;
}

.widget_subscribers .dribbble .icon{
	background: #EE557D;
}

.widget_subscribers .right{
	float: left;
}

.widget_subscribers .follow{
	display: block;
	line-height: 1;
	color: #999999;
	margin-top: 5px;
}

.widget_subscribers .right-icon {
	float: right;
}

.widget_subscribers .right-icon i{
	font-size: 24px;
	margin-top: 10px;
	margin-right: 5px;
	color: #AAAAAA;
}

#sidebar-left .widget_subscribers .icon{
	width: 26px;
	height: 26px;	
	text-align: center;
	float: left;
	margin-right: 10px;
}

#sidebar-left .widget_subscribers .icon i {
	font-size: 18px;
	margin-top: 5px;
}

#sidebar-left .widget_subscribers .count,
#sidebar-left .widget_subscribers .text{
	display: block;
	line-height: 1;
}

#sidebar-left .widget_subscribers .text{
	font-size: 13px;
	font-weight: 400;
}

#sidebar-left .widget_subscribers h4{
	font-size: 14px;
}

#sidebar-left .widget_subscribers .follow{
	display: none;
	margin: 0;
}

#sidebar-left .widget_subscribers .right-icon i{
	margin-top: 0;
}

#sidebar-left .widget_subscribers .rss .count {
	margin-top: 5px;
}

/* === Tags widget === */
.tagcloud{
	overflow: hidden;	
	margin-bottom: -8px;
}

.tagcloud a{
	display: block;
	float: left;
	font-size: 13px !important;
	letter-spacing: 0.05em;
	margin-bottom: 8px;
	margin-right: 8px;
	line-height: 1;
	padding: 7px 10px 8px; 	
	font-weight: 400;
	background: #F8F8F8;
	color: #878787;
}

.tagcloud a:hover{	
	background: #74C653;
	color: #FFFFFF;
}

.tagcloud a:hover i{	
	color: #FFFFFF;
}

.tagcloud a i{
	margin-right: 5px;
	color: #74C653;
	font-size: 12px;
}

/*=== Search ===*/
.searchform {
	position: relative;
}

.searchform i{
	font-size: 18px;
}

.search-submit{
	width: 37px;
	height: 37px;
	display: block;
	float: left;
	color: #FFFFFF;
	border: none;
	margin-left: 10px;
}

#sidebar-right .searchfield{
	width: 210px;
	float: left;	
}

#sidebar-left .searchfield{
	width: 140px;
}

#sidebar-left .search-submit{
	margin-top: 10px;
	margin-left: 0;
}



/*=== Photos ===*/
.widget_flickr .flickr_thumbs{
	overflow: hidden;
}

.widget_pinterest ul li,
.widget_flickr ul li{
	width: 65px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0 !important;
	border-bottom: none !important;	
}

.widget_pinterest .pinterest-image img,
.widget_flickr .flickr_thumbs img{
	width: 65px;
	height: 65px;
	display: block;
}

.widget_pinterest ul li.pinterest-follow-me img{
	display: block;
	height: 28px
}

.widget_pinterest .recent-pins-widget{
	overflow: hidden;
}

/*=== About us ===*/
.widget_aboutus .logo-wrap{
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	border: none;
}

.widget_aboutus .info-text{
	margin-bottom: 20px;
	font-size: 13px;
	color: #666666;
	line-height: 1.4;
}

.widget_aboutus .social-links{
	float: left;
}

.widget_aboutus .social-links ul {	
	padding: 0;
}

.widget_aboutus ul li{
	margin-right: 2px;
	float: left;
	border: none !important;
	padding: 0;
	font-size: 16px;
	margin-right: 4px;	
	margin-bottom: 5px;	
	width: 30px;
	height: 30px;
	text-align: center;
}

.widget_aboutus ul li a{
	background: #F8F8F8;
	color: #666666;
	height: 100%;
	display: block;
}

.widget_aboutus ul li a:hover{
	color: #FFFFFF;
}

.widget_aboutus ul li a.twitter:hover{
	background: #59C8FF;
}

.widget_aboutus ul li a.fb:hover{
	background: #4B649B;
}

.widget_aboutus ul li a.gplus:hover{
	background: #C94434;
}

.widget_aboutus ul li a.pinterest:hover{
	background: #FE4445;
}

.widget_aboutus ul li a.dribbble:hover{
	background: #F0659A;
}

.widget_aboutus ul li a.linkedin:hover{
	background: #3A9BDC;
}

.widget_aboutus ul li a.instagram:hover{
	background: #AD866E;
}

.widget_aboutus ul li a.youtube:hover{
	background: #FF4536;
}

.widget_aboutus ul li a.rss:hover{
	background: #FF8400;
}

.widget_aboutus ul li a{
	display: block;
}

.widget_aboutus ul li a i{
	font-size: 16px;
	padding-top: 7px;
}

/*=== Ad Widget ===*/
.widget_adsingle .outer-wrap {	
	text-align: center;
}

.widget_adsingle .in-wrap{
	display: inline-block;
	max-width: 100%;
}

.widget_adsingle img{
	display: block;
}

#sidebar-right .widget_ad300 {
  padding: 0;
}

/*=== Popular Categories ===*/
.widget_popular_categories ul{
	overflow: hidden;
}

.widget_popular_categories ul li a{
	font-size: 13px;
	font-weight: 600;
}

.widget_popular_categories i{
	margin-right: 5px;
	font-size: 14px;
}

.widget_popular_categories .count {
	display: block;
	float: right;
	background: #FFFFFF;
	line-height: 2;
	margin-left: 5px;
	width: 28px;
	height: 28px; 
	border-radius: 28px;
	color: #999999;
	font-size: 13px;
	text-align: center;	
}

/*=== Recent Comments ===*/
.widget_comments .entry-meta{
	margin-bottom: 0;
}

.widget_comments .comment-list li{
	overflow: hidden;
	margin: 0;	
	padding: 0;
	border: none;
	position: relative;
}

.widget_comments .comment-list h5{
	margin-bottom: 0;
}

.widget_comments .thumbnail{
	float: left;
	margin-right: 10px;
	height: 44px;
	width: 44px;
	background: #FFFFFF;	
}

.widget_comments .avatar{
	border-radius: 50px;
	width: 36px;
	height: 36px;
	padding: 3px;
	border: 1px solid #E1E1E1;
}

.widget_comments .comment-right{
	float: left;
	width: 226px;
	margin-bottom: 20px;
}

.widget_comments .comment-text{
	color: #999999;
	font-size: 13px;
	margin: 2px 0;
}

.widget_comments .comment-author h6{
	font-weight: 400;
	font-size: 12px;
}

.widget_comments .comment-list li:last-child .comment-right{
	margin-bottom: 0;
}

/*=== Video widget ===*/
.widget_video iframe{
	max-width: 100%;
}

.widget_video .embed p{
	display: none;
}

/*=== Latest Tweets ===*/
.widget_tweet .tweets-wrap{
	overflow: hidden;
	position: relative;
}

.widget_tweet .widget-title i{
	font-size: 16px;
	margin-right: 3px;	
}

.widget_tweet .user{
	margin-bottom: 5px;
	overflow: hidden;
}

.widget_tweet .user .icon{
	float: left;
	margin-right: 30px;
	font-size: 24px;
	padding: 0;
	line-height: 1;
}

.widget_tweet .user h4{
	margin-bottom: 0;
}	

.widget_tweet .recent-tweets-list{
	position: relative;
	overflow: hidden;
}

.widget_tweet .recent-tweets-list .icon{
	width: 22px;
	float: left;
	margin-right: 20px;
	height: 18px;
}

.widget_tweet .recent-tweets-list .icon i{
	line-height: 17px;
}

.widget_tweet .recent-tweets-list ul{
	position: relative;	
}

.widget_tweet .recent-tweets-list ul li {
	position: relative;
	overflow: hidden;
	padding: 0;
	border-bottom: 0;
}

.widget_tweet .recent-tweets-list ul li .icon:after{
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	border-right: 1px solid #E1E1E1;
	top: 0;
	left: 10px;	
	z-index: -1;	
}

.widget_tweet .recent-tweets-list ul li:last-child .icon{
	position: relative;
	overflow: hidden;
}

.widget_tweet .recent-tweets-list .icon i{
	font-size: 24px;
	color: #40BFF5;
}

.widget_tweet .recent-tweets-list .right{
	width: 258px;
	float: left;
	margin-top: -5px;
	margin-bottom: 20px;
}

.widget_tweet .recent-tweets-list ul li:last-child .right{
	margin-bottom: 0;	
}

.widget_tweet .tweet a{
	color: #51B5F0;
	font-size: 14px;
}	

.widget_tweet .tweet i{
	font-size: 16px;
	margin-right: 5px;
	color: #59C8FF;	
}

.widget_tweet .tweet-footer{
	overflow: hidden;
	font-size: 13px;
	color: #999999;
	margin-top: 5px;
}

.widget_tweet .tweet-footer i{
	color: #bbbbbb;	
}

.widget_tweet .tweet-footer a{
	color: #999999;	
}

.widget_tweet .tweet a:hover,
.widget_tweet .tweet-footer a:hover{
	color: #303030;	
}

.widget_tweet .time{
	float: left;	
}

.widget_tweet .retweet{
	float: right;
}

.widget_tweet ol,
.widget_tweet ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

/*=== Widget Tabs ===*/
.widget_tabs .tab-titles{
	overflow: hidden;
	border-bottom: 3px solid #74C653;
}

.widget_tabs .tab-titles ul li{
	float: left;
	margin: 0;
	padding: 0;
	border: none;	
}

.widget_tabs .tab-titles ul li h4{
	margin-right: 15px;
	padding: 0;
	font-size: 14px;	
	padding: 7px 7px 4px;
	border-bottom: none;
}

.widget_tabs .active h4{
	background: #74C653;
	color: #FFFFFF;
}

.widget_tabs .active h4 a{
	color: #FFFFFF;
}


.widget_tabs .tab-titles i{
	margin-right: 5px;
}

.widget_tabs .tab-content{
	display: none;
}

.widget_tabs .item-post:first-child{
	overflow: hidden;
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

/*=== Polls Widget===*/
.wp-polls ul, 
.wp-polls-ul, 
.wp-polls-ans ul{
	padding-left: 3px;
}

.wp-polls ul li, 
.wp-polls-ul li, 
.wp-polls-ans ul li{
	padding-left: 3px;
}

.widget_polls-widget p strong{
	font-size: 16px;
	font-weight: 700;	
	color: #000000;
}

.widget_polls-widget .wp-polls-ans p{
	font-size: 14px;
	font-weight: 400;
}

.widget_polls-widget .wp-polls-ans p strong{
	font-weight: 300;
	font-size: 14px;
}

.widget_polls-widget .wp-polls .pollbar{
	height: 10px;
	background: #E74C3C;
	border: none;
}

.widget_polls-widget .wp-polls .wp-polls-ul li{
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
.widget_polls-widget .wp-polls .wp-polls-ul li i{
	font-style: normal;
}

.widget_polls-widget .wp-polls-ul small{
	font-size: 12px;
}

.widget_polls-widget .wp-polls input.Buttons {
    margin-right: 15px;
    border: 0;
    padding: 1px 3px;
	font: inherit;	
    font-size: 14px;
	font-weight: 700;
	border-radius: 3px;
    color: #FFFFFF;
	background: #E74C3C;
	margin: 20px 10px 3px 0;	
	float: left;
	display: inline-block;
	cursor: pointer;	
}

.widget_polls-widget .wp-polls-ans{
	margin-bottom: 5px;
	margin-top: 10px;
}

.widget_polls-widget .wp-polls-ans p{
	margin: 0;	
}

.widget_polls-widget .wp-polls a {
    text-decoration: none;
	padding: 3px 10px;
	font: inherit;	
	font-size: 14px;
	border: 0;
	border: 1px solid #E74C3C;
	border-radius: 3px;
	font-weight: 700;	
	display: inline-block;
	margin: 20px 0 3px;	
	line-height: 20px;
	font-weight: 300;
}

.widget_polls-widget .wp-polls a:hover{
	background: #E74C3C;
	color: #FFFFFF;
}

.widget_polls-widget .wp-polls-loading{
	display: none !important;
}

.widget_polls-widget > ul:last-child{
    display: none;
}

/* 9. FOOTER
 * =========== */
#footer{
	overflow: hidden;	
	margin: 20px -20px 0;
	border-top: 1px solid #EEEEEE;
	padding: 0 20px;	
}

#footer .footer-widgets{
	overflow: hidden;
	padding-top: 30px;
}

#footer .footer-widgets .footer-widget{
	overflow: hidden;
	width: 275px;
	margin-right: 20px;
	float: left;
}

#footer .footer-info{
	padding: 10px 20px;
	margin: 20px -20px 0;
	border-top: 1px solid #EEEEEE;
	font-size: 13px;
}

#footer .widget_pinterest ul li, 
#footer .widget_flickr ul li {
	width: 63px;
}

#footer .widget_pinterest .pinterest-image img, 
#footer .widget_flickr .flickr_thumbs img {
	height: 65px;
	width: 65px;
}

#footer .widget_comments h6{
	font-weight: 600;
}

#footer .widget_comments .comment-right {
	width: 221px;
}


/* 10. MEDIA QUERIES
 * ================== */

/* 10.1 DESKTOPS
 * ================ */ 
@media only screen and (min-width: 999px) and (max-width: 1279px) {
	
	#container {
		width: 940px;	
	}
	
	#main-menu ul li a {
		padding: 15px 10px;
	}
	
	#content {
		margin-right: 0;
	}	

	#sidebar-left {
		display: none;
	}
	
	.slider-right {
		width: 240px;
	}
	
	.slider-right ul li {
		margin-right: 0;
		width: 240px;
	}
	
	.slider-right .post-3,
	.slider-right .post-4 {
		display: none;
	}
	
	.slider-right .post-2 {
		margin-bottom: 0;
	}
	
	.slider-nav {
		left: 30px;
		width: 920px;
	}

	.slider-nav .slides li {
		padding: 10px 15px 15px;
		width: 200px !important;
	}
	
	.slider-nav h4 {
		font-size: 16px;
	}
	
	.content-center #content {
		position: static;
	}

}

/* 10.2. Tablet Portrait (devices and browsers)
================================================ */
@media only screen and (min-width: 900px) and (max-width: 998px) {
	
	#container {
		width: 850px;		
		padding: 0 14px;			
	}		

	#header .top{
		display: visible;
	}
	
	#header .top-menu{
		margin-top: 5px;
		height: auto;		
	}
	
	#header .top-menu ul { 
		display: none; 
	}
	
	#header .top,
	.subheader {
		margin: 0 -15px;
	}
			
	#main-menu ul { 
		display: none; 
	}
	
	.slicknav_menu{
		display: block;
		right: auto;
		left: 280px;
	}
	
	.slicknav_btn {
		width: 255px;		
	}
	
	.menu-section .slicknav_menu {
		left: 280px;
	}
	
	.top-menu .slicknav_menu {
		left: 0;
	}
	
	.slider-tiles .slides li {
		margin-right: 15px;
	}
	
	.slider-wide {
		margin-right: 15px;
		width: 615px;
	}
	
	.slider-right {
		width: 220px;
	}
	
	.slider-right ul li {
		margin-right: 0;
		width: 220px;
	}
	
	.slider-right .post-3,
	.slider-right .post-4 {
		display: none;
	}
	
	.slider-right .post-2 {
		margin-bottom: 0;
	}
	
	.slider-full {
		margin: -20px -15px 20px;
	}
	
	.slider-nav {
		width: 840px;
		 left: 20px;
	}

	.slider-nav .slides li {
		padding: 10px;
		width: 190px !important;
	}
	
	.slider-nav .entry-rating {
		display: none;
	}
	
	.slider-nav h4 {
		font-size: 15px;
	}
	
	#content {
		margin-right: 15px;
	}
		
	#sidebar-left {
		width: 195px;
	}
	
	.sidebar .widget {
		padding: 0 15px;
	}
	
	#sidebar-right,
	#footer .footer-widgets{
		margin-right: 0;
		width: 850px;
		border-right: 0;
		-moz-column-count: 3;
		-moz-column-gap: 10px;
		-webkit-column-count: 3;
		-webkit-column-gap: 10px;
		column-count: 3;
		column-gap: 10px;
		margin-top: 20px;
	}
	
	#sidebar-right .widget,
	#footer .footer-widget{	
		width: 260px;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		-o-column-break-inside: avoid;
		-ms-column-break-inside: avoid;
		column-break-inside: avoid;
		-webkit-backface-visibility:hidden;
	}
		
	.widget_comments .comment-right {
		width: 206px;
	}
	
	.widget_recent_posts .comments{
		display: none;
	}
	
	#sidebar-right .searchfield {
		width: 191px;
	}
	
	#footer .footer-widgets .footer-widget {
		margin-right: 12px;
		margin-bottom: 20px;
	}
	
	#footer{
		padding: 0 14px;
		margin: 20px -15px 0;
	}

}

/* 10.3. Mobile Portrait (devices and browsers)
================================================ */
@media only screen and (min-width: 690px) and (max-width: 899px) {
	
	#container {
		width: 640px;		
		padding: 0 14px;		
	}		

	#header .top{
		overflow: visible;
	}
	
	#header .top-menu{
		margin-top: 5px;
		height: auto;	
	}
	
	#header .top-menu ul { 
		display: none; 
	}
	
	#header .top-menu ul li {
		margin-right: 0;
	}
	
	#header .top-menu ul li.new:after {
		right: 5px;
		top: 8px;
	}	
	
	#header .logo {
		float: none;		
	}

	#header .banner {
		margin-top: 30px;
		float: none;
		max-width: 640px;
		text-align: center;
	}
	
	#header .banner .in-wrap{
		display: inline-block;
	}
	
	#header .top,
	.subheader {
		margin: 0 -15px;
	}
	
	#main-menu ul { 
		display: none; 
	}
	
	.slicknav_menu{
		display: block;
		right: auto;
		left: 280px;
	}
	
	.slicknav_btn {
		width: 255px;		
	}
	
	.menu-section .slicknav_menu {
		left: 195px;
	}
	
	.top-menu .slicknav_menu {
		left: 0;
	}
	
	.slider-tiles .slides li {
		margin-right: 10px;
	}
	
	.slider-wide {
		margin-right: 0;
		width: 640px;
		margin-bottom: 20px;
	}

	.slider-right {
		width: 640px;
	}
	
	.slider-right ul li {
		margin-right: 10px;
		width: 206px;
	}
	
	.slider-right .post-3 {
		margin-right: 0;
	}
	
	.slider-right .post-4 {
		display: none;
	}
	
	.slider-right .post-2 {
		margin-right: 10px;
	}
	
	.slider-right .post-1, 
	.slider-right .post-2 {
		margin-bottom: 0;
	}
	
	.slider-full {
		margin: -20px -15px 20px;
	}
	
	.slider-nav {
		width: 630px;
		 left: 20px;
	}

	.slider-nav .slides li {
		padding: 10px;
		width: 190px !important;
	}
	
	.slider-nav .entry-rating {
		display: none;
	}
	
	.slider-nav h4 {
		font-size: 15px;
	}
	
	#content {
		margin-right: 0;
	}
	
	.content-center #content {
		position: static;
	}
	
	#footer{
		padding: 0 14px;
		margin: 20px -15px 0;
	}
	
}

/* 10.3. Mobile Portrait (devices and browsers)
================================================ */
@media only screen and (min-width: 520px) and (max-width: 699px) {
	
	h2{
		font-size: 24px;
	}
	
	#container {
		padding: 0 9px;
		width: 480px;	
	}
	
	#header .top{
		overflow: visible;
	}
	
	#header .top-menu{
		margin-top: 5px;
		height: auto;	
	}
	
	#header .top-menu ul { 
		display: none; 
	}
	
	#header .top-menu ul li {
		margin-right: 0;
	}
	
	#header .top-menu ul li.new:after {
		right: 5px;
		top: 8px;
	}
	
	.logo-wrap {
		margin: 20px 0 15px;
	}
	
	#header .logo {
		float: none;		
	}

	#header .banner {
		margin-top: 30px;
		float: none;
		max-width: 100%;
		text-align: center;
	}
	
	#header .banner .in-wrap{
		max-width: 100%;
	}
	
	#header .banner .in-wrap{
		display: inline-block;
	}
	
	#header .top,
	.subheader {
		margin: 0 -10px;
	}
	
	#main-menu ul { 
		display: none; 
	}
	
	.slicknav_menu{
		display: block;
		right: auto;
		left: 280px;
	}
	
	.slicknav_btn {
		width: 255px;		
	}
	
	.menu-section .slicknav_menu {
		left: 105px;
	}
	
	.top-menu .slicknav_menu {
		left: 0;
	}
	
	.top-menu .slicknav_btn {
		width: 160px;
	}
	
	.top-menu .slicknav_menu .slicknav_menutxt {
		font-size: 14px;
	}
	
	#header .top .social {
		display: none;
	}
	
	.slider-tiles .slides li {
		margin-right: 10px;
		width: 235px !important;
	}
	
	.feat-slider .post-info {
		padding: 10px 15px;
	}
	
	.slider-wide {
		margin-right: 0;
		width: 480px;
		margin-bottom: 15px;
	}

	.slider-right {
		width: 480px;
	}
				
	.slider-right .post-1, 
	.slider-right .post-2 {
		margin-bottom: 15px;
	}
	
	.slider-full {
		margin: -20px -10px 20px;
	}
	
	.slider-nav {
		width: 420px;
		 left: 40px;
	}

	.slider-nav .slides li {
		padding: 10px;
		width: 190px !important;
	}
	
	.slider-nav .entry-rating {
		display: none;
	}
	
	.slider-nav h4 {
		font-size: 15px;
	}
	
	#content {
		margin-right: 0;
		width: 480px;
	}
	
	.content-center #content {
		position: static;
	}
	
	.attachment-wt680_360 {
		height: 280px;
	}
	
	.attachment-wt310_200 {
		height: 150px;
	}
	
	.one-half {
		margin-right: 10px;
		width: 235px;
	}
	
	.feat-cat1 .post-list h6 {
		width: 330px;
	}
	
	.thumb-posts .wp-post-image {
		margin-top: 0;
	}
	
	#sidebar-left,
	#sidebar-right,
	#footer .footer-widgets{		
		margin-right: 0;
		width: 480px;
		border-right: 0;
		-moz-column-count: 2;
		-moz-column-gap: 10px;
		-webkit-column-count: 2;
		-webkit-column-gap: 10px;
		column-count: 2;
		column-gap: 10px;
		margin-top: 20px;
	}
		
	#sidebar-right .widget,
	#footer .footer-widget{	
		width: 215px;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		-o-column-break-inside: avoid;
		-ms-column-break-inside: avoid;
		column-break-inside: avoid;
		-webkit-backface-visibility:hidden;
	}
	
	#footer .footer-widgets .footer-widget {
		width: 215px;
		margin-right: 10px;
		float: none;
	}
	
	.widget_subscribe input[type="text"] {
		width: 173px;
	}	
	
	.widget_subscribe .button {
		margin-left: 0;
	}
	
	#sidebar-right .searchfield {
		width: 193px;
	}
	
	.search-submit {
		margin-left: 0;
		margin-top: 10px;
	}
	
	#footer .widget_comments .comment-right,
	.widget_comments .comment-right {
		width: 161px;
	}
	
	.widget_recent_posts .attachment-wt280_190{
		height: 145px;
	}
	
	#footer{
		padding: 0 10px;
		margin: 20px -10px 0;
	}
		
	.widget_recent_posts .comments{
		display: none;
	}
	
	#respond .comment-form-author input[type="text"], 
	#respond .comment-form-email input[type="text"] {
		width: 89%;
	}

	#respond .comment-form-url input[type="text"], 
	#respond textarea {
		width: 94.8%;
	}
	
	#comments ol.commentlist li ul.children li.depth-2{ 
		margin-left: 15px;  
	}
	
	#comments ol.commentlist li ul.children li.depth-3,
	#comments ol.commentlist li ul.children li.depth-4,
	#comments ol.commentlist li ul.children li.depth-5{ 
		margin-left: 10px;  
		padding: 0;
	}
	
	#recaptcha_widget .field, 
	.contact-page .row-full .field {
		width: 232px;
	}
	
	.captcha_field, 
	.contact-page .row-full input.text {
		width: 210px;
	}
	
	.contact-page .contact-map iframe{
		height: 220px;
	}
	
	.contact-page input.title_field, 
	.contact-page textarea {
		width: 458px;
	}
}

/* 10.3. Mobile Portrait Size to Mobile Landscape Size
====================================================== */
@media only screen and (min-width: 350px) and (max-width: 519px) {
	
	h1 {
		font-size: 26px;
	}

	h2{
		font-size: 20px;
	}
		
	#container {
		padding: 0 9px;
		width: 310px;
	}
	
	#header .top{
		overflow: visible;
	}
	
	#header .top-menu{
		margin-top: 5px;
		height: auto;	
	}
	
	#header .top-menu ul { 
		display: none; 
	}
	
	#header .top-menu ul li {
		margin-right: 0;
	}
	
	#header .top-menu ul li.new:after {
		right: 5px;
		top: 8px;
	}	
	
	.logo-wrap {
		margin: 20px 0 15px;
		text-align: center;
	}
	
	#header .logo {
		float: none;		
		display: inline-block;
	}

	#header .banner {
		margin-top: 30px;
		float: none;
		max-width: 100%;
		text-align: center;
	}
	
	#header .banner .in-wrap{
		max-width: 100%;
	}
		
	#header .banner .in-wrap{
		display: inline-block;
	}
	
	#header .top,
	.subheader {
		margin: 0 -10px;
	}
	
	#main-menu ul { 
		display: none; 
	}
	
	.slicknav_menu{
		display: block;
		right: auto;
		left: 280px;
	}
	
	.slicknav_btn {
		width: 180px;		
	}
	
	.menu-section .slicknav_menu {
		left: 55px;
	}
	
	.top-menu .slicknav_menu {
		left: 0;
	}
	
	.top-menu .slicknav_btn {
		width: 120px;
	}
	
	.top-menu .slicknav_menu .slicknav_menutxt {
		font-size: 14px;
	}
	
	#header .top .social {
		display: none;
	}
	
	.slider-tiles .flex-viewport {
		width: 275px;
		margin-left: 20px;
	}
	
	.slider-wide {
		margin-right: 0;
		width: 310px;
		margin-bottom: 15px;
	}

	.slider-right {
		width: 310px;
	}
	
	.slider-right .post-1, 
	.slider-right .post-2, 
	.slider-right .post-3 {
		margin-bottom: 15px;
	}	
	
	.slider-wide .post-info h2 {
		font-size: 22px;
		margin-bottom: 0;
	}
	
	.slider-wide .more {
		display: none;
	}
	
	.slider-full {
		margin: -20px -10px 20px;
	}
	
	.slider-nav {
		width: 210px;
		 left: 60px;
	}

	.slider-nav .slides li {
		padding: 10px;
		width: 190px !important;
	}
	
	.slider-nav .entry-rating {
		display: none;
	}
	
	#content {
		margin-right: 0;
		width: 310px;
	}
	
	.content-center #content {
		position: static;
	}
	
	.attachment-wt680_360 {
		height: 180px;
	}
	
	.feat-slider .post-info {
		padding: 10px 15px;
	}
	
	.attachment-wt310_200 {
		height: 150px;
	}
	
	.one-half {
		margin-right: 0;
		margin-bottom: 20px;
		float: none;
	}
	
	.feat-cat1 .item-post {
		margin-bottom: 10px;
	}
	
	.feat-cat1 .main-post{
		margin-bottom: 0;
	}

	.feat-cat1 .post-list h6 {
		width: 160px;
		font-weight: 600;
		font-size: 13px;
	}
	
	.feat-cat1 .post-list .date {
		width: 120px;
	}
	
	.section-title .rss {
		display: none;
	}
	
	.archive-list .thumb-wrap{
		margin-bottom: 2px;
	}
	
	.thumb-posts .wp-post-image {
		margin-top: 0;
	}
	
	#sidebar-left {
		margin-bottom: 30px;
	}
	
	#footer{
		padding: 0 10px;
		margin: 20px -10px 0;
	}
	
	#respond .comment-form-author, 
	#respond .comment-form-email {
		width: 100%;
	}
	
	#respond .comment-form-author input[type="text"], 
	#respond .comment-form-email input[type="text"],
	#respond .comment-form-url input[type="text"], 
	#respond textarea {
		width: 91%;
	}
	
	#respond textarea {
		height: 125px;
	}
	
	#comments ol.commentlist li ul.children li.depth-2{ 
		margin-left: 15px;  
	}
	
	#comments ol.commentlist li ul.children li.depth-3,
	#comments ol.commentlist li ul.children li.depth-4,
	#comments ol.commentlist li ul.children li.depth-5{ 
		margin-left: 10px;  
		padding: 0;
	}
	
	#comments .comment-text,
	#comments .comment-header h4 	{
		font-size: 13px;
	}
	
	#recaptcha_widget .field, .contact-page .row-full .field {
		margin-right: 0;
		width: 100%;
	}
	
	.contact-page .contact-map iframe{
		height: 180px;
	}
	
	.captcha_field, 
	.contact-page .row-full input.text,
	.contact-page input.title_field, 
	.contact-page textarea {
		width: 288px;
	}	
}

/* 10.3. Mobile Portrait Size to Mobile Landscape Size
====================================================== */
@media only screen and (max-width: 349px) {
	h1 {
		font-size: 22px;
	}

	h2{
		font-size: 20px;
	}
		
	#container {
		padding: 0 9px;
		width: 280px;
	}
	
	#header .top{
		overflow: visible;
	}
	
	#header .top-menu{
		margin-top: 5px;
		height: auto;	
	}
	
	#header .top-menu ul { 
		display: none; 
	}
	
	#header .top-menu ul li {
		margin-right: 0;
	}
	
	#header .top-menu ul li.new:after {
		right: 5px;
		top: 8px;
	}	
	
	.logo-wrap {
		margin: 20px 0 15px;
		text-align: center;
	}
	
	#header .logo {
		float: none;		
		display: inline-block;
	}
	
	#header .search,
	#header .banner {
		display: none;
	}
		
	#header .banner .in-wrap{
		display: inline-block;
	}
	
	#header .top,
	.subheader {
		margin: 0 -10px;
	}
	
	#main-menu ul { 
		display: none; 
	}
	
	.slicknav_menu{
		display: block;
		right: auto;
		left: 280px;
	}
	
	.slicknav_btn {
		width: 180px;		
	}
	
	.menu-section .slicknav_menu {
		left: 55px;
	}
	
	.top-menu .slicknav_menu {
		left: 0;
	}
	
	.top-menu .slicknav_btn {
		width: 245px;
	}
	
	.top-menu .slicknav_menu .slicknav_menutxt {
		font-size: 14px;
	}
	
	#header .top .social {
		display: none;
	}
	
	.slider-tiles .flex-viewport {
		width: 275px;
	}
	
	.slider-wide {
		margin-right: 0;
		width: 280px;
		margin-bottom: 15px;
	}

	.slider-right {
		width: 280px;
	}
	
	.slider-right .post-1, 
	.slider-right .post-2, 
	.slider-right .post-3 {
		margin-bottom: 15px;
	}	
	
	.slider-wide .post-info h2 {
		font-size: 22px;
		margin-bottom: 0;
	}
	
	.slider-wide .more {
		display: none;
	}
	
	.slider-full {
		margin: -20px -10px 20px;
	}
	
	.slider-nav {
		width: 210px;
		 left: 45px;
	}

	.slider-nav .slides li {
		padding: 10px;
		width: 190px !important;
	}
	
	.slider-nav .entry-rating {
		display: none;
	}
	
	#content {
		margin-right: 0;
		width: 280px;
	}
	
	#content {
		margin-right: 0;
		width: 280px;
	}
	
	.content-center #content {
		position: static;
	}
	
	.attachment-wt680_360 {
		height: 180px;
	}
	
	.feat-slider .post-info {
		padding: 10px 15px;
	}
	
	.attachment-wt310_200 {
		height: 150px;
	}
	
	.one-half {
		margin-right: 0;
		margin-bottom: 20px;
		float: none;
		width: 280px;
	}
	
	.feat-cat1 .item-post {
		margin-bottom: 10px;
	}
	
	.feat-cat1 .main-post{	
		margin-bottom: 0;
	}
	
	.feat-cat1 .main-post .thumb-wrap{
		margin-bottom: 10px;
	}

	.feat-cat1 .post-list h6 {
		width: 135px;
		font-weight: 600;
		font-size: 13px;
	}
	
	.feat-cat1 .post-list .date {
		width: 120px;
	}
	
	.section-title .rss {
		display: none;
	}
	
	.archive-list .thumb-wrap{
		margin-bottom: 2px;
	}
	
	#sidebar-left {
		margin-bottom: 30px;
	}
	
	#footer{
		padding: 0 10px;
		margin: 20px -10px 0;
	}
	
	#sidebar-right {
		width: 280px;
	}
	
	#sidebar-right .widget {
		padding: 0;
	}
	
	.entry-social li {
		margin-right: 5px;
		margin-bottom: 5px;
		padding: 8px 8px 10px;
	}
	
	.thumb-posts .wp-post-image {
		margin-top: 0;
	}
	
	#respond .comment-form-author, 
	#respond .comment-form-email {
		width: 100%;
	}
	
	#respond .comment-form-author input[type="text"], 
	#respond .comment-form-email input[type="text"],
	#respond .comment-form-url input[type="text"], 
	#respond textarea {
		width: 91%;
	}
	
	#respond textarea {
		height: 155px;
	}
	
	#comments ol.commentlist li ul.children li.depth-2{ 
		margin-left: 15px;  
	}
	
	#comments ol.commentlist li ul.children li.depth-3,
	#comments ol.commentlist li ul.children li.depth-4,
	#comments ol.commentlist li ul.children li.depth-5{ 
		margin-left: 10px;  
		padding: 0;
	}
	
	#comments .comment-text,
	#comments .comment-header h4 	{
		font-size: 13px;
	}
	
	.contact-page .contact-map iframe{
		height: 180px;
	}
	
	.captcha_field, 
	.contact-page .row-full input.text,
	.contact-page input.title_field, 
	.contact-page textarea {
		width: 258px;
	}
	
}