/*
 Theme Name: New Salem Baptist Church Theme
 Theme URI:
 Description: New Salem Baptist Church
 Author: TCO
 Author URI: https://www.thechurchonline.com/
 Template: Divi
 Version: 1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */


#ctct-form-wrapper-0 .ctct-button,
#ctct-form-wrapper-0 span.ctct-label-top,
#ctct-form-wrapper-0 .ctct-disclosure,
#ctct-form-wrapper-0 .ctct_usage,
#ctct-form-wrapper-0 .ctct-form:after{
	display: none;
}

#ctct-form-wrapper-0 .ctct-form{
	display: flex;
	flex-direction: row;
	gap: 10px;
}

#ctct-form-wrapper-0 input.ctct-email{
	font-size: 20px !important;
  	padding: 15px !important;
	background-color: #fff;
  	border: 1px solid #bbb;
	width: 100%;
}

#ctct-form-wrapper-0 .ctct-form-field-email{
	width: 80%;
}

#ctct-form-wrapper-0 .ctct-form-field-submit{
	width: 20%;
}

#ctct-form-wrapper-0 .ctct-submit{
	font-size: 25px;
  margin: 0 !important;
  text-transform: uppercase;
  width: 100%;
	color: #fff;
  cursor: pointer;
  font-weight: 600;
  border: none;
  background: #CE140D;
  transition: 0.3s all ease-in-out;
	height: 58px;
}

/* SERMON POST-META HIDDEN */
.page-id-7761 article .post-meta,
#sermon-header .et_pb_title_meta_container{
	display: none !important;
}

@media (max-width:767px){
	.tco-socials{
		gap: 25px !important;
	}
}

.et_pb_section_3_tb_header.et_pb_section{
	background-color: transparent !important;
}



/*
.home .et_pb_section_video_bg:after{
	position: absolute;
	content: " ";
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}
*/