body{
    /*font-family: 'Open Sans Condensed', sans-serif;*/    
    font-family: 'Muli', sans-serif;
    min-width: 320px;
}

p.highlightpic {
    box-shadow: 0px 0px 15px 0px #0000000f;
}

input, select, text-field {
    border-color: green !important;
}

h2.woocommerce-loop-product__title {
    color: #002c41;
    font-weight: 700;
    font-size: 0.9em !important;
    text-align: center;
}

select.orderby {
    color: white;
    border: none;
    background: #2e4155;
}

p.woocommerce-result-count {
    color: #a2a2a2;
    font-size: 16px;
    font-weight: 100;
}

label.woof_checkbox_label:hover {
    color: #88ff44;
}


input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
input[type=checkbox] + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
}
input[type=checkbox]:hover + label:before {
  background: #59b2dc;
}
input[type=checkbox]:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
input[type=checkbox]:checked + label:before {
  background: #59b2dc;
}
input[type=checkbox]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
input[type=checkbox]:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
input[type=checkbox]:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

p.highlightpic:before {
    content: " ";
    background-color: #55af43;
    height: 95%;
    width: 95%;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: -1;
}


.slider {
    z-index: 0;
    position: relative;
}

.latestnews {
    background-image: url(images/play-button.svg);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    background-size: 10px;
}

.front-quote {
    font-family: 'Oswald', sans-serif;
    font-size: 1.4em;
    color: #494949;
    text-align: center;    
}

.spacey {
    height: 100px;
}

.mediathumbtitle {
    font-size: 0.95em;
    font-weight: 700;
    line-height: 110%;
    margin-top: 10px;
    text-transform: capitalize;
}

.mediathumbtitle2 {
    font-size: 0.9em;
    font-weight: 700;
    line-height: 100%;
    margin-top: 10px;
    text-transform: capitalize;
    color: #2e4155;
}

.mediathumb {
    max-width: 100%;
    width: auto;
    height: 200px;
    background-size: cover;
    background-position: center;
}

.mediathumb2 {
    max-width: 100%;
    width: auto;
    height: 10vw;
    background-size: cover;
    background-position: center;
}

.mediaheader {
    max-width: 100%;
    width: auto;
    height: 500px;
    background-size: cover;
    background-position: center;
}

.woocommerce-page p img {
    border-right: 5px solid #55af43;
    border-bottom: 5px solid #55af43;
    box-shadow: 0px 0px 15px 0px #0000000f;
}

.wptricks_custom_breadcrumbs {
    margin-top: 40px;
    font-weight: bold;
}

.product-entry-title {
    font-family: 'Muli', sans-serif;
    font-weight: 800;
    color: #002c41;
    line-height: 1em;
    font-size: 4em;
    /*margin-top: 1em;*/
    text-transform: capitalize;
}

.woof_products_top_panel li span {
    background-image: none;
}

.woof_products_top_panel li span:before {
    content: "x";
    float: right;
    z-index: 9;
    color: #88ff44;
    text-align: center;
    width: 30px;
    background-color: #2e4155;
}

.woof_products_top_panel li span {
    background-color: #898989;
    color: #fff;
    padding: 10px;
}

.woocommerce-page ul.products li.product:hover h2.woocommerce-loop-product__title {
    /*color: #12a38e;*/
    color: #0b81b9;
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0, 0.19, 0.08, 2.38);
}

.woocommerce-page ul.products li.product:hover img {
    opacity: 0.9;
    transform: scale(1.1);
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

.woocommerce.columns-4.woocommerce-page.woof_shortcode_output {
    margin-top: -40px;
}

.main-navigation li {
    overflow: hidden;
    height: 59px;
}
.main-navigation li a:hover, .main-navigation .current-menu-item > a {
    background: #002C41 !important;
    border-top: 5px solid #88FF44 !important;
    height: 100% !important;
    padding-top: 15px !important;
    /* padding-bottom: 70%; */
    overflow: hidden !important;
    text-decoration: none;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0, 2.15, 0.58, 1);
}

ul.woof_list.woof_list_checkbox {
    padding-left: 5% !important;
    font-weight: 100 !important;
    font-size: 14px !important;
}

.showtemplate {
    opacity: 0.2;
    position: absolute;
    z-index: 999;
    font-size: 12px;
}

.woocommerce ul.products li.product .button {
    display: none;
}


nav#site-navigation {
    /*position: absolute;*/
    z-index: 9;
    top: 0px;
}

div#primary-menu, ul#primary-menu {
    float: right;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 0.9em;
    text-transform: uppercase;
}

div#primary-menu a, ul#primary-menu a {
    color: #fff;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

ul#menu-social-menu li {
    float: left;
    font-size: 1.6em;
    color: #002C41;
}

div#slider {
    min-height: 600px;
    background-color: #d2d2d2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
}

header.entry-header {
    position: absolute;
    top: 30vh;
}

header.entry-header h1.entry-title {
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Muli', sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 7em;
    text-shadow: 0px 0px 60px #000;
    text-transform: uppercase;
}

div#content {
    margin-top: 50px;
    margin-bottom: 50px;
}

li.woof_term_31 {
    display: none;
}

.filtersidebar {
    background-color: #2e4155;
    color: #fff;
    margin-top: -50px;
    padding-top: 50px;
    border-top: 5px solid #88FF44;
}
.footersocialicons {
    margin-top: 3em;
}

.social-menu-class a {
    font-size: 0px;
    padding: 10px;
    position: relative;
    left: -17px;
    top: -5px;
}

.footeraddress {
    margin-top: 2em;
}
.footeraddress p {
    font-weight: 900;
    font-size: 0.8em;
    color: #5C5C5C;
}

.footermenu a {
    color: #5C5C5C;
}
.footermenu {
    font-weight: 900;
    margin-top: 3em;
}

.footermiddle .footermenu ul {
    list-style: none;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
	margin-left: 0px;
    padding-left: 0;    
}

.footermiddle li {
/*    float: left;
    padding: 1em;*/
}

.footermiddle {
    background-color: #FAFAFA;
    min-height: 200px;
    border-top: 30px solid #2E4155;
    font-family: 'Muli', sans-serif;
}

.footerbottom {
    background-color: #001224;
    padding-top: 1em;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 60px;
    font-size: 10px;
    font-weight: 100;
    letter-spacing: 1px;
    padding-top: 20px;
    position: absolute;
}

.main-navigation li {
    /*padding-left: 2em;*/
    padding-top: 0em;
}

.logomenucase {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005d4b+0,032d4e+100&0.1+0,0.8+100 */
background: -moz-linear-gradient(left, rgba(0,93,75,0.1) 0%, rgba(3,45,78,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,93,75,0.1) 0%,rgba(3,45,78,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,93,75,0.1) 0%,rgba(3,45,78,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a005d4b', endColorstr='#cc032d4e',GradientType=1 ); /* IE6-9 */
	position: fixed;
    width: 100%;
    height: 60px;
    z-index: 1;
}

.logoholder {
    position: relative;
    max-width: 130px;
    top: 5px;
    height: 0px;
    z-index: 2;
}

.logoholder img {
    border-radius: 100%;
    box-shadow: 0px 10px 30px -10px black;
    border: 10px solid #002c41;
}

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

/*    * {
      -webkit-transition: all 0.2s ease;
      -moz-transition:    all 0.2s ease;
      -ms-transition:     all 0.2s ease;
      -o-transition:      all 0.2s ease;
    }*/

    .mediathumb2 {
        height: 40vw;
    }    

    header.entry-header h1.entry-title, .product-entry-title {
      -webkit-transition: all 0.2s ease;
      -moz-transition:    all 0.2s ease;
      -ms-transition:     all 0.2s ease;
      -o-transition:      all 0.2s ease;        
        font-size: 6vw;     
    }

    .logoholder img {
         border-radius: 0%; 
        box-shadow: 0px 10px 30px -10px black;
        border: 5px solid #002c41;
        height: 50px;
      -webkit-transition: all 0.2s ease;
      -moz-transition:    all 0.2s ease;
      -ms-transition:     all 0.2s ease;
      -o-transition:      all 0.2s ease;        
    }

}