/* 
 Theme Name:   The Celebrity Scientist
 Theme URI:    
 Description:  Child Theme of Divi
 Author:       Casey Landreth
 Author URI:   https://ecog.media
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

H1, H2, .et_pb_button, .dsm-text-divider-header {
	font-family: scarlet-wood, sans-serif;
	font-weight: 700;
	font-style: normal;
}

#home-img-acc .et_pb_module * {
	transition: all 0.5s !important;
}

#home-img-acc .et_pb_button {
	width: 250px;
	text-align: center;
}

.whats-trending .df_cci_image_container {
	text-align: center !important;
}

.whats-trending .df_cc_title {
	font-family: scarlet-wood, sans-serif;
	text-shadow: 0.08em 0.08em 0em rgb(0 0 0 / 40%);
}

.whats-trending .df_cci_image {
	border-radius: 10px;
	margin-bottom: 15px;
}

.whats-trending .df_cc_content {
	background-color: rgba(10,10,10,0.5);
	padding: 15px 10px;
	margin-bottom: 15px;
	height: 100%;
}

.whats-trending .df_cci_button {
	font-family: scarlet-wood, sans-serif;
	padding: 0.3em 1em!important;
	background-color: #8300e9;
    border-width: 0px!important;
    border-radius: 0px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
	transition: all 300ms ease 0ms;
}

.whats-trending .df_cci_button:hover {
	olor: #ffffff!important;
    background-color: rgba(131,0,233,0.76);
}

#home-logos IMG {
	display: inline-block !important;
	padding: 8px 20px;
	height: 60px;
	width: auto;
	text-align: center !important; 
	margin: auto !important;
}

.form-text-block {
	background-color: #000;
	padding: 30px 20px;
	box-shadow: 10px 10px 0px 0px #c11a19;
	font-size: 16px;
}

.et_post_gallery {
	margin-top: 25px !important;
	text-align: center !important;
	margin: auto;
}

.et_gallery_item {
	display: inline-block !important;
	float: none !important;
}

/* Spinner */
.gform_ajax_spinner {
	position: absolute;
	right: 0px;
	border: 4px solid rgba(255, 255, 255, 0.3);
	border-left: 4px solid rgba(193,26,25,0.90);
	animation: spinner 1.1s infinite linear;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
@keyframes spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

#mobile_menu {
	background-color: rgba(0,0,0,0.85) !important;
}

/* Gravity Forms CSS */
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper .gform_body .gform_fields .gfield TEXTAREA,
body .gform_wrapper .gform_body .gform_fields .gfield SELECT {
    border: solid 1px #8300e9 !important;
    border-radius: 5px !important;
    color: #000;
}

.gform_button {
	font-family: scarlet-wood, sans-serif;
	font-style: normal;
	background-color: #8300e9;
	border: solid 2px #8300e9;
	border-radius: 0px;
	padding: 10px 35px;
	text-transform: uppercase;
	text-align: center;
	float: none;
	color: #FFF;
	font-weight: 600;
	cursor: pointer;
}