/*
Theme Name: Wellmont Child
Theme URI: https://wellmont.qodeinteractive.com
Description: A child theme of Wellmont
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: wellmont
Template: wellmont
*/

.footer-container-right .wp-block-columns{
	flex: 1;
}

.contact-form-hmh button {
	color: #FFFFFF;
	background-color: #466073;
  border: 1px solid #466073;
}

.contact-form-hmh button:hover {
	color: #0B0449;
	background-color: transparent;
	border: 1px solid #0B0449;
}
.qodef-mobile-header-navigation > ul > li > a::before,
.qodef-header-navigation > ul > li > a::before {
	display: none;
}

.pricing-container .qodef-pricing-table {
	min-height: 563px;
}


#qodef-page-footer p, li, a {
	font-size: 14px;
}

#qodef-page-footer .widget a {
	color: #FFF;
}

#qodef-page-footer .widget:not(.widget_wellmont_core_title_widget) {
	color: #FFF;
}

@media only screen and (max-width: 1430px){
	.pricing-container .qodef-pricing-table {
		min-height: 660px;
	}
}


@media only screen and (max-width: 780px) {
	#qodef-page-footer .wp-block-image .alignleft {
		display: flex;
  		justify-content: center !important;
  		float: unset;
	}
	.pricing-container .qodef-pricing-table {
		min-height: 530px;
	}
}
