/*
Theme Name: Discover
Theme URI: https://themeforest.net/item/discover-flat-wordpress-magazine-theme/5700790
Author: FairPixels
Author URI: https://themeforest.net/user/fairpixels
Description: A Magazine and Blog Theme
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, editor-style, featured-images, full-width-template, sticky-post, theme-options
Text Domain: fairpixels
*/

/*

WARNING! DO NOT EDIT THIS FILE!

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.  HOMEPAGE
 * 5.  BLOG
 * 6.  PAGES
 * 7.  SIDEBAR
 * 8.  FOOTER
 * 10. MEDIA QUERIES
 **/

@import url(//fonts.googleapis.com/css?family=Noto+Sans:700,400);
@import url(//fonts.googleapis.com/css?family=Droid+Sans);
@import url("css/slider.css"); 
@import url("css/reset.css"); 
@import url("css/common.css"); 
@import url("css/lightbox.css"); 

/* 1. BASE
 * ======================== */	

body{
	font-family: 微软雅黑, Helvetica, Arial, sans-serif;
    font-size: 14px;
	line-height: 1.5;
	color: #707070;
}

/*====== Link styles =====*/
a{
	text-decoration: none;
	color: #444444;
	transition: all 0.2s ease 0s;
	outline: 0;
}

a:visited {
	color: #444444;
} 

a:hover {
	color: #53C5C5;
}

/*========= Headings =========*/
h1,h2,h3,h4,h5,h5,h6{
	font-family: 微软雅黑, Helvetica, Arial, sans-serif;
	line-height: 1.2;
	font-weight: 700;
}

h1{
	font-size: 30px;
}

h2{
	font-size: 26px;
}

h3{
	font-size: 20px;	
}

h4{
	font-size: 18px;	
}

h5{
	font-size: 16px;
}

h6{
	font-size: 14px;
}

:focus {
	outline: 0;
}

/*======== Coulmns Grid =======*/
.one-half { 
	width: 48%; 
}

.one-third { 
	width: 30.6666%; 
}

.two-third { 
	width: 65.3332%; 
}

.one-fourth { 
	width: 22%; 
}

.three-fourth { 
	width: 74%; 
}

.one-fifth {
	width: 16.8%; 
}

.two-fifth { 
	width: 37.6%; 
}

.three-fifth { 
	width: 58.4%; 
}

.four-fifth { 
	width: 79.2%; 
}

.one-sixth {
	width: 13.3333%; 
}

.two-sixth {
	width: 30.6666%; 
}

.three-sixth {
	width: 47.9998%; 
}

.four-sixth {
	width: 65.3332%; 
}

.five-sixth {
	width: 82.6665%;
}

.one-half, 
.one-third, 
.two-third, 
.one-fourth, 
.three-fourth, 
.one-fifth, 
.two-fifth, 
.three-fifth, 
.four-fifth, 
.one-sixth, 
.five-sixth { 
	position: relative; 
	margin-right: 4%; 
	float: left; 
	min-height: 1px;
}
	
.last { 
	margin-right: 0 !important; 
	clear: right; 
}

.full-width{
	width: 100% !important;
}

.row{
	overflow: hidden;
}

.section{
	overflow: hidden;
	margin-bottom: 30px;
}


/*===== Layout =====*/
#main{
	overflow: hidden;
}

#container,
.content-wrap{
	width: 1110px;
	margin: 0 auto;
	overflow: hidden;
}

.main{
	overflow: hidden;
}

#content{
	width: 780px;
	overflow: hidden;
	margin-right: 30px;
	float: left;
}

#sidebar{
	width: 300px;
	float: left;
	overflow: hidden;
}

/*===== Images =====*/
.wp-post-image{
	display: block;
}

.attachment-fp780_400{
	width: 780px;
	height: 400px;
}

.attachment-fp374_200{
	width: 374px;
	height: 200px;
}

.attachment-fp239_130{
	width: 239px;
	height: 130px;
}

.attachment-fp75_75{
	width: 75px;
	height: 75px;
}

/*======== Common Elements =========*/
.main-color{
	color: #c11428;
}

.main-color-bg{
	background: #c11428;
}

.second-color{
	color: #F97E76;
}

.second-color-bg{
	background: #F97E76;
}

.button {
	border: none;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 4px 0 #38A9A9;
	color: #FFFFFF;
	cursor: pointer;
	font: inherit;
	padding: 8px 15px;
	text-align: center;
	margin: 5px 0;
}

/* 2. HEADER
 * ======================== */	
#header .top{
	color: #FFFFFF;	
	min-height: 50px;
}

#header .top a{
	color: #FFFFFF;	
}

#header .top .left{
	float: left;
	max-width: 700px;
	overflow: hidden;
}

#header .top .left ul{
	padding-top: 13px;	
}

#header .top .left ul li{
	float: left;
	margin-right: 15px;
}

#header .top .left ul li i{
	margin-right: 5px;
}

#header .social{
	float: right;
}

#header .social ul{
	height: 50px;
}

#header .social li{	
	border-left: 1px solid #86D7D7;
	border-right: 1px solid #3db4b4;
	float: left;
	padding: 10px;	
	font-size: 20px;
}

#header .social li:hover a{
	color: #FFFFFF;
}

#header .social li.twitter:hover{
	background: #29A9E1;
}

#header .social li.fb:hover{
	background: #3C5A9A;
}

#header .social li.gplus:hover{
	background: #DA4733;
}

#header .social li.linkedin:hover{
	background: #4C9BCB;
}

#header .social li.pinterest:hover{
	background: #C01224;
}

#header .social li.instagram:hover{
	background: #AE927E;
}

#header .social li.dribbble:hover{
	background: #EB4D8A;
}

#header .social li.youtube:hover{
	background: #EE4949;
}

#header .social li.rss:hover{
	background: #FE9900;
}

#header .social li:first-child{
	border-left: none;	
}

#header .social li:last-child{
	border-right: none;	
}

#header .logo-section{
	overflow: hidden;
	margin-top: 30px;
}

#header .logo{
	margin-top: 5px;
}

#header .banner{
	float: right;
}

#header .banner img{
	display: block;
}

/*======= Ticker =======*/
.ticker{
	overflow: hidden;
	display: none;	
}

.ticker .title{
	float: left;
	max-width: 150px;
	margin-top: 8px;
	margin-bottom: 6px;
	padding: 6px 8px 5px;
	color: #FFFFFF;
}

.ticker .ticker-icon{
	float: left;
	margin-right: 5px;
	margin-top: -2px;
}

.ticker .title h6{	
	float: left;
}

.ticker .tickercontainer {
	width: 750px; 
	margin: 0; 
	padding: 3px 0;
	overflow: hidden; 
	float: left;
	margin-top: 2px;
	height: 27px; 
}

.ticker  .tickercontainer .mask {
	position: relative;	
	top: 6px;
	overflow: hidden;
}

.ticker ul.newsticker {
	position: relative;
	left: 100px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.ticker ul.newsticker li {
	float: left;
	margin: 0;
	padding: 0;
}

.ticker ul.newsticker a {
	white-space: nowrap;
	padding: 0;	
} 

.ticker ul.newsticker span {
	margin: 0 10px 0 0;
} 

.ticker ul.newsticker .sep{
	display: inline-block;
	width: 6px;
	height: 7px;
	margin: 0 40px;
	background: url("images/sep.png") no-repeat center center;	
}

/*======= Header Search =======*/
.ticker-section{
	overflow: hidden;
	border-bottom: 1px solid #ECECEC;
	margin-bottom: 30px;
	background: #F2F2F2;
}

.ticker-section .ticker{
	float: left;
}

.ticker-section .search{
	width: 220px;
	float: right;
	margin-top: 7px;
}

.search-form{
  overflow: hidden;
   position: relative; 
}

.search-field{
	padding: 7px 10px 8px;
	width: 198px;
}

.search-submit {
	border: none;
	color: #CCCCCC;
	cursor: pointer;
	font-size: 16px;
	height: 20px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: 5px;
	top: 4px;
	padding: 0;
	background: none;
}

/*===== Logo =====*/
#header .logo{
	overflow: hidden;
	max-width: 300px;
	float: left;
}

/* 3. NAVIGATION MENU
 * ======================== */	


/* ========= Primary Menu ========= */
.primary-menu .mobile-menu{
	overflow: hidden;
}

.primary-menu .menu-slide {
	display: none;
	width: 100%;
	position: relative;
	color: #FFFFFF;
	padding: 10px 0;
	font-size: 16px;
	font-weight: 700;	
}

.primary-menu .mobile-menu .icon {
	float: right;
}

.primary-menu .mobile-menu .icon i{
	font-size: 24px;
	margin-top: 0;
	padding: 0;
}

.primary-menu .content-wrap{
	overflow: visible;
}

.primary-menu {
	width: 100%;
	background: #414140;
	position: relative;
	display: block;
	z-index: 30;
	margin: 30px 0;
	font-family: 微软雅黑, Helvetica, Arial, sans-serif;	
}

.primary-menu ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 99;
}

.primary-menu ul li {
	float: left;
	padding: 0px;
	margin: 0px;
	position: relative;
}

.primary-menu ul li a {
	display: block;
	padding: 14px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	color: #FFFFFF;	
}

.primary-menu .current-menu-item ,
.primary-menu .current_page_item,
.primary-menu ul li a:hover{
	background: #53C5C5;
}

.primary-menu ul li ul {
	display: none;
	position: absolute;
	padding: 0;
	margin-top: 0;
}

.primary-menu ul li ul li {
	float:none;
	padding:0px;
}

.primary-menu ul li ul li a, 
.primary-menu ul li:hover ul li a, 
.primary-menu ul li.over ul li a {	
	padding: 10px 12px;	
	display: block;	
	width: 150px;	
	text-align: left;	
	height: auto;	
	background: #53C5C5;		
	font-size: 14px;	
	font-weight: 700;	
	border-bottom: 1px solid #FFFFFF;	
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);	
	border-left: 1px solid rgba(255, 255, 255, 0.2);	
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	color: #FFFFFF;	
	color: rgba(255, 255, 255, 0.8);	
	text-transform: none;	
}

.primary-menu ul li ul li:hover a, 
.primary-menu ul li ul li.over a {	
	color: #FFFFFF;	
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.primary-menu ul li ul li ul {	
	display: none;	
	position: absolute;	
	left: 174px;	
	top: -1px;	
}

.primary-menu ul li ul li:hover ul, 
.primary-menu ul li ul li.sfHover ul {	
	display: block;	
	position: absolute;	
	left: 174px;	
	top: 0;	
}

.primary-menu ul li ul li:hover ul li a, 
.primary-menu ul li ul li.over ul li a {	
	color: rgba(255, 255, 255, 0.8);
}

.primary-menu ul li ul li ul li a:hover {
	color: #FFFFFF;
}

.primary-menu .sf-sub-indicator {
	display: none;
}

.primary-menu a.menu-link {
	display: none;
}

.primary-menu .menu-item-home{
	width: 65px;
}

.primary-menu .menu-item-home a{
	background: url("images/home.png") no-repeat 50% 50%;
	text-indent: -999em;
	display: block;	
}

.primary-menu .menu-item-home a:hover{
	background-color: #53C5C5;
	background-image: url("images/home.png");
	background-repeat: no-repeat;
	background-position:	50% 50%;
}


/* 4. HOMEPAGE
 * ======================== */	

/*==== Carousel ===*/
.header-carousel{
	padding: 20px 0;
	margin-top: -30px;
}

.header-carousel .content-wrap{
	overflow: visible;
}

.header-carousel .item{
	margin-right: 15px;
	color: #FFF;
	overflow: hidden;	
	position: relative;	
}

.header-carousel .item a{
	color: #FFFFFF;
        text-shadow: 1px 0px 2px #191919;
}

.header-carousel .post-icon{
	display: none;
}

.header-carousel .post-icon i{
	display: none;
}

.header-carousel .owl-carousel{
	margin-left: 5px;
}

.owl-prev{
	background: url("images/arrow-left.png") no-repeat center center;
}

.owl-next{	
	background: url("images/arrow-right.png") no-repeat center center;	
}

.header-carousel .owl-prev{
	left: -70px;	
}

.header-carousel .owl-next{	
	right: -55px;	
}

.header-carousel .loading{
	min-height: 190px;
	background: url(images/loader.gif) no-repeat center center
}

.header-carousel .grabbing { 
    cursor:url(images/grab.png) 8 8, move;
}

.header-carousel .post-details  {
    position: absolute;
    left: 0;
    top: 0;
    width: 335px;
	padding-left: 20px;
    height: 100%;
    border-radius: 2px;	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.header-carousel .post-details:hover   {
    box-shadow: 0 0 200px rgb(0, 0, 0) inset;
    -webkit-box-shadow: 0 0 200px rgb(0, 0, 0) inset;
    -moz-box-shadow: 0 0 100px rgb(0, 0, 0) inset;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.header-carousel .post-details .post-title{
    overflow: hidden;
}

.header-carousel .post-details h4{
	line-height: 1.1;
}

.header-carousel .post-wrap{
	position: absolute;
	top: 0; 
	margin-top: 155px;
	width: 90%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.header-carousel .post-details .excerpt{
	display: none;
}

.header-carousel .post-details .post-desc{
    width: 90%;
	display: none; 
	line-height: 1.3;
}

.header-carousel .post-details:hover .post-wrap{
	margin-top: 20px;   
}

.header-carousel .post-details:hover .post-desc {
    display: block;	
}

.header-carousel .post-details .more {
	border: 2px solid #FFFFFF;
	display: inline-block;
	padding: 7px 10px 9px;
	margin-top: 50px;
        margin-left: 100px;
}

/* ========= Homepage Slider =========*/
.main-slider {
    overflow: hidden;
    position: relative;
    z-index: 1;
	display: none;
}

.main-slider ul,
.main-slider ol{
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-slider .item{
	position: relative;
}

.main-slider .slider-nav a {
    display: block;
	width: 40px;
	height: 40px;
	padding: 3px;
	border: 3px solid #FFFFFF;	
    overflow: hidden;
    text-indent: -999em;
    transition: all 0.3s ease 0s;
	position: absolute;
	z-index: 1;	
	opacity: 0;
}

.main-slider .owl-buttons div {
	top: 45%;
}

.main-slider .owl-prev {
	left: 20px;
}

.main-slider .owl-next {
	right: 20px;
}

.main-slider .slider-nav a:hover{
	opacity: 1;
}

.main-slider .post-info{
	position: absolute;
	top: 28%;
	left: 100px;	
	color: #FFFFFF;
	width: 70%;
	padding: 10px 12px;	
}

.main-slider .post-info h2{
	font-weight: 700;
	text-align: center;
}

.main-slider .title .sep{
	width: 200px;
	height: 4px;
	text-align: center;
	margin: 10px auto;
	background: #FFFFFF;
	color: #FFFFFF;
}
.main-slider .post-info h2 a {
	color: #FFFFFF;
        text-shadow: 1px 0px 2px #191919;
}

.main-slider .post-excerpt{
	display: none;
}

.main-slider .read-more{
	text-align: center;
	overflow: hidden;	
}

.main-slider .read-more a{	
	color: #FFFFFF;
	padding: 6px 10px;
	display: inline-block;
	opacity: 0.9;	
	border: 2px solid #FFFFFF;
	border: 2px solid rgba(255, 255, 255, 0.8);
}

.main-slider .read-more a:hover{
	opacity: 1;
}

/* ========= Featured Categories =========*/
.feat-cat{
	padding-bottom: 20px;
	overflow: hidden;
	background: url("images/sep1.png") repeat-x left bottom;
}

.feat-cat .item-post{
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ECECEC;
}

.feat-cat .item-post:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.feat-cat .item-post .thumb{
	width: 75px;
	margin-right: 10px;	
	float: left;	
}

.feat-cat .item-post .wp-post-image{
	width: 75px;
	height: 75px;
}

.feat-cat .item-post .entry-meta{
	margin-bottom: 0;
}

.cat-icon{
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}

.cat-header{
	overflow: hidden;
	border-bottom: 2px solid #F97E76;
	margin-bottom: 15px;
}

.cat-header .cat-title{
	background: #F97E76;
	float: left;
	padding: 5px 10px;
	color: #FFFFFF;
}

.cat-header h4{
	float: left;
	font-weight: 700;
}

.cat-header h4 a{
	color: #FFFFFF;
}

.main-post p,
.entry-excerpt p{
	margin-bottom: 0;
}

#single-cats .main-post{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #EEEEEE;
}

/* ==== Featured Videos and Images ===== */ 
.thumb-wrap{  
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.thumb-wrap .overlay{	
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;  
	-webkit-transition: all 0.4s; 
	-moz-transition: all 0.4s; 
	transition: all 0.4s;	
} 

.thumb-wrap .overlay a{
	-webkit-transition: all 0.4s; 
	-moz-transition: all 0.4s; 
	transition: all 0.4s;
}

.thumb-wrap .overlay:hover{
	background: rgba(0, 0, 0, 0.75);  
}

.thumb-wrap a.post-link{
	color: #FFFFFF;
	border: 2px solid #FFFFFF;		
    position: absolute;
	top: -100%;
	left: 40%;
	display: block;
	background: none;
	font-size: 20px;
	padding: 10px 16px;
}

.thumb-wrap .overlay:hover a.post-link{
   top: 38%;  
}

.thumb-wrap .comments{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 6px 10px;
	color: #FFFFFF;
}

.thumb-wrap .comments i{
	font-size: 18px;
	
}

.thumb-wrap .comments a{
	color: #FFFFFF;
}

.video-thumb iframe{
	width: 100% !important;
	height: 200px !important;
	display: block;
}



.video-thumb{
	overflow: hidden;
}

.video-thumb p{
	display: none;
}

/* 5. BLOG
 * ======================== */
 
/* ========= Posts ========= */ 
.entry-meta { display: none; }
.entry-excerpt{
	display: none;
}
/* ========= Posts Archive ========= */ 
.archive-header{
	margin-bottom: 20px;
	border-bottom: 2px solid #F97E76;
	padding-bottom: 7px;
}

.archive-meta{
	border: 1px solid #ECECEC;
	padding: 10px;
	margin: 10px 0;
}

.archive-meta p{
	margin-bottom: 0;
}

.archive-postlist .one-half{
	background: url("images/sep1.png") repeat-x scroll left bottom transparent;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

/* Post nav --*/
.nav-single{
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

.nav-single .nav-previous{
	float: left;
}

.nav-single .nav-next{
	float: right;
}

.image-post-link{
	text-align: center;
}

/* ======= Pagination ======= */
.pagination{
	overflow: hidden;
	margin: 30px 0;	
	font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	clear: both;	
}

.pagination a:hover{
	color: #FFFFFF;
	background: #F97E76;
}

.pagination  .page-numbers {
	background: #53C5C5;
	color: #FFFFFF;
	display: inline-block;	
	margin-right: 6px;
	margin-bottom: 8px;
	padding: 8px 14px;
}

.pagination .current {
	background: #F97E76;
	color: #ffffff;
}


/* =========== Single Post ============ */	
.entry-slider{
	display: none;
	margin: 15px 0 20px;
}

.entry-video{
	text-align: center;
}

.entry-image{
	margin: 5px 0 15px;
}

.entry-video iframe{
	max-width: 100%;	
}

.single-post .post{	
	overflow: hidden;	
}

.single-post .entry-meta{
	margin-top: 10px;
}

.single-post .post-wrap{
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url("images/sep1.png") repeat-x left bottom;
}

.entry-author{
	border: 1px solid #ECECEC;
	padding: 10px;
	overflow: hidden;
	margin: 20px 0;
}

.entry-author .author-avatar{
	float: left; 
	margin-right: 15px;
}

.entry-author .author-avatar .avatar{
	display: block;
}

.entry-nav{
	overflow: hidden;
	margin-bottom: 20px;
	padding: 10px;
	color: #FFFFFF;
}

.entry-nav a{
	color: #FFFFFF;
}

.entry-content a{
	color: #53C5C5;
}

.entry-nav .prev{
	float: left;
}

.entry-nav .prev{
	float: left;
}

.entry-nav .next{
	float: right;
}

.entry-nav .link{
	display: inline-block;
}

.entry-nav .prev i{
	margin-right: 7px;
	margin-top: 4px;
}

.entry-nav .next i{
	margin-left: 7px;
	margin-top: 4px;
	float: right;
}

.related-posts .entry-meta{
	margin: 0;
}

.related-posts .thumbnail{
	margin: 10px 0 7px;
}



/* ========= Comments ========= */
#comments{
	max-width: 860px;
	line-height: 1.5;
}

#comments .comments-title{
	overflow: hidden;
	margin-bottom: 30px;
}

#comments .comments-title .comments-num{
	float: left;	
	margin-right: 10px;
	padding: 10px 15px;
}

#comments .comments-title .add-comment{
	float: left;
	background: #4E4E4E url('images/pencil-white.png') no-repeat 10px center;	
	padding: 10px 15px 10px 36px;
}

#comments ol.commentlist{
	margin: 10px 0;
	list-style: none;
}

#comments .comment{
	overflow: hidden;
	margin-bottom: 10px;
}

#comments .author-info{
	margin-bottom: 5px;
	overflow: hidden;
}

#comments .author-avatar{
	float: left;
	width: 60px;	
	margin-right: 20px;
}

#comments .author-avatar img{
	display: block;
}

#comments .comment-header {
	overflow: hidden;
}

#comments .comment-header h5{
	float: left;
	margin-right: 15px;
}

#comments .comment-header .fn {	
	width: auto;
	font-style: normal;
	margin-right: 10px;
}

#comments .comment-meta{
	margin-bottom: 2px;	
}

#comments .author-comment{
	color: #FFFFFF;
	font-size: 12px;
	padding: 3px 8px 4px;	
	line-height: 1;
	display: block;
	float: left;
}

#comments .comment-time{	
	font-size: 13px;
	letter-spacing: 0;
	margin-right: 5px;
}

#comments .comment-time a{
	color: #AEAEAE;
}

#comments .sep{
	color: #AEAEAE;
	margin-right: 0px;
}

#comments .reply {
	font-size: 13px;
	margin-right: 10px;
}

#comments .edit-link{
	font-size: 13px;
}

#comments .comment-text{
	color: #777777;
}

#comments .moderation{ 
	color: red; 
	font-size: 13px;
	margin-bottom: 0;
	overflow: hidden;
	clear: both;
}

#comments ul.children{
	list-style: none;
	position:relative;
}

#comments ul.children:before{
	width: 14px;
	height: 12px;
    content: " ";
    background-image: url("images/arrow-up.png");
	background-repeat: no-repeat;
    position: absolute;
    left: 5px;
    top: 10px;    
}

#comments ol.commentlist li ul.children { 
	list-style: none; 
	margin: 15px 0 0; 	
}

#comments ul.children .author-avatar{
	width: 50px;
	margin-top: 5px;
	margin-right: 10px;
}

#comments ul.children li.comment{
	margin-bottom: 5px;
}

#comments ol.commentlist li ul.children li.depth-2 { 
	margin-left: 30px;  
}

#comments ol.commentlist li ul.children li.depth-3 { 
	margin-left: 30px; 
}

#comments ol.commentlist li ul.children li.depth-4 { 
	margin-left: 30px; 
}

#comments ol.commentlist li ul.children li.depth-5 { 
	margin-left: 30px; 
}

#comments ol.commentlist li.pingback .url{
	margin-right: 10px;
}

#comments .comment-nav  h4{
	margin-bottom: 5px;
}

#comments .comment-nav {
	margin-bottom: 15px;
	overflow: hidden;
}

#comments .comment-nav .nav-previous{
	float: left;
}

#comments .comment-nav .nav-next{
	float: right;
}

#comments  .moderation{
	color: #E96065;
	font-size: 14px;
}

#respond #reply-title{	
	margin: 15px 0 10px; 
}

#respond #reply-title small{
	font-weight: 400;
	font-size: 12px;
	text-transform: none;
	margin-left: 8px;
} 

#respond #reply-title small a{
	color: #CCCCCC;
}

#respond .required {
	color: #ff4b33;
	font-weight: bold;
}

#respond label {
	display: block;
	margin-bottom: 3px;
}

#respond #commentform p{
	margin-bottom: 0;
}

#respond .comment-notes{
	font-size: 13px;
	color: #999999;
	margin-bottom: 20px !important;
}

#respond .comment-form-author{
	margin-right: 2%;
}

#respond .comment-form-author,
#respond .comment-form-email{
	width: 49%;
	float: left;	
}

#respond .comment-form-author input[type=text],
#respond .comment-form-email input[type=text]{	
	width: 90%;
}

#respond .comment-form-url input[type=text],
#respond textarea{
	width: 95%;
}

#respond input[type=text],
#respond textarea{	
	display: block;	
	font-family: inherit;
	font-size: 14px;
	color: inherit;	
	padding: 8px 12px;
	border: 1px solid #ECECEC;
	margin-bottom: 30px;
	color: #AEAEAE;
}

#respond textarea{
	height: 185px;
}

#respond input[type=submit]{
	border: none;
	background: #53C5C5;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 4px 0 #38A9A9;
	color: #FFFFFF;
	cursor: pointer;
	font: inherit;
	padding: 8px 15px;
	margin: 5px 0;
	text-align: center;
}

#respond .form-allowed-tags {
	display: none;
}



/* 6. PAGES
 * ========================== */	
.page .entry-header{
	margin-bottom: 20px;
}

/*======= 404 Page =====*/

.error-page .error-page-wrap{
	margin: 30px 0;
}
.error-page  .error-title{
	text-align: center;
}

.error-page  .error-title h1{
	font-size: 120px;
	font-weight: 700;
	line-height: 100px;	
}

.error-page  .search-form{
	margin: 15px 0;
}

.error-page .search-field{
	width: 353px;
}

.error-page .widget_recent_entries h4{
	margin-bottom: 8px;
}

.error-page .widget_recent_entries ul li{
	border-bottom: 1px solid #ECECEC;
}

.error-page .widget_recent_entries ul li:last-child{
	border-bottom: none;
}

/*======= Contact Page =====*/

.contact-page .map{
	margin: 20px 0;
}

.contact-page .contact-form .error{
	color: #F0685C;
	font-size: 13px;
}

.contact-page .contact-form .row{
	margin-bottom: 30px;
	overflow: hidden;
}

.contact-page .contact-form .row{
	margin-bottom: 30px;
	overflow: hidden;
}

.contact-page .contact-form .right{
	margin-left: 30px;
}

.recaptcha_only_if_image, 
.recaptcha_only_if_audio, 
.contact-page .contact-form label{
	display: block;
	font-size: 14px;
	margin-bottom: 3px;
}

.recaptcha_refresh,
.recaptcha_only_if_image,
.recaptcha_only_if_audio,
.recaptcha_help{
	float: left;
	font-size: 12px;
	color: #999999;
	margin-right: 15px;
}

#recaptcha_widget i{
	margin-right: 5px;
}

#recaptcha_image{
	max-width: 100%;
}

.col-last .recaptcha_only_if_image, 
.col-last .recaptcha_only_if_audio{
	font-weight: 400;
}

.contact-page .contact-form label span{
	margin-left: 15px;
	font-size: 12px;
	color: #BCBCBC;
	font-weight: normal;
}

.contact-page .one-half{
	overflow: hidden;
}

.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: 1px solid #EEEEEE;
	margin: 0;
	color: #AEAEAE;
}

.contact-page .contact-form input[type="text"],
.contact-page .contact-form input[type="email"]{
	width: 344px;
}

.contact-page .contact-form .message-field input[type="text"]{
	width: 750px;
}

.contact-page .contact-form textarea{
	height: 185px;
	width: 750px;
}

.msgbox{
	color: #FFFFFF;
	margin-bottom: 20px;
	padding: 10px;
}

.msgbox-error{
	background: #C14E36;	
}

.msgbox-success{
	background: #6BCA70;
}

.msgbox i{
	margin-right: 5px;
}
 
/* 7. SIDEBAR
 * ======================== */	
 .widget{
	margin-bottom: 30px;
	overflow: hidden;
}

#sidebar .widget .widget-title{
	overflow: hidden;
	border-bottom: 2px solid #F97E76;
	margin-bottom: 15px;
}

#sidebar .widget .widget-title h4{
	background: #F97E76;
	float: left;
	padding: 5px 10px;
	color: #FFFFFF;
	font-weight: 700;
}

.widget ul,
.widget ol{
	list-style: none;
	margin: 0;
	padding: 0;
}

/* ======= Default Widgets ======= */
.widget_categories ul li,
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_entries ul li{	
	margin-bottom: 8px;
	padding-bottom: 8px;
}

#sidebar .widget_categories ul li,
#sidebar .widget_recent_comments ul li,
#sidebar .widget_archive ul li,
#sidebar .widget_meta ul li,
#sidebar .widget_pages ul li,
#sidebar .widget_recent_entries ul li{
	background: url("images/bullet-dark.png") no-repeat left 8px;
	padding-left: 12px;	
	border-bottom: 1px solid #ECECEC;
}

#footer .widget_categories ul li,
#footer .widget_recent_comments ul li,
#footer .widget_archive ul li,
#footer .widget_meta ul li,
#footer .widget_pages ul li,
#footer .widget_recent_entries ul li{
	border-bottom: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


#sidebar .widget ul li:last-child,
#footer .widget ul li:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget select{
	border: 1px solid #ECECEC;
	font: inherit;
	color: inherit;
	width: 100%;
	padding: 8px;
}

#footer .widget .widget-title{
	overflow: hidden;
	border-bottom: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 10px;
}

#footer .widget .widget-title h4{
	background: rgba(255, 255, 255, .1);
	float: left;
	padding: 5px 10px;
	color: #FFFFFF;
}

/*==== Slider Widget ====*/
.widget_slider{
	position: relative;
}

.widget_slider .attachment-fp374_200{
	height: 170px;
	width: 300px;
}

.widget_slider .slider-widget-posts{
	display: none;
}

.widget_slider .slider-widget-posts ul li{
	position: relative;
}

.widget_slider .slider-widget-posts h4{
	background: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 30px;
	left: 0;
	display: inline-block;
	padding: 2px 8px 5px;
}

.widget_slider .slider-widget-posts h4 a{
	color: #FFFFFF;
	display: block;
}

.slider-widget-posts .flex-control-paging{
	bottom: 0;
}

.slider-widget-posts .flex-control-paging li {
	margin: 0 4px;
}

.slider-widget-posts .flex-control-paging li a {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	cursor: pointer;
	display: block;
	height: 11px;
	text-indent: -9999px;
	width: 11px;
}

.slider-widget-posts .flex-control-paging li a:hover{
    background: #FFFFFF;
}

.slider-widget-posts .flex-control-paging li a.flex-active {
    background: #FFFFFF;
}

/* ======= Single Ad Block ======= */
.widget_adsingle .outer-wrap{	
	text-align: center;
}

.widget_adsingle .in-wrap{
	display: inline-block;
	max-width: 100%;
}

/* ======= 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: 15px;
	padding: 0 !important;
	width: 100px;
	height: 100px;	
	border-bottom: none !important;
	margin-right: 0px;	
}

.widget_adsblock ul li img{
	width: 100px;
	height: 100px;	
}

.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;
}

/* ======= Subscribers widget ======= */
.widget_social_counter ul{
	overflow: hidden;
}

.widget_social_counter ul li{
	float: left;
	margin-top: 10px;
	width: 125px;
	height: 41px;
	border-bottom: none !important;
	margin-right: 0px;	
	padding: 10px !important;
	color: #FFFFFF;
	height: 41px;
}

.widget_social_counter ul li a{
	color: #FFFFFF;
}

.widget_social_counter ul li:last-child{
	padding: 10px;
}

.widget_social_counter  ul li:first-child{
	margin-right: 10px;
	margin-top: 0;
}

.widget_social_counter ul li:first-child + li {
	margin-top: 0;
}

.widget_social_counter ul li:first-child + li + li{
    margin-right: 10px;
}

.widget_social_counter ul li i{
	font-size: 32px;
}

.widget_social_counter ul li.twitter{
	background: #5BB3F2;
	background: linear-gradient(to bottom, #5BB3F2 70%, #4AA6D4 100%);
}

.widget_social_counter ul li.facebook{
	background: #4866A6;
	background: linear-gradient(to bottom, #4866A6 70%, #3B5997 100%);
}

.widget_social_counter ul li.dribbble{
	background: #F189B0;
	background: linear-gradient(to bottom, #F189B0 70%, #DB779E 100%);
}

.widget_social_counter ul li.rss{
	background: #FFB54D;
	background: linear-gradient(to bottom, #FFB54D 70%, #FF994D 100%);
}

.widget_social_counter .icon{
	float: left;
	margin-right: 10px;
}

.widget_social_counter .text{
	font-size: 13px;
	opacity: 0.75;
}

/* ======= Calendar widget ======= */
.widget_calendar { 
	margin-bottom: 0 
}

.widget_calendar #calendar_wrap{
	padding: 1px;
}

.widget_calendar td {
    text-align: center;
    padding: 7px 0;
    border-top: 1px solid #F1F4F6;
    border-right: 1px solid #F1F4F6;
}

.widget_calendar td:first-child{
	border-left: 1px solid #F1F4F6;
}

.widget_calendar td a{
	font-weight: 700;
}

.widget_calendar tfoot td a{
	font-weight: 400;
}

.widget_calendar thead th {
    padding: 10px 0;
    text-align: center;
}

.widget_calendar caption {   
    font-weight: 700;
}

.widget_calendar #prev {
    text-align: left;
    padding-left: 12px;
}
 
/* ======= Tabs widget ======= */
.widget_tabs .widget-tabs-title-container ul{
	overflow: hidden;
	margin-bottom: 15px;
	background: #414140;
}

.widget_tabs .widget-tabs-title-container ul li{	
	padding: 9px 10px 10px !important;
	float: left;	
	display: block;		
}

.widget_tabs .active {
	background: #F97E76;
}

.widget_tabs .widget-tabs-title-container ul li a{
	color: #FFFFFF;
}

.widget_tabs .widget-tabs-title-container ul li:first-child{
	margin-left: 0;
}

.widget_tabs .tab-content{
	display: none;
}

.widget_tabs .post-list li{
	overflow: hidden;
	margin-bottom: 7px;	
	padding: 0 0 10px 0 !important;
}

.widget_tabs .comment-list li{
	overflow: hidden;
	margin-bottom: 10px;	
	padding: 0 0 1px 0 !important;
}

.widget_tabs .comment-list .thumbnail,
.widget_tabs .post-list .thumbnail{
	width: 70px;
	float: left;
	margin-right: 15px;
}

.widget_tabs .comment-list .avatar,
.widget_tabs .post-list .wp-post-image{
	width: 70px;
	height: 70px;
}

.widget_tabs .comment-text{
	line-height: 1.2;
}

/* ======= Comments widget ======= */
.widget_comments .comment-list li{
	margin-bottom: 8px;
	overflow: hidden;
}

.widget_comments .thumbnail{
	float: left;	
	width: 70px;
	margin-right: 10px;
}

.widget_comments .thumbnail img{
	display: block;
}

.widget_comments .entry-meta {
	margin: 0;
}

#footer .widget_comments .thumbnail{
	width: 50px;
	margin-right: 7px;
}

/* ======= Tags widget ======= */
.tagcloud{
	overflow: hidden;
	margin-top: 10px;
}

.tagcloud a{
	display: block;
	float: left;
	font-size: 14px !important;
	margin-bottom: 6px;
	margin-right: 6px;
	padding: 4px 7px 5px; 	
	color: #FFFFFF;
	opacity: 0.8;
}

#sidebar .tagcloud a{
	background: #53C5C5;
}

.tagcloud a:hover{
	opacity: 1;
}

.widget_flickr .flickr_thumbs{
	overflow: hidden;
}

/* ======= Search Widget ======= */
#sidebar .search-field {
	padding: 9px 10px 10px;
	width: 278px;
}

#sidebar .search-submit {
	color: #999999;
	top: 6px;
}

#footer .search-field {
	width: 222px;
}

/* ======= Image widgets ======= */
.widget_pinterest ul li.pinterest-follow-me img{
	display: block;
	height: 28px
}

.widget_pinterest .recent-pins-widget{
	overflow: hidden;
}

#sidebar .widget_flickr .flickr_thumbs,
#sidebar .widget_pinterest .recent-pins-widget{
	width: 321px;
}

#sidebar .widget_pinterest ul li,
#sidebar .widget_flickr ul li{
	width: 85px;
	float: left;
	margin-right: 22px;
	margin-bottom: 22px;
	padding: 0 !important;
	border-bottom: none !important;
}

#sidebar .widget_pinterest .pinterest-image img,
#sidebar .widget_flickr .flickr_thumbs img{
	width: 85px;
	height: 85px;
	display: block;
}

#footer .widget_flickr .flickr_thumbs,
#footer .widget_pinterest .recent-pins-widget{
	width: 260px;
}

#footer .widget_pinterest ul li,
#footer .widget_flickr ul li{
	width: 55px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0 !important;
	border-bottom: none !important;
}

#footer .widget_pinterest .pinterest-image img,
#footer .widget_flickr .flickr_thumbs img{
	width: 55px;
	height: 55px;
	display: block;
}


/* 8. FOOTER
 * ======================== */	
 
#footer{
	color: #FFFFFF;	
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.4;
	overflow: hidden;
	margin-top: 30px;
}

#footer .footer-widgets{
	padding: 20px 0;
}

#footer a{
	/* color: #B9E1DC; */
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.7);
}

#footer a:hover{
	color: #FFFFFF;
}

#footer .tagcloud a{
	border: 1px solid #B9E1DC;
}

#footer .tagcloud a:hover{
	border: 1px solid #FFFFFF;
}

#footer .footer-info{
	background: #414140;
	padding: 20px 0;
}

#footer .footer-info a{
	color: #999999;
}

#footer .footer-left{
	float: left;
}

#footer .footer-right{
	float: right;
	max-width: 200px;
	
}

#footer .footer-right ul{
	overflow: hidden;
}

#footer .footer-right ul li{
	float: left;
	margin-left: 7px;
	font-size: 16px;
}

/* 9. MEDIA QUERIES
 * ======================== */	

/* 10.2. Tablet Portrait (devices and browsers)
================================================= */

/* 10.1 DESKTOPS
 * =========================== */ 
 
@media only screen and (min-width: 1281px){
	.header-carousel .owl-prev {
		left: -100px;
	}
	
	.header-carousel .owl-next {
		right: -85px;
	}

}

@media only screen and (min-width: 980px) and (max-width: 1024px) {
	.header-carousel .owl-prev {
		left: -60px;
	}
	
	.header-carousel .owl-next {
		right: -45px;
	}
}

/* 10.2 DESKTOPS
 * =========================== */ 
@media only screen and (min-width: 980px) and (max-width: 1279px) {
	
	#container, 
	.content-wrap {
		width: 960px;
	}
	
	.ticker .tickercontainer {
		width: 650px;
	}
	
	#header .banner {
		float: left;
		margin: 15px 0 0 120px;
	}	
	
	.header-carousel .content-wrap {
		width: 860px;
	}
	
	.header-carousel .attachment-fp374_200 {
		height: 160px;
		width: 300px !important;
	}
	
	.header-carousel .post-wrap {
		margin-top: 95px;
	}
	
	.header-carousel .post-details {
		width: 262px;
		padding-left: 10px;
	}
	
	.header-carousel .post-details .post-desc .excerpt {
		display: none !important;
	}
	
	.header-carousel .post-details .more {
		margin-top: 15px;
	}	
	
	#content {
		margin-right: 20px;
		width: 640px;
	}
			
	.attachment-fp780_400{
		height: 350px;
		width: 640px;
	}
	
	.main-slider .post-info {
		left: 90px;
	}
	
	.contact-page .contact-form input[type="text"], 
	.contact-page .contact-form input[type="email"] {
		width: 277px;
	}
	
	.contact-page .contact-form .message-field input[type="text"],
	.contact-page .contact-form textarea{
		width: 610px;
	}
	
	.related-posts .attachment-fp239_130 {
		width: 196px;
		height: 110px;
	}
}

/* 10.2 Tablets
 * =========================== */ 
@media only screen and (min-width: 754px) and (max-width: 979px) {
	#container, 
	.content-wrap {
		width: 736px;
	}
	
	#header .top .left {
		max-width: 430px;
	}
	
	.ticker .tickercontainer {
		width: 420px;
	}
	
	#header .banner {
		margin-right: 5px;
		margin-top: 15px;
	}	
	
	.header-carousel .content-wrap {
		width: 740px;
	}
	
	.header-carousel .attachment-fp374_200 {
		height: 160px;
		width: 232px !important;
	}
	
	.header-carousel .post-wrap {
		margin-top: 95px;
	}
	
	.header-carousel .post-details {
		width: 222px;
		padding-left: 10px;
	}
	
	.header-carousel .post-details .post-desc .excerpt {
		display: none !important;
	}
	
	.header-carousel .post-details .more {
		margin-top: 15px;
	}
	
	.header-carousel .owl-controls {
		display: none !important;
	}	
	
	#content {
		margin-right: 0;
		width: 740px;
	}
	
	.contact-page .contact-form input[type="text"], 
	.contact-page .contact-form input[type="email"] {
		width: 325px;
	}
	
	.contact-page .contact-form .message-field input[type="text"],
	.contact-page .contact-form textarea{
		width: 710px;
	}
	
	#sidebar{
		width: 710px;
		margin-top: 30px;
		-webkit-column-count: 2;
		-webkit-column-gap: 30px;
		-webkit-column-fill: balance;
		-moz-column-count: 2;
		-moz-column-gap: 30px;;
		-moz-column-fill: balance;
		column-count: 2;
		column-gap: 30px;;
		column-fill: balance;
	}
	
	#sidebar .widget{
		display: inline-block;
		width: 300px !important;
	}
	
	#footer .one-fourth {
		width: 45%;
	}
	
	#footer .search-field {
		width: 310px;
	}
	
}

/* 10.3. Mobile Landscape Size to Tablet Portrait
==================================================== */
@media only screen and (min-width: 480px) and (max-width: 753px) {
	#container, 
	.content-wrap {
		width: 440px;		
	}
	
	#header .social {
		display: none;
	}
	
	#header .top .left {
		max-width: 440px;
	}
	
	.ticker .tickercontainer {
		width: 350px;
	}
	
	.ticker-section .search {
		float: left;
		width: 320px;
		margin: 10px 0 15px 60px;
	}
	
	.ticker-section .search-field {
		width: 298px;
	}
	
	#header .banner {
		display: none;
	}
	
	.primary-menu {
		height: auto;
	}

	.primary-menu ul { 
		float: none; 
		display: none;
		width: 100%;  	    
		height: auto;
	}

	.primary-menu ul li {
		width: 100% !important;  	    
		position: relative;
		overflow: hidden;
		background: transparent; 	
	}
	
	.primary-menu ul ul {
		display: none;
	}

	.primary-menu ul li li {
		background: transparent; 
		border: 0;
	}	
	
	.primary-menu .menu-slide {
		display: block;
	}
	
	/*-- Carousel --*/
	.header-carousel .content-wrap {
		width: 440px;
	}
	
	.header-carousel .owl-controls {
		display: none !important;
	}
	
	.header-carousel .owl-carousel {
		margin-left: 5px;	
	}
	
	.header-carousel h4{
		font-size: 16px;
	}
	
	.header-carousel .attachment-fp374_200 {
		height: 120px;
		width: 205px !important;
	}
	
	.header-carousel .post-wrap {
		margin-top: 40px;
	}
	
	.header-carousel .post-details {
		width: 200px;
		padding-left: 5px;
	}
		
	.header-carousel .post-details .post-desc .excerpt,
	.header-carousel .post-details .more	{
		display: none !important;
	}
	
	#content {
		margin-right: 0;
		width: 440px;
	}
	
	.attachment-fp239_130 {
		height: 90px;
		width: 135px;
	}
	
	.contact-page .contact-form input[type="text"], 
	.contact-page .contact-form input[type="email"] {
		width: 180px;
	}
	
	.contact-page .contact-form .message-field input[type="text"],
	.contact-page .contact-form textarea{
		width: 410px;
	}
	
	.contact-page .map iframe{
		width: 440px;
		height: 220px;
	}
	
	.attachment-fp780_400 {
		height: 250px;
		width: 440px;
	}
	
	.main-slider .post-excerpt {
		display: none;
	}
	
	.main-slider .post-info {
		left: 70px;
		top: 20%;
		width: 65%;
	}
	
	.feat-cat .item-post .thumb {
		margin-right: 7px;
		width: 60px;
	}
	
	.feat-cat .item-post .wp-post-image {
		height: 60px;
		width: 60px;
	}
	
	.related-posts h5,
	.feat-cat h5 {
		font-size: 0.99em;
	}
	
	.attachment-fp374_200 {
		height: 140px;
		width: 211px;
	}
	
	.thumb-wrap a.post-link{
		left: 35%;
	}
	
	.thumb-wrap .overlay:hover a.post-link{
		top: 28%;  
	}
	
	.video-thumb iframe {
		height: 140px !important;
	}
	
	#respond .comment-form-author input[type="text"], 
	#respond .comment-form-email input[type="text"] {
		width: 88%;
	}
	
	#respond .comment-form-url input[type="text"], 
	#respond textarea {
		width: 94%;
	}
	
	#sidebar{
		width: 440px;
		margin-top: 30px;
		-webkit-column-count: 2;
		-webkit-column-gap: 10px;
		-webkit-column-fill: balance;
		-moz-column-count: 2;
		-moz-column-gap: 10px;;
		-moz-column-fill: balance;
		column-count: 2;
		column-gap: 10px;;
		column-fill: balance;
	}
	
	#sidebar .widget{
		display: inline-block;
		width: 210px !important;
	}
	
	.widget_social_counter ul li:first-child + li {
		margin-top: 10px;
	}
	
	.widget_adsblock ul li:first-child + li {
		margin-top: 15px;
	}
	
	#sidebar .search-field {
		width: 188px;
	}
	
	#footer .one-fourth {
		width: 45%;
	}
	
	#footer .search-field {
		width: 310px;
	}

}

/* 10.4. Mobile Portrait Size to Mobile Landscape Size
======================================================= */
@media only screen and (max-width: 479px) {
	
	#container, 
	.content-wrap {
		width: 300px;	
	}
	
	#header .social {
		display: none;
	}
	
	#header .top .left {
		max-width: 300px;
	}
	
	.ticker .tickercontainer {
		width: 220px;
	}
	
	.ticker-section .search {
		float: left;
		width: 260px;
		margin: 10px 0 15px 20px;
	}
	
	.ticker-section .search-field {
		width: 238px;		
	}
	
	#header .banner {
		display: none;
	}
	
	.primary-menu .menu-slide {
		display: block;
	}
	
	.primary-menu {
		height: auto;
	}

	.primary-menu ul { 
		float: none; 
		display: none;
		width: 100%;  	    
		height: auto;
	}

	.primary-menu ul li {
		width: 100% !important;  	    
		position: relative;
		overflow: hidden;
		background: transparent; 	
	}
	
	.primary-menu ul ul {
		display: none;
	}

	.primary-menu ul li li {
		background: transparent; 
		border: 0;
	}	
	
	.primary-menu .menu-slide {
		display: block;
	}
	
	/*-- Carousel --*/
	
	.header-carousel .content-wrap {
		width: 300px;		
	}
	
	.owl-controls {
		display: none !important;
	}
	
	.header-carousel .owl-carousel {
		margin-left: 5px;
	}
	
	.attachment-fp780_400,
	.attachment-fp374_200 {
		height: 160px;
		width: 300px !important;
	}
	
	.header-carousel .post-wrap {
		margin-top: 80px;
	}
	
	.header-carousel .post-details {
		width: 280px;
		padding-left: 5px;
	}
		
	.header-carousel .post-details .post-desc .excerpt,
	.header-carousel .post-details .more	{
		display: none !important;
	}
	
	#content {
		margin-right: 0;
		width: 300px;
	}
	
	#sidebar{
		margin-top: 30px;
	}
	
	.main-slider .post-excerpt,
	.main-slider .read-more{
		display: none;
	}
	
	.main-slider .post-info {
		left: 20px;
		width: 85%;
	}
	
	.main-slider .post-info h2 {
		font-size: 18px;
	}
	
	.one-half, 
	.one-third, 
	.one-fourth {
		margin-right: 0;
		width: 100%;  
		margin-bottom: 30px;
	}
	
	.last{
		margin-bottom: 0;
	}	
	
	#respond .comment-form-author, 
	#respond .comment-form-email {
		width: 100%;
	}

	#respond .comment-form-url input[type="text"], 
	#respond textarea {
		width: 90%;
	}
	
	.contact-page .contact-form input[type="text"], 
	.contact-page .contact-form input[type="email"] {
		width: 260px;
	}
	
	.contact-page .contact-form .message-field input[type="text"],
	.contact-page .contact-form textarea{
		width: 260px;
	}
	
	.contact-page .map iframe{
		width: 100%;
		height: 180px;
	}
	
	#footer .search-field {
		width: 278px;
	}
	
	#footer .footer-left {
		float: none;
		text-align: center;
	}
	
	#footer .footer-right {
		float: none;
		margin: 0 auto;
		margin-top: 10px;
	}
	
	
}