/*
Theme Name: TonyCampolo Child Theme
Theme URI: http://cyberchimps.com/guide/child-theme-example/
Description: TonyCampolo Child Theme
Template: TonyCampolo
Version: 1.0.0
Author: CyberChimps
Author URI: https://cyberchimps.com/
License: GNU General Public License
License URI: license.txt

*/

/* CSS Rules: Sorted alphabetically for better organization. */
@import url('fonts/fonts.css');
/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
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 {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: unset;
}

*{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
html {
	margin-top: 0px !important;
}

/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button, input, select, textarea {
	font-size: 100%;
	overflow: visible;
	margin: 0;
	vertical-align: baseline;
	width: auto;
}

textarea {
	overflow: auto;
	vertical-align: text-top;
}

/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
	background: #dddddd;
	border: none;
	clear: both;
	color: #dddddd;
	float: none;
	height: 1px;
	width: 100%;
}

hr.space {
	background: #ffffff;
	color: #ffffff;
}

/* =Base
-------------------------------------------------------------- */
html {
	height: 100%;
}

body {
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background:#F8F8F8;
	color: #555;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-smoothing: antialiased;
	line-height: 1.5em;
	text-rendering: optimizeLegibility;
}

/* =Typography
-------------------------------------------------------------- */
p {
	word-wrap: break-word;
}

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

tt,
var,
pre,
kbd,
samp,
code {
	font-family: monospace, serif;
	font-style: normal;
}

b,
strong {
	font-weight: 700;
}

pre {
	-moz-box-sizing: border-box;
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	background: #f4f4f4;
	border: 1px solid #aaaaaa;
	border-bottom-color: #cccccc;
	border-radius: 2px;
	height: auto;
	margin: 0;
	outline: none;
	padding: 6px 10px;
	vertical-align: middle;
	width: 100%;
	word-wrap: break-word;
	white-space: pre-wrap;
}

del {
	color: #555555;
	text-decoration: line-through;
}

ins,
dfn {
	border-bottom: 1px solid #cccccc;
}

sup,
sub,
small {
	font-size: 85%;
}

abbr,
acronym {
	font-size: 85%;
	letter-spacing: .1em;
	text-transform: uppercase;
}

a abbr,
a acronym {
	border: none;
}

dfn[title],
abbr[title],
acronym[title] {
	border-bottom: 1px solid #cccccc;
	cursor: help;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

.top-widget {
	background: none;
	border: none;
	clear: right;
	float: right;
	min-height: 0;
	padding: 0;
	text-align: right;
	width: 100%;
	
}
/* =Responsive 12 Column Grid
    http://demos.cyberchimps.com/responsivepro/responsive-grid/
-------------------------------------------------------------- */
.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
	display: inline;
	margin-right: 2.127659574468%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-300 {
	width: 31.914893617021%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 65.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* =Visibility
-------------------------------------------------------------- */
.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.none {
	display: none;
}

.hide-desktop {
	display: none;
}

.show-desktop {
	display: block;
}

/* =Responsive Images
-------------------------------------------------------------- */
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.ie8 img {
	height: auto;
	width: auto\9;
}

.ie8 img.size-large {
	max-width: 60%;
	width: auto;
}

/* =Responsive Videos
-------------------------------------------------------------- */
video {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
	max-width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

/* =Links
-------------------------------------------------------------- */
a {
	color: #782039;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
}

a:hover,
a:focus,
a:active {
	color: #555;
	outline: 0;
	text-decoration: none;
}

::selection {
	background: #999999;
	color: #ffffff;
	text-shadow: none;
}

/* =Forms
-------------------------------------------------------------- */
label {
	display: inline-block;
	font-weight: 700;
	padding: 2px 0;
}

legend {
	padding: 2px 5px;
}

fieldset {
	border: 1px solid #cccccc;
	margin: 0 0 1.5em;
	padding: 1em 2em;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
	-moz-box-sizing: border-box;
	-moz-border-radius: 2px;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	background-color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
	cursor: text;
	margin: 0;
	outline: none;
	padding: 6px 8px;
	vertical-align: middle;
	font-family:inherit;
	max-width: 100%;
}

select {
	height: auto;
	max-width: 100%;
}

area,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	background-color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
	-moz-border-radius: 2px; 
	height: auto;
	overflow: auto;
	margin: 0;
	outline: none;
	padding: 8px 10px;
	max-width: 100%;
	font-family:inherit;
}

map area {
	padding: 0px;
	border: 0px;
}

input,
select {
	cursor: pointer;
}

area:focus,
input:focus,
textarea:focus {
	border: 1px solid #66ccff;
}

input[type='text'],
input[type='password'] {
	cursor: text;
}

/* =IE Forms
-------------------------------------------------------------- */
.ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="email"],
.ie7 input[type="tel"] {
	width: 96%;
}

/* =IE6 Notice
-------------------------------------------------------------- */
.msie-box {
	background-color: #f9edbe;
	border: 1px solid #f0c36d;
	color: #212121;
	display: block;
	margin: 0 auto;
	max-width: 960px;
	padding: 10px;
	position: absolute;
	top: 60px;
	text-align: center;
	width: 100%;
}

.msie-box a {
	color: #212121;
}

/* =Tables
-------------------------------------------------------------- */
th,
td,
table {
	border: 1px solid #dddddd;
}

table {
	border-collapse: collapse;
	width: 100%;
}

/* =Lists
-------------------------------------------------------------- */
ul {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

ol {
	line-height: 22px;
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0;
	padding: 0;
}

dt {
	font-weight: 400;
}

/* =Blockquote
-------------------------------------------------------------- */
blockquote {
	background: #f9f9f9;
	border: none;
	border-left: 4px solid #d6d6d6;
	margin: 20px;
	overflow: auto;
	padding: 0 0 10px 12px;
}

blockquote p {
	font-family: 'Georgia', 'Times New Roman', Times, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 26px;
}

/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: 700;
	line-height: 1.0em;
	word-wrap: break-word;
}

h1 {
	font-size: 2.625em; /* = 42px */
	margin-bottom: .5em;
	margin-top: .5em;
}

h2 {
	font-size: 2.250em; /* = 36px */
	margin-bottom: .75em;
	margin-top: .75em;
}

h3 {
	font-size: 1.875em; /* = 30px */
	margin-bottom: .857em;
	margin-top: .857em;
}

h4 {
	font-size: 1.500em; /* = 24px */
	margin-bottom: 1em;
	margin-top: 1em;
}

h5 {
	font-size: 1.125em; /* = 18px */
	margin-bottom: 1.125em;
	margin-top: 1.125em;
}

h6 {
	font-size: 1.000em; /* = 16px */
	margin-bottom: 1.285em;
	margin-top: 1.285em;
}

/* =Margins & Paddings
-------------------------------------------------------------- */
hr,
dl,
pre,
address,
blockquote {
	margin: 15px 0;
}

p {
	padding: 0 0 20px;
	line-height: 1.3;
}

th, td {
	padding: .8em;
}

caption {
	padding-bottom: .8em;
}

blockquote {
	padding: 0 1em;
}

blockquote:first-child {
	margin: .8em 0;
}

fieldset {
	margin: 1.6em 0;
	padding: 0 1em 1em;
}

legend {
	padding-left: .8em;
	padding-right: .8em;
}

legend+* {
	margin-top: 1em;
}

input,
textarea {
	padding: .3em .4em .15em;
}

select {
	padding: .1em .2em 0;
}

option {
	padding: 0 .4em;
}

dt {
	margin-bottom: .4em;
	margin-top: .8em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ul,
ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 2.0em;
}

li ul,
li ol {
	margin: 0;
}


/* =Globals
-------------------------------------------------------------- */
#container, div#container {
    margin: 0 auto;
    width: 100%;
	max-width: 1170px;
	padding: 0px 25px;
}

#wrapper {
  clear: both;
  margin: 0px auto;
  position: relative;
  min-height: 300px;
  background-color: #ffffff;
  border: none;
  padding-top:30px;
} 
.home #wrapper {
  padding-top:0px;
} 

#header {
	margin: 0;
}

#footer {
	clear: both;
	float: left;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#footer-wrapper {
	margin: 0;
	padding: 0;
}

/* =Header
-------------------------------------------------------------- */
#logo {
	float: left;
	margin: 18px 0px 0px 0px;
}

.site-name {
	display: block;
	font-size: 2.063em; /* = 33px */
	line-height: 1.0em;
	padding-top: 20px;
}

.site-name a {
	color: #333333;
	font-weight: 700;
}

.site-description {
	color: #afafaf;
	display: block;
	font-size: 0.875em; /* = 14px */
	margin: 10px 0;
}

/* =Content
-------------------------------------------------------------- */
#content {
	margin-top: 0px;
	margin-bottom: 0px;
}

#content-full {
	margin-top: 0px;
	margin-bottom: 0px;
}

#content-blog {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-images {
	margin-bottom: 20px;
}

#content-search {
	margin-bottom: 20px;
	margin-top: 20px;
}

#content-archive {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-sitemap {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-sitemap a {
	font-size: 12px;
}

#content .sticky {
	clear: both;
}

#content .sticky p {
}

/* =Templates (Landing Page)
-------------------------------------------------------------- */
.page-template-landing-page-php .menu,
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .main-nav,
.page-template-landing-page-php .footer-menu,
.page-template-landing-page-php .sub-header-menu {
	display: none;
}

/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #f9f9f9;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	clear: both;
	display: block;
	margin: 30px 0 40px 0;
	padding: 10px;
	overflow: hidden;
}

#author-meta img {
	float: left;
	padding: 10px 15px 0 5px;
}

#author-meta p {
	margin: 0;
	padding: 5px;
}

#author-meta .about-author {
	font-weight: 700;
	margin: 10px 0 0 0;
}
#footer {
	clear: both;
	margin: 0 auto;
	max-width: 100%;
	background-color: #782039;
}

/* =Featured Content
-------------------------------------------------------------- */
#featured {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding-bottom: 40px;
	width: 99.893617021277%;
}

#featured p {
	font-size: 18px;
	font-weight: 200;
	line-height: 27px;
	padding: 0 40px 0 40px;
	text-align: center;
}

#featured-image {
	margin: 40px 0 0 0;
}

#featured-image .fluid-width-video-wrapper {
	margin-left: -20px;
}

.featured-image img {
	margin-top: 44px;
}

/* =Post
-------------------------------------------------------------- */
.comments-link {
	font-size: 12px;
}

#cancel-comment-reply-link {
	color: #990000;
}

.post-data {
  clear: both;
  font-size: 12px;
  font-weight: 700;
  margin-top: 0;
  float: left;
  width: 100%;
}

.post-data a {
	color: #DD9BAE;
}
.post-data a:hover {
	color: #111111;
}

.post-entry {
	clear: both;
}

.post-meta {
	clear: both;
	color: #9f9f9f;
	font-size: 12px;
	margin-bottom: 10px;
}

.post-edit {
	clear: both;
	display: none;
	font-size: 12px;
	margin: 1.5em 0;
}

.post-search-terms {
	clear: both;
}

.read-more {
	clear: both;
	font-weight: 700;
}

.attachment-entry {
	clear: both;
	text-align: center;
}

/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */
.bbPress .breadcrumb-list {
	display: none;
}

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
	color: #aaaaaa;
	font-size: 18px;
	margin-left: 5px;
}

.form-allowed-tags {
	display: none;
	font-size: 10px;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: transparent;
	border: none;
	border-radius: 4px;
	margin: 0 0 20px;
	padding: 20px;
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"] {
	width: 75%;
}

#widgets {
	margin-top: 40px;
}

#widgets a {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#widgets form {
	margin: 0;
}

#widgets ul, #widgets ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#widgets ul li::before {
  content: "";
  font-family: fontawesome;
  font-size: 12px;
  left: 0;
  position: absolute;
  top: 3px;
}
#widgets ul li {
  border-bottom: 1px solid #e7e6e6;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
  position: relative;
}
#widgets ul li:last-child {
  border-bottom: 0 none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#widgets ul li a {
	display: inline;
	text-decoration: none;
	color: #333;
}
#widgets ul li a:hover{
	color: #DD9BAE;
}
#widgets .widget-title img {
	float: right;
	height: 11px;
	position: relative;
	top: 4px;
	width: 11px;
}

#widgets .rss-date {
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .rssSummary {
	padding: 10px;
}

#widgets cite {
	font-style: normal;
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .tagcloud,
#widgets .textwidget {
	display: block;
	line-height: 1.5em;
	margin: 0;
	word-wrap: break-word;
}

#widgets .textwidget a {
	display: inline;
}

#widgets ul .children {
	padding: 0 0 0 10px;
}

#widgets .author {
	font-weight: 700;
	padding-top: 4px;
}

.widget_archive select, #cat {
	display: block;
	margin: 0 15px 0 0;
}

#colophon-widget ul {
}

.colophon-widget {
	background: none;
	min-height: 0;
}

.colophon-widget select,
.colophon-widget input[type="text"],
.colophon-widget input[type="password"],
.colophon-widget input[type="email"] {
	width: 100%;
}

.top-widget ul {
	padding: 0;
}

.top-widget select,
.top-widget input[type="text"],
.top-widget input[type="password"],
.top-widget input[type="email"] {
	width: auto;
}

.top-widget #searchform {
	margin: 0;
}

/* =Titles
-------------------------------------------------------------- */
.featured-title {
	font-size: 60px;
	letter-spacing: -1px;
	margin: 0;
	padding-top: 40px;
	text-align: center;
}

.featured-subtitle {
	padding: 0 10px;
	text-align: center;
}

.widget-title h3, .widget-title-home h3 {
  background-color: #8ab1d2;
  box-sizing: border-box;
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  margin: 0;
  padding-bottom: 10px;
  text-align: left;
  padding-top: 10px;
  padding-left: 10px;
  margin-bottom: 15px !important;
}

.top-widget .widget-title h3 {
	font-size: 14px;
	padding: 0;
	text-align: right;
}

.widget-title a {
	border-bottom: none;
	padding: 0 !important;
}

.title-404 {
	color: #993333;
}

/* =404 Page
-------------------------------------------------------------- */
.error404 select,
.error404 input[type="text"],
.error404 input[type="password"],
.error404 input[type="email"] {
	width: auto;
}

/* =Accessibility
-------------------------------------------------------------- */
.screen-reader-text{
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

/* =Skip Links
-------------------------------------------------------------- */
.skip-container {
	display: block;
	padding: 0.5em 0.5em 0.5em 0;
	position: relative;
}

.skip-link {
	background: #f5f5f5;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
	font-size: 0.8125em;
	margin-left: -100%;
	padding: 0.5em;
	text-transform: uppercase;
}

.skip-link:hover,
.skip-link:active,
.skip-link:focus {
	border: 1px solid #666;
}

.custom-background .site {
	-webkit-box-shadow: 0 -5px 5px 4px #d5d5d5;
	-moz-box-shadow: 0 -5px 5px 4px #d5d5d5;
	box-shadow: 0 -5px 5px 4px #d5d5d5;
	margin: 0 auto;
}


/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
	clear: both;
	margin: 0 auto;
}

.main-nav {
	clear: both;
}

.menu,
.menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.menu li li {
	float: none;
}

.menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}

.menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu:after,
.menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.menu,
.menu ul {
	min-height: 0;
}

.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}

.menu ul li a:hover,
.menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.menu ul {
	margin-top: 1px;
	min-width: 15em;
	width: auto;
}

.menu a {
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: inherit;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0 18px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	font-family: Lato;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.menu a:hover {
	background-color:#782039;
	color: #ffffff;
}

ul.menu > li:hover {
	background-color:#782039;
	color: #ffffff;
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: #782039;
}

.menu li li {
	background: #ffffff;
	background-image: none;
	border: 1px solid #e5e5e5;
	color: #444444;
	filter: none;
	margin: -1px 0 1px 0;
	width: auto;
}

.menu li li a {
	background: transparent !important;
	border: none;
	color: #444444;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
	white-space: nowrap;
}

.menu li li a:hover {
	background: #f5f5f5 !important;
	background-image: none;
	border: none;
	color: #444444;
	filter: none;
}

.menu li li:hover {
	background: #f5f5f5 !important;
	filter: none;
}

.menu ul > li + li {
	border-top: 0;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu > li:first-child > a {
	border-left: none;
}

.menu a#responsive_menu_button {
	display: none;
}

.main-nav #responsive_current_menu_item {
	display: none;
}

/*.js .main-nav .menu {*/
/*display: block;*/
/*}*/

/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .menu ul {
	background: url(core/images/ie7-fix.gif) repeat;
}

.ie7 .menu li li a {
	min-width: 100%;
}

/* =Sub-Header Menu
-------------------------------------------------------------- */
.sub-header-menu {
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-top: none;
	clear: both;
	margin: 0 auto;
}

.sub-header-menu,
.sub-header-menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sub-header-menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.sub-header-menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.sub-header-menu li li {
	float: none;
}

.sub-header-menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}

.sub-header-menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.sub-header-menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.sub-header-menu:after,
.sub-header-menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.sub-header-menu,
.sub-header-menu ul {
	min-height: 0;
}

.sub-header-menu ul,
.sub-header-menu ul ul {
	margin: 0;
	padding: 0;
}

.sub-header-menu ul li a:hover,
.sub-header-menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.sub-header-menu ul {
	margin-top: 1px;
	min-width: 15em;
	width: auto;
}

.sub-header-menu a {
	border-left: 1px solid #e5e5e5;
	color: #333333;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 400;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: none;
}

.sub-header-menu a:hover {
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-color: #f9f9f9;
	background-clip: padding-box;
}

.sub-header-menu .current_page_item a,
.sub-header-menu .current-menu-item a {
	background-color: #f9f9f9;
}

.sub-header-menu li li {
	background: #ffffff;
	background-image: none;
	border: 1px solid #e5e5e5;
	color: #444444;
	filter: none;
	margin: -1px 0 1px 0;
	width: auto;
}

.sub-header-menu li li a {
	border: none;
	color: #444444;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
}

.sub-header-menu li li a:hover {
	background: #f9f9f9;
	background-image: none;
	border: none;
	color: #444444;
	filter: none;
}

.sub-header-menu ul > li + li {
	border-top: 0;
}

.sub-header-menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.sub-header-menu > li:first-child > a {
	border-left: none;
}

.sub-header-menu ul.children a,
.sub-header-menu .current_page_ancestor,
.sub-header-menu .current_page_ancestor ul a {
	background: none;
	background-image: none;
	filter: none;
}

/* =Sub Header Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .sub-header-menu ul {
	background: url(core/images/ie7-fix.gif) repeat;
}

.ie7 .sub-header-menu li li a {
	min-width: 100%;
}

/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
	margin-left: 0;
	padding: 0;
}

.footer-menu li {
	display: inline;
	list-style-type: none;
}

.footer-menu li a {
	padding: 0 10px;
	color:#555;
}

.footer-menu li a:hover {
	color: #782039;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
  color: #111111;
  display: block;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  margin: 30px 0 20px;
  padding: 0 5px;
  float: left;
  width: 100%;
}
.navigation > ul {
  padding: 0 !important;
  margin: 0 !important;
}
.navigation a {
	color: #aaaaaa;
	padding: 4px 10px;
}

.navigation a:hover {
	color: #111111;
	text-decoration: none;
}

.navigation .previous {
	float: left;
}

.navigation .next {
	float: right;
}

.navigation .bracket {
	font-size: 36px;
}

/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
	clear: both;
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0;
	padding: 5px 0;
}

.pagination a {
	text-decoration: none;
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
	font-size: 12px;
}

/* =Comments
-------------------------------------------------------------- */
#commentform {
	margin: 0;
}

.commentlist {
	border-bottom: 1px solid #e5e5e5;
	list-style: none;
	margin: 0;
	padding: 0;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist li {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #ffffff;
	border-radius: 4px;
	margin: 0;
}

.commentlist .bypostauthor {
}

.commentlist li cite {
	color: #111111;
	font-size: 1.1em;
	font-style: normal;
	font-weight: 400;
}

.commentlist li.alt {
	background: #f9f9f9;
}

.commentlist .children {
	list-style: none;
	margin-left: 10px;
	padding: 10px;
}

.commentlist .avatar {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	margin-right: 10px;
	padding: 0;
	vertical-align: middle;
}

.comment-author .fn {
}

.comment-author .says {
	color: #999999;
}

.comment-body .comment-meta {
	color: #999999;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.comment-body .comment-meta a {
	font-size: 11px;
}

.comment-body {
	clear: both;
	padding: 10px;
}

.comment-body p {
	clear: both;
}

.comment-body .reply {
}

.pingback, .trackback {
	list-style: none;
	margin: 20px 0;
}

.pingback cite,
.trackback cite {
	font-style: normal;
}

#pings,
#comments {
	text-align: left;
}

#respond {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -ms-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -o-linear-gradient(top, #ffffff, #eaeaea);
	background-image: linear-gradient(top, #ffffff, #eaeaea);
	border: 1px solid #cccccc;
	border-bottom-color: #aaaaaa;
	border-radius: 4px;
	clear: both;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
	margin-top: 15px;
	padding: 10px 20px 50px;
}

#respond label {
	display: inline;
}

.reply {
	margin: 10px 0;
}

.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
	display: block;
	width: 100%;
}

.nocomments {
	color: #999999;
	font-size: .9em;
	text-align: center;
}

/* =Gallery
-------------------------------------------------------------- */
/* Normal */
.gallery-columns-1 .gallery-item {
	max-width: 600px;
}

.gallery-columns-2 .gallery-item {
	max-width: 300px;
}

.gallery-columns-3 .gallery-item {
	max-width: 200px;
}

.gallery-columns-4 .gallery-item {
	max-width: 150px;
}

.gallery-columns-5 .gallery-item {
	max-width: 120px;
}

.gallery-columns-6 .gallery-item {
	max-width: 100px;
}

.gallery-columns-7 .gallery-item {
	max-width: 85px;
}
.gallery-columns-8 .gallery-item {
	max-width: 75px;
}

.gallery-columns-9 .gallery-item {
	max-width: 66px;
}

/* Full Width */
.page-template-full-width-page-php .gallery-columns-1 .gallery-item,
.page-template-landing-page.php .gallery-columns-1 .gallery-item {
	max-width: 900px;
}

.page-template-full-width-page-php .gallery-columns-2 .gallery-item,
.page-template-landing-page.php .gallery-columns-2 .gallery-item {
	max-width: 450px;
}

.page-template-full-width-page-php .gallery-columns-3 .gallery-item,
.page-template-landing-page.php .gallery-columns-3 .gallery-item {
	max-width: 300px;
}

.page-template-full-width-page-php .gallery-columns-4 .gallery-item,
.page-template-landing-page.php .gallery-columns-4 .gallery-item {
	max-width: 225px;
}

.page-template-full-width-page-php .gallery-columns-5 .gallery-item,
.page-template-landing-page.php .gallery-columns-5.gallery-item {
	max-width: 180px;
}

.page-template-full-width-page-php .gallery-columns-6 .gallery-item,
.page-template-landing-page.php .gallery-columns-6 .gallery-item {
	max-width: 150px;
}

.page-template-full-width-page-php .gallery-columns-7 .gallery-item,
.page-template-landing-page.php .gallery-columns-7 .gallery-item {
	max-width: 125px;
}

.page-template-full-width-page-php .gallery-columns-8 .gallery-item,
.page-template-landing-page.php .gallery-columns-8 .gallery-item {
	max-width: 112.5px;
}

.page-template-full-width-page-php .gallery-columns-9 .gallery-item,
.page-template-landing-page.php .gallery-columns-9 .gallery-item {
	max-width: 100px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 20px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #f9f9f9;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 13px 10px 10px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 10px;
}

img.wp-smiley {
	vertical-align: middle;
}

/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
	margin: 0 auto 18px;
}

.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	max-width: 155px;
}

.gallery img {
	border: 1px solid #dddddd;
}

.gallery .gallery-caption {
	font-size: 12px;
	margin: 0 0 12px;
}

.gallery dl {
	margin: 0;
}

.gallery br+br {
	display: none;
}

.attachment-gallery img {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	display: block;
	height: auto;
	margin: 15px auto;
	max-width: 96%;
	padding: 5px;
	width: auto;
}

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
	display: block;
}

/* =Post Thumbnails
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
	display: block;
	margin: 15px auto;
	width: auto;
}

/* =Buttons
-------------------------------------------------------------- */
a.button,
input[type='reset'],
input[type='button'],
input[type='submit'] {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #f9f9f9; /* Alabaster */
	border: 1px solid #dddddd;
	border-radius: 2px;
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	padding: 4px 10px;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
}

a.button:hover,
input[type='reset']:hover,
input[type='button']:hover,
input[type='submit']:hover {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	color: #333333;
}

a.button:active,
input[type='reset']:active,
input[type='button']:active,
input[type='submit']:active {
	background-color: #f9f9f9;
}

/* =Buttons (Call to Action)
-------------------------------------------------------------- */
.call-to-action {
	text-align: center;
}

.call-to-action a.button {
	font-size: 24px;
	padding: 15px 35px;
}

.call-to-action a.button:hover {
	text-decoration: none;
}

.ie7 .call-to-action a.button {
	padding: 11px 35px 19px 35px;
}

/* =Buttons (Sizes)
-------------------------------------------------------------- */
.small a.button {
	font-size: 10px;
	padding: 3px 6px;
}

.medium a.button {
	font-size: 16px;
	padding: 8px 16px;
}

.large a.button {
	font-size: 18px;
	padding: 10px 35px;
}

.xlarge a.button {
	font-size: 24px;
	padding: 12px 55px;
}

/* =Buttons (Colors)
-------------------------------------------------------------- */
a.blue {
	background-color: #1874cd; /* Dodger Blue */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4f9eea), to(#1874cd));
	background-image: -webkit-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -moz-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -ms-linear-gradient(top, #4f9eea, #1874cd);
	background-image: -o-linear-gradient(top, #4f9eea, #1874cd);
	background-image: linear-gradient(top, #4f9eea, #1874cd);
	border: 1px solid #115290;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f9eea, endColorstr=#1874cd);
	text-shadow: 0 -1px 0 #115290;
}

a.blue:hover {
	background-color: #7db7f0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7db7f0), to(#1874cd));
	background-image: -webkit-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -moz-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -ms-linear-gradient(top, #7db7f0, #1874cd);
	background-image: -o-linear-gradient(top, #7db7f0, #1874cd);
	background-image: linear-gradient(top, #7db7f0, #1874cd);
	border: 1px solid #115290;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7db7f0, endColorstr=#1874cd);
	text-shadow: 0 -1px 0 #115290;
}

a.red {
	background-color: #cd0000; /* Red 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2323), to(#cd0000));
	background-image: -webkit-linear-gradient(top, #ff2323, #cd0000);
	background-image: -moz-linear-gradient(top, #ff2323, #cd0000);
	background-image: -ms-linear-gradient(top, #ff2323, #cd0000);
	background-image: -o-linear-gradient(top, #ff2323, #cd0000);
	background-image: linear-gradient(top, #ff2323, #cd0000);
	border: 1px solid #890000;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2323, endColorstr=#cd0000);
	text-shadow: 0 -1px 0 #890000;
}

a.red:hover {
	background-color: #ff5656;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5656), to(#cd0000));
	background-image: -webkit-linear-gradient(top, #ff5656, #cd0000);
	background-image: -moz-linear-gradient(top, #ff5656, #cd0000);
	background-image: -ms-linear-gradient(top, #ff5656, #cd0000);
	background-image: -o-linear-gradient(top, #ff5656, #cd0000);
	background-image: linear-gradient(top, #ff5656, #cd0000);
	border: 1px solid #890000;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5656, endColorstr=#cd0000);
	text-shadow: 0 -1px 0 #890000;
}

a.orange {
	background-color: #ff7f00; /* Dark Orange 1 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaa55), to(#ff7f00));
	background-image: -webkit-linear-gradient(top, #ffaa55, #ff7f00);
	background-image: -moz-linear-gradient(top, #ffaa55, #ff7f00);
	background-image: -ms-linear-gradient(top, #ffaa55, #ff7f00);
	background-image: -o-linear-gradient(top, #ffaa55, #ff7f00);
	background-image: linear-gradient(top, #ffaa55, #ff7f00);
	border: 1px solid #bb5d00;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffaa55, endColorstr=#ff7f00);
	text-shadow: 0 -1px 0 #bb5d00;
}

a.orange:hover {
	background-color: #ffc388;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc388), to(#ff7f00));
	background-image: -webkit-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -moz-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -ms-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -o-linear-gradient(top, #ffc388, #ff7f00);
	background-image: linear-gradient(top, #ffc388, #ff7f00);
	border: 1px solid #bb5d00;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc388, endColorstr=#ff7f00);
	text-shadow: 0 -1px 0 #bb5d00;
}

a.yellow {
	background-color: #ecca06; /* Yellow Gold */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2aa), to(#ffd700));
	background-image: -webkit-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -moz-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -ms-linear-gradient(top, #fff2aa, #ffd700);
	background-image: -o-linear-gradient(top, #fff2aa, #ffd700);
	background-image: linear-gradient(top, #fff2aa, #ffd700);
	border: 1px solid #bb9e00;
	color: #161300;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff2aa, endColorstr=#ffd700);
	text-shadow: 0 1px 0 #ffffff;
}

a.yellow:hover {
	background-color: #fffadd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fffadd), to(#ffd700));
	background-image: -webkit-linear-gradient(top, #fffadd, #ffd700);
	background-image: -moz-linear-gradient(top, #fffadd, #ffd700);
	background-image: -ms-linear-gradient(top, #fffadd, #ffd700);
	background-image: -o-linear-gradient(top, #fffadd, #ffd700);
	background-image: linear-gradient(top, #fffadd, #ffd700);
	border: 1px solid #bb9e00;
	color: #161300;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffadd, endColorstr=#ffd700);
	text-shadow: 0 1px 0 #ffffff;
}

a.green {
	background-color: #2e8b57; /* Sea Green 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4bc380), to(#2e8b57));
	background-image: -webkit-linear-gradient(top, #4bc380, #2e8b57);
	background-image: -moz-linear-gradient(top, #4bc380, #2e8b57);
	background-image: -ms-linear-gradient(top, #4bc380, #2e8b57);
	background-image: -o-linear-gradient(top, #4bc380, #2e8b57);
	background-image: linear-gradient(top, #4bc380, #2e8b57);
	border: 1px solid #1d5837;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4bc380, endColorstr=#2e8b57);
	text-shadow: 0 -1px 0 #1d5837;
}

a.green:hover {
	background-color: #71d09b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#71d09b), to(#2e8b57));
	background-image: -webkit-linear-gradient(top, #71d09b, #2e8b57);
	background-image: -moz-linear-gradient(top, #71d09b, #2e8b57);
	background-image: -ms-linear-gradient(top, #71d09b, #2e8b57);
	background-image: -o-linear-gradient(top, #71d09b, #2e8b57);
	background-image: linear-gradient(top, #71d09b, #2e8b57);
	border: 1px solid #1d5837;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#71d09b, endColorstr=#2e8b57);
	text-shadow: 0 -1px 0 #1d5837;
}

a.olive {
	background-color: #838b83; /* Honey Dew 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e000), to(#838b83));
	background-image: -webkit-linear-gradient(top, #afb4af, #838b83);
	background-image: -moz-linear-gradient(top, #afb4af, #838b83);
	background-image: -ms-linear-gradient(top, #afb4af, #838b83);
	background-image: -o-linear-gradient(top, #afb4af, #838b83);
	background-image: linear-gradient(top, #afb4af, #838b83);
	border: 1px solid #626862;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#afb4af, endColorstr=#838b83);
	text-shadow: 0 -1px 0 #626862;
}

a.olive:hover {
	background-color: #c9cdc9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c9cdc9), to(#838b83));
	background-image: -webkit-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -moz-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -ms-linear-gradient(top, #c9cdc9, #838b83);
	background-image: -o-linear-gradient(top, #c9cdc9, #838b83);
	background-image: linear-gradient(top, #c9cdc9, #838b83);
	border: 1px solid #626862;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c9cdc9, endColorstr=#838b83);
	text-shadow: 0 -1px 0 #626862;
}

a.purple {
	background-color: #5d478b; /* Medium Purple 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8771b6), to(#5d478b));
	background-image: -webkit-linear-gradient(top, #8771b6, #5d478b);
	background-image: -moz-linear-gradient(top, #8771b6, #5d478b);
	background-image: -ms-linear-gradient(top, #8771b6, #5d478b);
	background-image: -o-linear-gradient(top, #8771b6, #5d478b);
	background-image: linear-gradient(top, #8771b6, #5d478b);
	border: 1px solid #3f305e;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8771b6, endColorstr=#5d478b);
	text-shadow: 0 -1px 0 #3f305e;
}

a.purple:hover {
	background-color: #a492c8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a492c8), to(#5d478b));
	background-image: -webkit-linear-gradient(top, #a492c8, #5d478b);
	background-image: -moz-linear-gradient(top, #a492c8, #5d478b);
	background-image: -ms-linear-gradient(top, #a492c8, #5d478b);
	background-image: -o-linear-gradient(top, #a492c8, #5d478b);
	background-image: linear-gradient(top, #a492c8, #5d478b);
	border: 1px solid #3f305e;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a492c8, endColorstr=#5d478b);
	text-shadow: 0 -1px 0 #3f305e;
}

a.pink {
	background-color: #cd1076; /* Deep Pink 3 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f042a0), to(#cd1076));
	background-image: -webkit-linear-gradient(top, #f042a0, #cd1076);
	background-image: -moz-linear-gradient(top, #f042a0, #cd1076);
	background-image: -ms-linear-gradient(top, #f042a0, #cd1076);
	background-image: -o-linear-gradient(top, #f042a0, #cd1076);
	background-image: linear-gradient(top, #f042a0, #cd1076);
	border: 1px solid #8e0b52;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f042a0, endColorstr=#cd1076);
	text-shadow: 0 -1px 0 #8e0b52;
}

a.pink:hover {
	background-color: #f471b8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f471b8), to(#cd1076));
	background-image: -webkit-linear-gradient(top, #f471b8, #cd1076);
	background-image: -moz-linear-gradient(top, #f471b8, #cd1076);
	background-image: -ms-linear-gradient(top, #f471b8, #cd1076);
	background-image: -o-linear-gradient(top, #f471b8, #cd1076);
	background-image: linear-gradient(top, #f471b8, #cd1076);
	border: 1px solid #8e0b52;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f471b8, endColorstr=#cd1076);
	text-shadow: 0 -1px 0 #8e0b52;
}

a.brick {
	background-color: #b22222; /* Fire Brick */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4c4c), to(#b22222));
	background-image: -webkit-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -moz-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -ms-linear-gradient(top, #dd4c4c, #b22222);
	background-image: -o-linear-gradient(top, #dd4c4c, #b22222);
	background-image: linear-gradient(top, #dd4c4c, #b22222);
	border: 1px solid #791717;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd4c4c, endColorstr=#b22222);
	text-shadow: 0 -1px 0 #791717;
}

a.brick:hover {
	background-color: #e57777;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e57777), to(#b22222));
	background-image: -webkit-linear-gradient(top, #e57777, #b22222);
	background-image: -moz-linear-gradient(top, #e57777, #b22222);
	background-image: -ms-linear-gradient(top, #e57777, #b22222);
	background-image: -o-linear-gradient(top, #e57777, #b22222);
	background-image: linear-gradient(top, #e57777, #b22222);
	border: 1px solid #791717;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e57777, endColorstr=#b22222);
	text-shadow: 0 -1px 0 #791717;
}

a.gold {
	background-color: #8b6508; /* Dark Golden Rod 4 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#db9f0d), to(#8b6508));
	background-image: -webkit-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -moz-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -ms-linear-gradient(top, #db9f0d, #8b6508);
	background-image: -o-linear-gradient(top, #db9f0d, #8b6508);
	background-image: linear-gradient(top, #db9f0d, #8b6508);
	border: 1px solid #6b4e06;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#db9f0d, endColorstr=#8b6508);
	text-shadow: 0 -1px 0 #6b4e06;
}

a.gold:hover {
	background-color: #f3b828;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f3b828), to(#8b6508));
	background-image: -webkit-linear-gradient(top, #f3b828, #8b6508);
	background-image: -moz-linear-gradient(top, #f3b828, #8b6508);
	background-image: -ms-linear-gradient(top, #f3b828, #8b6508);
	background-image: -o-linear-gradient(top, #f3b828, #8b6508);
	background-image: linear-gradient(top, #f3b828, #8b6508);
	border: 1px solid #6b4e06;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3b828, endColorstr=#8b6508);
	text-shadow: 0 -1px 0 #6b4e06;
}

a.brown {
	background-color: #8b4513; /* Saddle Brown */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d66a1d), to(#8b4513));
	background-image: -webkit-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -moz-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -ms-linear-gradient(top, #d66a1d, #8b4513);
	background-image: -o-linear-gradient(top, #d66a1d, #8b4513);
	background-image: linear-gradient(top, #d66a1d, #8b4513);
	border: 1px solid #4f270b;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d66a1d, endColorstr=#8b4513);
	text-shadow: 0 -1px 0 #4f270b;
}

a.brown:hover {
	background-color: #8b4513;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e58541), to(#8b4513));
	background-image: -webkit-linear-gradient(top, #e58541, #8b4513);
	background-image: -moz-linear-gradient(top, #e58541, #8b4513);
	background-image: -ms-linear-gradient(top, #e58541, #8b4513);
	background-image: -o-linear-gradient(top, #e58541, #8b4513);
	background-image: linear-gradient(top, #e58541, #8b4513);
	border: 1px solid #4f270b;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e58541, endColorstr=#8b4513);
	text-shadow: 0 -1px 0 #4f270b;
}

a.silver {
	background-color: #c0c0c0; /* Silver */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#c0c0c0));
	background-image: -webkit-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: -moz-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: -ms-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: -o-linear-gradient(top, #eaeaea, #c0c0c0);
	background-image: linear-gradient(top, #eaeaea, #c0c0c0);
	border: 1px solid #9e9e9e;
	color: #444444;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#c0c0c0);
	text-shadow: 0 1px 0 #ffffff;
}

a.silver:hover {
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c0c0c0));
	background-image: -webkit-linear-gradient(top, #ffffff, #c0c0c0);
	background-image: -moz-linear-gradient(top, #ffffff, #c0c0c0);
	background-image: -ms-linear-gradient(top, #ffffff, #c0c0c0);
	background-image: -o-linear-gradient(top, #ffffff, #c0c0c0);
	background-image: linear-gradient(top, #ffffff, #c0c0c0);
	border: 1px solid #9e9e9e;
	color: #444444;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#c0c0c0);
	text-shadow: 0 1px 0 #ffffff;
}

a.gray {
	background-color: #696969; /* Dim Gray */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#939393), to(#696969));
	background-image: -webkit-linear-gradient(top, #939393, #696969);
	background-image: -moz-linear-gradient(top, #939393, #696969);
	background-image: -ms-linear-gradient(top, #939393, #696969);
	background-image: -o-linear-gradient(top, #939393, #696969);
	background-image: linear-gradient(top, #939393, #696969);
	border: 1px solid #474747;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#939393, endColorstr=#696969);
	text-shadow: 0 -1px 0 #474747;
}

a.gray:hover {
	background-color: #adadad;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#adadad), to(#696969));
	background-image: -webkit-linear-gradient(top, #adadad, #696969);
	background-image: -moz-linear-gradient(top, #adadad, #696969);
	background-image: -ms-linear-gradient(top, #adadad, #696969);
	background-image: -o-linear-gradient(top, #adadad, #696969);
	background-image: linear-gradient(top, #adadad, #696969);
	border: 1px solid #474747;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#adadad, endColorstr=#696969);
	text-shadow: 0 -1px 0 #474747;
}

a.black {
	background-color: #080808; /* Black */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#080808));
	background-image: -webkit-linear-gradient(top, #323232, #080808);
	background-image: -moz-linear-gradient(top, #323232, #080808);
	background-image: -ms-linear-gradient(top, #323232, #080808);
	background-image: -o-linear-gradient(top, #323232, #080808);
	background-image: linear-gradient(top, #323232, #080808);
	border: 1px solid #000000;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#323232, endColorstr=#080808);
	text-shadow: 0 -1px 0 #000000;
}

a.black:hover {
	background-color: #4c4c4c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#080808));
	background-image: -webkit-linear-gradient(top, #4c4c4c, #080808);
	background-image: -moz-linear-gradient(top, #4c4c4c, #080808);
	background-image: -ms-linear-gradient(top, #4c4c4c, #080808);
	background-image: -o-linear-gradient(top, #4c4c4c, #080808);
	background-image: linear-gradient(top, #4c4c4c, #080808);
	border: 1px solid #000000;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c4c4c, endColorstr=#080808);
	text-shadow: 0 -1px 0 #000000;
}

/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: block;
	margin: 20px 0;
	padding: 15px;
	text-align: left;
}

.alert {
	background-color: #faebeb;
	border: 1px solid #dc7070;
	color: #212121;
}

.address {
	background-color: #f6f5ef;
	border: 1px solid #cdc9a5;
	color: #212121;
}

.notice {
	background-color: #fbf9e9;
	border: 1px solid #e3cf57;
	color: #212121;
}

.success {
	background-color: #f9fde8;
	border: 1px solid #a2bc13;
	color: #212121;
}

.download {
	background-color: #fff4e5;
	border: 1px solid #ff9912;
	color: #212121;
}

.information {
	background-color: #eef3f6;
	border: 1px solid #6ca6cd;
	color: #212121;
}

.required {
	color: #d5243f;
}

/* =WooCommerce
-------------------------------------------------------------- */
#breadcrumb {
	padding: 40px 0 0 0;
}

#breadcrumb a {
	color: #0066cc;
	font-size: 12px;
	font-weight: 400;
}

#breadcrumb a:hover {
	color: #444444;
	text-decoration: none;
}

#content-woocommerce {
	margin-top: 20px;
	margin-bottom: 20px;
}

.products ul, ul.products {
	margin-top: 40px;
}

.cart-collaterals .shipping_calculator {
	width: 100%;
}

table.shop_table {
	table-layout: fixed;
	-ms-word-break: break-all;
	word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

@media screen and (max-width:767px) {
	table.shop_table {
		font-size: 10px;
	}
}

@media screen and (max-width:400px) {
	table.shop_table {
		font-size: 8px;
	}
}

table.cart td.actions .coupon .input-text,
table.cart td.actions .coupon .input-text {
	cursor: text;
}

/* =WPML
-------------------------------------------------------------- */
.icl_languages_selector {
	float: right;
	text-align: left
}

.rtl .icl_languages_selector {
	float: left;
	text-align: right
}

@media screen and (max-width: 650px) {
	.icl_languages_selector,
	.rtl .icl_languages_selector {
		float: none;
	}
}

/* =Polylang
-------------------------------------------------------------- */
.widget_polylang li {
	display: inline;
	list-style-type: none;
}

/* =Footer
-------------------------------------------------------------- */

#footer-wrapper .grid.col-940 {
	margin: 0;
}

.scroll-top {
	text-align: center;
}

.copyright {
	text-align: left;
}

.powered {
	text-align: right;
}

#footer_widget .col-300:nth-child(3n+3) {
	margin-right: 0;
}

/* =Alignments Extras
-------------------------------------------------------------- */
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before {
	content: ' ';
	display: table;
}

.clearfix:after,
#container:after,
.widget-wrapper:after {
	clear: both;
}

.ie7 .clearfix,
.ie7 #container,
.ie7 .widget-wrapper {
	zoom: 1;
}

.clear {
	clear: both;
}
.lispace li {
	margin-bottom: 20px;
}

/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
BDO[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: bidi-override;
}

BDO[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: bidi-override;
}

[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: embed;
}

[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: embed;
}

/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media print {

	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
	}

	ul, ol, dl {
		page-break-before: avoid;
	}
}

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media only screen and (-moz-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {

	body {
	}
}

/*The last 29 days of the month are the hardest."- Nikola Tesla*/
#header {
	margin: 0;
	float: left;
	width: 100%;
	position: relative;
	padding: 0px;
}
.social-icons {
	list-style: none;
	margin: 0;
	padding: 0;
}
.social-icons li:first-child {
	margin-left: 0;
}
.left-side .socialicons {
  margin-top: 5px;
}
.social-icons li {
	display: inline-block;
	height: 27px;
	line-height: 27px;
	margin-left: 10px;
	text-align: center;
	width: 35px;
}
.social-icons li a {
	width: 32px;
	height: 32px;
	border: 1px solid ;
	line-height: 30px;
	display: block;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	font-size: 16px;
	color: #5E5E5E !important;
	background-color: #fff !important;
}
#footer .social-icons li a {
	width: 32px;
	height: 32px;
	border: 0;
	line-height: 30px;
	display: block;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	font-size: 16px;
	color: #5E5E5E !important;
	background-color: #fff !important;
}

.social-icons li a:hover {
	background-color:#782039;
	border: 1px solid #782039;
	color: #fff;
}
.social-icons li a i.fa {
	line-height: 30px;
}
.header-menu {
	background-color: #782039;
	float: left;
	width: 100%;
	height: 50px;
	position: relative;
	clear: both;
}
.header-left, .header-right, .header-right .grid, .header-right .grid-right {
	margin-bottom: 0;
}
.header-right {
	margin-top: 30px;
	margin-bottom: 13px;
}
.socialicons {
	margin-top: 6px;
	margin-bottom: 0px;
}
/* #searchform {
	margin-top: 27px;
} */
.contact-detail a {
	color: #333;
	text-transform: uppercase;
	font-size: 23px;
	margin-bottom: 15px;
	display: block;
	margin-top: 5px;
}
.request-button a.button {
	width: auto;
	height: 45px;
	text-align: center;
	line-height: 45px;
	text-shadow: none;
	font-size: 13px;
	font-weight: 600;
	text-transform: capitalize;
	padding: 0 15px;
	display: table;
	border: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #782039;
	background-image: none;
	font-size: 19px;
}
.request-button a.button:hover {
	background-color:#DD9BAE;
	background-image: none;
}

.searchform {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 0;
}

.searchform input#s {
	background-color: #fff;
	box-shadow: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	height: 46px;
	width: 100%;
	position: relative;
}
.searchform #searchsubmit {
	position: absolute;
	right: 0;
	background-color: transparent;
	border: 0px;
	height: 45px;
	top: 0;
	width: 45px;
	padding: 0;
	cursor: pointer;
	color: #999999 !important;
	font-size: 19px;
	line-height: 31px;
}
.searchform #searchsubmit:hover {
	color: #782039 !important;
}
.header-right .left-side {
  margin-left: 0;
  margin-right: 0;
  max-width: 48%;
}
#footer .social-icons {
	list-style: none;
	line-height: normal;
	padding: 0;
	margin: 0;
	display: inline-flex;
	text-align: center;
	clear: both;
	margin: 0 auto;
}
#footer .socialicons {
	float: none;
	width: 100%;
	margin: 20px 0;
	text-align: center;
	
}
#footer .footer-menu {
	margin: 0;
	padding-bottom: 10px;
	text-align: center;
	clear: both;
}
.copyright {
	text-align: center;
	float: left;
	width: 100%;
	margin: 10px 0 0;
	color: #FFFDFA;
	font-size: 14px;
}
.button.slide-button {
	background-image: none;
	background-color: #782039;
	color: #fff;
	text-shadow: none;
	border: 0px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: 55px;
	line-height: 55px !important;
	padding: 0px 20px !important;
	font-weight: 400 !important;
	font-family: Lato-Bold;
	font-size: 18px !important;
	letter-spacing: 1px !important;
}
.button.slide-button:hover{
	background-image: none;
	background-color: #782039;
	color: #fff;
}
.headings h2 {
	color: #782039;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 0;
	margin-top: 0;
	font-family: lato;
}
.headings h3 {
	margin: 10px 0 0;
	text-transform: none;
	font-size: 30px;
	font-weight: bold;
	font-family: Lato-Bold;
}
.inner-container {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.wpb_single_image img {
	margin: 0;
}
.img-shadow {
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.box-info {
	margin-top: -114px;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.box-headings {
	text-align: center;
	background-color: #fff;
	position: relative;
	z-index: 99;
	padding:40px 10px 19px;
}
.box-headings h2 {
	font-size: 20px;
	color: #782039;
	font-weight: lighter;
}
.box-headings h3 {
	font-size: 22px;
	margin-top: 15px;
	text-transform: capitalize;
}
.box-headings h2.heading-pink {
	color: #841B3A;
	
}
.box-headings h2.heading-brown {
	color: #841B3A;
	
}
.box-button a.button {
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0px 10px;
	text-transform: uppercase;
	color: #fff;
	border: 0px;
	background-color: #8B1B3F;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-weight: 400;
	font-size: 20px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	box-shadow: none;
	-ms-filter: none;
}
.box-button a.button:hover {
	color: #fff;
	border: 0px;
	background-color: #6089AF;
}
.box-button a.pink-button.button {
	background-color: #F9A392;
}
.box-button a.pink-button.button:hover {
	background-color:#F9836C;
}
.box-button a.brown-button.button {
	background-color:#A54747;
}
.box-button a.brown-button.button:hover {
	background-color:#CB3838;
}
#row1-bg-left.vc_row {
	background-size: 50% auto !important;
	background-position: left top !important;
}
.service-box.box-1, .service-box.box-2 {
	border-bottom: 1px solid #eee;
}
.service-box.box-1, .service-box.box-3 {
	border-right:1px solid #eee;
}
.service-box {
	background-color: #fff;
	height: 232px;
	padding: 10px 0 0;
}
/*.vc_row {
	margin-left: 0!important;
	margin-right: 0!important;
}
.service-info h3.service-title::after {
	content: "";
	border-bottom: 2px solid #eee;
	width: 100px;
	margin: auto;
	left: 0;
	right: 0;
	height: 2px;
	position: absolute;
	bottom: 0;
}*/
.service-box .wpb_single_image {
	padding-top:12%;
}
.service-info h3.service-title {
	font-size: 20px;
	text-transform: uppercase;
	font-family: Lato-Bold;
	margin: 0;
	position: relative;
}
.testimonials-row .testimonial_rotator_wrap.with-prevnext {
	padding-top: 0;
	margin: 0;
	padding-bottom: 0;
}
.testimonials-row hr.longform_hr {
	height: 0 !important;
}
.testimonials-row .testimonial_rotator.template-longform .testimonial_rotator_quote {
	line-height: 1.8;
}
.testimonials-row .testimonial_rotator {
	max-width: 80%;
	margin: auto;
}
.footer-newsletter {
	background-image: url(../../../../../wp-content/uploads/2016/08/email_bg.jpg);
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
	padding: 30px 0;
	height: 365px;
	margin-bottom: 30px;
	color: #fff;
}
.footer-newsletter h1.heading {
	font-family: Lato-Bold;
	font-size: 34px;
}
.footer-newsletter h5 {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	font-family: ClearSans;
}
.footer-newsletter h2.price {
	font-family: ClearSans-Bold;
	margin-bottom: .3em;
	font-size: 44px;
	margin-top: .5em;
}
.footer-newsletter .newsletter-form {
	margin-top: 20px;
	position: relative;
	max-width: 450px;
	margin: 35px auto 10px;
}
.footer-newsletter input[type="email"] {
	background-color: #fff;
	border: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	height: 50px;
	width: 340px;
	position: relative;
	float: left;
	padding: 0px 15px;
	font-size: 14px;
}
.newsletter-form input[type="submit"] {
	float: right;
	border: 0px;
	font-family: ClearSans-Bold;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	height: 50px;
	width: 110px;
	background-color: #96B7D6;
	color: #fff;
	text-transform: uppercase;
	font-family: inherit;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	font-family: Lato-Bold;
	font-size: 18px;
}
.newsletter-form input[type="submit"]:hover {
	background-color:#6089AF;
	color: #fff;
}
.footer-newsletter p.note {
	clear: both;
	display: block;
	font-size: 14px;
	color: #ccc;
	padding: 10px 0;
}
.mobile-show{
	display: none;
}
h6.title-search-results {
  text-transform: uppercase;
}
.read-more > a, a.blue-button {
	float: left;
	padding: 8px 11px;
	background-color: #782039;
	color: #fff;
	text-transform: capitalize;
	font-family: lato;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.read-more > a {
	padding: 8px 15px;
	/* border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px; */
	margin-bottom:20px;
}
a.blue-button {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.read-more > a:hover, a.blue-button:hover{
  background-color: #DD9BAE !important;
  color: #fff !important;
}
a.blue-button.button.clear {
  clear: both !important;
  float: none;
}
/*blog css*/
.blog-page {
  margin: 20px 0 40px !important;
  width: 68%;
}
.single-post-page {
  margin: 20px 0 40px !important;
  width: 68%;
}
.blog-page .post {
  box-sizing: border-box;
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box;
  float: left;
  margin-bottom: 15px;
  padding: 0 10px;
  width: 100%;
}
.blog-page .post-entry {
  float: left;
  width: 100%;
}

.blog-page .entry-title.post-title > a {
  color: #333;
  font-weight: normal;
}
.blog-page .post-thumb {
  float: left;
  height: 350px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
}
.blog-page .blog-desc {
  box-sizing: border-box;
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box;
  float: right;
  padding-top: 10px;
  width: 100%;
}
.blog-page .post-thumb img {
  height: 400px;
  margin: 0;
  width: 100%;
  transition: all 0.35s ease;
  -moz-transition: all 0.35s ease; 
  -webkit-transition: all 0.35s ease;
}
.blog-page .post-thumb img:hover{
 transform: scale(1.1);
 -moz-transform: scale(1.1); 
 -webkit-transform: scale(1.1);
}
.blog-page .read-more a {
  border: 1px solid #6B9DC7;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 7px 13px;
  position: relative;
  text-transform: uppercase;
  transition: color 0.25s ease 0s;
  -moz-transition: color 0.25s ease 0s; 
  -webkit-transition: color 0.25s ease 0s; 
}
.blog-page .read-more a:hover {
  color:#fff;
}
.blog-page .read-more a::after {
  position: absolute;
  content: '';
  top:0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(71, 131, 184, 0.5);
  transform-origin:left;
  -moz-transform-origin:left; 
  -webkit-transform-origin:left;
  transition:width 0.25s ease;
  -moz-transition:width 0.25s ease; 
  -webkit-transition:width 0.25s ease;
  z-index: 0;
}
.blog-page .read-more a:hover::after {
  width: 100%;
}
.single-post-page h1.entry-title {
  color: #333;
  font-weight: normal;
}
.single-post-page .post-thumb {
  float: left;
  padding-right: 20px;
  max-width: 40%;
}
.single-post-page .post-thumb img {
  margin: 0;
}
.entry-title.post-title {
  font-size: 25px;
  line-height: 32px;
  padding-bottom: 15px;
  position: relative;
  display: table;
}
.entry-title.post-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
 
  width: 15%;
}
h6.title-archive {
  display: none;
}

/*Pagination CSS */

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #782039;
	border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #DD9BAE;
}


/*main menu*/
.menu-item-has-children::after {
	display:none;
}
.menu-collapser {
 background: transparent;
    position: relative;
    color: #FFF;
    width: 100%;
    height: 53px;
    line-height: 53px;
    font-size: 16px;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.collapse-button {
	background-color: #4E1424;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	padding: 10px 10px;
	position: absolute;
	right: 8px;
	text-align: center;
	top: 50%;
	left:0;
	width: 40px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
   transition: all 0.3s ease-in;
   -moz-transition: all 0.3s ease-in; 
   -webkit-transition: all 0.3s ease-in; 
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.collapse-button:hover, .collapse-button:focus {
    background-image: none;
    background-color: #DD9BAE;
	color:#FFF;
} 
.collapse-button:hover .icon-bar, .collapse-button:focus .icon-bar{
background-color:#fff;
}

.collapse-button .icon-bar {
background-color: #FFF;
border-radius: 1px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
display: block;
height: 2px;
margin: 2px 0;
width: 20px;
}

.site-nav {
  float: left;
  margin: 0;
  width: 100%;
}

ul.slimmenu {
height: auto;
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
text-align: center;
}

ul.slimmenu.collapsed, ul.topmenu.collapsed {
	margin: 0 auto !important;
	position: absolute;
	/* right: 20px;
	top: 50px;
	width: 95%; */
	z-index: 9999;
	left: auto;
	width: 100%;
	right: 0;
	top: 50px;
}

ul.slimmenu li {
    position: relative;
}

ul.slimmenu > li {
  border: 0 none;
  display: inline-block;
  float: left;
  margin: 0;
}

ul.slimmenu li a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-family: Lato;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 12px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
	letter-spacing: 0.5px;
    z-index: 9;
	text-transform: capitalize;
	font-weight:600;
}
ul.slimmenu li a::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 4px;
	left: 0;
	right: 0;
	top: 0;
	background-color: transparent;
}

ul.slimmenu li a:hover::before, ul.slimmenu li.current-menu-item a::before, ul.slimmenu li.current-menu-ancestor a::before {
  background-color: #DD9BAE;
}
ul.slimmenu li a:hover, ul.slimmenu li.current-menu-item a, ul.slimmenu li.current-menu-parent a {
/*   color:#FFF; */
  text-decoration: none;
  display:block;
}

ul.slimmenu li.current-menu-item .sub-collapser::before, ul.slimmenu li.current-menu-parent .sub-collapser::before {
  color: #fff;
}
ul.slimmenu li.current-menu-item ul.sub-menu li a, ul.slimmenu li.current-menu-parent ul li a {
  color: #fff;
}

ul.slimmenu li .sub-collapser {
cursor: pointer;
height: 100%;
position: absolute;
right:4px;
top: 0;
}
ul.slimmenu li ul li .sub-collapser {
	top: -2px;
}

ul.slimmenu li .sub-collapser::before {
	color: #fff;
	content: "\f107";
	display: block;
	font-family: fontawesome;
	font-size: 18px;
	height: 100%;
	margin-right: 0;
	position: absolute;
	right: 0px;
	top: 13px;
	vertical-align: middle;
	z-index: 99;
}
ul.slimmenu li a:hover ~ .sub-collapser::before {
	color:#FFF;
}

.menu-collapser {
  font-family: inherit;
  height: 50px;
  line-height: 45px;
  padding: 0 12px;
  position: relative;
  width: 40px;
  float: right;
}
ul.slimmenu li .sub-collapser > i {
display:none;
}

ul.slimmenu ul li .sub-collapser::before {
  content: "\f0da";
  right: 20px;
}

ul.slimmenu li ul {
    margin: 0;
    list-style-type: none;
}

ul.slimmenu li ul li {
  background-color: transparent;
  color: #fff;
  right: 0;
  width: 100%;
}

ul.slimmenu li ul li a {
  background-color: #4E1424;
  border-bottom: 1px solid #DD9BAE;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-left:0px;
  border-right:0px;
  color: #fff;
}
ul.slimmenu li ul li:first-child a {
	border-left: 0px;
}

ul.slimmenu li ul li a:hover, ul.slimmenu li ul li.current-menu-item a, ul.slimmenu li ul li.current-menu-item ul li a:hover { 
background-color:#DD9BAE;
color: #FFF!important;
}

ul.slimmenu li ul li.current-menu-item ul li a { 
	background-color:#4E1424;
}

ul.slimmenu li ul li a::before, ul.slimmenu li ul li a:hover::before {
  display: none;
}
ul.slimmenu li ul li a::after, ul.slimmenu li ul li a:hover::after {
  display: none;
  content: '';
}

ul.slimmenu li:last-child ul li { 
right:0;
}

ul.slimmenu li > ul {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	display: none;
	left: 0;
	min-width: 20em;
	padding: 0;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 9999;
}

ul.slimmenu.collapsed li.menu-item-has-children a {
  padding-right: 12px;
}

ul.slimmenu.collapsed ul.sub-menu i {
  font-style: normal;
  padding-left: 10px;
  padding-right: 5px;
}

ul.slimmenu li > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
 min-width: 12em;
}

ul.slimmenu.collapsed li {
    display: block;
    width: 100%;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

ul.slimmenu.collapsed li a {
  background-color: #4E1424;
  border-bottom: 1px solid #DD9BAE;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  width: 100%;
}

ul.slimmenu li.menu-item-has-children a {
  padding-right: 22px;
}

ul.slimmenu.collapsed li a:hover {
color:#fff;
background-color: #DD9BAE;
}
ul.slimmenu.collapsed li.current-menu-item > a {
  background-color:#DD9BAE;
}
ul.slimmenu.collapsed li a::after{
  content: '';
  display: none;
}
ul.slimmenu.collapsed li a::after:hover{
  content: '';
   display: none;
}
ul.slimmenu.collapsed li .sub-collapser {
  height: 40px;
  width: 50px;
}

ul.slimmenu.collapsed li > ul {
    display: block;
    position: static;
}

ul.slimmenu li a:hover {
  display: block;
}
ul.slimmenu li:hover ul {
  display: block;
}
ul.slimmenu.collapsed li .sub-collapser::after, ul.slimmenu.collapsed li .sub-collapser.expanded::after {
		color: #fff;
		font-family: fontawesome;
		opacity: 1;
		font-size: 22px;
		z-index: 99999;
		width: 50px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		top: 0;
		margin: auto;
		display: block;
}
ul.slimmenu.collapsed li .sub-collapser::after {
		content: "\f107";
}
ul.slimmenu.collapsed li .sub-collapser.expanded::after {
		content: "\f106";
}
ul.slimmenu li .sub-collapser {	
	z-index: 9999;
}
/******* END slimmenu *****/
/* 
.menu-collapser {
	background: transparent;
	position: relative;
	color: #FFF;
	width: 100%;
	height: 45px;
	line-height: 53px;
	font-size: 16px;
	padding: 0 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.collapse-button {
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	background-color: #4E1424;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	padding: 10px 10px;
	position: absolute;
	right: 8px;
	text-align: center;
	top: 55%;
	width: 40px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.collapse-button:hover, .collapse-button:focus {
	background-image: none;
	background-color: #DD9BAE;
	color: #fff;
}
.collapse-button:hover .icon-bar, .collapse-button:focus .icon-bar{
background-color:#fff;
}

.collapse-button .icon-bar {
background-color: #FFF;
border-radius: 1px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
display: block;
height: 2px;
margin: 2px 0;
width: 20px;
}

.site-nav {
  background-color: #000;
  float: left;
  margin: 0;
  position: relative;
  width: 100%;
}

ul.slimmenu {
	height: 40px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
}

ul.slimmenu.collapsed {
left: 0;
position: absolute;
z-index: 9999;
text-align: left;
}

ul.slimmenu li {
    position: relative;
}

ul.slimmenu > li { 
border: 0 none;
float: none;
margin: 0;
display: inline-block;
}

ul.slimmenu li a {
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: inherit;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0 15px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	font-family: Lato;
	font-weight: 600;
	letter-spacing: 0.5px;
	border-top: 4px solid transparent;
}


ul.slimmenu li.current-menu-item > a {
	background-color: none;
	text-decoration: none;
	border-top: 4px solid #DD9BAE;
}

ul.slimmenu li a:hover {
	background-color: none;
	text-decoration: none;
	border-top: 4px solid #DD9BAE;
}

ul.slimmenu li .sub-collapser {
cursor: pointer;
height: 100%;
position: absolute;
right:0px;
top: 5px;
}

ul.slimmenu li .sub-collapser::before {
	content: "\f107";
	color: #fff;
	display: inline-block;
	font-family: fontawesome;
	height: 100%;
	margin-right: 0;
	vertical-align: middle;
	top: 22%;
	position: absolute;
	right: 0px;
	display: block;
}
#menu-main-menu >li >.sub-collapser {
  display: none;
}
.menu-collapser {
	font-family: inherit;
	
	line-height: 45px;
	padding: 0 12px;
	position: relative;
	background-color: #782039;
}
ul.slimmenu li .sub-collapser > i {
display:none;
}

ul.slimmenu ul li .sub-collapser::before {
  content: "\f0da";
  right: 20px;
}

ul.slimmenu li ul {
    margin: 0;
    list-style-type: none;
}

ul.slimmenu li ul li {
  width: 100%;
}

ul.slimmenu li ul li a {
	background-color: #782039;
	border-bottom: 1px solid #782039;
	font-size: 13px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

ul.slimmenu li ul li a:hover { 
background-color:#DD9BAE;
color: #FFF!important;
}

ul.slimmenu li:last-child ul li { 
right:0;
}

ul.slimmenu li > ul {
  display: none;
  left: 0;
  min-width: 19em;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 100%;
  width: 100%;
  z-index: 9999;
}
ul.slimmenu.collapsed li.menu-item-has-children a {
  padding-right: 12px;
}

ul.slimmenu.collapsed ul.sub-menu i {
  font-style: normal;
  padding-left: 10px;
  padding-right: 5px;
}

ul.slimmenu li > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
 min-width: 12em;
}

ul.slimmenu.collapsed li {
    display: block;
    width: 100%;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li a {
	background-color: #782039;
	border-bottom: 1px solid #DD9BAE;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
	margin: 0;
	width: 100%;
	position: relative;
	top: 5px;
	left: 0px;
}
ul.slimmenu.collapsed li a:hover {
color:#fff;
background-color:#DD9BAE;
}

ul.slimmenu.collapsed li .sub-collapser {
    height: 45px;
}

ul.slimmenu.collapsed li > ul {
    display: block;
    position: static;
}

ul.slimmenu li a:hover {
  display: block;
}
ul.slimmenu li:hover ul{
  display: block;
} */
.custom.tparrows {
  background: #782039 !important;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in; 
  -webkit-transition: all 0.3s ease-in;
}
.custom.tparrows:hover {
  background: #DD9BAE !important;
}
h1.page-title {
	font-family: Lato-Black;
	font-size: 30px;
	max-width: 100%;
	float: left;
	width: 100%;
	padding-bottom: 15px;
	
	color: #333;
	margin-bottom: 15px !important;
	margin-top: 20px;
}
.inner-page-custom-menu {
	background-color: #782039;
	padding: 20px 0px;
	float: left;
	width: 100%;
	overflow: hidden;
	word-wrap: break-word;
	margin-top: 30px;
}
.inner-page-custom-menu .menu li {
	float: none;
	display: block;
}
.inner-page-custom-menu .menu li a {
	height: auto;
	line-height: normal;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
}
.inner-page-custom-menu  .menu li a:hover, .inner-page-custom-menu .menu .current_page_item a, .inner-page-custom-menu .menu .current-menu-item a{
	background-color:transparent;
}
.inner-page-custom-menu h2.widgettitle {
	margin: 0;
	padding: 0 0 10px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	margin-bottom: 5px;
	max-width: 88%;
	margin-left: auto;
	margin-right: auto;
}
#custom-row .content-left {
	width: 68%;
}
#custom-row .content-sidebar {
	width: 27%;
	float: right;
}
.button.brown-button {
	background-color: #A54747;
	color: #fff;
	border: 0px;
	height: 50px;
	line-height: 50px;
	padding: 0px 20px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 20px;
	font-family: ClearSans-Medium;
}
.button.brown-button:hover {
	background-color:#CB3838;
	color: #fff;
	border:0px;
}
.schedule-button {
	margin-bottom: 20px;
}
.common-sidebar {
	clear: both;
}
.common-sidebar .TestimonialRotatorWidget {
	border: 0;
	padding: 20px;
	background-color:#FBFBFB;
	border: 1px solid #eee;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.common-sidebar .widget-title h3 {
	background-color: transparent;
	padding: 0;
	color: #444;
}
.common-sidebar .TestimonialRotatorWidget .widget-title h3 {
	font-size: 24px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.common-sidebar .TestimonialRotatorWidget .testimonial_rotator_slide_title {
	display: none;
}
.common-sidebar .widget-wrapper {
	border: 0;
	padding: 0;
}
.common-sidebar .TestimonialRotatorWidget .testimonial_rotator_wrap.with-prevnext {
	padding: 0 !important;
	margin: 0 !important;
}
.common-sidebar .TestimonialRotatorWidget .longform_hr {
	height: 0 !important;
	background-color: transparent;
}
.common-sidebar .TestimonialRotatorWidget .testimonial_rotator_nav {
	display: none !important;
}
.common-sidebar .TestimonialRotatorWidget .testimonial_rotator_quote {
	text-align: left;
}
.common-sidebar .TestimonialRotatorWidget .testimonial_rotator_author_info p {
	padding: 0;
}
.common-sidebar .appointment-form form.fc-form {
	background-color: #444 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	margin: 0px !important;
	padding:0px 0px 15px;
}
.common-sidebar .appointment-form a.powered-by {
	display: none !important;
}
.common-sidebar .appointment-form .heading-cover.field-cover {
	padding: 0 !important;
	margin: 0px !important;
	line-height: normal !important;
	letter-spacing: 0px !important;
}
.common-sidebar .appointment-form .heading-cover.field-cover .bold- {
	margin: 0;
	padding: 10px 0 10px !important;
	border-bottom: 1px solid #777;
}
.common-sidebar .appointment-form .heading-cover span {
	font-size: 24px;
	font-family: ClearSans-Medium;
}
.common-sidebar .appointment-form .form-element-html{
	padding: .4em 1.5em !important;
}
.common-sidebar .appointment-form  .fc-form .form-page-content {
	padding: 0!important;
}
.common-sidebar .appointment-form  .fc-form .form-page-content .form-element-type-customText, .common-sidebar .appointment-form  .fc-form .form-page-content .form-element-type-heading {
	top: 0px!important;
}
.common-sidebar .appointment-form .fc-form .form-page-content .form-element-type-customText:first-child, .common-sidebar .appointment-form .fc-form .form-page-content .form-element-type-heading:first-child {
	margin-top: 0 !important;
}
.common-sidebar .appointment-form input[type="email"], .common-sidebar .appointment-form input[type="text"], .common-sidebar .appointment-form textarea {
	border: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 6px 10px;
	height: 40px !important;
}
h1.page-heading {
	font-family: ClearSans-Bold;
	color: #333;
	margin-bottom: 10px;
	margin-top: 0;
}
h3.page-subheading {
	font-family: ClearSans-Light;
	font-weight: normal;
	margin: 0;
	font-size: 32px;
	color: #333;
}
.page-content h2, .page-content h4  {
  color: #DD9BAE;
  font-size: 22px;
  line-height: 28px;
} 
.page-header-row {
 margin-bottom: -20px !important;
}
.full img {
  display: none;
}
.powered-by {
  display: none !important;
}
html .formcraft-css {
 clear: both;
}
.search .read-more {
  float: left;
  width: 100%;
  margin: 20px 0;
}
.search .entry-title.post-title {
  float: left;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
.search .entry-title.post-title::after {
  border-bottom: none;
}
.block a.blue-button {
  float: left;
  clear: both;
  margin-bottom: 10px;
}
.slide-content h1 {
	font-size: 72px;
	color: rgb(51, 51, 51);
	margin: 20px 0 30px;
}
h3.service-title a {
	color: #555;
}
h3.service-title a:hover {
	color: #782039;
}


/*woocommerce settings*/
.woocommerce div.product form.cart .button {
  margin-left: 10px;
  margin-top: -4px;
}
.woocommerce .button {
  background-color: #782039 !important;
}
.woocommerce .button:hover {
  opacity: 0.85 !important;
}
.woocommerce span.onsale {
  background-color: #782039;
}
.woocommerce .woocommerce-error {
  border-top-color: #fd683d;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  opacity: 1;
  margin-right: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #333;
  text-shadow: inherit;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #782039 !important;
  color: #fff !important;
  background-image: none !important;
  border: 0;
  transition: all 0.3s ease;
}  
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #782039 !important;
  color: #fff;
  background-image: none !important;
  border: 0;
}
.woocommerce #review_form #respond p {
  margin: 10px 0 10px;
}
.woocommerce .woocommerce-message::before {
  color: #782039;
  content: "";
}
.woocommerce .woocommerce-message {
  border-top-color: #782039;
  margin-top: 20px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  box-shadow: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border-bottom-right-radius: 0;
  border-width: 0;
  left: -6px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #782039 none repeat scroll 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: 0 none;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  height: 34px;
  margin-right: 10px;
}
.woocommerce .woocommerce-info::before {
  color: #782039;
}
.woocommerce .woocommerce-info {
  border-top-color: #782039;
}
.select2-container .select2-choice {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 5px 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #000;
}
#add_payment_method #payment, .woocommerce-checkout #payment {
  background: #ebe9eb none repeat scroll 0 0;
  border-radius: 5px;
  color: #000;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
  display: none;
}
.price-meta {
  margin-top: 10px;
}
.view-shop {
  float: right;
}
.view-shop > a {
  background-color: #782039;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-family: oswald-light;
  font-size: 16px;
  padding: 9px 25px;
  margin-top: -2px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: block;
  font-size: 17px;
  margin-bottom: 1em;
  padding: 10px;
  text-align: center;
}
.product-remove {
  width: 45px;
}
#content-woocommerce h3.entry-title {
  border-bottom: 2px solid #8ab1d2;
  color: #8ab1d2;
  display: inline-block;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 15px;
  padding-bottom: 10px;
}
.entry-title.post-title::after{
	
}
.woocommerce .woocommerce-breadcrumb {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #eee;
}
.woocommerce ul.products li.product .price del {
  opacity: 0.7;
  color: #000;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  margin: 0;
  padding-bottom: 0;
}

.woocommerce-cart .page-image, .woocommerce-checkout .page-image {
  margin-bottom: 40px;
}
.shop_table.shop_table_responsive.cart {
  margin-top: 40px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #782039 none repeat scroll 0 0 !important;
  color: #fff !important;
}
.woocommerce-info {
  margin-top: 20px !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message, ul.wc_payment_methods.payment_methods.methods {
  background-color: #f0eef0 !important;
}
.woocommerce-Price-amount.amount {
  color: #000;
}
.woocommerce .summary.entry-summary li {
  padding-bottom: 5px;
} 
.related.products {
	clear: both;
}
.menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f107";
	top: 12px;
	right: 60px;
	color: #ffffff;
	font-size: 15px;
	display: none;
}
.footer-info li {
	list-style: none;
	display: inline;
	text-align: center;
	color: #fff;
}
.footer-icons #custom_html-3 {
	width: 100%;
	
	text-align: center;
}
.widget-wrapper {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: transparent;
	border: none;
	border-radius: 4px;
	margin: 0 0 0px;
	padding: 0px 0 0 0;
}
.tel a {
	color: #fff !important;
}
.mail a {
	color: #fff !important;
}
.footer-info li {
	font-size: 17px;
	margin: 0 0 0 22px;
}
.footer-info .fa {
	margin: 0 8px 2px 2px;
	font-size: 22px;
}
.footer-info a:hover {
	color: #DD9BAE !important;
}
.copyright-end {
	background-color: #5E5E5E;
	height: 47px;
	line-height: 41px;
	font-size: 15px;
	color: #fff;
	padding: 0;
}
.copyright-end a {	
	color: #fff !important;
}
.copyright {
	font-size: 20px;
}
.copyright-end a:hover{
color: #DD9BAE !important;
}
.adress {
	color: #fff;
	font-size: 17px;
	padding-bottom: 15px;
}
.copyright-end .col-460 {
	margin: 0;
}
.ft-powerdby {
	text-align: right;
}
.mobile-social {
	display:none;
}
.contactForm-main {
	width:100%;
}
.cforms fieldset {
	border: 0;
	margin: 0;
	padding: 0 0 15px 0px;
	width: 98.5%;
}

.cforms input[type="text"], .cforms input[type="email"], .cforms textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: none;
	background-color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #112B42;
	cursor: text;
	margin: 0;
	outline: none;
	padding: 6px 8px;
	vertical-align: middle;
	width: 100%;
	background-color: #fafafa;
	font-family:inherit;
	font-size:inherit;
	color:#777777;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.cforms input[type="text"], .cforms input[type="email"] {
	height: 50px;
}

.cforms textarea {
	height: 100px;
}
.cforms .submit-button {
	box-shadow: none;
	background-color: #8B1C40;
	background-image: none;
	text-shadow: none;
	color: #fff;
	height: 55px;
	border-radius: 2px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	padding: 0 60px;
	font-size: 21px;
	display: table;
	margin: auto;
	line-height: 55px;
	border-color:#FFFFFF;
}
.cforms .submit-button:hover {
	box-shadow: none;
	background-color: #DD9BAE;
	background-image: none;
	text-shadow: none;
	color: #fff;
	height: 55px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	padding: 0 60px;
	font-size: 21px;
	display: table;
	margin: auto;
	line-height: 55px;
}

.cforms label {
	font-size: 14px;
	display: block;
}
.cforms #comment-submit-container {
	margin-top: 10px;
}
.cforms fieldset.fourth-half {
	width: 49%;
	float: left;
	margin-right: 22px;
}
.cforms fieldset.fourth-half.last {
	margin-right:0px;
}
.cforms .full {
	clear: both;
}
#menu-footer-menu a {
	font-size: 14px;
	color: #FFFDFA !important;
}
.footer-menu li a {
	border-left: none;
	color: #fff;
	padding: 0 8px;
}
#footer .socialicons a:hover {
	color: #782039 !important;
}
#menu-footer-menu a:hover {
	color: #DD9BAE !important;
}
body.home #wrapper {
	margin:0; 
}
.copyright a {
	color: #FFFDFA !important;
}
.copyright a:hover {
	color: #DD9BAE !important;
}
.header-right .left-side {
	margin-left: 0;
	margin-right: 0;
	max-width: 48%;
	margin-bottom: 10px;
}
.header-right .socialicons a:hover {
	color: #782039 !important;
}
/* #wrapper {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #ffffff;
	border: none; 
	border-radius: 4px;
	clear: both;
	
	padding: 0 ; 
	position: relative;
} */
.inner-container p {
	font-family: lato-light;
	font-size: 24px;
	color: #212121;
}
.friday {
	font-size: 26px;
	margin: 0 0 0 0;
	color: #7A1C37;
	font-family: lato-bold;
}
.inner-container {
	margin: 0 !important;
	padding: 0 !important;
}
.btn.green-btn::after {
	font-family: fontawesome !important;
	content: "\f16a" !important;
	margin: 0 0 0 13px !important;
	font-size: 27px;
}
.btn.green-btn {
	color: #fff;
	font-size: 24px !important;
}
.btn.green-btn {
	color: #fff;
	font-size: 24px !important;
	border: 1px solid #7A1C37 !important;
	padding: 10px 28px !important;
	background-color: #7A1C37 !important;
	border-radius: 5px !important;
}
.btn.green-btn:hover {
	background-color: #DD9BAE !important;
	border: 1px solid #DD9BAE !important;
}
#slide-1-layer-1 {
	color: #fff !important;
}
.home-post-block {
	width: 45%;
	float: left;
	-webkit-box-shadow: 3px 4px 6px 9px rgba(220,220,220,1);
	-moz-box-shadow: 3px 4px 6px 9px rgba(220,220,220,1);
	box-shadow: 3px 4px 6px 9px rgba(220,220,220,0.5);
	margin: 17px 56px 50px 0;
}
.post-thumb {
	float: right;
	margin: 0px 0 0px 0px;
}
.post-content h2 {
	margin: 14px 0px 8px 0;
	font-size: 20px;
}
.post-content p {
	/* width: 70%; */
	margin: 0;
	float: none;
	text-align: left;
	padding: 0;
}

.post-content {
	margin: 0px 0px 0px 9px;
	float: left;
	width: 50%;
}
.post-thumb img {
	margin: 0;
}
.read-more {
	margin: 22px 0px 0px 0px;
}
/* .home-post-block h2 {
	min-height: 60px;
} */
.home-post-block h2, .heading-blog {
	max-height: 50px;
	overflow: hidden;
	line-height: 1.2;
	min-height: 50px;
}
#menu-header-menu {
	background-color: #782039;
}
.row-3-text {
	color: #fff;
}

.heading-white p {
	font-size: 16px;
	line-height: 1.6;
}

#inner-page-header {
	clear: both;
	float: left;
	width: 100%;
	height: 80px;
}
.heading-white {
	color: #fff;
}
.heading-white h2 {
	font-size: 35px;
	text-transform: capitalize;
	font-family: lato-bold;
	margin: 0px 0px 10px 0;
}

.headings-maroon h2 {
	color: #782039;
	font-size: 35px;
	text-transform: capitalize;
	font-family: lato-bold;
}
.section-blog.grid {
	width: 50%;
}
.section-blog.grid {
	width: 45%;
	float: left;
	box-shadow: -webkit-box-shadow: 3px 4px 6px 9px rgba(220,220,220,1);
	-moz-box-shadow: 3px 4px 6px 9px rgba(220,220,220,1);
	box-shadow: 3px 4px 6px 9px rgba(220,220,220,0.5);
	margin: 14px 56px 42px 0px;
	padding: 0;
}
.section-blog .post-entry img {
	float: right;
}
.heading-blog {
	margin: 14px 0px 8px 0;
font-size: 20px;
/* min-height: 60px; */
}
.blog-post p {
	margin: 0;
	float: none;
	text-align: left;
	padding: 0;
}
.blog-post {
	float: left;
	width: 50%;
	margin: 0px 0px 0px 9px;
}
.post-entry img {
	margin: 0;
}
#footer-page {
	background-color: #8c2445;
}
.blog_main_div {
	/* margin-top: 18px; */
}
.singel-page-img {
	float: right;
}
/* .singel-blog .post-entry {
	float: left;
	width: 78%;
	clear: both;
	display: contents;
} */
/* .singel-blog .post-entry {
	float: left;
	width: 75%;
	clear: none;
	display: inline-block;
} */
.singel-blog .post-entry {
	float: left;
	width: 100%;
	clear: none;
	display: inline-block;
	padding:0 20px;
}
.singel-page-img {
	float: right;
	/* width: 20%; */
}
.singel-blog {
	box-shadow: -webkit-box-shadow: 3px 4px 6px 9px rgba(220,220,220,1);
	-moz-box-shadow: 3px 4px 6px 9px rgba(220,220,220,1);
	box-shadow: 3px 4px 6px 9px rgba(220,220,220,0.5);
	margin: 20px 0px 0px 0px;
	display: inline-block;
}
.singel-blog .post-entry h2 {
	margin: 22px 3px 4px 10px;
	padding: 11px 0px 0px 0px;
	color: #782039;
}
.post-entry p {
	/* padding: 0px 0px 0px 10px; */
}
.singel-page-img img {
	margin-left: 30px;
	margin-top: 0;
	margin-bottom: 0;
}
.heading-white h2 {
	color: #fff;
}

}
.home-post-block .post-content h2 {
	margin: 0px 0px 18px 0px;
	max-height: 60px;
}
.home-post-block .post-content p {
	padding: 0 10px 0 0;
}
.home-post-block h2 {
	padding: 0;
	margin: 5px 0 10px 0px;
}
.image-events {
	/* position: absolute; */
	margin-top: -136px;
}
.row-3-text-img {
	overflow: visible !important;
}
.headings-maroon h2 {
	margin: 0 0 5px 0px;
	padding: 0;
}
#home-slider-row-1 .wpb_revslider_element.wpb_content_element {
	margin-bottom: 0px !important;
}
.headings-maroon.contact p {
	color: #000;
}
.headings-maroon.contact a:hover {
	color: #DD9BAE;
}

.contact-row-1-1 {
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	background-color: #ffffff;
	margin-top: 37px;
	width: 31% !important;
	margin-right: 26px;
}
.contact-row2-heading-text p {
	font-size: 15px;
	width: 93%;
	margin: 0 auto;
	
}
.contact-row2-heading-text h4 {
	color: #782039;
	margin: 0 0 10px 0;
	font-size: 25px;
}
.contact-row3-heading-text h4 {
	color: #782039;
	margin: 0 0 10px 0;
	font-size: 25px;
}
.contact-img {
	margin: 0 0 17px 0px !important;
}
.contact-row1-heading h3 {
	margin: 8px 3px 2px 0px ;
	color: #782039 ;

}
.contact-row1-text p {
	font-size: 15px;
	padding-bottom: 15px;
}
.contact-row3-heading-text p {
	font-size: 15px;
	
	min-height: 169px;
}
.book-text h3 {
	color: #fff;
}

.book-text a {
	color: #EDC9D3;
}

.book-text a:hover {
 color: #DD9BAE;
}
.about-link img {
	float: none;
}

.about-text h2 {
	margin: 0 0 15px 0;
}
.about-link h4 {
	width: 100%;
	font-size: 23px;
	color: #782039;
}
.about-link-colum-4 img {
	padding-bottom: 24px;
}
.about-link-colum-4 h4{
width: 100%;
	font-size: 23px;
	color: #782039;	
	
}
.about-link p {
	color: #000;
	font-size: 17px;
}
.about-link-colum-4 p{
	color: #000;
	font-size: 17px;
}
.about-link a:hover {
	color: #DD9BAE;
}
.about-link-colum-4 aa:hover{
	color: #DD9BAE;
}
.about-slider {
	float: right;
	width: 50%;
	padding: 0 0 0 0px;
}
.about-tony h2 {
	margin: 0 0 13px 0px;
	padding: 0;
	color:#782039;
}
.alignright.about-slider {
	margin-left: 35px;
}
.contact-book {
	margin-top: -115px;
}
.contact-book-text {
	overflow: visible !important;
}
.req-img img {
	float: right;
}
.request-invite p {
	width: 142%;
	text-align: center;
}
.request-invite h4 {
	text-align: center;
	margin: 15px 0 18px 113px;
	color: #782039;
}
.req-expenses p {
	text-align: center;
	width: 142%;
}
.req-expenses h4 {
	text-align: center;
	margin: 15px 0px 18px 154px;
	color: #782039;
}
.req-written h4 {
	text-align: center;
}
.link-coloum {
	border: 1px solid;
}
.link-coloum {
	width: 30% !important;
	margin: 0 0 0 29px;
}
.link {
	min-height: 177px;
}
.link-2 {
	min-height: 197px;
}
.req-text h4 {
	color: #782039;
}
.requests-tony h4 {
	color: #782039;
}
.link-coloum h4 {
	color: #782039;
}
.req-written h4 {
	color: #782039;
}
.req-img img {
	margin-left: 23px;
}
.eastern-logo {
	background-color: #fff;
	margin-top: 10px;
	padding: 0;
	width: 63%;
	text-align: center;
	margin-right: 0px;
	margin-left: 207px;
	border: 2px solid #E6E6E6;
}
.red-logo {
	background-color: #fff;
	margin-top: 10px;
	padding: 0;
	width: 63%;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	border: 2px solid #E6E6E6;
}
.red-logo h2 {
	margin: 0;
}
.logo-heading h2 {
	font-size: 20px;
	color: #782039;
	font-weight: lighter;
	font-family: lato;
	text-transform: uppercase;
}
.logo-heading h3 {
	margin-top: 15px;
	margin-top: 15px;
	margin-bottom: 0px;
	text-transform: none;
	font-size: 26px;
	font-weight: bold;
	font-family: Lato-Bold;
	text-transform: capitalize;
}
.logo h2 {
	margin: 0;
}
.logo-heading h2 {
	margin: 0;
}
.logo-button a {
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 11px 61px;
	text-transform: uppercase;
	color: #fff;
	border: 0px;
	background-color: #8B1B3F;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-weight: 400;
	font-size: 20px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #fff;
	font-family: lato;
}
.logo-button {
	padding: 16px 0 17px 1px;
}
.logo-button-btn:hover {
	background-color: #DD9BAE;
}
.events-post-block {
	width: calc(34% - 20px);
	float: left;
	margin-right: 18px;
	background-color: #fff;
	padding: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.events-post-block:nth-child(3n+3) {
	margin-right: 0;
	float: right;
}

.event-img img {
	width: 100%;
	height: 170px;
}
.event-schedule-details h2 {
	margin: 0;
	font-size: 24px;
}
.event-schedule-details h2 a {
	color:#000;
}
.event-schedule-details h2 a:hover {
	color:#8B1C40;
}
.event-schedule-details {
	padding: 10px 0 20px 0;
	float: left;
	width: 100%;	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.event-post-top-content {
	min-height: 85px;
	padding-top: 5px;
	width: 100%;
	margin-bottom: 15px;
	float: left;
}
a.events-read-more {
	width: 80%;
	line-height: 45px;
	text-align: center;
	padding: 0px 20px;
	text-transform: uppercase;
	color: #fff;
	border: 0px;
	background-color: #8B1B3F;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-weight: 400;
	font-size: 20px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #fff;
	font-family: lato;
	margin:auto;
	display:table;
}
a.events-read-more:hover {
	background-color: #DD9BAE;
	color:#fff!important;
}
.events-venue-details a:hover, .event-post-button a:hover {
	color: #555;
}
.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
	margin: 0 auto;
	max-width: 1170px !important;
	padding: 0px 25px;
}
.post-type-archive-tribe_events .tribe-events-list .tribe-events-loop .tribe-events-event-image {
	margin: -30px 0 0 0 !important;
	border: 1px solid #8B1C40;
}
.post-type-archive-tribe_events .tribe-events-list-event-title, .post-type-archive-tribe_events .tribe-events-event-meta, .post-type-archive-tribe_events .tribe-events-content {
	float: right !important;
	padding: 0 !important;
	width: 68% !important;
}
.post-type-archive-tribe_events  .type-tribe_events a:hover {
	color:#555;
}
.post-type-archive-tribe_events  .type-tribe_events {
	border-bottom: 1px dashed #8B1C40!important;
	padding-bottom: 30px !important;
	margin-bottom: 20px !important;
}
.post-type-archive-tribe_events  .type-tribe_events.tribe-events-last {
	border-bottom: 0px dashed #8B1C40!important;
	padding-bottom: 0px !important;
}
.tribe-events-button {
	font-weight: 600!important;
	background-color: #782039!important;
	color:#fff!important;
	font-family:inherit!important;
}
.tribe-events-button:hover {
	background-color:#DD9BAE!important;
	background-image: none;
}
/* .single-tribe_events .tribe-events-event-image {
	float: right;
	width: 30%;
}
.single-tribe_events .tribe-events-single-event-title,
.single-tribe_events  .tribe-events-schedule {
	float: left;
} */
.tribe-events-single .tribe-events-schedule.tribe-clearfix {
	margin: 0 auto 15px;
}
.tribe-events-back {
	float:right;
}
.tribe-events-back a {
	background-color: #8B1C40;
	color: #fff!important;
	padding: 3px 20px;
	border-radius: 5px;
	font-family:inherit;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	display: table;
	float: right;
}
.tribe-events-back a:hover {
	background-color: #DD9BAE;
}

.tribe-events-single {
	margin-top: 20px;
}

/* .single-tribe_events .tribe-events-event-image, .tribe-events-single-event-description,
.single-tribe_events .tribe-events-cal-links {
	float:left;
	width:30%;
}
.tribe-events-single-section.tribe-events-event-meta {
	float: right;
	width: 68%;
} */
#tribe-events .tribe-events-content p, .tribe-events-after-html p, .tribe-events-before-html p {
	padding-left: 0;
}
.ticket-cost {
	background-color: #8B1C40;
	color: #fff;
	padding: 10px 20px !important;
	vertical-align: middle;
	text-align: center !important;
	border: 0px !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
	background-color: #8B1C40;
	color: #fff;
	padding: 5px 20px;
	margin-left: 20px;
}
.single-tribe_events .tribe-events-event-image img {
	border: 1px solid #8B1C40!important;
}
ul.tribe-events-sub-nav a:hover {
	color: #555 !important;
}
dd.tribe-events-event-cost {
	margin: 0px 0 10px !important;
}
.req-text h4:first-child {
	margin-top: 0px;
}
.dark-pink-txt, .heading4, .heading5 {
	color:#782039
}
.fancy-list {
	padding: 0;
	margin-right: 0;
	list-style: none;
}
.fancy-list li {
	position: relative;
	padding-left: 20px;
	word-wrap: break-word;
	word-break: break-all;
}
.fancy-list li::before {
	position: absolute;
	content: '\f0da';
	font-family: fontawesome;
	left: 0;
	color: #782039;
	top: 0;
}

.underline {
	text-decoration:underline;
	color: #782039;
}
.eape-websites-list .fancy-list {
	margin-bottom: 30px;
}
.eape-content {
	margin-bottom: 0!important;
}
#home-slide-2 .btn.green-btn::after {
	display: none;
}
.singel-blog .post-entry h2, .singel-blog .post-entry p {
	padding-left:0px;
	margin-left: 0px;
}
.blog-post-innercontent p:first-child {
	min-height: 170px;
	max-height: 170px;
	overflow:hidden;
}
#watch-our-video.popup-main .home-app-form {
	/* display:none; */
	width:100%!important;
	margin-top: 0px !important;
	max-width:400px;
}
.page-id-24 #content-full {
	position: relative;
}
#public-speaking-btn-row {
	position: absolute;
	right: 0;
	top: -94px;
}
#public-speaking-btn-row .wpb_text_column.wpb_content_element {
	margin: 0px!important;
}
#public-speaking-btn-row p {
	padding: 0px;
}
.terms-list {
	list-style: none;
}
.terms-list ul, .terms-list ol  {
	margin-top:10px;
}

.terms-list li {
	padding-bottom: 7px;
}
.terms-list ul li, .terms-list ol li {
	padding-bottom: 5px;
}
.swiper-wrapper {
	display: inline !important;
	width: 100% !important;
}
.swiper-container {
	overflow-x: visible!important;
	overflow-y: hidden!important;
	height: 100%;
}
.swiper-wrapper .swiper-slide.vimeography-thumbnail {
	width: calc(20% - 11.5px);
	float: left;
	margin-right: 14px !important;
	margin-bottom: 0;
	min-height: 160px;
}
.swiper-wrapper .swiper-slide.vimeography-thumbnail img {
	min-height: 150px;
	width: 100%;
}
.swiper-wrapper .swiper-slide.vimeography-thumbnail:nth-child(5n+5) {
	margin-right: 0px !important;
	float: right;
}
.swiper-button-prev, .swiper-button-next {
	display: none;
}
.eape-txtrow p {
	line-height: 1.4;
}
#home-slider-footertxt {
	margin-top: -40px;
	z-index: 9;
	position: relative;
	text-align: right;
	padding-bottom: 20px;
}
#home-slider-footertxt p {
	padding-bottom:0px;
}
#home-slider-footertxt, #home-slider-footertxt a {
	color:#ccc;
}
#home-slider-footertxt a:hover {
	color:#ccc;
	text-decoration:underline;
}
.back-to-rbp {
	float: right;
	padding-top: 20px;
	clear: both;
}
.wpcf7-response-output {
	color: #fff;
}
span.wpcf7-not-valid-tip {
	position: absolute;
	float: right;
	right: 10px;
	top: 0;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	text-align: center;
	font-size: 16px;
}

#ic_signupform .elcontainer {
	text-align: left;
	padding: 20px 20px;
	border-radius: 0px;
	border: 1px none #000000;
	font-size: 12px;
	color: #000000;
	font-family: arial;
}

#ic_signupform .elcontainer.center-aligned .formEl { 
	margin-right: auto;
	margin-left: auto; 
}

#ic_signupform .elcontainer.right-aligned .formEl { 
	margin-left: auto; 
}

#ic_signupform .form-header {
   
      display: none;
   
   background: #ffffff;
   margin-top: -20px;
   margin-left: -20px;
   margin-right: -20px;
   margin-bottom: 20px; /* using padding on purpose */
   padding-top: 20px;
   padding-right: 20px;
   padding-bottom: 20px;
   padding-left: 20px;
   border-radius: calc(0px - 1px) calc(0px - 1px) 0 0;
   text-align: center;
   font-size: 150%;
   color: #333333;
   border-bottom: 1px solid #dddddd;
}

#ic_signupform .elcontainer.inline-label-left .formEl.fieldtype-input label,
#ic_signupform .elcontainer.inline-label-left .formEl.fieldtype-dropdown label,
#ic_signupform .elcontainer.inline-label-left .formEl.fieldtype-radio h3,
#ic_signupform .elcontainer.inline-label-left .formEl.fieldtype-checkbox h3,
#ic_signupform .elcontainer.inline-label-right .formEl.fieldtype-input label,
#ic_signupform .elcontainer.inline-label-right .formEl.fieldtype-dropdown label,
#ic_signupform .elcontainer.inline-label-right .formEl.fieldtype-radio h3,
#ic_signupform .elcontainer.inline-label-right .formEl.fieldtype-checkbox h3 {
   width: 30%;
}
	   
#ic_signupform .elcontainer.inline-label-left .formEl.fieldtype-radio h3,
#ic_signupform .elcontainer.inline-label-left .formEl.fieldtype-checkbox h3,
#ic_signupform .elcontainer.inline-label-right .formEl.fieldtype-radio h3,
#ic_signupform .elcontainer.inline-label-right .formEl.fieldtype-checkbox h3 {
   line-height: 3.125em; 
}

#ic_signupform .elcontainer.tight.inline-label-left .formEl.fieldtype-radio h3,
#ic_signupform .elcontainer.tight.inline-label-left .formEl.fieldtype-checkbox h3,
#ic_signupform .elcontainer.tight.inline-label-right .formEl.fieldtype-radio h3,
#ic_signupform .elcontainer.tight.inline-label-right .formEl.fieldtype-checkbox h3 {
   line-height: 2.0833333333333335em; 
}

#ic_signupform .elcontainer.generous.inline-label-left .formEl.fieldtype-radio h3,
#ic_signupform .elcontainer.generous.inline-label-left .formEl.fieldtype-checkbox h3,
#ic_signupform .elcontainer.generous.inline-label-right .formEl.fieldtype-radio h3,
#ic_signupform .elcontainer.generous.inline-label-right .formEl.fieldtype-checkbox h3 {
   line-height: 4.166666666666667em; 
}

#ic_signupform .elcontainer.inline-label-left .formEl input[type="text"],
#ic_signupform .elcontainer.inline-label-left .formEl select,
#ic_signupform .elcontainer.inline-label-left .formEl.fieldtype-radio .option-container,
#ic_signupform .elcontainer.inline-label-left .formEl.fieldtype-checkbox .option-container,
#ic_signupform .elcontainer.inline-label-right .formEl input[type="text"],
#ic_signupform .elcontainer.inline-label-right .formEl select,
#ic_signupform .elcontainer.inline-label-right .formEl.fieldtype-radio .option-container,
#ic_signupform .elcontainer.inline-label-right .formEl.fieldtype-checkbox .option-container {
   width: 70%;
}

#ic_signupform .elcontainer.hidden-label .formEl.required:before {
   color: #000000;
}
	   
#ic_signupform .elcontainer .formEl {
   font-size: 1em;
}

#ic_signupform .elcontainer .formEl.fieldtype-input label,
#ic_signupform .elcontainer .formEl.fieldtype-dropdown label,
#ic_signupform .elcontainer .formEl.fieldtype-radio h3,
#ic_signupform .elcontainer .formEl.fieldtype-checkbox h3 {
   font-size: 120%;
   font-weight: bold;
   color: #000000;
}

#ic_signupform .elcontainer .formEl.fieldtype-input input[type="text"], #ic_signupform .elcontainer .formEl.fieldtype-dropdown select {
	background-color: #FAFAFA;
	border: 1px solid #000;
	border-radius: 4px;
	font-style: normal;
}
#ic_signupform .elcontainer .formEl input[type="text"]::placeholder {
	font-style: normal;
}
	   
#ic_signupform .elcontainer .formEl.fieldtype-input input[type="text"],
#ic_signupform .elcontainer .formEl.fieldtype-dropdown select,
#ic_signupform .elcontainer .formEl.fieldtype-radio label,
#ic_signupform .elcontainer .formEl.fieldtype-checkbox label {
   font-size: 125%;
}

#ic_signupform .elcontainer .formEl input[type="text"]::-moz-placeholder {
   color: #222;
   font-family: inherit;
}

#ic_signupform .elcontainer .formEl input[type="text"]::-webkit-input-placeholder {
   color: #bdbdbf;
   font-family: inherit;
}

#ic_signupform .elcontainer .formEl input[type="text"]:-ms-input-placeholder {
   color: #bdbdbf;
   font-family: inherit;
}

#ic_signupform .elcontainer .formEl input[type="text"],
#ic_signupform .elcontainer .formEl select,
#ic_signupform .elcontainer .formEl .option-container label {
   color: #000000;
   font-family: inherit;
}
#ic_signupform input[type="email"], 
#ic_signupform input[type="password"], 
#ic_signupform input[type="text"], select {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	height: 50px !important;
	line-height: 50px;
}   
#ic_signupform .elcontainer.inline-button .submit-container {
	display: inline-block;
	box-sizing: border-box;
	right: -.5em;
	padding: 0 1em 0 0;
	position: relative;
	vertical-align: bottom;
	margin-bottom: 1em;
}
	
#ic_signupform .elcontainer.inline-button.tight .sortables {
	margin-bottom: -.5em;
}
	
#ic_signupform .elcontainer.inline-button .sortables {
	margin-bottom: -1em;
}
	
#ic_signupform .elcontainer.inline-button.generous .sortables {
	margin-bottom: -1.5em;
}

#ic_signupform .elcontainer .submit-container {
   text-align: center;
}

#ic_signupform .elcontainer .submit-container input[type="submit"] {
   background: #7c1f44;
   border: 1px solid #4b1329;
   border-radius: 0px;
   line-height: 1em;
   padding: 10px 20px;
   color: #ffffff;
   font-size: 120%;
   font-family: inherit;
   width: auto;
}
#ic_signupform .formEl.fieldtype-input.col3 {
	width: 32.33% !important;
}
#ic_signupform .formEl.fieldtype-input.col3.fname {
	margin-left: 12px !important;
}
#ic_signupform .elcontainer.normal.hidden-label.left-aligned.inline-button {
	padding: 0 !important;
}
#ic_signupform .submit-container {
	width: 100% !important;
	margin-bottom: 0 !important;
}
#ic_signupform .btn.btn-submit {
	background-color: transparent !important;
	background-image: none !important;
	font-size: 22px !important;
	border: 1px solid #fff !important;
	padding: 15px 55px !important;
	display: inline-block !important;
	line-height: 22px !important;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in; 
	-webkit-transition: all 0.3s ease-in; 
}
#ic_signupform .btn.btn-submit:hover,
#ic_signupform .btn.btn-submit:active{
	background-color: #fff !important;
	border: 1px solid #7c1f44 !important;
	color: #7c1f44 !important;
}
#newsletter-row .marginbt{
	margin-bottom: 10px !important;
} 
#newsletter-row {
	padding-top: 25px;
	padding-bottom: 5px;
}
.pose-date-col {
	margin-top: -5px;
	float: left;
	width: 100%;
	margin-bottom: 7px;
}
.blog-post-innercontent {
	float: left;
	width: 100%;
}
.hide-title {
	display: none !important;
}

/*************************** REsponsive ***********************/
@media screen and (max-width: 1200px){
	ul.slimmenu li a {
	  padding: 0 15px;
	}
}

@media screen and (max-width: 1024px){
	ul.slimmenu li .sub-collapser::before {
	  right: 20px;
	} 
	h1.page-heading {
		font-size: 34px;
	}
	.slide-content h1 {
		font-size: 52px;
		margin: 20px 0 20px;
	}
	h3.page-subheading {
		font-size: 28px;
	}
	.common-sidebar .appointment-form .heading-cover span {
		font-size: 18px;
	}
	.main-nav {
	  clear: both;
	  position: relative;
	}
	#menu-main-menu >li >.sub-collapser {
	  display: block !important;
	}
	.header-left.grid.col-460 {
	  width: 100%;
	  margin-right: 0;
	  text-align: center;
	}
	#logo {
	  width: 100%;
	}
	.header-right.grid-right.col-380.fit {
	  text-align: center;
	  width: 100%;
	  margin-bottom: 25px;
	  margin-top: 10px;
	}
	.menu a {
	  font-size: 12px;
	  padding: 0 10px;
	}
	.box-headings h3, .logo-heading h3 {
	  font-size: 18px;
	  line-height: 26px;
	}
	.box-headings h2 {
	  font-size: 17px;
	  line-height: 22px;
	}
	#row1-bg-left.vc_row {
	  background-size: 50% 100% !important;
	}
	.service-box {
	  height: 210px;
	}
	.service-box .wpb_wrapper > p {
	  padding-bottom: 0 !important;
	}
	.box-button a.button {
	  font-size: 17px;
	}
	.copyright-end {
		width: 100%;
	}

	.right-side {
		text-align: left;
	}
	
	.header-right .left-side .searchform {
		width: 60%;
		float: right;
	}
	/* .desktop-social {
		display: none;
	}
	.mobile-social {
		display: block;
	} */
	#searchform {
		margin-top: 0;
	}
	.request-button {
		/* margin-top: 12px; */
		display: block;
		width: 100%;
	}
	.home-post-block h2 {
		min-height: auto;
		padding-top: 20px;
	}
	.eastern-logo {
		margin-left: 0;
		float: right;
	}
	.searchform #searchsubmit {
		top: 0;
	}
	#home-slider-row-1 .tp-caption {
		left: 50px !important;
		/* right: auto !important; */
	}
	.event-schedule-details h2 {
		font-size: 20px;
	}
	.event-post-top-content {
		min-height: 145px;
	}
	.main-nav {
		background-color: transparent;
		background-image: none!important;
	}
	ul.slimmenu li a::before,ul.slimmenu li .sub-collapser::before {
		display: none;
	}
	#home-slider-footertxt {
		margin-top: -30px;
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 980px) {

.vc_row.vc_row-flex.page-header-row {
	background-position: -40px center !important;
}
/* .header-right .left-side {
  max-width: 45%;
} */
.banner-row .slide-content {
	padding-left: 0 !important;
}
h1.page-heading {
	font-size: 28px;
}
h3.page-subheading {
	font-size: 21px;
}
.grid-right.col-460.right-side.fit {
  float: right;
}
.service-box .vc_single_image-img.attachment-full {
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 75%;
}
.service-box {
  height: 180px;
}
.menu a {
  font-size: 11px;
  padding: 0px 11px;
}

	body {
	}

	.grid,
	.grid-right {
		float: left;
	}

	.copyright,
	.scroll-top,
	.powered {
		float: left;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.front-page  #widgets {
		margin-top: 40px;
	}

	.top-widget,
	.front-page  .top-widget {
		margin-top: 0 !important;
	}

	.hide-desktop {
		display: block;
	}

	.show-desktop {
		display: none;
	}

	.hide-980 {
		display: none;
	}

	.show-980 {
		display: block;
	}
#custom-row .content-sidebar {
	width: 34%;
}
#custom-row .content-left {
	width: 65%;
}
	.event-schedule-details h2 {
		min-height: 45px;
	}
	.event-post-top-content {
		padding-top: 0px;
	}
	.box-headings h3, .logo-heading h3 {
		min-height: 53px;
	}
	
}
@media screen and (max-width: 900px){
	.event-post-top-content {
		min-height: 125px;
	}	
}
@media screen and (max-width: 870px){
	.post-content {
		width: 66%;
	}
	a.events-read-more {
		width: 90%;
		line-height: 1.2;
		padding: 10px 20px;
		font-size: 17px;
	}
	.singel-blog .entry-title.post-title {
		display: block;
		clear: both;
	}
}
@media screen and (max-width: 800px){
.blog-page {
  margin: 0 0 30px 0 !important;
  width: 100%;
}
#widgets {
  margin-top: 0;
  width: 100%;
}
.single-post-page {
  margin: 20px 0 20px !important;
  width: 100%;
}
.blog-page .post-thumb {
  height: 300px;
}
.box-info {
  margin-top: -97px;
}
.box-button a.button, .logo-button a {
  font-size: 15px;
}
.box-headings h3 {
  font-size: 16px;
  line-height: 21px;
  margin-top: 7px;
} 
.box-headings h2 {
  font-size: 12px;
  line-height: 17px;
}
/* #rev_slider_1_1 .tp-parallax-wrap {
  left: 53% !important;
} */
.service-info h3.service-title {
  margin-bottom: 5px;
  padding-bottom: 10px;
  font-size: 15px;
}
.service-box {
  height: 170px;
}
.main-nav #responsive_current_menu_item {
  display: none !important;
}
	.events-post-block {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px !important;
	}
	.event-img img {
		width: auto;
		height: auto;
		margin: auto;
		display:table;
	}
	.event-schedule-details {
		text-align: center;
	}
	.event-schedule-details h2, .event-post-top-content {
		min-height: auto;
	}	
	.event-post-top-content {
		padding-top: 5px;
	}
	.event-post-button {
		display: table;
		margin: 10px auto 0;
		width: 100%;
		float: left;
	}
	a.events-read-more {
		width: auto;
	}
	
	
}
@media screen and (max-width: 768px) {
#ic_signupform .formEl.fieldtype-input.col3 {
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#ic_signupform .formEl.fieldtype-input.col3.fname {
	margin-left: 0 !important;
}
#ic_signupform .elcontainer .formEl {
	right: 0;
}	
	
#custom-row .content-sidebar {
	width: 37%;
}
.vc_row.vc_row-flex.page-header-row {
	background-position: -50px center !important;
}
h3.page-subheading {
	font-size: 19px;
}
#custom-row .content-left {
	width: 63%;
}
	#home-slider-row-1 #slide-5-layer-1 {
		top: -10px !important;
	}
	#home-slider-row-1 .btn.green-btn {
		font-size: 20px !important;
	}
	.logo-button a {
		font-size: 15px;
	}
	#home-services-row-1 .vc_col-sm-4, #home-services-row-1-2 .vc_col-sm-4 {
		margin-bottom: 30px;
	}
	#home-services-row-1-2 .vc_col-sm-4:last-child {
		margin-bottom: 0px;
	}
	.eastern-logo {
		margin-bottom: 20px !important;
	}
	.copyright-end .col-460 {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.copyright-end {
		width: 100%;
		height: auto;
		padding: 11px 0;
		line-height: 30px;
	}
	.home-post-block .post-content {
		width: 63%;
	}	
	/* .cforms fieldset.fourth-half {
		width: 31.6%;
	}
	.cforms fieldset.fourth-half:nth-child(3) {
		margin-right: 0;
		 float: right;
	}    */
	.tribe-events-loop .tribe-events-event-meta,
	.tribe-events-list .tribe-events-venue-details, .single-tribe_events .tribe-events-schedule	{
		background: transparent !important;
		border: 0px!important;
		padding-left:0px !important;
		padding-right:0px !important;
		
	}
	.post-type-archive-tribe_events .tribe-events-list .tribe-events-loop .tribe-events-event-image {
		margin: 0px 0 15px !important;
		width: 100% !important;
	}
	.post-type-archive-tribe_events .tribe-events-list-event-title, .post-type-archive-tribe_events .tribe-events-event-meta, .post-type-archive-tribe_events .tribe-events-content {
		width: 100% !important;
	}
	.tribe-events-event-cost {
		float: left!important;
		z-index: 1;
		position: relative;
		margin: 0 0 -15px!important;
	}
	.tribe-events-list .tribe-events-event-image img {
		width: 100% !important;
		max-height: auto !important;
	}
	.tribe-events-list .time-details, .tribe-events-list .tribe-event-schedule-details {
		padding: 0!important;
	}
	.tribe-bar-collapse #tribe-bar-collapse-toggle.tribe-bar-collapse-toggle-full-width {
		margin-bottom: 0px;
	}
	.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
		padding: 0!important;
	}
	.single-tribe_events .tribe-events-schedule .tribe-events-cost {
		margin: 10px 0 -40px 0 !important;
	}
	.tribe-events-sub-nav li a {
		background: transparent !important;
		color: #8B1C40 !important;
	}
	.hs-blank-cols2 {
		display: none;
	}
	#home-services-row-1-2 {
		padding-bottom: 10px !important;
	}
	.box-headings h3, .logo-heading h3 {
		min-height: auto;
	}
	.box-headings h2 {
		font-size:18px;
	}
}
@media screen and (max-width: 767px) {
	.home-slider-main-row-1 {
		margin-top: 40px !important;
	}
	.home-slider-main-row-2 {
		margin-top: 50px !important;
	}
	.box-headings h3, .logo-heading h3 {
		min-height: auto;
	}
	.home-post-block .post-content {
		width: 62%;
	}
}

@media screen and (max-width: 650px) {
#customer_details .form-row {
  width: 100% !important;
}
.woocommerce form .form-row .input-checkbox {
  width: 20px;
}
.form-row.form-row{
  width: 100%;
}
.form-row.form-row input {
  width: 100%;
}
.coupon #coupon_code {
  margin-bottom: 15px;
  margin-right: 0;
  width: 100%;
}
.coupon input.button {
  width: 100% !important;
}
.coupon {
  margin-bottom: 0;
}
table.shop_table .button {
  margin-bottom: 10px !important;
  text-align: center;
  width: 100% !important;
}
.product-remove {
  width: inherit;
}
table.shop_table.woocommerce-checkout-review-order-table {
  font-size: 14px;
  line-height: 24px;
}
.shop_table.shop_table_responsive.cart {
  font-size: 14px;
  line-height: 24px;
}
table.shop_table.shop_table_responsive {
  font-size: 14px;
  line-height: 24px;
}
.vc_row.vc_row-flex.page-header-row {
	background-position: left center !important;
}
#custom-row .content-left {
	width: 100%;
}
.banner-row {
	background-image: none !important;
	padding: 0px !important;
}
.banner-row .slide-content {
	padding-left: 0 !important;
	padding-top: 0 !important;
	text-align: center;
}
.slide-content h1 {
	margin: 0px 0 20px;
}
.slide-content p {
	padding: 0;
}
.banner-row {
	margin-bottom: 0 !important;
}
.inner-page-custom-menu .menu li a {
	text-align: left;
}
#custom-row .content-sidebar {
	width: 100%;
}
.vc_row.vc_row-flex.page-header-row .vc_col-sm-8 .wpb_content_element {
	padding: 0px 0px 20px !important;
	margin-top: -20px !important;
}
h1.page-heading, h3.page-subheading {
	max-width: 70%;
	float: right;
	clear: both;
}
h3.page-subheading {
	font-size: 16px;
	margin-bottom:30px !important;
}
h1.page-heading {
	font-size: 23px;
	margin-top: 20px;
}
.single-post-page .post-thumb {
  max-width: 100%;
  padding-right: 0;
  width: 100%;
  float: left;
  text-align: center !important;
  margin-bottom: 20px;
}
.single-post-page .post-thumb img {
  margin: 0 auto;
}
.blog-page .post {
  padding: 0;
  width: 100%;
}
.blog-page .post-thumb {
  height: auto;
}
.blog-page .post-thumb img {
  height: auto;
}
#widgets {
  float: left;
}
.grid.col-640.blog-page, .grid.col-640.single-post-page{
  float: left;
}
.header-right.grid-right.col-380.fit {
  float: left;
  margin-bottom: 15px;
  margin-top: 15px;
}
.header-right .left-side {
  float: left;
  margin-left: 0;
}
.contact-detail a {
  font-size: 20px;
}
/* #rev_slider_1_1 .tp-parallax-wrap {
  left: 52% !important;
}
 */
.img-shadow figure, .img-shadow figure > div, .img-shadow figure > div > img {
  width: 100% !important;
}
.box-info {
  margin-top: 0px;
  max-width: 100%;
}
.box-headings {
  padding: 15px 10px 19px;
}
.box-headings h2 {
  font-size: 17px;
  line-height: 22px;
}
.box-headings h3 {
  font-size: 20px;
  line-height: 25px;
  margin-top: 10px;
}
.box-button a.button {
  font-size: 16px;
}
.mobile-show {
  display: block;
}
#row1-bg-left {
  background-image: none !important;
}
.box-1, .box-2, .box-3, .box-4 {
  border-color: -moz-use-text-color -moz-use-text-color #eee !important;
  border-style: none none solid !important;
  border-width: 0 0 1px !important;
  height: auto !important;
  padding: 10px 10px 20px 10px !important;
    box-sizing: border-box;
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box;
}

.service-box .vc_single_image-img.attachment-full {
  width: 100%;
}
.tp-caption.tp-resizeme.slider-caption {
  font-size: 21px !important;
  line-height: 25px !important;
}
.tp-caption.tp-resizeme.slider-button a {
  font-size: 11px !important;
  line-height: 20px !important;
  padding: 9px 17px !important;
  height: auto;
}
.vc_row.wpb_row.vc_row-fluid.vc_custom_1470902254364 {
  margin-bottom: 10px !important;
}

	body {
	}

	#logo {
		float: none;
		margin: 0;
		text-align: center;
	}

	.grid,
	.grid-right {
		float: none;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.top-widget {
		float: none;
		margin: 0 auto 10px auto;
		position: relative;
		text-align: center;
		width: auto;
	}

	.top-widget .widget-title h3 {
		text-align: center;
	}

	

	.top-menu,
	.footer-menu li {
		float: none;
		font-size: 11px;
		text-align: center;
	}

	#author-meta {
		padding: 20px;
	}

	#wrapper .gallery .gallery-item {
		max-width: 100%;
	}

	.hide-650 {
		display: none;
	}

	.show-650 {
		display: block;
	}

	.hide-mobile {
		display: none;
	}

	#footer {
		text-align: center;
	}

	#footer .social-icons {
		padding-bottom: 10px;
		text-align: center;
	}
	.home-post-block .post-content {
		width: 55%;
	}
	#home-slider-row-1 .home-slider-main-row-1.tp-caption {
		font-size: 35px !important;
		line-height: 35px !important;
		margin-top: 10px !important;
	}
}

@media screen and (max-width: 480px) {

.product-remove {
  width: inherit;
}
.view-shop {
  margin: 30px 0 20px 0!important;
  text-align: center;
  width: 100%;
}
.navigation .next, .navigation .previous {
  float: left;
  width: 100%;
}
h3.page-subheading {
	font-size: 14px;
}
h1.page-heading {
	font-size: 14px;
}
h1.page-heading, h3.page-subheading {
	max-width: 50%;
}
.vc_row.vc_row-flex.page-header-row {
	background-position: -15px center !important;
}
.header-right .left-side {
  float: left;
  max-width: 100%;
  width: 100%;
}
.grid-right.col-460.right-side.fit {
  width: 100%;
  margin-top: 10px;
}
.request-button a.button {
	font-size: 17px;
}
.footer-newsletter input[type="email"] {
  width: 100%;
  margin-bottom: 15px;
}
.newsletter-form input[type="submit"] {
  float: none;
}
.button.brown-button {
	width: 100%;
	font-size: 17px;
	text-align: center;
}
.footer-newsletter {
  height: auto;
  background-size: cover;
}
.contact-detail a {
  font-size: 18px;
}
.headings h3 {
  font-size: 31px;
}
.box-headings.headings h2 {
  font-size: 17px;
}
.box-headings.headings > h3 {
  font-size: 24px;
}


	body {
	}

	#logo {
		float: none;
		text-align: center;
	}

	.grid,
	.grid-right {
		float: none;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.featured-title {
		font-size: 40px;
		padding: 40px 20px 0 20px
	}

	.featured-subtitle {
		font-size: 24px;
	}

	.navigation .next,
	.navigation .previous {
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.menu ul,
	.menu li,
	.top-menu,
	.footer-menu li,
	.sub-header-menu li {
		float: none;
		text-align: center;
		text-rendering: optimizeSpeed;
	}

	#wrapper .gallery .gallery-item {
		float: none;
	}

	.hide-480 {
		display: none;
	}

	.show-480 {
		display: block;
	}

	#footer {
		text-align: center;
	}

	#footer .social-icons {
		text-align: center;
	}
	#home-slider-footertxt {
		margin-top: -40px;
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 415px){
h3{
	font-size: 22px;
}
.header-right .left-side, .grid-right.col-460.right-side.fit {
  width: 100%;
  text-align: center;
}
.service-box .wpb_single_image {
	padding-top: 8%;
}
.vc_row.vc_row-flex.page-header-row {
	background-position: -15px center !important;
}
.searchform {
  margin-bottom: 10px;
}
/* #rev_slider_1_1 .tp-parallax-wrap {
  left: 42% !important;
} */
	#home-slider-footertxt {
		text-align: center;
		font-size: 14px;
	}
}
@media screen and (max-width: 376px){
h3{
	font-size: 20px;
}
.product-remove {
  width: inherit;
} 
.grid-right.col-460.right-side.fit {
  margin-top: 0;
}
.box-headings.headings h2 {
  font-size: 15px;
}
.vc_row.vc_row-flex.page-header-row {
	background-position: -15px center !important;
}
.box-headings.headings > h3 {
  font-size: 21px;
}
.testimonial_rotator_wrap.with-prevnext {
  padding: 10px !important;
}
.headings h2 {
  font-size: 23px;
}
.headings h3 {
  font-size: 26px;
}
.header-right .left-side, .grid-right.col-460.right-side.fit {
  width: 100%;
  text-align: center;
}
.searchform {
  margin-bottom: 10px;
}
/* #rev_slider_1_1 .tp-parallax-wrap {
  left: 28% !important;
} */
.tp-caption.tp-resizeme.slider-caption {
  font-size: 17px !important;
  line-height: 19px !important;
}
.tp-caption.tp-resizeme.slider-button a {
  font-size: 10px !important;
  height: auto;
  line-height: 19px !important;
  padding: 9px 17px !important;
  margin-top: 13px !important;
}
	#home-slider-footertxt {
		margin-top: -50px;
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 360px) {
	.vc_row.vc_row-flex.page-header-row {
	background-position: -30px center !important;
}
}
@media screen and (max-width: 320px) {

	body {
	}

	#featured p {
		font-size: 12px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 35px;
	}

	.featured-subtitle {
		font-size: 15px;
	}

	.call-to-action a.button {
		font-size: 14px;
		padding: 7px 17px;
	}

	.hide-320 {
		display: none;
	}

	.show-320 {
		display: block;
	}
}

@media screen and (max-width: 240px) {

	body {
	}

	#featured p {
		font-size: 11px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 20px;
	}

	.featured-subtitle {
		font-size: 11px;
	}

	.call-to-action a.button {
		font-size: 12px;
		padding: 5px 15px;
	}

	.top-widget area,
	.top-widget select,
	.top-widget textarea,
	.top-widget input[type="text"],
	.top-widget input[type="password"],
	.top-widget input[type="email"] {
		width: 75%;
	}

	.widget-title h3,
	.widget-title-home h3 {
		font-size: 14px;
		height: 13px;
		line-height: 13px;
		text-align: left;
	}

	.hide-240 {
		display: none;
	}

	.show-240 {
		display: block;
	}
}



/*.........Responsive........*/

@media screen and (max-width: 1024px) {
	.home-post-block {
	width: 100%;
	margin: 0px 0px 50px 0px;
	
}
.home-blog {
	padding-bottom: 35px;
}
.home-blog {
	padding-top: 0px !important;
}
.post-content {
	width: 70%;
}
.cforms fieldset.fourth-half {
	margin-right: 19px;
	
}
.contact-detail {
	float: none;
	text-align: center;
}
.section-blog.grid {
	width: 100%;
	margin: 0 0 30px 0px;
	padding: 0;
}
.blog-post {
	float: left;
	width: 71%;
	margin: 0px 0px 0px 9px;
}
.heading-blog {
	min-height: 6px;
}
.contact-row-1-1 {
	margin-right: 22px;
}
.contact-row1-text p {
	
	padding-bottom: 6px;
}
.book-text {
	
	width: 81%;
}
.link {
	min-height: 202px;
}
.link-3 {
	min-height: 138px;
}

}


@media screen and (max-width: 980px) {
/* #slide-5-layer-1 {
	float: left !important;
	text-align: left !important;
	position: relative !important;
	right: 462px !important;
}
.btn.green-btn {
	position: relative !important;
	right: 462px !important;
}
#slide-6-layer-1 {
	position: relative !important;
	right: 462px !important;
} */
.link-3 {
	min-height: 165px;
}
.link {
	min-height: 207px;
}
.red-logo {
	margin-left: 0px;
}
.vimeography-gallery {
		width: 100%!important;
	}
	.cforms fieldset.fourth-half {
	margin-right: 19px;
		width: 48%;
	}
}
@media screen and (max-width: 950px) {

.contact-row3-heading-text p {
	
	padding-bottom: 91px;
}
	.logo-button a {
		font-size: 17px;
		font-weight: 600;
		font-family: inherit;
	}

	.box-headings h3, .logo-heading h3 {
		font-size: 22px;
		line-height: 26px;
		min-height: 55px;
	}
	.logo-button a {
		width: 90%;
		padding: 0px 20px;
		display: table;
		margin: auto;
	}
}

@media screen and (max-width: 850px) {
	.header-right .left-side .searchform {
		width: 70%;
	}
	.single-tribe_events .tribe-events-schedule .tribe-events-cost {
		margin: 10px 0 -30px 0 !important;
		display: table;
		position: relative;
	}
	.swiper-wrapper .swiper-slide.vimeography-thumbnail,
	.swiper-wrapper .swiper-slide.vimeography-thumbnail:nth-child(5n+5) {
		width: calc(26% - 15px);
		margin-right: 10px !important;
		float:left;
	}
	.swiper-wrapper .swiper-slide.vimeography-thumbnail:nth-child(4n+4) {
		margin-right: 0px !important;
		float: right;
	}
}

@media screen and (max-width: 800px) {

/* #slide-6-layer-1 {
	position: relative !important;
	right: 379px !important;
	top: -32px;
}
.btn.green-btn {
	position: relative !important;
	right: 379px !important;
}
#slide-5-layer-1 {
	float: left !important;
	text-align: left !important;
	position: relative !important;
	right: 379px !important;
	top: -32px !important;
} */
.post-content {
	width: 65%;
}

.blog-post {
	
	width: 66%;

}
.contact-row-1-1 {
	width: 30% !important;
	margin-right: 22px;
}
.contact-row1-heading h3 {
	font-size: 24px;
}
.contact-row3-heading-text p {
	font-size: 15px;
	padding-bottom: 111px;
}
.request-invite h4 {
	
 margin: 15px 0px 18px 0px; 
	
}
.request-invite p {
	width: 100%;
	
}
.req-expenses h4 {
	
	margin: 15px 0px 18px 0px; 
	
}
.req-expenses p {
	text-align: center;
	width: 100%;
}
.link-coloum {
	width: 30% !important;
	margin: 0 0 0 20px;
}
.link {
	min-height: 213px;
}
.link-3 {
	min-height: 138px;
}
.link-2 {
	min-height: 252px;
}
.eastern-logo {
	
	width: 78%;
	margin-left: 86px;
	
}

.red-logo {

	width: 73%;

	margin-left: 9px;
	
}
.single-tribe_events .tribe-events-event-image img {
	width: 100%;
	height: auto;
}
	
}
@media screen and (max-width: 767px) {
	.single-tribe_events .tribe-events-schedule .tribe-events-cost {
		margin: 10px 0 -40px 0 !important;
	}
}
@media screen and (max-width: 767px) {

.post-content {
	width: 63%;
}
/* .cforms fieldset.fourth-half {
	width: 31.1%;
} */
.blog-post {
	width: 64%;
}
.contact-row-1-1 {
	
	width: 100% !important;
}
.contact-row3-heading-text p {
	padding-bottom: 0;
}
.book-text {
	float: left;
	width: 75%;
}
.link-coloum {
	width: 31% !important;
	margin: 0 0 0 11px;
	float: left;
}
.req-expenses p {
	text-align: center;
	width: 100%; 
}
.eastern-logo {
	width: 100%;
	margin-left: 0px;
}
.red-logo {
	width: 100%;
	margin-left: 0px;
}
}


@media screen and (max-width: 736px) {
	.swiper-wrapper .swiper-slide.vimeography-thumbnail, .swiper-wrapper .swiper-slide.vimeography-thumbnail:nth-child(5n+5) {
		width: calc(26% - 14px);
	}
}


@media screen and (max-width: 650px) {
	.post-content {
	width: 57%;
}
.cforms fieldset.fourth-half {
	width: 100%;
}
.cforms fieldset {
	width: 100%;
}
/* #slide-5-layer-1 {
	position: relative;
	right: 250px !important;
}
.btn.green-btn {
	position: relative !important;
	right: 250px !important;
	padding: 10px 8px !important;
}
#slide-6-layer-1 {
	position: relative !important;
	right: 250px !important;
	top: -32px;
} */
.js .main-nav a#responsive_menu_button {
	position: relative;
	display: none;
}

.blog-post {
	width: 56%;
}
.book-text {
	width: 69%;
}
.link-coloum {
	width: 100% !important;
	margin-bottom: 20px;
	
}
.footer-info li {
	font-size: 14px;
	margin: 0 0 0 3px;
}
.copyright {
	font-size: 20px;
	margin-bottom: 10px;
}
.logo-button {
	padding: 17px 0 0px 1px;
}
.logo-button a {
	font-size: 16px;
}

.about-slider {
	float: none;
	width: 100%;
	padding: 0 0 0 0px;
}
.alignright.about-slider {
	margin-left: 0px; 
}
.about-tony h2 {

	text-align: center;
}
.alignright.about-slider p {
	text-align: center;
	padding: 0;
}
	.header-right .left-side .searchform {
		width: 100%;
	}
	#home-services-row-2 .vc_col-sm-6 .wpb_wrapper {
		padding-bottom: 25px;
	}
	.tribe-events-schedule h2 {
		margin-top: 0px;
	}
	#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next, #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous, #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next, #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous {
		width: 100% !important;
	}
	#wrapper {
		padding: 30px 0 0 0;
	}
	#public-speaking-btn-row {
		position: relative;
		right: 0;
		top: -14px;
	}
}

@media screen and (max-width: 480px) {
.post-thumb {
	float: none;
	text-align: center;
	margin: auto;
	display: block;
}
.post-thumb img {
	float: none;
	margin: 0 auto;
}
.post-content {
	width: 100%;
	float: none;
}
.read-more a {
	float: none;
	text-align: center;
	margin: 0 auto;
	display: table;
	clear: both;
}
.header-right .left-side {
	
	max-width: 100%;
	
}
.js .main-nav a#responsive_menu_button {
	position: relative;
	cursor: pointer;
}
#slide-5-layer-1 {
	position: relative;
	right: 197px !important;
}
/* .btn.green-btn {
	height: 0px !important;
	padding: 7px 6px 6px 7px !important;
	font-size: 18px !important;
	position: relative !important;
	top: -44px;
	right: 172px !important;
}

#slide-6-layer-1 {
	position: relative !important;
	right: 172px !important;
	top: -54px;
}
#slide-5-layer-1 {
	position: relative !important;
	right: 172px !important;
	top: -54px !important;
} */
.btn.green-btn::after {
	font-family: fontawesome !important;
	content: "\f16a" !important;
	margin: 0 0 0 13px !important;
	font-size: 20px;
}
.post-entry img {
	float: none;
	display: table;
	clear: both;
	margin: 0 auto !important;
	
}
.singel-blog .post-entry {
	float: none;
	width: 100%;
	clear: both;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 0 15px 0px 0px;
}
.singel-page-img {
	float: none;
	display: table;
	margin: 0 auto;
	clear: both;
	padding: 0 40px 0px 0px;
}
.book-text {
	float:none;
	width: 100%;
}
.book img {
	position: relative;
	top: 21px;
}
.book-text h3 {
	text-align: center;
}
.about-text h4 {
	margin-top: 0;
}
.about-text p {
	font-size: 15px;
}
.req-img {
	margin-top: 15px;
}
#searchform {
	margin: 0;
}


.copyright {
	font-size: 16px;
	margin-bottom: 10px;
}

.footer-info li {
	font-size: 16px;
	margin: 0 0 0 22px;
}
.copyright-end {
	font-size: 14px;
}
.copyright-end a {
	text-align: center;
	float: none;
	display: inherit;
}
.copyright-end {
	
	line-height: 30px;
}
	.home-post-block .post-content {
		width: 100%;
	margin: 0;
	}
	.home-post-block {
		padding: 20px;
		float: left;
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	#home-slider-row-1 .home-slider-main-row-1.tp-caption {
		font-size: 27px !important;
		line-height: 32px !important;
		margin-top: 0px !important;
	}
	#home-slider-row-1 .btn.green-btn {
		font-size: 17px !important;
	}
	#home-slider-row-1 .tparrows::before {
		font-size: 26px !important;
	}
	#home-slider-row-1 .tp-leftarrow {
		left: -20px !important;
	}
	#home-slider-row-1 .tp-rightarrow {
		padding-left: 20px !important;
	}
	.home-post-block h2 {
		line-height: 1.2;
	}
	.adress {
		font-size: 15px;
		line-height: 1.5;
	}
	.tribe-events-back {
		width: 100%!important;		
	}
	#tribe-events-footer .tribe-events-sub-nav li a {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.social-icons {
		margin: 0 auto;
		display: table;
	}
	.swiper-wrapper .swiper-slide.vimeography-thumbnail, .swiper-wrapper .swiper-slide.vimeography-thumbnail:nth-child(5n+5), .swiper-wrapper .swiper-slide.vimeography-thumbnail:nth-child(4n+4) {
		width: calc(52% - 12px);
		margin-right: 10px !important;
		float: left;
	}
	.swiper-wrapper .swiper-slide.vimeography-thumbnail:nth-child(2n+2) {
		margin-right: 0px !important;
		float: right;
	}
}
@media screen and (max-width: 414px) {
	.searchform, .header-right .left-side {
		margin-bottom: 0;
	}
	.home-slider-main-row-2 {
		margin-top: 60px !important;
	}
	.footer-info ul {
		padding: 0;
		margin: 0 0 10px;
	}
	.heading-white h2 {
		font-size: 28px;
	}
	.headings-maroon h2 {
		font-size: 30px;
	}
	.headings-maroon {
		margin-bottom: 15px;
	}
	.post-entry p {
		padding: 0;
	}
	.inner-container p {
		font-size: 21px;
	}
}
@media screen and (max-width: 400px) {
/* 	#slide-5-layer-1 {
	position: relative !important;
	right: 120px !important;
	top: -28px !important;
}
.btn.green-btn {
	position: relative !important;
	right: 95px !important;
	top: -6px !important;
}
.btn.green-btn {
	height: 30px !important;
	padding: 6px 6px 7px 7px !important;
	width: 10px !important;
	font-size: 15px !important;
}
#slide-6-layer-1 {
	position: relative !important;
	right: 120px !important;
	top: -28px !important;
} */
.btn.green-btn::after {
	font-family: fontawesome !important;
	content: "\f16a" !important;
	margin: 0 0 0 2px !important;
	font-size: 17px;
}
.blog-post p {
	text-align: center;
	margin: 0 10px 0 0;
}
.blog-post {
	width: 97%;
	text-align: center;
	
}
.home-post-block h2 {
	
	text-align: center;
	margin: 10px 18px 6px 0px;
}
.post-content p {
	
	margin: 0 20px 0px 0px;
	float: none;
	
	padding: 0;
	text-align: center;
	clear: both;
}
.searchform #searchsubmit {
	
	top: 0px;
}


.copyright-end {
	
	height: 84px;

}
.copyright-end a {
	float: none;
	color: #fff !important;
}
.copyright-end {
	font-size: 14px;
}
.copyright-end {
	
	line-height: 30px;
	
}
.footer-info li {
	font-size: 16px;
	margin: 0 0 0 2px;
}

}
@media screen and (max-width: 375px) {
	.footer-info li {
	list-style: none;
	display: block;
	text-align: center;
	color: #fff;
}
	ul.slimmenu li > ul {
		min-width: 17em;
	}

.copyright-end {
	font-size: 13px;
	
}


}

@media screen and (max-width: 360px) {
/* #slide-5-layer-1 {
	position: relative !important;
	right: 60px !important;
	top: -28px !important;
}
#slide-6-layer-1 {
position: relative !important;
	right: 60px !important;
	top: -28px !important;
}
.btn.green-btn {
	position: relative !important;
	right: 34px !important;
	top: -6px !important;
}
.btn.green-btn {
	height: 30px !important;
	padding: 6px 6px 7px 7px !important;
	width: 10px !important;
	font-size: 13px !important;
} */
.btn.green-btn::after {
	font-family: fontawesome !important;
	content: "\f16a" !important;
	margin: 0 0 0 4px !important;
	font-size: 17px;
	position: relative;
	top: 2px;
}
.blog-post p {
	text-align: center;
	width: 90%;
	margin: 0 auto;
}

.logo-button a {
	font-size: 16px;
}
.footer-info li {
	font-size: 20px;
	margin: 0 0 0 30px;
}
.footer-info li {
	font-size: 17px;
	margin: 0;
}
.footer-info li {
	font-size: 15px;
	margin: 0 0 0 3px;
}
	#home-slider-row-1 .tp-caption {
		left: 30px !important;
	}
	#home-slider-row-1 .home-slider-main-row-1.tp-caption {
		font-size: 25px !important;
		line-height: 27px !important
	}
	#home-slider-row-1 .btn.green-btn {
		font-size: 15px !important;
		padding: 9px 20px !important;
	}

}
@media screen and (max-width: 320px) {
.footer-info li {
	font-size: 13px;
	margin: 0 0 0 0px;
}
	#home-slider-row-1 .home-slider-main-row-1.tp-caption {
		font-size: 23px !important;
	}
	.request-button a.button {
		font-size: 15px;
	}
	ul.slimmenu li > ul {
		min-width: 15em;
	}
}
.tribe-events-gmap {
	display: block;
}
.event-schedule-details {
	padding: 10px 0px 20px 10px;
}

