/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */

/*--THIS STYLES EASY POPUP PLUGIN--*/
.well {
background-color: transparent;
border: 0px;
}
/*--*/

#logo {
display:none;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  margin: 0 0 0 0 !important;
}

.loc-home-overlay:hover {
background:rgba(254,254,254,0.3);
z-index:9999;
}

.big-button {
    font-family: Oswald;
    font-weight: 700;
    font-size: 150%
}

.text-shadow {
    text-shadow: 1px 1px #666666;
}

.page-title, .post .title, .page .title {
  text-transform:uppercase;
}

.home .title {
display: none;
}

.page .title {
display: none;
}

.post .title {
  margin-top: 1em;
}

#nav-container #navigation {
text-transform: uppercase;
}

/* --EDIT TO HOMPAGE MENU -- */
.page-id-7 #nav-container #navigation {
background: transparent;
margin-bottom: -120px;
border:none !important
}
/*--*/

.entry img, img.thumbnail, #portfolio .group.portfolio-img img {
border: none;
background: transparent;
}

#content {
padding-top: 0em;
}

#nav-container {
margin: 0 0 0 0;
}

.ip-button {
font-family: 'Oswald';
font-weight: 400;
}

#credit {
display: none;
}

.searchform, #searchform {
background: #cccccc;
}

.wpb_alert p:last-child, #content .wpb_alert p:last-child, .wpb_text_column p:last-child, .wpb_text_column *:last-child, #content .wpb_text_column p:last-child, #content .wpb_text_column *:last-child, .wpb_toggle_content p:last-child {
  font-family: Courier;
}

.loc-square:hover {
background:rgba(85,85,85,0.3);
}

.widget_woo_subscribe .social {
  text-align: left;
}

#footer-flag {
    position: relative;
    right: 60%;
}

.opacity-square {
opacity: 0.2;
}

.lightbox-disable {
   pointer-events: none;
   cursor: default;
}

/* DESKTOP STYLES Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
	/* Desktop styles go below this line */

	
}

/*——BEGIN WOO COMMERCE STYLING-—*/

/*——INDIVIDUAL PRODUCT PAGE-—*/

.woocommerce #main div.product {
    margin-top: 2em;
}

.woocommerce .summary h1.product_title {
    text-transform: uppercase;
}

.woocommerce .woocommerce-tabs .panel h2 {
    display: none;
}

.woocommerce .summary form {
    padding:0px;
    border: none;
}


