/*
 Theme Name:   DV Themes Child
 Description:  A child theme for the DV Themes WordPress theme
 Template:     dv-themes
 Version:      1.0.0
*/
/*** Gernal Font Style ***/

#desktop-header, #mobile-header { position:absolute; top:0; width:100%; z-index:11; }

.img_efct_01 figure { border-radius:0; }

.main_single_bar > .wp-block-group { margin-left: 0; position: relative; z-index: -1; left: 20px; }

a.wp-block-post-excerpt__more-link mark { padding: 10px 20px; display: inline-block; line-height: 15px; font-size: 80%; margin: 15px 0 0; border: 1px solid; background: transparent; }

.cstm_faq.ui-accordion h4 { padding: 20px; text-transform: uppercase; font-weight: 300; font-size: 15px; line-height: 16px; }

.apoint_sec .wpcf7 .contact_btn { border-radius: 0; font-weight: 600; text-transform: uppercase; }
.apoint_sec .wpcf7 .c_i_stl .wpcf7-spinner { position: absolute; top: 14px; right: 0; }
.apoint_sec textarea.c_input_01, .apoint_sec input.c_input_01, .apoint_sec select.c_input_01 { padding: 12px 25px 12px 0; width: 100%; font-size: 15px; background: transparent; margin:0 0 15px; color: #878898;  border: 0; border-bottom: 1px solid #d1d1d1; max-height: 65px; font-family: inherit; }

:root :where(.wp-element-button:hover, .wp-block-button__link:hover) { border-color: inherit; }

.wp-block-getwid-post-carousel .slick-dots li button:before { background:var(--wp--preset--color--accent-1); }

@media(max-width: 767px) {
	.no-vh { min-height:inherit !important; padding-top: 120px !important; }
	.list_flex { display: flex; flex-wrap: wrap; }
	.list_flex li {border-left: 1px solid #fff;padding-left: 10px;margin-right: 10px !important;line-height: 11px;margin-bottom: 15px !important;}
	.list_flex li:first-child { padding-left: 0; border: 0; }
	.list_flex li strong { margin: 0; display: block; }
}

@media(min-width: 1024px) {
	.cstm_bnr_img img { max-width:50px; }
}

