/*
Theme Name: Custom Theme
Description: Custom Theme for Wordpress!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: <https://www.gnu.org/licenses/gpl-2.0.html>
Text Domain: custom-theme
Tags: wordpress, theme
*/

body {
	background-color: #ffffff;
	color: #121212;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: "Dosis", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1.4em;
	text-decoration: none;
}

h1 {
	color: #213846;
	font-size: 24px;
	font-weight:600;
}

h2 {
	color: #213846;
	font-size: 21px;
	font-weight:600;
}

h3 {
	color: #213846;
	font-size: 18px;
	font-weight:600;
}

a {
	color: #4792be;
	text-decoration: none;
}

.callout-heading a {
	color: #ffffff;
	text-decoration: underline;	
}

a:hover {
	text-decoration: none !important;
}

#main-wrapper {
	position: relative;
}

#header {
	background: #ffffff;
	width: 100%;
	padding: 0px;
}

#header .container {
	margin: auto;
	padding: 20px 0px;
}

#header .col-8 {
	text-align: right;
}

#header .site-title {
	margin-bottom: 0px;
}

#header .site-title a {
	font-family: "Dosis", sans-serif !important;
	color: #29405a;
	text-transform: uppercase;
	font-size: 42px;
	line-height: normal;
}

#header .site-title img {
	width: 260px;
	height: auto;
    margin: auto;
    border-radius: 6px;
}

.site-description {
    color: #131313;
    display: block;
    font-family: "Dosis", sans-serif !important;
	font-style: normal;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    margin-top: 4px;
    margin-bottom: 0px;
}

.top-cta {
	text-align: right;
	padding: 0px;
}

.top-cta-inner {
	background: #213846;
	display: inline-block;
	padding: 8px 62px 9px 20px;
    border-radius: 6px;
}

.top-cta > * {
	color: #95C1DA;
    font-family: "Dosis", sans-serif !important;
}

.top-cta label {
	font-size: 24px;
    font-weight: bold;
    display: block;
}

.top-cta p {
	margin:0px -42px 0px 0px;
	letter-spacing: 1px;
}

#header .header-bottom {
	height: auto;
	margin: 0px;
	padding: 18px 0;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

#header ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: -5px;
}

#header ul li:last-child {
	margin-right: -6px;
}

#header ul li a {
	font-size: 13px;
}

#header ul li a:hover {
	text-decoration: underline;
}

.header-widget {
	text-align: center;
	margin: -12px auto 9px auto;
}

.btn-mobile-menu {
	display: none;
	width: 25px;
	margin-right: 12px;
	padding: 0px;
	float: right;
	margin-bottom: -6px;
}

.btn-mobile-menu span {
	background: #213846;
	display: block;
	height: 3px;
	margin-bottom: 5px;
}

#main-nav {
	text-align: center;
}

#main-nav ul {
	margin: 0px;
	padding: 0px;
}

#main-nav ul li {
	display: inline-block;
	list-style-type: none;
	margin-bottom: 0px;
}

#main-nav ul li a {
	color: #444444;
	font-size: 15px;
	display: block;
	font-family: "Dosis", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 20px;
	margin-right: 6px;
	position: relative;	
}

#main-nav ul li:hover > a {
	opacity: 0.75;
}

#main-nav ul li.current-menu-item > a {
	border: solid 1px #213846;
}

#main-nav ul li.current-menu-item > a:before {
	content: "";
    width: 1px;
    height: 20px;
    background: #fff;
    position: absolute;
    left: -1px;
    top: 8px;
}

#main-nav ul li.current-menu-item > a:after {
	content: "";
    width: 1px;
    height: 20px;
    background: #fff;
    position: absolute;
    right: -1px;
    top: 8px;
}

#main-nav ul li .sub-menu {
	display: none;
	background: #203745;
	position: absolute;
	z-index: 9999;
}

#main-nav ul li:hover .sub-menu {
	display: block;
}

#main-nav ul li .sub-menu li {
	display: block;
	margin-bottom: 0px;
	text-align: left;
}

#main-nav ul li .sub-menu li a {
	color: #ffffff !important;
}

#main-nav ul li .sub-menu li a:hover {
	background: #95c1da !important;
    color: #213846 !important;
	opacity: 1;
}

#home-about,
#home-about p,
#home-about h3 {
	color: #ffffff !important;
}

#footer {
	background: #213846;
}

#footer #extended-footer {
	margin: auto;
	padding: 50px 0px 30px;
}

#footer .col-lg-4 {
	text-align: center;
}

#footer h3 {
	color: #cccccc;
}

.footer-copyright {
	background: #95C1DA;
	color: #213846;
	font-size: 16px;
	text-align: center;
	padding: 30px 0px;
	border-top: solid 1px #464646;
}

.footer-copyright a {
	color: #121212;
}

#donate {
	text-align: center;
}

.entry-header .entry-title {
	margin-bottom: 30px;
}

body.blog .entry-header .entry-title {
	margin-bottom: 20px;
	font-size: 32px;
}

body.no-home #main-wrapper {
	margin: 50px auto;
}

.site-content {
	line-break: normal;
	white-space: normal;
}

body.no-home #site-sidebar {
	margin-top: 15px;
	text-align: center;
}

input[type="submit"] {
	background: #fb4736 !important;
	color: #ffffff !important;
	border: none;
	padding: 6px 20px;
}

input[type="submit"]:hover {
	background: #000000 !important;
}

input[type="text"],
input[type="email"],
textarea {
	width: 425px;
	max-width: 75%;
}

.title-service {
	text-align: center;
	font-size: 30px;
}

#sidebar .widgettitle {
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
	color: rgba(169, 3, 41, 1);
	font-family: "Dosis", sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	border: 0;
	text-transform: capitalize;
}

#site-sidebar img {
	max-width: 100% !important;
	height: auto !important;
	margin: auto;
}

img.alignleft,
img.aligncenter,
img.alignright,
img.alignnone {
	margin-bottom: 15px;
}

.alignright {
	float: right;
	margin-left: 30px;
}

.alignleft, img.alignleft {
    margin-right: 10px;
    display: inline;
    float: left;
}

.wpcf7-form p {
	margin-bottom: 0px;
}

.wpcf7-form input {
	margin-bottom: 15px;
}

header.entry-header {
	display: none !important;
}

.module-box-content a {
	color: #fff !important;
	text-decoration: underline;
}

.module-icon-item+.module-icon-item {
    margin-left: 0px !important;
}

.ngg-gallery-thumbnail {
    border: solid 3px #ffffff !important;
    border-radius: 6px !important;
    box-shadow: 0px 0px 10px -6px #000000 !important;
}

@media screen and (max-width:767px) {
	body.home #header {
		position: static;
		padding: 10px 0px 0px;
	}

	#header .container {
		flex-direction: column;
	}

	#header .col-6 {
		width: 100% !important;
	}
	
	#header .site-title img {
    	width: 220px;
	}
	
	.site-title,
	.site-description {
		font-size:12px;
		text-align:center;
	}
	
	.top-cta {
		text-align: center;
		margin-top: 15px;
	}

	.top-cta-inner {
		padding: 5px 50px 6px 14px;
	}
	
	.top-cta label {
    	font-size: 18px;
	}
	
	.top-cta p {
    	font-size: 14px;
		margin-right:-58px;
	}
	
	.btn-mobile-menu {
		display: block;
	}

	#main-nav {
		display: none;
		background:#ffffff;
		position: absolute;
		width: 240px;
		margin-top: 30px;
		margin-left: 10px;
		z-index: 9;
		right: 0px;
		text-align: left;
	}

	#main-nav ul li {
		display: block;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-left: 0px;
	}

	#footer .col-lg-4 {
		margin-bottom: 50px;
	}

	#footer .col-lg-4.fw-three {
		margin-bottom: 0px;
	}
	
	.ngg-gallery-thumbnail-box {
    	max-width:50% !important;
	}
}