/*!
	Theme Name: Channel Marker
	Description: Channel Marker theme by Channel Marker Media
	Author: Channel Marker Media
	Author URI: https://channelmarkermedia.com
	Text Domain: cmm-channelmarker
	Template: hello-elementor
*/


/****** Misc ******/

.click-child,
.click-child-new
{
	cursor:pointer;
}

.white-border
{
	position:relative;
}

.white-border > *
{
	z-index:1;
}

.white-border:after
{
	content:"";
	position:absolute;
	width:calc(100% - 10px);
	height:calc(100% - 10px);
	top:5px;
	left:5px;
	background:transparent;
	border:2px solid rgba(250,250,250,0.8);
}

.post-password-form p
{
	justify-content:center;
}

.tribe-address .tribe-country-name
{
	display:none;
}

ul.tribe-events-sub-nav { padding:0; }

/****** Buttons ******/

.elementor-button
{
	transition:opacity 0.25s;
}

.elementor-button:hover
{
	opacity:0.8;
}



/****** Forms ******/

.ginput_recaptcha > div { margin: 0 auto; }

.gform_required_legend { display: none; }

.gform-button,
.gform_button
{
    background-color:#ee5858 !important;
    font-family:"Poppins", sans-serif !important;
    font-weight:300 !important;
    letter-spacing: 1px !important;
    border-radius:0 !important;
	font-size:18px !important;
}

/****** Header ******/

	/****** Main Nav ******/
	
	@media screen and (min-width:1025px)
	{
		li.menu-item.mobile-only
		{
			display:none;
		}
	}

/****** Footer ******/

section.footer-mobile-call-us
{
	position:fixed;
	width:100%;
	bottom:0px;
}

section.footer-mobile-call-us.collapsed
{	
	bottom:-300px;
}

body.page-contact section.footer-contact { display:none; }