/*
Theme Name: Brook Child
Theme URI: http://brook.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.0.0
Template: brook
Text Domain:  brook
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.jogogo-get-started > a {
    background: transparent;
	color: #EA6C6E !important;
    border: 1px solid #EA6C6E;
    border-radius: 9px;
	padding: 8px 8px !important;
}

.jogogo-get-started > a:hover {
  	color: #fff !important;
	background: #EA6C6E;
}

.jogogo-get-started:hover>a .menu-item-title:after {
	display:none !important;
}

#hesper-contact-form-submit {
	font: Merriweather;
	background: transparent !important;
	border-color: #f55f66 !important;
	color: #f55f66 !important;
	font-family: Merriweather;
	width:50%;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  text-align:center;
  font-family: Merriweather sans-serif;
  font-weight:300;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 38px;
  font-weight: bold;
  padding: 0.5%;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.form-group{
	padding: 0.5% 0.2% 0.5% 0.2%; 
	text-align: center;
	margin: auto;
}
.form-row{
	display:inline;
}
#jogogo-title-text {
	font-family: Merriweather;
	font-weight: 700;
	font-size: 30px;
	padding: 20px 0 20px;
}

#jogogo-sub-text {
	padding: 0 0 20px;
	font-family:Merriweather sans;
	font-weight:300;
}

.form-control:hover, .form-control:focus {
	color: #777 !important;
	border-color: #eee !important;
}

.wpcf7-form-control:focus {
	color: #777 !important;
	border-color: #eee !important;
}

@media only screen and (max-width: 1200px) {
	.modal-content {
		width:90%;	
	}
	
	#jogogo-title-text {
		font-size:20px;
	}
}