/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
  background-color: #3C2D2A;
}
/*Header Box*/
#hero-plus-header {  
}

.right {
float: right;
margin: 1%;
width: 30%;
}

.side { float: right; margin: 1% 3%; width: 35%; }

.share-floating-bar-pinterest {
    display: none!important;
}
#lg-share-pinterest{display:none;}


.card-body {
    display: none;
}
#gallery { background: #B1E1D0;
    padding: 2% 10%; max-width: 100%; flex-basis:100%;
}
.link, .link:visited {
    font-size: 24px;
    display: block;
    color: #fff !important;
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 24px;
    font-style: normal !important;
}
.ctab, .ctab:visited, .ctab:hover {
    background: none;
    color: #f00 !important;
    padding: 15px;
    font-size: 126%;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 35px;
    border: 2px solid #f00;
    text-decoration: none !important;
    line-height: 108%;
}

.logo {
    width: 300px;
    margin: 12px 20px;
}
.h1, h1 {
    font-size: 2rem;
    text-align: center;
    margin: 20px 0px 20px;
    color: #000;
}
.h2, h2 {
    font-size: 1.8rem;
    text-align: center;
    margin: 20px 0px 40px;
    font-style: italic;
}
.flex-away {
    padding: 2% 10%;
}
.click-tweet {
    font-size: 138%;
    width: 100%;
    max-width: 100%;
    padding: 20px 10px;
    margin: 20px auto;
    line-height: 133%;
    color: #000;
    font-weight: bold;
    text-align: center;
    background: #fff;
    font-style: italic;
    border-left: 2px solid #f00;
    border-right: 2px solid #f00;
}
#gallery h2 {display:none;}
.icons, .icons:visited, .icons:focus {
    padding: 10px;
    margin: 8px 3px;
    width: 45px;
    height: 50px;
    display: inline-block;
    font-size: 90%;
    text-align: center;
    color: #fff;
}

.icons:hover {color: #006979;}

.link:hover {color: #006979; text-decoration: none;}

.click-tweet h3 {
    color: #006979;
    font-size: 100%;
    padding: 7px 0;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-style: normal;
    font-weight: bold;
    display: inline-block;
}
.hero {max-width: 100%;}
/*Hero Box*/
#hero-plus-hero { align-items:start;
}
/*Body B
ox*/
#hero-plus-body {
}
/*Footer Box*/
#hero-plus-footer{
display: block;
text-align: center;
padding-top: 15px;
padding-bottom: 10px;
background: #3C2D2A;
color: #fff;
}
/* Control carousel arrow*/
.carousel-gallery-arrow {
}
@media only screen and (max-width: 769px) {
.side { width: 100%; margin: 0; float: none; }
.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
#hero-plus-header {
 padding-bottom: 10px; display: block;
}
.logo {
    width: 300px;
    margin: 20px auto;
    text-align: center;
    display: block;
}
.click-tweet {
    float: none;
    text-align: center;
    margin: 20px auto;
}
.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
}