/*
 Theme Name:   Dreamland Twenty Sixteen Child
 Theme URI:    http://example.com/twenty-sixteen-child/
 Description:  Twenty Sixteen Child Theme
 Author:       PRMG
 Author URI:   http://example.com
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-sixteen-child
*/

/* TEMPLATE */
body {
	background-color: #ffffff;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {
	height: 0 !important;
}
#page {
	background-color: #00497d;
	margin: 0;
}
.site-main {
	margin-bottom: 0;
}
.site-inner {
	max-width: none;
}
.site-content {
	word-wrap: normal;
}
#contentWrapper {
}
#content {
	width: 100%;
	padding: 2%;
	margin: 0 auto;
	background-color: #ffffff;
}
.no-sidebar .entry-content, .no-sidebar .entry-header {
	margin: 0;
}
.site-info {
	margin: 0;
}


/* DEFAULT WEBSITE LINKS */
/* Sets the style for unvisited links. */
a,  a:link, a:visited, a:focus {
  color: #014e81; text-decoration: underline; box-shadow: none;
}
/* Sets the style for links on mouseover. */
a:hover, a:active {
  color: #014e81; text-decoration: none; box-shadow: none;
}


/* TEXT STYLES */
body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	color: #000000;
}
.inline-block-text {
	display: inline-block;
}
h1, h2, h3, h4, h5, h6 {
	hyphens: none !important;
	clear: none;
}
#content p {
	color: #000000;
	margin: 0;
	padding: 0 0 .7em 0;
}
.widget-area p {
	margin: 0;
	padding: .7em .3em;
}
.sub-title {
	font-size: 2em;
	color: #004e81;
	text-align: center;
	font-weight: normal !important;
	margin: 0 !important;
	padding: 0;
	hyphens: none !important;
}
.all-caps {
	text-transform: uppercase;
}
.blue {
	color: #004e81;
}
.gray {
	color: #69696a;
}
.red {
	color: #cb141a !important;
}
.smaller {
	font-size: .9em !important;
}
.smaller-2 {
	font-size: .7em !important;
	line-height: 1.2em !important;
}
.centered {
	text-align: center !important;
}
table {
	border: none;
	margin: 0;
}
td {
	padding: 0;
	border: none;
}
.entry-content ul, .entry-content ol {
	padding-left: 30px;
	font-size: 1.1em;
}
.button {
	background-color: #03497a !important;
	color: #ffffff;
	padding: 10px 20px;
	margin-top: 15px;
	font-size: .9em;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border: none;
	text-align: center !important;
	border-radius: 25px;
}
/* Sets the style for unvisited links. */
.button a,  .button a:link, .button a:visited, .button a:focus {
  color: #ffffff; text-decoration: none;
}
/* Sets the style for links on mouseover. */
.button a:hover, .button a:active {
  color: #ffffff; text-decoration: none;
}
/* Sets the style for unvisited links. */
a.button, a.button:link, a.button:visited, a.button:focus {
  color: #ffffff; text-decoration: none;
}
/* Sets the style for links on mouseover. */
a.button:hover, a.button:active {
  color: #ffffff; text-decoration: none;
}


/* PAGE */
#page .entry-title, #page h1, #page h2 {
	font-family: 'Playfair Display', serif;
	font-size: 2em;
	line-height: 1.3em;
	color: #004e81;
	margin: 0;
	padding: 0 0 .7em 0;
	hyphens: none !important;
}
#page .entry-content h3 {
	margin: 0;
	padding: 0 0 .7em 0 !important;
}
#page .entry-content h4 {
	margin: 0;
	padding: 0 0 .2em 0 !important;
	text-transform: none;
	letter-spacing: normal;
	font-size: 1.4em;
}
#page .entry-title, #page h1 {
	padding: 0 2% .7em 2%;
	font-size: 1.7em;
	text-align: center;
}
#page h2 {
	font-size: 1.3em;
	line-height: 1.3em;
}
#page article, #page .text-content {
	max-width: 1000px;
	margin: 0 auto;
}
.parent-pageid-16 #page article {
	max-width: 1100px;
}
#page article {
	padding: 2% 2% 4% 2%;
}
.page .entry-content, .page .text-content-inner {
	padding: 0 2%;
}
#page .entry-content p {
	font-size: 1.2em;
	line-height: 1.5em;
	font-family: 'Roboto', Arial, Helvetica, sans-serif
}
#page .entry-content img {
	display: inline-block;
}


/* TOP BANNER */
#top_banner {
	width: 100%;
	background-color: #03497a;
}
#top_banner-inner {
	width: 100%;
	padding: 0;
	text-align: center;
}
#top_banner-inner p {
	padding: 0;
}
#top_banner-inner a img {
    display: inline-block;
}
@media (max-width: 909px) {
    #top_banner {
        display: none;
    }
}


/* HEADER */
.site-header {
	padding: 0;
	background-color: #001a42;
}
.site-header-main {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.site-branding {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: visible;
	position: relative;
}
.site-header-logo {
	position: absolute;
	width: 100%;
	max-width: 400px;
	top: 85px;
	left: 50%;
	margin-left: -200px;
	z-index: 999;
}
@media (max-width: 909px) {
	.site-header-logo {
		top: 40px;
		max-width: 326px;
		margin-left: -163px;
	}
}
@media (max-width: 550px) {
	.site-header-logo {
		max-width: 240px;
		margin-left: -120px;
	}
}
.mobile-contact-menu {
	float: right;
	margin: 0;
	font-size: .8em;
	font-weight: bold;
	color: #ffffff;
	padding-top: .26em;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.mobile-contact-menu .su-spoiler-content {
	position: relative;
	z-index: 9999;
	background-color: #001a42;
}
.mobile-contact-menu .su-spoiler-style-default > .su-spoiler-content {
	padding: .5em !important;
}
.mobile-contact-menu .su-spoiler-icon {
	display: none;
}
.header-social-media-buttons {
	float: right;
	margin: 0;
	font-size: .8em;
	font-weight: bold;
	color: #ffffff;
	padding-top: .26em;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
/* Sets the style for unvisited links. */
.header-social-media-buttons a,  .header-social-media-buttons a:link, .header-social-media-buttons a:visited, .header-social-media-buttons a:focus, .mobile-contact-menu a,  .mobile-contact-menu a:link, .mobile-contact-menu a:visited, .mobile-contact-menu a:focus {
  color: #ffffff; text-decoration: none; box-shadow: none;
}
/* Sets the style for links on mouseover. */
.header-social-media-buttons a:hover, .header-social-media-buttons a:active, .mobile-contact-menu a:hover, .mobile-contact-menu a:active {
  color: #eeeeee; text-decoration: none; box-shadow: none;
}
.header-social-media-buttons img {
	vertical-align: middle;
}
@media (min-width: 910px) {
	.header-social-media-buttons, .mobile-contact-menu {
		display: none;
	}
}
@media (max-width: 909px) {
	.header-social-media-buttons, .mobile-contact-menu {
		display: inline-block !important;
	}
}


/* TOP NAVIGATION BAR */
.site-header-menu-wrapper {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background-color: #001a42;
}
.site-header-menu {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1150px;
	background-color: #001a42;
}
@media (max-width: 680px) {
	.site-header-menu {
		width: 100%;
		float: none;
		padding: 0 0 0 1px;
	}
}
#site-navigation {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	padding: 10px;
}
.main-navigation {
	text-transform: uppercase;
	font-size: .92em;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.main-navigation a {
	color: #ffffff;
	text-decoration: none;
}
@media (min-width: 910px) {
	.main-navigation a {
		padding: 0.5em 0.575em;
	}
	.main-navigation ul li ul a {
		padding: 0.65625em 0.575em;
	}
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #99b8cd !important;
	text-decoration: none;
}
.main-navigation ul.sub-menu a {
	color: #ffffff;
	background-color: #001a42;
}
.main-navigation ul, .main-navigation li {
	border-color: #001a42 !important;
}
.main-navigation .menu-item-has-children > a::after {
	top: 0.3125em;
}
@media (max-width: 1025px) {
	/*.main-navigation .menu-item-has-children > a::after {
		top: 0.3125em;
	}
	.main-navigation {
		font-size: .725em;
	}*/
}
.main-navigation ul ul li {
	border-color: #6d4932;
}
.menu-toggle {
	background-color: #001a42;
    border-color: #001a42;
    color: #ffffff;
	margin: 2px 0 2px 10px;
}
.menu-toggle:hover,
.menu-toggle:focus {	
	background-color: #99b8cd;
    border-color: #99b8cd;
    color: #ffffff;
}
.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus {
    background-color: #99b8cd;
    border-color: #99b8cd;
    color: #ffffff;
}
.dropdown-toggle {
	color: #ffffff;
}
.dropdown-toggle: focus, .dropdown-toggle: hover {
	color: #99b8cd !important;
}


/* SLIDESHOW */
#slideshow {
	width: 100%;
	margin: 0;
}
#slideshow-inner {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#slideshow-inner video {
	margin: 0 auto;
}
#slideshow img {
	width: 100%;
}
#slideshow p {
	padding: 0;
}


/* PHOTO BOXES */
#photo_boxes {
	width: 100%;
	background-color: #e2e7e9;
}
#photo_boxes-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: .5em;
	text-align: center;
	font-weight: bold;
}
.photo-box {
	width: 16%;
	vertical-align: top;
	display: inline-block;
	padding: 0;
	font-size: .9em;
	line-height: 1.1em;
}
.photo-box img {
	border: solid 1px #03497a;
	margin-bottom: .3em;
}
.photo-box a img {
	display: inline-block;
}
/* Sets the style for unvisited links. */
.photo-box a, .photo-box a:link, .photo-box a:visited, .photo-box a:focus {
  color: #001a42; text-decoration: none; box-shadow: none;
}
/* Sets the style for links on mouseover. */
.photo-box a:hover, .photo-box a:active {
  color: #eb2328; text-decoration: none; box-shadow: none;
}
@media (max-width: 880px) {
	.photo-box {
		font-size: .8em;
		line-height: 1em;
	}
}
@media (max-width: 475px) {
	.photo-box {
		font-weight: normal;
		font-size: .7em;
		width: 15%;
	}
}


/* BOXES */
.box-25 {
	width: 25%;
	padding: 1%;
	margin: 0;
	float: left;
	text-align: center;
}
.box-25 p {
	text-align: center;
	color: #3a3a3a;
	font-size: .9em;
	line-height: 1.3em;
	padding-top: 0;
}
.box-25 h3 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	color: #0c4f7f;
	text-align: center;
	margin: 0;
	padding: .7em 0 0 0;
	hyphens: none !important;
}
@media (max-width: 600px) {
	.box-25 {
		float: none;
		width: 100%;
	}
}


/* SECTION 50% */
.content-full {
	width: 100%;
	padding: 0 2%;
}
.content-half {
	width: 50%;
	padding: 0 2%;
	float: left;
}
@media (max-width: 600px) {
	.content-half {
		float: none;
		width: 100%;
		padding: 0;
	}
	.content-full {
		padding: 0;
	}
}
.section-margin-bottom {
	padding-bottom: 20px;
}
.section-outline {
	border: 1px solid #eeeeee;
	border-bottom: none;
}

/* SECTION 33% */
.content-third {
	width: 33.3%;
	padding: 0 2%;
	float: left;
}
@media (max-width: 600px) {
	.content-third {
		float: none;
		width: 100%;
		padding: 0;
	}
}


/* VIDEO */
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/* STICKY POPUP */
.sticky-popup .popup-header {
    background-color: #ac001b !important;
	border: 1px solid #ac001b !important;
}
.sticky-popup .popup-title {
	font-size: 22px;
}
@media (max-width: 725px) {
	/* hide popup for mobile */
	.sticky-popup {
		display: none;
	}
}


/* HOME PAGE */
.home #content, .page-id-16 #content {
	/*padding: 2% 0 0 0;*/
	padding: 0;
}
.home #page article, .page-id-16 #page article {
	max-width: none;
	padding: 0;
}
.home .page .entry-content, .page-id-16 .page .entry-content {
	padding: 0;
}
.home #page .entry-title, .home #page h1 {
	text-align: center;
}
.home #page h1 {
	padding-top: 2em;
}
.home #page .entry-content p {
	text-align: center;
	/*max-width: 600px;*/
	margin: 0 auto;
}
#home-page-upcoming-events {
	width: 100%;
	background: #001a42 url(images/bg-upcoming-events.jpg) no-repeat top center;
	background-size: cover;
	/*margin-top: 2em;*/
	border-top: solid 6px #03497a;
}
#home-page-upcoming-events-inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 2em;
	text-align: center;
}
.event-box {
	/*background: #ffffff url(images/event-box-side.gif) no-repeat top left;*/
	background: #ffffff url(images/bg-side.gif) repeat-y top left;
	width: 45%;
	padding: 1em 1em 0 3.5em;
	margin: 1em;
	display: inline-block;
	vertical-align: top;
	border-radius: 25px;
	min-height: 224px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
#page .event-box h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: center;
	color: #eb2328;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	padding-bottom: .3em;
}
#new-rides-for-the-year {
	width: 100%;
	background-color: #e2e7e9;
}
#new-rides-for-the-year-inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 2em;
	text-align: center;
}
.table-carnival {
	margin-bottom: .5em;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.3em;
}
.table-carnival td {
	text-align: center;
}
.table-carnival td.address {
	font-size: .8em;
}
td.date {
	font-weight: bold;
}
#page .entry-content td.open-close p {
	font-size: .9em;
	padding: .7em 0;
}
@media (max-width: 600px) {
	#home-page-upcoming-events {
		background-size: auto;
	}
}
@media (max-width: 830px) {
	#home-page-upcoming-events-inner {
		padding: 2em .5em;
	}
	.event-box {
		width: 100%;
		margin: 1em 0;
	}
}


/* RIDES PAGE */
.page-id-19 #page .entry-title {
	font-size: 1.2em;
	text-align: center;
}
.page-id-19 #page h2 {
	font-size: 2em;
}


/* RENTAL PAGE */
.page-id-24 .entry-title {
	text-align: center;
}


/* LANDING PAGE (CARNIVAL RIDE RENTALS) */
.page-id-3163 #page article, .page-id-3163 #content, .page-id-3163 .entry-content, .parent-pageid-3163 #page article, .parent-pageid-3163 #content, .parent-pageid-3163 .entry-content {
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	max-width: none;
}
.parent-pageid-3163 #content {
	background-color: #cfdce5;
}
.page-id-3163 .site-header-menu-wrapper, .page-id-3163 .site-header-menu, .page-id-3163 .main-navigation ul.sub-menu a, .parent-pageid-3163 .site-header-menu-wrapper, .parent-pageid-3163 .site-header-menu, .parent-pageid-3163 .main-navigation ul.sub-menu a {
	background-color: #011a42;
	border-bottom: none;
}
.page-id-3163 #page .entry-title, .parent-pageid-3163 #page .entry-title {
	text-align: center;
	font-family: 'Playfair Display', serif;
	text-transform: none;
	font-size: 1.7em;
}
.page-id-3163 #page .entry-content p, .parent-pageid-3163 #page .entry-content p {
	text-align: center;
	font-size: 1.3em;
}
.bg-blue-carnival-silhouette {
	background: #cfdce5 url(images/bg-landing-page.jpg) no-repeat center bottom;
	background-size: contain;
	padding: 2em 1em 9em 1em;
	text-align: center;
}
.ride-info-box-wrapper, .ride-info-text-wrapper {
	max-width: 1200px;
	margin: 0 auto;
}
.ride-info-box-wrapper {
	padding: 1em 0;
}
.ride-info-text-wrapper {
	padding: 0 1em;
}
#page .ride-info-text {
	padding-bottom: 1em;
	max-width: 1075px;
	margin: 0 auto;
}
#page .ride-info-text p {
	text-align: left !important;
}
.ride-info-box {
	width: 33%;
	max-width: 350px;
	display: inline-block;
	vertical-align: top;
	padding: 0 1em 2em 1em;
}
.ride-info-box-half {
	width: 49%;
	max-width: 550px;
	display: inline-block;
	vertical-align: top;
	padding: 0 1em 2em 1em;
}
#page .ride-info-box-half h2 {
	text-align: center;
}
#page .bg-blue-carnival-silhouette h2 {
	font-family: 'Playfair Display', serif;
	padding-bottom: 0;
}
#page .bg-blue-carnival-silhouette p {
	font-size: 1.1em;
}
/* Sets the style for unvisited links. */
.bg-blue-carnival-silhouette a,  .bg-blue-carnival-silhouette a:link, .bg-blue-carnival-silhouette a:visited, .bg-blue-carnival-silhouette a:focus {
  color: #cc0c21; text-decoration: none; box-shadow: none;
}
/* Sets the style for links on mouseover. */
.bg-blue-carnival-silhouette a:hover, .bg-blue-carnival-silhouette a:active {
  color: #cc0c21; text-decoration: underline; box-shadow: none;
}
@media (max-width: 850px) {
	.ride-info-box {
		width: 49%;
	}
}
@media (max-width: 475px) {
	.ride-info-box, .ride-info-box-half {
		width: 99%;
	}
}


/* NEWS PAGE */
.blog #content {
	padding-bottom: 10%;
}
.single-post #content {
	padding-bottom: 5%;
}
.blog article.post, .archive article.post, .category article.post {
	border-bottom: solid 1px #eeeeee;
}
article.post h2.entry-title {
	font-size: 1.5em !important;
}
article.post .entry-content p {
	padding: 0.7em 2% 0.4em !important;
}
.blog article.post .entry-content, .archive article.post .entry-content, .category article.post .entry-content  {
	margin-left: 20% !important;
	width: 60% !important;
}
.blog article.post .entry-footer, .archive article.post .entry-footer, .category article.post .entry-footer {
	margin-left: 2% !important;
}
.blog .wp-post-image, .archive .wp-post-image, .category .wp-post-image {
	max-width: 150px !important;
	float: left;
	padding: 0 2%;
}
.blog .post-thumbnail, .archive .post-thumbnail, .category .post-thumbnail {
	margin: 0 !important;
}
@media (max-width: 984px) {
	.blog article.post .entry-content, .archive article.post .entry-content, .category article.post .entry-content {
		margin-left: 10% !important;
		width: 85% !important;
	}
}
@media (max-width: 984px) {
	.blog article.post .entry-footer, .archive article.post .entry-footer, .category article.post .entry-footer {
		margin: 0 2% 2% 2% !important;
	}
}
@media (max-width: 450px) {
	.blog .wp-post-image, .archive .wp-post-image, .category .wp-post-image {
		float: none;
		width: 100%;
		max-width: none !important;
	}
	.blog article.post .entry-content, .archive article.post .entry-content, .category article.post .entry-content {
		margin-left: 0 !important;
		width: 100% !important;
	}
}


/* UPCOMING EVENTS PAGE */
.page-event-info-left {
	width: 48%;
	float: left;
	padding-right: 2%;
}
.page-event-info-right {
	width: 48%;
	float: left;
	padding-left: 2%;
}
.page-event-three-columns {
	width: 31%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.page-id-16 .entry-content .su-tabs-pane {
	text-align: left;
	padding: 2em 0 1em 0;
}
.page-id-16 .entry-title, .parent-pageid-16 .entry-title {
	text-align: center;
}
.page-id-16 #page h2.fair-name, .parent-pageid-16 #page h1.fair-name {
	color: #940507 !important;
	font-size: 2.5em;
	margin: 0;
	padding: 0 0 .7em 0;
}
.page-id-16 #page .entry-content p {
	font-size: 1.3em;
	line-height: 1.6em;
}
.parent-pageid-16 #page .entry-content p {
	font-size: 1.1em;
	line-height: 1.4em;
}
.page-id-16 .entry-content a, .parent-pageid-16 .entry-content a {
	display: inline-block;
}
.page-id-16 hr, .parent-pageid-16 hr {
	height: 7px;
	color: #005184;
	background-color: #005184;
	margin: 2em 0;
}
.page-event-info-footer {
	background-color: #e1e5ee;
	margin: 1% auto;
	padding: 2% 4%;
}
#page .page-event-info-footer h3 {
	text-align: center;
	margin-bottom: .3em;
	font-size: 2.2em;
	color: #004e81;
}
.page-event-info-footer ul {
	padding-left: 15px;
	font-style: italic;
	font-size: 1em;
}
.county-fair-box {
	padding: .5em;
	margin: .5em;
	border: solid 1px #eeeeee;
}
.county-fair-box a {
	font-size: .8em;
}
@media (max-width: 700px) {
	.page-event-three-columns {
		width: 99%;
	}
}
@media (max-width: 600px) {
	.page-event-info-left, .page-event-info-right {
		float: none;
		width: 100%;
		padding: 0;
	}
	.page-id-16 #page h2 {
		text-align: center;
	}
}


/* ALL CONTACT FORM 7 */
.page-id-27 #page .entry-content p {
	font-size: 1.1em;
	line-height: 1.4em;
}
.wpcf7-form td {
	padding: 5px;
	color: #686868;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: .9em;
}
input, textarea {
	background: #ffffff none repeat scroll 0 0 !important;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: .9em !important;
}
textarea {
	height: 100px;
}
select {
	padding: 7px;
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #d1d1d1;
    border-radius: 2px;
	color: #686868;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: .9em !important;
}
#wpcf7_your-signature_signature {
	border: 1px solid #d1d1d1;
    border-radius: 2px;
}
.box input {
	font-size: .9em;
	text-align: center;
}
.wpcf7-form .wpcf7-submit, .signup-submit {
	background-color: #004e81 !important;
}
.page-id-24 .wpcf7-form .wpcf7-submit {
	font-size: 1.3em !important;
}
.item-checkbox {
	float: left;
}
@media (max-width: 560px) {
	.item-checkbox {
		float: none;
		width: 100%;
	}
}
.wpcf7-form table h3 {
	margin: 20px 0 0 0 !important;
}
.wpcf7-form table p {
	color: #686868 !important;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	padding-bottom: 0 !important;
}
.wpcf7-form .form-50-percent {
	float: left;
	width: 50%;
}
@media (max-width: 620px) {
	.wpcf7-form .form-50-percent {
		float: none;
		width: 100%;
	}
}
.how-did-you-hear-checkbox {
	float: left;
	width: 20%;
}
.rental-type-checkbox .wpcf7-form-control-wrap {
	float: left;
	display: inline-block;
	padding-right: 20px;
}
.request-quote-other-checkbox {
	float: left;
	width: 30%;
}
input.other-input-box {
	width: 20%;
	padding: 0;
}
@media (max-width: 930px) {
	.how-did-you-hear-checkbox {
		width: 33.3%;
	}
	.request-quote-other-checkbox {
		width: 66.3%;
	}
	input.other-input-box {
		width: 40%;
	}
}
@media (max-width: 445px) {
	.how-did-you-hear-checkbox, .request-quote-other-checkbox {
		width: 100%;
		float: none;
	}
	input.other-input-box {
		width: 50%;
	}
	.rental-type-checkbox .wpcf7-form-control-wrap {
		width: 100%;
		float: none;
	}
}


/* UPCOMING EVENTS SECTION */
#upcoming-events {
	width: 100%;
	background-color: #ffffff;
}
#upcoming-events-inner {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 2% .5%;
	text-align: center;
}
#upcoming-events p {
	text-align: center;
	font-size: 1em;
	line-height: 1.2em;
}
#upcoming-events #upcoming_events_slider .owl-item {
	border-right: solid 1px #e5e5e5;
}
#upcoming-events #upcoming_events_slider .owl-item h2 {
	text-align: center;
	color: #004e81;
	padding-bottom: 0;
	font-size: 1.4em;
	line-height: 1.2em;
	text-transform: none;
}
#upcoming-events #upcoming_events_slider .owl-item p {
	text-align: center;
	padding: 0.3em 0;
}
#upcoming-events #upcoming_events_slider .owl-item .desktop-coupon-tickets img, #upcoming-events #upcoming_events_slider .owl-item .mobile-coupon-tickets img {
	display: inline-block;
	width: 100%;
	max-width: 150px;
	padding-right: 2%;
}
/* Sets the style for unvisited links. */
#upcoming-events a,  #upcoming-events a:link, #upcoming-events a:visited, #upcoming-events a:focus {
  color: #014e81; text-decoration: none; box-shadow: none;
}
/* Sets the style for links on mouseover. */
#upcoming-events a:hover, #upcoming-events a:active {
  color: #014e81; text-decoration: underline; box-shadow: none;
}
.mobile-coupon-tickets {
	display: none;
}
@media (max-width: 600px) {
	.mobile-coupon-tickets {
		display: block;
	}
	.desktop-coupon-tickets {
		display: none;
	}
}


/* UPCOMING CARNIVAL EVENTS BANNER */
#upcoming_carnival_events_banner {
	width: 100%;
	background-color: #ffffff;
}
#upcoming_carnival_events_banner-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 1em 1em 0 1em;
	text-align: center;
}
#upcoming_carnival_events_banner-inner a {
	background-color: #ffffff !important;
	color: #014e81;
	padding: 1px 10px;
	margin-top: 5px;
	font-size: .85em;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	border: solid 1px #d5d3d3;
	text-align: center !important;
	border-radius: 5px;
	display: inline-block;
}
#upcoming_carnival_events_banner .su-spoiler-title {
    background-color:#ffffff;
    color:#000000;
    font-size: 1.2em;
}
/* Sets the style for unvisited links. */
#upcoming_carnival_events_banner-inner a, #upcoming_carnival_events_banner-inner a:link, #upcoming_carnival_events_banner-inner a:visited, #upcoming_carnival_events_banner-inner a:focus {
  color: #014e81; text-decoration: none;
}
/* Sets the style for links on mouseover. */
#upcoming_carnival_events_banner-inner a:hover, #upcoming_carnival_events_banner-inner a:active {
  color: #014e81; text-decoration: none;
	background-color: #e5edf2 !important;
}


/* UPCOMING CARNIVAL EVENTS FOOTER */
#upcoming_carnival_events_footer {
	width: 100%;
	background-color: #ffffff;
}
#upcoming_carnival_events_footer-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 1em;
}
#page #upcoming_carnival_events_footer p {
	font-size: 1.3em;
	line-height: 1.6em;
}
#upcoming_carnival_events_footer a {
	display: inline-block;
}
#upcoming_carnival_events_footer hr {
	height: 7px;
	color: #005184;
	background-color: #005184;
	margin: 2em 0;
}


/* ICON BOXES */
#icon_boxes {
	width: 100%;
	background: #ffffff url(/wp-content/themes/dreamland-childtheme/images/bg-video-social-media-photo-gallery.jpg) bottom center no-repeat;
	background-size: cover;
}
#icon_boxes-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 2em 0 200px 0;
	text-align: center;
}
.icon-box {
	width: 10%;
	vertical-align: top;
	display: inline-block;
	padding: 0;
	font-size: 1em;
	line-height: 1.2em;
}
.icon-box p {
	padding: .3em;
}
.icon-box a img {
	display: inline-block;
}
@media (max-width: 1100px) {
	#icon_boxes-inner {
		padding-bottom: 150px;
	}
}
@media (max-width: 840px) {
	.icon-box {
		width: 15%;
	}
}
@media (max-width: 550px) {
	.icon-box {
		width: 18%;
	}
}


/* FAQ PAGE - ACCORDIAN */
.page-id-13219 .entry-content .su-spoiler-title {
	font-size: 1.3em !important;
	line-height: 1.2em !important;
}
.page-id-13219 .entry-content .su-spoiler {
	padding-top: 1em;
}


/* PHOTO GALLERY TABS -- SHORTCODES ULTIMATE */
.page-id-19 .entry-content .photo-box {
	text-align: center;
	font-size: .8em;
	font-weight: bold;
}
.su-tabs {
	background: none !important;
	padding: 0 !important;
	text-align: center;
}
.home .su-tabs {
	margin-top: 20px !important;
}
.su-tabs-pane {
	background: none !important;
}
.su-tabs-nav span {
	border-radius: 3px !important;
	border: solid 1px #d5d3d3;
	padding: 2px 10px !important;
	min-height: 20px !important;
	color: #014e81 !important;
	margin-bottom: 3px;
}
.su-tabs-nav span.su-tabs-current {
	background-color: #e5edf2 !important;
}
.page-id-19 .su-tabs-nav span {
	border-radius: 3px !important;
	border: solid 1px #ffffff;
	padding: 0px !important;
	min-height: 20px !important;
	color: #ffffff !important;
	margin: 0px;
}
.page-id-19 .su-tabs-nav span.su-tabs-current {
	background-color: #ffffff !important;
}
.page-id-19 .su-tabs-nav span:hover {
    background: #ffffff !important;
}
@media (max-width: 880px) {
	.page-id-19 .entry-content .photo-box {
		font-size: .7em;
		line-height: 1em;
	}
}
@media (max-width: 475px) {
	.page-id-19 .entry-content .photo-box {
		font-size: .6em;
		width: 32%;
	}
}


/* ACCORDIAN MENU FOR RIDES */
.page-id-19 .su-accordion {
	text-align: left;
}
.page-id-19 .su-accordion .su-spoiler-content {
	font-size: .82em;
    padding: 1em 0;
}


/* SECTION FOOTER CONTACT US */
#contact-us {
	width: 100%;
	background-color: #03497a;
}
#contact-us-inner {
	width: 100%;
	background-image: url(/wp-content/themes/dreamland-childtheme/images/bg-contact-us.jpg);
	background-position: bottom center;
	padding: 1% 0;
	text-align: center;
}
#contact-us-inner {
	position: relative;
}
#contact-us h2 {
	color: #ffffff;
	font-size: 1.9em;
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	text-align: center;
	padding: .1em 0;
	text-transform: uppercase;
}
#contact-us p {
	color: #ffffff;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	padding: .3em 0;
}
@media (max-width: 620px) {
	#contact-us p {
		font-size: 1.3em;
	}
}
/* Sets the style for unvisited links. */
#contact-us a,  #contact-us a:link, #contact-us a:visited, #contact-us a:focus {
  color: #ffffff; text-decoration: none; box-shadow: none;
}
/* Sets the style for links on mouseover. */
#contact-us a:hover, #contact-us a:active {
  color: #ffffff; text-decoration: underline; box-shadow: none;
}


/* FOOTER */
.site-footer {
	padding: 0;
}
#footer-full {
	background-color: #ffffff;
	width: 100%;
	border-top: solid 6px #003455;
	z-index: 9999;
	position: absolute;
}
#footer-full-inner {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 1em 0;
	text-align: center;
}
h5 { /* Footer links */
  font-size: .9em !important;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #000000;
  text-align: center;
  padding: 7px 16px;
  margin: 0 auto !important;
  max-width: 900px;
  font-weight: normal !important;
}
@media (max-width: 620px) {
	#footer-full h5 {
		display: none;
	}
}
/* Sets the style for unvisited links. */
h5 a,  h5 a:link, h5 a:visited, h5 a:focus {
  color: #014e81; text-decoration: none; margin: 0 8px; display: inline-block; box-shadow: none;
}
/* Sets the style for links on mouseover. */
h5 a:hover, h5 a:active {
  color: #014e81; text-decoration: underline; margin: 0 8px; display: inline-block; box-shadow: none;
}
h6 { /* Footer copyright */
	font-size: .9em !important;
  font-weight: normal !important;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #000000;
  text-align: center;
  font-style: normal !important;
  padding: 7px 16px;
  margin: 0 !important;
}
@media (max-width: 530px) {
	h6 {
		font-size: .7em !important;
	}
}
/* Sets the style for unvisited links. */
h6 a,  h6 a:link, h6 a:visited, h6 a:focus {
  color: #000000; text-decoration: none; box-shadow: none;
}
/* Sets the style for links on mouseover. */
h6 a:hover, h6 a:active {
  color: #000000; text-decoration: underline; box-shadow: none;
}
h6.footer-social-media-buttons img {
	padding: 2px;
	display: inline-block;
}


/* EXTRA */
.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */