/*!
Theme Name: ecocamp
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ecocamp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ecocamp is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

.t-records {
	opacity: 1!important;
}
.text-center{
	text-align: center;
}
.text-center img{
	margin: 0 auto;
	padding-bottom: 40px;
}

.ecocamp-tblock{
	text-align: center;
	color: #000000;
	font-size: 20px;
	font-family: 'Roboto',Arial,sans-serif;
	line-height: 1.55;
	font-weight: 300;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}
@media(max-width: 600px){
	.heading1 {
		height: 629px!important;
	}
	.heading2 {
		height: 160px!important;
		background-color: #ffffff;
	}
}

.t199__menu-item.t-active {
	opacity: 1!important;
}
.t199__menu-item.t-active::after{
	opacity: 0!important;
}
.t199__menu-item.t-active:hover::after {
	opacity: 1!important;
	bottom: -1px;
}

.calltous h2{
	font-size: 2.5rem;
	color: #693;
	font-family: 'Roboto',Arial,sans-serif;
	margin-bottom: 1rem;

}
.calltous a{
	font-family: 'Roboto',Arial,sans-serif;
	font-size: 3.5rem;

	color: #ff9a00!important;
	font-weight: bold;
}

@media (max-width: 600px) {
	.calltous h2{
		font-size: 1.5rem;
	}
	.calltous a{
		font-size: 1.5rem;
	}
}

.wpcf7-mail-sent-ok{
	display: block;
	margin: 3% 0!important;
	background-color: #398f14;
	color: white;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
	font-weight: bold;
	font-family: 'Roboto';
}
.wpcf7-form input{
	border:1px solid #000000;
}

span.wpcf7-not-valid-tip{
	display: none!important;
}
div.wpcf7-response-output{
	margin: 3% 0!important;
	color: white;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
	font-weight: bold;
	font-family: 'Roboto';
}
.wpcf7-validation-errors{
	background-color: #F95D51!important;
	border-color: #F95D51!important;
}

@media(max-width: 600px){
	.youtube_player{
		width:100%;
	}
	#videoBlock{
		height: 12rem;
	}
	#videoBlock > div{
		height: 12rem!important;
	}
}