/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
.home .container-wrap {
    padding: 0px !important;
}
div#header-space, header#top {
    height: 100px !important;
}
header#top ul.sf-menu.sf-js-enabled.sf-arrows, header#top ul.buttons.sf-menu {
    height: 100px !important;
}
header#top li#menu-item-36 {
    order: 1;
    margin-left: 20px !important;
}
header#top li#menu-item-36 span {
    color: #7140EA;
    font-size: 20px;
    font-weight: 800;
    font-family: "Literata";
}
header#top i.icon-salient-cart::before {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D8D8D8;
    border-radius: 7px;
    background: linear-gradient(180deg, hsla(23, 94%, 51%, 1) 0%, hsla(340, 94%, 62%, 1) 100%);
    color: #fff;
    font-size: 15px;
    margin-top: -10px;
}
header#top span.icon-salient-search::before {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D8D8D8;
    border-radius: 7px;
    background: linear-gradient(180deg, hsla(252, 82%, 60%, 1) 0%, hsla(172, 77%, 45%, 1) 100%);
    color: #fff;
    font-size: 15px;
    margin-top: -15px;
}
/* ======================================= */
div#revoluiton-slider {
    margin: 0px !important;
}
div#revoluiton-slider sr7-txt#SR7_1_1-1-1 {
    background: linear-gradient(180deg, hsla(23, 94%, 51%, 1) 0%, hsla(340, 94%, 62%, 1) 100%) !important;
}
/* ========================================== */
div#about {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#about-inner .nectar-milestone {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, hsla(252, 82%, 60%, 1) 0%, hsla(172, 77%, 45%, 1) 100%);
    color: #fff;
    padding: 25px 30px !important;
    border-radius: 25px !important;
    margin: 0px 0px 20px 0px !important;
}
div#about-inner .nectar-fancy-ul {
    background: #fff;
    filter: drop-shadow(2px 4px 6px #ccc);
    padding: 10px 10px !important;
    border-radius: 20px;
    border: 1px solid #F7660B;
}
div#about-inner .nectar-fancy-ul ul {
    column-count: 3;
}
div#about-inner .fa-check:before {
    content: url(https://kellycaleb.com/wp-content/uploads/2025/06/Group-17.png) !important;
}
div#about-inner .nectar-fancy-ul ul li {
    list-style: none;
    position: relative;
    padding-left: 28px;
}
div#about-inner .nectar-fancy-ul ul li {
    font-family: "Literata";
    font-size: 14px;
}
/* =============================================== */
h5 span {
    background: linear-gradient(180deg, hsla(23, 94%, 51%, 1) 0%, hsla(340, 94%, 62%, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid;
    padding: 5px 10px !important;
    border-radius: 20px;
}
a#btn {
    background: linear-gradient(180deg, hsla(252, 82%, 60%, 1) 0%, hsla(172, 77%, 45%, 1) 100%);
    border-radius: 30px ! IMPORTANT;
}
a#btn.gra {
    background: linear-gradient(180deg, hsla(23, 94%, 51%, 1) 0%, hsla(340, 94%, 62%, 1) 100%);
    margin-right: 10px;
}
/* ======================================== */
div#service {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#service .row-bg.viewport-desktop.using-image {
    border-left: 40px solid #fff;
    border-right: 40px solid #fff;
    background-size: 100% 100%;
}
div#service-inner {
    margin-bottom: 40px !important;
}
div#service-inner .hover-wrap {
    background-image: url(https://kellycaleb.com/wp-content/uploads/2025/06/Vector-31.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 186px;
    height: 171px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .9s;
    filter: drop-shadow(2px 4px 6px #ccc);
    margin: 0 auto;
    margin-bottom: 20px;
}
div#service-inner .vc_col-sm-3:hover .hover-wrap {
    background-image: url(https://kellycaleb.com/wp-content/uploads/2025/06/Vector-32.png);
    transition: .9s;
}
div#service-inner .vc_col-sm-3:hover .hover-wrap img {
    filter: brightness(0) saturate(100%) invert(94%) sepia(81%) saturate(2%) hue-rotate(111deg) brightness(109%) contrast(100%);
}
div#service-inner .hover-wrap img {
    animation: img 15s ease-in-out 0s 1000 alternate-reverse forwards;
}
@keyframes img {
	0%,
	100% {
		transform: rotate(0deg);
		transform-origin: 50% 50%;
	}

	10% {
		transform: rotate(8deg);
	}

	20%,
	40%,
	60% {
		transform: rotate(-10deg);
	}

	30%,
	50%,
	70% {
		transform: rotate(10deg);
	}

	80% {
		transform: rotate(-8deg);
	}

	90% {
		transform: rotate(8deg);
	}
}
/* ================================================= */
div#product {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background: linear-gradient(180deg, hsla(252, 82%, 60%, 1) 0%, hsla(172, 77%, 45%, 1) 100%);
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart i {
	display: none;
}
div#product-inner span.price {
    display: none;
}
h2.woocommerce-loop-product__title {
    color: #222222 !important;
}
.flickity-prev-next-button:disabled {
    display: block !important;
}
body .woocommerce .nectar-woo-flickity[data-controls*=arrows] .previous {
    left: -25px;
}
body .woocommerce .nectar-woo-flickity[data-controls*=arrows] .next {
    right: -25px;
}
/* ============================================ */
div#mobile {
    padding: 40px 0px !important;
    margin-bottom: 0px !important;
}
div#mobile .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
    height: 410px;
}
div#mobile-inner {
    margin-bottom: 0px !important;
    padding-top: 20px !important;
}
a#btn-img.app {
    background-image: url(https://kellycaleb.com/wp-content/uploads/2025/06/pngwing.com-2025-01-22T011007.932-2-2.png);
}
a#btn-img.google {
    background-image: url(https://kellycaleb.com/wp-content/uploads/2025/06/pngwing.com-2025-01-22T011007.932-1-2.png);
}
a#btn-img {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: unset;
    font-size: 0px !important;
    padding: 20px 95px !important;
    margin-right: 20px;
    background-color: #fff0 !important;
}
/* =========================================== */
div#testimonial {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#testimonial-inner {
    margin: 0px 10px !important;
    background: #fff;
    padding: 25px !important;
    border-radius: 10px;
    filter: drop-shadow(2px 4px 6px #ccc);
}
div#testimonial-inner h3 img {
    width: 130px;
	animation: star 3s ease-in-out 0s 1000 alternate-reverse forwards;
}
@keyframes star {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}
div#testimonial-inner p {
    min-height: 200px;
}
div#testimonial-inner h4 span {
    margin: 0;
	background: linear-gradient(180deg, hsla(252, 82%, 60%, 1) 0%, hsla(172, 77%, 45%, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
div#testimonial button.owl-prev:before {
    content: "\f060";
    font-family: 'FontAwesome';
    font-size: 20px;
    box-shadow: unset !important;
    background: #fff;
    padding: 12px 14px;
    color: #1C75B8;
    border-radius: 50%;
    filter: drop-shadow(2px 4px 6px #ccc);
    transition: .9s;
}
div#testimonial button.owl-prev {
background: transparent;
font-size: 0;
border: 0px;
}
div#testimonial button.owl-next:before {
    content: "\f061";
    font-family: 'FontAwesome';
    font-size: 20px;
    box-shadow: unset !important;
    background: #fff;
    padding: 12px 14px;
    color: #1C75B8;
    border-radius: 50%;
    filter: drop-shadow(2px 4px 6px #ccc);
    transition: .9s;
}
div#testimonial button.owl-next {
background: transparent;
font-size: 0;
border: 0px;
}
div#testimonial .owl-carousel .owl-nav.disabled {
    display: block !important;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -80px;
}
div#testimonial button.owl-prev:hover:before, div#testimonial button.owl-next:hover:before {
    color: #fff;
    background: linear-gradient(180deg, hsla(252, 82%, 60%, 1) 0%, hsla(172, 77%, 45%, 1) 100%);
}
/* ============================================= */
div#video {
    padding: 20px 0px !important;
    margin-bottom: 0px !important;
}
 body .nectar-video-box[data-color="default-accent-color"][data-hover="zoom_button"] .nectar_video_lightbox:after {
	background: linear-gradient(180deg, hsla(252, 82%, 60%, 1) 0%, hsla(172, 77%, 45%, 1) 100%);
}
/* ============================================== */
div#blog {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#blog-inner-one .nectar-post-grid-item.animated-in {
    border-radius: 30px;
}
div#blog-inner-one .inner {
    border-radius: 30px;
}
div#blog-inner-one span.meta-date, span.meta-author-name {
    background: linear-gradient(180deg, hsla(252, 82%, 60%, 1) 0%, hsla(172, 77%, 45%, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
div#blog-inner-one span.nectar-post-grid-item__read-more.nectar-cta.nectar-inherit-label {
    background: linear-gradient(180deg, hsla(252, 82%, 60%, 1) 0%, hsla(172, 77%, 45%, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
div#blog-inner-one span.nectar-post-grid-item__read-more.nectar-cta.nectar-inherit-label svg {
    opacity: 0 !important;
	display:none !important;
}
/* ============================================== */
div#last-section {
    margin-bottom: -200px;
}
div#last-section .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
    height: 350px;
    top: unset;
    bottom: 0;
}
div#last-section-inner img {
    float: right;
    margin-right: 100px;
}
div#last-section-inner .vc_col-sm-7 {
    padding: 100px 0px 0px 100px !important;
}
/* ========================================== */
div#footer-widgets .row {
    padding: 40px 0px 20px 0px !important;
}
div#footer-outer .widget h4 {
    font-family: "Literata" !important;
    text-transform: capitalize !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    position: relative;
    padding-bottom: 10px !important;
}
div#footer-outer .widget h4:before {
    content: "";
    background: linear-gradient(180deg, hsla(252, 82%, 60%, 1) 0%, hsla(172, 77%, 45%, 1) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 80px;
animation: 2s move linear alternate infinite;
transform-origin: left;
}
@keyframes move {
0% {
transform: scale(.5)
}
}
div#footer-outer {
    background-image: url(https://kellycaleb.com/wp-content/uploads/2025/06/Section-4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #fff0 !important;
    border: 25px solid #fff;
    z-index: 9;
}
div#footer-widgets input.tnp-email {
    margin-bottom: 20px !important;
    border: 1px solid #D8D8D8;
    border-radius: 30px;
    color: #666;
}
div#footer-widgets input.tnp-submit {
    background-image: url(https://kellycaleb.com/wp-content/uploads/2025/06/Group-183646-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 40px !important;
    background-color: #fff0 !important;
    padding: 15px 0px !important;
}
#footer-outer .widget {
    margin-bottom: 10px;
}
div#nav_menu-2, div#nav_menu-3 {
    margin: 0 auto;
    display: table;
}
div#footer-widgets ul#menu-quick-links li a, div#footer-widgets ul#menu-useful-links li a {
    position: relative;
    padding-left: 20px !important;
}
div#footer-widgets ul#menu-quick-links li a:before, div#footer-widgets ul#menu-useful-links li a:before {
    content: "\f04b";
    position: absolute;
    left: 0;
    top: 0;
    font-family: "fontawesome";
    background: linear-gradient(180deg, hsla(252, 82%, 60%, 1) 0%, hsla(172, 77%, 45%, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 10px;
}
div#media_image-3 img {
    width: 200px;
}
/* ======================================= */
div#copyright {
    background-color: #fff0 !important;
}
div#copyright strong {
	background: linear-gradient(180deg, hsla(23, 94%, 51%, 1) 0%, hsla(340, 94%, 62%, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
div#copyright img {
    margin: 0px !important;
}
/* ====================================== */
a.button.wc-forward, a.button.checkout.wc-forward, button.single_add_to_cart_button.button.alt, button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained, a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    border-radius: 30px !important;
    background: linear-gradient(180deg, hsla(252, 82%, 60%, 1) 0%, hsla(172, 77%, 45%, 1) 100%);
}
body.material .page-header-no-bg {
    padding-top: 65px;
    margin-top: 0;
}
body[data-header-resize="0"] .container-wrap, body[data-header-resize="0"] .project-title {
    margin-top: 0;
    padding-top: 60px;
}
div#product {
    text-align: center !important;
}
div#product img {
    text-align: center !important;
    display: table;
    margin: 0 auto !important;
}
/* ========================================= */
@media (max-width: 1920px) {}
@media (max-width: 1600px) {
	.text-lft {
    margin-left: -80px;
}
}
@media (max-width: 1440px) {
	.text-lft {
    margin-left: -130px;
}
}
@media (max-width: 1366px) {
	    div#about-inner .nectar-milestone {
        margin: 0px 0px 40px 0px !important;
        padding: 25px 25px !important;
    }
}
@media (max-width: 1340px) {}
@media (max-width: 1336px) {}
@media (max-width: 1320px) {
	div#testimonial-inner p {
    min-height: 220px;
}
}
@media (max-width: 1280px) {
	.text-lft {
        margin-left: -110px;
    }
	    div#about-inner .nectar-milestone {
        margin: 0px 0px 10px 0px !important;
        padding: 25px 20px !important;
    }
	div#blog-inner p br {
    display: none;
}
}
@media (max-width: 1080px) {
	header#top .slide-out-widget-area-toggle.mobile-icon.slide-out-from-right {
    height: 100px !important;
}
	.text-lft {
        margin-left: -90px;
    }
	p, li a {
    font-size: 14px !important;
    line-height: 24px;
}
	div#about {
    padding: 40px 0px !important;
}
	div#about-inner .nectar-fancy-ul ul li {
    font-size: 13px;
}
div#about-inner .nectar-fancy-ul ul li {
    padding-left: 25px;
}
	div#about-inner .nectar-milestone .subject {
    font-size: 14px;
}
	        div#about-inner .nectar-milestone {
        margin: 0px 0px 50px 0px !important;
        padding: 15px 10px !important;
    }
	div#about-inner .nectar-fancy-ul ul {
    column-count: 3;
    margin-bottom: 0px;
}
	div#service {
    padding: 30px 0px !important;
}
	div#product {
    padding: 30px 0px !important;
}
	div#mobile .row-bg.viewport-desktop.using-image {
    background-size: cover;
    height: 410px;
    border-radius: 40px;
}
	div#mobile-inner img {
    width: 80%;
}
	div#testimonial {
    padding: 30px 0px !important;
}
	div#testimonial .owl-stage {
    padding: 10px 0px !important;
}
	div#blog {
    padding: 30px 0px !important;
}
	div#blog-inner-one span.meta-excerpt {
    font-size: 14px;
}
	div#blog-inner-one h3.post-heading {
    font-size: 18px !important;
}
	div#last-section-inner .vc_col-sm-7 {
    padding: 100px 0px 0px 50px !important;
}
	div#last-section .row-bg.viewport-desktop.using-image {
    background-size: cover;
    height: 350px;
    border-radius: 40px !important;
}
	div#footer-widgets input.tnp-submit {
    background-image: unset !important;
    border-radius: 40px !important;
    padding: 15px 0px !important;
    background: linear-gradient(180deg, hsla(252, 82%, 60%, 1) 0%, hsla(172, 77%, 45%, 1) 100%) !important;
}
	div#footer-outer {
    background-size: cover;
    border: 20px solid #fff;
    border-radius: 70px;
}
}
@media (max-width: 1024px) {
	    .text-lft {
        margin-left: -80px;
    }
	div#about-inner .nectar-milestone .subject {
        font-size: 13px;
    }
	    div#testimonial-inner p {
        min-height: 290px;
    }
	div#footer-outer .widget h4 {
    font-size: 18px !important;
}
}
@media (max-width: 912px) {
	header#top a#logo {
    filter: drop-shadow(2px 4px 6px #ccc);
}
	    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 95px !important;
    }
	header#top span.icon-salient-search::before {
    width: 35px;
    height: 35px;
    font-size: 15px;
    margin-top: -1px;
}
	header#top .col.span_9.col_last a {
    margin: 0px 5px;
}
	div#header-space, header#top {
    height: auto !important;
}
	div#about-inner {
    margin: 0px 80px;
    text-align: center;
}
	    div#about-inner .nectar-milestone {
        margin: 0px 0px 10px 0px !important;
        padding: 35px 50px !important;
    }
	div#about-inner .nectar-fancy-ul ul li {
        padding-left: 25px;
        text-align: left;
    }
	    div#about-inner .nectar-fancy-ul ul li {
        font-size: 14px;
    }
	div#service .row-bg.viewport-desktop.using-image {
    border-left: 30px solid #fff;
    border-right: 30px solid #fff;
    background-size: cover;
    border-radius: 60px !important;
}
	div#service-inner {
    margin: 10px 50px !important;
}
	div#service p br {
    display: none;
}
div#service .wpb_text_column.wpb_content_element {
    margin: 10px 50px;
}
	div#product-inner {
    margin: 0px 80px;
}
	div#product-inner .flickity-viewport {
    height: 500px !important;
}
	    div#mobile .row-bg.viewport-desktop.using-image {
        height: 380px;
    }
	    div#testimonial-inner p {
        min-height: 150px;
    }
	div#testimonial .owl-dots {
    display: none;
}
	div#video-inner {
    margin: 0px 80px;
}
	div#testimonial-inner h3 img {
    width: 100px;
} 
div#testimonial-inner {
    margin: 0px 30px !important;
    padding: 25px !important;
}
	div#testimonial .owl-carousel .owl-nav.disabled {
    position: unset;
    margin-top: 20px;
}
	div#testimonial .text {
    text-align: center;
}
	div#blog-inner .text {
    text-align: center;
    margin: 0px 80px;
}
	div#blog-inner-one .nectar-post-grid-item {
    width: 100%;
    margin: 20px 80px;
}
	div#blog a#btn {
    margin: 0 auto;
    display: table;
}
	div#last-section-inner .vc_col-sm-5 {
    width: 40%;
}
    div#last-section-inner .vc_col-sm-7 {
        padding: 100px 0px 0px 50px !important;
        width: 60%;
    }
	div#nav_menu-2, div#nav_menu-3 {
    display: unset;
}
	a#btn-img {
    padding: 20px 85px !important;
}
	div#last-section-inner img {
    margin-right: 30px;
}
}
@media (max-width: 800px) {
	    div#about-inner {
        margin: 0px 50px;
    }
		div#about-inner .nectar-milestone {
        margin: 0px 0px 10px 0px !important;
        padding: 30px 45px !important;
    }
	    div#service .wpb_text_column.wpb_content_element {
        margin: 10px 30px;
    }
	    div#service-inner {
        margin: 10px 20px !important;
    }
	    div#product-inner {
        margin: 0px 40px;
    }
	div#testimonial-inner {
        margin: 0px 10px !important;
        padding: 25px !important;
    }
	    div#testimonial-inner p {
        min-height: 210px;
    }
	    div#video-inner {
        margin: 0px 40px;
    }
	    a#btn-img {
        padding: 20px 85px !important;
        margin-right: 10px;
    }
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
	.text-lft {
        margin-left: -50px;
    }
	    div#about-inner {
        margin: 0px 0px;
    }
	    div#about-inner .nectar-milestone {
        margin: 0px 0px 10px 0px !important;
        padding: 10px 15px !important;
    }
	    div#service .row-bg.viewport-desktop.using-image {
        border-left: 20px solid #fff;
        border-right: 20px solid #fff;
    }
	    div#service .wpb_text_column.wpb_content_element {
        margin: 10px 10px;
    }
	div#product p br {
    display: none;
}
	div#mobile p br {
    display: none;
}
	div#mobile .wpb_text_column.wpb_content_element {
    padding: 0px 10px;
}
	a#btn-img {
        padding: 17px 75px !important;
        margin-right: 10px;
    }
	    div#mobile-inner img {
        width: 90%;
    }
	div#testimonial .text p br {
    display: none;
}
	    div#testimonial-inner p {
        min-height: 160px;
    }
	div#testimonial .owl-carousel .owl-nav.disabled {
    display: none !important;
}
	div#video-inner {
        margin: 0px 0px;
    }
	    div#blog-inner-one .nectar-post-grid-item {
        margin: 10px 10px;
    }
	div#blog-inner .text {
        margin: 0px 0px;
    }
	div#video {
    padding: 0px 0px !important;
}
	div#last-section-inner .vc_col-sm-7 {
        padding: 0px 0px 0px 0px !important;
        width: 100%;
        text-align: center;
    }
	    div#last-section-inner .vc_col-sm-5 {
        width: 100%;
    }
	div#last-section-inner img {
        float: unset;
        margin: 0 auto;
        display: table;
    }
	    div#last-section .row-bg.viewport-desktop.using-image {
        height: 100% !important;
        border-radius: 30px !important;
    }
	div#last-section {
    padding: 20px 20px !important;
}
	    div#footer-outer {
        border-radius: 40px;
        background-color: #f5f5f5 !important;
        background-image: unset !important;
		border: 10px solid #fff;
    }
	div#copyright {
    text-align: center;
}
	body #footer-outer #copyright .col ul {
        float: unset;
    }
}
@media (max-width: 428px) {
	    div#about-inner .nectar-milestone {
        margin: 0px 0px 0px 0px !important;
        padding: 10px 10px !important;
	   border-radius: 20px !important;
    }
	    div#about-inner .nectar-milestone .subject {
        font-size: 11px;
    }
	div#about-inner .number.default h1, .symbol-wrap {
    font-size: 35px !important;
    line-height: 35px !important;
    margin: 0px !important;
}
	div#about-inner .nectar-milestone .subject {
        font-size: 12px;
    }
	    div#about-inner .nectar-fancy-ul ul {
        column-count: 2;
        margin-bottom: 0px;
    }
	div#product-inner {
        margin: 0px 20px;
    }
}
@media (max-width: 414px) {}
@media (max-width: 390px) {
	    div#about-inner .nectar-milestone {
        padding: 9px 4px !important;
    }
}
@media (max-width: 375px) {
	    div#about-inner .nectar-milestone {
        padding: 5px 5px !important;
    }
	    div#product-inner {
        margin: 0px 0px;
    }
	    div#testimonial-inner p {
        min-height: 230px;
    }
}
@media (max-width: 360px) {}