/*
Theme Name: Extra Child Theme
Version: 1.0
Description: Child Theme of Extra
Author: Elegant Themes
Template: Extra
Author URI: http://www.elegantthemes.com
*/
@import url("../Extra/style.css");

.container {width: 98%;}
#main-content {padding-top: 15px;}

.et_extra_layout .et_pb_column .module-head h1, .et_pb_extra_column .module-head h1 {font-size: 16px !important;}
.post-header {padding: 30px;}
.et_pb_section {padding: 0px !important;}
.et_extra_other_module .posts-list article .post-content, .et_pb_extra_module .posts-list article .post-content {    width: auto;padding: 0px;vertical-align: top;}
#main-header {background-color: #f9f9f9;border-bottom-width: 6px;border-bottom-color: rgb(255, 114, 0);border-bottom-style: solid;}

.logo {height: 30px; margin: 20px 0;}

		.cta-left{
			float: left;
			width: 33%;
		}
		.cta-mid{
			float: left;
			width: 50%;
			padding: 0px 20px;
		}
		.cta-right{
			float: left;
			width: 50%;
			padding-right:20px;
		}
		.cta-inputs{
background-color: #005ca7 !important;
			border: 1px solid #5cc3ed !important;
			color: #fff !important;
			padding: 10px;
			width: 100%;
			margin-bottom: 5px;
			box-sizing : border-box;
			font-size:13px !important;
		}
		.clearcta{
			clear: both;
		}
		.ctasubmit{
			background-color: #ff7200 !important;
			color: #fff !important;
			line-height: 1.3333333;
			border-radius: 6px;
			display: inline-block;
			padding: 10px 30px !important;
			margin-bottom: 0;
			font-weight: 400;
			text-align: center;
			white-space: nowrap;
			vertical-align: middle;
			-ms-touch-action: manipulation;
			touch-action: manipulation;
			cursor: pointer !important;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			background-image: none;
			font-size: 16px;
			border: 2px solid #fff !important;

		}
		.imageresponsive {
		  width: 100%;
		  max-width: 400px;
		  height: auto;
		}

@media only screen and (max-width: 700px) {
		.cta-left{
			width: 100%;

		}
		.cta-mid{
			width: 100%;
			padding-left: 20px !important;
padding-right: 20px !important;

		}
		.cta-right{
			width: 100%;
			padding-left:20px !important;

		}
}