/*  # Suite Toggle Shortcode
	=========================================*/

.suite-toggle {
    color: #fff;
    margin-bottom: 10px;
    background: #333;
}

.suite-toggle .main-content {
    padding: 37px 30px 0;
}

.suite-toggle.click {
    transition: all 0.3s ease;
    background: #31312c !important;
}

.suite-toggle .price {
    display: inline-block;
    color: #fff;
    margin-bottom: 0;
}

.suite-toggle .price>span {
    margin-right: 4px;
    font-size: 14px;
}

.suite-toggle .toggle-content {
    position: relative;
}

.suite-toggle .toggle-content span {
    padding: 0 30px 22px;
    display: inline-block;
}

.suite-toggle .toggle-content span i,
.suite-toggle .extra-content .close-toggle i {
    background: #fff;
    padding: 7px;
    color: #000;
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
}

.suite-toggle .toggle-content span i:hover,
.suite-toggle .extra-content .close-toggle i:hover {
    background: #222;
    color: #fff !important;
}

.suite-toggle .extra-content {
    color: #fff;
    position: absolute;
    top: 60px;
    background: #31312c;
    padding: 15px 30px 0;
    z-index: 999;
    width: 100%;
}

.suite-toggle .extra-content p {
    color: #fff;
    font-size: 14px;
}

.suite-toggle .extra-content .close-toggle i {
    margin: 0 0 15px;
}

.suite-toggle h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
}

.suite-toggle .service-icon {
    margin-bottom: -5px;
}

.suite-toggle .service-icon i {
    font-size: 34px;
    margin-top: 20px;
    display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
    .suite-toggle .main-content {
        padding: 24px 12px 0;
    }

    .suite-toggle .toggle-content span {
        padding: 0 12px 22px;
    }

    .suite-toggle .extra-content {
        padding: 0 12px;
    }
}

/*  # Offers Toggle Shortcode
	=========================================*/

.offer-toggle figure {
    position: relative;
}

.offer-toggle .main-content {
    top: 0;
    padding: 30px 35px 70px;
}

.offer-toggle .offer-icon i {
    color: #fff;
    font-size: 48px;
    margin-bottom: 30px;
}

.offer-toggle .main-content h3,
.offer-toggle .main-content h4 {
    color: #fff;
}

.offer-toggle .main-content h4 {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}

.offer-toggle .main-content h3 {
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 20px;
}

.offer-toggle .toogle-plus {
    position: relative;
}

.offer-toggle .toogle-plus i {
    cursor: pointer;
    z-index: 1000;
    position: absolute;
    background: #437df9;
    padding: 0;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px solid;
    color: #fff;
    font-size: 10px;
    display: inline-block;
}

.offer-toggle .toggle-content {
    background: rgba(49, 49, 49, 0.93);
    padding: 70px 30px 55px;
    margin-top: -33px;
}

.offer-toggle .extra-content p {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 0;
}

.offer-toggle .toogle-plus i {
    position: relative;
    overflow: hidden;
}

.offer-toggle .toogle-plus i:after {
    content: "";
    background: rgba(255, 255, 255, 0.3);
    display: block;
    position: absolute;
    padding-top: 240%;
    padding-left: 240%;
    margin-top: -120%;
    margin-left: -120%;
    opacity: 0;
    transition: all 1s;
}

.offer-toggle .toogle-plus i:active:after {
    padding-top: 0;
    padding-left: 0;
    margin-top: 0;
    margin-left: 0;
    opacity: 1;
    transition: 0s;
}

.offer-toggle .toogle-plus i:after {
    background-color: #000;
}

#wrap .w-hide {
	display: none;
}