/*
Theme Name: Pandora
Theme URI: http://wellthemes.com/
Author: Well Themes
Author URI: http://wellthemes.com/
Description: A Premium Magazine style Responsive WordPress Theme by WellThemes.
Version: 1.0
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, fixed-width, 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:300,400,600,700,400italic);
@import url("css/reset.css"); 
@import url("css/common.css"); 
@import url("css/lightbox.css"); 
@import url("css/shortcodes.css"); 

 /* 1. BASE
 * ======================== */	
body{
	font-family: 'Open Sans', Helvetica, Arial, Sans-Serif;
    font-size: 13px;
    font-weight: 400;
	line-height: 1.7;
	color: #7E7E7E;
}

/*-- Link styles --*/
a{
	text-decoration: none;
	color: #3A3A3A;
	transition: all 0.2s ease 0s;
	outline: 0;
}

a:visited {
	color: #3A3A3A;
} 

a:hover {
	color: #FF7F1A;
}

a.more{
	color: #FF7F1A;
}

/*-- Headings --*/
h1,h2,h3,h4,h5,h6 {
	font-weight: 300;
	line-height: 1.2;
	color: #3A3A3A;
}

h1 {
	font-size: 28px;
	line-height: 1.27;
}

h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

h3{
	font-size: 17px; 
	margin-bottom: 10px;
}

h4 {	
	font-size: 16px;	
}

h5 {	
	font-size: 15px;
}

h6 {
	font-size: 14px;
	font-weight: 400;
}

:focus {
	outline: 0;
}

/*-- Layout --*/
#container{
	width: 1110px; 
	padding: 0 20px;
	margin: 0 auto;	
	overflow: hidden;
	background: #FFFFFF;
	position: relative;
}

#main{
	overflow:hidden;	
}

#content{
	width: 750px;
	margin-right: 30px;
	padding-right: 29px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #EEEEEE;
}

#sidebar{
	width: 300px;
	overflow: hidden;	
	float: left;
}

.section{
	margin-bottom: 30px;
	overflow: hidden;
}

.list{
	padding: 0;
	margin: 0;
	list-style: none;
}

.row{
	overflow: hidden;
}

.col{	
	float: left;
	margin-right: 30px;
}

.one-half{
	width: 360px;
}

.col-350{
	width: 350px;
}

.col-460{
	width: 460px;
}

.col-260{
	width: 260px;
}

.col-255{
	width: 255px;
}

.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-wt780_450{
	width: 780px;
	height: 450px;
}

.attachment-wt460_260{
	width: 460px;
	height: 260px;
}

.attachment-wt360_210{
	width: 360px;
	height: 210px;
}

.attachment-wt300_140{
	width: 300px;
	height: 140px;
}

.attachment-wt260_125{
	width: 260px;
	height: 125px;
}

.attachment-wt200_115{
	width: 200px;
	height: 115px;
}

.attachment-wt135_80{
	width: 135px;
	height: 80px;
}

.lb-image{ 
	max-width: inherit; 
}

/*-- main colors --*/
.main-color{
	color: #13B5F3;;
}

.main-color-bg{
	background: #13B5F3;
}

/* 2. HEADER
 * ========================= */
#header{
	overflow: hidden;
	margin-top: 30px;
}
#header .logo{
	max-width: 350px;
	margin-top: 10px;
	float: left;	
}

#header .links{
	float: right;
	overflow: hidden;
	max-width: 610px;
}

#header .links ul li{
	width: 110px;
	height: 110px;
	color: #FFFFFF;
	float: left;
	margin-left: 15px;
	position: relative;
	font-size: 16px;
	font-weight: 300;
}

#header .links ul li:first-child{
	margin-left: 0 !important;
}

#header .links ul li a{
	color: #FFFFFF;	
}

#header .links ul li img{
	display: block;
	width: 110px;
	height: 110px;
}

#header .links .item-icon {
	font-size: 26px;
	text-align: center;
	margin-top: 22px;
}

#header .links .item-title{
	position: absolute;
	bottom: 8px;
	left: 8px;
}

#header .links .item1{
	background: #EC643C;
}

#header .links .item2{
	background: #00BAFF;
}

#header .links .item3{
	background: #FDCC65;
}

#header .links .item4{
	background: #28C195;
}

#header .links .item5{
	background: #E4A057;
}

/* 3. NAVIGATION MENU
=========================== */
.menu-section{
	margin: 30px 0;
}

.menu-section .search{
	overflow: hidden;
	float: right;
}

.menu-section .search .button{
	border-bottom: 1px solid #13B5F3;
	height: 37px;
	width: 39px;
}

.menu-section .search .searchfield{
	width: 170px;
	margin-bottom: 0;	
	height: 21px;
}

.sticky-top {
	position:fixed;
	top:0;
	margin: 0;
	z-index: 999;
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.sticky-top #main-menu{
	border-bottom: none;
}

.sticky-top .searchfield{
	border-bottom: 1px solid #FFFFFF;
}

#main-menu {
	border-bottom: 1px solid #EEEEEE;
	display: none;	
	width: 879px;
	position: relative;
	z-index: 30;
	height: 36px;
	float: left;
}

#main-menu select {
    display: none;
    z-index: 3000;
    position: relative;
    padding: 6px;
    font-size: 14px;
    border: 1px solid #EEEEEE;
    height: 36px;	
	color:#555555;
	font-family:inherit;	
}

#main-menu ul {
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
	position:relative;
	z-index:99;
}

#main-menu ul li {
	float:left;	padding:0px;
	margin:0px;
	position:relative;
}

#main-menu ul li a {
	display: block;
	padding: 10px 16px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	color: #636363;	
	
}

#main-menu .current-menu-item ,
#main-menu .current_page_item,
#main-menu ul li a:hover{
	background: #E9663C;
	color: #FFFFFF;
}

#main-menu .current-menu-item  a,
#main-menu .current_page_item a{
	color: #FFFFFF;
}

#main-menu ul li ul {
	display: none;
	position: absolute;
	padding: 0;
	background: #F2F2F2;
	margin-top: 0;
}

#main-menu ul li ul li {
	float:none;
	padding:0px;
}

#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: 400;	
	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
 * =============================== */
/*-- Slider --*/
#slider-section .slider {
    overflow: hidden;
    position: relative;
	margin-right: 30px;
	width: 780px;
	float: left;
	display: none;
}

#slider-section .slider ul,
#slider-section .slider ol{
    list-style: none;
    margin: 0;
    padding: 0;
}

#slider-section .slider .slider-nav a {
    display: block;
	width: 52px;
    height: 52px;	
    overflow: hidden;
    text-indent: -999em;
    transition: all 0.3s ease 0s;
	position: absolute;
	z-index: 1;	
	background-color: #EE7876;
	opacity: 0.9;
}

#slider-section .slider .slider-nav .flex-prev {	
	background-image: url("images/arrow-left.png");
	background-position: 20px center;
	background-repeat: no-repeat;
    top: 150px;
	left: 0;	
}

#slider-section .slider .slider-nav .flex-next {
    background-image: url("images/arrow-right.png");
	background-position: 23px center;
	background-repeat: no-repeat;
    top: 150px;
	right: 0;	
}

#slider-section .slider .flex-viewport {
    max-height: 480;
    transition: all 1s ease 0s;
}

#slider-section .slider .loading .flex-viewport {
    max-height: 300px;
}

#slider-section .slider .slides li {
    position: relative;
}

#slider-section .slider .slider-nav a:hover{
	opacity: 1;
}

#slider-section .slider .cat-icon{
	top: -16px;
	left: 375px;
}

.cat-icon{
	position: absolute;	
	width: 32px;
	height: 32px;
	background: #FFFFFF;
	border-radius: 18px;	
	overflow: hidden;
}

.cat-icon i{
	padding: 9px 8px;
	display: block;
	font-size: 16px;
}

#slider-section .slider .post-info{
	position: absolute;
	bottom: 20px;
	left: 0;
	background-color: rgba(238, 120, 118, 0.9);	
	color: #FFFFFF;
	width: 750px;
	padding: 10px 15px;
}

#slider-section .slider .inner{
	margin-top: 5px;
}

#slider-section .slider .post-info h2{
	margin-bottom: 5px;
	font-size: 24px;
	text-align: center;
}

#slider-section .slider .post-info h2 a {
	color: #FFFFFF;
}

#slider-section .slider .post-excerpt{
	line-height: 1.4;
}

#slider-section .posts{	
	width: 300px;
	overflow: hidden;
	float: left;
}

#slider-section .posts ul{
	overflow: hidden;
}

#slider-section .posts ul li{
	height: 140px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;	
}

#slider-section .posts ul li .title{
	background: #13B5F3;
	background: rgba(19, 181, 243, 0.9);
	position: absolute;
	bottom: 10px;
	padding: 6px 10px 9px;	
}

#slider-section .posts ul li .title h4{
	text-transform: none;
}

#slider-section .posts ul li .title a{
	color: #FFFFFF;
}

#slider-section .posts .post3{
	margin-bottom: 0;
}

/*======== Feat tabs =========*/
.tabs-title-container{	
	font-size: 13px;
	font-weight: 700;
}

.tabs-title-container .wrap{
	border-bottom: 1px solid #EEEEEE;	
	position: relative;
}

.tabs-title-container .sep{
	border-bottom: 1px solid #EEEEEE;
	top: 6px;
	position: relative;
}

.tabs-title-container ul{	
	margin-left: 7px;	
}

.tabs-title-container ul li{	
	padding: 10px 10px 8px;	
	display: block;
	float: left;	
	display: block;
	border: 1px solid transparent;	
	margin-bottom: -1px;	
	position: relative;
	border-radius: 5px 5px 0 0;
}

.tabs-title-container i{
	margin-right: 5px;
}

.tab-titles .active {
	border: 1px solid #EEEEEE;
	border-bottom: 1px solid #FFFFFF;
	background: #FFFFFF;
}

.tab-titles .active i{
	color: #E9663C;	
}

.tab-titles .active a{
	color: #636363;
}

.tabs-title-container ul li,
.tabs-title-container ul li a{
	color: #13B5F3;
}

.tabs-title-container ul li:first-child{
	margin-left: 0;
}

.tabs-title-container .archives{
	float: right;
	margin-top: 12px;
	color: #C8C8C8;
	max-width: 250px;
	overflow: hidden;
}

.tabs-title-container .archives a{
	color: #C8C8C8;
}

.tabs-title-container .archives a:hover{
	color: #3A3A3A;
}

.tabs-title-container .comments{
	margin-top: 12px;
	float: left;
	margin-left: 20px;
	color: #13B5F3;
}

.tabs-title-container .comments a{
	color: #13B5F3;
}

.tabs-title-container .comments a:hover{
	color: #3A3A3A;
}

.tab-content{
	display: none;
}

.tab-header{
	overflow: hidden;
	margin: 15px 0;	
}

.tab-header .icon{
	float: left;
	padding-top: 0;
	margin-right: 12px;
	font-size: 24px;
	color: #13B5F3;
	line-height: 1;
}

.tab-header h2{
	line-height: 1;
}

.tab-header h4 {	
    line-height: 10px; 
    margin: 10px 0 20px; 
}

.entry-meta-wrap .entry-meta,
.tab-header .title{
	color: #7E7E7E;
	background: #FFFFFF; 
	display: block;
	padding: 5px 15px 5px 0; 
	float: left;
	font-weight: 300;
}

.page-sep .line,
.tab-header .line{
	display: block;
    border-bottom: 1px solid #EEEEEE;
    height: 10px;	
}

.page-sep .shape,
.entry-meta-wrap .shape,
.tab-header .shape{
	background: #EEEEEE;
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	margin-top: -10px;
	border-radius: 10px;
}

.entry-meta-wrap .line{
	display: block;
    border-bottom: 1px solid #EEEEEE;
    height: 18px;	
}

#feat-tabs .main-post{
	overflow: hidden;
	margin-bottom: 30px;
}

#feat-tabs .main-post p{
	
}

#feat-tabs .posts-wrap{
	overflow: hidden;
}

#feat-tabs .cat-left .item-post{
	overflow: hidden;
	margin-bottom: 10px;
}

#feat-tabs .cat-left .item-post .thumb{
	margin-bottom: 0;
}

#feat-tabs .item-post .entry-meta{
	margin-bottom: 3px;	
	margin-top: 0;
}

#feat-tabs .cat-left .thumb{
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}

/* #feat-tabs .item-post .entry-meta{
	margin-bottom: 0;
	margin-top: 3px;
} */

#feat-tabs .cat-right .item-post{
	border-bottom: 1px solid #EDEDED;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#feat-tabs .cat-right .entry-meta{
	margin-bottom: 0;
	margin-top: 5px;
}

#feat-tabs .cat-right .item-post:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.read-more{
	display: block;
	float: left;
	padding: 5px 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF;
}

.read-more a{
	color: #FFFFFF;
}

.thumb{
	position: relative;
}

.tab-content .main-post .thumb{
	margin-bottom: 0;
}

.tab-content .main-post .thumb .cat-icon {	
	right: -15px;
	top: 90px;
}

.thumb{
	margin-bottom: 15px;
}

.thumb .cat-icon {
	right: 165px;
	bottom: -15px;
}

/*===== Featured Post Section ======*/
#feat-post .main-post{
	float: right;
}

#feat-post .thumb .cat-icon {
	bottom: -15px;
	right: 215px;
}

#feat-post .entry-footer{
	overflow: hidden;
}

#feat-post .entry-footer .read-more{
	margin-right: 30px;
	float: left;
}

#feat-post .entry-footer .entry-meta{
	line-height: 1;
}

#feat-post .entry-footer .meta-top{
	padding-bottom: 4px;
}

#feat-post .entry-footer .entry-meta a{
	color: #13B5F3;
}

#feat-post .entry-footer .entry-meta a:hover{
	color: #3A3A3A;
}

#feat-post .post-list .item-post{
	overflow: hidden;
}

#feat-post .post-list .item-post:first-child{
	margin-bottom: 30px;
}

#feat-post .post-list .thumb{
	margin-bottom: 5px;
}

#feat-post .post-list .entry-meta{
	margin-bottom: 4px;
}

#feat-post .post-list .meta-bottom{
	margin-bottom: 0;
	margin-top: 5px;	
}

#feat-post .post-list .entry-cat{
	margin-right: 10px;
}

#feat-post .post-list .entry-cat i{
	margin-right: 4px;
}

#feat-post .feat-stars{
	position: absolute;
	top: 10px;
	right: 10px;
	border-bottom: 1px solid #FFFFFF;	
	opacity: 0.9;
	text-align: center;
}

#feat-post .feat-stars .stars{	
	height: 21px;
	display: block;
	background: url('images/3stars.png') no-repeat center center;
}

#feat-post .feat-stars .text{
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;	
	margin-bottom: 3px;
}

/*===== Carousel ======*/
#feat-carousel{
	overflow: hidden;		
}

#feat-carousel .carousel-wrap{
	position: relative;
	border: 1px solid #EEEEEE;
	padding: 20px 0;
	overflow: hidden;
}

#feat-carousel .carousel-posts {
	margin-left: 57px;	
	display: none;
}

#feat-carousel .carousel-posts li {
	width: 200px;
	height: 105px;
	padding: 0;
	margin: 0 6px;
	display: block;
	float: left;
	position: relative;
}

#feat-carousel .carousel-posts .wp-post-image{
	width: 200px;
	height: 115px;
}

#feat-carousel .carousel-posts li  h6{
	position: absolute;
	bottom: 0;
	display: inline-block;
	background: rgba(0,0,0,0.6);
	padding: 4px 6px;
	font-size: 13px;
	font-weight: 600;
}

#feat-carousel .carousel-posts li  h6 a{
	color: #DDDDDD;
}

#feat-carousel .carousel-nav a{
	font-size: 28px;
	position: absolute;
	top: 52px;	
	display: block;	
	border: 1px solid #EEEEEE;
	line-height: 1;
	color: #EEEEEE;
}

#feat-carousel .carousel-nav a:hover{
	border: 1px solid #DDDDDD;
	color: #DDDDDD;
}

#feat-carousel .carousel-prev{	
	left: 10px;
	width: 24px;
	padding: 3px 0 3px 10px;
}

#feat-carousel .carousel-next{	
	right: 10px;
	width: 20px;
	padding: 3px 0px 3px 14px;
}


/*===== Single Categories =====*/
#single-cats .main-post{
	overflow: hidden;
	margin-bottom: 20px;
}

#single-cats .item-post{
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EDEDED;
}

#single-cats  .item-post .entry-meta{
	margin-bottom: 3px;	
}

#single-cats .item-post .thumb{
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 0;
}

#single-cats .item-post .entry-meta{
	margin-bottom: 0;
	margin-top: 3px;
}

#single-cats .item-post{
	border-bottom: 1px solid #EDEDED;
	margin-bottom: 8px;
	padding-bottom: 14px;
}

#feat-tabs .cat-right .entry-meta{
	margin-bottom: 0;
	margin-top: 5px;
}

#feat-tabs .cat-right .item-post:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.section-title{
	overflow: hidden;
	margin-bottom: 15px;
}

.section-title .title-wrap{
	display: block;
	float: left;
	padding: 8px 12px 6px;
	color: #FFFFFF;	
}

.section-title .icon{
	float: left;
	margin-right: 10px;	
}

.section-title .icon i{
	font-size: 17px;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.section-title h3{
	line-height: 1;
	margin: 0;
	float: left;
	color: #FFFFFF;
}

.section-title h3 a{
	color: #FFFFFF;
}

.section-title h3 span{
	font-weight: 700;
	margin-left: 5px;	
}



/*===== Entry meta =====*/
.entry-meta{
	margin-bottom: 7px;	
	color: #9E9E9E;
}

.entry-meta a{
	color: #9E9E9E;
}

.entry-meta a:hover{
	color: #3A3A3A;
}

.entry-meta .sep{
	margin: 0 3px;
}

.entry-meta .tags span,
.entry-meta .category span{
	margin-right: 4px;
}

.entry-meta .entry-cats span{
	margin-right: 10px;
}

.entry-meta .entry-cats{
	padding-left: 1px;
}

.entry-meta .entry-cat{
	margin-right: 5px;
}

.entry-meta .count{
	margin-left: 3px;
	color: #9E9E9E;
}

.entry-meta .score{
	margin-right: 10px;
	color: #13B5F3;
}

.entry-meta .author a{
	color: #13B5F3;
}

.entry-meta .author a:hover{
	color: #3A3A3A;
}

.entry-meta .image-link{
	float: right;
}

.entry-meta i{
	margin-right: 5px;
}

.entry-meta .score i{
	
	font-size: 17px;
}

/*=== Single Post ====*/
.single-post .tab-content{
	padding: 20px 0;
}

.entry-title{
	overflow: hidden;
	margin-bottom: 10px;
}

.entry-title i{
	margin-right: 10px;	
	padding-left: 1px;
}

.entry-wrap{
	overflow: hidden;
}

.entry-meta-wrap{
	overflow: hidden;
	margin-bottom: 10px;
}

.entry-content-wrap{
	overflow: hidden;
}

/*-- Social links --*/
.entry-social{
	overflow: hidden;
	border: 1px solid #EEEEEE;
	padding: 15px 20px;
}

.entry-social .title{
	float: left;
	margin-right: 30px;
}

.entry-social .title h3{
	margin-bottom: 0;
}

.entry-social .right{
	float: left;
}

.entry-social .right ul li{
	float: left;
	margin-right: 30px;
}

.entry-social .right ul li.fb a:hover{
	color: #3A589B;
}

.entry-social .right ul li.twitter a:hover{
	color: #359BED;
}

.entry-social .right ul li.gplus a:hover{
	color: #B63324;
}

.entry-social .right ul li.linkedin a:hover{
	color: #007AB9;
}

.entry-social .right ul li.pinterest a:hover{
	color: #CB2027;
}

.entry-social .right ul li i{
	margin-right: 5px;
}

.entry-author .author-wrap{
	border: 1px solid #EEEEEE;
	padding: 15px 20px;
	overflow: hidden;
}

.entry-author .author-avatar{
	float: left;
	margin-right: 15px;
}

.entry-author .author-link a{
	font-weight: 600;
}

/* Post nav --*/
.img-nav{
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 10px;
	padding-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 navigation --*/
.post-nav{
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 3px solid #13B5F3;
}

.post-nav h6{
	font-weight: 600;
	display: inline-block;
}

.post-nav .link{
	display: block;
	float: left;
}

.post-nav .prev-post{
	float: left;
}

.post-nav .prev-post i{
	margin-right: 5px;
}

.post-nav .next-post{
	float: right;
}

.post-nav .next-post i{
	margin-left: 5px;
}

/*=== Entry Ads ====*/
.entry-ad {	
	text-align: center;
}

.entry-ad .ad-inner-wrap{
	display: inline-block;
	max-width: 100%;
}

/*===== Archive Posts =====*/
.archive-header{
	overflow: hidden;
	margin-bottom: 10px;
}

.archive-header h3 span{
	font-weight: 700;
}

.archive-postlist{
	overflow: hidden;
}

.archive-postlist .col{
	margin-bottom: 30px;
}

..archive-postlist .one-half:nth-child(2n+1) { 
	clear: both; 
}

.excerpt-wrap{
	overflow: hidden;
}

.excerpt-wrap .entry-meta{
	margin-bottom: 0;
}

/* ======= Pagination ======= */
.pagination{
	overflow: hidden;
	margin: 30px 0;		
	clear: both;	
}

.pagination  .page-numbers {    
	border: 1px solid #D7D7D7;
	color: #9E9E9E;
	padding: 6px 10px;
	display: inline-block;	
	margin-right: 6px;
	margin-bottom: 8px;

}

.pagination a:hover{
	border: 1px solid #13B5F3;
	color: #7E7E7E;
}
.pagination .current {
	border: 1px solid #13B5F3;
	background: #13B5F3;
	color: #FFFFFF;
}

/* 5. REVIEW
 * ========================= */	
.review-container {
	float: right;
	margin-bottom: 20px;
	margin-top: 8px;
	margin-left: 30px;
	width: 300px;	
	color: #999;	
}

.review-container .review-format{
	display: none;
}

.review-container .review-wrap{
	border: 1px solid #EEEEEE;
}

.review-container .review-item{
	overflow: hidden;
	border-bottom: 1px solid #EEEEEE;
	padding: 12px 15px;
}

.review-container .item-title{
	float: left;
	line-height: 1;	
	margin-top: 3px;
}

.review-container .review-stars{
	float: right;
	font-size: 18px;
	line-height: 1;
}

.review-container .review-stars i{
	margin-right: 2px;
}

.review-container .review-item-final{
	overflow: hidden;	
	border-top: none;
	display: table;
}

.review-container .review-item-final h6{
	font-weight: 700;
}

.review-container .review-item-final .left{
	width: 148px;
	margin-right: 10px;
	padding: 8px 15px;
	display: table-cell;
	vertical-align: top;
}

.review-container .review-item-final .right{
	width: 100px;
	text-align: center;
	background: #FFF;
	margin-top: 5px;
	display: table-cell;
	padding: 5px 10px;
}

.review-container .final-score h3{
	font-size: 32px;		
	font-weight: 600;
	color: #999999;
	line-height: 1;
	margin-bottom: 0;
}

.review-container .final-title h6{
	color: #999999;
}

.review-container .final-text{
	line-height: 1;
	margin-bottom: 5px;
}

.review-container .final-summary{
	line-height: 1.2;	
}

.review-item-final .review-stars {
	margin-right: 5px;
}

/* 6. PAGES
 * ========================= */	
.page-header{
	margin-bottom: 20px;
}

.page-sep{
	overflow: hidden;
}

/*=== Contact page ===*/
.col-header{
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 20px;	
}

.col-header h2{
	margin-bottom: 12px;
}

.col-header hr{
	color: #E9663C;
	background: #E9663C;
	height: 5px;
	width: 50px;
	border: none;
	float: left;
	padding: 0;
	margin: 0;
	margin-top: -5px;
}

.contact-page .map iframe{
	
}

.contact-page .contact-text{
	margin-bottom: 30px;
	margin-top: 10px;
}

.contact-page .field{
	margin-bottom: 20px;
	overflow: hidden;
}

.contact-page input.text,
.contact-page textarea{
	padding: 10px;
	width: 328px;
	border: 1px solid #D1D1D1;
	font: inherit;
	color: inherit;	
	margin-bottom: 0;
}

.contact-page textarea{
	height: 120px;
}

.contact-page .info-text{
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.contact-page .error{
	color: red;
}

.recaptcha_only_if_image,
.recaptcha_only_if_audio{
	margin-bottom: 5px;
	display: block;
}

.recaptcha_only_if_image .enter-words,
.recaptcha_only_if_audio .enter-words{
	font-weight: 700;
}

.contact-page label{
	margin-bottom: 5px;
	display: block;
	font-weight: 600;
}

.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: 3px 0px 3px 10px;
	font-size: 18px;
	height: 30px;
}

.contact-page .button{
	height: 36px;
	padding-left: 5px;
}

.contact-page .contact-info i{
	font-size: 24px;
}

.contact-page .contact-info .icon{
	width: 30px;
	margin-right: 10px;
	float: left;
}

.contact-page .contact-info .address{
	margin-top: 30px;
}

.contact-page .contact-info .address,
.contact-page .contact-info .phone,
.contact-page .contact-info .email{
	padding-bottom: 10px;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 20px;
}

.contact-page .contact-info .address .icon,
.contact-page .contact-info .phone .icon{
	width: 25px;
	padding-left: 5px;
}

.contact-page .contact-info .phone .icon i{
	font-size: 30px;
}

.contact-page .contact-info h6{
	font-weight: 700;
}

.contact-page .contact-logo {
	overflow: hidden;
	text-align: center;
	margin: 30px 0;
}

.social-links{
	overflow: hidden;
}

.social-links ul{
	overflow: hidden;	
	border: 1px solid #EEEEEE;
	padding: 10px;
	margin: 10px 0;
}

.social-links ul li{
	float: left;
	margin-right: 10px;
}

.social-links ul li a{
	display: block;
	float: left;
	height: 26px;
	width: 26px;
	text-indent: -999em; 
    opacity: 0.9;	
	transition: all 0.2s ease 0s;
}

.social-links ul li a:hover{
	opacity: 1;	
}

.social-links a.gplus{
  background: url("images/gplus.png") no-repeat left center;  
}

.social-links a.fb{
  background: url("images/fb.png") no-repeat left center;  
}

.social-links a.twitter{
  background: url("images/twitter.png") no-repeat left center;  
}

.social-links a.linkedin{
  background: url("images/linkedin.png") no-repeat left center;  
}

.social-links a.dribbble{
  background: url("images/dribbble.png") no-repeat left center;  
}

.social-links a.pinterest{
  background: url("images/pinterest.png") no-repeat left center;  
}

.social-links a.instagram{
  background: url("images/instagram.png") no-repeat left center;  
}

.social-links a.youtube{
  background: url("images/youtube.png") no-repeat left center;  
}

.social-links a.rss{
  background: url("images/rss.png") no-repeat left center;  
}

/*=== Error Page ===*/
.error-page{
	overflow: hidden;
	margin: 30px 0;
}

.error-page .error-info h3{
	font-weight: 600;
}

.error-page .error-info h3 span{
	margin-left: 5px;
}

.error-page .error-info .post-list{
	overflow: hidden;
	margin-bottom: 20px;
}

.error-page .error-info .post-list ul li{
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.error-page .error-info .post-list ul li:last-child{
	border-bottom: none;
}

.error-page  .error-image,
.error-page  .error-number{
	text-align: center;
}

.error-page  .error-number h1{
	font-size: 180px;
	font-weight: 600;
	line-height: 1;	
}

.error-page .search .searchfield{
	width: 289px;
}

/* 7. COMMENTS
 * ========================= */	
#comments{
	max-width: 860px;
	line-height: 1.5;
}

#comments .comments-title {
	overflow: hidden;
	margin-bottom: 30px;
}

#comments .comments-title .title-wrap{
	margin-right: 15px;
}

#comments .comments-title .add-comment h4{
	margin-top: 10px;
}

#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: 20px;
}

#comments .author-avatar img{
	display: block;
}

#comments .comment-header {
	overflow: hidden;
}

#comments .comment-header h5{
	float: left;
	margin-right: 15px;
}

#comments .comment-header .fn {	
	width: auto;
	font-style: normal;
	margin-right: 10px;
}

#comments .comment-meta{
	margin-bottom: 5px;	
}

#comments .author-comment{
	color: #FFFFFF;
	font-size: 12px;
	padding: 3px 8px 4px;	
	line-height: 1;
	display: block;
	float: left;
}

#comments .comment-time{	
	font-size: 13px;
	letter-spacing: 0;
	margin-right: 5px;
}

#comments .comment-time a{
	color: #AEAEAE;
}

#comments .sep{
	color: #AEAEAE;
	margin-right: 0px;
}

#comments .reply {
	font-size: 13px;
	margin-right: 10px;
}

#comments .edit-link{
	font-size: 13px;
}

#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; 
}

#respond #reply-title small{
	font-weight: 400;
	font-size: 13px;
} 

#respond .required {
	color: #ff4b33;
	font-weight: bold;
}

#respond label {
	margin-bottom: 5px;
	display: block;
	font-weight: 600;
}

#respond .comment-form-comment label{
	font-weight: 700;
	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: 92%;
}

#respond .comment-form-url input[type=text],
#respond textarea{
	width: 96%;
}

#respond input[type=text],
#respond textarea{	
	display: block;	
	font-family: inherit;
	font-size: 14px;
	color: inherit;	
	padding: 10px;
	border: 1px solid #D1D1D1;
	margin-bottom: 20px;
	color: #AEAEAE;
}

#respond textarea{
	height: 185px;
}

#respond input[type=submit]{
	background: #13B5F3;
	color: #FFFFFF !important;
	cursor: pointer;
	font: inherit;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
    padding: 10px 12px 10px 8px;
    text-decoration: none;
	border: none;
	margin: 0 0 30px;
	height: 45px;
}

.form-submit .submit-icon {
	color: #FFFFFF;
	float: left;
	padding: 9px 0 9px 12px;
	font-size: 18px;
	height: 27px;
}

#respond .form-allowed-tags {
	display: none;
}


/* 8. WIDGETS
 * =========================== */
#sidebar .widget{
	margin-bottom: 30px;
	overflow: hidden;
}

.widget-title {
	overflow: hidden;
	background: #13B5F3;
	margin-bottom: 15px;
	color: #FFFFFF;
}

.widget-title h4{
	padding: 11px;
	color: #FFFFFF;
}

.widget-title h4.title{
	padding: 11px 13px;
}


.widget-title .icon{
	float: left;
	margin-right: 7px;
}

.widget-title .icon{
	font-size: 20px;
	padding: 10px 12px;
	line-height: 1;
	background: none;
	background: rgba(0, 0, 0, 0.1);
}

/*=== Default Widgets ===*/
.widget ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget ul li{
	margin-bottom: 3px;
}

.widget_categories ul li a:before,
.widget_meta ul li a:before,
.widget_pages ul li a:before,
.widget_recent_entries ul li a:before,
.widget_archive ul li a:before {
	content: "\f101";
	font-family: FontAwesome;
	margin-right: 5px;
}

.widget_recent_comments ul li a:before{
	content: "\f178";
	font-family: FontAwesome;
	margin-right: 5px;
	margin-left: 5px;
}

#sidebar .widget_recent_entries ul li{
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #EEEEEE;
}

#sidebar .widget_recent_entries ul li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

/*=== Tags Widget ====*/
.widget_tag_cloud{
	overflow: hidden;
}

.tagcloud a {
    display: block;
    float: left;
    font-size: 13px !important;
    line-height: 12px;
    margin: 0 5px 5px 0;
    padding: 6px 10px;
	border: 1px solid #BBBBBB;
	color: #BBBBBB;
}

.tagcloud a:hover {
   border: 1px solid #888888;
   color: #888888;
}

/*=== Widget Input ====*/
.searchfield,
.widget input[type=text] {
	display: block;
	float: left;
	font-size: 14px !important;
	padding: 7px 10px;
	width: 240px;
	margin-bottom: 10px;
	border: 1px solid #D1D1D1;
	border-right: none;
	font: inherit;
	color: #999999;
	height: 20px;
}

.searchfield{
	width: 250px;
}

.widget_subscribe label{
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
}

.widget_subscribe input[type=text]{
	width: 218px;
}

.widget_subscribe label span{
	color: red;
	margin-left: 3px;	
}

.widget_subscribe .button{
	padding: 7px 10px;
	height: 36px;
	margin-left: 0;
}

#footer .widget_subscribe input[type="text"] {
  width: 173px;
}

/*=== Flickr/Pinterest Widget ===*/
.widget_flickr .flickr_thumbs{
	overflow: hidden;
}

#sidebar .widget_flickr .flickr_thumbs,
#sidebar .widget_pinterest .recent-pins-widget{
	width: 321px;
}

#sidebar .widget_pinterest ul li,
#sidebar .widget_flickr ul li{
	width: 85px;
	float: left;
	margin-right: 22px;
	margin-bottom: 22px;
	padding: 0 !important;
	border-bottom: none !important;
}

#sidebar .widget_pinterest .pinterest-image img,
#sidebar .widget_flickr .flickr_thumbs img{
	width: 85px;
	height: 85px;
	display: block;
}

.widget_pinterest ul li.pinterest-follow-me img{
	display: block;
	height: 28px
}

.widget_pinterest .recent-pins-widget{
	overflow: hidden;
}

#footer .widget_pinterest ul li,
#footer .widget_flickr ul li{
	width: 80px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0 !important;
	border-bottom: none !important;
}

#footer .widget_pinterest .pinterest-image img,
#footer .widget_flickr .flickr_thumbs img{
	width: 80px;
	height: 80px;
	display: block;
}

/*=== Popular Posts Text Widget ===*/
.widget_popular_text ul li{
	overflow: hidden;
	margin-bottom: 10px;
}

.widget_popular_text .post-number{	
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 22px;
	font-weight: 700;
	width: 42px;
	height: 42px;
	line-height: 42px;
	margin-right: 10px;
	text-align: center;	
}

.widget_popular_text .post-right h5{
	padding: 2px 5px 3px;
}

.widget_popular_text ul li:hover{
	background: #13B5F3;	
}

.widget_popular_text ul li:hover .post-number{
	background: rgba(0, 0, 0, 0.1);	
}

.widget_popular_text ul li:hover a{
	color: #FFFFFF;
}

/*=== Recent Comments ===*/
.widget_comments .entry-meta{
	margin-bottom: 0;
}

.widget_comments .comment-list li{
	overflow: hidden;
	margin-bottom: 10px;	
}

.widget_comments .thumbnail{
	width: 32px;
	float: left;
	margin-right: 7px;
	margin-top: 2px;
}

.widget_comments .comment-list .avatar{
	width: 32px;
	height: 32px;
}

.widget_comments .comment-text{
	line-height: 1.4;
}

.widget_comments .entry-meta{
	margin-top: 0;
}

.widget_comments .date {
  font-size: 12px;
}

/*=== Popular Popular Categories ===*/
.widget_popular_categories ul{
	overflow: hidden;
}

.widget_popular_categories ul li {
	width: 150px;
	float: left;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.widget_popular_categories ul li i{
	margin-right: 5px;
	padding-left: 1px;
}

.widget_popular_categories ul li .count{
	color: #9E9E9E;
	margin-left: 5px;
}

/*=== Ads Widgets ===*/
.widget_adsingle .outer-wrap{	
	text-align: center;
}

.widget_adsingle .in-wrap{
	display: inline-block;
}

/*-- Ads Block Widget--*/
.widget_adsblock ul{
	overflow: hidden;
	margin-top: 10px;
	list-style: none;	
	margin: 0;
	padding: 0;
}

.widget_adsblock ul li{
	float: left;
	margin-top: 15px;
	padding: 0 !important;
	width: 140px;
	height: 140px;	
	border-bottom: none !important;
	margin-right: 0px;	
}

.widget_adsblock ul li img{
	width: 140px;
	height: 140px;	
}

.widget_adsblock ul li a{
	display: block;
}

.widget_adsblock  ul li:first-child{
	margin-right: 15px;
	margin-top: 0;
}

.widget_adsblock ul li:first-child + li {
	margin-top: 0;
}

.widget_adsblock ul li:first-child + li + li{
    margin-right: 15px;
}

/*=== Twitter Widget ===*/
.widget_twitter .twitter-header{	
	position: relative;
}

.widget_twitter .twitter-profile-info{
	height: 80px;
	background: #3F3F3F;
	
}

.widget_twitter .twitter-profile-info h4{
	font-weight: 700;
	text-align: center;
	padding: 15px 0;
}

.widget_twitter .twitter-profile-info h4 a{
	color: #FFFFFF;
}

.widget_twitter .twitter-avatar{
	position: absolute;
	bottom: -40px;
}

.widget_twitter .twitter-avatar img{
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.widget_twitter .twitter-avatar .wrap{
	background: rgba(0, 0, 0, 0.15);
	display: inline-block;
	border-radius: 50%;
	padding: 7px;
	margin-left: 110px;	
}

.widget_twitter .tweets-wrap{
	border: 1px solid #EEEEEE;
	padding-top: 50px;	
}

.widget_twitter .tweets-list{	
	overflow: hidden;
}

.widget_twitter .tweets-list li{
	overflow: hidden;
}

.widget_twitter .tweets-list li h3{
	margin-bottom: 0;
}

.widget_twitter .tweet-wrap {
	padding: 0 10px;
	overflow: hidden;
}

.widget_twitter .tweet-wrap p{
	margin-bottom: 10px;
}

.widget_twitter .tweets-list .tweet a{
	color: #13B5F3;
}

.widget_twitter .tweets-list .tweet a:hover{
	color: #3A3A3A;
}

.widget .flex-control-nav{
    text-align: center;	
	list-style: none;
	margin: 10px 0;
	padding: 0;
  	overflow: hidden;
}

.widget .flex-control-nav li{
	display: inline-block;
	margin-right: 6px;	
}

.widget .flex-control-nav li a{
	cursor: pointer;
	font-size:0;	
	color: #DDDDDD;
}

.widget .flex-control-nav a:before  { 
	font-family: FontAwesome; 
	font-size: 13px; 	
	display: inline-block; 
	content: '\f04d';	
}

.widget .flex-control-nav a.flex-active{
	color: #E9663C;
}

/*=== Contact Widget ===*/
.widget_contact_form .field{
	margin: 10px 0;
	overflow: hidden;
}

.widget_contact_form input.text,
.widget_contact_form textarea{
	padding: 7px 10px;
	width: 90%;
	border: 1px solid #D1D1D1;
	font: inherit;
	color: inherit;	
	margin-bottom: 0;
}

.widget_contact_form textarea{
	height: 120px;
	margin-bottom: 10px;
}

.widget_contact_form .info-text{
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.widget_contact_form label{
	margin-bottom: 5px;
	display: block;
	font-weight: 700;
}

.widget_contact_form label span{
	color: red;
	margin-left: 3px;	
}

.widget_contact_form .last-field{
	margin-bottom: 0;
}

.widget_contact_form .field-submit{
	margin-top: 20px;
}

.widget_contact_form .error{
	color: red;
	clear: both;
	display: block;
	overflow: hidden;
}

.recaptcha-help-wrap{
	overflow: hidden;
	margin-bottom: 10px;
}

.recaptcha_refresh,
.recaptcha_only_if_image,
.recaptcha_only_if_audio,
.recaptcha_help{
	float: left;
	margin-right: 10px;
}

.recaptcha_refresh i,
.recaptcha_only_if_image i,
.recaptcha_only_if_audio i,
.recaptcha_help i{
	margin-right: 5px;
}

.recaptcha_is_showing_audio #recaptcha_image{
	height: 80px !important;
}

/*=== Post Widgets ====*/
.widget_posts .post-list li{
	margin-bottom: 20px;
}

.widget_posts .post-list li:last-child{
	margin-bottom: 0;
}

.widget_posts .thumbnail{
	margin-bottom: 3px;
}

.widget_posts .entry-meta{
	margin-bottom: 3px;
}

.widget_posts h4{
	margin-bottom: 3px;
}

/*=== Top Reviews Text ===*/
.widget_reviews_text .post-list li{
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 10px;
	position: relative;
}

.widget_reviews_text h6{
	font-weight: 700;
	font-size: 13px;
	margin-bottom: 5px;	
}

.widget_reviews_text .post-number{
	position: absolute;
	right: 0;
	color: #F0F0F0;
	font-size: 28px;
	font-weight: 700;
	bottom: -14px;
}

/*=== Social Counter Widget ===*/
.widget_subscribers .widget-tab-titles {
	
}

.widget_subscribers .widget-title-container ul{
	overflow: hidden;
}

.widget_subscribers .widget-title-container ul li{
	border-bottom: none !important;
	padding: 8px 10px;
	float: left;
	width: 78px;	
	margin-bottom: 0;
	text-align: center;
	position: relative;
	border: 1px solid #EEEEEE;
	border-left: none;	
}

.widget_subscribers .widget-title-container ul li i{
	font-size: 24px;
}

.widget_subscribers .widget-title-container ul li.active i{
	color: #FFFFFF;
}

.widget_subscribers .widget-title-container ul li.twitter{
	border-left: 1px solid #EEEEEE;
	width: 80px !important;
}

.widget_subscribers .widget-title-container ul li.twitter a{
	color: #57C8ED;	
}

.widget_subscribers .widget-title-container ul li.fb a{
	color: #3C5B9B;
}

.widget_subscribers .widget-title-container ul li.rss a{
	color: #FAA21B;
}

.widget_subscribers .widget-title-container ul li.twitter.active{
	background: #57C8ED;
	border: 1px solid #57C8ED;
}

.widget_subscribers .widget-title-container ul li.fb.active{
	background: #3C5B9B;
	border: 1px solid #3C5B9B;
	border-left: none;
}

.widget_subscribers .widget-title-container ul li.rss.active{
	background: #FAA21B;
	border: 1px solid #FAA21B;
	border-left: none;
}

.widget_subscribers .tab-content{
	display: none;
	padding: 15px;	
}

.widget_subscribers .tab-content .count{
	font-weight: 700;
}

.widget_subscribers .tab-content h5{
	color: #FFFFFF;
}

.widget_subscribers .tab-content h5 a{
	color: #FFFFFF;
}

.widget_subscribers #fb-tab-content{
	background: #3C5B9B;
}

.widget_subscribers #twitter-tab-content{
	background: #57C8ED;
}

.widget_subscribers #rss-tab-content{
	background: #FAA21B;
}

/*=== Carousel Widget ===*/
.widget_carousel .attachment-wt360_210 {
	height: 180px;
	width: 300px;
}

.widget_carousel .thumb .cat-icon {
	right: 135px;
}

/*=== Social Connect Widget ===*/
.widget_aboutus .info-text{
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 12px;
	margin-bottom: 15px;
	margin-top: 20px;
}

.widget_aboutus .social-links ul {
	border: none;
	padding: 0;
}

.widget_aboutus .social-links ul li{
	margin-right: 2px;
}
/*=== 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: 3px !important;
	border-bottom: none !important;
}
.widget_polls-widget p {
	text-align: left !important;
}
.widget_polls-widget p strong{
	font-size: 17px;
	font-weight: 600;	
}

.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: 12px;
	background: #FFC600;
	border: none;
}

.widget_polls-widget .wp-polls .wp-polls-ul li{
	margin-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;
	color: #999999;
}

.widget_polls-widget .wp-polls input.Buttons {
    margin-right: 1px;
    border: 0px;
    padding: 6px;
	font: inherit;	
    font-size: 14px;
	font-weight: 700;
    color: #FFFFFF;
	background: #3F3F3F;
	border-radius: 0;
	margin: 10px 10px 3px 0;	
	display: inline-block;
	cursor: pointer;	
}

.widget_polls-widget .wp-polls-ans{
	margin-bottom: 5px;
}

.widget_polls-widget .wp-polls-ans p{
	margin: 0;	
}

.widget_polls-widget .wp-polls a {
    text-decoration: none;
	font: inherit;	
	font-size: 14px;
	margin: 10px 0 3px;	
	line-height: 20px;
	border-radius: 4px;
}

.widget_polls-widget .wp-polls-loading{
	display: none !important;
}

.widget_polls-widget>ul:first-of-type {
	display: none;
}

/* 9. FOOTER
 * =========================== */
#footer{
	overflow: hidden;
	border-top: 5px solid #E9663C;
	margin-top: 20px;
	padding: 20px 0;
}

#footer .footer-widgets{
	overflow: hidden;
}

#footer .footer-widgets .col{
	overflow: hidden;
}

/* 10. MEDIA QUERIES
 * =========================== */
 
/* 10.1 DESKTOPS
 * =========================== */ 
@media only screen and (min-width: 980px) and (max-width: 1260px) {
	#container {
		padding: 0 10px;
		width: 940px;
	}
	
	#header .links ul li { 
		margin-left: 5px;
	}
	
	#main-menu {
		width: 100%;
	}
	
	.menu-section .search {
		margin-top: 20px;
		display: none;
	}
	
	.sticky-top #main-menu {
		width: 940px;
	}

	.sticky-top .search {
		display: none;
	}
	
	.attachment-wt780_450 {
		height: 380px;
		width: 630px;
	}
	
	.attachment-wt360_210 {
		height: 175px;
		width: 300px;
	}
	
	.attachment-wt460_260 {
		height: 200px;
		width: 340px;
	}

	#slider-section .slider {
		margin-right: 10px;
		width: 630px;
	}
	
	#slider-section .slider .post-info {
		width: 600px;
	}
	
	#slider-section .slider .cat-icon {
		left: 300px;
	}
	
	#slider-section .posts ul li {
		height: 123px;
		margin-bottom: 5px;
	}

	#content {
		margin-right: 10px;
		padding-right: 9px;
		width: 620px;
	}
	
	.col {
		margin-right: 20px;
	}

	.one-half {
		width: 300px;
	}
	
	.col-460 {
		width: 340px;
	}
	
	#feat-post .thumb .cat-icon {
		right: 155px;
	}	
	
	#feat-post .post-list .item-post:first-child {
		margin-bottom: 10px;
	}
	
	#feat-post .entry-footer .tags {
		display: none;
	}
	
	#feat-carousel .carousel-posts {
		margin-left: 90px;
	}
	
	#single-cats .item-post .meta-top {
		display: none;
	}
	
	.searchfield {
		width: 220px;
	}
	
	.thumb .cat-icon {
		right: 135px;
	}
	
	#footer .footer-widgets{
		width: 100%;
		-webkit-column-count: 3;
		-webkit-column-gap: 30px;
		-webkit-column-fill: balance;
		-moz-column-count: 3;
		-moz-column-gap: 30px;;
		-moz-column-fill: balance;
		column-count: 3;
		column-gap: 30px;;
		column-fill: balance;
	}
	
	#footer .footer-widgets  .col{
		float: none;
		display: inline-block;
		width: 255px;		
	}
	
}

/* 10.2. Tablet Portrait (devices and browsers)
================================================= */
@media only screen and (min-width: 754px) and (max-width: 979px) {
	#container {
		padding: 0 8px;
		width: 720px;
	}
	
	#header .links {
		float: left;
		margin-left: 60px;
		margin-top: 20px;
	}
	
	.menu-section {
		padding: 5px 0;
	}

	#main-menu {
		width: 400px;
		border-bottom: none;		
	}
	
	#main-menu ul { 
		display:none; 
	}
	
	#main-menu select {
		display: block;
		width: 300px; 
		font: inherit;
	}
	
	.sticky-top{
		position: static;
	}

	.sticky-top #main-menu {
		width: 720px;
	}

	.sticky-top .search {
		display: none;
	}
	
	.section{
		margin-bottom: 20px;
	}
	
	.attachment-wt780_450 {
		height: 420px;
		width: 720px;
	}
	
	#slider-section .slider {
		margin-right: 0;
		width: 720px;
	}
	
	#slider-section .slider .post-info {
		width: 690px;
	}
	
	#slider-section .slider .cat-icon {
		left: 345px;
	}
	
	#slider-section .posts {
		width: 100%;
		margin-top: 15px;
	}

	#slider-section .posts ul li {
		height: 140px;
		margin-bottom: 15px;
		margin-right: 7px;
		width: 235px;
		float: left;
	}
	
	#slider-section .posts ul li img{
		max-width: 300px;
	}
	
	#slider-section .posts ul li:first-child{
		margin-right: 8px;
	}
	
	#slider-section .posts ul li:last-child{
		margin-right: 0;
	}
	
	#content {
		width: 720px;
		border-right: none;
		margin-right: 0;
		padding-right: 0;  
	}
	
	.col {
		margin-right: 20px;
	}
	
	.one-half {
		width: 350px;
	}
	
	.col-460 {
		width: 440px;
	}
	
	.thumb .cat-icon {
		right: 160px;
	}
	
	#feat-carousel .carousel-posts li {
		height: 100px;
		width: 190px;
	}
	
	.contact-page .contact-info{
		margin-right: 0 !important;
	}
			
	#footer .footer-widgets,
	#sidebar{
		width: 100%;
		-webkit-column-count: 2;
		-webkit-column-gap: 5px;
		-webkit-column-fill: balance;
		-moz-column-count: 2;
		-moz-column-gap: 5px;;
		-moz-column-fill: balance;
		column-count: 2;
		column-gap: 5px;;
		column-fill: balance;
	}
	
	#sidebar .widget{
		display: inline-block;
		width: 300px !important;
	}
	
	#footer .footer-widgets  .col{
		float: none;
		display: inline-block;	
	}	
}

/* 10.3. Mobile Landscape Size to Tablet Portrait (devices and browsers)
========================================================================== */
@media only screen and (min-width: 480px) and (max-width: 753px) {
	
	#container {
		padding: 0 8px;
		width: 440px;
	}
	
	.logo-wrap {
		text-align: center;
	}
	
	#header .logo {
		display: inline-block;
		margin-top: 0;
		float: none
	}
	
	#header .links {
		float: left;
		margin-left: 60px;
		margin-top: 20px;
	}
	
	#header .links {
		margin-left: 0;
	}

	#header .links ul li {		
		margin-left: 5px;
		width: 84px;
		height: 84px;
	}
	
	#header .links .item-icon {
		font-size: 20px;
		margin-top: 12px;
	}
	
	.menu-section {
		padding: 5px 0;
		margin-top: 15px;
	}
	
	.section{
		margin-bottom: 15px;
	}

	#main-menu {
		width: 200px;
		border-bottom: none;		
	}
			
	#main-menu ul { 
		display:none; 
	}
	
	#main-menu select {
		display: block;
		width: 200px; 
		font: inherit;
	}
	
	.sticky-top {
		position: static;
	}
	
	.attachment-wt780_450 {
		height: 260px;
		width: 440px;
	}
	
	#slider-section .slider {
		margin-right: 0;
		width: 440px;
	}
	
	#slider-section .slider .post-info {
		width: 410px;
	}
	
	#slider-section .slider .cat-icon {
		left: 205px;
	}
	
	#slider-section .slider .slider-nav .flex-next {
		top: 90px;
		background-position: 16px center;
	}
		
	#slider-section .slider .slider-nav .flex-prev {
		background-position: 15px center;
		top: 90px;
	}
	
	#slider-section .slider .slider-nav a {
		height: 40px;
		width: 40px;
	}
	
	#slider-section .slider .post-excerpt {
		display: none;
	}
	
	#slider-section .posts {
		width: 100%;
		margin-top: 15px;
	}

	#slider-section .posts ul li {
		height: 120px;
		margin-bottom: 15px;
		margin-right: 7px;
		width: 215px;
		float: left;
	}
	
	#slider-section .posts ul li img{
		max-width: 300px;
	}
	
	#slider-section .posts .post2{
		margin-right: 0;
	}
	
	#slider-section .posts .post3{
		display: none;
	}	
	
	#content {
		width: 440px;
		border-right: none;
		margin-right: 0;
		padding-right: 0;  
	}
	
	.tabs-title-container .archives {
		display: none;
	}
	
	.tab-content .main-post .thumb {
		margin-bottom: 10px;
	}
	
	.entry-ad {
		display: none;
	}
	
	#feat-post .main-post {
		float: left;
		margin-bottom: 15px;
	}
	
	#feat-post .post-list .item-post:first-child {
		margin-bottom: 10px;
	}
	
	.col{
		margin-right: 0;
	}
	
	.col-460 {
		width: 440px;
	}
	
	.caroufredsel_wrapper {
		width: 320px !important;
	}
	
	.contact-page .map iframe{
		width: 440px;
		height: 220px;
	}
	
	#feat-carousel .carousel-posts li {
		height: 100px;
		width: 150px;
	}
	
	#feat-carousel .carousel-posts li h6 {
		display: none;
	}
	
	.contact-page .contact-info{
		margin-right: 0 !important;
		margin-bottom: 20px;
	}
	
	#footer .footer-widgets .col{
		margin-bottom: 15px;
	}
	
	#sidebar{
		margin-top: 30px;
	}
}

/* 10.4. Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
====================================================================== */
@media only screen and (max-width: 479px) {
	
	#container {
		padding: 0 5px;
		width: 290px;
	}
	
	.logo-wrap {
		text-align: center;
	}
	
	#header .logo {
		display: inline-block;
		margin-top: 0;
		float: none
	}
	
	#header .links {
		float: left;
		margin-left: 60px;
		margin-top: 20px;
	}
	
	#header .links {
		margin-left: 0;
	}

	#header .links ul li {		
		margin-left: 8px;
		width: 90px;
		height: 90px;
	}
			
	#header .links .item-icon {
		font-size: 20px;
		margin-top: 12px;
	}
	
	#header .links .item4 {
		margin-left: 0;
		margin-top: 10px;
	}
	
	#header .links .item5{
		margin-top: 10px;
	}
	
	.menu-section {
		padding: 5px 0;
		margin-top: 15px;
	}
	
	.section{
		margin-bottom: 15px;
	}

	#main-menu {
		width: 100%;
		border-bottom: none;		
	}
			
	#main-menu ul { 
		display:none; 
	}
	
	#main-menu select {
		display: block;
		width: 290px; 
	}
	
	.menu-section .search {
		float: left;
		width: 290px;
		margin-top: 15px;
	}
	
	.menu-section .search .searchfield {
		width: 229px;
	}
	
	.sticky-top {
		position: static;
	}
	
	.attachment-wt780_450 {
		height: 180px;
		width: 290px;
	}
	
	#slider-section .slider {
		margin-right: 0;
		width: 290px;
	}
	
	#slider-section .slider .post-info {
		width: 260px;
	}
	
	#slider-section .slider .cat-icon {
		left: 130px;
	}
	
	#slider-section .slider-nav{
		display: none;
	}
	
	#slider-section .slider .post-excerpt {
		display: none;
	}
	
	#slider-section .posts {
		width: 100%;
		margin-top: 15px;
	}

	#slider-section .posts ul li {
		margin-bottom: 15px;
		width: 290px;
	}
	
	#slider-section .posts ul li img{
		max-width: 300px;
	}
	
	#content {
		width: 290px;
		border-right: none;
		margin-right: 0;
		padding-right: 0;  
	}
	
	.tabs-title-container .archives {
		display: none;
	}
	
	.tab-content .main-post .thumb {
		margin-bottom: 10px;
	}
	
	.entry-ad {
		display: none;
	}
	
	.col-460,
	.col-450,
	.one-half {
		width: 290px;
	}
	
	.col{
		margin-right: 0;
	}
	
	.section,
	.thumb {
		margin-bottom: 20px;
	}
	
	.tab-content .main-post .thumb .cat-icon {		
		top: auto;
		bottom: -15px;
		right: 135px;
	}
	
	.attachment-wt360_210 {
		height: 175px;
		width: 290px;
	}
	
	.tab-content .main-post .thumb {
		margin-bottom: 20px;
	}
	
	#feat-post .main-post {
		float: left;
		margin-bottom: 20px;
	}

	.attachment-wt460_260 {
		height: 175px;
		width: 290px;
	}
	
	#feat-post .thumb .cat-icon {
		right: 135px;
	}
	
	#feat-post .post-list .item-post:first-child {
		margin-bottom: 20px;
	}
	
	.thumb .cat-icon {
		right: 135px;
	}
	
	#feat-carousel .carousel-nav a {
		border: none;
	}
	
	#feat-carousel .carousel-nav a:hover{
		border: none;
	}
	
	#feat-carousel .carousel-posts {
		margin-left: 40px;
	}
	
	.entry-social .title h3 {
		margin-bottom: 10px;
	}

	#respond .comment-form-author, 
	#respond .comment-form-email {
		width: 290px;
	}
	
	#respond .comment-form-url input[type="text"], 
	#respond textarea {
		width: 265px;
	}
	
	#sidebar {
		width: 290px;
	}
	
	.widget_subscribers .widget-title-container ul li {
		padding: 8px;
	}
	
	#sidebar .widget_pinterest ul li, #sidebar .widget_flickr ul li {
		margin-bottom: 18px;
		margin-right: 16px;
	}
	
	.wt-row .one-half,
	.wt-row .one-third,
	.wt-row .one-fourth{
		width: 100% !important;
		margin-right: 0 !important;
	}
}