/*
Theme Name: Falcon Magazine
Theme URI: http://wellthemes.com/
Author: WellThemes
Author URI: http://wellthemes.com/
Description: A Premium Magazine style Responsive WordPress Theme by WellThemes.
Version: 1.3
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(https://fonts.googleapis.com/css?family=Raleway:200,400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);
@import url("reset.css"); 
@import url("common.css"); 
@import url("lightbox.css"); 

 /* 1. BASE
 * ============= */	


.tableresponsive{
overflow-x:auto;
}


body{
	font-family: 'Lato', Helvetica, Arial, Sans-Serif;
    font-size: 16px;
    font-weight: 400;
	line-height: 1.75;
	color: #303030;
}
/*	.gray{
    -webkit-filter:grayscale(100%);
}
.gray:hover{
    -webkit-filter:grayscale(0%);

}*/
/*=== Link styles ===*/
a{
	text-decoration: none;
	color: #000000;
	transition: all 0.2s ease 0s;
	outline: 0;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #909090;
}

/*=== Headings ===*/
h1,h2,h3,h4,h5,h6 {
	font-family: 'Lato', Helvetica, Arial, Sans-Serif;
	font-weight: 900;
	line-height: 1.2;
	color: #000000;
	margin-bottom: 10px;
}

h1 {
	font-size: 40px;	
	line-height: 1.1;
}

h2 {
	font-size: 34px;	
	line-height: 34px;	
}

h3{
	font-size: 24px; 
}

h4 {	
	font-size: 18px;
	font-weight: 700;
}

h5 {	
	font-size: 15px;
	font-weight: 700;
}

h6 {
	font-size: 14px;
}

:focus {
	outline: 0;
}

/*=== Layout ===*/
#container{
	overflow: hidden;
}
	
.inner-wrap{	
	position: relative;
	width: 1140px;
	margin: 0 auto;	
	overflow: hidden;
}

#main{
	overflow: hidden;
	background: #FFFFFF;
}

#content{
	width: 540px;
	float: left;
	overflow: hidden;
}

.wide-content{
	width: 840px;
	/*float: left;*/
	overflow: hidden;
	margin: 0 auto;
}


.sidebar{
	width: 260px;
	margin-left: 20px;
	padding-left: 19px;	
	border-left: 1px solid #ECECEC;
	overflow: hidden;	
	float: left;
}


.section{
	margin-bottom: 20px;
	overflow: hidden;
}

.list{
	padding: 0;
	margin: 0;
	list-style: none;
}

.row{
	overflow: hidden;
}

.one-half{
	width: 340px;
	margin-right: 40px;
	float: left;
}

.col-last{
	margin-right: 0 !important;
}

.full-content{
	width: 100% !important;
	margin-right: 0 !important;
	padding-right: 0 !important;
}

.col-last{
	margin-right: 0 !important;
}

/*=== image sizes ===*/
.wp-post-image{
	display: block;
}

.attachment-wt840_420{
	width: 840px;
	height: auto;
}

.attachment-wt550_300{
	width: 100%;
	
}

.attachment-wt450_250{
	width: 450px;
	/*height: 250px;*/
}

.attachment-wt260_145{
	width: 260px;
	
}

.attachment-wt65_65{
	width: 100px;
	height: 100px;
	border-radius: 5px;
}

.lb-image{
	max-width: inherit; 
}

/*=== main colors ===*/
.main-color{
	color: #1458a1;
}

.main-color-bg{
	background: #1458a1;
}

.color-cidadejardim{
	background: #de3b22;
}

.color-empresas{
	
	background:#F60
}

.color-gavea{
	background: #11415a;
}
.color-cristal{
	background: #333;
}
.color-laspiedras{
	background: #d4237e;
}
.color-palermo{
	background: #846b21;
}
.color-maronas{
	background: #02491d;
}


/* 2. HEADER
 * =========== */
#header{
	position: relative;
	margin-bottom: 30px;
}

#header .top{
	overflow: hidden;
	height: 44px;
}

#header .top ul{
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}

#header .top ul li{
	float: left;
}

#header .top-menu{
	max-width: 600px;
	overflow: hidden;
	float: left;
	margin-top: 11px;
	height: 22px;
	line-height: 1.2;
}

#header .top-menu ul li{
	margin-right: 15px;
	position: relative;
	color: #FFFFFF;	
}

#header .top-menu ul li:after {
    content: "/";
	padding-left: 15px;
}

#header .top-menu ul li:last-child:after {
	display: none;
	margin-right: 0;
}

#header .top-menu ul li a{
	color: #FFFFFF;
	font-weight: 700;
}


#header .top-menu select{
	display: none;
	width: 200px; 
	margin-top: 6px;
	height: 32px;
	background: #1458a1;
	color: #FFFFFF;	
	border: 1px solid rgba(255, 255, 255, 0.3);
	z-index: 3000;
	padding: 4px;
	font: inherit;
    font-size: 14px;
}

#header .top .social{
	display: inline-block;
	float: right;
}

#header .top .social li{
	margin-right: 10px;	
}

#header .top .social li a{
	color: #FFFFFF;
	font-size: 18px;
	display: block;
	line-height: 1;
	margin-top: 12px;	
}

#header .logo{
	max-width: 250px;	
	float: left;
	line-height: 1;
	text-align:center;
	width:250px
}

#header .header-ad{
	max-width: 728px;
	float: right;
}

#header .search {
	float: right;
	width: 20px;
	overflow: hidden;
	margin-top: 8px;	
}

#header .search .searchfield {
	max-width: 0;
    padding: 3px 6px;
	height: 30px;
    transition: all .5s ease;
    position: absolute;
    right: 24px;
    box-sizing: border-box;
    opacity: 0;
}

#header .search .searchfield.expanded {
    max-width: 150px;
    opacity: 1;
}
	
#header .search i{
    width: 20px;
    height: 20px;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	color: #FFFFFF;	
}


/*=== Ticker ===*/
.ticker-section{
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
}

.ticker{
	overflow: hidden;
	display: none;	
	height: 40px;
}

.ticker .title{
	float: left;
	max-width: 200px;
	position: relative; 
	font-weight: 200;
	text-transform: uppercase;
	padding: 3px 15px;
	margin-top: 3px;
	z-index: 3;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;	
}

.ticker .title i{
	color: #BBBBBB;
	margin-right: 5px;
}

.ticker .title span{
	font-weight: 700;
}

.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: 20px;
	margin-top: 10px;
	line-height: 1.1;
}

.simply-scroll .simply-scroll-list li{
	float: left;
	margin-right: 65px;
}

/* 3. NAVIGATION MENU
====================== */
.logo-wrap{
	margin: 15px 0;
}

.logo-wrap .inner-wrap{
	overflow: visible;
}


.logo-wrap h1{
	margin-bottom: 0;
}

.menu-section{	
	height: 48px;	
	z-index: 99;
	/*max-width: 700px;*/
	float: right;
	margin-top: 50px;
}

#main-menu {
	display: none;
	position: relative;
	z-index: 30;	
}

#main-menu select {
    display: none;
    z-index: 3000;
    position: relative;
    padding: 4px;
    font-size: 14px;
    height: 36px;	
	color: #999999;
	font: inherit;
	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;
	padding: 13px;
	text-align: center;	
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;	
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	text-transform: uppercase;
}

#main-menu ul li a:hover{
	background: #1458a1;
	color: #FFFFFF;
}

#main-menu .current-menu-item ,
#main-menu .current_page_item,
#main-menu .current_page_item a:hover{
	background: #1458a1;
	color: #FFFFFF;
}

#main-menu .current-menu-item  a,
#main-menu .current_page_item a{
	color: #FFFFFF;
}

#main-menu .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;
	margin-top: 0;
	box-shadow:0px 4px 8px #eee;
}

#main-menu ul li ul li {
	float: none;
	padding: 0px;
	position: relative;
}

#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;	
	font-weight: 700;	
	border-bottom: 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;
}

#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;	
}

#main-menu ul li ul li ul li a:hover {
	color: #000000;
}

#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 ===*/
.overlay{
	overflow: hidden;
	/*background: #000; */
}

.overlay img{
 -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
	min-width: 100%;
}

.overlay:hover img{	
    -webkit-transform: scale(1.2) rotate(-5deg);
    -moz-transform: scale(1.2) rotate(-5deg);
    -o-transform: scale(1.2) rotate(-5deg);
    -ms-transform: scale(1.2) rotate(-5deg);
    transform: scale(1.2) rotate(-5deg);
	opacity: 0.7;	
}

/*=== Homepage ===*/
.content-wrap {
	overflow: hidden;
}

.content-wrap .sidebar{
	padding-top: 20px;
}

.feat-section{
	overflow: hidden;
	border-bottom: 1px solid #E3E3E3;	
	padding-bottom: 20px;
}

.feat-section .section-left {
	width: 255px;
	float: left;
	margin-right: 20px;
	padding-right: 19px;
	border-right: 1px solid #E3E3E3;	
	overflow: hidden;	
}

.feat-section .section-content{
	overflow: hidden;
}

.feat-section .section-right{
	width: 845px;
	overflow: hidden;
	float: left;
}

.feat-section  .section1 {
	overflow: hidden;
	margin-bottom: 25px;
}

.feat-section .excerpt-footer {
	border: none;
	padding: 0;
}

.feat-section .main-post{
	width: 550px;
	float: left;
	margin-right: 40px;
	overflow: hidden;
}

.feat-section .main-post .thumb{
	margin-bottom: 10px;
}

.feat-section .main-post h2{
	margin: 5px 0 7px;
}

.feat-section .main-post p{
	margin-bottom: 0;
}

.feat-section .post-list{
	width: 255px;
	float: left;
}

.feat-section .item-post{
	overflow: hidden;
}

.feat-section .section-right .item-post .thumb{
	margin-bottom: 8px;
}

.feat-section .section-right .item-post:first-child{
	margin-bottom: 20px;
}

.section-title{
	overflow: hidden;
	background: #CACACA url('images/pattern.png'); 	
	margin-bottom: 20px;
}

.section-title h4{
	float: left;
	margin-bottom: 0;
	line-height: 1.12;
	background: #FFFFFF;
	padding-right: 15px;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;	
	font-weight: 200;
	margin-top: -2px;
}

.section-title h4 span{
	font-weight: 700;
	margin-left: 5px;
}

.feat-section .feat-sec-nav{
	float: right;
	background: #FFFFFF;	
	padding-left: 15px;
	padding-top: 2px;
}

.feat-section .feat-sec-nav li{
	float: left;
}

.feat-section .feat-sec-nav li:first-child{
	margin-right: 15px;
}

.feat-section .feat-sec-nav a {	
	display: block;	
	opacity: 0.65;
	overflow: hidden;
	transition: all 0.3s ease 0s;
	width: 16px;
	height: 16px;
	line-height: 1;
	z-index: 1;
	text-align: center;
	font-size: 16px;
	float: left;
	color: #B1B1B1;
}

.feat-section .feat-sec-nav a:hover{
	color: #303030;
}

.feat-section .feat-sec-nav .flex-prev:before {
	content: "\f053";
	font-family: FontAwesome;
	display: block;
	padding: 0;
	font-weight: 400;	
	margin-right: 2px;	
}

.feat-section .feat-sec-nav .flex-next:before {
	content: "\f054";
	font-family: FontAwesome;
	display: block;
	padding: 0;
	font-weight: 400;
	margin-right: 2px;
}

.sidetabs .tab-titles{
	font-size: 28px;
	overflow: hidden;
	margin-bottom: 20px;		
}

.sidetabs .tab-titles ul{
	list-style: none;
    margin: 0;
    border-bottom: 3px solid #E3E3E3;
    position: relative;
    height: 42px;
    z-index: 0;
}

.widget-tabs .tab-titles ul{
	overflow: visible;
}

.sidetabs .tab-titles ul li:first-child{
	margin-left: 40px;
}

.sidetabs .tab-titles ul li{
	float: left;
	margin-left: 15px;
	line-height: 1;
	padding: 0 10px;
    position: relative;
    height: 100%;
    z-index: 1;		
}

.sidetabs .item-post{
	border-bottom: 1px solid #ECECEC;
	margin-bottom: 18px;
	padding-bottom: 18px;
	overflow: hidden;
}

.sidetabs .item-post:last-child{
	//border-bottom: none;
	//margin-bottom: 0;
	//padding-bottom: 0;
}

.sidetabs .tab-titles ul li a{
	color: #C2C2C2;
}

.sidetabs .tab-titles ul li.active,
.sidetabs .tab-titles ul li:hover{
	border-bottom: 3px solid #1458a1;
}

.sidetabs .tab-titles ul li.active a,
.sidetabs .tab-titles ul li:hover a{
	color: #1458a1;
}

.sidetabs .tab-content{
	display: none;
}

.sidetabs .thumb{
	width: 100px;	
	float: left;
	margin: 3px 10px 0 0;
}

.sidetabs .comment-text {
	font-size: 14px;
	line-height: 1.15;
}

.sidetabs h5{
	margin-bottom: 5px;
}

.avatar-65{
	border-radius: 5px;
}

ul.slides{
    list-style: none;
    margin: 0;
    padding: 0;	
	display: none;
}

/*=== Featured Section Slider ===*/

.archive-postlist .post{
	
	-vendor-animation-duration: 3s;
	-vendor-animation-delay: 2s;
	-vendor-animation-iteration-count: infinite;
}
 
.sec-slider{
	overflow: hidden;
}

.sec-slider .thumb{
	width: 450px;
	float: left;
	margin-right: 40px;
	max-height:250px;
}

.sec-slider .post-right{
	width: 355px;
	float: left;
}

.sec-slider .entry-meta{
	margin-bottom: 8px;
}

.sec-slider .entry-footer{
	overflow: hidden;
}

.sec-slider .entry-footer .entry-meta{
	margin-bottom: 0;
}

.sec-slider .entry-meta .comments{
	margin-top: 5px;
}

.sec-slider .footer-left{
	float: left;
}

.sec-slider .footer-right{
	float: right;
}

.more-link {
	font-size: 12px;	
	text-transform: uppercase;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;	
}

.sec-slider .more-link {
	border: 1px solid #E3E3E3;	
	padding: 3px 8px;
}

.more-link a{
	color: #676767;
}

.social-links{
	float: right;
	overflow: hidden;
}

.social-links a{
	border-radius: 26px;
	color: #fff;
	display: block;
	height: 24px;
	line-height: 1;
	text-align: center;
	width: 24px;
	float: left;
}

.social-links i{
	margin-top: 5px;
	display: inline-block;
	line-height: 1;
}

.social-links a.fb{
  background: #3c64bc;
}

.social-links a.twitter{
  background: #53B8FE;
  margin-right: 6px;
}

/*=== Carousel ===*/
.carousel-section {
	/*margin-top: 20px;*/
	padding-bottom: 15px;
	border-bottom: 1px solid #E3E3E3;
}

.carousel-section ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.carousel-section .slides li {
	position: relative;
	margin-right: 35px;
	overflow: hidden;
}

.carousel-section .thumb{
	margin-bottom: 5px;
}

.carousel-section .post-info{
	overflow: hidden;
}

.carousel-section h4{
	font-size: 17px;
	margin-bottom: 0;
}

/*=== Featured Posts ===*/
.featured-content{
	margin-top: 20px;
}

/*=== Post Archive ===*/
.archive-header{
	margin-bottom: 25px;
}

.archive-desc{
	background: #F8F8F8;
	color: #888888;
	margin-top: 10px;
	overflow: hidden;
	padding: 20px;
}

.archive-desc p{
	margin-bottom: 0;
}

.archive-desc .author-avatar{
	width: 65px;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}

.archive-desc .author-avatar .avatar{
	width: 65px;
	height: 65px;
	border-radius: 65px;
}

.archive-postlist{
	overflow: hidden;
}

.archive-postlist .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-thumb{
	position: relative;
	
	margin-bottom: 15px;
}

.excerpt-thumb .wp-post-image{
	margin-top: 0px;
}

.excerpt-thumb .entry-rating{
	position: absolute;
	bottom: 10px;
	left: 20px;
}

.excerpt-thumb .entry-rating i{
	color: #FFFFFF;
	font-size: 16px;
}

.excerpt-footer{
	overflow: hidden;
	border-bottom: 1px solid #ECECEC;
	margin-bottom: 5px;
	padding-bottom: 20px;
}

.excerpt-footer .more-link{
	float: left;
}

.excerpt-footer .more-link a{
	font-weight: 700;
	color: #f03A3A;
}

/*=== Sharing links ===*/
.share-links{
	float: right;	
	overflow: hidden;
	font-family: 'Lato', Helvetica, Arial, Sans-Serif;
	text-transform: none;
	line-height: 1;
}

.share-links .share{
	font-size: 14px;
	font-weight: 700;	
	margin-right: 7px;	
	display: inline-block;
	line-height: 1;
	
}

.share-links .links{
	font-size: 12px;	
	font-family: inherit;
	display: inline-block;
}

.share-links a{
	display: inline-block;
	line-height: 1;
	padding: 3px 6px;
	color: #FFFFFF;
	border-radius: 3px;
}

.share-links i{
	margin-right: 5px;
	color: #FFFFFF;
}

.share-links a.twitter{
	background: #53B8FE;
}

.share-links a.fb{
	background: #3c64bc;
}

.entry-meta{
	font-size: 12px;
	color: #959595;
	text-transform: uppercase;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;	
	overflow: hidden;
}

.entry-meta .sep{
	margin: 0 7px;	
} 

.entry-meta .author a{
	font-weight: 700;
	color: #F03A3A;	
}

.entry-meta .entry-rating{
	float: right;
	color: #FF9600;	
}

.entry-meta .entry-rating i{
	font-size: 16px;
	margin-left: 1px;
}

.entry-meta .comments-bg{
	line-height: 1;
	padding: 4px 6px 2px;
	color: #FFFFFF;
	border-radius: 2px;
}

.entry-meta .comments-bg i{
	font-size: 11px;
}

.entry-meta .comments-bg a{
	color: #FFFFFF;
}

.entry-meta .comments{
	line-height: 1;
	padding: 0px 7px 2px;
	border: 1px solid #DDDDDD;
}

.entry-meta .comments a{
	color: #959595;
}

.entry-meta .comments i{
	font-size: 11px;
	color: #BBBBBB;
}

.entry-meta .entry-cat-bg{
	padding: 1px 8px 2px;
	text-transform: none;
	margin-right: 15px;
	border-radius: 2px;
}

.entry-meta .entry-cat-bg i{
	color: #FFFFFF;
	margin-right: 3px;
}

.entry-wrap .more-link {
    border: 1px solid #E3E3E3;
    padding: 3px 8px;
	margin-top:15px;
}

.entry-meta .entry-cat-bg a{
	color: #FFFFFF;
}

.no-comment-bg{
	background: #E3E3E3;
}

/*=== Single Post ===*/
.single-page .wide-content,
.single-post .wide-content{
	float: right;
}

.single-page .sidebar,
.single-post .sidebar{
	padding-left: 0;
	padding-right: 19px;
	margin-left: 0;
	margin-right: 20px;
	border-left: none;
	border-right: 1px solid #ECECEC;
}

.entry-meta .rating {
	float: right;
	width: 200px;
}

.entry-meta .rating i{
	font-size: 16px;
	line-height: 1;
}

.entry-meta .ec-stars-outer{
	float: right;
}

.entry-meta .ec-stars-wrapper{
	float: left;
	margin-right: 10px;	
	margin-top: -4px;
}

.entry-meta .ec-stars-value{
	float: left;
}

.entry-header .entry-meta{
	margin-bottom: 7px; 
}

.single-post-thumbnail{
	overflow: hidden;
	margin-bottom: 15px;
	text-align: center;	
	margin-bottom: 0px;
}

.single-post-thumbnail .wp-post-image{
	display: inline-block;
}

.entry-header{
	margin-bottom: 20px;
}

.single-post .entry-wrap{
	margin: 0 20px;
	margin-top:-50px
}

.single-post .meta-top{
	margin-bottom: 10px;
}

.single-post .meta-top .share{
	margin-top: 2px;
}

.single-post .entry-wrap .entry-meta{
	margin: 0 30px 15px;
	font-size: 13px;
	text-transform: none;
}

.single-post .entry-wrap .entry-meta .rating{
	position: relative;
	color: #FFFFFF;
	float: left;
	width: auto;
	text-transform: none;
	margin-right: 10px;	
}

.single-post .entry-wrap .entry-meta .entry-rating{
	color: #FFFFFF;
	padding: 0 7px;
	border-radius: 2px;
}

.single-post .entry-wrap .entry-meta i{
	font-size: 12px;
}

.single-post .entry-wrap .entry-meta .entry-rating .votes{
	margin-left: 5px;
}

.single-post .entry-wrap .comments-bg{
	background: #54B9FF;
	line-height: 1;
	padding: 5px 7px;
	border-radius: 3px;
	display: inline-block;
}

.single-post .entry-innerwrap{
	background: #FFFFFF url('images/pattern-2.png') repeat-x top left;
	padding: 40px 30px 0;
	position: relative;
	z-index: 2;	

}





.single-post .entry-header .entry-meta{
	overflow: visible;
}

/*=== Entry Content ===*/
.entry-content {
  overflow: hidden;
}

.entry-content hr{
	color: #EEEEEE;
	background-color: #EEEEEE;
	height: 1px;
	border: none;
	margin-bottom: 10px;
}

.entry-content a{
	color: #F03A3A;
}

.entry-content a:hover{
	color: #303030;
}

/*=== Entry Footer ===*/
.entry-footer{
	overflow: hidden;
	color: #888888;
	margin-bottom: 20px;
}

.footer-wrap{
	overflow: hidden;
}

.entry-author{
	overflow: hidden;
	margin-top: 10px;	
	width: 50%;
	float: left;
}

.entry-author .author-avatar{
	width: 50px;
	margin-right: 20px;
	float: left;
	margin-top: 5px;
}

.entry-author .author-avatar img{
	width: 50px;
	height: 50px;
	border-radius: 50px;
}

.entry-author .author{
	font-size: 14px;
}

.entry-author .author .name{
	font-weight: 700;
	font-size: 15px;
}

.entry-author .more-posts{
	font-size: 13px;
	border: 1px solid #C4C4C4;
	display: inline-block;
	line-height: 1;
	padding: 4px 10px;
	border-radius: 4px;
}

/*=== Entry Tags ===*/
.entry-tags{
	margin-top: 25px;
	max-width: 50%;
	float: right;
}

.entry-tags span{
	margin-right: 5px;
}

.entry-tags a{
	color: #1458a1;
}

.entry-tags a:hover{
	color: #3A3A3A;
}

.footer-bottom {
	border-bottom: 1px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	margin: 20px 0;
	padding: 15px 0;
}

/*=== Post navigation ===*/
.post-nav{
	overflow: hidden;
	border-bottom: 2px solid #1458a1;
}

.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;
}

/*=== Entry Ads ====*/
.entry-ad {	
	text-align: center;
}

.entry-ad .ad-inner-wrap{
	display: inline-block;
	max-width: 100%;
}

.entry-ad img{
	display: block;
}

/*=== Entry Social ===*/
.entry-social{
	overflow: hidden;
	font-size: 13px;
	float: left;
}

.entry-social a{
	display: block;	
	color: #FFFFFF;
}

.entry-social li{
	float: left;
	margin-right: 10px;	
	padding: 2px 8px 4px;
	line-height: 1.2;
	border-radius: 3px;
}

.entry-social li i{
	margin-right: 5px;	
}

.entry-social li.fb{
	background: #5D82D1;
}

.entry-social li.twitter{
	background: #40BFF5;
}

.entry-social li.gplus{
	background: #B84830;
}

.entry-social li.linkedin{
	background: #2D8ED6;
}

.entry-social li.pinterest{
	background: #FE4445;
}

/*=== entry rating ===*/
.entry-footer .entry-rating{
	float: right;
	border: 1px solid #C4C4C4;
	line-height: 1;
	padding: 2px 8px 3px;
	border-radius: 3px;
}

/*=== Related Posts ===*/
.related-posts{
	overflow: hidden;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.related-posts .thumb{
	margin-bottom: 12px;
}

.related-posts .share-links i{
	margin-right: 0;
}

.related-posts .excerpt-footer{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.post-list{
	overflow: hidden;
}

.related-posts .entry-meta{
	margin-bottom: 8px;
	height: 20px;
}

.related-posts h4{
	margin-bottom: 5px;
}

.related-posts .author,
.related-posts .sep{
	display: none;
}

.related-posts .comments{
	display: inline-block;
	margin-left: 5px;
}

.one-third{
	width: 260px;	

	margin-right: 30px;
	float: left;
}

.one-four{
	width: 320px;	
	margin-right: 30px;
	float: left;
}

/*=== 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: #222222;
}

.ec-stars-wrapper:hover a,
.ec-stars-wrapper.is-voted a {
	color: #222222;
}

.ec-stars-wrapper > a:hover ~ a {
	color: #888888;
}

.ec-stars-wrapper a:active {
	color: #222222;
}

.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;
}

.entry-title{
	margin-bottom: 10px;
}

/* === Pagination === */
.pagination{
	overflow: hidden;
	margin: 30px 0;		
	clear: both;	
}

.pagination .page-numbers{    
	border: 1px solid #ECECEC;
	color: #666666;
	padding: 2px 10px;
	display: inline-block;	
	margin-right: 6px;
	margin-bottom: 8px;
	font-weight: 700;
}

.pagination a:hover{
	border: 1px solid #1458a1;
	color: #7E7E7E;
}

.pagination .current{
	border: 1px solid #1458a1;
	background: #1458a1;
	color: #FFFFFF;
}

/* 6. PAGES
 * ========= */	
 
.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 .error-info {
  display: inline-block;
  text-align: left;
}

.error-page .search .button{
	height: 36px;
	width: 38px;
	display: inline-block;
}

/*=== 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 {
	border-right: none;
	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: 352px;
	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: 330px;
}

.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: 698px;
}

.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;
}

.contact-page .button{
	height: 36px;
	padding-left: 5px;
	margin-left: 0;
}

.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: 10px;
}

#comments .author-info{
	margin-bottom: 5px;
	overflow: hidden;
}

#comments .author-avatar{
	float: left;
	width: 60px;	
	margin-right: 12px;
	margin-top: 3px;
}

#comments .author-avatar img{
	display: block;
	border-radius: 60px;
}

#comments .comment-header {
	overflow: hidden;
}

#comments .comment-header h4{
	float: left;
	margin-bottom: 0;
	font-size: 17px;
}

#comments .comment-header .fn {	
	width: auto;
	font-style: normal;
	margin-right: 10px;
}

#comments .comment-meta{
	font-size: 12px;
}

#comments .author-comment{
	font-size: 14px;
	font-weight: 700;
}

#comments .comment-header .sep{
	margin: 0 15px;
	line-height: 1;
}

#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 .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: 40px;
	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: 15px; 
	background: #2F343D;	
    padding: 8px 12px;
	color: #FFFFFF;
}

#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;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;	
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#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: 94.7%;
}

#respond .comment-form-url input[type=text],
#respond textarea{
	width: 97.4%;
}

#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]{
	background: #1458a1;
	color: #FFFFFF !important;
	cursor: pointer;
	font: inherit;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
    padding: 4px 10px;
    text-decoration: none;
	border: none;
	margin: 0 0 30px;
	border-radius: 2px;
}

#respond .form-allowed-tags {
	display: none;
}

/* 8. WIDGETS
 * =========== */
.widget{
	overflow: hidden;
	margin-bottom: 30px;
}

.widget-title{
	overflow: hidden;
	margin-bottom: 20px;
	background: #CACACA url('images/pattern.png'); 	
}

.widget-title h4{
	float: left;
	margin-bottom: 0;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;	
	font-weight: 200;
	background: #FFFFFF;
	padding-right: 10px;
	line-height: 1.15;
	margin-top: -2px;
}

.widget-title h4 span{
	font-weight: 700;
	margin-left: 5px;
	color: #F03A3A;	
}

.widget select{
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #EEEEEE;
    height: 38px;	
	color: #555555;
	font-family: inherit;
	width: 340px;
}

.widget input[type=text],
.searchfield{
	display: block;
	float: left;
	font-size: 13px !important;
	padding: 7px 10px 8px;
	width: 240px;
	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;
}

/*=== Slider Widget ===*/
.widget_slider .sidebar-slider-posts {
	position: relative;
}

.widget_slider .thumb{
	margin-bottom: 10px;
	overflow: hidden;
}

.flex-direction-nav{
	list-style: none;	
	padding: 0;
	margin: 0;	
}

.widget_slider .flex-direction-nav .flex-prev{
	left: 10px;
	position: absolute;
	top: 60px;
	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: 60px;
	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 !important;
	border-bottom: 0;
}

.widget .flex-control-nav li{
	height: 12px;
}

.widget_slider ul li h4{
	margin-top: 10px;
	margin-bottom: 0;
}

/*=== Recent Posts ===*/
.widget_posts .post-list{
	overflow: hidden;
	margin-top: 20px;
}

.widget_posts .main-post .thumb{
	margin-bottom: 10px;
}

.widget_posts .post-list .item-post{
	overflow: hidden;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 13px;
	padding-bottom: 13px;
}

.widget_posts .post-list .item-post:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget_posts .post-list .thumb{
	width: 65px;
	margin-right: 10px;
	float: left;	
}

.widget_posts .post-list .entry-meta{
	margin-top: -4px;
}

.widget_posts .entry-meta{
	margin-bottom: 7px;
}

.widget_posts .entry-meta .entry-cat-bg,
.widget_posts .entry-meta .date{
	margin-right: 5px;
}

.widget_posts .excerpt-footer .share-links i {
	margin-right: 0;
}

.widget_posts_large .item-post{
	margin-bottom: 8px;
	padding-bottom: 0
}

.widget_posts_large .item-post .thumb{
	margin-bottom: 10px;
}


/*=== RSS Subscription ===*/
.widget_subscribe{
	background-color: #1458a1;
	background-image: url('images/subsribe-bg.png');
	background-repeat: no-repeat;
	background-size: 100%;
}

.widget_subscribe h4{
	color: #FFFFFF;
}

.widget_subscribe .widget-wrap{
	padding: 20px;
	overflow: hidden;
}

.widget_subscribe label{
	display: block;
}

.widget_subscribe .button{
	display: block;
	float: left;
	background: #F3C015;
	padding: 4px 7px 6px;
}

.widget_subscribe input[type="text"]{
	height: 21px;
	width: 198px;
	margin: 15px 0 20px;
}

/*=== Followers Count ===*/
.widget_subscribers .wrap{
	overflow: hidden;
}

.widget_subscribers ul li{
	padding: 15px 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;
	margin-top: 2px;
}

.widget_subscribers .right span{
	display: block;
	line-height: 1;
	color: #999999;
}

.widget_subscribers h4{
	margin-bottom: 5px;
}

.widget_subscribers .right-icon {
	float: right;
}

.widget_subscribers .right-icon i{
	font-size: 24px;
	margin-top: 10px;
	margin-right: 5px;
	color: #AAAAAA;
}

/* === Tags widget === */
.tagcloud{
	overflow: hidden;	
	margin-bottom: -10px;
}

.tagcloud a{
	display: block;
	float: left;
	font-size: 13px !important;
	margin-bottom: 10px;
	margin-right: 10px;
	line-height: 1;
	padding: 7px 8px 8px; 	
	font-weight: 400;
	background: #1458a1;
	color: #FFFFFF;
	border-radius: 3px;
}

.tagcloud a:hover{	
	opacity: 0.8;
}

.tagcloud a i{
	margin-right: 5px;
}

/*=== Search ===*/
#sidebar .searchfield{
	height: 21px;
	width: 279px;
}

.search-submit{	
	display: block;
	width: 37px;
	height: 37px;
}

/*=== Photos ===*/
.widget_flickr .flickr_thumbs{
	overflow: hidden;
}

.widget_pinterest ul li,
.widget_flickr ul li{
	width: 63px;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	padding: 0 !important;
	border-bottom: none !important;	
}

.widget_pinterest .pinterest-image img,
.widget_flickr .flickr_thumbs img{
	width: 63px;
	height: 63px;
	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;
}

.widget_aboutus .info-text{
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 12px;
	margin-bottom: 15px;
}

.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: 24px;
	height: 24px;
	text-align: center;
}

.widget_aboutus ul li a{
	color: #FFFFFF !important;
	display: block;
	background: green;	
}

.widget_aboutus ul li a.twitter{
	background: #59C8FF;
}

.widget_aboutus ul li a.fb{
	background: #4B649B;
}

.widget_aboutus ul li a.gplus{
	background: #C94434;
}

.widget_aboutus ul li a.pinterest{
	background: #FE4445;
}

.widget_aboutus ul li a.dribbble{
	background: #F0659A;
}

.widget_aboutus ul li a.linkedin{
	background: #3A9BDC;
}

.widget_aboutus ul li a.instagram{
	background: #AD866E;
}

.widget_aboutus ul li a.youtube{
	background: #FF4536;
}

.widget_aboutus ul li a.rss{
	background: #FF8400;
}

.widget_aboutus ul li a{
	display: block;
}

.widget_aboutus ul li a i{
	font-size: 14px;
	padding-top: 1px;
}

/*=== Popular Categories ===*/
.widget_popular_categories ul{
	overflow: hidden;
}

.widget_popular_categories ul li{
	padding: 0;
	margin: 0;
	border-bottom: none !important;
	padding: 7px 9px !important;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	line-height: 1.2;
	color: #FFFFFF;
	font-size: 13px;
	border-radius: 3px;
}

.widget_popular_categories ul li a{
	color: #FFFFFF;	
}

.widget_popular_categories i{
	margin-right: 5px;
	font-size: 14px;
}

.widget_popular_categories .count{
	margin-left: 5px;
	line-height: 1;
}

/*=== Recent Comments ===*/
.widget_comments .entry-meta{
	margin-bottom: 0;
}

.widget_comments .comment-list li{
	overflow: hidden;
	margin-bottom: 10px;	
	padding-top: 0;
	padding-bottom: 10px;
}

.widget_comments .comment-list h5{
	margin-bottom: 0;
}

.widget_comments .thumbnail{
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}

.widget_comments .comment-text{
	line-height: 1.15;
	font-size: 14px;
}

.widget_comments .entry-meta{
	margin-top: 0;
}

/*=== Video widget ===*/
.widget_video iframe{
	max-width: 100%;
}

.widget_video .embed p{
	display: none;
}

/*=== Latest Tweets ===*/
.widget_tweet{
	font-size: 14px;
}

.widget_tweet .tweets-wrap{
	overflow: hidden;
}

.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 i{
	
}

.widget_tweet .tweet a{
	color: #EB2121;
	font-size: 13px;
}	

.widget_tweet .tweet i{
	font-size: 16px;
	margin-right: 5px;
	color: #59C8FF;	
}

.widget_tweet .tweet-footer{
	overflow: hidden;
	font-size: 12px;
	color: #999999;
}

.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;
}

/*=== 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: #1458a1;
	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: #1458a1;
	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 #1458a1;
	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: #1458a1;
	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-top: 30px;
}

.footer-info {
	overflow: hidden;
	font-size: 14px;
	margin: 10px 0 5px;
}

.footer-widgets{
	overflow: hidden;
}

.footer-widget{
	width: 260px;
	float: left;
	margin-right: 33px;
}

.footer-widget .excerpt-footer{
	border-bottom: 0;
}

/* 10. MEDIA QUERIES
 * ================== */
 
 /*IPAD*/
 
 
  @media all and (device-width: 768px) and (device-height: 1024px) {
  #ipadline {
	  display:none;
	   } /* your css rules for ipad landscape */
}
 

 @media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  #linhaipad {
	  display:none;
	   } /* your css rules for ipad landscape */
}
 
 
 @media all and (device-width: 1024px)  and (orientation:portrait) {
  #linhaipad {
	  display:none;
	   } /* your css rules for ipad landscape */
}
 
 

/* 10.1 DESKTOPS
 * ================ */ 
@media only screen and (min-width: 860px) and (max-width: 1200px) {
	
	.inner-wrap{	
		width: 840px;
	}
	
	.feat-section .section-right {
		width: 545px;
	}
	
	.feat-section .main-post {
		margin-right: 0;
		width: 545px;
		margin-bottom: 20px;
	}
	
	/*=== Menus ===*/
	.menu-section {
		width: 260px;
	}
	
	#main-menu ul { 
		display: none; 
	}
	
	#main-menu select {
		display: block;
		width: 240px; 				
		margin-left: 10px;
	}
	
	#header .top-menu {
		margin-top: 0;
		height: auto;		
	}
	
	#header .top-menu ul { 
		display: none; 
	}
	
	#header .top-menu select{
		display: none;
	}
	
	/*=== Homepage ===*/	
	h1{
		font-size: 32px;
	}
	
	h2{
		font-size: 30px;
	}
	
	h3{
		font-size: 22px;
	}
	
	.feat-section .post-list {
		width: 100%;
	}
	
	.feat-section .section-right .item-post{
		float: left;
		width: 260px;		
	}
	
	.feat-section .section-right .item-post:first-child {
		margin-bottom: 0;	
		margin-right: 25px;			
	}
	
	.sec-slider .thumb {
		margin-right: 15px;
		width: 265px;
	}

	.sec-slider .post-right {
		width: 265px;
	}
	
	.sec-slider .date,
	.sec-slider .sep,
	.sec-slider .more-link,
	.sec-slider .post-right p{
		display: none;
	}
	
	.attachment-wt450_250 {
		/*height: 150px;*/
		width: 265px;
	}
	
	.feat-section .excerpt-footer {
		margin-bottom: 0;
		margin-top: 15px;
	}
	
	#sidebar-right{
		width: 300px;
		margin-left: 0;
		padding-left: 20px;
		border-left: 0;
		float: left;
		-moz-column-count: 1;
		-moz-column-gap: 20px;
		-webkit-column-count: 1;
		-webkit-column-gap: 20px;
		column-count: 1;
		column-gap: 20px;
		margin-top: 0px;
	}


#content {
    width: 220px;
    float: left;
    overflow: hidden;
}

	#sidebar-right .widget{		
		-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;
	} 
	
	/*=== Single post ===*/
	.wide-content {
		width: 560px;
	}
	
	

	
	
	.attachment-wt840_420{
		height: auto;
	}
	
	.single-page .sidebar, 
	.single-post .sidebar {
		margin-right: 10px;
		padding-right: 9px;
	}
	
	.single-post .entry-innerwrap {
		padding: 20px 15px 0;
	}
	
	.entry-header {
		margin-bottom: 10px;
	}
	
	.related-posts .col-last{
		display: none;
	}
	
	.one-third {
		margin-right: 20px;
	}
	
	.entry-social li.linkedin {
		display: none;
	}
	
	#respond .comment-form-author input[type="text"], 
	#respond .comment-form-email input[type="text"] {
		width: 91.8%;
	}

	#respond .comment-form-url input[type="text"], 
	#respond textarea {
		width: 96%;
	}
	
	/*=== Pages ===*/
	.contact-map iframe{
		height: 300px;
	}
	
	#recaptcha_widget .field, 
	.contact-page .row-full .field {
		width: 272px;
	}
	
	.captcha_field, 
	.contact-page .row-full input.text {
		width: 250px;
	}
	
	.contact-page input.title_field, 
	.contact-page textarea {
		width: 538px;
	}
	
	/*=== Footer ===*/
	.footer-widget {
		margin-right: 20px;
	}
}

/* 10.2. Tablet Portrait (devices and browsers)
================================================ */
@media only screen and (min-width: 768px) and (max-width: 859px) {
	
	

#chamada_destaque{
	display:none;
	}
.sidebar {
    width: 200px;
    margin-left: 20px;
    padding-left: 19px;
    border-left: 1px solid #ECECEC;
    overflow: hidden;
    float: left;
}

.widget_subscribe input[type="text"] {
    height: 21px;
    width: 138px;
    margin: 15px 0 20px;
}
	
	.inner-wrap{
		width: 750px;
	}
	
	/*=== Menus ===*/
	.menu-section {
		width: 260px;
	}
	
	#main-menu ul { 
		display: none; 
	}
	
	#main-menu select {
		display: block;
		width: 240px; 				
		margin-left: 10px;
	}
	
	#header .top-menu {
		margin-top: 0;
		height: auto;		
	}
	
	#header .top-menu ul { 
		display: none; 
	}
	
	#header .top-menu select{
		display: none;			
	}
	
	/*=== Homepage ===*/	
	h1{
		font-size: 28px;
	}
	
	h2{
		font-size: 26px;
	}
	
	h3{
		font-size: 20px;
	}
	
	h4{
		font-size: 14px;
	}
	
	.feat-section .section-left {
		margin-right: 10px;
		padding-right: 9px;
		width: 255px;
	}

	.feat-section .section-right {
		width: 475px;
	}
	
	.feat-section .main-post {
		margin-right: 0;
		width: 475px;
		margin-bottom: 20px;
	}
	
	.feat-section .post-list {
		width: 100%;
	}
	
	.feat-section .section-right .item-post{
		float: left;
		width: 230px;		
	}
	
	.feat-section .section-right .item-post:first-child {
		margin-bottom: 0;
		margin-right: 15px;			
	}
	
	.sec-slider .thumb {
		margin-right: 15px;
		width: 230px;
	}

	.sec-slider .post-right {
		width: 230px;
	}
	
	.sec-slider .date,
	.sec-slider .sep,
	.sec-slider .more-link,
	.sec-slider .post-right p{
		display: none;
	}
	
	.attachment-wt450_250 {
		height: 130px;
		width: 230px;
	}
	
	.feat-section .excerpt-footer {
		margin-bottom: 0;
		margin-top: 15px;
	}
	
	.carousel-section .slides li {
		margin-right: 20px;

	}
	
	#content{
		width: 310px;
	}
	
	.sidebar {
		margin-left: 10px;
		padding-left: 9px;
	}
	
	/*=== Single post ===*/
	.wide-content {
		width: 470px;
	}
	
	.single-page .sidebar, 
	.single-post .sidebar {
		margin-right: 10px;
		padding-right: 9px;
	}
	
	.single-post .entry-innerwrap {
		padding: 20px 15px 0;
	}
	
	.attachment-wt840_420{
		height: auto;
	}
	
	.entry-header {
		margin-bottom: 10px;
	}
	
	.related-posts .col-last{
		display: none;
	}
	
	.one-third {
		margin-right: 15px;
		width: 220px;
	}	
	
		.one-four {
		margin-right: 15px;
		width: 320px;
	}	
	
	.single-post .meta-top .share-links,
	.entry-social li.linkedin,
	.entry-social li.pinterest,
	.related-posts p,
	.related-posts .excerpt-footer{
		display: none;
	}
	
	#respond .comment-form-author input[type="text"], 
	#respond .comment-form-email input[type="text"] {
		width: 90.8%;
	}

	#respond .comment-form-url input[type="text"], 
	#respond textarea {
		width: 95%;
	}	
	
	/*=== Pages ===*/
	.contact-map iframe{
		height: 300px;
	}
	
	#recaptcha_widget .field, 
	.contact-page .row-full .field {
		width: 227px;
	}
	
	.captcha_field, 
	.contact-page .row-full input.text {
		width: 205px;
	}
	
	.contact-page input.title_field, 
	.contact-page textarea {
		width: 448px;
	}	
	
	/*=== Footer Widgets ===*/
	.footer-widget {
		margin-right: 10px;
		width: 240px;
	}
	
}

/* 10.3. Mobile Portrait (devices and browsers)
================================================ */
@media only screen and (min-width: 570px) and (max-width: 767px) {
	
	.inner-wrap{
		width: 550px;
	}
	
	.logo-wrap {
		margin: 15px 0;		
	}
	
	.logo-wrap .inner-wrap {
		overflow: hidden;
		text-align: center;
	}
	
	#header .logo {
		float: none;
		text-align: center;
		display: inline-block;
	}	
	
	/*=== Menus ===*/
	.menu-section {
		float: left;
		margin-top: 10px;
	}
	
	#main-menu ul { 
		display: none;		
	}
	
	#main-menu select {
		display: block;
		width: 250px; 
		margin-left: 150px;		
	}
	
	#header .top-menu {
		margin-top: 0;
		height: auto;		
	}
	
	#header .top-menu ul { 
		display: none; 
	}
	
	#header .top-menu select{
		display: none;			
	}
	
	/*=== Homepage ===*/
	h1{
		font-size: 26px;
	}
	
	h2{
		font-size: 24px;
	}
	
	h3{
		font-size: 20px;
	}
	
	h4{
		font-size: 17px;
	}

	.feat-section .section-left {
		/*display: none;*/
			width: 100%;
	}

	.feat-section .section-right {
		width: 550px;
	}
	
	.feat-section .main-post {
		margin-right: 0;
		width: 550px;
		margin-bottom: 20px;
	}
	
	.feat-section .feat-sec-nav {
		padding-top: 1px;
	}
	
	.feat-section .post-list {
		width: 100%;
	}
	
	.feat-section .section-right .item-post{
		float: left;
		width: 260px;	
	}
	
	.feat-section .section-right .item-post:first-child {
		margin-bottom: 0;
		margin-right: 15px;
	}
	
	.sec-slider .thumb {
		margin-right: 20px;
		width: 265px;
	}

	.sec-slider .post-right {
		width: 265px;
	}
	
	.sec-slider .date,
	.sec-slider .sep,
	.sec-slider .more-link,
	.sec-slider .post-right p{
		display: none;
	}
	
	.attachment-wt450_250 {
		/*height: 150px;*/
		width: 265px;
	}
	
	.feat-section .excerpt-footer {
		margin-bottom: 0;
		margin-top: 15px;
	}
	
	.carousel-section .slides li {
		margin-right: 20px;
	}
	
	.sidebar {
		margin-left: 15px;
		padding-left: 14px;		
	}
	
	#sidebar-left{
		border-left: 0;
		margin-left: 0;
		padding-left: 0;	
	}
	
	/*=== Single post ===*/
	.wide-content {
		width: 550px;
	}
	
	.single-post .entry-innerwrap {
		padding: 20px 15px 0;
	}
	
	.attachment-wt840_420{
		height: auto;
	}
	
	.entry-header {
		margin-bottom: 10px;
	}
	
	.related-posts .col-last{
		display: none;
	}
	
	.one-third {
		margin-right: 15px;
	}
	
	.entry-social li.linkedin,
	.entry-social li.pinterest,
	.related-posts p,
	.related-posts .excerpt-footer{
		display: none;
	}
	
	#respond .comment-form-author input[type="text"], 
	#respond .comment-form-email input[type="text"] {
		width: 90.8%;
	}

	#respond .comment-form-url input[type="text"], 
	#respond textarea {
		width: 95%;
	}
	
	/*=== Pages ===*/
	.one-half {
		margin-right: 20px;
		width: 265px;
	}

	.contact-map iframe{
		height: 250px;
	}
	
	#recaptcha_widget .field, 
	.contact-page .row-full .field {
		width: 267px;
	}
	
	.captcha_field, 
	.contact-page .row-full input.text {
		width: 245px;
	}
	
	.contact-page input.title_field, 
	.contact-page textarea {
		width: 528px;
	}
	
	.single-page .sidebar, 
	.single-post .sidebar {
		margin-right: 0;
		padding-right: 0;
		width: 550px;
		border-right: 0;
		float: left;
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		column-count: 2;
		column-gap: 20px;
		margin-top: 20px;
	}
	
	.single-page .sidebar .widget, 
	.single-post .sidebar  .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;
	}	
	
	/*=== Footer ===*/
	.footer-widget {
		margin-right: 15px;
	}
}

/* 10.3. Mobile Portrait Size to Mobile Landscape Size
====================================================== */
@media only screen and (max-width: 569px) {
	
.sidebar {
    width: 100%;
}
.feat-section { display: flex; flex-flow: column; }
    .section-left { order: 2; }
    .section-right { order: 1;  }


	.dividgeral{
		display:none;
		}
	.top-menu{
	/*display:none	*/
		}
	.inner-wrap{
		width: 90%;

	}
	
	.logo-wrap {
		margin: 10px 0;		
	}
	
	.logo-wrap .inner-wrap {
		overflow: hidden;
		text-align: center;
	}
			
	#header .logo {
		float: none;
		text-align: center;
		display: inline-block;
		max-width: 260px;
	}	
	
	/*=== Menus ===*/
	.menu-section {
		float: none;
		margin-top: 10px;
	}
	
	#main-menu ul {
		display: none;		
	}
	
	#main-menu select {
		display: block;
		width: 200px; 
		margin-left: 30px;
    margin: 0 auto;		
	}
	
	#header{
		margin-bottom: 15px;
	}
	
	#header .top-menu {
		margin-top: 15px;
    font-size: 11px;
		height: auto;		
	}
	
	#header .top-menu ul { 
		/*display: none; */
	}
	
	#header .top-menu select{
		display: none;			
	}
	
	#header .top .social {
		display: none;
	}
		
	/*=== Homepage ===*/
	h1{
		font-size: 26px;
	}
	
	h2{
		font-size: 24px;
	}
	
	h3{
		font-size: 20px;
	}
	
	h4{
		font-size: 1.2em;
	}
	
h5 {
    font-size: 1.2em;
}
	.ticker-section,
	.feat-section .section-left{
	/*	display: none;*/
		width: 100%;
	}
	


		.ticker-section{
	display: none;
		width: 100%;
	}
	
	.section-title h4 {
		margin-top: -1px;
	}
		
	.feat-section .section-right {
		width: 260px;
	}
	
	.feat-section .main-post {
		margin-right: 0;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.entry-meta .entry-rating {
		float: left;
	}
	
	.feat-section .post-list {
		width: 100%;
	}
	
	.feat-section .section-right .item-post{
		float: left;
		width: 100%;	
	}
		
	.sec-slider .thumb {
		margin-right: 0;
		width: 260px;
		margin-bottom: 10px;
	}

	.sec-slider .post-right {
		width: 260px;
	}
	
	.sec-slider .date,
	.sec-slider .sep,
	.sec-slider .more-link,
	.sec-slider .post-right p{
		display: none;
	}
	
	.attachment-wt450_250 {
		/*height: 145px;*/
		width: 260px;
	}
	
	.feat-section .excerpt-footer {
		margin-bottom: 0;
		margin-top: 15px;
	}
	
	.carousel-section .carousel{
		width: 260px;
	}
	
	.excerpt-thumb{
		height: auto;
	}
	
	.excerpt-thumb .wp-post-image {
		margin-top: 0;
	}


.thumb {
max-height: 200px !important;
}

	.attachment-wt550_300 {
		
	}
	
	#content{
		width: 100%;
	}
	
	.sidebar {
		margin-left: 0;
		padding-left: 0;	
		border: 0;
		//margin-top: 20px;
	}
	
	/*=== Single post ===*/
	.wide-content {
				width: 100%;

	}
	
	.single-post .entry-wrap {
		margin: 0 8px;
	}
	
	.single-post .entry-wrap .entry-meta .entry-rating {
		margin-bottom: 7px;
	}
	
	.single-post .entry-innerwrap {
		padding: 15px 8px 0;
	}
	
	.attachment-wt840_420{
		height: auto;
	}
	
	.entry-header {
		margin-bottom: 10px;
	}
	
	.related-posts .col-last{
		/*display: none;*/
	}
	
	.one-third {
		margin-right: 15px;
	}
	
	.entry-social li.linkedin,
	.entry-social li.pinterest,
	.entry-social li.gplus,
	.related-posts p,
	.related-posts .excerpt-footer{
		display: none;
	}
	
	.entry-author,
	.entry-tags{
		width: 100%;
	}
	
	.entry-tags{
		float: left;
		max-width: 100%;
	}
	
	.entry-footer .entry-social{
		margin-left: 30px;
	}
		
	.entry-footer .entry-rating{
		margin-top: 15px;
		float: left;
		margin-left: 70px;
	}
	
	/*=== Pages ===*/
	.one-half {
		margin-right: 0;
		width: 260px;
	}

	.contact-map iframe{
		height: 150px;
	}

	#recaptcha_widget .field, 
	.contact-page .row-full .field {
		width: 260px;
		margin-right: 0;
	}
	
	.captcha_field, 
	.contact-page .row-full input.text {
		width: 238px;
		margin-right: 0;
	}
	
	.contact-page input.title_field, 
	.contact-page textarea {
		width: 238px;
	}
	
	#respond .comment-form-author, 
	#respond .comment-form-email {
		width: 100%;
	}
	
	#respond .comment-form-author {
		margin-right: 0;
	}

	#respond .comment-form-author input[type="text"], 
	#respond .comment-form-email input[type="text"] {
		width: 90.8%;
	}

	#respond .comment-form-url input[type="text"], 
	#respond textarea {
		width: 91.7%;
	}
	
	#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;
	}
	
	.single-page .sidebar, 
	.single-post .sidebar {
		margin-right: 0;
		padding-right: 0;
	}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait){



}



