/*
Theme Name: Pacific Magazine
Theme URI: http://wellthemes.com/
Author: Well Themes
Author URI: http://wellthemes.com/
Description: A Premium Responsive Magazine WordPress Theme by Well Themes.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, black, gray, light, one-column, two-columns, right-sidebar, 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:400,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-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
	line-height: 1.7;
	color: #535353;
	background: url("images/bg/full/columbia_emboss_op30.jpg") no-repeat fixed center center;
	background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #A7A7A7;
	line-height: 1.3;
	font-weight: 700;
}

h1{
	font-size: 28px;
}

h2{	
	font-size: 20px;
}

h3{
	font-size: 18px;	
}

h4{
	font-size: 16px;
}

h5{
	font-size: 14px;
}

h6{
	font-size: 12px;
}

a:link {
	color: #464646;
	-moz-transition:  color 0.1s linear 0s;
	-webkit-transition:  color 0.1s linear 0s;
	transition:  color 0.1s linear 0s;	
	text-decoration:none;
}
a:visited {
	color: #464646;
} 

a:hover{
	color: #FFC600;
}

:focus {
	outline: 0;
}

#container{
	width: 1110px; 
	padding: 0 60px;
	margin: 20px auto 30px;	
	overflow: hidden;
	background: #FFFFFF
}

#main{
	overflow:hidden;	
}

#content {
	width: 720px;			
	float: left;
	overflow: hidden;
}

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

.sidebar-left{
	margin-right: 50px;
}

.sidebar-right{
	margin-left: 50px;
}

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

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

.full-content{
	width: 100% !important;
}

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

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

/*-- image sizes --*/
.attachment-wt-large-image{
	width: 720px;
	height: 330px;
}

.attachment-wt-feat-thumb{
	width: 340px;
	height: 190px;
}

.attachment-wt-narrow-thumb{
	width: 340px;
	height: 135px;
}

.attachment-wt-carousel-thumb{
	width: 230px;
	height: 140px;
}

.attachment-wt-medium-thumb{
	width: 80px;
	height: 80px;
}

.full-container{
	margin: 0 -60px;
}

.post iframe{
	display: block;
	margin: 10px auto;
}

/*-- attachements --*/
#content #nav-single{
	overflow: hidden;
	margin: 20px 0;
}

#content #nav-single .nav-previous{
	float: left;
}
#content #nav-single .nav-next{
	float: right;
}

#content .image-post-link{
	text-align: center;
	margin-bottom: 20px;
}


/* 2. HEADER
=========================== */
#header .logo-wrap{
	overflow: hidden;
	position: relative;
	display: table;
    vertical-align: middle; 
}

#header .logo{
    width: 350px; 
	padding-right: 40px;
    max-height: 50px;
    overflow: hidden;   
    display: table-cell;
    vertical-align:middle;	
}

#header .logo h1{
	display: inline-block;
}

#header .logo img{
	display: block;	
}

#header .ad720{
	width: 720px;
    height: 90px;
}

/* 3. NAVIGATION MENU
=========================== */
#main-menu {
	width: 100%;
	float: left;
	position: relative;
	z-index: 30;
	margin-top: 30px;
	padding-bottom: 20px;
	height: 58px;
	border-top: 7px solid #434343;	
	border-bottom: 1px solid #E1E1E1;
}

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

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

#main-menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 99;
}

#main-menu ul li {
	float:left;	
	padding: 0px;
	margin: 0px;
	position: relative;
}

#main-menu ul li a {
	display: block;
	padding: 15px 15px 31px;	
	font-size: 20px;
	font-weight: 600;
	line-height: 22px;	
	border-top: 7px solid #434343;
	margin-top: -7px;
	transition: all 0.3s ease 0s;	
}

#main-menu ul li a:hover{
	border-top: 7px solid #FFC600;
}

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

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

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

#main-menu ul li ul li:hover a, 
#main-menu ul li ul li.over a {	
	color: #FFFFFF;
	background: #656565;
	border: 1px solid #656565;	
}

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

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

#main-menu ul li ul li:hover ul li a, 
#main-menu ul li ul li.over ul li a {	
	border: 1px solid #E1E1E1;
	color: #333333;		
	background: #FFFFFF;
}

#main-menu ul li ul li ul li a:hover {
	color: #FFFFFF;
	background: #656565;
	border: 1px solid #656565;	
}

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

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

#main-menu a.menu-link {
	display: none;	
}

#main-menu .menu-item-home{
	margin-right: 10px;
}

#main-menu .menu-item-home a{	
	padding: 20px 30px;
	background-color: #434343;
	background-image: url('images/home-white.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-indent: -999em;
	display: block;
}

img{
	display: block;
}

/* 2. HEADER
* ================ */	
#header{
	margin-bottom: 30px;
}

#header .top{	
	margin-bottom: 30px;
	overflow: hidden;
	background: #343434;
}

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

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

#header .top-menu {
	width: 700px;
	float:left;	
	margin-left: 40px;
}

#header .top-menu ul li a {
	display: block;
	padding: 8px 12px;
	text-align: center;
	font-weight: 700;
	font-size: 13px;
	color: #999999;
}

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

#header .top-menu ul li ul.sub-menu{
	display: none;
}

#header .top-right{
	width: 220px;
	float:right;
}

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

#header .top-right ul li{
	float:left;
	margin-right: 10px;	
}

#header .top-right ul li a{
	display: block;
	float: left;
	height: 26px;
	width: 26px;
	text-indent: -999em; 
    opacity: 0.8;	
	transition: all 0.2s ease 0s;
}
#header .top-right ul li a:hover{
	opacity: 1;	
}

#header .top-right a.twitter{
  background: url("images/twitter26.png") no-repeat left center;  
}

#header .top-right a.fb{
  background: url("images/fb26.png") no-repeat left center;  
}

#header .top-right a.gplus{
  background: url("images/gplus26.png") no-repeat left center;  
}

#header .top-right a.pinterest{
  background: url("images/pinterest26.png") no-repeat left center;  
}

#header .top-right a.dribbble{
  background: url("images/dribbble26.png") no-repeat left center;  
}

#header .top-right a.rss{
  background: url("images/rss26.png") no-repeat left center;  
}

#header .top-right a.youtube{
  background: url("images/youtube.png") no-repeat left center;  
}


/* 3. MAIN CONTENT
=========================== */
#feat-ticker{
	margin-bottom: 30px;
}

#feat-ticker ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#feat-ticker h4{
    background: #FFC600;
    padding: 8px 10px 9px;  
    position: relative;
	color: #FFFFFF;
	float: left;
    margin-right: 25px;  
}

#feat-ticker h4:before{
    position: absolute;
    left: 100%;
    top: 0;
	bottom: 0;
    content: "";	
	border-top: 37px solid rgba(0, 255, 0, 0);
    border-left: 20px solid #FFC600;
	transform: scale(.9999);	
}

#feat-ticker .ticker-wrapper.has-js {
	padding: 0px 20px;	
	height: 30px;
	line-height: 30px;
	display: block;
	border: 4px solid #EAEAEA;
}

#feat-ticker .ticker {
	width: 800px;	
	display: block;
	position: relative;
	overflow: hidden;
}

#feat-ticker .ticker-content {
	margin: 0px;
	left: 0 !important;
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
}

#feat-ticker .ticker-controls {
	margin-top: 7px;
	height: 16px;
    float: left;
}

#feat-ticker .ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 14px;
	display: block;
}


#feat-ticker .ticker-controls li.jnt-play-pause {	
	background: url('images/pause16.png') no-repeat;
}

#feat-ticker .ticker-controls li.jnt-play-pause.paused {
	background: url('images/play16.png') no-repeat;	
}

#feat-ticker .ticker-controls li.jnt-prev {
	background: url('images/arrow-prev.png') no-repeat;		
}

#feat-ticker .ticker-controls li.jnt-next {
	background: url('images/arrow-next.png') no-repeat;		
}

#feat-ticker .ticker-controls li.jnt-next.over ,
#feat-ticker .ticker-controls li.jnt-prev.over,
#feat-ticker .ticker-controls li.jnt-play-pause.paused.over,
#feat-ticker .ticker-controls li.jnt-play-pause.over {
	opacity: 0.7;
}

#feat-ticker .js-hidden {
	display: none;
}

#feat-ticker .left .ticker-controls, 
#feat-ticker .left .ticker-content, 
#feat-ticker .left .ticker-title, 
#feat-ticker .left .ticker {
    float: left;
}

#feat-ticker .left .ticker-controls {
    padding-left: 6px;
}

#feat-ticker .right .ticker-controls, 
#feat-ticker .right .ticker-content, 
#feat-ticker .right .ticker-title, 
#feat-ticker .right .ticker {
    float: right;
}

#feat-ticker .left .ticker-controls{
	float: right;
}

/*-- Slider --*/
#wt-slider {
    overflow: hidden;
    position: relative;
    z-index: 1;
	margin-bottom: 30px;
	border-bottom: 7px solid #FFC600;
}

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

#wt-slider .slider-nav {
    top: 10px;
    display: inline-block;
    position: absolute;
    right: 10px;
    z-index: 2;
}

#wt-slider .slider-nav li {
    float: left;
}

#wt-slider .slider-nav a {
    display: inline-block;
    height: 30px;
    overflow: hidden;
    text-indent: -999em;
    transition: all 0.3s ease 0s;
    width: 14px;
	margin-right: 5px;
	cursor: pointer;	
}

#wt-slider .slider-nav a {
    background: url("images/bullet-inactive.png") no-repeat center center;
   
} 

#wt-slider .slider-nav a.flex-active {
    background: url("images/bullet-active.png") no-repeat center center;
} 

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

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

#wt-slider .attachment-wt-slider-image {
    height: 310px;
    width: 630px;
}

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

#wt-slider .text-container{
	color: #FFFFFF;
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 420px;
}

#wt-slider .text-container h2{
    background: #FFC600;
    line-height: 30px;
    padding: 7px 15px;
    display: inline-block;
    position: relative;
}

#wt-slider .text-container h2:before{
     position: absolute;
    left: 100%;
    top: 0;
    content: "";	
	border-top: 44px solid rgba(0, 255, 0, 0);
    border-left: 20px solid #FFC600;
    -moz-transform: scale(.9999);
} 

#wt-slider .text-container h2 a{
	color: white; 
	text-decoration: none;
}

#wt-slider .text-container .post-excerpt{
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.95);
	color: #555555;
	padding: 15px;
}

#wt-slider .text-container .post-excerpt p{
	margin-bottom: 0;
}

#wt-slider .slider-text .wrap{
	width: 575px;
}

#wt-slider .slider-text h3 {
    display: block;
    margin-bottom: 7px;
}

#wt-slider .slider-text h3 a {
    color: #FFFFFF;
}

#wt-slider .slider-text p {
    margin-bottom: 0;
}

/*-- Single Post Categories --*/
#feat-singlecats{	
	overflow: hidden;
	margin-bottom: 30px;
}

#feat-singlecats .feat-singlecat{
	position: relative;
	overflow: hidden;
	border-bottom: 4px solid #FFC600;
}

/*-- 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: 32px;
	color: #FFC600;
}

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

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

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

/*-- Post meta --*/
.entry-meta{
	color: #999999;
	font-size: 12px;
	margin: 5px 0;
}

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

.entry-meta .date{
	background: url("images/calendar-small.png") no-repeat left center;	   
	padding-left: 16px;
	margin-right: 10px;
}

.entry-meta .comments{
	background: url("images/comment-small.png") no-repeat left center;	   
	padding-left: 16px;
}

.entry-meta .author{
	background: url("images/author-small.png") no-repeat left center;	
	padding-left: 16px;
	margin-right: 10px;
}

.entry-meta .author a{
	color: #FFC600;
}

.entry-meta .rating{
	margin-right: 10px;
}

.entry-meta .star{
	font-size: 17px;
	line-height: 1;
}

.entry-meta .image-link{
	float: right;
}

/*--  Featured carousel --*/ 
#feat-carousel {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}

#feat-carousel .cat-header{
	overflow: hidden;
	margin-bottom: 7px;	
}

#feat-carousel h3{	
	border-bottom: 1px solid #E1E1E1; 
	line-height: 0.1em; 
	margin: 10px 0 20px; 
}

#feat-carousel h3 span{
	padding-right: 15px;
	background: #FFFFFF;
}

#feat-carousel .pagination-links{
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
	position: absolute;
	right: 0;
	top: 0;
	background: #FFFFFF;
}
		
.pagination-links li {
    display:inline;
}

.pagination-links li a {
	background: url("images/sbullet-inactive.png") no-repeat left center;	
	display: inline-block;
	text-indent: -999em;
	margin-right: 3px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.pagination-links li a:hover,
.pagination-links li.current a {	
	background: url("images/sbullet-active.png") no-repeat left center;		 
}

#feat-carousel .overlay{
	background-color: #FFC600;
	background-image: url("images/zoom.png");
	background-position: center center;
	background-repeat: no-repeat;
}     

#feat-carousel .overlay .img230_140{
	-webkit-transition: opacity 0.4s; 
	-moz-transition: opacity 0.4s; 
	transition: opacity 0.4s;	
	display: block;	
}

#feat-carousel .overlay img{
	width: 230px;
	height: 130px;
}

#feat-carousel .overlay:hover .img230_140{
    opacity: 0.1; 
}

.carousel ul {
	position: absolute;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.no-js .carousel ul {
	position: static;
}

.carousel .mask {
    position: relative;
    overflow:  hidden;
}

.carousel ul li {
	float: left;	
    color: #fff;
	font-size: 8em;
	text-align: center;
	margin: 0;
}

#feat-carousel .carousel ul li {
	width: 230px;
    height: 140px;
}

.carousel .pagination-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
		 
.carousel .pagination-links li {
    display:inline;
}
		 
.carousel .disabled {
    color: gray;
    cursor: default;
}
		
#feat-carousel.mask {
	width: 720px;
}

#feat-carousel ul li {
	margin:0 16px 0 0;
}
		
/*-- carousel widget --*/
#sidebar-carousel .mask {
	width: 320px;
}
		
#sidebar-carousel .mask ul li {
	float: left;
	width: 320px;
    color: #fff;
	font-size: 8em;
	text-align: center;
	margin: 0;
	position: relative;
}
		
#sidebar-carousel .img340_210{
	width: 320px;
	height: 190px;
}

#sidebar-carousel .pagination-links{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	text-align: center;
}

#sidebar-carousel h4{
	position: absolute;
	background: #FFC600;
	padding: 6px 10px;
	bottom: 10px;	
	left: 0;
	text-align: left;
	display: inline-block;
	float: left;
	max-width: 80%;	
}

#sidebar-carousel h4 a{
	color: #FFFFFF;
}

/*-- Featured Gallery --*/
#feat-gallery {
	position: relative;
	overflow: hidden;
}

#feat-gallery ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#feat-gallery .one-half{
	margin-right: 30px;	
}

#feat-gallery  .last-col{
	margin-right: 0;
}

#feat-gallery .thumbs-list{
	width: 350px !important;
}

#feat-gallery .thumbs-list ul li{
	float: left;
	margin-left: 10px;
	margin-bottom: 22px;	
}

#feat-gallery .thumbs-list ul li img{
	width: 80px;
	height: 80px;	
}

#feat-gallery .thumbs-list ul li:first-child {
	margin-left: 0;
}

#feat-gallery .thumbs-list ul li:first-child + li + li + li + li{		/*-- to get 4th child for IE8 --*/
	margin-left: 0;
}

h3.cat-title{
	position: absolute;
	top: 0;
	padding: 6px 10px 8px;
	background-image:url("images/list16.png");
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 34px;
	
	
}

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

#feat-latestposts{
	margin-bottom: 30px;
	border: 4px solid #EEEEEE;
	border-radius: 3px;
}

#feat-latestposts .cat-header{
	padding: 15px;
	border-bottom: 1px solid #EEEEEE;	
	background: #FAFAFA;
}

#feat-latestposts .title-wrap h3{
	display: inline-block;
	padding-bottom: 3px;	
	border-bottom: 5px solid #FFC600;	
}

#feat-latestposts .title-wrap{
	background: url("images/notes.png") no-repeat right center;
}

#feat-latestposts ul{
	list-style: none;
	margin: 0;
	padding: 0;	
}

#feat-latestposts ul li{
	margin-bottom: 15px;
}

#feat-latestposts .entry-meta{
	margin-top: 0;
}

#feat-latestposts .post-list{
	display: table;
}

#feat-latestposts .left{
	padding: 15px;
	width: 325px;
	border-right: 1px solid #EEEEEE;
	padding-right: 15px;
	display: table-cell;
}

#feat-latestposts .center{
	padding: 15px;
	width: 651px;
	border-right: 1px solid #EEEEEE;
	padding-right: 15px;
	display: table-cell;
}

#feat-latestposts .right{
	width: 326px;
	padding: 15px;
	display: table-cell;
}

/*-- featured post list --*/
#feat-catlist{
	margin-bottom: 30px;
	border: 4px solid #EEEEEE;
	border-radius: 3px;
}

#feat-catlist .cat-header{
	padding: 15px;
	border-bottom: 1px solid #EEEEEE;	
	background: #FAFAFA;
}

#feat-catlist .title-wrap{
	background: url("images/list.png") no-repeat right center;
}

#feat-catlist .title-wrap h3{
	display: inline-block;
	padding-bottom: 3px;	
	border-bottom: 5px solid #FFC600;	
}

#feat-catlist ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#feat-catlist .cat-list{	
	overflow: hidden;
	display: table;
}

#feat-catlist .col{
	width: 175px;
	float: left;
	border-left: 1px solid #EEEEEE;	
	display: table-cell;
}

#feat-catlist .col:first-child{
	border: none;
}

#feat-catlist .col ul{
	padding: 15px;
}

/*-- featured categories --*/
#feat-cats{
	overflow: hidden;
}

.main-post .thumb-wrap{
	margin-bottom: 10px;
}

.feat-cat {	
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #EEEEEE;
	overflow: hidden;
}

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

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

.feat-cat ul{
	list-style: none;
	margin: 0;
	display: 0;
}

.feat-cat .post-list .thumb-wrap{
	width: 75px;
	height: 75px;
	margin-right: 15px;
	float: left;
}

.feat-cat .post-list .post-wrap{
	width: 250px;
}

.feat-cat .attachment-wt-medium-thumb{
	width: 75px;
	height: 75px;
}

.feat-cat .item-post{
	overflow: hidden;
	margin-bottom: 20px;
}

.feat-cat .item-post .entry-meta{
	margin-top: 0;
}

.feat-cat .post-wrap{
	float: left;
}

#feat-videos{
	margin-bottom: 30px;
}

#feat-videos h3{	
	border-bottom: 1px solid #E1E1E1; 
	line-height: 0.1em; 
	margin: 10px 0 20px; 
}

#feat-videos h3 span{
	padding-right: 15px;
	background: #FFFFFF;
}

#feat-videos ul{	
	margin: 0;
	padding: 0;
	list-style: none;	
	overflow: hidden;
}

#feat-videos ul li{
	width: 230px;
	float: left;
	margin-left: 15px;		
	border-bottom: 4px solid #FFC600;
}

#feat-videos ul li:first-child{
	margin-left: 0;
}

#feat-videos .thumb{
	position: relative;
}

#feat-videos .thumb .play-button{
	position: absolute;
	top: 33%;
	left: 40%;
}

#feat-videos .entry-meta{
	margin-bottom: 7px;
}

/*-- Single Post --*/
.page-title{
	margin-bottom: 10px;
}

.type-post{
	margin-bottom: 30px;
}

.line-header{
	overflow: hidden;
	margin-bottom: 7px;	
}

.line-header h3{
	border-bottom: 1px solid #E1E1E1; 
	line-height: 0.1em; 
	margin: 10px 0 20px; 
}

.line-header h3 span{
	padding-right: 15px;
	background: #FFFFFF;
}

.header-img-wrap{
	position: relative;
	margin-bottom: 10px;
}

.header-img-wrap .header-cat{
	position: absolute;
	top: 0;
}

.header-img-wrap .cat-title{
	background-color: #FFC600;
	background-image:url("images/list16.png");
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 34px;
}

.attachment  .entry-header,
.page .entry-header,
.post .entry-header{
	border-bottom: 7px solid #FFC600;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.archive-post-list .post .entry-header{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.entry-meta-wrap .left{
	width: 400px;
	float: left;
	overflow: hidden;
}

.entry-meta-wrap .entry-tags{
	font-size: 13px;
	background: url("images/tags-small.png") no-repeat left 6px;	   
	padding-left: 20px;
	margin-right: 10px;
}

.entry-meta-wrap .entry-tags a{
	color: #999999;
}

.entry-meta-wrap .entry-rating{
	max-width: 160px;
	float: right;
}

.entry-meta-wrap .ec-stars-wrapper{
	float: right;
}

.entry-meta-wrap .ec-stars-value{
	text-align: center;
	font-size: 13px;
	color: #999999;
}

.entry-meta-wrap .ec-stars-wrapper a{
	line-height: 1;
}

/*-- entry-author --*/
.entry-author{
	border: 4px solid #EEEEEE;
	border-radius: 3px 3px 3px 3px;
	margin-bottom: 30px;
}

.entry-author .author-header{
	padding: 15px;
	border-bottom: 1px solid #EEEEEE;	
	background: #FAFAFA;
}

.entry-author .title-wrap{
	background: url("images/author-large.png") no-repeat right center;
}

.entry-author .title-wrap h3{
	display: inline-block;
	padding-bottom: 3px;	
	border-bottom: 5px solid #FFC600;	
}

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

.entry-author .author-avatar{
	padding: 20px;
	display: table-cell;
	border-left: 1px solid #EEEEEE;	
}

.entry-author .author-description{
	padding: 20px;
	vertical-align: top;
	display: table-cell;
}

/* -- Post archive --*/
.post-archive .archive-post-list{
    overflow: hidden;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    -webkit-column-fill: auto;
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -moz-column-fill: auto;
    column-count: 2;
    column-gap: 40px;
    column-fill: auto;
}

.post-archive .archive-post-list .one-half{
    margin-bottom: 20px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
}

.category-archive .cat-title{
	display: none;
}

.post-archive .post{
	border-bottom: 4px solid #FFC600;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.post-archive .page-header{
	border-bottom: 1px solid #EEEEEE;	
	margin-bottom: 30px;
	padding-bottom: 20px;
}

/*-- related posts --*/
.related-posts{
	margin-bottom: 30px;
}

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

.related-posts ul li{
	float: left;
	width: 350px;
	float: left;
	margin-bottom: 20px;
}

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

.related-posts .post-thumb img{
	width: 70px;
	height: 70px;	
}

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

.entry-social{
	margin-bottom: 30px;	
	padding: 8px 0 5px;
}

.entry-social .fb{
	margin-right: 35px;
	font-size: 1px;
}

.entry-social .twitter{	
	width: 90px;	
}  
.entry-social .pinterest,
.entry-social .linkedin{
	margin-right: 25px;
}
/*-- lightbox image fix --*/
.lb-loader img{
	display: inline;
}

/*-- Pagination --*/
.pagination{
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 5px solid #F2F2F2;
	display: inline-block;	
	color: #AEAEAE;
}

.pagination a{
	color: #AEAEAE;
	margin-right: 10px;
}

.pagination a:hover{
	color: #343434;
}

.pagination .current{
	margin-right: 10px;
	color: #343434;
	font-weight: 700;
}

.pagination .next{
	border-left: 1px solid #F2F2F2;
	padding-left: 10px;
}

.pagination .prev{
	border-right: 1px solid #F2F2F2;
	padding-right: 10px;
}

/*-- Comments --*/
#comments{
	max-width: 690px;
}

#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: 60px;  
}

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

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

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

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

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

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

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

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

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

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

#comments .comment-author .fn {	
	font-size: 14px;
	font-weight: 700;
	width: auto;
	font-style: normal;
	margin-right: 10px;
}

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

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

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

#comments .author-comment{
	color: #FFFFFF;
	background: #FFC600;
	font-size: 12px;
	padding: 2px 5px;	
	margin-right: 10px;
}

#comments .comment-text{
	color: #777777;
}

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

#comments .edit-link{
	font-size: 12px;
}

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

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

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

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

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

#respond h3{
	margin-bottom: 5px;
}

#respond .logged-in-as{
	margin-bottom: 15px !important;
}

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

#respond label {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	font-size: 14px;
	font-weight: 700;
}
#respond #commentform p{
	margin-bottom: 0;
}

#respond .comment-notes{
	margin-bottom: 30px !important;
}

#respond .comment-form-author{
	margin-right: 30px;
}

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

#respond .comment-form-author input[type=text]{
	background: url("images/author24.png") no-repeat 98% center;
}

#respond .comment-form-email input[type=text]{	
	background: url("images/mail24.png") no-repeat 98% center;
}

#respond .comment-form-url input[type=text]{
	background: url("images/link20.png") no-repeat 98% center;
}

#respond .comment-form-author input[type=text],
#respond .comment-form-email input[type=text]{	
	width: 300px;
}

#respond .comment-form-url input[type=text],
#respond textarea{
	width: 660px;
}

#respond input[type=text],
#respond textarea{	
	display: block;	
	font-family: inherit;
	font-size: 14px;
	color: inherit;	
	padding: 10px 14px;
	border: 4px solid #E9E9E9;
	border-radius: 4px;
	margin-bottom: 30px;
	color: #AEAEAE;
	overflow: hidden;
}

#respond textarea{
	height: 185px;
}

#respond input[type=submit]{
	background: #383838;
	color: #FFFFFF !important;
	cursor: pointer;
	font-family: "Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;	
	display: inline-block;
    padding: 10px 14px;
	border-radius: 4px;
    text-decoration: none;
	border: none;
	margin: 10px 0 50px;
}

#respond .form-allowed-tags {
	display: none;
}

/*-- Contact page --*/
.contact-page .map{
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 7px solid #FFC600;
}

.contact-page .contact-text{
	margin-bottom: 30px;
	margin-top: 10px;
}

.contact-page .contact-form .error{
	color: #EC0000;
}

.contact-page .contact-form .row-half{
	width: 345px;
	float: left;
	overflow: hidden;
}

.contact-page .contact-form .row{
	margin-bottom: 30px;
	overflow: hidden;
}

.contact-page .contact-form .name_field{
	background: url("images/author24.png") no-repeat 98% center;
}

.contact-page .contact-form .email{	
	background: url("images/mail24.png") no-repeat 98% center;
}

.contact-page .contact-form .title_field{
	background: url("images/message24.png") no-repeat 98% center;
}

.contact-page .contact-form .row-half input[type="text"]{
	width: 308px;
}

.contact-page .contact-form .message-field input[type="text"]{
	width: 684px;
}

.contact-page .contact-form .right{
	margin-left: 30px;
}

.contact-page .contact-form label{
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 3px;
}

.contact-page .contact-form label span{
	margin-left: 15px;
	font-size: 12px;
	color: #BCBCBC;
	font-weight: normal;
}

.contact-page .contact-form input[type="text"],
.contact-page .contact-form input[type="email"],
.contact-page .contact-form textarea{
	display: block;
	font-family: inherit;
	font-size: 14px;
	padding: 10px 14px;
	border: 4px solid #E9E9E9;
	border-radius: 4px;
	margin: 0;
	color: #AEAEAE;
}

.contact-page .contact-form textarea{
	height: 185px;
	width: 684px;
}


/*-- Page Left sidebar --*/
#page-leftsidebar .sidebar-left,
#page-leftsidebar .sidebar-right{
	margin-left: 0 !important;
	margin-right: 50px;
}

/*-- Error404 Page --*/
.error404 .widget_recent_entries{
	margin: 15px 0;
}

.error404 .widget_recent_entries ul{
	list-style: none;
	margin: 0;	
}

.error404 .widget_recent_entries h2{
	margin-bottom: 7px;
}

/*-- Archives Page --*/

.archive-columns h3{
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.wp-tag-cloud a{
	font-size: 12px !important;
}

.archive-columns .block{
	overflow: hidden;
	margin-bottom: 15px;	
}

/* 5. SIDEBARS
=============================== */
#sidebar .widget {
	margin-bottom: 30px;
	overflow: hidden;
	border: 1px solid #E1E1E1;
	padding: 10px;
}

#sidebar .widget .widget-title{
	background: #F3F3F3;
	padding: 20px 20px 0;
	margin: -10px -10px 20px;
	border-bottom: 1px solid #E1E1E1;
	
}

#sidebar .widget .widget-title h3{
	color: #BEBEBE;
	padding-bottom: 18px;	
	display: inline-block;
	border-bottom: 3px solid #999999;
}

#sidebar .widget .widget-title h3 a{
	color: #BEBEBE;
}

#sidebar .widget_tag_cloud .widget-title{
	background: #F3F3F3 url("images/tags.png") no-repeat 96% 50%;  
}

#sidebar .widget_most_read .widget-title{
	background: #F3F3F3 url("images/graph.png") no-repeat 96% 50%;  
}

#sidebar .widget_googleplus .widget-title{
	background: #F3F3F3 url("images/gplus25.png") no-repeat 96% 50%;  
}

#sidebar .widget_adsingle .widget-title,
#sidebar .widget_adsblock .widget-title{
	background: #F3F3F3 url("images/ad25.png") no-repeat 96% 50%;  
}

#sidebar .widget_pinterest .widget-title,
#sidebar .widget_flickr .widget-title{
	background: #F3F3F3 url("images/photo25.png") no-repeat 96% 50%;  
}

#sidebar .widget_carousel .widget-title,
#sidebar .widget_posts .widget-title{
	background: #F3F3F3 url("images/post25.png") no-repeat 96% 50%;  
}

#sidebar .widget_recent_comments .widget-title,
#sidebar .widget_comments .widget-title{
	background: #F3F3F3 url("images/comments25.png") no-repeat 96% 50%;  
}

#sidebar .widget_facebook .widget-title{
	background: #F3F3F3 url("images/like25.png") no-repeat 96% 50%;  
}

#sidebar .widget_tweets .widget-title{
	background: #F3F3F3 url("images/twitter25.png") no-repeat 96% 50%;  
}
#sidebar .widget_polls-widget .widget-title{
	background: #F3F3F3 url("images/poll25.png") no-repeat 96% 50%;  
}

#sidebar .widget_contact_form .widget-title{
	background: #F3F3F3 url("images/mail25.png") no-repeat 96% 50%;  
}

#sidebar .widget_categories .widget-title{
	background: #F3F3F3 url("images/list.png") no-repeat 96% 50%;  
}

#sidebar .widget_archive .widget-title{
	background: #F3F3F3 url("images/calendar25.png") no-repeat 96% 50%;  
}

#sidebar .widget_social .widget-title{
	background: #F3F3F3 url("images/share25.png") no-repeat 96% 50%;  
} 

.widget_search,
.widget_subscribe,
.widget_calendar,
.widget_social_counter,
.widget_video{
	border: none !important;
	padding: 0 !important;
}
 
.widget ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

/*-- widget social counter --*/
.widget_social_counter ul li{
	width: 100px;
	float: left;
	border: 1px solid #E1E1E1;
	text-align: center;
}

.widget_social_counter ul li .title{
	background: #F3F3F3;	
}

.widget_social_counter ul li .inner-wrap{
	margin: 10px 0;		
}

.widget_social_counter .text{
	color: #B4B4B4;
	font-size: 13px;
}

.widget_social_counter ul li .title a{
	text-indent:-999em;	
}

.widget_social_counter ul li .title a{
	display: inline-block;
	width: 20px;
	height: 20px;	
	padding: 7px 4px;
	text-indent: -999em;   
}

.widget_social_counter ul li .title a.fb-title{
	background: url("images/fb20.png") no-repeat center center;  
}


.widget_social_counter ul li .title a.twitter-title{
  background: url("images/twitter20.png") no-repeat center center;  
}

.widget_social_counter ul li .title a.pinterest-title{
  background: url("images/pinterest20.png") no-repeat center center;  
}

.widget_social_counter .facebook{	
	margin-right: 17px;
}

.widget_social_counter .twitter{
	margin-right: 17px;
}

/*-- widget dropdown --*/
#sidebar .widget select {
	border: 1px solid #EEEEEE;
	font: inherit;
	color: inherit;
	display: inline-block;
	float: left;
	height: 40px;
	padding: 10px 8px;
	width: 320px;
	margin-top: 10px;
}

/*-- widget search --*/
.searchfield{
	font-size: 13px;
	padding: 10px 28px 10px 6px;
	width: 298px;
	border: none !important;
	font: inherit;
	color: #B4B4B4;
	background: #FFFFFF url("images/magnify17.png") no-repeat 98% 50%;
	border: 4px solid #EEEEEE !important;
	border-radius: 3px;	
}

/*-- widget subscription --*/
.widget_rss_subscription {
	position: relative;
	overflow: hidden;
}
.widget_rss_subscription input[type=text]{
	font-size: 13px;
	padding: 10px 138px 10px 6px;
	width: 188px;
	height: 17px;
	border: none !important;
	font: inherit;
	color: #B4B4B4;
	background: #FFFFFF url("images/rss25.png") no-repeat 98% 50%;
	border: 4px solid #EEEEEE !important;
	border-radius: 3px;		
}

.widget_rss_subscription .button{
	position: absolute;
	right: 45px;
	top: 4px;
	background: #FFFFFF;
	padding: 9px 10px 9px;
	border-left: 1px solid #EEEEEE !important;
	border-right: 1px solid #EEEEEE !important;
	border-radius: 0 !important;
	color: #464646 !important;
	font-weight: 400;
	font-size: 14px;	
}

/*-- Tags widget --*/
.tagcloud a{
	float:left;
	height:24px;
	line-height:24px;
	position:relative;
	font-size:11px;
	margin-bottom: 10px;
	display: block;
	font-size: 14px !important;	
	margin-right:20px;
	padding: 3px 10px 3px 12px;
	background: #F3F3F3;
	text-decoration:none;
	padding-right: 15px;
	color: #999999;
	transition:  none;
} 
	
.tagcloud  a:before{
	content: "";
	position: absolute;
	top: 0;
	right: -12px;
	width: 0;
	height: 0;
	border-color: #FFFFFF #FFFFFF #FFFFFF #F3F3F3;
	border-style: solid;
	border-width: 15px 0 15px 12px;	
	}
	
.tagcloud  a:after{
	content: "";
	position: absolute;
	top: 12px;
	right: 0;
	width: 8px;
	height: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;	
}
	
.tagcloud a:hover{
	background: #FFC600;
	color: #FFF
	
}

.tagcloud a:hover:before{
	border-color: #FFFFFF #FFFFFF #FFFFFF #FFC600;
}

/*-- calendar --*/
.widget_calendar{
	margin-bottom: 10px !important;
}

.widget_calendar .widget-title{
	display: none !important;
}

.widget_calendar table#wp-calendar caption  { 
	margin-bottom: 15px;
	line-height: normal;
	font-weight: 700;
	font-size: 18px;
	font-family: "Open Sans","Helvetica Neue",Helvetica, Arial, sans-serif
}

.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: 5px 3px;
	width: 14.2857%; 
	text-align: center; 
	background-color: #F3F3F3; 
	border: 1px solid #FFF;	
	font-weight: 700;
	line-height: 1.8;		
}

.widget_calendar thead>tr>th:first-child{
	border-left:1px solid #F3F3F3 !important;
}

.widget_calendar thead>tr>th:last-child{
	border-right:1px solid #F3F3F3 !important;
}
	
.widget_calendar tbody>tr>td {
	width: 14.2857%; 
	padding: 5px 0px 6px 0px; 
	text-align: center;	
	border: 1px solid #EEEEEE; 
	
}

.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: #F3F3F3;
	border-left: 1px solid #F3F3F3;
}

.widget_calendar tfoot>tr>td#next {
	width: 58px; 
	height: 20px;	
	text-align : center;
	border: none;	
	background-color: #F3F3F3;
	border-right: 1px solid #F3F3F3;
}

/*-- video widget --*/
.widget_video iframe{
	max-width: 100%;
	max-height: 180px;
}

.widget_video .embed p{
	display: none;
}

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

.widget_contact_form .textarea{
	height: 120px;
}

.widget_contact_form .button{
	padding: 6px 8px;
	font-size: 14px;
}

#sidebar .widget_contact_form .error{
	color: red;
	font-size: 12px;
}

/*-- Flickr Widget --*/
.widget_flickr .flickr_stream{
	margin-top: 10px;	
}

.widget_flickr .flickr_stream ul li{
	border: 0;
	float: left;
	margin-bottom: 12px;
	margin-right: 12px;
}

.widget_flickr .flickr_stream  ul li:nth-child(4n+4) {  
	margin-right: 0;
}

.widget_flickr .flickr_stream img{
	width: 70px;
	height: 70px;	
}

/*-- pinterest --*/
.widget_pinterest ul{
	list-style: none;	
	margin: 0;	
}

.widget_pinterest ul li{
	margin-bottom: 12px;
	margin-right: 12px;
	float: left;
}

.widget_pinterest  ul li:nth-child(4n+4) {  
	margin-right: 0;
}

.widget_pinterest ul li.recent-pin img{
	width: 70px;
	height: 70px;	
}

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

.widget_links ul li,
.widget_recent_entries ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_comments ul li,
.widget_posts ul li,
.widget_most_read ul li,
.widget_recent_comments ul li{
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #EEEEEE;
}

.widget_links ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_categories ul li:last-child,
.widget_archive ul li:last-child,
.widget_comments ul li:last-child,
.widget_posts ul li:last-child,
.widget_most_read ul li:last-child,
.widget_recent_comments ul li:last-child{
	border-bottom: none;
	padding-bottom: 5px;
	margin-bottom: 0;
}

/*-- Categories widget --*/
.widget_categories ul li{
	color: #B4B4B4;
}

 /*-- Ads Block Widget--*/
.widget_adsblock ul{
	overflow: hidden;
	margin-top: 10px;
	list-style: none;	
	margin: 0;
	padding: 0;
}

.widget_adsblock ul li{
	float: left;
	margin-top: 20px;
	padding: 0 !important;
	width: 150px;
	height: 150px;	
	border-bottom: none !important;
	margin-right: 0px;	
}

.widget_adsblock ul li img{
	width: 150px;
	height: 150px;	
}

.widget_adsblock ul li a{
	display:block;
}

.widget_adsblock  ul li:first-child{
	margin-right: 15px;
	margin-top: 0;
}

.widget_adsblock ul li:first-child + li {
	margin-top: 0;
}

.widget_adsblock ul li:first-child + li + li{
    margin-right: 15px;
}

/*-- Single ad widget --*/
.widget_adsingle .outer-wrap{	
	text-align: center;
}

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

/*-- Most read widget --*/

.widget_most_read  h5{
	float: left;
}

.widget_most_read .item-post{
	overflow: hidden;
}

.widget_most_read  .count{
	float: right;
	color: #B1B1B1;
	background: url("images/view12.png") no-repeat left center; 
	padding-left: 16px;
}

.widget_posts .overlay{
	width: 75px;
	margin-right: 15px;
	float: left;
}

.widget_posts .img80_80{
	width: 75px;
	height: 75px;
}

.widget_posts ul li{
	overflow: hidden;
}

/*-- 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: 75px;
	height: 75px;
	margin-right: 15px;
}

.widget_comments ul li p{
	margin-bottom: 0;
	color: #888888;
}

.widget_comments ul li .comment{
	float: left;
	width: 225px;	
}

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

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

/*-- Twitter Widget --*/
.widget_tweets{
	height: 325px;
}

.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;
	font-size: 14px !important;
}

.widget_tweets .twtr-hd {
	padding: 10px 0 !important; 
}

.widget_tweets .twtr-widget .twtr-tweet-wrap{
	padding: 8px 0 !important;
}

/*-- Polls widget --*/
.wp-polls ul, 
.wp-polls-ul, 
.wp-polls-ans ul{
	padding-left: 3px;
}

.wp-polls ul li, 
.wp-polls-ul li, 
.wp-polls-ans ul li{
	padding-left: 3px;
}

.widget_polls-widget p strong{
	font-size: 17px;
	font-weight: 600;	
}

.widget_polls-widget .wp-polls-ans p{
	font-size: 14px;
	font-weight: 400;
}

.widget_polls-widget .wp-polls-ans p strong{
	font-weight: 300;
	font-size: 14px;
}

.widget_polls-widget .wp-polls .pollbar{
	height: 12px;
	background: #FFC600;
	border: none;
}

.widget_polls-widget .wp-polls .wp-polls-ul li{
	margin-bottom: 10px;
}
.widget_polls-widget .wp-polls .wp-polls-ul li i{
	font-style: normal;
}

.widget_polls-widget .wp-polls-ul small{
	font-size: 12px;
}

.widget_polls-widget .wp-polls input.Buttons {
    margin-right: 1px;
    border: 0px;
    padding: 6px;
	font: inherit;	
    font-size: 14px;
	font-weight: 700;
    color: #FFFFFF;
	background: #383838;
	border-radius: 4px;
	margin: 10px 10px 3px 0;	
	
	display: inline-block;
	cursor: pointer;	
	
}

.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;
	font: inherit;	
	font-size: 14px;
	margin: 10px 0 3px;	
	line-height: 20px;
	border-radius: 4px;
}

.widget_polls-widget .wp-polls-loading{
	display: none !important;
}

.widget_polls-widget>ul:first-of-type {
	display: none;
}

/*-- widget social links --*/
.widget_social ul {
	overflow: hidden;
	margin-bottom: 5px;
}

.widget_social ul li{
	margin-left: 10px;
	float: left;	
}

.widget_social ul li:first-child{
	margin-left: 0;
}

.widget_social ul li a{
	display: block;
	float: left;
	height: 26px;
	width: 26px;
	text-indent: -999em; 
    opacity: 0.8;	
	transition: all 0.2s ease 0s;
}
.widget_social ul li a:hover{
	opacity: 1;	
}

.widget_social a.twitter{
	background: url("images/twitter26.png") no-repeat left center;  
}

.widget_social a.fb{
	background: url("images/fb26.png") no-repeat left center;  
}

.widget_social a.gplus{
	background: url("images/gplus26.png") no-repeat left center;  
}

.widget_social a.pinterest{
	background: url("images/pinterest26.png") no-repeat left center;  
}

.widget_social a.dribbble{
	background: url("images/dribbble26.png") no-repeat left center;  
}

.widget_social a.linkedin{
	background: url("images/linkedin26.png") no-repeat left center;  
}

.widget_social a.flickr{
	background: url("images/flickr26.png") no-repeat left center;  
}

.widget_social a.youtube{
	background: url("images/youtube26.png") no-repeat left center;  
}

.widget_social a.rss{
	background: url("images/rss26.png") no-repeat left center;  
}

.widget_social a.rss{
	background: url("images/rss26.png") no-repeat left center;  
}

/* 6. FOOTER
================== */
#footer{
	background: #1F1F1F;
	padding: 50px 150px;
	overflow: hidden;
	border-top: 10px solid #FFC600;
	margin-top: 30px;
	color: #666666;
}

#footer a{
	color: #666666;
}

#footer .footer-widgets{
	overflow: hidden;
	margin-bottom: 20px;
}

#footer .widget{
	width: 215px;
	margin-left: 20px;
	float: left;	
	font-size: 13px;
}

#footer .widget:first-child{
	margin-left: 0;
}

#footer .widget h3,
#footer .widget h3 a{
	color: #DDD;
	margin-bottom: 20px;
}

#footer .widget_links ul li,
#footer .widget_recent_entries ul li,
#footer .widget_categories ul li,
#footer .widget_archive ul li,
#footer .widget_comments ul li,
#footer .widget_posts ul li,
#footer .widget_most_read ul li,
#footer .widget_recent_comments ul li{
	border-bottom: 1px solid #343434;
	background: url("images/list-arrow.png") no-repeat left 8px;
	padding-left: 20px;
}

#footer .widget_links ul li:last-child,
#footer .widget_recent_entries ul li:last-child,
#footer .widget_categories ul li:last-child,
#footer.widget_archive ul li:last-child,
#footer .widget_comments ul li:last-child,
#footer .widget_posts ul li:last-child,
#footer .widget_most_read ul li:last-child,
#footer .widget_recent_comments ul li:last-child{
	border-bottom: none;
	padding-bottom: 5px;
	margin-bottom: 0;
}

#footer .footer-info{
	font-size: 13px;
}

#footer .widget_flickr .flickr_stream ul li,
#footer .widget_pinterest ul li{
	margin-right: 6px;
	margin-bottom: 6px;
}

#footer .widget_flickr .flickr_stream img,
#footer .widget_pinterest ul li.recent-pin img{
	width: 65px;
	height: 65px;
}

#footer .widget_social ul li{
	margin: 0 10px 10px 0;
}


/*-- twitter widget --*/
#footer  .widget_tweets .twtr-tweet .twtr-tweet-text p {
    color: #666666 !important;
}

#footer  .widget_tweets  .twtr-hd h3 {
	color: #666666 !important;
}

#footer  .widget_tweets .twtr-hd *,
#footer  .widget_tweets .twtr-hd h4 a {
    color: #666666 !important;
}

#footer  .widget_tweets .twtr-tweet a:link,
#footer  .widget_tweets .twtr-tweet a:visited,
#footer .widget_tweets .twtr-tweet a:hover {
    color: #666666 !important;
}

#footer .widget_tweets .twtr-widget .twtr-tweet{
	border-bottom:1px solid #444444 !important;
}

/*-- footer contact widget --*/
#footer .widget_contact_form .error{
	color: #f75b5b;
}

#footer .widget_contact_form input.text,
#footer .widget_contact_form .textarea{
	background: #343434;
	border: none;
	color: #666666;
	overflow: hidden;
}

#footer .widget_contact_form .button{
	background: #343434;
	color: #666666 !important;
	padding: 6px 10px;
	font-size: 14px;
}

#footer .widget_facebook iframe{
	width: 100% !important;
}

#footer .widget_facebook ._4s7c{
	border: none !important;
}


/* 7. MEDIA QUERIES
=============================== */

/* 7.1. Desktops
============================= */
@media only screen and (min-width: 1024px) and (max-width: 1259px) {
	
	#container{		
		width: 960px; 
		padding: 0 20px;
		margin: 20px auto 20px;	
	}

	#content {
		width: 640px;			
	}

	#sidebar{
		width: 300px;
	}
	
	.sidebar-left{
		margin-right: 20px;
	}

	.sidebar-right{
		margin-left: 20px;
	}	

	.one-half{
		width: 310px;
		margin-right: 20px;		
	}
	
	.last-col{
		margin-right: 0;
	}
	
	.full-container{
		margin: 0 -20px
	}
	
	#header .top-menu{
		margin-left: 10px;
	}

	#header .ad720{
		max-width: 600px;
	}
	
	#feat-ticker .ticker {
		width: 708px;		
	}
	
	#feat-carousel .carousel .mask{
		width: 640px;
	}
	
	#feat-carousel .carousel ul li{
		width: 204px;		
	}
	
	#feat-catlist .col{
		width: 156px;
	}
	
	.feat-cat .post-list .thumb-wrap{
		margin-right: 10px;
	}
	
	.feat-cat .post-list .post-wrap{
		width: 225px;
	}
	
	#feat-videos ul li,
	#feat-videos .img230_140{
		width: 203px;
	}
	
	#feat-gallery .thumbs-list{
		width: 300px !important;
	}
	
	#feat-gallery .thumbs-list ul li img{
		width: 80px;
		height: 80px;
	}
	
	#respond .comment-form-author, 
	#respond .comment-form-email{
		width: 300px;
	}
	
	#respond .comment-form-author input[type="text"], 
	#respond .comment-form-email input[type="text"]{
		width: 274px;
	}
	
	#respond .comment-form-url input[type="text"], 
	#respond textarea{
		width: 604px;
	}	
	
	/*-- pages --*/
	.contact-page .contact-form .row-half{
		width: 300px;
	}
	
	.contact-page .contact-form .row-half input[type="text"]{
		width: 264px;
	}
	
	.contact-page .contact-form textarea,
	.contact-page .contact-form .message-field input[type="text"]{
		width: 600px;
	}
	
	#page-leftsidebar .sidebar-left,
	#page-leftsidebar .sidebar-right{
		margin-left: 0 !important;
		margin-right: 20px;
	}

	/*-- widgets --*/
	.widget_social ul li{
		margin-left: 5px;
	}
	
	.widget_adsblock ul li{
		width: 130px;
		height: 130px;
	}
	
	.widget_adsblock ul li img{
		width: 130px;
		height: 130px;
	}
	
	.widget_comments ul li .comment{
		width: 186px;
	}
	
	.widget_social_counter ul li{
		width: 93px;
	}
	
	.widget_rss_subscription input[type="text"]{
		width: 148px;
	}
	
	.widget_social_counter .twitter,
	.widget_social_counter .facebook{
		margin-right: 7px;
	}
	
	#sidebar-carousel .mask,
	#sidebar-carousel .mask ul li{
		width: 280px;
	}
	
	.widget_flickr .flickr_stream ul li,
	.widget_pinterest ul li{
		margin-right: 5px;
		margin-bottom: 5px;
	}
	
	.widget_flickr .flickr_stream img,
	.widget_pinterest ul li.recent-pin img{
		width: 65px;
		height: 65px;
	}
	
	#footer{
		padding: 50px 95px;
	}
	
	#footer .widget{
		margin-left: 10px;
		
	}
	
}

/* 7.1. Tablet Portrait (devices and browsers)
========================================== */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	#container{
		width: 720px; 
		padding: 0 10px;
		margin: 20px auto 30px;	
	}
	
	#content {
		width: 720px;			
		float: left;
		overflow: hidden;
	}
	
	#main-menu {
		width: 100%;
		border: none;
		height: 32px;
		padding-bottom: 0;
	}
	
	#main-menu ul { 
		display:none; 
	}
	
	#main-menu select {		
		display: block;
		margin: 0 auto;
		font: inherit;
		margin-bottom: 15px;
		width: 400px;
	}

	#sidebar{
		width: 720px;
		float: left;
		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;		
	}
	
	.sidebar-left{
		margin-right: 0px;
	}

	.sidebar-right{
		margin-left: 0px;
	}
	
	.full-container{
		margin: 0 -10px
	}
	
	#header .top-menu{
		width: 100%;
		margin-left: 10px;
	}
	
	#header .top-right,
	#header .ad720{
		display: none;
	}
	
	#feat-ticker .ticker {
		width: 468px;		
	}
	
	.widget_rss_subscription input[type="text"]{
		background: url("images/rss25.png") no-repeat scroll 99% 50% #FFFFFF;
	}
	
	.widget_rss_subscription .button{
		right: 50px;
	}
	
	#footer{
		padding: 50px 85px;		
	}
	
	#footer .widget{
		margin-left: 10px;		
	}	
}

/* 7.2. Mobile Landscape Size to Tablet Portrait (devices and browsers)
==================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	#container{
		width: 340px; 
		padding: 0 20px;
		margin: 20px auto 30px;
	}

	#content {
		width: 340px;			
	}
	
	.sidebar-left{
		margin-right: 0px;
	}

	.sidebar-right{
		margin-left: 0px;
	}
	
	.full-container{
		margin: 0 -20px
	}
	
	#header .logo-wrap{
		width: 100%;
	}
	
	#header .logo{
		text-align: center;
		padding-right: 0;
	}
	
	#header .top-menu{
		width: 100%;
		margin-left: 10px;
	}
	
	#feat-ticker,
	#header .top-right,
	#header .ad720{
		display: none;
	}
	
	#main-menu {
		width: 100%;
		border: none;
		height: 32px;
		padding-bottom: 0;
	}
	
	#main-menu ul { 
		display:none; 
	}
	
	#main-menu select {		
		display: block;
		margin: 0 auto;
		font: inherit;
		margin-bottom: 15px;
		width: 100%;
	}
	
	#wt-slider .text-container{
		display: none;
	}
	
	.one-half{
		margin-right: 0;
	}
	
	#feat-singlecats .last-col{
		margin-top: 20px;
	}
	
	#feat-carousel .carousel .mask{
		width: 340px;
	}
	
	#feat-carousel .carousel ul li{
		width: 160px;
		height: 100px;		
	}
	
	#feat-carousel .overlay img{
		width: 160px;
		height: 100px;
	}
	
	#feat-catlist .col{
		width: 165px;
	}
	
	#feat-latestposts .right,
	#feat-latestposts .left{
		width: 300px !important;
		display: block;
		border-right: none;
	}
	
	#feat-latestposts .left{
		padding-bottom: 0;
	}
	
	#feat-latestposts .right{
		padding-top: 0;
	}
	
	#feat-gallery .main-image{
		margin-bottom: 20px;
	}
	
	#feat-gallery .thumbs-list ul li img{
		width: 78px;
		height: 78px;
	}
	
	#feat-videos ul li,
	#feat-videos .img230_140{
		width: 160px;
		height: 100px;
	}
	
	#feat-videos ul li:first-child + li + li{
		display: none;
	}
	
	#feat-videos .thumb .play-button{
		top: 25%;
		left: 35%;
	}
	
	.post-archive .archive-post-list{
		overflow: hidden;
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		-webkit-column-fill: auto;
		-moz-column-count: 1;
		-moz-column-gap: 0;
		-moz-column-fill: auto;
		column-count: 1;
		column-gap: 0;
		column-fill: auto;
	}
	
	.post-archive .archive-post-list .one-half{
		margin-bottom: 20px;
	}
	
	.post iframe{
		max-width: 98% !important;
		height: auto !important;
	}
	
	.entry-social{
		display: none;
	}
	
	.contact-page{
		margin-bottom: 20px;
	}
	
	.contact-page .contact-form .row-half input[type="text"]{
		width: 300px;		
	}
	
	.contact-page .contact-form .right{
		margin-left: 0;
		margin-top: 20px;
	}
	
	.contact-page .contact-form .row{
		margin-bottom: 20px;
	}
	
	#respond .comment-form-url input[type="text"], 
	#respond textarea,
	.contact-page .contact-form .message-field input[type="text"],
	.contact-page .contact-form textarea{
		width: 300px;
	}
	
	#respond .comment-form-author{
		margin-right: 0;
	}
	
	#comments ol.commentlist li ul.children li.depth-2,
	#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;  
	}
	
	blockquote{
		margin: 10px;
	}
		
	#footer{
		padding: 50px 90px;		
	}
	
	#footer .widget{
		margin-left: 0;
		margin-bottom: 20px;
	}
}
/* 7.3. Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
====================================================================== */
@media only screen and (max-width: 479px) {
	
	#container{
		width: 260px; 
		padding: 0 10px;
		margin: 10px auto 20px;
	}

	#content {
		width: 260px;			
	}
	
	.sidebar-left{
		margin-right: 0px;
	}

	.sidebar-right{
		margin-left: 0px;
	}
	
	.full-container{
		margin: 0 -20px
	}
	
	.post iframe{
		max-width: 98% !important;
		height: auto !important;
	}
	
	#header .logo-wrap{
		width: 100%;
	}
	
	#header .logo{
		text-align: center;
		padding-right: 0;
	}
	
	#header .top-menu{
		width: 100%;
		margin-left: 10px;
	}
	
	#feat-ticker,
	#header .top-right,
	#header .ad720{
		display: none;
	}
	
	#main-menu {
		width: 100%;
		border: none;
		height: 32px;
		padding-bottom: 0;
	}
	
	#main-menu ul { 
		display:none; 
	}
	
	#main-menu select {		
		display: block;
		margin: 0 auto;
		font: inherit;
		margin-bottom: 15px;
		width: 100%;
	}
		
	#wt-slider,
	#feat-carousel,
	#feat-catlist,
	.header-img-wrap{
		display: none;
	}
	
	.one-half{
		width: 260px;
		margin-right: 0;
	}
	
	#feat-singlecats .last-col{
		margin-top: 20px;
	}
	
	#feat-videos ul li{
		margin-bottom: 20px;
	}
	
	#feat-videos ul li:first-child{
		margin-left: 15px;
	}
	
	#feat-latestposts .right,
	#feat-latestposts .left{
		width: 220px;
		display: block;
		border-right: none;
	}
	
	#feat-latestposts .left{
		padding-bottom: 0;
	}
	
	#feat-latestposts .right{
		padding-top: 0;
	}
	
	.feat-cat .entry-meta .comments{
		display: none;
	}
	
	.feat-cat .post-list .thumb-wrap{
		width: 60px;
		height: 60px;
		margin-right: 10px;
	}
	
	.feat-cat .post-list .img80_80{
		width: 60px;
		height: 60px;
	}
	
	.feat-cat .post-list .post-wrap{
		width: 190px;
	}
	
	#feat-gallery .main-image{
		margin-bottom: 20px;
	}
	
	.entry-meta-wrap .left{
		width: 100%;
	}
	
	.entry-author .author-avatar,
	.entry-social{
		display: none;
	}	
	
	.post-archive .archive-post-list{
		overflow: hidden;
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		-webkit-column-fill: auto;
		-moz-column-count: 1;
		-moz-column-gap: 0;
		-moz-column-fill: auto;
		column-count: 1;
		column-gap: 0;
		column-fill: auto;
	}
	
	.post-archive .archive-post-list .one-half{
		margin-bottom: 20px;
	}
	
	.related-posts ul li{
		width: 100%;
	}
	
	.related-posts .post-right{
		width: 175px;
	}
	
	.related-posts .entry-meta .comments{
		display: none;
	}
	
	#comments ol.commentlist li ul.children li.depth-2,
	#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: 0px;  
	}
	
	#respond .comment-form-author, 
	#respond .comment-form-email{
		width: 260px;
	}
	
	#respond .comment-form-author input[type="text"], 
	#respond .comment-form-email input[type="text"]{
		width: 224px;
	}
	
	#respond .comment-form-url input[type="text"], 
	#respond textarea{
		width: 224px;
	}
	
	#sidebar{
		width: 260px;
	}
	
	blockquote{
		margin: 7px;
	}
	
	.contact-page{
		margin-bottom: 20px;
	}
	
	.contact-page .contact-form .row-half{
		width: 260px;
	}
	
	.contact-page .contact-form .row-half input[type="text"]{
		width: 220px;		
	}
	
	.contact-page .contact-form .right{
		margin-left: 0;
		margin-top: 20px;
	}
	
	.contact-page .contact-form .row{
		margin-bottom: 20px;
	}
	
	#respond .comment-form-url input[type="text"], 
	#respond textarea,
	.contact-page .contact-form .message-field input[type="text"],
	.contact-page .contact-form textarea{
		width: 220px;
	}
	
	#respond .comment-form-author{
		margin-right: 0;
	}
	
	.widget_carousel,
	.widget_subscribe,
	.widget_social_counter,
	.widget_adsblock{
		display: none;
	}
	
	.widget_comments ul li .avatar{
		margin-right: 10px;
		width: 60px;
		height: 60px;
	}
	
	.widget_comments ul li .comment{
		width: 165px;
	}
	
	.widget_pinterest ul li,
	.widget_flickr .flickr_stream ul li{
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.widget_flickr .flickr_stream img{
		width: 70px;
		height: 70px;
	}
	
	.widget_pinterest ul li:nth-child(3n+3),
	.widget_flickr .flickr_stream  ul li:nth-child(3n+3) {  
		margin-right: 0;
	}
	
	.widget_pinterest ul li:nth-child(4n+4),
	.widget_flickr .flickr_stream  ul li:nth-child(4n+4) {  
		margin-right: 10px;
	}
	
	.widget_social ul li{
		margin: 0 10px 10px 0;
	}
	
	#footer{
		padding: 50px;		
	}
	
	#footer .widget{
		margin-left: 0;
		margin-bottom: 20px;
	}
	
}