/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
html body * {
  font-family: Lato, sans-serif;
}
html:not(.custom-menu-above-header):not(.normal-top) #site-header{
  position: fixed;
  z-index: 9999;
  top: 0;
  background: transparent;
}

html.custom-menu-above-header #site-header, html.normal-top #site-header{
  background-color: #1e6f92;
}

html body #site-header.sticky {
  background-color: #1e6f92 !important;
  position: fixed;
}
#site-header.sticky #site-logo img {
  width: 30px;
  height: auto;
}
.entry-header {
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 70px), 0 100%);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
#menu-item-10770 a {
    text-transform: uppercase;
    border: 2px solid rgb(242, 102, 26);
    border-radius: 5px;
    overflow: hidden;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    background-color: transparent !important;
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    color: #fff !important;
    font-size: 1rem;
    margin-right: 25px;    
    margin-left: 25px;
}


/* Sweep To Right */
.hvr-sweep-to-right > a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-size: 16px !important;
}
.hvr-sweep-to-right > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(242, 102, 26) !important;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right.a-bit-different-14102019 > a:before {
    background: rgb(242, 102, 26) !important;
}

.hvr-sweep-to-right > a:hover, .hvr-sweep-to-right > a:focus, .hvr-sweep-to-right > a:active {
    color: rgb(242, 102, 26);
}

.hvr-sweep-to-right > a:hover:before, .hvr-sweep-to-right > a:focus:before, .hvr-sweep-to-right > a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.scroll-active #logo img {
    width: 30px;
}

/* End of Sweep To Right */

.single-post .entry-title {
  padding: 80px 0 40px;
  color: #fff;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  font-size: 47px;
  font-weight: 500;
  border: 0;
}
.page .entry-title {  
  color: #fff;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  font-size: 47px;
  font-weight: 500;
  border: 0;
}

html:not(.custom-menu-above-header) .page .entry-title {
  padding: 80px 0 40px;
}

.page .entry-subtitle {
    font-size: 25px;
    color: #fff;
    max-width: 860px;
    margin: 20px auto 0 auto;
    text-align: center;
}

#site-navigation-wrap .dropdown-menu {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#site-navigation-wrap .dropdown-menu>li>a {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  line-height: normal;
}

#site-navigation-wrap .dropdown-menu>li:not(.hvr-sweep-to-right)>a:hover {
  color: #ad987b !important;
}

.home .entry-header {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.home .entry-header h1 {
  font-weight: 700;
  font-size: 47px; 
  color: #fff; 
  text-align: center;
}
.home .entry-header .entry-subtitle {
  font-size: 33px;
  color: #fff;
  margin-top: 10px;
  max-width: 920px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2em;
  font-style: italic;
}

.single-post #main {
  max-width: 845px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.single-post article h2 {
  text-align: center;
  color: rgb(30, 111, 146) !important;
  margin-bottom: 1rem;
  margin-top: 3rem;
  font-size: 24px;
  font-weight: 500;
}

#rolandbal-com-author-link-03112019, #rolandbal-com-author-link-03112019 a {
  color: rgb(30, 111, 146) !important;
  font-size: 17px !important;
  text-align: center;
}

#rolandbal-com-author-link-03112019 a {
  text-decoration: underline;
}

.single-post article {
  margin-top: 45px;
}

.single-post article a:not(#rolandbal-com-author-link-03112019 a){
  text-decoration: none !important;
  color: #105073;
}

.single-post article p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
}

.single-post article li {
  font-size: 20px;
  
}

.single-post blockquote {  
  text-align: justify;
  margin: 0 0 30px 0;
  padding: 30px 30px 30px 65px;
  font-size: 22px;
  line-height: 1.7em;
  font-style: italic;
  color: rgb(30, 111, 146);
  background-image: linear-gradient(rgb(248, 251, 253), rgb(248, 251, 253));
  border-left: 3px solid rgb(30, 111, 146);
  background-size: auto;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  border-style: none none none solid;
  border-width: 0 0 0 3px;
  position: relative;
}

.single-post blockquote::before {
    content: '\0201C';
    font-family: "PERPETUA TITLING MT FONT";
    font-size: 100px;
    font-weight: bold;
    position: absolute;
    top: 40px;
    color: #c7ccc4;
    font-style: normal;    
    padding-right: 1rem;
    left: 25px;
}

.single-post blockquote p {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}

#footer-widgets {
  background-color: rgb(44, 45, 50);  
  padding-top: 50px;
}

#footer-widgets h2, #footer-widgets .footer-widget h4.widget-title {
  color: #dddddd;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  padding: 0;
}

#footer-widgets p {
  color: #dddddd;
  font-size: 15px;
  font-weight: 400;
}

#footer-widgets .footer-widget ul li {
  border: 0;
}

section.rolandbal-com-social-custom a {
  font-size: 16px;
  width: 46px;
  height: 46px;
  display: inline-flex;
  border-radius: 50%;
  border: 2px solid #1e6f92;  
  margin-right: 7px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

section.rolandbal-com-social-custom a:hover {
  background-color: #1e6f92;  
}

section.rolandbal-com-social-custom a i {
  color: #fff;
  font-style: normal;
}

.page p {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 30px;
}

#home-why-addressing-trauma-paramount h2 {
  font-size: 45px;
}

#home-why-addressing-trauma-paramount p:first-of-type {
  font-size: 26px;
  font-style: italic;
}
/* Remove outline and box-shadow for buttons and links when focused or active */
button:focus, button:active, a:focus, a:active {
  outline: none !important;
  box-shadow: none !important;
}

.footer-widgets-inner.container .footer-box.span_1_of_4.col.col-1 {
  width: 32%;
}

.footer-widgets-inner.container .footer-box.span_1_of_4.col.col-2 {
  width: 18%;
}

.oceanwp-mobile-menu-icon a {
  color: #fff;
}

.oceanwp-mobile-menu-icon.clr.mobile-right a {
    font-size: 24px;
    color: #fff;
}

.oceanwp-mobile-menu-icon.clr.mobile-right {
    height: 110px;
    align-items: center;
    margin-right: 20px;
 }

#site-header.sticky .oceanwp-mobile-menu-icon.clr.mobile-right{
  height: auto;
}

.oceanwp-mobile-menu-icon.clr.mobile-right a span {
  display: none !important;
}

#mobile-dropdown #mobile-menu-search {
  display: none;
}

#footer-bottom {
  padding: 25px 0;
}

#jp-relatedposts h3.jp-relatedposts-headline em {
  font-size: 20px;
}
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  padding-top: 8px;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
  font-size: 16px;
}

#comments ol.children {
  margin-left: 30px;
}

div.sharedaddy h3.sd-title {
  color: #343434;
  font-size: 14px !important;
  font-style: italic;
}

.sharedaddy.sd-sharing-enabled .sd-content ul {
    display: flex;
    gap: 10px;
    padding-left: 0;
    flex-wrap: wrap;
    align-items: center;    
}

.sharedaddy.sd-sharing-enabled .sd-content ul li[class*=share-] a, .sharedaddy.sd-sharing-enabled .sd-content ul li[class*=share-] a:hover {
    background: #fff !important;
    border: 2px solid #1e6f92;
    color: #fff !important;
    padding: 12px;
    display: block;
    max-width: 48px;
    width: 100%;
    height: 48px;
}
.sharedaddy.sd-sharing-enabled .sd-content ul li[class="share-facebook"] a::before{
   color: #1e6f92;
}
.sharedaddy.sd-sharing-enabled .sd-content ul li[class="share-twitter"] a{
   border-color: rgb(29, 161, 242);
}
.sharedaddy.sd-sharing-enabled .sd-content ul li[class="share-twitter"] a::before{
   color: rgb(29, 161, 242);
}
.sharedaddy.sd-sharing-enabled .sd-content ul li[class="share-linkedin"] a{
   border-color: #0073b1;
}
.sharedaddy.sd-sharing-enabled .sd-content ul li[class="share-linkedin"] a::before{
   color: #0073b1;
}
.sharedaddy.sd-sharing-enabled .sd-content ul li[class="share-pinterest"] a{
   border-color: #e60023;
}
.sharedaddy.sd-sharing-enabled .sd-content ul li[class="share-pinterest"] a::before{
   color: #e60023;
}
.sharedaddy.sd-sharing-enabled .sd-content ul li[class="share-jetpack-whatsapp"] a{
   border-color: #00bfa5;
}
.sharedaddy.sd-sharing-enabled .sd-content ul li[class="share-jetpack-whatsapp"] a::before{
   color: #00bfa5;
}
.sharedaddy.sd-sharing-enabled .sd-content ul li.share-email a::before{
   color: #ccc;
}
.sharedaddy.sd-sharing-enabled .sd-content ul li[class*=share-] a:hover{    
    border: 2px solid #1e6f92;
}
.sharedaddy.sd-sharing-enabled .sd-content ul li:first-child{
    padding-left: 0;
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{
    font-size: 2rem;
}

#mobile-dropdown {
  background-color: #575657;
  border-top: 2px solid #fff;
  max-height: fit-content;
}

#mobile-dropdown ul li a {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: 700;
  padding: 20px 25px;
}

#mobile-dropdown ul li a i.fa.fa-star {
  color: #FF634D;
}

@media screen and (min-width: 960px) {
  #site-header-inner {
    width: 1080px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #site-header-inner::after {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .oceanwp-mobile-menu-icon.clr.mobile-right { 
    display: flex;
  }
  #site-logo-inner {
    padding: 10px 10px 10px 40px;
  }

  #home-why-addressing-trauma-paramount h2 {
    font-size: 32px;
  }
  
}

@media screen and (max-width: 768px) {
  .jp-sharing-input-touch .sd-content ul li {
    padding: 0 !important;
  }
  .single-post blockquote {
    padding-left: 30px;
    text-align: right;
  }
  .single-post blockquote::before {
    /* position: relative; */
  }
  #rolandbal-com-author-link-03112019 {
    margin-bottom: 0;
  }
  .home .entry-header h1 {
    font-size: 27px; 
  }
  .home .entry-header .entry-subtitle {
    font-size: 22px;
  }
  .home .entry-header{
    /* justify content center but take it up by 60px*/
    padding-top: 0 !important;
  }

  .single-post .entry-title {
    font-size: 32px;
    line-height: 1.2;
    padding-left: 20px;
    padding-right: 20px;
  }

  html.custom-menu-above-header .page .entry-title {
    font-size: 35px;
  }

  html.custom-menu-above-header .page .entry-subtitle {
    font-size: 22px;
  }

  html.custom-menu-above-header .entry-header {
      padding: 60px 20px !important;
  }

  #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
      width: 100%;
      padding-right: 0;
  }

  #jp-relatedposts .jp-relatedposts-items-visual {
    margin-right: 0;
  }

  #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
    width: 100%;
  }

  #footer-widgets p, #footer-widgets h2, #footer-widgets .footer-widget h4.widget-title {
    font-size: 16px;
  }

  #block-5 p {
    margin-bottom: 0;
  }

  #footer-widgets .footer-box {
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .comment-body img {
    display: block;
  }
  .comment-body {
    flex-direction: column;
  }
}