/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    *//Act3 Child Theme/Contact Page.css
/*****************************************/



/* Contact Page Forms alignment styles */
.contact-page-forms .multi-address__maps .multi-address__map.multi-address__map--active {
    flex-direction: column;
}

.contact-page-forms .multi-address__maps .multi-address__map.multi-address__map--active .contact-title h2 {
    color: #fff;
    text-align: center;
}

.contact-page-forms .hs-form-field span {
    color: #fff;
    font-weight: bold;
}

.contact-page-forms .multi-address__maps .multi-address__map.multi-address__map--active .contact-title {
    display: block;
    padding-top: 96px;
}

.contact-page-forms .multi-address__maps .multi-address__map.multi-address__map--active {
    flex-direction: column;
}

.contact-page-forms .actions {
    display: flex;
    justify-content: flex-end;
}

.contact-page-forms form {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 96px;
}

/* Smaller Screens*/
@media only screen and (max-width: 1139px) {
  .contact-page-forms .multi-address__maps .multi-address__map.multi-address__map--active .contact-title {
    display: contents!important;
}
}


/* Cards Image Max height */
.content-card__img {
    max-height: 264px;
}

/* Image Gallery on Extreme E page aligned center*/
.center-aligned-gallery .gallery__row.row {
    justify-content: center;
}

/* Comparison Table - Ompare Page*/
tr {
    border-bottom: 1px solid;
}

td {
    border-right: 1px solid;
    text-align: center;
}

/* Blog Page - 3devo.com/blog */
.blog-listing-2__post .blog-card__img {
    max-height: 270px;
}


/*Shopify Buttons*/
div.shopify-buy-frame iframe {
    min-height: 120px!important;
}

/*Landing Page - Education*/
.background-linear-accent {
background: linear-gradient(111.02deg, #6fd3c7 0%, #359d9e 100%);
}

.add-border-radius-bottom {
  border-radius: 0 0 25px 25px;
}

.add-border-radius-top {
  border-radius: 25px 25px 0px 0px;
}