/*
 Theme Name:   Speedy Child
 Theme URI:    http://localhost
 Description:  Speedy Child Theme
 Author:       Brianna 
 Author URI:   http://example.com
 Template:     speedy
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  speedy-child
*/


 body{
	background: url('/wp-content/uploads/2017/10/bg_main.jpg') repeat-y center top;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	margin: 0;
    padding: 0;
} 


#page {
	background: none;
	border: none;
	box-shadow: none;
}


h1, h2, h3, h4, h5 {
	font: 800 24px/150% Arial, Helvetica, sans-serif !important;
	color:#202020;
	text-transform: uppercase;
}
p {
	font: normal 14px/150% Arial, Helvetica, sans-serif !important;
	color:#202020;
	margin-bottom:15px;
}

a {
	text-decoration: none !important;
}

/*Overrides*/

.banner-title {
	background: none !important;
}

.block-section {
	margin-bottom: 0;
}
/*container hack*/
.container{
	max-width:100%;
	align:left!important;
  	margin-left: auto;
   	margin-right: auto; 
}


#footer-image {
	margin: auto;
}

.content-padding {
	padding:10px 50px !important;
}

/*Form*/

.form-container {
	background-color:#1C1004;
	border:3px solid white;
	padding:10px;
	margin:5px 5px 0px 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#fff;

}

.form-container p {
	color:#fff;
	font: 800 22px/26px Arial, Helvetica, sans-serif !important;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
}


.form-container p span {
	font: normal 11px/14px Arial, Helvetica, sans-serif !important; 
}

.form-container p.large-text {
	font-size:36px !important;
	margin:10px;
}

.contact-info {
	
	

	vertical-align: middle;
	padding: 50px 0 0;
}

input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="password"], input[type="search"], textarea {
	border-radius: 8px !important;
    margin: 4px auto !important;
    padding: 5px !important;
    width: 98% !important;
}

/*Buttons*/

.submit {
	background: #ffb246 none repeat scroll 0 0;
    border: medium none;
   	border-radius: 8px !important;
    color: #fff;
    font-size: 24px !important;
	text-transform: uppercase;
    line-height: 1;
    padding: 12px !important;
    vertical-align: middle;
	width: 98% !important;
	margin-top:10px !important;
}

button.close {
	background: #ffb246 !important;
	padding:10px !important;
}

.close {
	opacity: 1 !important;
	text-shadow: none !important;
    border: medium none;
   	border-radius: 8px !important;
    color: #fff;
    font-size: 24px !important;
	text-transform: uppercase; 
}

.ctv-btn {
	display: block;
	position:relative;
	font-size:22px;
	color:#fff;
	font-weight:bold;
 	background:#2F160C;
	border:3px solid #ffffff; 
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:10px;
	margin-top:20px;
	text-align:center;
	width:60%;	
	text-decoration:none;
}

.ctv-btn:hover{
	background: #170a05;
	text-decoration:none;
	border:3px solid #ffffff; 
}

/*Modal*/
.modal-content {
	padding:20px;
}

.modal-pgtxt,.modal-pgtxt h1,.modal-pgtxt h2,.modal-pgtxt h3,.modal-pgtxt h4,.modal-pgtxt h5,.modal-pgtxt h6{
	font-family:verdana!important;
}


 @media only screen and (max-width: 1023px) {
	.form-container p {
		font: 800 18px/22px Arial, Helvetica, sans-serif !important;
	}

	.form-container p.large-text {
		font-size:24px !important;
		margin:10px;
	}
}

 @media only screen and (max-width: 998px) { 
	.contact-info {
		padding: 10px 0 0;
	}
	 .site-footer {
	 	height:150px;
		max-width:768px;
	 }

}

 @media only screen and (max-width: 768px) { 
	.content-padding {
		padding:5px !important;
	}
	  .site-footer {
	 	height:110px;
		max-width:600px;
	 }
}

 @media only screen and (max-width: 599px) { 
	.site-footer {
	 	height:100px;
		max-width:300px;
	 }
}