body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
    padding-top: 0px !important;
}

#main-content .container:before {
    display:none;
}

#page-container {
    background:#fff;
}

.post-thumbnail-header {
    width:100%;
    height:450px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position:relative;
}

.post-thumbnail-header:before {
    content:'';
    height:100%;
    width:100%;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: rgb(17,17,17);
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.55) 0%, rgba(255,0,0,0) 100%);
}

@media (max-width:1400px) {
    .post-thumbnail-header {
        width:100%;
        height:375px;
        background-size: 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }
}

.event-wrapper, .member-wrapper {
    background: #fff;
    float: left;
    width: 100%;
    padding-bottom:80px;
}

.member-description li {
    font-size: 17px;
    font-family: 'Gotham';
    color: #292a2a;
    line-height: 1.8em;
}

.event-content, .member-content {
    float: left;
    width: 66%;
    background: white;
    padding: 30px;
    margin-top: -54px;
    position: relative;
    border-radius: 0px;
    min-height: 750px;
    margin-bottom: 70px;
}

.event-content ul, .member-content ul {
    list-style-type: circle;
    padding-left: 40px;
	margin-bottom: 18px;
}

.entry-title {
    line-height: 1.3em;
    font-size: 32px;
    text-align: left;
    font-family: 'GothamBold';
    color: #000;
    padding-bottom:25px;
}

.event-meta, .member-meta {
    border-bottom: 1px solid #ececec;
    float: left;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.event-meta p, .member-meta p {
    float: left;
    color: #696969;
}

.member-side-row a {
 color: #EF436D!important;
}

.event-meta a, .member-meta a {
    color: #696969;
    transition: 0.4s all;
}

.event-meta p a, .member-meta p a {
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
}

.event-meta p a:hover, .member-meta p a:hover {
    border-bottom: 1px solid #5ac1bc;
    color:#5ac1bc;
}

.event-meta i, .member-meta i, .event-meta svg, .member-meta svg {
    margin-top:6px;
    margin-right:7px;
}

.blog-icons-post {
    float: right;
}

.blog-icons-post a {
    border: 1px solid;
    border-radius: 4px;
    padding: 2px 10px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 7px;
    transition:0.4s all;
}

.blog-icons-post a:hover {
    background:#5ac1bc;
    color:white;
}

.event-description p, .member-description p {
    color: #222;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 400;
}

.member-description p small {
    font-size: 11px;
    margin-top: 30px;
    display: block;
    opacity: 0.7;
}

.event-description p a, .member-description p a {
    text-decoration: underline !important;
    font-size: inherit !important;
    font-family: inherit !important;
}

.tags-footer {
    border-top: 1px solid #eff6f9;
    float: left;
    width: 100%;
    padding-top: 30px;
    margin-top: 40px;
    right: auto;
    left: 0;
    padding: 30px 0 0;
}

.tags-footer a {
    border: 1px solid #5ac1bc;
    padding: 2px 17px;
    border-radius: 3px;
    margin: 10px 10px 0 0;
    color: #5ac1bc;
    font-size: 13px;
    transition: 0.4s all;
    text-transform: capitalize;
    font-family: montserrat;
    display: inline-block;
    width: auto;
    transition: 0.4s all;
}

.tags-footer a:hover {
    background: #5ac1bc;
    color:white;
}

.amen-wrap-single {
    color: #464646;
    font-size:30px;
}

.amen-wrap-single i {
    margin-right: 20px;
    margin-top: 20px;
}


/* Side */

.event-side, .member-side {
    float: right;
    background: #f9f9f9;
    padding: 0px 0 30px 0;
    width: 32%;
    position: relative;
    margin-top: -50px;
    margin-bottom: 50px;
    border-radius: 0px;
}

#map_canvas {
    float:right;
    width:32%;
    margin-top: 20px;
    height: 250px;
    display:block !important;
}

.event-side-row, .member-side-row {
    float: left;
    width: 100%;
    padding: 30px 30px 0;
}

.member-side-row h5 {
    color:black;
}

.event-side-row p, .member-side-row p {
    float: left;
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
    color: black;
    display: flex;
    word-break: break-word;
}

.event-side-row p i, .member-side-row p i {
    margin: 4px 20px 0 0;
    width: 15px !important;
} 

.social {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 0;
    font-size: 22px;
    line-height: 22px;
    margin-right: 10px;
    padding: 10px 15px;
    border: 1px solid #5ac1bc !important;
    color: #5ac1bc !important;
    transition:0.4s all;
}
.social i {
    margin:4px 0 0;
}
.social.s-fb {
    color:#4367B2 !important;
    border-color:#4367B2 !important;
}
.social.s-tw {
    color:#1BA0F2!important;
    border-color:#1BA0F2!important;
}
.social.s-ig {
    color:#c13584!important;
    border-color:#c13584!important;
}
.social.s-yt {
    color:#ff0000!important;
    border-color:#ff0000!important;
}
.social.s-pi {
    color:#bd081c!important;
    border-color:#bd081c!important;
}
.social:hover {
    filter:brightness(110%);
}

.trail-condition {
    font-size:12px;
    margin-bottom: -20px;
    clear:both;
    display:block;
    line-height:10px;
}

.weather-widget {
    float: right;
    width: 32%;
    margin-bottom: 50px;
}

body #splw-location-weather-11416.splw-main-wrapper {
    max-width: 100%;
}

.book-now-cta {
    background: #5ac1bc;
    display: block;
    text-transform: uppercase;
    color: white;
    font-family: 'GothamBold';
    text-align: left;
    padding: 0;
    font-size: 20px;
    letter-spacing: 0.5px;
    border-radius: 0px;
    float: right;
    width: 32%;
    margin-top: -30px;
    transition:0.4s all;
}
.book-now-cta p {
    float: left;
    padding: 18px 18px 18px 23px;
    text-shadow: 1px 1px 4px #409e9a63;
}
.book-now-cta i {
    float: right;
    background: #409e9a;
    padding: 20px;
    height: 60px;
    width: 60px !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.book-now-cta:hover {
    filter:brightness(110%);
}

.book-now-cta.pink-cta {
    margin-top: 20px;
    background: #ef436d;
}

.book-now-cta.pink-cta p {
    text-shadow: 1px 1px 4px #ef436d73;
}

.book-now-cta.pink-cta i {
    background: #b92146;
}

.gallery-container li {
    float: left;
    margin-right: 6px;
    list-style: none;
    height: 147px;
    overflow: hidden;
	margin-bottom: 6px;
}
.gallery-container li:nth-of-type(4n+4) {
    margin-right:0;
}
.gallery-container li a {
    display:block;
}
.gallery-container li a img {
    transition: 0.6s all;
    cursor:pointer;
    width:147px;
}
.gallery-container li a img:hover {
    filter: drop-shadow(0px 0px 8px #ddd);
    transform: scale(1.025);
}

/* Rec Modal */
.modal {
  display: none;
  position: fixed; 
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto; 
  padding: 20px;
  border: 1px solid #888;
  width: 35%; 
  color:black;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.freq-until {
    display: block;
    font-size: 11px;
    color: #9e9e9e;
    margin-top: 25px;
    text-align: center;
}

.recModal {
    font-weight: 300;
    border: 1px solid;
    text-align: center;
    font-size: 12.5px;
    line-height: 14px;
    width: 150px;
    padding: 17px 0 0;
    border-radius: 3px;
    color: #222;
    margin-top: 0px;
    transition:0.4s all;
}

.recModal:hover {
    background: #222;
    color:white;
    border-color:#222;
}

.good-tidings-btn {
    background: #507458;
    padding: 13px 15px;
    border-radius: 50px;
    color: white;
    margin-top: 20px;
    display: block;
    width: 275px;
    text-align: center;
    font-size: 15px;
    transition:0.4s all;
}
.good-tidings-btn:hover {
    filter:brightness(110%);
}
.good-tidings-btn i {
    margin-right:7px;
}

#footer {
    margin-top:0;
}

.related-wrap {
    margin:0 15px 0px;
}

.related-h3 {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #5ac1bc;
}

.member-description a:not(.good-tidings-btn) {
    color: #EF436D!important;
	font-weight: bold;
}

.trail-meta {
    font-size: 12px;
    font-weight: 400 !important;
    font-family: 'GothamBold', sans-serif;
    display: block;
    margin-bottom: -10px;
}

.trail-meta p {
    display: inline-block;
    padding-bottom: 0;
}

.trail-meta p:nth-of-type(1) {
    margin-right:10px;
}

.trail-meta p i {
    margin-right: 7px;
    margin-top: 0 !important;
    opacity: 1 !important;
    display: inline !important;
    font-family: "Font Awesome 6 Pro" !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-style: inherit !important;
}

.member-description h2, .member-description h3, .member-description h4 { margin: 15px 0; font-weight: bold;}

@media (max-width:980px) {
    .event-wrapper .container, .member-wrapper .container {
        width:90%;
    }
    .post-thumbnail-header {
        height:200px;
    }
    .event-content, .member-content {
        float: left;
        width: 100%;
        padding: 20px;
        margin-top: -50px;
    }
    .event-side, .member-side, #map_canvas, .book-now-cta {
        width:100%;
    }
    .member-side {
        margin-top:20px;
        margin-bottom:0;
    }
    .event-meta p, .member-meta p {
        width:100%;
        display:block;
        margin-bottom:20px;
    }
    .blog-icons-post {
        float: none;
    }
    .blog-icons-post a {
        border: 1px solid;
        border-radius: 4px;
        padding: 6px 10px;
        display: inline-block;
        vertical-align: middle;
        margin-top: -5px;
        margin-left: 0;
        transition: 0.4s all;
        width: 49%;
        text-align: center;
    }
    .offer-wrap .event-card {
        max-width:100%;
    }
    .modal-content {
        width:90%;
    }
    .gallery-container li {
        float: left;
        margin-right: 8px;
        width: 48.65%;
    }
    .gallery-container li:nth-of-type(even) {
        margin-right:0;
    }
    .event-wrap {
        margin:0 !important;
    }
    .related-h3 {
        margin-top:30px;
    }
}