/*!
Theme Name: Us Media
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: us-media
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.

Us Media 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/
*/
body {
	padding: 30px 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #515151;
	text-align: center;
	color: #fff;
}

.formcont {
	width: 650px;
	margin: 0 auto;
}

.location {
	background: #4a4a4a;
	border: 2px dashed #626262;
	padding: 20px;
	margin: 20px 0;
}

h3 {
	font-size: 22px;
}

select,
input {
	width: 90%;
	background-color: #fff;
	padding: 5px 5%;
	height: 30px;
	margin: 6px 0;
	border-radius: 6px;
	border: none;
	font-size: 16px;
}

select {
	width: 100%;
	padding: 5px 5% 5px 10px;
	height: 40px;
}

.location select {
	width: 280px;
	height: 35px;
}

.field {
	padding: 0 0 15px;
	text-align: left;
	font-size: 17px;
}

.checkbox {
	text-align: left;
	padding: 0 0 15px;
}

.checkbox input {
	width: auto;
	height: auto;
}

.checkbox a {
	color: #fff;
	text-decoration: underline;
}

.checkbox a:hover {
	text-decoration: none;
}

.buttonsec input[type="submit"] {
	background: #DAAF01;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	padding: 10px 30px;
	color: #000;
	border-radius: 10px;
	border: none;
	box-shadow: 0 5px 5px #000;
	margin-top: 15px;
	width: auto;
	margin-bottom: 6px;
	height: auto;
}

.textthanks{
  padding: 25px 0 0;
}
.thankyou p{
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
}
/*.thankyou{
  width: 740px;
  margin: 0 auto;
  position: relative;
    top: 46%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%); 
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); 
    -o-transform: translateY(-50%); 
}*/


.thankyou {
    width: 740px;
    margin: 0 auto;
    background: #543b38;
    position: relative;
    padding: 30px;
    border-radius: 20px;
    top: 46%;
    box-shadow: inset 0 3px 15px rgb(0 0 0 / 50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.thankyou ul li {
    text-align: left;
    padding: 0 0 9px;
}

.thankyou a:hover {
    text-decoration: none;
}
/*.thankyou a {
    color: #4b86fd;
    text-decoration: underline;
}*/


.thankyou a {
    color: #d77d25;
    text-decoration: underline;
}

.thankyou ul li {
    text-align: left;
    padding: 0 0 9px;
}













@media only screen and (max-width:767px){
	body .formcont{
		width: 88% !important;
		max-width: 88% !important;
		padding: 4%;
		margin: 0 2%;
	}


	.custom-select .w-40, .custom-select .w-60 {
	    width: 100% !important;
	}
	.custom-select {
	    display: block !important;
	}

	.location select {
		width: 100%;
		height: 35px;
		font-size: 14px;
	}

	.field {
	    font-size: 16px !important;
	}

}