/*
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.1
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
 * =============================== */

/*-- Mailchimp --*/

#mc_signup_submit .button {background-color: #333333;}

/*-- 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