/*
Theme Name: Eris
Theme URI: http://wellthemes.com/
Author: Well Themes
Author URI: http://wellthemes.com/
Description: A Premium Responsive Magazine WordPress Theme by Well Themes.
Version: 2.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, fixed-width, custom-background, editor-style, featured-images, full-width-template, sticky-post, theme-options
Text Domain: wellthemes
*/

/*
Warning: Do not edit this file, it will be overwritten by the next theme update. If you want to customize the styles, create a child theme instead
See: http://codex.wordpress.org/Child_Themes
*/

/* TABLE OF CONTENT 
 * ================================================
 * 1.  BASE
 * 2.  HEADER
 * 3.  NAVIGATION MENU
 * 4.  MAIN CONTENT
 * 5.  SIDEBAR
 * 6.  FOOTER
 * 7.  MEDIA QUERIES
 **/

@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
@import url("css/reset.css"); 
@import url("css/common.css"); 
@import url("css/lightbox.css"); 
@import url("css/shortcodes.css"); 


 /* 1. BASE
 * ================================================ */	
body{
	font-size: 12px; 
	font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	line-height: 1.5;
	color: #676767;
	background: url('images/default_bg1.png');
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Open Sans Condensed', sans-serif;	
	font-weight: 700;
	line-height: 1.2;
	color: #464646;
}

h1 {
	font-size: 26px;
	margin-bottom: 5px;
}

h2 {
	font-size: 18px;
	margin-bottom: 5px;
}

h3 {
	font-size:15px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size:14px;
}

h6 {
	font-size:12px;
}

a:link {	
	color: #464646;
	-moz-transition:  color 0.3s linear 0s;
	-webkit-transition:  color 0.3s linear 0s;
	transition:  color 0.3s linear 0s;	
	text-decoration:none;
}

a:visited {
	color: #464646;
} 

a:hover{
	color: #009933;
}

:focus {
	outline: 0;
}
	
#container{
	width: 1000px; 
	margin: 0 auto;
	background: #ffffff;
	overflow: hidden;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

#main{
	padding: 15px; 	
	overflow:hidden;	
}

#content {
	width: 500px;			
	float: left;
	margin-right: 15px;	
	position: relative;
	left: 235px;
}

#left-sidebar{
	width: 220px;
	float: left;
	margin-right: 15px;	
	overflow: hidden;
	position: relative;
	left: -515px;
}

#right-sidebar{
	width: 220px;
	float: left;	
	overflow: hidden;
}

#full-content #content{
	width: 100% !important;	
	left: 0 !important;
	margin-right: 0 !important;
}

#right-content #content{
	width: 735px !important;	
	margin-right: 0 !important;
}

#right-content #left-sidebar{
	left: -735px;
}

#left-content #content{
	width: 735px !important;	
	left: 0;
}

/* 2. HEADER
* ============ */	
#header{
	padding: 0px 15px; 
	margin: 0px auto; 
	background: #ffffff; 
}

#header .wrap{
	overflow:hidden;
	padding-top: 10px;
}

#header .logo{
	float: left;
	width: 1000px;	
	max-height: 108px;
}

#header .logo h1{
	margin-bottom: 0px;
}

#header .logo img{
	display: block;
}

#header .ad468 {
	width:500px;
	float:right;
	text-align:right;
}

#header .top{	
	margin-bottom:15px;
	border-bottom: 1px solid #eee;
}

#header .top-right{
	width: 150px;
	float:right;		
}

#header .top-right ul{
	list-style:none;
	margin-top: 7px;
	padding:0px;		
}

#header .top-right ul li{
	float:left;
	margin-right: 10px;	
}

#header .top-right ul li a{
	display: block;
	float: left;
	height: 18px;
	width: 18px;
	text-indent: -999em;   
}

#header .top-right a.twitter{
  background: url("images/twitter18.png") no-repeat left center;  
}

#header .top-right a.fb{
  background: url("images/fb18.png") no-repeat left center;  
}

#header .top-right a.rss{
  background: url("images/rss18.png") no-repeat left center;  
}

#header .top-right a.email{
  background: url("images/mail18.png") no-repeat left center;  
}


 /* 3. NAVIGATION MENU
 * ======================== */

/*-- Top Menu --*/
#top-menu {
	width: 700px;
	float:left;
}

#top-menu  ul {
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
	position:relative;
	z-index:99;
}

#top-menu ul li {
	float:left;
	padding:0px;
	margin:0px;
	position:relative;
}

#top-menu ul li a {
	display: block;
	padding: 6px 12px;
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;	
	color: #009933;
}

#top-menu ul li ul.sub-menu{
	display: none;
}

/*-- Main Menu --*/
#main-menu {
	width: 970px;
	background: #424242;
	float: left;
	position: relative;
	z-index: 30;
	margin-top: 20px;
	height: 44px;	
}

#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 ul {
	float:left;
	list-style-type:none;
	margin:0px;
	padding:0px;
	position:relative;
	z-index:99;
}

#main-menu ul li {
	float:left;
	padding:0px;
	margin:0px;
	position:relative;
}

#main-menu ul li a {
	display: block;
	padding: 11px 18px 11px 18px;
	text-align: center;
	font-size: 15px;
	line-height: 22px;
	color: #FFFFFF;
	border-right: 1px solid #5c5c5c;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
}

#main-menu ul li a:hover, #main-menu li.current-cat > a,
#main-menu ul li.current-menu-ancestor,
#main-menu ul li.current_page_ancestor,
#main-menu ul > li.current-menu-item{
	background: #009933;
}

#main-menu ul li ul {
	display:none;
	position:absolute;
	padding:0;
	background: #F2F2F2;
	margin-top: 1px;
}

#main-menu ul li ul li {
	float:none;
	padding:0px;
	border-left:0px;
	border-right: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 20px 12px 18px;
	display: block;
	width: 122px;
	text-align: left;
	height: auto;
	background: #f2f2f2;	
	font-size: 12px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;	
	border-color: #E6E6E6;
	border-style: solid;
	border-width: 0px 1px 1px 0;
	color: #555555;
	text-transform: none;	
}
	
#main-menu ul li ul li:hover a, 
#main-menu ul li ul li.over a {
	color: #333333;
	background: #ebebeb;
}

#main-menu ul li ul li ul {
	display: none;
	position: absolute;
	left: 160px;
	top: -1px;	
}

#main-menu ul li ul li:hover ul, 
#main-menu ul li ul li.sfHover ul {
	display: block;
	position: absolute;
	left: 160px;
	top: -1px;
	background: #E6E6E6;	
}

#main-menu ul li ul li:hover ul li a, 
#main-menu ul li ul li.over ul li a {
	background: #F2F2F2;
	color: #555555;	
}

#main-menu ul li ul li ul li a:hover {
	color: #333333;
	background: #ebebeb;
}

#main-menu a.sf-with-ul {
	padding-right:25px;
	min-width:1px;
}

#main-menu .sf-sub-indicator {
	position: absolute;
	display: block;
	right: 9px;
	top: 14px;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url(images/li-img-down-med.png) no-repeat;	
}

#main-menu a > .sf-sub-indicator {
	top: 20px;
}

#main-menu .current-menu-parent .sf-sub-indicator,
#main-menu .current-menu-ancestor .sf-sub-indicator,
#main-menu a:focus > .sf-sub-indicator,
#main-menu a:hover > .sf-sub-indicator,
#main-menu a:active > .sf-sub-indicator,
#main-menu li:hover > a > .sf-sub-indicator,
#main-menu li.over > a > .sf-sub-indicator {
	background:url(images/li-img-down-med1.png) no-repeat
}

#main-menu ul li ul .sf-sub-indicator { 
	right: 8px; 
	top: 18px; 
}

#main-menu ul li ul a > .sf-sub-indicator { 
	background:url(images/li-img-med.png) no-repeat
}

#main-menu ul li ul a:focus > .sf-sub-indicator,
#main-menu ul li ul a:hover > .sf-sub-indicator,
#main-menu ul li ul a:active > .sf-sub-indicator,
#main-menu ul li ul li:hover > a > .sf-sub-indicator,
#main-menu ul li ul li.over > a > .sf-sub-indicator {
	background:url(images/li-img-med.png) no-repeat
}

#main-menu a.menu-link {
	display: none;
}

 /* 4. CONTENT
 * ================================================ */
/*-- Slider --*/
#wt-slider {
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 10;
	margin-bottom: 20px;
}

#wt-slider ul,
#wt-slider ol{
	padding:0;
	margin:0;
	list-style:none;
}

#wt-slider .flex-viewport {
	max-height: 630px; 
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	transition: all 1s ease;
}

#wt-slider .loading .flex-viewport {
	max-height: 300px;
}

#wt-slider .slides {
	overflow: hidden;
	zoom: 1;
}

#wt-slider .attachment-wt-slider-image{
	height: 310px;
	width:630px;
}

#wt-slider .slides li {
  position: relative;
}

#wt-slider .slider-text {  
	bottom: 26px;
	color: #dbdbdb;
	left: 15px;
	padding:10px;
	position: absolute;
}

#wt-slider .slider-text h2{
	padding: 5px 7px;
	background: #009933;
	float: left;
	margin-bottom: 0;
}

#wt-slider .slider-text h2 a{
	color: #ffffff;
}


#wt-slider .slider-text p{
	margin-bottom:0;
	line-height:1.2;
	background: #424242;
	padding: 5px 7px;
	float: left;	
}

/*-- Hompage Images Overlay --*/
.overlay{
	background-color: #009933;
	background-image: url("images/icon-plus.png");
	background-position: center center;
	background-repeat: no-repeat;
}     

.overlay .wp-post-image {
   -webkit-transition: opacity 0.4s; 
	-moz-transition: opacity 0.4s; 
	transition: opacity 0.4s;
	
	display: block;	
}

.overlay:hover .wp-post-image{
    opacity: 0.2; 
}

.overlay .attachment-wt-medium-thumb {
   -webkit-transition: opacity 0.4s; 
	-moz-transition: opacity 0.4s; 
	transition: opacity 0.4s;   
	display: block;	
}

.overlay:hover .attachment-wt-medium-thumb{
    opacity: 0.2; 
}

.gallery-overlay{
	float: left;
	height: 75px;
	width: 75px;
	display: block;
	background-color: #009933;
	background-image: url("images/icon-magnifier.png");
	background-position: center center;
	background-repeat: no-repeat;	
}  

.gallery-overlay .attachment-wt-medium-thumb {
   -webkit-transition: opacity 0.4s; 
	-moz-transition: opacity 0.4s; 
	transition: opacity 0.4s;
	
	display: block;	
}

.gallery-overlay:hover .attachment-wt-medium-thumb{
    opacity: 0.2; 
}

.widget-overlay{
	float: left;
	height: 65px;
	width: 65px;
	display: block;
	background-color: #009933;
	background-image: url("images/icon-magnifier.png");
	background-position: center center;
	background-repeat: no-repeat;	
}  

.widget-overlay img{
   -webkit-transition: opacity 0.4s; 
	-moz-transition: opacity 0.4s; 
	transition: opacity 0.4s;
	
	display: block;	
}

.widget-overlay:hover img{
    opacity: 0.2; 
}

#content .one-half{
	width: 242px; 
	float: left;
	margin-right: 16px;	
}
 
#content .last-col{
	margin-right: 0;	
}

#content .archive h1{
	margin-bottom: 15px;
}

/*-- Homepage Featured Carousel --*/
#feat-carousel{
	overflow: hidden;
	margin-bottom: 15px;	
	margin-right: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}

#feat-carousel .carousel-posts .thumbnail{
	overflow: hidden;
	margin-bottom: 5px;
}

#feat-carousel .carousel-posts ul li{
	width:156px;
	list-style: none;
	margin: 0;
	margin-right: 15px;
	float:left;	
	min-height: 140px;
}

#feat-carousel .carousel-posts .wp-post-image{
	width:156px;
	height: 118px;
}

#feat-carousel .carousel-nav{
	float: right;
	margin-bottom: 4px;
}

#feat-carousel .carousel-nav a {
	cursor: pointer;
	display: inline-block !important;
	height: 17px;
	width: 17px;
	text-indent: -9999px;
}

#feat-carousel .carousel-nav a:hover{
	opacity: 0.7;
}

#feat-carousel .carousel-nav a.prev {
	background-color: #009933;
	background-image: url("images/arrow-left.png");
	background-position: center center;
	background-repeat: no-repeat;	
	
}

#feat-carousel .carousel-nav a.next{	
	background-color: #009933;
	background-image: url("images/arrow-right.png");
	background-position: center center;
	background-repeat: no-repeat;	
}

/*-- Homepage Featured Single Column Category --*/
#feat-singlecol{
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;	
}

#feat-singlecol h4{
	margin-top: 4px;
}

#feat-singlecol .item-post .overlay{
	float: left;
	height: 50px;
	margin-right: 7px;
	width: 50px;
	display: block;
	margin-top: 2px;
}

#feat-singlecol .item-post .wp-post-image{
	float: left;
	height: 50px;
	margin-right: 7px;
	width: 50px;	
	display: block;
}

#feat-singlecol .feat-post{
	margin-bottom: 8px;
	border-bottom: 1px solid #eeeeee;
}

#feat-singlecol .feat-post p{
	margin-bottom: 8px;
}

#feat-singlecol .more-posts .item-post{
	overflow: hidden;
	margin-bottom: 8px;
	padding-bottom: 7px;
	border-bottom: 1px solid #eeeeee;
}

#feat-singlecol .more-posts .item-post:last-child{
	border-bottom: none;
}

#feat-singlecol .more-posts .post-right{
	float: left;
	width: 175px;
}

/*-- Homepage Featured Category --*/
#content .feat-cat{
	margin-bottom: 15px;
	overflow:hidden;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
}

#content .attachment-wt-feat-thumb{
	width: 242px;
}

#content .feat-cat .item-post{	
	overflow: hidden;
	margin-bottom: 8px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 7px;
}

#content .feat-cat .item-post:last-child{
	border-bottom: none;
}

#content .feat-cat .item-post .overlay{
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 7px;
}

#content .feat-cat .item-post .wp-post-image{
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 7px;
}

#content .feat-cat .item-post .post-right{
	width: 165px;
	float: left;	
}

/*-- Homepage Featured Gallery --*/
#feat-gallery{
	overflow: hidden;
	margin-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
}

#feat-gallery .gallery-images ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#feat-gallery .gallery-images ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#feat-gallery .gallery-images ul li img{
	width: 75px;
	height: 75px;
	float: left;
	display: block;
}

#feat-gallery .gallery-images  ul li:nth-child(6n+6) {  
	margin-right: 0;
}

/*-- Post Settings --*/
#content .entry-social{
	margin: 10px 0;	
	padding: 8px 0 5px;
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
}

#content .entry-social .fb{
	margin-right: 35px;
	font-size: 1px;
}

#content .entry-social .twitter{	
	width: 90px;	
}  

#content .entry-social .linkedin{
	margin-right: 25px;
}

#content .entry-author{
	margin:15px 0;
	overflow:hidden;	
}

#content .entry-author h4{
	margin-bottom: 0;
}

#content .entry-author .author-avatar{
	float:left;
	width: 80px;
}

#content .entry-author .avatar{
	margin-right: 10px;	
}

.entry-meta{
	color: #888888;	
	margin: 4px 0;
}

.entry-meta a{
	color: #888888;	
}

.entry-meta a:visited{
	color: #888888;	
}

.entry-meta a:hover{
	color: #009933;
}


.entry-meta .date{
	background: url("images/icon-date.png") no-repeat left center;
	padding-left: 16px;	
	margin-right: 10px;
}

.entry-meta .category{
	background: url("images/icon-tag.png") no-repeat left center;
	padding-left: 16px;	
	margin-right: 10px;
}

.entry-meta .comments{
	background: url("images/icon-comment.png") no-repeat left center;
	padding-left: 16px;	
}

.entry-meta .image-link{
	float: right;
}

.entry-content{
	margin: 5px 0;
}

.entry-content a{
	color: #009933;	
}

.entry-content a:visited{
	color: #009933;	
}

.entry-content a:hover{
	color: #01c542;
}

.image-post-link{
	text-align: center;
}

.entry-footer .entry-tags{
	overflow: hidden;
}

.entry-footer .entry-tags a {
	background: #009933;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 12px !important;
	line-height: 12px;
	margin-bottom: 8px;
	margin-right: 5px;
	padding: 8px 10px;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out 0s; 
	-moz-transition: all 0.4s ease-in-out 0s; 
	transition: all 0.4s ease-in-out 0s;
}

.entry-footer .entry-tags a:hover{
	opacity: 0.7;
}

#content .archive .archive-meta{
	margin: 10px 0 15px;
	background: #EEEEEE;
	padding: 5px 7px;
}

#content .archive .archive-meta p{
	margin-bottom: 3px;
}

#content .archive-author-info .author-avatar{
	float:left;
	width: 80px;
}

#content .archive-author-info .avatar{
	margin-right: 10px;	
}

#content .archive-author-info .author-info{
	background: #EEEEEE;
	padding: 5px 7px;
}

/*-- Related Posts --*/
#content .related-posts ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#content .related-posts ul li{
	margin-bottom: 10px;
	overflow: hidden;
	float: left;
	width: 150px;	
	margin-right: 25px;	
}

#content .related-posts ul li.last-post{
	margin-right: 0;	
}

#content .related-posts .attachment-wt-archive-thumb{
	width: 150px;
	height: 100px;
	margin-bottom: 5px;
}

#content .related-posts h4{
	margin-bottom: 5px;
}

/*-- Homepage posts--*/
#feat-postlist{
	margin: 10px 0;
}

/*-- Post archives --*/
#content .post,
#content .page{	
	overflow: hidden;
	margin-bottom: 15px;
	clear: both;
}

#content .attachment-wt-archive-thumb{
	width: 180px;
	height: 135px;
	float: left;
	margin-right: 10px;	
}

#content .attachment-wt-archive-thumb + #content .post-right{
	float: left;
	width: 310px;
	overflow: hidden;	
}

/*-- Error 404 Page --*/
.error404 .widget_recent_entries{
	margin: 15px 0;
}

.error404 .widget_recent_entries ul{
	list-style: none;
	margin: 0;	
}

.wp-tag-cloud a{
	font-size: 12px !important;
}

.archive-columns .block{
	overflow: hidden;
	margin-bottom: 15px;	
}

/*-- Archive Page --*/
ul.pages,
ul.archive-list, 
ul.wp-tag-cloud,
ul.sp-list, 
ul.children{
	list-style: none;
	padding: 0;
	margin: 0;	
}

ul.pages li,
ul.archive-list li, 
ul.wp-tag-cloud li,
ul.sp-list li{
	margin-bottom: 5px;	
}

.full-onethird{
	width: 300px;
	float: left;
	margin-right: 25px;
}

/*-- Authors Page --*/
.authors-list .author{
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}

.authors-list .author-avatar{
	float: left;
	margin-right: 10px;
}

.authors-list .author-description p{
	margin-bottom: 3px;
}

/*-- Contact Form --*/
#wt_contact_form{
	margin: 15px 0;
}

#wt_contact_form .field{
	margin: 10px 0;
}

#wt_contact_form label{
	display: inline-block;
	width: 60px;
	vertical-align: top;
	margin-top: 7px;
	text-align: right;
	margin-right: 10px;
	font-weight: 700;
}

#wt_contact_form input.text{
	font-size: 13px;
	padding: 8px 10px;
	width: 250px;
	border:1px solid #E7E7E7;
	font:inherit;
	color: #888;
}

#wt_contact_form .textarea{
	font-size: 13px;
	padding: 8px 10px;
	width: 380px;
	height: 200px;
	border: 1px solid #E7E7E7;
	font: inherit;
	color: #888888;
} 

#wt_contact_form .captcha{
	overflow: hidden;
	display: inline-block;
}

#wt_contact_form .captcha-image{
	margin-bottom: 5px;
}

#wt_contact_form .field .error{
	display: block;
	width: 250px;
	margin-left: 5px;
	color: red;
	margin-top: 7px;
	margin-left: 75px !important;
}

#wt_contact_form .captcha .error{
	margin-left: 0 !important;
}

#wt_contact_form .button{
	margin: 10px 0 10px 75px;
}

#content .contact-form-error{
	margin: 10px 0;
}

/*-- Comments --*/
#comments ol.commentlist{
	margin: 10px 0;
	list-style: none;
}

#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 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 .comment{
	overflow: hidden;
	margin-bottom: 10px;
}

#comments .author-info{
	margin-bottom: 5px;
	overflow: hidden;
}

#comments .author-avatar{
	float: left;
	width: 46px;
	margin-right: 10px;
}

#comments .comment-meta{
	float: left;	
}

#comments .comment-author .fn {
	font-weight: 700;
	width: auto;
	font-style: normal;
	margin-right: 10px
}

#comments .comment-body p{
	margin-bottom: 7px;
}

#comments .comment-body .moderation{ 
	color:red; 
	font-style:italic; 
}

#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 .reply {
	clear: both;
	float: right;	
	background: #009933;
	box-shadow: 0 2px 2px #DDDDDD;
	cursor: pointer;	
	display: inline-block;
    padding: 3px 6px;
    text-decoration: none;
	border: none;
	-moz-transition:  .4s ease-in-out; 
	-webkit-transition:  .4s ease-in-out; 
	transition:  .4s ease-in-out;
}

#comments .comment-reply-link {
	color: #fff;
}

#comments .reply:hover {
	opacity: 0.7;
}

#respond .required {
	color: #ff4b33;
	font-weight: bold;
}

#respond label {
	color: #888;
	font-size: 12px;	
}

#respond .comment-form-comment label{
	display: block;
}
	
#respond input[type=text] {	
	border: 1px solid #eeeeee;
	display: block;
	margin-bottom: 10px;
	padding: 8px 10px;	
	width: 200px;
	font: inherit;
	color: inherit;
}

#respond textarea {
	border: 1px solid #eeeeee;
	width: 90%;
	padding: 6px 8px;
	font: inherit;
	color: inherit;
}

#respond input[type=submit]{
	background: #009933;
	box-shadow: 0 2px 2px #DDDDDD;
	color: #FFFFFF !important;
	cursor: pointer;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	
	display: inline-block;
    padding: 6px 12px;
    text-decoration: none;
	border: none;
	-moz-transition:  .4s ease-in-out; 
	-webkit-transition:  .4s ease-in-out; 
	transition:  .4s ease-in-out;
}

#respond input[type=submit]:hover{
	opacity: 0.7;
}

#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}

/*-- Pagination --*/
#content  .pagination{
	clear: both;
	overflow: hidden;
	margin: 20px 0;	
}

#content  .pagination a:hover{
	color: #ffffff;
	background: #009933;
}

#content .pagination  .page-numbers {
	background: #eeeeee;
	display: inline-block;	
	margin-right:3px;
	margin-bottom: 8px;
	padding: 3px 8px;
}

#content .pagination .current {
	background: #009933;
	color: #ffffff;
}

 /* 5. WIDGETS
 * ================================================ */
.sidebar .widget {
	margin-bottom: 20px;
	overflow: hidden;	
}

.sidebar .widget ul {
	list-style: none; 
	margin: 0;
	overflow: hidden;
}

.sidebar  .widget select {
	border: 1px solid #eee;
	font: inherit;
	color: inherit;
	display: inline-block;
	float: left;
	height: 34px;
	padding: 6px 8px;
	width: 220px;
	margin-top: 10px;
}

.widget_categories ul li, 
.widget_archive ul li, 
.widget_links ul li, 
.widget_meta ul li, 
.widget_pages ul li, 
.widget_recent_comments ul li, 
.widget_recent_entries ul li {
	background: url("images/next_ico.png") no-repeat 0 6px;	
	padding: 0 0 5px 12px;  
}

.sidebar .widget ul li:last-child{
	border-bottom: none;
}
 
/*-- Search Widget --*/
.searchfield{
	font-size: 13px;
	padding: 10px 28px 10px 6px;
	width: 184px;
	border:1px solid #eeeeee;
	font: inherit;
	color: #888;
	background: url("images/magnify.png") no-repeat 96% 50%;
}
 
 /*-- Contact Form Widget --*/
.widget_contact_form .field{
	margin: 7px 0;
}

.widget_contact_form input.text,
.widget_contact_form .textarea{
	padding: 8px 10px;
	width: 90%;
	border: 1px solid #eee;
	font: inherit;
	color: inherit;	
}

.widget_contact_form .textarea{
	height: 120px;
}

.sidebar .widget_contact_form .error{
	color: red;
}

/*-- Tags Widget --*/
.widget_tags ul li{
	float: left;
	margin-bottom: 8px;
	margin-right: 10px;
	overflow: hidden;	
}

.widget_tags a.button {
	background: #009933;
	color: #FFFFFF;
	float: left;
	padding: 6px 8px;
	font-weight: 400;
	
	-moz-transition:  .4s ease-in-out; 
	-webkit-transition:  .4s ease-in-out; 
	transition:  .4s ease-in-out;
}

.widget_tags span{
	background: #eeeeee;
	color: inherit;
	float: left;
	padding: 6px 10px;
}


/*-- Default Tags Widget --*/
.tagcloud{
	overflow:hidden;
	margin-top:10px;
}

.tagcloud a {
	background: #009933;
	color: #FFFFFF;
	float: left;
	padding: 6px 8px;
	display: block;
	float: left;
	font-size: 12px !important;
	margin-bottom: 8px;
	margin-right: 10px;	
	text-decoration: none;
	
	-moz-transition:  .4s ease-in-out; 
	-webkit-transition:  .4s ease-in-out; 
	transition:  .4s ease-in-out;
}

.tagcloud a:hover{	
	color: #fff;
	opacity: 0.7;
}

/*-- Recent Full Posts Widget --*/
.sidebar .widget_posts_full .wp-post-image{
	width: 218px;
	height: 150px;
	display: block;	
}

.sidebar .widget_posts .overlay{
	width: 75px;
	height: 75px;
	margin-right: 10px;
	float: left;
}

.sidebar .widget_posts .wp-post-image{
	width: 75px;
	height: 75px;
	margin-right: 10px;
	float: left;
}

.sidebar .widget_posts .post-right{
	float: left;
	width: 133px;
}

.sidebar .widget_posts .item-post{
	overflow: hidden;
	margin-bottom: 5px;
}

.sidebar .widget_posts .item-post {
	border-bottom: 1px solid #eee;
	clear: both;
	margin-bottom: 8px;
	overflow: hidden;
	padding-bottom: 8px;
}

.sidebar .widget_posts .item-post:last-child{
	border-bottom: 0px;
}
 
 /*-- Ads Block Widget--*/
.widget_adsblock ul{
	overflow:auto;
	margin-top:10px;
	list-style: none;	
	margin: 0;
	padding: 0;
}

.widget_adsblock ul li{
	float: left;
	margin-bottom: 10px;
	border-bottom: none;	
	padding: 0 !important;
	width: 105px;
	height: 105px;	
	border-bottom: none !important;
	margin-right: 0px;	
}

.widget_adsblock ul li a{
	display:block;
}

.widget_adsblock  ul li:first-child{
	margin-right: 10px;
}

.widget_adsblock ul li:first-child + li + li{
    margin-right: 10px;
}

/*-- Single Ad Widget--*/
.widget_adsingle img{
	width: 220px;
	height: 220px;
}

/*-- Single Ad Widget--*/
.widget_pinterest ul{
	list-style: none;	
	margin: 0;	
}

.widget_pinterest ul li{
	margin-bottom: 8px;
	margin-right: 10px;
	float: left;
}

.widget_pinterest  ul li:nth-child(3n+3) {  
	margin-right: 0;
}

.widget_pinterest .overlay{	
	display: block;
	width: 65px;
	height: 65px;
}

.widget_pinterest .overlay img {
   -moz-transition: opacity 0.4s;	
   -webkit-transition: opacity 0.4s;
   transition: opacity 0.4s;
}

.widget_pinterest .overlay:hover img{
    opacity: 0.2; 
}

.widget_pinterest ul li.recent-pin img{
	width: 65px;
	height: 65px;	
}

.widget_pinterest ul li.pinterest-follow-me img{
	display: block;
	height: 28px
}
/*-- Facebook Widget --*/
.widget_facebook{ 
	height: 256px;
	width: 220px;
	overflow: hidden;
	position:relative;
	top:-1px;
	left:-2px;
}

.widget_facebook iframe{
  left:-5px;
  overflow:hidden;
  position:relative;
  top:-1px;
}

/*-- Recent Comments Widget --*/
.widget_recent_comments ul,
.widget_comments ul{
	list-style: none;
	margin: 0;
}

.widget_comments ul li{
	overflow: hidden;
	margin-bottom: 12px;
}

.widget_comments ul li .avatar{
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}

.widget_comments ul li p{
	margin-bottom: 0;
	color: #888888;
}

.widget_comments ul li .comment{
	float: left;
	width: 160px;	
}

/*-- Twitter Widget --*/
.widget_tweets{
	height: 272px;
}

.widget_tweets .twtr-user a{
	color: red !important;
}

.widget_tweets  .twtr-ft{
	display: none;
}

.twtr-tweet-text em{
	display: none !important;
}

.widget_tweets .twtr-widget .twtr-tweet{
	border-bottom: 1px solid #eeeeee !important;
}

.widget_tweets .twtr-hd {
	padding: 10px 0 !important; 
}

.widget_tweets .twtr-widget .twtr-tweet-wrap{
	padding: 8px 0 !important;
}

/*-- Video Widget --*/
.widget_video iframe{
	max-width: 98%;
	height: auto;
}

/*-- Polls Widget --*/
.widget_polls-widget .widget-wrapper {
    padding:0px;
    border:0px
}

.widget_polls-widget .wp-polls-ul{
	margin: 0px !important;
}

.widget_polls-widget  ul {
	list-style: none;
}

.widget_polls-widget  ul li {
    padding: 0;
	margin-bottom: 5px;
	border-bottom: none !important;	
}

.widget_polls-widget .wp-polls .pollbar {
	background: #009933;
    border: 1px solid #009933;
	margin-bottom: 7px;
}

.widget_polls-widget .wp-polls p{
	text-align: left !important;
	margin-bottom: 8px;
	
}

.widget_polls-widget .wp-polls-ul li {
    margin:3px 0px
}

.widget_polls-widget .wp-polls-ul small{
	font-size: 12px;
}

.widget_polls-widget .wp-polls input.Buttons {
    margin-right: 15px;
    border:0px;
    padding: 6px;
    font-size:12px;
    color:#fff;    
	background: #009933;
	margin: 10px 10px 3px 0;	
	float: left;
	display: inline-block;
	cursor: pointer;
	font: inherit;	
	font-weight: bold;	
}

.widget_polls-widget .wp-polls-ans{
	margin-bottom: 5px;
}

.widget_polls-widget .wp-polls-ans p{
	margin: 0;	
}

.widget_polls-widget .wp-polls a {
    text-decoration: none;
	color: #fff;
    font-weight: bold;
	border: 0px;
    padding: 5px 8px;
    font-size: 12px;
	background: #424242;
	display: inline-block;
	margin: 10px 0 3px;	
	line-height: 20px;
}

.widget_polls-widget .wp-polls-loading{
	display: none !important;
}

/*-- Calendar Widget --*/
.widget_calendar h3.widget-title {
	display:none;
}

.widget_calendar table#wp-calendar caption  { 
	margin-bottom: 5px;
	text-transform: uppercase;		
	line-height: normal;
	font-weight: 700;
}

.widget_calendar h4, .widget_calendar h3 {
	display:none;
}

.widget_calendar table#wp-calendar {
	border:1px solid #fff;	
	width:100%;
}

.widget_calendar tbody .pad {
	background-color:transparent;
}

.widget_calendar table td {
	border:none
}

.widget_calendar table#wp-calendar>tbody>tr>td>a {
	font-weight: 700;
}

.widget_calendar table#wp-calendar>tbody>tr>td>a:hover {
	background:none;
}
	
.widget_calendar thead>tr>th {
	padding: 1px;
	width:14.2857%; 
	text-align:center; 
	background-color: #009933; 
	border:1px solid #FFF;	
	color: #FFF; 
	font-weight:700;
	line-height: 1.8;		
}
	
.widget_calendar tbody>tr>td {
	width:14.2857%; 
	padding:5px 0px 6px 0px; 
	text-align:center;	
	border:1px solid #fff; 
	background:#f1f1f1;
}

.widget_calendar tfoot>tr>td>a, tfoot>tr>td>a:link, tfoot>tr>td>a:hover, tfoot>tr>td>a:visited, tfoot>tr>td>a:active {
	height:20px;	
}

.widget_calendar tfoot>tr>td#prev {
	width:58px;	
	height:20px;	
	text-align : center;
	border:none;	
	background-color:#f1f1f1;
}

.widget_calendar tfoot>tr>td#prev a,.widget_calendar tfoot>tr>td#next a{
	
}

.widget_calendar tfoot>tr>td#next {
	width:58px; 
	height:20px;	
	text-align : center;
	border:none;	
	background-color:#f1f1f1;
}

.widget_carousel .attachment-wt-feat-thumb{
	width: 220px;
	height: 150px;	
}

/*-- Flickr Widget --*/
.widget_flickr .flickr_stream{
	margin-top: 10px;	
}

.widget_flickr .flickr_stream ul li{
	border: 0;
	float: left;
	margin-bottom: 8px;
	margin-right: 10px;
}

.widget_flickr .flickr_stream  ul li:nth-child(3n+3) {  
	margin-right: 0;
}

.widget_flickr .flickr_stream img{
	width: 65px;
	height: 65px;	
}

/*-- Subscriber Counter Widget --*/
.widget_social_counter .facebook{
	overflow: hidden;	
	margin-bottom: 5px;
}

.widget_social_counter .twitter{
	overflow: hidden;	
	margin-bottom: 5px;	
}

.widget_social_counter .rss{
	overflow: hidden;	
}

.widget_social_counter .left{
	width: 40px;
	margin-right: 10px;
	float: left;
}

.widget_social_counter .right{
	width: 150px;
	float: left;
}

.widget_social_counter .count{
	display: block;
	color: #888888;
	font-size: 14px;
	font-style: italic;
}

/*-- Social Links Widget --*/
.widget_social ul li{
	padding-left:24px;
	margin-bottom: 5px;
}

.widget_social ul li.facebook{
	background:url(images/fb16.png) no-repeat left center;
}

.widget_social ul li.twitter{
	background:url(images/twitter16.png) no-repeat left center;
}

.widget_social ul li.gplus{
	background:url(images/gplus16.png) no-repeat left center;
}

.widget_social ul li.rss{
	background:url(images/rss16.png) no-repeat left center;
}

.widget_social ul li.contact{
	background:url(images/mail16.png) no-repeat left center;
}


/* 6. FOOTER
* ==================== */
#footer{
	color: #888888;
	background: #424242;
	overflow: hidden;
}

#footer h3{
	text-transform: capitalize;
	color: #cdcdcd;
	margin-bottom: 10px; 	
}

#footer a{
	color: #888888; 
}

#footer a:hover{
	color: #cdcdcd;
}

/*-- footer widgets --*/
#footer .footer-widgets{
	padding:15px;
	overflow:hidden;
}

#footer .widget{
	float: left; 
	width: 222px; 
	margin-right: 20px;	
	margin-bottom: 20px;	
	overflow: hidden;
}

#footer .widget ul{
	list-style: none;
	margin: 0;
}

#footer .button{
	box-shadow: none;
	background: #393939;
	color: #CDCDCD !important;
}

#footer .widget_tags span{	
	background: #393939;
}

/*-- twitter widget --*/
#footer  .widget_tweets .twtr-tweet .twtr-tweet-text p {
    color: #888888 !important;
}

#footer  .widget_tweets  .twtr-hd h3 {
	color: #888888 !important;
}

#footer  .widget_tweets .twtr-hd *,
#footer  .widget_tweets .twtr-hd h4 a {
    color: #888888 !important;
}

#footer  .widget_tweets .twtr-tweet a:link,
#footer  .widget_tweets .twtr-tweet a:visited,
#footer .widget_tweets .twtr-tweet a:hover {
    color: #888888 !important;
}

#footer .widget_tweets .twtr-widget .twtr-tweet{
	border-bottom:1px solid #444444 !important;
}

#footer .widget_contact_form .error{
	color: #f75b5b;
}

#footer .widget_contact_form input.text,
#footer .widget_contact_form .textarea{
	background: #535353;
	border: none;
	color: #bbbbbb;
}

/*-- footer info --*/
#footer .footer-info{
	clear: both; 
	margin-top: 0px; 
	padding: 10px 15px; 
	overflow: hidden;
	background: #393939;
	
}

#footer .footer-info {	
	margin: 0; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 11px; 
	font-style: italic;	
}

#footer .footer-info .footer-left{
	float: left; 
}

#footer .footer-info .footer-right{
	float: right;
}

#footer .footer-info .credit img{
	margin-bottom:-2px;
}

/* 7. MEDIA QUERIES
========================================== */

/* 7.1. Tablet Portrait (devices and browsers)
========================================== */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	#container{
		width: 745px;
	}
	
	#header{
		padding: 0 5px;
	}
	
	#header .top-right{
		display: none;
	}
	
	#header .ad468{
		display: none;
	}
	
	/*-- Main Menu --*/
	#main-menu {
		background: none !important;
		width: 735px;
	}
	
	#main-menu ul { 
		display:none; 
	}
	
	#main-menu select {		
		display: block;
		width: 735px; 
		font: inherit;
		margin-bottom: 15px;
	}
	
	#main{
		padding: 10px 5px;
	}
	
	#content{
		margin-right: 0;
	}
	
	#left-sidebar{
		left: -500px;
	}	
		
	#right-sidebar{
		clear: both;
		width: 735px;
		-moz-column-count: 3;
		-moz-column-gap: 20px;
		-webkit-column-count: 3;
		-webkit-column-gap: 20px;
		column-count: 3;
		column-gap: 20px;		
	}
	
	/*-- Footer Widgets --*/	
	#footer .footer-widgets{		
		padding: 10px 7px;
	}
	
	#right-content #content{
		width: 500px !important;	
		margin-right: 0 !important;
	}

	#right-content #left-sidebar{
		left: -500px;
	}

	#left-content #content{
		width: 500px !important;	
		left: 0;
		margin-right: 15px;
	}
	
	.full-onethird{
		width: 220px;
	}		
}

/* 7.2. Mobile Landscape Size to Tablet Portrait (devices and browsers)
==================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#container{
		width: 460px;
	}
	
	#header{
		padding: 0 5px;
	}
	
	#top-menu{
		width: 450px;
	}
	
	#header .top-right{
		display: none;
	}
	
	#header .ad468{
		display: none;
	}
	
	/*-- Main Menu --*/
	#main-menu {
		background: none !important;
		width: 450px;
	}
	
	#main-menu ul { 
		display:none; 
	}
	
	#main-menu select {		
		display: block;
		width: 450px; 
		font: inherit;
		margin-bottom: 15px;
	}
	
	#main{
		padding: 10px 5px;
	}
	
	#content {
		width: 450px;			
		float: left;
		margin-right: 0;	
		display: inline;
		left: 0;
	}

	#left-sidebar{
		left: 0;
	}
	
	#feat-carousel .carousel-posts ul li{
		width:144px;
		margin-right: 10px;
		min-height: 135px;
	}

	#content .one-half{
		width: 220px;
		margin-right: 10px;
	}
	
	#content .last-col{
		margin-right: 0;
	}
	
	#content .feat-cat .item-post .overlay{
		display: none;
	}
	
	#feat-singlecol .more-posts .item-post .overlay{
		display: none;
	}
	
	#feat-gallery .gallery-images{
		margin-left: 5px;
	}
			
	#feat-gallery .gallery-overlay,
	#feat-gallery .gallery-images ul li img{
		width: 65px;
		height: 65px;
	}
	
	.entry-meta .date{
		background: none;
		padding-left: 0;
	}
	
	#left-sidebar{
		margin-right: 10px;
	}
	
	#footer .footer-widgets{
		padding: 10px 5px;
	}
	
	#footer .widget{
		width: 220px;
		margin-right: 10px;
	}
	
	#footer .widget:nth-child(2n+2){
		margin-right: 0;
	}
	
	#right-content #content{
		width: 100% !important;	
		margin-right: 0 !important;
	}

	#right-content #left-sidebar{
		left: 0;
	}

	#left-content #content{
		width: 100% !important;	
		left: 0;
	}
		
	#wt_contact_form .textarea{
		width: 320px;
		height: 200px;		
	}
	
	#content .entry-social{
		display: none;
	}
	
	#right-content #left-sidebar,
	#left-content #right-sidebar{
		width: 450px;
		float: left;
		margin-left:0;
		margin-top:20px;
		padding-left: 0;
		-moz-column-count: 2;
		-moz-column-gap: 10px;
		-webkit-column-count: 2;
		-webkit-column-gap: 10px;
		column-count: 2;
		column-gap: 10px;	
	}
	
	.full-onethird{
		width: 210px;
		margin-right: 10px;
	}
	
	#comments ol.commentlist li ul.children li.depth-2 { 
		margin-left: 20px;  
	}

	#comments ol.commentlist li ul.children li.depth-3 { 
		margin-left: 0; 
	}

	#comments ol.commentlist li ul.children li.depth-4 { 
		margin-left: 0; 
	}

	#comments ol.commentlist li ul.children li.depth-5 { 
		margin-left: 0; 
	}
}
/* 7.3. Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
====================================================================== */
@media only screen and (max-width: 479px) {
	#container{
		width: 262px;
	}
	
	#header{
		padding: 0 10px;
	}
	
	#top-menu{
		width: 242px;
	}
	
	#header .top-right{
		display: none;
	}
	
	#header .logo {
		width: 242px;
		text-align: center;	
	}
	
	#header .logo img {
		display:inline-block;
	}
	
	#header .ad468{
		display: none;
	}
	
	#main{
		padding: 10px;
	}
	
	/*-- Main Menu --*/
	#main-menu {
		background: none !important;
		width: 242px;
	}
	
	#main-menu ul { 
		display:none; 
	}
	
	#main-menu select {		
		display: block;
		width: 242px; 
		font: inherit;
		margin-bottom: 15px;
	}
	
	/*-- Content --*/
	#content {
		width: 242px;			
		float: left;
		margin-right: 0;	
		display: inline;
		left: 0;
	}

	#left-sidebar{
		left: 0;
	}
	
	#wt-slider{
		display: none;		
	}
	
	#feat-carousel{
		display: none;
	}
	
	#feat-gallery{
		display: none;
	}
	
	#content .attachment-wt-archive-thumb{
		display: none;
	}
	
	#footer .footer-info{
		padding:10px;
		text-align: center;
	}
	
	#footer .footer-info .footer-left{
		float: none;		
	}		
	
	#footer .footer-info .footer-right{
		float: none;
	}
	
	#right-content #content{
		width: 100% !important;	
		margin-right: 0 !important;
	}

	#right-content #left-sidebar{
		left: 0;
	}

	#left-content #content{
		width: 100% !important;	
		left: 0;
	}
	
	.full-onethird{
		width: 242px;
	}
	
	#wt_contact_form input.text{
		width: 220px;
	}
	#wt_contact_form .textarea{
		width: 220px;
	}
	
	#wt_contact_form label{
		width: 150px;
		text-align: left;
	}
	
	#wt_contact_form .captcha img{
		width: 240px;
	}
	
	#wt_contact_form .field .error{
		margin-left: 0 !important;
	}
	
	#content .entry-social{
		display: none;
	}
	
	#comments ol.commentlist li ul.children li.depth-2 { 
		margin-left: 15px;  
	}

	#comments ol.commentlist li ul.children li.depth-3 { 
		margin-left: 0; 
	}

	#comments ol.commentlist li ul.children li.depth-4 { 
		margin-left: 0; 
	}

	#comments ol.commentlist li ul.children li.depth-5 { 
		margin-left: 0; 
	}
	
}

/* post images */
.wp-caption { background:#F7F7F7; text-align:center; padding:4px 0px 5px 0px; border:1px solid #e6e6e6; }
.wp-caption img { margin:2px 0px 3px 5px; padding:0px; border:0px; }
.wp-caption p.wp-caption-text { margin:1px; padding:0px; font-size:11px; font-weight:normal; line-height:12px; }
