/** !
Theme Name: Nikki's Dance Parties
Theme URI: https://www.nikkisdanceparties.uk/
Description: Bespoke Theme for Nikki's Dance Parties using WordPress. Gutenberg compatible. Using Bootstrap 4 and Font Awesome 5.
Author: Elms Creative
Author URI: https://www.elmscreative.com/
Version: 1.0
Text Domain: elmscreative
*/

/* ==========================================================================
    Elements
   ========================================================================== */

html,
body {
	height: 100%;
}
html {
	background: #F5F3F0;
	overflow: auto;
}
body {
	background: none;
	color: #1A1A1A;
	font-family: "Baloo Thambi 2", Arial, Helvetica, sans-serif;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 auto 0.5em;
	line-height: 1.4;
	color: #1A1A1A;
	text-transform: capitalize;
	font-family: "Baloo Thambi 2", Arial, Helvetica, sans-serif !important;
	font-weight: 900;
}
h1 > svg,
h2 > svg,
h3 > svg,
h4 > svg,
h5 > svg,
h6 > svg {
	color: #D40C61;
}
p {
	font-size: 1rem;
	line-height: 1.4;
	font-weight: 400;
}
ul > li,
ol > li {
	font-size: 1rem;
	font-weight: 400;
}

label {
	color: #1A1A1A !important;
}
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
	height: auto !important;
	padding: 0.75em 1em !important;
	color: #1A1A1A !important;
	font-size: 1rem !important;
	font-weight: 500 !important;
	background-color: #fff !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
	font-family: "Baloo Thambi 2", Arial, Helvetica, sans-serif !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
input[type="file"] {
	color: #1A1A1A !important;
}
select {
	color: #1A1A1A !important;
	font-family: "Baloo Thambi 2", Arial, Helvetica, sans-serif !important;
	height: 45px !important;
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none !important;
	background-color: #fff !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.forminator-ui#forminator-module-36.forminator-design--flat .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] {
	padding: 0.25em 0.5em !important;
	background-color: #fff !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
textarea {
	min-height: 150px !important;
	max-height: 150px !important;
	padding: 0.75em 1em !important;
	font-size: 1rem !important;
	font-weight: 500 !important;
	background-color: #fff !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
	font-family: "Baloo Thambi 2", Arial, Helvetica, sans-serif !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.forminator-select-dropdown-container--open .forminator-dropdown--flat .select2-results .select2-results__options .select2-results__option:not(.select2-results__option--selected).select2-results__option--highlighted, .forminator-select-dropdown-container--open .forminator-dropdown--flat .select2-results .select2-results__options .select2-results__option:not(.select2-results__option--selected).select2-results__option--highlighted span:not(.forminator-checkbox-box) {
    background-color: #fff !important;
}
.forminator-select-dropdown-container--open .forminator-dropdown--flat .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
    background-color: #D40C61 !important;
}

input[type="submit"] {
	width: auto;
	padding: 0.55em 1.75em;
	font-size: 1rem;
	position: relative;
	text-decoration: none;
	font-weight: 600;
	color: #fff !important;
	text-align: center;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
	border: #D40C61 1px solid;
	-moz-transition: color 0s linear 0s;
	-webkit-transition: color 0s linear 0s;
	-o-transition: color 0s linear 0s;
	transition: color 0s linear 0s;
	background: #D40C61;
}
input[type="submit"]:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #1A1A1A;
	border: #1A1A1A 1px solid;
}

.btn {
	width: auto;
	padding: 0.55em 1.75em;
	display: inline-block;
	font-size: 1rem;
	position: relative;
	text-decoration: none;
	font-weight: 600;
	color: #fff !important;
	text-align: center;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
	border: #D40C61 1px solid;
	-moz-transition: color 0s linear 0s;
	-webkit-transition: color 0s linear 0s;
	-o-transition: color 0s linear 0s;
	transition: color 0s linear 0s;
	background: #D40C61;
}
.btn:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #1A1A1A;
	border: #1A1A1A 1px solid;
}

.btn-inverted {
	width: auto;
	padding: 0.55em 1.75em;
	display: inline-block;
	font-size: 1rem;
	position: relative;
	text-decoration: none;
	font-weight: 600;
	color: #fff !important;
	text-align: center;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
	border: #1A1A1A 1px solid;
	-moz-transition: color 0s linear 0s;
	-webkit-transition: color 0s linear 0s;
	-o-transition: color 0s linear 0s;
	transition: color 0s linear 0s;
	background: #1A1A1A;
}
.btn-inverted:hover {
	color: #1A1A1A !important;
	text-decoration: none;
	background-color: #fff;
	border: #fff 1px solid;
}

.forminator-ui.forminator-design--flat .forminator-button-submit {
	width: auto !important;
	padding: 0.55em 1.75em !important;
	margin: 0 auto !important;
	display: block !important;
	font-size: 1rem !important;
	position: relative !important;
	text-decoration: none !important;
	font-weight: 600 !important;
	color: #fff !important;
	text-align: center !important;
	-webkit-border-radius: 150px !important;
	-moz-border-radius: 150px !important;
	border-radius: 150px !important;
	border: #D40C61 1px solid !important;
	-moz-transition: color 0s linear 0s !important;
	-webkit-transition: color 0s linear 0s !important;
	-o-transition: color 0s linear 0s !important;
	transition: color 0s linear 0s !important;
	background: #D40C61 !important;
	-webkit-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
	-moz-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
	box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
}
.forminator-ui.forminator-design--flat .forminator-button-submit:hover {
	color: #fff !important;
	text-decoration: none !important;
	background-color: #1A1A1A !important;
	border: #1A1A1A 1px solid !important;
}

/* ==========================================================================
		  Structure
		 ========================================================================== */

header {
    padding: 0.25em 2.25em;
    background-color: #141414;
}
header > div {
    color: #fff;
    font-size: 0.9rem;
}
header .socials > div > a > svg {
    font-size: 0.9rem;
}

nav.navbar {
	padding: 1em 0.5em;
}
nav.navbar .img-logo {
	max-width: 420px;
}

section#hero {
	padding: 0;
	position: relative;
	background: url('assets/images/hero-bg.png') bottom right no-repeat;
    background-size: cover;
}
section#hero > .container-fluid {
    padding: 4.5em 2em 10.5em;
	position: relative;
	z-index: 2;
}
section#hero h1 {
	font-size: 3.5rem;
    line-height: 1;
	color: #fff;
	text-align: left;
}
body.home section#hero h1 {
    font-size: 2.25rem;
    line-height: 1;
	color: #fff;
	text-align: left;
}
section#hero p {
	text-align: left;
	font-size: 1rem;
    line-height: 1.2;
	color: #fff;
}
section#hero p.lead {
	text-align: left;
	font-size: 1.1rem;
    line-height: 1.3;
	color: #fff;
}
section#hero .img-hero-img {
    margin-bottom: -10em;
}

main#content {
    overflow: hidden;
}

section#cta {
    background: #440086 url('assets/images/cta-bg.jpg') left center no-repeat;
    background-size: contain;
}
section#cta h2,
section#cta p {
    color: #fff;
}

#mapCanvas {
    width: 100%;
    min-height: 346px;
}

footer {
    padding: 2em 0;
    background-color: #141414;
}
footer hr {
    border-top: #2F2F2F 1px solid;
}
footer p {
    color: #fff;
}
footer .powered {
    justify-content: space-between;
}
footer .powered > div {
    color: #fff;
    font-size: 0.9rem;
}
footer a:active,
footer a:visited,
footer a:link,
footer a[href^="tel"] {
	color: #fff;
}
footer a:hover,
footer a[href^="tel"]:hover {
	text-decoration: none;
	color: #D40C61;
}

/* ==========================================================================
		  Links and Navigation
		 ========================================================================== */

a {
	font-weight: 600;
	text-decoration: none;
	-moz-transition: color 0.1s linear 0.1s;
	-webkit-transition: color 0.1s linear 0.1s;
	-o-transition: color 0.1s linear 0.1s;
	transition: color 0.1s linear 0.1s;
}
a:active,
a:visited,
a:link,
a[href^="tel"] {
	color: #1A1A1A;
}
a:hover,
a[href^="tel"]:hover {
	text-decoration: none;
	color: #D40C61;
}
a.nostyle:active,
a.nostyle:visited,
a.nostyle:link {
	color: inherit;
	text-decoration: none;
}
.nostyle:hover {
	color: inherit;
	text-decoration: none;
}
.btn-link:hover {
	color: #D40C61;
}

.navbar-toggler {
	margin: 0.75em 0;
	text-align: right;
	display: block;
	position: absolute;
    top: 1em;
    right: 1em;
	z-index: 35;
}
.navbar-toggler > svg {
	color: #fff;
}
.navbar-toggler > svg:hover {
	color: #D40C61;
}

#primary {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
#primary > li {
	margin: 0;
	padding: 0.5em 0.75em;
	display: inline-block;
	list-style: none;
}
#primary > li.nav-item-social {
	margin: 0;
	padding: 0.5em 0.25em;
	display: inline-block;
	list-style: none;
}
#primary > li.nav-item-social > a > svg {
	color: #D40C61;
}
#primary > li.nav-item-social > a > svg:hover {
	color: #fff;
}
#primary > li.nav-item-social > a:hover {
	border-bottom: transparent 1px solid;
}
#primary > li > a {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	display: inline-block;
	text-decoration: none;
	border-bottom: transparent 1px solid;
}
#primary > li > a:hover {
	color: #ccc;
	border-bottom: #D40C61 1px solid;
}
#primary > li.active a {
	color: #fff;
	border-bottom: #D40C61 1px solid;
}

#secondary {
	margin: 0;
	padding: 0;
	text-align: left;
	justify-content: left;
}
#secondary > li {
	padding: 0.5em 0;
	margin: 0 1em 0 0;
}
#secondary > li > a {
	padding: 0;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
}
#secondary > li:hover {
	background: none;
}
#secondary > li:hover > a {
	color: #D40C61;
}

.dropdown-menu {
	padding: 0 !important;
}
.dropdown-menu > li {
	width: 100% !important;
}
.dropdown-menu > li > a {
	width: 100% !important;
	padding: 1.1em 2em !important;
	font-size: 1.15rem !important;
	display: block !important;
	text-transform: capitalize !important;
}
.dropdown-item.active,
.dropdown-item:active {
	background-color: #D40C61 !important;
}

/* ==========================================================================
		  Misc
		 ========================================================================== */

.section {
	padding: 5em 0;
	position: relative;
	z-index: 5;
}
.section-mini {
	padding: 2.5em 0;
	position: relative;
	z-index: 5;
}
.section-very-mini {
	padding: 1.25em 0;
	position: relative;
	z-index: 5;
}
.section-none {
	padding: 0;
	position: relative;
	z-index: 5;
}

.img-curved {
	-webkit-border-radius: 30px !important;
	-moz-border-radius: 30px !important;
	border-radius: 30px !important;
}

.socials > div > a > svg {
    color: #fff;
}
.socials > div > a:hover > svg,
.socials > div > a > svg:hover {
    color: #D40C61;
}

.card.card-form {
    background-color: transparent;
    border: none;
}
.card.card-form > .card-body {
    padding: 0 2em;
}

.card.card-contact-detail {
    text-align: center;
    background-color: transparent;
    border: none;
}

.card.card-contact-detail > svg,
.card.card-contact-detail > a > svg {
    margin: 0 auto;
    font-size: 2.75rem;
    color: #D40C61;
}
.card.card-contact-detail > .card-body {
    padding: 1.25em 2em;
}
.card.card-contact-detail > .card-body > .card-text {
    font-size: 1.1rem;
}

.card.card-content {
    background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.card.card-content > .card-body {
    padding: 2em;
}
.card.card-content > .card-body > p:last-child,
.card.card-content > .card-body > ul.wp-block-list:last-child {
    margin-bottom: 0;
}

.card.card-item {
    background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.card.card-item > img {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.card.card-item > .card-body {
    padding: 1.25em;
}
.card.card-item > .card-body > p:last-child {
    margin-bottom: 0;
}

ul.wp-block-list {
    padding: 0 0 0 1.25em;
}

.table {
    background-color: #fff !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.cd-bg {
    min-height: 288px;
    background: url('assets/images/contact-details-bg.png') center right no-repeat;
    background-size: cover;
}

/* ==========================================================================
		  Cookie Consent
		 ========================================================================== */

.cc-window {
	opacity: 1;
	transition: opacity 1s ease;
}
.cc-window.cc-invisible {
	opacity: 0;
}
.cc-animate.cc-revoke {
	transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
	transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
	transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
	transform: translateY(0);
}
.cc-grower {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s;
}
.cc-link,
.cc-revoke:hover {
	text-decoration: underline;
}
.cc-revoke,
.cc-window {
	position: fixed;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 9999;
}
.cc-window.cc-static {
	position: static;
}
.cc-window.cc-floating {
	padding: 2em;
	max-width: 24em;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cc-window.cc-banner {
	padding: 1em 1.8em;
	width: 100%;
	-ms-flex-direction: row;
	flex-direction: row;
}
.cc-revoke {
	padding: 0.5em;
}
.cc-header {
	font-size: 18px;
	font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.cc-link {
	opacity: 0.8;
	display: inline-block;
	padding: 0.2em;
}
.cc-link:hover {
	opacity: 1;
}
.cc-link:active,
.cc-link:visited {
	color: initial;
}
.cc-btn {
	display: block;
	padding: 0.5em 0.75em;
	font-size: 0.9em;
	font-weight: 600;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	white-space: nowrap;
}
.cc-banner .cc-btn:last-child {
	min-width: 140px;
}
.cc-highlight .cc-btn:first-child {
	background-color: transparent;
	border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
	background-color: transparent;
	text-decoration: underline;
}
.cc-close {
	display: block;
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	font-size: 1.6em;
	opacity: 0.9;
	line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
	opacity: 1;
}
.cc-revoke.cc-top {
	top: 0;
	left: 3em;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
	bottom: 0;
	left: 3em;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
	left: 3em;
	right: unset;
}
.cc-revoke.cc-right {
	right: 3em;
	left: unset;
}
.cc-top {
	top: 1em;
}
.cc-left {
	left: 1em;
}
.cc-right {
	right: 1em;
}
.cc-bottom {
	bottom: 0;
}
.cc-floating > .cc-link {
	margin-bottom: 1em;
}
.cc-floating .cc-message {
	display: block;
	margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
	-ms-flex: 1;
	flex: 1;
}
.cc-window.cc-banner {
	-ms-flex-align: center;
	align-items: center;
}
.cc-banner.cc-top {
	left: 0;
	right: 0;
	top: 0;
}
.cc-banner.cc-bottom {
	left: 0;
	right: 0;
	bottom: 0;
}
.cc-banner .cc-message {
	-ms-flex: 1;
	flex: 1;
	font-size: 0.9em;
}
.cc-compliance {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}
.cc-compliance > .cc-btn {
	-ms-flex: 1;
	flex: 1;
}
.cc-btn + .cc-btn {
	margin-left: 0.5em;
}
.cc-message {
	color: #1A1A1A;
}
.cc-btn {
	color: #fff !important;
	-webkit-border-radius: 150px !important;
	-moz-border-radius: 150px !important;
	border-radius: 150px !important;
}
.cc-btn:hover {
	color: #fff !important;
	text-decoration: none !important;
	background-color: #1A1A1A !important;
	border: #1A1A1A 1px solid !important;
}
.cc-btn > svg {
	display: none;
}

.cc-floating.cc-theme-classic {
	padding: 1.2em;
	border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
	text-align: center;
	display: inline;
	-ms-flex: none;
	flex: none;
}
.cc-theme-classic .cc-btn {
	border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
	min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
	display: inline-block;
}
.cc-theme-edgeless.cc-window {
	padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
	margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
	margin: 0;
	padding: 0.8em 1.8em;
	height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
	margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
	margin-left: 0;
}

/* ==========================================================================
		  Google Recapatcha V3
		 ========================================================================== */

.grecaptcha-badge {
	display: none !important;
}

/* ==========================================================================
		  Media Queries: iPad
		 ========================================================================== */

/* iPad [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}

/* iPad [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    section#cta {
        padding: 0.75em 0 !important;
    }
}

/* iPad 3/4 [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

/* iPad 3/4 [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    section#cta {
        padding: 0.75em 0 !important;
    }
}

/* ==========================================================================
		  Bootstrap Queries
		 ========================================================================== */

@media (max-width: 575.98px) {
	.cc-window.cc-floating {
		padding: 1em !important;
	}
	.cc-floating .cc-message {
		font-size: 0.8rem !important;
	}
    header {
        padding: 0.25em 0;
    }
    nav.navbar .navvy > div:first-child {
        position: absolute;
        top: 2em;
        left: 1em;
        z-index: 15;
    }
    nav.navbar .navvy > div:nth-child(2) {
        width: 100%;
    }
    nav.navbar .img-logo {
        max-width: 280px;
    }
    #primary {
        padding: 5em 0 0;
    }
    body.home section#hero > .container-fluid {
        padding: 1.5em 1.5em;
    }
    section#hero > .container-fluid {
        padding: 4.5em 1.5em 1.5em;
    }
    section#hero .img-hero-img {
        margin-bottom: -5em;
    }
    section#hero h1 {
        font-size: 2.5rem;
    }
    section#hero p.lead {
        font-size: 1rem;
    }
    .hero-btn-group {
        flex-wrap: wrap;
    }
    .img-intro {
        margin-bottom: 2em;
    }
    footer .powered {
        flex-wrap: wrap;
    }
    .card.card-form > .card-body {
        padding: 2em;
    }
    section#cta {
        padding: 2em 0;
        background: #440086 url('assets/images/cta-bg-mobile.jpg') left center no-repeat;
        background-size: contain;
    }
    section#cta h2 {
        font-size: 1.5rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.cc-window.cc-floating {
		padding: 1em !important;
	}
	.cc-floating .cc-message {
		font-size: 0.8rem !important;
	}
    header {
        padding: 0.25em 0;
    }
    nav.navbar .navvy > div:first-child {
        position: absolute;
        top: 2em;
        left: 1em;
        z-index: 15;
    }
    nav.navbar .navvy > div:nth-child(2) {
        width: 100%;
    }
    nav.navbar .img-logo {
        max-width: 280px;
    }
    #primary {
        padding: 5em 0 0;
    }
    body.home section#hero > .container-fluid {
        padding: 1.5em 1.5em;
    }
    section#hero > .container-fluid {
        padding: 4.5em 1.5em 1.5em;
    }
    section#hero .img-hero-img {
        margin-bottom: -5em;
    }
    section#hero h1 {
        font-size: 2.5rem;
    }
    section#hero p.lead {
        font-size: 1rem;
    }
    .hero-btn-group {
        flex-wrap: wrap;
    }
    .img-intro {
        margin-bottom: 2em;
    }
    footer .powered {
        flex-wrap: wrap;
    }
    .card.card-form > .card-body {
        padding: 2em;
    }
    section#cta {
        padding: 2em 0;
        background: #440086 url('assets/images/cta-bg-mobile.jpg') left center no-repeat;
        background-size: contain;
    }
    section#cta h2 {
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    nav.navbar .navvy > div:first-child {
        position: absolute;
        top: 2em;
        left: 2em;
        z-index: 15;
    }
    nav.navbar .navvy > div:nth-child(2) {
        width: 100%;
    }
    nav.navbar .img-logo {
        max-width: 340px;
    }
    #primary {
        padding: 5em 0 0;
    }
    .img-intro {
        margin-bottom: 2em;
    }
    .card.card-form > .card-body {
        padding: 2em;
    }
    .cd-bg {
        min-height: 448px;
    }
    section#cta {
        padding: 2em 0;
    }
    section#cta h2 {
        font-size: 1.5rem;
    }
    footer .socials {
        justify-content: center !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    nav.navbar .img-logo {
        max-width: 340px;
    }
    #primary > li > a {
        font-size: 0.9rem;
    }
    section#cta {
        padding: 2em 0;
    }
    section#cta h2 {
        font-size: 1.5rem;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
}

@media (min-width: 1400px) {
}

/* ==========================================================================
		  Print
		 ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #1A1A1A !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
