/* overrides */
.dark .menu-item:hover > .menu-link, .dark .menu-item.current > .menu-link {
    color: #4FB7D5;
}

.bg-ccwtblue{
	background-color: #4FB7D5 !important;
}

h1.hero-headline{
  font-family: "Playfair Display", serif !important;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-size:58px
}


.howbox{
	width:100%;
	margin-bottom:50px;
	background-color: rgba(0, 0, 0, 0.2) !important;
}

@media (min-width: 768px) { 
	.howbox{
		width:32%;
		margin-bottom:0px;
	}
}

.howbox-text{
	padding:10px 10px !important;
}

.howbox-text h3{
	color: #EEE;
	font-weight:600;
	font-size:17px;
	letter-spacing:2px;
	margin:10px 0 0 0;
	text-transform:uppercase;
}

.howbox-text p{
	color: #BBB;
	font-size:14px;
	letter-spacing:1px;
	margin:2px 0 20px 0;
	line-height:135% !important;
}

.light .howbox{
	padding:10px 20px !important;
	border-radius:10px;
	background-color: rgba(0, 0, 0, 0.05) !important;
}

.light .howbox-text h3{
	color: #333;
	font-weight:600;
	font-size:18px;
	letter-spacing:2px;
	margin:10px 0 20px 0;
	text-transform:uppercase;
	text-align:center
}

.light .howbox-text h4{
	color: #43434;
	font-weight:600;
	font-size:15px;
	letter-spacing:2px;
	margin:10px 0 0 0;
	text-transform:uppercase;
	text-align:center;
}

.light .howbox-text p{
	color: #555;
	font-size:14px;
	letter-spacing:1px;
	margin:2px 0 20px 0;
	line-height:135% !important;
}

h1.section-title{
	font-family:'Source Sans Pro', sans-serif !important;
	font-weight:300;
	font-size:30px;
	letter-spacing:.5em;
	text-align:center;
	text-transform:uppercase;
}

h2.transparent{
	font-size:1px;
	color:transparent !important;
}

h2.section-subtitle{
	font-family:'Source Sans Pro', sans-serif !important;
	font-weight:300 !important;
	font-size:26px;
	letter-spacing:.1em;
	text-align:center;
	text-transform:uppercase;
}



.contactbox{
	width:96%;
	margin:10px auto;
	border:1px solid #DDD;
}

@media (min-width: 768px) { 
	.contactbox{
		width:32%;
		margin:50px 0 0 0;
	}
}

.contactbox-text{
	padding:30px 20px !important;
}

.contactbox-text h3{
	color: #333;
	font-weight:600;
	font-size:17px;
	letter-spacing:2px;
	margin:20px 0 10px 0;
	text-transform:uppercase;
}

.contactbox-text p{
	color: #888;
	font-size:14px;
	letter-spacing:1px;
	margin:2px 0 20px 0;
	line-height:135% !important;
}
.contactbox-text p b{
	color: #606060;
}

.dark .table-striped > tbody > tr:nth-of-type(odd) {
    color: #EEE;
}

.subtitle-testimonial{
	position:absolute;
	top:40px;
	left:50%;
	transform:translateX(-50%);
}

.parallax .testimonial .testi-content p {
	font-family: 'Lora', serif !important;
}
.fc-content:hover{
	background-color:rgba(0,0,0,.2);
}

.fc-calendar-event{
	font-size:12px;
}

p small, small, small a {
	line-height:14px !important;
	font-size:12px !important;
}

.portfolio-image .fbox-content h3, .portfolio-image .fbox-content p{
	line-height:115% !important;
}

.posts-about li{
	font-size:14px !important;
}

.successfulresponse{
	padding:7px;
	color:white;
	background-color:#198754;
	text-align:center;
	border-radius:5px;
}

.tourguides .card
{
	background-color: #eee !important;
}
	