/*
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com
 Template:       Divi
 Version:        1.0
*/


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */


/* ---------- 404 Page ----------- */

.nopage {
	text-align: center;
	padding-top: 10%;
	height: 90vh;
	background-image: Url('/wp-content/uploads/2019/02/VW-Backgrounds4.jpg');
	background-size: cover;
	background-position: 100%;
}

.nopage h1 {
	font-size: 200px;
	font-weight: 800;
	text-shadow: 5px 5px 0px #ddd
}

.nopage p {
	font-size: 20px;
	margin-bottom: 50px;
	color: #333;
}

.nopage a {
	background-color: #fff;
	padding: 15px 30px;
	margin-top: 40px;
	color: #333;
	font-size: 20px;
	border-radius: 40px;
	font-weight: 600;
	text-transform: uppercase;
	border: 4px solid #333;
	transition: linear .15s;
}

.nopage a:hover {
	background-color: #333;
	color: #fff;
}

@media (max-width: 600px) {
	.nopage h1 {
		font-size: 70px;
	}
}

/* ------------ BEGIN SITE CSS -------------- */
.search-page h2 {
	font-weight: 600;
}

.search-page h2:hover {
	color: #922b27;
}

.search-page {
	padding-bottom: 50px;
}

.contact-section div div div {
  border: 1px solid #ddd;
	padding: 5px;
	margin: 0px 10px;
	width: 30%;
}

.et-search-field {
	background-color: #ededed !important;
	padding: 10px;
	height: 50px;
	border-left: 5px solid #1831bc !important;
}

#main-header a:hover {
	color: #000;
	opacity: 1 !important;
}

.et-fixed-header a:hover {
	color: #000;
	opacity: 1 !important;
}

footer {
	display: none;
}

.footer-links a {
	color: #fff;
	padding: 5px 5px 5px 0px;
}

.footer-links a:hover {
	text-decoration: underline;
}

.personel-links a {
	color: #1831bc;
}

.personel-links a:hover {
	color: #000;
	text-decoration: underline;
}

.contact-info {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
}

.contact-info img {
	width: 80px;
	height: 80px;
}

.contact-info div {
  width: 33%;
}

.contact-info p {
	padding-top: 30px;
	font-size: 16px;
}

.ruby a {
	color: #fff;
}

.ruby a:hover {
	text-decoration: underline;
}

#main-content .container:before {
	display: none;
}

#left-area .post {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

#left-area {
	width: 70%;
	padding-bottom: 0px;
}

#left-area .post h1 {
  font-size: 50px;
	font-weight: 800;
}

#left-area .post .post-meta {
	display: none;
}

#left-area .post h2,
#left-area .post h3,
#left-area .post h4,
#left-area .post h5 {
	font-size: 28px;
	font-weight: 800;
}

#left-area .post p {
	font-size: 16px;
	line-height: 1.6;
}

.news-sidebar h4 {
	font-size: 25px;
	font-weight: 800;
}

.news-sidebar a {
	font-size: 16px;
}

.news-sidebar a:hover {
	color: #111 !important;
}

#comment-wrap {
	display: none;
}

#gform_2 h3 {
	font-size: 30px;
}

#gform_fields_2 input,
#gform_fields_2 select {
	border: none;
	font-size: 18px;
	padding: 15px;
	box-shadow: 0px 2px 10px #ddd;
	width: 70%;
	border-radius: 5px;
}

#gform_fields_2 textarea {
	border: none;
	width: 70%;
	margin-bottom: 10px;
	border-radius: 5px;
	box-shadow: 0px 2px 10px #ddd;
	font-size: 18px;
}

#input_2_14 {
	box-shadow: none !important;
	padding-left: 0px !important;
}

#gform_fields_2 select {
	height: 54px;
}

#gform_submit_button_2 {
	background-color: #1831bc;
	color: #fff;
	padding: 7px 20px;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 5px;
	transition: linear .2s;
}

#gform_submit_button_2:hover {
	background-color: #333;
}

.et_pb_widget_area_left {
	border: none;
}

.gravity-form-1 input {
	border: none;
	background-color: #ededed;
	width: 100% !important;
	padding: 15px !important;
	font-size: 15px !important;
}

.gravity-form-1 textarea {
	border: none;
	background-color: #ededed;
}



.gfield_required {
	display: none;
}

#gform_submit_button_1 {
	width: 100px !important;
	margin-top: -20px;
	background-color: #000;
	color: #fff;
	font-size: 15px;
} 

.personnel-section {
	line-height: 2;
}

.personnel-section a:hover {
	text-decoration: underline;
}

#survey .gform_title {
	display: none;
}

#survey h2 {
	font-size: 30px;
	text-transform: uppercase;
}

#survey label {
	font-size: 18px;
}

#survey select  {
	border: none;
  font-size: 18px;
  padding: 15px;
  box-shadow: 0px 2px 10px #ddd;
  width: 100%;
  border-radius: 5px;
	height: 40px;
}

#survey textarea {
	border: none;
  font-size: 18px;
  padding: 15px;
  box-shadow: 0px 2px 10px #ddd;
  width: 100%;
  border-radius: 5px;
	margin-bottom: 20px;
	height: 70px;
}

#survey input {
	border: none;
  font-size: 18px;
  padding: 15px;
  box-shadow: 0px 2px 10px #ddd;
  width: 100%;
  border-radius: 5px;
	height: 40px;
	margin-bottom: 20px;
}

#gfield_description_3_37 {
	font-size: 16px;
	padding: 20px;
	background: #f5f5f5;
	border: 1px solid #333;
}

#gform_submit_button_3 {
	background-color: #1831bc;
  color: #fff;
  padding: 7px 20px !important;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 5px;
  transition: linear .2s;
	width: 200px !important;
}

#gform_submit_button_3:hover {
	background-color: #333;
}

.menu-item-1901 a {
	width: 150px !important;
}

@media(max-width:980px) {
	.menu-item-1901 a {
	width: 100% !important;
}
}

@media (max-width: 800px) {
	.contact-info div {
  width: 100%;
  }
	#gform_fields_2 input,
  #gform_fields_2 select,
	#gform_fields_2 textarea {
		width: 100%;
	}
}

.mfp-title{
	display:none;
}

@media (max-width: 500px) {
	.contact-section div div div {
    width: 100%;
		margin-bottom: 20px;
		padding: 10px;
	}
	.personnel {
		display: block !important;
	}
	.personnel div {
		margin-left: 0px !important;
	}
}