


/*******************************************/
/*  TABLE OF CONTENTS                      */
/*******************************************/
/*                                         */
/*   i.   CSS RESET                        */
/*   ii.  COLOR / FONT REFERENCE           */
/*   iii. GOOGLE FONTS                     */
/*                                         */
/*   1.   TYPOGRAPHY                       */
/*   2.   MAIN STRUCTURE                   */
/*   3.   HEADER                           */
/*   4.   SIDEBAR                          */
/*   5.   FOOTER                           */
/*   6.   FORMS                            */
/*   7.   TABULAR                          */
/*   8.   WP CORE                          */
/*   9.   PAGE SPECIFIC                    */
/*  10.   GENERAL RULES                    */
/*  11.   MEDIA QUERIES                    */
/*                                         */
/*******************************************/








/*******************************************/
/*  i. CSS RESET                           */
/*******************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,main,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,main,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}:focus{outline:0}



/*******************************************/
/* ii. SITE REFERENCE                      */
/*******************************************/
/*	- default body text  #000000           */
/*	- link color                           */
/*	- h1 color                             */
/*	- h2 color                             */
/*	- primary color -- hex: #007575        */
/*	  (green)          rgb: 000,117,117    */
/*	- secondary color -- #f281b3           */
/*	  (pink)           rgb: 242,129,179    */
/*	- tertiary color -- #f6eb16            */
/*	  (yellow)         rgb: 246,235,022    */
/*                                         */
/*    FONTS                                */
/*                                         */
/*	- default body text                    */
/*	- subtitle h2 text                     */
/*	- form input text                      */
/*	- default p text                       */
/*	- pre and code                         */
/*******************************************/






/*******************************************/
/*  iii. FONTS                             */
/*******************************************/


@font-face {
    font-family: 'patua';
    src: url('../font/patuaone-regular-webfont.eot');
    src: url('../font/patuaone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/patuaone-regular-webfont.woff2') format('woff2'),
         url('../font/patuaone-regular-webfont.woff') format('woff'),
         url('../font/patuaone-regular-webfont.ttf') format('truetype'),
         url('../font/patuaone-regular-webfont.svg#patua_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;

}





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

}











/*******************************************/
/*  1. TYPOGRAPHY                          */
/*******************************************/

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

body
{
    font: normal 12pt/1.5 'Open Sans', arial, helvetica, sans-serif;
	background-color: #444;
    letter-spacing: -.5px;
    color: #444;
    padding: 0;
}

html
{
	position: relative;
	left: 0;
	display: block;
	z-index: 100;
}

.wrapper
{
	overflow: hidden;
    background-color: #fff;
    height: auto;
}

/*.show-menu {left: -90%;}*/

a
{
	font-weight: bold;
	color: #44b03b;
    text-decoration: none;
}

a:hover   {color: #22471f}

p, ul, ol
{
    padding: 0 0 1em;
}

/* global box-sizing, font smoothing, text rendering */
*,
*:after,
*:before
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.text-center, .text-center * {text-align: center !important;}
.text-left, .text-left * {text-align: left !important;}
.text-right, .text-right * {text-align: right !important;}
.text-justified, .text-justified * {text-align: justify !important;}

blockquote
{
	padding: 1em;
	background: #efefef;
	margin: 2em 0;
	border: 1px solid #eee;
	border-left: 3px solid #22471f;
}

blockquote p:last-of-type
{
	padding: 0;
}

.caption {font-size: 10pt; font-weight: bold; padding: 5px 0 0;}


strong, .strong, b {font-weight: bold;}
em, .em, i {font-style: italic;}
.skinny {font-weight: 100;}

.photo-credit
{
    font-size: 8pt;
    line-height: 12pt;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: right;
    padding-top: 4px;
}

.clickable {cursor: pointer;}


hr
{
    display: block;
    padding: 0;
    margin: 20px 0;
    border-top: 1px dashed #ccc;
    border-bottom: none;
}



.main ul
{
    padding: 0 0 1em;
}

.main ul li
{
    padding: 0 0 .5em 1.1em;
    position: relative;
}

/*.main ul li:before*/
/*{*/
/*    content: '\25ba';*/
/*    color: #ccc;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/




dl
{
    padding: 20px 0;
}

dt
{
    font-weight: bold;
    position: relative;
    padding: 0 0 0 20px;
}

dd
{
    padding: 0 0 1em 20px;
}

ol
{
    list-style-type: decimal;
    padding: 0 2em 1em 1em;
}

ol li
{
    margin-bottom: .5em;
}


fieldset
{
    border: 1px solid #ccc;
    padding: 2em;
    margin: 0 0 2em;
}

legend
{
    font-weight: bold;
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 0 0 20px;
    position: relative;
    left: -10px;
}



/* tables */

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

th
{
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

sup
{
    font-size: 75%;
    position: relative;
    top: -5px;
}

sub
{
    font-size: 75%;
    position: relative;
    top: 5px;
}

cite
{
    opacity: .5;
    border-bottom: 1px solid rgba(0,0,0,.5);
}

abbr, acronym
{
    border-bottom: 1px dotted #ccc;
    cursor: help;
}

code, kbd, tt, var, samp, pre
{
    font-family: Inconsolata, courier, monospace;
    white-space: pre-wrap;
    word-wrap: break-word;
    padding: 1em;
    margin: 1em;
    font-size: 70%;
}






/* headers */

h1,h2,h3,h4,h5,h6
{
	font-family: patua, georgia, times, serif;
    font-weight: bold;
    line-height: 1;
	padding: .2em 0 .3em;
    color: #22471f;
    text-transform: uppercase;
}

h1 {font-size: 35pt;}

h2 {font-size: 30pt;}

h3 {font-size: 25pt;}

h3 a {font-weight: inherit;}

h4
{
	font-size: 18pt;
    letter-spacing: 3px;
    color: #B0A63B;
}

h5
{
	font-size: 14pt;
	text-transform: uppercase;
	letter-spacing: 2px;
    color: #B0A63B;
}

h6
{
    font-size: 12pt;
    color: #B0A63B;
}


h4.page-subhead
{
    text-transform: none;
    letter-spacing: 0;
    color: #222;
    padding: 1em 0 0;
}



/* selection */

::-moz-selection
{
    color: #fff;
    background: #22471f;
    text-shadow: none;
}

::selection
{
    color: #fff;
    background: #22471f;
    text-shadow: none;
}



/*******************************************/
/*  2. MAIN STRUCTURE                      */
/*******************************************/

body, html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: none;
}


.loading-overlay
{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #22471f;
    z-index: 15000;
}

.loading-con
{
    width: 100%;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 0px;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.loading-spinner
{
    display: block;
    width: 75px;
    height: 75px;
    border: 10px solid rgba(255,255,255,.2);
    border-right-color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}



@-webkit-keyframes spin
{
    0%
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin
{
    0%
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    100%
    {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



/*.loading-overlay*/
/*{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: fixed;*/
/*    top: 0px;*/
/*    left: 0px;*/
/*    background-color: #22471f;*/
/*    z-index: 10000;*/
/*}*/
/**/
/*.loading-con*/
/*{*/
/*    width: 100%;*/
/*    height: 100px;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 0px;*/
/*    -ms-transform: translateY(-50%);*/
/*    -o-transform: translateY(-50%);*/
/*    -webkit-transform: translateY(-50%);*/
/*    -moz-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*}*/
/**/
/*#loading*/
/*{*/
/*    display: block;*/
/*    width: auto;*/
/*    height: 100%;*/
/*    margin: 0 auto;*/
/*    -webkit-animation: spin 1s linear infinite;*/
/*    -moz-animation: spin 1s linear infinite;*/
/*    animation: spin 1s linear infinite;*/
/*    opacity: .5;*/
/*}*/

.main
{
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.home .main {padding: 0;}

.full-screen
{
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.full-screen.broken-phone
{
    background-position: bottom center;
    background-size: auto 50%;
}

.stage
{
    padding: 20px;
    margin: 0;
    position: relative;
    /*overflow: hidden;*/
}

.menu-main-con div.stage {padding: 0 !important; margin: 0 auto !important; overflow: visible !important;}

.page-header
{
	padding: 2.5em 0;
    display: table;
    margin: 0 auto;
    text-align: center;
}

/*.page-header .stage*/
/*{*/
/*	padding: 0 20px;*/
/*}*/

.page-title {border-bottom: 1px dashed #ccc;}


.no-mobile {display: none;}




/* page structure */


.entry-header
{
	padding: 2.5em 0;
    display: table;
    margin: 0 auto;
    text-align: center;
}

.entry-header h3
{
    font: normal 30pt/1.2 "Open Sans", sans-serif;
    color: #999;
}

.entry-con {position: relative;}

.entry-content.single
{
	min-height: 400px;
}

.entry-content a
{
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.entry-title {}
.entry-title.author {}
.entry-links {}

.entry-meta
{
	font-weight: bold;
	font-size: 9pt;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: .3em 0 1em;
	margin: 0;
}

.entry-meta a {color: inherit;}

.entry-meta-item
{
	display: block;
}

.entry-meta-item:last-of-type
{
}

.entry-summary
{
}

.entry-footer
{
	margin: 0 0 2em;
	padding: 0 0 1em;
}

.entry-footer *
{
	font-size: 10pt;
	line-height: 1.4;
}

.entry-tags {padding: 0;}



/* featured image */

.featured-image
{
    width: 100%;
    height: 300px;
    padding: 0;
    margin: 0;
    position: relative;
}

.featured-image img
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 0;
}

.fea-img-text
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: linear-gradient( transparent, rgba(0,0,0,.5) );
}

.fea-img-text * {text-shadow: 0px 0px 5px #000;}

.fea-img-text h1
{
    font-size: 24pt;
    color: #fff;
    text-align: center;
}

.fea-img-text h3
{
    font: normal 14pt/1 "Open Sans", sans-serif;
    color: #fff;
    text-align: center;
}

.fea-img-caption {text-align: center;}





/* pagination */

.nav-links
{
	width: 100%;
	display: table;
	margin: 1em 0 0;
	padding: 1em 0 0;
	border-top: 1px dashed #ccc;
	text-align: center;
}


.nav-previous, .nav-next
{
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

.nav-next
{
	text-align: right;
}

.nav-previous:before
{
	content: '\25c4';
	color: #aaa;
	margin: 0 5px 0 0;
}

.nav-next:after
{
	content: '\25ba';
	color: #aaa;
	margin: 0 0 0 5px;
}


.page-numbers
{
	display: inline-block;
	font-family: arial black, verdana, sans-serif;
	font-weight: 700;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: normal;
	text-transform: uppercase;
	padding: 6px 9px;
	color: #444;
	background-color: #eee;
	margin: 0 5px;
	border-radius: 3px;
	border: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.page-numbers.current,
.page-numbers.current:hover
{
	background-color: #666;
	color: #fff;
}

.page-numbers.dots,
.page-numbers.dots:hover
{
	cursor: auto;
	color: #444 !important;
	background-color: #eee;
}

.page-numbers:hover
{
	background-color: #700;
	color: #fff !important;
}





.cat-links {}
.tag-links {}

.meta-sep {}
.author {}
.vcard {}

.navigation {}




/* comments */
.comments
{
	padding: 2em 0 0;
}

#comment {vertical-align: top;}

.comments-title
{
}

.comments-navigation {}
.paginated-comments-links {}
.comment-form-comment {vertical-align: top;}





.form-allowed-tags
{
    font-size: 9pt;
    color: #777;
}

.ping-count {}


.c1, .c2, .c3
{
    width: 100%;
    max-width: 250px;
    margin: 0 auto 20px;
}

.page-margin
{
    padding: 20px;
    overflow: hidden;
}



.img-parallax
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.img-bgcover
{
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 0;
}





/*******************************************/
/*  3. HEADER                              */
/*******************************************/

.header
{
    width: 100%;
    height: 185px;
    position: relative;
	box-shadow: 0px 0px 5px #000;
    z-index: 99999;
}

.header-media
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-image: url( https://pointfiveband.com/wp-content/uploads/header.jpg );
}

.header .stage
{
    padding: 0;
}

.header-branding
{
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    padding: 18px 15px;
    margin: 0;
    z-index: 999;
    text-align: center;
}

.header-branding img
{
    width: 150px;
    height: auto;
}

.header-branding h3
{
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    letter-spacing: 0;
    font-size: 12pt;
    display: block;
    width: 240px;
    margin: 0 auto;
    padding: 3px 0 0;
}



.header-nav
{
    width: 100%;
    height: 56px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    vertical-align: middle;
}






.header-nav-search
{
    display: inline-block;
    vertical-align: middle;
    padding: 0 7px 0 0;
    border-right: 1px solid #eee;
}




.header-search
{
    display: none;
    width: 100%;
    font-weight: normal;
    font-size: 16pt !important;
    color: #222;
    position: absolute;
    right: 0;
    top: 56px;
    padding: 10px !important;
    border-radius: 0 !important;
    background: #eee;
    border: none !important;
    text-align: center;
}

.header-search::placeholder {color: rgba(255,255,255,.3);}

.header-search.show-search {display: block;}


.header-nav-search .ico-search
{
    color: #22471f;
    padding: 5px;
    font-size: 16pt;
    cursor: pointer;
    position: relative;
    top: 2px;
}














.sm-icons
{
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
    vertical-align: middle;
}

.sm-icons li
{
    float: left;
}

.sm-icon
{
    display: block;
    font: 24pt/1 entypo;
    text-align: center;
    margin: 0;
    padding: 18px 15px;
    color: #22471f;
}








#header-home-btn, .header-scroll-arrow {display: none;}





/* main nav */

.menu-main-ctl-con
{
	position: absolute;
    top: 0;
    right: 0;
	padding: 18px 14px;
    text-align: center;
    background-color: transparent;
    z-index: 99999;
}

/*.show-menu .menu-main-ctl-con {padding: 21px 15px;}*/

.menu-main-ctl
{
	position: relative;
	width: 35px;
	height: 19px;
}

.menu-bar
{
	display: block;
	width: 35px;
	height: 3px;
	position: absolute;
	left: 0;
	background-color: #22471f;
}

.menu-bar.top {top: 0}
.menu-bar.middle {top: 9px;}
.menu-bar.bottom {top: 18px;}

.show-menu .menu-bar
{
	width: 30px;
	/*left: 5px;*/
	top: 8px;
    /*background-color: #fff;*/
}

.show-menu .menu-bar.top
{
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
}

.show-menu .menu-bar.middle
{
    width: 0;
    right: 10px;
    opacity: 0;
}

.show-menu .menu-bar.bottom
{
    -webkit-transform: rotate(495deg);
    -moz-transform: rotate(495deg);
    -ms-transform: rotate(495deg);
    -o-transform: rotate(495deg);
    transform: rotate(495deg);
}









.menu-main-con
{
	position: relative;
    width: 100%;
    height: 56px;
	z-index: 9500;
	padding: 10px 50px 10px 10px;
    background: #fff;
    padding: 0;
    border-bottom: 1px solid #eee;
}


.menu-main
{
    margin: 0;
    padding: 14px;
    display: none;
    background: #fff;
    position: absolute;
    width: 100%;
    top: 56px;
}

.show-menu .menu-main {display: block;}


.menu-main li
{
	font: 700 16pt/1 'Open Sans', arial, helvetica, sans-serif;
    display: block;
	color: #22471f;
    position: relative;
}

.menu-main li a
{
    display: block;
	font-weight: normal;
    text-transform: uppercase;
    padding: 10px 0 15px;
    width: 100%;
    color: inherit;
}

.menu-open-arrow
{
    display: block;
    font: normal 25pt entypo;
    color: #aaa;
    position: absolute;
    top: -10px;
    right: -20px;
    padding: 15px;
    z-index: 999;
    cursor: pointer;
}

.menu-open-arrow:before {content: '.';}

.menu-main > li > ul
{
    display: none;
}

.menu-main > li.menu-open .menu-open-arrow:before {content: '\e0ad';}

.menu-main > li.menu-open > ul {display: block;}

.menu-main li ul
{
    text-align: left;
    padding: 0 0 20px 30px;
}

.menu-main li ul li
{
    display: block;
	font-size: 16pt;
	line-height: 16pt;
    width: 100%;
    float: none;
    border-bottom: none;
    border-top: none;
}

.menu-main li ul li a
{
    padding: 9px;
    font-weight: normal;
}


.breadcrumbs {display: none;}






/*******************************************/
/*  4. SIDEBAR                             */
/*******************************************/




/*******************************************/
/*  5. FOOTER                              */
/*******************************************/

.footer
{
    padding: 40px 20px;
    margin: 0;
    background-color: #eee;
}

.footer .stage {padding: 0;}

.footer * {text-align: center;}

.footer p {font-size: 10pt;}

.footer p:last-of-type {padding: 0;}

.footer-widgets
{
    padding: 10px 30px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.footer .widget
{
    margin: 0 auto;
	padding: 0 0 2em;
}


.footer-credits p
{
    font-size: 9pt;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1px;
}

img.wp-image-64 {width: 100%; max-width: 300px !important;} /* fix for album store art */




.share-icons
{
    list-style-type: none;
    text-align: center;
    color: #777;
	padding: 0;
}

.share-icons a {color: inherit;}

.share-this {margin: 0 10px;}





.smi-facebook:before    {content: 'b';}
.smi-twitter:before     {content: 'a';}
.smi-googleplus:before  {content: 'c';}
.smi-instagram:before   {content: 'x';}
.smi-linkedin:before    {content: 'j';}
.smi-email:before       {content: '@';}
.smi-goodreads:before   {content: '5';}
.smi-pinterest:before   {content: 'd';}
.smi-myspace:before     {content: 'm';}
.smi-soundcloud:before  {content: 'n';}
.smi-spotify:before     {content: 'o';}
.smi-youtube:before     {content: 'r';}
.smi-vimeo:before       {content: 's';}
.smi-dailymotion:before {content: 't';}
.smi-vine:before        {content: 'u';}
.smi-flickr:before      {content: 'v';}
.smi-stumbleupon:before {content: 'E';}
.smi-tumblr:before      {content: 'z';}



.share-icons li.smi-facebook    {background-color: #3b5a9a;}
.share-icons li.smi-twitter     {background-color: #2da8e0;}
.share-icons li.smi-googleplus  {background-color: #dd4c37;}
.share-icons li.smi-instagram   {background-color: #537fa4;}
.share-icons li.smi-linkedin    {background-color: #077bb7;}
.share-icons li.smi-email       {background-color: #00bb00;}
.share-icons li.smi-goodreads   {background-color: #743900;}
.share-icons li.smi-pinterest   {background-color: #cb2129;}
.share-icons li.smi-myspace     {background-color: #003399;}
.share-icons li.smi-soundcloud  {background-color: #f04e24;}
.share-icons li.smi-spotify     {background-color: #7ab843; color: #000;}
.share-icons li.smi-youtube     {background-color: #c9322d;}
.share-icons li.smi-vimeo       {background-color: #20b7eb;}
.share-icons li.smi-dailymotion {background-color: #0064dc;}
.share-icons li.smi-vine        {background-color: #00b488;}
.share-icons li.smi-flickr      {background-color: #ed2183;}
.share-icons li.smi-stumbleupon {background-color: #e74d25;}
.share-icons li.smi-tumblr      {background-color: #31506d;}













/*******************************************/
/*  6. FORMS                               */
/*******************************************/


input[type="text"],
input[type="email"],
input[type="password"],
textarea
{
    /*font: normal 16pt priori-sans, arial, verdana, sans-serif;*/
    font-weight: normal;
    font-size: 16pt;
    padding: 8px 12px;
    border: 1px solid #777;
    border-radius: 3px;
    margin: 0;
    -webkit-appearance: none;
    vertical-align: top;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

textarea
{
    height: 200px;
    resize: none;
}

input:disabled,
textarea:disabled
{
    opacity: .5;
    cursor: auto;
}


input[type="submit"],
button,
.cta-link,
.button
{
    display: inline-block;
	font-weight: bold;
	font-size: 10pt;
	letter-spacing: 2px;
	line-height: 1;
	text-transform: uppercase;
	padding: 16px 30px 15px;
	color: #44b03b;
	background-color: transparent;
	margin: 20px 0;
	border-radius: 0;
	border: 1px solid #44b03b;
	-webkit-appearance: none;
	cursor: pointer;
}

input[type="submit"]:hover,
button:hover,
.cta-link:hover,
.button:hover
{
	background-color: #44b03b;
	color: #fff;
}

input[type="submit"].sa,
button.sa,
.cta-link.sa,
.button.sa
{
    display: table;
    margin: 20px auto;
}

input[type="submit"].dg,
button.dg,
.cta-link.dg,
.button.dg
{
	color: #22471f;
	border: 1px solid #22471f;
}




.screen-reader-text {display: none;}












/*******************************************/
/*  7. TABULAR                             */
/*******************************************/




/*******************************************/
/*  8. WP CORE                             */
/*******************************************/


.post-edit-link {position: absolute; top: 0px; right: 0px; font: normal 7pt "arial", "helvetica", sans-serif; color: #999; text-transform: uppercase; text-decoration: none;}
/*.hentry {position: relative;}*/


.sticky, .gallery-caption, .bypostauthor {}




/* =WordPress Core
-------------------------------------------------------------- */
.alignnone
{}

.aligncenter,
div.aligncenter
{}

.alignright
{}

.alignleft
{}

a img.alignright
{}

a img.alignnone
{}

a img.alignleft
{}

a img.aligncenter
{}

.entry-summary img,
.wp-caption,
.wp-caption.alignnone,
.wp-caption.alignleft,
.wp-caption.alignright,
img.alignnone,
img.alignleft,
img.alignright,
img.aligncenter
{
	display: block;
	max-width: 80%;
	height: auto;
	margin: 0 auto 20px;
	float: none;
}



.wp-caption
{
    background: transparent;
}


.wp-caption img
{
	display: block;
    width: 100%;
    height: auto;
	max-width: none;
    border: 0 none;
    margin: 0 0 4px;
    padding: 0;
}

.wp-caption p
{
	font-weight: bold;
	font-size: 9pt;
    margin: 0;
	padding: 0;
}





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

.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-size: 0.875rem;
	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. */
}







/*******************************************/
/*  9. PAGE SPECIFIC                       */
/*******************************************/


/* HOME PAGE */

.cascade
{
	overflow: hidden;
	padding: 20px 0;
	position: relative;
}

div.cascade * {text-align: center;}


.cascade .stage {background: transparent;}

.cascade.who-we-are {padding: 20px 0 0;}
.cascade.our-home {padding: 0 0 20px;}

.cascade.bg-ltgreen {background-color: #44b03b;}

.cascade.bg-dkgreen {background-color: #22471f;}

.cascade.bg-dkgreen h3,
.cascade.bg-dkgreen p
{
    color: #fff;
}


div.cascade h3 {font-size: 16pt;}

div.cascade h5
{
    letter-spacing: 3px;
    color: #B0A63B;
}

div.cascade h5 span
{
    display: table;
    margin: 0 auto 10px;
    padding: 0 0 10px;
    border-bottom: 1px dotted #B0A63B;
}



/* hp intro */

div.cascade.hp-intro
{
    padding: 0 !important;
    height: 300px;
}

.hpic-img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hp-intro-content
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: +1;
    padding: 20px;
}

.hp-intro-content .button.sa,
.big-news .button.sa
{
    border: none;
    margin: 20px auto;
    padding: 0;
    text-shadow: 0px 0px 5px #000;
}

.hp-intro-content *
{
    color: white;
}

.hp-intro-text-con,
.hpci-text,
.hpci-label
{
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0px 0px 5px #000;
    color: #fff;
}

h1.hp-intro-text-con
{
    font-size: 18pt;
    font-weight: normal;
}

.big-news h1
{
    font-size: 18pt;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0px 0px 5px #000;
    color: #fff;
}

.hpci-text
{
    font-size: 18pt;
    font-weight: normal;
    padding: 0;
}

.hpci-label
{
    font-weight: bold;
    font-size: 10pt;
    letter-spacing: 2px;
    padding: 10px 0 0;
}

.hpci-link, .hpic-link
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: +10;
}



/* hp big news */

.cascade.big-news
{
    height: 300px;
}

.big-news-text
{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: +2;
}

.big-news-text * {color: #fff;}



/* hp chooser */

.hp-chooser
{
    padding: 0;
    margin: 0;
}

.hp-chooser-item
{
    position: relative;
    width: 100%;
    height: 300px;
    background-color: #22471f;
}

.hpci-img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hpci-con
{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: +2;
}




/* hp buy cd */

.hp-buy-cd-img
{
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}





/* fp news items */

.news-items
{
    width: 100%;
    margin: 0;
    padding: 0;
}

li.news-item
{
    display: block;
    width: 100%;
    height: 250px;
    margin: 0 0 20px;
    background-color: #fff;
}

li.news-item:before {content: '' !important;}


span.news-item-bg
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .2;
}

span.news-item-bg.bgcolor
{
    background-color: #22471f;
}

span.news-item-bg.bgimg
{
    background-color: #fff;
    background-position: center;
    background-size: cover;
}

span.news-item-text
{
    display: block;
    padding: 0 30px;
    width: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

span.news-item-text h3
{
    font-size: 20pt;
    text-align: center;
}

p.news-date
{
    font-weight: bold;
    text-align: center;
    padding: 0;
    margin: 0;
}




/* hp events */

.hp-event
{
    padding: 0 0 20px;
}

.hp-event h4 {letter-spacing: 0;}

.hp-event:after
{
    content: '\2605 \2605 \2605';
    color: #B0A63B;
}

.hp-event-date {color: #fff;}






/* bios */

.band-bio-mod
{
    width: 100%;
    padding: 0 0 40px;
    overflow: hidden;
}

.band-bio-mod img
{
    display: block;
    padding: 5px;
    border: 1px solid #44b03b;
    margin: 0 auto;
}



/* store */

.p5-store {padding: 40px 0 0;}

.store-item-main, .store-item-side, .store-item-links
{
    padding: 0 0 40px;
}

.store-item
{
    overflow: hidden;
    padding: 0 0 40px;
    margin: 0 0 40px;
    border-bottom: 1px solid #ccc;
}

.store-item:last-of-type
{
    border-bottom: none;
}

.store-item-img
{
    max-width: 100%;
    height: auto;
}

ul.store-item-links li
{
    display: block;
    float: left;
    width: 50%;
    padding: 0 15px 0 0;
    margin: 0;
}

ul.store-item-links li:before
{
    content: '';
}

.store-item-links button, .store-item-links input[type="submit"] {margin: .5em 0;}



/* attachment.php */
.header {}

#nav-above {}

.entry-attachment {}

.attachment {}

/* archive.php */



/*******************************************/
/*  10. GENERAL RULES                      */
/*******************************************/


.hide {display: none;}

.no-height
{
	height: 0;
	overflow: hidden;
}

.coverall
{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: +1;
}

.background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.content-top
{
    z-index: 9000;
}


.smaller {font-size: 80%;}



.hoverclear:hover {background-color: transparent;}

.shadow {box-shadow: 0px 0px 5px rgba(0,0,0,.5);}
img.shadow {margin: 5px;}
.polaroid {border: 6px solid #fff;}




.anim,
.anim.all *
{
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.anim-fast,
.anim-fast.all *
{
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}


.anim-slow,
.anim-slow.all *
{
    -webkit-transition: 0.8s all ease;
    -moz-transition: 0.8s all ease;
    -o-transition: 0.8s all ease;
    transition: 0.8s all ease;
}



.a05 {background-color: rgba(0,0,0,.05);}
.a10 {background-color: rgba(0,0,0,.1);}
.a20 {background-color: rgba(0,0,0,.2);}
.a30 {background-color: rgba(0,0,0,.3);}
.a40 {background-color: rgba(0,0,0,.4);}
.a50 {background-color: rgba(0,0,0,.5);}
.a60 {background-color: rgba(0,0,0,.6);}
.a70 {background-color: rgba(0,0,0,.7);}
.a80 {background-color: rgba(0,0,0,.8);}
.a90 {background-color: rgba(0,0,0,.9);}


.b10 {background-color: rgba(255,255,255,.1);}
.b20 {background-color: rgba(255,255,255,.2);}
.b30 {background-color: rgba(255,255,255,.3);}
.b40 {background-color: rgba(255,255,255,.4);}
.b50 {background-color: rgba(255,255,255,.5);}
.b60 {background-color: rgba(255,255,255,.6);}
.b70 {background-color: rgba(255,255,255,.7);}
.b80 {background-color: rgba(255,255,255,.8);}
.b90 {background-color: rgba(255,255,255,.9);}

.p10 {padding: 10px !important;}
.p20 {padding: 20px !important;}
.p30 {padding: 30px !important;}
.p40 {padding: 40px !important;}
.p50 {padding: 50px !important;}
.p60 {padding: 60px !important;}
.p70 {padding: 70px !important;}
.p80 {padding: 80px !important;}
.p90 {padding: 90px !important;}

.o10 {opacity: .1;}
.o20 {opacity: .2;}
.o30 {opacity: .3;}
.o40 {opacity: .4;}
.o50 {opacity: .5;}
.o60 {opacity: .6;}
.o70 {opacity: .7;}
.o80 {opacity: .8;}
.o90 {opacity: .9;}


.r45
{
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.r90
{
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.r135
{
    -ms-transform: rotate(135deg); /* IE 9 */
    -webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */
    transform: rotate(135deg);
}

.r180
{
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.r225
{
    -ms-transform: rotate(225deg); /* IE 9 */
    -webkit-transform: rotate(225deg); /* Chrome, Safari, Opera */
    transform: rotate(225deg);
}

.r270
{
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
}

.r315
{
    -ms-transform: rotate(315deg); /* IE 9 */
    -webkit-transform: rotate(315deg); /* Chrome, Safari, Opera */
    transform: rotate(315deg);
}


.block {display: block;}
.inline {display: inline;}

.nopos {position: static !important;}
.noshim {margin: 0 !important; padding: 0 !important;}

.graybg {background: #eee;}
.green {color: #007575;}
.greenbg {background-color: #007575;}
.brown {color: #6e3c17;}
.brownbg {background-color: #6e3c17;}
.red {color: #700 !important;}

.white, .white * {color: #fff;}
.whitebg {background-color: #fff;}

.white-border {border: 5px solid #fff;}

.pink, .pink * {color: #f281b3 !important;}
.pinkbg {background-color: #f281b3;}

.white-ribbon {border-top: 1px solid #fff;}

.dingbat {font-family: 'heydings' !important;}

.hglow:hover {opacity: 1;}

.relative {position: relative;}
.absolute {position: absolute;}
.static {position: static;}


/* effects */
.halftone
{
    background-image: url('../img/halftone.png');
    background-position: center;
    background-size: 4px auto;
    opacity: .1;
}


.lines
{
    background-image: url('img/lines.png');
    background-position: center;
    background-size: 2px auto;
    opacity: .1;
}





.full-width
{
    display: block;
    width: 100%;
    max-width: 250px;
    height: auto;
    margin: 0 auto;
}

.size-medium
{
    width: 600px;
    max-width: 100%;
    height: auto;
}


.top
{
    z-index: 9000;
}

.no-float
{
    float: none;
    clear: both;
}

.no-overflow
{
    overflow: hidden;
}


.widget-con li,
.arrowhead
{
    list-style-type: none;
    margin: 0 0 .5em 27px;
    text-indent: -27px;
}

.arrowhead:before,
.menu-arrow li:before,
.widget-con li:before
{
    content: '\27a3\00a0\00a0';
    /*color: #999;*/
}





.bg-dark
{
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,.3);
    overflow: auto;
}

.popup-box-con
{
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
}

.info-box
{
    width: 100%;
    max-width: 500px;
    padding: 30px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}




[data-icon]:before {font-family: "entypo" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="ico-"]:before,
[class*=" ico-"]:before {font-family: "entypo" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.ico-address:before {content: "\61";}
.ico-adjust:before {content: "\62";}
.ico-air:before {content: "\63";}
.ico-alert:before {content: "\64";}
.ico-archive:before {content: "\65";}
.ico-arrow-combo:before {content: "\66";}
.ico-arrows-ccw:before {content: "\67";}
.ico-attach:before {content: "\68";}
.ico-attention:before {content: "\69";}
.ico-back:before {content: "\6a";}
.ico-back-in-time:before {content: "\6b";}
.ico-bag:before {content: "\6c";}
.ico-basket:before {content: "\6d";}
.ico-battery:before {content: "\6e";}
.ico-behance:before {content: "\6f";}
.ico-bell:before {content: "\70";}
.ico-block:before {content: "\71";}
.ico-book:before {content: "\72";}
.ico-book-open:before {content: "\73";}
.ico-bookmark:before {content: "\74";}
.ico-bookmarks:before {content: "\75";}
.ico-box:before {content: "\76";}
.ico-briefcase:before {content: "\77";}
.ico-brush:before {content: "\78";}
.ico-bucket:before {content: "\79";}
.ico-calendar:before {content: "\7a";}
.ico-camera:before {content: "\41";}
.ico-cancel:before {content: "\42";}
.ico-cancel-circled:before {content: "\43";}
.ico-cancel-squared:before {content: "\44";}
.ico-cc:before {content: "\45";}
.ico-cc-by:before {content: "\46";}
.ico-cc-nc:before {content: "\47";}
.ico-cc-nc-eu:before {content: "\48";}
.ico-cc-nc-jp:before {content: "\49";}
.ico-cc-nd:before {content: "\4a";}
.ico-cc-pd:before {content: "\4b";}
.ico-cc-remix:before {content: "\4c";}
.ico-cc-sa:before {content: "\4d";}
.ico-cc-share:before {content: "\4e";}
.ico-cc-zero:before {content: "\4f";}
.ico-ccw:before {content: "\50";}
.ico-cd:before {content: "\51";}
.ico-chart-area:before {content: "\52";}
.ico-chart-bar:before {content: "\53";}
.ico-chart-line:before {content: "\54";}
.ico-chart-pie:before {content: "\55";}
.ico-chat:before {content: "\56";}
.ico-check:before {content: "\57";}
.ico-clipboard:before {content: "\58";}
.ico-clock:before {content: "\59";}
.ico-cloud:before {content: "\5a";}
.ico-cloud-thunder:before {content: "\30";}
.ico-code:before {content: "\31";}
.ico-cog:before {content: "\32";}
.ico-comment:before {content: "\33";}
.ico-compass:before {content: "\34";}
.ico-credit-card:before {content: "\35";}
.ico-cup:before {content: "\36";}
.ico-cw:before {content: "\37";}
.ico-database:before {content: "\38";}
.ico-db-shape:before {content: "\39";}
.ico-direction:before {content: "\21";}
.ico-doc:before {content: "\22";}
.ico-doc-landscape:before {content: "\23";}
.ico-doc-text:before {content: "\24";}
.ico-doc-text-inv:before {content: "\25";}
.ico-docs:before {content: "\26";}
.ico-dot:before {content: "\27";}
.ico-dot-2:before {content: "\28";}
.ico-dot-3:before {content: "\29";}
.ico-down:before {content: "\2a";}
.ico-down-bold:before {content: "\2b";}
.ico-down-circled:before {content: "\2c";}
.ico-down-dir:before {content: "\2d";}
.ico-down-open:before {content: "\2e";}
.ico-down-open-big:before {content: "\2f";}
.ico-down-open-mini:before {content: "\3a";}
.ico-down-thin:before {content: "\3b";}
.ico-download:before {content: "\3c";}
.ico-dribbble:before {content: "\3d";}
.ico-dribbble-circled:before {content: "\3e";}
.ico-drive:before {content: "\3f";}
.ico-dropbox:before {content: "\40";}
.ico-droplet:before {content: "\5b";}
.ico-erase:before {content: "\5d";}
.ico-evernote:before {content: "\5e";}
.ico-export:before {content: "\5f";}
.ico-eye:before {content: "\60";}
.ico-facebook:before {content: "\7b";}
.ico-facebook-circled:before {content: "\7c";}
.ico-facebook-squared:before {content: "\7d";}
.ico-fast-backward:before {content: "\7e";}
.ico-fast-forward:before {content: "\5c";}
.ico-feather:before {content: "\e000";}
.ico-flag:before {content: "\e001";}
.ico-flash:before {content: "\e002";}
.ico-flashlight:before {content: "\e003";}
.ico-flattr:before {content: "\e004";}
.ico-flickr:before {content: "\e005";}
.ico-flickr-circled:before {content: "\e006";}
.ico-flight:before {content: "\e007";}
.ico-floppy:before {content: "\e008";}
.ico-flow-branch:before {content: "\e009";}
.ico-flow-cascade:before {content: "\e00a";}
.ico-flow-line:before {content: "\e00b";}
.ico-flow-parallel:before {content: "\e00c";}
.ico-flow-tree:before {content: "\e00d";}
.ico-folder:before {content: "\e00e";}
.ico-forward:before {content: "\e00f";}
.ico-gauge:before {content: "\e010";}
.ico-github:before {content: "\e011";}
.ico-github-circled:before {content: "\e012";}
.ico-globe:before {content: "\e013";}
.ico-google-circles:before {content: "\e014";}
.ico-gplus:before {content: "\e015";}
.ico-gplus-circled:before {content: "\e016";}
.ico-graduation-cap:before {content: "\e017";}
.ico-heart:before {content: "\e018";}
.ico-heart-empty:before {content: "\e019";}
.ico-help:before {content: "\e01a";}
.ico-help-circled:before {content: "\e01b";}
.ico-home:before {content: "\e01c";}
.ico-hourglass:before {content: "\e01d";}
.ico-inbox:before {content: "\e01e";}
.ico-infinity:before {content: "\e01f";}
.ico-info:before {content: "\e020";}
.ico-info-circled:before {content: "\e021";}
.ico-instagrem:before {content: "\e022";}
.ico-install:before {content: "\e023";}
.ico-key:before {content: "\e024";}
.ico-keyboard:before {content: "\e025";}
.ico-lamp:before {content: "\e026";}
.ico-language:before {content: "\e027";}
.ico-lastfm:before {content: "\e028";}
.ico-lastfm-circled:before {content: "\e029";}
.ico-layout:before {content: "\e02a";}
.ico-leaf:before {content: "\e02b";}
.ico-left:before {content: "\e02c";}
.ico-left-bold:before {content: "\e02d";}
.ico-left-circled:before {content: "\e02e";}
.ico-left-dir:before {content: "\e02f";}
.ico-left-open:before {content: "\e030";}
.ico-left-open-big:before {content: "\e031";}
.ico-left-open-mini:before {content: "\e032";}
.ico-left-thin:before {content: "\e033";}
.ico-level-down:before {content: "\e034";}
.ico-level-up:before {content: "\e035";}
.ico-lifebuoy:before {content: "\e036";}
.ico-light-down:before {content: "\e037";}
.ico-light-up:before {content: "\e038";}
.ico-link:before {content: "\e039";}
.ico-linkedin:before {content: "\e03a";}
.ico-linkedin-circled:before {content: "\e03b";}
.ico-list:before {content: "\e03c";}
.ico-list-add:before {content: "\e03d";}
.ico-location:before {content: "\e03e";}
.ico-lock:before {content: "\e03f";}
.ico-lock-open:before {content: "\e040";}
.ico-login:before {content: "\e041";}
.ico-logo-db:before {content: "\e042";}
.ico-logout:before {content: "\e043";}
.ico-loop:before {content: "\e044";}
.ico-magnet:before {content: "\e045";}
.ico-mail:before {content: "\e046";}
.ico-map:before {content: "\e047";}
.ico-megaphone:before {content: "\e048";}
.ico-menu:before {content: "\e049";}
.ico-mic:before {content: "\e04a";}
.ico-minus:before {content: "\e04b";}
.ico-minus-circled:before {content: "\e04c";}
.ico-minus-squared:before {content: "\e04d";}
.ico-mixi:before {content: "\e04e";}
.ico-mobile:before {content: "\e04f";}
.ico-monitor:before {content: "\e050";}
.ico-moon:before {content: "\e051";}
.ico-mouse:before {content: "\e052";}
.ico-music:before {content: "\e053";}
.ico-mute:before {content: "\e054";}
.ico-network:before {content: "\e055";}
.ico-newspaper:before {content: "\e056";}
.ico-note:before {content: "\e057";}
.ico-note-beamed:before {content: "\e058";}
.ico-palette:before {content: "\e059";}
.ico-paper-plane:before {content: "\e05a";}
.ico-pause:before {content: "\e05b";}
.ico-paypal:before {content: "\e05c";}
.ico-pencil:before {content: "\e05d";}
.ico-phone:before {content: "\e05e";}
.ico-picasa:before {content: "\e05f";}
.ico-picture:before {content: "\e060";}
.ico-pinterest:before {content: "\e061";}
.ico-pinterest-circled:before {content: "\e062";}
.ico-play:before {content: "\e063";}
.ico-plus:before {content: "\e064";}
.ico-plus-circled:before {content: "\e065";}
.ico-plus-squared:before {content: "\e066";}
.ico-popup:before {content: "\e067";}
.ico-print:before {content: "\e068";}
.ico-progress-0:before {content: "\e069";}
.ico-progress-1:before {content: "\e06a";}
.ico-progress-2:before {content: "\e06b";}
.ico-progress-3:before {content: "\e06c";}
.ico-publish:before {content: "\e06d";}
.ico-qq:before {content: "\e06e";}
.ico-quote:before {content: "\e06f";}
.ico-rdio:before {content: "\e070";}
.ico-rdio-circled:before {content: "\e071";}
.ico-record:before {content: "\e072";}
.ico-renren:before {content: "\e073";}
.ico-reply:before {content: "\e074";}
.ico-reply-all:before {content: "\e075";}
.ico-resize-full:before {content: "\e076";}
.ico-resize-small:before {content: "\e077";}
.ico-retweet:before {content: "\e078";}
.ico-right:before {content: "\e079";}
.ico-right-bold:before {content: "\e07a";}
.ico-right-circled:before {content: "\e07b";}
.ico-right-dir:before {content: "\e07c";}
.ico-right-open:before {content: "\e07d";}
.ico-right-open-big:before {content: "\e07e";}
.ico-right-open-mini:before {content: "\e07f";}
.ico-right-thin:before {content: "\e080";}
.ico-rocket:before {content: "\e081";}
.ico-rss:before {content: "\e082";}
.ico-search:before {content: "\e083";}
.ico-share:before {content: "\e084";}
.ico-shareable:before {content: "\e085";}
.ico-shuffle:before {content: "\e086";}
.ico-signal:before {content: "\e087";}
.ico-sina-weibo:before {content: "\e088";}
.ico-skype:before {content: "\e089";}
.ico-skype-circled:before {content: "\e08a";}
.ico-smashing:before {content: "\e08b";}
.ico-sound:before {content: "\e08c";}
.ico-soundcloud:before {content: "\e08d";}
.ico-spotify:before {content: "\e08e";}
.ico-spotify-circled:before {content: "\e08f";}
.ico-star:before {content: "\e090";}
.ico-star-empty:before {content: "\e091";}
.ico-stop:before {content: "\e092";}
.ico-stumbleupon:before {content: "\e093";}
.ico-stumbleupon-circled:before {content: "\e094";}
.ico-suitcase:before {content: "\e095";}
.ico-sweden:before {content: "\e096";}
.ico-switch:before {content: "\e097";}
.ico-tag:before {content: "\e098";}
.ico-tape:before {content: "\e099";}
.ico-target:before {content: "\e09a";}
.ico-thermometer:before {content: "\e09b";}
.ico-thumbs-down:before {content: "\e09c";}
.ico-thumbs-up:before {content: "\e09d";}
.ico-ticket:before {content: "\e09e";}
.ico-to-end:before {content: "\e09f";}
.ico-to-start:before {content: "\e0a0";}
.ico-tools:before {content: "\e0a1";}
.ico-traffic-cone:before {content: "\e0a2";}
.ico-trash:before {content: "\e0a3";}
.ico-trophy:before {content: "\e0a4";}
.ico-tumblr:before {content: "\e0a5";}
.ico-tumblr-circled:before {content: "\e0a6";}
.ico-twitter:before {content: "\e0a7";}
.ico-twitter-circled:before {content: "\e0a8";}
.ico-up:before {content: "\e0a9";}
.ico-up-bold:before {content: "\e0aa";}
.ico-up-circled:before {content: "\e0ab";}
.ico-up-dir:before {content: "\e0ac";}
.ico-up-open:before {content: "\e0ad";}
.ico-up-open-big:before {content: "\e0ae";}
.ico-up-open-mini:before {content: "\e0af";}
.ico-up-thin:before {content: "\e0b0";}
.ico-upload:before {content: "\e0b1";}
.ico-upload-cloud:before {content: "\e0b2";}
.ico-user:before {content: "\e0b3";}
.ico-user-add:before {content: "\e0b4";}
.ico-users:before {content: "\e0b5";}
.ico-vcard:before {content: "\e0b6";}
.ico-video:before {content: "\e0b7";}
.ico-vimeo:before {content: "\e0b8";}
.ico-vimeo-circled:before {content: "\e0b9";}
.ico-vkontakte:before {content: "\e0ba";}
.ico-volume:before {content: "\e0bb";}
.ico-water:before {content: "\e0bc";}
.ico-window:before {content: "\e0bd";}
.ico-500px:before {content: "\e0be";}
.ico-app-store:before {content: "\e0bf";}
.ico-dropbox-1:before {content: "\e0c0";}
.ico-flickr-1:before {content: "\e0c1";}
.ico-google:before {content: "\e0c2";}
.ico-grooveshark:before {content: "\e0c3";}
.ico-instagram:before {content: "\e0c4";}
.ico-linkedin-1:before {content: "\e0c5";}
.ico-pinterest-1:before {content: "\e0c6";}
.ico-rdio-1:before {content: "\e0c7";}
.ico-scribd:before {content: "\e0c8";}
.ico-skype-1:before {content: "\e0c9";}
.ico-soundcloud-1:before {content: "\e0ca";}
.ico-spotify-1:before {content: "\e0cb";}
.ico-tripadvisor:before {content: "\e0cc";}
.ico-tumblr-1:before {content: "\e0cd";}
.ico-twitter-1:before {content: "\e0ce";}
.ico-vimeo-1:before {content: "\e0cf";}
.ico-vine:before {content: "\e0d0";}
.ico-yelp:before {content: "\e0d1";}
.ico-goodreads:before {content: "\e0d3";}
.ico-youtube:before {content: "\e0d4";}
.ico-banknote:before {content: "\e0d2";}
.ico-bubble:before {content: "\e0d5";}
.ico-bulb:before {content: "\e0d6";}
.ico-calendar-1:before {content: "\e0d7";}
.ico-camera-1:before {content: "\e0d8";}
.ico-clip:before {content: "\e0d9";}
.ico-clock-1:before {content: "\e0da";}
.ico-cloud-1:before {content: "\e0db";}
.ico-cup-1:before {content: "\e0dc";}
.ico-data:before {content: "\e0dd";}
.ico-diamond:before {content: "\e0de";}
.ico-display:before {content: "\e0df";}
.ico-eye-1:before {content: "\e0e0";}
.ico-fire:before {content: "\e0e1";}
.ico-food:before {content: "\e0e2";}
.ico-heart-1:before {content: "\e0e3";}
.ico-key-1:before {content: "\e0e4";}
.ico-lab:before {content: "\e0e5";}
.ico-like:before {content: "\e0e6";}
.ico-location-1:before {content: "\e0e7";}
.ico-lock-1:before {content: "\e0e8";}
.ico-mail-1:before {content: "\e0e9";}
.ico-megaphone-1:before {content: "\e0ea";}
.ico-music-1:before {content: "\e0eb";}
.ico-news:before {content: "\e0ec";}
.ico-note-1:before {content: "\e0ed";}
.ico-paperplane:before {content: "\e0ee";}
.ico-params:before {content: "\e0ef";}
.ico-pen:before {content: "\e0f0";}
.ico-phone-1:before {content: "\e0f1";}
.ico-photo:before {content: "\e0f2";}
.ico-search-1:before {content: "\e0f3";}
.ico-settings:before {content: "\e0f4";}
.ico-shop:before {content: "\e0f5";}
.ico-sound-1:before {content: "\e0f6";}
.ico-stack:before {content: "\e0f7";}
.ico-star-1:before {content: "\e0f8";}
.ico-study:before {content: "\e0f9";}
.ico-t-shirt:before {content: "\e0fa";}
.ico-tag-1:before {content: "\e0fb";}
.ico-trash-1:before {content: "\e0fc";}
.ico-truck:before {content: "\e0fd";}
.ico-tv:before {content: "\e0fe";}
.ico-user-1:before {content: "\e0ff";}
.ico-vallet:before {content: "\e100";}
.ico-video-1:before {content: "\e101";}
.ico-vynil:before {content: "\e102";}
.ico-world:before {content: "\e103";}





.waw-col, .waw-col-reset, .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9
{
    width: 100%;
    float: none;
    border: none;
    padding: 0;
    margin: 0;
}

.wp-post-image
{
}

.fea-img-norm
{
    width: 100%;
    height: auto;
}






/*******************************************/
/*  11. MEDIA QUERIES                      */
/*******************************************/

/* wide mobile */
@media only screen and (min-width: 500px)
{
    .band-bio-mod
    {
        padding: 0 0 60px;
    }
    
    .band-bio-mod img
    {
        width: 200px;
        float: right;
        margin: 0 0 0 10px;
    }
    
    .band-bio-text h4
    {
        padding: 0 0 20px;
    }
}


/* vertical tablets */
@media only screen and (min-width:700px)
{
	.main > .stage
	{
		padding: 20px 20px 50px;
		/*overflow: hidden;*/
	}
    
    .main > .stage.events {padding: 0 0 50px;}
    
    .events-archive .entry-content {width: 100%;}
    
    .cascade .stage {padding: 10px 50px;}
	
	.home .main {background: #fff;}
	
	.footer .stage {padding: 50px;}
	
	.summary-thumb-con.wp-caption
	{
		float: right;
		width: 300px;
		margin: 0 0 30px 30px;
	}
	
	.entry-summary img
	{
		width: auto;
		height: auto;
		max-width: 300px;
		max-height: 400px;
	}
	
	img.alignright,
	div.alignright
	{
		float: right !important;
		margin: 0 0 30px 30px !important;
	}
	
	img.alignleft,
	div.alignleft
	{
		float: left !important;
		margin: 0 30px 30px 0 !important;
	}
	
	img.aligncenter,
	div.alignleft
	{
		display: block;
		float: none !important;
		margin: 0 auto 30px !important;
	}
	
	blockquote {padding: 2em;}
	
	.entry-meta-item
	{
		display: inline-block;
		line-height: .9;
		border-right: 1px solid #777;
		margin: 0 5px 0 0;
		padding: 0 7px 0 0;
	}
	
	.entry-meta-item:last-of-type {border-right: none;}
	
	.share-this
	{
		display: block;
		margin: 0 0 10px;
	}
    
    .band-bio-mod img {width: 300px;}
    
    .store-item-main, .store-item-side
    {
        width: 50%;
        float: left;
    }
    
    .store-item-side {padding: 0 40px 0 0;}
    .store-item-main {padding: 0;}
    
    ul.store-item-links {padding: 1em 0 0;}
    
}


/* horizontal tablets */
@media only screen and (min-width:900px) and (orientation: landscape)
{
    
    header.menu-main-con
    {
        height: 84px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    
    header.menu-main-con .stage
    {
        width: 90%;
        max-width: 1200px;
    }
    
    .header-branding {padding: 27px 0;}
    
    .header-branding img {width: 200px;}
    
    
    
    
    .menu-main-ctl-con {display: none;}
    
    .menu-main-con
    {
        width: 100%;
        height: 56px;
        position: absolute;
        left: 0;
        right: auto;
        z-index: 9000;
        border-bottom: 1px solid #eee;
    }
    
    
    .wrapper {padding-top: 84px;}
    
    
    .menu-main
    {
        display: block;
        margin: 0;
        padding: 0;
        z-index: 99999;
        width: auto;
        position: absolute;
        top: 14px;
        right: 0;
        background: transparent;
    }
    
    .menu-main li
    {
        float: left;
        color: #22471f;
        margin: 0;
        padding: 0;
        font-size: 12pt;
    }
    
    .menu-main li a {padding: 20px 10px;}
    
    .menu-main > li > a:hover {background-color: #eee;}
    
    .menu-open-arrow {display: none;}
    
    
    
    .menu-main li ul
    {
        display: none;
        position: absolute;
        top: 56px;
        left: 0;
        padding: 0;
        background-color: #22471f;
    }
    
    .menu-main li:hover  > ul {display: block;}
    
    .menu-main li ul li
    {
        color: #fff;
        margin: 0;
        white-space: nowrap;
        font-size: 10pt;
        line-height: 1;
    }
    
    .menu-main li ul li a
    {
        border: none;
        padding: 15px 15px 15px 12px;
    }
    
/*    .menu-main li ul li.menu-item-has-children:after
    {
        font-family: entypo;
        content: "\e07d";
        color: #aaa;
        font-size: 12pt;
        position: absolute;
        top: 0;
        right: 0;
        padding: 13px 5px;
    }
*/    
    .menu-main li ul li ul
    {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        border-left: 1px solid #fff;
        padding: 0;
        margin: 0;
    }
    
    .menu-main li ul li a:hover
    {
        background-color: #eee !important;
        color: #22471f !important;
    }
    
    .menu-main li ul li:hover > ul
    {
        display: block;
    }
    
    
    
    
    .menu-main li ul li a {}
    
    .show-menu .menu-bar {background-color: #44b03b;}
    .show-menu .menu-main-ctl-con {padding: 20px 25px;}
    
    
    .stage
    {
        margin: 0 auto;
		width: 800px;
    }
	
    div.cascade.hp-intro
    {
        height: 450px;
    }
    
    h1.hp-intro-text-con {font-size: 24pt;}
    
    div.cascade
    {
        padding: 0;
        margin: 0;
    }
    
    div.hp-chooser
    {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    
    div.hp-chooser-item
    {
        display: table-cell;
    }
    
    .hp-chooser-item:hover .coverall {opacity: 0;}
	
/*    .hp-hero-ss {height: 525px;}
    
    .hp-our-home-img
    {
        width: 625px;
        height: 350px;
        margin: 0 200px 0 auto;
    }
    
    .hp-form
    {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .hp-form-top-left
    {
        width: 50%;
        float: left;
        padding: 0 20px 0 0;
    }
    
    .hp-form-top-right
    {
        width: 50%;
        float: right;
        padding: 0;
    }
    
    .hp-form textarea {height: 131px;}
    
    .cascade {position: relative;}
    
    .hp-our-home-img
    {
        margin: 0 200px 0 auto;
    }
    
    .hp-our-home-text
    {
        padding: 0 875px 0 200px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 100;
    }
    
    .hp-form textarea {height: 300px;}
    
*/

    
    
    .footer {padding: 50px 0;}
    
    .footer .stage
    {
        padding: 0 50px;
        width: auto;
    }
    
    .breadcrumbs
    {
        display: block;
        position: absolute;
        top: 6px;
        left: 0;
        width: 100%;
        height: 0;
    }
    
    .breadcrumbs p
    {
        text-align: center;
        font-size: 11pt;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #fff;
        padding: 0;
    }
    
    .breadcrumbs a {color: #fff;}
    
    .breadcrumbs .ico-home
    {
        position: relative;
        top: 2px;
    }
    
    
    .sm-icon, .header-nav-search .ico-search {color: #aaa;}
    .sm-icon:hover, .header-nav-search .ico-search:hover {color: #22471f;}
    
    
    .featured-image {height: 500px;}
    
    .fea-img-text {padding: 50px;}
    
    .fea-img-text h1 {font-size: 36pt;}
    
    .fea-img-text h3 {font-size: 20pt;}
    
    
    .waw-col-reset
    {
        display: table;
        width: 100%;
    }
    
    .waw-col
    {
        display: table-cell;
        padding: 0 30px;
        vertical-align: top;
    }
    
    .waw-col:first-of-type {padding-left: 0;}
    .waw-col:last-of-type  {padding-right: 0;}
    
    .waw-col.c1 {width: 11.11%;}
    .waw-col.c2 {width: 22.22%;}
    .waw-col.c3 {width: 33.33%;}
    .waw-col.c4 {width: 44.44%;}
    .waw-col.c5 {width: 55.55%;}
    .waw-col.c6 {width: 66.66%;}
    .waw-col.c7 {width: 77.77%;}
    .waw-col.c8 {width: 88.88%;}
    
    .band-bio-mod img {width: 300px;}
    .band-bio-text {width: 400px; padding: 0 30px 0 0;}
    
    
    
    .header-scroll-arrow
    {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        text-align: center;
        height: 100%;
        font-size: 25pt;
        padding: 8px 0;
        color: #aaa;
        cursor: pointer;
    }
    
    .header-scroll-arrow:hover {color: #22471f;}
    
    .header-pinned .header-scroll-arrow {display: block;}

    .menu-main li.current-menu-item > a,
    .menu-main li.current-menu-item > a:hover
    {
        background-color: #eee;
    }
    
    .wf-line
    {
        position: relative;
        padding: 0 0 1em 170px;
    }
    
    .wf-label
    {
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .formElements dt
    {
        width: 25%;
        float: left;
        margin: 0;
        padding: 0 0 1em;
    }
    
    .formElements dd
    {
        width: 75%;
        float: left;
        margin: 0;
        padding: 0 0 1em 20px;
    }
    
    .formElements input[type="email"],
    .formElements input[type="text"]
    {
        width: 100%;
        border-radius: 0;
    }

}


/* small laptops and desktops */
@media only screen and (min-width:1100px)
{
    body {font-size: 16pt;}
    
    .menu-main-con {top: 350px;}
    
	.no-mobile {display: block;}
	
    div.cascade.hp-intro
    {
        height: 550px;
    }
    
    .hp-intro-text-con
    
    
	.main > .stage {padding: 20px 0 100px;}
	
	.stage.wide {width: 1000px;}
    
	.img-parallax
	{
		background-position: center 200px;
		background-color: #000;
		background-attachment: fixed;
	}
	
	.photo-break {background-attachment: fixed;}
	
	.menu-main li a:hover {background: #eee;}
	
	.entry-share
	{
        position: absolute;
		top: 6px;
		left: -60px;
	}
	
	.share-this
	{
		margin: 0 0 20px;
		font-size: 20pt;
		cursor: pointer;
	}
	
	.share-this:hover {color: #222;}
	
    .cascade .stage
    {
        width: auto;
        margin: 0 200px;
    }
    
    .footer .stage
    {
        width: auto;
        margin: 0 100px;
    }
    
    .menu-main li ul li a:hover
    {
        color: #fff;
        background-color: #22471f;
    }
    
    .band-bio-mod {padding: 0 0 80px;}
    .band-bio-mod img {width: 350px; max-width: none;}
    .band-bio-text {width: 450px;}
}



/* large screens */
@media only screen and (min-width:1400px)
{
	.stage.wide {width: 1200px;}
    
    .menu-main-ctl-con {right: 150px;}
    
    #header-home-btn
    {
        width: 297px;
        background-size: 120px auto;
    }
}

