body #features .section_inner {
	width: 100%;
	max-width: 1400px;
}

body #features .features .card{
	padding: 25px 25px 0;
}

body .quotes .card-width{
	max-width: 330px;
}

body .slider-nav .slick-slide img{
	height: auto;    
}

body.page-child .banner, body#inner-page .banner{
	padding: 4vh 0 4vh;
}

/*-- Gravity Forms --*/

body .gform_wrapper .gfield_checkbox .gchoice label > *{
	display: inline-block;
}

body .gform_wrapper input[type=submit], body .gform_wrapper input[type=button] {
    background: #2e2e2e;
    line-height: 14px;
    font-size: 0.80rem;
    border: 0 !important;
    margin: 10px 16px 10px 0px !important;
    height: 39px;
    background-image: linear-gradient(0, #ef472b, #ef472b);
    background-size: 0;
    transition: .8s;
    background-repeat: no-repeat;
}

body .gform_wrapper input[type=submit]:hover, body .gform_wrapper input[type=button]:hover {
    background-size: 100%;
}

body .gform_wrapper input[type=submit]:hover, body .gform_wrapper input[type=button]:hover, body .gform_wrapper input[type=reset]:hover{
	background-color: #2e2e2e;
}

body .gform_wrapper .custom-checkbox input {
    position: relative;
    left: -9999px !important;
}

body .gform_wrapper .custom-checkbox .box {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: 1px solid #ccc;
    vertical-align: middle;
    background: transparent;
    margin-right: 10px;
    /*float: left;*/
}

body .gform_wrapper .custom-checkbox input:checked + .box {
    border-radius: 50px;
    border-color: #ef472b;
}

body .gform_wrapper .custom-checkbox input:checked + .box:after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-size: 9px;
    text-align: center;
    display: block;
    line-height: 20px;
    font-weight: 900;
    padding: 4px;
    color: #ef472b;
}

body .gform_wrapper .custom-checkbox, body .gform_wrapper .custom-checkbox label {
    cursor: pointer;
}

/* custom class gf_custom-form */

body .gform_wrapper .gf_custom-form .custom-checkbox .checkbox-detail{
	display: inline-block !important;
	width: calc(100% - 75px);
	vertical-align: top;
}

body .gform_wrapper .gf_custom-form .custom-checkbox label{
	display: block;
}

body .gform_wrapper .gf_custom-form .custom-checkbox .gchoice{
	margin-bottom: 10px;
}

body .gform_wrapper .gf_custom-form .custom-checkbox .gfield_checkbox{
	margin-left: -25px;
}

body .gform_wrapper .gf_custom-form .gfield_label{
	font-weight: 700;
}

body .gform_wrapper .gf_custom-form .gfield_required_text{
	display: none;
}

body .gform_wrapper .gf_custom-form .gfield_required:before {
    content: '*';
	margin-left: 3px;
}

body .logos-slider .slick-slide img {
    top: 50%;
    transform: translateY(0%) !important;
}

body .autoplay-logos .slick-track {
  display: flex;
}

body .autoplay-logos .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

body .sign-up-form select{
	-webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

body .gform_wrapper.gravity-theme .gfield_checkbox label.checkbox-detail{
	display: inline-block !important;
}

body nav.mobile_menu ul li a, body nav.mobile_menu ul li h3 {
    font-family: 'Montserrat';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px !important;
    color: #231f20;
}

@media only screen and (max-width: 1324px){
	body .header_inner_right, body .header_bottom_right_widget_holder {
		display: block !important;
	}

	body .header_inner_right{
		display: block !important;
		position: absolute;
		right: 20px;
		top: 60px;
	}

	body nav.mobile_menu ul#menu-main-menu-1{
		margin-top: 10rem;
	}

	body .q_logo img {
		width: 150px !important;
	}

	body .content.content_top_margin {
		margin-top: 150px !important;
	}
	
	body .menu-button.button{
		min-width: 131px;
	}
}

@media only screen and (max-width: 480px){
	body .header_inner_right{
		width: 100%;
		right: 0;
	}
	
	body .side_menu_button_wrapper{
		margin-left: auto;
		margin-right: auto;
	}
	
	body .blog-content-container{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

body #menu-main-menu a.no_link{
	pointer-events: none;
}