/*
Theme Name: Milan-Berlin Library
Author: Mark Advertising
Author URI: http://www.markadvertising.com/
Version: 1.0
*/
/* =Contents
--------------------------------------------------------------
1. =Contents
2. =Reset
3. =Patterns
4. =Structure
5. =Header
6. =Navigation
7. =Footer
8. =Content
9. =Templates
10. =Blog
11. =Misc
12. =Media Queries
*/
/* =Reset
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: 400;
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*clear:both;*/
}
html {
  overflow-y: auto;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px 24px 1.714285714rem;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: smaller;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}
/* Assistive text */
.assistive-text,
.site .screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  display: none !important;
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
  background: #fff;
  border: 2px solid #333;
  border-radius: 3px;
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 12px;
  padding: 12px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 100000;
  /* Above WP toolbar */
}
/* Containers */
/* For modern browsers */
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.container {
  zoom: 1;
}
/* Hide HTML5 Headers for Page Outline */
.html5-outliner {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  margin: 0;
}
/* Box Model */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  box-sizing: content-box;
}
.radio {
  font-family: sans-serif;
}
.excerpt-styled {
  margin-left: -100px;
}
/* =Patterns
-------------------------------------------------------------- */
/* Form Elements */
/* Images */
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
  /* IMG STYLE HERE */
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft {
  margin: 0 24px 24px 0;
}
img.alignright {
  margin: 0 0 24px 24px;
}
img.aligncenter {
  margin: 0 auto 24px;
}
/* Responsive Images, Iframes, Etc... */
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}
.size-full,
.size-large,
.header-image,
.wp-post-image {
  max-width: 100%;
  height: auto;
}
embed,
iframe,
object,
video {
  max-width: 100%;
}
/* Galleries */
.wp-caption {
  max-width: 100%;
  /* Keep wide captions from overflowing their container. */
  padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  font-size: 12px;
  line-height: 18px;
  color: #757575;
}
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.entry-content dl.gallery-item {
  margin: 0;
}
.gallery-item a,
.gallery-caption {
  width: 90%;
}
.gallery-item a {
  display: block;
}
.gallery-caption a {
  display: inline;
}
.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto;
}
.gallery .gallery-icon img {
  height: auto;
  max-width: 90%;
  padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
  padding: 3%;
}
/* Page Navigation */
.site-content nav {
  clear: both;
  line-height: 2;
  overflow: hidden;
}
#nav-above {
  padding: 24px 0;
}
#nav-above {
  display: none;
}
.paged #nav-above {
  display: block;
}
.nav-previous,
.previous-image {
  float: left;
  width: 50%;
}
.nav-next,
.next-image {
  float: right;
  text-align: right;
  width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
  margin: 48px 12px;
}
/* =Structure
-------------------------------------------------------------- */
html {
  font-size: 16px;
  height: 100%;
}
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Lato", sans-serif;
  color: #353535;
  height: 100%;
}
#main {
  background-color: #fff;
  padding: 25px;
}
#primary {
  display: block;
  min-height: 200px;
  margin: 0 auto;
  position: relative;
}
#content {
  max-width: 1020px;
  margin: 0 auto;
  margin-top: 40px;
}
a {
  color: #353535;
}
a:hover {
  /* Hover Attributes Here */
}
.mobile-wrapper {
  min-height: 100%;
  margin: 0 auto -65px;
  /* the bottom margin is the negative value of the footer's height */
}
.large-container {
  width: 100%;
  max-width: 1500px;
}
.normal-container {
  width: 100%;
  max-width: 1020px;
}
/* Extra Changes */
#content-emedia {
  margin: auto;
  width: 100%;
  max-width: 1020px;
}
.question p {
  display: none;
}
.question ul {
  display: none;
}
.question table {
  display: none;
}
.question strong {
  display: none;
}
.question img {
  display: none;
}
.question {
  margin-bottom: 40px;
  cursor: pointer;
}
/* Additional sidebar tweaks */
.wpctc-flat {
  display: none;
}
#secondary {
  display: none;
}
/* Slideshow tweaks */
.tp-bannertimer {
  z-index: 1;
}
/* Calendar tweaks */
.timely * {
  border-radius: 0 !important;
}
/* =Header
-------------------------------------------------------------- */
/* Header Elements */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  margin-bottom: 18px;
  line-height: 24px;
  color: #80561b;
  font-weight: 400;
}
h1 {
  font-size: 32px;
  line-height: 32px;
}
h2 {
  font-size: 28px;
  line-height: 28px;
}
h3 {
  font-size: 18px;
  line-height: 18px;
}
h4 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}
h5 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}
h6 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}
/* Site Header */
.upper-header {
  min-height: 150px;
  background-color: #fff;
}
.upper-header .header-logo {
  margin: 0 auto;
  display: block;
  text-align: center;
  padding-top: 10px;
}
.upper-header .header-logo img#logo.logo-image {
  width: 100%;
  max-width: 250px;
}
.upper-header .header-address {
  font-size: 14px;
  text-align: center;
  padding: 20px;
  padding-bottom: 0;
  color: #595959;
}
.upper-header .header-address p {
  margin-bottom: 14px;
  margin-right: 14px;
}
.upper-header .header-address p a {
  color: #595959;
  text-decoration: none;
}
.lower-header {
  font-family: "Oswald", sans-serif;
  background-color: #e4d7c6;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.upper-header-content,
.lower-header-content {
  max-width: 100%;
  margin: 0 auto;
	width: 100%;
  position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.upper-header-content {
  padding: 20px;
  padding-bottom: 0;
}
/* Search Header Area */
.search-content-container {
  background-image: url("images/pattern.png");
}
.search-content-container .search-content-bg-wrapper {
  max-height: 200px;
  background-image: url("images/middle-bg-2019.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.middle-bg-2019.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='middle-bg-2019.jpg', sizingMethod='scale')";
}
.search-content-container .search-content {
  max-width: 1020px;
  margin: 0 auto;
  min-height: 279px;
  position: relative;
}
.search-content-container .search-content .search-area {
  background-color: #90d1cd;
  max-width: 670px;
  max-height: 70%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 60px;
  right: 0;
  padding: 15px;
  width: 90%;
  height: 42%;
  /* Radio Buttons */
}
.search-content-container .search-content .search-area .search-bar {
  height: 40px;
  background-color: #fff;
  position: relative;
}
.search-content-container .search-content .search-area .search-bar .arrow {
  position: absolute;
  right: 16px;
  top: 8px;
  cursor: pointer;
  width: 25px;
}
.search-content-container .search-content .search-area .search-bar #searchform {
  width: 100%;
  height: 100%;
}
.search-content-container .search-content .search-area .search-bar #searchform div {
  width: 100%;
  height: 100%;
}
.search-content-container .search-content .search-area .search-bar #searchform div input {
  width: 100%;
  height: 100%;
  padding-right: 70px;
  padding-left: 15px;
  font-size: 16px;
}
.search-content-container .search-content .search-area .radio {
  margin-top: 5px;
}
.search-content-container .search-content .search-area label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
}
.search-content-container .search-content .search-area input[type=radio] {
  display: none;
}
.search-content-container .search-content .search-area label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 3px;
  background-color: #fff;
  z-index: 20;
}
.search-content-container .search-content .search-area .radio label:before {
  border-radius: 8px;
}
.search-content-container .search-content .search-area input[type=radio]:checked + label:before {
  content: "\2022";
  color: #4b7e7b;
  font-size: 45px;
  text-align: center;
  line-height: 16px;
}
/* Social Header Area */
.social-bar {
  min-height: 55px;
  background-color: #e4d7c6;
}
.social-bar .social-content {
  min-height: 55px;
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
}
.social-bar .social-content h1 {
  line-height: 55px;
  text-align: center;
  color: #7a7671;
  font-size: 28px;
  margin: 0;
  display: inline-block;
}
.social-bar .social-content h1 a {
  text-decoration: none;
  color: #7a7671;
}
.social-bar .social-content h1 a:hover {
  color: #000;
}
.widget-area-noborder .widget-wrapper {
  border: 0;
}
.widget-area-noborder .widget-wrapper .widget-title:after {
  content: '';
}
.widget-area-noborder aside {
  border: 0;
}
.archive-title {
  text-transform: uppercase;
  margin-bottom: 40px;
}
.widget-wrapper ul li {
  font-size: 14px;
}
.excerpt-styled {
  position: relative;
  top: -10px;
  left: 10%;
  right: 0;
  display: inline;
  width: 50px;
  height: 100px;
  line-height: 100px;
  padding: 15px;
  background-repeat: no-repeat;
}
.excerpt-styled a {
  text-decoration: none;
}
.excerpt-styled::after {
  content: 'Continue Reading...';
  position: relative;
  top: -5px;
  left: 40px;
}
.entry-summary a {
  text-decoration: none;
  font-weight: 600;
}
/* =Navigation
-------------------------------------------------------------- */
.nav-menu {
  display: none;
}
.nav-menu.toggled-on {
  display: block;
}
.menu-toggle {
  cursor: pointer;
  color: #7a7671;
  font-size: 36px;
}
.nav-menu#menu-main-menu li a {
  font-size: 16px;
  padding: 2px;
}
/* Start Responsive Menu CSS */
.mobile-container.toggled-on .nav-menu {
  display: block;
}
.mobile-container {
  top: 0;
  left: 0;
  width: 0;
  position: fixed;
  z-index: 99999;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  overflow: hidden;
  background-color: rgba(48, 48, 48, 0.95);
}
#site-navigation .nav-menu.toggled-on,
.mobile-container.toggled-on {
  display: block;
  overflow: auto;
  width: 100%;
}
.go-right {
  opacity: .5;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -0-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  overflow: hidden;
}
/* Mobile (Primary) */
.mobile-wrapper {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.mobile-container h3.close-mobile {
  font-size: 20px;
  border-bottom: 1px solid #999;
  background-color: #90d1cd;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
  margin: 0;
}
.mobile-container li {
  border-bottom: 1px solid #999;
}
.mobile-container h3,
.mobile-container a {
  display: block;
  padding: 8px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.mobile-container li:hover > a,
.mobile-container li.current-menu-ancestor > a,
.mobile-container li.current-menu-item > a,
.mobile-container .close-mobile:hover {
  background-color: #e4d7c6;
  color: #000;
}
li.current-page-ancestor {
  background-color: transparent;
}
/* Sub Nav (Primary) */
.show-sub ul {
  display: block;
}
.sub-menu li {
  border-bottom: none;
}
.sub-menu li a {
  padding-left: 20px;
}
.sub-menu li li a {
  padding-left: 40px;
}
.mobile-container li li a:before {
  content: '- ';
}
.mobile-container li li li a:before {
  content: '-- ';
}
.mobile-container ul.sub-menu {
  background-color: transparent;
  background-image: none;
}
.edge .sub-menu {
  left: auto !important;
  right: 100%;
}
#wpadminbar {
  /* Always Cover Admin Bar */
  z-index: 500!important;
}
/* End Responsive Menu CSS */
/* Align Center Menu Button */
.menu-toggle,
.site-navigation .nav-menu li {
  height: 55px;
  line-height: 55px;
  text-align: center;
}
/* Search */
.pagination {
  margin-bottom: 24px;
}
.pagination a {
  text-decoration: none;
  position: relative;
}
.pagination a:hover {
  background-color: #fff;
  color: #80561b;
}
.pagination a span {
  position: absolute;
  top: -2px;
  font-size: 20px;
}
.pagination a span.prev {
  right: 9px;
}
.pagination a span.next {
  left: 9px;
}
.pagination .page-numbers {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #90d1cd;
  color: #1a4542;
  border: 1px solid #90d1cd;
  text-align: center;
  font-weight: 700;
  float: left;
}
.pagination .current {
  background-color: #fff;
  color: #80561b;
}
/* =Footer
-------------------------------------------------------------- */
#colophon {
  min-height: 65px;
  background-color: #e4d7c6;
  position: relative;
}
#colophon .footer-copy {
  text-align: center;
  line-height: 32.5px;
  padding: 20px;
}
.push {
  height: 65px;
}
/* =Content
-------------------------------------------------------------- */
.entry-meta {
  clear: both;
}
.entry-header {
  margin-bottom: 24px;
}
.entry-header img.wp-post-image {
  margin-bottom: 24px;
}
.entry-header .entry-title {
  font-weight: normal;
  color: #80561b;
}
.entry-header .entry-title a {
  text-decoration: none;
  color: #80561b;
}
.entry-header .entry-format {
  margin-top: 24px;
  font-weight: normal;
}
.entry-header .comments-link {
  margin-top: 24px;
  font-size: 12px;
  line-height: 18px;
  color: #757575;
}
article.sticky .featured-post {
  font-size: 12px;
  line-height: 30px;
  margin-bottom: 24px;
}
.entry-content,
.entry-summary,
.comment-content,
.mu_register {
  color: #595959;
  line-height: 1.5;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
  margin-bottom: 24px;
}
.entry-content h3,
.entry-summary h3,
.comment-content h3,
.mu_register h3,
.entry-content h3 a,
.entry-summary h3 a,
.comment-content h3 a,
.mu_register h3 a {
  color: #595959;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.entry-content ol,
.entry-summary ol,
.comment-content ol,
.mu_register ol,
.entry-content ul,
.entry-summary ul,
.comment-content ul,
.mu_register ul {
  margin-bottom: 24px;
}
.entry-content ul ul,
.entry-summary ul ul,
.comment-content ul ul,
.mu_register ul ul,
.entry-content ol ol,
.entry-summary ol ol,
.comment-content ol ol,
.mu_register ol ol,
.entry-content ul ol,
.entry-summary ul ol,
.comment-content ul ol,
.mu_register ul ol,
.entry-content ol ul,
.entry-summary ol ul,
.comment-content ol ul,
.mu_register ol ul {
  margin-bottom: 0;
}
.entry-content ul,
.entry-summary ul,
.comment-content ul,
.mu_register ul {
  list-style: disc outside;
}
.entry-content ol,
.entry-summary ol,
.comment-content ol,
.mu_register ol {
  list-style: decimal outside;
}
.entry-content li,
.entry-summary li,
.comment-content li,
.mu_register li {
  margin-left: 36px;
}
.entry-content blockquote,
.entry-summary blockquote,
.comment-content blockquote,
.mu_register blockquote {
  margin-bottom: 24px;
  padding: 24px;
  font-style: italic;
}
.entry-content blockquote p:last-child,
.entry-summary blockquote p:last-child,
.comment-content blockquote p:last-child,
.mu_register blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content code,
.entry-summary code,
.comment-content code,
.mu_register code {
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  line-height: 18px;
}
.entry-content pre,
.entry-summary pre,
.comment-content pre,
.mu_register pre {
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  line-height: 18px;
  margin: 24px 0;
  overflow: auto;
  padding: 24px;
}
.entry-content pre code,
.entry-summary pre code,
.comment-content pre code,
.mu_register pre code {
  display: block;
}
.entry-content abbr,
.entry-summary abbr,
.comment-content abbr,
.mu_register abbr,
.entry-content dfn,
.entry-summary dfn,
.comment-content dfn,
.mu_register dfn,
.entry-content acronym,
.entry-summary acronym,
.comment-content acronym,
.mu_register acronym {
  cursor: help;
}
.entry-content address,
.entry-summary address,
.comment-content address,
.mu_register address {
  display: block;
  line-height: 1.5;
  margin-bottom: 24px;
}
.entry-content embed,
.entry-summary embed,
.comment-content embed,
.mu_register embed,
.entry-content iframe,
.entry-summary iframe,
.comment-content iframe,
.mu_register iframe,
.entry-content object,
.entry-summary object,
.comment-content object,
.mu_register object,
.entry-content video,
.entry-summary video,
.comment-content video,
.mu_register video {
  margin-bottom: 24px;
}
.entry-content dl,
.entry-summary dl,
.comment-content dl,
.mu_register dl {
  margin: 0 24px;
}
.entry-content dt,
.entry-summary dt,
.comment-content dt,
.mu_register dt {
  font-weight: bold;
  line-height: 1.5;
}
.entry-content dd,
.entry-summary dd,
.comment-content dd,
.mu_register dd {
  line-height: 1.5;
  margin-bottom: 24px;
}
.entry-content table,
.entry-summary table,
.comment-content table,
.mu_register table {
  color: #757575;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 24px;
  width: 100%;
}
.entry-content table caption,
.entry-summary table caption,
.comment-content table caption,
.mu_register table caption {
  font-size: 16px;
  margin: 24px 0;
}
.entry-content td,
.entry-summary td,
.comment-content td,
.mu_register td {
  padding: 10px;
  border: 1px solid #757575;
}
.site-content article {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.page-links {
  clear: both;
  line-height: 1.5;
}
footer.entry-meta {
  font-size: 12px;
  line-height: 18px;
  color: #757575;
}
.single-author .entry-meta .by-author {
  display: none;
}
.mu_register h2 {
  color: #757575;
  font-weight: normal;
}
/* =Templates
-------------------------------------------------------------- */
/* =Blog
-------------------------------------------------------------- */
/* =Misc
-------------------------------------------------------------- */
.social-icons {
  width: 100%;
  height: 50px;
  line-height: 32px;
  font-size: 20pt;
  padding-bottom: 10px;
  padding-right: 10px;
}
.social-icons i {
  padding-left: 5px;
  padding-right: 5px;
  color: #80561b;
}
@media screen and (max-width: 300px) {
  .social-icons i {
    padding: 0;
  }
}
.nopointer {
  cursor: default;
}
.arrow-input {
  border: 0;
}
.arrow-link {
  color: #595959;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  display: block;
  min-height: 50px;
  line-height: 50px;
  background-repeat: no-repeat;
}
.arrow-link.right {
  background-image: url("images/arrow-green-right.png");
  background-position: top right;
  text-align: right;
  padding-top: 55px;
}
.arrow-link.right-home {
  background-position: right center;
  text-align: right;
  padding-right: 55px;
}
.arrow-link.left {
  background-image: url("images/arrow-green-left.png");
  background-position: top left;
  text-align: left;
  padding-top: 55px;
}
/* Sidebar */
.widget-wrapper {
  border: 5px solid #90d1cd;
  margin-bottom: 10px;
}
aside {
  background-color: #fff;
  padding: 5px 15px;
}
aside ul {
  display: none;
}
aside ul li {
  font-size: 14px;
  min-height: 30px;
  line-height: 30px;
  color: #353535;
}
aside ul li a {
  color: #353535;
  text-decoration: none;
}
aside div.tagcloud {
  display: none;
}
h3.widget-title {
  color: #80561b;
  font-weight: 400;
  line-height: 46px;
  margin: 0;
  overflow-x: hidden;
}
h3.widget-title:after {
  content: '\e810';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  float: right;
  cursor: pointer;
}
/* Social */
.icon-facebook,
.icon-twitter,
.icon-mail {
  letter-spacing: -15px;
  font-size: 20px;
  text-align: center;
  position: relative;
  right: 50px;
}
/* Contact */
div.wpcf7 input,
div.wpcf7 textarea {
  color: #353535;
  font-size: 12px;
  font-weight: 400;
  padding: 8px 13px;
  width: 100%;
  box-sizing: border-box;
}
div.wpcf7 input[type="submit"] {
  max-width: 300px;
  height: 50px;
  font-size: 20px;
  margin-bottom: 0;
  display: block;
  border: 1px solid #90d1cd;
  color: #1A1A1A;
  background-color: #90d1cd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
div.wpcf7 input[type="submit"]:hover {
  background-color: #fff;
  color: #80561b;
}
div.wpcf7 div.wpcf7-response-output,
div.wpcf7 div.wpcf7-mail-sent-ok {
  margin: 20px 0;
  background-color: #fff;
}
div.wpcf7 img.ajax-loader {
  display: none;
}
div.wpcf7 .cf_dots {
  display: none;
}
::-webkit-input-placeholder {
  color: #353535 !important;
  font-style: italic !important;
  font-weight: 700 !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #353535 !important;
  font-style: italic !important;
  font-weight: 700 !important;
  opacity: 1 !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #353535 !important;
  font-style: italic !important;
  font-weight: 700 !important;
  opacity: 1 !important;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #353535 !important;
  font-style: italic !important;
  font-weight: 700 !important;
}
.recaptcha_widget,
.recaptcha_input {
  background: #80561b;
  border: 4px solid #80561b;
  background: #90d1cd;
  border: 4px solid #90d1cd;
  background: #fff;
  border: #fff;
}
.recaptcha_input {
  padding: 0;
}
.recaptcha_options {
  height: 28px;
  padding-bottom: 6px !important;
  padding-top: 6px !important;
}
.recaptcha_options li {
  background: #90d1cd;
  margin-right: 10px !important;
  padding: 3px !important;
}
#recaptcha_image img,
.recaptcha_is_showing_audio #recaptcha_image {
  border: none !important;
}
/* Slideshow */
.slideshow-container {
  margin-bottom: 36px;
}
.slideshow-container .tp-leftarrow.default {
  background: url("images/arrow-brown-left.png");
}
.slideshow-container .tp-leftarrow.default:hover {
  background: url("images/arrow-green-left.png");
}
.slideshow-container .tp-rightarrow.default {
  background: url("images/arrow-brown-right.png");
}
.slideshow-container .tp-rightarrow.default:hover {
  background: url("images/arrow-green-right.png");
}
.tp-leftarrow.default,
.tp-leftarrow.round,
.tp-rightarrow.default,
.tp-rightarrow.round {
  top: 50% !important;
}
/* =Media Queries
-------------------------------------------------------------- */
@media screen and (min-width: 320px) {
  aside ul li {
    font-size: 16px;
    background-position: left 5px;
    background-repeat: no-repeat;
    padding-left: 35px;
  }
  .wpctc-flat {
    min-height: 45px;
    background-position: left 5px;
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-left: 14px;
  }
  .wpctc-flat a {
    margin-left: 3px;
  }
}
@media screen and (min-width: 400px) {
  #colophon .footer-copy {
    line-height: 65px;
    padding: 0;
  }
  aside ul {
    padding-left: 15px;
  }
}
@media screen and (min-width: 460px) {
  .search-content-container .search-content .search-area {
    max-height: 90px;
  }
  .search-content-container .search-content .search-area .radio {
    margin-left: 10px;
  }
  .excerpt-styled {
    left: 45%;
  }
}
@media screen and (min-width: 800px) {
  #secondary-mobile {
    display: none;
  }
  .wpctc-flat {
    display: block;
  }
  .wpctc-flat a {
    position: relative;
    top: 12px;
    left: 15px;
  }
  #primary {
    display: table;
  }
  .header-address p {
    font-size: 16px;
  }
  .social-bar .social-content {
    text-align: right;
    padding-right: 20px;
  }
  .social-bar .social-content h1 {
    display: inline-block;
    font-size: 36px;
  }
  h3.widget-title {
    padding-bottom: 10px;
  }
  aside {
    padding: 15px;
  }
  aside ul {
    display: block;
  }
  aside ul li {
    font-size: 18px;
    background-position: left 5px;
    background-repeat: no-repeat;
    padding-left: 10px;
    min-height: 30px;
    line-height: 30px;
  }
  aside div.tagcloud {
    display: block;
  }
  h3.widget-title:after {
    display: none;
    content: "";
  }
  .widget-wrapper {
    border: 0;
    border-right: 2px solid #90d1cd;
    margin-bottom: 35px;
  }
  #content {
    margin-top: 0;
  }
  /* Menu */
  .no-touch .nav-menu {
    display: block;
  }
  .no-touch .menu-toggle {
    display: none;
  }
  .menu-main-menu-container ul li:last-child ul {
    left: auto;
    right: 0	;
  }
  /* Menu */
  .no-touch .nav-menu#menu-main-menu {
    text-align: justify;
    max-height: 4em;
    height: 55px;
    line-height: 55px;
    display: block;
  }
  .no-touch .nav-menu#menu-main-menu li {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  .no-touch .nav-menu#menu-main-menu li a {
    display: block;
    color: #353535;
    text-decoration: none;
  }
  .no-touch .nav-menu#menu-main-menu:after {
    content: "";
    width: 100%;
    display: inline-block;
  }
  .no-touch .menu-toggle {
    display: none;
  }
  .no-touch .sub-menu {
    min-width: 250px;
  }
  .no-touch .nav-menu#menu-main-menu {
    text-align: center;
  }
  .no-touch .nav-menu#menu-main-menu li {
    padding-left: 1%;
    padding-right: 1%;
  }
  .no-touch .nav-menu#menu-main-menu li:hover a {
    color: #fff;
  }
  /* Dropdown Menus - Capable of 1 Level */
  .no-touch .sub-menu {
    display: none;
    position: absolute;
    width: 100%;
    box-sizing: content-box;
    font-size: 16px;
    line-height: 16px;
    z-index: 60;
    top: 100%;
    top: 55px;
    left: -3px;
    zoom: 1;
  }
  .no-touch .sub-menu:before,
  .no-touch .sub-menu:after {
    content: "";
    display: table;
  }
  .no-touch .sub-menu:after {
    clear: both;
  }
  .no-touch .sub-menu .sub-menu {
    top: 0px;
    left: 100%;
    min-height: 55px;
  }
  .no-touch .main-navigation .nav-menu li:hover > .sub-menu {
    display: block;
  }
  .no-touch .nav-menu#menu-main-menu .sub-menu li {
    background-color: #e4d7c6;
    width: 100%;
    min-height: 55px;
    padding: 0;
    border: none;
  }
  .no-touch .nav-menu#menu-main-menu .sub-menu li:first-child {
    border-top: none;
  }
  .no-touch .nav-menu#menu-main-menu .sub-menu li a {
    display: block;
    padding: 20px;
    line-height: 20px;
    text-align: left;
    color: #000;
  }
  .no-touch .nav-menu#menu-main-menu .sub-menu li:hover {
    background-color: #fff;
  }
  .no-touch .nav-menu#menu-main-menu .sub-menu li:hover a {
    color: #000;
  }
  /* Header */
  .upper-header .header-logo {
    float: left;
  }
  .upper-header .header-address {
    text-align: right;
    margin-top: 10px;
    padding: 0;
  }
  .upper-header .header-address p {
    margin-bottom: 14px;
  }
  .upper-header-content {
    padding: 20px;
    padding-bottom: 0;
  }
  .social-bar .social-content h1 {
    text-align: right;
  }
  /* Sidebar */
  #primary {
    max-width: 1020px;
    height: 100%;
  }
  #secondary {
    width: 330px;
    display: table-cell;
    vertical-align: top;
  }
  #content {
    display: table-cell;
    padding-left: 100px;
    vertical-align: top;
  }
}
@media screen and (min-width: 1020px) {
  .header-address {
    margin-right: 80px;
  }
  #content {
    min-width: 690px;
  }
  .nav-menu#menu-main-menu li a {
    font-size: 18px;
  }
  .upper-header .header-logo {
    margin-left: 80px;
  }
  .upper-header-content {
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 0;
  }
  .social-bar .social-content {
    text-align: right;
    padding-right: 0;
  }
  .arrow-link.right {
    background-image: url("images/arrow-green-right.png");
    background-position: right 5px;
    text-align: right;
    padding-right: 55px;
    padding-top: 0;
  }
  .arrow-link.left {
    background-image: url("images/arrow-green-left.png");
    background-position: left 5px;
    text-align: left;
    padding-left: 55px;
    padding-top: 0;
  }
  .rev_slider_wrapper {
    max-height: 345px !important;
    max-width: 670px !important;
  }
}
@media screen and (min-width: 1080px) {
  .upper-header-content {
    padding: 0;
    padding-top: 10px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
  html {
    font-size: 11px;
  }
}
@media print {
  body {
    background: none !important;
    color: #000;
    font-size: 10pt;
  }
  footer a[rel=bookmark]:link:after,
  footer a[rel=bookmark]:visited:after {
    content: " [" attr(href) "] ";
    /* Show URLs */
  }
  .entry-content img,
  .comment-content img,
  .author-avatar img,
  .wp-post-image {
    border-radius: 0;
    box-shadow: none;
  }
  .site {
    clear: both !important;
    display: block !important;
    float: none !important;
    max-width: 100%;
    position: relative !important;
  }
  .site-header {
    text-align: left;
    position: relative;
  }
  .site-logo {
    background: none !important;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    float: left;
  }
  .site-logo img {
    width: 390px;
    height: 200px;
  }
  .attachment-shop_catalog {
    width: 60% !important;
    height: auto !important;
  }
  .author-avatar,
  .site-footer,
  .commentlist .comment-edit-link,
  .commentlist .reply,
  .entry-header .comments-link,
  .entry-meta .edit-link a,
  .page-link,
  .site-content nav,
  .widget-area,
  .header-image,
  .main-navigation,
  .social-top,
  .orderby,
  .add_to_cart_button,
  .product_type_variable,
  .added_to_cart,
  .edit,
  #map_full_screen,
  #directions_full_screen,
  #map_full_screen_container {
    display: none !important;
  }
  .wrapper {
    border-top: none;
    box-shadow: none;
  }
  .site-content {
    margin: 0;
    width: auto;
    height: auto !important;
  }
  .singular .entry-header .entry-meta {
    position: static;
  }
  .singular .site-content,
  .singular .entry-header,
  .singular .entry-content,
  .singular footer.entry-meta,
  .singular .comments-title {
    margin: 0;
    width: 100%;
  }
  footer.entry-meta,
  footer.entry-meta a {
    color: #444;
    font-size: 10pt;
  }
  .author-description {
    float: none;
    width: auto;
  }
  /* Comments */
  .commentlist > li.comment {
    background: none;
    position: relative;
    width: auto;
  }
  .commentlist .avatar {
    height: 39px;
    left: 2.2em;
    top: 2.2em;
    width: 39px;
  }
  .comments-area article header cite,
  .comments-area article header time {
    margin-left: 50px;
    margin-left: 3.57142857rem;
  }
  img[src*="svg"] {
    display: none;
  }
  .post-load-png {
    display: inline;
  }
  .search-content-container,
  .search-content,
  .search-area,
  .slideshow-container,
  #site-navigation,
  .lower-header {
    display: none !important;
  }
  .upper-header-content {
    padding: 0;
  }
  .social-bar .social-content {
    text-align: center;
  }
  .social-bar .social-content h1 {
    display: inline-block;
  }
  #content {
    width: 100% !important;
  }
  #main {
    padding-bottom: 0;
  }
  .mobile-wrapper {
    overflow: hidden;
  }
  #colophon {
    min-height: 20px;
  }
  #colophon .footer-copy {
    padding: 0;
    line-height: 1;
  }
}
li.simcal-events-calendar-170 {
  color: #e74d3c;
  font-size: 11px;
}
li.simcal-events-calendar-171 {
  color: #3498db;
  font-size: 11px;
}
li.simcal-events-calendar-172 {
  background: #1abc9c;
  color: #ffffff;
  font-size: 11px;
}
li.simcal-events-calendar-10149 {
  background: #000000;
  color: #ffffff;
  font-size: 11px;
}
.simcal-calendar-head {
  background: #90d1cd;
}
.simcal-day {
  border: 1px solid #ddd !important;
}


.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}


#secondary h2 {
	font-size: 22px;
}