/*
Theme Name: Christine Valmy
Author: Submersive Media
Description: Custom theme for the Christine Valmy site.
Version: 2.0
Text Domain: Christine Valmy
Tags: Bootstrap4
*/


.single-post .innerTop p,
.single-news .innerTop p,
.single-post .innerTop li,
.single-news .innerTop li {
	color: #333333;
	font-size: 1.125rem;
	line-height: 1.6rem;
	margin-bottom: .65rem;
}
.single-post .carousel.slide h1,
.single-news .carousel.slide h1,
.single-post .innerTop h1,
.single-news .innerTop h1 {
	line-height: 1.2;
	font-size: 2.8rem;
}
.single-post .carousel.slide h2,
.single-news .carousel.slide h2,
.single-post .innerTop h2,
.single-news .innerTop h2 {
	line-height: 1.2;
	font-size: 2.3rem;
}
.return-to-archive {
	text-align: center;
}
.blog-list .card-title {
	color: #006547;
	font-weight: bold;
}
.blogCategories a {
	margin: 3px;
	border: 1px solid #006547;
}

/* CT Stylings */
#loading-overlay {
	display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
	position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
}

.loader {
	border: 10px solid #f3f3f3; 
	border-top: 10px solid black;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }

  .formLine.selectLabelOffset p {
	display: block;
	margin-bottom: 0;
  }

.firstSelectGroup .select-holder p {
	margin-bottom: 0 !important;
	display: block;
}

footer .social-icons IMG {
	background: none !important;
}

a {
	word-break: break-all;
}