/*
 Theme Name:   YooTheme Child
 Theme URI:    
 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
*/


.uk-logo img {
	width: 174px;
	margin: 20px 0 0;
}

.uk-navbar-nav {
	background: url("/wp-content/uploads/phoneDB-1.png");
	background-repeat: no-repeat;
	background-position: 96% 0px;
}

.about-video {
	background: transparent !important;
}

.about-video video {
	position: fixed;
	z-index: -1;
}

.about-video h1 {
	color: #000 !important;
	text-transform: uppercase !important;
}

.twenty20 {
	display: table;
	margin: 0 auto;
}

.review-stars .el-link {
	color: #fc0 !important;
}

.review-stars .el-link:hover {
	color: #fe0 !important;
}

.toppy-slide {
	border-bottom: 12px solid;
}

.hr-bluish {
	border: 4px solid #0dc4b6;
}

.toppy-slide .el-title {
	border-bottom: 6px solid rgba(13,196,182,.5) !important;
	color: rgba(255,255,255,.65) !important;
}

.greydient {
	background: linear-gradient(#111, #666) !important;
}

.letstalk-cta .uk-cover {
	top: 85% !important;
}

.lite-greydient {
	background: linear-gradient(#eee,#ccc) !important;
}

.service-slides .el-item {
	padding-bottom: 12px !important;
}

.contactor {
	background: rgba(13,196,182,.8);
	padding: 20px 40px !important;
}

.contacto li {
	padding: 0px !important;
	margin: 0px !important;
}

.contacto input, textarea {
	padding: 12px !important;
	margin: 4px 0 !important;
	border: none;
	border-radius: 4px;
}

.contacto .gform_footer {
	margin: 0px;
}

.contacto .gform_button {
	text-align: center;
	display: table !important;
	margin: 0 auto !important;
	width: 50% !important;
	background: #000;
	color: #fff;
	font-size: 28px !important;
	font-family: jura;
	font-weight: 900;
	transition: all .3s ease-in-out;
}

.contacto .gform_button:hover {
	background: #fff;
	color: #000;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.contact-box {
	min-height: 612px !important;
}

.wk-modal {
	z-index: 999999 !important;
}

.gallery-grid-item {
	max-height: 290px;
	margin-bottom: 20px !important;
	overflow: hidden;
}

.gallery-grid-item .el-image {
	min-width: 580px;
	position: relative;
	max-height: 290px;
}

.sg-popup-builder-content .wk-grid {
	margin: 0px !important;
	padding: 0px !important;
	display: table;
}

.sg-popup-builder-content .wk-grid > div {
	display: table !important;
	margin: 0 auto !important;
	padding: 0px !important;
}

.sg-popup-builder-content .wk-grid figure {
	display: table;
	margin: 0 10px 10px;
}

.letsdisco-arrow {
	float: right;
}

.letsdisco-arrow h1 {
	float: left;
}

.discuss-arrow {
	float: right;
	margin-left: 60px;
}

.project-gallery .el-item {
	height: 220px;
	width: 100%;
}

.project-gallery .el-image {
	min-width: 100% !important;
}

.project-gallery .el-image {
	max-height: 168px;
}

@media (max-width: 600px) {

	.uk-heading-large {
	font-size: 28px;
	text-align: center;
	}

	.team-names {
	text-align: center;
	}

	.team-names .el-title {
	font-size: 40px;
	}

	.team-names .el-meta {
	font-size: 24px;
	}

	.uk-column-1-4 {
	column-count: 2;
	}

	.reviews-title {
	font-size: 68px !important;
	text-align: center;
	}

	.el-author {
	font-size: 24px;
	}

	.footer-logo {
	text-align: center !important;
	}

	.contactor {
	padding: 0 0px 0 30px !important;
	background: none;
	}

	.project-gallery .el-image {
	max-height: none !important;
	}
}