/*
 Theme Name:   AICE Child
 Description:  AICE | Hello Child Theme
 Author:       AICE
 Author URI:   https://aice.edu.au/
 Template:     hello-elementor
 Version:      1.0.0
*/

#livechat-eye-catcher-img{display:none !important;}


/** Start Block Kit CSS: 144-3-3a7d335f39a8579c20cdf02f8d462582 **/

.envato-block__preview{overflow: visible;}

/* Envato Kit 141 Custom Styles - Applied to the element under Advanced */

.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper{
	text-align: center;
}
.envato-kit-141-top-0 h1,
.envato-kit-141-top-0 h2,
.envato-kit-141-top-0 h3,
.envato-kit-141-top-0 h4,
.envato-kit-141-top-0 h5,
.envato-kit-141-top-0 h6,
.envato-kit-141-top-0 p {
	margin-top: 0;
}

.envato-kit-141-newsletter-inline .elementor-field-textual.elementor-size-md {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.envato-kit-141-bottom-0 p {
	margin-bottom: 0;
}

.envato-kit-141-bottom-8 .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
	margin-bottom: .5rem;
}

.envato-kit-141.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container {
	padding-bottom: 52px;
}

.envato-kit-141-display-inline {
	display: inline-block;
}

.envato-kit-141 .elementor-slick-slider ul.slick-dots {
	bottom: -40px;
}

/** End Block Kit CSS: 144-3-3a7d335f39a8579c20cdf02f8d462582 **/

.e_job_skills img {
	max-width: 80%;
}

/* accordion */

.elementor-element-d1c874c_bk .elementor-accordion-item {
  border: none;
}

#elementor-tab-title-2191_bk {
  border: 1px solid #d4d4d4;
}

#elementor-tab-content-2191_bk {
  border-top: none;
  padding: 16px 0 0;
}

#elementor-tab-content-2191 {
  padding: 16px 0;
}

/* aXcelerate */

.page-id-1247 .ax-course-instance-list.ax-table thead {
	display: none;
}

.page-id-1247 .ax-course-instance-list.ax-table td
{
  display: none;
}
.page-id-1247 .ax-course-instance-list.ax-table table td:last-child {
  display: inline-block;
	padding: 0;
	border: none
}

.e_btn_wraper .ax-course-button {
  align-items: start !important;
  justify-content: start;
}

/* course buttons */

.elementor-field-group-field_7d01359 {
	display: none;
}

.e_course_booking_btn {
  display: block;
  background-color: #12284C;
  color: white;
  padding: 20px 24px;
	margin-bottom: 12px;
}
.e_course_booking_btn:hover {
  background-color: #BEA072;
	color: white;
}

.e_course_booking_btn .location {
	font-size: 20px;
}

.e_course_booking_btn .location {
	font-size: 20px;
}

.e_course_booking_btn .name,
.e_course_booking_btn .dates,
.e_course_booking_btn .course_type {
	font-size: 16px;
}

.e_course_booking_btn .section_left {
    display: inline-block;
    width: 60%;
}
.e_course_booking_btn .section_right {
    display: inline-block;
    width: 40%;
}

.e_course_booking_btn .section_centre {
	text-align: center;
}

.section_right {
  text-align: right;
  font-size: 20px;
}

/* course details */

.e_course_details {
  list-style-type: none;
	margin: 0;
	padding: 0;
}

.e_course_details li {
  background-color: #BEA072;
  display: inline-block;
  color: white;
  font-weight: 400;
  padding: 12px;
  margin: 0 8px 0 0;
}

.e_hover_box h2 {
  background: #11223388;
  padding: 128px 0 128px;
	transition: all 1s ease-in-out;
	min-height: 320px;
}

.e_hover_box h2:hover {
  background: #112233aa;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
  background-color: white;
}

/* testimonials */

.elementor-testimonial__name, .elementor-testimonial__title {
  text-align: center;
}
/* elements */

.e_url_name { display: none;}

/* utilities */

.u_font_roboto * {
	font-family: 'Roboto' !important;
}

.u_font_roboto ul {
  margin-bottom: 24px;
}

.u_margin_bottom_0 {
	margin-bottom: 0px !important;
}

/* media queries */

@media screen and (min-width:768px) {
	.elementor-course-container .elementor-container .elementor-row {
    display: flex;
    flex-direction: row;
	}
}

/* ==========================================================================
   AICE Course Template Styles
   ========================================================================== */

.aice-course-wrapper {
	/* Map Elementor Global Variables with strict fallbacks */
	--primary: var(--e-global-color-primary, #12284C);
	--secondary: var(--e-global-color-secondary, #B3C5D7);
	--text: var(--e-global-color-text, #565555);
	--accent: var(--e-global-color-accent, #BEA072);
	--white: var(--e-global-color-638d9757, #ffffff);
	--black: var(--e-global-color-68a6ca36, #000000);
	--bg-light: #f8f9fa;
	
	--font-primary: var(--e-global-typography-primary-font-family, "Roboto"), sans-serif;
	--font-secondary: var(--e-global-typography-secondary-font-family, "Roboto Slab"), serif;

	font-family: var(--font-primary);
	color: var(--text);
	line-height: 1.7;
	background-color: var(--bg-light);
	padding-bottom: 80px;
}

.aice-course-wrapper h1, 
.aice-course-wrapper h2, 
.aice-course-wrapper h3, 
.aice-course-wrapper h4 {
	font-family: var(--font-primary);
	font-weight: 700;
	color: var(--primary);
	margin-top: 0;
}

/* Modern Hero Section */
.aice-hero {
	background: linear-gradient(135deg, var(--primary) 0%, #1a3a6c 100%);
	color: var(--white);
	padding: 80px 20px 120px;
	text-align: center;
	position: relative;
}
.aice-badge {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.1);
	color: var(--accent);
	padding: 6px 16px;
	border-radius: 30px;
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
	border: 1px solid rgba(190, 160, 114, 0.4);
}
.aice-hero h1 {
	color: var(--white);
	margin: 0 auto 25px auto; 
	line-height: 1.2;
	letter-spacing: -0.5px;
	max-width: 900px;
}
.aice-hero .aice-intro {
	max-width: 1060px;
	margin: 0 auto;
	font-family: var(--font-secondary);
	color: #e2e8f0;
	line-height: 1.8;
}

/* Layout Container */
.aice-container {
	max-width: 1350px;
	margin: -60px auto 0;
	padding: 0 20px;
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
	gap: 40px;
	align-items: start;
	position: static;
}

/* Main Content Area */
.aice-main-content {
	background: var(--bg-light); 
	border-radius: 12px;
	overflow: hidden;
	z-index: 9;
}

/* Featured Image */
.aice-featured-image {
	width: 100%;
	height: 520px;
	object-fit: cover;
	display: block;
	border-bottom: 4px solid var(--accent);
	border-radius: 12px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
	margin-bottom: 30px;
}

.aice-content-inner {
	padding: 0;
}

/* Accordion / Dropdown Styles for Main Content */
.aice-accordion {
	background: var(--white);
	border-radius: 10px;
	margin-bottom: 16px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
	border: 1px solid #f0f0f0;
	border-left: 5px solid #e2e8f0;
	overflow: hidden;
	transition: all 0.3s ease;
}
.aice-accordion:hover {
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
	border-left-color: var(--secondary);
}
.aice-accordion[open] {
	border-left-color: var(--accent);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.aice-accordion-header {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--primary);
	padding: 22px 65px 22px 25px; /* Extra right padding for icon */
	cursor: pointer;
	display: block; 
	list-style: none; /* Hides default marker */
	position: relative;
	transition: color 0.3s ease, background-color 0.3s ease;
}
/* Hide default arrow for WebKit */
.aice-accordion-header::-webkit-details-marker {
	display: none;
}

/* Custom Icon Circle Background */
.aice-accordion-header::before {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	background-color: rgba(179, 197, 215, 0.2);
	border-radius: 50%;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
/* Custom Icon Chevron */
.aice-accordion-header::after {
	content: "";
	position: absolute;
	right: 34px;
	top: calc(50% - 3px);
	width: 8px;
	height: 8px;
	border-right: 2px solid var(--primary);
	border-bottom: 2px solid var(--primary);
	transform: rotate(45deg);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover and Open Icon states */
.aice-accordion:hover .aice-accordion-header::before {
	background-color: rgba(190, 160, 114, 0.15); /* light accent */
}
.aice-accordion:hover .aice-accordion-header::after {
	border-color: var(--accent);
}
.aice-accordion[open] .aice-accordion-header {
	color: var(--accent);
	border-bottom: 1px solid #f4f6f9;
}
.aice-accordion[open] .aice-accordion-header::before {
	background-color: var(--primary);
	transform: translateY(-50%) scale(1.05);
}
.aice-accordion[open] .aice-accordion-header::after {
	transform: rotate(-135deg); /* Flips arrow up */
	border-color: var(--white);
	top: calc(50% + 1px);
}

.aice-accordion-content {
	padding: 30px 25px;
	animation: aice-fade-down 0.4s ease-out forwards;
}

@keyframes aice-fade-down {
	0% { opacity: 0; transform: translateY(-10px); }
	100% { opacity: 1; transform: translateY(0); }
}

/* WYSIWYG Content Styling */
.aice-section-content {
	font-size: 1.05rem;
}
.aice-section-content p {
	margin-bottom: 1.2em;
}
.aice-section-content p:last-child {
	margin-bottom: 0;
}
.aice-section-content ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 1.5em;
}
.aice-section-content ul li {
	position: relative;
	padding-left: 24px;
	margin-bottom: 8px;
}
.aice-section-content ul li::before {
	content: "•";
	color: var(--accent);
	font-weight: bold;
	font-size: 1.5em;
	position: absolute;
	left: 0;
	top: -4px;
}
.aice-section-content a {
	color: var(--primary);
	text-decoration-color: var(--accent);
	font-weight: 500;
	transition: all 0.2s ease;
}
.aice-section-content a:hover {
	color: var(--accent);
	background-color: rgba(190, 160, 114, 0.1);
}

/* Sidebar Area */
.aice-sidebar {
	position: sticky;
	top: 40px;
	align-self: start;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.aice-card {
	background: var(--white);
	padding: 35px 30px;
	border-radius: 12px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
	border-top: 4px solid var(--primary);
}
.aice-card h3 {
	font-size: 1.4rem;
	margin-bottom: 25px;
	color: var(--primary);
	padding-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
}

.aice-card a{ color: var(--accent) }

/* Quick Facts List with Icons */
.aice-quick-facts {
	list-style: none;
	padding: 0;
	margin: 0;
}
.aice-quick-facts li {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 20px;
}
.aice-quick-facts li:last-child {
	margin-bottom: 0;
}
.aice-icon-box {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	background: rgba(179, 197, 215, 0.2);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--primary);
}
.aice-icon-box svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}
.aice-fact-content {
	display: flex;
	flex-direction: column;
	overflow-wrap: anywhere;
}
.aice-fact-content span.label {
	font-weight: 600;
	color: var(--secondary);
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.aice-fact-content span.value {
	font-size: 1.05rem;
	color: var(--primary);
	font-weight: 500;
	margin-top: 2px;
}

/* Logos (Gallery) */
.aice-logos {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px dashed #eaeaea;
}
.aice-logos h4 {
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: var(--secondary);
	margin-bottom: 15px;
}
.aice-logo-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr)); /* Exactly 2 columns */
	gap: 15px;
	align-items: center; /* Vertically center differing heights */
	justify-items: center; /* Horizontally center */
}
.aice-logo-grid img {
	width: 100%;
	max-width: 255px; /* Enforce Max Width */
	height: auto;
	max-height: 90px; /* Prevents tall square logos from blowing up */
	object-fit: contain;
}

/* Get In Touch Button */
.aice-btn {
	display: block;
	width: 100%;
	text-align: center;
	background-color: var(--accent);
	color: var(--white) !important;
	padding: 14px 20px;
	border-radius: 6px;
	font-weight: 600;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-top: 30px;
	transition: all 0.3s ease;
	border: 1px solid transparent;
}
.aice-btn:hover {
	background-color: var(--primary);
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

/* Highlight/CTA Box */
.aice-highlight-box {
	background-color: var(--primary);
	color: var(--white);
	border-top: 4px solid var(--accent);
}
.aice-highlight-box h3 {
	color: var(--white);
	border-color: rgba(255,255,255,0.1);
}
.aice-highlight-box .aice-section-content {
	color: #e2e8f0;
	font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 992px) {
	.aice-container {
		grid-template-columns: 1fr;
		margin-top: 0;
		padding-top: 40px;
	}
	.aice-hero::after {
		display: none;
	}
	.aice-sidebar {
		position: static;
	}
}
@media (max-width: 768px) {
	.aice-hero {
		padding: 60px 20px;
	}
}


/* Modal Overlay Styling */
		.aice-modal-overlay {
			display: none; /* Hidden by default */
			position: fixed; 
			z-index: 99999; 
			left: 0;
			top: 0;
			width: 100%; 
			height: 100%; 
			background-color: rgba(0, 0, 0, 0.7); /* Dark semi-transparent background */
			align-items: center;
			justify-content: center;
		}
		/* Modal Box Styling */
		.aice-modal-box {
			background-color: #fff; /* Matches your dark blue form design */
			margin: auto;
			padding: 25px;
			border-radius: 5px;
			width: 90%;
			max-width: 750px;
			position: relative;
			box-shadow: 0 5px 20px rgba(0,0,0,0.3);
			animation: aiceModalFadeIn 0.3s ease-in-out;
		}
		/* Close Button (X) */
		.aice-modal-close-btn {
			color: #333;
			font-size: 28px;
			font-weight: bold;
			cursor: pointer;
			position: absolute;
			top: 10px;
			right: 15px;
			line-height: 1;
			transition: color 0.2s;
		}
		.aice-modal-close-btn:hover {
			color: #c4a977; /* Gold hover color */
		}
		/* Utility Class for JS to toggle display */
		.aice-show-modal {
			display: flex !important;
		}
		@keyframes aiceModalFadeIn {
			from { opacity: 0; transform: translateY(-20px); }
			to { opacity: 1; transform: translateY(0); }
		}

@media (max-width: 768px) {
	.aice-modal-overlay {
		overflow-y: scroll;
	}
}


/* X-Small devices (portrait phones, less than 576px) */
.elementor-course-container{
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0 1.5rem;
    font-family: "Merriweather", Sans-serif;
}

.elementor-course-box-heading-title{
    color: #172749;
    font-weight: 700;
}
.elementor-course-box-title{
    color: #000;
}
.elementor-course-box-description{
    line-height: 1.625rem;
}
.elementor-course-overview-box-wrapper{
    background-color: #f0f0f0;
    border-radius: 12px;
    padding: 1.25rem;
	margin-top: 2rem;
}
.elementor-course-overview-box-content{    
    border-radius: 12px;
    background-color: #fff;
}
.elementor-course-overview-content-wrapper{
    padding: 1.25rem;
    line-height: 1.625rem;
}
.elementor-course-overview-image-wrapper{
    line-height: 0;
    text-align: center;
}
.elementor-course-overview-box-heading-title{
    text-align: center;
    font-size: 1.25rem;
    margin: 0;
}
.elementor-course-overview-button-wrapper{
    text-align: center;
    margin-top: 1.25rem;
}
.elementor-button-primary{
    background-color: #d3b574!important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.text-center{
    text-align: center!important;
}
.elementor-course-overview-accreditation-wrapper{
    margin-top: 1.25rem;
}
.elementor-course-info-wrapper{
    border: #D9D9D9 solid 1px;
    border-radius: 12px;
    -webkit-box-shadow: 0 10px 10px -10px #000000;
    -moz-box-shadow: 0 10px 10px -10px #000000;
    box-shadow: 0 10px 10px -10px #000000;
    padding: 1.25rem 0;
}
.elementor-course-accreditation-icon-wrapper{
    padding: 1.25rem;
}

.elementor-course-detail{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.elementor-course-detail-title {
    position: relative;
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-radius: 12px;
    border: #B4B4B4 solid 1px;
}
.elementor-course-detail-title h4{
    margin: 0;
}

.elementor-course-detail-active  .elementor-course-detail-title {
    background-color: #CEB67D;
    border: none;
}
.elementor-course-detail-content {
    padding: 0 1.25rem;
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    transition: all 0.25s ease-out;
    color: #000;
    opacity: 0;
    line-height: 1.625rem;
}
.elementor-course-detail-active .elementor-course-detail-content {
    padding: 1.25rem;
    opacity: 1;
}
.elementor-course-detail p {
    color: #000;
    font-size: 15px;
    margin: 0;
}
.elementor-course-detail-title i {
    position: absolute;
    right: 0px;
}
.elementor-link-primary{
    color: #1920C2;
}
.elementor-text-primary{
    color: #172749;
}
.elementor-text-secondary{
    color: #B9A178;
}
.elementor-table{
    
}
.elementor-table-borderless{
    
}
.elementor-table-borderless td, .elementor-table-borderless th {
    border: none;
}
.elementor-course-detail-title h5{
    margin-bottom: 0.5rem;
	font-weight: 700;
}
.elementor-course-detail-title i{
    font-size: 1.25rem;
    top: 30%;
    right: 5%
}
.elementor-course-detail .elementor-course-detail-title i.fa-chevron-down{
    display: block;
}
.elementor-course-detail .elementor-course-detail-title i.fa-chevron-up{
    display: none;
}
.elementor-course-detail.elementor-course-detail-active .elementor-course-detail-title i.fa-chevron-down{
    display: none;
}
.elementor-course-detail.elementor-course-detail-active .elementor-course-detail-title i.fa-chevron-up{
    display: block;
}
a.text-center {
    color: blue;
}
.nowrap {
  white-space: nowrap;
}
.elementor-fw-bold{
	font-weight: 700;
}
.elementor-bg-primary{
	background-color: #B9A178;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    -webkit-box-pack: center!important;
    justify-content: center!important
}

.testimonials-slider__item {
        text-align: center !important;
    }
    .testimonials-slider .slick-slide img {
        text-align: center !important;
        display: inline-block;
        margin: 0 auto 20px auto;
    }
    .testimonials-slider--white+.testimonials__nav {
        bottom: -54px;
        left: 50%;
    }
    .testimonials-slider--white .slick-prev {
        left: 37%;
        bottom: -7%;
        top: inherit;
    }
    .testimonials-slider--white .slick-prev,
    .testimonials-slider .slick-next {
        width: 34px;
        height: 34px;
    }
    .testimonials-slider .slick-prev::before {
        left: 9px;
        top: 6px;
    }
    .testimonials-slider--white .slick-next {
        right: 39%;
        bottom: -7%;
        top: inherit;
    }
    .testimonials-slider .slick-next::before {
        left: 14px;
        top: 7px;
    }
    .front-blog .heading {
        text-align: center;
        margin: 0 auto;
    }
    .articles-slider__nav {
        margin-top: 20px;
        margin-bottom: 30px;
        left: 19%;
        position: absolute;
    }
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  
    .elementor-course-box-wrapper{
        padding-right: 2rem;
    }
    .elementor-course-container{
        padding: 0;
    }
	.elementor-course-info-wrapper{		
		padding: 1.25rem 2rem;
	}
	.elementor-course-overview-box-wrapper{
		margin-top: 0;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .elementor-course-container{
        margin-top: 5rem;
    }
    .elementor-course-box-heading-title{
        font-size: 2.625rem;
    }
    .elementor-course-box-title{
        font-size: 1.75rem;
    }
}

/* X-Large devices (large desktops, 1200px and up) */

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }


/** CF7 **/

.wpcf7 form .wpcf7-response-output{ 
	color: white;
	margin-top: 0;
	margin: 0 30px 30px
}