/*
Theme Name: Carnival Marquees
Author: Worcester Web Studio
Author URI: https://www.worcesterwebstudio.com
Theme URI: https://www.worcesterwebstudio.com
Description: Bespoke design for Carnival Marquees
Version: 1.0.0
*/
/* General stuff */

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

html, body {
  overflow-x: hidden !important;
  font-family: museo-sans, sans-serif;
}

body {
  line-height: 1;
  word-wrap: break-word;
  font-size: 100%;
  overflow: hidden;
}

blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

button {
  outline: 0;
}

ol, ul {
  list-style-type: none;
}

q {
  display: inline;
  font-style: italic;
}
q:before {
  content: '"';
  font-style: normal;
}
q:after {
  content: '"';
  font-style: normal;
}

textarea, input[type=text], input[type=button], input[type=submit], input[type=reset], input[type=search], input[type=password] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

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

th, td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small, sup, sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd, tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del, strike, s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address, cite, var {
  font-style: italic;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 400 !important;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label a, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label a {
  font-weight: 700 !important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0 !important;
}

p, h1, h2, h3, h4, h5, h6, li, td, i, br, a, span {
  line-height: normal;
  font-family: 'Source Sans Pro', sans-serif;
}

a {
  text-decoration-skip-ink: auto;
  color: inherit;
}
a:hover, a:focus, a:active, a:visited {
  text-decoration: none;
  color: inherit;
}

h1 {
  font-size: 2.813em;
 font-weight: 700;
  line-height: 42px;
  text-align: center;
  padding-bottom: 15px;
  font-family: 'Shadows Into Light', cursive;
}

h2 {
  font-size: 1.563em;
  font-weight: 700;
  line-height: 36px;
  padding-bottom: 15px;
  font-family: 'Shadows Into Light', cursive;
}

h3 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 32px;
  padding-bottom: 15px;
  font-family: 'Shadows Into Light', cursive;
}

h4 {
  font-size: 1.4em;
  line-height: 28px;
  font-weight: 400;
  padding-bottom: 10px;
  font-family: 'Shadows Into Light', cursive;
}

h5 {
  font-size: 1.2em;
    color: #212529;
    font-weight: 500;
    line-height: 26.5px;
    margin-bottom: 10px;
}

h6 {
  font-size: 1.1em;
}

.entry-content p {
	font-size: 1em;
	line-height: 19px;
  padding-bottom: 10px;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

.fourteenForty {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.twelveHundred {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.tenEighty {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}

.nineSixty {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}

.fullWidth {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.imgHolder img {
  max-width: 100%;
  height: auto;
  display: block;
}

.wp-block-embed__wrapper iframe {
	max-width: 100%;
	height: 50vh;
	display: block;
}

section.entry-content img {
  max-width: 100%;
  height: auto;
  display: initial;
}

.slimPad {
  padding-left: 8px;
  padding-right: 8px;
}

.noPad {
  padding-left: 0;
  padding-right: 0;
}

.button {
  text-transform: uppercase;
  transition: 0.3s ease all;
}

.button a {
	margin: 15px auto;
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 25px;
  text-decoration: none;
  background-color: #ffffff;
  color: #007ac2;
  text-transform: uppercase;
  transition: 0.3s;
  max-width: 200px;
}

.button a:hover {
  background-color: #007ac2;
  color: #ffffff;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

/* End general */
/* HEADER */

header {
	background-color: #F8F8F8;
    position: sticky;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.logos {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.logoHolder {
	padding: 10px 0px;
	max-width: 220px;
	display: inline-block;
	vertical-align: middle;
}

.logoHolder img {
	display: inline-block;
}


.homepageTitle h1, .homepageTitle h3 {
	text-align: center;
}

.homepageTitle h3 {
	padding: 0px 0px 40px !important;
}
.menuHolder {
  padding: 15px 0px;
  top: 0;
  width: 100%;
  background-color: #F8F8F8;;
  color: #2f2f2f;
  z-index: 99999;
  text-align: right;
}

.menuHolder .logoContainer img {
  max-width: 100%;
  height: auto;
}

.menuHolder ul li {
  display: inline-block;
}

.menuHolder ul li a {
  color: #000000;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  padding: 10px 12px;
  font-size: 0.913em;
  vertical-align: middle;
  transition: 0.3s;
}

.menuHolder ul li a:hover {
  color: #007ac2
}

.menuHolder ul li:hover ul.sub-menu {
	display: block;
}

.menuHolder ul li:hover ul.sub-menu li {
	display: block;
}

.menuHolder ul li ul {
	display: none;
	position: absolute;
	z-index: 999;
	background-color: #F8F8F8;;
	color: #ffffff;
}

.menuHolder ul li ul a {
	white-space: nowrap;
	padding: 10px 25px;
	text-align: left;
	min-width: 300px;
}


.menuHolder nav {
  display: inline-block;
  margin-top: 20px;
}

.menuHolder span {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #B79157
}






/* END HEADER */
/* NAV */
/* Desktop menu */
/* Mobile Menu */
/* Mobile Menu */

.mm-panels {
   background: none;
}

.mm-listview .mm-next {
  background: #1b7dc3;
}

.mm-menu .mm-listview>li .mm-next:after, .mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: white;
}

.mobileMenu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  color: #fff;
  background-color: #1b7dc3;
  z-index: 99999;
  padding: 0;
  display: none;
}

.mobileMenu .navButton {
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.mm-listview>li, .mm-listview>li .mm-next, .mm-listview>li .mm-next:before, .mm-listview>li:after {
	border-color: #ffffff;
}

.mobileMenu .navButton i {
  font-size: 28px;
}

.mobileMenu .navButton a {
  color: #fff;
}

.mobileMenu .navButton a:hover {
  text-decoration: none;
}

.mobileMenu p {
  padding: 5px 0;
  font-size: 12px;
}

.mobileMenu svg {
	font-size: 28px;
}

.mm-menu {
  color: white !important;
  background: #1b7dc3!important;
}

.mm-listview li {
  font-size: 16px;
  padding-bottom: 0;
  background-color: #1b7dc3;
  height: 100%;
}

a.mm-title {
  display: none;
}

  .mm-panels>.mm-panel.mm-hasnavbar {
padding-top: 150px;
}

.mm-listview>li:not(.mm-divider):after, .mm-navbar {
  border-bottom: 0 !important;
}

#my-menu img {
  margin-top: 40px;
  margin-left: 15px;
}

#wpadminbar.mobile {
  display: none;
}

li.closeMenu {
    font-weight: 700;
    padding-top: 25px;
    font-style: italic;
}

li.closeMenu a {
    font-size: 14px;
}

/* END NAV */
/* BODY */
/* Homepage */

/* SLIDER */


.slick-slider {
	position: relative;
	overflow: hidden;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	z-index: 1;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	position: relative;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Dots */

.slick-dots {
	position: absolute;
	bottom: 1em;
	left: 1em;
	display: block;
	width: 50%;
	padding: 0;
	list-style: none;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer;
} 

.slick-dots li button {
	line-height: 1;
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}  

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
} 

.homepageSlider .slick-dots li button:before {
	font-size: 2em;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: 1;
	color: #FFFFFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.homepageSlider .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #FFFFFF;
}

/* Slideshow Styling */

.homepageSlider.slick-dotted.slick-slider {
	margin-top: 80px;
	margin-bottom: 0px;
}

.homepageSlider img {
	width: 100%;
	max-width: 100%;
	display: block;
	border-radius: 0px;
}

.homepageSlider img {
	width: 100%;
	height: 700px;
	max-width: 100vw;
	object-fit: cover;
}

.homepageSlider p {
	position: absolute;
	font-family: Open Sans, Arial, sans-serif;
	font-size: 16px;
	padding: 10px;
	color: #FFFFFF;
	background: rgba(0,0,0, 0);
	border-radius: 0px;
	opacity: 0;
	-webkit-transition: opacity 1.2s;
	transition: opacity 1.2s;
	word-wrap: normal;
}

.homepageSlider p {
	position: absolute;
    right: 2%;
    line-height: 1.2;
    text-align: center;
    max-width: 60%;
    width: 13%;
    bottom: 4%;
	font-family: Open Sans, Arial, sans-serif;
	font-size: 16px;
	padding: 10px;
	color: #FFFFFF;
	background: rgba(0,0,0, 0);
	border-radius: 0px;
	opacity: 0;
	-webkit-transition: opacity 1.2s;
	transition: opacity 1.2s;
	word-wrap: normal;
}

.homepageSlider .slick-active p {
	z-index: 3;
	opacity: 1;
}

/* Prev and Next Button Styling */
.homepageSlider .slick-next, .homepageSlider .slick-prev {
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	z-index: 4;
	margin: -25px 0 0 0;
	opacity: 0.6;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 0;
	line-height: 0;
	background: none;
	width: 50px;
	height: 50px;
	padding: 0;
}

.homepageSlider .slick-next:hover, .homepageSlider .slick-prev:hover {
	cursor: pointer;
	opacity: 1;
}

.homepageSlider .slick-next {
	right: 1rem;
}

.homepageSlider .slick-prev {
	left: 1rem;
}

.homepageSlider .slick-next:before, .homepageSlider .slick-prev:before {
	content: '';
	position: absolute;
	top: 50%;
	width: 35px;
	height: 35px;
	text-align: center;
	margin-top: -18px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
} 

.homepageSlider .slick-prev:before {
	-webkit-transform: rotate(-225deg) skew(-20deg,-20deg);
	-moz-transform: rotate(-225deg) skew(-20deg,-20deg);
	-ms-transform: rotate(-225deg) skew(-20deg,-20deg);
	transform: rotate(-225deg) skew(-20deg,-20deg);
	left: 50%;
	margin-left: -17px;
} 

.homepageSlider .slick-next:before {
	right: 50%;
	margin-right: -17px;
	-webkit-transform: rotate(-45deg) skew(-20deg,-20deg);
	-moz-transform: rotate(-45deg) skew(-20deg,-20deg);
	-ms-transform: rotate(-45deg) skew(-20deg,-20deg);
	transform: rotate(-45deg) skew(-20deg,-20deg);
} 

/* Subpage */

.subpageBanner {
	margin-top: 80px;
	padding: 140px 0px;
	text-align: center;
	background-position: center;
}

.subpageBanner h1, .missingTitle {
	padding: 0px auto 5px;
}

.subpageBanner p, .subpageBanner h1, .subpageBanner .button, .pageIntro {
	color: white;
}

.subpageBanner .button {
	padding: 20px 30px;
	transition: 0.3s ease all;
	border: 3px solid white;
	display: block;
	margin: 0 350px;
}

.subpageBanner .button:hover {
	background-color: white;
	color: #2f2f2f
}

.pageIntro {
	padding: 10px 10px 20px;
}

.pageIntro h1 {
	padding: 0;
}

.pageContent {
	padding: 25px 0;
	min-height: 400px;
}

.pageContent .wp-block-media-text {
	align-items: unset;
}

.wp-block-image img {
	max-width: 100%;
	height: auto;
}

.wp-block-media-text .wp-block-media-text__content {
	padding: 10px 1%;
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	padding: 15px 0 10px;
}

.entry-content li {
	padding-bottom: 8px;
	list-style-type: disc;
	font-size: 1em;
	margin-left: 20px;
}

.post-17 .pageContent {
	padding: 160px 0 0;
}

.entry-content ul li a {
	font-size: 1em;
    line-height: 19px;
    padding-bottom: 10px;
    transition: 0.3s;
}

.entry-content ul li a:hover {
	color: #959aa3;
}

.contactForm, .mapContainer, .contactDetails {
	margin: 25px auto;
}

.contactDetails p {
	text-align: center;
}

.contactTitle {
	padding-top: 100px;
}

.gform_body #input_1_1_3_container label {
	display: none;
}

.gform_body input, .gform_body textarea {
	background: linear-gradient(to bottom,#FFFFFF ,#D7D7D7 100%);
	border: 0;
}

.gform_footer {
	text-align: right;
}

.gform_footer input {
	padding: 12px 25px;
	border-radius: 10px;
	color: white;
	background-color: #1b7dc3;
	font-weight: 700;
	text-transform: uppercase;
	border: 0;
}

#serviceContent {
	padding: 40px 0px;
}

.serviceContainer {
  text-align: center;
  padding: 20px 10px;
}

.serviceContainer i:hover, .serviceContainer svg:hover {
	color: #000000;
}

.serviceContainer p {
  font-size: 0.875em
}

.serviceContainer i, .serviceContainer svg {
  font-size: 2.5em;
  color: #007ac2;
  padding-bottom: 10px;
  transition: 0.3s;
}


/* Sidebar */
/* END BODY */
/* FOOTER */


#contactBar {
  padding: 40px 0px;
  background-color: #007ac2;
  text-align: center;
  color: #ffffff
}

#contactBar p, #contactBar h1, #contactBar h2, #contactBar h3, #contactBar h4, #contactBar h5, #contactBar h6 {
  color: #ffffff;
}

#copyright {
  padding: 25px 0px;
  background-color: #ffffff;
}

#copyright p {
  font-size: 0.813em;
  line-height: 21px;
  padding-bottom: 5px;
}

#copyright a {
  color: #007ac2;
  transition: 0.3s;
}

#copyright a:hover {
  color: #000000;
}

#copyright i {
  font-size: 2em;
  padding: 0px 5px;
}

.gallery {
	margin: 15px auto 15px;
	text-align: center;
}

.gallery .thumbnail {
	display: inline-block;
    width: 16%;
    margin: 0 auto;
    border: 0;
}

.gallery .thumbnail img {
   padding: 2px;
   display: inline-block;
}
	
.gallery .thumbnail img:nth-of-type(3n+3) {
   margin-right: 0;
}

.slick-lightbox .slick-next {
	right: 20%;
}

.slick-lightbox .slick-prev {
	left: 20%;
	z-index: 999;
}

.slick-lightbox-close {
	right: 20%;
    top: 10%;
}

.slick-lightbox-close:before {
	font-size: 30px;
}

.slide:focus {
	border:none;
}

.menuMobile {
	display: none;
}

.wp-block-media-text>figure>img, .wp-block-media-text>figure>video {
	height: auto;
}

/* Scrolling Link */

.scrollingLink {
	margin: 0px auto 30px;
	text-align: center;
}

.scrollingLinkIcon {
	background-color: #007ac2;
	padding: 20px;
	max-width: 60px;
	transition: 0.3s;
	margin: 0 auto;
	text-align: center;
}

.scrollingLinkIcon i {
	color: #ffffff;
	transition: 0.3s;
}

.scrollingLinkIcon:hover {
	background-color: #ffffff;
}

.scrollingLinkIcon:hover  i{
	color: #007ac2;
}

.anchor {
  position: relative;
}

.anchor a {
  position: absolute;
  left: 0px;
  top: -120px;
}

/* END FOOTER */
/* Media Queries */

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

	.slick-lightbox .slick-next, .slick-lightbox-close {
		right: 2%;
	}

	.slick-lightbox .slick-prev {
		left: 2%;
	}

	.menuHolder ul li a {
		padding: 10px 5px;
		font-size: 0.81em;
	}

}

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

	.gallery .thumbnail {
		width: 30%;
	}

	.boatHolder {
		max-width: 159px;
	}

	.menuHolder ul li a {
		padding: 10px 5px;
		font-size: 0.81em;
	}

}

@media screen and (max-width: 1050px) {
	.menuHolder ul li a {
		padding: 10px 3px;
		font-size: 0.75em;
	}
}


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

	.right, .left {
		text-align: center;
	}

	h1 {
	  font-size: 1.5em;
	  font-weight: 400;
	  text-transform: uppercase;
	}

	h2 {
	  font-size: 1.15em;
	}

	h3 {
	  font-size: 1.188em;
	}

	h4 {
	  font-size: 1.15em;
	}

	h5 {
	  font-size: 1em;
	}

	h6 {
	  font-size: 0.938em;
	}

	.entry-content p {
		font-size: 0.9em;
	}

	.entry-content ul li a {
		font-size: 0.9em;
	}

 	nav ul li:hover > a {
    	border-bottom: 0;	
  	}

  	nav ul li.current-menu-item {
    	border: 0;
  	}

  	.mobileMenu {
  		display: block;
  	}

  	.menuDesktop{
  		display: none;
  	}

  	.menuHolder {
  		display: none;
  	}

  	.logos {
  		text-align: center;
  	}

  	.gallery {
  		margin-top: 0px;
  		padding-top: 0px;
  	}

  	.gallery .thumbnail {
  		width: 49%;
  	}

  	.logoHolder {
  		margin: 0 auto;
  		padding-top: 10px;
  		padding-bottom: 10px;
  	}

  	header {
  		position: relative;
  	}

  	.homepageSlider img {
		max-width: 100%;
		height: 600px;
		text-align: center;
		left: 0;
		right: 0;
	}    

  	.homepageSlider.slick-dotted.slick-slider {
  		margin-top: 0;
  		margin-bottom: 0;
  		width: 100%;
  		height: auto;
  	}

  	.menuDesktop {
  		display: none;
  	}

  	.subpageBanner {
  		margin-top: 0px;
  		padding: 80px 0px;
  	}

  	.pageContent {
  		text-align: center;
  	}

  	.homepageSlider p {
  		width: 35%;
  	}

  	.socialBox {
  		text-align: center;
  	}

  	.post-17 .pageContent {
  		padding-top: 20px;
  	}

  	.contactTitle {
  		padding-top: 10px;
  	}

  	.subpageBanner .button {
		margin: 0 250px;
	}

  	footer {
  		margin-bottom: 70px;
  	}

  	nav ul li:hover > a {
  	  border-bottom: 0;
  	}

  	.twitterBlock, .facebookBlock {
  		display: none !important;
  	}

  	/* Scrolling Link */

	.scrollingLink {
		margin: 0px auto 10px;
		text-align: center;
	}

	.scrollingLinkIcon {
		background-color: #007ac2;
		padding: 20px;
		max-width: 60px;
		transition: 0.3s;
		margin: 0 auto;
		text-align: center;
	}

	.anchor a {
	  position: absolute;
	  left: 0px;
	  top: -10px;
	}
}

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


	.boatHolder {
		max-width: 130px;
		margin-left: 20px;
	}

	.homepageSlider .slick-next:before, .homepageSlider .slick-prev:before {
		width: 25px;
		height: 25px;
		margin-top: -13px;
		border-right: 2px solid #FFFFFF;
		border-bottom: 2px solid #FFFFFF;
	} 

	.slick-dots {
		display: none !important;
	}

	.homepageSlider img {
		max-width: 100%;
		height: 180px;
		text-align: center;
		left: 0;
		right: 0;
	}     

	.homepageSlider p {
		font-size: 1.2em;
	}

	.gallery .thumbnail {
		width: 90%;
	}

	 .subpageBanner {
  		margin-top: 0px;
  		padding: 50px 0px;
  	}

  	.subpageBanner .button {
		margin: 0 40px;
	}
}

.blog main#content, .single main#content {
	margin-top: 80px;
}

.imgHolder img {
	max-width: 100%;
	height: auto;
}

.blog .imgHolder {
	padding: 25px 0;
}