/**
Theme Name: NRR
Author: Decode Digital
Author URI: https://decodedigital.com
Description: Child theme for NRR
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nrr
Template: conat
*/

*:focus {
	outline: none;
}

/* HEADER */
html .btn-style-one {
    padding: 19px 24px;
}
html .main-header:not(.fixed-header) .appointmeny_button-box .btn-style-one {
    padding: 14px 24px;
}

/* HOME */
.about-one h2.sec-title_heading {
    font-size: 28px;
}
.counter-one_image {
    background-position: center;
    background-size: cover;
}
.feature-one h4 {
    font-size: 18px !important;
}
.speaker-block_one-social {
    display: none;
}
.speakers-small .sec-title.title-anim.centered {
    margin-bottom: 0;
}
.speakers-small section.speakers-one {
    padding: 0;
}
section.speakers-one {
	padding-bottom: 0;
}
.speakers-one .row {
    justify-content: center;
}

/* REGISTRATION FORM */
section#contact {
    padding: 0;
}
html .contact-form .form-group {
    margin: 8px 0;
}
html .location-info_block-inner {
	padding: 20px;
}
button.wpcf7-field-group-add:after {
    content: 'Add Member';
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 4px;
}
button.wpcf7-field-group-add {
    background: rgb(42 0 255);
    border-radius: 5px;
    line-height: 24px;
    font-size: 20px;
    color: #fff;
    padding: 3px 8px;
}
button.wpcf7-field-group-remove:after {
    content: 'Remove';
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 4px;
}
button.wpcf7-field-group-remove {
    background: rgb(224,14,122);
    margin-right: 20px;
    border-radius: 5px;
    line-height: 24px;
    font-size: 20px;
    color: #fff;
    padding: 3px 8px;
}
.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}

/* INNER PAGES */
.page-title .bread-crumb {
    display: none;
}

@media screen and (max-width: 592px) {
    ul.footer-bottom-nav {
        text-align: center;
    }
	.about-one_image-column {
		display: none;
	}
	.progress-wrap.active-progress {
		bottom: 80px;
		right: 10px;
	}
}
@media screen and (max-width: 1200px) {
	.location-one_map-column {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 50px;
	}
}