/* Styles for simple popup block */
#block-thistlehallclosed {
	background-image: url(/themes/thistle/images/logo-for-popup.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 20px 0px 50px 0px;
  min-height: 200px;
  padding: 10px;
  display: none;
  text-align: center;
}


.spb-popup-main-wrapper {
  padding: 0;
  border: 3px solid;
}

.horizontal-menu > li > a{
  background-color: unset !important;
}


iframe{
  width: 400px;
  height: 300px;
  margin: auto;
  display: block;
}
 @media (min-width: 600px){
  iframe{
    width: 584px;
    height: 365px;
  }
 }
@media (min-width: 800px) {
  iframe{
    width: 784px;
    height: 500px;
  }
 }
@media (min-width: 1000px) {
  iframe{
    width: 984px;
    height: 600px;
  }
 }
 @media (min-width: 1200px) {
  iframe{
    width: 1184px;
    height: 800px;
  }
 }

.mailchimp-signup-subscribe-form .js-form-item {
float: none; 

}
.mailchimp-signup-subscribe-form label{
  display: inline-block;
  width: 166px;
}

.mailchimp-signup-subscribe-form .rc-anchor-normal {
width: 330px !important;
}

.mailchimp-signup-subscribe-form .rc-anchor-pt{
  display: none;
}


.path-contact div.messages--error{
	display: none;
}