/*-----------------------------------------------------------------------------------

	Theme Name: Fresh On The Net 2025
	Description: Custom theme built for freshonthenet.co.uk
	Author: Alaric King, Modified by Steve Harris
	Author URI: http://www.alaricking.co.uk
	Version: 1.2

-----------------------------------------------------------------------------------

/*----TEMP----*/
@import url(//fonts.googleapis.com/css?family=Oleo+Script:400,700);

.ft-track input { width: auto; }


/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */


/*-----------------------------------------------------------------------------------*/
/*	FONTS
/*-----------------------------------------------------------------------------------*/


@font-face {
    font-family: 'BebasRegular';
    src: url('fonts/BEBAS___-webfont.eot');
    src: url('fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BEBAS___-webfont.woff') format('woff'),
         url('fonts/BEBAS___-webfont.ttf') format('truetype'),
         url('fonts/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'alaric_font';
	src:url('fonts/alaric_font.eot');
}
@font-face {
	font-family: 'alaric_font';
	src: url('fonts/alaric_font.woff') format('woff'),
		 url('fonts/alaric_font.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'fotn_logo';
	src:url('fonts/fotn_logo.eot');
	src:url('fonts/fotn_logo.eot?#iefix') format('embedded-opentype'),
		url('fonts/fotn_logo.woff') format('woff'),
		url('fonts/fotn_logo.ttf') format('truetype'),
		url('fonts/fotn_logo.svg#fotn_logo') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*-----------------------------------------------------------------------------------*/
/*	Document Setup
/*-----------------------------------------------------------------------------------*/

#nav {
	position: relative;
	max-height: none;
	display: none;
}

body,
input,
textarea {
	font: 13px/21px "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	background: #eee;
	color: #555;
	position: relative;
}

input {
	border-radius: 0px !important;
}

.hidden { display: none; }

.alignleft { float: left; }

.alignright { float: right; }

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

a { 
    color: #222;
    text-decoration: none; 
    -webkit-transition: background-color .2s linear, color .2s linear, opacity .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear, opacity .2s linear;
	-o-transition: background-color .2s linear, color .2s linear, opacity .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear, opacity .2s linear;
	transition: background-color .2s linear, color .2s linear, opacity .2s linear;
}

a:hover { 
    background-color: #ffd62c;
}

a img { 
    border: none; 
    vertical-align: bottom;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.gallery-row,
.post-thumb,
.author-bio { margin-bottom: 20px; }

.gecko.blog .post-thumb { margin-bottom: 5px; }

.hentry,
.navigation-links,
.pinglist { margin-bottom: 40px; }

.widget
.children,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.comment-body ol ol,
.comment-body ol ul,
.comment-body ul ul,
.widget ul ul { margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-family: 'BebasRegular';
    -webkit-font-smoothing: antialiased;
	font-weight: normal;
	padding: 0;
	
}

h1 {
	font-size: 24px;
	line-height: 28px;
}

h2 {
	font-size: 40px;
	line-height: 50px;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 16px;
	line-height: 20px;
}

h4 {
	font-size: 14px;
	line-height: 18px;
}

h5 {
	font-size: 12px;
	line-height: 18px;
}

h6 {
	font-size: 10px;
	line-height: 16px;
}

#background {
    position: fixed;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.bgwidth { width: 100%; }

.bgheight { height: 100%; }

#container {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}
	
#primary {
	float: left;
	width: 660px;
}

.layout-2cl #primary { float: right; }

#content { 
    margin: 20px 0px 25px; 
}

.page-template-template-home-php #content {  }

.page-template-template-portfolio-php #content,
.tax-portfolio-type #content { 
    padding-bottom: 0; 
    padding-right: 0;
}

#sidebar {
	float: right;
	width: 320px;
}

.layout-2cl #sidebar { float: left; }

#footer { clear: both; }


.icon-fotn_logo2, .icon-fotn_logo_SQ {
	font-family: 'fotn_logo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-fotn_logo2:before {
	content: "\e000";
}
.icon-fotn_logo_SQ:before {
	content: "\e001";
}
.icon-hamburger:before {
	content: "\e003";
}


.icon-alaricsearch, 
.icon-alaricfb_svg, 
.icon-alaricsc_svg, 
.icon-alarictw_svg, 
.icon-alaricyt_svg, 
.icon-alaricconnection, 
.icon-alaricpencil, 
.icon-alaricdownload, 
.icon-alaricfotn_svg, 
.icon-alaricfotnsq_svg, 
.icon-alaricdouble_tilde,
.icon-alaricright-arrow,
.icon-alaricspeech_bubble,
.icon-alaricquote_marks,
.icon-alaricarrow-right, 
.icon-alaricarrow-left,
.icon-alaricfotn_logo,
.icon-alaricplay  {
	font-family: 'alaric_font';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-alaricsearch:before {
	content: "\73";
}
.icon-alaricfb_svg:before {
	content: "\66";
}
.icon-alaricsc_svg:before {
	content: "\63";
}
.icon-alarictw_svg:before {
	content: "\74";
}
.icon-alaricyt_svg:before {
	content: "\79";
}
.icon-alaricconnection:before {
	content: "\72";
}
.icon-alaricpencil:before {
	content: "\70";
}
.icon-alaricdownload:before {
	content: "\69";
}
.icon-alaricfotn_svg:before {
	content: "\22";
}
.icon-alaricfotnsq_svg:before {
	content: "\21";
}
.icon-alaricdouble_tilde:before {
	content: "\23";
}

.icon-alaricright-arrow:after {
	content: "\24";
}

.icon-alaricspeech_bubble:before {
	content: "\25";
}

.icon-alaricquote_marks:before {
	content: "\26";
}

.icon-alaricarrow-right:before {
	content: "\27";
}
.icon-alaricarrow-left:before {
	content: "\28";
}

a.icon-alaricfb_svg:hover {
	color: #2a7ba2 !important;
}

a.icon-alarictw_svg:hover {
	color: #45dbd3 !important;
}

a.icon-alaricsc_svg:hover {
	color: #f8bf00 !important;
}

a.icon-alaricyt_svg:hover {
	color: #d65452 !important;
}

.icon-alaricfotn_logo:before {
	content: "\2a";
}
.icon-alaricplay:before {
	content: "\2b";
}

.shdw {
	box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
	background: #FFF;
	padding: 10px;
	margin-bottom: 20px;
}

.three-cols {
	width: 960px;
	display: block;
	position: relative;
}

.two-cols {
	width: 640px;
	display: block;
	position: relative;
}

.one-cols {
	width: 300px;
	display: block;
	float: left;
	margin-right: 20px;
	position: relative;
}

.no-right {
	margin-right: 0px !important;
}

.no-left {
	margin-left: 0px !important;
}

.oleo {
	font-family: 'Oleo Script', cursive;
}

/*-----------------------------------------------------------------------------------*/
/*	Header Styles
/*-----------------------------------------------------------------------------------*/

#header-top { 
    color: #222;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 11px;
    padding: 10px 20px;
    overflow: hidden; 
}

#header-top p {
    background: #ffd62c;
    float: right;
    margin: 0;
    padding: 3px 10px;
}

#header-top a { margin: 0; }

#header {
    background: #fff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 10px 10px 0px;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
    height: 141px;
    position: relative;
}

#logo { float: left; }

#logo a { 
display: block;
float: left;
border: none;
color: #59c6f1;
font-size: 88px;
background-color: transparent;
}

#logo a:hover { 
    color: #59c6f1 !important;
    background-color: transparent;
}

.home #logo a{
	cursor: default;
}

.home #logo a:hover {
	color: #59c6f1;
	background-color: transparent;
}

#logo a span {
	display: none !important;
}

.header-search {
float: right;
width: 290px;
height: 50px;
border-bottom: 2px dotted #59c6f1;
padding-bottom: 19px;
position: relative;
margin: 8px 0 0;
}

.header-search fieldset {
	margin: 0px;
}

.header-search input {
width: 235px;
float: left;
background: #59c6f1;
color: #FFF;
margin: 0px;
font-size: 13px;
letter-spacing: 1px;
height: 20px;
font-weight: normal;
border: none;
padding: 5px 45px 5px 10px;
-webkit-transition: background-color .2s linear, color .2s linear;
-moz-transition: background-color .2s linear, color .2s linear;
-o-transition: background-color .2s linear, color .2s linear;
-ms-transition: background-color .2s linear, color .2s linear;
transition: background-color .2s linear, color .2s linear;
}

.header-search input:focus {
background: #ffd62c;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
color: #FFF;
}

.header-search button {
width: 35px;
background: none;
border: none;
margin: 0px;
position: absolute;
color: #FFF;
top: 0px;
z-index: 10;
font-size: 13px;
right: 0px;
height: 30px;}

.header-search button:hover {
	color: #FFF;
}

.header-search ul,
.header-search li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.header-search ul {
	margin-top: 14px;
}

.header-search li:not(#foo) > fieldset > div > span > input[type='checkbox'] {
    opacity: 0;
    float: left;
    width: 0px;
}


.header-search li:not(#foo) > fieldset > div > span > input[type='checkbox'] + label {
margin: 0 3px 0 0;
clear: none;
padding: 0px 0 0px 12px;
cursor: pointer;
background: url(images/checkbox.png) no-repeat left bottom #59c6f1;
font-size: 12px;
height: 12px;
display: block;
float: left;
}

.header-search li:not(#foo) > fieldset > div > span > input[type='checkbox']:checked + label {
    background: url(images/checkbox.png) no-repeat left top #59c6f1;
}

.header-search label span {
background: #FFF !important;
color: #59c6f1;
padding-left: 4px;
margin: 0px;
float: left;
line-height: 15px;
}

.header-social-icons {
	float: right;
	margin: 15px 0 0 0;
}

.header-social-icons a {
	font-size: 34px;
	margin-left: 2px;
	background: none;
}

.header-social-icons a:hover {
	background: none;
}

a.social-icon {
	color: #59c6f1;
}

/*-----------------------------------------------------------------------------------*/
/*	Navigation & Menus
/*-----------------------------------------------------------------------------------*/

#primary-nav {
    float: left;
height: 40px;
margin-top: 13px;
font-family: 'BebasRegular';
font-weight: normal !important;
-webkit-font-smoothing: antialiased;
}

#primary-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 35px;
	font-size: 22px;
}

#primary-nav ul a {
	display: block;
	position: relative;
	font-weight: normal !important;
}

#primary-nav ul li {
	float: left;
	position: relative;
	z-index: 40;
}

#primary-nav ul li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

#primary-nav ul ul {
	position: absolute;
	top: -9999em;
	width: 150px; /* left offset of submenus need to match (see below) */
}

#primary-nav ul ul li { width: 100%; }

/*  Make sub menus appear */
#primary-nav ul li:hover ul,
#primary-nav ul li.sfHover ul {
	left: -1px;
	top: 36px; /* match top ul list item height */
	z-index: 99;
}

/* Hide all subs subs (4 levels deep) */
#primary-nav ul li:hover li ul,
#primary-nav ul li.sfHover li ul,
#primary-nav ul li li:hover li ul,
#primary-nav ul li li.sfHover li ul,
#primary-nav ul li li li:hover li ul,
#primary-nav ul li li li.sfHover li ul { top: -9999em; }

/* Displays all subs subs (4 levels deep) */
#primary-nav ul li li:hover ul,
#primary-nav ul li li.sfHover ul,
#primary-nav ul li li li:hover ul,
#primary-nav ul li li li.sfHover ul,
#primary-nav ul li li li li:hover ul,
#primary-nav ul li li li li.sfHover ul {
	left: 150px; /* match .nav ul width */
	top: -1px;
}
	
/* top level skin ------------------------------------*/
#primary-nav ul a {
    border-bottom: none;
	padding: 0 9px 5px 10px;
	color: #b2b2b6;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	color: #59c6f1;
}

#primary-nav ul a:hover,
#primary-nav ul li.sfHover > a,
#primary-nav ul li.current-cat > a,
#primary-nav ul li.current_page_item > a,
#primary-nav ul li.current-menu-item > a {
    background-color: #59c6f1;
    color: #FFF;
    text-decoration: none;
}

/* Blog Colour */
#primary-nav ul li#menu-item-10660 a {
	color: #e963f1;
}
#primary-nav ul li#menu-item-10660 a:hover,
#primary-nav ul li#menu-item-10660.current_page_item a,
#nav ul li.menu-item-10660 a {
	background-color: #e963f1;
	color: #FFF;
}

/* Faves Colour */
#primary-nav ul li#menu-item-10698 a {
	color: #6eda49;
}
#primary-nav ul li#menu-item-10698 a:hover,
#primary-nav ul li#menu-item-10698.current-menu-item a,
.fresh-faves #primary-nav ul li#menu-item-10698 a,
#nav ul li.menu-item-10698 a {
	background-color: #6eda49;
	color: #FFF;
}

/* Tips Colour */
#primary-nav ul li#menu-item-10658 a {
	color: #f59241;
}
#primary-nav ul li#menu-item-10658 a:hover,
#primary-nav ul li#menu-item-10658.current_page_item a,
#nav ul li.menu-item-10658 a {
	background-color: #f59241;
	color: #FFF;
}

/* Inbox Colour */
#primary-nav ul li#menu-item-10657 a {
	color: #ec445c;
}
#primary-nav ul li#menu-item-10657 a:hover,
#primary-nav ul li#menu-item-10657.current_page_item a,
#nav ul li.menu-item-10657 a {
	background-color: #ec445c;
	color: #FFF;
}

/* Mixtape Colour */
#primary-nav ul li#menu-item-10699 a {
	color: #36dca7;
}
#primary-nav ul li#menu-item-10699 a:hover,
#primary-nav ul li#menu-item-10699.current-menu-item a,
.mixtapes #primary-nav ul li#menu-item-10699 a,
#nav ul li.menu-item-10699 a {
	background-color: #36dca7;
	color: #FFF;
}

/* Archive Colour */
#primary-nav ul li#menu-item-10655 a {
	color: #f7c003;
}
#primary-nav ul li#menu-item-10655 a:hover,
#primary-nav ul li#menu-item-10655.current_page_item a,
#nav ul li.menu-item-10655 a {
	background-color: #f7c003;
	color: #FFF;
}

/* Video Colour */
#primary-nav ul li#menu-item-10662 a {
	color: #4f91e9;
}
#primary-nav ul li#menu-item-10662 a:hover,
#primary-nav ul li#menu-item-10662.current_page_item a,
#nav ul li.menu-item-10662 a {
	background-color: #4f91e9;
	color: #FFF;
}

/* About Colour */
#primary-nav ul li#menu-item-10663 a {
	color: #9cca3a;
}
#primary-nav ul li#menu-item-10663 a:hover,
#primary-nav ul li#menu-item-10663.current_page_item a,
#nav ul li.menu-item-10663 a {
	background-color: #9cca3a;
	color: #FFF;
}

/* Contact Colour */
#primary-nav ul li#menu-item-10664 a {
	color: #7d7d7d;
}
#primary-nav ul li#menu-item-10664 a:hover,
#primary-nav ul li#menu-item-10664.current_page_item a,
#nav ul li.menu-item-10664 a {
	background-color: #7d7d7d;
	color: #FFF;
}



/* 2nd level skin ------------------------------------*/
#primary-nav ul ul {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	padding: 3px 12px;
}

#primary-nav ul ul li {
	height: 35px;
	line-height: 35px;
	border-top: 1px solid #efefef;
	float: none;
	background: none;
}

#primary-nav ul ul li:first-child { border-top: none; }

#primary-nav ul ul li a {
    color: #b2b2b6;
    font-weight: normal;
	line-height: 35px;
	height: 35px;
	font-size: 12px;
	padding: 0;
	text-decoration: none;
}

#primary-nav ul li.sfHover ul a { background: #fff; }

#primary-nav ul li.sfHover ul a:hover { color: #555; }

/* Secondary Nav -------------------------------------*/

#secondary-nav { 
    float: right;
margin-top: 11px; 
}

#secondary-nav ul { float: right; margin: 0px;}

#secondary-nav li {
    float: left;
    margin-left: 13px;
}

#secondary-nav a {
    border-bottom: none;
    color: #949494;
    font: 12px/21px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 2px 3px;
    margin: 0;
    text-transform: uppercase;
}

#secondary-nav a:hover {
	color: #FFF;
	background-color: #59c6f1;
}

.footer-social-icons {
	float: right;
	margin: 8px 0 0 15px;
}

.footer-social-icons a {
	font-size: 27px;
	margin-left: 2px;
	background: none;
}

.footer-social-icons a:hover {
	background: none;
	color: #59c6f1;
}

/*-----------------------------------------------------------------------------------*/
/*	Main Content Styles
/*-----------------------------------------------------------------------------------*/

.entry-title,
.entry-title a {
    border-bottom: none;
    color: #222;
	font-size: 24px;
	line-height: 28px;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	-ms-transition: color .2s linear;
	transition: color .2s linear;
}

.entry-title a:hover { 
    background-color: transparent;
    color: #b2b2b6; 
    text-decoration: none;
}


address { font-style: italic; }

abbr[title],
acronym[title],
dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #666;
}

blockquote {
	font-family: 'Oleo Script', cursive;
font-weight: normal;
font-size: 29px;
line-height: 38px;
text-align: left;
}

blockquote:before {
	content: "\26";
font-family: 'alaric_font';
float: left;
margin: 2px 0 0 -50px;
font-size: 25px;
}

strong { font-weight: bold; }

em,
dfn,
cite { font-style: italic; }

dfn { font-weight: bold; }

sup {
	font-size: 11px;
	vertical-align: top;
}

sub {
	font-size: 11px;
	vertical-align: bottom;
}

small { font-size: 11px; }

del { text-decoration: line-through; }

ins { text-decoration: underline; }

code,
pre { line-height: 18px; }

var,
kbd,
samp,
code,
pre {
	font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
	background: #f7f7f8;
}

kbd { font-weight: bold; }

samp,
var { font-style: italic; }

pre {
	white-space: pre;
	overflow: auto;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px;
	clear: both;
}

code { padding: 3px; }

ul,
ol,
dl { margin-left: 30px; }

table {
	border: 1px solid #ccc;
	border-width: 1px;
	line-height: 18px;
	margin: 0 0 22px 0;
	text-align: left;
	padding: 0 5px;
}

table .even { background: #ddd; }

caption { text-align: left; }

tr { border-bottom: 1px solid #ccc; }

th,
td {
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}

/* Common Media Stylings --------------------------*/

.entry-content img { 
	max-width: 100%;
	height: auto;
}

.single-post .entry-content img {
	max-width: 585px;
	width: 585px;
	height: auto;
	float: right;
}


img.alignleft {
	float: right;
	margin: 10px 25px 20px 0;
}

img.alignright {
	display: block;
	margin: 10px 0 25px 20px;
}

img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	margin-top: 5px;
}

img.alignnone {
    display: block;
    margin: 20px 0 20px;
}

.wp-caption {
	text-align: center;
	margin: 10px 20px 20px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.wp-caption.aligncenter { margin: 20px auto; }

.wp-caption.alignleft { margin-left: 0; }

.wp-caption.alignright { margin-right: 0; }

.wp-caption.alignnone { margin-left: 0; }

.wp-caption img,
.wp-caption img a {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption
.wp-caption-text {
	margin: 0;
	padding: 5px;
}

.wp-smiley {
	max-height: 13px;
	margin: 0 !important;
}

.gallery { margin: auto; }

.gallery-image {
	border: 2px solid #efefef;
	margin-left: 0;
}

.gallery-caption { 
	font-style: italic;
	margin-left: 0; 
}

.gallery-item {
	float: left;
	text-align: center;
	margin-left: 0;
}

.gallery {
	float: left;
	width: 100%;
}

.gallery-item { float: left; }

.gallery-item .gallery-caption { 
    margin-bottom: 0 !important;
    padding-right: 12%; 
}

.gallery-item img {
	margin: 0 !important;
	padding:  0 !important;
}

.gallery-item a {
	float: left;
	border: none !important;
	margin:  0 !important;
	padding: 0 !important;
}

iframe { 
    margin-bottom: 20px;
}

/* Common Form Elements -------------------------------*/

input,
textarea {
	background: #f1f0f1;
border: 1px solid #f1f0f1;
color: #666;
padding: 10px 10px;
width: 230px;
font-size: 16px;
}

button,
#submit {
	background: #333;
	color: #fff;
	cursor: pointer;
	padding: 5px 10px;
	width: auto;
	-webkit-transition: color .2s linear, background .2s linear, border-color .2s linear;
	-moz-transition: color .2s linear, background .2s linear, border-color .2s linear;
	-ms-transition: color .2s linear, background .2s linear, border-color .2s linear;
	-o-transition: color .2s linear, background .2s linear, border-color .2s linear;
	transition: color .2s linear, background .2s linear, border-color .2s linear;
}

input:focus,
textarea:focus {
	background: #fff;
	border-color: #cfcfcf;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
	box-shadow: 0 1px 3px rgba(0,0,0,.1) inset;
	color: #555;
}

#submit:hover,
button:hover {
    background: #ffd62c;
    color: #222;
}


/*-----------------------------------------------------------------------------------*/
/*	6.	Post Content Styles
/*-----------------------------------------------------------------------------------*/

.hentry {
    position: relative;
    background: #fff;
    padding: 10px 10px 0px;
    box-shadow: 4px 4px 0px rgba(233, 99, 241, 0.2);
    display: block;
    float: left;
    width: 640px;
}

.hentry h2 {
	color: #e963f1;
}

.hentry h2 a {
	color: #e963f1;
}

.hentry h2 a:hover {
	color: #ffd62c;
	background: none;
}

.single-post .hentry { 
    border-bottom: none; 
    margin-bottom: 20px;
}

.listing-post-single {
	min-height: 200px;
}

.entry-content { 
overflow: hidden;
font-size: 15px;
line-height: 22px;
color: #787878;
margin: 25px 20px 35px 140px;
text-align: justify;
}

.entry-content a.button {
	background-color: #e963f1;
margin: 0px;
float: right;
}

.post-edit-link {
position: absolute;
right: 0px;
top: 0px;
display: block;
background: #FF0000;
color: #FFF;
font-weight: bold;
text-decoration: none;
padding: 2px 5px;	
}

.entry-meta .post-edit-link {
position: absolute;
right: 0px;
bottom: -61px;
display: block;
background: #FF0000;
color: #FFF;
font-weight: bold;
text-decoration: none;
padding: 2px 5px;	
height: 21px;
top: auto;
}

.post-has-thumb h2,
.page-default h2,
.full-width .hentry h2.post-title  {
	border-left: 15px solid;
margin: 17px 25px 25px -10px;
line-height: 41px;
padding: 0 0 0 15px;
word-spacing: 7px;
}

.post-featured-img {
background: #e963f1;
position: relative;
width: 660px;
margin: 0 0 0 -10px;
height: auto;
}

.post-has-thumb .post-featured-img .entry-meta {
	position: absolute;
bottom: -133px;
left: 32px;
z-index: 10;
}

.post-featured-img a.post-thumb-link {
	display: block;
	width: 660px;
	height: auto;
	background-color: #e963f1;
}

.post-featured-img .thumb-wrap {
	width: 660px;
	display: block;
	height: auto;
	overflow: hidden;
	position: relative;
}

.post-featured-img a.post-thumb-link img {
width: 100%;
height: auto;
}

.post-featured-img a.post-thumb-link:hover {
	opacity: 0.7;
}

.post-no-thumb .entry-meta {
	position: absolute;
top: 0px;
left: 32px;
padding-top: 20px;
}

.post-no-thumb h2 {
	margin: 23px 18px -20px 140px;
}

.entry-meta {
    font-size: 12px;
    position: relative;
    width: 90px;
    height: 300px;
    background: #e963f1;
    color: #FFF;
    font-weight: bold;
}

.entry-meta .published {
	padding: 10px 20px;
	text-align: center;
}

.entry-meta .published span {
	display: block;
	text-align: center;
}

.entry-meta .published .day {
	font-size: 45px;
	line-height: 47px;
	font-weight: normal;
}

.entry-meta .published .month {
	font-size: 21px;
line-height: 21px;
border-bottom: 3px solid #FFF;
text-transform: uppercase;
padding-bottom: 3px;
}

.entry-meta .published .year {
	font-size: 21px;
font-weight: normal;
line-height: 21px;
margin-top: 3px;
display: block;
}

.entry-meta .author {
	margin-top: 5px;
	text-align: center;
}

.entry-meta .author img {
	border-radius: 80px;
	margin: 0px !important;
	float: none;
}

.entry-meta .author span {
	font-size: 13px;
display: block;
float: left;
width: 74px;
margin: 0 8px;
text-overflow: ellipsis;
overflow: hidden;
height: 21px;
}

.entry-meta a.comment-count {
display: block;
width: 86px;
height: 25px;
padding: 3px 2px 0px;
background: #e963f1;
color: #e963f1;
float: left;
clear: both;
margin: 14px 0 0;
overflow: hidden;
position: relative;
}

.entry-meta a.comment-count span.com-num-num {
	display: block;
float: left;
width: 20px;
text-align: center;
font-size: 11px;
line-height: 22px;
position: absolute;
z-index: 100;
left: 5px;
	-webkit-transition: background-color .2s linear, color .2s linear;
-moz-transition: background-color .2s linear, color .2s linear;
-o-transition: background-color .2s linear, color .2s linear;
-ms-transition: background-color .2s linear, color .2s linear;
transition: background-color .2s linear, color .2s linear;
}

.entry-meta a.comment-count span.com-label {
	color: #FFF;
font-size: 11px;
line-height: 13px;
padding-left: 26px;
}

.entry-meta a.comment-count:before {
content: "\25";
color: #FFF;
font-size: 16px;
font-family: 'alaric_font';
z-index: 1;
padding: 2px 4px;
float: left;
position: absolute;
}

.entry-meta a.comment-count:hover {
	background-color: #ffd62c;
	color: #ffd62c;
}

.entry-meta a.comment-count:hover span.com-num-num {
	color: #ffd62c;
}

.single-post .post-featured-img {
	height: auto;
	background: #FFF;
}

.single-post .post-featured-img .thumb-wrap {
height: auto;
position: relative;
background: #FFF;
}

.single-post .post-featured-img .thumb-wrap img {
	width: 100%;
	height: auto;
}

.single-post .entry-content {
margin: 30px 25px 35px 145px;
}

.artist-list-block {
border: 20px solid #F1F1F1;
padding: 15px;
margin-bottom: 25px;
display: block;
width: 88%;
}

.artist-list-block h3 {
	font-size: 22px;
word-spacing: 4px;
color: #666;
margin: 0 0 10px;
}

.single-post .artist-list-block .post-artist-list-wrap {
	font-style: italic;
	-moz-column-count: 2;
       -moz-column-gap: 20px;
       -webkit-column-count: 2;
       -webkit-column-gap: 20px;
       text-align: left;
}

.page-template-template-about-profile-php .artist-list-block h3 {
	color: #9cca3a;
}

.page-template-template-about-profile-php .artist-list-block .post-artist-list-wrap {
	font-style: italic;
    line-height: 20px;
    text-align: left;
}

.page-template-template-about-profile-php .artist-list-block .post-artist-list-wrap ul {
	margin: 25px 0 0;
	padding: 0;
}

.page-template-template-about-profile-php .artist-list-block .post-artist-list-wrap ul li {
padding: 0px;
float: left;
width: 45%;
height: 25px;
margin: 0 24px 10px 0;
list-style-position: inside;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.page-template-template-about-profile-php  .artist-list-block {
display: block;
clear: both;
float: left;
}

.page-id-244 .artist-list-block {
	display: none !important;
}

.entry-content a {
	color: #e963f1;
}

.entry-content a:hover {
	color: #FFF;
	background-color: #e963f1;
}

.single-post .entry-content {
	overflow: visible;
}

.single-post .entry-content iframe {
	width: 615px !important;
	display: block;
	margin: 0px 0 0 -122px;
}

video {
  width: 100%    !important;
  height: auto   !important;
}

.single-post .entry-content blockquote {
	color: #e963f1;
margin-left: -73px;
}

.author-info {
	display: block;
float: left;
background-color: #e963f1;
margin: 0px 0 35px -10px;
width: 630px;
padding: 25px 15px;
}

.author-info img {
	background: #fff;
	border-radius: 115px;
	float: left !important;
}

.author-info .author-bio {
float: right;
margin: 0px 40px 0 0;
width: 420px;
color: #FFF;
padding: 0 20px 0px;
}

.author-info .author-bio h4 {
	font-family: 'Oleo Script', cursive;
font-size: 29px;
color: #FFF;
line-height: 29px;
margin-bottom: 5px;
}

.author-info .author-bio p {
	font-size: 14px;
line-height: 21px;
margin: 0px;
}

.author-info .author-bio p a {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

.author-info .author-bio p a:hover {
	color: #e963f1;
	background-color: #FFF;
	text-decoration: none;
}

.sub-title {
    color: #b2b2b6;
    font-size: 12px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    position: relative;
    top: -15px;
}


.author-description { margin-left: 60px; }

.entry-content ul { list-style-type: disc; }

.entry-content ol { list-style-type: decimal; }

.sticky {}


.post-no-thumbnail p iframe:nth-of-type(1) {
/*	margin-top: 25px; */
}


/*-----------------------------------------------------------------------------------*/
/*	7.	Comments
/*-----------------------------------------------------------------------------------*/

.comment-wrap {
	display: block;
float: left;
position: relative;
margin: 20px 20px;
width: 600px;
}

.comment-wrap  h3 {
    font-size: 30px;
color: #e963f1;
line-height: 30px;
margin: 0 0 35px;
word-spacing: 10px;
}

.commentlist {
	list-style-type: none;
	margin: 0px;
}

.commentlist li {
	float: left;
display: block;
clear: both;
width: 100%;
}

.commentlist li.comment img {
	border-radius: 75px;
	float: left;
	border: 1px solid #EFEFEF;
}

.comment-body-wrap {
background: #f1f0f1;
padding-top: 20px;
width: 76%;
border-radius: 2px;
float: right;
padding: 20px;
position: relative;
}

.comment-body-wrap img {
	width: 100%;
height: auto;
border-radius: 0 !important;
margin: 10px 0;
}

.commentlist li.even .comment-body-wrap:before {
content: "\28";
font-family: 'alaric_font';
color: #f1f0f1;
float: left;
font-size: 20px;
margin: 4px 0 0 -36px;
}

.commentlist li.odd img {
	float: right !important;
}

.commentlist li.odd .comment-body-wrap {
	float: left;
}

.commentlist li.odd .comment-body-wrap:before {
content: "\27";
font-family: 'alaric_font';
color: #f1f0f1;
float: right;
font-size: 20px;
margin: 4px -36px 0 0;
}


.page-template-template-full-width-php .commentlist { width: 560px; }

.commentlist li.comment > div { 
    
}


.commentlist .children li.comment:first-child > div { }

.pinglist {
	margin: 20px 0 40px 30px;
	list-style-type: decimal;
}

.comment {
	margin-bottom: 45px;
}

#commentform input { margin-right: 10px; }

#commentform label small { font-size: 13px; }

#commentform label small span { color: #b2b2b6; }

#commentform textarea { width: 96%; }

.children { list-style-type: none; }

.avatar {
	background: #fff;
}

.comment .avatar {
	float: right;
	margin: 0 0 0 10px;
}

.bypostauthor .avatar { border-color: #ffd62c; }

.comment-meta { 
    border-bottom: none;
color: #e963f1;
font-size: 12px;
line-height: 18px;
margin-bottom: 15px;
position: absolute;
bottom: 0px;
font-style: italic;
left: 21px;
}

.comment-meta a {
	color: #e963f1;
}

.comment-author-admin {}

.comment-author {
    color: #e963f1;
font-family: 'Oleo Script', cursive;
font-style: normal;
margin-bottom: 5px;
font-size: 20px;
}

.comment-body {
	color: #7f7f7f;
	font-size: 15px;
	line-height: 24px;
	font-style: italic;
	padding-bottom: 15px;
}

.comment-body p {
	margin-bottom: 10px;
}

.comment-body p a {
	color: #e963f1;
	text-decoration: underline;
}

.comment-author cite { font-style: normal; }

.comment-author a { color: #e963f1; text-decoration: underline; }

.comment-author a:hover { background-color:#e963f1; color: #FFF; text-decoration: none;}

.nocomments {
	text-align: center;
	margin-left: 120px;
	padding: 0 20px 20px;
}

.comment-body ul { list-style-type: disc; }

.comment-body ol { list-style-type: decimal; }

#respond {
width: 96%;
padding-top: 40px;
position: relative;
float: left;
clear: both;
margin: 20px;
border-top: 2px dotted #e963f1;
}

#respond h3 {
    font-size: 23px;
line-height: 23px;
color: #e963f1;
word-spacing: 6px;
margin: 0 0 15px;
}

#respond #submit {
	background-color: #e963f1;
}

#respond #submit:hover {
	color: #FFF;
	background-color: #ffd62c;
}

.commentlist #respond {
    background-image: none;
    margin-left: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	8.	Pagination
/*-----------------------------------------------------------------------------------*/

.page-navigation,
.single-page-navigation {
    padding: 0px 0 50px;
clear: both;
display: block;
}

.page-navigation a,
.single-page-navigation a { 
color: #FFF;
border-bottom: none;
display: inline-block;
padding: 6px 12px 4px;
background: #E963F8;
box-shadow: 4px 4px 0px rgba(233, 99, 241, 0.2);
}

.page-navigation a:hover,
.single-page-navigation a:hover { color: #FFF; background: #ffd62c; }

.page-navigation .nav-next { float: right; }

.nav-next a:after {
content: "\24";
font-family: 'alaric_font';
color: #FFF;
font-size: 12px;
padding: 0 0 0 10px;
float: right;
line-height: 21px;
}


.page-navigation .nav-previous { float: left; }

.nav-previous a:before {
content: "\29";
font-family: 'alaric_font';
color: #FFF;
font-size: 10px;
padding: 0 10px 0 0px;
float: left;
line-height: 20px;
}



.single-page-navigation .nav-next { 
    float: right; 
    text-align: right;
    width: 50%;
}

.single-page-navigation .nav-previous { 
    float: left; 
    width: 50%;
}

.single-portfolio .single-page-navigation {
    background: none;
    display: block;
    position: absolute;
    right: 0;
    top: -30px;
}

.single-portfolio .single-page-navigation .nav-previous {
    display: inline;
    float: none;
}

.single-portfolio .single-page-navigation .nav-next { 
    display: inline;
    float: none;
    margin-left: 5px;
    padding-left: 15px;
}

.single-portfolio .single-page-navigation .nav-previous + .nav-next { background: transparent url(images/bg-widget-title.gif) 0 3px no-repeat; }

.ie7.single-portfolio .single-page-navigation .nav-previous + .nav-next { background-position: 0 8px; }

/*-----------------------------------------------------------------------------------*/
/*	9.	Footer Styles
/*-----------------------------------------------------------------------------------*/

#footer {
    background: #222;
    color: #aaa;
	padding: 25px 20px 5px 20px;
}

#sub-footer {
    color: #222;
font: 11px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin-bottom: 10px;
padding: 10px;
background: #FFF;
box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
}

#sub-footer a.foot-icon {
	float: left;
display: block;
font-size: 40px;
margin: 0 15px 0 0;
}

#sub-footer a.foot-icon:hover {
	background: none;
	color: #ffd62c;
}

.copyright { 
    float: left;
margin-bottom: 0;
margin-top: 12px;
color: #949494;
font-size: 11px;
}

.copyright p { margin-bottom: 0; }

.copyright a {
    border-bottom: none;
    color: #949494;
    padding: 2px 3px;
    margin: -3px -2px -2px;
}

.copyright a:hover { color: #222; }



a.site-credit {
background: none repeat scroll 0 0 #FFFFFF;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
color: #000000;
padding: 3px 0;
text-shadow: none !important;
font-size: 11px;
position: relative;
width: 145px;
margin: 0 auto;
text-align: center;
font-size: 12px;
font-weight: normal;
text-decoration: none;
display: block;
position: relative;
}
a.site-credit strong {
	font-weight: bold;
}
a.site-credit:hover {
	color: #000;
	background: none repeat scroll 0 0 #ffd62c;
}


/*-----------------------------------------------------------------------------------*/
/*	10.	Page Templates
/*-----------------------------------------------------------------------------------*/


.widget-blocks h2 {
font-family: 'BebasRegular';
font-weight: normal !important;
-webkit-font-smoothing: antialiased;
color: #FFF;
background: rgba(0, 0, 0, 0.2);
display: block;
margin-bottom: 10px;
overflow: hidden;
font-size: 20px;
height: 27px;
position: absolute;
left: 0px;
width: 100%;
z-index: 10;
}

.home-post-slider,
.hme-ibx-img,
#arhive-list,
.blk-faves iframe,
.blk-mixtape p,
.blk-video iframe,
.blk-about p,
.blk-categories .menu-home-categories-container,
.menu-blog-categories-menu-container,
.menu-authors-sidebar-container,
.blk-tips .hme-tips-img,
.menu-tips-sidebar-container {
	margin-top: 37px !important;
}

.widget-blocks h2 span {
padding: 3px 7px 3px 11px;
background: #000;
float: left;
line-height: 26px;
word-spacing: 5px;
}

.widget-blocks h2 span:after {
font-family: 'alaric_font';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 23px;
-webkit-font-smoothing: antialiased;
content: "\23";
font-size: 11px;
padding: 0px 0px 0 5px;
float: right;
}

.home-post-slider {
	float: left;
	display: block;
}

.blk-blog {
	box-shadow: 4px 4px 0px rgba(233, 99, 241, 0.2);
	height: 327px;
overflow: hidden;
}

.blk-blog h2 {
	background: #fadffb;
	background: rgba(233, 99, 241, 0.2);
}

.blk-blog h2 span {
	background: #e963f1;
}

.rsTmb span {
	display: none !important;
}

.home-post-slider .rsLink {
left: 15px;
bottom: 15px !important;
position: absolute;
display: block;
z-index: 20;
background: #e963f1;
color: #FFF;
padding: 1px 6px;
width: auto;
font-size: 14px;
height: auto;
font-style: italic;
top: auto;
box-shadow: 4px 4px 0px rgba(233, 99, 241, 0.2);
text-indent: unset;
}

.home-post-slider a.rslink {
	text-indent: unset;
}

.home-post-slider .rsLink:after {
	content: " - Read post \00BB";
	font-style: normal;
	font-weight: bold;
	clear: both;
}

.home-post-slider .rsLink:hover {
	background-color: #ffd62c;
}

.blk-inbox {
	margin-right: 0px !important;
	float: right;
	height: 327px;
	box-shadow: 4px 4px 0px rgba(236, 68, 92, 0.2);
}

.blk-inbox h2 {
	background: #fad8dd;
	background: rgba(236, 68, 92, 0.2);
}

.blk-inbox a.button,
.blk-inbox h2 span {
	background: #ec445c !important;
}

.blk-inbox .hme-ibx-img {
	margin: 0 0 0 -3px;
}

.blk-inbox .hme-ibx-dbx {
	margin: 0px 5px 0 0;
	float: right;
}

.blk-inbox h3 {
font-size: 28px;
text-align: center;
font-weight: normal;
color: #EC445C;
margin: 11px 0 24px;
}

.blk-inbox p {
	float: left;
width: 145px;
font-size: 14px;
line-height: 21px;
color: #898989;
margin: 0 0 10px 5px;
}

.hme-ibx-star {
	width: 120px;
height: 120px;
position: absolute;
right: -39px;
top: -17px;
z-index: 10;
	background: transparent url(images/inbox-sticker-custom.png) 0 0 no-repeat;
}

.star-open {
	background: transparent url(images/hme_inbx_open_star.png) 0 0 no-repeat;
}

.star-closed {
	background: transparent url(images/hme_inbx_closed_star.png) 0 0 no-repeat;
}

.star-rate {
	background: transparent url(images/hme_inbx_closed_rate.png) 0 0 no-repeat;
}

.blk-inbox .inbx-clsd .hme-ibx-img {
	margin-top: 7px;
}

.blk-inbox .inbx-clsd h3 {
	font-size: 34px;
text-align: center;
font-weight: normal;
color: #EC445C;
line-height: 41px;
margin: 40px 0 34px;
}

.blk-inbox .inbx-clsd a.button {
	margin-left: 87px;
}

.custom-star span {
	display: block;
	font-size: 22px;
	color: #FFF;
	font-family: 'Oleo Script', cursive;
	width: 70px;
	text-align: center;
	margin: 25px 25px 0;
	font-weight: normal;
	line-height: 22px;
	overflow: hidden;
	height: 71px;
}

.hme-col {
	float: left;
	width: 320px;
	margin-right: 20px;
}

.blk-archive {
	box-shadow: 4px 4px 0px rgba(247, 192, 3, 0.2);
	height: 507px;
}

.blk-archive h2 {
	background: #fdf2cb;
	background: rgba(247, 192, 3, 0.2);
}

.blk-archive a.button,
.blk-archive h2 span {
	background: #f7c003;
}

#arhive-list {
	margin: 0px;
}

.archive-post-item {
	display: block;
	float: left;
}

.archive-post-item .archive-excerpt {
	display: none;
width: 270px;
height: 70px;
display: block;
background: #ebb706;
background: rgba(247, 192, 3, 0.9);
color: #FFF;
font-size: 16px;
font-weight: bold;
position: absolute;
padding: 15px;
z-index: 100;
overflow: hidden;
font-style: italic;

}

.archive-post-item a:hover .archive-excerpt {
	display: block;
}

.archive-post-item a {
	display: block;
	height: 100px;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	background: #f3f3f3;
	text-decoration: none;
	color: #ebb706;
}

.archive-post-item .post-list-left {
	float: left;
	width: 125px;
	height: 100px;
	overflow: hidden;
	position: relative;
	background: #DFDFDF;
}

.archive-post-item .post-list-left:after {
content: "\23";
font-family: 'alaric_font';
color: #CFCFCF;
font-size: 30px;
position: absolute;
line-height: 65px;
top: 20%;
left: 33%;
z-index: 0;
}

.archive-post-item .post-list-left img {
	position: absolute;
top: 0;
left: 0%;
z-index: 1;
width: 125px;
height: auto;
}

.archive-post-item .post-list-left .archive-com-num {
display: block;
background: #f7c003;
position: absolute;
z-index: 10;
bottom: 0px;
left: 0px;
color: #f7c003;
font-size: 12px;
font-weight: bold;
text-align: center;
width: 28px;
height: 23px;
padding: 2px;
}

.archive-post-item .post-list-left .archive-com-num:before {
content: "\25";
color: #FFF;
font-size: 17px;
font-family: 'alaric_font';
z-index: 1;
margin: -3px -28px 0 0;
padding: 4px;
float: left;
}


.archive-post-item .post-list-right {
	float: right;
width: 155px;
position: relative;
height: 80px;
padding: 10px 10px 10px 0;
}

.archive-post-item .post-list-right .post-list-title {
	font-size: 18px;
font-weight: bold;
color: #ebb706;
height: 65px;
display: block;
overflow: hidden;
}

.archive-post-item .post-list-right .side_date {
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 11px;
	color: #939393;
}

.archive-post-item .archive-excerpt {
	display: none;
}

.mxtpe-intro {
	padding: 30px;
	width: 600px;
	font-size: 15px;
	line-height: 22px;
	background: #fff url(images/mixtape_bg.jpg) 440px -52px no-repeat;
}
.mxtpe-intro h2 {
	margin-bottom: 10px !important;
}

.mxtpe-intro p {
	width: 410px;
}

.mxtpe-intro p a {
	text-decoration: underline;
	color: #48d1a6;
}

.blk-faves {
	box-shadow: 4px 4px 0px rgba(110, 218, 73, 0.2);
}

.blk-faves h2 {
	background: #e1f7d9;
	background: rgba(110, 218, 73, 0.2);
}

.blk-faves a.button,
.blk-faves h2 span {
	background: #6eda49;
}

.hme-col .one-cols a.button {
	float: right;
margin-right: 0px;
position: absolute;
bottom: 7px;
right: 9px;
}

.blk-faves iframe,
.blk-video iframe {
	margin-bottom: 0px;
}

.blk-video iframe {
	width: 300px !important;
height: 200px !important;
}

.blk-mixtape {
	box-shadow: 4px 4px 0px rgba(72, 209, 166, 0.2);
	background: #fff url(images/mixtape_bg.jpg) 112px -37px no-repeat;
	height: 330px;
}

.blk-mixtape h2 {
	background: #d9f5ec;
	background: rgba(72, 209, 166, 0.2);
}

.blk-mixtape a.button,
.blk-mixtape h2 span {
	background: #48d1a6;
}

.blk-mixtape p{
font-size: 14px;
line-height: 21px;
color: #898989;
width: 190px;
margin: 0 0 10px 0;
float: left;
height: 85px;
overflow: hidden;
background-color: rgba(255, 255, 255, 0.80);
}

#mixtape-list {
	margin: 0px;
}

#mixtape-list .archive-post-item a {
	background: #48d1a6;
	background: rgba(72, 209, 166, 0.85);
color: #FFF;
width: 290px;
padding: 7px;
height: 130px;
}

#mixtape-list .archive-post-item .post-list-right {
width: 140px;
padding: 5px;
height: 125px;
}


#mixtape-list .archive-post-item .post-list-right .latest-mxt-title {
	display: block;
border-bottom: 3px solid #FFF;
font-size: 19px;
padding-bottom: 3px;
margin-bottom: 7px;
}

#mixtape-list .archive-post-item .post-list-left {
width: 130px;
height: 130px;
}

#mixtape-list .archive-post-item .post-list-left img {
top: 0;
left: 0;
width: 130px;
height: 130px;
}

#mixtape-list .archive-post-item .post-list-right .post-list-title,
#mixtape-list .archive-post-item .post-list-right .side_date {
	color: #FFF;
}

#mixtape-list .archive-post-item .post-list-right .side_date {
position: absolute;
bottom: 5px;
left: 7px;
font-size: 17px;
color: #FFF;
font-style: italic;
}


#mixtape-list .archive-post-item .archive-excerpt {
width: 260px;
height: 100px;
background: #FFF;
font-size: 18px;
padding: 15px;
}

#mixtape-list .archive-post-item .archive-excerpt p {
	margin-top: 0px !important;
color: #48d1a6;
font-size: 17px;
width: auto;
}

#mixtape-list .archive-post-item .post-list-left:after {
top: 27%;
left: 30%;
}

.r6-icon {
	position: absolute;
z-index: 0;
bottom: 6px;
left: 4px;
}

.blk-mixtape a.button {
margin-top: 11px;
margin-right: -3px;
}


.blk-video {
	box-shadow: 4px 4px 0px rgba(79, 145, 233, 0.2);
	height: 273px;
}

.blk-video h2 {
	background: #dbe8fa;
	background: rgba(79, 145, 233, 0.2);
}

.blk-video a.button,
.blk-video h2 span {
	background: #4f91e9;
}

.blk-about {
	box-shadow: 4px 4px 0px rgba(156, 202, 58, 0.2);
	height: 157px;
}

.blk-about h2 {
	background: #eaf4d6;
	background: rgba(156, 202, 58, 0.2);
}

.blk-about a.button,
.blk-about h2 span {
	background: #9cca3a;
}

.blk-about p {
	font-size: 16px;
font-family: Georgia,"Times New Roman",Times,serif;
color: #9cca3a;
font-weight: normal;
font-style: italic;
line-height: 21px;
margin-bottom: 5px;
}



.blk-categories {
	box-shadow: 4px 4px 0px rgba(233,99,241, 0.2);
	height: 292px;
}

.blk-categories h2 {
	background: #fadffb;
	background: rgba(233,99,241, 0.2);
}

.blk-categories a.button,
.blk-categories h2 span {
	background: #e963f1;
}

.blk-categories a.button {
margin-top: 29px;
}

.menu-authors-sidebar-container ul,
.menu-tips-sidebar-container ul,
.blk-categories ul {
	margin: 0px;
	padding: 0px;
}

.menu-authors-sidebar-container li,
.menu-tips-sidebar-container li,
.blk-categories li {
	border-bottom: 1px solid #e9e9e9;
	color: #787878;
	font-size: 16px;
	padding: 7px 5px;
	list-style: none;
	font-size: 13px;
}

.blk-categories li:first-child {
}

.menu-authors-sidebar-container li a,
.menu-tips-sidebar-container li a,
.blk-categories li a {
	color: #787878;
	font-size: 15px;
}

.menu-authors-sidebar-container li a:hover,
.menu-tips-sidebar-container li a:hover,
.blk-categories li a:hover {
	background: none;
	color: #e963f1;
}

.menu-authors-sidebar-container li a:hover {
	color: #9cca3a;
}

.menu-tips-sidebar-container li a:hover {
	color: #f59241;
}

.blk-tips {
	box-shadow: 4px 4px 0px rgba(245, 146, 65, 0.2);
	height: 372px;
}

.blk-tips h2 {
	background: #fce8d8;
	background: rgba(245, 146, 65, 0.2);
}

.blk-tips a.button,
.blk-tips h2 span {
	background: #f59241;
}

.blk-tips p {
	font-size: 14px;
color: #898989;
margin: 7px 5px;
}

.blk-tips h3 {
	font-size: 23px;
font-family: 'Oleo Script', cursive;
color: #f59241;
font-weight: normal;
margin: 10px 0 10px 3px;
}

/* ----------- Page Templates ------------ */

.page-default .entry-content,
.full-width .entry-content {
	margin: 25px 20px 35px 20px;
}


.page-template-template-home-php #primary,
.page-template-template-full-width-php #primary,
.full-width {
    width: 1000px !important;
}

.full-width .hentry {
	width: 980px;
}


.page-default #respond {
	width: 94%;
}


/* ----------- Archive Template ----------- */

h3.archive_year {
	font-size: 40px;
line-height: 80px;
color: #f7c003;
}

#archives .archives_list {
	border-left: 6px solid #f6ebc5;
list-style: none;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin: 0 0 5px 7px;
}

#archives .archives_list li {
	clear: left;
margin: 0 0 0px 20px !important;
font-size: 12px;
font-style: normal;
list-style: none;
padding: 5px 10px 5px 15px;
margin-bottom: 0px;
}

#archives .archives_list li:nth-child(odd) {
	background-color: #f8f8f8;
}

#archives .archives_list .date {
	width: 100px;
font-style: italic;
display: inline-block;
vertical-align: top;
font-size: 14px;
}

#archives .archives_list .linked {
	width: 345px;
display: inline-block;
vertical-align: top;
font-size: 14px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #f7c003;
}

#archives .archives_list .comments {
width: 80px;
display: inline-block;
vertical-align: top;
text-align: right;
}


/* ----------- Videos ----------- */

#primary .entry-content ul.ytchagallery li {
padding: 0 10px 0px 0!important;
}


.ytctitle {margin-bottom: 0;}
.ytctitle a{color:#FF2B06}
.ytc-row {border-bottom:3px solid #4f91e9; margin-bottom:15px !important;}



#primary .entry-content ul.ytchagallery a.ytcthumb .ytcplay {
	background: none !important;
	position: absolute!important;
	width: 100%!important;
	height: 100%!important;
}

#primary .entry-content ul.ytchagallery a.ytcthumb .ytcplay:before {
	content: "\2b";
color: #4f91e9;
font-size: 95px;
font-family: 'alaric_font';
position: absolute;
-webkit-font-smoothing: antialiased;
left: 33%;
top: 50%;
display: none;
}

#primary .entry-content ul.ytchagallery a.ytcthumb:hover .ytcplay:before  {
	display: block;
}

/* ----------- Search Results ----------- */


.search-results-page,
.four-oh-four  {
	box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);	
}

.search-results-page h2,
.four-oh-four h2 {
	color: #59c6f1;
}

.search-results-page h3 {
	color: #CECECE;
font-size: 25px;
line-height: 25px;
margin: 29px 20px;
word-spacing: 6px;
}

.search-results-page ol {margin-left: 30px;}
.search-results-page ol li {
    list-style: decimal;
}

.search-results-page li h5 {
	font-size: 17px;
	line-height: 17px;
	word-spacing: 3px;
}

.search-results-page li h5 a {
	color: #59c6f1;
}

.search-results-page li h5 a:hover {
	background-color: #59c6f1;
	color: #FFF;
}

.search-results-page li div {
	color: #6eda49;
	font-style: normal;
}

.search-results-page li p {
	font-style: italic;
	margin: 0px;
	clear: both;
}

.search-results-page li {
	margin: 0 0 25px;
}

.search-page-form-wrap {
	display: block;
clear: both;
float: left;
width: 550px;
padding: 25px;
background: #F2F2F3;
}

.search-page-form-wrap  .form-inner {
	background: #FFF;
padding: 25px 35px;
clear: both;
float: left;
width: 87%;
}

.search-page-form-wrap  .form-inner  .header-search {
	width: 102%;
height: 30px;
padding-bottom: 0px;
margin: 0px;
border: none;
}

.search-page-form-wrap  .form-inner .header-search input {
	width: 435px;
}



.galleryTextThumbs .rsThumbs .rsThumb {
	background: #e0e0e0 !important;
	-webkit-transition: background-color .2s linear, color .2s linear;
-moz-transition: background-color .2s linear, color .2s linear;
-o-transition: background-color .2s linear, color .2s linear;
-ms-transition: background-color .2s linear, color .2s linear;
transition: background-color .2s linear, color .2s linear;
}

.rsUni .rsThumb.rsNavSelected {
background: #e963f1 !important;
}


.galleryTextThumbs .rsThumbs .rsThumb.rsNavSelected h5 {
	color: #FFF;
	
	/* vert align*/
	
}

.galleryTextThumbs .rsTmb {
	padding: 8px !important;
}

.galleryTextThumbs .rsThumbs .rsThumb h5 {
	color: #888888;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: bold;
text-transform: uppercase;
}

.galleryTextThumbs .rsThumbs .rsThumb {
border-bottom: 2px solid #FFF !important;
}


.page .page-header .edit-post {
    position: absolute;
    right: 5px;
    top: 0;
}



.page-template-template-home-php .slider {
    margin-bottom: 0;
    float: left;
    height: 350px;
    width: 700px;
}

.page-template-template-home-php .slider img { height: 350px; }

.page-template-template-home-php .slider + .entry-content {
    width: 220px;
    float: right;
}

.page-template-default #content,
.page-template-template-archives-php #content,
.page-template-template-contact-php #content {  }

.page-template-default .hentry,
.page-template-template-home-php .hentry,
.page-template-template-full-width-php .hentry,
.page-template-template-archives-php .hentry,
.page-template-template-contact-php .hentry { 
    border-bottom: none;
    margin-bottom: 0;
    margin-left: 0; 
}


/* Archive Template --------------------------------------*/

.search_posts { margin-bottom: 30px; }

.archive-lists h4 { margin-bottom: 10px; }

.archive-lists li {
    line-height: 24px;
    list-style-type: circle;
}

.archive-lists li a {
    border-bottom: none;
    padding: 2px 3px;
    margin: -2px -3px;
}

.archive-lists .children { margin-bottom: 0; }




/*-----------------------------------------------------------------------------------*/
/*	11.	Widgets
/*-----------------------------------------------------------------------------------*/

.widget { margin-bottom: 30px; }

.widget a.button {
float: right;
margin-right: 0px;
position: absolute;
bottom: 7px;
right: 9px;
}

.blk-inbox.widget a.button {
	position: relative;
float: left;
bottom: auto;
right: auto;
}

#sidebar .widget {
	height: auto !important;
}

.archive-list-widget {
	margin-bottom: 40px !important;
}



/*-----------------------------------------------------------------------------------*/
/*	12.	Shortcode Styles
/*-----------------------------------------------------------------------------------*/

/* Columns */
.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_third { width: 65.33%; }
.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.33%; }
.five_sixth { width: 82.67%; }

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
}

.column-last {
	margin-right: 0!important;
	clear: right;
}

/* Buttons ---------------------------------------*/

a.button {
	display: inline-block;
margin: 0 5px 5px 5px;
text-decoration: none;
font-weight: bold;
font-size: 12px;
line-height: 12px;
padding: 7px 9px 6px 8px;
background: #000;
color: #FFF;
text-transform: uppercase;
}

a.button:after {
	content: "\24";
font-family: 'alaric_font';
color: #FFF;
font-size: 10px;
padding: 0 0 0 7px;
float: right;
line-height: 12px;
}

a.button:hover {
	background: #ffd62c;
}


a.button.large {
	height: 24px;
	padding: 11px 10px 0 10px;
	font-size: 14px;
	line-height: 14px;
}


/* Alerts -----------------------------------*/

.alert {
    padding: 12px 5% 12px 5%;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
text-align: center;
margin: 0 0 20px 0;
font-size: 15px;
}

#primary .entry-content .alert a {
	background-color: #ffd62c !important;
	color: #000;
}

#primary .entry-content .alert a:hover {
	background-color: #000 !important;
	color: #FFF;
}

.alert.white {
   background: #f6f6f6;
color: #444444;
}




/*-----------------------------------------------------------------------------------*/
/*	14.	Section Colouring
/*-----------------------------------------------------------------------------------*/


/* Blog ----------------------------*/

.blk-this-blog-purple {
	box-shadow: 4px 4px 0px rgba(233,99,241, 0.2);
}

.blk-this-blog-purple h2 {
background: #fadffb;
background: rgba(233,99,241, 0.2);
}

.blk-this-blog-purple a.button, 
.blk-this-blog-purple h2 span {
background: #e963f1;
}

.blk-this-blog-purple .archive-post-item a,
.blk-this-blog-purple .archive-post-item .post-list-right .post-list-title {
	color: #e963f1;
}

.blk-this-blog-purple .archive-post-item .archive-excerpt {
	background: rgba(233,99,241, 0.9);

}

.blk-this-blog-purple .archive-post-item .post-list-left .archive-com-num {
	background: #e963f1;
	color: #e963f1;
}

.blog #logo a,
.blog .header-search label span {
	color: #e963f1;
}

.blog .header-search input,
.blog .header-search li:not(#foo) > fieldset > div > span > input[type='checkbox']:checked + label,
.blog .header-search li:not(#foo) > fieldset > div > span > input[type='checkbox'] + label,
.blog #nav-toggle {
	background-color: #e963f1;
}

.blog .header-search {
	border-color:  #e963f1;
}

.blog .header-search input:focus,
.blog .header-search input:focus {
background-color: #ffd62c;
}


/* Fresh Faves ----------------------------*/

.category-fresh-faves .hentry,
.category-fresh-faves.hentry,
.category-fresh-faves .page-navigation a, 
.category-fresh-faves .single-page-navigation a,
.category-fresh-faves #header,
.category-fresh-faves #sub-footer,
.fresh-faves .hentry,
.fresh-faves .page-navigation a, 
.fresh-faves .single-page-navigation a,
.fresh-faves .widget,
.fresh-faves #header,
.fresh-faves #sub-footer,
.blk-this-faves-green {
	box-shadow: 4px 4px 0px rgba(110, 218, 73, 0.2);
}

.category-fresh-faves .hentry h2,
.category-fresh-faves .hentry h2 a,
.category-fresh-faves.hentry h2,
.category-fresh-faves.hentry h2 a,
.category-fresh-faves .entry-meta a.comment-count,
.category-fresh-faves #logo a,
.category-fresh-faves .header-search label span,
.category-fresh-faves a.social-icon,
.fresh-faves .hentry h2,
.fresh-faves .hentry h2 a,
.fresh-faves .entry-meta a.comment-count,
.fresh-faves .entry-content a,
.fresh-faves .comment-wrap h3,
.fresh-faves .comment-author a,
.fresh-faves .comment-author,
.fresh-faves .comment-meta a,
.fresh-faves .comment-body p a,
.fresh-faves #respond h3,
.fresh-faves .blk-categories li a:hover,
.fresh-faves #logo a,
.fresh-faves .header-search label span,
.fresh-faves a.social-icon,
.blk-this-faves-green .archive-post-item a,
.blk-this-faves-green .archive-post-item .post-list-right .post-list-title,
.blk-this-faves-green .archive-post-item .post-list-left .archive-com-num  {
color: #6eda49;
}

.category-fresh-faves .entry-meta,
.category-fresh-faves .entry-meta a.comment-count,
.category-fresh-faves .post-featured-img a.post-thumb-link,
.category-fresh-faves .post-featured-img,
.category-fresh-faves .entry-content a.button,
.category-fresh-faves .page-navigation a, 
.category-fresh-faves .single-page-navigation a,
.category-fresh-faves .header-search input,
.category-fresh-faves .header-search li:not(#foo) > fieldset > div > span > input[type='checkbox']:checked + label,
.category-fresh-faves .header-search li:not(#foo) > fieldset > div > span > input[type='checkbox'] + label,
.category-fresh-faves #nav-toggle,
.fresh-faves .entry-meta,
.fresh-faves .entry-meta a.comment-count,
.fresh-faves .post-featured-img a.post-thumb-link,
.fresh-faves .post-featured-img,
.fresh-faves .entry-content a.button,
.fresh-faves .page-navigation a, 
.fresh-faves .single-page-navigation a,
.fresh-faves .entry-content a:hover,
.fresh-faves .author-info,
.fresh-faves #respond #submit,
.fresh-faves .widget h2 span,
.fresh-faves .blk-categories a.button, 
.fresh-faves .header-search input,
.fresh-faves .header-search li:not(#foo) > fieldset > div > span > input[type='checkbox']:checked + label,
.fresh-faves .header-search li:not(#foo) > fieldset > div > span > input[type='checkbox'] + label,
.fresh-faves #nav-toggle,
.blk-this-faves-green a.button, 
.blk-this-faves-green h2 span,
.blk-this-faves-green .archive-post-item .post-list-left .archive-com-num  {
	background-color: #6eda49;
}

.fresh-faves .entry-content a:hover,
.fresh-faves .comment-body p a:hover,
.fresh-faves .comment-author a:hover {
	color: #FFF;
}

.blk-this-faves-green h2,
.fresh-faves .blk-categories h2 {
background: rgba(110, 218, 73, 0.2);
}

.blk-this-faves-green .archive-post-item .archive-excerpt {
	background: rgba(110, 218, 73, 0.9);

}

.fresh-faves #respond,
.fresh-faves .header-search,
.category-fresh-faves .header-search {
	border-color: #6eda49;
}


/* Hover*/
.category-fresh-faves .entry-meta a.comment-count:hover,
.category-fresh-faves .hentry h2 a:hover,
.category-fresh-faves.hentry h2 a:hover,
.category-fresh-faves #logo a:hover,
.fresh-faves .entry-meta a.comment-count:hover,
.fresh-faves .hentry h2 a:hover,
.fresh-faves #logo a:hover {
	color: #ffd62c;
}
.category-fresh-faves .entry-meta a.comment-count:hover,
.category-fresh-faves .entry-content a.button:hover,
.category-fresh-faves .page-navigation a:hover, 
.category-fresh-faves .single-page-navigation a:hover,
.category-fresh-faves .header-search input:focus,
.fresh-faves .entry-meta a.comment-count:hover,
.fresh-faves .entry-content a.button:hover,
.fresh-faves .page-navigation a:hover, 
.fresh-faves .single-page-navigation a:hover,
.fresh-faves #respond #submit:hover,
.fresh-faves .blk-categories a.button:hover,
.fresh-faves .header-search input:focus {
background-color: #ffd62c;
}


/* Mix Tape ----------------------------*/

.category-mixtapes .hentry,
.category-mixtapes.hentry,
.category-mixtapes .page-navigation a, 
.category-mixtapes .single-page-navigation a,
.category-mixtapes #header,
.category-mixtapes #sub-footer,
.mixtapes .hentry,
.mixtapes .page-navigation a, 
.mixtapes .single-page-navigation a,
.mixtapes .widget,
.mixtapes #header,
.mixtapes #sub-footer,
.blk-this-mixtape-green {
	box-shadow: 4px 4px 0px rgba(72, 209, 166, 0.2);
}

.category-mixtapes .hentry h2,
.category-mixtapes .hentry h2 a,
.category-mixtapes.hentry h2,
.category-mixtapes.hentry h2 a,
.category-mixtapes .entry-meta a.comment-count,
.category-mixtapes #logo a,
.category-mixtapes .header-search label span,
.category-mixtapes a.social-icon,
.mixtapes .hentry h2,
.mixtapes .hentry h2 a,
.mixtapes .entry-meta a.comment-count,
.mixtapes .entry-content a,
.mixtapes .comment-wrap h3,
.mixtapes .comment-author a,
.mixtapes .comment-author,
.mixtapes .comment-meta a,
.mixtapes .comment-body p a,
.mixtapes #respond h3,
.mixtapes .blk-categories li a:hover,
.mixtapes #logo a,
.mixtapes .header-search label span,
.mixtapes a.social-icon,
.blk-this-mixtape-green .archive-post-item a,
.blk-this-mixtape-green .archive-post-item .post-list-right .post-list-title,
.blk-this-mixtape-green .archive-post-item .post-list-left .archive-com-num  {
color: #48d1a6;
}

.category-mixtapes .entry-meta,
.category-mixtapes .entry-meta a.comment-count,
.category-mixtapes .post-featured-img a.post-thumb-link,
.category-mixtapes .post-featured-img,
.category-mixtapes .entry-content a.button,
.category-mixtapes .page-navigation a, 
.category-mixtapes .single-page-navigation a,
.category-mixtapes .header-search input,
.category-mixtapes .header-search li:not(#foo) > fieldset > div > span > input[type='checkbox']:checked + label,
.category-mixtapes .header-search li:not(#foo) > fieldset > div > span > input[type='checkbox'] + label,
.category-mixtapes #nav-toggle,
.mixtapes .entry-meta,
.mixtapes .entry-meta a.comment-count,
.mixtapes .post-featured-img a.post-thumb-link,
.mixtapes .post-featured-img,
.mixtapes .entry-content a.button,
.mixtapes .page-navigation a, 
.mixtapes .single-page-navigation a,
.mixtapes .entry-content a:hover,
.mixtapes .author-info,
.mixtapes #respond #submit,
.mixtapes .widget h2 span,
.mixtapes .blk-categories a.button, 
.mixtapes .header-search input,
.mixtapes .header-search li:not(#foo) > fieldset > div > span > input[type='checkbox']:checked + label,
.mixtapes .header-search li:not(#foo) > fieldset > div > span > input[type='checkbox'] + label,
.mixtapes #nav-toggle,
.blk-this-mixtape-green a.button, 
.blk-this-mixtape-green h2 span,
.blk-this-mixtape-green .archive-post-item .post-list-left .archive-com-num {
	background-color: #48d1a6;
}

.mixtapes .entry-content a:hover,
.mixtapes .comment-body p a:hover,
.mixtapes .comment-author a:hover {
	color: #FFF;
}

.blk-this-mixtape-green h2,
.mixtapes .blk-categories h2 {
background: #d9f5ec;
background: rgba(72, 209, 166, 0.2);
}

.blk-this-mixtape-green .archive-post-item .archive-excerpt {
	background: rgba(72, 209, 166, 0.9);

}

.mixtapes #respond,
.mixtapes .header-search,
.category-mixtapes .header-search {
	border-color: #48d1a6;
}


/* Hover*/
.category-mixtapes .entry-meta a.comment-count:hover,
.category-mixtapes .hentry h2 a:hover,
.category-mixtapes.hentry h2 a:hover,
.category-mixtapes #logo a:hover,
.mixtapes .entry-meta a.comment-count:hover,
.mixtapes .hentry h2 a:hover,
.mixtapes #logo a:hover {
	color: #ffd62c;
}
.category-mixtapes .entry-meta a.comment-count:hover,
.category-mixtapes .entry-content a.button:hover,
.category-mixtapes .page-navigation a:hover, 
.category-mixtapes .single-page-navigation a:hover,
.category-mixtapes .header-search input:focus,
.mixtapes .entry-meta a.comment-count:hover,
.mixtapes .entry-content a.button:hover,
.mixtapes .page-navigation a:hover, 
.mixtapes .single-page-navigation a:hover,
.mixtapes #respond #submit:hover,
.mixtapes .blk-categories a.button:hover,
.mixtapes .header-search input:focus {
background-color: #ffd62c;
}




/* Tips ----------------------------*/


.page-id-10645 #logo a,
.page-id-10645 .header-search label span,
.page-id-10645 .entry-content a,
.page-id-10645 .hentry h2,
.page-id-10645 #respond h3,
.page-id-10645 .comment-wrap h3,
.page-id-10645 .comment-author,
.page-id-10645 .comment-author a,
.page-id-10645 .comment-body p a,
.page-id-10645 .comment-meta,
.page-id-10645 .comment-meta a,
.page-id-10645 a.social-icon {
	color: #f59241;
}

.page-id-10645 .hentry,
.page-id-10645 #header,
.page-id-10645 #sub-footer {
	box-shadow: 5px 4px 0px rgba(245,146,65, 0.2);
}

.page-id-10645 .header-search input,
.page-id-10645 #nav-toggle,
.page-id-10645 .header-search li:not(#foo) > fieldset > div > span > input[type='checkbox']:checked + label,
.page-id-10645 .header-search li:not(#foo) > fieldset > div > span > input[type='checkbox'] + label,
.page-id-10645 #respond #submit {
	background-color: #f59241;
}

.page-id-10645 .header-search,
.page-id-10645 #respond {
	border-color:  #f59241;
}

.page-id-10645 .header-search input:focus,
.page-id-10645 .header-search input:focus,
.page-id-10645 #respond #submit:hover {
background-color: #ffd62c;
}

/* hover */
.page-id-10645 #logo a:hover,
.page-id-10645 .entry-content a:hover {
	color: #ffd62c;
}

.page-id-10645 .entry-content a:hover,
.page-id-10645 .comment-author a:hover {
	background-color: #f59241;
	color: #FFF;
}


/* Inbox ----------------------------*/


.page-template-template-inbox-php #logo a,
.page-template-template-inbox-php .header-search label span,
.page-template-template-inbox-php .hentry h2,
.page-template-template-inbox-php .entry-content a,
.page-template-template-inbox-php #respond h3,
.page-template-template-inbox-php .comment-wrap h3,
.page-template-template-inbox-php .comment-author,
.page-template-template-inbox-php .comment-author a,
.page-template-template-inbox-php .comment-body p a,
.page-template-template-inbox-php .comment-meta,
.page-template-template-inbox-php .comment-meta a,
.page-template-template-inbox-php a.social-icon  {
	color: #ec445c;
}

.page-template-template-inbox-php .hentry {
	box-shadow: 5px 4px 0px rgba(236,68,92, 0.2);
}

.page-template-template-inbox-php .header-search input,
.page-template-template-inbox-php #nav-toggle,
.page-template-template-inbox-php .header-search li:not(#foo) > fieldset > div > span > input[type='checkbox']:checked + label,
.page-template-template-inbox-php .header-search li:not(#foo) > fieldset > div > span > input[type='checkbox'] + label,
.page-template-template-inbox-php #respond #submit {
	background-color: #ec445c;
}

.page-template-template-inbox-php .header-search,
.page-template-template-inbox-php #respond {
	border-color:  #ec445c;
}

.page-template-template-inbox-php .header-search input:focus,
.page-template-template-inbox-php .header-search input:focus,
.page-template-template-inbox-php #respond #submit:hover {
background-color: #ffd62c;
}

/* hover */
.page-template-template-inbox-php #logo a:hover,
.page-template-template-inbox-php .entry-content a:hover {
	color: #ffd62c;
}

.page-template-template-inbox-php .entry-content a:hover,
.page-template-template-inbox-php .comment-author a:hover {
	background-color: #ec445c;
	color: #FFF;
}


/* Archive ----------------------------*/

.page-template-template-archives-php #logo a,
.page-template-template-archives-php .entry-content a,
.page-template-template-archives-php .header-search label span,
.page-template-template-archives-php .hentry h2,
.page-template-template-archives-php #respond h3,
.page-template-template-archives-php .comment-wrap h3,
.page-template-template-archives-php .comment-author,
.page-template-template-archives-php .comment-author a,
.page-template-template-archives-php .comment-body p a,
.page-template-template-archives-php .comment-meta,
.page-template-template-archives-php .comment-meta a,
.page-template-template-archives-php a.social-icon {
	color: #f7c003;
}

.page-template-template-archives-php .hentry,
.page-template-template-archives-php #header,
.page-template-template-archives-php #sub-footer {
	box-shadow: 5px 4px 0px rgba(247,192,3, 0.2);
}

.page-template-template-archives-php .header-search input,
.page-template-template-archives-php #nav-toggle,
.page-template-template-archives-php .header-search li:not(#foo) > fieldset > div > span > input[type='checkbox']:checked + label,
.page-template-template-archives-php .header-search li:not(#foo) > fieldset > div > span > input[type='checkbox'] + label,
.page-template-template-archives-php #respond #submit {
	background-color: #f7c003;
}

.page-template-template-archives-php .header-search,
.page-template-template-archives-php #respond {
	border-color:  #f7c003;
}

.page-template-template-archives-php .header-search input:focus,
.page-template-template-archives-php .header-search input:focus,
.page-template-template-archives-php #respond #submit:hover {
background-color: #ffd62c;
}

/* hover */
.page-template-template-archives-php #logo a:hover {
	color: #ffd62c;
}

.page-template-template-archives-php .entry-content a:hover,
.page-template-template-archives-php .comment-author a:hover {
	background-color: #f7c003;
	color: #FFF;
}


/* Videos ----------------------------*/


.page-id-9539 #logo a,
.page-id-9539 .entry-content a,
.page-id-9539 .header-search label span,
.page-id-9539 .hentry h2,
.page-id-9539 #respond h3,
.page-id-9539 .comment-wrap h3,
.page-id-9539 .comment-author,
.page-id-9539 .comment-author a,
.page-id-9539 .comment-body p a,
.page-id-9539 .comment-meta,
.page-id-9539 .comment-meta a,
.page-id-9539 a.social-icon {
	color: #4f91e9;
}

.page-id-9539 .hentry,
.page-id-9539 #header,
.page-id-9539 #sub-footer {
	box-shadow: 5px 4px 0px rgba(79,145,233, 0.2);
}

.page-id-9539 .header-search input,
.page-id-9539 #nav-toggle,
.page-id-9539 .header-search li:not(#foo) > fieldset > div > span > input[type='checkbox']:checked + label,
.page-id-9539 .header-search li:not(#foo) > fieldset > div > span > input[type='checkbox'] + label,
.page-id-9539 #respond #submit {
	background-color: #4f91e9;
}

.page-id-9539 .header-search,
.page-id-9539 #respond {
	border-color:  #4f91e9;
}

.page-id-9539 .header-search input:focus,
.page-id-9539 .header-search input:focus,
.page-id-9539 #respond #submit:hover {
background-color: #ffd62c;
}

/* hover */
.page-id-9539 #logo a:hover,
.page-id-9359 .entry-content a:hover {
	color: #ffd62c;
}


.page-id-9539 .entry-content a:hover,
.page-id-9539 .comment-author a:hover {
	background-color: #4f91e9;
	color: #FFF;
}


/* About ----------------------------*/


.page-template-template-about-profile-php #logo a,
.page-template-template-about-profile-php .entry-content a,
.page-template-template-about-profile-php .header-search label span,
.page-template-template-about-profile-php .hentry h2,
.page-template-template-about-profile-php #respond h3,
.page-template-template-about-profile-php .comment-wrap h3,
.page-template-template-about-profile-php .comment-author,
.page-template-template-about-profile-php .comment-author a,
.page-template-template-about-profile-php .comment-body p a,
.page-template-template-about-profile-php .comment-meta,
.page-template-template-about-profile-php .comment-meta a,
.page-template-template-about-profile-php a.social-icon {
	color: #9cca3a;
}

.page-template-template-about-profile-php .hentry,
.page-template-template-about-profile-php #header,
.page-template-template-about-profile-php #sub-footer {
	box-shadow: 5px 4px 0px rgba(156,202,58, 0.2);
}

.page-template-template-about-profile-php .header-search input,
.page-template-template-about-profile-php #nav-toggle,
.page-template-template-about-profile-php .header-search li:not(#foo) > fieldset > div > span > input[type='checkbox']:checked + label,
.page-template-template-about-profile-php .header-search li:not(#foo) > fieldset > div > span > input[type='checkbox'] + label,
.page-template-template-about-profile-php #respond #submit {
	background-color: #9cca3a;
}

.page-template-template-about-profile-php .header-search,
.page-template-template-about-profile-php #respond {
	border-color:  #9cca3a;
}

.page-template-template-about-profile-php .header-search input:focus,
.page-template-template-about-profile-php .header-search input:focus,
.page-template-template-about-profile-php #respond #submit:hover {
background-color: #ffd62c;
}

/* hover */
.page-template-template-about-profile-php #logo a:hover,
.page-template-template-about-profile-php .entry-content a:hover {
	color: #ffd62c;
}

.page-template-template-about-profile-php .entry-content a:hover,
.page-template-template-about-profile-php .comment-author a:hover {
	background-color: #9cca3a;
	color: #FFF;
}

/* Contact ----------------------------*/


.page-id-159 #logo a,
.page-id-159 .header-search label span,
.page-id-159 .hentry h2,
.page-id-159 #respond h3,
.page-id-159 .comment-wrap h3,
.page-id-159 .comment-author,
.page-id-159 .comment-author a,
.page-id-159 .comment-body p a,
.page-id-159 .comment-meta,
.page-id-159 .comment-meta a,
.page-id-159 .entry-content a,
.page-id-159 a.social-icon  {
	color: #7d7d7d;
}

.page-id-159 .hentry,
.page-id-159 #header,
.page-id-159 #sub-footer {
	box-shadow: 5px 4px 0px rgba(125,125,125, 0.2);
}

.page-id-159 .header-search input,
.page-id-159 #nav-toggle,
.page-id-159 .header-search li:not(#foo) > fieldset > div > span > input[type='checkbox']:checked + label,
.page-id-159 .header-search li:not(#foo) > fieldset > div > span > input[type='checkbox'] + label,
.page-id-159 #respond #submit {
	background-color: #7d7d7d;
}

.page-id-159 .header-search,
.page-id-159 #respond {
	border-color:  #7d7d7d;
}

.page-id-159 .header-search input:focus,
.page-id-159 .header-search input:focus,
.page-id-159 #respond #submit:hover {
background-color: #ffd62c;
}

/* hover */
.page-id-159 #logo a:hover {
	color: #ffd62c;
}

.page-id-159 .entry-content a:hover,
.page-id-159 .comment-author a:hover {
	background-color: #7d7d7d;
	color: #FFF;
}

.page-id-159 .entry-content a {
	text-decoration: underline;
}

.page-id-159 .entry-content a:hover {
	text-decoration: none;
}



/* ----------------- Browser Tweaks --------------------- */

.gecko .header-search li:not(#foo) > fieldset > div > span > input[type="checkbox"] {
    margin-left: -3px;
}

.gecko .entry-meta a.comment-count span.com-num-num {
	line-height: 24px;
}

.safari #container {
	word-wrap: break-word;
}

.ie .header-search input[type='checkbox'] {
	width: 12px;
	height: 12px;
	padding: 0px;
	margin: 0;
}

.ie .header-search label {
	padding-right: 3px;
}

.safari.iphone #searchform input {
	margin-left: 0px;
	padding-left: 0px;
}

.safari.iphone .header-search input[type='checkbox'] {
	width: 12px;
	height: 12px;
	padding: 0px;
	margin: 0;
}

.safari.iphone .header-search label {
	padding-right: 1px;
	padding-left: 1px;
}

.safari.iphone .header-search {
	width: 300px;
}

.safari.iphone .header-search input{
	width: 255px;
}


.ft-tracklisting {
	display: block;
	clear: both;
	width: 100%;
}

.page-template-template-inbox-php .entry-content form input[type="submit"] {
	background-color: #ec445c;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: 1px;
	
	-webkit-transition: background-color .2s linear, color .2s linear, opacity .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear, opacity .2s linear;
	-o-transition: background-color .2s linear, color .2s linear, opacity .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear, opacity .2s linear;
	transition: background-color .2s linear, color .2s linear, opacity .2s linear;
}

.page-template-template-inbox-php .entry-content form input[type="submit"]:hover {
	background-color: #333;
}


/*-----------------------------------------------------------------------------------*/
/*	14.	Responsive Nav
/*-----------------------------------------------------------------------------------*/


#nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

#nav li {
  width: 100%;
  display: block;
}

#nav {
clip: rect(0 0 0 0);
max-height: 0;
position: absolute;
display: block;
overflow: hidden;
zoom: 1;
margin: 64px 0 30px -10px;
box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
}

#nav.opened {
  max-height: 9999px;
  
}

@media screen and (max-width: 1000px) {
  #primary-nav {
	  display: none;
  }
}


@media screen and (min-width: 1000px) {
  .js #nav {
    position: relative;
    max-height: none;
     display: none
  }
  #nav-toggle {
    display: none;
  }
}


#nav,
#nav * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#nav,
#nav ul {
  list-style: none;
width: 660px;
float: left;
}

#nav li {
  float: left;
  width: 100%;
}

#nav a {
color: #fff;
text-decoration: none;
width: 100%;
background: #59c6f1;
font-family: 'BebasRegular';
font-size: 17px;
letter-spacing: 1px;
margin: 0;
padding: 12px;
-webkit-font-smoothing: antialiased;
float: left;
text-align: left;
border-bottom: 6px solid #FFF;
border-right: 10px solid white;
border-left: 10px solid white;
}

@media screen and (min-width: 740px) {
}

#nav a:hover,
#nav a:active {
	opacity: 1;
	background-color: #ffd62c !important;
}


#nav ul ul a {
  background: #484848;
  padding-left: 2em;
}

#nav ul ul a:before {
	content: "- ";
}

#nav-toggle {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 620px;
height: 25px;
float: right;
overflow: hidden;
position: absolute;
bottom: 10px;
left: 10px;
z-index: 100;
color: #FFF;
line-height: 32px;
font-size: 22px;
background-color: #59c6f1;
font-family: 'BebasRegular';
-webkit-font-smoothing: antialiased;
padding: 10px;
}

#nav-toggle:after {
	color: #FFF;
font-family: 'fotn_logo';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
content: "\e003";
font-size: 23px;
line-height: 26px;
float: right;
}


#nav-toggle:hover,
#nav-toggle:active {
	background-color: #ffd62c;
	opacity: 1;
}


/*-----------------------------------------------------------------------------------*/
/*	Responsive ~ Tablet
/*-----------------------------------------------------------------------------------*/

@media (min-device-width:1024px) and (max-width:1000px),
        screen and (max-device-width:480px),
		(max-device-width:480px) and (orientation:landscape),
        (min-device-width:481px) and (max-device-width:1024px) and (orientation:portrait) {
        
        #container {
	        width: 660px;
        }
        #logo a {
	        font-size: 90px;
        }
        #header {
	        height: 205px;
        }
        .header-search {
	        float: left;
	        height: 40px;
	        padding-bottom: 0px;
	        border-bottom: none;
	        width: 460px;
        }
        .header-search input {
	        height: 30px;
	        width: 405px;
        }
        .header-search button {
	        height: 40px;
	        width: 40px
        }
        .header-search ul {
	        display: none;
        }
        .header-social-icons {
	        margin: 9px 0 0 0;
        }
        .header-social-icons a {
	        font-size: 39px;
        }
        #secondary-nav {
	        display: none !important;
        }
        .home .blk-inbox {
	        float: right;
        }
        .home #content br {
	        display: none;
        }
        .home .hme-col {
	        float: left;
	        margin-right: 0px;
	        position: relative;
        }
        .home .blk-archive {
	        height: 395px;
        }
        .home .archve-itm:last-child {
	        display: none !important;
        }
        
        .home .hme-col2 {
	        float: right;
	        margin-right: 0px;
        }
        .home .blk-about {
	        position: absolute;
	        bottom: 0px;
	        left: 340px;
        }
        
        #sidebar {
	        float: left;
	        width: 660px;
	        margin-top: 20px;
        }
        
        #sidebar .blk-archive .archive-post-item:last-child {
	        display: none !important;
        }
        #sidebar .widget.blk-inbox {
	        height: 368px !important;
        }
        #sidebar .blk-arch {
	        float: right;
	        margin-right: 0px;
        }
        #sidebar .blk-arch .archive-list-widget li:nth-last-child(-n+4) {
	        display: none !important;
        } 
        #sidebar .pre-fav,
        #sidebar .pre-mx-tps {
	        width: 640px;
        }
        #sidebar .pre-fav .archive-post-item:nth-child(even),
        #sidebar .pre-mx-tps .archive-post-item:nth-child(even) {
	        margin-left: 40px;
        }
        #sidebar .pre-fav .archive-post-item:last-child,
        #sidebar .pre-mx-tps .archive-post-item:last-child {
	        display: none !important;
        }
        .page-template-template-archives-php #sidebar .blk-inbox,
        .page-template-default #sidebar .blk-inbox {
	        height: 270px !important;
        }
        .page-template-template-archives-php #sidebar .blk-inbox .inbx-clsd h3,
        .page-template-default #sidebar .blk-inbox .inbx-clsd h3 {
	        margin: 0px 0 10px !important;
        }
        .page-template-template-archives-php .blk-faves,
        .page-template-default #sidebar .blk-faves {
	        height: 467px !important;
        }
        .page-template-template-archives-php #sidebar .blk-faves iframe,
        .page-template-default #sidebar .blk-faves iframe {
        	height: 430px;
        }
        .page-template-template-archives-php #sidebar .blk-this-faves-green,
        .page-template-template-archives-php #sidebar .blk-this-blog-purple,
        .page-template-default #sidebar .blk-this-faves-green,
        .page-template-default #sidebar .blk-this-blog-purple {
	        margin-right: 0px;
	        float: left;
        }
        .page-template-template-home-php #primary, 
        .page-template-template-full-width-php #primary, 
        .full-width,
        .full-width .hentry {
	        width: 640px !important;
        }
        .full-width #respond {
			width: 94%;
		}
		#sidebar .auth-wdgt {
			width: 640px;
		}
		#sidebar .auth-wdgt .menu-authors-sidebar-container li {
			width: 285px;
			float: left;
			margin: 0 25px 0 0;
		}
		.safari #nav-toggle {
		}
		
}








/*-----------------------------------------------------------------------------------*/
/*	Responsive - Phone
/*-----------------------------------------------------------------------------------*/

@media (min-device-width:1024px) and (max-width:670px),
       (max-device-width:480px) and (orientation:portrait),
       (max-device-width:480px) and (orientation:landscape) {
	       
	    #container {
	        width: 320px;
	        overflow-wrap: break-word;
        }
	    #logo a {
			font-size: 42px;
		}   
	    .header-search {
		    width: 300px;
	    }
	    .header-search input {
			height: 20px;
			width: 245px;
		}
		.header-search button {
			height: 30px;
			width: 40px;
		}
		.header-social-icons,
		.rsThumbs {
			display: none !important;
		}
		#nav-toggle {
			width: 280px;
			line-height: 20px;
			height: 15px;
			font-size: 17px;
		}
		#nav-toggle:after {
			font-size: 18px;
			line-height: 17px;
		}
		#header {
			height: 135px;
		}
		#nav {
			margin-top: 45px;
		}
		#nav, #nav ul {
			width: 320px;
		}
		.two-cols,
		.home-post-slider,
		.rsOverflow {
			width: 300px !important;
		}
		.home-post-slider {
			overflow: hidden;
		}
		.home .blk-about {
			position: relative;
			bottom: auto;
			left: auto;
		}
		#sub-footer a.foot-icon {
			font-size: 60px;
			margin: 0 auto;
			float: none;
		}
		.copyright {
			float: none;
			font-size: 15px;
		}
		.footer-social-icons {
			float: none;
			margin: 13px 0 0 0px;
		}
		.footer-social-icons a {
			font-size: 39px;
			margin: 3px;
			background: none;
		}
		#sub-footer {
			padding: 15px;
			text-align: center;
		}
		#sub-footer .icon-fotn_logo_SQ:before {
			content: '\e000';
			font-size: 40px;
			line-height: 45px;
			display: block;
		}
		.hme-ibx-star {
			display: none !important;
		}
		.hentry {
			clear: both;
			width: 300px;
		}
		.post-no-thumb .entry-meta {
		left: 10px;
		padding-top: 0px;
		width: 65px;
		height: 205px;
		}
		.entry-meta .published {
			padding: 10px 10px 0;
		}
		.entry-meta .published .day {
			font-size: 35px;
			line-height: 40px;
		}
		.entry-meta .published .month {
			font-size: 19px;
			line-height: 18px;
		}
		.entry-meta .author img {
			border-radius: 80px;
			width: 50px;
			height: auto;
		}
		.entry-meta .author span {
			height: 40px;
			width: 50px;
		}
		.entry-meta a.comment-count {
			display: none !important;
		}
		.entry-content {
			margin: 25px 10px 25px 80px;
			font-size: 14px !important;
			line-height: 23px;
		}
		.post-no-thumb h2 {
			margin: 5px 0px -20px 80px;
			font-size: 30px;
			line-height: 37px;
		}
		#sidebar {
			width: 320px;
		}
		#primary {
			width: 320px;
		}
		.single-post .entry-content {
			margin: 25px 10px 25px 10px;
		}
		.single-post .entry-content iframe {
			width: 280px !important;
			margin: 0px !important;
		}
		.single-post .post-no-thumb h2 {
			margin: 60px 0px 80px 80px;
		}
		.author-info {
			width: 290px;
			text-align: center;
		}
		.author-info img {
			margin-bottom: 15px;
			float: none !important;
		}
		.author-info .author-bio {
			float: left;
			margin: 0px 0px 0 0;
			width: 290px;
			color: #FFF;
			padding: 0;
			text-align: center;
		}
		.comment-wrap {
			width: 280px;
			float: left;
			margin: 20px 10px 20px 10px;
			
		}
		.comment-body-wrap {
			width: 86%;
		}
		.commentlist li {
			text-align: center;
		}
		.commentlist li.comment img {
			float: none !important;
			margin: 0 0 20px !important;
		}
		.comment-body-wrap {
			text-align: left;
		}
		.commentlist li .comment-body-wrap:before {
			content: "\28" !important;
			float: none !important;
			font-size: 30px !important;
			position: absolute !important;
			display: block !important;
			left: 45% !important;
			-webkit-transform: rotate(90deg);
			-moz-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
			-o-transform: rotate(90deg);
			filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
			top: -18px !important;
			margin: 0px !important;
		}
		#respond {
			width: 89%;
		}
		#commentform textarea {
			width: 92%;
		}
		.single-page-navigation .nav-next,
		.single-page-navigation .nav-previous {
			width: 45%;
		}
		.post-has-thumb h2, .page-default h2, 
		.full-width .hentry h2.post-title {
			margin: 10px 0px 20px -10px;
			font-size: 30px;
			line-height: 37px;
			border-left: 10px solid;
		}
		.post-featured-img .thumb-wrap,
		.post-featured-img {
			width: 320px;
		}
		
		.post-featured-img a.post-thumb-link img {
			width: 320px;
		}
		
		.post-has-thumb .post-featured-img .entry-meta {
			bottom: -105px;
			left: 10px;
			width: 65px;
			height: 235px;
		}
		#sidebar .pre-fav, #sidebar .pre-mx-tps {
			width: 300px;
			margin-left: 0px;
		}
		#sidebar .pre-fav .archive-post-item:nth-child(even), 
		#sidebar .pre-mx-tps .archive-post-item:nth-child(even) {
			margin-left: 0px;
		}
		.artist-list-block {
			border: 20px solid #F1F1F1;
			padding: 15px;
			margin-bottom: 25px;
			display: block;
			margin-top: -100px;
			margin-left: 70px;
			width: 50%;
		}
		.single-post .artist-list-block .post-artist-list-wrap {
			font-style: italic;
			-moz-column-count: auto;
			-moz-column-gap: auto;
			-webkit-column-count: auto;
			-webkit-column-gap: auto;
			text-align: center;
		}
		.artist-list-block h3 {
			line-height: 30px;
			text-align: center;
		}
		.single-post .post-has-thumb {
			margin-bottom: 115px;
		}
		
		.post-has-thumb + .entry-content:first-child {
			margin-left: 70px;
		}
		.page-default #respond {
			width: 87%;
		}
		.page-template-template-home-php #primary, 
		.page-template-template-full-width-php #primary, 
		.full-width, .full-width .hentry {
			width: 300px !important;
		}
		.full-width #respond {
			width: 87%;
		}
		#archives .archives_list .date {
			width: 100%;
		}
		#archives .archives_list .linked {
			width: 100%;
			overflow: visible;
			text-overflow: auto;
			white-space: normal;
			overflow-wrap: break-word;
			text-align: left;
		}
		#archives .archives_list .comments {
			width: 100%;
			text-align: left;
		}
		#archives .archives_list li {
			margin-bottom: 15px;
		}
		#sidebar .auth-wdgt {
			width: 300px;
		}
		.page-template-template-about-profile-php .artist-list-block {
			display: block;
			clear: both;
			float: left;
			margin: 0px !important;
			width: 204px;
			border: 13px solid #EFEFEF;
		}
		.page-template-template-about-profile-php .artist-list-block .post-artist-list-wrap ul li {
			margin-right: 0px;
			width: 100%;
		}
		.page-id-159 .entry-content {
			text-align: left;
		}
		
		.mxtpe-intro,
		.mxtpe-intro p {
			width: 260px;
		}
		
		.single-post .entry-content img {
			width: 100%;
			max-width: 100%;
		}

}

