
/*
Theme Name: Heal in the Waters
Author: Ashanti Fortson
Description: Custom Wordpress theme using Bootstrap
Version: 1.0.3
Tags: bootstrap
*/

:root {
    --main-bg-color: #6c7cdf;
    --navbar-bg-color: #c1e9ff;
    --navbar-shadow-color: #9a9cef;
    --textbox-light-color: #bde7ff;
    --textbox-dark-color: #8dc2f2;
    --border-color: #effffd;
    --text-dark-color: #0d1736;
    --footer-bg-color: #5350b4;
    --footer-shadow-color: #7b61d1;
    --full-width-bg-color: #5050b6;
}

.quicksand-font {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }


/*  Footer positioning section properly spaces footer on page */

#page-container {
    position: relative;
    min-height: 100vh;
  }

#content-wrap {
    padding-bottom: 3%;    /* Footer height */
  }
  
#footer {
    bottom: 0;
    width: 100%;
    height: 3%;             /* Footer height */

  }  

/*  END Footer positioning section  */

#footer.navbar {
    background-color: var(--footer-bg-color);
    color: var(--navbar-bg-color);
}  

body {
    background-color: var(--main-bg-color);
}

hr {
    height: 3px;
    border: none;
    display: block;
    color: var(--footer-bg-color);
    background-color: var(--footer-bg-color);
    margin: 4% 0;
}

.navbar {
    background-color: var(--navbar-bg-color);
}

#CowrieIllo {
    width: 80px;
    height: auto;
}

/* Navigation link squiggles */

.navbar-brand {
    border: none;
    background-image: none;
    padding-bottom: none;
    text-decoration: none;
}

.nav-link {
    border-bottom: 1px solid var(--navbar-shadow-color);
    color: var(--navbar-shadow-color);
    padding-bottom: .25em;
    text-decoration: none;
    content: none;

  }

.nav-link.disabled {
    color: var(--main-bg-color);
}

a {
	color: var(--main-bg-color);
	padding-bottom: 0.1em;
	text-decoration: none;
} /*  Link styling needs to be put in Wordpress' Additional CSS box */

a:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .4s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%236c7cdf' stroke-width='1' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 1em;
    border-bottom: none;
    padding-bottom: none;
    text-decoration: none;
  }

/* END navigation link squiggles */

/* Formatting for large cursive headers */
.HeaderText1 {
    font-family: Baskerville; 
    font-size: 36px; 
    font-style: italic; 
    font-weight: 700;
    color: var(--text-dark-color);
}

.HeaderText2 {
    font-family: Baskerville; 
    font-size: 48px; 
    font-style: italic; 
    font-weight: 700;
    color: var(--border-color);

}

.HeaderText3 {
    font-family: Baskerville; 
    font-size: 28px; 
    font-style: normal; 
    font-weight: 700;
    color: var(--text-dark-color);
}

.HeaderText4 {
    color: var(--text-dark-color);
    font-family: Baskerville; 
    font-style: italic; 
    font-weight: 600;
}

/* LANDING page */

.container.LandingBox {
    background-color: var(--textbox-dark-color);
    width: 100%;
    margin-top: 3%;
    padding: 1% 2% 1% 2%;
    border: transparent;
    border-radius: 30px;
}

.LandingBox video {
    max-width: 1000px;
    max-height: 100%;
    object-fit: contain;
    border: 2px solid var(--border-color);
    border-radius: 30px;
    margin-top: 0.5%;
}

.VideoBox {
    text-align: center;
    
}

.TextBoxDark {
    background-color: var(--textbox-dark-color);
    border: none;
    border-radius: 30px;
    padding: 0.5%;
    margin-bottom: 1%;
}

.TextBoxLight {
    background-color: var(--textbox-light-color);
    border: none;
    border-radius: 30px;
    padding: 0.5%;
    margin-bottom: 1%;
}

#LandingText1 {
    float: left;
    text-align: left;
    padding: 1.5% 2.5% 0.5% 2.5%;
    width: fit-content;
}

#LandingText2 {
    text-align: right;
    float: right;
    padding: 1.5% 2.5% 0.5% 2.5%;
    width: fit-content;
}
/* LANDING end */

/* ABOUT */ 

#AboutHeader {
    max-width: 1200px;
    margin: auto;
    padding-top: 5%;
    position: relative;
    left: 20%;
}

#AboutPhoto {
    max-width: 25%; 
    border: 2px solid var(--border-color);
    border-radius: 30px;
    position: relative;
    right: 75px;
    top: 25px;
    float: left;
    z-index: 2;
}

#AboutTitle {
    position: relative;
    top: 50px;
    right: 30px;
    font-size: 54pt;
}


#About1 {
    clear: both;
    max-width: 70%;
    margin: auto;
    position: relative;
    z-index: 1;
    bottom: 300px;
}

#About1.TextBoxDark {
    padding: 1%;
    
}

#About1 .TextBoxLight {
    width: 60%;
    margin-left: 40%;
    padding: 2% 2% 1% 2%;
}

#About2 {
    background-color: var(--full-width-bg-color);
    margin-top: -200px;
    padding: 3%;
}

#About2 .HeaderText2 {
    color: var(--textbox-light-color);
    margin-left: 15%;
}

#About2 .TextBoxDark {
    max-width: 85%;
    margin: 2% auto;
    padding: 1% 1.5% 0.5% 1.5%;
}

.About3 {
    margin: 2% auto;
    width: 60%;
}

.About3 .TextBoxLight {
    padding: 1.5% 1.5% 1% 1.5%;
}

#About4 .TextBoxLight {
    width: 50%;
    margin: 5% auto;
    padding: 1.5% 2% 1% 2%;
    border: none;
    box-shadow: -10px 10px var(--navbar-shadow-color);
}

#MyCallToYou {
    color: var(--footer-shadow-color);
    font-size: 28pt;
}

/* ABOUT END */
/* OFFERINGS */

.OfferingsBar {
    background-color: var(--full-width-bg-color);
    padding: 3%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .4s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%236c7cdf' stroke-width='1' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
    background-position: 0 65%;
    background-repeat: repeat-x;
    background-size: 4em;
    border-bottom: none;
    padding-bottom: none;
    text-decoration: none;
}


#OfferingsTitle {
    font-size: 60pt;
    text-align: right;
    text-shadow: -3px 3px var(--navbar-shadow-color);
   
}

#OfferingsPhoto {
    max-width: 50%;
    border: 2px solid var(--border-color);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: -10px 10px var(--navbar-shadow-color);

}

.OfferingsBottom {
    margin-top: 2%;
}


#OfferingsAccordion {
    background-color: var(--textbox-dark-color);
    border: none;
    border-radius: 30px;
    padding: 2%;
}

#PeoplesPrograms .TextBoxDark{
    padding: 4% 3% 2% 3%;
}


/* ACCORDION */

.accordion-button {
    background-color: var(--navbar-bg-color);
    color: var(--text-dark-color);
    box-shadow: none;
    
        &:not(.collapsed) {
            background-color: var(--navbar-shadow-color);
            font-weight: 700;
            box-shadow: none;
        }
        &:focus {
            box-shadow: none;
        }
}

.accordion-item {
    border-color: var(--border-color);
}


/* SWIM WITH ME*/

.SwimBar {
    background-color: var(--full-width-bg-color);
    padding: 3%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .6s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='%236c7cdf' stroke='%236c7cdf' stroke-width='1' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
    background-position: 0 101%;
    background-repeat: repeat-x;
    background-size: 3em;
    border-bottom: none;
    padding-bottom: none;
    text-decoration: none;
}

#SwimHeader {
    font-size: 60pt;
    text-shadow: -3px 3px var(--navbar-shadow-color);

}

.SwimContents {
    margin: 0% auto;
}

.BookingBox {
    background-color: var(--textbox-light-color);
    border-radius: 30px;
    width: 45%;
    margin: 5% auto;
    padding: 1.5% 2% 1% 2%;
    border: none;
    box-shadow: -10px 10px var(--navbar-shadow-color);
}

.BookingHeader {
    color: var(--footer-shadow-color);
}

/* WRITINGS and BLOG POSTS */

#WritingsTitle {
    margin: 3% 0 1% 2%;
}

.wp-block-post-title {
    font-family: Baskerville; 
    font-size: 28px; 
    font-style: italic; 
    font-weight: 600;
    color: var(--text-dark-color);
    margin: 3% 0 0 0;
}

.wp-block-post-title a {
    border-bottom: none;
    color: var(--text-dark-color);
    text-decoration: none;
    content: none;
}

.wp-block-post-date {
    color: var(--main-bg-color);
    padding-bottom: 2%;
    font-style: italic; 
}

.BlogPostCompilation {
    padding: 3%;
    margin: 0.5% 2%;
}

.BlogPost {
    padding: 2% 2% 1% 2%;
    margin: 0.5% 2%;
}

.PostTitleLink {
    border-bottom: none;
    color: var(--text-dark-color);
    text-decoration: none;
}

.BlogPostMeta {
    color: var(--main-bg-color);
    padding-bottom: 0%;
    font-style: italic;
}

.SinglePost {
    margin-top: 2%;
}

.Sidebar {
    padding: 2% 2% 1% 2%;
    margin: 0.5% 1%;
}

.Sidebar a, .nav-links a {
    border-bottom: none;
    color: var(--main-bg-color);
    padding-bottom: 0.1em;
    text-decoration: none;
    content: none;
}

.Sidebar .HeaderText4 {
    margin: 2% 0 1% 0;
}

/* Previous/Next post navigation for single.php*/

.nav-links {
    margin: 2% 0;
    padding: 0 1% 2% 1%;
}

.nav-previous {
    float: right;
}

.nav-next {
    float: left;
}

/*  COMMUNAL RESOURCES + BOOKLIST   */


/* MEDIA QUERIES */

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #CowrieIllo {
        width: 25%;
        height: auto;
    }

    #content-wrap {
        padding-bottom: 5%;    /* Footer height */
      }

    #footer {
        margin-top: 5%;
      }  

    h1 {
        font-size: 32px; 
    }

    #LandingText1 {
        float: none;
        text-align: center;
        padding: 3% 2% 1% 2%;
        width: 100%;
        margin-bottom: 5%;
    }

    #LandingText2 {
        text-align: center;
        float: none;
        padding: 4% 6% 0% 6%;
        margin-bottom: 5%;
    }

    .container.LandingBox {
        padding: 5% 5% 3% 5%;
        width: 95%;
    }
    
    .LandingBox video {
        width: 100%;
        object-fit: contain;
    }
    
/* ABOUT page */ 

#AboutHeader {
    max-width: 100%;
    margin: auto;
    padding-top: 5%;
    position: static;
    left: 0;
    overflow: hidden;
}

#AboutPhoto {
    max-width: 100%; 
    border: 2px solid var(--border-color);
    border-radius: 30px;
    position: static;
    right: 0;
    top: 0;
    margin: auto;
    float: none;
    z-index: 1;
}

#AboutTitle {
    position: relative;
    top: -100px;
    left: 30px;
    font-size: 30;
    z-index: 2;
}


#About1 {
    max-width: 100%;
    margin: -20% 0 0 0;
    position: static;
    z-index: 1;
    bottom: 0;
}

#About1.TextBoxDark {
    padding: 3% 3% 1% 3%;
    border: transparent;
}

#About1 .TextBoxLight {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 3%;
    padding: 4% 6% 0% 6%;
}

#About2 {
    background-color: var(--full-width-bg-color);
    margin-top: 10%;
    padding: 3%;
    
}

#About2 .HeaderText2 {
    color: var(--textbox-light-color);
    margin: auto;
    text-align: center;
}


#About2 .TextBoxDark {
    max-width: 90%;
    margin: 4% auto;
    padding: 4% 6% 1% 6%;
    
}

.About3 {
    margin: 4% auto;
    width: 100%;
}

.About3 .HeaderText2 {
    font-size: 24pt;
}

.About3 .TextBoxLight {
    padding: 4% 6% 1% 6%;
}

#About4 .TextBoxLight {
    width: 100%;
    margin: 5% auto 0 auto;
    padding: 4% 6% 1% 6%;
    border: none;
    box-shadow: -5px 5px var(--navbar-shadow-color);
}

#MyCallToYou {
    color: var(--footer-shadow-color);
    font-size: 28pt;
}

/* OFFERINGS */

.OfferingsBar {
    padding: 7% 5%;
    background-position: 0 80%;
    background-size: 1.5em;
}


#OfferingsTitle {
    font-size: 24pt;
    text-align: right;
    text-shadow: -2px 2px var(--navbar-shadow-color);
   
}

#OfferingsPhoto {
    max-width: 100%;
    border: 2px solid var(--border-color);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: -5px 5px var(--navbar-shadow-color);

}

.OfferingsBottom {
    margin-top: 5%;
}


#OfferingsAccordion {
    width: 94%;
    margin: auto;
    padding: 5%;
}

#PeoplesPrograms .TextBoxDark{
    margin-top: 5%;
    padding: 5% 5% 2% 5%;
}

/* SWIM WITH ME */

.SwimBar {
    padding: 5% 4%;
    background-position: 0 103%;
}

#SwimHeader {
    font-size: 36pt;

}

.SwimContents {
    margin: 2% auto;
}

.BookingBox {
    background-color: var(--textbox-light-color);
    border-radius: 30px;
    width: 88%;
    margin: 3% auto;
    padding: 3% 5% 4% 5%;
    border: none;
    box-shadow: -8px 8px var(--navbar-shadow-color);
}

.BlogPostCompilation {
    padding: 5%;
    margin: 0.5% auto;
    max-width: 95%;
}

.BlogPost {
    padding: 4% 5% 1% 5%;
    margin: 0.5% auto;
    max-width: 95%;
}

.Sidebar {
    padding: 3% 2% 1% 2%;
    margin: 0.5% auto;
    max-width: 95%;
}

.nav-links {
    padding: 0 3% 7% 3%;
}

}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (min-width: 575.98px) and (max-width: 767.98px) { 

    #CowrieIllo {
        width: 25%;
        height: auto;
    }
    
    #content-wrap {
        padding-bottom: 5%;    /* Footer height */
      }
      
    #footer {
        margin-top: 5%;
      }  

    h1 {
        font-size: 32px; 
    }

    /* LANDING */

    #LandingText1 {
        float: none;
        text-align: center;
        padding: 3% 2% 1% 2%;
        width: 100%;
        margin-bottom: 5%;
    }

    #LandingText2 {
        text-align: center;
        float: none;
        padding: 4% 6% 0% 6%;
        margin-bottom: 5%;
    }

    .container.LandingBox {
        padding: 5% 5% 3% 5%;
        width: 100%;
    }
    
    .LandingBox video {
        width: 100%;
        object-fit: contain;
    }

    /* ABOUT */

    #AboutHeader {
        max-width: 100%;
        margin: auto;
        padding-top: 5%;
        position: static;
        left: 0;
        overflow: hidden;
    }
    
    #AboutPhoto {
        max-width: 50%; 
        border: 2px solid var(--border-color);
        border-radius: 30px;
        position: relative;
        right: 0;
        top: 0;
        margin: auto;
        float: none;
        z-index: 1;
    }
    
    #AboutTitle {
        position: relative;
        top: -80px;
        left: 275px;
        font-size: 30;
        z-index: 2;
    }
    
    
    #About1 {
        max-width: 100%;
        margin: -15% 0 0 0;
        position: static;
        z-index: 1;
        bottom: 0;
    }
    
    #About1.TextBoxDark {
        padding: 3% 3% 1% 3%;
        border: transparent;
    }
    
    #About1 .TextBoxLight {
        width: 100%;
        margin-left: 0%;
        margin-bottom: 3%;
        padding: 4% 6% 0% 6%;
    }
    
    #About2 {
        background-color: var(--full-width-bg-color);
        margin-top: 5%;
        padding: 3%;
        
    }
    
    #About2 .HeaderText2 {
        color: var(--textbox-light-color);
        margin: auto;
        text-align: center;
    }
    
    
    #About2 .TextBoxDark {
        max-width: 90%;
        margin: 4% auto;
        padding: 4% 6% 1% 6%;
        
    }
    
    .About3 {
        margin: 4% auto;
        width: 100%;
    }
    
    .About3 .HeaderText2 {
        font-size: 24pt;
    }
    
    .About3 .TextBoxLight {
        padding: 4% 6% 1% 6%;
    }
    
    #About4 .TextBoxLight {
        width: 100%;
        margin: 5% auto 0 auto;
        padding: 4% 6% 1% 6%;
        border: none;
        box-shadow: -5px 5px var(--navbar-shadow-color);
    }
    
    #MyCallToYou {
        color: var(--footer-shadow-color);
        font-size: 28pt;
    }

    /* OFFERINGS */

    .OfferingsBar {
        padding: 5% 3%;

        background-position: 0 70%;
        background-size: 3em;
    }
    
    
    #OfferingsTitle {
        font-size: 36pt;
       
    }
    
    #OfferingsPhoto {
        max-width: 60%;
    
    }

    .OfferingsBottom {
        margin-top: 5%;
    }

    #OfferingsAccordion {
        width: 95%;
        margin: auto;
        padding: 4%;
    }

    #PeoplesPrograms .TextBoxDark{
        margin-top: 5%;
        padding: 4% 4% 2% 4%;
    }

/* SWIM WITH ME*/

.SwimBar {
    background-position: 0 102%;
}

#SwimHeader {
    font-size: 48pt;
}

.SwimContents {
    margin: 2% auto;
}

.BookingBox {
    width: 100%;
    margin: 3% auto;
    padding: 3% 5% 4% 5%;
}

.BlogPostCompilation {
    padding: 3%;
    margin: 0.5% auto;
    width: 100%;
}

.BlogPost {
    padding: 3% 2% 1% 2%;
    margin: 0.5% auto;
    width: 100%;
}

.Sidebar {
    padding: 3% 2% 1% 2%;
    margin: 0.5% auto;
    max-width: 100%;
}

.nav-links {
    padding: 0 2% 5% 2%;
}

}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 767.98px) and (max-width: 991.98px) { 

    .nav-links {
        padding: 0 2% 5% 2%;
    }

}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (min-width: 991.98px) and (max-width: 1199.98px) { 

    /* Landing */

    #content-wrap {
        padding-bottom: 5%;    /* Footer height */
      }
      
    #footer {
        bottom: 0;
        width: 100%;
        height: 5%;            /* Footer height */
      }   

      #LandingText1 {
        float: left;
        text-align: left;
        padding: 2% 3% 1% 3%;
        width: fit-content;
        margin-bottom: 2%;
    }
    
    #LandingText2 {
        text-align: right;
        float: right;
        padding: 2% 2.5% 0% 2.5%;
        width: 75%;
        margin-bottom: 2%;
    }

    .container.LandingBox {
        padding: 5% 5% 3% 5%;
        width: 100%;
        height: 100%;
        margin-bottom: 0;
    }

    .LandingBox video {
        width: 100%;
        object-fit: contain;
    }
    
    /* About */

    #AboutPhoto {
        max-width: 33%; 
        right: 140px;
        top: 25px;
    }
    
    #AboutTitle {
        top: 60px;
        right: 100px;
    }

    #About1 {
        clear: both;
        max-width: 95%;
        margin: auto;
        position: relative;
        z-index: 1;
        bottom: 300px;
    }
    
    #About1.TextBoxDark {
        padding: 1%;
        
    }
    
    #About1 .TextBoxLight {
        width: 60%;
        margin-left: 40%;
        padding: 2% 2% 0% 2%;
    
    }
    #About2 .TextBoxDark {
        max-width: 85%;
        margin: 2% auto;
        padding: 2% 2% 0.5% 2%;
    }
    
    .About3 {
        margin: 2% auto;
        width: 70%;
    }
    
    .About3 .TextBoxLight {
        padding: 2% 2% 0.5% 2%;
    }

    /* OFFERINGS */

    .OfferingsBar {
        background-color: var(--full-width-bg-color);
        padding: 3%;
        background-size: 4em;
    }
    
    
    #OfferingsTitle {
        font-size: 52pt;
        text-align: right;
        text-shadow: -3px 3px var(--navbar-shadow-color);
       
    }

    /* SWIM WITH ME */

    .SwimBar {
        padding: 4%;
        background-position: 0 102%;
    }

    .BookingBox {
        width: 45%;
        padding: 1.5% 2% 2% 2%;
    }
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (min-width: 1199.98px) and (max-width: 1399.98px) {

    /* About */



    #AboutPhoto {
        max-width: 27%; 
        right: 80px;
    }

    #About1 {
        clear: both;
        max-width: 80%;
        margin: auto;
        position: relative;
        z-index: 1;
        bottom: 300px;
    }
    
    #About1.TextBoxDark {
        padding: 1%;
        
    }
    
    #About1 .TextBoxLight {
        width: 60%;
        margin-left: 40%;
        padding: 2% 2% 0% 2%;
    }

    /* OFFERINGS */

    .OfferingsBar {
        background-position: 0 70%;
    }
}


/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
  }
  
  .aligncenter,
  div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
  }
  
  .alignright {
    float:right;
    margin: 5px 0 20px 20px;
  }
  
  .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  
  a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
  
  a img.alignnone {
    margin: 5px 20px 20px 0;
  }
  
  a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
  }
  
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
  }
  
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
  }
  
  .wp-caption.alignright {
    margin: 5px 0 20px 20px;
  }
  
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
  }
  
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
  }
  
  /* Text meant only for screen readers. */
  .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  }
  
  .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
  }