/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1756203677
Updated: 2025-08-26 10:21:17

*/
nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow {
    width: 100% !important;
}
body p{
	font-size:16px;
}
header#masthead {
    position: sticky !important;
    top: 0;
    box-shadow: 0 5px 50px #00000017;
}
p {
    margin-bottom: 0;
}
ul.slick-dots button {
    font-size: 0px !important;
}
ul.slick-dots {
    list-style: none;
    margin: 0;
    display: flex;
    gap: 5px;
    justify-content: center;
    padding-left: 0;
    padding-top: 20px;
}
.slick-dots li button:before {
  content: '' !important;
  display: none !important;
}

.slick-dots li button:before {
  content: '' !important;
}

.slick-dots li button {
  width: 16px;
  height: 16px;
  border: 2px solid #b14c7b;
  border-radius: 50%;
  background: transparent;
  padding: 0;
  position: relative;
}
.slick-dots li button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.slick-dots li.slick-active button::after {
  background: #b14c7b;
}
.slick-slide {
    margin: 20px;
}

.with h2::before {
  content: "";
  display: inline-block;
  width: 100px;    
  height: 100px;
  margin-right: 10px;
  vertical-align: middle;
  background: url("https://sharigrigsby.com/wp-content/uploads/2025/08/mail-2.svg") no-repeat center;
  background-size: contain;
  rotate: 320deg;
  top: -22px;
  position: absolute;
  z-index: -1;
  left: -87px;
}
.cs-post-head h1{
	font-family: "Great Vibes", Sans-serif";
}
.with h2 {
    position: relative;
    z-index: 2;
}
.cus_newsletter input {
    background: transparent;
    border: 1px solid #C382A8;
    color: #fff;
    border-radius: 0px;
    height: 50px;
	font-size: 16px;
    font-family: 'Cardo' !important;
}
input[type="email"]::placeholder {
  color: #DCBFCF;
}
.cus_newsletter {
    display: flex;
}
.cus_newsletter p br {
    display: none;
}
.cus_newsletter span.wpcf7-spinner {
    display: none;
}
.cus_newsletter .wpcf7-submit.has-spinner {
    background: #fff !important;
    height: 50px !important;
    color: #a94f85 !important;
    border-radius: 0px !important;
    border: 1px solid #ffff !important;
	font-size: 16px;
    font-family: 'Cardo' !important;
	margin-top: 0px;
}
.cus_sub .wpcf7-response-output {
    color: #fff;
    font-size: 16px;
    font-family: 'Cardo';
}
.wpcf7-not-valid-tip {
    position: absolute !important;
    font-family: 'Cardo' !important;
    font-size: 14px !important;
    padding-top: 2px !important;
}
.cus_newsletter .wpcf7-not-valid-tip {
    color: #ffffff !important;
    padding-top: 5px !important;
	width:100%;
}
input:focus-visible {
    outline: 0 !important;
    box-shadow: none !important;
}
input:focus {
    border: 1px solid #fff !important;
}
textarea:focus-visible {
    outline: 0 !important;
    box-shadow: none !important;
}
textarea:focus {
    border: 1px solid #fff !important;
}
.para a{
	color:#fff;
}
/* Contact Form CSS*/
.wpcf7-response-output {
    margin: 25px 0 0 0 !important;
    font-family: 'Cardo' !important;
    font-size: 16px !important;
}
.cus_form p br {
    display: none;
}

.cus_form p {
    padding-bottom: 25px;
    font-family: 'Cardo';
	
}
.cus_form .cus_checkbox p {
    padding-bottom: 0px;
}

.cus_checkbox {
    padding-bottom: 15px;
}
.cus_form .cus_checkbox span.wpcf7-not-valid-tip {
    margin-top: -15px;
}
.cus_form label {
    width: 100%;
}
.cus_form p:last-child {
    text-align: center;
}
.cus_form label input {
    background: #f7f7f7;
    border-color: #e0e0e0;
    height: 50px;
    border-radius: 0px;
    color: #000;
    font-family: 'Cardo';
}

.cus_form textarea {
    background: #f7f7f7;
    border-color: #e0e0e0;
    height: 120px;
    border-radius: 0px;
    color: #000;
    font-family: 'Cardo';
}
.cus_form textarea::placeholder {
    color: #9d9d9d;
}
.cus_form input::placeholder {
    color: #9d9d9d;
}
.cus_form .cus_checkbox label p {
    width: 100%;
    font-family: 'Cardo';
}
.cus_form .cus_checkbox label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #9d9d9d;;
}
.cus_form .cus_checkbox span {
    margin-left: 0;
    margin-right: 20px;
}
.cus_form .wpcf7-submit.has-spinner:focus {
    border: 2px solid #a94f85 !important;
}


/* Contact Form CSS*/
/* Single post CSS*/
.cs-meta svg {
    width: 30px;
    height: 30px;
}

.cs-meta p {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'Cardo';
    padding: 20px 0;
}

.single-post h1 {
    font-family: "Great Vibes", Sans-serif;
    color: #a94f85;
    line-height: 60px;
}

.single-post .cs-post-container {
    padding: 80px 60px 80px 60px;
}

.single-post .cs-post-content p {
    font-family: 'Cardo';
    padding-top: 20px;
}

.cs-post-content {
    padding-top: 20px;
}
.rt-detail a {
    font-family: "Cardo", sans-serif;
}
.post-meta-user .date {
    gap: 10px;
    font-family: "Cardo", sans-serif;
    color: #a94f85;
    font-size: 16px;
}
.even-grid-item.rt-grid-item {
    margin-bottom: 0px;
}
.even-grid-item .rt-holder {
    box-shadow: none !important;
}
/* Single post CSS*/
.cus_underline a {
    border: 1px solid #fff;
    color: #fff !important;
    font-weight: 700 !important;
    padding: 2px 5px;
    border-radius: 10px 0 10px 0;
}
header .cus_underline a{
	background: #fff !important;
	color: #010000 !important
}

ul.wp-block-list {
    padding-top: 15px;
    font-family: 'Cardo';
    padding-left: 0;
}

ul.wp-block-list li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    line-height: 30px;
}

ul.wp-block-list li:before {
    content: '';
    background: url('https://sharigrigsby.com/wp-content/uploads/2025/08/tick.svg');
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: 100%;
    top: 5px;
    left: 0;
    background-repeat: no-repeat;
}
h4.wp-block-heading {
    font-family: 'Cardo';
	margin-bottom: 0px;
    margin-top: 30px;
}
.heateor_sss_more svg:last-child {
    background: #a94f85;
}
.wp-block-button a {
    background: #a94f85;
    border-radius: 20px 0px;
    margin-top: 40px;
    border: 2px solid #a94f85;
    font-family: 'Cardo';
}
.wp-block-button a:hover {
    border: 2px solid #a94f85;
    color: #a94f85;
    background: transparent;
}
.heateor_sss_sharing_title {
    font-family: 'Cardo';
}
/* .slick-slide {
    min-height: 310px !important;
} */
.cus_scroll-para {
    min-height: 160px;
}

@media screen and (max-width: 1024px) {
	.with h2::before {
    width: 60px;
    height: 60px;
    top: -11px;
    left: -47px;
}
	.single-post .cs-post-container {
    padding: 50px 40px 50px 40px;
}
	.cus_form .cus_checkbox span {
    margin-left: 0;
    margin-right: 7px;
    font-size: 16px;
}
/* .slick-slide {
    min-height: 260px !important;
} */

}

@media screen and (max-width: 768px) {
.cus_scroll-para {
    min-height: 210px;
}
}
@media screen and (max-width: 767px) {
.cus_scroll-para {
    min-height: 100px;
}
}
@media screen and (max-width: 575px) {
	.cus_scroll-para {
    min-height: 200px;
}
.single-post .cs-post-container {
    padding: 40px 20px 40px 20px;
	}
	.cs-meta p {
    padding: 0px 0 10px 0;
}
	.cs-post-content {
    padding-top: 0px;
}
	.cus_form .cus_checkbox span {
    margin-right: 5px;
    display: block;
}
	.cus_form .cus_checkbox label {
    height: 35px;
}
	.cus_form textarea {
    height: 80px;
}
	.cus_form label input {
    height: 40px;
}
	.wpcf7-not-valid-tip {
    padding-top: 5px !important;
}
	.cus_form p {
    padding-bottom: 30px;
}
}
@media screen and (max-width: 375px) {

.with h2::before {
    top: -6px;
    left: -27px;
    width: 50px;
    height: 50px;
}
}
