/*
Theme Name: Cara Francis Sings
Theme URI: http://originarts.net
Author: Origin Web Design
Author URI: http://originarts.net
Description: Custom website for vocalist Cara Francis
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: carafrancis
Domain Path: /languages/
Tags: gray, white, one-column, two-columns, responsive-layout, custom-header, custom-colors, social-media, featured-images, post-slider, rtl-language-support, site-logo, theme-options, business, design, portfolio, clean, contemporary, minimal, professional, simple

(C) 2020 Origin Web Design
*/
/* --------------------------------------------------------------


1.0 - Style Reset
2.0 - Global Styles
3.0 - Typography
4.0 - Buttons and Links
5.0 - Alignments
6.0 - Header
7.0 - Main Navigation
8.0 - Social Icons
8.1 - Home Page
9.0 - Content
10.0 - Page Titles
11.0 - Post Content
	11.1 - Custom Post Type Titles
12.0 - Search Form
13.0 - Featured Image
14.0 - Single Post Navigation
15.0 - Page Navigation
16.0 - Template Widget Section
17.0 - Sidebar
18.0 - Gravatar Profile Widget
19.0 - Homepage Sections
    19.1 - Split Section
    19.2 - Testimonial Section
    19.3 - Footer CTA Section
20.0 - Portfolio Template
21.0 - Slider Styles
22.0 - Team Template
23.0 - Comments
24.0 - Footer
25.0 - Share Icons
26.0 - Media
27.0 - Form Styling
29.0 - Widgets
30.0 - Animations
31.0 - Plugin Styles

-------------------------------------------------------------- */
/* --------------------------------------------------------------
1.0 Style 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 {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: separate;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a {
  -webkit-transition: .05s ease-in-out;
  transition: .05s ease-in-out;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  -webkit-transition: .05s ease-in-out;
  transition: .05s ease-in-out;
  color: #FF4D4D;
  outline: 0;
}

a img {
  border: 0;
}

/* --------------------------------------------------------------
2.0 Global Styles
-------------------------------------------------------------- */
html,
body,
button,
input,
select,
textarea {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight:400;
}

body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  background: #DBEDF0;
  color: #222;
}

html {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 600px) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }
}

img {border:0;}

img {
  max-width: 100%;

  /* just in case, to force correct aspet ratio */
  height: auto !important;
}

.alpha {padding-left:0;}
.omega {padding-right:0;}


/* --------------------------------------------------------------
3.0 Typography
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif; */
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  clear: both;
  margin: 0 0 3% 0;
  color: #222;
  text-transform: uppercase;
}

.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6, .wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active h4,
.wf-active h5,
.wf-active h6 {
  font-weight: 600;
}

h1 {
  font-size: 42px;
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 32px;
}
@media only screen and (max-width: 600px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 20px;
  margin: 0 0 1% 0;
}
@media only screen and (max-width: 600px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-size: 18px;
}
@media only screen and (max-width: 600px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 16px;
}
@media only screen and (max-width: 600px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  h6 {
    font-size: 12px;
  }
}

hr {
  height: 1px;
  margin: 2em 0;
  border: 0;
  border-top: solid 1px #FD8989;
}

::-moz-selection {
  color: #222;
  background: #fff4b1;
}

::selection {
  color: #222;
  background: #fff4b1;
}

::-moz-selection {
  color: #222;
  background: #fff4b1;
}

/* Text elements */
p {
  margin-bottom: 4%;
}

ul,
ol {
  margin: 0 0 30px 30px;
  padding-left:20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

b,
strong {
  font-weight: bold;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  position: relative;
  overflow: auto;
  max-width: 100%;
  margin-bottom: 1.6em;
  padding: 3% 10% 3% 5%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  background: #f7f7f7;
}

pre:before {
  font-family: "FontAwesome";
  font-size: 14px;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 3px;
  content: "\f121";
  color: #fff;
  background: #bbc3cc;
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

mark,
ins {
  text-decoration: none;
  background: #fff9c0;
}

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  height: 0;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

table {
  width: 100%;
  margin: 0 0 1.5em;
}

th {
  font-weight: bold;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

input[type="search"] {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  line-height: 1.4;
  overflow: auto;
  height: auto;
  width: 98%;
  padding-left: 3px;
  vertical-align: top;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.assistive-text {
  line-height: 1;
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  margin-bottom: 0;
}

blockquote {
  margin: 0;
}

blockquote p {
  margin: 0;
}

#content blockquote {
  position: relative;
  margin-bottom: 3%;
  padding: 2% 0 0 4%;
  /* border-top: solid 4px #4a545a; */
  z-index: 2;
}

@media only screen and (max-width: 600px) {
  #content blockquote {
    padding: 5% 0 0 0;
  }
}


#content blockquote p {
  font-size: 15px;
  font-weight: 600;
 
}

.attachment-dimensions {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #999;
}

.home_display_content {
	padding-left:20px;
}

.display_content h1,
.display_content h2,
.display_content h3,
.display_content h4,
.display_content h5 {clear: none;}


/* =HTML Formatting
----------------------------------------------- */
/* Tables */
table {
  padding: 0;
  border: none;
  font-size: 14px;
}

table thead {
  background: #ededed;
}

table td,
table th {
  padding: 10px;
  vertical-align: middle;
}

table td {
  /* border-bottom: solid 1px #ccc; */
}

table tr:last-child td {
  border-bottom: none !important;
}

/* Lists */
#content .post-content ul,
#content .post-content ol {
  margin: 0 0 4% 0;
  padding: 0 0 0 20px;
}

#content .post-content ol {
  margin-left: 5px;
  list-style-type: decimal;
}

#content .post-content ul ul,
#content .post-content ul ol,
#content .post-content ol ul,
#content .post-content ol ol {
  margin: 1.5% 0 0 0;
  padding: 0 0 0 8%;
}

#content .post-content ul {
  list-style-type: square;
}

#content .post-content ul li {
  margin-bottom: 2%;
}

/* Code */
#content code,
#content kbd {
  padding: 0 4px;
  background: #f7f7f7;
}

/* Address */
#content address {
  padding: 2% 0;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}

/* Media Player */
/*
#content .wp-playlist {
  background: transparent;
  border: none;
  color: #4A545A;
  font-weight: 600;
  border-radius: 3px;
  padding: 0;
  margin-top:0 !important;
}

#content .wp-playlist .wp-playlist-item-meta {
  font-size: 18px; text-align: center;
}

.wp-playlist-item-meta .wp-playlist-item-artist {
	font-size:14px !important;
}

#content .wp-playlist .wp-playlist-current-item {
  height: auto;
}
#content .wp-playlist .wp-playlist-current-item img {
  display: none;
}

#content .wp-playlist-item,
#content .wp-playlist-item-length {
  padding: 10px;
  color: #4A545A;
}

#content .wp-playlist-item {
  border-bottom-color: #D5DADD;
}

#content .mejs-container .mejs-controls .mejs-time {
  padding-top: 11px;
}

#content .mejs-container,
#content .mejs-embed,
#content .mejs-embed body,
#content .mejs-container .mejs-controls {
  background: #323B44;
}

#content .mejs-offscreen {
  z-index: 100;
}

#content .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #909FA9;
}
*/

.error404 h2 {
  font-size: 26px;
}
@media only screen and (max-width: 600px) {
  .error404 h2 {
    font-size: 20px;
  }
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* --------------------------------------------------------------
4.0 Buttons and Links
-------------------------------------------------------------- */
a {
  -webkit-transition: .07s ease-in-out;
  transition: .07s ease-in-out;
  text-decoration: none;
  color: #8E1729;
}

a:hover {
  text-decoration: underline;
}

/* Buttons */
input[type="submit"],
.button,
.post-content .button,
#commentform #submit,
.contact-submit input[type="submit"],
#edd-purchase-button,
#content input[type=submit].edd-submit,
#edd-wl-modal .edd-wl-button,
#content p a.edd-wl-action.edd-wl-button,
.mailbag-wrap .mailbag-input .button,
.wpcf7-submit,
.post-password-form input[type="submit"] {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: .5em 1em;
  height: auto;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  color: #DBEDF0 !important;
  border: none;
  background: #C1A848;
  line-height: 1.4;
  -webkit-appearance: none;
}

@media only screen and (max-width: 600px) {
  input[type="submit"],
  .button,
  .post-content .button,
  #commentform #submit,
  .contact-submit input[type="submit"],
  .vendor-dashboard #content .fes-submit input[type=submit],
  #edd-purchase-button,
  #content .edd-submit,
  #content input[type=submit].edd-submit,
  .wpcf7-submit,
  .post-password-form input[type="submit"] {
    font-size: 14px;
  }
}
input[type="submit"]:hover,
.button:hover,
.post-content .button:hover,
#commentform #submit:hover,
.contact-submit input[type="submit"]:hover,
#content .contact-form input[type="submit"]:hover,
.vendor-dashboard #content .fes-submit input[type=submit]:hover,
#edd-purchase-button:hover,
#content .edd-submit:hover,
#content input[type=submit].edd-submit:hover,
#edd-wl-modal .edd-wl-button:hover,
#content p a.edd-wl-action.edd-wl-button:hover,
.mailbag-wrap .mailbag-input .button:hover,
.wpcf7-submit:hover,
.post-password-form input[type="submit"]:hover {
  cursor: pointer;
  background-color:#E3D396;
  color: #111;
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.15);
  border: none;
}

input[type="submit"]:active,
.button:active,
.post-content .button:active,
#commentform #submit:active,
.contact-submit input[type="submit"]:active,
#content .contact-form input[type="submit"]:active,
.vendor-dashboard #content .fes-submit input[type=submit]:active,
#edd-purchase-button:active,
#content .edd-submit:active,
#content input[type=submit].edd-submit:active,
#edd-wl-modal .edd-wl-button:active,
#content p a.edd-wl-action.edd-wl-button:active,
.mailbag-wrap .mailbag-input .button:active,
.wpcf7-submit:active {
  outline: none;
}

.wpcf7-form-control {overflow: hidden; font-weight:400; min-height:60px;}

.cta-button {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin: 0;
  padding: 1em 1.2em;
/*   background-color:#4D7AC6; */
  color: #8A1C1C;
  border:solid 1px #8A1C1C;
  text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .cta-button {
    padding: 1em;
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .cta-button {
    width: 100%;
  }
}

.cta-button:hover {
  color: #fff;
}

.button-buy, .button .button-buy {
	background-color: #4D7AC6;
	color:#fff !important;
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	font-size:20px;
	padding:5px;
	text-transform: uppercase;
}

.button-buy:hover {text-decoration: none; background-color:#E3D396 !important;}



.button-home-label, .button-home-itunes, .button-home-amazon, .button-home-spotify  {
	width:100%;
	color:#fff !important;
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:400;
	letter-spacing: 4px;
	padding:5px 10px;
	text-transform: uppercase;
}

.button-album-label {
	font-size:12px;
	padding:5px;
}

a.button-home-label, a:active.button-home-label, a:visited.button-home-label {color:#fff;}
a.button-home-itunes, a:active.button-home-itunes, a:visited.button-home-itunes {color:#222;}
a.button-home-amazon, a:active.button-home-amazon, a:visited.button-home-amazon {color:#fff;}
a.button-home-spotify, a:active.button-home-spotify, a:visited.button-home-spotify {color:#4D7AC6;}


.button-home-label {background-color: #4D7AC6;}
.button-home-itunes {background-color: #D0D3D1;}
.button-home-amazon {background-color: #8A1C1C;}
.button-home-spotify {background-color: #22D760; color:#222 !important;}


.button-home-label:hover {text-decoration: none; background-color:#fff !important; color:#4D7AC6 !important;}
.button-home-itunes:hover {text-decoration: none; background-color:#fff !important; color:#222 !important;}
.button-home-amazon:hover {text-decoration: none; background-color:#fff !important; color:#8A1C1C !important;}
.button-home-spotify:hover {text-decoration: none; background-color:#fff !important; color:#22D760 !important;}


.gigpress-tickets-link {font-size: 13px;
  font-weight: 600;
  display: inline-block;
  padding: .2em .5em;
  height: auto;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  color: #fff !important;
  border: none;
  border-radius: 3px;
  background: #8C2300;
  line-height: 1.4;
  -webkit-appearance: none;
  }
  
.gigpress-tickets-link:hover {
	background:#993910;
	text-decoration: none !important;
}

/* --------------------------------------------------------------
5.0 Alignments
-------------------------------------------------------------- */
.alignleft {
  display: inline;
  float: left;
  margin: 0 4% 5% 0;
  max-width: 100%;
}

.alignright {
  display: inline;
  float: right;
  margin: 0 0 5% 4%;
  max-width: 100%;
}

@media only screen and (max-width: 600px) {
  #content .alignleft,
  #content .alignright {
    margin-bottom: 4%;
    max-width: 100px;
  }
}
.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
  max-width: 100%;
}

.alignnone {
  margin-bottom: 5%;
  max-width: 100%;
}

.highlight {
  color: #222;
  background: #EFFFBF;
}

p .alignnone {
  margin-bottom: 0;
}

.fitvids iframe {
  text-align: center;
}

.pull-right,
.pull-left {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  width: 34%;
  padding: 2%;
}

.next-recording {
	background-color:#fff;
	border-top:solid 6px #C1A848;
}



.pull-right:before,
.pull-left:before {
/*
  font-family: "FontAwesome";
  font-size: 13px;
  position: absolute;
  top: -10px;
  left: 0;
  padding-right: 12px;
  content: "\f10d";
  color: #4a545a;
  background: #fff;
*/
}

@media only screen and (max-width: 768px) {
  .pull-right,
  .pull-left {
    font-size: 14px;
    width: 100%;
  }
}
.pull-right {
  float: right;
  margin: 1% 0 3% 5%;
}

.pull-left {
  float: left;
  margin: 1% 5% 3% 0;
  text-align: left;
}

.text-center {text-align:center;}

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

header {
    text-align: center;
    color: #282E34;
    background-attachment: scroll;
   /*  background-image: url(img/header-large.jpg); */
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#header-image-front-page {
/* background-position: top center; height:600px; width:100%; background-size: cover; overflow:hidden; */

background-position: top center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    object-fit:cover;



}

#header-image-page {
margin-top:0px; background-position: top center; height:500px; width:100%; background-size: cover; overflow:hidden;
}

@media screen and (max-width: 1100px) {
	#header-image-page {height:400px;}
}

@media screen and (max-width: 767px) {
	#header-image-front-page {height:500px; width:100%; background-size: cover; overflow:hidden;}
	#header-image-page {margin-top:0 !important;}
	#header-image-front-page {margin-top:0 !important;}
}







#loggedin header {margin-top:82px !important;}

.site-front-header {
  position: relative;
  margin-top:50px;
  z-index: 100;
  display: inline-block;
  min-height: 600px;
  max-height: auto;
  width: 100%;
  background-color: #282E34;
  background-position:center;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}


.site-header {

  position: relative;
 /*  margin-top:50px; */
  z-index: 100;
  display: inline-block;
  min-height: 180px;
  max-height: 400px;
  width: 100%;
  background-color: #282E34;
  background-position:center;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;

}



@media only screen and (max-width: 768px) {
  .site-header {
    padding-top: 0;
    margin-top:0;
  }
}
@media only screen and (max-width: 768px) {
  .header-wrap {
    padding-top: 0;
  }
}
.header-inside {
  padding: 4% 7% 0 7%;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 1600px;
}

@media only screen and (min-width: 1400px) {
  .header-inside {
    padding: 4% 4% 0 4%;
  }
}
@media only screen and (max-width: 768px) {
  .header-inside {
    padding: 0;
  }
}


@media screen and (max-width: 500px) {
	#header-image-front-page {
	height:200px !important; 
	}
	.site-header {
	/* display: none !important; */
	}
}


.logo {
width:100%;
position: absolute;
bottom:0;
}

.logo-inner {max-width:924px; margin-left:auto; margin-right:auto;}

.logo img {
	/* margin-left:auto; margin-right:auto; */ 
	/* margin-left:auto; margin-right:auto; */
	margin-bottom:50px;}

@media screen and (max-width: 1027px) {
.logo {padding-left:10%; padding-right:10%;}

.logo img {
	margin-top:200px !important;
	/* margin-left:auto; margin-right:auto; */
	}

}

@media screen and (max-width: 500px) {
.logo {padding-left:10%; padding-right:10%;}
.logo img {
	/* margin-left:auto; margin-right:auto; */
	}

}



.site-logo {padding:30px 0;}



.site-header .logo-image img {
  display: block;
  margin: 0 auto;
}

.header-image {
	margin-bottom:40px;
/*
	background-repeat: no-repeat;
    background-position: center;
*/ 
}



/* --------------------------------------------------------------
7.0 Main Navigation
-------------------------------------------------------------- */

/* nav {top:40px;} */
/* ORIGIN NAV */
.header-nav {
	width:100%;
	/* background:#fff; */
	background-color: rgba(36,2,2,.8);
	position:fixed;
	z-index:999;
	top:0;
}

.header-nav-fixed {
	background-color: rgba(36,2,2,.8) important;

}

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


	.header-nav {display: none;}
	.header-nav-fixed {display:none;}

}

.admin-bar .header-nav {
	top:32px;
}

.header-nav-inside {
	max-width:1200px;
	margin:0 auto;
}

.nav a {
	font-family:'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#fff;
/* color: rgba(255,255,255,.6); */
	padding:0 15px;
	display:inline-block;
	font-size:14px;
	letter-spacing:1px;
	font-weight:700;
	line-height:1.4;
	text-transform:uppercase;
	-webkit-transition:.07s ease-in;
	-moz-transition:.07s ease-in;
	-o-transition:.07s ease-in;
	transition:.07s ease-in;
}

.nav a:active,.nav a:visited {
	color:#fff;
}

@media screen and (max-width: 959px) {
	.nav a {
		padding:0 10px;
	}
}

@media screen and (max-width: 860px) {
	.nav a {
		font-size:12px;
		padding:0 6px;
	}
}

.nav a:hover {
	text-decoration:none;
	cursor:pointer;
	-webkit-transition:.07s ease-in;
	-moz-transition:.07s ease-in;
	-o-transition:.07s ease-in;
	transition:.07s ease-in;
}


.nav a:hover {
	color:#C1A848;
}

.nav > li {
	padding:15px 0;
	margin:0;
	display:inline-block;
}

.nav li {
	position:relative;
}

.nav,.nav ul {
	margin:0;
	padding:0;
	width:100%;
	display:inline-block;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	text-align:center;
}

.nav ul {
	position:absolute;
	display:none;
	min-width:200px;
	top:50px;
	left:5px;
	text-align:left;
}

.nav .sub-menu {
	margin:0;
}

.nav li ul {
	z-index:100;
}

.nav li ul li {
	padding:0 10px;
	background:#DBEDF0;
}

.nav li ul a,.nav li ul li a {
	width:100%;
	display:inline-block;
	border-bottom:dotted 1px #666;
	padding:10px 0;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	line-height:1.6;
}

.sub-menu li:last-child > a {
	border-bottom:none;
}

.nav li ul li ul {
	padding:0;
}

.nav ul ul {
	top:0;
}

.nav li ul ul {
	left:200px;
	margin:0;
}

.nav li:hover ul ul,.nav li:hover ul ul ul,.nav li:hover ul ul ul ul {
	display:none;
}

.header-nav:not(.mobile-nav) .nav li:hover > ul,.header-nav:not(.mobile-nav) .nav li li:hover > ul,.header-nav:not(.mobile-nav) .nav li li li:hover > ul,.header-nav:not(.mobile-nav) .nav li li li li:hover > ul {
	display:block;
}

#nav-trigger {
	display:none;
	text-align:center;
	width:100%;
	background-color: rgb(36, 2, 2);
}

#nav-trigger span {
	display:inline-block;
	padding:10px 30px;
/* 	background-color:#DBEDF0; */
	color:#fff;
	cursor:pointer;
	text-transform:uppercase;
}

#nav-trigger span:after {
	display:inline-block;
	margin-left:10px;
	width:20px;
	height:10px;
	font-family:FontAwesome;
	font-style:normal;
	font-weight:400;
	text-decoration:inherit;
	content:"\f0c9";
}

#nav-trigger span:hover {
	color:#C1A848;
}

#nav-trigger span.open:after {
}

nav#nav-main {
	/* background-color:#222; */
}

nav#nav-mobile {
	position:relative;
	display:none;
	z-index: 9999999;
}

nav#nav-mobile ul {
	display:none;
	list-style-type:none;
	position:absolute;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:100%;
	background-color:#fff !important;
}

nav#nav-mobile li {
	display:block;
	padding:5px 0;
	margin:0 5px;
}

nav#nav-mobile ul li ul {
	display:none !important;
}

nav#nav-mobile li:last-child {
	border-bottom:none;
}

nav#nav-mobile a {
	display:block;
	color:#444;
	padding:10px 30px;
}

nav#nav-mobile a:hover {
	color:#8C2300;
	text-decoration:none;
}

#nav-title {
	padding-top:12px;
	font-weight:300;
	font-size:18px;
	color:#222;
	text-transform: uppercase;
	letter-spacing: 2px;
}

@media screen and (max-width: 840px) {
	#nav-title {
		padding-top:14px;
		font-size:16px;
		letter-spacing: 0;
	}
}


#nav-title a, #nav-title a:visited, #nav-title a:active {color:#222 !important;}
#nav-title a:hover {text-decoration: none;} 


/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 767px) {
	#nav-trigger {
		display:block;
		width:100%;
		height:50px;
	}
	
	nav#nav-main {
		display:none;
	}
	
	nav#nav-mobile {
		display:block;
	}
}




/* --------------------------------------------------------------
8.0 Social Icons
-------------------------------------------------------------- */

/* --------------------------------------------------------------
8.0 Front / Home Page Styles
-------------------------------------------------------------- */


#front_signup {
	width:100%;
	margin:0 0 40px 0;
	background:#C49400;
	padding:30px 20px;
	color:#fff;
	display: block;

}

#front_signup_name {
	font-family:'Open Sans Condensed', 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size:22px;
	text-transform: uppercase;
	text-align:right;
	color:#fff;
}

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

	#front_signup_name {text-align:center;}


}


#social_media, #social_media_front {
	position: relative;
	width:100%;
	margin:40px 0 0 0;
	background:#fff;
	padding:30px 20px 0 20px;
	color:#C59400;
	display:block;
	text-align: center;
}

#social_media_front {
	background:#C49400;
	color:#fff;
	margin:0 0 60px 0;
}

#social_media_front ul {padding-left:0 !important; margin-left:0 !important;}

#social_media ul li.social_title {
	font-family:'Open Sans Condensed', 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size:22px;
	text-transform: uppercase;
	line-height: 1.0em;
	color:#C59500;
}

#social_media_front ul li.social_title {
	font-family:'Open Sans Condensed', 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size:22px;
	text-transform: uppercase;
	line-height: 1.0em;
	color:#fff;
}


#social_media ul, #social_media_front ul {display:inline-table; }

#social_media ul li, #social_media_front ul li {display: inline; list-style: none;}





/* --------------------------------------------------------------
9.0 Content
-------------------------------------------------------------- */



#content {
  font-family:400 !important;
  position: relative;
  z-index: 20;
  margin-top:40px;
}

#content h1 small, #content h2 small {color:#FF8989; letter-spacing: 8px; font-size:18px; font-weight:300; }

#content h1 {letter-spacing:2px;}

#content h2, #content h3 {color:#222;}

.img-border {border:solid 1px #ccc;}







/* --------------------------------------------------------------
10.0 Page Titles
-------------------------------------------------------------- */
.hero-title {
  position: relative;
  z-index: 25;
  display: inline-block;
  width: 100%;
  padding: 4% 0 5% 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .hero-title {
    padding: 6%;
  }
}
@media only screen and (max-width: 500px) {
  .hero-title {
    padding: 6% 6% 8% 6%;
  }
}

.hero-title-inside {
  max-width: 72%;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  .hero-title-inside {
    max-width: 100%;
  }
}
.hero-title h2 {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  margin: 0 auto;
  color: #fff;
  text-shadow: 5px 5px 35px rgba(43, 49, 54, 0.4);
}

.wf-active .hero-title h2,
.wf-loading .hero-title h2 {
  font-size: 62px;
  font-weight: 600;
}

@media only screen and (max-width: 960px) {
  .hero-title h2 {
    font-size: 44px;
  }

  .wf-active .hero-title h2,
  .wf-loading .hero-title h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-title h2 {
    font-size: 44px;
  }

  .wf-active .hero-title h2,
  .wf-loading .hero-title h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 500px) {
  .hero-title h2 {
    font-size: 34px;
  }

  .wf-active .hero-title h2,
  .wf-loading .hero-title h2 {
    font-size: 32px;
  }
}
.hero-title p {
  font-size: 20px;
  margin: 1.5% 0 0 0;
  color: #b5bdc3;
  text-shadow: 3px 3px 20px rgba(43, 49, 54, 0.5);
}

@media only screen and (max-width: 500px) {
  .hero-title p {
    font-size: 16px;
    margin-top: 3%;
  }
}
.hero-title p a {
  color: #d4dbe0;
}

.hero-title .cta-button {
  margin: 4% 5px 0 5px;
}
@media only screen and (max-width: 500px) {
  .hero-title .cta-button {
    margin: 4% 0 0 0;
  }
  .hero-title .cta-button:first-of-type {
    margin-top: 8%;
  }
}

.site-header-bg-wrap {
  animation: smoothFade 1s;
  -moz-animation: smoothFade 1s;
  -webkit-animation: smoothFade 1s;
  -o-animation: smoothFade 1s;
}

@keyframes smoothFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes smoothFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes smoothFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.background-effect {
  position: absolute;
  z-index: -999998;
  top: 0;
  left: 0;
  overflow: hidden;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: .2;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.site-header-bg.background-effect {
  background-attachment: scroll;
}

/*
#heading h1 {
	font-family: 'Open Sans Condensed', 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight:300;
	font-size:64px;
	margin-bottom:40px;
	
}
*/

/* --------------------------------------------------------------
11.0 Post Content
-------------------------------------------------------------- */


.album-row {
display: flex;
}

.portfolio-thumb, .album-thumb {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size:18px;
	/* text-transform: uppercase; */
	line-height: 1.0em;
	padding-bottom: 40px;
	overflow: hidden !important;
	flex: 1;
	
	/* display: flex; */
}

.album-thumb {
	/* font-size:16px; */
}

.album-thumb img { margin-bottom:0px !important;}

.prev-next {text-align: center;}

.font-12 {font-size:12px; line-height:1.4em;}
.font-14 {font-size:14px; line-height:1.4em;}


/* Author bio on post pages */
.author-info {
  display: inline-block;
  width: 100%;
  padding: 0 14%;
}
@media only screen and (max-width: 600px) {
  .author-info {
    padding: 2% 4% 0 4%;
  }
}

.author-profile {
  border-top: solid 2px #EEF2F5;
  padding: 5% 0 6% 0;
}
@media only screen and (max-width: 600px) {
  .author-profile {
    padding: 8% 0;
  }
}

.author-avatar {
  display: inline-block;
  width: 7%;
  margin-right: 5%;
  vertical-align: top;
}

@media only screen and (max-width: 600px) {
  .author-avatar {
    width: 9%;
    margin-right: 3%;
  }
}
.author-avatar img {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 250px;
}

.author-avatar img:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.author-description {
  font-size: 16px;
  display: inline-block;
  width: 85%;
  color: #84919E;
}
@media only screen and (max-width: 600px) {
  .author-description {
    font-size: 14px;
  }
}

.author-description h2 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 1%;
}
@media only screen and (max-width: 600px) {
  .author-description h2 {
    font-size: 16px;
  }
}

.author-description p {
  margin-bottom: 10px;
}

.author-links {
  display: inline-block;
  width: 100%;
  color: #84919E;
}

.author-description h2 + .author-links {
  margin-top: 0;
}

.author-links a {
  margin-right: 10px;
  color: #9ba6b2;
  border-bottom: dotted 1px #9ba6b2;
}

.author-links a:hover {
  color: #4a545a;
}

/* --------------------------------------------------------------
11.1 Custom Post Type Titles
-------------------------------------------------------------- */
.section-heading {
	background-color:#C49400;
	padding:5px 20px;
	color:#fff !important;
	font-size:14px;
	text-transform: uppercase;
	}



/* --------------------------------------------------------------
12.0 Search Form
-------------------------------------------------------------- */
#searchform {
  position: relative;
  z-index: 5;
  width: 100%;
}

#searchform input,
#secondary #searchform #searchsubmit {
  height: 40px;
}

#s {
  width: 100%;
  padding-right: 56px;
  padding-left: 10px;
  -webkit-transition: .07s ease-in-out;
  transition: .07s ease-in-out;
  border: none;
  border-radius: 2px;
  background: #e7e7e7;
}

#s:focus {
  -webkit-transition: .07s ease-in-out;
  transition: .07s ease-in-out;
  background: #dedede;
  border: none;
  outline: none;
}

#searchsubmit {
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  padding: 0 15px;
  -webkit-transition: .07s ease-in-out;
  transition: .07s ease-in-out;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 0;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
  background: #ff4b47;
  -webkit-appearance: none;
}

#searchsubmit:hover {
  cursor: pointer;
  -webkit-transition: .07s ease-in-out;
  transition: .07s ease-in-out;
  background: #ff2723;
}

@media only screen and (max-width: 768px) {
  .mobile-nav .header-search a:first-child {
    display: none;
  }

  .mobile-nav .header-search .sub-menu {
    display: block !important;
    padding-left: 0;
  }
}
.mobile-nav #searchform {
  margin: 20px 0;
}

.main-navigation.desktop-nav #s {
  border: none;
  background: transparent;
  color: #b5bdc3;
  font-size: 15px;
  height: auto;
  padding: 10px 20px;
  line-height: 2;
}
.main-navigation.desktop-nav #s:before {
  content: "\f002";
  font-family: "FontAwesome";
}
.main-navigation.desktop-nav #s:focus {
  border: none;
  outline: none;
}

.main-navigation.desktop-nav #searchsubmit {
  display: none;
}

/* Big Search */
.big-search {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 5%;
}

@media only screen and (max-width: 600px) {
  .big-search {
    margin-top: 2%;
    margin-bottom: 6%;
  }
}
.page-template-template-homepage-shop .big-search {
  padding: 0 6% 0 5%;
}

#big-searchform {
  height: 70px;
  display: inline-block;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 0 #D9E1E7;
  position: relative;
}

@media only screen and (max-width: 600px) {
  #big-searchform {
    height: 55px;
  }
  #big-searchform ::-webkit-input-placeholder {
    font-size: 16px;
  }
  #big-searchform :-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px;
  }
  #big-searchform ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
  }
  #big-searchform :-ms-input-placeholder {
    font-size: 16px;
  }
}
.search-controls {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.big-search #big-search {
  background: #fff;
  font-size: 20px;
  line-height: 2;
  padding: 15px 20px;
  border-radius: 3px;
  border: none;
  height: 100%;
}

@media only screen and (max-width: 600px) {
  .big-search #big-search {
    font-size: 16px;
    padding-right: 150px;
  }
}
.search-select-wrap {
  position: relative;
  display: inline-block;
  height: 100%;
  border-left: solid 2px #EFF2F6;
  background: #fff;
}

.search-select-wrap:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 22px;
  right: 15px;
  z-index: 10px;
  pointer-events: none;
}

@media only screen and (max-width: 600px) {
  .search-select-wrap:after {
    top: 15px;
  }
}
.big-search .search-select {
  display: inline-block;
  background: transparent;
  color: #6E7987;
  border: none;
  width: auto;
  max-width: 250px;
  border-radius: 0;
  padding-left: 25px;
  padding-right: 35px;
  -webkit-appearance: none;
  -moz-appearance: window;
  height: 100%;
}

@media only screen and (max-width: 600px) {
  .big-search .search-select {
    padding-left: 20px;
    padding-right: 20px;
    color: transparent;
    width: 40px;
  }
}
.big-search .search-select:hover {
  cursor: pointer;
}

.big-search .submit {
  display: inline-block;
  vertical-align: top;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 0 35px;
  font-size: 18px;
  height: 100%;
}

@media only screen and (max-width: 600px) {
  .big-search .submit {
    padding: 0 20px;
    font-size: 16px;
  }
}
.search-cats {
  font-size: 14px;
  margin-top: 20px;
  width: 100%;
  display: inline-block;
  clear: both;
}

@media only screen and (max-width: 600px) {
  .search-cats {
    margin-top: 15px;
  }
}
.search-cats nav {
  display: inline-block;
}

.search-cat-text {
  display: inline-block;
  color: #7C8D98;
  margin-right: 5px;
  margin-bottom: 5px;
}

.search-cats a {
  padding: 2px 8px;
  display: inline-block;
  border: none;
  line-height: inherit;
  background: #DDE4E8;
  color: #7C8D98;
  margin-right: 5px;
  margin-bottom: 5px;
}

.search-cats a:hover {
  background: #D8E0E4;
}

/* --------------------------------------------------------------
13.0 Featured Image
-------------------------------------------------------------- */
.post .post-featured-image,
.single .post-featured-image,
.page .post-featured-image {
  display: inline-block;
  max-width: 100%;
  border: none;
}

#content .post-content .post-featured-image {
  overflow: hidden;
  width: 100%;
}

#content .post-content .post-featured-image:hover {
  border: none;
}

#content .post-content .post-featured-image img {
  display: block;
  margin: 0 auto;
  min-width: 100%;
  height: auto;
}

.featured-image img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* --------------------------------------------------------------
14.0 Single Post Navigation
-------------------------------------------------------------- */
.post-navigation {
  display: inline-block;
  width: 100%;
}

.comments-section + .post-navigation {
  margin-top: 7%;
}

.comments-section + .post-navigation:empty {
  margin-top: 0;
}

.post-navigation h4 {
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .post-navigation h4 {
    font-size: 16px;
  }
}

.post-navigation a {
  color: #4a545a;
}

.post-navigation a:hover {
  color: #7F8C96;
}

.post-navigation a:hover span {
  color: #7F8C96;
}

.post-navigation a span {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  text-transform: uppercase;
  color: #7F8C96;
  margin-bottom: 6px;
  vertical-align: top;
}

.nav-previous,
.nav-next {
  width: 49%;
  padding: 3%;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  box-shadow: 0 2px 0 #D9E1E7;
}
@media only screen and (max-width: 600px) {
  .nav-previous,
  .nav-next {
    width: 100%;
    margin-bottom: 5%;
    border-bottom-width: 2px;
    padding: 5%;
  }
  .nav-previous:last-child,
  .nav-next:last-child {
    margin-bottom: 0;
  }
}

.nav-previous a:before {
  content: "\f104";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.nav-previous {
  float: right;
  text-align: right;
}
@media only screen and (max-width: 600px) {
  .nav-previous {
    float: none;
    text-align: left;
  }
}

.nav-text {
  display: inline-block;
  vertical-align: top;
}

#content .nav-links img {
  display: inline-block;
  width: 66px;
  margin-right: 4%;
  border-radius: 2px;
}
@media only screen and (max-width: 600px) {
  #content .nav-links img {
    width: 40px;
    margin-right: 5%;
  }
}

/* --------------------------------------------------------------
15.0 Page Navigation
-------------------------------------------------------------- */
.page-navigation {
  margin-top: 6%;
}

.post-type-archive .page-navigation,
.page-template-templates .page-navigation {
  margin-top: 5%;
}

.page-numbers,
#comment-nav-below a,
.page-links span {
  padding: 5px 15px;
  display: inline-block;
  border-radius: 2px;
  background: #DDE3E7;
  color: #7B8996;
}

.post-text .page-numbers {
  font-size: 14px;
  padding: 5px 12px;
}

.page-numbers.current,
.page-numbers:hover,
#comment-nav-below a:hover,
.page-links span:not(.page-links-title):hover,
.page-links > span:not(.page-links-title) {
  background: #37BF91;
  color: #fff;
}

/* --------------------------------------------------------------
16.0 Template Widget Section
-------------------------------------------------------------- */
.widget-section {
  margin-bottom: 3%;
  padding: 0 5%;
}


@media only screen and (max-width: 600px) {
  .widget-section {
    margin-bottom: 6%;
    padding: 0 4%;
  }
}
/* --------------------------------------------------------------
17.0 Sidebar
-------------------------------------------------------------- */

#sidebar h2, #sidebar h3, #sidebar h4 {text-transform: uppercase;}

#sidebar h2 {
	font-size:20px;
}

#sidebar h3 {
	font-size:16px;
}

#sidebar h4 {
	font-size:14px;
}

#sidebar .widget {
/*
	background-color:#e7e7e7;
	border-top:solid 5px #444;
	padding:10px 10px 20px 20px;
*/
	margin-bottom:30px;
}


#sidebar ul, #sidebar ol {margin-left:0px; margin-bottom:20px;padding-left:0;}
#sidebar ul li {list-style: none; padding:8px 0 8px 20px; margin-bottom:6px; font-size:14px; border-bottom:solid 1px #444;}
#sidebar ul li:last-child {border-bottom:none;}

#origin_social{
text-align: left;
/*
background-color:#e7e7e7;
	border-top:solid 5px #444;
	padding:10px 10px 20px 20px;
*/
	margin-bottom:30px;
	overflow:hidden;
}

#origin_social h2, #origin_social h3, #origin_social h4 {text-transform: uppercase;}

#origin_social h2 {
	font-size:20px;
}

#origin_social ul {margin:0; padding:0;}

#origin_social ul li {
display: inline !important;
margin:0 !important;
margin-right:5px !important;
padding:0 !important;
border:0 !important;
float:left !important;
}

#origin_social img {border:0;}


/* --------------------------------------------------------------
18.0 Gravatar Profile Widget
-------------------------------------------------------------- */

/* --------------------------------------------------------------
19.0 Homepage Sections
-------------------------------------------------------------- */



/* --------------------------------------------------------------
19.1 Featured Split Section
-------------------------------------------------------------- */


/* --------------------------------------------------------------
19.3 Footer CTA Section
-------------------------------------------------------------- */
.section-cta {
  padding: 6% 8%;
  text-align: center;
  background: #fff;
}
@media only screen and (max-width: 600px) {
  .section-cta {
    text-align: left;
  }
}

.section-cta .center {
  max-width: 1600px;
  margin: 0 auto;
  display: block;
}

.section-cta h3 {
  margin: 0;
  font-size: 34px;
}
@media only screen and (max-width: 600px) {
  .section-cta h3 {
    font-size: 24px;
  }
}

.section-cta p {
  font-size: 20px;
  max-width: 70%;
  margin: 1% auto 0 auto;
  color: #9ba6ad;
}
@media only screen and (max-width: 480px) {
  .section-cta p {
    margin: 4% auto 0 auto;
  }
}

.section-cta .cta-button {
  margin-top: 2%;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .section-cta .cta-button {
    margin-top: 6%;
  }
}

@media only screen and (max-width: 768px) {
  .section-cta {
    padding: 8% 4%;
  }

  .section-cta p {
    font-size: 16px;
    max-width: 100%;
  }
}
/* --------------------------------------------------------------
20.0 Portfolio Template
-------------------------------------------------------------- */

/* --------------------------------------------------------------
21.0 Slider Styles
-------------------------------------------------------------- */


/* --------------------------------------------------------------
23.0 Comments
-------------------------------------------------------------- */
.comments-section {
  position: relative;
  display: inline-block;
  width: 100%;

}

.comments-section.no-comments {
  padding-top: 1%;
}

.no-comments:empty {
  display: none;
}

.comments-section {
  margin-top: 6%;
}

@media only screen and (max-width: 600px) {
  .comments-section {
    padding: 8% 6%;
  }
}
@media only screen and (max-width: 600px) {
  .comments-section:before {
    margin: -20px 0 0 -15px;
  }
}
#comments-title {
  font-size: 32px;
  line-height: 1;
  position: relative;
  padding-bottom: 4%;
}

.no-comments #comments-title {
  padding-top: 6%;
}

@media only screen and (max-width: 600px) {
  #comments-title {
    font-size: 22px;
  }
}
#comments #respond {
  display: inline-block;
  width: 100%;
  padding-top: 6%;
}

#comments .commentlist > li:nth-child(odd) #respond {
  border-top-color: #d0d5db;
}

#reply-title {
  font-size: 32px;
  margin-bottom: 6%;
}

@media only screen and (max-width: 600px) {
  #reply-title {
    font-size: 22px;
    margin-bottom: 5%;
  }
}
#comments .commentlist #respond #reply-title {
  text-align: left;
}

#commentform {
  font-size: 16px;
  margin-top: 3%;
}

#comments .commentlist #commentform {
  margin-top: 4%;
}

#respond label {
  padding-bottom: 4px;
}

#respond .comment-subscription-form {
  margin-bottom: 5px;
}

#respond .comment-subscription-form label {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
}

#respond p {
  position: relative;
}

#respond .required {
  color: #9BA6B2;
  display: none;
}

#respond p {
  margin-bottom: 15px;
}

#commentform p {
  width: 100%;
}

#comments .form-submit {
  margin: 10px 0 0 0 !important;
}

#respond .comment-form-comment {
  display: inline-block;
  width: 100%;
}

#respond textarea {
  line-height: 1.4;
  width: 100%;
}

.form-allowed-tags {
  font-size: 12px;
  line-height: 1.2;
  display: none;
  float: left;
  width: 100% !important;
  margin: 10px 0 25px 0;
  color: #999;
}

#comments .commentlist {
  margin: 0;
  list-style-type: none;
  counter-reset: li;
}

#comments .commentlist li {
  position: relative;
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 6% 0;
  list-style: none;
  border-bottom: solid 2px #eef2f5;
}

#comments .commentlist li:first-child {
  border-top: solid 2px #eef2f5;
}

#comments .commentlist .children {
  display: inline-block;
  width: 100%;
  margin: 5% 0 0 0;
  padding: 0;
}

#comments .commentlist .children li {
  padding-bottom: 0;
  padding-left: 10%;
  list-style: none;
}

#comments .commentlist .children li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

#comments .comment-block {
  position: relative;
  padding: 0;
}

#comments .comment-edit-link {
  color: #ccc;
}

#comments .comment-edit-link:hover {
  color: #37BF91;
}

#comments .comment-edit-link i {
  font-size: 11px;
  margin-left: 5px;
  vertical-align: middle;
}

#comments .comment-text {
  font-size: 16px;
  position: relative;
  display: inline-block;
  float: right;
  width: 86%;
}

p.no-comments {
  margin: 4% 0 0 0;
  text-align: center;
  font-size: 16px;
  color: #84919E;
}

#comments .comment-reply-link {
  font-size: 13px;
  text-transform: uppercase;
  color: #9ba6ad;
}

#comments .comment-reply-link:hover {
  color: #4a545a;
}

#comments .comment-reply-link:hover:after {
  content: "\2193";
}

#cancel-comment-reply-link {
  font-size: 11px;
  font-weight: bold;
  float: right;
  margin-top: 10px;
  padding: 3px 8px;
  text-transform: uppercase;
  color: #4a545a;
  border: solid 2px;
  border-radius: 40px;
}

#cancel-comment-reply-link:before {
  font-family: "FontAwesome";
  margin-right: 3px;
  content: "\f057";
}

#cancel-comment-reply-link:hover {
  color: #d54f4f;
}

#cancel-comment-reply-link i {
  font-size: 18px;
  color: #f74f4f;
}

#cancel-comment-reply-link i:hover {
  cursor: pointer;
  color: #555;
}

#comments .comment-notes,
#comments .logged-in-as {
  font-size: 15px;
  display: none;
  text-align: center;
  color: #9ba6ad;
}

#comments #email-notes {
  display: none;
}

#comments .commentlist #respond .comment-notes {
  font-size: 13px;
  display: none;
}

#comments .comment-notes .required {
  position: relative !important;
  top: auto !important;
  right: auto !important;
}

#comments .comment-awaiting-moderation {
  display: inline-block;
  font-style: normal;
  font-size: 16px;
  width: 100%;
  margin-top: 15px;
  padding: 20px;
  text-align: center;
}

#comments .comment-awaiting-moderation:before {
  font-family: "FontAwesome";
  margin-right: 10px;
  content: "\f058";
}

#comments .vcard-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

#comments .vcard {
  display: inline-block;
  float: left;
  width: 8%;
}

#comments .vcard img {
  float: left;
  width: 100%;
  border-radius: 50px;
}

#comments .fn {
  font-size: 20px;
  font-style: normal;
  line-height: 1;
  float: left;
  width: 100%;
  margin-top: 0;
  position: relative;
}

.bypostauthor > .comment-block .fn:before {
  font-family: "FontAwesome";
  font-size: 17px;
  margin-right: 5px;
  content: "\f044";
  color: #37BF91;
}

#comments .fn a {
  color: #4a545a;
}

#comments .fn a:hover {
  color: #9ba6b2;
  background: none;
}

#comments .comment-info {
  position: relative;
  display: inline-block;
  width: 100%;
}

#comments .comment-meta {
  line-height: 1;
  float: left;
  width: 100%;
  margin-bottom: 4%;
}

#comments .comment-time a {
  font-size: 13px;
  display: inline-block;
  padding-top: 10px;
  color: #9ba6ad;
}

#comments .comment-time a:hover {
  color: #555;
}

#comments .comment-time:hover {
  color: #999;
}

#comment-nav-below a {
  background: #E5EBEE;
  font-size: 16px;
}
@media only screen and (max-width: 600px) {
  #comment-nav-below a {
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
  }
}

#comment-nav-below .nav-previous {
  box-shadow: none;
  padding-left: 0;
}
@media only screen and (max-width: 600px) {
  #comment-nav-below .nav-previous {
    padding: 0;
  }
}

#comment-nav-below .nav-next {
  box-shadow: none;
  padding-right: 0;
}
@media only screen and (max-width: 600px) {
  #comment-nav-below .nav-next {
    padding: 0;
  }
}

.post-password-form input[type="submit"] {
  line-height: 1.8;
}

/* --------------------------------------------------------------
24.0 Footer
-------------------------------------------------------------- */
.site-footer {
  /* border-top:solid 4px #660066; */
   
  font-size: 15px;
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  /* margin: 30px 0 0 0; */
  margin:0;
  margin-top:60px;
  color: #fff;
  background: #719BB7;
}

#site-footer-contacts {margin-top:20px;}

.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.site-footer .widget_title {font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif !important; 
			color:#DBEDF0 !important; text-transform: uppercase; font-weight:700;}

.site-footer h2, .site-footer h3 {font-size:18px;}

.site-footer-inside {
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-copy {
  display: inline-block;
  width: 100%;
  padding: 5% 4%;
}

.site-footer .copyright {
  display: inline-block;
  width: 50%;
  text-align:center;
}

.site-footer .sep {
  margin: 0 5px;
}

.site-info {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
}

.footer-navigation {
  float: right;
  max-width: 50%;
  display: inline-block;
}
.footer-navigation ul {
  margin: 0;
  list-style: none;
}
.footer-navigation li {
  display: inline-block;
  margin-right: 10px;
}

.footer-widgets {
  display: inline-block;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .footer-widgets {
    padding: 5% 0;
  }

  .site-footer-inside {
    padding-bottom: 5%;
  }

  .footer-navigation,
  .site-footer .copyright {
    width: 100%;
    max-width: 100%;
    float: none;
  }

  .footer-navigation {
    margin-top: 10px;
  }

  .footer-widgets {
    padding-bottom: 0;
  }
}
/*
.site-footer a {
  color: #FF4B47;
}

.site-footer a:hover {
  color: #FF4B47;
}

.footer-widget .button {
  color: #fff;
}
*/

.footer-widget {
  display: inline-block;
  float: left;
  width: 33.2%;
  padding: 6% 4%;
  vertical-align: top;

}

.footer-widget:nth-child(3n) {
  border-right: 0;
}

@media only screen and (max-width: 960px) {
  .footer-widget {
    width: 49%;
  }

  .footer-widget:nth-child(2n) {
    border-right: none;
  }

  .footer-widget:nth-child(3n) {
    border-right: dotted 1px rgba(255, 255, 255, 0.15);
  }
}
@media only screen and (max-width: 768px) {
  .footer-widget {
    width: 100%;
    border-right: none;
  }

  .footer-widget.widget_nav_menu {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .footer-widget {
    padding: 10% 5%;
  }
}
.footer-widget:last-child {
  margin-right: 0;
}

.footer-widgets aside .widget-title,
.footer-widgets aside .widgettitle {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  margin-bottom: 25px;
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .footer-widgets aside .widget-title,
  .footer-widgets aside .widgettitle {
    font-size: 18px;
  }
}

.footer-widgets aside ul {
  margin: 0;
}

.footer-widgets aside ul.sub-menu,
.footer-widgets aside .children {
  margin: 4% 0 0 20px;
}

.footer-widgets aside ul.sub-menu li:last-child,
.footer-widgets aside .children li:last-child {
  margin-bottom: 0;
  padding-bottom: 2%;
  border-bottom: none;
}

.site-footer .footer-widgets aside li {
  margin-bottom: 4%;
  padding-bottom: 4%;
  list-style-type: none;
  /* border-bottom: dotted 1px rgba(255, 255, 255, 0.15); */
}

@media only screen and (max-width: 768px) {
  .footer-widgets aside li {
    margin-bottom: 2%;
    padding-bottom: 2%;
  }
}
.footer-widgets aside li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.footer-widgets aside p:last-child {
  margin-bottom: 0;
}

.footer_widget {}

.footer_widget ul {
	margin:0 20px 30px 0;
	padding:0;
}

.footer_widget ul li {
	list-style: none;
	padding:10px 0 10px 10px;

}

.footer_widget ul li:last-child {
	border-bottom:none;
	padding-bottom:0;
}

.site-footer .button {padding:ppx 10px; line-height:1em; font-size:12px;}

#signup {
	/* margin-top:60px;  */

	width:100%;
	padding:30px 0;
	color:#222;
	font-family: 'Open Sans',Helvetica,Arial, sans-serif; font-weight:400; font-size:12px; letter-spacing: 3px; text-transform: uppercase; text-align: center;
}
#signup .form-control {background-color:#e7e7e7; padding:5px 10px; color:#222;}

#signup_name {text-align:right; font-weight:700; padding-top:5px;}
#signup_button {text-align:left;}
#signup_button .btn {padding:5px !important; font-size:14px; background-color:#CC9A00;}

@media screen and (max-width: 639px) {
	#signup_button {text-align:center; padding-top:10px;}
}


/* --------------------------------------------------------------
25.0 Share Icons
-------------------------------------------------------------- */
.checkout-share ul {
  margin: 0;
}
.checkout-share li {
  list-style-type: none;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
}
.checkout-share a {
  padding: 3px 5px;
  color: #748590;
  display: inline-block;
}
.checkout-share a:hover {
  color: #fff;
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
.checkout-share .share-title {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
.checkout-share .share-pinterest a:hover {
  color: #CD1D1F;
}
.checkout-share .share-twitter a:hover {
  color: #00C3F3;
}
.checkout-share .share-facebook a:hover {
  color: #2D609B;
}
.checkout-share .share-google a:hover {
  color: #333;
}

/* --------------------------------------------------------------
26.0 Media
-------------------------------------------------------------- */
.site-header img,
.entry-content img,
.comment-content img,
.widget img,
#content img,
#primary img {
  display: block;
  max-width: 100%;
  height: auto;
}

.column .rslides li,
.edd_download .rslides li {
  max-height: 288px;
  overflow: hidden;
  width: 100%;
}
.column .rslides li img,
.edd_download .rslides li img {
  min-width: 100%;
  height: auto;
}

#content img a,
#content img a:hover {
  border: none;
}

.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
  height: auto;
}

.site-header img,
.entry-content img,
img.size-full {
  width: auto;
  max-width: 100%;
}

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
  margin-bottom: 2%;
  max-width: 100%;
}

.sticky {
  visibility: visible;
}

#wpstats {
  display: none !important;
}

#content .gallery {
  margin-bottom: 5%;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16%;
}

.gallery-columns-7 .gallery-item {
  width: 14%;
}

.gallery-columns-8 .gallery-item {
  width: 12%;
}

.gallery-columns-9 .gallery-item {
  width: 11%;
}

#content .gallery-item img {
  padding: 10px;
  margin: 0 auto;
  border: none;
}

#content .gallery .gallery-caption,
#content .wp-caption-text {
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  margin: 5px 0 10px 0;
  color: #7B8996;
}

#content .gallery .gallery-item {
  display: inline-block;
  vertical-align: top;
}

#content .gallery .gallery-item img:hover {
  -webkit-transition: .15s ease-in;
  -moz-transition: .15s ease-in;
  transition: .15s ease-in;
}

#content .gallery .gallery-item img:hover {
  opacity: .9;
}

/* --------------------------------------------------------------
27.0 Form Styling
-------------------------------------------------------------- */
input:not([type="submit"]),
textarea,
select {
  width: 100%;
  max-width: 100%;
  padding: 12px 15px;
  height: 2.5em;
  -webkit-transition: .07s ease-in-out;
  transition: .07s ease-in-out;
  color: #4a545a;
  border: solid 1px transparent;
  border-radius: 3px;
  background: #eef2f5;
  box-shadow: none;
  box-sizing: border-box;
}

textarea {
  height: auto;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus {
  -webkit-transition: .07s ease-in-out;
  transition: .07s ease-in-out;
  color: #4a545a;
  border-top-color: #d5e0e8;
  border-left-color: #DDE7EF;
  outline: none;
  background: #F1F5F9;
}

input[type=number] {
  -moz-appearance: textfield;
}

::-webkit-input-placeholder {
  color: #8496A0;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #8496A0;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #8496A0;
}

:-ms-input-placeholder {
  color: #8496A0;
}

label {
  font-weight: normal;
  display: inline-block;
  padding-bottom: 4px;
  position: relative;
}

label.radio {
  padding-bottom: 0;
}

.contact-submit {
  margin-top: 1.5%;
}

.contact-form label {
  display: inline-block;
  width: 100%;
}

#content .contact-form input {
  width: 100%;
  max-width: 100%;
}

#content .contact-form textarea {
  width: 100%;
}

#content .contact-form input[type="submit"] {
  width: auto;
}

/* Select Menus */
select {
  height: 2.7em;
  min-height: 2.8em;
  position: relative;
}

.select select {
  -webkit-appearance: none;
  -moz-appearance: window;
}

select:focus {
  outline: none;
}

@media only screen and (max-width: 600px) {
  select {
    min-height: 2.5em;
    height: 2.5em;
  }
}
.select {
  position: relative;
}

.select:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f107";
  color: #4A545A;
  right: 15px;
  top: .6em;
}

@media only screen and (max-width: 600px) {
  .select:after {
    top: .5em;
  }
}
/* Custom Checkboxes and Radio Selects */
input[type="checkbox"],
input[type=radio] {
  border-radius: 2px;
  background: #E9EEF2;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 18px;
  margin: -3px 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 18px;
  min-width: 18px;
  -webkit-appearance: none;
  -webkit-transition: .05s border-color ease-in-out;
  transition: .05s border-color ease-in-out;
}

input[type=radio] {
  border-radius: 20px;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  background: #761e0b;
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
  float: left;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  margin-top: 9px;
  margin-left: 0;
  font-family: "FontAwesome";
  content: "\f00c";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



/* --------------------------------------------------------------
29.0 Widgets
-------------------------------------------------------------- */
/* Recent Comments */
.widget_recent_comments table {
  margin: 0;
  border-collapse: collapse;
}

.widget_recent_comments td {
  padding: 8px 0 4px 0;
  vertical-align: middle;
}

.site-footer .widget_recent_comments tr {
  /* border-bottom: dotted 1px rgba(255, 255, 255, 0.15); */
}

/* Calendar Styling */
#calendar_wrap {
  border-right: none;
  border-bottom: none;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2px -1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2px -1px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2px -1px;
}

#wp-calendar {
  max-width: 100%;
  margin: 0;
  color: #4A545A;
}

#wp-calendar a {
  color: #9BA6B2;
}

#wp-calendar a:hover {
  color: #4A545A;
}

#wp-calendar caption {
  font-weight: bold;
  padding: 5px 10px;
  text-align: center;
  background: #EAEDF0;
  color: #4A545A;
}

#wp-calendar tr th,
#wp-calendar tr td {
  text-align: center;
}

#wp-calendar tr th {
  font-size: 11px;
  font-weight: bold;
  margin: -10px -10px 10px -10px;
  color: #fff;
  background: #9BA6B2;
}

#wp-calendar tbody tr td {
  padding: 2px 0;
  border-top: solid 1px #f3f3f3;
  border-right: solid 1px #f3f3f3;
}

#wp-calendar tbody tr td:hover {
  cursor: pointer;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 0 0 5px;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.1) 0 0 5px;
  box-shadow: inset rgba(0, 0, 0, 0.1) 0 0 5px;
}

#wp-calendar tfoot td {
  font-size: 10px;
  font-weight: bold;
  padding: 7px 0 5px 0;
  text-transform: uppercase;
  border-top: solid 1px #f3f3f3;
  border-right: solid 1px #eee;
}

/* RSS Styling */
.widget_rss .rsswidget {
  font-weight: bold;
}

.widget_rss li {
  margin: 0 0 20px 0 !important;
  padding: 0 0 20px 0 !important;
  list-style-type: none !important;
  border-bottom: solid 1px #E0E5E8;
}

.widget_rss li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none;
}

.widget_rss li:before {
  display: none;
}

.widget_rss .rss-date {
  font-size: 12px;
  float: left;
  width: 100%;
  margin: 10px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.widget_rss li cite {
  display: inline-block;
  margin-top: 10px;
}

.widget-title .rsswidget img {
  display: none;
}

/* Widget Text */
.textwidget {
  word-break: break-word;
}

.footer-widget .textwidget a {
  /* border-bottom: dotted 1px rgba(255, 255, 255, 0.2); */
  padding-bottom: 3px;
}

/* Widget Archive */
.widget select,
.widget_archive select,
.widget_categories select {
  width: 100%;
}




/* --------------------------------------------------------------
30. Animations
-------------------------------------------------------------- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation: fadeIn .5s;
  animation: fadeIn .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* --------------------------------------------------------------
31. Plugin Styles
-------------------------------------------------------------- */
.mailbag-wrap legend {
  margin-bottom: 4%;
}

.mailbag-input:last-of-type {
  margin-bottom: 0;
}

#mailbag_mailchimp .mailbag-input .button {
  position: absolute;
  right: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 14px;
}

.mailbag-wrap input[type="text"],
.mailbag-wrap input[type="email"],
.mailbag-wrap input[type="password"] {
  height: 2.8em;
}

#content .fes_login_registration_form_row {
  padding: 0;
  width: 100% !important;
}



/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */

div#theBen {
    vertical-align: bottom;
    display: table-cell;
}

#theBen img {
    vertical-align: bottom
}

.recording-data {background-color:#fff; float: right; text-align: center; margin-top:-1%; padding:10px; z-index:20;}

.gigpress-row {padding-top:20px;}
.gigpress-info {font-size:12px;}
.gigpress-artist, .gigpress-sidebar-artist {font-weight:400;}
.gigpress-sidebar-venue {font-weight:400;}
.gigpress-links-cell {padding-bottom:30px !important;}
.gigpress-subscribe {color:#111 !important;}


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

	.mobile-no-pad {
		padding-left:0 !important;
	}

}

.origin-gig-title {font-size:20px; font-weight:400; line-height: 1em;}
.origin-gig-row {padding-top:20px; padding-bottom:30px; border-bottom:none !important;}

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

.yamaha {background-color:#ededed; padding:10px 0 20px;color:#222; font-family: 'Open Sans',Helvetica,Arial, sans-serif; font-weight:400; font-size:12px; letter-spacing: 3px; text-transform: uppercase; text-align: center;}

.yamaha-front {background-color:#fff; padding:30px 0 30px;color:#222; margin-top:40px; font-family: 'Open Sans',Helvetica,Arial, sans-serif; font-weight:400; font-size:16px; letter-spacing: 3px; text-transform: uppercase; text-align: center;}

.ytctitle {font-weight:400; font-size:14px !important; text-transform: capitalize;}

#discography {line-height:1.0em;}
#discography p {margin-bottom:14px;}