/*
Theme Name: WaitButWhy
Theme URI: http://andysowards.com/
Author: @andysowards
Author URI: http://andysowards.com/
Description: A Custom Blog Theme for WaitButWhy.com
*/

/*

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: 'Droid Sans', Helvetica, Arial, sans-serif;*/
	font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
	line-height: 1.5;
	color: #333;
}

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

a:visited {
	color: #4d96c6;
} 

a:hover {
	color: #4d96c6;
}

b {
	font-weight: bold;
}

/*========= Headings =========*/
h1,h2,h3,h4,h5,h5,h6{
	font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
	line-height: 1.2;
	font-weight: 700;
}

h1{
	/*font-size: 30px;*/
	font-size:40px;
}

h2{
	/*font-size: 26px;*/
	font-size:30px;
}

h3{
	/*font-size: 20px;	*/
	font-size:26px;
}

h4{
	/*font-size: 18px;	*/
	font-size:20px;
}

h5{
	/*font-size: 16px;*/
	font-size:18px;
}

h6{
	/*font-size: 14px;*/
	font-size:16px;
}

:focus {
	outline: 0;
}

iframe, object, embed {
        max-width: 100%;
}

/*======== Coulmns Grid =======*/
.one-half { 
	width: 48%; 
}

.one-third { 
	width: 30.6666%; 
}

.two-third { 
	width: 65.3332%; 
}

.one-fourth { 
	width: 22%; 
}

.two-fourth { 
	width: 44%; 
}

.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, 
.two-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: #4d96c6;
}

.main-color-bg{
	background: #4d96c6;
}

.second-color{
	color: #F97E76;
}

.second-color-bg{
	background: #F97E76;
}

.button {
	border: none;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 4px 0 #4664a8;
	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;
	/*width: 10px;*/
}

/*.search-submit:active .search-field{ 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%;*/
	width: 1109px;
	background: #414140;
	position: relative;
	display: block;
	z-index: 30;
	/*margin: 30px 0;*/
	font-family: 'Noto Sans', Helvetica, Arial, sans-serif;	
	margin: 0px;
	margin-bottom: 30px; 
	margin: 0 auto;
margin-bottom: 30px;
}

.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: #4d96c6;
}

.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: #4d96c6;		
	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, .primary-menu .menu-item-1956, .primary-menu .menu-item-2337{
	width: 65px;
}

.primary-menu .menu-item-home a, .primary-menu .menu-item-1956 a, .primary-menu .menu-item-2337 a{
	background: url("images/home.png") no-repeat 50% 50%;
	text-indent: -999em;
	display: block;	
}



.primary-menu .menu-item-home a:hover, .primary-menu .menu-item-1956 a:hover, .primary-menu .menu-item-2337 a:hover{
	background-color: #4d96c6;
	background-image: url("images/home.png");
	background-repeat: no-repeat;
	background-position:	50% 50%;
}

.primary-menu .menu-item-2336{
	/*width: 65px;*/
	
width: 57px;
position: absolute;
top: -159px;
/*right: -65%;*/
right:0px; 
/*background: #414140;*/

}

.primary-menu .menu-item-2336 a{
	background: url("images/wbw-cn-new.png") no-repeat 50% 50%;
	text-indent: -999em;
	display: block;	
}

.primary-menu .menu-item-2336 a:hover{
	background-color: #4d96c6;
	background-image: url("images/wbw-cn-new.png");
	background-repeat: no-repeat;
	background-position:	50% 50%;
}


.primary-menu .menu-item-2751{
	/*width: 65px;*/
	
width: 57px;
position: absolute;
top: -159px;
/*right: -65%;*/
right:58px; 
/*background: #414140;*/

}



.primary-menu .menu-item-2751 a{
	background: url("images/Andrew-Cave.png") no-repeat 50% 50%;
	text-indent: -999em;
	display: block;	
}

.primary-menu .menu-item-2751 a:hover{
	background-color: #4d96c6;
	background-image: url("images/Andrew-Cave.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
}

.header-carousel .post-icon{
	width: 20px;
	float: left;
	margin-right: 5px;
}

.header-carousel .post-icon i{
	font-size: 20px;
}

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

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

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

.main-slider .post-excerpt{
	line-height: 1.4;
	color: #F9F9F9;
	padding: 10px;
	background-color: #222222;
	background-color: rgba(0, 0, 0, 0.45);
	margin: 10px 0 20px;
}

.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{
	overflow: hidden;
	margin: 5px 0;
	font-size: 15px;
	color: #666;
}

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

.entry-meta .date,
.entry-meta .views,
.entry-meta .comments,
.entry-meta .category{
	margin-right: 10px;
}

.entry-meta .tags i{
	margin-right: 2px;
}

.entry-meta .left{
	float: left;
}

.entry-meta .social{
	float: right;
	font-size: 16px;	
}

.entry-meta .social span{
	padding-right: 2px;
}

#footer .entry-meta {
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.9);
}

/* ========= 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: #4d96c6;
	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: #4d96c6;
}

.entry-content h2{ margin-bottom: 15px; }

.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: #4d96c6;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 4px 0 #4664a8;
	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;
}
 
/* 7. SIDEBAR
 * ======================== */	
 .widget{
	/*margin-bottom: 30px;*/ margin-bottom: 6px;
	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: 140px;
	height: 140px;	
	border-bottom: none !important;
	margin-right: 0px;	
}

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

.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%);
	cursor: pointer;
}

.widget_social_counter ul li.facebook{
	background: #4866A6;
	background: linear-gradient(to bottom, #4866A6 70%, #3B5997 100%);
	cursor: pointer;
}

.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: #4d96c6;
}

.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: 89px;
	margin:0 auto;
	
}

#footer .footer-right .turtle{ position:absolute; right:10px; float: right;padding-top: 17px; }

#footer .footer-right ul{
	overflow: hidden;
}

#footer .footer-right ul li{
	float: left;
	margin-left: 7px;
	font-size: 16px;
}



/* CSS ANNOTATIONS */

/* the reference tooltips style starts here */

.ref {
    position: relative;
    vertical-align: baseline;
   }

.refnum {
    position: relative;
    left: 2px;
    bottom: 1ex;
    font-family: Verdana, sans-serif;
    color: #005994;
    font-size: .7em;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.refbody {
    font-family: Verdana, sans-serif;
    font-size: .7em;
    line-height: 1.1;
    display: block;
    min-width: 20em;
    position: absolute;
    left: 25px;
    bottom: 5px ;
    border: 1px solid;
    padding: 5px;
    background-color: #fff;
    word-wrap: break-word;
    z-index: 9999;
    overflow: auto;
}

.mainPost h3{ display:none; }
	.mainPost h1{ display:block; }


/* custom */

.single-post .entry-content img.alignright { margin-left: 1.25em; }
.single-post .entry-content img.alignleft { margin-right: 1.25em; }
.homeFBL{ display: inline; padding-left: 20px;}
.homeFBL2 {
display: inline;
padding-left: 20px;
/*top: 4px;*/
position: relative; }

.homeFBL .fb_iframe_widget iframe, .homeFBL2 .fb_iframe_widget iframe{ max-width:inherit!important; }

#sidebar .homeFBL2{ padding-left:0px; }

.widget_tabs .post-list li{ border-bottom: 2px solid #d8d8d8; }

.tab-content h5{ font-size:14px!important; }


/* custom - keeping responsiveness in mind */

#header .top { display: none; }
.primary-menu { /*display:none!important;*/ } 
#header .logo { max-width: 100%; }
#header .logo h1{ line-height: 0.2; }
#header .logo-section {
/*border-bottom: 2px solid #cacaca;*/
/*margin-bottom: 20px;*/  }
.main-color-bg {
background: #1d6391;
}
#footer .widget .widget-title { border-bottom: 2px solid #4d95c6; }
#footer .widget .widget-title h4 { background: #4d95c6; }
#sidebar .widget .widget-title h4 { background: #ffaa39;  }
#sidebar .widget .widget-title { border-bottom: 2px solid #ffaa39; }
.pagination .page-numbers { background: #767676; }
.dribbble{ display:none; } 
.search-submit {
	color: #fff;
height: 26px;
right: 1px;
top: 3px;
background: #4d95c6;
width: 30px; 
border: 1px solid #fff;
}

.cat-header .cat-title { background:#4d95c6; }
.cat-header { border-bottom: 2px solid #4d95c6; }

.pagination a:hover { background: #ffaa39;}
.pagination{position: relative;
top: 20px; }


.archive-postlist .one-half { border-bottom:2px solid #d8d8d8; background:none; padding-bottom: 30px;
padding-top: 20px; /*min-height: 455px;*/ min-height: 473px; margin-bottom:0px; margin-right: 44px; padding-right:0px; padding-left:0px; }
.archive-postlist .last {  /*border-left:2px solid #d8d8d8;*/ }
.archive-postlist img{ border:1px solid #d8d8d8; }
.one-half, .one-third, .two-third, .one-fourth, .three-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth {
position: relative;
padding-right: 1%;
float: left;
min-height: 1px;
padding-left: 2%; }

.one-half, .one-third, .two-third, .one-fourth, .three-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth{ margin-right:0px; }

.one-half {
width: 44%;
}

#footer .footer-info {
border-bottom: 7px solid #fff;
}

.fullArchive {
background: #767676;
color: #fff;
display: inline-block;
margin-right: 6px;
margin-bottom: 8px;
padding: 8px 14px;
float:right; margin-right:20px;
/*position: relative;
top: 68px;*/
margin-top: 32px;
z-index: 9999;
}

.homeBtn {
background: #767676;
color: #fff;
display: inline-block;
margin-right: 6px;
margin-bottom: 8px;
padding: 8px 14px;
float:left; margin-left:20px;
/*position: relative;
top: 68px;*/
margin-top: 32px;
z-index: 9999;
}

a.homeBtn, a.fullArchive { color:#fff; }

.fullArchive:hover, .homeBtn:hover {
background: #ffaa39;
}

.older-postlist{
clear: both;
padding-top: 40px;
}

.homepage .archive-postlist img { width: 345px; height: 232px;  }
.homepage .archive-postlist .mainPostEntry img { width:100%; height:auto;  }

.mainPostEntry{ margin-bottom: 50px; }

.entry-author{ display:none; }
.entry-meta .left{ display:none; }

.single .entry-header h1{ color:#4c96c6;  margin-top:30px; margin-bottom:30px; }

.widget_social_counter ul li.facebook { 
width: 100%;
/*margin-bottom: 8px;*/ }

.widget_social_counter ul li.facebook h4{
font-size: 20px;
float: right;
margin-right: 21px;
font-weight: normal;
margin-top: 7px;
position: absolute;
bottom: 0px;
right: -15px;
}

.widget_social_counter li.facebook .text {
font-size: 10px;
opacity: 0.95;
position: relative;
top: 36px;
width: 150px;
left: -11px; }

.widget_social_counter ul li.twitter { 
width: 100%;
/*margin-bottom: 8px;*/ }

.widget_social_counter ul li.twitter h4{
font-size: 20px;
float: right;
margin-right: 21px;
font-weight: normal;
margin-top: 7px;
position: absolute;
bottom: 0px;
right: -15px;
}

.widget_social_counter li.twitter .text {
font-size: 9px;
opacity: 0.95;
position: relative;
top: 36px;
width: 150px;
left: -27px; }

.widget_social_counter ul li i {
font-size: 32px;
position: relative;
top: 5px;
}

#mc4wp_email {
border: 1px solid #a0a0a0;
font-size: 20px;
padding: 10px;
font-family: FontAwesome;
		content: "&#xf003;";
		font-weight:normal;
}

form.mc4wp-form input[type="submit"], div.mc4wp-form button[type="submit"] {
display: inline-block;
background: #ffaa39;
border: none;
padding: 13px;
color: #fff;
font-size: 16px;
float: right;
position: relative;
top: -35px;
}

.related-posts .date{ display:none; }

#sidebar .widget_nav_menu a{font-size: 29px; color: #4d95c6;}
#sidebar .widget_nav_menu li{ border-bottom:1px solid #f7f7f7; list-style:disc; }


.widget_tabs .widget-tabs-title-container ul {

background: none;
border-bottom: 2px solid #ffaa39;
}

.widget_tabs .active {
background: #ffaa39;
}


#sidebar .date{ display:none; }

.older-postlist .thumbnail{float: left;
margin-right: 20px;}

.older-postlist h5{position: relative;
top: 26px; width: 71%;}
.older-postlist .entry-meta{ float: right; }
.older-postlist li{ clear:both; border-bottom: 2px solid #f7f7f7;
padding-bottom: 0px;
/*padding-top: 15px;
height: 100px;*/
/*padding-top: 0px;
height: 75px;*/
padding-top: 9px;
height: 83px;
padding-left: 15px; }

#social-ads {
	border-bottom: 2px solid #cacaca;
	border-top: 2px solid #cacaca;
	margin: 20px 0;
	/*padding: 28px 0;*/
	clear:both;
}

#like-wait-but-why{
	float: left;
	width: 370px;
	padding-top: 25px;
	padding-left: 23px;
}

#like-wait-but-why h2{
color: #ffaa39;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 15px 0;
	text-transform: uppercase;
}

#follow-by-email {
	float: left;
	width: 323px;
	border-left: 2px solid #eee;
	padding-left: 40px;
	height: 191px;
padding-top: 25px;
color:#fff;

}

#follow-by-email h2 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 15px 0;
	/*text-transform: uppercase;*/
}

.clear {
	clear: both;
}

#follow-by-email input[type="text"] {
	border: 1px solid #cacaca;
	height: 36px;
	line-height: 39px;
	margin-top: 4px;
	padding: 0 15px;
	width: 323px;
	font-size: 18px;
}

#follow-by-email strong {
	float: left;
}

#follow-by-email input[type="submit"] {
	background: #1d6391;
	border: none;
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 14px;
	padding: 6px;
}

#follow-by-email #ajax-loader {
	background: url(images/ajax-loader.gif);
	float: right;
	height: 16px;
	margin-right: 5px;
	width: 16px;
}

#follow-by-email #ajax-error {
	color: #f00;
	float: right;
	margin-right: 5px;
}





/* ======= 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: 67px;
	font-weight:normal;
	text-transform:none;
	font-size:15px;
	padding-top:0px!important;
}

.widget_social_counter ul li h4{ font-weight:normal; line-height:normal; text-align:left; }

.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%);
	width: 40%;
	float:right;
	position:relative;
}

.widget_social_counter ul li.facebook{
	background: #4866A6;
	background: linear-gradient(to bottom, #4866A6 70%, #3B5997 100%);
	width: 40%;
	float:left;
	position:relative;
}

.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%);
	display:none;
}

.widget_social_counter .icon{
	float: left;
	margin-right: 10px;
}

.widget_social_counter .text{
	font-size: 13px;
	opacity: 0.75;
	font-weight:normal;
	text-transform:none;
	text-align:left;
}

.widget_social_counter ul li:first-child + li + li {
margin-right: 10px;
}
.widget_social_counter ul li.dribbble { display:none; }


.older-postlist li:hover { background:#e2e2e2;  }

.blueBar{ background:#4d95c6; height:84px; /*overflow: hidden; */}

.blueBar .date{background: #3e769d;width: 169px;height: 100%; color:#e5e5e5; text-align:center; font-size: 18px;
padding-top: 26px;}

.blueBar .share{ position: relative; top: -81px; left: 200px; color:#e5e5e5!important; }
.blueBar .share a{ color:#e5e5e5!important;}

.blueBar .share i{ color:#2f456a; font-size: 22px; margin-left: 20px; }

.quoteClass{ background:#ebebeb; padding:35px;  font-size:25px; color:#ffaa39; }

.quoteClass h3{ font-size:20px; color:#ffaa39; margin-bottom: 20px; }

.homeSocial .share{ position: relative; /*top: 50px;*/ top: 18px; /* position: absolute; bottom: 10px;*/  color:#2f456a!important; font-size: 13px; }
.homeSocial .share a{ color:#2f456a!important;}
.homeSocial .share i{ color:#2f456a; font-size: 14px; margin-left: 20px; }



#footer form.mc4wp-form input[type="submit"], div.mc4wp-form button[type="submit"] { background:#1d6391; border:2px solid #438bbb;  }

a.read-more { color: #4d96c6; font-weight:bold;}

.mainPost .homeSocial .share{ top: 19px; font-size: 19px; }

.mainPost .homeSocial .share i { font-size: 33px; }

.thumb-wrap .overlay { display:none; }

#footer .widget ul {
  columns: 2;
  -webkit-columns: 2;
  -mox-columns: 2;
  font-size:18px;
  font-weight:normal;
  font-family: 'PT Sans Narrow', sans-serif;
}

.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{ padding-bottom: 15px; }

#footer ul li.menu-item { margin-bottom:15px; }

.thumb-wrap .comments { display:none; }

.thumb-wrap {overflow: visible;}
.archive-postlist .one-half { overflow:visible; }
#content { overflow:visible; }
.section { overflow:visible; }

.homepage .archive-postlist img { border: 1px solid #333; }
.homepage .archive-postlist .mainPostEntry img { border: 1px solid #333; }

/*.search{ display:none; }*/
#footer .footer-widgets { display:none; }


#follow-by-email{background-color:#ffaa39; padding-right: 20px;  }


.primary-menu ul li.menu-item-480 a { /*color:#ffaa39;*/ } 
/*.primary-menu ul li.menu-item-480 a:hover{ background: #4d96c6; }*/

.turtle img{ width: 72%; }

.related-posts .one-third { padding-left:0px; } 

#sidebar #follow-by-email{ width:100%; padding-left: 8px; height:159px; padding-top: 12px; }
#sidebar #follow-by-email h2{ font-size: 17px!important;
width: 94%; text-align:center; padding:0px; font-weight:normal;  }

#sidebar form.mc4wp-form input[type="email"] {
display: block;
width: 94%;
}

#sidebar #follow-by-email input[type="submit"]{ position: relative; float:none; margin: 0 auto; text-align: center;width: 94%;top: -7px; }

#sidebar form.mc4wp-form label { font-size: 11px;
margin-top: 10px; }

/* blogger formatting */

.single-post .entry-content div{ margin-bottom:30px; }

.single-post .entry-content img{ /* centering all images */ margin: 0 auto; display: block; margin-top: 30px;
margin-bottom: 30px; }

.primary-menu ul li.rss a:hover{ background:none;}

#footer .footer-left {
float: left;
position: absolute;
left: 10px;
}

.mainPost h1{ margin-bottom:30px; }
.mainPost h3{ /*display:none; shed*/ }

h1 a, h3 a, h1 a:visited, h3 a:visited{ color: #4d96c6; }
h1 a:hover, h3 a:hover{ color: #00b5ff; }


#socBarmageddon{ border-top:2px solid #c2c2c2; border-bottom:2px solid #c2c2c2; /*margin-bottom:30px;*/ padding:10px; padding-top: 29px;
height: 43px;  position:relative; top:40px; }

#socBarmageddon div{ float:left; margin-right: 11px;  }
#fbLikePost{ /*width: 294px;*/ margin-top: -4px; }
#fbLikePost .fb_iframe_widget iframe{ width: 500px!important;
max-width: 500px!important; }
#gplusSharePost{ /*width: 190px;*/ position:relative; left: -14px; }
#pocketSharePost{ width: 122px; margin-left: 37px;}

div#twitterSharePost, div#redditSharePost {
z-index: 9999;
position: relative;
}


.single-page h1{ color: #ffaa39; }

.related-posts img{ width:239px!important; height:auto!important; }

.widget_tabs .comment-list .avatar, .widget_tabs .post-list .wp-post-image{ width:103px!important; height:70px!important; }

.attachment-fp75_75 { width: 103px!important;height: 70px!important;} 

.widget_tabs .comment-list .thumbnail, .widget_tabs .post-list .thumbnail { width: 103px!important; height: 70px!important; }

#respond label { clear: both; }

.comment-notes{ display:none; }

#footer { line-height: 1.1; height: 41px; }

.homepage .widget{ overflow:visible; }

.homeMessage a{ color:#4d96c6; }




body.page-template-page-shed-php article.post { border-bottom: 4px solid #ddd; }
body.page-template-page-shed-php .entry-header h3{ display:none; }


a.partnerLink{ color:#fff; position: absolute;right: 21%;top: 18px; }
a.contactLink{ color:#fff; position: absolute;left: 21%;top: 18px; }





/* 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: 1050px) {
	/* ipad landscape */
	#content {
		margin-right: 20px!important;
		width: 561px!important;
		margin-left: 52px;
	}
	#follow-by-email {
		width: 234px!important;
	}
	#like-wait-but-why {
		width: 256px!important;
	}
		#like-wait-but-why h3 {
	font-size: 15px!important;
	top: -55px!important;
	left: 186px!important;
	}
}


@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) {
	
	
	.primary-menu ul li a{ font-size:14px; }
	.search-field{ width:136px; }
	
	#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;
	}
	
	
	
	.homeSocial .share{ 
		top: 10px!important;
		font-size: 9px!important;
	}
	
	#socBarmageddon{ height: auto!important; top:0px!important; }
	#socBarmageddon div {  /*display: inline!important;*/ display: block;  float:none!important; margin-bottom: 10px; }
	
	/* after post fixes */
	#pocketSharePost{ margin-left:0px; }
	#gplusSharePost{ left:0px; }
	
	#follow-by-email{ width: 291px; padding-top: 25px; padding-left: 21px; }

	#like-wait-but-why {
		float: left;
		width: 282px;
		padding-top: 30px; 
	}
	#like-wait-but-why h2{ font-size:15px; }
	#like-wait-but-why h3{ font-size: 18px; top: -58px!important; }
	
}

/* 10.2 Tablets
 * =========================== */ 
@media only screen and (min-width: 754px) and (max-width: 979px) {
	
	.primary-menu ul li a {
	  padding: 12px;
	  font-size: 13px;
	}
	
	#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;
	}
	
	#socBarmageddon{ height: auto!important; top:0px!important; }
	#socBarmageddon div {  display: inline!important; float: none!important; }
	
	#sidebar form.mc4wp-form input[type="email"]{ font-size: 12px!important; }
	form.mc4wp-form input[type="email"] { font-size: 12px!important; }
	
	/* hide buggy scroller */
	
	#fairpixels_social_subscribers_widget-5{ display:none!important; }
	#text-3{ display:none!important; }
	#wp_insert_ad_widget-9{ display:none!important; }
	#text-6{ display:none!important; }
	
	/* new tablet fixes */
	
	.primary-menu{ width:100%;} 
	#follow-by-email { width: 40%!important; }
	#like-wait-but-why { width: 48%!important; }
	#sidebar #follow-by-email { width: 100%!important; }
	#fbLikePost {position: relative;top: -6px; }
	
	/* annotation fix */
	
	.refbody {
min-width: 13em;
bottom: 25px;
left: -350%; }

	
}

@media only screen and (min-width:755px) and (max-width:860px) { 
/* ipda share */
.single-post .post-wrap, .fb_iframe_widget, div#disqus_thread, .wpInsertTemplateTag, a.homeBtn {
	margin-left: 68px;
}


}

@media only screen and (min-width:641px) and (max-width:961px) { 
/* IPAD SIDEBAR */



/*#content {
width: 55%; }

#sidebar{
	width: 300px;
	-webkit-column-count: auto; 
}*/

/* single fb count */
	h3.fbBawksCount{ top: -60px!important;
left: 206px!important; }


	#content{width: 68%; margin-right: 31px; }
	
	#sidebar {
	width: 201px;
	-webkit-column-count: auto;
	}
	
	#sidebar .widget {
		width: 100% !important;
	}
	
	.homepage .archive-postlist img {
		width: 100%!important;
		height: auto!important;
	}
	
	#sidebar #follow-by-email h2 {
		font-size: 11px!important;
	}
	
	#sidebar #follow-by-email{ padding: 22px; }
	
	#sidebar #follow-by-email input[type="submit"] {
position: relative;
left: 0px;
top: 0px;
width: 75%;
margin: 0 auto;
font-size: 12px;}

	.widget_social_counter ul li.facebook, .widget_social_counter ul li.twitter{ width:37%; }
	
	.widget_social_counter li.facebook .text {
		font-size: 9px;
		opacity: 0.95;
		position: relative;
		top: 8px;
		width: 150px;
		left: -6px;
		word-wrap: break-word;
		word-spacing: normal;
		width: 132%;
	}
	
	.widget_social_counter li.twitter .text {
		font-size: 9px;
		opacity: 0.95;
		position: relative;
		top: 7px;
		width: 134%;
		left: -9px;
	}
	
	#follow-by-email {
width: 40%!important;
}
#like-wait-but-why {
width: 47%!important;
}
	#follow-by-email{ padding-left: 11px; }
#follow-by-email h2{ font-size: 12px!important; }
	#follow-by-email strong {
	float: none;
	font-size: 11px;
	}
	#follow-by-email input[type="submit"]{ top:9px!important; }
	#mc4wp_email{ width:197px!important; }
	h3.fbBawksCount {
	top: -55px!important;
	left: 174px!important;
	font-size: 15px;
	}
	

 }

/* 10.3. Mobile Landscape Size to Tablet Portrait
==================================================== */
@media only screen and (min-width: 480px) and (max-width: 753px) {
	
	
	.primary-menu .menu-item-2336, .primary-menu .menu-item-2751{
	/*width: 65px;*/
	
width: 100%;
position: relative;
top: 0px;
right: 0px;
/*background: #414140;*/

}

.primary-menu .menu-item-2336 a{
	background: url("images/wbw-cn.png") no-repeat 50% 50%;
	text-indent: -999em;
	display: block;	
}

.primary-menu .menu-item-2336 a:hover{
	background-color: #4d96c6;
	background-image: url("images/wbw-cn.png");
	background-repeat: no-repeat;
	background-position:	50% 50%;
}
	
	/* single fb count */
	h3.fbBawksCount{ top: -60px!important;
left: 206px!important; }

	/* annotation fix */
	
	.refbody {
min-width: 13em;
bottom: 25px;
left: -350%; }
	
	#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;*/
		width:100%;
	}
	
	.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;
	}
	
	
	/* tablet fixes */
	
	.widget_social_counter ul li.facebook{ width:70%!important; float:none!important; }
	.widget_social_counter ul li.twitter{ width: 70%!important; float:none!important; }
	.homeSocial .share i { font-size:14px!important; }
	.homepage .archive-postlist img {width: 100%!important;height: auto!important;}
	.primary-menu { width: 100%; }
	#header .banner {
		display:block;
float: right;
position: absolute;
top: 0px;
	}
	
	
	body{ font-size: 13px; }
	h3{ font-size: 16px; }
	.homeSocial .share { top:14px!important; }
	.archive-postlist .one-half{ min-height: 405px!important; } 
	.older-postlist h5{ width:350px!important; }
	h5{ font-size:13px; }
	
	#sidebar #follow-by-email {
		width: 100%!important;
		padding-left: 18px!important;
		height: 173px!important;
		padding-top: 8px!important; 
	}
	
	#sidebar #follow-by-email input[type="submit"] { /*left: -26px!important; */ }
	form.mc4wp-form label { font-size: 8px!important; }
	
	#socBarmageddon{ height: auto!important; top:0px!important; }
	#socBarmageddon div {  display: inline!important; float:none!important; }
	
	.homepage .archive-postlist .one-half img {
		border: 1px solid #333;
		width: 196px!important;
		height: 131px!important; 
	}
	
	#sidebar form.mc4wp-form input[type="email"]{ font-size: 12px!important; }
	form.mc4wp-form input[type="email"] { font-size: 12px!important; }
	
	
	/* hide buggy scroller */
	
	#fairpixels_social_subscribers_widget-5{ display:none!important; }
	#text-3{ display:none!important; }
	#wp_insert_ad_widget-9{ display:none!important; }
	#text-6{ display:none!important; }
	
	
	#socBarmageddon div {  /*display: inline!important;*/ display: block!important;  float:none!important; margin-bottom: 10px; }
	
	/* after post fixes */
	#pocketSharePost{ margin-left:0px; }
	#gplusSharePost{ left:0px; }
	
	#follow-by-email {
width: 40%!important;
}
#like-wait-but-why {
width: 47%!important;
}
	#follow-by-email{ padding-left: 11px; }
#follow-by-email h2{ font-size: 12px!important; }
	#follow-by-email strong {
	float: none;
	font-size: 11px;
	}
	#follow-by-email input[type="submit"]{ top:9px!important; }
	#mc4wp_email{ width:173px!important; }
	h3.fbBawksCount {
	top: -55px!important;
	left: 141px!important;
	font-size: 15px;
	}

}

@media only screen and (max-width: 660px) {

	/* hide buggy scroller */
	
	#fairpixels_social_subscribers_widget-5{ display:none!important; }
	#text-3{ display:none!important; }
	#wp_insert_ad_widget-9{ display:none!important; }
	#text-6{ display:none!important; }
	
	.homepage .archive-postlist .mainPostEntry img {
width: 97%!important; }

/* annotation fix */
	
	.refbody {
min-width: 13em;
bottom: 25px;
left: -350%; }



.primary-menu .menu-item-2336, .primary-menu .menu-item-2751{
	/*width: 65px;*/
	
width: 100%;
position: relative;
top: 0px;
right: 0px;
/*background: #414140;*/

}

.primary-menu .menu-item-2336 a{
	background: url("images/wbw-cn.png") no-repeat 50% 50%;
	text-indent: -999em;
	display: block;	
}

.primary-menu .menu-item-2336 a:hover{
	background-color: #4d96c6;
	background-image: url("images/wbw-cn.png");
	background-repeat: no-repeat;
	background-position:	50% 50%;
}


/*#container, .content-wrap{ overflow:visible; }
#main {overflow: visible;}*/

	
}

/* 10.4. Mobile Portrait Size to Mobile Landscape Size
======================================================= */
@media only screen and (max-width: 479px) {
	
	.homeMessage p {
font-size: 12px;
}

.homeMessage h3, .homeMessage h2 {
font-size: 16px;
}
	
	
	#sidebar {
margin-top: 100px !important;
}
	
	
	/* tables */
	tr td {
    
    float: left;
}

tr {
    clear: left;
}
	
	
	
	
	/* single fb count */
	h3.fbBawksCount{ top: -60px!important;
left: 169px!important; }
	
	.mainPost h3{ display:block; }
	.mainPost h1{ display:none; }
	
	/* annotation fix */
	
	.refbody {
min-width: 13em;
bottom: 25px;
left: -350%; }
	
	
	/* mobile fixes */
	
	.one-half {
width: 100%!important;
}
	.two-fourth {
width: 100%!important;
}

#header .banner {
		display:block;
float: right;
position: absolute;
top: 0px;
	}
	
	
	
	
/* end mobile fixes */
	
	.primary-menu {
		width: 100%;
	}
	
	#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;*/
		width:100%;
	}
	
	#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;
	}
	
	
	.older-postlist h5 {
		width: 100%!important;
	}
	
	h5{ font-size: 12px!important; }
	
	.homeSocial .share{ top:15px!important; }
	.archive-postlist .one-half{ min-height: inherit!important; }
	
	#socBarmageddon{ height: auto!important; top:0px!important; }
	#socBarmageddon div {  /*display: inline!important; float:none!important;*/
	
	display: block;
float: none!important;
margin: 15px auto;
text-align: justify;
width: auto!important;

	 }
	#gplusSharePost{ left:0px; }
	#like-wait-but-why{ width:100%!important; padding-left:0px!important; }
	
	#follow-by-email { width: 91%!important; padding-left:10px!important; }
/*	#follow-by-email input[type="submit"]{ top:0px!important; }*/
	#follow-by-email input[type="submit"] {
top: -74px!important; left: 3px;
padding-top: 8px;
padding-bottom: 10px;
}

a.partnerLink{position: relative;right: 0px; top: 0px; }
a.contactLink{position: relative;right: 0px; top: 0px; }

	
	#sidebar #follow-by-email input[type="submit"] {
top: -5px!important;
left: 0px!important;
width: 100%; }

	#sidebar #follow-by-email h2{width:100%; }

	#sidebar form.mc4wp-form input[type="email"]{ font-size: 12px!important; line-height:14px; width:100%; }
	form.mc4wp-form input[type="email"] { font-size: 12px!important; line-height:14px; }
	
	.blueBar .date {width: 53px!important; font-size: 11px!important;}
	.blueBar .share{ left: 42px!important; }
	
	
	
	.homepage .archive-postlist .one-half img {
		border: 1px solid #333;
		/*width: 196px!important;
		height: 131px!important; */
		width:95%!important;
		height:auto!important;
	}
	
	/* hide buggy scroller */
	
	#fairpixels_social_subscribers_widget-5{ display:none; }
	#text-3{ display:none; }
	#wp_insert_ad_widget-9{ display:none; }
	#text-6{ display:none; }
	
	.mainPost .homeSocial .share { font-size: 14px!important;}
	.mainPost .homeSocial .share i {font-size: 21px!important;}
	
	.homepage .archive-postlist .mainPostEntry img {
width: 95%!important; }

.entry-meta { color: #666!important; font-size:14px!important; }

.older-postlist .post-right{ position:relative; }
.older-postlist .entry-meta {
/*float: right;
clear: both;
position: absolute;
top: 18px;
right: 0px;*/ 
color: #666!important; font-size:14px!important;
}

.older-postlist .homeFBL2 {
display: inline;
padding-left: 0px;
top: 5px;
position: relative;
}

.older-postlist .entry-meta { overflow:visible!important; }
.older-postlist h5 { top:0px!important; }
.older-postlist .entry-meta {float: none!important;}
	
	
	/* mobile fixes */
	.homeSocial .share a { float: left; display:inline-block; }
	.homeSocial .share i {
	margin-left: 10px; }
	.homeFBL, .homeFBL2 {
display: inline-block;
padding-left: 6px;
}

/* mobile headlines */

.single .entry-header h1{ font-size: 32px; }
	
}

#footer-sidebar {
display:block;
width:100%
}
#forum-reply-footer {
float: left;
width: 100%;
}

/* footer/sidebar overlap fix */

#footer .footer-info{ position:relative; }


/* bigfoot */

.footnote-button{ min-width: 16px!important; top: -0.75em; opacity: 0.9; height: 16px!important;
padding-left: 4px;
font-size: 11px;padding-top: 8px; padding-right: 4px; }


.single-post .entry-content div.footnote-content-wrapper, .single-post .entry-content div.footnote-main-wrapper{ margin-bottom:0px;}
.footnotes {
display: none;
}

.footnote-content-wrapper{ margin-bottom: 25px; }

.footnote2-button{ min-width: 11px!important;
top: -0.75em;
/*opacity: 0.4;*/
height: 12px!important;
padding-left: 3px;
font-size: 9px;
padding-top: 6px; }


.single-post .entry-content div.footnote2-content-wrapper, .single-post .entry-content div.footnote2-main-wrapper{ margin-bottom:0px;}
.footnotes2 {
display: none;
}

.footnote2-content-wrapper{ margin-bottom: 25px; }

/* Return of the scrollbar */
.footnote-content ::-webkit-scrollbar {
/*display: block;*/
}/*
.footnote-content ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
.footnote-content ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}*/

.footnote-content-wrapper p{ margin-bottom: 16px!important; }
.footnote2-content-wrapper p{ margin-bottom: 16px!important; }
#like-wait-but-why img{ margin-top:0px; }

.search-field {
padding: 3px 9px 4px; font-size: 16px; border:none; padding-top: 6px; padding-bottom: 1px; 
}

.search-submit {
color: #fff;
height: 26px;
right: 1px;
top: 0px;
background: #414140;
width: 28px;
}

.wbwAside{
		background: #4c96c6;
		color: #fff;
		position: relative;
		width: 87%;
		padding: 1em 1.5em;
		margin: 2em auto;
		color: #fff;
		overflow: hidden;	
		padding-bottom: 0.15em;
	}
	
	.wbwAside .footnote-main-wrapper{ color:#000;}
	.wbwAside .footnote2-main-wrapper{ color:#000;}
	
	.wbwAside a.footnote-button {
background: #1D6391;
}

.entry-content .wbwAside a {
color: #AFFFC0;
}
	
	
	.wbwAside2{
		background: #1D6391;
		color: #fff;
		position: relative;
		width: 87%;
		padding: 1em 1.5em;
		margin: 2em auto;
		color: #fff;
		overflow: hidden;	
		padding-bottom: 0.15em;
	}
	
	.wbwAside2 a.footnote-button {
background: #4d96c6;
}
	
	.wbwAside2 .footnote-main-wrapper{ color:#000;}
	.wbwAside2 .footnote2-main-wrapper{ color:#000;}
	
/*.wbwAside:before {
content: "";
position: absolute;
top: 0;
right: 0;
border-width: 0 16px 16px 0;
border-style: solid;
border-color: #fff #fff transparent transparent;
background: transparent;
display: block;
width: 0;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}*/

/* mc_embed_signup */

#mc_embed_signup input{ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
-webkit-appearance: none;
vertical-align: top;
height: 24px;
line-height: 16px;
font-size: 13px;
padding: 4px;
border: 1px solid #ccc;
display: inline-block;
-moz-border-radius: 1px;
-webkit-border-radius: 1px;
border-radius: 1px;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) inset;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) inset; margin-right:5px; }

#mc_embed_signup input[type=submit]{
	
		webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
	webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
display: inline-block;
height: 36px;
line-height: 36px;
border: none;
margin: 0;
padding: 0 20px;
color: #ffffff;
font-weight: 700;
font-size: 14px;
text-transform: none;
background: #5c97c3;
width: auto;
	}
	
	input{-webkit-appearance: none;}
#mc4wp_email {
  width: 282px;
}
.social_counter
{
  width: 100%;
  background-color: #fff;
  float: left;
  /*margin-top: 8px 0 12px 0;*/
}
.social_counter .title {
  text-align: center;
  color: #005493;
  font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
  font-weight: bold;
  float: left;
  width: 100%;
}
.social_counter .body {
  float: left;
  padding: 8px 0 0 0;
  width: 100%;
}

.social_counter .facebook, .social_counter .twitter, .social_counter .instagram
{
  width: 99px;
  float: left;
  height: 117px;
}

.social_counter a span {
  float: left;
  font-size: 9pt;
  width: 100%;
  height: 115px;
  color: #fff;
}
.social_counter .facebook {
  background: #ffffff url("images/count_fb.png") no-repeat left top;
  background-size: 98px 117px;
  color: #fff;
}
.social_counter .facebook span {
   padding: 10px 0 0 8px;
}
.social_counter .twitter {
  background: #ffffff url("images/count_twitter.png") no-repeat 5px top;
  background-size: 98px 117px;
  color: #000;
  text-align: center;
}
.social_counter .twitter span {
  padding: 15px 0 0 5px;
  color: #000;
}
.social_counter .instagram {
  background: #ffffff url("images/count_insta.png") no-repeat left top;
  background-size: 98px 117px;
  color: #000;
  text-align: center;
}
.social_counter .instagram span {
   padding: 6px 0 0 0;
  color: #000;
} 
/*.randomLink a:hover {
-webkit-animation:rainbow 1s infinite;
-ms-animation:rainbow 1s infinite;
-o-animation:rainbow 1s infinite;
animation:rainbow 1s infinite;
}
@-webkit-keyframes rainbow {
0% {color: #ff0000;}
10% {color: #ff8000;}
20% {color: #ffff00;}
30% {color: #80ff00;}
40% {color: #00ff00;}
50% {color: #00ff80;}
60% {color: #00ffff;}
70% {color: #0080ff;}
80% {color: #0000ff;}
90% {color: #8000ff;}
100% {color: #ff0080;}
}
@-ms-keyframes rainbow {
0% {color: #ff0000;}
10% {color: #ff8000;}
20% {color: #ffff00;}
30% {color: #80ff00;}
40% {color: #00ff00;}
50% {color: #00ff80;}
60% {color: #00ffff;}
70% {color: #0080ff;}
80% {color: #0000ff;}
90% {color: #8000ff;}
100% {color: #ff0080;}
}
@-o-keyframes rainbow {
0% {color: #ff0000;}
10% {color: #ff8000;}
20% {color: #ffff00;}
30% {color: #80ff00;}
40% {color: #00ff00;}
50% {color: #00ff80;}
60% {color: #00ffff;}
70% {color: #0080ff;}
80% {color: #0000ff;}
90% {color: #8000ff;}
100% {color: #ff0080;}
}
@keyframes rainbow {
0% {color: #ff0000;}
10% {color: #ff8000;}
20% {color: #ffff00;}
30% {color: #80ff00;}
40% {color: #00ff00;}
50% {color: #00ff80;}
60% {color: #00ffff;}
70% {color: #0080ff;}
80% {color: #0000ff;}
90% {color: #8000ff;}
100% {color: #ff0080;}
}*/

/* EDITING FOR TIM - only change the font-size number variables (you can play with other stuff if you get used to it) - remember to hit UPDATE File - you may also need to clear the cache in wordpress for WP Engine as well as cloudflare to see your changes */

div.entry-content h2{
font-size:33px;
  margin-bottom: 15px;
}

div.entry-content h3{
font-size:24px;
  margin-bottom: 15px;
}

div.entry-content h4{
font-size:17px;
  margin-bottom: 15px;
}

div.entry-content h5{
font-size:14px;
  margin-bottom: 15px;
}



/* END EDITING FOR TIM - try not to edit anything outside of this block

- make sure you have a semicolon after every line;

*/
