/**
 * Theme Name: Catherine Marshall
 * Description: Custom Child theme
 * Author: RicciardiDesigns.com
 * Template: blocksy
 * Text Domain: blocksy
 */

.ct-menu-link:not(:empty) {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}
.menu-item-86.ct-active .ct-menu-link:not(:empty) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

}

p {
  text-wrap: pretty;
}

h1, h2, h3 {
  text-wrap: balance;
}

body .ginner-container.desc-bottom {
    height: 85vh!important;
}

select, textarea, input:is([type=url],[type=tel],[type=text],[type=time],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=number],[type=search],[type=password]), .ct-pseudo-input, fieldset .wc-stripe-elements-field, .ff-inherit-theme-style .ff-el-form-control:not([size]):not([multiple]) {

    background-color: #FDFCFB!important;
}