/**
Theme Name: Regular Blog
Theme URI: https://ascendoor.com/themes/regular-blog/
Author: Ascendoor
Author URI: https://ascendoor.com/
Description: Regular Blog is a child theme of EnterpriseUp. This is a multipurpose WordPress theme designed to work for personal blogs and corporate websites. This theme is packed with a lot of awesome features that can be used for various kinds of websites with a focus on business sites. Regular Blog is a multipurpose WordPress Theme with robust and flexible features with a slick design to give your website the modern edge. With highly customizable features, your website can gain a unique look. Regular Blog works with various WordPress plugins and is fully responsive and cross-browser compatible. Check the demo at: https://demos.ascendoor.com/regular-blog/
Version: 1.0.1
Requires PHP: 5.6
Tested up to: 6.4
Requires at least: 5.0
Template: enterpriseup
Text Domain: regular-blog
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-background, custom-logo, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready, theme-options, footer-widgets, full-width-template, left-sidebar, right-sidebar, blog, portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

EnterpriseUp is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/* Banner section CSS start
--------------------------------------------- */

.enterpriseup-main-banner-section .enterpriseup-banner-slider-single {
    min-height: 650px;
}

@media (max-width: 769px) {
    .enterpriseup-main-banner-section .enterpriseup-banner-slider-single {
        min-height: 550px;
    }
}

@media (max-width: 600px) {
    .enterpriseup-main-banner-section .enterpriseup-banner-slider-single {
        min-height: 480px;
    }
}

.enterpriseup-main-banner-section .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail .enterpriseup-banner-slider-detail-inside .enterpriseup-banner-head-title {
    font-size: var(--section-head-font-size);
}


/* Banner section CSS end
--------------------------------------------- */


/* frontpage prom section CSS start
--------------------------------------------- */

.enterpriseup-main-banner-section+.enterpriseup-prom-section {
    padding-top: 30px;
}

.enterpriseup-prom-section .enterpriseup-prom-section-wrapper {
    display: grid;
    grid-gap: 30px;
}

.enterpriseup-prom-section .enterpriseup-prom-section-wrapper .enterpriseup-prom-single {
    position: relative;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    overflow: hidden;
}

.enterpriseup-prom-section .enterpriseup-prom-section-wrapper .enterpriseup-prom-single .enterpriseup-prom-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.enterpriseup-prom-section .enterpriseup-prom-section-wrapper .enterpriseup-prom-single .enterpriseup-prom-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

.enterpriseup-prom-section .enterpriseup-prom-section-wrapper .enterpriseup-prom-single .enterpriseup-prom-img::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    transform-origin: bottom;
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.enterpriseup-prom-section .enterpriseup-prom-section-wrapper .enterpriseup-prom-single .enterpriseup-prom-detail {
    position: relative;
    color: var(--background-color-white);
    display: flex;
    flex-direction: column;
}

.enterpriseup-prom-section .enterpriseup-prom-section-wrapper .enterpriseup-prom-single .enterpriseup-prom-detail .enterpriseup-prom-subtitle {
    margin: 0;
    font-weight: normal;
    font-family: var(--font-main);
    font-size: var(--single-small-title-font-size);
    order: 2;
    margin-top: 10px;
}

.enterpriseup-prom-section .enterpriseup-prom-section-wrapper .enterpriseup-prom-single .enterpriseup-prom-detail .enterpriseup-prom-title {
    order: 1;
    margin: 0;
    font-size: var(--single-big-title-font-size);
}

.enterpriseup-prom-section .enterpriseup-prom-section-wrapper .enterpriseup-prom-single .enterpriseup-prom-detail .enterpriseup-button {
    order: 3;
    margin-top: 10px;
    display: flex;
}

.enterpriseup-prom-section .enterpriseup-prom-section-wrapper .enterpriseup-prom-single:hover .enterpriseup-prom-img img {
    transform: scale(1.05);
    filter: grayscale(1);
}

.enterpriseup-prom-section .enterpriseup-prom-section-wrapper .enterpriseup-prom-single:hover .enterpriseup-prom-img::after {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
}

.enterpriseup-prom-section .enterpriseup-prom-section-wrapper .enterpriseup-prom-single:focus-within .enterpriseup-prom-img img {
    transform: scale(1.05);
    filter: grayscale(1);
}

.enterpriseup-prom-section .enterpriseup-prom-section-wrapper .enterpriseup-prom-single:focus-within .enterpriseup-prom-img::after {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
}

.enterpriseup-prom-section.enterpriseup-two-col-prom-section .enterpriseup-prom-section-wrapper {
    grid-template-columns: var(--main-column-grid);
}

.enterpriseup-prom-section.enterpriseup-three-col-prom-section .enterpriseup-prom-section-wrapper {
    grid-template-columns: var(--main-column-grid);
}

.enterpriseup-prom-section.enterpriseup-three-col-prom-section .enterpriseup-prom-section-wrapper .enterpriseup-prom-single:nth-child(1) {
    grid-row-end: span 2;
}

@media (max-width: 768px) {
    .enterpriseup-prom-section.enterpriseup-three-col-prom-section .enterpriseup-prom-section-wrapper .enterpriseup-prom-single:nth-child(1) {
        grid-row-end: span 1;
    }
}

.enterpriseup-prom-section.enterpriseup-three-col-prom-section .enterpriseup-prom-section-wrapper .enterpriseup-prom-single:nth-child(4) {
    grid-column-end: span 2;
}

@media (max-width: 768px) {
    .enterpriseup-prom-section.enterpriseup-three-col-prom-section .enterpriseup-prom-section-wrapper .enterpriseup-prom-single:nth-child(4) {
        grid-column-end: span 1;
    }
}

.enterpriseup-prom-section.enterpriseup-four-col-prom-section .enterpriseup-prom-section-wrapper {
    grid-template-columns: var(--main-column-grid);
}

.enterpriseup-prom-section.enterpriseup-four-col-prom-section .enterpriseup-prom-section-wrapper .enterpriseup-prom-single:nth-child(4n+1),
.enterpriseup-prom-section.enterpriseup-four-col-prom-section .enterpriseup-prom-section-wrapper .enterpriseup-prom-single:nth-child(4n) {
    grid-column-end: span 2;
}

@media (max-width: 480px) {
    .enterpriseup-prom-section.enterpriseup-four-col-prom-section .enterpriseup-prom-section-wrapper .enterpriseup-prom-single:nth-child(4n+1),
    .enterpriseup-prom-section.enterpriseup-four-col-prom-section .enterpriseup-prom-section-wrapper .enterpriseup-prom-single:nth-child(4n) {
        grid-column-end: span 1;
    }
}


/* frontpage prom section CSS end
--------------------------------------------- */


/* frontpage trending section CSS end
--------------------------------------------- */

.enterpriseup-trending-section .enterpriseup-trending-section-wrapper {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1025px) {
    .enterpriseup-trending-section .enterpriseup-trending-section-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 769px) {
    .enterpriseup-trending-section .enterpriseup-trending-section-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .enterpriseup-trending-section .enterpriseup-trending-section-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.enterpriseup-trending-section .enterpriseup-trending-section-wrapper .trending-single {
    position: relative;
}

.enterpriseup-trending-section .enterpriseup-trending-section-wrapper .trending-single a {
    height: 250px;
    display: block;
    background: #fff;
}

.enterpriseup-trending-section .enterpriseup-trending-section-wrapper .trending-single a .trending_item_img {
    transition: all 300ms linear;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.enterpriseup-trending-section .enterpriseup-trending-section-wrapper .trending-single a .trending_item_title {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    color: var(--color-text-white);
    opacity: 0.7;
    margin-bottom: 0;
    padding: 1rem;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: all 300ms linear;
    font-family: var(--font-main);
    font-size: var(--single-title-font-size);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #3a3a3a 100%);
}

.enterpriseup-trending-section .enterpriseup-trending-section-wrapper .trending-single a:focus-within {
    outline-offset: 2px;
}

.enterpriseup-trending-section .enterpriseup-trending-section-wrapper .trending-single a:hover .trending_item_title {
    opacity: 1;
}

.enterpriseup-trending-section .enterpriseup-trending-section-wrapper .trending-single a:focus .trending_item_title {
    opacity: 1;
}


/* frontpage trending section CSS end
--------------------------------------------- */


/* frontpage video section CSS start
--------------------------------------------- */

.enterpriseup-product-video-section.style-1 {
    position: relative;
}

.enterpriseup-product-video-section.style-1 .enterpriseup-product-video-background-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.enterpriseup-product-video-section.style-1 .enterpriseup-product-video-background-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.enterpriseup-product-video-section.style-1 .enterpriseup-product-video-background-img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    opacity: 0.20;
    z-index: 0;
}

.enterpriseup-product-video-section.style-1 .enterpriseup-product-video-details {
    position: relative;
    text-align: center;
    padding: 30px 0;
    color: var(--background-color-white);
}

.enterpriseup-product-video-section.style-1 .enterpriseup-product-video-details .section-header-subtitle {
    margin-bottom: 30px;
}

.enterpriseup-product-video-section.style-1 .enterpriseup-product-video-details .section-header-subtitle .section-title {
    color: var(--color-text-white);
}

.enterpriseup-product-video-section.style-1 .enterpriseup-product-video-details a.enterpriseup-video-play-btn {
    text-decoration: none;
    margin-top: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    font-size: 20px;
    line-height: 1;
    position: relative;
    color: var(--color-text-white);
    border-radius: 50%;
    position: relative;
    transition: all .35s ease;
}

.enterpriseup-product-video-section.style-1 .enterpriseup-product-video-details a.enterpriseup-video-play-btn i {
    position: relative;
}

.enterpriseup-product-video-section.style-1 .enterpriseup-product-video-details a.enterpriseup-video-play-btn::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 50%;
    background-color: var(--primary-color);
    opacity: 0.5;
    animation: pulse 1s ease-in infinite;
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }
    70% {
        -moz-box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }
}

.enterpriseup-product-video-section.style-1 .enterpriseup-product-video-details a.enterpriseup-video-play-btn:focus,
.enterpriseup-product-video-section.style-1 .enterpriseup-product-video-details a.enterpriseup-video-play-btn:hover {
    box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0.2);
}

.enterpriseup-product-video-section.style-1 .enterpriseup-product-video-details a.enterpriseup-video-play-btn:focus::before,
.enterpriseup-product-video-section.style-1 .enterpriseup-product-video-details a.enterpriseup-video-play-btn:hover::before {
    animation: none;
}


/* frontpage video section CSS end
--------------------------------------------- */


/* Contact section CSS start
--------------------------------------------- */

.enterpriseup-contact-section.style-1 .contact-main-wrapper {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 767px) {
    .enterpriseup-contact-section.style-1 .contact-main-wrapper {
        grid-template-columns: 1fr;
    }
}

.enterpriseup-contact-section.style-1 .contact-main-wrapper .contact-section-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.enterpriseup-contact-section.style-1 .contact-main-wrapper .contact-header-wrap {
    position: relative;
    z-index: 1;
    grid-column: span 2;
}

@media (max-width: 767px) {
    .enterpriseup-contact-section.style-1 .contact-main-wrapper .contact-header-wrap {
        grid-column: span 1;
    }
}

.enterpriseup-contact-section.style-1 .contact-main-wrapper .Contact-address-wrap {
    position: relative;
    z-index: 1;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: var(--main-column-grid);
    grid-column: span 2;
}

@media (max-width: 767px) {
    .enterpriseup-contact-section.style-1 .contact-main-wrapper .Contact-address-wrap {
        grid-column: span 1;
    }
}

.enterpriseup-contact-section.style-1 .contact-main-wrapper .Contact-address-wrap .contact-address {
    border-radius: 10px;
    padding: 40px 40px 50px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    transition: .3s;
}

@media (min-width: 768px) {
    .enterpriseup-contact-section.style-1 .contact-main-wrapper .Contact-address-wrap .contact-address:hover {
        transform: translateY(-5px);
    }
}

.enterpriseup-contact-section.style-1 .contact-main-wrapper .Contact-address-wrap .contact-address .icon {
    color: var(--secondary-color);
    border-radius: 100%;
    font-size: 40px;
    display: inline-block;
    margin-bottom: 17px;
    line-height: 6px;
}

.enterpriseup-contact-section.style-1 .contact-main-wrapper .Contact-address-wrap .contact-address .inner .title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
}

.enterpriseup-contact-section.style-1 .contact-main-wrapper .Contact-address-wrap .contact-address .inner p {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 0;
}

.enterpriseup-contact-section.style-1 .contact-main-wrapper .Contact-address-wrap .contact-address .inner p a {
    text-decoration: none;
    color: var(--color-text-main);
}

.enterpriseup-contact-section.style-1 .contact-main-wrapper .contact-form-wrap {
    position: relative;
    z-index: 1;
}

.enterpriseup-contact-section.style-1 .contact-main-wrapper .contact-form-wrap label input,
.enterpriseup-contact-section.style-1 .contact-main-wrapper .contact-form-wrap label textarea {
    width: 100%;
}

.enterpriseup-contact-section.style-2 {
    position: relative;
}

.enterpriseup-contact-section.style-2 .contact-section-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.enterpriseup-contact-section.style-2 .contact-section-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.enterpriseup-contact-section.style-2 .contact-main-wrapper {
    position: relative;
    z-index: 1;
    display: grid;
    grid-column-gap: 30px;
    background: #fff;
    box-shadow: 0 30px 50px 0 rgba(10, 0, 58, 0.8);
    left: 0;
    min-height: 490px;
    padding: 65px 70px 65px 60px;
    max-width: 870px;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 767px) {
    .enterpriseup-contact-section.style-2 .contact-main-wrapper {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}

@media (max-width: 480px) {
    .enterpriseup-contact-section.style-2 .contact-main-wrapper {
        padding: 25px;
    }
}

.enterpriseup-contact-section.style-2 .contact-main-wrapper .contact-header-wrap {
    text-align: start;
    align-self: center;
}

@media (min-width: 768px) {
    .enterpriseup-contact-section.style-2 .contact-main-wrapper .contact-header-wrap {
        order: 1;
    }
}

@media (min-width: 768px) {
    .enterpriseup-contact-section.style-2 .contact-main-wrapper .Contact-address-wrap {
        order: 3;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .enterpriseup-contact-section.style-2 .contact-main-wrapper .Contact-address-wrap {
        display: grid;
        grid-gap: 30px;
        grid-template-columns: var(--small-column-grid);
    }
}

.enterpriseup-contact-section.style-2 .contact-main-wrapper .Contact-address-wrap .contact-address .icon {
    display: none;
}

.enterpriseup-contact-section.style-2 .contact-main-wrapper .Contact-address-wrap .contact-address .inner .title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.enterpriseup-contact-section.style-2 .contact-main-wrapper .Contact-address-wrap .contact-address .inner p {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 400;
}

.enterpriseup-contact-section.style-2 .contact-main-wrapper .Contact-address-wrap .contact-address .inner p a {
    text-decoration: none;
    color: var(--color-text-main);
}

.enterpriseup-contact-section.style-2 .contact-main-wrapper .Contact-address-wrap .contact-address .inner p a:hover {
    color: var(--secondary-color);
}

.enterpriseup-contact-section.style-2 .contact-main-wrapper .Contact-address-wrap .contact-address .inner p a:focus {
    color: var(--secondary-color);
}

@media (min-width: 768px) {
    .enterpriseup-contact-section.style-2 .contact-main-wrapper .contact-form-wrap {
        order: 2;
        grid-row: span 2;
    }
}

.enterpriseup-contact-section.style-2 .contact-main-wrapper .contact-form-wrap label input,
.enterpriseup-contact-section.style-2 .contact-main-wrapper .contact-form-wrap label textarea {
    width: 100%;
}

.enterpriseup-contact-section.style-3 {
    position: relative;
}

.enterpriseup-contact-section.style-3 .contact-section-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.enterpriseup-contact-section.style-3 .contact-section-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.enterpriseup-contact-section.style-3 .contact-section-img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    z-index: 0;
}

.enterpriseup-contact-section.style-3 .contact-main-wrapper {
    position: relative;
    z-index: 1;
    display: grid;
    grid-column-gap: 30px;
    left: 0;
    min-height: 490px;
    padding: 65px 70px 65px 60px;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 768px) {
    .enterpriseup-contact-section.style-3 .contact-main-wrapper {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .enterpriseup-contact-section.style-3 .contact-main-wrapper {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}

@media (max-width: 480px) {
    .enterpriseup-contact-section.style-3 .contact-main-wrapper {
        padding: 25px;
    }
}

.enterpriseup-contact-section.style-3 .contact-main-wrapper .contact-header-wrap {
    text-align: start;
    align-self: center;
    color: var(--color-text-white);
}

@media (min-width: 768px) {
    .enterpriseup-contact-section.style-3 .contact-main-wrapper .contact-header-wrap {
        order: 1;
    }
}

.enterpriseup-contact-section.style-3 .contact-main-wrapper .contact-header-wrap .section-title {
    color: var(--color-text-white);
}

.enterpriseup-contact-section.style-3 .contact-main-wrapper .Contact-address-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (min-width: 768px) {
    .enterpriseup-contact-section.style-3 .contact-main-wrapper .Contact-address-wrap {
        order: 3;
    }
}

.enterpriseup-contact-section.style-3 .contact-main-wrapper .Contact-address-wrap .contact-address {
    color: var(--color-text-white);
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.enterpriseup-contact-section.style-3 .contact-main-wrapper .Contact-address-wrap .contact-address .icon {
    font-size: 40px;
    color: var(--secondary-color);
}

.enterpriseup-contact-section.style-3 .contact-main-wrapper .Contact-address-wrap .contact-address .inner .title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.enterpriseup-contact-section.style-3 .contact-main-wrapper .Contact-address-wrap .contact-address .inner p {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 400;
}

.enterpriseup-contact-section.style-3 .contact-main-wrapper .Contact-address-wrap .contact-address .inner p a {
    text-decoration: none;
    color: var(--color-text-white);
}

.enterpriseup-contact-section.style-3 .contact-main-wrapper .Contact-address-wrap .contact-address .inner p a:hover {
    color: var(--secondary-color);
}

.enterpriseup-contact-section.style-3 .contact-main-wrapper .Contact-address-wrap .contact-address .inner p a:focus {
    color: var(--secondary-color);
}

@media (min-width: 768px) {
    .enterpriseup-contact-section.style-3 .contact-main-wrapper .contact-form-wrap {
        order: 2;
        grid-row: span 2;
    }
}

.enterpriseup-contact-section.style-3 .contact-main-wrapper .contact-form-wrap label {
    color: var(--color-text-white);
}

.enterpriseup-contact-section.style-3 .contact-main-wrapper .contact-form-wrap label input,
.enterpriseup-contact-section.style-3 .contact-main-wrapper .contact-form-wrap label textarea {
    width: 100%;
}

.enterpriseup-contact-section.style-3 .contact-main-wrapper .contact-form-wrap input[type="submit"] {
    background-color: var(--secondary-color);
}

.enterpriseup-contact-section.style-3 .contact-main-wrapper .contact-form-wrap input[type="submit"]:hover {
    background-color: var(--primary-color);
}

.enterpriseup-contact-section.style-3 .contact-main-wrapper .contact-form-wrap .wpcf7 form .wpcf7-response-output {
    background-color: #00a0d2;
}

.enterpriseup-contact-section.style-3 .contact-main-wrapper .contact-form-wrap .wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
}

.enterpriseup-contact-section.style-3 .contact-main-wrapper .contact-form-wrap .wpcf7 form.failed .wpcf7-response-output,
.enterpriseup-contact-section.style-3 .contact-main-wrapper .contact-form-wrap .wpcf7 form.aborted .wpcf7-response-output {
    background-color: #dc3232;
}

.enterpriseup-contact-section.style-3 .contact-main-wrapper .contact-form-wrap .wpcf7 form.spam .wpcf7-response-output {
    background-color: #f56e28;
}

.enterpriseup-contact-section.style-3 .contact-main-wrapper .contact-form-wrap .wpcf7 form.invalid .wpcf7-response-output,
.enterpriseup-contact-section.style-3 .contact-main-wrapper .contact-form-wrap .wpcf7 form.unaccepted .wpcf7-response-output,
.enterpriseup-contact-section.style-3 .contact-main-wrapper .contact-form-wrap .wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #ffb900;
}


/* Contact section CSS end
--------------------------------------------- */


/*  magnific popup */

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    width: auto;
    padding: 5px 10px;
    line-height: 1;
    height: auto;
}


/*  magnific popup */