/*
Theme Name: Inn At Cooperstwon
Theme URI: https://wwww.rezstream.com
Version: 2019.1
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'Open Sans', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

.site-content a {
  text-decoration: underline;
}

.site-content a:hover {
     text-decoration: none;   
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
  font-family: "Playfair Display",serif !important;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h1.entry-title {
    text-transform: uppercase;
}
h2 {
  font-size: 28px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 20px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #949494;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.fx {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: 0;
  z-index: 9999;
   position: relative;
}

@media screen and (min-width: 992px) {
  header#masthead {
  background: rgba(40,43,40,0.7);
}
}

@media (min-width: 576px) {
header#masthead .container {
    max-width: 100%;
}}

.topBar {
    width: 100%;
    background: #fff;
    border-top: 5px solid #ffc20e;
    line-height: 40px;
}

.topBar ul {
    list-style-type:none;
    padding: 0;
    text-align: right;
    margin-bottom: 0;
}

.topBar ul li {
     display: inline-block;
     padding-left: 15px;
}

.topBar a {
     color: #000;   
}

.topBar a:hover {
     color: #961d1d;  
}

.topBar .reserveLink {
     background: #961d1d;
     color: #fff;
     display: block;
     padding: 0 10px;
}

.topBar .reserveLink:hover {
   background: #282B28;
   text-decoration: none;
   color: #fff;
}

.noMobile {
     display: none !important;   
}

@media screen and (min-width: 1023px) {
  .noMobile {
     display: inline-block !important;   
}
}

.covBtn {
	background: #ffc20e;
    color: #961d1d !important;
    padding: 5px 10px;
}

.covBtn:hover {background:#c39202; text-decoration: none !important;}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 15rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
  height: 800px;
  margin-top: -120px;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #fff;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}

.navbar-brand {
    background: #fff;
    padding: 10px;
    margin-top: 0;
    width: 270px;
}

@media screen and (min-width: 1100px) {
  .navbar-brand {
    margin-top: -40px;
    width: 319px;
}
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 1200px){
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    padding: 0 1.6rem !important;
}
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #fff;
    padding: 10px 15px 10px 15px;
    font-weight: 500;
    font-size: 17px;
    font-family: 'Playfair Display', serif;
    line-height: 33px;
}


@media screen and (min-width: 1200px) {
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  padding: 0 1rem;
  font-size: 18px;
  line-height: 115px;
}
}

@media screen and (min-width: 1500px) {
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  font-size: 22px;
}
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color:#ffc20e;
  /*background: #f9f9f9;*/
}


.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu {
    background: rgba(40,43,40,0.7);
    /*background: #282B28;
    background: rgba(40,43,40,0.7);
    background: -moz-linear-gradient(top, rgba(40,43,40,0.7) 0%, #282B28 100%);
    background: -webkit-linear-gradient(top, rgba(40,43,40,0.7) 0%, #282B28 100%);
    background: linear-gradient(to bottom, rgba(40,43,40,0.7) 0%, #282B28 100%);*/
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0 !important;
    top: 114px !important;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

/*#masthead .navbar-nav > li:hover > .dropdown-menu {
    display: block;
    top: 30px;
}
#masthead .navbar-nav li > .dropdown-menu li:hover .dropdown-menu {
    left: 190px;
    top: 0;
    width: 200px !important;
    display: block;
}*/

/*.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    /*pointer-events: none;*/
/*}*/

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
  font-weight: 900 !important;
}

.dropdown-item:hover {
    color:#ffc20e !important;  
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: nowrap;
  background: transparent;
  line-height: 1.6;
  color: #fff;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }
  
  .menu-item-has-children:hover > .dropdown-menu {
     display: block;   
}

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

#main-nav {
     background: #282B28;    
}

@media screen and (min-width: 992px) {
  #main-nav {
     background: transparent;    
}
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.priceTable {
       margin: 10px 0 20px;
    width: 100%;
    border-bottom: 1px solid #282B28;   
}

.priceTable th {
   background: #282B28;
    color: #FFF;
    text-align: center;
    padding: 5px;   
}

.priceTable tr td:first-of-type {
    font-weight: bold;
    text-align: left;
}

.priceTable tr:nth-of-type(odd) td {
    background: #EEE;
}

.priceTable tr td {
    padding: 5px;
}

.priceTable td span {
    display: none;
}

.amenities {
   list-style-type: none;   
}

.priceRange {
    padding: 5px;
    display: inline-block;
    margin: 10px 0 20px 0;
    font-weight: 900;
    font-size: 18px;
    display: block;
}

.detailbtn {
    background: #ffc20e !important;
    color: #000 !important;
    padding: 8px 20px;
    font-size: 18px;
    font-family: "Playfair Display",serif !important;
	float: left;
	margin-top: 0;
	line-height: 25px;
	text-decoration: none !important;
}
@media only screen and (max-width: 380px) {
  .detailbtn {
	margin-top: 7px;
}
}

.detailbtn:hover {
     background: #961d1d !important;
     color: #fff !important;
}

.site-content a {
     color: #961D1D;   
}

.rate-button {
    float: right;
    background: #961d1d !important;
    color: #fff !important; 
    border: none !important;
    font-family: "Playfair Display",serif !important;
    font-weight: 300;
    text-decoration: none !important;
    border-radius: 0;
	padding: 8px 20px !important;
    font-size: 18px !Important;
}

@media only screen and (max-width: 380px) {
  .rate-button {
    float: left;
    margin-top: 15px;
	font-size: 14px !important;
}
}

.rate-button:hover {
    background: #282B28 !important;
}


.interior-rate-button {
    float: right;
    background: #961d1d !important;
    color: #fff !important; 
    border: none !important;
    font-family: "Playfair Display",serif !important;
    font-weight: 300;
    text-decoration: none !important;
    border-radius: 0;
    margin-top: -67px;
    display: inline-block;
    clear: none;
}
.interior-rate-button-left {
	float: none !important;
	margin: 0 0 20px 0 !important;
}

@media only screen and (max-width: 1320px) {
  .interior-rate-button {
    float: none;
    clear: both;
    margin-top: 5px;
    display: block;
    max-width: 300px;
}
}

.interior-rate-button:hover {
    background: #282B28 !important;
}

.btn {
     font-size: 18px;  
     font-family: "Playfair Display",serif !important;
    font-weight: 300;
}

.single-rezstream_rooms .post-thumbnail {
     display: none;   
}

/*.single-rezstream_rooms .col-lg-8 {
     width: 100%; 
}

.single-rezstream_rooms .col-lg-4 {
     display: none; 
}*/

h4.pt-cv-title {
    font-size: 22px !important;
    border-bottom: 1px solid #ffc20e;
    padding: 0 0 5px 0;
}

h1.entry-title {
    font-size: 2.1rem !important;
}

hr {
    border-top: 3px solid #ffc20e;
    width: 100px;
    margin: 30px auto;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}

.lead {
    font-size: 1.45rem;
}

.page-id-12 .pt-cv-content-item {
     padding-bottom: 30px;   
}

/*.interior-subhead {
     display: none;
}*/

.page-id-14 .interior-subhead{
    display: block;
}

.interior-subhead img {   
    max-height: 900px;
    width: 100%;
    margin-top: -155px;
    min-height: 300px;
}

.page-id-68 .interior-subhead {
    display: none;
}

.secTitle {
    font-size:26px;
    color: #961D1D;
    text-align: center;
}

hr {
    border-top: 3px solid #ffc20e;
    width: 100px;
    margin: 30px auto;
}

.rezstream_packages-template-default h1.entry-title {
    font-size: 1.6rem !important;
}

#custom_html-13 {
	display: none;
}

.postid-873 #custom_html-3, .postid-870 #custom_html-3, .postid-867 #custom_html-3 {
	display: none;
}

.postid-873 #custom_html-13, .postid-870 #custom_html-13, .postid-867 #custom_html-3 {
	display: block;
}

/*--------------------------------------------------------------
# General Content
--------------------------------------------------------------*/

.headerLine {
    border-top: 3px solid #ffc20e;
    width: 100px;
    margin: 30px auto;   
}

.spaceclear {
     width: 100%;
     clear: both;
     float: none;
     height: 20px;
}

.pt-cv-content .textlink {
    color: #ffc20f;
}

#pt-cv-view-9e3606dv4y .pt-cv-ifield .pt-cv-readmore, #pt-cv-view-9bf0c140e4 .pt-cv-ifield .pt-cv-readmore, #pt-cv-view-ca923b5b05 .pt-cv-ifield .pt-cv-readmore, #pt-cv-view-03f976bze6 .pt-cv-ifield .pt-cv-readmore{
    background: #ffc20e !important;
    color: #000;
    font-family: "Playfair Display",serif !important;
}

#pt-cv-view-9e3606dv4y .pt-cv-ifield .pt-cv-readmore:hover, #pt-cv-view-9bf0c140e4 .pt-cv-ifield .pt-cv-readmore:hover, #pt-cv-view-ca923b5b05 .pt-cv-ifield .pt-cv-readmore:hover, #pt-cv-view-03f976bze6 .pt-cv-ifield .pt-cv-readmore:hover {
    background: #961d1d !important;
    color: #fff;
}

.pt-cv-textlink {
    clear: both;
    display: block;
}

.single-rezstream_rooms .post-navigation {
    display: none;
}

.cvp-live-filter.cvp-button input[type=radio]:checked~div {
    background: #961d1d !important;
}

.page-id-18 .pt-cv-mask {
    top: 70%!important;  
}

.content-area h2{
    color: #961D1D;    
}

@media (min-width: 1200px) {
  .container {
    max-width: 1520px !important;
     padding-right: 60px;
    padding-left: 60px;
  }
}

#pt-cv-view-930e8d4309 .pt-cv-title a:hover {
    text-decoration: none !important;
}

.rezstream_rooms-template-default .su-slider {
        margin-top: 37px;
}

#pt-cv-view-df77c7c0ld .cvp-responsive-image[style*="background-image"] {
    width: 50% !important;
    min-width: 500px;
}

@media (max-width: 1200px) {
  #pt-cv-view-df77c7c0ld .cvp-responsive-image[style*="background-image"] {
    width: 40% !important;
    min-width: 300px;
}
}

.page-id-997 .kadence-blocks-gallery-item__caption {
    font-style: italic;
    text-decoration: none !important;
}

.page-id-997 .cleaningGal a {
    color: rgba(150, 29, 29, 0) !important;
}

.hideCol {display: none;}

.special-badge {
    width: 170px;
    float: right;
    transform: rotate(-10deg);
    margin-right: 10%;
}

@media only screen and (max-width: 700px) {
  .special-badge {
    width: 100px;
}
}

.special-badge-int {
    width: 220px;
    float: right;
    transform: rotate(-10deg);
}

.special-badge:hover, .special-badge-int:hover {
    opacity: .8;
}

.book-online {
    color: #000 !important;
    background: #ffc20e;
    border: 1px solid #000;
    padding: 8px 15px;
    text-align: center;
    border-radius: 0;
    text-decoration: none !Important;
}

.book-online:hover {
    background: #961D1D;
    border: 1px solid #961D1D;
    color: #fff !important;
}
/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.homeBoxFeatures .wp-block-cover {
    padding: 125px 0 0;
    max-height: 300px;
    min-height: 250px;
}

.page-id-786 .entry-title {
	display:none
}
#packages h3, #packages h4 {
     text-align: center;   
}

#packages h3 {
     font-size: 30px;
     color: #282B28;
     font-weight: 700;
     text-transform: uppercase;
}


#about-home {
     background: #282B28;
     padding: 60px 0;
     color: #fff;
     
}

#about-home h2 {
     color: #fff;   
}

.rowFull {
     background: #282B28;   
}

#info-home {
     padding: 60px 0 10px 0;   
}

.textScroll {
    width: 100%;
    height: 480px;
    overflow-x: hidden;  
}

#carouselHome {
     display: none;   
}

body.home #carouselHome {
     display:block;   
}

#carouselHome .carousel-item {
  height: 40vh;
  min-height: 450px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media screen and (min-width: 1200px) {
  #carouselHome .carousel-item {
  height: 90vh;
}
}

#carouselHome .carousel-inner {
     margin-top: -120px;   
}

@media screen and (max-width: 1100px) {
  #carouselHome .carousel-inner {
     margin-top: -133px; 
}
}

@media screen and (max-width: 992px) {
  #carouselHome .carousel-inner {
     margin-top: 0;   
}
}

#packages {
   padding: 0 0 50px 0;     
}

#mobileBook {
     display: block;
     text-align: center;
     margin-top: -35px;
}

#mobileBook a {
    display: block;
    width: 100%;
    background: #961D1D;
    color: #fff;
    height: 40px;
    font-size: 22px;
    line-height: 35px;
    font-family: "Playfair Display",serif !important;
    text-decoration: none;
}

#mobileBook a:hover {
     background: #282B28;   
}

@media screen and (min-width: 1200px) {
  #mobileBook {
     display: none;   
}
}

#info-home h3{
     color: #961d1d;   
}

.carousel-caption p {
    font-family: "Playfair Display",serif !important;
    font-weight: 600;
}

#about-home a{
    color: #ffc20e;
}

.cvp-live-filter label > div {
     text-decoration: underline;   
}

.cvp-live-filter label > div:hover {
    text-decoration: none;  
}

.pt-cv-hover-wrapper::before {
   background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.67) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.67) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.67) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ab000000',GradientType=0 ); /* IE6-9 */
}


/*#bookonline {
    position: fixed;
    left: 0;
    top: 70%;
    z-index: 99;
}

#bookonline #rez {
    position: absolute;
    top: -250px;
    left: 50px;
    height: 250px;
    width: 250px;
    padding: 10px;
    background: #282B28;
    color: #FFF;
    text-align: center;
    display: none;
    border-top: 1px solid #ffc20e;
    border-bottom: 1px solid #ffc20e;
    border-right: 1px solid #ffc20e;
}

#bookonline #togglerez {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    display: block;
    background: #961D1D;
    color: #FFF;
    font-size: 32px;
    font-family: "Playfair Display", serif;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 0% 0%;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: 0% 0%;
    -o-transform: rotate(-90deg);
    -o-transform-origin: 0% 0%;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: 0% 0%;
    transform: rotate(-90deg);
    transform-origin: 0% 0%;
    border-left: 1px solid #ffc20e;
    border-bottom: 1px solid #ffc20e;
    border-right: 1px solid #ffc20e;
}

#mobilerez {
    display: none;
    background: #961D1D;
    color: #FFF;
    font-size: 24px;
    font-family: "Playfair Display", serif;
    text-align: center;
    padding: 0 10px;
    line-height: 50px;
}*/


@media screen and (max-width: 1200px) {
  #bookonline {
     display: none !important;
}
}


#bookonline {
    position: fixed;
    left: 0;
    top: 70%;
    z-index: 99;
    display: inline-block;
}
#bookonline #togglerez {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: block;
    background: #961D1D;
    color: #FFF;
    font-size: 32px;
    font-family: "Playfair Display", serif;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin:0% 0%;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin:0% 0%;
    -o-transform: rotate(-90deg);
    -o-transform-origin:0% 0%;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin:0% 0%;
    transform: rotate(-90deg);
    transform-origin:0% 0%;
	border-left: 1px solid #ffc20e;
    border-bottom: 1px solid #ffc20e;
    border-right: 1px solid #ffc20e;
}
#bookonline #togglerez:hover{
    text-decoration: none;
    cursor: pointer;
    background: #282B28;
}
#bookonline #togglerez.active {
    text-decoration: none;
    cursor: pointer;
    background: #ffc20e;
	color: #282B28;
}
#bookonline #rez {
    position: absolute;
    top: -250px;
    left: 50px;
    height: 250px;
    width: 250px;
    padding: 10px;
    background: #282B28;
    color: #FFF;
    text-align: center;
    display: none;
	border-top: 1px solid #ffc20e;
    border-bottom: 1px solid #ffc20e;
    border-right: 1px solid #ffc20e;
}
#bookonline #rez #rscalendar .rs-sc-field {
    margin: 0 0 5px;
}
#bookonline #rez #rscalendar .rs-sc-field label {
    display: block;
    font-weight: normal;
}
#bookonline #rez #rscalendar .rs-sc-field label span {
    display: block;
    width: auto;
    font-size: 12px;
    font-weight: normal;
    color: #999;
    text-align: left;
    text-transform: uppercase;
}
#bookonline #rez #rscalendar .rs-sc-field label span.rs-calendar-icon {
    float: right;
    background: url(/wp-content/uploads/2019/06/calendar-icon.png) center center no-repeat;
    width: 34px;
    height: 34px;
    margin-left: 0;
    border: 1px solid #FFF;
    /*border-right: 0;*/
}
#bookonline #rez #rscalendar .rs-sc-field label span.rs-calendar-icon:hover{
	background: url(/wp-content/uploads/2019/06/calendar-icon.png) center center no-repeat #961D1D;
}
#bookonline #rez #rscalendar .rs-sc-field label input {
    height: 34px;
    border: 1px solid #FFF;
    width: 200px;
    width: calc(100% - 34px);
    padding: 0 5px;
    margin-left: 0;
    color: #FFF;
    background: #282B28;
    font-family: "Open Sans", sans-serif;
}
#bookonline #rez #rscalendar .rs-sc-field.rs-sc-nights-wrapper, #bookonline #rez #rscalendar .rs-sc-field.rs-sc-guest-wrapper {
    width: 48%;
    display: inline-block;
}
#bookonline #rez #rscalendar .rs-sc-field.rs-sc-nights-wrapper {
    margin-right: 4%;
}
#bookonline #rez #rscalendar .rs-sc-field label select {
    height: 34px;
    border: 1px solid #FFF;
    width: 100%;
    padding: 0 5px;
    margin-left: 0;
    color: #FFF;
    background: #282B28;
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
}
#bookonline #rez #rscalendar .rs-sc-field.rs-sc-button {
    margin-bottom: 0;
}
#bookonline #rez #rscalendar .rs-sc-field.rs-sc-button .ui-button {
    border-radius: 0;
    margin: 0;
    border: none;
    background: #961D1D;
    color: #FFF;
    font-size: 18px;
    font-family: "Playfair Display", serif;
    display: block;
    width: 100%;
}
#bookonline #rez #rscalendar .rs-sc-field .rs-sc-book-button {
    border-radius: 0;
    margin: 0;
    border: none;
    background: #961D1D;
    color: #FFF;
    font-size: 18px;
    font-family: "Playfair Display", serif;
    display: block;
    width: 100%;
    cursor: pointer;
}
#bookonline #rez #rscalendar .rs-sc-field .rs-sc-book-button:hover{
     background: #ffc20e   
}
#bookonline #rez #rscalendar .rs-sc-field.rs-sc-button .ui-button:hover {
    background: #ffc20e;
}

.datepick-popup {
    position: fixed!important;
}

.rs-min-stay {
	border: 1px solid #ffc20e!important;
	background: #ffc20e!important;
	color: #fff!important;
}

#mobilerez {
    display: none;
    background: #961D1D;
    color: #FFF;
    font-size: 24px;
    font-family: "Playfair Display", serif;
    text-align: center;
    padding: 0 10px;
    line-height: 50px;
    width: 100%;
}

#mobilerez:hover, #mobilerez:focus {
    background: #282B28;
    text-decoration: none;
}

@media (max-width: 1023px) {
#mobilerez {
    display: block;
}
}

.slideText {
	color: #fff;
    font-size: 44px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.54);
    padding: 6px 15px 10px 15px;
    display: inline-block;
}

.slideText:hover {
	background: rgba(0, 0, 0, 0.90);
}

.slideLink {
    background: rgba(0, 0, 0, 0.54);
    padding: 6px 15px 10px 15px;
    font-size: 24px;
    color: #fff;
    display: inline-block;
}

.slideLink:hover {
	background: rgba(0, 0, 0, 0.90);
	text-decoration: none !important;
}

.carousel-caption .lead {
	background: rgba(0, 0, 0, 0.54);
    padding: 6px 15px 10px 15px;
	display: inline-block;
	line-height: 25px;
}

.carousel-caption {
    position: absolute;
    right: 15%;
	bottom: 50%;
}

.d-none {
    display: block!important;
}

@media (max-width: 600px) {
	.slideText {
	font-size: 34px;
}
}

.kt-blocks-accordion-title {
    color: #24292e;
    font-weight: 600;
    font-family: "Playfair Display",serif !important;
}

.wp-block-table  table{
   border: 1px solid #eee;
   margin: 0;
}

.wp-block-table td{
  padding: 4px;
}

#RezunitCalendar .hasDatepick > div {
  max-width: 450px;
}

#RezunitCalendar .hasDatepick .ui-datepicker-group {
  max-width: 442px;
}

#RezBusinessCalendar .rs-sc-field label span {
    width: auto !important;
}


/***** Homepage Update *****/

.home .entry-header {
	display: none;
}

.home-cover-header {
	border-bottom: 1px solid #ffc20e;
}

.home-cover-header a {
	color: #fff;
	padding-bottom: 2px;
	margin-bottom: 15px;
	width: 100%;
	text-decoration: none !important;
	font-weight: bold;
    font-size: 24px;
}

.home-cover-link a{
	color: #ffc20e;
	text-decoration: none !important;
}

.home-cover-link a:hover {
	opacity: .8;
}

.home-cover-group .wp-block-cover__inner-container {
    position: absolute;
	bottom: 0;
	top: auto !important;
	padding: 10px;
}

.homeFull {
	background: #292b28;
	padding: 0 20px;
}

.homeLeftH2 {
	padding-left: 40px;
	margin-bottom: 10px;
}

.homeTopCol .wp-block-column {
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footerContainer {
     padding-top: 60px;
     padding-bottom: 60px;
}

ul.social {
    list-style-type: none;
    width: 172px;
    margin: 0 auto;
    padding: 0;
    float: left;
}

ul.social li {
     float: left;   
}

ul.social li a {
     font-size: 24px;
     padding: 0 10px;   
}

footer h4 {
     color: #fff;   
}

footer a {
     color: #ffc20e !important;   
}

footer .form-inline button {
     background: #961D1D; 
     color: #fff;
     border-radius: 0;
     margin-left: 5px;
}

footer .form-control {
    background-color: #282b28;
    border-radius: 0;
}

.footerMenu {
    list-style-type: none;
    padding: 0;
    text-align: center;
	display: inline-block;
	margin-bottom: 0;
}

@media (max-width: 600px) {
.footerMenu {
    width: 100%;
    display: block;
    width: 225px;
    margin: 0 auto;
}
}

.footerMenu li {
     float: left;   
}

.footerMenu li a {
     color: #fff !important;
     padding: 0 15px 0 0;
}

footer#colophon {
  font-size: 85%;
  text-align: center;
  font-size: 16px;
}
body:not(.theme-preset-active) footer#colophon {
  color: #ffffff;
  background-color: #282B28;
}

@media screen and (min-width: 769px) {
  footer#colophon {
  text-align: left;
}
}

footer .footerBar {
    background: #961D1D;
    color: #fff;
    font-size: 13px;
}

footer .footerBar a {
     color: #fff !important;   
}

.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

footer img {
     display: block;
     margin: 0 auto;
}

.footerForm {
     width:317px;
     margin: 0 auto;
}

footer .col-sm-12 {
     padding: 20px 10;   
}

@media screen and (min-width: 769px) {
  footer .col-sm-12 {
     padding:0;   
}
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sideBox {
    width: 100%;
    background: #fff;
    padding: 25px 35px 35px 35px;
}

.sideScroll {
    height: 1100px;
    overflow-x: hidden;
    max-width: 487px;
}

.sideBox a {
     color: #ffc20e;
     text-decoration: underline !important;
}

.sideBox a:hover {
     text-decoration: none !important;   
}

.sideComments {
     background: #ddbca4;
     padding: 0 20px;
     color: #282B28 !important;
    font-family: 'Marck Script', cursive;
    font-size: 26px;
    margin: 50px auto 0 auto;
    max-width: 500px;
}

aside #pt-cv-view-5179916za4 .pt-cv-mask, aside #pt-cv-view-274678e29t .pt-cv-mask, #pt-cv-view-6125b30dbg .pt-cv-mask{
    top: 83%!important;
    transform: translateY(-50%)!important;
    bottom: auto!important;
}

aside .pt-cv-title a{
     text-align: center;
     text-decoration: none !important;
    font-size: 24px;
}

aside .pt-cv-readmore {
    text-decoration: none !important;
}

aside .sideScrollHeader {
        color: #ffffff;
    margin-top: 0;
    font-weight: 300;
    font-size: 26px;
    text-transform: uppercase;
    padding: 10px 10px;
    margin-bottom: 0;
    background: #000;
    text-align: center;
}

aside .sideComments .pt-cv-scrollable {
     margin: 10px 0;   
}

aside .roomSideHeader {
 
    font-family: "Playfair Display", serif;
    color: #ffc20e;
    font-size: 21px;
    line-height: 43px;
    text-transform: uppercase;
    box-shadow: 3px 0 #ffc20e;
    background-color: #282B28 !important;
    padding: 10px 35px;
    margin-bottom: 20px;
    font-weight: 300;
  
}

aside .pt-cv-view .pt-cv-carousel-indicators li.active {
        background-color: #961D1D;
}

aside .rs-sc-book-button {
   border: 1px solid #282B28;
    background: #ffc20e;
    font-weight: normal; 
    color: #961D1D;
    cursor: pointer;
    padding:5px;
    width:100%;
    display: block;
}

aside .rs-sc-book-button:hover {
     background: #961D1D;
     color: #ffc20e;
}

aside .rs-sc-field label span {
     text-align: left;   
}

aside .rs-sc-selections-with-calendar-wrapper {
     margin-left: 0;   
}

aside #rscalendar {
    margin-left: 9%;   
}

aside .rs-sc-field {
    margin: 0px;
}

aside .rs-sc-inline-calendar-wrapper {
    margin-right: 3.5em;
}

aside .nav-link {
    padding: 2px 1rem;
}

aside .sideHero {
    height: 200px;
    position: relative;
    border: 4px solid #961d1d;
}

aside .sideHero:hover {
    border: 4px solid #ffc20e;
}

aside .sideHero .heroInner {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.32) 48%, rgba(0,0,0,0.81) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.32) 48%,rgba(0,0,0,0.81) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.32) 48%,rgba(0,0,0,0.81) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cf000000',GradientType=0 ); /* IE6-9 */
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 100px
}

aside .sideHeroTitle {
    font-size: 22px;
    color: #fff;
    padding-top: 40px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 900;
    border-bottom: 1px solid #ffc20e;
    font-family: "Playfair Display",serif !important;
    max-width: 70%;
    margin: 0 auto;
    display: block;
}

aside .roomHero {
    background: url('https://www.innatcooperstown.com/wp-content/uploads/2019/03/gallery14-900x600.jpg') center;
}

aside .packageHero {
    background: url('https://www.innatcooperstown.com/wp-content/uploads/2021/01/sidebar-packages-feature.jpg') center;
	background-position-y: -198px;
}

aside .attractionHero {
    background: url('https://www.innatcooperstown.com/wp-content/uploads/2019/03/gallery39-900x600.jpg') center;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

@media screen and (max-width: 1200px) {
  #content.site-content {
  padding-top: 1.125rem;
}
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/*** Side Tab ***/

.sideTab {
position: fixed;
    right: -47px;
    top: 50%;
    background: #961d1d;
    color: #fff;
    padding: 10px;
    display: block;
    text-align: center;
    z-index: 1000;
    margin: 0;
    font-size: 14px;
   -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}

.sideTab:hover {
   background: #282B28;
   color: #fff;
   text-decoration: none !important;
}

.sideTab:active {
   background: #2b1301;
   color: #fff;
   text-decoration: none !important;
}

.page-id-997 .sideTab {
display: none;
}

@media only screen and (max-width: 600px) {
  .sideTab {
position: fixed;
    right: -35px;
    font-size: 12px;
}
}