/*!
Theme Name: Yasella Pharmaceuticals
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
p{margin-top:0px;}
.c-btn {
    padding-left: 60px!important;
}
.c-btn a {
    border: 1px solid #65A6B8 !important;
    border-radius: 50px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #11325B !important;
    padding: 10px 24px !important;
    line-height: 1.3 !important;
}
.c-btn a:hover,.c-btn a:focus {
    background-color: var(--e-global-color-primary)!important;
    border-color: var(--e-global-color-primary)!important;
    color: #fff!important;
}
.e-n-tabs-heading {
    background-color: #566D89;
    border-radius: 20px;
    padding: 45px 30px 40px 0px!important;
}
.e-n-tabs-heading button {
    border-radius: 0 10px 10px 0px !important;
    border: 0px !important;
}
.egf-footer ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.egf-footer ul.menu li {
    margin-bottom: 5px;
}
.egf-footer ul.menu li a {
    color: var(--e-global-color-primary);
}
.egf-footer ul.menu li a:hover {
    color: var(--e-global-color-accent);
}
.egf-footer .elementor-icon-list-icon svg path {
    fill: var(--e-global-color-primary) !important;
}
/* Post */
.yp-post-widget {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -12px;
}
.post-item {
    width: 50%;
    padding: 0px 12px;
    margin-bottom: 24px;
}
.post-item .inner-bx {
    position: relative;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.post-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 16px;
}
.p-img {
    position: relative;
    overflow: hidden;
    padding-top: 54%;
    border-radius: 16px;
}
.p-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    top: 0;
    left: 0;
    transition: .5s;
    border-radius: 16px;
}
.post-item .inner-bx:hover .p-img img {
    transform: scale(1.1);
}
.post-cont {
    position: absolute;
    z-index: 2;
    bottom: 35px;
    left: 35px;
    right: 35px;
    border-radius: 16px;
}
.post-cat {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 3px 20px;
    margin-bottom: 13px;
}
.post-title {
    max-width: 385px;
}
.post-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: -49px;
}
.p-btn {
    background-color: #C4DCE5 !important;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.p-btn:hover {
    transform: rotate(-45deg);
}
/* Products */
.ct-products-slider .swiper-wrapper {
    padding-bottom: 60px;
}
.ct-slide {
    height: auto!important;
}
.ct-product-card {
    background-color: #6FCADA;
    border: 1px solid #F1F5F9;
    border-radius: 16px;
    height: 100%;
    padding: 7px;
}
.ct-product-card:hover img {
    transform: scale(1.1);
}
.pr-cont {
    background-color: #fff;
    border-radius: 16px;
    padding: 15px;
}
.pr-title {
    font-size: 18px;
    font-weight: 700;
}
.pr-btn {
    font-size: 14px;
    border: 2px solid #64A5B7;
    border-radius: 50px;
    padding: 6px 15px;
    color: #11325B;
}
.pr-btn:hover, .pr-btn:focus {
    background-color: #64a5b7;
    color: #fff;
}
.pr-image {
    padding: 30px;
}
.pr-image img {
    height: 220px !important;
    width: 220px;
    object-fit: contain;
    margin: 0 auto;
    transition: .5s;
}
.pr-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.pr-price {
    font-size: 18px;
    color: #11325B;
    font-weight: 700;
}
.swiper-pagination-bullet {
    width: 10px!important;
    height: 10px!important;
}
.swiper-pagination-bullet-active {
    background: #64A5B7!important;
}
/* Contact Page */
.fi-t .elementor-icon {
    background-color: var(--e-global-color-accent);
    padding: 16px;
    border-radius: 100px 100px 100px 100px;
}
.cl {
    margin-bottom: 27px;
}
.cl.fbtn {
    margin-bottom: 0px;
}
.cl input:not(.wpcf7-submit), .cl select, .cl textarea {
    width: 100%;
    border-radius: 10px !important;
    padding: 12px 20px !important;
    background-color: transparent !important;
    border: 1px solid #ccc!important;
    box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.2);
    border: 0px !important;
}
.cl input:not(.wpcf7-submit):focus, .cl select:focus, .cl textarea:focus { 
    box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.cl textarea {
    height: 110px;
}
.cl br {
    display: none;
}
.cl p {
    margin: 0px;
}
.yp-d .elementor-divider-separator {
    border-radius: 0px 4px 4px 0px;
}
/* Products */
.swiper-slide-inner {
    display: flex;
    justify-content: center;
}
.l-s ul {
    list-style: none;
    counter-reset: item;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0;
}
.l-s ul li {
    counter-increment: item;
    position: relative;
    margin-bottom: 25px;
    width: 25%;
    padding: 0px 15px 0px 40px;
}
.l-s ul li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0;
    width: 27px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--e-global-color-accent);
    color: #ffffff;
    font-weight: 700;
}
/* Footer */
.egf-footer .elementor-icon-list-items {
    margin: 0!important;
    padding: 0!important;
    list-style: none!important;
}
.egf-footer .elementor-icon-list-icon {
    display: flex;
    inset-block-start: var(--icon-vertical-offset, initial);
    position: relative;
}
.egf-footer .elementor-icon-list-icon svg {
    height: 20px!important;
    width: 20px!important;
    margin-right: 5px!important;
}
.egf-footer .elementor-icon-list-text {
    align-self: center!important;
    padding-inline-start: 5px!important;
}
.egf-footer .elementor-icon-list-item,
.egf-footer .elementor-icon-list-item a {
    align-items: var(--icon-vertical-align, center);
    display: flex;
    font-size: inherit;
}
/* Responsive */
@media only screen and (max-width: 1024px) {
.c-btn {
    padding-left: 0px!important;
    padding-top: 15px!important;
}
.c-btn a {
    width: auto !important;
    display: inline-block !important;
    color: #fff !important;
}
.post-title {
    max-width: 265px;
}
}
@media only screen and (max-width: 767px) {
.t-stl {
    color: var(--e-global-color-text) !important;
}
.post-item {
    width: 100%;
}
.l-s ul li {
    width: 100%;
}
}
