/**
Theme Name: HCM2023
Author: HCM
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hcm2023
Template: astra
*/


/**	 Formiddable forms needs spacing for checkbox and radio  */

.frm_opt_container .frm_checkbox {
	padding-top: 0.50em;
	padding-bottom: 0.50em;
}
.frm_opt_container .frm_radio {
	padding-top: 0.50em;
	padding-bottom: 0.50em;
}

.with_frm_style .frm_top_container .frm_primary_label {
	font-size: 1.10em !important;
	font-weight: 600 !important;
	
}
.frm_label_button_container {
		font-size: 1.10em;
}
.frm_likert__column {
	font-size: 1.25em !important;
}	
.frm_radio label {
	font-size: 1.20em !important;
}	


/**	 to embed video in iframe.  e.g. The Angry Citizen interviews Tiffany of Health Choice Maine  */

.responsive-iframe-container {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
	max-width: 100%;
	margin-top: 1.50em;
	margin-bottom: 1.50em;	
}
.responsive-iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


.post h2 {
	padding-top: 1.20em;
	padding-bottom: 0.25em;	
	
}

/**	 Block Quote margin is too tight  */
.wp-block-uagb-blockquote {
    margin-top: 1.50em;
	margin-bottom: 1.50em;
}

/**	 SPECTRA TIMELINE  */
.hcm-timeline-heading-red .uagb-timeline__heading {
    color: #DC1925;
	line-height: 32px;
}
.hcm-timeline-heading-red .uagb-timeline__heading .svg-inline--fa {
    olor: #DC1925;
    display: inline-block;
    vertical-align: middle;
    font-size: 32px;
    font-style: normal;
    line-height: 32px;
	margin-right: 0.50em;
}



@media screen and (min-width: 921px) {
	
	/**	 Mega Menu item underline  */
	
	.main-header-menu a:hover {
		text-decoration: underline;
		text-underline-offset: 0.30em;
		text-decoration-color: rgba(200, 200, 200, 0.5);
		transition: text-decoration 0.0s ease;
	}
	.main-header-menu {
		color: #ffffff;
	}	
	.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper {
		background: rgba(49, 95, 195, 0.70);
	}	
	
	
	/**	 Search icon white and black  */
	
	.ast-header-search .ast-icon {
		color: white;
	}
	.ast-search-menu-icon.ast-dropdown-active .ast-icon{
		color: black;
		transition: color 0.0s ease;
	}	
	
}

@media screen and (max-width: 768px) {
	
/**	 Child Pages : shortcode [zss-menu-children]  */
	
	.zss-menu-children {		
		list-style-type: none;
		overflow: hidden;
		width: 100%;
		margin-left: 0.00em;
		margin-right: 0.00em;
		margin-top: 0.50em;
		margin-bottom: 0.00em;
		padding-left: 0.00em;
		padding-right: 0.00em;    

	}
  
	.zss-menu-children li { 

		float: left;
		font-size: 0.80em;
		padding-left: 0.00em;
		padding-right: 0.00em;
		padding-top: 0.00em;
		padding-bottom: 0.00em;

		margin-left: 0.00em;
		margin-right: 0.00em;
		margin-top: 0.00em;
		margin-bottom: 0.00em;
   
		border-right: solid 1px #7D6B71;


	}

	.zss-menu-children li a {
		text-decoration: none;	
		display: block;    
		padding-left: 0.32em;
		padding-right: 0.32em;
		padding-top: 0.00em;
		padding-bottom: 0.00em;    
	} 

	.zss-menu-children li a:hover {
		color: #6AA644;	
	} 

	.zss-menu-children li:first-child a {
		padding-left: 0.00em;
		margin-left: 0.00em;

	} 
	
}