/*
Theme Name: Solaris
Theme URI: http://wellthemes.com/
Author: WellThemes
Author URI: http://wellthemes.com/
Description: A Premium Magazine style Responsive WordPress Theme by WellThemes.
Version: 1.5
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=Source+Sans+Pro:400,600,700);
@import url("css/reset.css"); 
@import url("css/common.css"); 
@import url("css/lightbox.css"); 

 /* 1. BASE
 * ======================== */	
body{
	font-family: 'Source Sans Pro', Helvetica, Arial, Sans-Serif;
    font-size: 13px;
    font-weight: 400;
	line-height: 1.5;
	color: #888888;
}

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

a:visited {
	color: #3A3A3A;
}

a:hover {
	color: #6CC835;
}

/*-- Headings --*/
h1,h2,h3,h4,h5,h6 {
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-weight: 700;
	line-height: 1.2;
	color: #292929;
	margin-bottom: 10px;
}

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

h2 {
	font-size: 26px;	
}

h3{
	font-size: 18px; 
}

h4 {	
	font-size: 16px;
}

h5 {	
	font-size: 15px;
}

h6 {
	font-size: 13px;
}

:focus {
	outline: 0;
}

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

#main{
	overflow: hidden;	
}

#content{
	width: 550px;
	margin-right: 15px;
	float: left;
	overflow: hidden;
}

.sidebar{
	width: 265px;
	overflow: hidden;	
	float: left;
}

#sidebar-right{
	margin-left: 15px;
}

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

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

.row{
	overflow: hidden;
}

.one-half{
	width: 267px;
	margin-right: 16px;
	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-wt550_300{
	width: 550px;
	height: 300px;
}

.attachment-wt270_320{
	width: 270px;
	height: 320px;
}

.attachment-wt270_180{
	width: 270px;
	height: 180px;
}

.attachment-wt80_60{
	width: 80px;
	height: 60px;
}

.attachment-wt175_115{
	width: 175px;
	height: 115px;
}

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

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

.main-color-bg{
	background: #6CC835;
}

/* 2. HEADER
 * ========================= */
#header .top{
	overflow: hidden;
	background: #292929;
	border-bottom: 3px solid #DEDEDE;
	font-size: 13px;
	height: 35px;
}

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

#header .top ul li{
	float: left;
}

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

#header .top-menu ul li{
	margin-right: 20px;
}

#header .top-menu ul li a{
	color: #929292;
}

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

#header .logo{
	max-width: 250px;
	float: left;
	overflow: hidden;
	margin-top: 5px;
}

#header .logo h1{
	margin-bottom: 0;
}

#header .social ul{
	margin-top: 5px;
}

#header .social ul li{
	margin-right: 2px;
	float: left;
	border: none !important;
	padding: 0;
	font-size: 16px;
	margin-right: 8px;	
}

#header .social ul li a{
	color: #616161 !important;
}

#header .social ul li a:hover{
	color: #BBBBBB !important;
}


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

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

.menu-section{
	float: right;
	max-width: 780px;
	height: 48px;	
	margin-top: 10px;
}

#main-menu {
	display: none;
	position: relative;
	z-index: 30;	
}

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

#main-menu ul {
	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: 10px 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;
}

#main-menu .current-menu-item ,
#main-menu .current_page_item,
#main-menu ul li a:hover{
	background: #6CC835;
	color: #FFFFFF;
}

#main-menu .current-menu-item  a,
#main-menu .current_page_item a{
	color: #FFFFFF;
}

#main-menu ul li ul {
	display: none;
	position: absolute;
	padding: 0;
	background: #F2F2F2;
	margin-top: 0;
}

#main-menu ul li ul li {
	float:none;
	padding:0px;
}

#main-menu ul li ul li a, 
#main-menu ul li:hover ul li a, 
#main-menu ul li.over ul li a {	
	padding: 12px 16px 12px 14px;
	display: block;	
	width: 142px;	
	text-align: left;	
	height: auto;	
	background: #FFFFFF;		
	font-size: 14px;	
	font-weight: 400;	
	border-bottom: 1px solid #EEEEEE;	
	color: #333333;	
	text-transform: none;	
}

#main-menu ul li ul li:hover a, 
#main-menu ul li ul li.over a {	
	color: #000000;
}

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

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

#main-menu ul li ul li:hover ul li a, 
#main-menu ul li ul li.over ul li a {	
	color: #000000;	
}

#main-menu ul li ul li ul li a:hover {
	color: #000000;
}

#main-menu a.sf-with-ul {
	padding-right:25px;
	min-width:1px;
}

#main-menu .sf-sub-indicator {
	display: none;
}

#main-menu a.menu-link {
	display: none;
}
 
/* 4. MAIN CONTENT
 * =============================== */
/*-- Slider --*/
#slider-section{
	margin-bottom: 20px;
}

#slider-section .inner-wrap{
	overflow: visible;
}

#slider-section .slider {
    position: relative;
	display: none;
}

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

#slider-section .slider .slider-nav a {
    display: block;
	width: 28px;
    height: 28px;	
    overflow: hidden;
    text-indent: -999em;
    transition: all 0.3s ease 0s;
	position: absolute;
	z-index: 1;	
	background-color: #EE7876;
	opacity: 0.9;
}

#slider-section .slider .slider-nav .flex-prev {	
	background: url("images/arrow-left-large.png") no-repeat center;
    top: 150px;
	left: -80px;	
}

#slider-section .slider .slider-nav .flex-next {
    background: url("images/arrow-right-large.png") no-repeat center;
    top: 150px;
	right: -80px;	
}

#slider-section .slider .flex-viewport {
    max-height: 480;
    transition: all 1s ease 0s;
}

#slider-section .slider .loading .flex-viewport {
    max-height: 300px;
}

#slider-section .slider .slides li {
    position: relative;
}

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

.tile-items .post-info,
#slider-section .slider .post-info{
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFFFFF;
	width: 100%;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tile-items .post-info .inner,
#slider-section .slider .post-info .inner{
	padding: 15px;
	overflow: hidden;
}

.tile-items .post-info h2,
#slider-section .post-info h2{
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
}

.tile-items .entry-cat h6,
#slider-section .entry-cat h6{
	text-transform: uppercase;
	display: inline-block;	
	border-bottom: 4px solid #FFFFFF;	
	padding-bottom: 3px;
}

.tile-items .post-info a,
#slider-section .post-info a{
	color: #FFFFFF;
}

#slider-section .slides > li { 
	margin-right: 10px;
}

.tile-items .post-info .excerpt,
#slider-section .post-info .excerpt{
	display: none; 	
}

.tile-items .item-post:hover .post-info,
#slider-section li:hover .post-info{
	background: rgba(0, 0,0, 0.85);
}

.tile-items .item-post:hover .excerpt,
#slider-section li:hover .excerpt{
	display: block;
}

/*=== Ticker ===*/
#feat-ticker{
	margin-bottom: 20px;
	display: none;
	border: 1px solid #E3E3E3;
}

#feat-ticker .title {
	float: left;
	margin-right: 30px;
}

#feat-ticker .title h4:before {
	border-left: 20px solid #DD181E;
	border-top: 30px solid rgba(0, 255, 0, 0);
	content: "";
	left: 100%;
	margin-left: 0;
	position: absolute;
	top: 0;
	transform: scale(0.9999);
	z-index: 4;
}

#feat-ticker .title h4{
	background: #DD181E;
	margin-right: 0;
	padding: 6px 3px 5px 12px;
	position: relative;
	margin-bottom: 0;
}

#feat-ticker .tickercontainer{	
	height: 27px; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 	
}

#feat-ticker  .tickercontainer .mask {
	position: relative;	
	top: 4px;	
	overflow: hidden;
}

#feat-ticker ul.newsticker {
	position: relative;
	left: 100px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#feat-ticker ul.newsticker li {
	float: left;
	margin: 0;
	padding: 0;
}

#feat-ticker ul.newsticker a {
	white-space: nowrap;
	padding: 0;	
} 

#feat-ticker ul.newsticker span {
	margin: 0 10px 0 0;
} 

#feat-ticker ul.newsticker .sep{
	display: inline-block;
	width: 6px;
	height: 7px;
	margin: 0 20px;
	vertical-align: top;
}

/*===== Featured Post Section ======*/
.section-title{
	border: 1px solid #D4D4D4;	
	margin-bottom: 15px;
}

.section-title h4{
	text-transform: uppercase;
	margin-bottom: 0;
	padding: 10px 12px;
	display: inline-block;
	margin: -1px;
	color: #FFFFFF;
}

.cat-title{
	margin-bottom: 15px;
	background: #4E4E4E;
}

.cat-title h4{
	display: inline-block;
	margin-bottom: 0;
	padding: 8px 12px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.cat-title h4 a{
	color: #FFFFFF;
}

.cat-title .cat-border{
	
}

/*=== Featured Category ===*/

.thumb {	
	overflow: hidden;
	background: #000000;
}

.thumb .wp-post-image{
	transition: all 0.35s ease 0s;
}

.thumb .wp-post-image:hover {
    opacity: 0.5;
    transform: scale(1.1, 1.1);
}

.feat-cat .main-post .entry-meta{
	margin: 12px 0 6px;
}

.feat-cat .main-post p{
	margin-bottom: 0;
}

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

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

.feat-cat .item-post .thumb{
	float: left;
	width: 80px;
	margin-right: 10px;
}

.feat-cat .item-post h6{
	margin-bottom: 0;
	margin-top: 4px;	
}

/*=== 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: 13px;
	color: #BABABA;
	font-style: italic;
	overflow: hidden;
}

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

.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: 20px;
}

.entry-content {
  overflow: hidden;
}

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

.entry-tags span{
	font-weight: 700;
	margin-right: 5px;
}

.entry-tags a{
	color: #6CC835;
}

.entry-tags a:hover{
	color: #3A3A3A;
}

/*-- entry-author --*/
.entry-author{
	border: 1px solid #d4d4d4;
	margin-bottom: 20px;
	padding: 10px;
}

.entry-author h3{
	font-weight: 400;
	margin-bottom: 0;
}

.entry-author h3 span{
	font-weight: 700;
	margin-left: 5px;
}

.entry-author .author-details{
	display: table;
	vertical-align: top;
}

.entry-author .author-avatar{
	float: left;
	margin-right: 15px;
}

.entry-author .author-description{

}

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

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

.post-list{
	overflow: hidden;
}

/*=== Post Rating ===*/
.ec-stars-wrapper {
	font-size: 0;
	display: inline-block;
	position: relative;
}

.ec-stars-wrapper[data-tooltip]:hover:before {
	content: attr(data-tooltip);
	position: absolute;
	bottom: 90%;
	left: 50%;
	text-align: center;
	max-width: 100px;
	margin-left: -50px;
	background: rgba(0,0,0,.7);
	color: white;
	font-size: 10px;
	border-radius: 3px;
	padding: 3px;
}

.ec-stars-wrapper a {
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	color: #6CC835;
}

.ec-stars-wrapper:hover a,
.ec-stars-wrapper.is-voted a {
	color: #6CC835;
}

.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 {
	display: inline-block;
	margin-left: 3px;
}

/*=== 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 #6CC835;
}

.post-nav h6{
	font-weight: 600;
	display: inline-block;
}

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

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

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

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

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

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

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

.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:first-child{
	margin-left: 35px;
}

.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 #E7E7E7;
	margin-bottom: 20px;
}

.archive-header h2{
	font-weight: 400;	
	margin-bottom: 7px;
}

.archive-header h2 span{
	font-weight: 700;	
}

.archive-postlist .entry-meta{
	margin: 10px 0; 
}

.archive-desc{
	overflow: hidden;
	margin-bottom: 20px;
}

.author-avatar{
	float: left;
	margin-right: 12px;
	margin-top: 3px;
}

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

.archive-postlist{
	overflow: hidden;
}

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

.pagination  .page-numbers {    
	border: 1px solid #D7D7D7;
	color: #9E9E9E;
	padding: 6px 10px;
	display: inline-block;	
	margin-right: 6px;
	margin-bottom: 8px;
}

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

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

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

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

.error-page .error-info {
  display: inline-block;
  text-align: left;
}

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

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

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

/*=== Tiles Page ===*/
.tile-items{
	overflow: hidden;
	margin-bottom: 20px;
	width: 1120px;
}

.tile-items .item-post{
	width: 265px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
}

/*=== 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;
}

/*=== 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: 267px;
	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: 245px !important;
}

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

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

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

.contact-page .error{
	color: red;
}

.recaptcha_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;
	font-weight: 600;
}

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

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

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

#comments ol.commentlist{
	margin: 10px 0;
	list-style: none;
}

#comments .comment{
	overflow: hidden;
	margin-bottom: 10px;
}

#comments .author-info{
	margin-bottom: 5px;
	overflow: hidden;
}

#comments .author-avatar{
	float: left;
	width: 60px;	
	margin-right: 12px;
}

#comments .author-avatar img{
	display: block;
}

#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: #FFFFFF;
	font-size: 12px;
	padding: 3px 8px 4px;	
	line-height: 1;
	display: block;
	float: left;
}

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

#comments .comment-time a{
	color: #AEAEAE;
}

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

#comments .reply {
	font-size: 13px;
	margin-right: 10px;
}

#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 ul.children .author-avatar{
	width: 40px;
	margin-top: 5px;
	margin-right: 10px;
}

#comments ul.children li.comment{
	background: #F8F8F8;
	padding: 10px 12px;
	margin-bottom: 5px;
}

#comments ul.children li.comment.depth-5{
	margin-bottom: 0;
	padding-bottom: 0;
}

#comments ul.children .children li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}

#comments ol.commentlist li ul.children li.depth-2 { 
	margin-left: 30px;  
}

#comments ol.commentlist li ul.children li.depth-3 { 
	margin-left: 30px; 
}

#comments ol.commentlist li ul.children li.depth-4 { 
	margin-left: 30px; 
}

#comments ol.commentlist li ul.children li.depth-5 { 
	margin-left: 30px; 
}

#comments ol.commentlist li ul.children li.depth-5 p { 
	margin-bottom: 0; 
}

#comments ol.commentlist li.pingback .url{
	margin-right: 10px;
}

#comments .comment-nav  h4{
	margin-bottom: 5px;
}

#comments .comment-nav {
	margin-bottom: 15px;
	overflow: hidden;
}

#comments .comment-nav .nav-previous{
	float: left;
}

#comments .comment-nav .nav-next{
	float: right;
}

#comments  .moderation{
	color: #E96065;
	font-size: 14px;
}

#respond #reply-title{
	margin-top: 15px; 
	background: #4E4E4E;	
    padding: 8px 12px;
	color: #FFFFFF;
}

#respond #reply-title:before{
	content: "\f044";
	font-family: FontAwesome;
	margin-right: 5px;
	color: #FFFFFF;
	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{
	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: #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: 20px;
}

.widget .widget-title{
	margin-bottom: 15px;
}

.widget .widget-title h4{
	padding: 8px 10px;
	text-transform: uppercase;
	background: #4E4E4E;
	color: #FFFFFF;
}

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

.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_slider .entry-meta{
	margin: 10px 0 5px;
}

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

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

.widget_popular_categories ul li{
	padding: 0;
	margin: 0;
	font-weight: 700;
}

.widget_popular_categories ul li a{
	padding: 5px 0;
	display: inline-block;
}

.widget_popular_categories .cat{
	display: block;
	float: left;
	width: 5px;
	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;
}

/*=== Posts widgets ===*/
.widget_posts_bg .post-list{
	padding: 15px;
	background: #EFEFEF;
}

.widget_posts_bg .post-list li{
	border-bottom: 0;
}

.widget_posts_bg .thumb{
	height: 150px;
	overflow: hidden;
	margin-bottom: 10px;
}

.widget_posts_bg .attachment-wt270_180{
	margin-top: -15px;
}

.widget_posts_bg h3{
	margin-bottom: 7px;
}

/*=== Recent Posts ===*/
.widget_posts .main-post{
	margin-bottom: 15px;
}

.widget_posts .item-post{
	overflow: hidden;
	margin-bottom: 12px;
	padding-bottom: 11px;
	border-bottom: 1px solid #EEEEEE;
}

.widget_posts .item-post h6{
	margin-top: 4px;
}

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

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

.tagcloud a{
	display: block;
	float: left;
	font-size: 13px !important;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 4px 8px 5px; 	
	font-weight: 700;
	border: 1px solid #E3E3E3;
	/* color: #A4A4A4; */
}

.tagcloud a:hover{
	border: 1px solid #BBBBBB;
	/* color: #3A3A3A; */
}

/*=== 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;
	background: #59C8FF;
	color: #FFFFFF;	
	padding: 12px;
}

.widget_tweet .recent-tweets-list{
	display: none;
}

.widget_tweet ul li{
	border-bottom: 0;
}

.widget_tweet a{
	color: #FFFFFF;	
}

.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;
	color: #FFFFFF;
}	

.widget_tweet .tweet{
	margin-bottom: 15px;
}

.widget_tweet .tweet-footer{
	overflow: hidden;
}

.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: 5px;
	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 ul li .twitter,
.widget_subscribers ul li .fb,
.widget_subscribers ul li .dribbble,
.widget_subscribers ul li .rss{
	width: 132px;
	float: left;
	/* width: 50%;
	float: left;
	padding: 0; */
}

.widget_subscribers ul li img{
	float: left;
	margin-right: 10px;
	display: block;
}

.widget_subscribers h5{
	margin-bottom: 0;
}

/*=== 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 label{
	display: block;
}

.widget_subscribe .button{
	margin-top: 15px;
}

/*=== 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: 204px !important;
}

.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: 8px;	
}

.widget_aboutus ul li a{
	color: #616161 !important;
}

.widget_aboutus ul li a:hover{
	color: #BBBBBB !important;
}

/* 9. FOOTER
 * =========================== */
#footer{
	overflow: hidden;
	background: #232323;
	margin-top: 20px;
	padding: 20px 0;
	color: #616161;
}

#footer a{
	color: #A1A1A1;
}

#footer .ec-stars-overlay {
	background: #232323;
	opacity: 0.6;
}

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

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

#footer .widget .widget-title h4:before {
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 5px;
	color: #6CC835;
}

#footer .tagcloud a{
	padding: 2px 8px 5px; 
	border: 1px solid #444444;
}

#footer .tagcloud a:hover{
	border: 1px solid #A1A1A1;
}


/* 10. MEDIA QUERIES
 * =========================== */
@media only screen and (max-width: 1279px) {
	.slider-nav{
		display: none;
	}
}
/* 10.1 DESKTOPS
 * =========================== */ 
@media only screen and (min-width: 850px) and (max-width: 1129px) {
	.inner-wrap {
		width: 830px;
	}
	
	.slider-nav{
		display: none;
	}
	
	.menu-section {
		float: left;
		margin-top: 20px;
		width: 830px;
	}
	
	#sidebar-right{
		width: 830px;
		margin: 20px 0;
		float: left;
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}
	
	#footer .col-265,
	#sidebar-right .widget{
	   display: inline-block;
	   width: 265px !important;
	   margin: 0;
	   margin-bottom: 10px;

		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		column-break-inside: avoid;
	}
	
	#sidebar-right .widget_tweet,
	#sidebar-right .widget_slider,
	#sidebar-right .widget_video{
		display: none !important;
	}
	
	.tile-items{
		width: 840px;
	}
	
	.footer-widgets .inner-wrap{
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;
	}	
}

/* 10.2. Tablet Portrait (devices and browsers)
================================================= */
@media only screen and (min-width: 570px) and (max-width: 849px) {
	.inner-wrap {
		width: 550px;
	}	
	
	#content{
		margin-right: 0;		
	}
	
	#header .top-menu {
		max-width: 550px;
	}
	
	#header .top-menu ul li {
		margin-right: 12px;
	}
	
	.slider-nav{
		display: none;
	}
	
	#main-menu ul { 
		display:none; 
	}
	
	#main-menu select {
		display: block;
		width: 250px; 
		font: inherit;
	}
	
	#sidebar-right {
		margin-left: 0;
	}

	.sidebar{
		width: 550px;
		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;
	}
	
	#footer .col-265,
	.sidebar .widget{
	   display: inline-block;
	   width: 265px !important;
	   margin: 0;
	   margin-bottom: 10px;

		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		column-break-inside: avoid;
	}
	
	.footer-widgets .inner-wrap{
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		column-count: 2;
		column-gap: 20px;
	}
	
	.widget input[type="text"]{
		width: 225px;
	}
	
	.widget_tweet,
	.widget_slider,
	.widget_video{
		display: none !important;
	}
	
	.tile-items{
		width: 560px;
	}
	
	.footer-menu .section-title{
		border: none;
	}
	
	.footer-menu ul { 
		display:none; 
	}
	
	.footer-menu select {
		display: block;
		width: 230px; 
		float: right;
	}
	
}

/* 10.3. Mobile Landscape Size to Tablet Portrait (devices and browsers)
========================================================================== */
@media only screen and (min-width: 460px) and (max-width: 569px) {
	.inner-wrap {
		width: 440px;
	}
	
	#header .top-menu{
		display: none;
	}
	
	#header .top .social {
		float: none;
		text-align: center;
		display: block;
	}
	
	#header .social ul {
		display: inline-block;
	}
	
	#header .logo {
		margin: 0 auto;
		float: none;
	}
	
	#content{
		width: 440px;
		margin-right: 0;
	}
	
	.slider-nav{
		display: none;
	}
	
	.menu-section {
		float: left;
		margin-top: 20px;
		margin-left: 60px;
		max-width: 440px;
	}

	#main-menu ul { 
		display:none; 
	}
	
	#main-menu select {
		display: block;
		width: 300px; 
		font: inherit;
	}
	
	.feat-cat .main-post,
	#single-cats .feat-cat{
		margin-bottom: 15px;
	}
	
	.attachment-wt550_300 {
		width: 440px;
		height: auto;
	}
	
	.entry-social ul li:first-child {
		margin-left: 0;
	}
	
	.entry-social ul li {
		margin-right: 9px;
	}
	
	.one-half {
		margin-right: 0;
		width: 100%;
	}
	
	.one-half .thumb{
		display: inline-block;
	}
	
	.footer-menu .section-title{
		border: none;
	}
	
	.footer-menu ul { 
		display:none; 
	}
	
	.footer-menu select {
		display: block;
		width: 230px; 
		float: right;
	}	
	
	#sidebar-right {
		margin-left: 0;
		margin-top: 15px;
	}
	
	.tile-items{
		width: 440px;
	}
	
	.contact-page input.text, 
	.contact-page textarea {
		width: 90%;
	}
	
	.contact-map iframe{
		width: 440px;
		height: 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%;
	}
	
	#feat-ticker .title{
		margin-right: 10px;
	}
	
	#feat-ticker .title h4{
		padding: 6px 10px;
	}
	
	#feat-ticker .title h4:before{
		display: none;
	}
	
}

/* 10.4. Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
====================================================================== */
@media only screen and (max-width: 459px) {
	.inner-wrap {
		width: 265px;
	}
	
	#header .logo {
		margin: 0 auto;
		float: none;
	}
	
	#content{
		width: 265px;
		margin-right: 0;
	}
	
	#header .top-menu{
		display: none;
	}
	
	#header .top .social {
		float: none;
		text-align: center;
		display: block;
	}
	
	#header .social ul {
		display: inline-block;
	}
	
	#slider-section .slider .slides li {
		width: 265px !important;
	}

	.slider-nav{
		display: none;
	}
	
	.logo-wrap {
		padding: 10px 0;
	}
	
	.menu-section {
		float: left;
		margin-top: 20px;
		max-width: 265px;
	}
	
	#main-menu ul { 
		display:none; 
	}
	
	#main-menu select {
		display: block;
		width: 265px; 
	}
	
	.feat-cat .main-post,
	#single-cats .feat-cat{
		margin-bottom: 15px;
	}
	
	.entry-social ul li:first-child {
		margin-left: 0;
	}
	
	.entry-social ul li {
		margin-right: 10px;
	}
	
	.entry-social ul li.linkedin,
	.entry-social ul li.pinterest{
		margin-top: 10px;
	}
	
	.entry-meta .cat,
	.entry-meta .rating{
		display: block;	
	}
	
	.entry-meta .rating{
		float: left;
	}
	
	.attachment-wt550_300 {
		width: 265px;
		height: auto;
	}
	
	.entry-meta .cat{
		margin-bottom: 10px;
	}
	
	.entry-meta .rating{
		margin-bottom: 5px;
	}
	
	.tile-items{
		width: 265px;
	}
	
	#recaptcha_widget .field, 
	.contact-page .row-full .field{
		margin-right: 0;
		width: 100%;
	}
	
	.contact-page input.text, 
	.contact-page textarea {
		width: 90%;
	}
	
	.captcha_field, 
	.contact-page .row-full input.text {
		width: 240px !important;
	}
	
	.contact-map iframe{
		width: 265px;
		height: 170px;
	}
	
	.footer-menu .section-title{
		border: none;
	}
	
	.footer-menu ul { 
		display:none; 
	}
	
	.footer-menu select {
		display: block;
		width: 265px; 
		float: left;
		margin-top: 15px;		
	}	
	
	#sidebar-right {
		margin-left: 0;
		margin-top: 15px;
	}
	
	#respond .comment-form-author, 
	#respond .comment-form-email {
		width: 96%;
	}
	
	#respond .comment-form-url input[type="text"], 
	#respond textarea {
		width: 88%;
	}
	
	#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;
	}
	
	#feat-ticker .title{
		margin-right: 10px;
	}
	
	#feat-ticker .title h4{
		padding: 6px 10px;
	}
	
	#feat-ticker .title h4:before{
		display: none;
	}
	
}