/* 
Theme Name: Storefront Child 
Version: 1.0 
Description: Child theme for Storefront. 
Author: Woo
Author URI: http://woocommerce.com 
Template: storefront
*/  

/* --------------- Theme customization starts here ----------------- */


/* COLORS: * * 
BLUE: #5b5c5d
	rgb(94, 159, 182)

Grey: #5e6060
	rgb (118. 139, 141)

Green-Light: #5b5c5d
    rgb (149. 166, 90)

Green-Dark: #808081
     rgb (129. 144, 76)
 */



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

/*GENERAL STYLES */

body {
margin:0px;	
}

/*BJ EDIT -- DON'T DISPLAY THE MOBILE LOGO UNTIL MAX-WIDTH IS 425PX*/
.mobile-site-branding {
	display:none;
}




 /* -TYPOGRAPHY--------------------------------------------------------------------------------*/ 
 
h1, h2, h3, h4, h5, h6, body, button, input, textarea {
font-family: 'Open Sans', sans-serif;	
}

  h1 a:link {color:#5b5c5d!important;
  font-size: 1.000em !important;}    
  h1 a:visited {color:#5b5c5d!important;
  font-size: 1.000em !important;} 
  h1 a:hover{color:#a4a4a4!important;
  font-size: 1.000em !important;}
  
  h2 a:link {color: #5b5c5d;
  text-decoration: none!important;}    
  h2 a:visited {color:#5b5c5d!important;} 
  h2 a:hover{color:#a4a4a4!important;}
  
  h3 a:link {color:#5b5c5d!important;}    
  h3 a:visited {color:#5b5c5d!important;} 
  h3 a:hover{color:#a4a4a4!important;}
  
  h4 a:link {color:#5b5c5d!important}    
  h4 a:visited {color:#5b5c5d!important;} 
  h4 a:hover{color:#a4a4a4!important;}
  
  h5 a:link {color:#5b5c5d!important}    
  h5 a:visited {color:#5b5c5d!important;} 
  h5 a:hover{color:#a4a4a4!important;}
  
  h6 a:link {color:#5b5c5d!important}    
  h6 a:visited {color:#5b5c5d!important;} 
  h6 a:hover{color:#a4a4a4!important;}
  
  h7 a:link {color:#5b5c5d!important}    
  h7 a:visited {color:#5b5c5d!important;} 
  h7 a:hover{color:#a4a4a4!important;}
  
p a:link {color:#5b5c5d!important;
text-decoration: none!important;}    
p a:visited {color:#5b5c5d!important;} 
p a:hover{color:#a4a4a4!important;}  
  
a {
    color: #5b5c5d;
}

h1 {
text-transform:uppercase!important;
color: #5b5c5d;
font-size: 1.000em!important;
letter-spacing:.7px;
font-weight:500;
margin-bottom:7px;
}


h2 {
text-transform:uppercase!important;
font-size: 0.875em!important;
font-weight: normal;
letter-spacing:.7px;
color: #5b5c5d;
}


h3 {
font-family: "Open Sans",arial,sans-serif;
font-size: 15px!important;
font-weight: 400;
color: #5b5c5d;
}


h4 {
font-family: "Open Sans",arial,sans-serif;
font-size: 1.000em!important;
font-weight: normal;
/*text-transform:uppercase;*/
color: #5b5c5d;
margin-bottom:0px!important;
}


h5 {
text-transform:uppercase!important;
color: #5b5c5d;
font-size: 13px!important;
letter-spacing:.5px!important;
font-weight:500!important;
margin-bottom:5px!important;
}


h6 {
font-family: "Open Sans",arial,sans-serif!important;
color: #5b5c5d!important;
font-size: 22px!important;
font-weight:300!important;
margin-bottom:9px!important;
}

.h7{
font-family: "Open Sans",arial,sans-serif!important;
margin: 0 0 0.3em;
padding: 0;
color:color: #5b5c5d!important;
font-size: 11px!important;
text-style:italic;
}

p {
margin: 0 0 1.41575em;
margin-top: 0px;
margin-right: 0px;
margin-bottom: .813em;
margin-left: 0px;
font-size: 0.813em !important;
}

li {
margin: 0 0 1.41575em;
margin-top: 0px;
margin-right: 0px;
margin-bottom: .41575em;
margin-left: 0px;
font-size: 15px!important;}

.vc_figure-caption{
margin: 0 0 0.3em;
padding: 0;
font-family: "Open Sans",arial,sans-serif!important;
color:#676666!important;
font-size: 10px!important;
text-align: left;
background: transparent!important;
}


#primary{
padding-top:60px;


}

#secondary{
padding-top:60px;
}

#content.site-content {margin-top: -50px;} 

img {
    border-radius:0px!important;
}

/*hide page and post title*/
.entry-title {
/*display: none;*/
}

/* 	HEADER  */
.site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link, .site-header .gallery-link {
width: 301%; /* Adjust this percentage up or down to make the logo larger or smaller. */
}

.site-header .site-branding img {
    max-height: none !important;
    max-width: none !important;
    width: 435px !important;
}

#masthead{
border: solid 0px;
}
	
	
/*remove the site search*/
 #masthead .site-search{
/* display:none;*/
 }
 
#masthead .site-branding{
 margin-bottom: 1em;
}


#masthead.siteheader.columnfull{
position:relative;
overflow:hidden;
}


/*reduce height of header*/
.site-header {
 margin-bottom:0px!important;
 padding-top: 70px;
}


#masthead.site-header {
 padding-bottom: 0;
 max-height:90px;
/* position:relative;*/}

/*remove page title*/
/*#post-137 .entry-title {display: none;}

#post-407 .entry-title {display: none;}

#post-622 .entry-title {display: none;}*/

.entry-title {
display:none!important;
}


.col-full {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15%;
    box-sizing: content-box;}
	
	
.site-header-cart	{
display:none!important;
}

#gallery-logo{
 position:relative;
 top:-132px;
 left:57%;
width:198px;
}	

/* NAVIGATION*/	


/* hides pull down arrow*/
.main-navigation ul.menu > li.menu-item-has-children > a::after, .main-navigation ul.menu > li.page_item_has_children > a::after, .main-navigation ul.nav-menu > li.menu-item-has-children > a::after, .main-navigation ul.nav-menu > li.page_item_has_children > a::after{
display: none !important;
}

.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
text-transform:uppercase!important;
color:#ffffff;
letter-spacing:0.2px;
font-size: 0.813em!important; 
font-weight:400; 
}

/*positioning the main-navigation inside bar */

.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
padding: 0 2px 0 10px;
}


/*positioning the main-navigation */
#masthead .main-navigation {
text-align: left;
position: relative;
left:5px;
padding: 0;
width: 100%;
}
  	
/*full width  */
.storefront-primary-navigation {
background-color: #5e6060!important;
max-height:24px;
border: solid 0px;
clear: both;
margin-left: -99em;
margin-right: -99em;
padding-left: 99em;
padding-right: 99em;
}


.primary-navigation {
 display: block;
}


.main-navigation ul ul li a, .secondary-navigation ul ul li a {
width: 230px;
font-size: 13px 0.813em!important;
line-height:19px;
background-color:f8fdfd!important;
color:#000;
/*text-transform:uppercase;*/
padding: 6px 10px 6px 20px!important;

}
	  
/*removes page icon from handheld navigation  */	  
.main-navigation ul li a:before {
display: none;
}	  	
	
/*dropdwon individual item */	

		  
	
/*dropdwon hover  */	
.main-navigation ul.nav-menu ul a:hover, .main-navigation ul.nav-menu ul li.focus, .main-navigation ul.nav-menu ul li:hover > a {
/*background-color:#ffffff!important;*/
background-color:f8fdfd!important;
color:#5e6060;
}


/*dropdwon current item */	
.current-menu-item a{
color: #000000!important;
}

    
/*UL Menu hover  */
.main-navigation ul.menu ul, .main-navigation ul.nav-menu ul li.current-menu-item  {
margin-left: 0;
}

/* --Home Page--------------------------------------------------------------------------------*/

.topcontent-row1{

padding-left:0px!important;
margin-left:0px!important;

}

.vc_row-has-fill>.vc_column_container>.vc_column-inner {
padding-top:10px!important;
margin-top:10px!important;
}

/*Hp-image quadrents  */



.hp-txt-col-1{
height:800px;
margin-bottom:0px;
padding-right:auto;
padding-left:auto;
padding-bottom:20px;
/*border:1px dashed black!important;*/

}

.hp-txt-col-2{
height:797px;
padding-right:auto;
padding-left:auto;
/*border:1px dashed black!important;*/}

.hp-txt-col-3{
height:847px;
padding-right:auto;
padding-left:auto;
}

.Hp-link-txt{
margin:0px;
padding-bottom:0px;
padding-top:9px;

}

.Hp-link-txt-2{
/*text-align:center!important;*/
margin:0px;
/*line-height:1.313em;*/
padding-bottom:0px;
padding-top:0px;

}

.Hp-link-txt-3{
max-width:150px;
margin:0px;
padding-bottom:0px;
padding-top:8px;

}



.Hp-image-link{
margin:0px;
padding-top:0px;
padding-bottom:0px;
}


.Hp-image-link-2{
margin:0px;
margin-top:0px;
padding-top:0px;
padding-bottom:9px;
}

.Hp-image-link-3{
margin:0px;
/*max-width:150px;*/
margin-top:0px;
padding-top:0px;
padding-bottom:0px;
}

#bottom-1{
bottom:0;
position:absolute;
}

.hp-sm-row{
width:140px!important;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;

}


.Hp-image-link-sm{
width:60px!important;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;

}

/*#bottom-2{
right:5%;
left:5%;
bottom:0;
position:absolute;

}

#bottom-3{
bottom:0;
position:absolute;
}
.intro-p{
max-width:920px;
}*/


.slide-show{
max-width:618px;}

.centered .pscarousel {
/*border:1px solid blue;*/
/*    margin: 0px auto 0;
        margin-bottom: 0px;*/
		margin: 0 10px 0 0;
    position: relative;
}

.slideshow-wrapper p {
   /* margin: 10px !important;*/
   text-align:center;
   max-width:520px;
   margin: 20px 100px 20px 0!important;
   
}
p.slideshow-caption{
/*margin: 0 10px 0 0;*/
}

#focus-gallery-box{
/*border:1px solid blue;*/
max-width:618px;
margin: 0 auto;
}

.fg-col-1{

}

.fg-col-2{

padding-left:40px;
}

.fg-col-3{
min-width:30%;

}



	
.entry img, img.thumbnail, #portfolio .group.portfolio-img img {
background: none repeat scroll 0 0 ;
border: none!important;
height: auto;
padding: 3px;
}


.vc_row wpb_row vc_row-fluid topcontent-row1 vc_custom_1479418067366 vc_row-has-fill vc_row-o-content-top vc_row-flex {
padding:0px!important;
}

/* --Artist list--------------------------------------------------------------------------------*/
  
.al-col-1 {}  

.al-col-2 {}  

.al-col-3 {
max-width:50px;

} 
  
/* --[ The cart ]--------------------------------------------------------------------------------*/

.woocommerce-breadcrumb{
display:none!important;
}

table.cart img {
  width: 125px;
  height: auto;
}


table.cart img {
    border:#fff 0px;
    border-radius: 3px 3px 3px 3px;
    
}
a.remove::before {
    content: "\f057";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #6d6d6d;
    text-indent: 0;
    text-align: center;
}

/*cart typography*/

table.cart td, table.cart th {
    padding: .618em;
}

th.product-name {
font-size:13px;
font-weight:500;
}

th.product-price {
font-size:13px;
font-weight:500;
}

th.product-quantity {
font-size:13px;
font-weight:500;
}

th.product-subtotal {
font-size:13px;
font-weight:500;
}

tr.cart-subtotal {
font-size:13px;
font-weight:500!important;
}

tr.shipping {
font-size:13px;
font-weight:500!important;
}

tr.tax-rate tax-rate-us-nc-nc-sales-tax-1{
font-size:13px!important;
font-weight:500!important;
}
th.NC Sales Tax{
font-size:13px!important;
font-weight:500!important;
}
tr.order-total {
font-size:13px;
font-weight:500!important;
}

td.product-name {
font-size:13px;
font-weight:500;
}

td.product-price{
font-size:13px;
font-weight:500;
}

td.product-subtotal{
font-size:13px;
font-weight:500;
}


table.cart td.actions input {
    display: inline-block;
    width: auto;
    margin: 2px 7px 2px 2px;
	font-size:13px;
font-weight:500;
}


/*products*/

h1.woocommerce-products-header__title page-title{
font-size:0.875em
}

h1.product_title entry-title{
color: #5b5c5d;
font-size: 0.875em !important;
letter-spacing: .7px;
font-weight: 500;
margin-bottom: 7px;
}

ul.products li.product .woocommerce-loop-product__title, ul.products li.product h2, ul.products li.product h3{
font-size: 0.875em;
font-weight: 400;

}

h2.woocommerce-loop-product__title {
text-transform:none!important;
font-size: 0.938em!important;
}

.stock.in-stock::before {
    content: none;
}

.stock.in-stock {
    color: #6d6d6d;
}

.stock.out-of-stock::before {
    content: none;
}

.stock.out-of-stock {
    color: #6d6d6d!important;
}

.single-product div.product .product_meta a {
    font-weight: 500;
    text-decoration: underline;
}

ul.products li.product .price{
color:#5b5c5d;
}
/*products photo gallery remove bottom caption*/

div.pp_woocommerce .pp_nav, div.pp_woocommerce .pp_description {
    font-size: 14px;
	color: white;
}

/*products photo gallery remove top caption*/
div.pp_overlay {
    background: none repeat scroll 0 0 #ffffff;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}

div.pp_woocommerce div.ppt {
    color: #ffffff 7;
}

div.ppt{
display: none;}

/*.page ul.products li a.button {
    display: none!important;
}*/

/*Trying to remove price from product catagory page- NOT working*/
span.price{display: none;}


.woocommerce .woocommerce_tabs .panel h2,
.woocommerce .woocommerce-tabs .panel h2 {
  margin-bottom: .7em;
  display:none;
  
}

/*woo commercer buttons*/

button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .added_to_cart.alt, .widget-area .widget a.button.alt, .added_to_cart, .widget a.button.checkout
{background-color: #b2b3b3;
border-color: #b2b3b3;
color: #ffffff;
font-size:12px;
font-weight:500;
padding: 6px;

}

button.alt:hover, input[type="button"].alt:hover, input[type="reset"].alt:hover, input[type="submit"].alt:hover, .button.alt:hover, .added_to_cart.alt:hover, .widget-area .widget a.button.alt:hover, .added_to_cart:hover, .widget a.button.checkout:hover {
    background-color: #5b5c5d;
    border-color: #5b5c5d;
    color: #ffffff;
}

button.button {
background-color: #b2b3b3;
border-color: #b2b3b3;
color: #ffffff;
font-size:12px;
font-weight:500;
padding: 6px;

}

input.button {
background-color: #b2b3b3;
border-color: #b2b3b3;
color: #ffffff;
font-size:12px;
font-weight:500;
padding: 6px;

}

a.checkout-button button alt wc-forward
{background-color: #b2b3b3;
border-color: #b2b3b3;
color: #ffffff;
font-size:12px;
font-weight:500;
padding: 6px;}

.wc-forward::after, .woocommerce-Button--next::after {

    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
    font-size: 13px;
    text-rendering: auto;
    content: "\f178";
    margin-left: 0.5407911001em;

}

/*products removes add to cart button from product catagory page*/

.archive ul.products li a.button {
    display: none!important;
}

ul.products .count { display:none!important; }

.woocommerce_ordering, .woocommerce-ordering {
   display:none!important;
}

h1.woocommerce-products-header__title page-title{
display:none!important;
}
.woocommerce-product-details__short-description{
font-weight:500!important;
}


.product_nav{
font-size:12px;
}

ul.products li.product a {
  display: inline-block;
  color:#676666;
   font-size: 12px;
   text-transform:normal;
}
ul.products li.product a:hover {
  text-decoration: none;
  
}
ul.products li.product a:hover h3 {
  opacity: 0.9;
}

ul.products li.product .price {
  display: block;


}
/*single product removes price*/
.single-product div.product p.price{
/*display:none;*/
font-weight:500;
}

.woocommerce .summary p.price {
  font-weight: 700;
 font-size: 13px;
  border: none;
  padding: 0;
  margin-bottom: .8em;
}

.quantity input.qty {
  width: 20px;
  padding: 5px 5px;
  font-size: 10px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e6e6e6;
  border-right: 0;
  border-left: 0;
  text-align: center;
  float: left;
  z-index: 10;
}
.quantity .plus,
.quantity .minus {
  width: 15px;
  text-align: center;
  padding: 4px 0;
  font-size: 10px !important;
  border: 1px solid #ccc;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background: -webkit-linear-gradient(#ffffff, #e6e6e6);
  background: -moz-linear-gradient(center top, #ffffff 0%, #e6e6e6 100%);
  background: -moz-gradient(center top, #ffffff 0%, #e6e6e6 100%);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: left;
  z-index: 20;
}


/*--[ Product Ordering ]--------------------------------------------------------------------------------*/
.woocommerce_result_count,
.woocommerce_ordering,
.woocommerce-result-count,
.woocomerce-ordering {

  color:#fff!important;
  width: 50%;
  float: left;
  margin-top: .75em;
  margin-bottom: 1.618em;
}
.woocommerce_ordering,
.woocommerce-ordering {
  text-align: right;
}

.wc-forward{
color:#6d6d6d!important;
font-weight:500;
}

/*-------Messages & Alerts-----------*/
.woocommerce_message,
.woocommerce-message {
color:#6d6d6d;
font-size: 0.813em !important;
font-weight:500;
  border-top: 1px solid #f3f3f2;
  border-bottom: 1px solid #f3f3f2;
  background: #f9f8f4 20px 13px;
}

.woocommerce-info {
color:#6d6d6d;
font-size: 0.813em !important;
font-weight:500;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #f3f3f2;
  background: #f9f8f4 url(../images/icons/ico-info.png) no-repeat 20px 13px;
}

.woocommerce-error {
color:#6d6d6d;
font-size: 0.813em !important;
font-weight:500;
margin-left:23%!important;
  border-top: 1px solid #f3f3f2;
  border-bottom: 1px solid #f3f3f2;
  background: #f9f8f4 url(../images/icons/ico-alert.png) no-repeat 20px 13px;
}


.woocommerce-error a, .woocommerce-info a, .woocommerce-message a, .woocommerce-noreviews a, p.no-comments a {
    color: #6d6d6d;
}

.woocommerce-error a:hover, .woocommerce-info a:hover, .woocommerce-message a:hover, .woocommerce-noreviews a:hover, p.no-comments a:hover {
    color: #000000;
}



/*-------Buttons----------*/
body #wrapper #content .button,
body #wrapper #content .button:visited,
body #wrapper #content .reply a,
body #wrapper #content #respond .form-submit input#submit {
  border-radius: 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.10);
}

table.cart a.remove {
  color: #fff;
  font-weight: bold;
  background: #dbd9ce!important;
  display: inline-block;
  height: 1.1em;
  width: 1.1em;
  line-height: 1;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
table.cart a.remove:hover {
  text-decoration: none;
  background: #f00;
}


/*--[ cart noticess ]--------------------------------------------------------------------------------*/


#woocommerce-cart-notice-this-product-requires-special-handling {
    background: #DCDACE;
    color: black;
   
}



/*--[ Star ratings ]--------------------------------------------------------------------------------*/



.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  width: 4.9em;
  font-family: "fontawesome";
}
.star-rating:before {
  content: "\f006\f006\f006\f006\f006";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  color: #dbd9ce;
}
.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
}



/* --Links-------------------------------------------------------------------------------*/
.links-col-1{
max-width:325px;
padding-right:25px;
padding-left:55px;
float:left;
}

/* -404 Pages-------------------------------------------------------------------------------*/
.error-404.not-found{
min-height:350px;
margin-top:135px;
margin-left:260px;}
  
/* --Side Bar--------------------------------------------------------------------------------*/   
  
#sidebar{
padding-top:125px!important;
}  

#woocommerce_product_categories-2{
margin-bottom:15px;
}

/* WIDGETS*/

/*removes page icon from handheld navigation  */	  
.main-navigation ul li a:before {
display: none;
}

.widget_nav_menu ul li::before {
    content: none;
}

.widget .widget-title, .widget .widgettitle {

font-size: 1.000em!important;
text-transform:uppercase;
color:#5b5c5d!important;
letter-spacing: -1;
border-bottom: 0px solid rgba(0,0,0,.05);
padding: 0px 0 7px 0px;
/*margin: 0 0 10px 0;*/
font-weight: 400;
}



.widget ul {
list-style-position: inside;
list-style: none;
text-align: left;
font-family: "Open Sans",arial,sans-serif !important;
font-weight: normal !important;
font-size: 0.938em !important;
/*line-height: 20px !important;*/
color: #6d6d6d!important;
}
	
/*widget menus */

#secondary {
	padding-bottom: 0px;
}

.widget_archive ul li, .widget_categories ul li, .widget_layered_nav ul li, .widget_layered_nav_filters ul li, .widget_links ul li, .widget_nav_menu ul li, .widget_pages ul li, .widget_product_categories ul li, .widget_recent_comments ul li, .widget_recent_entries ul li {
    list-style: none!important;
    margin-bottom: 0;
    line-height: 1.41575em;
}

.cat-item{

text-align:left;}

.gamma widget-title{
font-size: 1.000em!important;
color:#6d6d6d;
}
	
.widget-area .widget a:not(.button):hover {
text-decoration: none;
color:#6d6d6d;
}

.widget-area .widget a:not(.button) {
font-weight: 400;
text-decoration: none;
/*text-transform:uppercase;*/
/*font-size: 0.813em!important;*/
font-size: 0.875em!important;
color: #6d6d6d!important;
}

.widget-area .widget a:not(.button):hover {
color: #5b5c5d!important;
}

.widget-area .widget a, .hentry .entry-header .posted-on a, .hentry .entry-header .byline a {
color: #9f9f9f;
}

.widget_recent_entries ul li::before, .widget_pages ul li::before, .widget_categories ul li::before, .widget_archive ul li::before, .widget_recent_comments ul li::before, .widget_nav_menu ul li::before, .widget_links ul li::before, .widget_product_categories ul li::before, .widget_layered_nav ul li::before, .widget_layered_nav_filters ul li::before {display:none;}


.aws-container .aws-search-field {
    height: 29px;
    width: 100%;
    color: #313131;
    padding: 6px;
    line-height: 30px;
    display: block;
    font-size: 12px;
    position: relative;
    z-index: 2;
    background: rgb(247, 247, 247);
    -webkit-appearance: none;
}

/* FORM Constant Contact*/


.input-text, input[type="email"], input[type="password"], input[type="search"], input[type="text"], input[type="url"], textarea {
    padding: 0em!important;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
}

.ctct-form-wrapper .ctct-form abbr {
    border: none;
    color: #000;
    font-size: 0.9em;
}

/* BUTTON*/



/* FOOTER*/


.footer-widgets{
padding: 0px!important;
border-bottom: 0px solid rgba(0,0,0,.05);
}

.bottom-bar{
width:100%;
}
.copyright-left{
width:100%;
float:left;
}
.copyright-right{
flaot:right;
width:100%;
}

.site-info{
color:#5e6060;
font-size:13px;
padding: 0px;
margin-left:auto;
margin-right:auto;

}

.site-footer h3{
font-size: 18px 1.063em!important;
color:#ffffff!important;
background-color:#ffffff!important;
}

.site-footer a:not(.button) {
color:#5e6060;
}

.site-footer a:not(.button):hover {
color:#797a7b;
}


.footer-widgets {
color:#FFFFFF;
padding-top: 1.235801032em;
}

.et_monarch .et_social_circle li { width: 40px; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; margin-bottom: 10px; left: 0; }

.widget-title {
max-height:5px;}
#custom_html-2.widget_text.widget.widget_custom_html{
max-height:15px;
}

.footer-widgets.col-4 .block
{
max-height:100px;}

}

/* Responsive CSS */


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



.col-full {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10%;
    box-sizing: content-box;
}
p a:link {color:#5b5c5d!important}    
p a:visited {color:#5b5c5d!important;} 
p a:hover{color:#808081!important;}


}


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


.col-full {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 8%;
    box-sizing: content-box;
}

.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
/*padding: 2px 0  2px 0px;*/
}

p a:link {color:#5b5c5d!important}    
p a:visited {color:#5b5c5d!important;} 
p a:hover{color:#808081!important;}



}



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



.col-full {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 8%;
    box-sizing: content-box;
}
p a:link {color:#5b5c5d!important}    
p a:visited {color:#5b5c5d!important;} 
p a:hover{color:#808081!important;}




}



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



.col-full {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 6%;
    box-sizing: content-box;
}
p a:link {color:#5b5c5d!important}    
p a:visited {color:#5b5c5d!important;} 
p a:hover{color:#808081!important;}

}

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



.col-full {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5%;
    box-sizing: content-box;
}
p a:link {color:#5b5c5d!important}    
p a:visited {color:#5b5c5d!important;} 
p a:hover{color:#808081!important;}
}


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



.col-full {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 4%;
    box-sizing: content-box;
}
p a:link {color:#5b5c5d!important}    
p a:visited {color:#5b5c5d!important;} 
p a:hover{color:#808081!important;}
}

@media only screen 
  and (min-device-width: 800px) 
  and (max-device-width: 1280px)
  {
  .col-full {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 4%;
    box-sizing: content-box;
  }
  }

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



.col-full {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 4%;
    box-sizing: content-box;
}

  h1 a:link {color:#5b5c5d!important;}    
  h1 a:visited {color:#5b5c5d!important;} 
  h1 a:hover{color:#a4a4a4!important;}
  
  h2 a:link {color: #5b5c5d;}    
  h2 a:visited {color:#5b5c5d!important;} 
  h2 a:hover{color:#a4a4a4!important;}
  
  h3 a:link {color:#5b5c5d!important;}    
  h3 a:visited {color:#5b5c5d!important;} 
  h3 a:hover{color:#a4a4a40!important;}
  
  h4 a:link {color:#5b5c5d!important}    
  h4 a:visited {color:#5b5c5d!important;} 
  h4 a:hover{color:#a4a4a4!important;}
  

h1 {
text-transform:uppercase!important;
color: #5b5c5d;
font-size: 1.000em!important;
letter-spacing:.7px;
font-weight:500;
margin-bottom:7px;
}


h2 {
text-transform:uppercase!important;
font-size: 1.000em!important;
font-weight: normal;
letter-spacing:.7px;
color: #5b5c5d;
}


h3 {
font-family: "Open Sans",arial,sans-serif;
font-size: 15px!important;
font-weight: 400;
color: #5b5c5d;
}

p {
font-size: 0.813em !important;
}
  
p a:link {color:#5b5c5d!important}    
p a:visited {color:#5b5c5d!important;} 
p a:hover{color:#a4a4a4!important;} 

h5 {text-transform:uppercase!important;
color: #5b5c5d;
font-size: 15px!important;
letter-spacing:.5px!important;
font-weight:600!important;
margin-bottom:5px!important;
}


h6 {
font-family: "Open Sans",arial,sans-serif!important;
color: #5b5c5d!important;
font-size: 22px!important;
font-weight:300!important;
margin-bottom:9px!important;
}
.site-info{
color:#5e6060;
font-size:13px;
padding: 0px;
margin-left:auto;
margin-right:auto;

}

.site-footer a:not(.button) {
color:#5e6060;
}

.site-footer a:not(.button):hover {
color:#797a7b;
}


.vc_figure-caption{
margin: 0 0 0.3em;
padding: 5px 10px 20px 10px;
font-family: "Open Sans",arial,sans-serif!important;
color:#676666!important;
font-size: 9px!important;
text-align: left;
background: transparent!important;
}

.wpb_wrapper{margin:bottom:15px;

}

.wpb_wrapper.vc_figure{
margin-bottom:10px;}
}





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

#gallery-logo{
 position:relative;
 top:-102px;
 left:57%;
width:198px;
}

.col-full {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 4%;
    box-sizing: content-box;
}

.hp_slide1{
max-width:270px!important;
margin:0px 10px 30px 0px!important;
}

.hp_text1 {}

.workshops-row1-1instructorimage img{
margin-top:60px!important;

}

.workshops-row1-2instructorimage img{
margin-top:60px!important;
}


#masthead.site-header{
max-height: none !important;
margin:0px;
/*padding: 10px 0px 5px 0px;*/
}

#primary{
padding-top:30px;

}

h1, h2, h3, h4, h5, h6 {
color:#5b5c5d;
}



img {
    border-radius: 0px;
}

.tp-fullwidth-forcer {
max-height:20px;

}


/*hide page and post title*/
.entry-title {
display: none!important;

}

/*widgets */

.widget .widget-title, .widget .widgettitle{
text-transform:uppercase;
color: #5b5c5d;
font-weight:500;
}

/*removes page icon fromnavigation  */
.widget_nav_menu ul li::before {
display: none;
}

.widget-area .widget a:not(.button):hover {
text-decoration: none;
color:#5e6060;
}

.widget-area .widget a:not(.button) {
font-weight: 400;
text-decoration: none;
/*text-transform:uppercase;*/
font-size: 20px 1.063em!important;
color: #676666 !important;
}

.widget-area .widget a, .hentry .entry-header .posted-on a, .hentry .entry-header .byline a {
color: #9f9f9f;
}

/*footer */
.site-footer{
padding: 0!important;
}

.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
 color: #FFFFFF;
}

h3.widget  h3.widget-title, h3.widget  h3.widgettitle {
font-size: 19px 1.41575em;
text-transform:uppercase;
color:#FFFFFF;
letter-spacing: 0;
border-bottom: 0px solid rgba(0,0,0,.05);
padding: 0 0 0 0;
margin-bottom: 1em;
font-weight: 500;
}


.site-footer a:not(.button) {
color:#5e6060;
}

.site-footer a:not(.button):hover {
color:#797a7b;
}


.footer-widgets {
color:#FFFFFF;
padding-top: 1.235801032em;
}


.site-info{
color:#5e6060;
font-size:13px;
padding: 0px;
margin-left:auto;
margin-right:auto;

}
.site-footer h3{
font-size: 20px 1.063em!important;
color:#ffffff!important;
}

}

/* IPAD*/
/* iPad Portrait & Landscape */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px){

.col-full {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 4%;
    box-sizing: content-box;
}
	.site-branding {
		display:none!important;}

	.mobile-site-branding {
		display:block!important;}
		
}
 
 
/* iPad landscape */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
.col-full {
    max-width: 100%;
	margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 4%;
    box-sizing: content-box;
}
	.site-branding {
		display:none!important;}

	.mobile-site-branding {
		display:block!important;}
		




}


/* iPad Portrait */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
.col-full {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 3%;
    box-sizing: content-box;
}

.site-branding {
		display:none!important;}

	.mobile-site-branding {
		display:block!important;}

}
 
/* IPAD Retina iPads*/ 
 /* iPad Portrait & Landscape */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2){

.col-full {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 4%;
    box-sizing: content-box;
}
.site-branding {
		display:none!important;}

	.mobile-site-branding {
		display:block!important;}
}

 
 
/* iPad landscape */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
.col-full {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 4%;
    box-sizing: content-box;
}
.site-branding {
		display:none!important;}

	.mobile-site-branding {
		display:block!important;}

}


/* iPad Portrait */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
.col-full {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 3%;
    box-sizing: content-box;
}

.site-branding {
		display:none!important;}

	.mobile-site-branding {
		display:block!important;}
 
}


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

#gallery-logo{
 position:relative;
 top:10px;
 left:4%;
width:100px;
}

	.site-branding {
		display:none!important;}

	.mobile-site-branding {
		display:block!important;}
		

}

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

	.site-branding {
		display:none!important;}

	.mobile-site-branding {
		display:block!important;}

}


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

	.site-branding {
		display:none!important;}

	.mobile-site-branding {
		display:block!important;}
		
		
.Hp-image-link{
margin:0px;
text-align:center!important;
padding-top:0px;
padding-bottom:0px;
}

.Hp-image-link-2{
margin:0px;
text-align:center!important;
margin-top:0px;
padding-top:0px;
padding-bottom:0px;
}
		
		
.Hp-image-link-3{
margin:0px;
text-align:center!important;
margin-top:0px;
padding-top:0px;
padding-bottom:0px;
}
}

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

	.site-branding {
		display:none!important;}

	.mobile-site-branding {
		display:block!important;}

}


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

	.site-branding {
		display:none!important;}

	.mobile-site-branding {
		display:block!important;}

}


/* BJ EDIT TO SWITCH LOGO TO MOBILE LOGO */
@media screen and (max-width: 425px) {

	.site-branding {
		display:none;}

	.mobile-site-branding {
		display:block;}

.Hp-link-txt {
text-align:center!important;
}

.Hp-link-txt-2 {
text-align:center!important;
}
	
.Hp-link-txt-3 {
text-align:center!important;
}
		
.Hp-image-link{
margin:0px;
text-align:center!important;
padding-top:0px;
padding-bottom:0px;
}

.Hp-image-link-2{
margin:0px;
text-align:center!important;
margin-top:0px;
padding-top:0px;
padding-bottom:0px;
}
		
		
.Hp-image-link-3{
margin:0px;
text-align:center!important;
margin-top:0px;
padding-top:0px;
padding-bottom:0px;
}	


}


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

.col-full {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 4%;
    box-sizing: content-box;
}




h1, h2, h3, h4, h5, h6, body, button, input, textarea {
font-family: 'Open Sans', sans-serif;	
}

   h1 a:link {color:#5b5c5d!important;}    
  h1 a:visited {color:#5b5c5d!important;} 
  h1 a:hover{color:#a4a4a4!important;}
  
  h2 a:link {color: #5b5c5d;}    
  h2 a:visited {color:#5b5c5d!important;} 
  h2 a:hover{color:#a4a4a4!important;}
  
  h3 a:link {color:#5b5c5d!important;}    
  h3 a:visited {color:#5b5c5d!important;} 
  h3 a:hover{color:#a4a4a4!important;}
  
  h4 a:link {color:#5b5c5d!important}    
  h4 a:visited {color:#5b5c5d!important;} 
  h4 a:hover{color:#a4a4a4!important;}
  

h1 {
text-transform:uppercase!important;
color: #5b5c5d;
font-size: 1.000em!important;
letter-spacing:.7px;
font-weight:500;
margin-bottom:7px;
}


h2 {
text-transform:uppercase!important;
font-size: 1.000em!important;
font-weight: normal;
letter-spacing:.7px;
color: #5b5c5d;
}


h3 {
font-family: "Open Sans",arial,sans-serif;
font-size: 15px!important;
font-weight: 400;
color: #5b5c5d;
}

p {
font-size: 0.813em !important;
}
  
p a:link {color:#5b5c5d!important}    
p a:visited {color:#5b5c5d!important;} 
p a:hover{color:#a4a4a4!important;} 

h5 {text-transform:uppercase!important;
color: #5b5c5d;
font-size: 15px!important;
letter-spacing:.5px!important;
font-weight:600!important;
margin-bottom:5px!important;
}


h6 {
font-family: "Open Sans",arial,sans-serif!important;
color: #5b5c5d!important;
font-size: 22px!important;
font-weight:300!important;
margin-bottom:9px!important;
}
}