/*
Theme Name: Custom Theme
Theme URI: customadesing.com
Author: Litix @ customadesign
Author URI: customadesign.com
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom
Text Domain: custom
*/

img.video_lightbox_anchor_image {
    width: 100%;
    /* border: 9px solid #3366ff; */
}
#return-top{
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 50%;
    position: fixed;
    z-index: 99;
    bottom: 45px;
    right: 60px;
    background-color: #fff;
}
#return-top i {
    color: black;
    margin: 0;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#fixed-nav {
    width: 100%;
    max-width: 1908px;
    height: auto;
    padding: 0;
    z-index: 99;
    height: 75px;
    display: none;
    background: #f9dde2;
    position: fixed;
    top: 0 !important;
    left: 0 !important;
}

#fixed-nav ul{
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
}
#fixed-nav ul a{
    padding: 0px 10px;
}
#fixed-nav ul > li {
    margin-top: 0;
    position: relative;
    top: 30px;
    padding: 0 1%;
}
#fixed-nav ul > li>a:after{
	content: '';
    height: 2px;
    width: 0%;
    background-color: #BA0F44;
    display: block;
    position: absolute;
    bottom: -7px;
    left: 50%;
    right: 0;
    transition: all .2s;
}
#fixed-nav ul > li>a:hover:after{
	content: '';
    width: 100%;
    left: 0;
}
.inactive-link {
   pointer-events: none;
   cursor: default;
}

.btn-primary{
  background: rgb(51, 100, 255);
    color: #fff;
  
}
html, body {
	overflow-x: hidden;
}
.woocommerce .content-main img, .woocommerce-page .content-main img {
	width: 100%;
}
footer #copyright img {
    width: inherit;
}
a.readmore{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 15px;
}
a.readmore:hover{
	color: #D28390;
	text-decoration: none;
}
div#news-and-events a {
    text-decoration: none;
}
div#news-and-events a:hover{
    text-decoration: none;
    color: #D28390;
}
a.pink-text b:hover {
    color: #b90e43 !important;
}
section.main-content a {
    text-decoration: none;
}
section.main-content a:hover {
    text-decoration: none;
    color: #D28390;
}

a.button.add_to_cart_button {
    transition: all 0.3s ease-in-out;
}
a.button.add_to_cart_button:hover {
    transform: scale(1.05);
}
input#gform_submit_button_1 {
    background: #3364ff;
    color: #fff;
    border: 0;
    padding: 10px 51px;
}

.pink-number:hover {
    color: #D28390;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
    border: 10px solid #3364FF;
    border-radius: 4px;
    margin-top: 15px;
    width: 30%;
    margin: 15px auto;
}
img.alignright {
	margin: 5px 0 5px 20px;
}
img.aligncenter {
	margin: 5px auto;
}
img.alignnone {
	margin: 5px 0;
}

.post-type-archive .woocommerce h1.page-title, .tax-product_cat .woocommerce h1.page-title {display: none;}



hr { border-top:1px solid #000;}

h4, .banner-h2, .featured-gallery, .welcome-jazze, h5, .artist-text, .gallery-caption, .top-footer-text{
	font-family: 'Oswald', sans-serif;
}

.navbar-default, .contact-us-btn, .gallery-btn, .foundation-btn{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}

p, footer{
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
}

.read-more, .pink-text-border{
	font-family: 'Roboto Slab', serif;
}

.header-border{
	border-top: 4px solid #D28390;
	border-bottom: 4px solid #D28390;
}

header{
	margin: 2px auto;
	padding-top: 20px;
	background: url(images/banner-new.jpg) no-repeat;
	background-size: 100%;
}

.pink-number{
	color: #ba0f44;
}

.navbar-default{
	color: #000;
	text-transform: uppercase;
	background: transparent;
	border: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
	background: transparent;
	/*border-bottom: 2px solid #B80D43;
	color: #BA0F44;
	padding-bottom: 2px;*/
}

.navbar-default .navbar-nav>.active>a:after, .navbar-default .navbar-nav>.active>a:hover:after, .navbar-default .navbar-nav>.active>a:focus:after {
    content: '';
    width: 100%;
    left: 0;
}

.navbar-default .navbar-nav>li>a:after {
    content: '';
    height: 2px;
    width: 0%;
    background-color: #BA0F44;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    transition: all .2s;
}

.navbar-default .navbar-nav>li>a:hover:after{
	/*border-bottom: 2px solid #B80D43;
	color: #BA0F44;
	padding-bottom: 2px;*/
	content: '';
    width: 100%;
    left: 0;
}

.navbar-default .navbar-nav>li>a{
	color: #000;
	font-size: 18px;
}

.zero-padding{
	padding: 0px;
}

.banner-h2{

}

.banner-p{

}

.contact-us-btn,#gform_submit_button_3, .perks-btn{
	background: #3364ff;
	border: 3px solid #fff;
	border-radius: 4px;
	padding: 7px 40px 7px 40px;
}

.contact-us-btn a, .contact-us-btn a:hover,
a .contact-us-btn, a:hover .contact-us-btn,
a .perks-btn, a:hover .perks-btn,
form #gform_submit_button_3{
	text-decoration: none;
	color: #fff;
	font-size: 16pt;
}

form .contact-us-btn, .page-btn{
	color: #fff;
	background: #3364ff;
	border: none;
	border-radius: 3px;
	padding: 10px 20px 10px 20px;
	margin-top: 20px;
	font-size: 14px;
	margin-left: 0px;
}

.page-btn{
	float: left;
}

.page-btn2{
	float: right;
}
.new-btn{
	font-family: 'Roboto Slab',serif;
	background-color: #3366ff;
	color: #fff;
}
.new-btn:hover{
	background: #c73864;
	color: #fff;
}
form .contact-us-btn:hover, .page-btn:hover{
	color: #fff;
	background: #c73864;
	border: none;
	border-radius: 3px;
	padding: 10px 20px 10px 20px;
	margin-top: 20px;
	font-size: 14px;
	margin-left: 0px;
}

.carousel-image{
	width: 80%;
	border: 10px solid #efeaec;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 1);
  margin: 0px auto 6px auto;
}

.carousel-control{
	width: 0%;
	top: 50%;
	opacity: 1;
}

.carousel-control:hover{
	opacity: 1;
}

.fa-angle-left, .fa-angle-right, .fa-angle-left:hover, .fa-angle-right:hover{
	background: #BD6A74;
	padding: 0 10px 0 10px;
	border-radius: 4px;
	font-size: 26pt;
	color: #fff;
}

.fa-angle-left:hover, .fa-angle-right:hover{
	background: #991144;
}

.carousel-control.right{
	background-image: none;
/*	right: 38%; */
  /*right: 24%;*/
}
.carousel-control.left{
	background-image: none;
/*	left: 13%; */
	/*left: 18%;*/
}

.main-content{
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(images/content-bg.jpg);
}

.main-content p{
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
}
p.tx{
   	font-family: 'Roboto Slab', serif;
	font-weight: 300;
}
}
#home-video{
	padding: 0;
}

#home-video iframe{
	float: left;
	margin-right: 15px;
}

.content-p{
	color: #3f3e3e;
	font-size: 13px;
	font-weight: 700;
}

.read-more, .read-more:hover{
	color: #be1d4f;
}

.jasmine{
	border: 9px solid #3366ff;
}

.main-content h4{
	margin-bottom: 2px;color: #b0003f;
}

.artist-text{
	text-transform: uppercase;
/*	margin-top: -8%;*/
	color: #6d61bd;
	font-size: 9pt;
}

.pink-text-border{
	color: #ba0f44;
	border-top: 1px solid #d38491;
	border-bottom: 1px solid #d38491;
	padding: 15px 0 15px 0;
}


.bottom-content{
	background: url(images/content2-bg.jpg) no-repeat;
  min-height: 445px;
}

.featured-gallery{
	color: #fff;
}

.gallery-btn{
	background: #ba7689;
	border-radius: 3px;
	border: none;
	margin-top: 20px;
	margin-left: 116px;
	padding: 8px 20px 8px 20px;
}

.gallery-btn a, .gallery-btn a:hover{
	text-decoration: none;
	color: #fff;
	font-size: 10pt;
}

.carousel-control-bottom{
	position: absolute;
	top: -14%;
	bottom: 0;
	left: 97%;
	width: 0;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	opacity: 1;
}

.bottom-left-right{
	background: #ba7689;
}

.bottom-left-right:hover{
	background: #a6194d;
}

.carousel-control-bottom:hover{
	opacity: 1;
}
.carousel-control-bottom.right{
	background-image: none;
	right: 34%;
}
.carousel-control-bottom.left{
	background-image: none;
	left: 90%;
}



.gallery-caption{
	color: #fff;
	margin-top: 20px;
	margin-bottom: 50px;
}

figure {
    border: 2px solid #fff;
    display: block;
    overflow: hidden;
  background: antiquewhite;
  position:relative;
}

figcaption{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 5px;
}


figcaption:hover{
    opacity: 1;
    color: #fff;
    
    z-index: 999;
}

.padding-top{
	padding-top: 80px;
}

.more-info{
	background-image:url(images/more-info.png);
	width: 80px;
	height: 80px;
	margin-top: 90px;
	margin-left: 30px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 10pt;
}

.add-to-cart{
	background-image:url(images/add-to-cart.png);
	width: 80px;
	height: 80px;
	margin-top: 90px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 10pt;
}

.more-info:hover{
	background-image:url(images/more-info-hover.png);
	width: 80px;
	height: 80px;
}

.add-to-cart:hover{
	background-image:url(images/add-to-cart-hover.png);
	width: 80px;
	height: 80px;
}

.add-to-cart a, .more-info a{
	text-decoration: none;
	color: #9e1746;
}

.add-to-cart a:hover, .more-info a:hover{
	text-decoration: none;
	color: #d4cecc;
}

.top-footer{
	background: #f9dde2;
	padding: 25px 0 25px 0;
}

.top-footer-text{
	border-bottom: 1px solid #d38491;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.
ation-img{
	border: 8px solid #fff;
}

.foundation-text{
	padding-top: 164px;
	margin-bottom: 20px
}

.left-padding{
	padding-left: 1px;
}

.foundation-btn{
	background: #3364ff;
	border: none;
	border-radius: 3px;
	padding: 10px 20px 10px 20px;
  margin-top:20px;
}

.foundation-btn:hover{
	background: #c73864;
}

.foundation-btn a, .foundation-btn a:hover{
	text-decoration: none;
	color: #fff;
}

.pink-text{
	color: #ca436c;
}

footer{
	background: #d38491;
	color: #fcf7f8;
	margin-top: 2px;
	padding: 15px 0 0 0;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
	background: transparent;
	border: none;
	color: #fcf7f8;
}

.nav-pills>li{
	border-right: 1px solid #fcf7f8;
	margin-top: 6px;
}

.nav-pills>li>a{
	background: transparent;
	border: none;
	color: #fcf7f8;
	padding: 0 10px 0 10px;
}

footer .nav-pills>li>a{
	padding: 0 9px;
}

.nav-pills>li:last-child{
	border:none;
}

.nav-pills>li>a:hover, .nav-pills>li>a:focus{
	background: transparent;
	border: none;
	color: #fcf7f8;	
}
.contactusform{
  border: 3px solid #b0003f;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 4px;
}
.contactusform p{
	margin: 10px 0 !important;
}


.content-main{
padding-top: 30px;
padding-bottom: 30px;
background: url(images/content-bg.jpg); 
}
.woocommerce ul.products li.product a, .woocommerce-page ul.products li.product a {
text-decoration: none;
margin-top: 30px !important;
}
.content-para{
  font-weight: bold;
color: #b0003f;
font-size: 15px;
  }
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
width: 100%;
height: 200px !important;
display: block;
margin: -33px 0 8px;
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
-webkit-transition: all ease-in-out .2s;
-moz-transition: all ease-in-out .2s;
-o-transition: all ease-in-out .2s;
transition: all ease-in-out .2s;
}
.pink-text:hover{
color:#ca436c !important;
}
.guest-book{
float:right !important;
border: 3px solid #D28390;
padding:15px;
}
.guest-book h4{
padding-left:15px;
padding-right:15px;
padding-bottom:8px;
}
.guest-book a{
color: #ca436c !important;
text-decoration: underline;
}
#gform_wrapper_2{
  border: 3px solid #D28390;
padding: 15px;
  }
#gform_submit_button_2{
  background: #db96a1;
border: none;
border-radius: 3px;
padding: 10px 20px 10px 20px;
  color:#FFF;
  }
#gform_submit_button_2:hover{
background: #c73864;}

/* Fade transition for carousel items */
#myCarousel.carousel .item {
    left: 0 !important;
      -webkit-transition: opacity .4s; /*adjust timing here */
         -moz-transition: opacity .4s;
           -o-transition: opacity .4s;
              transition: opacity .4s;
}
#myCarousel .carousel-control {
    background-image: none !important; /* remove background gradients on controls */
}
/* Fade controls with items */
#myCarousel .next.left,
#myCarousel .prev.right {
    opacity: 1;
    z-index: 1;
}
#myCarousel .active.left,
#myCarousel .active.right {
    opacity: 0;
    z-index: 2;
}

#myCarousel .carousel-inner>.item>img {
  min-height: 265px;
}

.woocommerce ul.products li,
.woocommerce-page ul.products li {
  text-align: center !important;
}

.woocommerce ul.products li.product .price, 
.woocommerce-page ul.products li.product .price {
	font-weight: bold !important;  
}

.woocommerce ul.products li.product a, 
.woocommerce-page ul.products li.product a {
  margin: 10px auto 0 !important;
	color: white;
	background: #ba0f44;
}

.item audio {
  /*display: none !important;*/
  position: relative;
	margin: 0px 10%;
  /*left: 50px;*/
  width: 80%;
}

.white-bg{
  
  background-color:white;
  padding:25px;
  
 }

 .jeremy{
 	width: 50%;
 	margin: 0 auto;
 }

.woocommerce .summary .price, .woocommerce-page .summary .price {
  font-weight: bold !important;
  margin: 20px auto 40px !important;
}

.woocommerce div.product form.cart .variations label, .woocommerce #content div.product form.cart .variations label, .woocommerce-page div.product form.cart .variations label, .woocommerce-page #content div.product form.cart .variations label {
  font-size: 16px !important;
  line-height: 160% !important;
/*  text-shadow: 1px 1px 1px black;*/
  color: #3366ff;
}

.woocommerce div.product form.cart .variations select, .woocommerce #content div.product form.cart .variations select, .woocommerce-page div.product form.cart .variations select, .woocommerce-page #content div.product form.cart .variations select {
  padding: 5px;
  margin-bottom: 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0 !important;
}

.woocommerce div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {
  padding: 0 15px !important;
}

.woocommerce .related ul, .woocommerce .related ul.products, .woocommerce .upsells.products ul, .woocommerce .upsells.products ul.products, .woocommerce-page .related ul, .woocommerce-page .related ul.products, .woocommerce-page .upsells.products ul, .woocommerce-page .upsells.products ul.products {
  text-align: center;
}

.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
  width: 13.2% !important;
  /*  width: 30% !important; */
  display: inline-block;
  float: none !important;
}
.event {
  margin-bottom: 35px;
}

.woocommerce .single_variation,
.woocommerce-page .single_variation {
  margin-bottom: 2rem !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
  display: none !important;
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
	margin: 30px auto 15px;  
}

.woocommerce div.product div.summary .description p, .woocommerce #content div.product div.summary .description p, .woocommerce-page div.product div.summary .description p, .woocommerce-page #content div.product div.summary .description p {
  font-size: 1.175em;
}

.woocommerce .products .product .item-number {
	color: #ba0f44 !important;
	font-size: 1.75rem !important;
}
.perks { margin-top:15px;}
.perks p, .perks span { font-weight:bold;}
.perks .currency { font-size:18px; color:#B90E43;}
.perks .title { font-size:22px; color:#6D61BD; padding: 0; border: none; background: none;}
.perks .title:hover, .perks .title:focus { outline: none; color:#B90E43; }
.perk .claimed .value { color:#D90000;}
.perks .perk { margin-bottom: 3rem;}

.woocommerce img.lazy, .woocommerce-page img.lazy {width:100%;}

#myCarousel-bottom .carousel-inner > .item {
  overflow: hidden;
	max-height: 375px;
}
#myCarousel-bottom .carousel-inner > .item figure {
  height: 315px;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}

.container.woocommerce h3 {
  color: black;
}

#category-container {
    float: right;
  margin-bottom: 20px;
}

#category-container .woocommerce-pagination {
  display: inline-block !important;
}

#categories-dropdown {
  	padding: .4em;
    display: inline-block;
    vertical-align: top;
}

.woocommerce-pagination {display: none;}

div#product-carousel {
    width: 100%;
}

.carousel-number{
	color: #ba0f44 !important;
    font-size: 1.75rem !important;
    text-align: center;
}

div#product-carousel .carousel-control.left {
    /*background-image: none;
    left: 3%;
    font-size: 50px;
    top: 155px;*/
}

div#product-carousel .carousel-control.right {
    right: 35px;
}

.woocommerce .woocommerce ul.products li.product, 
.woocommerce-page .woocommerce-page ul.products li.product {
	width: 18.5% !important;
	margin: 0px 1.8% 2.992em 0;
}

.woocommerce .woocommerce ul.products li.product.last, 
.woocommerce-page .woocommerce-page ul.products li.product.last {
	margin-right: 0;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
   width: 33.33333333%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 66.66666667%;
}

#home-video iframe {width: 100% !important;}

.artist-text .btn{
	background-color: #3366ff !important;
  color: white !important;
}
.page-id-9 div#mep_0 {
    top: 30px;
    margin: auto;
    /*width: 35% !important;*/
    width: 71% !important;
    border-bottom: 10px solid #fff;
    border-right: 10px solid #fff;
    border-left: 10px solid #fff;
}
.page-id-9 .carousel .carousel-inner {
	/*height: 320px;*/
}
.page-id-9 div#product-carousel div#mep_0 {
	width: 100%;
}
.page-id-9 div#product-carousel .carousel-control {
	/*top: 40%;*/
}

.page-id-9 #album-container #img-container {
    background-image: url( http://jazzeartcreations.com/wp-content/uploads/2014/08/46VHBHZT.png);
    background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
    background-size: 100% 100%;
    /*width: 35%;*/
    width:71%;
    height: 275px;
    height: 362px;
    margin: auto;
    position: relative;
    top: 30px;
    border-top: 10px solid #fff;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
}

.page-id-9 .main-content h4 {
	color: #333;
	font-size: 19px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.m-t-3 {
	/*margin-top: 5em;*/
}
#myCarousel {
    margin-bottom: 20px;
}

.welcome-jazze {
	font-weight: bolder;
	font-size: 50px;
	margin-top: 0;
}

.gofundme {
	margin-bottom: 15px;
}

.home-vid{
      border: 9px solid #36F;
}

.woocommerce .products .product .item-number {
    line-height: 25px;
}

article h2 {
	font-family: 'Oswald', sans-serif;
}

article h2 a:hover {
	text-decoration: none;
}


.single .main-content {
	font-family: 'Roboto Slab';
}

.single .main-content  h1, .page-id-583 .page-title {
	font-family: 'Oswald';
	color: #428bca;
	margin-top: 0;
}

.single .main-content  h1 {
	font-size: 30px;
	margin-bottom: 20px;
}

.single .main-content h3 {
	margin-top: 0 !important;
}

.single .main-content p {
	font-weight: 400 !important;
}

.single .main-content #respond {
	margin-top: 3rem;
}

.page-id-583 p {
	margin: 0;
}

.gform_wrapper {
    max-width: 100% !important;
}

#field_3_2 {
	margin-bottom: 5px;
}

.address_line_1, .address_line_2 {
	display: block;
}

.buffalo-wings {
	font-size: 
}

.buffalo-wings a {
	display: inline-block;
	border: 9px solid #36F;
	margin: 0 15px;
}

.faye-list {
  list-style-type: disc;
  margin: auto;
	text-align: justify;
  width: 90%;
}
.faye-list li { margin-bottom: 20px;
}
/*.postid-1060 .main-content #respond{
	margin-left: 10rem;
}
.postid-1052 .main-content #respond{
	margin-left: 10rem;
}*/
 .woocommerce .products .product .number-item {
    color: #ba0f44 !important;
    font-size: 1.75rem !important;
        line-height: 25px;

}
header .nav>li>a{
	padding: 10px 14px !important;
}
footer .nav-pills>li>a {
	padding: 0px 1px !important;
}

.page-id-5 .main-content p{
	margin-top: 2%!important;
}

.page-id-5 img.alignleft, .page-id-1550 img.alignleft, .page-id-535 img.alignleft {
    margin: 15px!important;
}

.page-header {
  	margin-left: 55px;
}

.page-id-9 .container {
    position: relative;
}

.page-id-9 #tab-2 {
	display: none;
}

.page-id-9 .mvo-container {
  text-align: center;
}


/********** ********** ********** ********** ********** 03/17/2017 ********** ********** ********** ********** **********/
.page-id-9 .main-content h4 {
	font-weight: 700
}

.embed-container { 
	position: relative; 
	padding-bottom: 70%; 
	height: 0; 
	/* overflow: hidden;  */
	max-width: 100%; 
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

div#product-carousel .carousel-control i {
	background: rgba(0,0,0,0.8) !important;
	border-radius: 100%;
	padding: 5px;
}

div#product-carousel .carousel-control.left {
	left: 5px
}

div#product-carousel {
	background: #000
}

.box-video {
	background: #000;
	margin-bottom: 30px;
}

/* 3 29 2017 */
div#gform_wrapper_1 li.gfield.inline_field {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

div#gform_wrapper_1 li#field_1_5 {
    display: table;
    margin-left: auto !important;
    margin-right: auto;
}

div#gform_wrapper_1 input#gform_submit_button_1 {
    margin: auto !important;
    display: block;
}

div#gform_wrapper_3 {
    padding: 0 15px;
    border: solid 5px #e7798d;
}

div#comment-wrap {
    display: table;
    padding: 15px;
    border: solid 5px #e7798d;
    border-radius: 15px;
}

.gform_wrapper div.charleft.warningTextareaInfo {
    color: #ff002b !important;
}

div#gform_wrapper_1 {
    width: 50%;
    margin: auto;
}

textarea#comment {
	height: 15em;
    width: 35em;
}

.page-id-13 .well {
    padding: 17px 33px 35px 39px;
}

.visible-sm .navbar ul#menu-header-menu-1 {
    background-color: rgba(255, 255, 255, .75);
}

#myCarousel .carousel-control.left {
    left: 0px;
}

#myCarousel .carousel-control.right {
    right: 34px;
}

.box-video {
    position: relative;
	overflow: hidden;
}
.embed-container a:after {
    content: '►';
    display: block;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid;
    border-color: transparent;
    padding: 10px 27px;
    background-color: rgb(34 34 34 / 70%);
    font-size: 25px;
    border-radius: 20px;
	transition: 0.3s;
}
.yt-title {
    position: absolute;
    text-align: center;
    color: #bbb;
    background-color: rgb(34 34 34 / 80%);
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    padding: 10px 0;
}
.embed-container a:hover::after {
    background-color: red;
}
.embed-container a:hover .yt-title {
	color: #fff
}

.yt-sub-title {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: rgb(34 34 34 / 50%);
    width: 75%;
    text-align: center;
    padding: 5px 0;
    color: rgb(219, 219, 219);
    font-size: 11px;
}
.box-video .embed-container, .carousel-inner .embed-container {
    transition: 0.3s !important;
}
.box-video:hover .embed-container, .carousel-inner:hover .embed-container {
    opacity: 0.7 !important;
}



/* RESPONSIVE */

@media screen and (max-width: 1199px) {
	header .col-md-9.col-sm-8 .col-md-3.col-sm-6 ul.list-inline {
	    white-space: nowrap;
	}
	header .col-md-offset-3 {
	    margin-left: 22%;
	}
	header .navbar-default .navbar-nav>li>a {
	    padding: 10px 6px;
	}
	footer .nav-pills>li>a {
	    padding: 0 5px;
	}
	#product-carousel .carousel-control {
		top: 50%;
	}
}

@media (max-width: 1024px) {
  header .nav>li>a {
    padding: 10px 8px !important;
  }
}

@media screen and (max-width: 991px) {
	header .row .col-sm-5, header .col-sm-8 {
	    width: 100%;
	}
	header .col-sm-5 img {
	    margin: auto;
	}
	header .col-md-offset-3 {
	    margin-left: 0;
	}
	header .navbar-default .navbar-nav>li>a {
	    padding: 10px;
	}
	.top-footer #art-foundation .row .col-md-6:last-child {
	    margin-top: 10px;
	}
	.top-footer form .contact-us-btn {
		min-width: 130px;
	}
	#home-video iframe { margin-top: 20px; }
	.woocommerce-page .content-main .col-md-3 {
	    margin: 0 27%!important;
	}
	.top-footer #art-foundation .row .col-md-6 img {
	    width: 1%;
	}
	footer .col-sm-7 {
	    white-space: nowrap;
	}
	#copyright p {
	    margin-left: -18px;
	    margin-top: -2px;
	}
}
@media screen and (max-width: 768px) {
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 48% !important;
	}
	.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
		height: auto!important;
	}
	.woocommerce .woocommerce ul.products li.product, .woocommerce-page .woocommerce-page ul.products li.product {
		clear: none;
	}
	.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n), .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
		float: left;
	}
	div#gform_wrapper_1 {
		width: 75%;
		margin: auto;
	}
	.theNumber {
		text-align: left !important;
	}
}
@media screen and (max-width: 767px) {
	.woocommerce-page .content-main .col-md-3 {
	    margin: 0 25%!important;
	}
}
@media (max-width: 767px) {
	div#pp_full_res iframe {
		width: 100%;
	}
	header .col-md-3.col-sm-5 a img {
	    width: inherit;
	}
	footer .col-sm-7 {
	    width: 100%;
	}
	#copyright p {
	    margin-left: 0;
	    margin-top: 0;
	}
	.top-footer {
	    padding: 10px 0 0;
	}
	.top-footer #art-foundation .row .col-md-6:last-child {
	    margin-top: 0;
	}
}
@media (max-width: 736px) {
	#news-and-events {
		text-align: center;
	}
	.donateto {
		padding-bottom: 2em;
	}
	.woocommerce .products ul, .woocommerce ul.products {
		text-align: center;
	}
	.woocommerce .woocommerce ul.products li.product, .woocommerce-page .woocommerce-page ul.products li.product {
		width: initial !important;
		margin: 0 auto 2em auto;
		float: none;
		display: inline-block;
	}
	.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n), .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
		float: none;
	}
	div#product-carousel .carousel-control.left {
		left: 5px;
	}
	#product-carousel .carousel-control.right {
		right: 30px!important;
	}
	div#gform_wrapper_1 {
		width: 100%;
	}
}
@media (max-width: 568px) {
	div#gform_wrapper_1 li.gfield.inline_field {
		width: 100%;
	}
}
@media (max-width: 567px) {
	.woocommerce-page .content-main .col-md-3 {
	    margin: 0 18%!important;
	}
	.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
	    float: none;
	    text-align: center;
	}
	#category-container {
	    float: none;
	    margin-bottom: 20px;
	    text-align: center;
	}
}
@media (max-width: 480px){
	.gallery-btn{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		display: inherit;
	}
	.featured-gallery{
		color: #fff;
		text-align: center;
	}
	textarea#comment {
		width: 100%;
	}
	.page-header {
		margin-left: 0;
	}
	.page-header h1 {
		font-size: 25px;
	}
}
@media (max-width: 479px) {
	.woocommerce-page .content-main .col-md-3 {
	    margin: 0 10%!important;
	}
	footer .col-sm-7 {
	    white-space: inherit;
	}
}
@media (max-width: 414px) {
	div#pp_full_res iframe {
		height: 265px;
	}
	.gform_wrapper.gf_browser_chrome .gform_body {
		width: calc(100%);
	}
	.page-id-13 .well {
		padding: 17px 15px 35px 15px;
	}
}
@media (max-width: 413px) {
	.woocommerce-page .content-main .col-md-3 {
	    margin: 0 5%!important;
	}
}
@media (max-width: 374px) {
	.woocommerce-page .content-main .col-md-3 {
	    margin: 0!important;
	}
}
@media (max-width: 320px) {
	.pp_pic_holder.pp_default {
		top: 1430px;
	}
	div.ginput_recaptcha {
		transform-origin: top left;
		transform: scale(.85);
	}
}
.woocommerce div.product form.cart .variations select{
	min-width: 0% !important;
	margin-right: 15em !important;
}
.related.products {
    text-align: center !important;
}

button.leCart.button.alt {
    margin-left: 5px;
}

/* 5 17 2017 */
body.paged-2 #tab-1 .vidgla {
display: none;
}


/*06/08/2017*/
	.woocommerce-message a.button.wc-forward {
    	display: none;
	}
	a.button.wc-forward-shop.wc-forward {
		background:#a46497 !important;
		color: #fff !important
	}
	a.button.wc-forward-shop.wc-forward:hover, a.button.wc-forward-shop.wc-forward:focus {
	    background: #935386 !important;
	}
@media screen and (min-width: 992px) {
	a.button.wc-forward-shop.wc-forward {
    	margin-left: 30px;
	}
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
	object-fit: cover;
	object-position: top;
}

.youtube {
    position: relative;
}

.youtube .fa-youtube-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    color: red;
    font-size: 70px;
}

.youtube:hover .fa-youtube-play {
    opacity: 0.8;
}

a.btn.donate {
    margin-top: 40px;
}

.youtube img {
	border: 10px solid #3364FF;
	border-radius: 4px;
	height: 395px;
    object-fit: cover;
}
.page-id-1050 a:hover,
.page-id-1050 a:focus{
	text-decoration: none;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.flyer-row a {
    display: block;
    margin: 5px;
}

@media (max-width: 767px) {
    .flyer-row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}