/*
Theme Name: SMEA Artists
Theme URI: 
Author: 
Author URI: 
Description: Theme based on Accesspress Lite redeveloped for Sony Music artists
Version: 1.10
License: 
License URI: 
Text Domain: 
Domain Path: /languages/
Tags: 

*/

/*--------------------------------------------------------------
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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	min-height: 100%;
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
	min-height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, 
blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
@font-face {
    font-family: 'socicon';
    src: url('css/fonts/socicon-webfont.eot');
    src: url('css/fonts/socicon-webfont.eot#iefix') format('embedded-opentype'),
         url('css/fonts/socicon-webfont.woff') format('woff'),
         url('css/fonts/socicon-webfont.ttf') format('truetype'),
         url('css/fonts/socicon-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}
.socicon {
    font-family: 'socicon' !important;
    -webkit-font-smoothing: antialiased;
    line-height: normal;
}
body,
button,
input,
select,
textarea {
	color: #000;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	line-height: 1.8;
	font-weight: 300;

}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3;
	margin-bottom: 15px;
    font-weight: 300	;
	text-transform:uppercase;
}
p {
	margin:15px;
}
.home p {
	text-align: center;
}

b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 15px;
	font-size: 20px;
	font-style: italic;
    font-family: 'Quicksand', sans-serif;
	font-weight: 700;
}
address {
	margin: 0 0 15px;
}
pre {
	background: #eee;
	font-family: Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Courier, monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

h1{ font-size:30px;}
h2{ font-size:26px;}
h3{ font-size:22px;}
h4{ font-size:20px;}
h5{ font-size:18px;}
h6{ font-size:16px;}

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}
ul, ol {
	margin: 0 0 15px 20px;
}
ul {
	list-style: circle;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 15px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 15px 15px;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 15px;
	width: 100%;
	border-collapse: collapse;
}
th {
	font-weight: bold;
	border: 1px solid #CCC;
	padding:5px 10px;
}
td{
	border: 1px solid #CCC;
	padding: 5px 10px;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: middle;
}
.navigation .nav-links a,
.bttn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #353f47;
	color: #FFF;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	font-size: 13px;
	font-size: 1.2rem;
	line-height: 1;
	text-transform: uppercase;
	border: none;
	padding: 8px 15px;
	font-weight: normal;
	border-bottom: 3px solid #111;
	display: inline-block;
    position:relative;
}

.bttn:after{
    content: "";
    background: #00ABFF;
    height: 3px;
    width: 0%;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    position: absolute;
    left:0;
    bottom:-3px;
}

.bttn:hover:after{
    width:100%;
}

.bttn:hover{
    color:#FFF;
}
.navigation .nav-links a:hover,
.bttn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color:#FFF;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"]
{
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 36px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #AAA;
}
.searchform input[type="text"]:focus{
	border:none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px 6px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 160px;
    max-width: 100%;
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a,
span.caret  {
	color: #ed1e24;
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
}
a:visited,
a:focus,
a:hover,
a:active {
	outline:0;
	text-decoration: none;
	color: #ed1e24;

}
.btn-primary,
.btn-buy,
.btn-tour {
	color: #FFF
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.ak-container:after,
.ak-container:before {
	content: '';
	display: table;
}

.clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.ak-container:after {
	clear: both;
}

.clear{
	clear:both;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 25px;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

.footer .widget .facebook-feed .cff-author {margin:0 !important}
.footer .widget .facebook-feed .cff-author a { }
.footer .widget .facebook-feed .cff-page-name { font-size:12px !important}
.footer .widget .facebook-feed .cff-item {padding:5px 0 !important; font-weight: 500 !important; font-size:12px !important }
.footer .widget .facebook-feed .cff-item p {text-align: left !important;}
.footer .widget .facebook-feed .cff-date {font-size: 10px !important;}

/* ------------------------------------------------------------ */
/*            Digicution Simple Twitter CSS Template            */
/* ------------------------------------------------------------ */

/* Twitter Header Container */
div.dt-twitter-header										{   }

/* Twitter Follow Button */
a.twitter-follow-button										{   }

/* Header Follow Link (Not Button) */
a.dt-twitter-header-follow									{   }

/* Twitter UL Container */
ul.dt-twitter												{   }

/* Twitter LI Items (Single Tweets) */	
ul.dt-twitter li											{   }
ul.dt-twitter li.first										{   }
ul.dt-twitter li.post_even									{   }
ul.dt-twitter li.last										{   }
ul.dt-twitter li.last_even									{   }

/* Tweet Avatar Link & Img Styling */
a.dt-twitter-avatar-link 									{ float:left; margin: 0 10px 10px 0 }
img.dt-twitter-avatar										{ max-width: 40px; height: auto;  }

/* Tweet Wrapper */
span.dt-twitter-tweet										{ font-size: 12px; font-weight: 500 }

/* Tweet Styling */
div.dt-twitter-fullname a									{ float:left; font-weight:bold; margin-right: 10px  }
div.dt-twitter-screenname a									{  }
div.dt-twitter-readdate a									{ font-size: 10px;  }
div.dt-twitter-tweetbody									{ clear: left;  }
div.dt-twitter-tweetbody a									{   }

/* Tweet End Container & Action Buttons */
div.dt-twitter-end-container								{   }
div.dt-twitter-end-container a.dt-twitter-button-expand		{   }
div.dt-twitter-end-container a.dt-twitter-button-favourite	{   }
div.dt-twitter-end-container a.dt-twitter-button-retweet	{   }
div.dt-twitter-end-container a.dt-twitter-button-reply		{   }

/* Ending Text Container (After Tweet List & Only 4 Txt) */
div.dt-twitter-p-container									{   }

/* Bottom Text Follow Link */
a.dt-twitter-button											{   }

/* New Media Image CSS */
a.dt-twitter-media-image									{ display:block; width:100%; height:auto;}

/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/

.hentry {
	margin: 0 0 15px;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline,
.posted-on,
.year {
	display: inline;
    font-weight: 300;
}
.page-links {
	clear: both;
	margin: 0 0 15px;
}
.edit-link .post-edit-link{
	background: #293037;
	padding:4px 10px;
	color: #FFF !important;
	line-height: 1;
	border-radius: 3px;
	font-size: 13px;
}

.edit-link .post-edit-link:before{
	content: "\f044";
	font-family:FontAwesome;
	margin-right: 5px;
}
.taxonomy-description {
	display:none;
}

#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry,
#ak-blog-post article.hentry{
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.video article .entry-content,
.music article .entry-content {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin: 0;
	box-sizing: content-box;
}
.video article .video-responsive {
	position: relative;
  	padding-top: 0;
	height: 0;
	padding-bottom: 56.25%;
}
.video article .video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video article p {
	margin: 10px 0 5px;
}
.news article {
	border-bottom: 1px solid #ccc;
}
.news article:last-child {
	border-bottom: none;
}
.music .release_type {
	text-transform: uppercase;
	font-weight: 700;
}

article {
	margin-bottom: 10px;
}
article .entrythumbnail img {
	width: 100%;
	height: auto;
}

article .buy-from ul {
	list-style: none;
	background: #333;
}
article .buy-from li a {
	color: #fff;
}
article .buy-from li a:hover,
article .buy-from li a:focus {
	background: rgba(0,0,0,0.5);
	color: #fff;
	
}

/*----------------------------------------------------
 Buy Link icons in Drop Down Menus 
 -----------------------------------------------------*/

.buy-from .itunes {
	margin-right: 5px;
	display: inline-block;
	background: url(images/sprites-au.png) no-repeat;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background-position: -50px -200px;
}
.buy-from .spotify {
    margin-right: 5px;
    display: inline-block;
    background: url(images/sprites-au.png) no-repeat;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-position: 0 -200px
}
.buy-from .google {
    margin-right: 5px;
    margin-top: -2px;
    display: inline-block;
    background: url(images/sprites-au.png) no-repeat;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-position: -100px -200px
}
.buy-from .vevo {
    margin-right: 5px;
    display: inline-block;
    background: url(images/sprites-au.png) no-repeat;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-position: -150px -200px
}
.buy-from .songl {
    margin-right: 5px;
    display: inline-block;
    background: url(images/sprites-au.png) no-repeat;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-position: -200px -200px
}
.buy-from .sanity {
    margin-right: 5px;
    display: inline-block;
    background: url(images/sprites-au.png) no-repeat;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-position: -250px -200px
}
.buy-from .jbhifi {
    margin-right: 5px;
    display: inline-block;
    background: url(images/sprites-au.png) no-repeat;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-position: -300px -200px
}
.buy-from .bandit {
    margin-right: 5px;
    display: inline-block;
    background: url(images/sprites-au.png) no-repeat;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-position: -350px -200px
}
.buy-from .amazon {
    margin-right: 5px;
    display: inline-block;
    background: url(images/sprites-au.png) no-repeat;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-position: -400px -200px
}

article.hentry .edit-link{
	display: block;
	margin-top: 20px;
}

article .entry-header a:hover {
	text-decoration: none;
}
article h1.entry-title {
	margin-bottom: 5px;
	line-height: 1.6em;
	font-size: 1.2em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.music article h1.entry-title {
	margin-bottom: 5px;
	line-height: 1.6em;
	font-size: 1.1em;
	overflow: visible;
	white-space: normal;

}
.page-header{
	border: none !important;
	padding: 0 15px;
	margin: 10px 0;
}
.home .page-header {
	display:none;
}


/* -------------------------------------------------------------
Modal Content
---------------------------------------------------------------*/

.modal h1.entry-title {
	height: auto;
	font-size: 1.2em;
	overflow: visible;
	white-space: normal;
}
.modal h6 {
	margin: 16px 0 0;
	font-size: 13px;
}

.modal-dialog {
	margin:50px auto;
}
.music .modal-content {
	position: relative;
	z-index: 1050;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	padding: 20px 30px 40px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.music .modal-content button {
	float: right;
	font-weight: bold;
	font-size: 20px;
	border: none;
}
.music .modal-content ol { 
	list-style-position: inside;
	margin-left: 0
}
.music .modal-content .buy-from {
	float:left;
}

.music .modal-content .wp-post-image {
	padding-bottom: 20px;
}
/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
#comments h2.comments-title{
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	margin: 15px 0;
    font-weight: 300;
}
#comments h3{
	margin:0 0 10px;
	line-height: 1;
}
#commentform label{
	width: 120px;
	display: inline-block;
}
textarea#comment{ 
	width: 60%;
	height: 150px;
}

/*Comment Lists*/
.comments-area ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
.comments-area .comment-list{
	background: #F2F3F4;
	padding: 20px;
}

.comments-area ol.children{
	margin: 15px 0 0 15px;
	padding-top: 15px;
	border-top: 2px solid #FFF;
}

.comment-list li{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 6px solid #FFF;
}

.comment-list li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.comment-author img{
	vertical-align: text-top;
	margin-right: 15px;
}

.comment-author{
	float: left;
}

.comment-author .fn{
	font-style: normal;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: bold;
}

.comment-author .fn .url{
	color: #333;
}

.comment-author .fn .url:hover{
	border-bottom: 1px dotted #333;
}

.comment-author .says{
	display: none;
}

.commentmetadata{ 
	float: right;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
    font-weight: 300;
}

.commentmetadata a{
	color: #666;
}

.commentmetadata .comment-edit-link{
	color:#01AEFD;
}

.commentmetadata + .clear{
	margin-bottom: 20px;
}

.reply .comment-reply-link{
	background: none repeat scroll 0 0 #293037;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1;
    padding: 2px 10px;
}

#respond{
	background: #f1f2f3;
	padding: 20px;
	margin-top: 10px;
}

#commentform .form-submit{
	margin-bottom: 0;
}

.comment-awaiting-moderation{
	background: #111;
	position: absolute;
	left: 50%;
	top: -20px;
	color:#FFF;
	font-size: 13px;
	width: :250px;
	margin-left: -125px;
}

.comment-awaiting-moderation + br{
	display: none;
}

#cancel-comment-reply-link{
	font-style: italic;
	color: #333;
}

#cancel-comment-reply-link:before{
	font-family: FontAwesome;
	content: "\f057";
	margin:0 5px 0 20px;
	font-style: normal;
	color: #333;
}

.logged-in-as a{
	color: #333;
}
/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 10px 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd,
.site-main .gallery figcaption {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

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

.boxed-layout #page{ 
	margin: 0 auto; 
    background: #FFF;
    width:1200px;
}

.boxed-layout .ak-container{
    width:1200px;
    padding:0 15px; 
}
.home .ak-container {
	width:100%; 
	margin: 0 auto;
}
.ak-container{ 
	width:1170px; 
	margin: 0 auto;
}

#masthead .site-branding{ 
	padding: 15px;
}

#masthead .site-branding img{
	height: auto !important;
	width: auto !important;
	display: block;
	margin: 0 auto
}

.header-text{
    text-align: center;
    margin-bottom: 10px;
}

.header-text p{
	margin-bottom: 0;
}


/*--------------------------------------------------------------
Social Icons
--------------------------------------------------------------*/
.socials {
	text-align:center;
}
footer .socials {
	padding: 20px ;
	margin: 0 auto
}
.main-navigation .socials {
	position: absolute;
	top: -50%;
	right: 20px;
	margin: 20px auto;
}

.socials a {
	font-size: 18px;
	color: #fff;
	background: rgba(0,0,0,0.2);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-align: center;
	line-height: 1.0em;
	padding: 10px;
	display: inline-block;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.socials a:hover{
	opacity: 0.5;
	color: #FFF;
}

/*--------------------------------------------------------------
Watch/Listen Icons
--------------------------------------------------------------*/
.watch-listen {
	margin: 20px auto 0;
	text-align:center;
}
.watch-listen li {
	list-style: none;
	display: inline-block;
}
.watch-listen a{
	padding:5px 10px;
	margin: 0 12px;
	color: #FFF;
	text-align: center;
	display: inline-block;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.watch-listen a:hover{
	background: rgba(0,0,0,.2);
}

.watch-listen .itunes {
	margin-right: 5px;
	display: inline-block;
	background: url(images/sprites-au.png) no-repeat;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background-position: -50px -200px;
}
.watch-listen .spotify {
    margin-right: 5px;
    display: inline-block;
    background: url(images/sprites-au.png) no-repeat;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-position: 0 -200px
}

.site-footer .spotify {
    margin-right: 5px;
    display: inline-block;
    background: url(images/sprites-au.png) no-repeat;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-position: 0 -200px
}
.watch-listen .google {
    margin-right: 5px;
    margin-top: -2px;
    display: inline-block;
    background: url(images/sprites-au.png) no-repeat;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-position: -100px -200px
}
.watch-listen .vevo {
    margin-right: 5px;
    display: inline-block;
    background: url(images/sprites-au.png) no-repeat;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-position: -150px -200px
}

.watch-listen .bandit {
    margin-right: 5px;
    display: inline-block;
    background: url(images/sprites-au.png) no-repeat;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-position: -350px -200px
}


/*--------------------------------------------------------------
search form
--------------------------------------------------------------*/
.ak-search{
 float: right;
}

.searchform{
	height: 36px;
	width: 200px; 
	border: 1px solid #ed1e24;
    margin-left: 20px;
}

.searchform .s{ 
	border: none;
	background: none;
	height: 34px;
	float: left;
	padding: 5px 10px;
	width: 160px;
    vertical-align: middle;
    font-size: 14px;
}

.searchform .searchsubmit{
	border: none;
	height: 34px;
	width: 34px;
	padding: 0;
	box-shadow: none;
	float: right;
	background: none;
	color: #01AEFD;
	font-size: 14px;
}

/*--------------------------------------------------------------
Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	font-weight: 400;
	position: relative;
}

.main-navigation .ak-container{
    padding:0 !important;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation #menu-main-menu li {
	display: inline-block;
	position: relative;
	line-height:48px;
	text-transform: uppercase;
	white-space: nowrap;
}

.main-navigation.menu-right{
	text-align: right;
}

.main-navigation.menu-center{
	text-align: center;
}

.main-navigation.menu-right li {
	margin-left: 25px;
	margin-right:0;
}

.main-navigation.menu-center li {
	margin-left: 0;
	margin-right:0;
}

.main-navigation #menu-main-menu li a {
	display: block;
	padding: 0 18px;
	color: #000;
}
.main-navigation #menu-main-menu li a:hover,
.main-navigation #menu-main-menu li.current-menu-item a {
	color: #333;
}
.main-navigation #menu-main-menu .menu-item:hover,
.main-navigation #menu-main-menu li.current-menu-item {
    background: #f5f5f5;
}

.main-navigation #menu-main-menu li .sub-menu {
	display: none;
}

.main-navigation #menu-main-menu li:hover .sub-menu {
	display: block;
	background: rgba(255,255,255,0.8);
	position: absolute;
  	top: 48px;
  	width: auto;
}
.main-navigation #menu-main-menu li:hover .sub-menu li {
	color:#000;	
}

.footer-navigation {
	margin-bottom:20px;
}
/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

.hide{
	display: none;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 15px;
	overflow: hidden;
}

.site-main .post-navigation{
	margin-top: 40px;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.geo-switch {

}
.geo-switch .flag-au {
	display: inline-block;
	background: url(images/flags/en-au.png) no-repeat;
	height: 11px;
	width: 16px;
	margin-right: 5px;
}
.geo-switch .flag-us {
	display: inline-block;
	background: url(images/flags/en-us.png) no-repeat;
	height: 11px;
	width: 16px;
	margin-right: 5px;
}
/*--------------------------------------------------------------
Page Header Banners
--------------------------------------------------------------*/
.page .page-banner {
	max-width: 100%;

}
@media (max-width:940px) {
	.page .page-banner {
	max-width: 100%;

}
}
@media (max-width:480px) {
	.page .page-banner {
	max-width: 100%;

}
}

/*--------------------------------------------------------------
Page Footer & Site Footer
--------------------------------------------------------------*/
#page-footer {
}

#top-footer{ 
	font-size: 14px; 
	padding: 20px; 
}
#top-footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#top-footer ul li{
	padding: 10px 0;
    line-height: 1.3;
}

#top-footer ul li:last-child{
	border-bottom: none;
}

#top-footer .sub-menu{ 
	display: none;
}

#top-footer .footer{ 
	width: 50%; 
	float: left;
}

#top-footer .footer h3.widget-title{
	display: none;
}
#top-footer .footer h3.socicon {
	font-size: 36px;
	text-transform: none;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	margin-bottom: 20px;
	line-height: 46px;
}


#top-footer .footer .widget{
	padding-right: 45px;
	margin: 0 0 10px;
}

#bottom-footer{ 
	padding: 15px 0;
    font-size:90%;
    text-align: center;
}
.sony-logo {
	background: url(images/sony-logo-footer.png) no-repeat 0 0; 
	display: block;
	width: 300px;
	height: 62px;
	margin:8px auto;
}
.parade-logo {
	background: url(images/parade.png) no-repeat 0 0; 
	display: block;
	width: 120px;
	height: 77px;
	margin:8px auto;
}
.footer-copy {
	display: block;
  	font-size: 95%;
}

/*--------------------------------------------------------------
Tours Widget (Bands In Town)
--------------------------------------------------------------*/

.widget-tour-dates {
    position: relative;
    max-width: 95%;
    margin: 0 auto;
}
.widget-tour-dates .indicator {
    position: absolute;
    top: 115px;
    height: 32px;
    width: 100%;
    background: url(https://www.samanthajadeofficial.com/wp-content/themes/img/widgets/loading.gif) no-repeat center center
}

.widget-tour-dates .body {
    
}

.widget-tour-dates .body article {
    clear: both;
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
  }
.widget-tour-dates .body article:last-child {
    border-bottom: none;
  }

.widget-tour-dates .body article time {
    display: inline-block;
    font-size: 0;
    color: #fff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    background: #ccc;
    -webkit-transition: -webkit-transform ease-out .1s, background .2s;
    -moz-transition: -moz-transform ease-out .1s, background .2s;
    transition: transform ease-out .1s, background .2s;
    float: left
}

.widget-tour-dates .body article time .month {
    position: relative;
    top: 12px;
    display: block;
    font-size: 18px;
    font-weight: 700
}

.widget-tour-dates .body article time .day {
    display: block;
    position: relative;
    top: -5px;
    font-size: 35px;
    font-weight: 400
}
.widget-tour-dates .body article .content .venue {
    font-weight: 700;
}
.widget-tour-dates .body article .content .location {
    font-size: 14px;
}
.widget-tour-dates .body article .content p {
	margin:0;
	text-align: left;
	line-height: 20px;

}
.widget-tour-dates .body article .btn-buy, 
.widget-tour-dates .body article .btn-tour {
    float: right;
    background: #333;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 20px 0;
}
.widget-tour-dates .body article .btn-buy:hover, 
.widget-tour-dates .body article .btn-tour:hover {
	background: #000;
} 

.widget-tour-dates .body article .rsvp {
    margin-left: 20px
}

.widget-tour-dates .body article .tour-links {
    width: 100%
}

.widget-tour-dates .body article .content {
    margin: 10px 50px;
    font-size: 18px;
    padding: 10px 0;
    float:left;
    min-height: 90px
}



@media (max-width:767px) {
    .widget-tour-dates .body article {
        position: relative
    }

    .widget-tour-dates .body article time {
        width: 80px;
        height: 80px;
        margin-right: 10px
    }

    .widget-tour-dates .body article time .month {
        font-size: 16px
    }

    .widget-tour-dates .body article time .day {
        font-size: 30px
    }

    .widget-tour-dates .body article .content {
        margin: auto;
        font-size: 13px;
        max-width:50%;
    }

    .widget-tour-dates .body article .rsvp {
        margin-left: 5px
    }

    .widget-tour-dates .body article .btn-buy {
        width: auto;
        font-size: 16px;
        margin-left: 10px
    }

    .widget-tour-dates .body article .tour-links {
        position: absolute;
        top: 50px;
        left: -20px
    }
}

@media (max-width:480px) {

	.widget-tour-dates .body article .content {
        max-width:100%;
    }
	.widget-tour-dates .body article .btn-buy {
        width: 80%;
        font-size: 16px;
        margin: 0 40px;
        float: none;
    }

}
/*--------------------------------------------------------------
Main Content
--------------------------------------------------------------*/
#content{
	padding: 0 0 30px;
}

#primary{
	width: 100%;
	float: left;
	padding-top:20px;
}

.home #primary{
	width: 100%;
	float: left;
	padding-top:0px;
}

#primary-wrap{
	float: left;
	width: 78%
}

.no-sidebar #primary{
	width: 100%;
	float: none;
}


#ak-blog-post{
	padding-top: 30px;
    padding-bottom:30px;
}
.btn-primary {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	background: #333;
	border-color: transparent;
	box-shadow: none;
}

.btn-primary:hover {
	background: #000;
	border-color: transparent;
}

/*--------------------------------------------------------------
styling for Splash page
--------------------------------------------------------------*/

body.page-template-page-splash {
    padding-top: 50px;
    background: #d2bfb1;
    background: -moz-linear-gradient(top, #d2bfb1 0, #9f7883 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d2bfb1), color-stop(100%, #9f7883));
    background: -webkit-linear-gradient(top, #d2bfb1 0, #9f7883 100%);
    background: -o-linear-gradient(top, #d2bfb1 0, #9f7883 100%);
    background: -ms-linear-gradient(top, #d2bfb1 0, #9f7883 100%);
    background: linear-gradient(to bottom, #d2bfb1 0, #9f7883 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2bfb1',  endColorstr='#9f7883',  GradientType=0);
    color: #FFF;
    text-transform: uppercase;
}
#splash #content.container {
    padding: 0;
}
#splash .site-header { 
	background: none;
}
#splash header {
    padding-bottom: 30px;
}
#splash header a.navbar-brand {
    height: 68px;
}
#splash p {
    margin: 0;
    line-height: 1;
    font-size: 18px;
    letter-spacing: 7px;
}
#splash p.pre-order {
    font-size: 29px;
    padding: 20px 0;
    letter-spacing: 6px;
}
#splash p.enter {
    font-size: 14px;
    padding: 50px 0 100px;
}
#splash p.enter a {
    background: #753f5f;
    color: #FFF;
    padding: 25px 65px;
    display: inline-block;
}
#splash h1 {
    color: #FFF;
    margin: 0 0 10px;
    font-size: 25px;
    line-height: 1.25;
    padding: 0;
    font-weight: 600;
}
#splash h1 img {
    display: block;
    margin: 15px auto;
    float: none;
}
#splash h1 small {
    display: block;
    color: #FFF;
    line-height: 1;
    font-size: 21px;
    font-weight: 300;
}
#splash h1, #splash h1 small {
    letter-spacing: 8px;
}
#splash .buy-from {
    padding: 20px 0;
    overflow: hidden;
    margin: 0;
}
#splash .buy-from a {
    background: #753f5f;
    color: #FFF;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    padding: 5px 10px;
    text-transform: none;
}
#splash .packshot-wrapper {
    padding: 10px 0 50px;
    overflow: hidden;
}
#splash .img-responsive {
    float: none;
    margin: 0 auto;
}
#splash .video-wrapper {
	text-align: center;
	padding:20px 0;
}
@media (min-width:470px) {

#splash p {
    letter-spacing: 10px;
    font-size: 16px;
}
#splash p.pre-order {
    font-size: 32px;
    letter-spacing: 10px;
}
}
@media (min-width:992px) {
    #splash .packshot-wrapper {
    margin-right: -10px;
    padding: 0;
}
#splash .packshot-wrapper, #splash .packshot-desc {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
#splash p {
    font-size: 18px;
    letter-spacing: 9px;
}
#splash p.pre-order {
    font-size: 34px;
}
#splash .packshot-wrapper+p {
    margin-right: -12px;
}
#splash header a.navbar-brand {
    height: 118px;
    margin-top: 10px;
}
#splash h1 {
    font-size: 25px;
}
#splash h1 small {
    font-size: 28px;
    margin-right: -10px;
}

}
/*--------------------------------------------------------------
Archives
--------------------------------------------------------------*/
.entry-thumbnail{
	margin: 0 auto 10px ;
	float: left;
}

.error-404{
    text-align: center;
    min-height: 400px;
}

.error-404 .page-header{
    border-left: 0;
}

.number404{
    font-size:50px;
    background: rgba(0,0,0,0.2);
    color:#FFF;
    height: 150px;
    width:150px;
    border-radius:150px;
    line-height: 150px;
    text-align:center;
    position: relative;
    display: inline-block;
    margin-top: 40px;
}

.number404 span{
    font-size:14px;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom:30px;
    line-height: 16px;
    left: 0;

}

/*--------------------------------------------------------------
Responsive grid for pages
--------------------------------------------------------------*/
.row{
    margin-bottom: 25px;
}

.span1, .span2, .span3, .span4, .span5, .span6{
    float:left;
}

.col{
  margin-left: 3%;
}

.col:first-child {
  margin-left:0;
}


.span1{
  width: 14.1666666667%;
  
}
.span2{
  width: 31.3333333333%;
  
}
.span3{
  width: 48.5%;
  
}
.span4{
  width: 65.6666666667%;
  
}
.span5{
  width: 82.8333333333%;
  
}
.span6{
  width: 100%;
  margin-left: 0;
}

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

	.span1, .span2, .span3, .span4, .span5, .span6 {
		width: 100%;
		float: none;
		margin-left: 0;
	}

}

/* ADA */
.sr-only, .screen-reader-text {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

body .text,
body #hero,
body footer,
body .btn-primary {
	background-color: #A06931!important;
}

body .main-navigation #menu-main-menu li a,
body .heading {
	color: #A06931!important;
}

body .bit-widget .bit-offers {
	background-color: #A06931!important;
	border-color: #A06931!important;
}

body h1,
body h2 {
	color: #AB8044!important;
}