body {
background-color: #000000;
font-family:Arial,helvetica;
padding: 0px 10px 10px 10px;
}

#page_container {
    width: 975px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #000000;
    padding-bottom: 0px;
    color: #fff;
	text-rendering: optimizeLegibility; 
}







/* New Header */

#header-container {
	overflow:hidden;
	width: 925px;
	height: 93px;
    margin: 11px auto 50px auto;
	height:93px;
}

#header-logo {
    width: 93px;
    height: 93px;
    float: left;
    margin-top: 0px;
	margin-right:30px;
    background: url(http://www.sadlerswells.com/themes/sadlerswells/static/images/sadlers-wells-logo-white.png) no-repeat 0 0;
    background: none, url(http://www.sadlerswells.com/themes/sadlerswells/static/images/sadlers-wells-logo-white.svg) no-repeat 0 0;
}
#header-navigation {
	text-align:left;
	overflow:hidden;
}
#header-nav-links {
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
}
#header-nav-links ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#header-nav-links li {
    display:inline-block;
	margin-right:20px;
	zoom: 1;
    *display: inline;
}
#header-nav-links li a, a:visited {
    color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
}
#header-nav-links li a:hover {
    color:#ffffff;
	text-decoration:underline;
}
#header-search-container {
	overflow:hidden;
}
#header-social {
	float:right;
	text-align:right;
	margin-top: 3px;
}

#header-social a, a:visited {
	color:#ffffff;
	margin-left:8px;
	opacity: 1.0;
	 transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#header-social a:hover {
	color:#ffffff;
	margin-left:8px;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.fa-2x {
    font-size: 1.6666em!important;
}

.fa-facebook-official {
font-size: 1.5555em!important;
}

#header-search {
	float:left;
	width:60%;
}





#header-search .input,
.submit {
    display: inline-block;
	*display:inline; zoom:1;
    padding: 5px 5px;
    font-size: 15px;
    border-radius: 0;
    -webkit-appearance: none;
}

#header-search .input {
    border: 1px solid lightgray;
	/* border-radius: 2px 0px 0px 2px; */
	background: #cecece;
}

#header-search .submit {
	background: #bdbdbd url(http://s3.sadlerswells.com.s3.amazonaws.com/scripts/search.png) no-repeat 4px;
    /**
     * If the input field has a border,
     * you need it here too to achieve equal heights.
     */
    border: 1px solid transparent;
	
	text-indent: -99em;
	text-transform: capitalize;
	width:30px;
	cursor:pointer;
	margin-left:-3px;
}

/**
 * Firefox Fix
 * Without that the submit button will be too high.
 */
#header-search .submit::-moz-focus-inner { 
    border: 0;
}









img.header-join { 
	margin-right:2px
}





	#footer-container {
    position: relative;
    display: block;
    width: 925px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
border-top: 1px solid #3f3f3f;
    padding-top: 20px;
    margin-top: 35px;
	margin-bottom: 25px;
}
#footer-links-container {
    border-bottom: 1px solid #3f3f3f;
    overflow: hidden;
}
#footer-contact-container {
    border-bottom: 1px solid #3f3f3f;
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 20px;
	color:#ffffff;
}
.footer-contact-block {
    float: left;
    list-style: none;
    text-align: left;
    width: 36.333%;
    margin: 0px;
    padding: 0px;
}
.fcb-right {
	width:27.333%;
}
.footer-block {
    float: left;
    list-style: none;
    text-align: left;
    width: 20%;
    height: 150px;
    margin: 0px;
    padding: 0px;
	color:#ffffff;
}
.footer-block h3 {
    font-size: 15px;
    margin-bottom: 0px;
    padding-bottom: 5px;
	color:#ffffff;
}
.footer-contact-block h3 {
    font-size: 12px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    font-weight: normal;
	font-family:Arial,helvetica;
}
.footer-contact-block p {
    font-size: 15px;
    font-weight: bold;
    margin-top: 0px;
    padding-top: 0px;
line-height:normal;
}
.footer-contact-block span {
    font-weight: normal;
    font-size: 12px;
}
.footer-block ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer-block li {
    font-size: 12px;
    padding: 2px 2px 0px 0px;
}
.footer-block li a,
a:visited {
    text-decoration: none;
    color: #ffffff;
	font-weight:normal
}
.footer-block li a:hover {
    text-decoration: none;
    color: #EF361C;
}
.footer-line {
    width: 100%;
    height: 1px;
    background-color: #3f3f3f;
}
.ace-footer-img {
   background: url(http://s3.sadlerswells.com.s3.amazonaws.com/scripts/ace_logo_white.png) no-repeat 0 0;
    background: none, url(http://s3.sadlerswells.com.s3.amazonaws.com/scripts/ace_logo_white.svg) no-repeat 0 0;
	width: 260px;
    height: 71px;
}
p.join-mailing-text {
    margin-top: 10px;
    font-weight: normal;
    font-size: 12px;
    padding: 0px;
    margin: 3px 0px;
}


.join-mailing-list {
    float: left;
    padding-top: 2px;
}

a.join-mailing-link {
float:left;
margin: 0px 4px 0 0;
}

a.join-mailing-link, a:visited.join-mailing-link {
	color: #cdcdcd;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    background-color: #3d3d3d;
    border-radius: 3px;
    padding: 4px 6px;
	height:17px;
	transition: background-color 0.3s ease;
}

a:hover.join-mailing-link {
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	background-color: #7b7b7b;
}


#footer-copyright p {
font-size: 12px;
font-weight: bold;
color:#ffffff;
margin-top: 25px;
}

#footer-copyright p.footer-reg-c {
font-weight:normal;
margin-top:10px;
}

i.fa.fa-envelope.footer-envelope {
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}

ul.blocksnavlinks {
    margin-bottom: 18px;
}

.blocksnavlinks li {
    display: inline-block;
    margin-left: 0px;
    color: #7a7a7a;
}


.blocksnavlinks li a {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}


.blocksnavlinks li a:hover {
    text-decoration: none;
    color: #EF361C;
}


/* Menu */

.trigger {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 7px;
    right: 0px;
    z-index: 3;
    cursor: pointer;
    transition: top .1s ease-in-out;
}
.trigger span {
    display: block;
    width: 30px;
    height: 5px;
    background: #F1F1F1;
    margin: 0 0 5px 0;
    transition: all .2s ease-in-out;
    position: absolute;
}
.trigger span:first-child {
    top: 0;
    left: 0;
}
.trigger span:nth-child(2) {
    top: 10px;
    left: 0;
}
.trigger span:last-child {
    top: 20px;
    left: 0;
}
.trigger.on {
    top: 17px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.trigger.on span:first-child {
    transform: rotate(45deg);
}
.trigger.on span:nth-child(2) {
    transform: rotate(-45deg);
    top: 0;
}
.trigger.on span:last-child {
    transform: rotate(45deg);
    top: 0;
}

#header-res-link {
	display:none;
}


/* End Menu */








/* White Page */


	
body.theme-white{
	background-color: #ffffff;
}
body.theme-white #page_container {
	background-color: #ffffff;
	color:#000000;
}
body.theme-white #header-container {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #cfcfcf;
}

body.theme-white #header-social a, a:visited {
	color:#000000;
}


body.theme-white #footer-contact-container {
	color:#000000;
}

body.theme-white .footer-block li a, a:visited {
    color: #000000;
}
body.theme-white #footer-copyright p {
	color:#000000;
}
body.theme-white #header-nav-links li a, a:visited {
    color: #000000;
}
body.theme-white #header-nav-links li a, a:visited {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}
body.theme-white .footer-block li a, a:visited {
    text-decoration: none;
    color: #000000;
    font-weight: normal;
}
body.theme-white .footer-block li a:hover {
    text-decoration: none;
    color: #EF361C;
    font-weight: normal;
}
body.theme-white #header-nav-links li a:hover {
    color: #000000;
    text-decoration: underline;
}
body.theme-white #header-logo {
    width: 93px;
    height: 93px;
    float: left;
    margin-top: 0px;
	margin-right:30px;
    background: url(http://www.sadlerswells.com/themes/sadlerswells/static/images/sadlers-wells-logo-dark.png) no-repeat 0 0;
    background: none, url(http://www.sadlerswells.com/themes/sadlerswells/static/images/sadlers-wells-logo-dark.svg) no-repeat 0 0;
}
body.theme-white .trigger span {
  	display: block;
  	width: 30px;
  	height: 5px;
  	background: #000000;
  	margin: 0 0 5px 0;
  	transition: all .2s ease-in-out;
  	position: absolute;
}
body.theme-white .on span {
  	display: block;
  	width: 30px;
  	height: 5px;
  	background: #ffffff;
  	margin: 0 0 5px 0;
  	transition: all .2s ease-in-out;
  	position: absolute;
}
/* body.theme-white .join-mailing {
padding-right: 5px;
    background: url(http://s3.sadlerswells.com.s3.amazonaws.com/scripts/email-black.png) no-repeat;
    background: none, url(http://s3.sadlerswells.com.s3.amazonaws.com/scripts/email-black.svg) no-repeat;
    width: 23px;
    height: 23px;
    float: left;
} */
body.theme-white .ace-footer-img {
   	background: url(http://s3.sadlerswells.com.s3.amazonaws.com/scripts/ace_logo_black.png) no-repeat 0 0;
    background: none, url(http://s3.sadlerswells.com.s3.amazonaws.com/scripts/ace_logo_black.svg) no-repeat 0 0;
	width: 260px;
    height: 70px;
}

body.theme-white .footer-block h3 {
	color:#000000;
}

/* body.theme-white #header-social a {
	color:#000000;
} 

body.theme-white .footer-contact-block a {
	color:#000000;
} */




/* demo css */

#whiteblack {
width:200px;
margin:0 auto;
}

#whiteblack li {
display:inline-block;
background: #009688;
    padding: 20px;
    border-radius: 18px;
}

#whiteblack li a {
color:#ffffff;
}

/* demo css */


.header-login {
	color:#ffffff;
    width: 26px;
    height: 24px;
    position: absolute;
    top: 8px;
    right: 45px;
}

.header-basket {
	color:#ffffff;
    width: 26px;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 82px;
}


@media screen and (max-width: 464px) {

#page_container {
    width: 100%;
    background-color: #000000;
    padding-bottom: 50px;
}

#header-container {
    overflow: hidden;
    width: 100%;
    height: 93px;
}


input#Search {
    margin-right: 0px;
    width: 80%;
}


#header-search {
    float: right;
text-align:right;
wisth:100%;
}

#header-social {
display:none;
}

#footer-container {
width:100%;
}

#header-logo {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    background-size: 80px 80px;
}

.header-signup img {
    width: 70px;
    margin-right: 114px;
    margin-top: 8px;
}

.header-login {
    width: 26px;
    height: 24px;
    position: absolute;
    top: 8px;
    right: 45px;
}

.header-basket {
    width: 26px;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 82px;
}

.fa-Bx {
font-size:2em!important;
}

.fa-Mx {
font-size:1.555555em!important;
}




.footer-block {
width:50%;
height: 135px;
}

#footer-links-container {
padding-bottom:30px;
}

.footer-contact-block {
width:100%;
text-align: left;
}

.fcb-right {
	width:100%;
}

.ace-footer-img {
margin-bottom:10px;
}

#footer-contact-container div:nth-child(2) {
height: 153px;
}



#header-nav-links {
display:none;
}

#header-res-link {
display:block;
position: relative;
height: 45px;
text-align:right;
}



#header-nav-links {
  background-color:#58707B; /* 333 */
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 2;
  margin-top:0px;
}
#header-nav-links ul {
  list-style-type: none;
  padding: 0;
  left: 0;
  width: 250px;
  text-align: left;
  position: absolute;
  top:30px;
  left:30px;
}
#header-nav-links ul li {
  font-family: 'Montserrat', sans-serif;
  font-weight:bold;
  color: white;
  font-size: 24px;
  padding: 1px 0;
display:block;
}

#header-nav-links ul li a {
  font-family: 'Montserrat', sans-serif;
  font-weight:bold;
  color: white;
  font-size: 24px;
  padding: 1px 0;
  text-decoration:none;
}



/* White theme */


body.theme-white #header-logo {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    background-size: 80px 80px;
}

body.theme-white .header-login {
	color:#000000;
    width: 26px;
    height: 24px;
    position: absolute;
    top: 8px;
    right: 45px;
}

body.theme-white .header-basket {
	color:#000000;
    width: 26px;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 82px;
}

body.theme-white #header-nav-links li a, a:visited {
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
}

body.theme-white div#header-nav-links a, a:visited {
    color: #ffffff;
}

body.theme-white .footer-block li a, a:visited {
    text-decoration: none;
    color: #000000;
    font-weight: normal;
}

}


@media screen and (min-width: 465px) {
#header-nav-links {
display:block!important;
}
}





iframe {
border:0px none transparent !important;
}