/*  
Theme Name: Effector
Theme URI: http://www.podbean.com/
Description: Super simple but fully customizable. A bright and fresh template with a prominent title box, full length sidebar and smooth styling.
Version: 2.0
Author: Podbean
Author URI: http://www.podbean.com/
is_new:YES
is_pro:YES
is_responsive:YES
*/

@import url(//fonts.googleapis.com/css?family=Montserrat);
html {scrollbar-base-color: #FFC0FF;}

.leftside-panel {scrollbar-base-color: #D2E89E;}
* {
	padding: 0; 
	margin:0;
}

p {
	margin: 0.6em 0;
}

a img {
	border:none;
	background:none;
	padding:none;
}
.clear {
	clear:both;
	height:20px;
}
fieldset 
{
	border:none;
}
body {
	background-color: #f5f5eb;
    color: #404040;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 1.4;
    position: relative;
    text-align: center;
}
a 
{
    text-decoration:none;
	color: #0066CC;	
}
.post {border-bottom: 2px dashed rgba(0,0,0,0.3); padding-bottom: 2.5em;}
.post:last-child {border-bottom: none;}
.posttitle {padding-top: 2em;}
.posttitle h2 a {font-size:1.5em; color:#393c48; font-weight: normal;}
.posttitle h2 a:hover {opacity: 0.6}
#container {
    margin: 0 auto;
    max-width: 960px;
	position:relative;
	width: 100%;
}

#header {
	position:relative;
	overflow: hidden;
	color: #ffffff;
}
#header .search {float: right;}
#header h1 
{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
	float: left;
	line-height: 1.2;
	margin-left: 10px;
	font-size: 28px;
	margin-top: 0px;
}

#header h1 a {
	text-decoration:none;	
	border:none;
	color: #ffffff;
}
h2 {font-size: 1.6em}
h3 {
	font-size: 1.4em; 
	margin: 1em 0 0;
}
h4 {
	font-size: 1.1em; 
	margin: 1em 0 0 0;
}
h5 {
	font-size: 1em; 
	margin: 1em 0;
}
#content-main {padding: 0px 20px;}
#content-main ul 
{
    margin:1em;
    padding:0 1em;
}
#content-main ul.asides 
{
	margin:0;
	padding:2em;
	border-bottom:#ddd 1px dashed;
}
.podPress_content {text-align: center !important;}
.podPress_content div {margin:3px auto;}
.entry {font-size: 1em; }
.widget ul li
{
	background-color: rgba(255,255,255,0.1); border-bottom:1px solid rgba(255,255,255,0.12); padding: 8px 20px;)
}
#searchsubmit, input[type="submit"] {
    border: 2px solid rgba(255,255,255,0.8);
    color: #f5f5eb;
    font-size: 14px;
    line-height: 15px;
    padding: 6px 7px !important;
    transition: all 300ms ease 0s;
    background-color: transparent;
    cursor: pointer;
    margin:5px 0px;
}

#footer {	
	font-size:14px;
	clear: both;
	text-align: center;
	color: #ffffff;
}
#footer p {
	line-height: 1.2em;
}
#comments, #respond{
	margin: 2em 0 10px 5px;
}
.commentnum 
{
	font-size:1.5em;
	font-weight:bold;	
	margin:0 5px 0 0;
}
#container .commentlist {
	margin: 0;
	padding: 0;		
	border-top: #ddd 1px solid;
}
.commentlist li 
{
	list-style:none;
	margin: 0;
	padding: 0.5em;	
	border-bottom: #ddd 1px solid;
	
}

.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
.commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
}
#content .commentsfeed 
{
	padding-left:16px;
}
#content .trackback 
{
	padding-left:20px;
}
input.textbox
{
	border:#ccc 1px solid;
	padding:2px;
	width:150px;
}
#searchform {margin: 20px 10px;}
.search input.textbox, #searchform input[type="text"] {
    background-color: rgba(255,255,255,0.3);
    border: medium none;
    font-size: 14px;
    margin: 0 7px 0 0;
    padding: 7px;
}
textarea{
	width: 90%;
	padding:10px;
	line-height:2em;
	height: 20em;
	border: 1px solid #ccc;	
}
.textbox:focus, textarea:focus
{
	border:#999 1px solid;
}
.post h4 
{
	font-size:1em;
	font-weight:normal;
}
#header, #footer {
    background-color: #393c48;
    padding: 20px;
}
#footer a {
    font-weight: 400;
}
#wp-calendar {
    empty-cells: show;
    margin: 0 0 4px 4px;
    text-align: center;
    width: 90%;
}

.wrapper {position: relative;}
.openabout, .closeabout {
	float: left;
}
.navbar-toggle {
    border-radius: 2px 0 0 2px;
    display: inline-block;
    position: relative;
    width: 28px;
}
.navbar-toggle .icon-bar {
    background-color: #ffffff;
    border-radius: 10px;
    display: block;
    height: 4px;
    margin-left: 1px;
    margin-top: 5px;
    width: 28px;
    opacity: 0.8
}
.navbar-toggle .icon-bar:first-child {
    margin-top: 3px;
} 

.leftside-panel {
    background-color: #393c48;
    bottom: 0;
    color: #ffffff;
    padding: 10px 0px 20px;
    position: absolute;
    left: -245px;
    top: 0;
    transition: all 0.5s ease-in 0s;
    width: 245px;
    z-index: 99;
    text-align: left;
    font-size: 14px;
    overflow: hidden;
}
.leftside-panel h2 {font-size: 1.4em;}
.leftside-panel a {color: #ffffff;}
.leftside-panel a:hover {opacity: 0.7; color: #ffffff}
.leftside-block {overflow-y:scroll; width: 262px; position: absolute; top: 0; bottom: 0; background-color: rgba(0,0,0,0.2)}
.slide-right {
    left: 0px;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5);
}
.wtf-widget .following {opacity: 0.8;}

.leftside-panel li {list-style-type: none;}
.vcard-panel {margin: 20px;}
.wtf-widget .h3css, .widget h2 {padding: 8px 20px; background-color: rgba(255,255,255,0.05)}
.donations form, .donations label, #premium_wrap form {margin: 10px 20px !important;}
.wtf-widget .ul.list li {border-bottom: 1px solid rgba(255,255,255,0.1); padding: 15px 20px 15px 80px !important;}
.postmetadata {margin-top: 10px;}
.post-toolbar {font-size: 0.8em}
.wtf-widget .more-block {padding: 10px 30px;}
.addthis_default_style a {float: none !important; display: inline-block;}
#content-main h4 {
    border-bottom: 4px solid #393c48;
    display: inline-block;
    font-size: 18px;
    margin: 100px auto 0px;
    padding: 0 0 5px;
    text-transform: uppercase;
}
.divider {opacity: 0.5}
#content-main .post .postmetadata .post-toolbar{ position: relative; }
#content-main .post .postmetadata .post_toolbar_like{ padding-left: 22px; }
#content-main .post .postmetadata .post_toolbar_like:before{ 
	position: absolute; 
	left: 0px;
	bottom: 2px;
    font-size: 17px;
}










@media only screen and (min-width: 1600px) {
}
@media only screen and (min-width: 1200px) {
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
	body { font-size: 18px; }
	#content-main h4 { margin: 60px auto 0px;}
	#header h1{ width: 58%; }
	.post-toolbar .post_toolbar_like{ position: relative; }
	.post_toolbar_like:before{
		    position: absolute;
           left: -24px;
           top: 1px;
	}



	
}
@media only screen and (max-width: 767px) {
body {
    font-size: 16px; 
    padding-right: 0px;
    padding-left: 0px;
}
#content-main h4 {
    margin: 50px auto 0px;
}
#header .search {display: none;}
.podPress_content .pbplayerBox iframe{ width: 100%; }
#content-main .post .postmetadata .post_toolbar_like{ padding-left: 19px; }
#content-main .post .postmetadata .post_toolbar_like:before{ bottom: 0px; font-size: 15px; }
.post-toolbar .post_toolbar_like{ position: relative; }
.post_toolbar_like:before{
		    position: absolute;
           left: -22px;
           top: 1px;
	}





}
@media only screen and (max-width: 480px) {
body {
    font-size: 14px;
}
#header h1 {font-size: 24px;}
#content-main h4 {
    margin: 20px auto 0px;
}
.navbar-toggle {width: 23px;}
.navbar-toggle .icon-bar {height: 3px; width: 23px;}
}
#premium_wrap select, #subscriber_price{  height: 30px; text-align: right;  }
#premium_wrap select{ background: #ffffff !important; }


.divider{ display: none; }
#content-main .postmetadata a{ padding-right: 15px; }
.post_toolbar_download:before, .post_toolbar_share:before, .post_toolbar_comment:before, .post_toolbar_embed:before, .post_toolbar_hits:before{ padding-right: 3px; }
@media (max-width: 767px) {
#content-main .postmetadata a{ padding-right:4px; }
.post_toolbar_download:before, .post_toolbar_share:before, .post_toolbar_comment:before, .post_toolbar_embed:before, .post_toolbar_hits:before{ 
	padding-right: 1px; 
	font-size: 14px;
	width: 15px;
}
.post_toolbar_like:before{ font-size: 14px; width: 17px; }
#content-main .post .entry a img{ width: 100% !important; height:auto !important; }
#premium_wrap select, #subscriber_price{ width: 95% !important; }



 }