.entry-title {
    display: none;
}

/* Gets rid of bottom margin causing the white space under the Site Header */

#siteorigin-panels-builder-5.widget {
  margin-bottom: 0;
}

/* Gets rid of top padding causing the grey space above the site content */

.site-inner {
  padding-top: 0;
}

/* Make desktop content area wider and keep header the same width */

@media only screen and (min-width: 960px) {
  .site-inner {
    max-width: 80%;
  }

  .site-header .wrap {
    width: 80%;
    margin: 0 auto;
  }

  .content {
    width: 100%;
  }

  .footer-widgets .wrap {
    width: 80%;
    max-width: 80%;
  }
}

/* Main Menu styling */

/* Main Menu Container */

.menu-main-menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

.menu-main-menu-container li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menu-main-menu-container a {
  display: block;
  padding: 10px 20px;
  color: #7d7370;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.menu-main-menu-container a:hover,
.menu-main-menu-container .current-menu-item > a,
.menu-main-menu-container .current-menu-ancestor > a {
  background: #c96cab;
  color: #fff;
}

/* Dropdowns */

.menu-main-menu-container .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  display: none;
  min-width: 220px;
  background: #c96cab;
  text-align: left;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-main-menu-container .sub-menu li {
  display: block;
  width: 100%;
  margin: 0;
}

.menu-main-menu-container .sub-menu a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 20px;
  white-space: nowrap;
  background: #c96cab;
  color: #fff;
  border-radius: 0;
  margin: 0;
}

.menu-main-menu-container .sub-menu a:hover {
  background: #924379;
}

/* Show dropdowns */

.menu-main-menu-container li:hover > .sub-menu,
.menu-main-menu-container li:focus-within > .sub-menu {
  display: block;
}

/* Mobile */

@media (max-width: 768px) {
  .menu-main-menu-container li {
    display: block;
  }

  .menu-main-menu-container .sub-menu {
    position: static;
    display: none;
    min-width: 0;
  }

  .menu-main-menu-container li:hover > .sub-menu,
  .menu-main-menu-container li:focus-within > .sub-menu {
    display: block;
  }

  .menu-main-menu-container a {
    padding: 14px 16px;
  }
}

h1 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  color: #c96cab;
  font-size: 60px;
}

h2 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  color: #c96cab;
  font-size: 45px;
}

h3 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  color: #c96cab;
  font-size: 30px;
}

h4 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  color: #c96cab;
  font-size: 24px;
}

h5 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  color: #c96cab;
  font-size: 20px;
}

h6 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  color: #938884;
  font-size: 18px;
}

p {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 500;
  color: #7d7370;
  font-size: 18px;
  line-height: 1.5;
}

/* No Hyphens */

body,
li,
.widget {
  overflow-wrap: break-word;
  word-wrap: normal;
  word-break: keep-all;
  -webkit-hyphens: none;
  hyphens: none;
}

/* Specific rule to turn OFF hyphenation for paragraph copy only */

p {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: normal;
  -webkit-hyphens: manual;
  hyphens: manual;
}

/* Fixes all major headings everywhere */

h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: normal;
  hyphens: none;
}

/* Target mobile devices with a max-width of 480px */
@media screen and (max-width: 480px) {
  h1 {
    font-size: calc(1.8rem + 1vw);
    line-height: 1.2;
  }

  h2 {
    font-size: calc(1.5rem + 1vw);
    line-height: 1.2;
  }

  h3 {
    font-size: calc(1.3rem + 1vw);
    line-height: 1.3;
  }

  h4 {
    font-size: calc(1.1rem + 1vw);
    line-height: 1.3;
  }

  h5 {
    font-size: 1rem;
    line-height: 1.4;
  }

  h6 {
    font-size: 0.9rem;
    line-height: 1.4;
  }
}

.accent-line {
  /* Set the width to exactly 30% of the container */
  width: 30%;
  
  /* Control the thickness of the line */
  height: 4px; 
  
  /* Give it a solid color */
  background-color: #c96cab; 
  
  /* ALIGN LEFT & PUSH TEXT DOWN */
  /* Syntax: top (0) | right (auto) | bottom (20px) | left (0) */
  margin: 0 auto 20px 0; 
}

.rounded-photo .so-widget-image {
  border-radius: 15px; /* Adjust the roundness here */
  overflow: hidden;
}

.rounded-photo {
  border-radius: 15px;
  overflow: hidden;
  margin-right: 25px!important; /* Bumped to 15px to give bullets extra breathing room */
  margin-bottom: 10px;
}

/*gradient for footer*/
.gradient-vertical { background: linear-gradient(to bottom, #ffffff, #ecd5e7); }

/*gradient down*/
.gradient-vertical-down { background: linear-gradient(to bottom, #ecd5e7, #ffffff); }

/* Change the hover color for all standard links */
a:hover,
a:focus {
    color: #931989; /* Replace with your desired hex color code */
    text-decoration: none; /* Keeps the underline off during hover, if desired */
}

/* Change bullet point color in standard WordPress page/post content */
.entry-content ul li::marker,
.single-post ul li::marker,
.page ul li::marker {
    color: #c96cab;
}

/*color text white*/
.white-text,
.white-text p,
.white-text span,
.white-text a,
.white-text li,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4 {
    color: #ffffff !important;
}

/*button for web links on resources page*/
.full-width-left-btn .ow-button-base {
    display: block !important;
    width: 100% !important;
}

.full-width-left-btn .ow-button-base > a {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    text-align: left !important;
    width: 100% !important;
    box-sizing: border-box !important;
}