@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");
/******************************************************************
Stylesheet: Main Stylesheet
******************************************************************/
body {
	background-color:#000;
}
 /* Move reCAPTCHA v3 badge to the left */
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}
/*********************
PRETTY PHOTO STYLES
*********************/
.pp_pic_holder div.ppt {
	display:none !important;
}
/*********************
ACCORDION STYLES
*********************/
.vc_tta-accordion p {
	color:#666;
}
/*********************
GENERAL STYLES
*********************/
.button {
  font-family: 'Cinzel', serif;
}
.button-white {
	  font-family: 'Cinzel', serif;
	border:2px solid #ccc;
	padding:10px 25px;
	text-align:center;
	display:inline-block;
	color:#fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button-white:hover, .button-white:hover:visited {
	border:2px solid #fff;
	background-color:#fff;
	color:#000;
}
#home-more {
	display:none;
}
#bg-home {
	width:100%;
	height:100%;
	position:inherit;
	background-color:rgba(0,0,0,0.8);
	background-size:cover;
	z-index:-9999;
}
#bg {
	width:100%;
	height:100%;
	position:fixed;
	background-color:rgba(0,0,0,0.8);
	background-size:cover;
	z-index:-9999;
}
#flipbook-container {
	width:100%;
	height:100%;
}
#fancybox-overlay, #fancybox-wrap {
	display:none !important;
}
#nav-home {
	float:left;
	margin-left:40px;
}
.overstyle1 {
	font-family: 'Cinzel', serif;
	font-weight:normal;
	color:#fff;
	font-size:12px;
}
a:link.overstyle1 {}
a:hover.overstyle1 { color:#999;}
#controls-wrapper { display:none;}
/********************
WORDPRESS BODY CLASSES
style a page via class

********************/
/********************
dFlip Book Alterations
********************/
._df_thumb {
	width:260px;
	height:365px;
	display:block;
	margin:0 auto;
}
.landscape-cover ._df_thumb {
	width:365px;
	height:260px;
	display:block;
	margin:0 auto;
}
}
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  /*adds highlight on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #ccc; }
  a:link, a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 P STYLES
******************************************************************/
p {
	font-family: 'Cinzel', serif; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }
h1 {
	font-family: 'Cinzel', serif;
	font-weight:normal;
	color:#fff;
	font-size:28px;
	letter-spacing:2px;
}
/*********************
OFF-CANVAS STYLES
*********************/
body.page .move-right > .inner-wrap {
	-webkit-transform: translate3d(350px, 0, 0);
	-moz-transform: translate3d(350px, 0, 0);
	-ms-transform: translate3d(350px, 0, 0);
	-o-transform: translate3d(350px, 0, 0);
	transform: translate3d(350px, 0, 0); }
body.page .move-right a.exit-off-canvas {
	box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
	background: rgba(255, 255, 255, 0.2);
}
body.page .left-off-canvas-menu, body.page .right-off-canvas-menu {
	width: 350px;
}
.close-offcanvas {
	width:50px;
	height:50px;
	float:right;
	display:block;
	margin:30px;
	background-image:url(../images/close.svg);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.close-offcanvas:hover {
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.menu-expand {
	height:30px;
	width:30px;
	position:absolute !important;
	right:10px;
	top:13px;
	z-index:1;
	background-image:url(../images/toggle-arrow.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:40%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity:0.5;
}
.menu-expand:after {
	display:none;
}
ul.dropdown {
	opacity:0;
	visibility:hidden;
	max-height:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin:0;
}
ul.dropdown.active {
	opacity:1;
	visibility:visible;
	max-height:500px;
}
ul.dropdown li {
	background-color:rgba(255,255,255,0.03);
}
ul.off-canvas-list ul.dropdown li a {
	font-size:14px;
}
ul.dropdown li a:after {
	display:none;
}
ul.off-canvas-list {
	clear:both;
}
a.menu-icon {
	width:auto;
}
a.menu-icon h4 {
	margin-right:70px;
	margin-top:10px;
	font-size:20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a.menu-icon:hover h4 {
	opacity:0.7;
}
.has-dropdown a:after {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.has-dropdown.active a:after {
	opacity:0;
}
.move-left a.exit-off-canvas {
	background-color:rgba(0,0,0,0.4) !important;
}
.move-left a.exit-off-canvas:hover {
	background-color:rgba(0,0,0,0.2) !important;
}
body ul.off-canvas-list li a {
	padding:5px;
	font-family: 'Cinzel', serif;
	
}
/*********************
HEADER STYLES
*********************/
.header {
	background-color:rgba(0,0,0,0.1);
	position:absolute;
	width:100%;
	z-index:2;
}
  .header #inner-header li {
    list-style: none; }
  .header #inner-header .off-canvas-list ul {
    margin-left: 0; }
.header #inner-header .off-canvas-list ul .dropdown {}
#logo {
    float: left;
    width: 310px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#logo:hover {
	opacity:0.7;
}
#inner-content {
	padding:20px;
}
#main {
	background-color:#000;
	margin-top:200px;
	-webkit-box-shadow: 0 0 0 20px rgba(0,0,0,0.5);
	box-shadow: 0 0 0 20px rgba(0,0,0,0.5);
}
#tab-bar-burger {
	float:right;
	margin-top:30px;
}
#tab-bar-burger a {
	color:#fff;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.top-bar .title-area {
  z-index: 1; }
#navigation {
    float: right;
    height: 20px;
    margin: 6px 0 0 !important;
}
.top-bar-section .dropdown {
	padding-left:15px;
}
/*********************
POSTS & CONTENT STYLES
*********************/
/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #999; }

/* entry content */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */ }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    max-width: 100%;
    height: auto; }
  .entry-content video, .entry-content object {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination a:hover {
  color: black; }

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */ }

#respond ul {
  margin-left: 0px; }

.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */ }
  .commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
    /* end .commentlist li ul.children */ }
    .commentlist li:last-child {
      margin-bottom: 0; }
    .commentlist li ul.children {
      margin: 0;
      /* variations */
      /* change number for different depth */ }
  .commentlist li[class*=depth-] {
    margin-top: 1.1em; }
  .commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .commentlist li:not(.depth-1) {
    margin-left: 10px;
    margin-top: 0;
    padding-bottom: 0;
    background: #e7e7e7; }
  .commentlist li.depth-3 {
    background: #dadada; }
  .commentlist .vcard {
    margin-left: 50px; }
    .commentlist .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .commentlist .vcard time {
      float: right; }
      .commentlist .vcard time a {
        color: #999;
        text-decoration: none; }
        .commentlist .vcard time a:hover {
          text-decoration: underline; }
    .commentlist .vcard img.avatar {
      position: absolute;
      left: 10px;
      padding: 2px;
      border: 1px solid #cecece;
      background: #fff; }
  .commentlist .comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em; }
  .commentlist .comment-reply-link {
    cursor: pointer;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */
    background-color: #008cba;
    border-color: #0079a1;
    color: white;
    float: right; }
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      background-color: #0079a1; }
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      color: white; }

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em;
      /* form validation */ }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none;
    /* deep nesting */ }

/*********************
FOOTER STYLES
*********************/
#footer-cta {
	background-color:#080d17;
	padding:110px;
	text-align:center;
}
#footer-cta p {
	font-family: "Open Sans", sans-serif;
	font-size:14px;
}
#footer-cta .button {
	border:3px solid #d0b297;
	background-color:transparent;
	padding:10px 35px;
	color:#fff;
	margin-top:30px;
}
#footer-cta .button:hover {
	background-color:#d0b297;
}
.footer {
	clear: both;
	margin-top: 1em;
	background-image:url(../images/footer_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#000;
	margin-top:0px;
	border-top:1px solid #d0b297;
	padding:30px;
}
#inner-footer {
	background-color:#000;
}
ul.footer-menu li {
	list-style-type:none;
	margin:0;
} 
ul.footer-menu li a {
	font-size:14px;
	color:#ccc;
}
.footer-social {
	display:flex;
	float:right;
}
.footer-social a {
	width:30px;
	height:30px;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#d0b297;
	margin-left:20px;
	background-color:#080d17;
}
.footer-social a:hover {
	opacity:0.7;
	color:#d0b297;
}
.footer-home {
	background-color:rgba(0,0,0,0.3);
	position:fixed;
	bottom:0px;
	width:100%;
	z-index:1;
}
#intro-text {
	background-image:url(../images/content_bg.png);
	background-repeat:repeat;
	padding:20px 0 20px;
}
#intro-container {
	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
	text-shadow: 0 0 5px #000;
}
#footer-container {
	position:absolute;
	height:100vh;
	width:1px;
	top:0px;
	left:0;
	overflow:visible;
}
/****************************************************************************************************
  Stylesheet: Galaxy Note or larger than an iPhone but smaller than a tablet 481px and Up Stylesheet
****************************************************************************************************/
@media only screen and (min-width: 40.063em) {
/*********************
  NAVIGATION STYLES
*********************/
.menu {}
.menu ul {}
.menu ul li {}
.menu ul li a {}

/*********************
  POSTS & CONTENT STYLES
*********************/
.entry-content {}
.entry-content .alignleft, .entry-content img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}
.entry-content .alignright, .entry-content img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}
.entry-content .aligncenter, .entry-content img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .widget {
    padding: 0 10px;
    margin: 2.2em 0; }

  /*********************
  FOOTER STYLES
  *********************/
.website {
	text-align:right;
}
.footer-left,
.footer-right a {
	font-size:12px;
	font-family: "Open Sans", sans-serif;
	color:#989898;
}
.footer-left { float:left;}
.footer-left span {
	margin:0 10px;
	color:#333;
}
.footer-left a {}
.footer-left p {}
.footer-left a:hover {}
.footer-right { float:right;}
.footer-right a {}
.footer-right a:hover {
	color:#ccc;
}
}

/****************************************************************** 
  Stylesheet: Mobile Phones Portrait
******************************************************************/
@media all and (max-width: 480px) and (orientation: portrait){
/*********************
  GENERAL STYLES
*********************/
#intro-container { width:100%;}
.footer-home { position:inherit;}
#logo { width:100%; height:auto; text-align:center;}
#logo img { width:80%; height:auto;}
#intro-container, #inner-footer { width:100%; text-align:center;}
.footer-home { background-image:none;}
#intro-text { margin:0 5%; padding:5%;}
#nav-home { width:100%; text-align:center; margin-left:0px;}
#woocart { text-align:center; margin-bottom:10px;}
#prevslide, #nextslide { display:none !important;}
.website { text-align:center; margin-bottom:10px;}
.woocommerce .woocommerce-breadcrumb a, .woocommerce-page .woocommerce-breadcrumb a, .woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb { font-size:12px;}
.woocommerce div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce .related ul li.product, .woocommerce-page .related ul li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .upsells.products ul li.product { width:100%;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width:100%;}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li { width:100%;}
/***********************
BLOG STYLES
***********************/
.date-container { width:20%;}
.post-header, .entry-content-blog { width:75%;}
#blog-sidebar { width:94%; margin-left:3%; margin-right:3%;}
#blog-image a span { padding-top:13%;}
#blog-image a span p { width:55%;}

/*********************
  LAYOUT & GRID STYLES
*********************/
.wrap {
    max-width: 1140px;
}
/*********************
  HEADER STYLES
*********************/

/*********************
  NAVIGATION STYLES
*********************/
.nav {}
  /*********************
  SIDEBARS & ASIDES
  *********************/
.widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
}
.widget ul li ul {
	margin-top: 0.75em;
	padding-left: 1em;
}
.footer-links ul li {}
}
  
/******************************************************************
  Stylesheet: Mobile Phones Landscape
******************************************************************/
@media all and (min-width:480px) and (max-width: 640px) {
/*********************
  GENERAL STYLES
*********************/
#intro-container { width:100%;}
.footer-home { position:inherit;}
#logo { width:100%; height:auto; text-align:center;}
#logo img { width:80%; height:auto;}
#intro-container, #inner-footer { width:100%; text-align:center;}
.footer-home { background-image:none;}
#intro-text { margin:0 5%; padding:5%;}
#nav-home { width:100%; text-align:center; margin-left:0px;}
#woocart { text-align:center; margin-bottom:10px;}
#prevslide, #nextslide { display:none !important;}
.website { text-align:center; margin-bottom:10px;}
.woocommerce .woocommerce-breadcrumb a, .woocommerce-page .woocommerce-breadcrumb a, .woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb { font-size:12px;}
.woocommerce div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce .related ul li.product, .woocommerce-page .related ul li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .upsells.products ul li.product { width:100%;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width:100%;}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li { width:100%;}
/***********************
BLOG STYLES
***********************/
.date-container { width:20%;}
.post-header, .entry-content-blog { width:75%;}
#blog-sidebar { width:94%; margin-left:3%; margin-right:3%;}
#blog-image a span { padding-top:15%;}
#blog-image a span p { width:45%;}

}
@media all and (max-width:640px) {
#tab-bar-burger {
	margin-top:15px;
	margin-bottom:15px;
}
#tab-bar-burger {
	width:100%;
	text-align:center;
}
a.menu-icon {
	display:inline-block !important;
}
a.menu-icon span {
	top:10px !important;
}
#intro-container, #inner-footer {
	float:left;
}
#footer-container {
	width:100%;
}
#intro-text {
	display:none;
}
#footer-cta {
	padding:30px;
}
.footer { padding:30px 0;}
.footer-social { float:inherit; width:100%; display:flex; justify-content:center;}
.footer-left {
	text-align:center;
	width:100%;
	display:block;
	margin-bottom:30px;
}
.footer-left span {
	margin:0 10px;
	color:#333;
}
.footer-left a {
	font-weight:normal;
}
.footer-left p {
	margin-top:5px;
}
.footer-right {
	text-align:center;
	width:100%;
}
.footer-right a {
	color:#fff;
	background-color:#333;
	padding:2px;
	min-width:27px;
	min-height:27px;
	text-align:center;
	margin:5px 10px;
	display:inline-block;
	float:none;
}
.footer-right a:hover {
	color:#ccc;
}
}
/******************************************************************
  Stylesheet: Mobile Phones Portrait or Landscape
******************************************************************/
@media all and (min-width:640px) and (max-width: 768px) {
/*********************
  GENERAL STYLES
*********************/
.top-bar { float:left !important;}
#logo { margin-left:2%;}
#nav-home { float:right; margin-right:2%;}
#woocart { float:right; margin-right:2%;}
#intro-text { margin:5%; padding:5%;}
#intro-container { width:100%;}
.footer-left { margin-left:2%;}
.footer-right { margin-right:2%;}
.woocommerce div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page #content div.product div.summary { width:45%; float:right;}
.woocommerce div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page #content div.product div.images { width:50%; float:left;}
#intro-text {
	display:none;
}
.footer-left {
	text-align:center;
	width:100%;
}
.footer-left span {
	margin:0 10px;
	color:#333;
}
.footer-left a {
	font-weight:normal;
}
.footer-left p {
	margin-top:5px;
}
.footer-right {
	text-align:center;
	width:100%;
}
.footer-right a {
	display:inline-block;
	float:none;
}
}

/******************************************************************
  Stylesheet: Tablets Portrait or Landscape
******************************************************************/
@media all and (min-width: 768px) and (max-width: 1024px){
/*********************
  GENERAL STYLES
*********************/
.top-bar { float:left !important;}
#logo { margin-left:2%;}
#nav-home { float:right; margin-right:2%;}
#woocart { float:right; margin-right:2%;}
#intro-text { margin:5%; padding:5%;}
#intro-container { width:100%;}
.footer-left { margin-left:2%;}
.footer-right { margin-right:2%;}
.woocommerce div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page #content div.product div.summary { width:45%; float:right;}
.woocommerce div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page #content div.product div.images { width:50%; float:left;}
}

/******************************************************************
  Stylesheet: Desktops
******************************************************************/
@media all and (min-width: 1024px){
/*********************
  GENERAL STYLES
*********************/

}

/******************************************************************
  Stylesheet: 1440px and Up
******************************************************************/
@media only screen and (min-width: 120.063em) {
/*********************
  GENERAL STYLES
*********************/

}
  

/******************************************************************
  Stylesheet: RETINA (2x RESOLUTION DEVICES)
******************************************************************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

}

/******************************************************************
  Stylesheet: Print Stylesheet
******************************************************************/
@media print {
  /******************************************************************
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
