.subnav2 {
    background-color: rgba(248,238,250,1.00);
    min-height: 120px;
}
.class-twitter {
    padding: 0 20px 20px 20px;
}
	
@media (max-width: 900px) {
.class-twitter {
    padding: 0;
}
}
	
.page-content {
    background-color: rgba(248,238,250,1.00);
}
/** **/
	
.title-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 70px;
    padding: 15px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
	font-family: 'Raleway', sans-serif;
}
	
.title-icon {
    width: 50px;
    margin-right: 15px;
    display: inline-block;
    max-width: 100%;
}
	
.title-card-titles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
	
.title-card-titles h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #0a1f44;
    font-size: 26px;
    line-height: 28px;
	font-weight: 700
}
	
@media (max-width: 800px) {
.title-card-titles h4 {
    font-size: 22px;
    line-height: 22px;
}
}
	
/** **/
	
.chat-post {
    overflow: hidden;
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
	margin-top: 2.5rem;
	background-color: white;
	padding: 0 25px 25px;
	position: relative;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.chat-post:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
	box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.48);
}
	
@media (max-width: 900px) {
.chat-post {
    box-shadow: 8px 8px 20px 0 rgba(118, 126, 173, 0.08);
}
	
.chat-post:hover {
	box-shadow: 8px 8px 20px 0 rgba(118, 126, 173, 0.48);
}
}
	
@media (max-width: 600px) {
.chat-post {
	margin-top: 1.5rem;
	padding: 0 20px 20px;
}
}
	
.chat-post-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 60px;
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: flex-start;
    background-color: #fff;
}
	
@media (max-width: 767px) {
.chat-post-content {
    margin-top: 15px
}
}
	
.chat-post-icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
	margin-top: 24px;
    display: inline-block;
	border-radius: 50%
	
}
	
@media (max-width: 767px) {
.chat-post-icon {
    width: 40px;
    height: 40px;
	margin-top: 14px;
}
}
	
.chat-post-wrp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	width: 100%
}
	
.chat-post-wrp a, .chat-post-wrp a:visited {
    color: #4169e1;
}
	
.chat-post-wrp a:hover {
    color: rgba(1,57,116,1.00);
}
	
.chat-post-wrp .entry-content {
	position: relative;
	width: 100%;
}

@media (max-width: 767px) {
.chat-post-wrp .entry-content span {
	display: block
}
.chat-post-wrp .entry-content .sl-wrapper span {
	display: inline-block
}
}
	
.chat-post .subtitle {
    min-height: 15px;
    min-width: 45px;
    padding: 0px 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color:#EBECF0;
    color: #4E5D78;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
	max-width: 100px;
	position: absolute;
	z-index: 9999;
	
}
	
@media (min-width: 768px) {
.chat-post .subtitle {
    display: inline-block;
	right: 22px;
	top: 22px;
}
}
	
@media (max-width: 767px) {
.chat-post .subtitle {
	top: 0px;
	left: 20px;
	background-color:#fff;
	padding: 3px 12px 0 0;
}
}
	
	
@media (max-width: 767px) {
.chat-post h3 {
    font-size: 20px;
    line-height: 23px;
}
}
	
.chat-post p {
    margin: 0 0 0.6em 0;
	font-size: 14px
}
	
@media (min-width: 900px) {
.chat-post p {
	font-size: 16px
}
}
	
.chat-post h3 {
    margin-top: 26px;
    margin-bottom: 10px;
    color: #0a1f44;
    font-size: 28px;
    line-height: 30px;
	font-weight: 700;
	padding-right: 120px;
}
	
@media (max-width: 1200px) {
.chat-post h3 {
    margin-top: 25px;
    font-size: 24px;
    line-height: 26px;
}
}
	
@media (max-width: 767px) {
.chat-post h3 {
    font-size: 20px;
    line-height: 23px;
	padding-right: 0px;
	margin-bottom: 5px
}
}
	
@media (max-width: 767px) {
.chat-post h3 {
    margin-top: 16px
}
}
	
.tags {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	border-radius: 20px;
    background-color: rgba(248,238,250,1.00);
    box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
	padding: 6px 8px
}
	
.tags a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 25px;
    min-width: 45px;
    margin-right: 5px;
    padding: 6px 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #e3d9fc;
    color: #7540ee;
    font-size: 12px;
	line-height: 11px;
    font-weight: 700;
    letter-spacing: 1px;
	text-decoration: none;
	transition: all 200ms ease-in;
	text-align: center
}
	
.tags a:hover {
    background-color: #7540ee;
    color: #e3d9fc;
}
	
.seperator {
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ebecf0;
}
	
/** **/
	
.acf-video {
	margin-top: 15px;	
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow:hidden;
}

.acf-video iframe, .acf-video embed, .acf-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
	
.acf-gallery {
	display:grid;
	grid-gap:1rem;
	grid-template-columns:repeat(auto-fill, minmax(14ch, 1fr));
	margin:var(--wp--preset--spacing--lg) auto;
	max-width:var(--wp--style--global--content-size);
	margin-top: 15px;
}
	
@media (max-width: 600px) {
.acf-gallery {
	grid-gap:0.6rem;
}
}
	
.acf-gallery a {
	position: relative
}
	
.acf-gallery a img {
	display: block;
	filter: grayscale(0%);
	height: 100%;
	transition: filter 0.7s ease;
	width: 100%;
}
	
.acf-gallery a:hover img {
	filter: grayscale(100%);
}

.acf-gallery a:after {
	content: '';
  background:url('../images/magnifying-glass.svg');
  width: 16px;
  height: 16px;
  display: block;
	position: absolute;
	bottom: 4px;
    right: 5px;
}
	
#TB_overlay {
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 999999999999;
}
	
#TB_window {
    z-index: 9999999999999;
  display:flex;
  flex-direction: column; 
}
	
#TB_window img#TB_Image {
    max-width: 100%;
	height: auto;
    margin: 15px 0 0 15px;
    border-right: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
    border-top: 0px solid #666;
    border-left: 0px solid #666;
}
	
#TB_caption {
    display: none
}
	
.tb-close-icon {
    top: -15px;
}
	
div#shShutter {
    z-index: 999999999999;
}
	
div#shDisplay {
    z-index: 9999999999999;
}
	
div#shShutter {
    z-index: 999999999999;
}
	
div#shDisplay {
    z-index: 9999999999999;
}
	
#swipebox-overlay {
    z-index: 9999999999999!important;
	background: rgba(0,0,0,0.88)!important;
}
	
/** DROPDOWN **/
.title-card select {
	position: absolute;
    right: 20px;
	font-size: 12px;
	padding: 5px 10px
}
	
@media (max-width: 900px) {
.title-card select {
	display: none
}
}
	
/** SMALL HEADER **/
	
.hero-header_noimg {

    position: relative;
    max-height: 0;
    min-height: 0;
}
	
@media (max-width: 1024px) {
.hero-header_noimg {
    max-height: 0px;
    min-height: 0px;
}
}
	
/* LIKE POST STYLING */
.sl-wrapper {
	margin-top: 10px;
	display: block
}
	
.sl-wrapper a {
	border-bottom: 0 !important;
	text-decoration: none !important;
}
.sl-button {
	padding: 0.375em 0.625em 0.375em 0;
	font-size: 1em;
	line-height: 1;
	font-weight: normal;
}

/* Colors */
a.liked {
	color: #da1b1b;
}
a.liked:hover,
a.liked:active,
a.liked:focus {
	color: #666666;
}
a.liked span.sl-count,
.sl-count {
	color: #666666;
}

/* Icon */
.sl-icon {
	margin-right: 0.3125em;
	font-family: 'Arial Unicode MS', Arial, sans-serif;
	vertical-align: middle;
}
.sl-icon svg {
	fill: currentColor;
	width: 1em;
	height: 1em;
}
.sl-icon svg:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left:0;
}

/* Count */
.sl-count {
	font-size: 0.625em;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-transform: uppercase;
	vertical-align: middle;
}

/* Loader */
.loader,
.loader:before,
.loader:after {
  background: rgba(0, 0, 0, 0.2);
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: .2em;
  height: .6em;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -.375em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader {
  text-indent: -9999em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after {
  left: .375em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}