.dcgd_desc {
	margin-bottom: 16px;
}
.et_pb_dcgd_gravity_divi_module input,
.et_pb_dcgd_gravity_divi_module input[type=email],
.et_pb_dcgd_gravity_divi_module input[type=number],
.et_pb_dcgd_gravity_divi_module input[type=password],
.et_pb_dcgd_gravity_divi_module input[type=search],
.et_pb_dcgd_gravity_divi_module input[type=text],
.et_pb_dcgd_gravity_divi_module input[type=url],
.et_pb_dcgd_gravity_divi_module select,
.et_pb_dcgd_gravity_divi_module textarea {
	width: 100%;
	padding: 16px !important;
	border: none;
	border-radius: 0;
	color: #6b6b6b;
	background-color: #eee;
	font-size: 14px;
}
li.et_fb_dcgd_gravity_divi_module {
	background-color: #ff009c !important;
	color: #fff !important;
}
li.et_fb_dcgd_gravity_divi_module:hover {
	background-color: #ec0090 !important;
	color: hsla(0, 0%, 100%, .9) !important;
}
div[data-name="dcgm_button"] .et-fb-form__group:nth-child(11),
div[data-name="dcgm_button"] .et-fb-form__group:nth-child(12),
div[data-name="dcgm_button"] .et-fb-form__group:nth-child(13),
div[data-name="dcgm_button"] .et-fb-form__group:nth-child(14),
div[data-name="dcgm_button"] .et-fb-form__group:nth-child(15),
div[data-name="fontsformelements"] .et-fb-form__group:nth-child(3),
div[data-name="fontsformelements"] .et-fb-form__group:nth-child(4),
div[data-name="fontsformelements"] .et-fb-form__group:nth-child(5) {
	background-color: red;
	display: none;
}
.dcgd_form_preview_msg {
	background: #3d2c72;
	text-align: center;
	color: #fff !important;
	padding: 30px;
	margin: 30px 0;
	border-radius: 30px;
}
.dcgd_form_preview_msg a,
.dcgd_form_preview_msg h2 {
	color: #fff !important;
	font-weight: 700;
}
.dcgd_form_preview_msg img {
	width: 150px !important;
	margin: 30px auto 0;
	display: block;
}
/* 
 Theme Name:     Stand Tall Media
 Author:         Stand Tall Media
 Author URI:     https://standtallmedia.com
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.8.2
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

#et-info{
	width: 100% !important;
	text-align: center !important;
}
#db-info-text{
	font-size: 18px !important;
}
#db-info-text a{
	background: white !important;
    padding: 2px 5px !important;
    color: #e05d8f !important;
    border-radius: 5px !important;
    margin-left: 5px !important;
}
.ti-widget.ti-goog{
	bottom: 52px !important;
}

/* Large screens (1405px upwards) */
@media only screen and ( min-width: 1405px ) { 
    /* your css goes here */
}

/* Laptops and desktops (1100-1405px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) { 
    /* your css goes here */
}

/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) { 
    /* your css goes here */
}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
	.page-template-default .et_pb_row {
		background-image: none;
	}
	.page-template-default .et_pb_image_0{
		margin-left: 0 !important		
	}
	.page-template-default #text  {
		padding-top: 10%!important;
     	padding-right: 5%!important;
    	padding-bottom: 10%!important;
   		padding-left: 5%!important;
		width: 100% !important;
	}
	.et_pb_video {width: 100% !important}
}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
	.page-template-default .et_pb_row {
		background-image: none;
	}
	.page-template-default .et_pb_image_0{
		margin-left: 0 !important		
	}
	.page-template-default #text  {
		padding-top: 10%!important;
     	padding-right: 5%!important;
    	padding-bottom: 10%!important;
   		padding-left: 5%!important;
		width: 100% !important;
	}
	.et_pb_video {width: 100% !important}
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
	.page-template-default .et_pb_row {
		background-image: none;
	}
	.page-template-default .et_pb_image_0{
		margin-left: 0 !important		
	}
	.page-template-default #text  {
		padding-top: 10%!important;
     	padding-right: 5%!important;
    	padding-bottom: 10%!important;
   		padding-left: 5%!important;
		width: 100% !important;
	}
	.et_pb_video {width: 100% !important}
}
/* Setting the breakpoint of the mobile menu */
@media only screen and ( max-width: 1486px ) {
.et_fullwidth_nav #main-header .container {
    padding-right: 2% !important;
    padding-left: 2% !important;
}
}
@media only screen and ( max-width: 1364px ) {
#top-menu-nav, #top-menu {display: none;}
#et_top_search {display: none;}
#et_mobile_nav_menu {display: block;}
}