/**
* Theme Name: Dentissimo Child
* Description: This is a child theme of Dentissimo.
* Author: <a href="https://cmsmasters.net/">cmsmasters</a>
* Template: dentissimo
* Version: 1.0.0
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: dentissimo-child
* Copyright: cmsmasters 2025 / All Rights Reserved
*/
.back-box {
  background-color: #ffffff;
  border-radius: 1rem; /* same as rounded-2xl */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 2rem; /* same as p-8 */
}

.hero-bg {
  background: linear-gradient(
    to right,
    rgba(0, 159, 224, 0.15) 0%,
    #ffffff 50%,
    rgba(0, 159, 224, 0.08) 100%
  );
  padding-top: 5rem;   /* same as py-20 */
  padding-bottom: 5rem;
  text-align: center;
  padding-left: 1.5rem;  /* same as px-6 */
  padding-right: 1.5rem;
  border-radius:20px;
}


.popform-tooth {
    display: flex;
    flex-direction: column;
    width: 350px;
    margin: 0 auto;
}


.cmsmasters-layout-image-left {
    display: none;
}

.popform-tooth input {
    margin-bottom: 20px;
}
/*.real {*/
/*    margin-bottom: -28px;*/
/*}*/

.popform-tooth textarea{
    margin-bottom: 20px;
    height: 120px !important;
}

/*.elementor-widget__width-initial {*/
/*    display: none;*/
/*}*/

span.cmsmasters-postmeta__content a {
    display: none;
}
.paoc-popup-center-center .paoc-cb-popup-body {

    border-radius: 25px;
}

h3.cmsmasters-blog__post-title {
    display: -webkit-box;       /* Enables the box model for clamping */
    -webkit-box-orient: vertical; /* Sets vertical stacking */
    -webkit-line-clamp: 2;      /* Limits to 2 lines */
    overflow: hidden;            /* Hides overflow text */
    text-overflow: ellipsis;     /* Optional: adds “...” */
}
.cmsmasters-widget-image__wrap {

    width: 100% !important;

}
.e-gallery-image.elementor-widget-cmsmasters-gallery__item-image {
    border-radius: 15px;
}

span.cmsmasters-testimonial__author-subtitle{
    text-align: center;
}

.carl .cmsmasters-testimonial__avatar {
    display: none !important;
}

.cmsmasters-testimonial{
    min-height: 320px !important;
}

.cmsmasters-blog--type-default .cmsmasters-blog__post-thumbnail a img {

    border-radius: 15px;
}

h2.entry-title.cmsmasters-widget-title__heading{
    font-size: 40px;
}



/* Web Stories */

.new-web-stories .archive-web-stories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}
.new-web-stories .web-story-card {
    border: 1px solid transparent;
    background: #FFFFFF;
    box-shadow: 0 0 8px 0 rgba(53,53,53,0.18);
    transition: box-shadow .3s ease-out, transform .3s ease-out;
    border-radius: 6px;
    overflow: hidden;
}
.new-web-stories .web-story-card:hover {
    box-shadow: rgba(45,45,45,0.05) 0px 2px 2px, rgba(49,49,49,0.05) 0px 4px 4px, rgba(42,42,42,0.05) 0px 8px 8px, rgba(32,32,32,0.05) 0px 16px 16px, rgba(49,49,49,0.05) 0px 22px 22px, rgba(35,35,35,0.02) 0px 64px 64px;
    transform: translate(0, -4px);
}
.new-web-stories .web-story-card .ws-cnt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.new-web-stories .web-story-card .ws-inner {
    padding: 10px;
}
.new-web-stories .ws-cnt h3 {
    min-height: 132px;
    max-height: 132px;
    overflow: hidden;
}
.new-web-stories .ws-cnt h3 a {
    display: block;
    font-size: 18px;
    line-height: 22px;
    color: #00aeed;
}







@media only screen and (max-width :1600px) {
    
}

@media only screen and (max-width :1440px) and (min-width: 1400px) {
    
}

@media only screen and (max-width :1366px){
    
}

/*----------------------------- Small Laptop -------------------------------*/
@media only screen and (max-width :1280px) and (min-width: 1101px) {
    
}

/*----------------------------- Media 1024 -------------------------------*/
@media only screen and (max-width :1100px){
    
    /* Web Stories */
    
    .new-web-stories .archive-web-stories {
        grid-template-columns: repeat(3, 1fr);
    }
}

/*----------------------------- Media 768 -------------------------------*/
@media only screen and (max-width:999px){
    
}

/*----------------------------- Media 480 -------------------------------*/
@media only screen and (max-width:767px){
    
    /* Web Stories */
    
    .new-web-stories .archive-web-stories {
        grid-template-columns: repeat(2, 1fr);
    }
    
}

/*----------------------------- Media 320 -------------------------------*/
@media only screen and (max-width:479px){
    
    /* Web Stories */
    
    .new-web-stories .archive-web-stories {
        grid-template-columns: repeat(1, 1fr);
    }
    .new-web-stories .ws-cnt h3 {
        min-height: auto;
        max-height: inherit;
        margin-bottom: 20px;
    }
}



.elementor-widget-cmsmasters-animated-text {
    display: none;
}








