@media screen and (max-width: 768px) {
	a.menulistlink.toplevel {
		padding: 15px 14px;
		text-align: center;
	}
	#homepagelogo {
		width: 50%;
	}
	.sitestrap {
    padding: 0px 15%;
    text-transform: uppercase;
    font-size: 0.9em;
		color: #bd9e77;
  }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
	a.menulistlink.toplevel {
		padding: 15px 14px;
		text-align: center;
	}
	#homepagelogo {
		width: 40%;
	}
	.sitestrap {
    padding: 0px 15%;
    text-transform: uppercase;
    font-size: 0.9em;
		color: #bd9e77;
  }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
	a.menulistlink.toplevel {
		padding: 26px 19px;
	}
	#homepagelogo {
		width: 30%;
	}
	.sitestrap {
    padding: 0px 15%;
    text-transform: uppercase;
    font-size: 1.1em;
		color: #bd9e77;
  }
}

@media screen and (min-width: 1200px) {
	a.menulistlink.toplevel {
		padding: 26px 30px;
	}
	#homepagelogo {
		width: 25%;
	}
	.sitestrap {
    padding: 0px 15%;
    text-transform: uppercase;
    font-size: 1.1em;
		color: #bd9e77;
  }
}

body {

}

a {
	color: #a64405;
}

h1, h2 {
	color: black;
}

#wrapper.subpage h1 {
	font-size: 2em;
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 10px;
}

#wrapper.subpage h2 {
	font-size: 1.8em;
	font-weight: normal;
	padding-bottom: 20px;
	padding-top: 10px;
}

.firstarea h1, .firstarea h2 {
	color: white;
}

.legalarea h1, .legalarea h2, #contactcontainer h1, #contactcontainer h2 {
	color: #833460!important;
}

/* Site loader */

#loadingscreen {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 100000;
	background-color: white;
	text-align: center;
	padding-top: 30%;
}

#fplogo, #fptext {
	opacity: 0;
	margin-left: -15px;
	display: inline-block;
}

#fptext {
	width: 100%;
}

.cafemenus p {
	font-size: 0.8em;
	text-align: center;
}

.h4smaller {
	font-size: 0.6em;
}

.colorstar {
	font-weight: 800;
	color: #833460;
}

.colorv {
	font-weight: 800;
	color: #008000;
}

/* Site loader end */

#wrapper {
	font-family: 'Open Sans', sans-serif;
}

#wrapper.frontpage {
	background-color: #262626;
}

#wrapper.subpage.homepage {
	background-color: #1A1613;
	background-image: url(/easypress/images/orangebg.webp);
	background-position: center top;
	background-repeat: repeat-y;
}

#wrapper.subpage.defaultpage {
	background-color: #1A1613;
	background-image: url(/easypress/images/orangebg.webp);
	background-position: center top;
	background-repeat: repeat-y;
}

.mainslideshow {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index:0;
}

#banner {
	position: relative;
}

#banner > .container {
	background-image: url(/easypress/images/longbanner.webp);
	background-size: cover;
	background-position: top right;
	position: relative;
}

#bannerdefault > .container {
	background-color: black;
}

#logo {
	text-align: center;
	position: absolute;
	bottom: -27px;
	width: 100%;
	left: 0px;
	z-index: 100;
}

#homepagelogo {
    text-align: center;
    position: absolute;
    top:0px;
		height: 100%;
    left: 0px;
    z-index: 100;
		background-color: black;
}

#defaultpagelogo {
	text-align: center;
}

#homepagelogo .bannerlogo {
	width: 90%;
}

#defaultpagelogo .bannerlogo {
	height: 200px;
}

/* Menu setup */

#menu {
	position: relative;
	z-index: 0;
}

#menu > .container {
	background-color: rgba(21,20,18, 0.8);
}

.row.menu, .row.menumobile {
	display: none;
}

.row.menumobile {
	padding-top: 30px;
}

ul.toplevel.menulist {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.row.menu ul.secondlevel.menulist {
	display: none;
	position: absolute;
	left: 0px;
	top: 40px;
	background-color: white;
	z-index: 5000;
	list-style-type: none;
	padding: 5px;
	width: 100%;
}

.row.menumobile ul.secondlevel.menulist {
	display: none;
	background-color: white;
	list-style-type: none;
	padding: 5px;
	width: 100%;
}

.row.menu li.menulistelement.secondlevel {
	text-align: left;

}

a.menulistlink.secondlevel {
	padding: 10px 0px;
    color: black;
    display: block;
}

a.menulistlink.secondlevel:hover {
	background-color: #DDDDDD;
	text-decoration: none;
}

.row.menu li.menulistelement.toplevel {
	display: inline-block;
	position: relative;
	text-transform: capitalize;
	font-size: 0.8em;
}

.row.menumobile li.menulistelement.toplevel {
	display: block;
	font-size: 1.2em;
	text-transform: capitalize;
}

a.menulistlink.toplevel {
	display: block;
	color: white;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	transition: color .15s ease-in-out, background-color .15s ease-in-out;
}

#wrapper.subpage a.menulistlink.toplevel {
	background-color: none;
}

a.menulistlink.toplevel:hover {
	text-decoration: none;
	background-color: rgba(255,255,255,0.3);
	color: black;
}
#wrapper.subpage a.menulistlink.toplevel:hover {
	background-color: rgba(125,125,125,0.5);
}

a.menulistlink.toplevel.topnavselected {
	border-bottom: 1px solid white;
}

#wrapper.subpage a.menulistlink.toplevel.topnavselected {
	border-bottom: 0px;
	background-color: rgba(252, 144, 43, 0.7);
}

#menucontentinner {

}

.menucontent.desktop {
	text-align: center;
}

.burgermenu {
	padding: 10px 0px 10px 0px;
	text-align: center;

}

.burgermenu img {

}

/* End menu setup */

/* Banner setup */

/* End banner setup */

/* Mainarea setup */

.cinemascreen ul {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	list-style-type: none;
}

.cinemascreen ul li {
    padding: 5px 0px 5px 60px;
    background-image: url(/easypress/images/lotusbullet.webp);
    background-repeat: no-repeat;
    background-position: 10px 5px;
    background-size: 40px auto;
}

.cinemascreen ul li ul {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 30px 0px;
	list-style-type: circle;
}

.cinemascreen ul li ul li {
    padding: 5px 0px 5px 26px;
    background-image: none;
}

#logolink {
    text-align: center;
    display: block;
    position: absolute;
		top: 20%;
    width: 100%;
		background: rgb(0,0,0);
		background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,1) 30%, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 90%, rgba(0,0,0,0) 100%);
		color: #bd9e77;
}

#logolink img {
	width: 40%;
	padding-bottom: 30px;
}

#logolink:hover {
	text-decoration: none;
}

.sitestrap.smaller {
	font-size: 0.9em;
	padding-top: 20px;
}

.container.topcontent {
	background-color: rgba(21,20,18, 0.8);
	padding-bottom: 15px;
}

.cinemascreen {
	/*background-color: rgba(255,255,255,0.8);*/
	background-color: rgba(255, 245, 217, 0.8);
	border-radius: 20px;
	padding: 40px;
}

.firstarea {
	margin-top: 50px;
}

.fullwidthwhitearea {
	background-color: rgba(255,255,255,0.8);
	position: relative;
}

.contactarea {
	margin-top: 75px;
	background-color: rgba(255,255,255,0.8)!important;
}

.maintextbox {
	/*background-color: white;
	-webkit-box-shadow: 0px 0px 20px 6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 6px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 6px rgba(0,0,0,0.75);*/
	padding: 15px;
	color: white;
	font-weight: 300;
}

.maintextbox h1, .maintextbox h2 {
	font-weight: 300;
}

h1.maintextoverimage {
	padding: 50px 0px;
	font-size: 4em;
}

p.maintextoverimage {
	font-size: 1.2em;
	font-weight: 400;
}

a.holdingphone {
	color: #EEEEEE;
	font-size: 2em;
}

.whitesection {
	padding: 90px 0px;
	font-size: 1.2em;
	color: #111111;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

span.calltoaction {
    display: inline-block;
    padding: 2px 12px;
    margin: 0px 0px 0px 5px;
    background-color: #3D7727;
    border-radius: 50px;
    height: 20px;
    vertical-align: middle;
		-webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.75);
		box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.75);
}

span.calltoaction a {
    display: inline-block;
    font-size: 0.7em;
    color: white;
    text-decoration: none;
    vertical-align: top;
    margin: -3px 0px;
    padding: 0px;
		font-weight: 500;
}

ul.taglines {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	list-style-type: none;
}

ul.taglines li {
	display: inline-block;
	padding-right: 40px;
	color: #B08200;
}



/* End mainarea setup */

/* Footer setup */

#footer.frontpage {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #262626;
	position: relative;
	font-size: 0.8em;
	color: white;
}

#footer a {
	color: #B08200;
}

#legalstuff {
	text-align: center;
	font-size: 0.8em;
	width: 100%;
	color: white;
}

#legalstuff a {
	color: #dfd485;
}

#footer.subpage {
    position: fixed;
    width: 100%;
    bottom: 40px;
    left: 0px;
		font-size: 0.8em;
}

#blackfooterbox {
	background-color: #262626;
	margin-left: 20px;
	margin-right: 30%;
	padding: 8px 20px;
	color: white;
}

#blackfooterbox a {
	color: white;
}

#footeremail {
	padding: 12px 10px 12px 100px;
	background-image: url('/easypress/images/email-icon.svg');
	background-position: 20px center;
	background-repeat: no-repeat;
	background-size: auto 59px;
}

#footeraddress {
	padding: 12px 10px 12px 100px;
	background-image: url('/easypress/images/address-icon.svg');
	background-position: 20px center;
	background-repeat: no-repeat;
	background-size: auto 59px;
}

/* End footer setup */

/* Contact page setup */

#contactmap {
	border-top: 2px solid black;
}

.floatform {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
}

#contactcontainer {
	padding: 15px;
}

.contactslot {
	padding: 17px 0px 17px 48px;
	background-size: 30px;
	background-position: center left;
	background-repeat: no-repeat;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */

}

.contactslot.phone {
	background-image: url(/easypress/images/phone-icon.svg);
}

.contactslot.email {
	background-image: url(/easypress/images/email-icon.svg);
}

.contactslot.form {
	background-image: url(/easypress/images/form-icon.svg);
}

/* End contact page setup */

/* Additional styles */

a.calltoaction {
    display: inline-block;
    padding: 10px 26px;
    background-image: url(/easypress/images/orangebg.webp);
    border-radius: 3px;
    color: white;
}

/* Additional styles end */

/* Easypress default styles - edit at your own risk */

.map-responsive.letterbox {
	padding-bottom: 20%;
}

.map-responsive.square {
	padding-bottom: 100%;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1000;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 40%;
    position: relative;
    height: 0;
    width: 100%;
}

#backtotop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	cursor: pointer;
}

#slideshow {
	background-color: #000000;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

/* Easypress default styles end */

/* Template-specific styles */

#frontpagetagline {
    text-align: center;
    font-weight: 400;
    font-size: 1.4em;
    letter-spacing: 0.05em;
    padding: 20px;
}

#aboutusmenu div {
	margin-bottom: 20px;

}

#aboutusmenu div a {
	display: block;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: white;
	font-weight: 900;
	font-size: 2em;
	text-align: center;
	padding: 2em 10px;
}

#aboutusmenu div.gold a {
	background-image: url('/easypress/images/about-us-gold.webp');
}

#aboutusmenu div.blue a {
	background-image: url('/easypress/images/about-us-blue.webp');
}

#aboutusmenu div.red a {
	background-image: url('/easypress/images/about-us-red.webp');
}

#aboutusmenu div.green a {
	background-image: url('/easypress/images/about-us-green.webp');
}

.volunteerbox, .contactbox {
	margin: 0px 15px 30px 15px;
	padding: 15px;
	border-radius: 15px;
	background-color: #BF7128;
	text-align: center;
}

.contactbox a {

}
