/*
 Theme Name:   YooTheme Child
 Theme URI:    http://example.com/yootheme-child/
 Description:  YooTheme Child Theme
 Author:       Matt Hammond
 Author URI:   http://medialabpro.com
 Template:     yootheme
 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:  yoothemechild
*/

html {
  scroll-behavior: smooth;
}

.center-it {
	display: table;
	margin: 0 auto !important;
	text-align: center;
}

.pull-left {
	float: left;
	margin-right: 30px;
}

.pull-right {
	float: right;
	margin-left: 30px;
}

.mobile-only {
	display: none !important;
}

#custom_html-2 {
	text-transform: uppercase;
	font-weight: 600;
}

.orangish {
	color: #ef6c00 !important;
}

.strongerr {
	font-weight: 900 !important;
}

.bullets-blue .el-content {
	background: url("/wp-content/uploads/bullet-bl-wh.png");
	background-repeat: no-repeat;
	background-size: 24px;
	padding-left: 32px;
	font-weight: 500;
}

.bullets-white .el-content {
	background: url("/wp-content/uploads/bullet-org-wh.png");
	background-repeat: no-repeat;
	background-size: 24px;
	padding-left: 32px;
	font-weight: 500;
}

.thinnit {
	font-weight: 100 !important;
	margin-left: 10px;
	margin-right: 10px;
	color: rgba(255,255,255,0.3);
}

.litebloo {
	color: #6ea7d3 !important;
}

.litebloo-bg {
	background: #6ea7d3 !important;
}


.uk-navbar-container {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.uk-navbar-sticky {
	background: #0f1c41 !important;
}

.uk-logo {
	display: none !important;
}

.blue-orangebottom {
	color: #0f1c41;
	border-bottom: 2px solid #EF6C00;
	text-transform: uppercase;
}

.white-orangebottom {
	color: #fff;
	border-bottom: 2px solid #EF6C00;
	text-transform: uppercase;
}

.white-bluebottom {
	color: #fff;
	border-bottom: 2px solid #0f1c41;
	text-transform: uppercase;
}

.button-orange {
	background: #ef6c00;
	font-size: 22px !important;
	font-weight: 500 !important;
	text-shadow: 1px 1px #000;
}

.uk-button-primary {
	background: #ef6c00 !important;
	color: #fff !important;
	font-size: 24px !important;
	display: table !important;
	margin: 0 auto !important;
	padding: 10px 28px !important;
	border: 4px double #fff !important;
	font-family: 'Barlow Semi Condensed' !important;
	text-transform: uppercase;
	transition: ease-in-out all .3s;
}

.uk-button-primary:hover {
	background: #fff !important;
	border: 4px double #ef6c00 !important;
	color: #ef6c00 !important;
	cursor: pointer;
}

.uk-button-secondary, .gform_button {
	background: #0f1c41 !important;
	color: #fff !important;
	font-size: 24px !important;
	display: table !important;
	margin: 0 auto !important;
	padding: 10px 28px !important;
	border: 4px double #fff !important;
	font-family: 'Barlow Semi Condensed' !important;
	transition: ease-in-out all .3s;
}

.uk-button-secondary:hover, .gform_button:hover {
	background: #fff !important;
	border: 4px double #0f1c41 !important;
	color: #0f1c41 !important;
	cursor: pointer;
}

.gfield--type-phone .gfield_description {
	color: #111 !important;
	top: -45px;
	position: relative;
	left: 8px;
	width: 8px !important;
}

.validation_message {
	min-width: 100%;
	top: 0px !important;
	left: 0px !important;
}

.gfield--type-phone input {
	padding-left: 24px !important;
}

.gfield--type-textarea {
	margin-top: -40px !important;
}

.ginput_container_consent {
	line-height: 20px !important;
	margin-top: -10px;
}

.gform_wrapper.gravity-theme .gfield_required {
	color: #0f1c41 !important;
}

.frameit-blue {
	padding: 8px;
	border: 2px solid #0a3d64;
}

.tm-header-overlay {
	background: rgba(15,28,65,.8);
	border-bottom: 2px solid rgba(15,28,65,.25);
}

.nav-cta {
	font-size: 22px !important;
	text-align: center;
	margin-top: -20px;
	color: #fff;
}

.demo video {
	opacity: 0.4;
}

.home-hero {
	margin-top: 140px !important;
}

.uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::after, 
.uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::after {
	border-bottom-color: #6ea7d3 !important;
}

.hero-form {
	background: linear-gradient(145deg,#ef6c00,#a64b00);
	padding: 10px 20px !important;
	border: 6px double #0f1c41;
}

.hero-bluebox {
	background: rgba(15,28,65,.8);
	padding: 30px;
	border: 2px solid #0f1c41;
	text-transform: uppercase;
	box-shadow: 3px 3px 0px 0px #6ea7d3;
}

.lp-testimonials .el-item {
	background: #fff;
	padding: 20px;
	border: 6px double #0f1c41;
	color: #0f1c41 !important;
	font-size: 18px;
	line-height: 24px;
	font-style: italic;
	font-weight: 600 !important;
}

.testimage {
	float: left;
	margin-right: 12px;
	margin-top: 6px;
	padding: 2px;
	border: 1px solid #ef6c00;
}

.lp-testimonials .el-meta {
	background: #0f1c41;
	color: #fff !important;
	text-align: center;
	padding: 2px;
	font-size: 16px;
}

.lp-testimonials .el-image {
	display: table;
	margin: 0 auto;
	width: 100px;
}

.lawyer-frame .el-item {
	border: 1px solid #666;
	padding: 4px;
	transition: ease-in-out all .3s;
}

.lawyer-frame .el-item:hover {
	border: 1px solid #ef6c00;
}

.lawyer-frame .el-image {
	transition: ease-in-out all .3s;
}

.lawyer-frame .el-image:hover {
	box-shadow: 0px 0px 1px #fff;
}

.aop-griddyup .el-item {
	border: 2px solid #0a3d64;
	padding: 0 8px 20px;
	transition: ease-in-out all .3s;
}

.aop-griddyup .el-item:hover {
	border: 2px solid #ef6c00;
	background: #eee;
}

.aop-summary {
	font-weight: 600;
	top: 20px !important;
	text-align: center;
}

.locations-grid .el-item {
	border: 1px solid #fff !important;
	padding: 24px;
	box-shadow: 1px 1px 3px #0f1c41;
	transition: ease-in-out all .3s;
}

.locations-grid .el-item:hover {
	background: #0f1c41;
}

.locations-grid .el-title {
	font-size: 20px;
}

.steppo-panel {
	border: 1px solid #fff;
	padding: 2px 2px 2px;
	background: #fff;
}

.steppo-panel .el-title {
	background: #ef6c00;
	margin: 0px 0px !important;
	padding: 4px 0 6px;
	font-weight: 900;
	text-shadow: 1px 1px 3px #000;
	border-bottom: 4px double #fff;
	background-image: url("/wp-content/uploads/gradie-grid.png");
	background-repeat: no-repeat;
	background-size: 38px;
	background-position: right, center;
}

.steppo-panel .el-image {
	background: #fff !important;
}

.steppo-panel .el-meta {
	font-size: 30px;
	color: #6ea7d3 !important;
	font-weight: 900;
	background: #fff;
	margin: 0px !important;
	padding: 0px 4px 0px;
}

.steppo-panel .el-content {
	font-size: 20px;
	line-height: 28px;
	background: #fff;
	color: #000;
	margin-top: 0px !important;
	padding: 10px 4px 40px;
}

/* FORMAT FOR RESPONSIVE YOUTUBE EMBED

<div class="embed-youtube"><iframe src="https://www.youtube.com/embed//ne_sxakX0Lc" title="Lemon Law Attorney" frameborder='0' allowfullscreen allow="autoplay; clipboard-write; web-share"></iframe></div>
*/

.embed-youtube { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 

.embed-youtube iframe, 
.embed-youtube object, 
.embed-youtube embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}



@media screen and (max-width:780px) {

	.mobile-only {
	display: block !important;
	}

}

@media screen and (max-width:640px) {

	#input_1_1 .gform-grid-col {
	margin-bottom: 14px;
	}

	#field_1_3 {
	top: -40px !important;
	position: relative;
	}

	#field_1_4 {
	margin-top: -18px !important;
	}

	.gfield--type-phone .gfield_description {
	top: -51px;
	}
	
}

@media screen and (max-width:480px) {

	.uk-button-large {
	line-height: 30px;
	padding: 12px 20px 14px !important;
	margin-bottom: 30px !important;
	}

}