/*
Theme Name: Sting
Theme URI: http://wellthemes.com/
Author: WellThemes
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, 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.  RATING
 * 6.  PAGES
 * 7.  COMMENTS
 * 8.  SIDEBARS
 * 9.  FOOTER
 * 10. MEDIA QUERIES
 **/

@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans:400,300,700);
@import url("css/reset.css"); 
@import url("css/common.css"); 
@import url("css/lightbox.css"); 

 /* 1. BASE
 * ======================== */	
body{
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','Merriweather Sans', Helvetica, Arial, Sans-Serif;
	background: #eeeeee;
	font-size: 12px;
	font-weight: 300;
	line-height: 2;
	color: #292929;
}

/*== Link styles ==*/
a{
	text-decoration: none;
	color: #272727;
	transition: all 0.2s ease 0s;
	outline: 0;
}

a:visited {
	color: #272727;
}

a:hover {
	color: #FDC800;
}

a:hover img.over{
-ms-filter: "alpha( opacity=55 )"; 
filter: alpha( opacity=55 ); 
-moz-opacity:0.55;
opacity: 0.55;
}

.thumb a:hover img{
-ms-filter: "alpha( opacity=55 )"; 
filter: alpha( opacity=55 ); 
-moz-opacity:0.55;
opacity: 0.55;
}
::selection {
	color: #FFFFFF;
	background: #272727;
}

::-moz-selection {
	color: #FFFFFF;
	background: #272727;
} 

/*== Headings ==*/
h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	line-height: 1.3;
	color: #ffffff;
}

h1 {
	font-size: 28px;	
	line-height: 1.1;
}

h2 {
	font-size: 26px;	
}

h3{
	font-size: 20px; 
}

h4 {	
	font-size: 14px;
}

h5 {	
	font-size: 15px;
}

h6 {
	font-size: 13px;
}

:focus {
	outline: 0;
}

/*== Layout ==*/
.inner-wrap{
	width: 990px; 
	margin: 0 auto;	
	overflow: hidden;
	position: relative;
}

#main{
	overflow: hidden;	
}

#content{
	float: left;
}

.featured-page #content{
	background: #1a1a1a;
	color: #ffffff;
	width: 95%;
	overflow: hidden;
	position: relative;
	margin: 0 0 10px 10px;
	padding: 20px;	
}

.sidebar{
	width: 245px;
	overflow: hidden;	
}

#sidebar-left{	
	float: left;
	position: relative;
	left: -530px;
}

#sidebar-right{
	margin-left: 40px;
	float: right;
}

.section{
	overflow: hidden;
}

.list{
	padding: 0;
	margin: 0;
	list-style: none;
}

.row{
	overflow: hidden;
}

.one-half{
	width: 267px;
	margin-right: 16px;
	float: left;
}

.one-third{
	width: 240px;
	margin-right: 22px;
	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;
}

.screen{
	background:#000000;
	width: 100%;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align:center;
	overflow:hidden;
}

.screen .movie{
	width: 640px;
	height: 360px;
	margin: 20px auto;
}

img,iframe{
	vertical-align:bottom;
}

.tweet_box{
	background: #ffffff;
	overflow: hidden;
	float: left;
	width: 280px;
	height: 250px;
	margin: 0 0 10px 10px;
	padding: 9px 19px;
	border: 1px solid #cccccc;
}

.link01 ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.link01 ul li{
	float: left;
	margin: 0 0 10px 10px;
	align: top;
}

.link01 ul li img{
	vertical-align:bottom;
}

/*=== image sizes ===*/
.wp-post-image{
	display: block;
}

.attachment-wt1100_470{
	width: 1100px;
	height: 470px;
}

.attachment-wt530_380{
	width: 530px;
	height: 380px;
}

.attachment-wt340_250{
	width: 340px;
	height: 250px;
}

.attachment-wt320_180{
	width: 320px;
	height: 180px;
}

.attachment-wt245_165{
	width: 245px;
	height: 165px;
}

.attachment-wt190_145{
	width: 190px;
	height: 145px;
}

.attachment-wt80_60{
	width: 80px;
	height: 70px;
}

.lb-image{ 
	max-width: inherit; 
}

/*=== main colors ===*/
.main-color{
	color: #FDC800;
}

.main-color-bg{
	background: #FDC800;
}

/* 2. HEADER
 * ========================= */
#header{
}

#header .top{
	overflow: hidden;
	margin-top: 20px;
	height: 42px;
}

#header .logo{
	max-width: 250px;
	display: inline-block;
	overflow: hidden;
	margin-left: 10px;	
}

#header .logo h1{
	margin-bottom: 0;
}

/* 3. NAVIGATION MENU
=========================== */
.logo-wrap{
	padding: 20px 0;
}

.logo-wrap .inner-wrap{
	overflow: visible;
}

.menu-section{
	height: 54px;	
	margin-top: 10px;
	background: #272727;
}

.menu-section .inner-wrap{
	overflow: visible;
}

#main-menu {
	display: none;
	position: relative;
	z-index: 30;	
}

#main-menu select{
    display: none;
    z-index: 3000;
    position: relative;
    padding: 8px 6px;
    font-size: 14px;
    border: none;
    height: 36px;	
	color: #EEEEEE;
	background: #444444;	
	font-family: inherit;	
}

#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: 19px 16px;
	text-align: center;	
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;	
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	text-transform: uppercase;
	color: #FFFFFF;	
}

#main-menu .current-menu-item ,
#main-menu .current_page_item,
#main-menu ul li a:hover{
	background: #FDC800;	
}

#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;
	background: #F2F2F2;
}

#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;	
	background: #FFFFFF;
}

#main-menu ul li ul li ul li a:hover {
	color: #000000;
	background: #F2F2F2;
}

#main-menu a.sf-with-ul {
	padding-right: 25px;
	min-width: 1px;
}

#main-menu .sf-sub-indicator {
	display: none;
}

#main-menu a.sf-with-ul:before{
	content: "\f078";
	font-size: 9px;
	font-family: FontAwesome;
	margin-right: 5px;
	color: #FFFFFF;
	font-weight: 400;
	padding: 0;
	line-height: 1;
}

#main-menu .sub-menu a.sf-with-ul:before{
	display: none;
}

#main-menu .menu-item-home{
	width: 60px;
}

#main-menu .menu-item-home a{
	font-size: 0;
	display: block;	
	padding: 18px 15px 11px 20px;
}

#main-menu .menu-item-home a:before{
	content: "\f015";
	font-family: FontAwesome;
	margin-right: 5px;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 1;
	padding: 1;
}
 
/* 4. MAIN CONTENT
 * ================ */

 /*== Slider ==*/
#slider-section{
	margin-bottom: 30px;
}

#slider-section .inner-wrap{
	overflow: visible;
}

.slider {
    position: relative;
	display: none;
}

.slider ul,
.slider ol{
    list-style: none;
    margin: 0;
    padding: 0;
}

.slider .flex-viewport {
    max-height: 480;
    transition: all 1s ease 0s;
}

.slider .loading .flex-viewport {
    max-height: 300px;
}

.slider .slides li {
    position: relative;
}

.slider .post-info{
	position: absolute;
	bottom: 30px;
	left: 0;
	color: #FFFFFF;
	width: 100%;	
	text-align: center;
}

.slider .post-info .inner{
	overflow: hidden;
	display: inline-block;
	max-width: 80%;
}

.slider .post-info h2{
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.3;
}

.slider .entry-cat{
	margin-bottom: 15px;
}

.slider .entry-cat h6{
	text-transform: uppercase;
	display: inline-block;	
	border-bottom: 3px solid #FDC800;	
	padding: 5px 2px;
}

.slider .post-info a{
	color: #FFFFFF;
}

.content-slider .entry-rating {
	bottom: auto;
	right: auto;
	left: 0;	
	top: 30px;
}

/*=== Featured Categories ===*/
.cat-title{
	text-align: center;
	margin-bottom: 30px;
	overflow: hidden;
}

.cat-title h3{
	width: 100%; 
	text-align: center; 
	border-bottom: 1px solid #F2F2F2; 
	line-height: 0.1em; 
	margin: 22px 0;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: -0.02em;
}

.cat-title h3 span { 
	background: #FFFFFF; 
	border: 3px solid #F2F2F2;
	padding: 8px 30px;
}

.feat-cat .item-post{
	overflow: hidden;
	float: left;	
	width: 320px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.feat-cat .item-post .post-details{
	background: #1a1a1a;
	padding: 10px 15px;
	color: #ffffff;
}

.feat-cat .entry-meta{
	text-align: right;
	padding-top: 5px;
	font-size: 10px;
}

.feat-cat .item-post h4{
	font-size: 12px;
	padding-bottom: 5px;
	border-bottom: 1px solid #666666;
}

.feat-cat .item-post h4 a{
	color: #2971b9;
}

.feat-cat .item-post p{
}

.thumb{
	position: relative;	
	overflow: hidden;
}

.entry-rating{
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 40px;
	text-align: center;
	color: #FFFFFF;
}

.entry-rating i{
	font-size: 14px;
	margin-top: 8px;
	line-height: 0.8;
}

.entry-rating .count{
	line-height: 1;
	font-size: 11px;
	margin-top: -3px;
	margin-bottom: 5px;
}

/*=== Featured Category 2 ===*/
.feat-cat2{
	background: url('images/cat-bg.jpg') repeat;
	background-size: cover;
	padding: 70px 0 60px;
}

.feat-cat2 .item-post{
	width: 245px;
	float: left;
	margin-left: 40px;
}

.feat-cat2 .item-post:first-child{
	margin-left: 0;
}

.feat-cat2 .item-post h5{
	margin: 15px 0 10px;
}

.feat-cat2 .item-post h5 a{
	color: #FFFFFF;
}

.last-cat .inner-wrap{
	border-bottom: 5px solid #303030;
	padding-bottom: 30px;
}

/*=== Content Category ===*/
.rating-border {
	background: #EDEDED;
	bottom: 0;
	height: 5px;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.rating-border span{
	height: 100%;
	display: block;
}

.content-cat .item-post{
	width: 245px;
	float: left;
	margin-right: 40px;
}

.content-cat .item-post .thumb{
	height: 135px;	
}

.content-cat .item-post .wp-post-image{
	margin-top: -15px;
}

.content-cat .entry-rating{
	left: 0;
	right: auto;
	padding-bottom: 6px;
}

.content-cat .entry-rating .count{
	margin-bottom: 0;
}

.content-cat .item-post h6{
	margin: 12px 0 8px;
}

.content-cat .item-post .entry-meta{
	margin-bottom: 5px;
}

/*=== Featured Page 2 ===*/
.page-template-page-featured2-php #header{
	margin-bottom: 0;
}

.slider-full .wp-post-image{
	width: 100%;
	height: 600px;
}

.content-slider-full .thumb{
	height: 390px;
	position: relative;
	background: #222222;
}

.content-slider-full .thumb .wp-post-image{
	margin-top: -40px;
	position: relative;
	opacity: 0.2;
}

.content-slider-full .post-info{
	bottom: 110px;
}

.content-slider-full .post-info .more{
	margin-top: 20px;
	border: 2px solid #FFFFFF;
	padding: 7px 10px;
	display: inline-block;	
}

.content-slider-full .post-info .more h4{
	font-weight: 400;	
}

.wide-content #content{
	width: 990px !important;
}

.wide-content #sidebar-right{
	margin-left: 30px;
}

.wide-content .sidebar{
	padding: 30px;
	background: #F8F8F8;
}

.wide-content .sidebar .widget ul li{
	border-bottom: 1px solid #DDDDDD;
}

.wide-content .sidebar .widget ul li:last-child{
	border-bottom: none;
}

/*=== Featured Post list horizontal ===*/
.postlist-horizontal .post{
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EDEDED;
}

.postlist-horizontal .post:last-child{
	padding-bottom: 0;
	border-bottom: none;
}

.postlist-horizontal .post .thumb{
	width: 190px;
	margin-right: 30px;
	float: left;
}

.postlist-horizontal .post .entry-rating{
	left: 0;
}

.postlist-horizontal .post h3{
	margin: 5px 0 8px;
}

/*=== Archive Posts ===*/
#feat-postlist .title{
	overflow: hidden;
	margin-bottom: 30px;
}

#feat-postlist .title h2{	
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 7px;
}

#feat-postlist .subtitle{	
	color: #BABABA;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
	padding: 2px 0;
}

.archive-postlist .entry-meta {
	margin-top: 10px;
}

.archive-postlist .post{
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EDEDED;
}

.archive-postlist .post:last-child{
	padding-bottom: 0;
	border-bottom: none;
}

.archive-postlist .post .wp-post-image{
	max-width: 245px;
}

.archive-postlist .post .entry-rating{
	left: 0;
}

.archive-postlist .post h3{
	margin: 7px 0 10px;
}

/*=== Single Post ===*/
.single-post-thumb{
	overflow: hidden;
	margin-bottom: 20px;
}

.single-post-thumb .wp-post-image{
	max-height: 330px;
}

.single-post-thumb .entry-rating{
	left: 0;
	right: auto;
}

.entry-content p{
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 20px;
}

/*=== Single Categories ===*/
#single-cats .main-post{
	margin-bottom: 15px;
}

/*===== Carousel ======*/
#feat-carousel .section-title{
	border: none;
	background: #4E4E4E;
}

#feat-carousel .section-title h4,
#feat-carousel .carousel-nav ul li{
	margin: 0;
}

#feat-carousel .carousel-nav .flex-prev{
	border-right: 1px solid #222222;
}

.carousel-section {
	margin-bottom: 20px;
}

.carousel-section .carousel,
.carousel-section .carousel-full{
    position: relative;
	display: none;	
}

.carousel-section ul,
.carousel-section ol{
    list-style: none;
    margin: 0;
    padding: 0;
}

.carousel-section .slides li {
	position: relative;
	margin-right: 15px;
	overflow: hidden;
}

.carousel-section .post-info{
	overflow: hidden;
	margin-top: 15px;
}

.carousel-section h6{
	margin-bottom: 3px;
}

.carousel-section .section-title{
	position: relative;
}

.carousel-section .section-title h4{
	float: left;
}

.carousel-nav{
	float: right;
}

.carousel-nav ul li{
	float: left;
	margin: -1px;
}

.carousel-nav a {
    display: block;
	width: 39px;
    height: 39px;	
    overflow: hidden;
    text-indent: -999em;
    transition: all 0.3s ease 0s;
	z-index: 1;	
	opacity: 0.9;
}

.carousel-nav .flex-prev {	
	background: #474747 url('images/arrow-small-left-inactive.png') no-repeat center;
}

.carousel-nav .flex-next {	
	background: #474747 url('images/arrow-small-right-inactive.png') no-repeat center;
}

.carousel-nav .flex-prev:hover {	
	background: #474747 url('images/arrow-small-left-active.png') no-repeat center;
}

.carousel-nav .flex-next:hover {	
	background: #474747 url('images/arrow-small-right-active.png') no-repeat center;
}

.footer-menu{
	overflow: hidden;
}

.footer-menu select {
    display: none;
    z-index: 3000;
    position: relative;
    padding: 6px;
    font-size: 13px;
    border: 1px solid #EEEEEE;
    height: 36px;	
	color: #555555;
	font-family: inherit;	
}

.footer-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-menu ul li{
	float: left;
	margin-right: 20px;
}

.footer-menu .title {
	float: left;
	margin-right: 30px;	
}

.footer-menu .title h4{
	background: #DD181E;
	padding: 6px 3px 5px 12px;
	margin-right: 0;
	position: relative;
}

.footer-menu .title h4:before{
    position: absolute;
	z-index: 4;
    left: 100%;
    top: 0;
	margin-left: 0;
    content: "";	
	border-top: 30px solid rgba(0, 255, 0, 0);
    border-left: 20px solid #DD181E;
    -moz-transform: scale(.9999);
}

.footer-menu .menu {
	float: left;
	margin-top: 4px;
}

.footer-menu .menu li{
	margin-left: 0px;
}

.footer-menu .menu li:before{
    content: "\2022";
    font-size: 16px;
	line-height: 1;
	margin-right: 15px;
}

.footer-menu .menu li:first-child:before{
	display: none;
}

/*=== Entry meta ===*/
.entry-meta{
	font-size: 12px;
	color: #A1A1A1;
	overflow: hidden;
}

.entry-meta a{
	color: #A1A1A1;
}

.entry-meta .author a{
	color: #FFC600;
}

.entry-cat-bg{
	padding: 2px 6px;
	display: inline-block;
	margin-right: 6px;
}

.entry-cat-bg a{
	color: #FFFFFF;
}

.entry-meta .sep{
	margin: 0 5px;
}

.entry-meta .rating{
	float: right;
}

.entry-meta .cat{
	font-style: normal;
	text-transform: uppercase;
}

/*=== Single Post ====*/
.entry-header{
	margin-bottom: 10px;
}

.entry-header .entry-meta{
	margin-top: 10px;
}

.entry-content {
	overflow: hidden;
	font-size: 13px;
}

/*=== entry-author ===*/
.entry-author{
	background: #2A2A2A;
	margin-bottom: 30px;
	padding: 15px;
	overflow: hidden;
	color: #A4A4A4;
}

.entry-author h3{
	color: #FFFFFF;
	margin-bottom: 10px;
}

.entry-author .author-details{
	display: table;
	vertical-align: top;
}

.author-avatar{
	float: left;
	margin-right: 15px;
}

.author-avatar img{
	border-radius: 90px;
	display: block;
}

.entry-author .author-avatar img{
	border: 8px solid #515151;
}

.archive-author .author-avatar img{
	border: 5px solid #EEEEEE;
}

.entry-author .author-link a{
	color: #FFC600;
}

.archive-author{
	margin: 20px 0;
	overflow: hidden;
}

.archive-author h4{
	margin-bottom: 5px;
}


/*=== Related Posts ===*/
.related-posts{
	overflow: hidden;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.related-posts h3{
	margin-bottom: 10px;
}

.related-posts .thumb{
	margin-bottom: 12px;
	height: 135px;	
}

.related-posts .thumb .wp-post-image{
	margin-top: -15px;
}

.related-posts .entry-rating{
	right: auto;
	left: 0;	
}

.post-list{
	overflow: hidden;
}

/*=== Post Rating ===*/
.entry-footer{
	color: #A1A1A1;
	margin-bottom: 20px;
}

.entry-footer .left{
	float: left;
}

.entry-footer .left ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.entry-footer .left ul li{
	float: left;
	margin-right: 5px;
}

.entry-footer .left a{
	color: #FFC600
}

.entry-footer .left a:hover{
	color: #292929;
}

.entry-footer .right {
	width: 140px;
	float: right;
	line-height: 1.2;
}

.entry-footer .right .icon{
	float: right;
	background: #E4E4E4;
	width: 30px;
	height: 30px;
	text-align: center;
	margin-left: 10px;
	margin-top: 3px;
}

.entry-footer .right .icon i{
	margin-top: 8px;
	color: #939393;
}

.entry-footer .rating-wrap {
	width: 100px;
	float: left;
}

.entry-footer .cat{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: #2971b9;
	margin-top: 10px;
}

.entry-footer .entry-tags span,
.entry-footer .cat .title{
	margin-right: 5px;
	font-weight: 400;
}

.ec-stars-wrapper {
	font-size: 0;
	position: relative;
}

.ec-stars-wrapper[data-tooltip]:hover:before {
	content: attr(data-tooltip);
	position: absolute;
	bottom: 110%;
	left: 50%;
	text-align: center;
	max-width: 100px;
	margin-left: -50px;
	background: rgba(0,0,0,.7);
	color: white;
	font-size: 10px;
	border-radius: 3px;
	padding: 6px;
}

.ec-stars-wrapper a {
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	color: #FDC800;
	line-height: 1;
}

.ec-stars-wrapper:hover a,
.ec-stars-wrapper.is-voted a {
	color: #FDC800;
}

.ec-stars-wrapper > a:hover ~ a {
	color: #888888;
}

.ec-stars-wrapper a:active {
	color: #1869c0;
}

.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;
}

.ec-stars-wrapper-small {
	font-size: 0;
	display: inline-block;
	position: relative;
	margin-right: 12px;
}

.ec-stars-wrapper-small i {
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	color: #7B7B7B;
}

.ec-stars-value {
	font-size: 10px;
	color: #888888;
	margin-top: 2px;
}

/*=== 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;
	border-bottom: 2px solid #EDEDED;
}

.post-nav h6{
	font-size: 12px;
}

.post-nav h4{
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}

.post-nav h4 a{
	color: #8A8A8A;
}

.post-nav .prev-post{
	float: left;
	width: 48%;
	padding-right: 10px;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 10px;
}

.post-nav .prev-post .icon{
	float: left;
	margin-right: 10px;	
}

.post-nav .prev-post i{
	color: #BFBFBF;
	margin-right: 5px;
	font-size: 30px;	
}

.post-nav .prev-post .title {
	margin-left: 25px;
}

.post-nav .next-post{
	float: right;
	width: 48%;
	margin-bottom: 10px;
}

.post-nav .next-post .icon{
	float: right;
	margin-left: 10px;	
}

.post-nav .next-post i{
	margin-left: 5px;
	font-size: 30px;
	color: #BFBFBF;
}

.post-nav .next-post .title {
  text-align: right;
}

.post-nav .next-post .title h4 {
	margin-right: 25px;
}


/*=== 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 Links ===*/
.entry-social{
	overflow: hidden;
}

.entry-social ul li{
	float: left;
	margin-right: 20px;
	border: 1px solid #D4D4D4;
	padding: 4px 8px;
}

.entry-social ul li i{
	margin-right: 5px;
}

.entry-social ul li.fb a:hover{
	color: #3A589B;
}

.entry-social ul li.twitter a:hover{
	color: #359BED;
}

.entry-social ul li.gplus a:hover{
	color: #B63324;
}

.entry-social ul li.linkedin a:hover{
	color: #007AB9;
}

.entry-social ul li.pinterest a:hover{
	color: #CB2027;
}

/*=== Archive Posts ===*/
.archive-header{
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.archive-postlist{
	overflow: hidden;
}

.archive-postlist .list-wrap{
	width: 786px;
	overflow: hidden;
}

.archive-postlist .one-third:nth-child(3n+1){
	clear: left;
}

/* === Pagination === */
.pagination{
	overflow: hidden;
	margin: 30px 0;		
	clear: both;	
}

.pagination  .page-numbers {    
	background: #2A2A2A;
	color: #FFFFFF;
	padding: 2px 10px;
	display: inline-block;	
	margin-right: 6px;
	margin-bottom: 8px;
}

.pagination a:hover{
	background: #FDC800;
}

.pagination .current {
	background: #FDC800;
}

/* 6. PAGES
 * ========== */	
.page-header {
	margin-bottom: 20px;
}
 
 /*=== Error Page ===*/
.error-page {
	text-align: center;
}

.error-page h1{
	font-size: 140px;
	margin-bottom: 15px;
}

.error-page h2,
.error-page h6{
	margin-bottom: 20px;
}

.error-page .error-info {
	display: inline-block;
	text-align: left;
}

.error-page .error-info .searchfield{
	border-right: none;
}

.error-page .search .button{
	height: 36px;
	width: 38px;
	display: inline-block;
}

/*=== Archives Page ===*/
.archive-page .col-header{
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 20px;
}

.archive-page .col-header h3{
	margin-bottom: 5px;
}

.archive-page .wp-tag-cloud a{
	font-size: 13px !important;
}

.archive-page .searchfield{
	width: 200px;
	border-right: none;
}

.archive-columns .one-half {
	width: 48%;
}

/*=== Contact Page ===*/
.contact-page .contact-text{
	margin-bottom: 30px;
	margin-top: 10px;
}

.contact-page .col-header{
	margin-bottom: 20px;
}

.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: 375px;
	float: left;
	margin-right: 15px;
}

#recaptcha_widget .recaptcha-image,
.contact-page .row-full .field-last{
	margin-right: 0;	
}

#recaptcha_widget .recaptcha-image i{
	margin-right: 4px;
}

.captcha_field,
.contact-page .row-full input.text{
	width: 353px !important;
}

.contact-page input.text,
.contact-page textarea{
	padding: 10px;
	width: 743px;
	border: 1px solid #D7D7D7;
	font: inherit;
	color: inherit;	
	margin-bottom: 0;
}

.contact-page textarea{
	height: 180px;
}

.contact-page .info-text{
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#recaptcha_widget .recaptcha-image{
	color: #CCCCCC;
	margin-top: 20px;
}

#recaptcha_widget .recaptcha-image a{
	color: #BBBBBB;
}

.contact-page .error{
	color: red;
}

.recaptcha_refresh{
	margin-right: 15px;
	float: left;
}

.recaptcha_only_if_image,
.recaptcha_only_if_audio{
	float: left;
	margin-right: 15px;
}

.recaptcha_only_if_image .enter-words,
.recaptcha_only_if_audio .enter-words{
	font-weight: 400;
}

.contact-page label{
	display: block;
	font-weight: 400;
}

.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: 860px;
	line-height: 1.5;
}

#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;
	margin-top: 4px;
}

#comments .comments-title .add-comment{
	border: 1px solid #E7E7E7;
	display: inline-block;
	padding: 6px 8px;
}

#comments .comments-title .add-comment h6{
	margin-bottom: 0px;
	font-weight: 400;
	font-size: 12px;
}

#comments ol.commentlist{
	margin: 10px 0 20px;
	list-style: none;
}

#comments .comment{
	overflow: hidden;
	margin-bottom: 10px;
}

#comments .author-info{
	margin-bottom: 5px;
	overflow: hidden;
}

#comments .author-avatar{
	float: left;
	width: 70px;	
	margin-right: 12px;
}

#comments .author-avatar img{
	display: block;
	border-radius: 100%;
}

#comments .comment-header {
	overflow: hidden;
	margin-bottom: 7px;
}

#comments .comment-header h5{
	float: left;
	margin-right: 15px;
	margin-bottom: 0;
}

#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: 11px;
	padding: 5px 8px 4px;	
	line-height: 1;
	display: block;
	float: left;
}

#comments .comment-time{	
	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 .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 5px; 
	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 .comment article {
	border-bottom: 1px solid #F0F0F0;
	padding-bottom: 15px;
}

#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;  
	margin-bottom: 5px;
}

#respond #reply-title:before{
	content: "\f040";
	font-family: FontAwesome;
	margin-right: 5px;	
	font-weight: 400;
}

#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{
	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: #4E4E4E;
	color: #FFFFFF !important;
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
    padding: 8px 12px;
    text-decoration: none;
	border: none;
	margin: 0 0 30px;
	
}

#respond .form-allowed-tags {
	display: none;
}

/* 8. WIDGETS
 * =========== */
.widget{
	overflow: hidden;
	margin-bottom: 30px;
}

.widget .widget-title{
	margin-bottom: 15px;
}

.widget .widget-title h4{
	text-transform: uppercase;
}

.widget input[type=text],
.searchfield{
	display: block;
	float: left;
	font-size: 13px !important;
	padding: 7px 10px;
	width: 240px;
	border: 1px solid #EEEEEE;
	font: inherit;
	color: #999999;
	height: 20px;
}

.widget ul{
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li{
	border-bottom: 1px solid #F2F2F2;
	padding: 8px 0;
	overflow: hidden;
}

.widget ul li:first-child{
	padding-top: 0;
}

.widget ul li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}

/*=== Default Widgets ===*/
.widget_categories ul li,
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_entries ul li{	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-top: 0;
}

.widget_categories ul li{
	text-align: right;
	color: #A4A4A4;
}

.widget_categories ul li a{
	float: left;
}

/*=== Slider Widget ===*/
.widget_slider .thumb{
	margin-bottom: 10px;
}

.widget_slider ul li{
	border-bottom: 0 !important;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_slider .flex-control-nav{
	margin-top: 10px;
}

.widget .flex-control-nav li{
	height: 12px;
}

/*=== Popular Categories Widget ===*/
.widget_popular_categories ul{
	overflow: hidden;
}

.widget_popular_categories ul li{
	padding: 0;
	margin: 5px 0;
}

.widget_popular_categories ul li a{
	padding: 5px 0;
	display: inline-block;
	font-weight: 400;	
}

.widget_popular_categories .cat{
	display: block;
	float: left;
	width: 3px;
	height: 30px;
	margin-right: 8px;	
}

.widget_popular_categories .count{
	float: right;
	padding-right: 3px;
}

/*=== Ads Widgets ===*/
.widget_adsingle .outer-wrap{	
	text-align: center;
}

.widget_adsingle .in-wrap{
	display: inline-block;
}
/*=== Top Posts widgets ===*/
.widget_top_posts ul li{
	position: relative;
	border-bottom: none !important;
	margin-bottom: 20px;
	padding: 0;
	min-height: 40px;
	overflow: hidden;
}

.widget_top_posts ul li h6{
	margin-left: 50px;
	margin-bottom: 10px;
	line-height: 1.2;
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
}

.widget_top_posts .entry-rating{
	height: 40px;
}

.widget_top_posts .entry-rating .count{
	margin-bottom: 7px;
}

#footer .widget_top_posts ul li{
	margin-bottom: 15px;
}

#footer .rating-border {
	background: #626262
}

/*=== Recent Posts ===*/
.widget_posts .main-post{
	margin-bottom: 15px;
}

.widget_posts .main-post .thumb{
	height: 135px;	
}

.widget_posts .main-post .wp-post-image{
	margin-top: -15px;
}

.widget .entry-rating{
	left: 0;
}

.widget_posts .main-post{
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.widget_posts .main-post:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget_posts .item-post{
	overflow: hidden;
	margin-bottom: 12px;
	padding-bottom: 11px;
	border-bottom: 1px solid #EEEEEE;
}

.widget_posts .item-post:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget_posts .main-post .thumb{
	margin-bottom: 12px;	
}

.widget_posts .item-post .thumb {
	float: left;
	margin-right: 10px;
	width: 80px;
	margin-top: 4px;
}

.widget_posts .item-post .attachment-wt190_145 {
	height: 60px;
	width: 80px;
}

.widget_posts .post-list h6{
	font-size: 12px;
	font-weight: 400;
}

/* === Tags widget === */
.tagcloud{
	overflow: hidden;
	margin-top: 10px;
}

.tagcloud a{
	display: block;
	float: left;
	font-size: 12px !important;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 2px 8px 3px; 	
	font-weight: 400;
	border: 1px solid #E3E3E3;
}

.tagcloud a:hover{
	border: 1px solid #BBBBBB;
	/* color: #3A3A3A; */
}

.sidebar .tagcloud a{
	background: #FFFFFF;
}

/*=== Videos widget ===*/
.widget_video iframe{
	max-width: 100%;
	max-height: 180px;
}

.widget_video .embed p{
	display: none;
}

/*=== Latest Tweets ===*/
.widget_tweet{
		
}

.widget_tweet .tweets-wrap{
	overflow: hidden;
}

.widget_tweet .thumb{
	float: left;
	width: 24px;
	margin-top: 5px;
}

.widget_tweet .thumb img{
	width: 24px;
	height: 24px;
	display: block;
}

.widget_tweet .user{
	margin-bottom: 15px;
	overflow: hidden;
}

.widget_tweet .user .icon{
	float: left;
	margin-right: 30px;
	font-size: 24px;
	padding: 0;
	line-height: 1;
}

.widget_tweet .user h3{
	margin-bottom: 0;
}	

.widget_tweet .tweet{
	margin-bottom: 15px;
	margin-left: 35px;
	color: #949494;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 1.6;
}

.widget_tweet .tweet-footer{
	overflow: hidden;
	margin-left: 35px;
}

.widget_tweet .time{
	float: left;
}

.widget_tweet .retweet{
	float: right;
}

.widget_tweet .retweet a{
	padding-left: 3px;
}

.widget_tweet ol,
.flex-control-nav{
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget_tweet .recent-tweets-nav{
	text-align: center;
	margin-top: 15px;
}

.flex-control-nav{
    text-align: center;
  	overflow: hidden;
}

.flex-control-nav li{
	display: inline-block;
}

.flex-control-nav li a{
	display: inline-block;
	text-indent: -999em;
	margin-right: 3px;
	width: 12px;
	height: 12px;
	background: url("images/bullet-dark.png") no-repeat left center;
	cursor: pointer;
}

.flex-control-nav li a:hover,
.flex-control-nav li a.flex-active{
	background: url("images/bullet-active.png") no-repeat left center;
}

.widget_tweet .flex-control-nav li a{	
	background: url("images/bullet-blue.png") no-repeat left center;
}

.widget_tweet .flex-control-nav li a:hover,
.widget_tweet .flex-control-nav li a.flex-active{
	background: url("images/bullet-active.png") no-repeat left center;
}

/*=== Subscribers ===*/
.widget_subscribers{
	border: 1px solid #EEEEEE;
	padding: 15px;
}

.widget_subscribers .icon {
  float: left;
  margin-right: 15px;
}

.widget_subscribers .icon img{
	display: block;
}

.widget_subscribers .twitter,
.widget_subscribers .fb,
.widget_subscribers .dribbble{
	overflow: hidden;
	margin-bottom: 10px;	
}

.widget_subscribers .rss{
	overflow: hidden;
}

.widget_subscribers h5{
	margin-bottom: 0;
}

.widget_subscribers .info{
	display: inline-block;
}

.widget_subscribers .text{
	float: right;
	color: #BBBBBB;
	margin-top: 10px;
}

/*=== Photos ===*/
.widget_flickr .flickr_thumbs{
	overflow: hidden;
}

.widget_flickr .flickr_thumbs,
.widget_pinterest .recent-pins-widget{
	width: 270px;
}

.widget_pinterest ul li,
.widget_flickr ul li{
	width: 52px;
	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: 52px;
	height: 52px;
	display: block;
}

.widget_pinterest ul li.pinterest-follow-me img{
	display: block;
	height: 28px
}

.widget_pinterest .recent-pins-widget{
	overflow: hidden;
}

/*=== RSS Subscription ===*/
.widget_subscribe .wrap{	
	background-image: url('images/subscribe_bg.png');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 30px;
}

.widget_subscribe .widget-title{
	margin-bottom: 20px;
}

.sidebar .widget_subscribe .widget-title h4{
	font-size: 26px;
	color: #FFFFFF;
	line-height: 1;
}

.widget_subscribe form{
	overflow: hidden;
}

.widget_subscribe label{
	display: block;
}

.widget_subscribe input[type=text]{
	padding: 5px 10px;
	width: 124px;
	border: none;
	color: #999999;
	height: 20px;
}

.widget_subscribe .button{
	float: left;
	margin-left: 5px;
	height: 30px;
	background: #FFFFFF;
	padding: 5px 8px;
}

.widget_subscribe .button i{
	color: #292929;
}

#footer .widget_subscribe .wrap {
	background: none;
	padding: 0;
}

#footer .widget_subscribe input[type="text"]{
	width: 175px;
	background: #444444;
}

#footer .widget_subscribe .button {
	background: #444444;
}

#footer .widget_subscribe .button i {
	color: #FFFFFF;
}

/*=== 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 .thumbnail{
	float: left;
	margin-right: 7px;
	margin-top: 2px;
}

.widget_comments .comment-text{
	line-height: 1.4;
}

.widget_comments .entry-meta{
	margin-top: 0;
}

/*=== Search ===*/
.widget_search input[type="text"]{
	width: 180px !important;
	margin-right: 5px;
}

.widget_search .button{
	height: 36px;
	width: 38px;
}

/*=== About us ===*/
.widget_aboutus .logo-wrap{
	padding: 0;
	margin-bottom: 20px;
}

.widget_aboutus .info-text{
	border-bottom: 1px solid #333333;
	padding-bottom: 12px;
	margin-bottom: 15px;
}

.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: 5px;	
	margin-bottom: 5px;	
	width: 32px;
	height: 32px;
	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: 20px;
	padding-top: 6px;	
}


/* 9. FOOTER
 * =========== */
#footer{
	text-align: center;
	overflow: hidden;
	background: #1a1a1a;
	padding: 10px 0;
	color: #999999;
}

#footer a{
	color: #A1A1A1;
}

#footer .ec-stars-overlay {
	background: #232323;
	opacity: 0.6;
}

#footer .col-265{
	width: 265px;
	float: left;
	margin-right: 13px;
}

#footer .widget_posts .item-post,
#footer .widget ul li{
	border-bottom: 1px solid #333333;
}

#footer .widget ul li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}

#footer .widget .widget-title h4{
	background: none;
	padding: 8px 0;
	border-bottom: 1px solid #333333;
	color: #FFFFFF;
}

#footer .tagcloud a{
	border: 1px solid #444444;
}

#footer .tagcloud a:hover{
	border: 1px solid #A1A1A1;
}


/* 10. MEDIA QUERIES
 * ================== */
 
/* 10.1 DESKTOPS
 * ============== */ 
@media only screen and (min-width: 850px) and (max-width: 1129px) {
	
	.inner-wrap{
		width: 795px; 
	}	

	.sidebar{
		width: 245px;
	}

	#sidebar-left{
		margin-right: 20px;		
	}

	#sidebar-right{
		margin-left: 20px;
	}
	
	.wide-content #content {
		width: 520px !important;
	}
	
	.wide-content #sidebar-right {
		margin-left: 10px;
	}
	
	.wide-content .sidebar {
		padding: 10px;
	}
	
	.menu-section .inner-wrap{
		overflow: hidden;
	}
	
	#main-menu {
		margin-top: 10px;
	}

	#main-menu ul{
		display: none; 
	}
	
	#main-menu select{
		display: block;
		width: 245px;	
		margin: 0 auto;
	}
		
	/*=== Homepage ===*/
	.slider-full .wp-post-image {
		height: 450px;
	}

	.attachment-wt1100_470 {
		height: 350px;
	}
	
	.feat-cat .item-post {
		margin-left: 15px;
		width: 255px;
	}
	
	.attachment-wt340_250 {
		height: 190px;
	}
	
	.feat-cat2 .item-post{
		margin-left: 30px;
	}
	
	.feat-cat2 .item-post:last-child{
		display: none;
	}
	
	.featured-page #sidebar-right{
		width: 795px;
		margin: 10px 0 20px;
		padding-top: 20px;
		float: left;
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;		
		border-top: 4px solid #232323;
	}
	
	.featured-page #sidebar-right .widget{
	   display: inline-block;
	   width: 250px !important;
	   margin: 0;
	   margin-bottom: 10px;

		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		column-break-inside: avoid;
	}
		
	.related-posts .post-list .one-third:first-child + div{
		margin-right: 0 !important;
	}
	
	.related-posts .col-last{
		display: none;
	}

	#respond .comment-form-author input[type="text"], 
	#respond .comment-form-email input[type="text"] {
		width: 91.5%;
	}	
	
	#respond .comment-form-url input[type="text"], 
	#respond textarea {
		width: 95.9%;
	}	
	
	/*=== Archives ===*/
	.archive-postlist .col-last{
		margin-right: 22px !important;
	}
	
	.archive-postlist .list-wrap{
		width: 524px;
	}

	.archive-postlist .one-third:nth-child(3n+1){
		clear: none;
	}
	
	.archive-postlist .one-third:nth-child(2n+1){
		clear: left;
	}
	
	/*=== Pages ===*/	
	.archive-columns .one-half {
		margin-right: 15px;
		width: 252px;
	}
	
	.archive-page .searchfield {
		width: 190px;
	}
	
	.contact-page input.text, 
	.contact-page textarea {
		width: 90%;
	}
	
	#footer .col-265 {
		margin-right: 40px;
	}
	
	.widget_subscribers {
		border: 0;
		padding: 0;
	}

}

/* 10.2. Tablet Portrait (devices and browsers)
================================================= */
@media only screen and (min-width: 550px) and (max-width: 849px) {
	h2{
		font-size: 24px;
	}	
	
	.inner-wrap{
		width: 530px;
	}
	
	#sidebar-left{
		margin-right: 0;		
	}

	#sidebar-right{
		margin-left: 0;		
	}
	
	.featured-page #content,
	#sidebar-left{
		left: auto;
	}
	
	.wide-content #content{
		width: 530px !important;
	}

	.wide-content #sidebar-right{
		margin-left: 0;
	}
	
	.menu-section .inner-wrap{
		overflow: hidden;
	}
	
	#main-menu {
		margin-top: 10px;
	}

	#main-menu ul{
		display: none; 
	}
	
	#main-menu select{
		display: block;
		width: 245px;
		margin: 0 auto;
	}
	
	/*=== Homepage ===*/	
	.slider-full .wp-post-image {
		height: 350px;
	}
	
	.attachment-wt1100_470 {
		height: 250px;
	}
	
	.feat-cat .item-post {
		margin-left: 20px;
		width: 255px;
	}

	.feat-cat .item-post:last-child{
		display: none;
	}
	
	.attachment-wt340_250 {
		height: 190px;
	}
	
	.feat-cat2 .item-post:nth-child(3){
		margin-left: 0;
		margin-top: 15px;
	}
	
	.feat-cat2 .item-post:nth-child(4){
		margin-top: 15px;
	}
	
	.content-slider-full .thumb {
		height: auto;
	}

	.content-slider-full .thumb .wp-post-image {
		margin-top: 0;
	}
	
	.content-slider-full .post-info {
		bottom: 0;
	}
	
	.slider .post-info h2 {
		line-height: 1.2;
	}

	.content-slider-full .post-info .more {
		display: none;
	}
	
	/*=== Archives ===*/
	.archive-postlist .list-wrap{
		width: 100%;
	}

	.archive-postlist .one-third:nth-child(3n+1){
		clear: none;
	}
	
	.archive-postlist .one-third:nth-child(2n+1){
		clear: left;
	}
	
	/*=== Single Post ===*/
	.related-posts .one-third:nth-child(3) {
		display: none;
	}

	/*=== Pages ===*/	
	.archive-columns .one-half {
		margin-right: 15px;
		width: 252px;
	}
	
	.archive-page .searchfield {
		width: 190px;
	}
	
	.contact-page input.text, 
	.contact-page textarea {
		width: 90%;
	}
	
	/*=== Sidebar ===*/	
	.wide-content #sidebar-right{
		width: 530px;
		margin: 10px 0 20px;
		padding-top: 20px;
		float: left;
		-moz-column-count: 2;
		-moz-column-gap: 5px;
		-webkit-column-count: 2;
		-webkit-column-gap: 5px;
		column-count: 2;
		column-gap: 5px;		
		padding: 10px;		
	}
	
	.wide-content #sidebar-right .widget{
	   display: inline-block;
	   width: 245px !important;
	   margin: 0;
	   margin-bottom: 10px;

		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		column-break-inside: avoid;
	}
	
	/*=== Footer ===*/
	#footer .col-265 {
		width: 252px;
	}
	
}

/* 10.3. Mobile Landscape Size to Tablet Portrait (devices and browsers)
========================================================================== */
@media only screen and (min-width: 460px) and (max-width: 549px) {
	h2 {
		font-size: 22px;
	}

	.inner-wrap{
		width: 440px;
	}
	
	.featured-page #content,
	#sidebar-left{
		left: auto;
	}
	
	#sidebar-left{
		margin-right: 0;
		float: right;
	}

	#sidebar-right{
		margin-left: 0;
	}
	
	.wide-content #content{
		width: 440px !important;
	}

	.wide-content #sidebar-right{
		margin: 10px auto;
	}
		
	.menu-section .inner-wrap{
		overflow: hidden;
	}
	
	#main-menu {
		margin-top: 10px;
	}

	#main-menu ul{
		display: none; 
	}
	
	#main-menu select{
		display: block;
		width: 245px;
		margin: 0 auto;
	}

	/*=== Homepage ===*/
	.slider-full .wp-post-image {
		height: 300px;
	}
	
	.attachment-wt1100_470 {
		height: 250px;
	}
	
	.feat-cat .post-list{
		width: 340px;
		margin: 0 auto;
	}
	
	.feat-cat .item-post{
		margin-left: 0;
		margin-bottom: 20px;
	}
	
	.feat-cat2 .item-post {
		margin-left: 10px;
		width: 215px;
	}
	
	.feat-cat2 .item-post h5 {
		margin: 10px 0 5px;
	}
	
	.feat-cat2 .item-post:nth-child(3){
		margin-left: 0;
		margin-top: 15px;
	}
	
	.feat-cat2 .item-post:nth-child(4){
		margin-top: 15px;
	}
	
	.content-slider-full .thumb {
		height: auto;
	}

	.content-slider-full .thumb .wp-post-image {
		margin-top: 0;
	}
	
	.content-slider-full .post-info {
		bottom: 0;
	}
	
	.slider .post-info h2 {
		line-height: 1.2;
	}

	.content-slider-full .post-info .more {
		display: none;
	}
	
	#content{
		display: block;
		width: 440px;
	}
	
	.attachment-wt530_380{
		height: 310px;
	}
	
	.content-cat .item-post{
		margin-right: 10px;
		width: 215px;
	}
	
	.postlist-horizontal .post .thumb {
		margin-right: 10px;
	}
	
	.postlist-horizontal .excerpt-wrap {
		float: left;
		width: 240px;
	}
	
	.postlist-horizontal .post h3 {
		margin: 0;
	}
	
	#sidebar-right,
	#sidebar-left{
		float: none;
		margin: 0 auto;
	}
	
	/*=== Archives ===*/
	.archive-postlist .list-wrap{
		width: 450px;
	}

	.archive-postlist .one-third:nth-child(3n+1){
		clear: none;
	}
	
	.archive-postlist .one-third:nth-child(2n+1){
		clear: left;
	}
		
	/*=== Single Post ===*/	
	.entry-ad .ad-inner-wrap {
		display: block;
	}

	.entry-social ul li {
		margin-right: 7px;
	}
	
	.entry-social ul li:last-child {
		margin-right: 0;
	}
	
	.one-third {
		margin-right: 10px;
		width: 215px;
	}
	
	.related-posts .one-third:nth-child(2) {
		margin-right: 0;
	}
	
	.related-posts .one-third:nth-child(3) {
		display: none;
	}


	#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;
	}
	
	#respond .comment-form-author input[type="text"], 
	#respond .comment-form-email input[type="text"] {
		width: 90%;
	}	
	
	#respond .comment-form-url input[type="text"], 
	#respond textarea {
		width: 95%;
	}
	
	/*=== Pages ===*/
	.contact-page .contact-map iframe{
		height: 230px;
	}	
	
	.archive-columns .one-half{
		margin-right: 15px;
		width: 252px;
	}
	
	.archive-page .searchfield{
		width: 190px;
	}
	
	.contact-page input.text, 
	.contact-page textarea{
		width: 90%;
	}
	
	/*=== Footer ===*/
	#footer .col-265 {
		float: none;
		margin: 0 auto !important;
	}
	
}

/* 10.4. Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
============================================================================== */
@media only screen and (max-width: 459px) {
	
	h1{
		font-size: 22px;
	}
	
	h2{
		font-size: 18px;
	}
	
	.inner-wrap{
		width: 245px;
	}
	
	.featured-page #content,
	#sidebar-left{
		left: auto;
	}
	
	#sidebar-left{
		margin-right: 0;
		float: right;
	}

	#sidebar-right{
		margin-left: 0;
	}
	
	.wide-content #content{
		width: 245px !important;
	}

	.wide-content #sidebar-right{
		margin-left: 0;
	}
	
	.wide-content .sidebar {
		background: #F8F8F8;
		padding: 5px;
		width: 235px;
	}
	
	.menu-section{
		overflow: hidden;
	}
	
	#main-menu {
		margin-top: 10px;
	}

	#main-menu ul{
		display: none; 
	}
	
	#main-menu select{
		display: block;
		width: 245px;			
	}
	
	/*=== Homepage ===*/
	.slider-full .wp-post-image {
		height: 220px;
	}
	
	.attachment-wt1100_470 {
		height: 150px;
	}
	
	.slider .post-info h2 {
		font-size: 16px;
		line-height: 1.2;
	}
	
	.feat-cat .item-post {
		margin-left: 0;
		width: 245px;
	}
	
	.attachment-wt340_250 {
		height: 180px;
	}	

	.feat-cat .item-post{
		margin-left: 0;
		margin-bottom: 20px;
	}
	
	.feat-cat2 {
		padding: 30px 0;
	}
	
	.feat-cat2 .item-post {
		margin-left: 0;
		margin-bottom: 15px;		
	}	
	
	.feat-cat2 .item-post h5 {
		margin: 10px 0 5px;
	}	
		
	.cat-title h3 {
		font-size: 14px;
		margin: 15px 0;
	}

	.cat-title h3 span {
		padding: 8px 10px;
	}	
	
	.content-slider-full .thumb {
		height: auto;
	}

	.content-slider-full .thumb .wp-post-image {
		margin-top: 0;
	}
	
	.content-slider-full .post-info {
		bottom: 0;
	}

	.content-slider-full .post-info .more {
		display: none;
	}

	#content{
		display: block;
		width: 245px;
	}
	
	.attachment-wt530_380{
		height: 200px;
	}
	
	.content-cat .item-post{
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.postlist-horizontal .post .thumb {
		margin-right: 10px;
	}
	
	.postlist-horizontal .excerpt-wrap {
		float: left;
		width: 240px;
	}
	
	.postlist-horizontal .post h3 {
		margin: 0;
	}
	
	/*=== Archives ===*/
	.archive-postlist .list-wrap {
		width: 100%;
	}

	.one-third{
		margin-bottom: 15px;
		margin-right: 0;
	}
	
	/*=== Single Post ===*/
	.entry-ad {
		display: none;
	}

	.entry-footer .left {
		float: none;
	}

	.entry-footer .right {
		float: left;
		max-width: 100%;
		margin-top: 10px;
	}

	.post-nav .prev-post {
		padding-right: 2px;
	}
	
	.entry-social ul li {
		margin-bottom: 7px;
		margin-right: 5px;
		padding: 4px 6px;
	}

	#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;
	}
	
	#respond .comment-form-author, 
	#respond .comment-form-email {
		width: 98.5%;
	}

	#respond .comment-form-url input[type="text"], 
	#respond textarea {
		width: 91%;
	}
	
	#respond textarea {
		height: 135px;
	}
	
	/*=== Pages ===*/
	.contact-page .contact-map iframe{
		height: 180px;
	}	
	
	.archive-columns .one-half {
		margin-right: 0;
		width: 100%;
	}
	
	.archive-page .searchfield {
		width: 185px;
	}
	
	#recaptcha_widget .field,
	.contact-page .row-full .field {
		margin-right: 0;
		width: 100%;
	}

	.captcha_field, 
	.contact-page .row-full input.text {
		width: 220px !important;
	}

	.contact-page input.text, 
	.contact-page textarea {
		width: 220px;
	}
	
	/*=== Widgets ===*/
	.widget {
		margin-bottom: 20px;
	}

	.widget_search input[type="text"] {
		width: 170px !important;
	}

	.widget_flickr .flickr_thumbs, 
	.widget_pinterest .recent-pins-widget {
		width: 100%;
	}
	
	.sidebar .widget_subscribe .widget-title h4 {
		font-size: 22px;
	}
	
	.widget_subscribe input[type="text"] {
		padding: 5px;
	}
		
	/*=== Footer ===*/
	#footer .col-265 {
		margin-right: 0;
		width: 245px;
	}
	
}