/*!
Theme Name: Nextfly Custom Theme
Theme URI: http://underscores.me/
Author: Nextfly
Author URI: https://www.nextflywebdesign.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nextfly
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Nextfly Custom Theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.login_dialog{font-size: 27px;text-align: center;color: #593d3d;padding: 70px 0;margin: 0;}
.login_dialog a{color: #c6893e;}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------- New Button -------------- */

.bbtn {
  background: #593d3d;
  background-image: -webkit-linear-gradient(top, #593d3d, #593d3d);
  background-image: -moz-linear-gradient(top, #593d3d, #593d3d);
  background-image: -ms-linear-gradient(top, #593d3d, #593d3d);
  background-image: -o-linear-gradient(top, #593d3d, #593d3d);
  background-image: linear-gradient(to bottom, #593d3d, #593d3d);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #fff !important;
  font-size: 15px;
	text-align:center;
  padding: 20px 20px 20px 20px;
  text-decoration: none !important;
  display:block;}

.bbtn:hover {
  background: #c7893e;
  background-image: -webkit-linear-gradient(top, #c7893e, #c7893e);
  background-image: -moz-linear-gradient(top, #c7893e, #c7893e);
  background-image: -ms-linear-gradient(top, #c7893e, #c7893e);
  background-image: -o-linear-gradient(top, #c7893e, #c7893e);
  background-image: linear-gradient(to bottom, #c7893e, #c7893e);
  text-decoration: none !important;
  color: #000;}



.page-id-616 h1,.page-id-616 h2, .page-id-616 p,.page-id-616 h5,.page-id-616 h3{font-family:'arial', sans-serif !important;}
.page-id-616{font-family:'arial' !important;}
.page-id-616 h1, .page-id-616 #about-page .content-cols{margin-top:0;padding-top:0;}
.page-id-616 .clients-area .cb1 {padding: 70px 5% 10% 0;}

#fcta .main-content .logo{position: absolute;right: 35px;width: 55px;top: 35px;}
.page-template-blog-page .page-title, #insurance-page,#post-0,#contact-page,#post-296,#single-page,#member-page,#blog-page{padding:0 70px;}
#about-page .content-blocks .col-md-6{float:left;}
#about-page .content-blocks .col-md-6:first-child{padding-left: calc((100% - 1107px) / 2);padding-right: 0;}
#about-page .content-blocks .col-md-6:last-child{padding-right: calc((100% - 1107px) / 2);padding-left:0;}
.clients-area .content-blocks .col-md-6:first-child{padding-left: calc((100% - 1107px) / 2);padding-right: 0;}
.clients-area .content-blocks .col-md-6:last-child{padding-right: calc((100% - 1107px) / 2);padding-left:0;}

.page-template-advisors-page .clients-area .cb2 .thumbnail {right: 0;left:unset;}

.mmenu{display:none;}
.dnm{display:block;}
.nav-content{display:none;}
.mobile-nav-block{display:none;}

.tribe-events-calendar .tribe-events-has-events div[id*=tribe-events-daynum-], .tribe-events-calendar .tribe-events-has-events div[id*=tribe-events-daynum-] a{background:#ff6633 !important;}
.tribe-events-calendar td div[id*=tribe-events-daynum-] {padding: 10px 9px 10px;}
#tribe-events-content .tribe-events-calendar td {border: none;}
#tribe-events-content .tribe-events-calendar td:nth-child(even){background:#E7E9E9;}
#tribe-events-content .tribe-events-calendar td:nth-child(odd){background:#F3F4F4;}
#tribe-events-content .tribe-events-calendar td, #tribe-events-content table.tribe-events-calendar {border: none;}
.tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a {font-weight: bold;}
.tribe-events-calendar thead th {border-left: none;border-right: none;}

.page-template-login-page .content-area {padding-bottom: 100px;}
#wpmem_reg .button_div, #wpmem_login .button_div {text-align: left;}
#wpmem_login .link-text {text-align: left;}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

.column {
    float: left;
    width: 50%;
}

/* Clear floats after the columns */
.row-new:after {
    content: "";
    display: table;
	clear: both; }

.column a {color:#ff5c35 !important;text-decoration:underline;margin-bottom:35px;}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #402020;
	font-family: sans-serif;
	font-size: 15px;
	line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
	margin: 0 0 0 20px;
	padding: 0;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background: #cfd2d3;
	font-weight: 700;
	color: #402020;
	text-transform: uppercase;
	padding: 15px 30px 10px;
	line-height: 1;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea, select {
	border:1px solid #cfd2d3;
	background: #fff;
	color: #402020;
	padding: 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

.wpcf7 .wpcf7-submit{width: 180px;height: 50px;padding: 0 0 0 20px;text-align: left;}
.wpcf7 p{margin-bottom: 50px;display: inline-block;margin-right: 0;}
.wpcf7 #submitbttn{position: relative;}
.wpcf7 #submitbttn:after{content:url(/wp-content/uploads/2018/08/arrowright.svg);position: absolute;left: 0;height:13px;width:7px;margin-left: 157px;margin-top:10px;}

.singpost{max-width: 780px;margin: 0 auto;}

.cselect:after {
  content: url(/wp-content/uploads/2018/08/marketshare_arrowdown.png);
  font: 17px "Consolas", monospace;
  color: #333;
  right:34px;
  top:14px;
  height: 50px;
  position: absolute;
  pointer-events: none;
}

.cselect select {
 border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
}
textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #402020;
}

a:visited {
	color: #402020;
}

a:hover{
	color: #ff5c35;
}

a:focus, a:active {
	color: #c7893e;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: right;
	margin-top: 20px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
	color:#fff;
}
.main-navigation ul ul a:hover {color:#5e4545;}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation li .sub-menu li{
    color: #fff;
    padding: 10px 10px;
    background: #c6883d;
    border-bottom: 1px #fff solid;
}

.main-navigation li .sub-menu li:last-child{border:none;}

.main-navigation a {
	display: block;
	text-decoration: none;
}

#primary-menu > li{ padding-right: 50px; }
#primary-menu > li > a{
	color: #fff;
	border-bottom: 1px solid transparent;
	padding-bottom: 5px;
}
#primary-menu > li:hover > a,
#primary-menu > li.current-menu-item > a{
	border-color: #c7893e;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


h1{ font-size: 60px; color: #402020; font-family: "acumin-pro",sans-serif; }
h2{ font-size: 36px; color: #402020; font-weight: 700; font-family: "acumin-pro",sans-serif; }
h3{ font-size: 40px; color: #402020; font-family: acumin-pro-semi-condensed, sans-serif; font-weight:400; font-style:normal; }
h4{ font-size: 18px; color: #402020; font-weight: 700;   font-family: "acumin-pro",sans-serif; }
h5{ font-size: 30px; color: #402020; font-weight: 700;   font-family: "acumin-pro",sans-serif; }
h6{ font-size: 22px; color: #402020; font-weight: 700;   font-family: "acumin-pro",sans-serif; }

blockquote{
	font-size: 19px;
	font-style: italic;
	color: #c7893e;
	margin: 0;
}

input, textarea, select, a { outline: none; }

.inner-space{ background: #593d3d; height: 350px; }
.inner-content .inner-container{ background: #fff; margin-top: -75px; padding-top:75px; }

.content-area{ padding-bottom:75px; }

.page-title{
	margin: 0 0 30px;
	font-size: 30px;
	font-weight: 700;
	color: #ff5c35;
}

.breadcrumbs{
	position: absolute;
	top: -107px;
	left: 0;
	background: #402020;
	color: #fff;
	padding: 7px 25px;
}
.breadcrumbs a{ color: #fff; text-decoration: underline; }
.breadcrumbs .dashicons{
	font-size: 12px;
    width: 12px;
    height: 12px;
    line-height: 18px;
}
.breadcrumbs > span:last-child > span{ color: #ff5c35; }

.entry-content, .entry-content p,
.entry-content h1, .entry-content h2,
.entry-content h3, .entry-content h4,
.entry-content h5, .entry-content h6{ line-height: 1.7; }

.entry-content p{font-family: "ff-tisa-web-pro",serif;}

#Policy-Review p,#Policy-Review ul li {font-family: "ff-tisa-web-pro",serif;list-style:none;}
#Policy-Review ul li::before {content: "•";color: #c7883e;margin-right: 12px;font-size: 21px;position: absolute;left: 13px;line-height: 1;}
/********************************** HEADER **********************************/

.header-login-form{ display: none; }
.header-login-form .login-form{ width: 50%; }
.header-login-form .login-form fieldset{ margin: 0 !important; }
.header-login-form .login-form legend, .header-login-form .login-form label,
.header-login-form .login-form #rememberme,
.header-login-form .login-form .link-text{ display: none !important; }
.header-login-form .login-form .div_text, .header-login-form .login-form .button_div{
	display: inline-block;
	vertical-align: top;
	width: 32% !important;
	margin: 0 0 0 1% !important;
	padding: 0 !important;
}
.header-login-form .login-form .button_div{ text-align: left !important; }
.header-login-form .login-form #log, .header-login-form .login-form #pwd{
	border: none;
	background: #cfd2d3;
	height: 41px;
	border-radius: 0;
}



#masthead{
	position: absolute;
	width: 100%;
	padding: 30px 0;
	z-index: 99999;
}
#masthead .account a{
	background: #ff5c35;
	color: #fff;
	border-radius: 100%;
	padding: 20px 0;
	display: block;
	text-align: center;
}
#masthead .account a:hover{ text-decoration: none; background: #c7893e; }
#masthead .account .logout{padding: 25.5px 0;}
#masthead .account .login{padding: 23.5px 0;}
/********************************** FOOTER **********************************/

.white-space{ background: #fff; height: 200px; }

#fcta{
	background: #593d3d;
	position: relative;
	padding-bottom: 175px;
}
#fcta .contain{ margin-top: -150px; width: 100%; }
#fcta .thumbnail{ width: 50%; }
#fcta .main-content{
	background: #f5f6f6;
	width: 65%;
	padding: 10%;
	position: absolute;
	right: 0;
	top: 25%;
}
#fcta .main-content .cta-title{
	font-size: 30px;
	font-weight: 700;
	color: #c7893e;
}
#fcta .main-content .cta-content{
	font-size: 18px;
	line-height: 1.7;
}
#fcta .main-content .readmore{ margin-top: 25px; }
#fcta .main-content .readmore a{ color: #ff5c35; border-bottom: 1px solid #ff5c35; padding-bottom: 5px; }
#fcta .main-content .readmore a:hover{ text-decoration: none; }

#colophon .footer{
	background: #593d3d;
	padding: 175px 0;
	color: #fff;
	font-size: 13px;
	line-height: 1.7;
}

#colophon .footer .widget-title{
	font-size: 13px;
	color: #ff5c35;
	margin: 0 0 15px;
	font-family: ff-tisa-web-pro, serif;
}
#colophon .footer .widget ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 2.2;
}
#custom_html-2 .textwidget{margin-top:30px;}
#colophon .footer .widget ul li{line-height: 1;margin-bottom: 20px;}
#colophon .footer .widget ul li a{ font-size: 13px; color: #fff; border-bottom: 1px solid transparent; }
#colophon .footer .widget ul li a:hover{ text-decoration: none; border-color: #c7893e; }
#colophon .footer .fwidget-1 .custom-html-widget a{
	color: #fff;
	display: inline-block;
	margin-right: 10px;
	font-size: 18px;
}
#colophon .footer .fwidget-1 .custom-html-widget a:hover{ color: #c7893e; }
#colophon .footer input[type="email"], .sidebar-col .widget input[type="email"]{
	background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    padding: 5px;
	display: inline-block;
}
#colophon .footer input[type="email"]::-webkit-input-placeholder , .sidebar-col .widget input[type="email"]::-webkit-input-placeholder{
	color: #fff;
}
#colophon .footer [type="submit"], .sidebar-col .widget [type="submit"]{
	background: transparent;
    border: none;
    border-radius: 0;
    color: #ff5c35;
    font-size: 15px;
    padding: 6px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin-left: -4px;
}
#colophon .back-to-top a{ color: #fff; font-size: 12px; }
#colophon .back-to-top a:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #c7893e transparent;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

#colophon .site-info{ padding: 15px 0; background: #fff; }
#colophon .site-info .copyright, #colophon .site-info .copyright p{
	margin: 0;
	font-size: 12px;
}
#colophon .site-info .copyright{ margin-top: 15px; }

/********************************** HOME PAGE **********************************/

.hero-box{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;

	height: 800px;
}
.hero-box .overlay{
	background: rgba(89, 60, 61, 0.9);
	width: 100%;
	height: 100%;
}
.hero-box .hero-line1{
	font-size: 36px;
	font-weight: 700;
	color: #ff5c35;
}
.hero-box .hero-line2{
	font-size: 60px;
	color: #fff;
}
.hero-box .readmore { margin-top: 15px; }
.hero-box .readmore a{
	color: #fff;
	border-bottom: 1px solid #c7893e;
	padding-bottom: 5px;
}
.hero-box .readmore a:hover{ text-decoration: none; border-color: #ff5c35; }

#homepage .cb1{ padding: 150px 0 75px; }
#homepage .cb1 .cb-title{ color: #ff5c35; }
#homepage .cb1 .cb-content{ line-height: 1.7; }

#homepage .cb2{ padding: 75px 0 150px; position: relative; }
#homepage .cb2 .cb-title{
	font-size: 40px;
	color: #f0f1f2;
	width: 250px;
	position: absolute;
	left: 15%;
	top: 10%;
}
#homepage .cb2 .options{
	position: relative;
	width: 200px;
	height: 150px;
	margin: 0 auto;
}
#homepage .cb2 .triangle{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 150px 100px 0 100px;
	border-color: #c7893e transparent transparent transparent;
}
#homepage .cb2 .opt:before{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 100%;
	border: 1px solid #ff5c35;
	display: block;
	position: absolute;
}
#homepage .cb2 .opt a{
	color: #402020;
	border-bottom: 1px solid #402020;
	font-weight: 700;
}
#homepage .cb2 .opt a:hover{ text-decoration: none; }
#homepage .cb2 .opt.opt-active:before{ background: #ff5c35; }
#homepage .cb2 .opt.opt-active a{ border-color: transparent; color: #ff5c35; }
#homepage .cb2 .opt1:before{ right: -25px; bottom: 3px; }
#homepage .cb2 .opt2:before{ left: -25px; bottom: 3px; }
#homepage .cb2 .opt3:before{
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -25px;
}
#homepage .cb2 .opt1{
	position: absolute;
	top: -10px;
	left: -125px;
}
#homepage .cb2 .opt2{
	position: absolute;
	top: -10px;
	right: -135px;
}
#homepage .cb2 .opt3{
	position: absolute;
	bottom: -60px;
	text-align: center;
	width: 100%;
}
#homepage .cb2 .opt-content{
	width: 50%;
    text-align: center;
    margin: 100px auto 0;
	display: none;
	line-height: 1.7;
}


#content-block3{
	background: #593d3d;
	color: #fff;
}
#content-block3 .coll{ padding: 100px; }
#content-block3 .coll:last-child{ background: #c7893e; }
#content-block3 .coll:last-child .contain{ float: left; }
#content-block3 .contain{ float: right; }
#content-block3 .cb-title{
	font-size: 30px;
	font-weight: 700;
	color: #c7893e;
}
#content-block3 .coll:last-child .cb-title{ color: #593d3d; }
#content-block3 .cb-content{ font-size: 18px; color: #fff; line-height: 1.7; }
#content-block3 .readmore{ margin-top: 50px; }
#content-block3 .readmore a{ color: #fff; border-bottom: 1px solid #c7893e; padding-bottom: 5px; }
#content-block3 .coll:last-child .readmore a:hover{ border-color:#ffffff !important; }
#content-block3 .readmore a:hover{ text-decoration: none; border-color: #ff5c35 !important; }

#recent-post{ padding: 150px 0 50px; text-align: center; }
#recent-post .sec-title{ font-size: 13px; color: #c7893e; }
#recent-post .post-title{
	font-size: 30px;
	font-weight: 700;
}
#recent-post .post-title:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #c7893e transparent transparent transparent;
	display: block;
	margin: 20px auto;
}
#recent-post .post-excerpt{ line-height: 1.7; }
#recent-post .post-meta .photo{
	display: inline-block;
	border-radius: 100%;
	margin-bottom: 10px;
}
#recent-post .post-meta .author{ font-weight: 700; color: #ff5c35; }


/********************************** BLOG & NEWS PAGES **********************************/

#blog-page .terms{ list-style: none; margin: 0; padding: 0; text-align: center; }
#blog-page .terms li{ display: inline-block; width: 31%; margin: 0 1% 10px; }
#blog-page .terms li a{
	border: 1px solid #ff5c35;
	font-weight: 700;
	padding: 10px 0;
	text-transform: uppercase;
	display: block;
}
#blog-page .terms li a:hover, #blog-page .terms li.active a{
	background: #ff5c35;
	text-decoration: none;
	color: #402020;
}

#blog-page .sec-title, .adjacent-posts .sec-title{
	margin: 50px 0 0;
	font-size: 15px;
	font-weight: 700;
	color: #c7893e;
	text-transform: uppercase;
}

#blog-page .featured-post{ border-bottom: 2px solid #cfd2d3; }
#blog-page .blog-post{ padding: 50px 0; }
#blog-page.single-post-page .blog-post{ padding: 0; }
#blog-page .blog-post + .blog-post{
	border-top: 2px solid #cfd2d3;
}
#blog-page .blog-post .post-title{ margin: 0; line-height: 1; }
#blog-page .blog-post .post-title, #blog-page .blog-post .post-title a{
	font-size: 30px;
	font-weight: 700;
	color: #ff5c35;
}
#blog-page .post-date{ font-weight: 700; text-align: center; }
#blog-page .post-date .dm:after{
	content: "";
    border-bottom: 2px solid #c7893e;
    display: block;
    width: 40%;
    margin: 0 auto;
	padding-top: 10px;
}
#blog-page .post-date .year{ padding-top: 10px; }
#blog-page .blog-post .post-terms{ padding: 10px 0; }
#blog-page .blog-post .post-terms a{
	font-size: 22px;
}
#blog-page .blog-post .post-meta{ font-weight: 700; margin: 20px 0 10px; }
#blog-page .blog-post .post-meta > div{ display: inline-block; }
#blog-page .blog-post .post-thumbnail{ padding: 50px 0; }
#blog-page .blog-post .post-content{ line-height: 1.7; }
#blog-page .blog-post .readmore a{ text-decoration: underline; }

#load-more-posts{ text-align: center; }
#load-more-posts a, #blog-page .cta-section .cta-btn a{
	background: #cfd2d3;
	color: #402020;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 20px 12px;
	display: inline-block;
	line-height: 1;
}
#load-more-posts a:hover, #blog-page .cta-section .cta-btn a:hover{ text-decoration: none; background: #ff5c35; }

#blog-page .cta-section{
	background: #ff5c35;
	padding: 5%;
	text-align: center;
}
#blog-page .cta-section .cta-btn{ margin-top: 25px; }
#blog-page .cta-section .cta-btn a{
	background: #fff;
}
#blog-page .cta-section .cta-btn a:hover{ background: #c7893e; }

.adjacent-posts{ margin-top: 50px; }
.adjacent-posts .sec-title{ margin: 0; text-align: center; border-bottom: 2px solid #cfd2d3; padding-bottom: 25px; }
.adjacent-posts .coll:before{
	content: "";
    border-left: 1px solid #c7893e;
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    bottom: 0;
    margin: auto;
}
.adjacent-posts a{ display: block; padding: 50px; position: relative; }
.adjacent-posts a:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.adjacent-posts a.prev-post:before{
	left: 0;
	border-width: 7px 7px 7px 0;
	border-color: transparent #ff5c35 transparent transparent;
}
.adjacent-posts a.next-post:before{
	right: 0;
	border-width: 7px 0 7px 7px;
	border-color: transparent transparent transparent #ff5c35;
}
.adjacent-posts .p-title{
	font-size: 22px;
	display: block;
}
.adjacent-posts .p-date{ display: block; font-weight: 700; }
.adjacent-posts a:hover{ text-decoration: none; }


.inner-content .news-container{
	padding-top: 0;
}
.news-area .breadcrumbs{
	left: auto;
	top: auto;
	margin-top: -32px;
}
.sidebar-col{
	padding-left: 0;
	padding-right: 0;
	position: static;
}
.monthly-archives{
	background: #f5f5f5;
	padding: 125px 5% 75px;
}
.monthly-archives ul{ list-style: none; margin: 0; padding: 0; }
.monthly-archives ul li{ line-height: 2; }
.monthly-archives ul li a{font-size:17px;font-weight:400;font-family: "acumin-pro-condensed",sans-serif;display: block; }
.monthly-archives ul li .active{color:#ff5c35;}
.monthly-archives ul li a:before{
	content: "";
	width: 0;
	height: 0;
	border-width: 7px 0 7px 7px;
	border-style: solid;
	border-color: transparent transparent transparent transparent;
	display: inline-block;
	padding-right: 10px;
}
.monthly-archives ul li a:hover{
	text-decoration: none;
}
.monthly-archives ul li:hover a:before{
	border-color: transparent transparent transparent #ff5c35;
}
.monthly-archives ul li .active:before{
	border-color: transparent transparent transparent #ff5c35;
}
.sidebar-col .widget{
	background: #ff5c35;
	padding:50px;
	font-size: 12px;
	line-height: 1.7;
	margin: 10px 0 0;
}
.sidebar-col .widget:nth-child(2n+1){
	background: #c7893e;
}
.sidebar-col .widget .widget-title{
	margin: 0 0 10px;
	font-size: 14px;
}
.sidebar-col .widget a{
	font-weight: 700;
    border-bottom: 1px solid #402020;
    padding-bottom: 3px;
}
.sidebar-col .widget a:hover{ text-decoration: none; color: #402020; border-color: transparent; }
.sidebar-col .widget input[type="email"]{ border-color: #402020; color: #402020; }
.sidebar-col .widget [type="submit"]{ color: #402020; border-color: #402020; }


.news-main{ padding: 50px 0 0; }
.news-main .page-title, #life-insurance-page .page-title{ margin: 30px 0; }
.news-main .icon, #life-insurance-page .sec-icon {
	display: inline-block;
	background: #6bcbb8;
	border-radius: 100%;
	padding: 21px 23px;
	width: 80px;
	height: 80px;
}
.news-main .icon img, #life-insurance-page .sec-icon img{ max-width: 36px; }


/********************************** INSRUANCE PAGES **********************************/
#insurance-page .tiles{ padding:20px 0; }
#insurance-page .tile{min-height: 260px;padding: 50px 75px 35px 50px; position: relative; margin-bottom: 30px; }
#insurance-page .tile .title{
	margin: 0;
	font-size: 22px;
	font-weight: 700;
}
#insurance-page .tile .desc{
	line-height: 1.7;
	margin-top: 5px;
	padding-right:0--%;
}
#insurance-page .tile .readmore{ margin-top: 20px; }
#insurance-page .tile .readmore a{
    border-bottom: 1px solid #402020;
    padding-bottom: 2px;
	font-weight: 700;
}
#insurance-page .tile .readmore a:hover{ text-decoration: none; border-color: transparent; color: #402020; }
#insurance-page .tile .icon{
	width: 40px;
	position: absolute;
	bottom:35px;
	right:35px;
}

#life-insurance-page{ padding: 50px 0; }
#life-insurance-page .sec-icon{ background: #cfd2d3; }

#content-blocks .block-title{
	margin: 50px 0 0;
	font-size: 16px;
	font-weight: 700;
	color: #c7893e;
	border-bottom: 1px solid #cfd2d3;
	padding-bottom: 10px;
}
#content-blocks .files-block ul, #content-blocks .links-block ul{ list-style: none; margin: 0; padding: 0; }
#content-blocks .files-block > ul, #content-blocks .links-block > ul{ padding: 25px 0; }
#content-blocks .files-block ul.cols-2{ column-count: 2; }
#content-blocks .files-block ul.cols-3{ column-count: 3; }
#content-blocks .files-block ul li{ line-height: 2.2; }
#content-blocks .files-block ul li a, #content-blocks .links-block ul li a{ font-size: 13px; }
#content-blocks .files-block ul li:before{
	content: "";
	width: 19px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
}
#content-blocks .files-block ul li.PDF:before{ background: url(/wp-content/uploads/2018/08/pdf_file.svg) no-repeat; }
#content-blocks .files-block ul li.URL a{ text-decoration: underline; }

#content-blocks .links-block > ul > li{ display: inline-block; width: 30%; padding-right: 2%; vertical-align: top; color: #ff5c35; font-weight: 700; }
#content-blocks .links-block ul li{ line-height: 2;}
#content-blocks .links-block ul li a{ font-weight: 400; }

#content-blocks .team-block .member .meta{ padding: 25px 0 0; }
#content-blocks .team-block .member a{ display: block; }
#content-blocks .team-block .member a:hover{ text-decoration: none;}
#content-blocks .team-block .member a:hover .name{border-bottom:1px solid #ff5c35;display:inline-block;}
#content-blocks .team-block .member .name{ font-size: 16px; font-weight: 700; color: #ff5c35;padding-bottom: 2px;border-bottom: 1px solid transparent;}
#content-blocks .team-block .member .designation{ font-size: 13px; color: #ff5c35;margin-top: 5px;}


/********************************** ABOUT / MEMBERS PAGES **********************************/

#about-page .content-cols{ padding: 75px 0;display: inline-block;width: 100%; }
#about-page .entry-content, #about-page .entry-content p{ line-height: 1.7; }

#about-page .logos{
	background: #593d3d;
	padding: 50px 0;
}
#about-page .logos .title, #about-page .team .title{ font-size: 15px; font-weight: 700; color: #ff5c35; }
#about-page .logos .logo{ padding: 50px 25px; }

#about-page .team{ padding: 100px 0 0; }
#about-page .team .title{
	margin: 0;
	color: #c7893e;
}
#about-page .team .member .meta{ padding: 25px 0 0; }
#about-page .team .member a{ display: block; }
#about-page .team .member a:hover{ text-decoration: none; }
#about-page .team .member .name{ font-size: 16px; font-weight: 700; color: #ff5c35; padding-bottom: 2px; border-bottom: 1px solid transparent; }
#about-page .team .member a:hover .name{ border-color: #ff5c35; display: inline-block; }
#about-page .team .member .designation{ font-size: 13px; color: #ff5c35; margin-top: 5px; }
#about-page .team-col-1{ padding-top: 75px; }

#member-page .meta .photo{ margin-bottom: 35px; max-width: 270px; }
#member-page .meta .info{ font-size: 18px; font-weight: 700; color: #ff5c35; margin: 0; }
#member-page .meta .info > span{ display: inline-block; }
#member-page .meta .designation{ font-size: 12px; font-weight: 400; }
#member-page .phone-numbers{ margin-top: 15px; }
#member-page .phone-number{ line-height: 1.7; }
#member-page .phone-number span{ display: inline-block; width: 65%; }
#member-page .phone-number .label{ font-weight: 700; color: #c7893e; text-transform: uppercase; width: 30%; }

#member-page .divisions{ list-style: none; margin: 0; padding: 0; }
#member-page .divisions li{
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	background: #ff5c35;
	color: #fff;
	display: inline-block;
	line-height: 1;
	padding: 15px 15px 12px;
	margin-bottom: 10px;
}
#member-page .divisions li:nth-child(2n+1){ background: #c7893e;}

.related-blog-post{ background: #f5f6f6; padding: 25px; position: relative; margin-top: 100px; }
.related-blog-post .date{
	position: absolute;
	top: -15px;
	left: -15px;
	z-index: 99999;
	background: #ff5c35;
	color: #fff;
	font-weight: 700;
	padding: 8px 15px;
}
.related-blog-post .thumb{
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
	overflow: hidden;
}
.related-blog-post .contain.has-thumbnail{ width: 55%; float: right; }
.related-blog-post .sec-title{
	margin: 0 0 25px;
	color: #c7893e;
	font-weight: 700;
	font-size: 13px;
}
.related-blog-post .excerpt{ line-height: 1.7; }
.related-blog-post .readmore{}
.related-blog-post .readmore a{
	color: rgb(255, 92, 53);
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(255, 92, 53);
}
.related-blog-post .readmore a:hover{ text-decoration: none; border-bottom-color: transparent; }

.back-to-team{
	text-align: center;
	background: #593d3d;
	padding: 100px 0;
	margin-top: 100px;
}
.back-to-team .ccol{
	border-left: 1px solid #c7893e;
	border-right: 1px solid #c7893e;
}
.back-to-team a{ color: #fff; font-size: 18px; padding: 10px 0; display: block; }
.back-to-team .coll a{
	font-weight: 700;
}
.back-to-team .coll a:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.back-to-team .col1 a:before{
	left: 0;
	border-width: 7px 7px 7px 0;
	border-color: transparent #ff5c35 transparent transparent;
}
.back-to-team .col3 a:before{
	right: 0;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #ff5c35;
}


/********************************** LOGIN / USER PAGES **********************************/

.page-template-login-page{ background: #593d3d; }
.page-template-login-page #colophon .footer{ display: none !important; }
.page-template-login-page .inner-space{ height: 200px; }

.page-template-login-page .coll{ background: #f8f8f8; padding-left: 0; padding-right: 0; }
.page-template-login-page .coll2{ background: #fff; }
.page-template-login-page .sec-title{
	margin: 0;
	font-size: 22px;
	color: #fff;
	background: #c7893e;
	padding: 5%;
}
.page-template-login-page .register-section .sec-title{ background: #402020; }
.page-template-login-page .form-section{ padding: 5%; }
.page-template-login-page .form-section legend{ display: none; }
.page-template-login-page .form-section #log,
.page-template-login-page .form-section #pwd{ background: transparent; }


/********************************** OTHER PAGES **********************************/

.top-section{ background: #593d3d; padding-bottom: 75px; }
.inner-container2{ margin-top: -125px; }

.top-section .top-content, .top-section .top-content p{
	font-size: 36px;
	color: #fff;
}
.clients-area .content-blocks .col-md-6{float:left;}
.clients-area .content-blocks .container-fluid {padding-right:0;padding-left:0;}
.clients-area .content-blocks .coll{
	background: #c7893e;
	margin-top: -50px;
    padding-left: 0;
}

#about-page .cb2 .thumbnail{right:0 !important;left: unset;}
.clients-area .cb2 .thumbnail{position: absolute;height: 100%;margin-left:0;left:0;}

.clients-area .cb1{ padding: 170px 5% 10% 0; }
.clients-area .cb2{ padding:130px 0 10% 105px; }
.clients-area .cb3{ padding: 5% 0;display: inline-block;
    width: 100%; }
.clients-area .cb3 a{color:#c7883e;}
.clients-area .cb1 .title,
.clients-area .cb2 .title,
.clients-area .cb3 .title{
	font-size: 30px;
	font-weight: 700;
	color: #ff5c35;
}
.clients-area .cb2 .title{ color: #402020; }
.clients-area .cb1 .entry-content,
.clients-area .cb2 .entry-content,
.clients-area .cb3 .entry-content{
	line-height: 1.7;
}
.clients-area .cb2 .entry-content, .clients-area .cb2 .entry-content p{ color: #fff; }

.advisors-area .cb1{ padding-left:105px; padding-right: 0; }
.advisors-area .cb2{ padding-left: 0; padding-right: 5%; }
.advisors-area .adv-cb3{ background: #ff5c35 !important;display: inline-block; }
.advisors-area .adv-cb3 .coll:last-child{ background: #ff5c35 !important; }
.advisors-area .adv-cb3 .cb-title, .advisors-area .adv-cb3 .cb-content,
.advisors-area .adv-cb3 .readmore a{ color: #402020 !important; }
.advisors-area .adv-cb3 .readmore a{ border-color: #402020 !important; }

.advisors-area #content-block3 .coll {background: #cfd2d3;}

#contact-page .map iframe{ max-width: 100% !important; }
#contact-page .main-content{ border-bottom:1px solid #cfd2d3; padding-bottom:75px; }
#contact-page .contact-form{ padding:75px 0 0 0; }
#contact-page .contact-form .wpcf7-text, #contact-page .contact-form .wpcf7-text,
#contact-page .contact-form .wpcf7-select{
	width: 100%;height:50px;
}
#contact-page .entry-content h5{margin-top: 60px;color: #ff5c35;}

.tribe-events-calendar th{
	background-color: #402020 !important;
	color: #fff !important;
	text-transform: uppercase;
}
.tribe-events-calendar div[id*=tribe-events-daynum-], .tribe-events-calendar div[id*=tribe-events-daynum-] a{
	background-color: #593d3d !important;
	color: #fff !important;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
.notification-bar {
    background-color: #ff5c35;
    color: #ffffff;
}
.notification-bar p {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.notification-bar p a {
    color: #ffffff;
}
.notification-bar p a:hover {
    color: #ffffff;
}