/* 
Theme Name: Mediamojo
Theme URI: https://github.com/elementor/hello-theme/
Description: Mediamojo is a child theme of Hello Elementor.
Author: Mediamojo
Author URI: https://www.mediamojo.com.au/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*** BLOG ***/

.section-blog blockquote {
	border-left: 3px solid #86aacf;
	margin: 30px 0;
	padding-left: 30px;
}

#comments .comment-list {
	background-color: #ffffff;
	padding: 0px 30px;
}

#comments .comment-list .fn {
	color: #142247;
}

#comments .required {
	color: #4973af !important;
}

#respond {
	margin-top: 30px;
}

#comments .comment .comment-body, #comments .pingback .comment-body {
	border-bottom-color: #f5f5f5;
}

#comments input:not([type="button"]):not([type="submit"]), #comments textarea {
	background-color: #ffffff;
}

#comments input[type="submit"] {
	background-color: transparent;
	color: #0b3e65;
	border-color: #0b3e65;
}

#comments input[type="submit"]:hover {
	background-color: #0b3e65;
	color: #ffffff;
}

/*** END BLOG ***/
/*** FORMS ***/

.gform_required_legend {
	display: none;
}

.gform_wrapper.gravity-theme legend {
	color: #0b3e65;
}

.gfield_required {
	color: #86aacf !important;
}

.gform_wrapper.gravity-theme .ginput_complex label {
	font-weight: 400;
}

.gform_wrapper .ginput_complex span {
	margin-bottom: 0px;
}

.gform_wrapper .gform_fields {
	grid-row-gap: 10px;
}

.gform_wrapper.gravity-theme .gfield-choice-input {
	position: absolute!important;
	left: -9999px;
}

.gform_wrapper.gravity-theme .gfield_checkbox label {
	font-weight: 400;
	color: #808080;
	line-height: 20px;
}

.gform_wrapper.gravity-theme .gfield_checkbox label:before {
	content: "";
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #4973af;
	background-color: #f5f5f5;
	font-family: "Font Awesome 5 Free";
font-weight: 900;
	text-align: center;
	margin-right: 8px;
}

.gform_wrapper.gravity-theme .gfield-choice-input:checked + label:before {
	content: "\f00c";
}

.gform_wrapper .gform_footer {
	margin-top: 20px !important;
	padding: 0 !important;
}

.gform_wrapper input[type="submit"] {
	padding: 15px 30px;
	color: #4973af;
	background-color: #ffffff;
	border-color: #4973af;
}

.gform_wrapper input[type="submit"]:hover {
	color: #ffffff;
	background-color: #4973af;
	border-color: #4973af;
}

/*** END FORMS ***/