/*hide wp bar logo */
li#wp-admin-bar-wp-logo{
	display: none;
}

body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #001220;
	background-image: url(/images/bkg_deepsea.jpg);
	background-repeat: repeat-x;
	font-family: 'Asap', Helvetica, Arial, sans-serif;
}


#page {
	width: 100%;
}

#cn-refuse-cookie{
	background-color: black;
	color: #666;
}
/*
-----------------------------------
*/
#masthead  {
	padding: 0px;
	margin: 0px;
	width: 100%;
	text-align: center;
	display: block;
	background-position: center top;
}
.home #masthead  h1  {
	display: block;
	font-size: 14px;
	height: 76px;
	width: 578px;
    background-image: url(../images/logo_itdw_large.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 120px auto 100px auto;
	padding: 0px;
}
.home #masthead  h1 a {
	display: block;
	height: 76px;
	width: 578px;
	text-indent: -9999px;
	overflow: hidden;
}
#masthead  h1  {
	display: block;
	font-size: 14px;
	height: 36px;
	width: 200px;
	text-indent: -9999px;
    background-image: url(../images/logo_itdw_small.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 15px auto 15px auto;
	padding: 0px;
}
#masthead  h1 a {
	display: block;
	height: 36px;
	width: 200px;
}
#masthead  .description  {
	display: none;
}
/*
------------------------------------------------
#navigation
------------------------------------------------
*/
#navigation {
	color: white;
	text-align: center;
	z-index: 888;
	width: 100%;
	position: relative;
	margin: 0px auto 15px auto;
	padding: 0px;
}
#navigation ul{
	margin: 0px 0px;
	padding: 0px;
	list-style: none;
	clear: both;
}
#navigation ul li{
	display: inline-block;
	margin: -2px -3px 3px -3px;
	text-transform: uppercase;
	font-size: 0.95em;
	border: 2px white solid;
	vertical-align: middle;
}
#navigation ul li a{
	display: block;
	color: white;
	font-family: 'Asap';
	font-weight: 400;
	padding: 2px 30px 0px 30px;
	line-height: 2.6em;
	background-color: rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#navigation ul li a:hover{
	color: white;
	background-color: rgba(0,0,0,0.5);
	text-decoration: none;
}

#navigation ul li.menu-item-account a{
	background-image: url(../images/icon-account.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 2px 0px 0px 0px;
	text-indent: -9999px;
	overflow: hidden;
	width: 45px;
}


#navigation ul li.menu-item-cart a{
	background-image: url(../images/icon-cart.png);
	background-repeat: no-repeat;
	background-position:  20px center;
	padding: 2px 20px 0px 20px;
}
#navigation ul li.menu-item-cart a span.edd-cart-name{
	display: none;	
}
#navigation ul li.menu-item-cart a span.edd-cart-quantity{
	margin-left: 25px;
}


/* fixed nav */
	#navigationfixed {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		text-align: center;
		width: 100%;
		background: transparent;
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
	}
	#navigationfixed .toggle_nav{
		display: block;
		width: 96%;
		height: 36px;
		margin: 4px 8px;
		padding: 0px;
		text-align: left;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999999;
	}
	.loggedin #navigationfixed .toggle_nav{
		top: 33px;
	}
	#navigationfixed .toggle_nav div.toggle_nav_btn{
		display: inline-block;
		vertical-align: top;
		position: relative;
		left: -2px;
	}
	#navigationfixed div.toggle_nav_btn a{
		display: block;
		text-indent: -9999px;
		background-image: url(../images/icon_toggle_nav.png);
		background-repeat: no-repeat;
		background-position: center center;
		margin: 0px 0px;
		width: 32px;
		height: 32px;
		background-color: #93b3cc;
		border: 2px white solid;
	}
	#navigationfixed.open_nav div.toggle_nav_btn a{
		background-image: url(../images/icon_toggle_nav_open.png);
	}
	#navigationfixed .toggle_nav div.cart_btn{
		background-color: black;
		display: inline-block;
		vertical-align: top;
		position: relative;
		left: -8px;
	}
	#navigationfixed div.cart_btn a{
		display: block;
		background-image: url(../images/icon-cart.png);
		background-repeat: no-repeat;
		background-position:  10px center;
		padding: 0px 0px 0px 0px;
		height: 32px;
		margin: 0px 0px;
		background-color: #93b3cc;
		border: 2px white solid;
	}
	#navigationfixed div.cart_btn a span.edd-cart-name{
		display: none;	
	}
	#navigationfixed div.cart_btn a span.edd-cart-quantity{
		margin: 0px 10px 0px 35px;
		padding-top: 10px;
		height: 32px;
		color: white;
		display: block;
	}
	
	
	#navigationfixed .menu{
		position: fixed;
		top: -420px;
		left: 0px;	
		margin: 1em 1px;	
		text-align: center;
		width: 100%;
		background: transparent;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	/*.loggedin #navigationfixed .menu {
		top: -209px;
	}
	*/		
	#navigationfixed.open_nav .menu{
		top: 0px;
	}
	.loggedin #navigationfixed.open_nav .menu {
		top: 36px;
	}	
	#navigationfixed.open_nav .bkgoverlay{
		display: none;
		z-index: -10;
	}
	#navigationfixed.open_nav .bkgoverlay{
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		background-color: rgba(0, 0, 0, 0.8);
		height: 100vh;
		width: 100vw;
	}
	.loggedin #navigationfixed.open_nav .menu{
		top: 33px;
	}
	#navigationfixed ul{
		margin: 0px 0px;
		padding: 0px;
		list-style: none;
		clear: both;
		z-index: 99;
	}
	#navigationfixed ul li{
		font-size: 0.9em;
		text-align: center;
		width: 96%;
		margin: -3px auto 0px auto;
		display: block;
		text-transform: uppercase;
		border: 2px white solid;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	#navigationfixed ul li a{
		width: 100%;
		padding: 2px 0px 0px 0px;
		margin: 0px auto;
		display: block;
		color: white;
		font-family: 'Asap';
		font-weight: 400;
		line-height: 2.6em;
		background-color: #306985;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	#navigationfixed ul li a:hover{
		color: white;
		background-color: #153a4d;
		text-decoration: none;
	}
/*
#subnav  menu
*/
.subnav {
	color: white;
	text-align: center;
	z-index: 888;
	width: 98%;
	position: relative;
	margin: 0px 1% 35px 1%;
	padding: 0px;
}
.subnav ul{
	margin: 0px 0px;
	list-style: none;
	clear: both;
}
.subnav ul li{
	display: inline-block;
	margin: -2px -3px 0px -3px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 2.2em;
	border: 2px #b8d2e7 solid;
}
.subnav ul li a{
	display: block;
	color: #b8d2e7;
	font-family: 'Asap';
	font-weight: 400;
	margin: 0px;
	padding: 3px 20px 0px 20px;
	line-height: 2.2em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.subnav ul li a:hover{
	color: white;
	text-decoration: none;
	background-color: rgba(0,0,0,0.2);
}

/* footer menu */

#footer .navigation {
	color: white;
	text-align: center;
	width: 100%;
	position: relative;
	margin: 0px auto 1em auto;
	padding: 0px;
}
#footer .navigation ul{
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}
#footer .navigation ul li{
	display: inline-block;
	margin: 0.3em 0.3em;
	text-transform: uppercase;
	font-size: 0.95em;
	vertical-align: middle;
	flex-grow: 0;
}
#footer .navigation ul li a{
	display: block;
	color: #93b3cc;
	padding: 0.4em 0.5em;
	border: 1px solid #93b3cc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#footer .navigation ul li a:hover{
	color: white;
}
/*
-----------------------------------
Home and genral content display
-----------------------------------
*/
#content {
	clear: both;
	margin: 80px auto;
	width: 100%;
	padding: 0px;
}
.single #content {
	margin: 80px auto 20px auto;
}

.download #content {
	margin: 50px auto 60px auto;
}

.video_holder {
	float: none;
	display: inline-block;
	margin: 20px auto;
}
.video_block  .video_holder {
	display: block;
	margin: 20px auto 30px;
}
.video_holder .grid_6:last-of-type{
	float: none;
	display: inline-block;
	margin: 20px auto;
}
.contentblock{
	margin: 40px auto;
	padding: 0px 0px;
	display: block;
	clear: both;
	background-color: white;
	color: black;
	text-align: center;
}
.category_section{
	margin-top: 60px;
}
.article .account-section{
	margin-bottom: 10px;
}
.account-section .content_aligned{
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 1%;
}
.account-section .page_content{
	width: 98%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 25px 0px;
}
.account-section h2{
	padding-top: 15px;
}
.account-section .edd_form legend{
	margin: 15px auto 20px auto;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
.account-section p.edd-logged-in{
	display: none;
}
.account-section p {
	display: inline-block;
}
.article .account-section .page_content p:first-of-type {
	font-size: 1.1em;
	color: #0a2234;
}
.account-section p.edd-lost-password {
	font-size: 0.9em;
	vertical-align: middle;
	margin: 0px 10px 0px;
}
.account-section #edd_login_form label {
    display: inline-block;
    line-height: 1.2em;
    width: auto;
    text-align: right;
    margin-right: 5px;
}
.account-section .page_content.purchase_history_content{
	width: 90%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 30px 0px;
}
.account-section .purchase_history_content h3{
	margin-bottom: 20px;
	text-align: center;
}
.background_image_block{
	background-repeat: no-repeat;
}
.contentblock .top{
	background-image: url(../images/bkg-box-top-white.png);
	width: 100%;
	height: 15px;
	position: relative;
	top: -12px;
	background-repeat: 	repeat-x;
	background-position: center top;
	margin: 0px;
	clear: both;
}
.contentblock .btm{
	background-image: url(../images/bkg-box-btm-white.png);
	width: 100%;
	height: 15px;
	position: relative;
	top: 14px;
	background-repeat: 	repeat-x;
	background-position: center top;	
	margin: 0px;
	clear: both;
}
.contentblock.dark{
	background-color: #17283b;
	color: white;
}
.contentblock.dark .top{
	background-image: url(../images/bkg-box-top-dark.png);
	top: -10px;

}
.contentblock.dark .btm{
	background-image: url(../images/bkg-box-btm-dark.png);
	height: 14px;
	top: 13px;
}
.contentblock .content_aligned{
	margin: 10px auto;
	width: 640px;
	display: inline-block;
}
.parent-checkout .contentblock .content_aligned{
	width: 80%;
}
.headline{
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}
.contentblock .content_wrap{
	/*used on blog pages */
	position: relative;
	top: -19px;
	padding-top: 11px;
}
.post_content{
	margin: 20px auto;
}
/*
-----------------------------------
general items other
-----------------------------------
*/
.feature{
	background-color: #dce8ee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	width: 700px;
	margin: 30px auto 30px auto; 
	padding: 20px 10px;
	clear: both;
}
.home .main_feature{
	margin-bottom: 0px; 
}
.feature img{
	margin: 10px 45px 20px 45px;
}
.feature .feature_vid_wrap{
	margin: 0px 10px 0px 10px;
}
.feature .details{
	padding: 0px;
}
.feature .testimonial{
	display: block;
	float: none;
	clear: both;
	margin: 1.1em auto 1.5em;
}
.testimonial{
	margin-top: 30px;
	margin-bottom: 50px;
}
.feedback_quote .testimonial{
	margin-top: 15px;
	margin-bottom: 30px;
}
.testimonial .portrait{
	width: 180px;
	height: 180px;
	margin: 0px 20px 20px 20px;
	display: block;
	background-color: #303030;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	overflow: hidden;
}
.feedback_container{
	padding-top: 20px;
}
.feedback_quote p,
.feedback_quote h5{
	text-align: center !important;
}
.feedback_quote p {
	margin: 5px 10px 5px 10px !important;
}
.feedback_quote blockquote p:before  {
    content: open-quote;
    color: white;
}
.feedback_quote blockquote p:after {
    content: close-quote;
    color: white;
}
.details{
	padding: 10px 30px;
}
.page-blog .grid_6 .details{
	min-height: 150px;
}
/*
-----------------------------------
Post and page display
-----------------------------------
*/
.post.type-post, .deeperwaters_reflect.type-deeperwaters_reflect{
	padding-bottom: 330px;
	background-image: url(../images/img-pearlshell.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*
-----------------------------------
Archive display
-----------------------------------
*/
.grid_6.post{
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	float: none;
	margin: 0px 8px 10px 8px;
}
.page-written-reflections .container_12.category_section .post:nth-child(3){
	display: none;
}
.archive .details,
.page-written-reflections .details {
	background-color: #ebeae8;
	height: 86px;
	margin: 0px 10px 10px 10px;
	padding: 8px 20px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius : 0px;
	border-top-right-radius : 0px; 
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	top: -5px;
	position: relative;
	overflow: hidden;
}
.archive a:hover .details,
.page-written-reflections  a:hover .details {
	background-color: #dedddb;
}
.archive .post .img_wrap,
.page-written-reflections .post .img_wrap {
	margin: 0px 10px;	
	position: relative;
	border: none;
	padding: 0px;
	
}
.archive .post .img_wrap img,
.page-written-reflections .post .img_wrap img{
	width: 100%;
	height: auto;	
	margin: 0px;
	border: none;

}
.sharing_links{
	position: absolute;
	top: 0px;
	left: 100%;
	background-color: transparent;
	width: 50px;
	-webkit-transition: top 0.3s ease-in-out;
	-moz-transition: top 0.3s ease-in-out;
	-o-transition: top 0.3s ease-in-out;
	transition: top 0.3s ease-in-out;
}
.sharing_links.fixed{
	position: fixed;
	top: 0px;
	left: auto;
}
.sharing_links h4{
	font-size: 0.6em;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 4px 0px;
	background-color: white;
}
.sharing_links ul, .hentry .content_wrap .sharing_links ul{
	font-size: 0.7em;
	list-style: none;
	margin: 0px !important;
	padding: 0px !important;
}	
.sharing_links ul li, .hentry .content_wrap .sharing_links ul li{
	display: block;
	margin: 0px !important;
	padding: 0px !important;
}
.sharing_links ul li a, .hentry .content_wrap .sharing_links ul li a{
	display: block;
	margin: 0px !important;
	padding: 0px !important;
	width: 50px;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sharing_links ul li.twitter a{
	background-image: url(../images/icon-twitter-white.png);
	background-color: rgba(0, 172, 237, 0.4);
}
.sharing_links ul li.facebook a{
	background-image: url(../images/icon-facebook-white.png);
	background-color: rgba(59, 89, 152, 0.4);
}
.sharing_links ul li.email a{
	background-image: url(../images/icon-mail-white.png);
	background-color: rgba(27, 179, 164, 0.4);
}
.sharing_links ul li.twitter a:hover{
	background-color: rgba(0, 172, 237, 0.9);
}
.sharing_links ul li.facebook a:hover{
	background-color: rgba(59, 89, 152, 0.9);
}
.sharing_links ul li.email a:hover{
	background-color: rgba(27, 179, 164, 0.9);
}
/*
-----------------------------------
Meditations downloads store display
-----------------------------------
*/
.product-grid{
	margin-top: 40px;
}
.product{
	height: 235px;
	background-color: #ebeae8;
	display: block;
	margin-top: 10px;
	padding: 0px;
	text-align: left;
	overflow: hidden;
	vertical-align: top;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.product:last-of-type{
	display: inline-block;
	float: none;
}
.product-grid .product,
.download-archive-wrap .product{
	background-image:url(http://into-deeper-waters.com/wp-content/uploads/2016/04/voucher-bkg-72large-460x235.jpg);
}
.product.subscription-product,
.product.subscription-details{
	vertical-align: top
}
.product.subscription-details,
.product.subscription-details a{
	height: auto;
}
.product-grid .product.subscription-details,
.download-archive-wrap .product.subscription-details{
	background-image: none;
	background-color: transparent;
}
.product.subscription-details a:hover{
	background-color: rgba(0,0,4,0.1);
}
.product a{
	height: 235px;
	width: 100%;
	margin: 0px;
	display: inline-block;
	text-align: left;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}
.product a:hover{
	background-color: rgba(0,0,4,0.5);
}
.product a .product-info{
	display: none;
}
.product a .product-info p{
	margin: 0px 17px 3px 17px;
}
.product a:hover .product-info{
	display: inline;
	overflow: hidden;
}
.product_note{
	background-color: #ebeae8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	width: 700px;
	margin: 20px auto 40px auto; 
	padding: 20px 20px;
	clear: both;
}
.product_note em strong, .product_note strong em {
	color: #306985;
	font-size: 1.4em;
	vertical-align: middle;
}
p.extra_product_note{
	border-top: 1px solid white;
	text-indent: -18px;
	font-size: 0.9em;
	padding: 10px 18px 0px 18px;
	margin-bottom: 5px;
}
#edd_checkout_wrap{
	padding-bottom: 20px;
}
.download_details .post_content{
	margin-bottom: 40px;
}
.edd_purchase_submit_wrapper{
	margin: 0.5em auto;
}
.edd-submit.button{
	margin-top: 3px;
	margin-bottom: 6px;	
}
.edd-submit.button.small{
	line-height: 1.1em;	
}
.edd-submit.button.small span{
	font-size: 0.8em;
}
.edd-cart-ajax-alert{
	display: inline-block;
	vertical-align: middle;
}
#edd_checkout_form_wrap label{
	text-align: left !important;
}
/* hide discount code */
.edd_discount_rate span{
	display: none;
}
/* hide voucher */
	.parent-audio-meditations .container_12.category_section .product-grid .product.cat-id-32,
	.parent-audio-meditations .container_12.category_section .product-grid .product.cat-id-33{
		display: none !important;
	}
	
	
	/* check box  */
#edd_checkout_user_info #edd-mailinglist-wrap {
	padding: 0.1em 0.8em;
}
#edd_checkout_user_info #edd-mailinglist-wrap label{
	margin-left: 1.5em;
}
#edd_checkout_user_info #edd-mailinglist-wrap input[type=checkbox] {
 -ms-transform: scale(2); /* IE */
 -moz-transform: scale(2); /* FF */
 -webkit-transform: scale(2); /* Safari and Chrome */
 -o-transform: scale(2); /* Opera */
 width: auto;
}
#edd_checkout_user_info #edd-mailinglist-wrap  input:checked {
 z-index: 98;
  background-color: #2196F3;
}




/* article
----------------------------------------------------------------------------------------------------*/
article {
}
img.left{
	float: left;
}
.single .posts-wrap{
	width: 100%;
	background: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: 50% 50%;
	background-attachment: fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";*/
}
.single .download{
	margin-bottom: 20px;
}
.download .top.wrap{
	background: url(../images/bkg-top-white-thin.png);
	background-repeat: repeat-x;
	background-position: center top;
	position: relative;
	top: -8px;
	height: 36px;
}
.download .btm.wrap{
	background: url(../images/bkg-top-white-thin.png);
	background-repeat: repeat-x;
	background-position: center top;
	position: relative;
	top: 32px;
	height: 36px;
}
.download_details{
	margin: 40px 0px;
	vertical-align: top;
}
.download_details .artwork{
	margin: 0px auto 20px auto;
}
.download_details .bundle_artwork{
	display: inline-block;
	margin: 0px 5px 10px 5px;
}
.artwork img{
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.5);
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.5);
}
.download_category-subscriptions  .download_details .bundle_artwork{
	max-width: 340px;
}
.download_category-subscriptions  .download_details .bundle_artwork img{
	max-width: 340px;
}


.wp-video{
		margin: 0 auto;

}
#audiowrapper,
.videowrapper{
	background: #eee;
	max-width: 360px;
	margin: 0 auto;
}
#audiowrapper audiojs{
	width: 100% !important;
}
#audiowrapper #track_artwork{
	margin: 10px auto 0;
	width: 340px;
	height: auto;
	max-width: 98%;
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.5);
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.5);
}
#audiowrapper ol{
	list-style-position: inside;
	margin: 10px auto;
	max-width: 340px;
	width: 90%;
	font-size: 1em;
	padding: 0px;
	-webkit-box-shadow: inset 0px 1px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 1px 10px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 1px 10px 0px rgba(0,0,0,0.75);
}
#audiowrapper ol li{
	font-size: 0.9em;
	margin: 1px 0;
	padding: 0.5em 0.7em;
}
#audiowrapper ol li.playing{
	background-color: rgba(0, 0, 0, 0.2);
	color: white;
	font-weight: 700;
}
#audiowrapper ol li.playing a{
	color: white;
	font-weight: 400;
}

#audiowrapper .dropbtn {
	width: 340px;
	min-width: 160px;
	max-width: 100%;
	background-color: #284b5f;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	margin: 0 0;
	border-radius: 0;
	text-transform: uppercase;
	text-align: left;
	font-weight: 400;
	padding: 10px 12px 8px 38px;
	color: #93b3cc;
	background-image: url(../images/icon-shell-pale.png);
	background-position: 8px center;
	background-repeat: no-repeat;
}

#audiowrapper .dropdown:hover .dropbtn {
	background-color: #101020;
	color: #8bb6c5;
}
body #audiowrapper .dropdown p.note{
	font-size: 0.8em !important;
	font-style: italic;
	margin: 0.5em auto;
}
#audiowrapper .dropdown {
	position: relative;
	display: inline-block;
	width: 340px;
	min-width: 160px;
	max-width: 100%;
}
#audiowrapper .dropdown ol {
	width: 100%;
	display: block;
	background-color: #f1f1f1;
	min-width: 160px;
	margin-top: 0;
	z-index: 1;
	height: 210px;
	overflow: scroll;
}
#audiowrapper .dropdown ol li {
	padding: 0 0;
	display: flex;
	border-bottom: dotted rgba(148, 148, 148, 0.4) 1px;
}
#audiowrapper .dropdown ol li::marker{
}
#audiowrapper .dropdown ol li a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  flex-grow: 2;
}
/*for hover over
#audiowrapper .dropdown ol {
	display: none;
	position: absolute; 
	background-color: #f1f1f1;
	min-width: 160px;
	margin-top: 0;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	height: 300px;
	overflow: scroll;
}
#audiowrapper .dropdown ol a:hover {background-color: #ddd;}
#audiowrapper .dropdown:hover ol {display: block;}
*/

/* PAY PAL DONATE FORM */
#accept_paypal_payment_form{
	text-align: left;	
	margin: 5px 10px;
}



/* ' FOOTER  
------------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	background-image: url(../images/bkg-footer.jpg);
	text-align: center;
}
#footer .innerwrap{
	background-image: url(../images/bkg-rip.png);
	background-repeat: repeat-x;
	background-position: center top;
	position: relative;
	top: -10px;
	padding: 30px 0px 10px 0px;
	text-align: center
}
#footer .grid_8, #footer .grid_7, #footer .grid_6{
	background-color: transparent;
	padding-bottom: 0px;
	display: inline-block;
	float: none;
}
#footer .social ul{
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#footer .social ul li {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    text-align: left;
    display: inline-block;
}
#footer .social ul li a{
	margin: 0px 20px 0px 20px;
	padding: 18px 10px 4px 36px;
	height: 32px;
	width: auto;
	background-image: url(../images/icon-twitter.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #93b3cc;	
	display: block;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}
#footer .social ul li a.mail{
	padding-left: 46px;
	background-image: url(../images/icon-mail.png);
}
#footer .social ul li a:hover{
	color: white;
}
#footer .social ul li a.rss{
	padding-left: 36px;
	background-image: url(../images/icon-rss-footer.png);
}
#footer .social ul li a.instagram{
	padding-left: 36px;
	background-image: url(../images/icon-instagram-footer.png);
}
#footer .social ul li a.facebook{
	padding-left: 24px;
	background-image: url(../images/icon-facebook-footer.png);
}
#footer .credits{
	display: inline-block;
	vertical-align: middle;
}

#footer .credits a,
.feedback a.btn {
	color: #93b3cc;
	border-color: #93b3cc;
	margin: 0px;	
}
#footer .credits a:hover,
.feedback a.btn:hover {
	background-color: black;
}
#footer form.searchform{
	margin: 0px 10px 0px 10px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #93b3cc;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#footer form.searchform input[type="text"]{
	background-color: white;
	border: none;
	margin: 6px 0px 6px 8px;
	height: 24px;
	width: auto;
}
#footer form.searchform input[type="submit"]{
	background-color: transparent;
	background-image: url(../images/icon-search.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	margin: 6px 6px 6px 0px;
	height: 22px;
	width: 22px;
}
#mc_embed_signup{
	margin: 10px 30px 15px 30px;
	padding: 5px 10px;
	background: white;
	clear:left;
	font:14px Helvetica,Arial,sans-serif;
	border: 1px white solid;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px; 
	-moz-border-radius-bottomright:5px;     
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px; 
	-webkit-border-bottom-right-radius:5px; 
	border-top-left-radius : 5px;
	border-top-right-radius : 5px; 
	border-bottom-left-radius : 5px;       
	border-bottom-right-radius : 5px;  
}
.feature #mc_embed_signup{
	background: white;
}
#mc_embed_signup label,
#mc_embed_signup div {
	color: black;
}
.feature #mc_embed_signup label,
.feature #mc_embed_signup div {
	color: #101c2c;
}
.feature #mc_embed_signup input[type=checkbox],
#footer #mc_embed_signup input[type=checkbox]{
	display: inline;
	width: auto;
}
.feature #mc_embed_signup h2{
	margin: 2px 0 1em;
}
#mc_embed_signup p{
	margin: 0 0 0.1em 0;
	font-size: 0.8em;
	text-align: left;
	color: #0a2234;
}
.feature #mc_embed_signup .mc-field-group,
#footer #mc_embed_signup .mc-field-group {
	min-height: 1em;
	width: auto;
}
div#mce-success-response.response, #mc_embed_signup div.response{
	background: rgba(255,255,255,0.8);
	padding: 5px 10px !important;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomleft:3px; 
	-moz-border-radius-bottomright:3px;     
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px; 
	-webkit-border-bottom-right-radius:3px;  
	border-top-left-radius : 3px;
	border-top-right-radius : 3px; 
	border-bottom-left-radius : 3px;       
	border-bottom-right-radius : 3px; 
}
input#mc-embedded-subscribe.button{
	background-color: #284b5f;
	width: 96%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
input#mc-embedded-subscribe.button:hover{
	background-color: #8bb6c5;
	color: #151e29
}