/*MEYER RESET*/
html,
body,
div,
span,
applet,
object,
iframe,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
label,
legend,
p,
blockquote,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
:focus {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
abbr,
acronym {
  border: 0;
}
/*BODY*/
html {
  overflow-y: scroll;
  /*scrollbar*/
}
body {
  background: #FFF url(../images/background_pattern2.jpg) repeat;
  font-family: Georgia, "Times New Roman", Times, serif;
}
@media (max-width: 480px) {
  .hide-mobile {
    display: none;
  }
}
@media (min-width: 480px) {
  .hide-desktop {
    display: none;
  }
}
img.img-responsive,
.attachment-large {
  max-width: 100%;
  height: auto;
}
/*
Christmas bg
body {background:#FFF url(images/home_christmas.gif) repeat; font-family:Georgia, "Times New Roman", Times, serif;}
*/
#container {
  background: #FFF;
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  #container {
    width: 100%;
    padding: 0;
  }
}
#container2 {
  background: #FFF;
  float: left;
  width: 930px;
  margin: 0 0 20px 0;
  padding: 0 30px 19px 40px;
}
@media (max-width: 480px) {
  #container2 {
    width: 100%;
    padding: 0;
  }
}
/*HEADER*/
#header {
  background: #000 url(../images/header_pattern.gif) repeat-x 0px 140px;
  height: 140px;
  width: 850px;
  padding: 10px 48px 0 22px;
  margin: 0 40px 20px 0;
  float: left;
}
#header h1 {
  display: none;
}
#header #logo {
  height: 85px;
  width: 850px;
}
@media (max-width: 480px) {
  #header {
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    margin-right: 0;
    background: #000 url(../images/header_pattern.gif) repeat-x 0 53px;
  }
  #header #logo {
    float: left;
    width: 75%;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
  }
  #header #logo img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #header #mobile-nav {
    float: right;
    width: 25%;
  }
  #header #mobile-nav img {
    max-width: 80px;
    height: auto;
  }
}
@media (max-width: 480px) and (min-width: 400px) {
  #header {
    background: #000 url(../images/header_pattern.gif) repeat-x 0 53px;
  }
}
@media (max-width: 480px) and (max-width: 320px) {
  #header {
    background: #000 url(../images/header_pattern.gif) repeat-x 0 53px;
  }
}
#etsy {
  height: 200px;
  overflow: none;
}
/*TYPOGRAPHY*/
h1 {
  font-family: 'Aclonica', sans-serif;
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 15px 0;
}
h2 {
  font-family: 'Aclonica', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 6px 0;
}
#right div h2 {
  margin: 0 0 16px 0;
}
h3 {
  font-family: 'Aclonica', sans-serif;
  text-transform: none;
  font-size: 16px;
  margin: 0 0 9px 0;
}
#left h2 {
  font-family: 'Aclonica', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 9px 0;
}
h4 {
  font-family: 'Aclonica', sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 0 0 2px 0;
}
p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 9px 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.date {
  font-family: sans-serif;
  font-size: 11px;
  margin: 0 0 0 0;
}
/*LINKS*/
a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  background-color: #000;
  color: #FFF;
  text-decoration: none;
}
#top-nav a {
  font-family: 'Aclonica', sans-serif;
  color: #FFF;
  text-decoration: none;
  margin: 0 5px 0 0;
}
#top-nav a:hover {
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px solid #FFF;
}
#footer a {
  color: #000;
  text-decoration: none;
}
#footer a:hover {
  background-color: #FFF;
  text-decoration: underline;
}
.link a {
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  float: left;
}
.link a:hover {
  background-color: #FFF;
  color: #000;
  text-decoration: underline;
}
img.arrow {
  margin: 6px 0 0 5px;
}
.current-menu-item a,
.current_page_item a,
.current-category-ancestor a,
.current-post-parent a,
.current-post-ancestor a,
.current-page-ancestor a {
  border-bottom: 2px solid #FFF;
}
.link2 a {
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  text-align: center;
}
.link2 a:hover {
  background-color: #FFF;
  color: #000;
  text-decoration: underline;
}
h2 a,
h3 a {
  text-decoration: none;
}
h2 a:hover,
h3 a:hover {
  text-decoration: underline;
  background-color: #FFF;
  color: #000;
}
.button-wrap {
  float: left;
  margin: 11px 0 0 0;
}
@media (max-width: 480px) {
  .button-wrap {
    width: 100%;
  }
}
.fb {
  float: left;
  margin: 0;
}
.tweet {
  float: left;
  margin: 0;
  padding-right: 5%;
}
.centered-button-wrap {
  width: 100%;
  text-align: center;
  margin: 30px auto;
  display: block;
}
.centered-button-wrap .fb,
.centered-button-wrap .tweet {
  float: none;
}
/*TOP NAV*/
#top-nav {
  width: 820px;
  padding: 9px 0 0 0;
  margin: 10px 2px 0 28px;
  border-top: 1px dashed #FFF;
}
#top-nav p {
  font-family: 'Aclonica', sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  float: right;
  color: #FFF;
}
#top-nav ul {
  float: left;
  color: #FFF;
}
#top-nav ul li {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  float: left;
  color: #FFF;
  margin: 0 6px 0 0;
  padding: 0 6px 0 0;
  background: url(../images/nav-slash.gif) no-repeat right;
}
@media (max-width: 480px) {
  #top-nav {
    display: none;
  }
}
#mobile-nav {
  display: none;
}
@media (max-width: 480px) {
  #mobile-nav {
    display: block;
  }
}
/*MAIN*/
#main {
  width: 680px;
  float: left;
  padding: 0 20px 0 0;
  margin: 0 20px 21px 0;
  border-right: 1px dashed #000;
  border-bottom: none;
}
@media (max-width: 480px) {
  #main {
    width: 100%;
    float: none;
    padding: 0 5%;
    margin: 0;
    border: none;
    box-sizing: border-box;
  }
  #main .anythingslider,
  #main .anythingSlider {
    max-width: 100%;
    height: 250px;
  }
  #main .anythingslider {
    height: 380px;
  }
  #main .anythingslider .arrow {
    top: 40%;
  }
}
#main #shop {
  width: 209px;
  float: left;
  padding: 0 10px 0 0;
  border-right: 1px dashed #000;
}
#main #shop #home-thumb img {
  float: left;
  height: 120px;
  width: 199px;
  background-color: #000;
  margin: 0 0 19px 0;
}
@media (max-width: 480px) {
  #main #shop {
    width: 100%;
    border-right: 0;
    border-bottom: 1px dashed #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  #main #shop p {
    margin-right: 5px;
  }
  #main #shop #home-thumb img {
    float: right;
    padding-left: 5px;
    width: 50%;
    background: none;
  }
}
#main #collection,
#main #events_collection {
  float: left;
  width: 209px;
  padding: 0 10px 0 20px;
  border-right: 1px dashed #000;
}
@media (max-width: 480px) {
  #main #collection,
  #main #events_collection {
    width: 100%;
    border-right: 0;
    border-bottom: 1px dashed #000;
    margin-bottom: 10px;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  #main #collection p,
  #main #events_collection p {
    margin-right: 5px;
  }
  #main #collection #home-thumb img,
  #main #events_collection #home-thumb img {
    float: right;
    padding-left: 5px;
    width: 50%;
    background: none;
  }
}
@media (min-width: 480px) {
  #main #events_collection {
    display: none;
  }
}
#main #new {
  float: left;
  width: 199px;
  padding: 0 0 0 20px;
}
@media (max-width: 480px) {
  #main #new {
    width: 100%;
    border-right: 0;
    border-bottom: 1px dashed #000;
    margin-bottom: 10px;
    padding: 10px 0 20px 0;
  }
}
#main img {
  margin-bottom: 10px;
}
#slider {
  height: 453px;
  width: 680px;
  float: left;
  margin: 0 0 18px 0;
  border-bottom: 1px dashed #000;
  padding: 0 0 30px 0;
}
#slider #slider-caption {
  display: inline-block;
  position: absolute;
}
#slider .slidercaption h2 {
  top: -230px;
}
#home-stock-thumb img {
  float: left;
  height: 120px;
  width: 199px;
  background-color: #000;
  margin: 0 0 19px 0;
}
.events {
  margin: 6px 0 15px 0;
}
/*MAIN-CONTENT*/
#main-content {
  width: 690px;
  float: left;
  padding: 0 0 0 20px;
  margin: 0 0 30px 0;
  border-left: 1px dashed #000;
}
@media (max-width: 480px) {
  #main-content {
    max-width: 100%;
    width: 100%;
    float: none;
    padding: 0 5%;
    margin: 0;
    border: none;
    box-sizing: border-box;
  }
  #main-content img:not(.arrow) {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding-bottom: 5%;
  }
}
#main-content #photo {
  margin: 0 0 20px 0;
}
#main-content2 {
  width: 690px;
  float: left;
  padding: 0 0 0 20px;
  margin: 0 0 30px 0;
}
#collection-content {
  width: 710px;
  float: left;
  padding: 0 0 0 0;
  margin: 0 0 30px 0;
  border-left: 1px dashed #000;
}
/*LEFT*/
#left {
  width: 199px;
  float: left;
  padding: 0 10px 0 10px;
}
@media (max-width: 480px) {
  #left {
    width: 100%;
    float: none;
    padding: 0 5%;
    box-sizing: border-box;
  }
}
#left ol {
  list-style: decimal-leading-zero;
  margin: 0 0 0 28px;
}
#left ol li {
  margin: 0 0 11px 0;
}
#left ol li a {
  padding: 2px 2px 2px 2px;
}
#left ol li.current_page_item a {
  background-color: #000;
  color: #FFF;
  text-decoration: none;
}
#archive-list {
  margin: 0 0 30px 0;
  padding: 18px 0 0 0;
  border-top: 1px dashed #000;
}
#archive-list li {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 9px 0;
}
@media (max-width: 480px) {
  #archive-list {
    display: none;
  }
}
#coming-up {
  margin: 0 0 30px 0;
}
#coming-up li {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 9px 0;
}
@media (max-width: 480px) {
  #coming-up {
    display: none;
  }
}
#categories-list {
  margin: 0 0 30px 0;
}
#categories-list li {
  list-style-image: url(../images/category-dot.gif);
  list-style-position: inside;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 9px 0;
}
/*EVENTS*/
#event {
  width: 210px;
  float: left;
  border-bottom: 2px solid #000;
  padding: 0 0 29px 0;
  margin: 0 20px 20px 0;
}
@media (max-width: 480px) {
  #event {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
  }
}
#event h2 {
  width: 210px;
  height: 85px;
  overflow: hidden;
  float: left;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 21px;
  margin: 3px 0 5px 0;
}
@media (max-width: 480px) {
  #event h2 {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
#event #details {
  width: 210px;
  float: left;
  border-bottom: 1px dashed #000;
  margin: 4px 0 11px 0;
  padding: 0 0 14px 0;
}
@media (max-width: 480px) {
  #event #details {
    max-width: 100%;
    width: 100%;
  }
}
#event #details p.date {
  float: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  border-right: 1px solid #999;
  padding: 0 8px 0 0;
}
#event #details p.time {
  float: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  margin: 0;
  padding: 0 0 0 8px;
}
#event #details ul.post-category {
  float: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  margin: 0 8px 0 0;
}
#event #details ul.post-category li {
  list-style-image: url(../images/category-dot.gif);
  list-style-position: inside;
  padding: 2px 0 0 0;
}
#event #blurb {
  width: 100%;
  height: 90px;
  float: left;
  overflow: hidden;
  margin: 0 0 10px 0;
}
#event-img {
  width: 210px;
  height: 125px;
  float: left;
  background-color: #000;
  margin: 0 0 18px 0;
}
@media (max-width: 480px) {
  #event-img {
    width: 100%;
    height: auto;
    float: none;
    background: none;
    text-align: center;
  }
}
#event-img a:hover {
  border-bottom: none;
  text-decoration: none;
  background-color: #FFF;
}
#event img.arrow {
  margin: 6px 0 0 5px;
}
#event-single #photo {
  margin: 0 0 14px 0;
}
#event-single h1 {
  width: 680px;
  float: left;
  text-transform: capitalize;
  font-size: 28px;
  line-height: 28px;
  margin: 0 0 3px 0;
}
@media (max-width: 480px) {
  #event-single h1 {
    max-width: 100%;
    width: 100%;
  }
}
#event-single #details {
  width: 680px;
  float: left;
  border-bottom: 1px dashed #000;
  margin: 4px 0 18px 0;
  padding: 0 0 14px 0;
}
@media (max-width: 480px) {
  #event-single #details {
    max-width: 100%;
    width: 100%;
  }
}
#event-single #details p.date {
  float: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  padding: 0 8px 0 0;
}
#event-single #details p.time {
  float: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  border-left: 1px solid #999;
  padding: 0 0 0 8px;
}
#event-single #details ul.post-category {
  float: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  margin: 0 8px 0 0;
}
#event-single #details ul.post-category li {
  list-style-image: url(../images/category-dot.gif);
  list-style-position: inside;
  padding: 2px 0 0 0;
}
#intro {
  width: 670px;
  float: left;
  border-bottom: 1px dashed #000;
  margin: 0 0 20px 0;
  padding: 0 0 17px 0;
}
@media (max-width: 480px) {
  #intro {
    max-width: 100%;
    width: 100%;
  }
}
#collection-content #intro {
  width: 670px;
  float: left;
  border-bottom: 1px dashed #000;
  margin: 0;
  padding: 0 0 17px 0;
}
@media (max-width: 480px) {
  #collection-content #intro {
    max-width: 100%;
    width: 100%;
  }
}
/*COLLECTION*/
#the-collection {
  width: 220px;
  float: left;
  margin: 20px 0 0 0;
  border-bottom: 1px dashed #000;
}
#the-collection-img {
  float: left;
  height: 375px;
  width: 200px;
  border-right: 1px dashed #000;
}
#the-collection-img img {
  float: left;
  height: 375px;
  width: 200px;
  margin: 0 0 10px 0;
}
#the-collection #title {
  float: left;
  width: 200px;
  text-align: center;
  margin: 0 0 20px 0;
  border-right: 1px dashed #000;
  padding: 10px 0 0 0;
}
#collection-img {
  width: 320px;
  height: 600px;
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
}
#collection-info {
  width: 300px;
  float: left;
  margin: 0 0 10px 0;
}
#call p {
  background-color: #000;
  color: #FFF;
  font-family: 'Aclonica', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  padding: 5px 5px 5px 10px;
  margin: 20px 0 9px 0;
}
.collection-thumbnail {
  float: left;
  width: 300px;
  height: 61px;
}
.collection-thumbnail img {
  float: left;
  width: 90px;
  height: 51px;
  margin: 10px 10px 0 0;
}
#order {
  float: left;
  width: 300px;
  margin: 0;
}
/*EVENTS–CALENDAR*/
#live-calendar {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  width: 190px;
  margin: 0 0 20px 0;
  border-bottom: 1px dashed #000;
  padding: 0;
}
@media (max-width: 480px) {
  #live-calendar {
    margin: 0 auto 30px;
  }
}
#live-calendar table {
  width: 190px;
}
#live-calendar caption {
  margin: 0;
  padding: 7px 0 0px 0;
  background-color: #000;
  color: #FFF;
  width: 190px;
  height: 25px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Aclonica', sans-serif;
}
#live-calendar thead {
  width: 190px;
  font-size: 14px;
  line-height: 24px;
  padding: 0 0 9px 0;
}
#live-calendar th {
  width: 190px;
  padding: 0 7px 0 6px;
  font-weight: bold;
  border-bottom: 1px dashed #000;
}
#live-calendar body {
  font-size: 16px;
}
#live-calendar tr {
  width: 190px;
  border-bottom: 1px dotted #999;
  height: 27px;
  margin: 1px 0 1px 0;
}
#live-calendar td {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  width: 190px;
  padding: 6px 0 0 0;
  margin: 0;
}
#live-calendar a {
  margin: 1px 0 1px 0;
  height: 25px;
  padding: 4px 5px 3px 5px;
  background-color: #000;
  color: #FFF;
  text-decoration: none;
}
#live-calendar a:hover {
  text-decoration: underline;
}
#live-calendar li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widgettitle {
  display: none;
}
#wp-calendar tfoot a {
  background: none;
  color: #000;
}
#wp-calendar tfoot tr {
  border: none;
  margin: 0;
  padding: 0;
}
#wp-calendar tfoot #next {
  text-align: right;
}
/*RIGHT*/
/*#right {width:199px; float:left;}*/
@media (max-width: 480px) {
  #right {
    width: 100%;
    float: none;
    padding: 0 5%;
    margin: 0;
    border: none;
    box-sizing: border-box;
  }
}
#right #events {
  float: left;
  width: 200px;
  padding: 0 0 22px 0;
  margin: 0 0 19px 0;
  border-bottom: 1px dashed #000;
}
#social,
.social {
  width: 200px;
  padding: 0 0 19px 0;
  margin: 0 0 18px 0;
  height: 40px;
  float: left;
  border-bottom: 1px dashed #000;
}
@media (max-width: 480px) {
  #social,
  .social {
    width: 100%;
    padding-top: 10px;
    text-align: center;
  }
}
#social img,
.social img {
  height: 40px;
  width: 40px;
  float: left;
  border: none;
  margin: 0 10px 0 0;
}
@media (max-width: 480px) {
  #social img,
  .social img {
    float: none;
  }
}
#social img.last,
.social img.last {
  margin: 0;
}
/*NEWS*/
#news {
  width: 670px;
  float: left;
  border-bottom: 2px solid #000;
  padding: 0 0 18px 0;
  margin: 0 20px 25px 0;
}
@media (max-width: 480px) {
  #news {
    max-width: 100%;
    width: 100%;
  }
}
#news img.arrow {
  margin: 6px 0 0 5px;
}
#news h2 {
  width: 670px;
  float: left;
  text-transform: none;
  font-size: 24px;
  line-height: 24px;
  margin: 3px 0 5px 0;
}
@media (max-width: 480px) {
  #news h2 {
    max-width: 100%;
  }
}
#news h2 a {
  text-decoration: none;
}
#news h2 a:hover {
  text-decoration: underline;
  background-color: #FFF;
  color: #000;
}
#news .button-wrap {
  width: 430px;
}
@media (max-width: 480px) {
  #news .button-wrap {
    max-width: 100%;
  }
}
#news-img {
  float: left;
  background-color: #000;
  width: 210px;
  height: 125px;
  margin: 0 20px 0 0;
}
@media (max-width: 480px) {
  #news-img {
    float: none;
    max-width: 100%;
    padding-bottom: 5%;
    background: none;
    margin: 0 auto;
  }
}
#boutique img {
  float: left;
  background-color: #000;
  width: 210px;
  height: 125px;
  margin: 0 20px 0 0;
}
/*RIGHT-NEWS*/
#right #news {
  width: 200px;
  padding: 0;
  margin: 0;
  border: none;
}
#right #news h2 {
  width: 200px;
  font-family: 'Aclonica', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 11px 0;
}
#right #news #details {
  width: 670px;
  float: left;
  border-bottom: 1px dashed #000;
  margin: 4px 0 18px 0;
  padding: 0 0 14px 0;
}
#right #news #details p.date {
  float: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  border-right: 1px solid #999;
  padding: 0 8px 0 0;
}
#right #news #details p.news-time {
  float: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  margin: 0;
  padding: 0 0 0 8px;
  color: #666;
  border-left: 1px solid #999;
}
#right #news #details ul.post-category {
  float: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  margin: 0 8px 0 0;
}
#right #news #details ul.post-category li {
  list-style-image: url(../images/category-dot.gif);
  list-style-position: inside;
  padding: 2px 0 0 0;
}
#news-single #photo {
  margin: 0 0 14px 0;
}
#news-single p {
  width: 660px;
}
@media (max-width: 480px) {
  #news-single p {
    max-width: 100%;
    width: 100%;
  }
}
#news-single h1 {
  width: 660px;
  float: left;
  text-transform: capitalize;
  font-size: 28px;
  line-height: 28px;
  margin: 0 0 3px 0;
}
@media (max-width: 480px) {
  #news-single h1 {
    max-width: 100%;
    width: 100%;
  }
}
#news-single #details {
  width: 670px;
  float: left;
  border-bottom: 1px dashed #000;
  margin: 4px 0 18px 0;
  padding: 0 0 14px 0;
}
@media (max-width: 480px) {
  #news-single #details {
    max-width: 100%;
    width: 100%;
  }
}
#news-single #details p.date {
  float: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  padding: 0 8px 0 0;
}
#news-single #details p.news-time {
  width: 330px;
  float: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  margin: 0;
  padding: 0 0 0 8px;
  color: #666;
  border-left: 1px solid #999;
}
@media (max-width: 480px) {
  #news-single #details p.news-time {
    max-width: 100%;
    width: 100%;
  }
}
#news-single #details ul.post-category {
  float: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  margin: 0 8px 0 0;
}
#news-single #details ul.post-category li {
  list-style-image: url(../images/category-dot.gif);
  list-style-position: inside;
  padding: 2px 0 0 0;
}
#news-single img {
  margin: 0 10px 0 0;
  max-width: 100%;
  width: 100%;
  height: auto;
}
#news-thumbnail img {
  margin: 10px 20px 10px 0;
}
#page-nav .newer-page {
  float: right;
  margin: 0 20px 0 0;
  text-decoration: underline;
}
#page-nav a:hover .newer-page {
  text-decoration: none;
  background-color: #000;
  color: #FFF;
}
/*CONTACT-FORM*/
input {
  border: 1px solid #000;
  margin: 0 10px 0 0;
  width: 330px;
  height: 16px;
  padding: 2px;
  max-width: 100%;
}
#new label {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 9px 0;
}
#new input {
  width: 196px;
  height: 24px;
  box-sizing: border-box;
}
#new input[type=submit] {
  background-color: #000;
  color: #FFF;
}
@media (max-width: 480px) {
  #new input {
    width: 100%;
    height: auto;
    padding: 8px;
  }
}
textarea {
  border: 1px solid #000;
  margin: 0 10px 0 0;
  width: 328px;
  max-width: 100%;
  padding: 2px;
}
input#tickbox.wpcf7-form-control.wpcf7-acceptance.tickbox {
  width: 20px;
  margin-right: 0;
}
.wpcf7-submit {
  cursor: pointer;
  color: #FFF;
  background-color: #000;
  width: 112px;
  height: 22px;
  font-family: 'Aclonica', sans-serif;
  font-size: 12px;
  line-height: 18px;
  padding: 3px 5px 2px 5px;
  margin: 10px 0 0 0;
  text-transform: uppercase;
}
.wpcf7-list-item input {
  float: left;
  width: 16px;
  padding: 0;
  margin: 0 5px 0 0;
}
.wpcf7-list-item p {
  float: left;
  padding: 0 0 5px 0;
  margin: 0;
}
#footer-newsletter input {
  width: 184px;
  float: right;
  margin: 0px 10px 0 0;
}
#footer-newsletter img {
  margin: 10px 0 0 0;
}
#footer-newsletter .wpcf7-submit {
  width: 90px;
  float: right;
  margin: 15px 10px 0 0;
  z-index: 999;
}
.wpcf7-response-output {
  float: left;
  clear: left;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 18px;
  margin: 7px 10px 0 0;
}
.wpcf7-not-valid-tip-no-ajax {
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 18px;
}
#footer-newsletter .wpcf7-response-output {
  display: none;
}
/*FOOTER*/
#footer {
  width: 920px;
  background: url(../images/footer_pattern.gif) repeat-x 0px 0px;
  float: left;
  padding-top: 35px;
  /*FOOTER-COPYRIGHT*/
}
#footer #footer-about {
  width: 209px;
  height: 215px;
  float: left;
  padding: 0 10px 0 0;
  border-right: 1px dashed #000;
}
#footer #footer-address,
#footer .footer-hours {
  width: 209px;
  height: 215px;
  float: left;
  padding: 0 10px 0 20px;
  border-right: 1px dashed #000;
}
#footer #footer-address.no-right-padding,
#footer .footer-hours.no-right-padding {
  padding-right: 0;
  padding-left: 10px;
}
#footer #footer-newsletter {
  width: 200px;
  height: 215px;
  float: left;
  padding: 0 0 0 20px;
}
#footer #copyright {
  width: 920px;
  float: left;
  border-top: 2px dashed #000;
  padding: 10px 0 0 0;
  margin: 18px 0 0 0;
}
#footer #copyright p {
  float: left;
  font-size: 12px;
  line-height: 12px;
  margin: 4px 0 0 0;
  padding: 0;
}
#footer #copyright #footer-social2 {
  width: 200px;
  height: 20px;
  float: right;
  margin: 0;
}
#footer #copyright #footer-social2 ul li {
  display: inline;
  line-height: 20px;
  margin: 0;
}
#footer #copyright #footer-social2 ul li img {
  height: 18px;
  width: 18px;
  float: left;
  margin: 0 5px 0 0;
}
#footer #copyright #footer-social2 h4 {
  float: left;
  margin: 2px 9px 0 0;
}
#footer .scissors {
  height: 9px;
  width: 20px;
  position: relative;
  bottom: 16px;
}
@media (max-width: 480px) {
  #footer {
    width: 100%;
    float: none;
    padding: 0 5%;
    margin: 0;
    border: none;
    box-sizing: border-box;
  }
  #footer #footer-about,
  #footer #footer-address,
  #footer #footer-newsletter,
  #footer #copyright {
    width: 100% !important;
    height: auto;
    border-right: 0;
    border-bottom: 1px dashed #000;
    margin-bottom: 10px;
    padding: 10px 0;
  }
  #footer #footer-address br {
    display: none;
  }
  #footer #copyright {
    padding-top: 10px;
  }
  #footer .footer-hours {
    width: 50% !important;
    height: auto;
    float: left;
    padding: 0 5% 0 0;
    box-sizing: border-box;
  }
  #footer .footer-hours.no-right-border {
    border-right: none;
    padding-right: 0;
    padding-left: 5%;
  }
  #footer #footer-social2 {
    width: auto;
    height: auto;
    padding-top: 5px;
    float: left !important;
  }
}
#footer-social {
  width: 200px;
  height: 215px;
  float: left;
  padding-left: 20px;
}
#footer-social ul li {
  line-height: 20px;
  margin: 0 0 3px 0;
}
#footer-social ul li img {
  height: 18px;
  width: 18px;
  float: left;
  margin: 0 6px 0 0;
}
/*ADMIN*/
ul#admin-info {
  list-style: none;
  position: absolute;
  top: 7px;
  right: 10px;
  text-align: right;
  font-family: Helvetica, 'Hevetica Neue', Arial, sans-serif;
  font-size: 12px;
}
ul#admin-info li {
  background-color: #FFF;
  margin: 0 0 3px 0;
}
/*
  ColorBox Core Style
  The following rules are the styles that are consistant between themes.
  Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
  overflow: visible;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxLoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
#cboxTitle {
  margin: 0 0 10px 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
/*
  ColorBox example user style
  The following rules are ordered and tabbed in a way that represents the
  order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay {
  background: #fff;
}
#cboxContent {
  margin-top: 30px;
}
#cboxLoadedContent {
  background: #aaa;
  /*padding:10px;*/
  margin: 5px 0 0 0;
}
#cboxLoadingGraphic {
  background: url(../images/loading.gif) center center no-repeat;
}
#cboxLoadingOverlay {
  background: transparent;
}
#cboxTitle {
  position: absolute;
  top: 0px;
  left: 0;
  color: #333;
  font-size: 1000px;
  z-index: 1000000;
}
#cboxCurrent {
  position: absolute;
  top: -15px;
  left: 0;
  font-size: 14px;
}
#cboxSlideshow,
#cboxPrevious,
#cboxNext,
#cboxClose {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../images/controls.png) 0 0 no-repeat;
}
#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}
#cboxPrevious.hover {
  background-position: 0px -25px;
}
#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}
#cboxNext.hover {
  background-position: -25px -25px;
}
#cboxClose {
  background-position: -50px 0px;
  right: 0;
}
#cboxClose.hover {
  background-position: -50px -25px;
}
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.cboxSlideshow_on #cboxSlideshow.hover {
  background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow.hover {
  background-position: -75px -25px;
}
.mobile-menu {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9999;
}
.mobile-menu ul {
  margin-top: 10%;
}
.mobile-menu ul li {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.mobile-menu ul li a {
  border-bottom: none;
  display: block;
  padding: 10px 10px 10px 20px;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 1px;
  text-decoration: none;
  font-family: 'Aclonica', sans-serif;
  font-weight: 700;
  position: relative;
}
/*# sourceMappingURL=main.css.map */