/*
Theme Name: Ventura Entertaiment
Author: Renovatio 7314
Author URI: http://renovatio7314.com/
Version: 1.0
*/
@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
body {
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	font-size: 14px;
}

header {
	background: linear-gradient(#084268,#0066ad); /*#084268*/
	box-shadow: 0 2px 10px rgba(0,0,0,0.3);
	    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header, footer {
	font-family: 'Montserrat', 'Open Sans', sans-serif;
}

body.logged-in .navbar-fixed-top {
	top: 3.2rem;
}

a, a:active, a:hover, a:focus {
	text-decoration: none;
}
h1 {
	font-size: 2rem;
}

h1, h2, h3, h4 {
	margin: 1rem 0;
	line-height: 1;
	color: #0a1a72;
}

img {
	max-width: 100%;
}
.page-item-788{
	display: none;
}
.content {
	padding: 3rem 0;
	/*position: relative;*/
}

.flex {
	display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}

.flex.cc {
	align-items: center;
	justify-content: center;
}

.flex.c-start {
	align-items: center;
	justify-content: flex-start;
}

.flex.c-end {
	align-items: center;
	justify-content: flex-end;
}

.flex.c-between {
	align-items: center;
	justify-content: space-between;
}

.navbar-brand {
    height: auto;
    padding: 5px 15px 15px;
}

.navbar-brand>img {
    max-height: 7rem;
}

.navbar-nav li + li {
	border-left: 1px solid rgba(255,255,255,0.25);
}

.navbar-nav>li>a {
	color: #fff;
	padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.navbar-nav>li>a:hover, .navbar-nav>li>a:active, .navbar-nav>li>a:focus {
	background: linear-gradient(transparent, #084268);
}

.no-negative-margins {
	margin-left: 0;
	margin-right: 0;
}

.cover-cc-bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.fixed-bg {
	background-attachment: fixed;
}

.no-masthead {
	padding-top: 9rem;
}

.full-screen-banner {
	height: calc(100vh - 15.8rem);
	width: 100vw;
	margin-top: 9rem;
}

.grey-pattern {
	background-image: url(img/assets/grey-pattern.jpg);
	border-top: 5px solid #084268;
	border-bottom: 5px solid #084268;
}

.green-pattern {
	background-image: url(img/assets/green-pattern.png);
	border-top: 5px solid #084268;
	border-bottom: 5px solid #084268;
}

/*Slider*/
.main-banner {
	position: relative;
}

.ventura-slider .item {
    height: 100vh;
    position: relative;
}

.ventura-slider .bg-img, .ventura-slider .bg-video, .ventura-slider-mobile .bg-img, .ventura-slider-desktop .bg-img {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top:7%;
}

.bg-video video {
		min-width: 100%;
  	min-height: 100%;
  	width: auto;
  	height: auto;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%,-50%);
}

.overlay, .park-overlay {
	background: url(img/assets/gridtile.png);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.overlay-v, .park-overlay-v{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.center-text {
	text-align: center;
}
.footext{
	text-align: center;
	font-size:15px;
	padding-top:1%;
}
.justify-text {
	text-align: justify;
}

/*Footer*/
footer {
	background: #084268;
	color: #fff;
	padding: 0.5rem 0;
	font-size: 14px;
	box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
	background: linear-gradient(#084268,#0066ad);
	font-family: 'Montserrat', 'Open Sans', sans-serif;
}

footer a, footer a:hover, footer a:active, footer a:focus {
	color: #fff;
}

footer p {
	margin: 0.5rem 0 1rem;
	line-height: 1;
}

/*.page-template-tmp-homepage footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 50;
}*/

.img-footer{
	max-width: 100%;
	height: 4rem;
	margin:0;
}
.top-entertainment{
	margin-top:5%;
}
.border-footer-entertainment{
	border-right: 2px solid;
}

ul.our-parks-list {
	list-style: none;
	text-transform: uppercase;
}

ul.our-parks-list li {
	display: inline;
}

ul.our-parks-list li + li {
	margin-left: 1rem;
	padding-left: 1rem;
	border-left: 1px solid rgba(255,255,255,0.3);
}

.navbar-toggle {
	color: #fff;
    font-size: 25px;
}

.scroll-indicator {
	display:none;
	font-size: 2rem;
	padding: 1rem 1.5rem;
	line-height: 1;
}

.ventura-slider-mobile {
	display: none !important;
}

.ventura-slider-mobile .item {
	height: 25rem;
	position: relative;
}

.ventura-slider-desktop .item, .masthead {
	height: 79rem;
	position: relative;
}

/*Mobile Sections*/
.about-us {
	background-color: #0066ad;
	border-top: 5px solid #3e8932;
	color: #fff;
}

.mobile-content {
	display: none;
}

.park-type-name {
	background-color: #eee;
	padding: 5px 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.park-item {
	padding: 5px;
}

.p-item {
	display:block;
}

.p-item + .p-item {
	border-top: 1px solid rgba(51,51,51,0.10);
}

.park-name {
	font-weight: 700;
}

.park-location {
	display: block;
	font-style: italic;
	font-size: 12px;
}

.park-thumb {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.go-arrow {
	line-height: 1;
	font-size: 5rem;
	text-align: right;
}

.go-arrow .fa {
	opacity: 0.45;
}

.park-thumb, .go-arrow  {
	width: 5rem;
	height: 5rem;
}

.park-desc {
	padding: 0 1rem;
	width: calc(100% - 10rem);
}

.park-lists a {
	color: #333;
}

/*Parks*/
.card-park {
	/*width: calc(1/3 * 100%);
    height: 33.33vw;*/
	width: 100%;
	height: calc(100vh - 9rem);
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    position: relative;
}

.card-park a {
	display:block;
}

.park-overlay {
	padding: 1.5rem;
	text-align: center;
}

.park-overlay .park-logo {
	max-width: 30rem;
}

.park-overlay .park-name {
	font-size: 3rem;
}

.park-overlay span {
	display: block;
	font-size: 1.8rem;
	margin: 1rem 0;
}

.park-overlay a, .park-overlay {
	color: #fff;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.7);
}

/*Blog*/
.blog-card, aside.widget {
    display: inline-block;
    margin: 1rem 0;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 5px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    width: 100%;
}

.blog-card h3 {
	font-size: 2rem;
	margin-top: 0;
	margin-bottom: 1rem;
}

.article-thumb {
    height: 30rem;
    border-radius: 4px 4px 0 0;
}

.article-excerpt {
    padding: 2.5rem;
}

.blog-actions {
    margin: 1rem 0;
}

.btn-read-more, .btn, button {
    display: inline-block;
    border: none;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 5px;
    background-color: #0066ad;
}
.footer-widget h3, .other-parks h3 {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	font-family: 'Fjalla One', sans-serif;
	text-align: center;
}

.footer-widget ul {
	padding: 0 0 0 18px;
}

.footer-widget ul > li > a, .footer-widget a, #menu-legal-links a {
	color: #fff;
}
/*Fixed*/
ul.valores {
	padding: 0;
	list-style: none;
}

ul.valores li {
	margin: 1.5rem 0;
}

ul.valores li a.active {
	font-weight: 700;
	color: #3e8932;
}

ul.aligned-list {
	padding-left: 15px;
}

ul.no-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.no-margin{
	margin: 0 !important;
}

.first-padding{
	padding-top: 13rem;
}
.our-parks-section {
	background-image: url(img/sections/water-texture.jpg);
	border-top: 5px solid #084268;
}

.our-parks-logos ul {
	justify-content: center;
}

.our-parks-logos img {
	max-width: 15rem;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: 2rem;
}

.our-parks-logos a:hover img, .our-parks-logos a.active img {
	-webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

.our-parks-info {
	max-width: 70rem;
	margin: 5rem auto 0;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}

.item-park-row {
	display: none;
}

.item-park-row.active {
	display: block;
}

.item-park-shadow {
	width: 30rem;
	height: 16rem;
	padding: 0 0 2rem;
	margin: 0 auto;
	background:url(img/assets/shadow.png) no-repeat bottom center;
}

.item-park-shadow .thumb {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	display: block;
	margin: 0 auto;
}

.our-parks-info h3 {
	font-size: 2.5rem;
	color: #fff;
}

.call-to-action-i {
	position:absolute;
	bottom: 5rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align:center;
	z-index: 99;
}

.call-to-action-i a {
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.7);
}

.call-to-action-i a span {
	display:block;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
}

.call-to-action-i a i/*, .indicator-more i*/ {
	line-height: .7;
	font-size: 6rem;
	-webkit-animation: float 1s infinite;
    -o-animation: float 1s infinite;
    animation: float 1s infinite;
}

/*Contact Form*/
div.wpcf7-response-output {
	margin: 1rem 0;
	border-radius: 4px;
	padding: 1rem;
}

div.wpcf7-mail-sent-ok {
    border: 1px solid #d6e9c6;
    background-color: #dff0d8;
    color: #3c763d;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ebccd1;
	color: #a94442;
    background-color: #f2dede;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	color: #8a6d3b;
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
}

.topbar {
	background-color: #04bef2;
	display: block;
	position: relative;
	border-bottom: 2px solid rgba(255,255,255,0.85);
}

.top-menu {
	float: right;
}

.top-menu li {
	float: left;
	position: relative;
	display: block;
}

.top-menu li a {
	padding: 10px 15px;
	color: #fff;
	position: relative;
	display: block;
}

.parallax-section {
	min-height: 45rem;
}

.img-slider-ventura .item {
	height: 70vh;
	position: relative;
}

.bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.video-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrap, .video-wrap iframe {
	border-radius: 4px;
}
.video-home{
	max-width: 100%;
}

@media(max-width: 768px){
	.first-padding{
		padding-top: 9rem;
	}
	.video-home{
		height: 194px;
	}
	footer {
		box-shadow: none;
	}
	.navbar-brand>img {
    	max-height: 4.5rem;
	}
	.navbar-brand {
    	padding: 10px 15px 15px;
	}
	ul.our-parks-list {
		overflow: auto;
    	padding: 2rem 0 1.5rem;
    	white-space: nowrap;
    	margin: 0;
	}
	.navbar-nav li + li {
		border-left: 0px;
		border-top: 1px solid rgba(255,255,255,0.3);
	}
	.navbar-nav>li>a {
    	padding-top: 1.5rem;
    	padding-bottom: 1.5rem;
	}
	.scroll-indicator {
		display:inline-block;
	}
	.container-list {
		display: flex;
		justify-content: space-around;
	}
	.page-template-tmp-homepage footer {
		position: relative;
	}
	.ventura-slider-mobile {
		display: block !important;
	}
	.ventura-slider .item {
	    height: 0;
	}
	.ventura-slider-mobile {
		display: block;
		margin-bottom: -1px;
	}
	.overlay {
		display: none;
	}
	.mobile-content {
		display: block;
	}
	p {
		text-align: justify;
	}
	.no-masthead, .ventura-slider-desktop, .ventura-slider-mobile {
		padding-top: 7rem;
	}
	.no-masthead.masthead, .full-screen-banner {
		margin-top: 7rem;
	}
	.masthead, .ventura-slider-desktop .item {
		height: 25rem;
	}
	.card-park {
    	padding-bottom: 100%;
    	height: auto;
    	width: 100%;
	}
	.article-thumb {
	    height: 20rem;
	    border-radius: 4px 4px 0 0;
	}
	.article-excerpt {
    	padding: 1.5rem;
	}
	body.home .ventura-slider-mobile .item {
		height: calc(100vh - 8rem);
	}
	.full-screen-banner {
		height: 25rem;
	}
	.fixed-bg {
		background-attachment: scroll;
	}
	.desktop-content {
		display: none;
	}
}

/*KeyFrames*/
@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(-2px); -moz-transform: translateY(-2px); -ms-transform: translateY(-2px); -o-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    50% {
        -webkit-transform: translateY(2px); -moz-transform: translateY(2px); -ms-transform: translateY(2px); -o-transform: translateY(2px);
        transform: translateY(2px);
    }
    100% {
        -webkit-transform: translateY(-2px); -moz-transform: translateY(-2px); -ms-transform: translateY(-2px); -o-transform: translateY(-2px);
        transform: translateY(-4px);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(-2px); -moz-transform: translateY(-2px); -ms-transform: translateY(-2px); -o-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    50% {
        -webkit-transform: translateY(2px); -moz-transform: translateY(2px); -ms-transform: translateY(2px); -o-transform: translateY(2px);
        transform: translateY(2px);
    }
    100% {
        -webkit-transform: translateY(-2px); -moz-transform: translateY(-2px); -ms-transform: translateY(-2px); -o-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}

ul.ulParks {
	list-style-type: none;
    padding:0;
    margin:0;
    text-align:center;
}
.ulParks li img{
	/* height: 45px; */
	height:35px;
}
ul.ulParks li {
	display: inline;
}

ul.ulParks li a {
	color: #fff;
	text-decoration:none;
}

ul.ulParks li + li {
	border-left: 1px solid rgba(255,255,255,0.6);
	margin-left: .5em;
	padding-left: .5em;
}

.other-parks h3 {
	font-size: 18px;
	color:#fff;
	text-align:center;
	font-weight:500;
	font-family: 'Fjalla One', sans-serif;
}
.copyright{
	display: inline;
}
.copyright{
	font-family: 'Raleway', 'Open Sans', sans-serif;
}

.login #login {
	width: 350px;
}

.login #login h1 a {
	background-image: url(<?php echo $GLOBALS['themeDir']; ?>/img/logos/logo-alt.png);
	height: 80px;
	width: 310px;
	background-size: contain;
	background-position: center center;
}
.login form {
	border-radius: 3px;
}
.login .g-recaptcha {
	margin-bottom:16px;
}
/* Newslatters info */
.tab-newsletter a {
	color: #337ab7;
	font-size: 18px;
		font-weight: 500;
		font-family: 'Fjalla One', sans-serif;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
		padding-right: 50px !important;
		padding-left: 50px !important;
}

.tab-newsletter.active a {
		background-color: #337ab7!important;
	color: #fff!important;
	font-size: 18px;
}

.loadmore {
	font-family: 'Fjalla One', sans-serif;
	font-size: 16px;
}

.keyword-box {
	padding-bottom: 10px;
}

.video-content iframe {
	width: 450px;
	height: 200px;
}

.thumbnail-newsletter {
	width: 450px;
}

@media (max-width: 760px) {
	.tab-newsletter {
		width: 100%;
		text-align: center;
	}

	.video-content iframe {
		width: 350px;
	}
}

/** Affiliates */
.footer-empty {
	padding: 4rem 0;
}

.footer-empty .footext {
	padding-top: 0%;
}

#slider {
	background-size: cover;
	position: relative;
	margin-top: 130px;
	padding: 4% 5%;
}

#register, #how-it-works, #info-head {
	padding: 2%;
}

#register .title, #how-it-works .title, #info-head .title {
	text-align: center;
	font-size: 28px;
}

.register-container {
	text-align: center;
}

.register-button {
	font-size: 17px;
	padding: 1.5rem 2rem;
}

#register .register-container h3 {
	font-size: 20px;
	padding: 1% 2%;
}

#how-it-works .steps {
	text-align: center;
}

#info-head .steps .column-1 {
	width: 30%;
	float: left;
}
#info-head .steps .column-2 {
	width: 70%;
	float: left;
	text-align: left;
}

.login-form-area {
	border: 1px solid black;
	background-color: aliceblue;
	width: 25%;
	padding: 2%;
}

.login-form-area h2, .login-form-area h3 {
	text-align: center;
}

.login-form-area .btn-login {
	width: 100%;
}

.button-register-container button {
	width: 100%;
	background-color: transparent;
	border: 1px solid black;
	color: black;
}

@media (max-width:  1200px) {
	.login-form-area {
		width: 35%;
	}
}

@media (max-width: 980px) {
	.login-form-area {
		width: 40%;
		padding: 3%;
		margin: 0% 28%;
	}
}

@media (max-width: 768px) {
	#slider {
		margin-top: 100px;
		padding: 0%;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.login-form-area {
		width: 60%;
		padding: 5%;
		margin: 0% 20%;
	}
}

@media (max-width: 480px) {
	.login-form-area {
		width: 70%;
		padding: 5%;
		margin: 0% 15%;
	}
}

/** Regiter */ 
#slider-register {
	padding-top: 130px;
}

#contact-form-content {
	padding: 3%;
}

#contact-form-content p{
	text-align: center;
}

#tabs-content-forms {
	background-color: #f5f5f5;
	padding: 50px;
}

#tabs-form li a{
	color: #337ab7;
	font-size: 18px;
	font-weight: 500;
	font-weight: 500;
	font-family: 'Fjalla One', sans-serif;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	padding-right: 50px !important;
	padding-left: 50px !important;
}

#tabs-form li.active a {
	background-color: #337ab7!important;
	color: #fff!important;
	font-size: 18px;
}

.lang_flag_custom {
	display: inline-flex;
	padding: 15px 0 0 25px;
	float: right;
}

@media (max-width: 760px) {
	#tabs-form li {
		width: 50%;
		text-align: center;
	}

	#tabs-form li a {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
}
