/*
Theme Name:Kingdom Vison
Theme URI:-
Description:Kingdom Vison Wordpress Theme
Version:1.09
Author:Kingdom Vison
Author URI:http://kingdom-vision.com
*/

/* Reset & Basics (Inspired by E. Meyers) */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700italic,800,800italic,400italic,700,600italic);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
	border: 1px solid;
	width: 100%;
}
tr th {
	border-bottom: 1px solid;
	text-align: left;
}
tr th, tr td {
	padding: 9px 20px;
	border-right: 1px solid;
}
tr th:last-child, tr td:last-child {
	border-right: 0px;
}
table th {
	font-weight: bold;
}
/* Basic Styles */
html {
	background: #e4ebf2;
}
body {
	background: url(images/bg.jpg) fixed repeat-x #e4ebf2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	-webkit-text-size-adjust: 100%;
	line-height: 18.5px;
}
@font-face {
	font-family: "candarab";
	src: url("fonts/candarab.eot");
	src: url("fonts/candarab.eot#iefix") format("embedded-opentype"), url("fonts/candarab.woff") format("woff"), url("fonts/candarab.ttf") format("truetype"), url("fonts/candarab.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
html {
	min-height: 100%;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
	color: #181818;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	margin-bottom: 15px;
}
h2 {
	margin-bottom: 15px;
}
h3 {
	margin-bottom: 15px;
}
h4 {
	margin-bottom: 15px;
}
h5 {
	margin-bottom: 15px;
}
h6 {
	margin-bottom: 15px;
}
.subheader {
	color: #777;
}
p {
	margin: 0 0 20px 0;
}
p img {
	margin: 0;
}
p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
small {
	font-size: 80%;
}
/* Blockquotes */
blockquote, blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}
blockquote {
	background-color: #dbecff;
	background-image: url("images/top.png"), url("images/bottom.png");
	background-position: left top, left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	box-sizing: border-box;
	padding: 10px;
	position: relative;
}
blockquote:after {
	content: '';
	position: absolute;
	background: url(images/blockquote_shadow.png) 0 0 no-repeat;
	width: 256px;
	height: 26px;
	right: 0;
	bottom: -25px;
}
blockquote p {
	color: #010101 !important;
	font: italic 16px/24px Georgia, "Times New Roman", Times, serif !important;
	text-align: center;
	margin: 0;
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a {
	color: #555;
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
/* Links */
a {
	color: inherit;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: inherit;
}
p a {
	line-height: inherit;
}
/* Lists */
ul, ol {
}
ul {
}
ol {
	list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc, ul {
	margin-left: 30px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 4px 0 5px 30px;
}
li {
	line-height: 18px;
}
ul.large li {
	line-height: 21px;
}
li p {
	line-height: 21px;
}
/* Images */
img.scale-with-grid {
	max-width: 100%;
	height: auto;
}
img {
	display: block;
}
iframe {
	display: block;
}
/* Buttons */
a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	height: 29px;
	line-height: 26px;
	padding: 1px 12px 0px 12px;
	display: inline-block;
	background: url('images/gradient-top4-32px.png') repeat-x;
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background-image: url('images/gradient-bottom4-32px.png');
}
.button.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}
a.gdl-button {
	height: 26px;
	line-height: 26px;
	padding: 1px 12px 0px 12px;
	display: inline-block;
	background: url('images/gradient-top4-32px.png') repeat-x;
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.gdl-button:hover {
	background-image: url('images/gradient-bottom4-32px.png');
}
.gdl-image-frame {
	padding: 4px;
	display: inline-block;
}
/* Tabs (activate in tabs.js) */
ul.tabs {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	border-bottom: solid 1px;
}
ul.tabs li {
	display: block;
	width: auto;
	height: 30px;
	padding: 0;
	float: left;
	margin-bottom: 0;
}
ul.tabs li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 29px;
	padding: 0px 20px;
	line-height: 30px;
	border: solid 1px;
	border-width: 1px 1px 0 0;
	margin: 0;
	cursor: pointer;
	background: #f5f5f5;
	font-size: 13px;
}
ul.tabs li a.active {
	background: #fff;
	height: 30px;
	position: relative;
	top: -4px;
	padding-top: 4px;
	border-left-width: 1px;
	margin: 0 0 0 -1px;
	color: #111;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}
ul.tabs li:first-child a.active {
	margin-left: 0;
}
ul.tabs li:first-child a {
	border-width: 1px 1px 0 1px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
}
ul.tabs li:last-child a {
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}
ul.tabs-content {
	margin: 0 0 20px;
	display: block;
	list-style: none;
}
ul.tabs-content > li {
	display: none;
}
ul.tabs-content > li.active {
	display: block;
}
/* Clearfixing tabs for beautiful stacking */
ul.tabs:before, ul.tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
ul.tabs:after {
	clear: both;
}
ul.tabs {
	zoom: 1;
}
/* Forms */
form {
	margin-bottom: 20px;
}
fieldset {
	margin-bottom: 20px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px Georgia, "Times New Roman", Times, serif;
	color: #777;
	margin: 0;
	width: 210px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff;
}
select {
	padding: 0;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
textarea {
	min-height: 60px;
}
label, legend {
	display: block;
}
select {
	width: 220px;
}
input[type="checkbox"] {
	display: inline;
}
label span, legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}
/* Custom Tag */
.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor {
	max-width: 100% !important;
}
.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.aligncenter {
	margin: 0 auto 0;
}
.shortcode-image-left {
	margin-right: 12px;
}
.shortcode-imarg-right {
	margin-left: 12px;
}
br.clear {
	clear: both;
	height: 0px;
	display: block;
}
.display-none {
	display: none;
}
.overflow-hidden {
	position: relative;
	overflow: hidden;
}
.mt0 {
	margin-top: 0px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.ml0 {
	margin-left: 0px !important;
}
.mr0 {
	margin-right: 0px !important;
}
.pt25 {
	padding-top: 25px !important;
}
/* disable blank space */
cufon[alt=" "] {
	display: none !important;
}
/* Theme Style */
div.body-wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
div#custom-full-background {
	position: fixed;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
}
div#custom-full-background img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
}
.preloader {
	display: block;
	background: url(images/loading.gif) center center no-repeat;
}
/* Header */
div.header-wrapper {
	position: relative;
}
div.logo-wrapper {
	float: left;
}
div.logo-wrapper img {
	display: inline-block;
}
div.navigation-wrapper {
	background: #1866bb;
	float: left;
	margin-top: 1px;
	width: 100%;
	margin-bottom: 1px;
}
.navigation-wrapper .menu-wrapper ul {
	padding: 3px 8px;
}
div.social-wrapper {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 45px 10px 0 0
}
div.social-icon img {
	display: inline-block;
}
div.social-icon {
	float: left;
	text-align: center;
	margin-right: 13px;
	opacity: 0.35;
	filter: alpha(opacity=35);
	cursor: pointer;
}
/* Navigation */
div.navigation-wrapper {
	font-size: 13px;
	text-align: center;
}
.navigation-wrapper .sf-menu .current-menu-ancestor a, .navigation-wrapper .sf-menu .current-menu-item a {
	font-weight: bold;
}
.navigation-wrapper .sf-menu .current-menu-ancestor li a, .navigation-wrapper .sf-menu ul .current-menu-item a {
	font-weight: normal;
}
div.navigation-wrapper ul li ul li {
	font-weight: normal;
}
div.responsive-menu-wrapper {
	display: none;
}
div.responsive-menu-wrapper select {
	width: 100%;
	height: 30px;
	margin-bottom: 30px;
}
/* Content */
div.content-wrapper {
	position: relative;
}
/* Page */
div.gdl-page-title-wrapper {
	padding: 11px 17px 11px;
	position: relative;
}
div.gdl-page-title-left-bar {
	width: 3px;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	display: none;
}
h1.gdl-page-title {
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	float: left;
	margin: 0 10px 0 0;
}
div.gdl-page-caption {
	padding-top: 1px;
	line-height: 18px;
	font-size: 13px;
	display: none;
}
div.gdl-page-content {
	margin-top: 5px;
}
div.pagination {
	margin: 0px 10px 10px 10px;
	text-align: left;
	padding-right: 20px;
	position: relative;
	z-index: 99;
}
div.pagination a, div.pagination span {
	padding-left: 12px;
	padding-right: 12px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	text-align: center;
	border: 1px solid;
	border-right: 0px;
	border-color: inherit;
	color: inherit;
}
div.pagination a:last-child, div.pagination span:last-child {
	border-right: 1px solid;
	border-color: inherit;
}
div.pagination a:hover {
	background: none;
	color: inherit;
}
div.pagination span {
}
/* Sidebar */
div.gdl-left-sidebar {
	float: left;
}
div.gdl-right-sidebar {
	float: right;
}
div.gdl-page-item {
	float: right;
	padding-top: 30px;
	margin-bottom: 10px;
}
div.gdl-page-float-left {
	float: left;
	background: url(images/page_bg.png) center top no-repeat;
}
div.custom-sidebar {
	border-color: inherit;
	clear: both;
}
div.custom-sidebar div {
	border-color: inherit;
}
div.custom-sidebar ul {
	list-style: none;
	margin-left: 0px;
	border-color: inherit;
}
div.custom-sidebar ul li {
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid;
	border-color: inherit;
}
div.custom-sidebar ul li {
	padding-left: 15px;
	background-position: 0px 4px;
}
div.custom-sidebar ul li li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
div.custom-sidebar #recentcomments a {
	background: none;
}
div.custom-sidebar #twitter_update_list {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
div.custom-sidebar #twitter_update_list li {
	background: none;
	padding-left: 0px;
}
div.custom-sidebar #twitter_update_list li span {
	display: inline-block;
}
div.custom-sidebar #twitter_update_list li span a {
	margin-top: 0px;
	margin-right: 6px;
	padding-left: 2px;
	display: inline-block;
}
div.custom-sidebar #twitter_update_list li a {
	display: table;
	margin-top: 10px;
	float: none;
	clear: both;
}
/* Custom Widget */
div.custom-sidebar .textwidget {
}
div.custom-sidebar .gdl-recent-post-widget {
	border-color: inherit;
}
div.custom-sidebar .recent-post-widget {
	padding-top: 13px;
	padding-bottom: 5px;
	border-bottom: 0px solid;
	border-color: inherit;
}
div.custom-sidebar .recent-post-widget-thumbnail {
	background-color: #f3f3f3;
	padding: 4px;
	margin-right: 12px;
	border: 1px solid #fff;
	float: left;
}
div.custom-sidebar .recent-post-widget-context {
	overflow: hidden;
	margin-top: 2px;
}
div.custom-sidebar .recent-post-widget-date {
	margin-top: 4px;
	height: 16px;
	line-height: 19px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background-position: 0px 0px;
	padding-left: 22px;
}
div.custom-sidebar .recent-post-widget-comment-num {
	margin-top: 4px;
	height: 16px;
	line-height: 19px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background-position: 0px 0px;
	padding-left: 22px;
}
div.custom-sidebar .twitter-whole {
	border-color: inherit;
}
div.custom-sidebar .twitter-whole ul li a {
	background: none;
	padding: 0px;
}
div.custom-sidebar .flickr-widget {
	margin-top: 5px;
	display: inline-block;
}
div.custom-sidebar .flickr_badge_image {
	margin: 10px 10px 0px 0px;
	float: left;
	width: 56px;
	height: 56px;
}
div.custom-sidebar .flickr-widget img {
	width: 56px;
	height: 56px;
}
div.custom-sidebar .contact-widget-whole ol {
	list-style: none;
	margin-left: 0px;
	margin-top: 15px;
}
div.custom-sidebar .contact-widget-whole ol li {
	margin-right: 10px;
}
div.custom-sidebar .contact-widget-whole input, div.custom-sidebar .contact-widget-whole textarea {
	margin-bottom: 16px;
}
div.custom-sidebar .screenReader {
	display: none;
}
div.custom-sidebar .gdl-recent-port-widget {
	margin-top: 5px;
}
div.custom-sidebar .recent-port-widget {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
/* Sidebar right/left */
div.sidebar-title-wrapper-line {
	height: 0px;
	border-bottom: 1px solid;
	overflow: hidden;
	position: relative;
	top: 9px;
}
div.left-sidebar-wrapper, div.right-sidebar-wrapper {
	padding-top: 30px;
}
div.right-sidebar-wrapper .custom-sidebar-title, div.left-sidebar-wrapper .custom-sidebar-title, div.sitemap .custom-sidebar-title {
	padding: 0px;
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
/* Tag Cloud*/
.tagcloud {
	border-color: inherit;
	display: inline-block;
}
.tagcloud a {
	font-size: 12px !important;
	display: block;
	float: left;
	padding: 3px 8px 3px 8px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid;
	border-color: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* Calendar */
#calendar_wrap {
	border-color: inherit;
}
#wp-calendar {
	width: 100%;
	border-color: inherit;
	border-width: 0px;
}
#wp-calendar caption {
	font-size: 13px;
	font-weight: bold;
	margin: 5px auto 15px;
	padding-bottom: 6px;
	border-bottom: 0px;
	border-color: inherit;
}
#wp-calendar td {
	padding: 4px;
	text-align: center;
	border-right: 0px;
}
#wp-calendar th {
	padding: 0px;
	text-align: center;
	border-right: 0px;
	border-bottom: 0px;
	background: transparent;
}
/* search widget */
div.custom-sidebar #searchsubmit {
	position: absolute;
	height: 27px;
	top: 11px;
	right: 12px;
	cursor: pointer;
	width: 28px;
	border: 0px;
	border-image: initial;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: url(images/search.svg) 0 0 no-repeat;
	background-size: 27px 27px;
}
div.custom-sidebar #search-text {
	float: left;
	width: 100%;
	background: #ececec;
}
div.custom-sidebar #searchform {
	position: relative;
	margin-bottom: 0;
	border-radius: 5px;
	border: solid 1px #d1d1d1;
	padding: 4px;
	margin: 10px 0;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
div.custom-sidebar #search-text input[type="text"] {
	margin-bottom: 0;
	width: 100%;
	background: none;
	line-height: 28px !important;
	box-sizing: border-box;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	text-indent: 9px;
}
div.custom-sidebar #searchform br.clear {
	display: none;
}
/* contact form */
div.custom-sidebar label, legend {
	font-weight: bold;
	margin-bottom: 7px;
}
div.custom-sidebar .error {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-bottom: 15px;
}
div.custom-sidebar #contactForm input, div.custom-sidebar #contactForm textarea {
	width: 100%;
}
/* Footer */
div.footer-wrapper .container {
	background: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
div.footer-widget-wrapper .column {
	margin-bottom: 0;
	margin-left: 30px;
}
div.footer-widget-wrapper .column p {
	line-height: 30px;
	margin: 0;
	font-size: 12px;
}
div.footer-widget-wrapper {
	padding-top: 0;
	background: #ededed;
}
div.footer-widget-wrapper .custom-sidebar {
}
div.footer-widget-wrapper .custom-sidebar-title {
	font-size: 16px;
	margin-bottom: 10px;
}
div.footer-widget-wrapper .custom-sidebar #searchform {
	margin-top: 15px;
	margin-bottom: 0;
	width: 100%;
	margin-left: 0px;
}
/* Footer custom widget*/
div.footer-wrapper div.contact-form-wrapper input[type="text"], div.footer-wrapper div.contact-form-wrapper input[type="password"], div.footer-wrapper div.contact-form-wrapper textarea, div.footer-wrapper div.custom-sidebar #search-text input[type="text"], div.footer-wrapper div.custom-sidebar .contact-widget-whole input, div.footer-wrapper div.custom-sidebar .contact-widget-whole textarea {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
div.footer-wrapper a.button, div.footer-wrapper button {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0 !important;
	background: #222 !important;
}
div.footer-wrapper #wp-calendar caption {
	font-size: 15px;
	border: none;
	margin-bottom: 15px;
}
div.footer-wrapper div.custom-sidebar .recent-post-widget-thumbnail {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* Copyright */
div.copyright-wrapper {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div.copyright-left {
	text-align: left;
	float: left;
	margin-left: 20px;
}
div.copyright-right {
	text-align: right;
	float: right;
	margin-right: 20px;
}
/* Comments */
div.comment-wrapper {
	margin-top: 40px;
}
div.comment-wrapper .comment-title {
	font-size: 18px;
}
div.comment-wrapper .comment-form-comment {
	margin-right: 40px;
}
div.comment-wrapper #reply-title {
	font-size: 18px;
	margin-bottom: 15px;
}
div.comment-wrapper input[type="text"], input[type="password"] {
	width: 320px;
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 0px 10px;
	margin: 5px 5px 25px;
	line-height: 20px;
}
div.comment-wrapper textarea {
	height: 165px;
	width: 590px;
	margin: 5px 5px 25px;
	padding: 10px;
	max-width: 100%;
	line-height: 20px;
}
div.comment-wrapper .comment-form-captcha img {
	float: right;
	margin-right: 20px;
	margin-top: 1px;
}
div.comment-wrapper .comment-form-author input, div.comment-wrapper .comment-form-email input, div.comment-wrapper .comment-form-url input {
	float: right;
}
div.comment-wrapper .comment-form-captcha input {
	float: right;
	width: 205px;
}
div.comment-wrapper .comment-form-author label, div.comment-wrapper .comment-form-email label, div.comment-wrapper .comment-form-url label, div.comment-wrapper .comment-form-captcha label {
	float: left;
	line-height: 32px;
	margin: 5px 0px 0px 10px;
}
div.comment-wrapper .comment-form-author span, div.comment-wrapper .comment-form-email span, div.comment-wrapper .comment-form-url span, div.comment-wrapper .comment-form-captcha span {
	float: left;
	line-height: 32px;
	margin-left: 2px;
}
ol.comment-list {
	margin: 0px;
	list-style: none;
}
ol.comment-list .comment-body {
	border-bottom: 1px solid;
	margin-top: 22px;
	padding-bottom: 22px;
}
ol.comment-list ul {
	margin: 0px 0px 0px 30px;
	list-style: none;
}
div.comment-avartar {
	float: left;
}
div.comment-context {
	margin-left: 80px;
}
span.comment-author {
	margin-right: 5px;
	font-size: 16px;
}
span.comment-date {
	margin-right: 5px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
span.comment-time {
	margin-right: 5px;
	font-style: italic;
}
div.comment-content {
	margin-top: 7px;
}
div.comment-wrapper #respond {
	margin-top: 30px;
}
/* Slider */
div.slider-wrapper {
	position: relative;
	overflow: hidden;
	padding-bottom: 14px;
}
div.slider-bottom-gimmick {
	height: 5px;
	width: 100%;
}
div.slider-top-shadow {
	height: 6px;
	width: 100%;
	position: absolute;
	top: -1px;
	z-index: 100;
	background: url('images/gradient-vertical-6px.png');
}
div.slider-bottom-shadow {
	height: 6px;
	width: 100%;
	position: absolute;
	bottom: 4px;
	z-index: 100;
	background: url('images/gradient-vertical-6px.png') 0px 6px;
}
div.gdl-slider-title {
	margin-left: -2px;
	padding-bottom: 14px;
	font-size: 26px;
	line-height: 30px;
}
div.slider-title-bar {
	width: 16px;
	border-bottom: 1px solid #8e8e8e;
	margin-bottom: 14px;
}
/* Accordion */
ul.gdl-accordion {
	list-style: none;
	margin-left: 0px;
}
ul.gdl-accordion li {
	list-style: none;
	border-bottom: 1px solid;
	margin-bottom: 15px;
	overflow: hidden;
}
h2.accordion-head {
	padding: 0px 0px 15px 0px;
	margin-bottom: 0px;
	line-height: 21px;
	font-size: 16px;
	cursor: pointer;
}
div.accordion-content {
	padding: 0px 0px 20px 37px;
	overflow: hidden;
}
span.accordion-head-image {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 13px;
	cursor: pointer;
	display: block;
}
div.accordion-head p {
	margin-bottom: 0px;
}
ul.gdl-accordion .accordion-content ul li {
	list-style: disc;
	border-bottom: 0px;
	margin-bottom: 5px;
}
/* Gallery */
h3.gallery-header-title {
	font-size: 18px;
	margin-bottom: 25px;
	margin-left: 10px;
}
div.gallery-thumbnail-image {
	padding: 4px;
}
/* Toggle Box */
h3.toggle-box-header-title {
	font-size: 18px;
	margin-bottom: 25px;
}
ul.gdl-toggle-box {
	margin-left: 0px;
}
ul.gdl-toggle-box li {
	list-style: none;
	border-bottom: 1px solid #ececec;
	margin-bottom: 15px;
	overflow: hidden;
}
h2.toggle-box-head {
	padding: 0px 0px 15px 0px;
	margin-bottom: 0px;
	line-height: 21px;
	font-size: 16px;
	cursor: pointer;
}
div.toggle-box-content {
	padding: 0px 0px 20px 37px;
	overflow: hidden;
}
span.toggle-box-head-image {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 13px;
	cursor: pointer;
}
div.toggle-box-head p {
	margin-bottom: 0;
}
ul.gdl-toggle-box .toggle-box-content ul li {
	list-style: inherit;
	border-bottom: 0px;
	margin-bottom: 5px;
}
/* Column Service */
div.column-service-image {
	float: left;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	margin: 0px 10px 0px 0px;
}
div.column-service-image img {
	vertical-align: middle;
	display: inline-block;
	line-height: 32px;
}
div.column-service-content {
	margin: 0px;
}
h2.column-service-title {
	font-size: 16px;
	line-height: 32px;
	overflow: hidden;
	margin-bottom: 0px;
	font-weight: bold;
}
div.column-service-title-wrapper {
	margin-bottom: 8px;
}
/* Stunning Text */
div.stunning-text-wrapper {
	padding: 15px;
}
h1.stunning-text-title {
	margin: 1px 20px 0px 10px;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	float: left;
}
div.stunning-text-caption {
	font-size: 17px;
	margin-top: 9px;
}
div.stunning-text-button-wrapper {
	text-align: center;
}
a.stunning-text-button {
	padding: 7px 14px;
	font-size: 13px;
	font-weight: bold;
	float: right;
	margin-left: 20px;
}
/* Testimonial */
h3.testimonial-header-title {
	font-size: 18px;
	margin-bottom: 25px;
	margin-left: 10px;
}
div.testimonial-no-header {
	padding-top: 47px
}
div.testimonial-icon {
	width: 18px;
	height: 18px;
	float: left;
	margin-top: 2px;
	margin-right: 15px;
	margin-left: 1px;
}
div.testimonial-author {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-right: 3px;
	font-weight: bold;
	font-size: 13px;
	text-align: right;
	border-bottom: 1px solid;
}
div.jcarousellite {
	overflow: hidden;
}
div.jcarousellite ul {
	width: 1000%;
	margin: 0px;
	list-style: none;
}
div.jcarousellite ul li {
	float: left;
}
div.jcarousellite-nav {
	position: absolute;
	top: 0px;
	right: 10px;
	margin-right: 3px;
}
div.jcarousellite-nav .prev {
	width: 20px;
	height: 20px;
	cursor: pointer;
	float: left;
	margin-left: 5px;
}
div.jcarousellite-nav .next {
	width: 20px;
	height: 20px;
	cursor: pointer;
	float: left;
	margin-left: 5px;
	background-position: 20px 0px;
}
/* Divider */
div.divider {
	position: relative;
	margin-top: 8px;
}
div.scroll-top {
	position: absolute;
	top: -19px;
	right: 2px;
	cursor: pointer;
	font-size: 10px;
}
/* Portfolio */
div.gdl-portfolio-title-wrapper {
	margin: 0px 10px 20px;
	padding: 11px 17px 12px;
	position: relative;
}
h3.portfolio-header-title {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
div.portfolio-view-all-project {
	font-size: 11px;
	line-height: 18px;
	font-style: italic;
	position: absolute;
	right: 20px;
	top: 12px;
}
div.portfolio-thumbnail-image {
	text-align: center;
	position: relative;
}
div.portfolio-thumbnail-image img {
	display: block;
	margin: 0px auto;
}
div.portfolio-thumbnail-video {
	text-align: center;
}
div.portfolio-thumbnail-video object {
	display: block;
	margin: 0px auto;
}
div.portfolio-thumbnail-slider {
	text-align: center;
	margin: 0px auto;
	overflow: hidden;
}
div.portfolio-thumbnail-slider .flexslider {
	display: block;
}
div.portfolio-thumbnail-slider ol.flex-control-nav {
	display: none;
}
div.portfolio-thumbnail-slider ul.flex-direction-nav .flex-prev {
	background: url('images/thumbnail-nav.png');
	width: 30px;
	height: 26px;
	background-position: 0px 1px;
	bottom: 0px;
	left: 0px;
	top: auto;
}
div.portfolio-thumbnail-slider ul.flex-direction-nav .flex-next {
	background: url('images/thumbnail-nav.png');
	width: 30px;
	height: 26px;
	background-position: 31px 1px;
	bottom: 0px;
	left: 30px;
	top: auto;
}
h2.portfolio-thumbnail-title {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 8px;
}
div.portfolio-thumbnail-context {
	padding: 0px 20px;
}
div.portfolio-thumbnail-title a {
	color: inherit;
}
div.portfolio-thumbnail-content {
	margin-top: 8px;
}
div.portfolio-bottom {
	height: 15px;
	display: block;
	clear: both;
}
span.portfolio-thumbnail-image-hover {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	background: url('images/portfolio-overlay.png');
	display: block;
}
span.portfolio-thumbnail-image-hover span {
	top: 50%;
	left: 50%;
	margin-left: -23px;
	margin-top: -23px;
	width: 46px;
	height: 46px;
	position: absolute;
	display: block;
}
span.portfolio-thumbnail-image-hover span.hover-link {
	background: url('images/image-overlay-link.png') no-repeat;
}
span.portfolio-thumbnail-image-hover span.hover-video {
	background: url('images/image-overlay-video.png') no-repeat;
}
span.portfolio-thumbnail-image-hover span.hover-zoom {
	background: url('images/image-overlay.png') no-repeat;
}
a.portfolio-read-more {
	margin-right: 12px;
	margin-top: 15px;
	float: left;
}
a.portfolio-visit-website {
	margin-top: 15px;
	float: left;
}
.portfolio-item-holder.masoned {
	overflow: hidden;
}
/* fullwidth portfolio */
div.sixteen.columns.portfolio-item {
	padding-bottom: 22px;
	border-bottom: 1px solid #ececec;
}
div.sixteen.columns.portfolio-item:last-child {
	padding-bottom: 0px;
	border: 0px;
}
div.sixteen.columns.portfolio-item .portfolio-thumbnail-image, div.sixteen.columns.portfolio-item .portfolio-thumbnail-video, div.sixteen.columns.portfolio-item .portfolio-thumbnail-slider {
	float: left;
	width: 620px;
}
div.sixteen.columns.portfolio-item .portfolio-thumbnail-context {
	padding-left: 20px;
	float: none;
	overflow: hidden;
}
div.sixteen.columns.portfolio-item .portfolio-thumbnail-title {
	font-size: 18px;
	margin-top: 12px;
}
div.sixteen.columns.portfolio-item .portfolio-thumbnail-content {
	margin-top: 12px;
}
div.sixteen.columns.portfolio-item a.portfolio-read-more {
	margin-top: 22px;
}
div.sixteen.columns.portfolio-item a.portfolio-visit-website {
	margin-top: 22px;
}
div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-image, div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-video, div.sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-slider {
	float: left;
	width: 320px;
}
div.sidebar-included div.sixteen.columns.portfolio-item .portfolio-thumbnail-context {
	padding-left: 20px;
	margin-right: 10px;
}
div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-image, div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-video, div.both-sidebar-included .sixteen.columns.portfolio-item .portfolio-thumbnail-slider {
	float: left;
	width: 180px;
}
div.both-sidebar-included div.sixteen.columns.portfolio-item .portfolio-thumbnail-context {
	padding-left: 20px;
	margin-right: 10px;
}
ul#portfolio-item-filter {
	margin: 0px 5px;
	list-style: none;
}
ul#portfolio-item-filter li {
	float: left;
	margin: 7px 2px 25px 5px;
}
ul#portfolio-item-filter li a {
	font-size: 13px;
}
ul#portfolio-item-filter li span {
	margin-left: 5px;
}
ul#portfolio-item-filter li:last-child span {
	display: none;
}
/* Single */
h1.single-thumbnail-title {
	margin-top: 40px;
	padding-bottom: 18px;
	font-size: 21px;
	margin-bottom: 0;
}
h1.single-thumbnail-title a {
	color: inherit;
}
div.single-thumbnail-info {
	line-height: 25px;
	float: none;
	width: 100%;
	margin-right: 20px;
	display: inline;
	padding-left: 10px;
}
div.single-info-inner-wrapper {
	display: inline-block;
	margin-bottom: 7px;
	font-size: 14px;
}
span.single-info-header {
	font-style: italic;
	margin-right: 2px;
}
div.single-context {
	overflow: hidden;
}
div.single-port-content {
	margin-bottom: 20px;
}
div.both-sidebar-included .single-thumbnail-info {
	margin-right: 0px;
	float: none;
	width: auto;
}
div.both-sidebar-included .single-info-inner-wrapper {
	float: left;
	margin-right: 10px;
}
div.single-port-next-nav {
	float: left;
	overflow: hidden;
}
div.single-port-prev-nav {
	float: left;
	overflow: hidden;
	margin-right: 1px;
}
div.single-port-next-nav a {
	width: 23px;
	height: 25px;
	text-indent: -1000px;
	display: block;
	background-position: -23px 0px !important;
}
div.single-port-prev-nav a {
	width: 23px;
	height: 25px;
	text-indent: -1000px;
	display: block;
}
div.single-port-thumbnail-image, div.single-port-thumbnail-video, div.single-port-thumbnail-slider {
	margin-right: 20px;
	float: left;
	width: 580px;
}
div.sidebar-included .single-port-thumbnail-image, div.sidebar-included .single-port-thumbnail-video, div.sidebar-included .single-port-thumbnail-slider, div.both-sidebar-included .single-port-thumbnail-image, div.both-sidebar-included .single-port-thumbnail-video, div.both-sidebar-included .single-port-thumbnail-slider {
	margin: 0px 0px 15px;
	float: none;
	width: auto !important;
}
div.single-port-thumbnail-slider .flex-control-nav {
	display: none;
}
div.single-port-thumbnail-slider ul.flex-direction-nav .flex-prev {
	background: url('images/thumbnail-nav.png');
	width: 31px;
	height: 24px;
	bottom: 0px;
	left: 0px;
	top: auto;
}
div.single-port-thumbnail-slider ul.flex-direction-nav .flex-next {
	background: url('images/thumbnail-nav.png');
	width: 31px;
	height: 24px;
	background-position: 31px 0px;
	bottom: 0px;
	left: 31px;
	top: auto;
}
div.single-port-context {
	overflow: hidden;
}
div.single-port-little-bar {
	width: 16px;
	border-bottom: 1px solid;
	margin-bottom: 21px;
	padding-top: 6px;
}
div.single-port-info {
	font-size: 11px;
	margin-bottom: 20px;
}
div.single-port-info span.head {
	margin-right: 5px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div.single-port-date {
	margin-top: 8px;
}
div.single-port-tag {
	margin-top: 8px;
}
div.single-port-visit-website {
	padding-left: 18px;
	margin-top: 10px;
}
div.about-author-wrapper {
	margin-top: 40px;
	padding: 18px;
	display: none;
}
div.about-author-avartar {
	float: left;
}
div.about-author-info {
	margin-left: 110px;
}
div.about-author-title {
	font-size: 18px;
	margin-top: 3px;
	margin-bottom: 5px;
}
div.social-share-title {
	margin-top: 40px;
	font-size: 18px;
	display: none;
}
.social-shares {
	display: none;
}
div.social-shares ul {
	list-style: none;
	margin-left: 0px;
	margin-top: 15px;
}
div.social-shares ul li {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
/* Blog */
h2.blog-thumbnail-title a {
	color: #0054ba;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
}
div.blog-thumbnail-image, div.blog-thumbnail-slider, div.blog-thumbnail-video {
	margin-bottom: 23px;
	float: left;
	padding-right: 20px;
	width: 50%;
}
div.blog-thumbnail-slider .flex-control-nav {
	display: none;
}
div.blog-thumbnail-slider ul.flex-direction-nav .flex-prev {
	background: url('images/thumbnail-nav.png');
	width: 31px;
	height: 24px;
	bottom: 0px;
	left: 0px;
	top: auto;
}
div.blog-thumbnail-slider ul.flex-direction-nav .flex-next {
	background: url('images/thumbnail-nav.png');
	width: 31px;
	height: 24px;
	background-position: 31px 0px;
	bottom: 0px;
	left: 31px;
	top: auto;
}
div.blog-thumbnail-info {
	font-size: 11px;
	float: none;
	width: 100%;
	margin-right: 20px;
}
a.blog-continue-reading {
	background: #1866bb;
	color: #ffffff;
	display: inline-block;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	padding: 0 12px;
	line-height: 34px;
	float: right;
}
.blog-item-holder .blog-thumbnail-content {
	color: #000000;
	font: 16px Georgia, "Times New Roman", Times, serif;
}
a.blog-continue-reading:hover {
	background: #000;
	color: #ffffff;
}
.blog-continue-reading em {
	font-style: normal;
}
a.blog-read-more {
	margin-right: 15px;
	margin-top: 15px;
	float: left;
}
div.blog-item-holder .blog-item2 .blog-thumbnail-title {
	padding-bottom: 0;
	font-size: 20px;
	margin-bottom: 0px;
}
div.blog-item-holder .blog-item2 .blog-info-inner-wrapper {
	display: inline-block;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 7px;
	padding-right: 10px;
	color: #000000;
}
div.blog-item-holder .blog-item2 .blog-info-header {
	margin-right: 2px;
}
div.blog-item-holder .blog-item2 .blog-thumbnail-context {
	overflow: hidden;
}
div.both-sidebar-included div.blog-item2 h2.blog-thumbnail-title {
	margin-top: -4px;
}
div.both-sidebar-included .blog-thumbnail-info {
	margin-right: 0px;
	float: none;
	width: auto;
	margin-top: -8px;
	margin-bottom: 3px;
}
div.both-sidebar-included .blog-item-holder .blog-item2 .blog-info-inner-wrapper {
	float: left;
	margin-right: 10px;
}
/* Message Box */
div.message-box-wrapper {
	border: 1px solid;
	padding: 20px;
	margin-bottom: 20px;
}
div.message-box-title {
	font-weight: bold;
	font-size: 14px;
	margin-top: 2px;
}
div.message-box-content {
	margin-top: 12px;
}
div.message-box-wrapper.red {
	background-color: #ffdcdd;
	border-color: #e9b9bb;
	color: #713a3c;
}
div.message-box-wrapper.red .message-box-title {
	color: #8d4345;
}
div.message-box-wrapper.yellow {
	background-color: #ffffe0;
	border-color: #e1db8b;
	color: #4d4d39;
}
div.message-box-wrapper.yellow .message-box-title {
	color: #737357;
}
div.message-box-wrapper.blue {
	background-color: #c2e1ee;
	border-color: #8ec3d9;
	color: #3d5058;
}
div.message-box-wrapper.blue .message-box-title {
	color: #475d66;
}
div.message-box-wrapper.green {
	background-color: #e1ffd9;
	border-color: #badeb1;
	color: #435b3d;
}
div.message-box-wrapper.green .message-box-title {
	color: #526d4b;
}
/* Shortcode */
.shortcode1-4 {
	width: 23%;
	margin-right: 2%;
	float: left;
}
.shortcode1-3 {
	width: 31.33%;
	margin-right: 2%;
	float: left;
}
.shortcode1-2 {
	width: 48%;
	margin-right: 2%;
	float: left;
}
.shortcode2-3 {
	width: 64.66%;
	margin-right: 2%;
	float: left;
}
.shortcode3-4 {
	width: 73%;
	margin-right: 2%;
	float: left;
}
.shortcode1 {
	width: 98%;
	margin-right: 2%;
	float: left;
}
a.gdl-button.shortcode-large-button {
	margin-bottom: 20px;
	margin-right: 10px;
	padding: 0px 21px 0px 21px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
}
a.gdl-button.shortcode-medium-button {
	margin-bottom: 20px;
	margin-right: 10px;
	padding: 0px 15px 0px 15px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
a.gdl-button.shortcode-small-button {
	margin-bottom: 20px;
	margin-right: 10px;
	text-shadow: none;
	font-size: 11px;
}
div.shortcode-list ul {
	list-style: none;
	margin-left: 0px;
}
div.shortcode-list li {
	padding: 2px 0px 2px 25px;
	border: 0px;
}
div.shortcode-list-arrow li {
	background: url('images/list/arrow.png') no-repeat;
}
div.shortcode-list-arrow2 li {
	background: url('images/list/arrow2.png') no-repeat;
}
div.shortcode-list-arrow3 li {
	background: url('images/list/arrow3.png') no-repeat;
}
div.shortcode-list-bullet li {
	background: url('images/list/bullet.png') no-repeat;
}
div.shortcode-list-bullet2 li {
	background: url('images/list/bullet2.png') no-repeat;
}
div.shortcode-list-bullet3 li {
	background: url('images/list/bullet3.png') no-repeat;
}
div.shortcode-list-check li {
	background: url('images/list/check.png') no-repeat;
}
div.shortcode-list-check2 li {
	background: url('images/list/check2.png') no-repeat;
}
div.shortcode-list-check3 li {
	background: url('images/list/check3.png') no-repeat;
}
div.shortcode-list-delete li {
	background: url('images/list/delete.png') no-repeat;
}
div.shortcode-list-delete2 li {
	background: url('images/list/delete2.png') no-repeat;
}
div.shortcode-list-delete3 li {
	background: url('images/list/delete3.png') no-repeat;
}
div.shortcode-social {
	float: left;
	margin-right: 12px;
}
div.shortcode-block-quote-left {
	width: 33%;
	float: left;
	margin: 15px 20px 15px 20px;
	padding: 10px 20px;
	border-left: 2px solid #ddd;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
}
div.shortcode-block-quote-right {
	width: 33%;
	float: right;
	margin: 15px 20px 15px 20px;
	padding: 10px 20px;
	border-left: 2px solid #ddd;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
}
div.shortcode-block-quote-center {
	margin: 0px 20px 20px 20px;
	text-align: center;
	padding: 10px;
	border-left: 2px solid #ddd;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
}
div.shortcode-dropcap {
	float: left;
	font-size: 50px;
	margin-bottom: 0;
	margin-right: 3px;
	margin-top: -4px;
	text-align: center;
}
div.shortcode-dropcap.circle {
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}
/* contact form */
div.contact-form-wrapper ol {
	margin: 0px;
	list-style: none;
}
div.contact-form-wrapper ol li {
	margin-bottom: 20px;
}
div.contact-form-wrapper ol li.sending-result {
	max-width: 622px;
	display: none;
}
div.contact-form-wrapper ol li.sending-result .message-box-wrapper {
	padding: 10px 15px 10px 15px;
}
div.contact-form-wrapper ol li div.error {
	display: none;
}
div.contact-form-wrapper input[type="text"], input[type="password"] {
	width: 320px;
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 0px 7px;
	margin: 10px 5px 10px;
	line-height: 20px;
	max-width: 90%;
}
div.contact-form-wrapper .textarea {
	margin-right: 32px;
}
div.contact-form-wrapper textarea {
	height: 165px;
	width: 590px;
	margin: 10px 5px 10px;
	padding: 10px;
	max-width: 100%;
	line-height: 20px;
}
div.contact-form-wrapper .contact-submit {
	float: left;
}
div.contact-form-wrapper .contact-loading {
	width: 16px;
	height: 16px;
	float: left;
	margin: 7px 0px 0px 15px;
	display: none;
	background: url('images/loading.gif');
}
/* Price Item */
div.gdl-price-item {
	margin-bottom: 20px;
}
div.gdl-price-item .price-item {
	border: 1px solid;
	border-color: inherit;
	margin-left: -1px;
	padding-bottom: 30px;
}
div.gdl-price-item .price-tag {
	font-size: 35px;
	line-height: 40px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
}
div.gdl-price-item .price-title {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}
div.gdl-price-item .price-button {
	text-align: center;
	margin-top: 25px;
}
div.gdl-price-item .price-content {
	text-align: center;
	margin-top: 25px;
}
div.gdl-price-item .price-content .shortcode-list {
	display: inline-block;
}
div.gdl-price-item .price-item.active {
	padding-bottom: 70px;
	margin-top: -20px;
}
/* code */
.gdl-code {
	overflow: hidden;
	padding: 15px;
	border: 1px #eee solid;
	clear: both;
	background: #f9f9f9;
	margin-bottom: 20px;
	color: #555;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif !important;
}
/* Contact Form 7 */
span.wpcf7-form-control-wrap input[type="text"], span.wpcf7-form-control-wrap input[type="[password"], span.wpcf7-form-control-wrap textarea {
	width: 320px;
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 0px 7px;
	margin: 10px 5px 10px;
	line-height: 20px;
}
span.wpcf7-form-control-wrap input.wpcf7-file {
	width: auto;
	height: auto;
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-left: 0;
}
span.wpcf7-form-control-wrap textarea {
	height: 165px;
	width: 590px;
	margin: 10px 5px 10px;
	padding: 10px;
	max-width: 100%;
	line-height: 20px;
}
div.wpcf7 p {
	font-weight: bold;
}
div.wpcf7 p span.wpcf7-form-control-wrap textarea, div.wpcf7 p span.wpcf7-form-control-wrap input {
	font-weight: normal;
}
div.wpcf7 .ajax-loader {
	display: none;
}
/* Responsive anything video fix */
.anythingSlider .fluid-width-video-wrapper {
	padding: 0px !important;
}
.home-slider .ls-bottom-slidebuttons {
	float: left;
	margin-left: 10px;
}
.home-slider .ls-bottom-slidebuttons > a {
	background: #ffffff !important;
	height: 8px !important;
	width: 8px !important;
	margin-left: 3px;
}
.ls-bottom-slidebuttons > a.ls-nav-active {
	background: #000 !important;
	height: 8px !important;
	width: 8px !important;
}
.home-slider .layerslider_widget {
	display: inline-block;
	float: left;
	width: 65%;
	position: relative;
}
.home-slider .layerslider_widget::after {
	background: rgba(0, 0, 0, 0) url("images/home-slider-shadow.png") repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 25px;
	position: absolute;
	right: 0;
	width: 311px;
}
.home-slider .widget_black_studio_tinymce {
	background: #000000;
	display: inline-block;
	margin: 0;
	text-align: center;
	width: 35%;
}
.home-slider div.custom-sidebar {
	margin-bottom: 0;
}
.header-social .gdl-divider {
	margin: 0 0 15px 0;
	float: right;
}
.header-social .widget_cnss_widget li {
	background: none;
	border: medium none;
	padding: 0;
}
.header-social .widget_black_studio_tinymce .textwidget {
	color: #000000;
	font: bold italic 12px Georgia, "Times New Roman", Times, serif;
}
.navigation-wrapper .menu-wrapper li, .navigation-wrapper ul li:last-child {
	padding: 0 15px;
	border-left: 1px solid #03458e !important;
}
.navigation-wrapper ul li:first-child {
	border: medium none !important;
}
.navigation-wrapper .menu-wrapper li:hover {
	background: #000000;
}
.navigation-wrapper ul.sub-menu {
	padding: 0 !important;
	background: #d4e9ff;
}
.navigation-wrapper ul.sub-menu li {
	box-sizing: border-box;
	color: #262626;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	padding: 0;
	border: medium none !important;
}
.navigation-wrapper ul.sub-menu li a {
	text-transform: none !important;
	color: #000 !important;
}
.navigation-wrapper ul.sub-menu li:hover {
	background: #b7d9fd !important;
}
.home-slider .widget_black_studio_tinymce .textwidget p {
	color: #ffffff;
	font: normal 30px Georgia, "Times New Roman", Times, serif;
	padding-top: 71px;
	margin: 0;
	padding-bottom: 0;
	min-height: 240px;
	position: relative;
	line-height: 48px;
}
.home-slider .widget_black_studio_tinymce .textwidget p::after {
	background: url("images/home-banner-bottom.png") no-repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 91px;
	position: absolute;
	width: 329px;
	bottom: -38px;
	left: 0;
}
.home-slider .widget_black_studio_tinymce .textwidget p::before {
	background: url("images/home-banner-shadow.png") no-repeat scroll 0 0;
	content: "";
	height: 50px;
	position: absolute;
	width: 309px;
	bottom: -50px;
	left: 20px;
}
.home-slider {
	padding-top: 10px;
}
.border-navigation {
	border-top: 3px solid #1866bb;
	float: left;
	width: 100%;
}
.navigation-wrapper .menu-wrapper li a {
	font: 16px Georgia, "Times New Roman", Times, serif !important;
	padding: 0 15px 0 15px;
	text-transform: uppercase;
	line-height: 37px !important;
}
.body-wrapper > .container {
	border-top: 4px solid #1866bb;
}
.copyright-wrapper {
	box-shadow: none !important;
}
.container {
	box-shadow: 0 2px 6px #6D6B6B
}
.body-wrapper::after {
	background: url("images/footer-shadow.png") no-repeat scroll 0 0;
	bottom: 7px;
	height: 23px;
	position: absolute;
	max-width: 1000px;
	content: "";
	left: 0;
	right: 0;
	margin: 0 auto;
}
.home-column-service .column-service-image {
	height: auto;
	width: auto;
}
.home-column-service h2.column-service-title {
	color: #000000;
	display: inline-block;
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	padding-top: 12px;
}
.home-column-service .column-service-content {
	color: #000000;
	font: 16px/24px Georgia, "Times New Roman", Times, serif;
	min-height: 132px;
}
.home-column-service .column-service-image img {
	border: 1px solid #d4d4d4;
}
.home-column-service .column-service-learn-more a {
	background: #e0e0e0;
	color: #2e2e2e;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	padding: 0px 12px;
	text-transform: uppercase;
	display: block;
	float: left;
	line-height: 34px;
}
.home-column-service .column-service-learn-more a:hover {
	background: #000000;
	color: #ffffff;
}
.home-column-service .column-service-learn-more {
	margin-top: 20px;
}
.home-column-about .widget_black_studio_tinymce h3, .home h3.srp-widget-title {
	/* Permalink - use to edit and share this gradient:http://colorzilla.com/gradient-editor/#424242+1,151515+100 */
	background: #424242; /* Old browsers */
	background: -moz-linear-gradient(top, #424242 1%, #151515 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #424242), color-stop(100%, #151515)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #424242 1%, #151515 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #424242 1%, #151515 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #424242 1%, #151515 100%); /* IE10+ */
	background: linear-gradient(to bottom, #424242 1%, #151515 100%); /* W3C */
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#151515', GradientType=0 ); /* IE6-9 */
	color: #ffffff !important;
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	padding: 8px 12px;
	margin: 0;
}
.home-column-about .widget_black_studio_tinymce p {
	color: #000000;
	font: 16px/24px Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	margin: 0;
	text-align: justify;
}
.home-column-about .widget_black_studio_tinymce p:last-child a {
	background: #1866bb;
	color: #ffffff;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	padding: 0 12px;
	line-height: 34px;
	text-transform: uppercase;
	display: inline-block;
}
.home-column-about .widget_black_studio_tinymce p:last-child a:hover {
	background: #202020;
}
.home-column-about .sidebar-title-wrapper-line.gdl-divider {
	display: none;
}
.home-column-about .widget_black_studio_tinymce:first-child {
	background: #fcfdff; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfdff 1%, #eaf3ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fcfdff), color-stop(100%, #eaf3ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfdff 1%, #eaf3ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfdff 1%, #eaf3ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfdff 1%, #eaf3ff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcfdff 1%, #eaf3ff 100%); /* W3C */
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfdff', endColorstr='#eaf3ff', GradientType=0 ); /* IE6-9 */
	padding-bottom: 20px;
}
.home-column-about .widget_black_studio_tinymce:last-child {
	margin-bottom: 0 !important;
}
#Our_News .srp-widget-container {
	/* Permalink - use to edit and share this gradient:http://colorzilla.com/gradient-editor/#fcfdff+1,eaf3ff+100 */
	background: #fcfdff; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfdff 1%, #eaf3ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fcfdff), color-stop(100%, #eaf3ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfdff 1%, #eaf3ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfdff 1%, #eaf3ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfdff 1%, #eaf3ff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcfdff 1%, #eaf3ff 100%); /* W3C */
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfdff', endColorstr='#eaf3ff', GradientType=0 ); /* IE6-9 */
	padding: 10px;
}
input[type="submit"] {
	-webkit-appearance: none;
}
#Our_News .srp-widget-stringbreak-link {
	color: #0047ad;
	display: block;
	margin: 0;
}
#Our_News .srp-widget-stringbreak-link:hover {
	color: #000;
}
#Our_News .srp-content-box h4 {
	margin: 0;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
}
#Our_News .srp-post-title-link {
	color: #000;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
}
#Our_News .srp-widget-excerpt {
	color: #000000;
	font: 16px/24px Georgia, "Times New Roman", Times, serif;
}
.our-newsletter .gform_body ul li {
	background: none;
	border: medium none;
	padding: 0;
	display: inline-block;
}
.our-newsletter .gform_footer.top_label {
	display: inline-block;
	float: right;
}
.our-newsletter .gform_body ul {
	display: inline-block;
	float: left;
}
.our-newsletter .gform_body ul li input {
	background: #f3f3f3;
	font: 20px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 6px;
	width: 511px;
}
.our-newsletter .gform_footer input[type="submit"] {
	background: #ffa200;
	border: medium none;
	box-shadow: none;
	color: #090909;
	font: 25px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	height: auto;
	padding: 3px 30px;
}
.our-newsletter .gform_footer input[type="submit"]:hover {
	background: #ffbb2c;
}
#About_Home .gform_widget {
	margin: 0;
}
#About_Home .gform_widget h3 {
	display: inline-block;
	font: 30px Georgia, "Times New Roman", Times, serif;
	margin: 0;
}
.home-column-service-last .column-service-content span {
	background: #ffcc00;
	color: #000000;
	padding: 3px;
}
.four.columns.home-column-service-last h2 {
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px 0;
}
.four.columns.home-column-service-last p {
	color: #000;
	font: 16px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 20px 0;
	min-height: 55px;
	line-height: 24px;
}
.four.columns.home-column-service-last a {
	background: #d4d4d4;
	color: #1d1c1c;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	padding: 0px 12px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	margin-bottom: 11px;
	line-height: 34px;
}
.four.columns.home-column-service-last a:hover {
	background: #000000;
	color: #ffffff;
}
.navigation-wrapper .menu-wrapper li.current-menu-item {
	background: #000000;
}
.footer-wrapper .container {
	padding: 0;
	width: 1000px;
}
#wdg_specialrecentpostspro-3 h3.srp-widget-title {
	color: #ffffff;
	padding: 10px 15px;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	/* Permalink - use to edit and share this gradient:http://colorzilla.com/gradient-editor/#424242+0,151515+100 */
	background: #424242; /* Old browsers */
	background: -moz-linear-gradient(top, #424242 0%, #151515 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #424242), color-stop(100%, #151515)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #424242 0%, #151515 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #424242 0%, #151515 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #424242 0%, #151515 100%); /* IE10+ */
	background: linear-gradient(to bottom, #424242 0%, #151515 100%); /* W3C */
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#151515', GradientType=0 ); /* IE6-9 */
}
.srp-widget-container.inner-page-post {
	background: #f4f4f4;
	padding: 10px;
}
.inner-page-post .srp-post-title-link {
	color: #000;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
}
.inner-page-post .srp-widget-date {
	color: #0047ad;
	font: 14px Georgia, "Times New Roman", Times, serif;
}
.inner-page-post .srp-widget-stringbreak-link {
	color: #0047ad;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	margin: 0 !important;
	display: block;
}
.inner-page-post .srp-widget-stringbreak-link:hover {
	color: #000;
}
.inner-page-post .srp-widget-excerpt {
	color: #000;
	font: 16px/24px Georgia, "Times New Roman", Times, serif;
}
.right-sidebar .widget_search input {
	box-shadow: none !important;
}
.home .page-wrapper {
	border-top: medium none;
	float: left;
}
.page-wrapper h1.gdl-page-title {
	font: 45px Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	text-transform: uppercase;
}
.page-wrapper .gdl-page-title-wrapper {
	background: none;
	margin-top: 10px;
	padding: 10px 0 0;
}
.contact-form .gform_description {
	color: #1866bb;
	font: 23px Georgia, "Times New Roman", Times, serif;
}
.contact-form .gform_body li {
	list-style: outside none none;
}
.contact-form .gform_body {
	padding-top: 30px;
}
.contact-form .gform_body li input {
	border: 1px solid #cccccc;
	border-radius: 2px;
	font: 21px Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	width: 300px;
	margin-bottom: 15px;
	color: #777777;
}
.contact-form .gform_body li select {
	border: 1px solid #cccccc;
	border-radius: 2px;
	font: 21px Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	margin-bottom: 15px;
	color: #777777;
	width: 322px;
}
.contact-form li textarea {
	font: 24px Georgia, "Times New Roman", Times, serif;
	height: 200px;
	padding: 10px;
	width: 470px;
}
#input_2_5_6_container > label {
	display: none;
}
.contact-form .gform_body ul {
	margin-left: 0;
}
.contact-form input[type="submit"] {
	background: #1866bb;
	border: medium none;
	box-shadow: none;
	color: #ffffff;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	height: auto;
	padding: 5px 30px;
}
.contact-form input[type="submit"]:hover {
	background: #000000;
	color: #ffffff;
}
.right-sidebar #black-studio-tinymce-6 {
	background: url("images/contact-sidebar-bg.png") no-repeat scroll 0 0;
	min-height: 270px;
	padding: 40px 0 30px 20px;
	position: relative;
	background-size: cover;
}
.right-sidebar #black-studio-tinymce-6::before {
	background: url("images/girl-contact.png") no-repeat scroll 0 0;
	content: "";
	position: absolute;
	width: 256px;
	height: 141px;
	top: -103px;
	left: 0;
}
.right-sidebar #black-studio-tinymce-6 h2 {
	color: #010101;
	font: 25px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}
.right-sidebar #black-studio-tinymce-6 p {
	color: #1866bb;
	font: 20px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 30px;
}
.single div.gdl-page-item {
	float: left;
}
.single textarea {
	box-shadow: none !important;
	margin: 0 0 15px !important;
}
.single .form-submit input[type="submit"] {
	border: medium none;
	box-shadow: none;
	color: #ffffff;
	font: 20px Georgia, "Times New Roman", Times, serif;
	height: auto;
	padding: 8px 20px;
	background: #1866BB;
}
.single .form-submit input[type="submit"]:hover {
	background: #000000;
	color: #fff;
}
 .gdl-page-content p, .gdl-page-content ul li, {
 color:#797979 !important;
 font:20px Georgia, "Times New Roman", Times, serif !important;
}
/* Membership Page */
.ezcol.ezcol-one-half.box {
	background: #eaeaea;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	padding: 15px 10px 0;
	position: relative;
	width: 402px;
	margin: 0 50px;
}
.ezcol.ezcol-one-half.box::after {
	background: rgba(0, 0, 0, 0) url("images/1k.png") no-repeat scroll left center;
	content: "";
	position: absolute;
	right: -20px;
	top: -20px;
	width: 82px;
	height: 82px;
}
.ezcol.ezcol-one-half.ezcol-last.box.coupon {
	position: relative;
}
.ezcol.ezcol-one-half.ezcol-last.box.coupon:before {
	background: rgba(0, 0, 0, 0) url("images/box-2.png") no-repeat scroll right center;
	content: "";
	position: absolute;
	width: 82px;
	height: 82px;
	right: -20px;
	top: -20px;
}
.ezcol.box h2 {
	background: #013c7e;
	color: #fff;
	margin: 0 0 20px -30px;
	padding: 10px 25px;
	position: relative;
	text-transform: uppercase;
	display: inline-block;
}
.ezcol.box h2::after {
	background: rgba(0, 0, 0, 0) url("images/heading-after.png") no-repeat scroll left center;
	content: "";
	height: 12px;
	left: 0;
	position: absolute;
	top: 38px;
	width: 19px;
}
.ezcol.box p {
	color: #393939;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.ezcol.ezcol-one-half.box a {
	background: #000;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	padding: 10px 18px 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	margin: 10px 0;
}
.ezcol.ezcol-one-half.box a:hover {
	background: #333;
}
.ezcol.box h3 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
}
#fancybox-wrap .gform_wrapper .gform_title {
	background: #1866bb;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 8px 5px;
	text-align: center;
}
#fancybox-wrap .gform_wrapper li.gfield {
	list-style: none;
}
#fancybox-wrap .gform_wrapper ul {
	margin: 0;
}
#fancybox-wrap .gform_wrapper input.medium {
	margin: 0 0 10px;
	width: 96%;
}
#fancybox-content {
	background: rgba(0, 0, 0, 0) url("images/login-bg.png") repeat scroll center center;
}
#fancybox-content {
	background: #efefef;
	padding: 5px;
}
#fancybox-wrap .gform_wrapper input[type="submit"] {
	background: #000;
	border: medium none;
	border-radius: 3px !important;
	color: #fff;
	font-size: 14px;
	width: 100%;
}
#fancybox-wrap .gform_wrapper input[type="submit"]:hover {
	background: #333;
}
.right-sidebar .widget_recent_entries h3, .right-sidebar .widget_recent_comments h3, .right-sidebar .widget_meta h3, .right-sidebar .widget_archive h3, .right-sidebar .widget_categories h3 {
	font: 35px Georgia, "Times New Roman", Times, serif !important;
}
.blog-info-content, .blog-info-content a {
	font: 14px Georgia, "Times New Roman", Times, serif;
}
.blog-item-holder .blog-item2 {
	border-bottom: 2px solid;
}
.single .blog-thumbnail-image {
	float: none;
	margin: 20px 0 0;
	width: auto;
}
.gdl-page-title-wrapper h1 {
	font: 25px Georgia, "Times New Roman", Times, serif;
}
.single .gdl-page-title-wrapper {
	background: none;
}
.single .gdl-page-float-left {
	float: none;
	border-top: 3px solid #1866bb;
}
.footer-wrapper {
	background-color: transparent !important;
	max-width: 1000px;
	margin: 0 auto;
	box-shadow: 0 2px 6px #6D6B6B;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.comment-form-author input[type="text"], .comment-form-email input[type="text"], .comment-form-url input[type="text"], .comment-form-captcha input[type="text"] {
	box-shadow: none !important;
}
.comment-form-author, .comment-form-email, .comment-form-url, .comment-form-captcha {
	margin-right: 60px;
}
.donation-form {
	background: #e9e9e9;
	border-radius: 3px;
	padding: 10px;
}
.donation-form .gfield_label {
	display: none;
}
.donation-form input[type=text], .donation-form input[type=number], .donation-form input[type=email], .donation-form select {
	width: 100% !important;
	width: 100% !important;
	border: solid 1px #d9d9d9 !important;
	border-radius: 3px;
	line-height: 28px !important;
	box-sizing: border-box;
	margin: 0 0 4px 0;
	padding: 0 6px !important;
	height: 30px;
	color: #343434;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
 .donation-form *::-webkit-input-placeholder {
 color:#343434 !important;
}
.donation-form .gform_body li {
	list-style: outside none none;
}
.donation-form .gform_body ul {
	margin: 0;
}
.donation-form input[type="submit"] {
	background: #1866bb;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	color: #ffffff;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	height: auto;
	margin-top: 5px;
	padding: 0 12px;
	line-height: 34px;
}
.donation-form input[type="submit"]:hover {
	background: #000000;
	color: #ffffff;
}
.donation-form label {
	display: inline-block;
	font: 14px Georgia, "Times New Roman", Times, serif;
}
.breadcrumb {
	padding: 10px 0;
	border-bottom: solid 1px #dce7f3;
	color: #0054ba;
	font: normal 17px Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 100%;
	line-height: 24px;
}
.breadcrumb span {
	background: url(images/b-crumb.png) right 0 no-repeat;
	padding: 3px 20px 0 10px;
	float: left;
	line-height: 21px;
	font-size: 14px;
}
.breadcrumb span a {
	color: #0054ba;
	font-size: 14px;
}
.b_con {
	background: rgb(218,235,255); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(218,235,255,1) 0%, rgba(218,235,255,1) 88%, rgba(218,235,255,1) 88%, rgba(255,255,255,1) 88%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(218,235,255,1)), color-stop(88%, rgba(218,235,255,1)), color-stop(88%, rgba(218,235,255,1)), color-stop(88%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(218,235,255,1) 0%, rgba(218,235,255,1) 88%, rgba(218,235,255,1) 88%, rgba(255,255,255,1) 88%, rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(218,235,255,1) 0%, rgba(218,235,255,1) 88%, rgba(218,235,255,1) 88%, rgba(255,255,255,1) 88%, rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(218,235,255,1) 0%, rgba(218,235,255,1) 88%, rgba(218,235,255,1) 88%, rgba(255,255,255,1) 88%, rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(218,235,255,1) 0%, rgba(218,235,255,1) 88%, rgba(218,235,255,1) 88%, rgba(255,255,255,1) 88%, rgba(255,255,255,1) 100%); /* W3C */
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#daebff', endColorstr='#ffffff', GradientType=1 ); /* IE6-9 */
	float: left;
}
h1 {
	font: normal 22px/35px Georgia, "Times New Roman", Times, serif !important;
	padding-left: 40px;
	line-height: 35px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
h1:before {
	content: '';
	background: url(images/h1_icon.png) 0 0 no-repeat;
	width: 30px;
	height: 35px;
	position: absolute;
	left: 0;
}
h1:after {
	content: '';
	border-bottom: solid 1px #dce7f3;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 44px;
}
.about_special {
	background-image: url(images/top.png), url(images/bottom.png);
	background-position: left top, left bottom;
	background-repeat: no-repeat;
	background-color: #dbecff;
	padding: 20px 15px 15px 15px;
	box-sizing: border-box;
	background-size: contain;
}
.about_special:after {
	content: '';
	position: absolute;
	background: url(images/blockquote_shadow.png) 0 0 no-repeat;
	width: 256px;
	height: 26px;
	right: 12px;
	bottom: -26px;
}
.about_special p {
	color: #010101;
	font: italic 16px/24px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.about_special h2 {
	color: #1866bb;
	font: italic 20px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 0;
}
/* Widgets */
.donate {
	background: none;
	border: 1px solid #cfcfcf !important;
	border-radius: 5px;
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 8px;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 0;
}
.donate::before {
	background: #99fb98;
	bottom: 0;
	content: "";
	height: auto;
	left: 0;
	margin: 3px;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	z-index: -1;
}
.donate .sidebar-title-wrapper {
	margin: -17px 0 0;
	text-align: center;
}
.donate .custom-sidebar-title::before {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-color: rgba(0, 0, 0, 0) #e0e0e0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 16px 20px 16px 0;
	content: "";
	height: 0;
	left: -19px;
	position: absolute;
	top: 0;
	width: 0;
}
.donate .custom-sidebar-title::after {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-color: rgba(0, 0, 0, 0) #e0e0e0;
	border-style: solid;
	border-width: 16px 0 16px 20px;
	content: "";
	height: 0;
	position: absolute;
	right: -19px;
	top: 0;
	width: 0;
}
.donate .custom-sidebar-title {
	background: #e0e0e0 none repeat scroll 0 0;
	display: inline-block;
	font: bold 16px/31px Georgia, "Times New Roman", Times, serif !important;
	margin-bottom: 8px;
	margin-top: 0;
	padding: 0 10px !important;
	position: relative;
	text-align: center;
}
.donate .textwidget {
	text-align: center;
}
.donate .textwidget a {
	background: #1866bb none repeat scroll 0 0;
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font: 24px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px;
	text-transform: uppercase;
	width: 80%;
	line-height: 35px;
}
.volunteer .textwidget a {
	background: #1866bb none repeat scroll 0 0;
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font: 24px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px;
	text-transform: uppercase;
	width: 96%;
	line-height: 35px;
	text-align: center;
}
.donate .textwidget a:hover, .volunteer .textwidget a:hover {
	background: #000000;
}
.donate .textwidget p {
	margin: 0 0 5px;
}
.hide_title h3.custom-sidebar-title.sidebar-title-color.gdl-title {
	display: none;
	visibility: hidden;
}
.custom_menu li {
	border: none;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	line-height: 46px;
	border-radius: 5px;
	padding: 0 !important;
	text-transform: uppercase;
}
.custom_menu li a {
	color: #FFF;
}
.custom_menu li:nth-child(1) {
	background: #1866bb;
	border-bottom: solid 2px #004591;
	margin-bottom: 5px;
	line-height: 42px;
}
.custom_menu li:nth-child(2) {
	background: #232323;
	border-bottom: solid 2px #181818;
}
.custom_menu li img {
	border-radius: 5px 0 0 5px;
}
.custom_menu li:nth-child(1) img {
	background: #003d80;
	margin: 0 25px 0 0;
}
.custom_menu li:nth-child(2) img {
	background: #3c4042;
}
div.srp-widget-container h4.srp-post-title {
	margin-bottom: 0;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
}
.widget_specialrecentpostsPro {
	position: relative;
	z-index: 9999;
}
body.page-id-12 .gdl-page-content ul {
	margin: 0;
}
body.page-id-12 .gdl-page-content ul li {
	display: inline-block;
	font: 16px/25px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 20px;
	position: relative;
	padding-left: 60px;
}
body.page-id-12 .gdl-page-content ul li:before {
	content: counter(my-badass-counter);
	counter-increment: my-badass-counter;
	position: absolute;
	left: 0;
	top: 0;
	font: 22px/33px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background: #1a6dc8;
	width: 34px;
	text-align: center;
	vertical-align: middle;
	border-radius: 100%;
	border: solid 4px #0a52a1;
	z-index: 999;
	height: 34px;
}
body.page-id-12 .gdl-page-content {
	counter-reset: my-badass-counter;
}
body.page-id-12 .gdl-page-content ul li:after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	background: #afd4ff;
	left: 20px;
	top: 41px;
	z-index: 1;
}
body.page-id-12 .gdl-page-content h4 {
	font: 22px Georgia, "Times New Roman", Times, serif;
	margin: 0;
}
body.page-id-12 .gdl-page-content h5 {
	color: #1866bb;
	font: 20px Georgia, "Times New Roman", Times, serif;
}
body.page-id-20 div.gdl-page-float-left {
	background: none;
}
.contact_info .fa.fa-mobile {
	font-size: 30px;
}
.blog-item-holder .blog-social {
	margin-bottom: 5px;
	display: inline-block;
}
.blog-item-holder .blog-social .essb_links {
	margin: 8px 0 0;
}
body.page-id-120 div.gdl-page-float-left {
	background: url("images/lend-a-hand-bg.png") no-repeat scroll 350px 100px;
}
.title_25 h1 {
	font-size: 22px !important;
}
.gform_body ul {
	list-style-type: none !important;
	margin: 0 !important;
}
.label_none label {
	display: none !important;
}
.fill_out_form {
	background: #e3e3e3;
	border: solid 1px #dbdbdb;
	padding: 0 19px 19px 19px;
	box-sizing: border-box;
	border-radius: 5px
}
.fill_out_form .gform_title {
	line-height: 53px;
	color: #FFF;
	font-size: 22px;
	text-transform: uppercase;
	background: #424242;
	background: -moz-linear-gradient(top, #424242 0%, #151515 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #424242), color-stop(100%, #151515));
	background: -webkit-linear-gradient(top, #424242 0%, #151515 100%);
	background: -o-linear-gradient(top, #424242 0%, #151515 100%);
	background: -ms-linear-gradient(top, #424242 0%, #151515 100%);
	background: linear-gradient(to bottom, #424242 0%, #151515 100%);
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#151515', GradientType=0 );
	margin-left: -19px;
	margin-right: -19px;
	text-align: center;
	border-radius: 5px 5px 0 0;
	text-indent: 60px
}
.fill_out_form .gform_title:before {
	content: '';
	width: 49px;
	height: 79px;
	background: url(images/title_hand.png) 0 0 no-repeat;
	position: absolute;
	left: 14px
}
.fill_out_form input[type=email], .fill_out_form input[type=text], .fill_out_form input[type=number] {
	line-height: 29px;
	border-radius: 5px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 6px 0;
	text-indent: 10px;
	font: 13px Georgia, "Times New Roman", Times, serif;
}
.fill_out_form .gform_body {
	margin-top: 36px
}
.fill_out_form .gfield_checkbox li {
	list-style: none;
}
.fill_out_form input[type=checkbox] {
	float: left;
}
.fill_out_form label {
	color: #333333;
	display: inline-block;
	line-height: 24px;
	padding-left: 8px;
	font-size: 16px;
}
.fill_out_form .gfield_label {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0;
}
.fill_out_form ul.gfield_checkbox {
	margin: 8px 0 !important;
	display: block;
	float: left;
}
.fill_out_form ul.gfield_checkbox li {
	display: block !important;
	width: 100% !important;
	float: left;
	margin: 3px 0;
}
.fill_out_form .gform_footer input {
	background: #014692;
	height: auto !important;
	color: #FFF;
	font: normal 16px/35px Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
}
.fill_out_form .gform_footer input:hover {
	background: #000;
	color: #FFF;
}
.fill_out_form .label_none {
	position: relative;
}
.fill_out_form #gform_fields_6 {
	counter-reset: my-badass-counter;
}
.fill_out_form #gform_fields_6 li.label_none:before {
	content: counter(my-badass-counter);
	counter-increment: my-badass-counter;
	position: absolute;
	left: -39px;
	top: -3px;
	font: normal 16px/24px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background: #a2a0a0;
	width: 24px;
	text-align: center;
	vertical-align: middle;
	border-radius: 100%;
	border: solid 6px #f2f2f2;
	z-index: 999;
}
/* contact us form */
.contact_us_form {
	background: #e3e3e3;
	border: solid 1px #dbdbdb;
	padding: 0 19px 19px 19px;
	box-sizing: border-box;
	border-radius: 5px
}
.contact_us_form .gform_title {
	line-height: 53px;
	color: #FFF;
	font-size: 25px;
	text-transform: uppercase;
	background: #424242;
	background: -moz-linear-gradient(top, #424242 0%, #151515 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #424242), color-stop(100%, #151515));
	background: -webkit-linear-gradient(top, #424242 0%, #151515 100%);
	background: -o-linear-gradient(top, #424242 0%, #151515 100%);
	background: -ms-linear-gradient(top, #424242 0%, #151515 100%);
	background: linear-gradient(to bottom, #424242 0%, #151515 100%);
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#151515', GradientType=0 );
	margin-left: -19px;
	margin-right: -19px;
	text-align: center;
	border-radius: 5px 5px 0 0;
}
.contact_us_form .gform_title:before {
	content: '';
	width: 49px;
	height: 79px;
	background: url(images/title_contact.png) 0 0 no-repeat;
	position: absolute;
	left: 14px
}
.contact_us_form input[type=email], .contact_us_form input[type=text], .contact_us_form input[type=number] {
	line-height: 20px;
	border-radius: 4px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 6px 0;
	padding: 6px 4px 4px 6px;
}
.contact_us_form textarea {
	width: 100%;
	box-sizing: border-box;
	border-radius: 5px;
	height: 77px;
	margin-bottom: 6px;
}
.contact_us_form .gform_body {
	margin-top: 30px
}
.contact_us_form .gfield_checkbox li {
	list-style: none;
}
.contact_us_form input[type=checkbox] {
	float: left;
}
.contact_us_form label {
	color: #333333;
	float: left;
	line-height: 21px;
	padding-left: 8px;
}
.contact_us_form .gfield_label {
	display: none;
}
.contact_us_form ul.gfield_checkbox {
	margin: 8px 0 !important;
	display: block;
	float: left;
}
.contact_us_form ul.gfield_checkbox li {
	display: block !important;
	width: 100% !important;
	float: left;
	margin: 3px 0;
}
.contact_us_form .gform_footer input {
	background: #024690;
	color: #ffffff;
	font: 16px/34px Georgia, "Times New Roman", Times, serif;
	height: auto !important;
	text-transform: uppercase;
	border-radius: 5px;
	border: none;
}
.contact_us_form .gform_footer input:hover {
	color: #FFF;
	background: #000;
}
.contact_us_form .label_none {
	position: relative;
}
.contact_us_form #gform_fields_2 {
	counter-reset: my-badass-counter;
}
.contact_us_form #gform_fields_2 li.label_none:before {
	content: counter(my-badass-counter);
	counter-increment: my-badass-counter;
	position: absolute;
	left: -39px;
	top: -1px;
	font: normal 16px/24px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background: #a2a0a0;
	width: 24px;
	text-align: center;
	vertical-align: middle;
	border-radius: 100%;
	border: solid 6px #f2f2f2;
	z-index: 999;
}
.donate_title h2 {
	font: normal 30px Georgia, "Times New Roman", Times, serif;
}
.donate_title h3 {
	font: normal 26px Georgia, "Times New Roman", Times, serif;
	margin-right: 180px;
}
 .donate_title:after h2 {
 background:url(images/curved-arrow.png) 0 0 no-repeat;
 background-size:45px;
 content:'';
 position:absolute;
 width:120px;
 height:120px;
 top:26px;
 right:30px;
}
.contact_info .shortcode1 {
	background: url(images/contact_info.jpg) 0 0 no-repeat;
	min-height: 270px;
}
.contact_info h2 {
	margin-bottom: 0;
	font: 22px/30px Georgia, "Times New Roman", Times, serif;
}
.contact_info h3 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	padding-left: 30px;
	color: #1866bb;
}
.contact_info i {
	font-size: 17px;
	color: #4482c6;
	margin-right: 10px;
}
.contact_info:after {
}
.contact_info:after {
	content: '';
	position: absolute;
	background: url(images/blockquote_shadow.png) 0 0 no-repeat;
	width: 256px;
	height: 26px;
	right: 0;
	bottom: -25px;
}
.five.columns.mt0.gdl-right-sidebar {
	width: 252px;
}
.blog-social .essb_links_list li a, .single-content .essb_links_list li a {
	margin: 0 !important;
	padding: 0 2px !important;
}
.blog-social .essb_links_list .essb_icon, .single-content .essb_links_list .essb_icon {
	height: 33px !important;
	width: 33px !important;
}
/* DONATION PAGE FORM */
.gform_wrapper.donation-page-form_wrapper {
	background: rgba(0, 0, 0, 0) url("images/donation-bg.png") no-repeat scroll 0 0;
	padding: 50px;
	background-size: cover;
}
.donation-page-form .gform_heading {
	text-align: center;
}
.donation-page-form .gform_title {
	color: #1866bb;
	font: bold 30px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	text-transform: uppercase;
}
.donation-page-form .gform_description {
	color: #000000;
	font: 26px Georgia, Georgia, "Times New Roman", Times, serif;
}
.gform_wrapper .donation-page-form ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_wrapper .donation-page-form ul.gfield_radio li input[type=radio]:checked+label {
	background: #1c1c1c;
	border-color: #000000;
	color: #fff;
}
.gform_wrapper .donation-page-form ul.gfield_checkbox li input[type="checkbox"]:checked + label:hover, .gform_wrapper.donation-page-form ul.gfield_radio li input[type="radio"]:checked + label:hover {
	background: #000000;
	border-color: #000000;
}
.donation-page-form_wrapper .give-options input, .donation-page-form_wrapper .price-options input {
	visibility: hidden;
	position: absolute;
}
.donation-page-form .gfield_label {
	display: none;
}
.donation-page-form li.price-options .ginput_container ul li {
	display: inline-block;
}
.donation-page-form li.price-options .ginput_container ul li label {
	background: #1866bb;
	border: 4px solid #0a4f9a;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	line-height: 72px;
	margin-bottom: 40px;
	margin-right: 4px;
	text-align: center;
	width: 72px;
	cursor: pointer;
}
.donation-page-form li.give-options .ginput_container ul li {
	display: inline-block;
}
.donation-page-form .gchoice_7_6_1 > label {
	display: inline-block;
	background: none !important;
	color: #000000 !important;
}
.donation-page-form .gform_body ul {
	display: inline-block;
}
.donation-page-form_wrapper .gform_body ul li {
	text-align: center;
}
.donation-page-form input[type="text"], .donation-page-form input[type="email"] {
	background: #e8e8e8 none repeat scroll 0 0;
	color: #707070;
	display: inline-block;
	font: 13px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px;
	padding: 10px 11px;
	width: 290px;
}
.donation-page-form li.give-options .ginput_container ul li {
	margin-right: 5px;
	margin-top: 10px;
}
.donation-page-form li.give-options .ginput_container ul li label {
	border-radius: 4px;
	color: #1866bb;
	display: inline-block;
	font: bold 18px/24px Georgia, "Times New Roman", Times, serif;
	padding: 5px 10px;
	text-transform: uppercase;
	border: 2px solid;
	cursor: pointer;
}
.donation-page-form li.give-options .ginput_container ul li label:hover {
	background: #1866bb;
	border-color: #1866bb;
	color: #ffffff;
}
.donation-page-form .ginput_total {
	display: none;
}
.donation-page-form .gform_footer.top_label {
	text-align: center;
}
.donation-page-form .gform_button.button {
	background: #1866bb none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	color: #ffffff;
	font: 24px Georgia, "Times New Roman", Times, serif;
	height: auto;
	margin-top: 10px;
	padding: 5px 35px;
}
.donation-page-form .gform_button.button:hover {
	background: #000000;
}
.donate_title h4 {
	font: italic bold 16px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding-top: 10px;
}
.event_text p {
	font: 20px/1 Georgia, "Times New Roman", Times, serif;
	width: 100%;
}
#events_home_container .event_filters_container {
	display: none;
}
.error404 .breadcrumb {
	display: none;
}
.error404 .sixteen.columns {
	float: none;
	text-align: center;
}
.error404 .message-box-wrapper.red {
	background: none;
	border: medium none;
}
.error404 .message-box-title {
	color: #000000 !important;
	font-size: 40px;
	line-height: 40px;
	margin: 0;
}
.error404 .message-box-content {
	color: #000000;
	font-size: 25px;
}
.gdl-page-content .list_event_line_divide {
	display: none;
}
.gdl-page-content .width_100p.height_30.margin_b_10.font_14 {
	display: none;
}
.gdl-page-content .margin_t_30 {
	margin: 0;
}
.gdl-page-content .events_calendar_container_all {
	margin: 0;
}
.gdl-page-content .events_header_container {
	display: none;
}
.gdl-page-content .events_container .width_100p.margin_b_10 {
	font: bold 28px Georgia, "Times New Roman", Times, serif;
}
.gdl-page-content .preview_event_information_box {
	font: 20px Georgia, "Times New Roman", Times, serif;
}
.gdl-page-content .margin_b_10.width_100p.line_120p {
	font: 20px Georgia, "Times New Roman", Times, serif;
}
.gdl-page-content .events_container .event_link a {
	font: 20px Georgia, "Times New Roman", Times, serif;
	height: auto;
	margin-bottom: 15px;
	padding: 5px 10px;
}
.gdl-page-content .font_bebas.events_title_inside {
	font: 30px Georgia, "Times New Roman", Times, serif;
	word-spacing: normal;
	margin: 0;
}
.gdl-page-content .addthis_toolbox.addthis_default_style {
	display: none;
}
.gdl-page-content .event_link .preview_event_button {
	font: 20px Georgia, "Times New Roman", Times, serif;
	height: auto;
	padding: 10px 15px;
	width: auto;
}
.gdl-page-content .events_container.width_100p {
	background: none;
}
.gdl-page-content .event_image img {
	margin-bottom: 10px;
	width: 100%;
}
.gdl-page-content .width_100p .float_left a {
	font: 18px Georgia, "Times New Roman", Times, serif;
	height: auto;
}
.gdl-page-content .event_info_title.width_60p.font_bebas {
	font: 24px Georgia, "Times New Roman", Times, serif;
	height: auto;
	padding-left: 5px;
	width: auto;
}
.gdl-page-content .event_info_row {
	font: 22px Georgia, "Times New Roman", Times, serif;
}
.gform_wrapper .volunteer-form input[type="text"] {
	font: 22px Georgia, "Times New Roman", Times, serif;
	padding: 8px 10px;
	width: 300px;
	margin-bottom: 15px;
}
.gform_wrapper .volunteer-form input[type="email"], .gform_wrapper .volunteer-form input[type="tel"] {
	font: 22px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	padding: 8px 10px;
	width: 300px;
	margin-top: 10px;
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #777777;
}
.gform_wrapper .volunteer-form #field_8_4 .gfield_label, .gform_wrapper .volunteer-form #field_8_2 .gfield_label, .gform_wrapper .volunteer-form #field_8_5 .gfield_label {
	display: none;
}
.gform_wrapper .volunteer-form ul#input_8_3 li {
	display: inline;
}
.gform_wrapper .volunteer-form .gfield_checkbox label {
	display: inline-block;
	font: 24px Georgia, "Times New Roman", Times, serif;
	margin-right: 10px;
}
.gform_wrapper .volunteer-form input[type="checkbox"] {
	margin: 0 5px 10px 0;
}
.gform_wrapper .volunteer-form li.field_description_below .gfield_label {
	margin-top: 15px;
	color: #000000;
	font: 25px Georgia, "Times New Roman", Times, serif;
}
.gform_wrapper .volunteer-form li.field_description_below .gfield_label .gfield_required {
	display: none;
}
.gform_wrapper .volunteer-form .gform_footer input[type="submit"] {
	background: #000000;
	border: medium none;
	box-shadow: none;
	color: #ffffff;
	padding: 5px 20px;
	font: 25px/22px Georgia, "Times New Roman", Times, serif;
}
.gform_wrapper .volunteer-form .gform_footer input[type="submit"]:hover {
	background: #1866bb;
}
/* TAKE SURVEY FORM */
.take-survey .gform_title {
	font: 22px Georgia, "Times New Roman", Times, serif;
}
.gform_wrapper .take-survey textarea {
	width: 80%;
}
.gform_wrapper .take-survey li input[type="text"] {
	width: 75%;
}
.gform_wrapper .take-survey li {
	color: #000000;
	font: 22px Georgia, "Times New Roman", Times, serif;
}
.gform_wrapper .take-survey li label {
	display: inline-block;
	font: 16px/24px Georgia, "Times New Roman", Times, serif
}
.gform_wrapper .take-survey input[type="radio"] {
	margin: 0 8px 15px 0;
}
.gform_wrapper .take-survey li #input_11_3_other {
	display: inline-block;
}
.gform_wrapper .take-survey input[type="submit"] {
	background: #1866bb;
	border: medium none;
	box-shadow: none;
	color: #ffffff;
	font: 18px Georgia, "Times New Roman", Times, serif;
	height: auto;
	padding: 5px 30px;
	text-transform: uppercase;
}
.gform_wrapper .take-survey input[type="submit"]:hover {
	background: #000;
}
/* TAKE SURVEY FORM END */
.home-rel-web .ezcol.ezcol-one-half h2 a {
	color: #7b000a;
	font: bold 25px Georgia, "Times New Roman", Times, serif;
}
.home-rel-web .ezcol.ezcol-one-half a:hover {
	color: #000;
}
.home-rel-web .ezcol.ezcol-one-half h4 a {
	color: #000;
	font: italic bold 25px Georgia, "Times New Roman", Times, serif;
}
.home-rel-web .ezcol.ezcol-one-half a img {
	margin-left: 18px;
}
.home-rel-web .ezcol.ezcol-one-half h4 a:hover {
	color: #9BCACA;
}
.home-rel-web .ezcol.ezcol-one-half {
	background: #f0f0f0;
	padding: 8px 10px;
	text-align: center;
}
.ezcol.ezcol-one-half.ezcol-last {
	background: #9bcaca;
}
.widget_calendar_medium_size.widget.widget_calendar {
	max-width: 100% !important;
	width: 250px !important;
}
.widget_calendar .ui-datepicker-month {
	font: 16px Georgia, "Times New Roman", Times, serif;
}
.widget_calendar .ui-datepicker-year {
	font: 12px Georgia, "Times New Roman", Times, serif;
}
.widget_calendar .ui-datepicker-week-end span {
	font: 12px Georgia, "Times New Roman", Times, serif;
}
.widget_calendar .wp-cal-datepicker-calendar span {
	font: 12px Georgia, "Times New Roman", Times, serif;
}
.widget_calendar a.ui-state-default {
	font: 12px Georgia, "Times New Roman", Times, serif !important;
}
.widget_calendar .wp-cal-prev a {
	font: 12px Georgia, "Times New Roman", Times, serif !important;
}
.widget_calendar .wp-cal-next a {
	font: 12px Georgia, "Times New Roman", Times, serif !important;
}
.widget_calendar .wp-cal-prev {
	padding-left: 0;
}
.widget_calendar .wp-cal-prev, .widget_calendar .wp-cal-next {
	border: medium none;
}
#calendar_wrap .ui-datepicker-header {
	width: 95% !important;
}
.widget_calendar .calendar-pagi {
	width: 96% !important;
}
.gdl-page-content p {
	color: #000000;
	font: 16px/25px Georgia, "Times New Roman", Times, serif;
}
.gdl-page-item .sixteen.columns {
	color: #000000;
	font: 16px/24px Georgia, "Times New Roman", Times, serif;
}
.other-field label {
	display: none;
}
.gfield_select option.gf_placeholder {
	color: #eee
}
.contact_email {
	float: left;
	width: 100%;
	margin-top: 18px;
	padding: 20px 0 0 0;
	box-sizing: border-box;
	background: url(images/shadow.png) top center no-repeat
}
.contact_email .col_50 {
	float: left;
	width: 50%;
}
.contact_email h2 {
	font: normal 24px "Times New Roman";
	color: #1866bb;
	padding: 0 0 15px 0;
	margin: 45px 0 20px 0;
	border-bottom: solid 1px #e5e5e5;
}
.contact_email h3 {
	background: url(images/mail_icon.png) 0 2px no-repeat;
	font: normal 18px "Times New Roman";
	color: #000;
	padding: 0 0 18px 50px;
	margin: 0;
	border-bottom: solid 1px #e5e5e5;
}
.contact_email h3 a {
	color: #1866bb;
}
.contact_email h3 span {
	color: #1866bb;
}
.post-info-color .single-content a {
	color: #1866bb;
}
