/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

h1, h2, h3, h4 {word-wrap: normal;
line-height: 1;
}

.blog-post-listing__article {
    background-color: #fff!important
}



.footer--site-page p {
  color: #fff
}

@media only screen and (max-width: 680px) { 
  
  #bodyPink h1 {
        font-size: 28px!important
  }
  h2 {
  font-size: 25px;
  }
  
  .blog-subheader {
    padding: 0 20px;
  }
  
  .dnd-section .dnd-column {
    padding-left: 20px;
  }
  
  
  .footer .social-links, .footer .widget-type-header, .footer .widget-type-simple_menu, .footer__follow-me, .footer__form, .footer__navigation
  {
   text-align: left 
  }
  
  
  .sidebar-category-menu-container {
    padding-left: 0
}
  
.header__container {
    align-items: center;
    display: grid;
    /* justify-content: space-between; */
    margin: 0 auto;
    padding: 1.5rem 0px;
    position: relative;
    /* grid-template-rows: repeat(3, 1fr); */
    /* grid-template-columns: repeat(3, 1fr); */
    gap: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: 95%;
    height: 100%;
  }
  
  .header__cta {
    grid-area: 2 / span 2;
  }
  
  .header__menu {
    grid-area: 1 / 1 / 2 / 2;
    margin-left: 30px;
  }
  
  .header__logo {
    grid-area: 1 / 2 / 2 / 3;
    min-width: 260px;
  }

#headerPink .header__container {
 max-width: 75%;
}
  

#btnPink {
    display: block;
    margin: auto;
    text-align: center;
  
}
  
}



/* ------------------- GENERAL ---- */
/* ------------ MICRO CLEARFIX -------- */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    z-index: -1; /* For IE 6/7 (trigger hasLayout) */
}
/* ------------ MICRO CLEARFIX --------- */
/* ------------------- GENERAL ---- */


/* ------------------- BLOG POST SINGLE OVERRIDES ----------- */
h1.blog-post__title {
    font-size: 40px;
}
h3.related-post__title {
    font-size: 26px;
}

/* ----------- CUSTOM PAGE LAYOUT -------------- */
.custom-blog-post-container-left {
  width: 70%!important;
  float: left!important;
  padding-right: 50px!important;
}
.custom-blog-post-container-right {
    width: 30%!important;
  float: left!important;
  margin-top: 60px!important;
}
/* - SIDEBAR - */
.custom-blog-post-container-right h3{
    color: #000000!important;
    font-weight: 400!important;
    font-size: 28px;
}
.custom-blog-post-container-right ul{
  padding-left: 0;
}
.custom-blog-post-container-right ul li {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #d1d1d1;
    padding: 10px 0;
    line-height: 1.6;
  
}

/* ---------------------------------------------------------- 800px-------------------- */
@media screen and (max-width:800px) and (min-width:0) {
	.custom-blog-post-container-left {
    width: 100%!important;
    padding-right: 0px!important;

}
.custom-blog-post-container-right {
    width: 100%!important;

}

	
}
/* ---------------------------------------------------------- 800px-------------------- */

  
/* ------------------- BLOG POST SINGLE OVERRIDES ----------- */



/* ------------------ BLOG LISTINGS PAGE ----------------- */
/* - TITLES ---------- */
h3.blog-index__post-title.blog-index__post-title--list a {
    font-weight: normal!important;
    color: #2266b1!important;
}
h1.blog-post__title {
    font-size: 40px;
    font-weight: normal!important;
    color: #2266b1!important;
}
/* --- CUSTOM LAYOUT WITH SIDEBAR ----------------- */
.blog-index__post-image-wrapper--list {
    display: unset;
    margin: 0;
    max-height: unset;
    overflow: unset;
    position: unset;
}
.blog-index__post--list {
    display: unset;
    padding: 1.5rem 0;
    width: 100%;
} 
.blog-index__post-content--list, .blog-index__post-image-wrapper--list {
    width: 100%;
}
.blog-index__post-image--list {
    position: unset;
}
.blog-index__post-content {
    margin: 0;
    padding: 30px;
}

#headerPink .header__container {
      box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.05);
      max-width: 95%;
}

#bodyPink .dnd-section {
background-image: linear-gradient(90deg,rgba(255,255,255,0.12) 0%,#ffffff 47%),
  url(https://reddishpinkwebsitehosting.com/compdivi/wp-content/uploads/2023/02/black-and-white-24-2-1.png)!important;
    padding-top:100px !important;
    padding-bottom: 60px !important;
}


#mainPink {
   justify-content: center;
   display: flex; 
  
}

#hdrImage img {
  width: 600px
}

#btnPink {
 color: #FFFFFF!important;
    border-width: 0px!important;
    border-radius: 30px;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: 'InterVariable';
    font-weight: 600 !important;
    text-transform: uppercase!important;
    text-decoration: underline!important;
    background-color: #2266B1; 
    padding-top: 13px;
    padding-right: 35px;
    padding-bottom: 13px;
    padding-left: 35px;
    transition: background-color 300ms ease 0ms;
}
#btnPink:hover {
  background-color: #2CBFBF
}

 #bodyPink .dnd_area-column-1-row-1-padding {
    padding-right: 0 !important;
}
  
  .sidebar-category-menu-container {
    padding-left: 30px;
}
  
}


#mainPink video {
      width: 100%!important;
    height: auto!important;
}

 #bodyPink h1 {
    font-family: 'Helvetica neu medium comp sense',Helvetica,Arial,Lucida,sans-serif;
    font-size: 65px;
    color: #2266b1!important;
    line-height: 1.2em;
       font-weight: 600;
}


#bodyPink h4 {
    font-family: 'DM Sans',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    color: #2cbfbf!important;
    line-height: 1.7em;
    font-weight: 700;
   letter-spacing: 5px!important;
    text-transform: uppercase;
  
}


#bodyPink .blog-search {
   max-width: 600px;
}

#bodyPink  .blog-tag-filter {

    border: 1px solid #d2e9fc;
}

#menuPink a {
  color: #2cbfbf!important;
  font-family: 'helvetica neu bold comp sense',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;

}

#menuPink a:hover {
  color: #2266B1!important;
    font-weight: 700!important;
}

#menuPink .submenu.level-1 > li {
    margin-right: 0;  
    padding-right: 20px;
}

#footerPink  {
    background-color: #fff;
    border-top: 1px #ccc;
  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.83) 100%),url(https://reddishpinkwebsitehosting.com/compdivi/wp-content/uploads/2023/02/black-and-white-30-1.jpeg)!important;
}


#footerPink #hs_cos_wrapper_footer_dnd-module-13 .social-links__icon {
    height: 40px;
    width: 40px;
    border-radius: 100px 100px 100px 100px;
}




#footerPink .social-links {
  margin: auto;
    display: flex;
    justify-content: center;
  padding-top: 20px;
  padding-bottom: 40px
 
}






/* ------------ BLOG LISTINGS PAGE ----------------- */


/* ----------- BLOG SEARCH RESULTS AND RELATED POSTS --------- */

.blog-subheader h2 {
  font-weight: normal;
}
.blog-related-posts__title {
    font-weight: normal!important;
}
h3.related-post__title {
    font-weight: normal!important;
      color: #2266b1!important;
}
.hs-search-field {
  max-width: 100% !important 
}
/* ----------- BLOG SEARCH RESULTS AND RELATED POSTS --------- */
@media only screen and (max-width: 600px) {
  .blog-post__body img {
    width: 100% !important;
    float: none !important;
    margin-bottom: 20px;
  }
  
  .body-wrapper #hs_cos_wrapper_widget_1730311705259 {
      padding-left: 0 !important;
  }
}