/*
Theme Name: Bamboo
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.  REVIEW
 * 6.  PAGES
 * 7.  COMMENTS
 * 8.  SIDEBARS
 * 9.  FOOTER
 * 10. MEDIA QUERIES
 **/

@import url(////fonts.googleapis.com/css?family=Lato:300,400,700);
@import url("css/reset.css"); 
@import url("css/common.css"); 
@import url("css/lightbox.css"); 

 /* 1. BASE
 * ============= */	
body{
	font-family: 'Lato', Helvetica, Arial, Sans-Serif;
    font-size: 13px;
    font-weight: 400;
	line-height: 2;
	color: #000000;
	background: #d5d9db;
	
}

/*=== Link styles ===*/
a{
	text-decoration: none;
	color: #000000;
	transition: all 0.2s ease 0s;
	outline: 0;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #494949;
}

/*=== Headings ===*/
h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	line-height: 1.25;
	color: #3E3E3E;
}

h1 {
	font-size: 30px;
	line-height: 1.1;
}

h2 {
	font-size: 22px;
}

h3{
	font-size: 20px; 
}

h4 {	
	font-size: 18px;
}

h5 {	
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

:focus {
	outline: 0;
}

/*=== Layout ===*/
#container{
	width: 1100px;
	margin: 0 auto;	
	overflow: hidden;
}
	
.inner-wrap{	
	position: relative;
	width: 1100px;
	margin: 0 auto;		
}

#main{
	overflow: hidden;
	background: #FFFFFF;
}

#content{
	width: 720px;
	margin-right: 40px;
	float: left;
	overflow: hidden;
}

#sidebar{
	width: 340px;
	overflow: hidden;	
	float: left;
}

.section{
	margin-bottom: 30px;
	overflow: hidden;
}

.list{
	padding: 0;
	margin: 0;
	list-style: none;
}

.row{
	overflow: hidden;
}

.one-half{
	width: 340px;
	margin-right: 40px;
	float: left;
}

.col-last{
	margin-right: 0 !important;
}

.full-content{
	width: 100% !important;
	margin-right: 0 !important;
	padding-right: 0 !important;
}

.col-last{
	margin-right: 0 !important;
}

/*=== image sizes ===*/
.wp-post-image{
	display: block;
}

.attachment-wt1100_530{
	width: 1100px;
	height: 530px;
}

.attachment-wt340_200{
	width: 340px;
	height: 200px;
}

.attachment-wt275_185{
	width: 275px;
	height: 185px;
}

.attachment-wt70_70{
	width: 70px;
	height: 70px;
} 

.lb-image{ 
	max-width: inherit; 
}

/*=== main colors ===*/
.main-color{
	color: #E74C3C;
}

.main-color-bg{
	background: #003261;
}

/* 2. HEADER
 * =========== */
#header{
	position: relative;
	margin-bottom: 0px;
	background: #003261;
		
}

.top-bar{
	overflow: hidden;
	background: #003261;
	font-size: 13px;
	height: 44px;
}

.top-bar ul{
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}

.top-bar ul li{
	float: left;
}

.top-bar .top-menu{
	max-width: 600px;
	overflow: hidden;
	float: left;
	margin-top: 8px;
	height: 22px;
}

.top-bar .top-menu ul li:after{
    content: "/";
	color: #999999;
}

.top-bar .top-menu ul li:last-child:after{
	display: none;
}

.top-bar .top-menu ul li{
	margin-right: 10px;
}

.top-bar .top-menu ul li a{
	color: #777777;
	font-size: 13px;
	padding-right: 10px;
}

.top-bar .social{
	display: inline-block;
	float: right;
}

.top-bar .social li{
	margin-right: 10px;	
}

.top-bar .social li a{
	color: #A5A5A5;
	font-size: 15px;
	display: block;
	line-height: 1;
	margin-top: 15px;
}

.top-bar .search {
	float: right;
	width: 160px;
	overflow: hidden;
}

.top-bar .search form {
  overflow: hidden;
  margin-top: 8px;
}

.top-bar .searchfield{
	border: none;
	border-left: 1px solid #E7E7E7;
	color: #999999;
	font-style: italic;
	height: 20px;
	padding: 0;
	width: 115px;
	padding: 5px 10px;
}

.top-bar .search-submit{
	background: #FFFFFF;
	padding: 0;
	height: auto;
	width: auto;	
	line-height: 1;
	height: 30px;
	padding-right: 5px;
}

.top-bar .search-submit i{
	color: #A5A5A5;
}

.top-bar select{
    display: none;
    z-index: 3000;
    position: relative;
    padding: 5px;
    border: 1px solid #EEEEEE;
    height: 32px;	
	color: #555555;
	font-family: inherit;	
}

#header .logo{
	max-width: 1100px;
	margin-top: 5px;
	float: left;
	line-height: 1;
	background: #003261;
}

#header .header-ad{
	max-width: 728px;
	float: right;
	background: #003261;
}

#header .header-ad img{
	display: block;
}



/* 3. NAVIGATION MENU
====================== */
.logo-wrap{
	padding: 40px 0;
	overflow: hidden;
}

.logo-wrap .inner-wrap{
	overflow: hidden;
}

#main-menu {
	display: none;
	background: #eeeeee;
}

#main-menu {
	width: 100%;
	float: left;
	position: relative;
	z-index: 30;
	height: 55px;
	border-top: 1px solid #F2F2F2;	
	border-bottom: 1px solid #F2F2F2;
	

}

#main-menu select {
    display: none;
    z-index: 3000;
    position: relative;
    padding: 6px;
    font-size: 14px;
    border: 1px solid #EEEEEE;
    height: 34px;	
	color: #555555;
	font-family: inherit;	
}

#main-menu .menu li a span{
	display: block;
	font-size: 13px;
	line-height: 13px;
	color: #999999;
	margin-top: 4px;
}

#main-menu ul {
	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: 15px 0 14px;	
	margin-right: 40px;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;	
	border-bottom: 4px solid #FFFFFF;	
	transition: all 0.3s ease 0s;	
}

#main-menu ul li.current_page_item a,
#main-menu ul li a:hover{
	border-bottom: 4px solid #E74C3C;
}

#main-menu ul li ul{
	position:absolute;
	padding: 0;
	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 15px;		
	display: block;	
	width: 142px;	
	text-align: left;	
	height: auto;	
	background: #FFFFFF;		
	font-size: 14px;	
	font-weight: 400;	
	color: #333333;	
	text-transform: none;	
	border: 1px solid #F2F2F2;	
	border-bottom: 0;
	margin-right: 0;
}

#main-menu ul li:hover ul li:last-child a{
	border: 1px solid #F2F2F2;
}

#main-menu ul li ul li:hover a, 
#main-menu ul li ul li.over a {	
	background: #EEEEEE;
}

#main-menu ul li ul li ul {	
	display: none;	
	position: absolute;	
	left: 180px;	
	top: -1px;	
}

#main-menu ul li ul li:hover ul, 
#main-menu ul li ul li.sfHover ul {	
	display: block;	
	position: absolute;	
	left: 174px;	
	top: 0;	
	background: #FFFFFF;
}

#main-menu ul li ul li:hover ul li a, 
#main-menu ul li ul li.over ul li a {	
	background: #FFFFFF;	
}

#main-menu ul li ul li ul li a:hover {
	background: #EEEEEE;
}

#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;	
}

#main-menu > ul.menu > li.menu-item-has-children > a:before {
	content: "\f103";
	font-family: FontAwesome;
	display: block;
	padding: 0;
	font-weight: 400;	
	margin-right: 6px;	
	margin-top: 3px;
	font-size: 14px;
	float: left;	
}

#main-menu .menu-item-home a:before {
	content: "\f015";
	font-family: FontAwesome;
	display: block;
	float: left;
	font-weight: 400;
	font-size: 22px;
	margin-right: 8px;
	padding: 0;
	line-height: 1;
	
}

/*=== Slider ===*/
.slider-section{
	overflow: hidden;
	margin-bottom: 30px;
}.all .inner-wrap{width:720px;}

.slider-main {
	display: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
	float: left;
}

ul.slides, 
.slider-main ol {
    list-style: none;
    margin: 0;
    padding: 0;	
}

.slider-main .slides li {
    position: relative;
}

.slider-main .flex-viewport {
    max-height: 630px;
    transition: all 1s ease 0s;
}

.slider-main .post-info{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 235px;	
	color: #FFFFFF;
	padding: 10px 20px 15px;
	background: rgba(31, 31, 31, 0.85);
}

.slider-main .post-info .title{
	margin-bottom: 15px;
}

.slider-main .post-info .excerpt{
	font-size: 16px;
}

.slider-section .entry-meta{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 15px;
}

.slider-section .entry-cat a{
	color: #FFFFFF;
	padding-bottom: 3px;
	border-bottom: 2px solid #FFFFFF;
}

.slider-main .post-info h2 a{
	color: #FFFFFF;
}

.slider-main .post-info{
	color: #CCCCCC;
}

.slider-main .more{
	display: inline-block;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
}

.slider-main .more h6 a{
	display: inline-block;
	color: #CCCCCC;
	padding: 8px 12px;	
}

.slider-main .custom{
	position: absolute;
	right: 0;
	bottom: 7px;	
	height: 45px;
	min-width: 117px;
}

.slider-main .custom .inner{
	position: relative;	
}

.slider-main .custom .text{
	margin-right: 55px;
	margin-left: 62px;
	padding: 12px 15px 13px;	
	height: 20px;
	background: #E74C3C;
	background: rgba(220, 86, 66, 0.85);
}

.slider-main .custom .text h4{
	color: #FFFFFF;
}

.slider-main-nav a{
	display: block;	
	overflow: hidden;
	position: absolute;	
	transition: all 0.3s ease 0s;
	width: 55px;
	height: 45px;
	line-height: 1;
	z-index: 1;
	text-align: center;
	color: #FFFFFF;
	font-size: 0;
	text-align: center;	
	background: #E74C3C;
	background: rgba(220, 86, 66, 0.85);	
}

.slider-main-nav a:hover{
	opacity: 1;
}

.slider-main-nav .flex-prev {	
	left: 0;	
}

.slider-main-nav .flex-prev:before{
	content: "\f053";
	font-family: FontAwesome;
	display: block;
	padding: 0;
	font-weight: 400;
	font-size: 16px;	
	margin-top: 15px;
}

.slider-main-nav .flex-next {	
	right: 0;
}

.slider-main-nav .flex-next:before {
	content: "\f054";
	font-family: FontAwesome;
	display: block;
	padding: 0;
	font-weight: 400;
	font-size: 16px;
	margin-top: 15px;
}

.slider-section .entry-cats{
	margin-bottom: 5px;
	font-size: 14px;
}

/*=== Carousel ===*/
.carousel-section{
	margin-bottom: 30px;
	margin-top: -30px;
	overflow: hidden;
}

.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;
	overflow: hidden;
}

.carousel-section .post-info{
	overflow: hidden;
	bottom: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

.carousel-section .post-info .title{
	background: green;
	background: rgba(51, 51, 51, 0.5);
	padding: 8px 10px;
}

.carousel-section .post-info .title h4{
	font-size: 17px;
}

.carousel-section .post-info .title h4 a{
	color: #FFFFFF;
}

.carousel-section .entry-meta{
	margin: 0;
}

.carousel-section .entry-cat{
	margin-left: 10px;
}

.carousel-section .entry-cat a{
	color: #FFFFFF;
	text-transform: uppercase;
	padding-bottom: 3px;
	border-bottom: 2px solid #FFFFFF;
	font-weight: 700;
}

 
/* 4. MAIN CONTENT
 * ================ */

/*=== Overlay ===*/
.overlay{
	overflow: hidden;
	background: #000;
}

.overlay img{
 -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}

.overlay:hover img{	
    -webkit-transform: scale(1.2) rotate(-5deg);
    -moz-transform: scale(1.2) rotate(-5deg);
    -o-transform: scale(1.2) rotate(-5deg);
    -ms-transform: scale(1.2) rotate(-5deg);
    transform: scale(1.2) rotate(-5deg);
	opacity: 0.7;	
}

/*=== Featured Categories ===*/
.cat-title{
	overflow: hidden;
	margin-bottom: 20px;
}

.cat-title .title-sep{
	width: 6px;
	height: 42px;
	display: block;
	float: left;
	margin-top: 2px;
}

.cat-title .title{
	float: left;
	padding: 0 12px ;
	background: #FFFFFF;
	text-transform: uppercase;
}

.cat-title h3{
	text-transform: uppercase;
	margin-bottom: 0;		
}

.cat-title h5{
	font-weight: 300;
	color: #9F9F9F;	
}

.cat-title .line {
	border-bottom: 1px solid #EEEEEE;
	display: block;
	height: 24px;
}

.feat-cat .entry-cat{
	color: #989898;
	font-size: 11px;
	text-transform: uppercase;	
	line-height: 1;
	margin-bottom: 4px;
}

.feat-cat .entry-cat a{
	color: #989898;
}

.feat-cat .entry-meta{
	margin-bottom: 0;
}

.feat-cat .post-list h5{
	line-height: 17px;
	margin-bottom: 7px;
}

.single-cats .post-list{
	border-top: 1px solid #E2E2E2;
	margin-top: 12px;
	padding-top: 15px;
}

.feat-cat .main-post .entry-meta{
	border-top: 1px solid #F3F3F3;
	margin-top: 10px;
	padding-top: 7px;
}

.feat-cat .main-post h3{
	margin-bottom: 5px;
}

.feat-cat .post-list .item-post{
	overflow: hidden;
	margin-bottom: 13px;
	padding-bottom: 13px;
	border-bottom: 1px solid #E2E2E2;
}

.feat-cat .post-list .item-post:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.feat-cat .post-list .thumb{
	width: 70px;
	margin-right: 20px;
	float: left;
}



.feat-cat .post-right{
	width: 250px;
	float: left;
}

.feat-cat .post-list .entry-meta{
	margin-top: -4px;
}

/*=== Post Archive ===*/
.archive-header{
	margin-bottom: 25px;
}

.archive-header .entry-title h1{
	text-transform: none;
}

.archive-desc{
	background: #F8F8F8;
	color: #888888;
	margin-top: 10px;
	overflow: hidden;
	padding: 20px;
}

.archive-desc p{
	margin-bottom: 0;
}

.archive-postlist{
	overflow: hidden;
}

.archive-postlist .one-half{
	margin-bottom: 20px;	
}

.excerpt-thumb{
	position: relative;
}

.excerpt-wrap h4{
	margin: 15px 0 10px;
}

.excerpt-thumb .entry-rating{
	position: absolute;
	bottom: 10px;
	left: 20px;
}

.excerpt-thumb .entry-rating i{
	color: #FFFFFF;
	font-size: 16px;
}

.excerpt-wrap p{
	margin-bottom: 0;
}

.entry-meta{
	margin: 7px 0;
	color: #989898;
	font-size: 11px;
	text-transform: uppercase;	
	overflow: hidden;
}

.entry-meta a{
	color: #989898;
}

.entry-meta i{	
	font-size: 12px;
	color: #000000;
	margin-right: 4px;
	
}

.entry-meta .date{
	margin-right: 20px;
}

/*=== Single Post ===*/
.entry-title{
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 30px;
	clear: both;
}

.entry-title h1{
	margin-bottom: 15px;
	text-transform: uppercase;
}

.entry-title .sep {
	display: block;
    width: 40px;
    height: 6px;
    background: #E74C3C;    
    margin-bottom: -1px;
}

.entry-header .entry-meta{
	margin-bottom: 7px; 
	margin-top: 15px;
}

.single-post-thumbnail{
	overflow: hidden;
	margin-bottom: 20px;
}

.single-post-thumbnail .wp-post-image{
	width: 700px;
	height: 340px;
}

.entry-header{
	margin-bottom: 20px;
}

/*=== Entry Content ===*/
.entry-content {
  overflow: hidden;
}

.entry-content a{
	color: #E74C3C;
}

.entry-content a:hover{
	color: #000000;
}

.entry-content hr{
	color: #EEEEEE;
	background-color: #EEEEEE;
	height: 1px;
	border: none;
	margin-bottom: 10px;
}

/*=== Entry Author ===*/
.entry-author{
	background: #F8F8F8;
	overflow: hidden;
	padding: 20px;
	margin-top: 10px;
	color: #777777;	
}

.entry-author .author-avatar{
	width: 80px;
	margin-right: 20px;
	float: left;
}

.entry-author .author-avatar img{
	width: 80px;
	height: 80px;
	border-radius: 80px;
}

.entry-author .author-name{
	margin-bottom: 10px;
}

.entry-author .author-name span{
	display: inline-block;
	border-radius: 12px;	
	line-height: 1;
	padding: 5px 14px 7px;
	color: #FFFFFF;
}

.entry-author .author-name span a{
	color: #FFFFFF;
}

.entry-author p{
	margin-bottom: 0;
	font-size: 13px;
	line-height: 1.6;
}


/*=== Post navigation ===*/
.post-nav{
	overflow: hidden;
	border-bottom: 2px solid #EEEEEE;
}

.post-nav h5{	
	display: inline-block;
}

.post-nav .link{
	display: block;
	float: left;
}

.post-nav .prev-post{
	float: left;
}

.post-nav .prev-post i{
	margin-right: 5px;
	font-size: 18px;
}

.post-nav .next-post{
	float: right;
}

.post-nav .next-post i{
	margin-left: 5px;
	font-size: 18px;
}

/*=== Entry Tags ===*/
.entry-tags{
	margin-bottom: 20px;
}

.entry-tags span{
	margin-right: 5px;
	background: #F0F0F0;
	background: linear-gradient(#FFFFFF, #F5F5F5);
	border: 1px solid #EEEEEE;
	padding: 5px 8px;
}

.entry-tags span i{
	margin-right: 4px;
	color: #777777;
}

.entry-tags a{
	color: #777777;
}


/*=== Entry Ads ====*/
.entry-ad {	
	text-align: center;
}

.entry-ad .ad-inner-wrap{
	display: inline-block;
	max-width: 100%;
}

.entry-ad img{
	display: block;
}

/*=== Entry Social ===*/
.entry-social{
	overflow: hidden;
	margin-bottom: 30px;
}

.entry-social a{
	display: block;	
	color: #777777;
}

.entry-social li{
	float: left;
	margin-right: 15px;	
	padding: 3px 12px;	
	background: #F1F1F1;
	background: linear-gradient(#FFFFFF, #F5F5F5);
	border: 1px solid #EEEEEE;
}

.entry-social li i{
	margin-right: 8px;	
}

.entry-social li:hover{
	border: 1px solid #DDDDDD;
}


/*=== Related Posts ===*/
.related-posts{
	overflow: hidden;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.related-posts h3{
	text-transform: uppercase;
	margin-bottom: 15px;
}

.related-posts .post-list{
	overflow: hidden;
}

.related-posts .thumb{
	margin-bottom: 12px;
}

.related-posts .post-list .thumb{
	width: 70px;
	margin-right: 15px;
	float: left;
}

.related-posts .post-right{
	width: 255px;
	float: left;
}

.related-posts .post-list .entry-meta{
	margin-top: 0;
}

.related-posts .entry-cat{
	line-height: 1;
	color: #989898;
	font-size: 11px;
	line-height: 1;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.related-posts .entry-cat a {
	color: #989898;
}

/*=== Single Image ===*/
.img-nav{
	margin-bottom: 10px;
	overflow: hidden;
}

.img-nav .nav-previous{
	float: left;
}

.img-nav .nav-next{
	float: right;
}

.image-post-link{
	text-align: center;
	margin-bottom: 10px;
}


.entry-title{
	margin-bottom: 10px;
}

/* === Pagination === */
.pagination{
	overflow: hidden;
	margin: 30px 0;		
	clear: both;	
}

.pagination .page-numbers{    
	border: 1px solid #D7D7D7;
	color: #666666;
	padding: 2px 12px;
	display: inline-block;	
	margin-right: 6px;
	margin-bottom: 8px;
	font-weight: 400;
}

.pagination a:hover{
	border: 1px solid #E74C3C;
	color: #7E7E7E;
}

.pagination .current{
	border: 1px solid #E74C3C;
	background: #E74C3C;
	color: #FFFFFF;
}

/* 6. PAGES
 * ========================= */	
 
.col-header h4 {
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 20px;
}

 /*=== Error Page ===*/
.error-page {
	text-align: center;
}

.error-page h1{
	font-size: 140px;
	line-height: 1;
	margin-bottom: 0;
}

.error-page h2{
	margin-bottom: 50px;
}

.error-page .error-info {
	display: inline-block;
	text-align: left;
	margin-bottom: 50px;
}

.error-page .search .button{
	height: 36px;
	width: 38px;
	display: inline-block;
}

/*=== Blog Page ===*/
.archive-page .page-header,
.blog-page .page-header{
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 20px;
}

.archive-page .page-header h2,
.blog-page .page-header h2{
	margin-bottom: 5px;
}


/*=== Archives Page ===*/
.archive-page .col-header{
	margin-bottom: 20px;
}

.archive-page .col-header h3{
	margin-bottom: 5px;
}

.archive-page .wp-tag-cloud a{
	font-size: 14px !important;
}

.archive-page .searchfield{
	width: 200px;
}

/*=== Contact Page ===*/
.contact-page .contact-text{
	margin-bottom: 30px;
	margin-top: 10px;
}

.contact-page .field{
	margin-bottom: 20px;
	overflow: hidden;
}

.contact-page .row-full{
	overflow: hidden;
}

#recaptcha_widget{
	overflow: hidden;
}

#recaptcha_image {
	max-width: 100%;
}

#recaptcha_widget .field,
.contact-page .row-full .field{
	width: 352px;
	float: left;
	margin-right: 15px;
}

#recaptcha_widget .recaptcha-image,
.contact-page .row-full .field-last{
	margin-right: 0;
}

#recaptcha_widget .recaptcha-image a{
	font-size: 12px;
	color: #999999;
}

#recaptcha_widget .recaptcha-image i{
	margin-right: 4px;
	font-size: 10px;
	color: #CCCCCC;
}

.captcha_field,
.contact-page .row-full input.text{
	width: 330px;
}

.contact-page input[type=text],
.contact-page textarea{
	padding: 8px 10px;
	border: 1px solid #D7D7D7;
	font: inherit;
	color: inherit;	
	margin-bottom: 0;
}

.contact-page input.title_field,
.contact-page textarea {
  width: 698px;
}

.contact-page textarea{
	height: 120px;
}

.contact-page .info-text{
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.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: 700;
} */

.contact-page label{
	margin-bottom: 5px;
	display: block;
}

.recaptcha_only_if_image .required,
.recaptcha_only_if_audio .required,
.contact-page label span{
	color: red;
	margin-left: 3px;	
	font-weight: 400;
}

.contact-page .submit-icon {
	color: #FFFFFF;
	float: left;
	padding: 2px 0px 0px 10px;
	font-size: 16px;
	height: 34px;
}

.contact-page .button{
	height: 36px;
	padding-left: 5px;
	margin-left: 0;
}

.msgbox-warning{
	background: #FE9D0C;
	color: #FFFFFF;
	padding: 6px 12px;
	margin-bottom: 20px;
}

.msgbox-error{
	background: #C14E36;
	color: #FFFFFF;
	padding: 6px 12px;
	margin-bottom: 20px;
}

.msgbox-success{
	background: #72C727;
	color: #FFFFFF;
	padding: 6px 12px;
	margin-bottom: 20px;
}


/* 7. COMMENTS
 * ========================= */	
#comments{
	max-width: 720px;
	line-height: 1.5;
	overflow: hidden;
}

#comments .comments-title {
	overflow: hidden;
	margin-bottom: 30px;
	
}

#comments .comments-title .title-wrap{
	margin-right: 15px;
	float: left;
}

#comments .comments-title i{
	margin-right: 5px;
	font-size: 16px;
	color: #292929;
}

#comments .comments-title .title-wrap h3{
	display: inline-block;	
	margin-bottom: 0;
	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;
}

#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: 96px;	
	margin-right: 20px;
	
}

#comments .author-avatar img{
	display: block;
	width: 96px;
	border-radius: 96px;
}

#comments .comment-right{
	margin-left: 115px;
}

#comments .comment-header {
	overflow: hidden;
}

#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: #E74C3C;
	font-size: 12px;
	display: block;
	float: left;
}

#comments .comment-time{	
	font-size: 13px;
	letter-spacing: 0;
	margin-right: 5px;
}

#comments .comment-time a{
	color: #AEAEAE;
	font-size: 12px;
}

#comments .sep{
	color: #AEAEAE;
	margin-right: 0px;
}

#comments .reply{
	font-size: 11px;
	display: inline-block;	
	padding: 2px 5px;	
}

#comments .reply a{
	color: #FFFFFF;
}

#comments ol.commentlist li ul.children .comment-right{
	margin-left: 60px;
}

#comments ol.commentlist li ul.children .depth-5 .reply{
	display: none;
}

#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 0; 
	text-indent: 0;
}

#comments ol.commentlist li ul.children h5{
	font-weight: 400;
	font-size: 14px;
}

#comments ul.children .author-avatar{
	width: 50px;
	margin-top: 5px;
	margin-right: 10px;
}

#comments ul.children li.comment{
	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: 30px; 	
}

#respond #reply-title{
	text-transform: uppercase;
	border-left: 6px solid #E74C3C;
	padding-left: 10px;
}

#respond #reply-title small{
	font-weight: 400;
	font-size: 13px;
} 

#respond .required {
	color: #ff4b33;
	font-weight: bold;
}

#respond label {
	margin-bottom: 5px;
	display: block;
}

#respond .comment-form-comment label{
	margin-top: 10px;
}

#respond #commentform p{
	margin-bottom: 0;
}

#respond .comment-notes{
	font-size: 13px;
	color: #999999;
	margin-bottom: 20px !important;
}

#respond .comment-form-author{
	margin-right: 2%;
}

#respond .comment-form-author,
#respond .comment-form-email{
	width: 49%;
	float: left;	
}

#respond .comment-form-author input[type=text],
#respond .comment-form-email input[type=text]{	
	width: 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: #E74C3C;
	color: #FFFFFF !important;
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	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-title{
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 30px;
	clear: both;
}

.widget-title .sep {
	display: block;
    width: 40px;
    height: 6px;
    background: #E74C3C;    
    margin-bottom: -1px;
}

.widget-title h4{
	font-weight: 700;
	color: #303030;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;	
}

.widget select{
    padding: 8px 10px;
    font-size: 14px;
    border: 1px solid #EEEEEE;
    height: 38px;	
	color: #555555;
	font-family: inherit;
	width: 340px;
}

.widget input[type=text],
.searchfield{
	display: block;
	float: left;
	font-size: 13px !important;
	padding: 7px 10px;
	width: 240px;
	border: 1px solid #EEEEEE;
	font: inherit;
	color: #555555;
	height: 20px;
}

.widget ul{
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li{
	border-bottom: 1px solid #F0F0F0;
	padding: 8px 0;
	overflow: hidden;
}

.widget ul li:first-child{
	padding-top: 0;
}

.widget ul li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}

/*=== Slider Widget ===*/
.widget_slider .sidebar-slider-posts {
	position: relative;
}

.widget_slider .thumb{
	margin-bottom: 10px;
	height: 155px;
	overflow: hidden;
	position: relative;
}

.widget_slider .entry-rating{
	position: absolute;
	bottom: 10px;
	left: 20px;
}

.widget_slider .entry-rating i {
	color: #FFFFFF;
	font-size: 16px;
}

.flex-direction-nav{
	list-style: none;	
	padding: 0;
	margin: 0;	
}

.widget_slider .flex-direction-nav .flex-prev{
	left: 20px;
	position: absolute;
	top: 60px;
	background: #FFFFFF;
	font-size: 0;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	display: block;
}

.widget_slider .flex-direction-nav .flex-prev:before {
	content: "\f104";
	font-family: FontAwesome;
	display: block;
	padding: 0;
	font-weight: 700;	
	margin-left: 10px;
	margin-top: 4px;
	line-height: 1;	
	font-size: 20px;
}

.widget_slider .flex-direction-nav .flex-next{
	right: 20px;
	position: absolute;
	top: 60px;
	background: #FFFFFF;
	font-size: 0;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	display: block;
}

.widget_slider .flex-direction-nav .flex-next:before {
	content: "\f105";
	font-family: FontAwesome;
	display: block;
	padding: 0;
	font-weight: 700;	
	margin-left: 12px;
	margin-top: 4px;
	line-height: 1;	
	font-size: 20px;
}

.widget_slider ul li{
	margin: 0;
	padding: 0 !important;
	border-bottom: 0;
}

.widget .flex-control-nav li{
	height: 12px;
}

.widget_slider h3{
	margin-bottom: 0;
}

/*=== Recent Posts ===*/
.widget_posts .post-list{
	overflow: hidden;
	margin-top: 20px;
}

.widget_posts .post-list .item-post{
	overflow: hidden;
	margin-bottom: 22px;
}

.widget_posts .post-list .item-post:last-child{
	margin-bottom: 0;
}

.widget_posts .post-list .thumb{
	width: 70px;
	margin-right: 15px;
	float: left;
}

.widget_posts .post-right{
	width: 255px;
	float: left;
}

.widget_posts .post-list .entry-meta{
	margin-top: -4px;
}

#footer .widget_posts .post-right{
	width: 240px;
}
 
/* === Tabs widget === */
.widget_tabs .widget-tabs-title-container ul{
	overflow: hidden;
	margin-bottom: 15px;
	background: #373737;
}

.widget_tabs .widget-tabs-title-container ul li{
	padding: 0;
	margin: 0;
	border-bottom: 0;
}

.widget_tabs .widget-tabs-title-container h5{
	overflow: hidden;	
	font-family: 'Roboto', Helvetica, Arial, Sans-Serif;
	color: #FFFFFF;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1;
	padding: 15px 20px;
	margin-bottom: 0;	
}

.widget_tabs .widget-tabs-title-container ul li{	
	
	float: left;	
	display: block;		
}

.widget_tabs .active {
	background: #E74C3C;
}

.widget_tabs .widget-tabs-title-container ul li a{
	color: #FFFFFF;
}

.widget_tabs .widget-tabs-title-container ul li:first-child{
	margin-left: 0;
}

.widget_tabs .tab-content{
	display: none;
}

.widget_tabs .post-list li{
	overflow: hidden;
	margin-bottom: 7px;	
	padding: 0 0 10px 0 !important;
}

.widget_tabs .comment-list li{
	overflow: hidden;
	margin-bottom: 10px;	
	padding: 0 0 1px 0 !important;
}

.widget_tabs .comment-list .entry-meta{
	margin: 0;
}

.widget_tabs .comment-list h5{
	margin-bottom: 5px;
}

.widget_tabs .comment-list .thumbnail,
.widget_tabs .post-list .thumb{
	width: 75px;
	float: left;
	margin-right: 15px;
}

.widget_tabs .comment-list .avatar{
	width: 75px;
	height: 75px;
}

.widget_tabs .comment-text{
	line-height: 1.2;
}

/*=== RSS Subscription ===*/
.widget_subscribe label{
	display: block;
}

.widget_subscribe .button{
	display: block;
	height: 37px;
	float: left;
}

.widget_subscribe input[type="text"]{
	height: 21px;
}

/*=== Followers Count ===*/
.widget_subscribers .wrap{
	overflow: hidden;
	margin-top: 20px;
}

.widget_subscribers ul li{
	padding: 15px 0;
}

.widget_subscribers .icon{
	width: 40px;
	height: 40px;	
	text-align: center;
	float: left;
	margin-right: 15px;
}

.widget_subscribers .icon i{
	font-size: 30px;
	margin-top: 6px;
	color: #FFFFFF;
}

.widget_subscribers .icon a{
	display: inline-block;
}

.widget_subscribers .twitter .icon{
	background: #40BFF5;
}

.widget_subscribers .fb .icon{
	background: #5D82D1;
}

.widget_subscribers .rss .icon{
	background: #FF9845;
}

.widget_subscribers .dribbble .icon{
	background: #EE557D;
}

.widget_subscribers .right{
	float: left;
}

.widget_subscribers .right span{
	display: block;
	line-height: 1;
	color: #999999;
	margin-top: 5px;
}

.right-icon {
	float: right;
}

.right-icon i{
	font-size: 24px;
	margin-top: 10px;
	margin-right: 15px;
	color: #CCCCCC;
}

/*=== Ads Widgets ===*/
.widget_adsingle .outer-wrap{	
	text-align: center;
}

.widget_adsingle .in-wrap{
	display: inline-block;
}

/* === Tags widget === */
.tagcloud{
	overflow: hidden;	
	margin-bottom: -10px;
}

.tagcloud a{
	display: block;
	float: left;
	font-size: 14px !important;
	margin-bottom: 10px;
	margin-right: 10px;
	line-height: 1;
	padding: 7px 8px 8px; 	
	font-weight: 400;
	background: #E74C3C;
	color: #FFFFFF;
}

.tagcloud a:hover{	
	opacity: 0.8;
}

/*=== Search ===*/
#sidebar .searchfield{
	height: 21px;
	width: 279px;
}

.search-submit{	
	display: block;
	width: 37px;
	height: 37px;
}

/*=== Photos ===*/
.widget_flickr .flickr_thumbs{
	overflow: hidden;
}


.widget_pinterest ul li,
.widget_flickr ul li{
	width: 66px;
	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: 66px;
	height: 66px;
	display: block;
}

.widget_pinterest ul li.pinterest-follow-me img{
	display: block;
	height: 28px
}

.widget_pinterest .recent-pins-widget{
	overflow: hidden;
}

/*=== About us ===*/
.widget_aboutus .logo-wrap{
	padding: 0;
	margin-bottom: 20px;
}

.widget_aboutus .info-text{
	border-bottom: 1px solid #E2E2E2;
	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;	
}

#footer .widget_aboutus ul li{
	margin-right: 4px;
}

#footer .widget_aboutus ul li a.twitter,
#footer .widget_aboutus ul li a.fb,
#footer .widget_aboutus ul li a.gplus,
#footer .widget_aboutus ul li a.pinterest,
#footer .widget_aboutus ul li a.dribbble,
#footer .widget_aboutus ul li a.linkedin,
#footer .widget_aboutus ul li a.instagram,
#footer .widget_aboutus ul li a.youtube,
#footer .widget_aboutus ul li a.rss{
	background: #D0D0D0;
}

#footer .widget_aboutus ul li a.twitter:hover{
	background: #59C8FF;
}

#footer .widget_aboutus ul li a.fb:hover{
	background: #4B649B;
}

#footer .widget_aboutus ul li a.gplus:hover{
	background: #C94434;
}

#footer .widget_aboutus ul li a.pinterest:hover{
	background: #FE4445;
}

#footer .widget_aboutus ul li a.dribbble:hover{
	background: #F0659A;
}

#footer .widget_aboutus ul li a.linkedin:hover{
	background: #3A9BDC;
}

#footer .widget_aboutus ul li a.instagram:hover{
	background: #AD866E;
}

#footer .widget_aboutus ul li a.youtube:hover{
	background: #FF4536;
}

#footer .widget_aboutus ul li a.rss:hover{
	background: #FF8400;
}

/*=== Popular Categories ===*/
.widget_popular_categories ul{
	overflow: hidden;
}

.widget_popular_categories ul li a{
	display: inline-block;
}

.widget_popular_categories .count{
	line-height: 1;
	font-weight: 400;
	float: right;
	color: #FFFFFF;
	background: #4EB408;
	font-size: 12px;
	font-weight: 700;
	padding: 2px 5px 3px;
	border-radius: 2px;
	margin-top: 6px;
	
}

/*=== Recent Comments ===*/
.widget_comments .entry-meta{
	margin-bottom: 0;
}

.widget_comments .comment-list li{
	overflow: hidden;
	margin-bottom: 10px;	
	padding-top: 0;
	padding-bottom: 10px;
}

.widget_comments .comment-list h5{
	margin-bottom: 0;
}

.widget_comments .thumbnail{
	float: left;
	margin-right: 7px;
	margin-top: 2px;
}

.widget_comments .comment-text{
	line-height: 1.4;
}

.widget_comments .entry-meta{
	margin-top: 0;
}

/*=== Video widget ===*/
.widget_video iframe{
	max-width: 100%;
}

.widget_video .embed p{
	display: none;
}

/*=== Latest Tweets ===*/
.widget_tweet .tweets-wrap{
	overflow: hidden;
	margin-bottom: 7px;
}

.widget_tweet ul li .icon{
	float: left;
	margin-right: 19px;
	margin-top: 4px;
}

.widget_tweet ul li .icon i{
	font-size: 22px;
	color: #3EA5F2;
}

.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: 5px;
	overflow: hidden;
}

.widget_tweet .user .icon{
	float: left;
	margin-right: 30px;
	font-size: 24px;
	padding: 0;
	line-height: 1;
}

.widget_tweet .tweet{
	width: 300px;
	overflow: hidden;
}

.widget_tweet .tweet a{
	color: #E74C3C;
}


/* 9. FOOTER
 * =============== */
#footer{
	overflow: hidden;
	background: #d5d9db;	
}

#footer .footer-widgets{
	overflow: hidden;
	padding: 40px 0;
}

#footer .col-265{
	width: 325px;
	float: left;
	margin-right: 41px;
}

#footer .attachment-wt340_200{
	height: 190px;
}

.footer-info {
	background: #F1F1F1;
	overflow: hidden;
	font-size: 12px;
	padding: 10px 0 7px;
}


/* 10. MEDIA QUERIES
 * ==================== */

/* 10.1 Tablets
 * ================= */ 
@media only screen and (min-width: 720px) and (max-width: 1200px) {
	
	#container,
	.inner-wrap {
		width: 700px;
	}
	
	#content {
		width: 700px;
		margin-right: 0;
	}
	
	#header .logo {
		float: none;
	}

	#header .header-ad {
		float: none;
		margin-top: 15px;
	}
	
	.top-bar .top-menu{
		margin-top: 0;
		height: auto;		
	}
	
	.top-bar .top-menu ul{ 
		display: none; 
	}
	
	.top-bar .top-menu select{
		display: block;
		width: 200px; 	
		margin-top: 6px;
	}
	
	#main-menu ul { 
		display: none; 
	}
	
	#main-menu select{
		display: block;
		width: 280px; 				
		margin: 10px auto 0;
	}
	
	.attachment-wt1100_530{
		height: 340px;
		width: 700px;
	}
		
	.slider-main .post-info{
		padding: 10px 10px 15px;
		width: 200px;
	}
	
	.slider-main .post-info .excerpt {
		font-size: 14px;
		line-height: 1.6;
	}
	
	.slider-main .more {
		display: none;
	}
	
	.slider-main .custom .text {
		height: 20px;
		margin-left: 62px;
		margin-right: 55px;
		padding: 9px 10px 10px;
	}
	
	.slider-main .custom .text h4 {
		font-size: 16px;
	}
	
	.slider-main-nav a {
		height: 39px;
		width: 40px;
	}
	
	.slider-main-nav .flex-prev:before,
	.slider-main-nav .flex-next:before{
		margin-top: 12px;
	}
	
	.slider-main .custom{
		min-width: 100px;
	}
	
	.slider-main-nav .flex-prev {
		left: 10px;
	}
	
	.one-half {
		margin-right: 20px;
	}
	
	#recaptcha_widget .field, 
	.contact-page .row-full .field {
		width: 342px;
	}
	
	.captcha_field, 
	.contact-page .row-full input.text {
		width: 314px;
	}	
		
	.contact-page input.title_field,
	.contact-page textarea {
		width: 673px;
	}

	.contact-page textarea{
		height: 120px;
	}
	
	
	#sidebar{
		width: 700px;
		margin: 20px 0;
		float: left;
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		column-count: 2;
		column-gap: 20px;
		padding-top: 20px;
	}
	
	#sidebar .widget{
	   display: inline-block;
	   width: 340px !important;
	   margin: 0;
	   margin-bottom: 10px;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		column-break-inside: avoid;
	}
	
	#footer .col-265 {
		margin-right: 25px;
	}

}

/* 10.2. Tablet Portrait (devices and browsers)
================================================= */
@media only screen and (min-width: 540px) and (max-width: 719px) {
	
	h3{
		font-size: 16px;
	}
	
	#container {
		width: 520px;
	}
	
	.inner-wrap {
		width: 520px;
	}
	
	#content {
		width: 520px;
		margin-right: 0;
	}
	
	#header .logo {
		float: none;
	}

	#header .header-ad {
		float: none;
		margin-top: 15px;
		max-width: 520px;
	}
	
	.top-bar .top-menu{
		margin-top: 0;
		height: auto;		
	}
	
	.top-bar .top-menu ul{ 
		display: none; 
	}
	
	.top-bar .top-menu select{
		display: block;
		width: 200px; 	
		margin-top: 6px;
	}
			
	#main-menu ul { 
		display: none; 
	}
	
	#main-menu select {
		display: block;
		width: 280px; 				
		margin: 10px auto 0;
	}
	
	.slider-main {		
		width: 520px;
	}
	
	.slider-main .post-info {
		padding: 10px 10px 15px;		
	}
	
	.attachment-wt1100_530{
		height: 250px;
	}	
	
	.slider-main .post-info{
		padding: 10px 10px 15px;
		width: 200px;
	}
	
	.slider-main .post-info .excerpt {
		font-size: 14px;
		line-height: 1.6;
	}
	
	.slider-main .post-info .excerpt,
	.slider-main .custom .text{
		display: none;
	}
	
	.slider-main-nav a {
		height: 39px;
		width: 46px;
	}
	
	.slider-main-nav .flex-prev:before,
	.slider-main-nav .flex-next:before{
		margin-top: 12px;
	}
			
	.attachment-wt720_415 {
		height: 320px;
	}
		
	.one-half {
		margin-right: 20px;
		width: 250px;
	}
	
	.feat-cat .post-list .thumb{
		margin-right: 10px;
		width: 60px;
	}

	.attachment-wt70_70{
		height: 60px;
		width: 60px;
	}
		
	.feat-cat .post-right{
		width: 180px;
	}
	
	.single-post-thumbnail .wp-post-image {
		height: 250px;
		width: 520px;
	}
	
	.entry-social li {
		margin-bottom: 10px;
	}
		
	.attachment-wt340_200 {
		height: 150px;
		width: 250px;
	}
	
	#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%;
	}
	
	#recaptcha_widget .field, 
	.contact-page .row-full .field {
		width: 252px;
	}
	
	.captcha_field, 
	.contact-page .row-full input.text {
		width: 230px;
	}	
		
	.contact-page input.title_field,
	.contact-page textarea {
		width: 497px;
	}

	.contact-page textarea{
		height: 120px;
	}
	
	#sidebar{
		margin-bottom: 20px;
	}
	
	#sidebar,
	#footer .attachment-wt340_200{
		height: 200px;
		width: 340px;
	}
	
}

/* 10.3. Mobile Landscape Size to Tablet Portrait (devices and browsers)
========================================================================== */
@media only screen and (min-width: 360px) and (max-width: 539px) {
	h3{
		font-size: 16px;
	}
	
	#container,
	.inner-wrap{
		width: 340px;
	}
	
	#content {
		width: 340px;
		margin-right: 0;
	}
	
	#header .logo{
		float: none;
		max-width: 340px;
		text-align: center;
	}
	
	#header .logo img{
		display: inline-block;
	}

	#header .header-ad{
		float: none;
		margin-top: 15px;
		max-width: 340px;
	}
	
	.top-bar .top-menu{
		margin-top: 0;
		height: auto;		
	}
	
	.top-bar .top-menu ul{ 
		display: none; 
	}
	
	.top-bar .top-menu select{
		display: block;
		width: 280px; 	
		margin-top: 6px;
		margin-left: 30px;
	}
	
	.top-bar .search,
	.top-bar .social{
		display: none;
	}
		
	#main-menu ul { 
		display: none; 
	}
	
	#main-menu select{
		display: block;
		width: 280px; 				
		margin: 10px auto 0;
	}
	
	.slider-main {		
		width: 340px;
	}
	
	.slider-main .post-info {
		padding: 10px 10px 15px;		
	}
	
	.slider-main h2 {
		font-size: 16px;
	}
	
	.slider-main .more h6 a {
		padding: 5px 9px;
	}

	.attachment-wt1100_530{
		height: 180px;
	}
	
	.slider-main .post-info{
		padding: 10px 10px 15px;
		width: 120px;
	}
	
	.slider-main .post-info .excerpt{
		font-size: 14px;
		line-height: 1.6;
	}
	
	.slider-main .post-info .excerpt,
	.slider-main .custom .text{
		display: none;
	}
	
	.slider-main-nav a {
		height: 39px;
		width: 46px;
	}
	
	.slider-main-nav .flex-prev:before,
	.slider-main-nav .flex-next:before{
		margin-top: 12px;
	}
			
	.one-half {
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.post-list{
		margin-top: 20px;
	}
	
	.single-post-thumbnail .wp-post-image {
		height: 180px;
		width: 340px;
	}	
	
	.entry-meta .rating,
	.entry-meta .ec-stars-outer {
		float: left;
	}
	
	.entry-social li {
		margin-bottom: 10px;
		margin-right: 10px;
		padding: 5px 15px;
	}
	
	#respond .comment-form-author, 
	#respond .comment-form-email {
		width: 346px;
	}

	#respond .comment-form-url input[type="text"], 
	#respond textarea {
		width: 318px;
	}
	
	#comments ol.commentlist li ul.children li.depth-2{ 
		margin-left: 15px;  
	}
	
	#comments ol.commentlist li ul.children li.depth-3,
	#comments ol.commentlist li ul.children li.depth-4,
	#comments ol.commentlist li ul.children li.depth-5{ 
		margin-left: 10px;  
		padding: 0;
	}
	
	#recaptcha_widget .field, 
	.contact-page .row-full .field {
		margin-right: 0;
		width: 340px;
	}
	
	.captcha_field, 
	.contact-page .row-full input.text{
		width: 318px;
	}
	
	.contact-page input.title_field, 
	.contact-page textarea {
		width: 318px;
	}
	
	.contact-map iframe{
		height: 200px;
	}
	
	#footer .col-265{
		margin-right: 0;
	}

}

/* 10.4. Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
====================================================================== */
@media only screen and (max-width: 359px) {
	
	h3{
		font-size: 16px;
	}
	
	#container {
		width: 280px;
	}
	
	.inner-wrap {
		width: 280px;
	}
	
	#header .logo{
		float: none;
		max-width: 280px;
		text-align: center;
	}
	
	#header .logo img{
		display: inline-block;
	}

	#header .header-ad{
		float: none;
		margin-top: 15px;
		max-width: 280px;
	}
	
	.top-bar .top-menu{
		margin-top: 0;
		height: auto;		
	}
	
	.top-bar .top-menu ul{ 
		display: none; 
	}
	
	.top-bar .top-menu select{
		display: block;
		width: 280px; 	
		border: 1px solid #EEEEEE;
		margin-top: 6px;
	}
	
	.top-bar .search,
	.top-bar .social{
		display: none;
	}
		
	#content {
		width: 280px;
		margin-right: 0;
	}		
	
	#main-menu ul { 
		display: none; 
	}
	
	#main-menu select{
		display: block;
		width: 240px; 				
		margin: 10px auto 0;
	}
	
	.slider-main {		
		width: 280px;
	}
	
	.slider-main .post-info {
		padding: 10px 10px 15px;		
	}
	
	.slider-main h2 {
		font-size: 16px;
	}
	
	.slider-main .more h6 a {
		padding: 5px 9px;
	}

	.attachment-wt1100_530{
		height: 180px;
		width: 280px;
	}
	
	.slider-main .post-info{
		padding: 10px 10px 15px;
		width: 100px;
	}
	
	.slider-main .post-info .excerpt{
		font-size: 14px;
		line-height: 1.6;
	}
	
	.slider-main .post-info .excerpt,
	.slider-main .post-info .more,
	.slider-main .custom .text{
		display: none;
	}
	
	.slider-main-nav a {
		height: 39px;
		width: 46px;
	}
	
	.slider-main-nav .flex-prev:before,
	.slider-main-nav .flex-next:before{
		margin-top: 12px;
	}
	
	.slider-main .custom{
		min-width: 100px;
	}
		
	.one-half {
		margin-right: 0;
	}
	
	.post-list{
		margin-top: 20px;
	}
		
	.one-half {
		margin-right: 0;
		width: 280px;
	}
	
	.feat-cat .post-right {
		width: 210px;
	}
	
	.feat-cat .post-list .thumb {
		margin-right: 10px;
		width: 60px;
	}
	
	.attachment-wt70_70 {
		height: 60px;
		width: 60px;
	}
	
	.entry-ad{
		display: none;
	}
	
	.entry-social li{
		margin-bottom: 10px;
	}
	
	.post-nav h4{
		max-width: 95%;
	}
	
	.post-nav .next-post h4 {
		text-align: right;
	}
	
	.one-half{
		margin-bottom: 15px;
	}
		
	.attachment-wt340_200{
		height: 170px;
	}
	
	.single-post-thumbnail .wp-post-image {
		height: 170px;
		width: 280px;
	}

	#sidebar {
		width: 280px;
	}
	
	#sidebar .searchfield {
		width: 220px;
	}
	
	.widget_posts .post-list .thumb {
		margin-right: 10px;
		width: 60px;
	}

	.widget_posts .post-right{
		width: 210px;
	}
	
	.widget_subscribe input[type="text"] {
		width: 190px;
	}
	
	#respond .comment-form-author, 
	#respond .comment-form-email {
		width: 280px;
	}

	#respond .comment-form-url input[type="text"], 
	#respond textarea {
		width: 258px;
	}
		
	#respond textarea {
		height: 125px;
	}
	
	#comments ol.commentlist li ul.children li.depth-2{ 
		margin-left: 15px;  
	}
	
	#comments ol.commentlist li ul.children li.depth-3,
	#comments ol.commentlist li ul.children li.depth-4,
	#comments ol.commentlist li ul.children li.depth-5{ 
		margin-left: 10px;  
		padding: 0;
	}
	
	#recaptcha_widget .field, 
	.contact-page .row-full .field {
		margin-right: 0;
		width: 280px;
	}
	
	.captcha_field, 
	.contact-page .row-full input.text{
		width: 258px;
	}
	
	.contact-page input.title_field, 
	.contact-page textarea {
		width: 258px;
	}
	
	.contact-map iframe{
		height: 180px;
	}
	
	#footer .col-265 {
		margin-right: 0;
		width: 280px;
	}
		
}