/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/
.home .quickfinder {
    padding: 30px 0 0px 0;
}
.dsc-front-section .vc_tta-title-text{
	color:#fff;
}
.dsc-front-pageable-container .vc_tta-panel-body{
	padding-top: 0px!important;
}
#dsc-services-background:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.41);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;

}
.dsc-service-title{
	color: #fff;
	text-shadow: 2px 2px 5px black
}
#top-area{
    background:#FCD100!important;
    border-bottom: 0px solid #353537;
}
.top-area-contacts .gem-contacts{
    color:#353537;
}
#primary-menu.no-responsive > li:hover > a{
    color: #3D85AECC!important;
}
#primary-menu.no-responsive > li.menu-item-current > a, #primary-menu.no-responsive > li.menu-item-active > a{
    color: #3D85AECC!important;
}
.gem-button, input[type="submit"]{
    background-color:#343436;
}
.gem-button:hover, input[type="submit"]:hover{
    background-color:#343436;
    color:#FBD000;
}
@media (max-width: 450px) {
	h1,
	.title-h1 {
		font-size: 7vw;
	}
	h2,
	.title-h2{
		font-size: 5.5vw;
	}
}
@media (max-width: 1199px){
	
 #services-top-row{
	 margin-top: 0!important;
 }
 
}
@media (max-width: 767px){
	
	.services-process-row .gem-divider {
		margin-top:0px!important;
	}
/*
	.services-process-row .wpb_row{
		margin-top: 0px!important;
	}
*/

	.wpb_row {
		margin-top: 0px!important;
	}
	.wpb_row > * {
		margin-top: 0px!important;
	}
	.dsc-no-margin{
		margin-top: 0px!important;
	}
	.gem-alert-box.centered-box .gem-alert-box-buttons .gem-button{
		margin: 21px 0px 0!important;
	}
	.gem-textbox-content .gem-alert-box {
    	padding: 0px!important;
	}
	.dsc-front-page-slider{
		margin-top: 50px!important;
	}
	.gem-prev:after, .gem-next:after{
		color: #fff!important;
	}
}
