/* 
 Theme Name:   Luis Tumialan
 Theme URI:    
 Description:  Child Theme of Divi
 Author:       Casey Landreth
 Author URI:   https://mycreativeinc.com
 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 ==
--------------------------------------------*/

#gform_1 {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	display: block !important;
	height: 46px;
}

@media (max-width: 980px) {
	.column-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.column-reverse .et_pb_column_1_2 {
		margin-bottom: 40px !important;
	}
}

#top-menu li li a {
	line-height: 18px;
	padding: 0px 10px;
}

#top-menu LI LI {
	padding: 0px 10px 10px;
}

.sub-menu LI * {
	font-size: 14px !important;
}

#inner_posts_group .post-media,
#inner_posts_group .entry-featured-image-url {
	aspect-ratio: 4/3 !important;
	object-fit: cover !important;
}

#inner_posts_group .post-data {
	display: none;
}

.post-media .entry-featured-image-url {
	aspect-ratio: 4/3;
	object-fit: cover;
}

#gform_1 #input_1_1 {
	min-height: 46px !important;
	line-height: 46px;
	border: solid 2px #261610;
}

#cu-page-header .et_pb_module_header::after {
	content: '';
	height: 3px;
	display: block;
	margin-top: 5px;
	background: linear-gradient(to right,  #4f66a1 0%,#051845 100%);
}

.hex-slider .dsm-entry-image,
.hex-slider .dsm-entry-thumbnail {
	aspect-ratio: 1/1 !important;
}

.hex-slider .dsm-blog-carousel-item {
	background: none !important;
}

.hex-slider .dsm-entry-title {
	margin-top: -15px;
	text-align: center !important;
}

.hex-slider .dsm-entry-thumbnail {
	background-color: #0e2662;
	height: 100% !important;
	width: 100% !important;
	clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%);
	overflow: hidden;
	padding: 8px;
}

.hex-slider .dsm-entry-image IMG {
	object-fit: cover;
	display: block;
	clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%);
}

/* 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 input[type=password],
body .gform_wrapper .gform_body .gform_fields .gfield TEXTAREA,
body .gform_wrapper .gform_body .gform_fields .gfield SELECT {
    border: solid 1px #0e2662 !important;
    border-radius: 5px !important;
    color: #000;
}

.gfield_label {
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
	color: #0e2662 !important;
	font-weight: 600 !important;
	font-size: 14px !important;
}

.gform_button {
	border-radius: 5px !important;
	padding: 10px 35px !important;
	text-align: center !important;
	float: none !important;
	color: #FFF !important;
	cursor: pointer !important;
	background-color: #051845 !important;
    border-width: 0px !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
	transition: all ease-in-out 3s;
}

.gform_button:hover {
	background-color: #4f66a1 !important;
}