/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								STYLE.CSS
 *
 * ==========================================================================================
 * ==========================================================================================
 *
 * Theme Name: Project_Name
 * Theme URI: http://anfoundation.com
 * Author: (a)squaredstudio, New Leaf Web Solutions
 * Author URI: http://anfoundation.com/
 * Description: Custom theme for Project_Name
 * Version: 0.9.20
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: anfoundation
 * Template: anfoundation
 *
 *
 * This theme is the best.  Period.
 */



/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								GENERAL STYLING / SITE STRUCTURE
 *
 * ==========================================================================================
 * ==========================================================================================
 *
 */



/**
 * ==============================================
 *  OVERRIDES
 * ==============================================
 */

#loader-wrapper {
	display: none !important;
}



#faq {
  max-width: 100%;
  margin: auto;
  padding: 0;
  text-align: center;
}

section.faq {
  padding-top: 2em;
  padding-bottom: 3em;
    margin-bottom: 
}

#faq ul {
  text-align: left;
}
.transition, p, ul li i:before, ul li i:after {
  transition: all 0.3s;
}

#faq .no-select, #faq h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}

#faq h1 {
  color: #000;
  margin-bottom: 30px;
  margin-top: 0;
}

#faq h2 {
  text-align: left;
  padding: 15px 15px 15px;
  text-transform: none;
  display: block;
  margin: 0;
    font-size:1.5em;
  cursor: pointer;
  transition: .2s;
}

#faq .slice {
  text-align: left;
  position: relative;
  overflow: hidden;
  max-height: 9000px;
  will-change: max-height;
  contain: layout;
  display: inline-block;
  opacity: 1;
  transform: translate(0, 0);
  padding: 0px 50px 0 15px;
  transition: .3s opacity, .6s max-height;
  hyphens: auto;
  z-index: 2;
  margin: 0 !important;
  width: 100%;
}

.slice ul, .slice ol {
    list-style: outside !important;
}

.slice ol  {
    list-style-type: decimal !important;
}

#faq .slice ul li {
    margin: 0 1em 0.5em 1em!important;
    border-bottom: solid 2px #fff !important;
    list-style: inherit !important;
    overflow: visible !important;
}

 #faq .slice ol li {
    margin: 0 1em 0.5em 0em!important;
    border-bottom: solid 2px #fff !important;
    list-style: inherit !important;
    overflow: visible !important;
}
#faq .slice h2 {
    padding: 0 0.8em 0 0 !important;
}

#faq ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
#faq ul li {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0 0 1.25em 0;
  /*padding-bottom: 4px;*/
  /*padding-top: 18px;*/
  background: #fff;
  -webkit-tap-highlight-color: transparent;
    border-bottom: solid 2px #5b1995 !important;
}
#faq ul li + li {
  margin-top: 15px;
}
#faq ul li:last-of-type {
  padding-bottom: 0;
}
#faq ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 28px;
  right: 15px;
}
#faq ul li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: #3f54b1;
  width: 3px;
  height: 9px;
}
#faq ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
#faq ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
#faq ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  touch-action: manipulation;
}


/*
#faq ul li input[type=checkbox]:checked ~ h2 {
  color: #000;
}
*/

#faq ul li a h2:hover { 
    color: #fff !important;
}

#faq ul li input[type=checkbox]:checked ~ .slice {
  /*margin-top: 0;*/
  max-height: 0;
  transition: .3s;
  opacity: 0;
  margin: 0 0 10px 0 !important;
  /*transform: translate(0, 50%);*/
}
#faq ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
#faq ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

/*
#hp-swiper.swiper-container {
    overflow: visible !important;
    min-height: 500px;

}
*/

.facetwp-counter {
	display: none;
}

.tml-profile .tml-form-table {
	width: 100%;
}

.row {
	max-width: 1180px !important;
}

.has-video {
	position: relative;
}

.facetwp-facet {
	margin-bottom: 20px !important;
}

.widget hr {
	border: solid #f7f6f6 !important;
	border-width: 10px 0 0 !important;
	clear: both;
	height: 0;
	margin: 1.25rem 0 1.1875rem;
}

.widget h6, .widgettitle {
	color: #6318a3;
	font-size: 1.2em;
	font-family: 'Open Sans Condensed', sans-serif;
}

.widget label {
	color: #64b3d3 !important;
	cursor: pointer;
	display: block;
	font-size: 1rem !important;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 0;
}

hr {
	border: solid #f0f0f0 !important;
}

.content ul li, .content-wrap ul li, .content ol li, .content-wrap ol li {
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 1em 1.8em;
	padding: 0 0 0 0;
}

.event-feed ul li {
	padding: 0 0.625rem 1.25rem !important;
	margin: 0 !important;
}

blockquote {
	margin: 0 1.5em 1.25rem 1.5em;
	padding: 2em 2.5em !important;
	border-left: none !important;
	border: solid 1px #efefef !important;
	background: #f8f8f8 !important;
}

blockquote, blockquote p {
	line-height: 1.6;
	color: #6419a3;
}

.gform_wrapper {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(143,143,143,0.57);
	-moz-box-shadow: 0px 0px 5px 0px rgba(143,143,143,0.57);
	box-shadow: 0px 0px 5px 0px rgba(143,143,143,0.57);
	padding: 1.5em;
}

.reveal-modal .gform_wrapper {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio] {
	margin-left: 1px !important;
	margin-top: 15px !important;
	margin-right: 9px !important;

}

.page-id-9481 table thead {
	background: #0074bd !important;
}

.page-id-9481  table {
	border: none !important;
}

.page-id-9481 table tr {
	border-bottom: solid 1px #f0f0f0;
}

.page-id-9481 table tr.even, .page-id-9481 table tr.alt, .page-id-9481 table tr:nth-of-type(even) {
	background: #fdfcfc !important;
}

.page-id-9481 table thead tr th, .page-id-9481 table thead tr td {
	color: #fff;
	font-size: 0.875rem;
	font-weight: bold;
	padding: .9rem 0.625rem 0.9rem !important;
}

.page-id-9481 table tr th, .page-id-9481 table tr td {
	color: #222;
	font-size: 0.875rem;
	padding: 1.5625rem 0.625rem !important;
	text-align: left;
}


.shailan_CountdownWidget small {
	display: none;
}

.hasCountdown {
	text-shadow: transparent 0px 1px 1px;
	overflow: hidden;
	padding: 5px;
	background: #6318a3 !Important;
	color:#fff !Important;
	padding: 0.8em 1em !Important;
	border-radius:4px !Important;
	/*cursor:pointer;*/
}

li#text-8 {
	list-style: none;
}


input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
/* 	margin: 0 !important; */
}



.map-wrap {
	position:relative;
}

.overlay {
	width:100%;
	min-height:350px;
	position:absolute;
	top:0;
	z-index: 999;
}

#donation-form-container .section h3 {
	color: #6318a3;
	font-family: 'Open Sans Condensed', sans-serif;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding-bottom: .25em;
	margin-bottom: .25em;
	clear: both;
}

.donation-form .field.radio input, .donation-form .field.checkbox input {
	margin-right: 1em !important;
}

.donation-form .field input, .donation-form .field select, .donation-form .field textarea, .donation-form #card-element {
	max-width: 100% !important;
}

.rc-anchor-light.rc-anchor-normal {
	margin: .8em 0 !important;
}

/*
.section.contact .field, .section.billing-address .field, .section.payment .field {
    width: 49%;
    float: left;
}
*/

/*-- END OVERRIDES--*/


/**
 * ==============================================
 *  TYPOGRAPHY
 * ==============================================
 */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h2, .tml h3 {
	color: #6318a3;
	font-family: 'Open Sans Condensed', sans-serif;
}

h3 {
	color: #000;
	font-family: 'Open Sans Condensed', sans-serif;}

h4 {
	color: #0074bd;
	font-family: 'Open Sans Condensed', sans-serif;
}

h6 {
	color: #6318a3;
	font-family: 'Open Sans Condensed', sans-serif;
}

.title {
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
}

.title:after {
	border-bottom: 1px solid #d43c00;
	display: block;
	width: 100px;
	content: '';
	margin: .4em 0;
}

.columns.text-center .title:after {
	margin: .4em auto;
}

.sub-header {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.2em;
}

body {
	font-family: 'Open Sans', sans-serif;
}

p {
	font-family: 'Open Sans', sans-serif;
}

li {
	font-family: 'Open Sans', sans-serif;
}

/*-- END TYPOGRAPHY --*/



/**
 * ==============================================
 *  BUTTONS / TAGS
 * ==============================================
 */

a, .button {
	transition: all 0.3s ease;
}

a[href^=tel]{
	text-decoration:none;
}

a[href^=tel]:hover {

}

.button,
.next-quote-link,
.button.secondary, .btn-submit {
	line-height: 1;
	padding: 1em 1.1em;
	font-weight: 600;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	background: #0074bd;
}

.btn-submit {
	border: none !important;
}

.btn-group .btn-submit-donation {
	padding: 1em 2em !important;
	margin-top: 1em !important;
}

.button:hover,
.button.secondary:hover,
.next-quote-link:hover, .btn-submit:hover {
	background: #6318a3;
	color: #fff !important;
}


.lighttext p {
	color: #fff;
}

.component {
	/* position: relative; */
}
.component {
	padding: 2em 0;
}

.component.image-cta,
.component.hero-vertical-ctas,
.component.services-slider {
	padding: 0;
}

.component.has-titles {
	padding-top: 0;
}

.title, .sub-header {
	margin: 0;
}

.title-wrap {
	padding: 2em 0 1em;
}

.grey {
	background: #f9f9f9;
}

.full {
	width: 100%;
	max-width: 100%;
}

.tml {
	max-width: 100%;
}

.component, .columns, .column {
	position: static;
}

.meta {
	text-transform: uppercase;
	font-size: .8em;
	margin: .3em 0;
	color: #333;
}

.inline-list {
	float: none!important;
	display: inline-block;
}

.inline-list>li {
	float: none;
	display: inline-block;
}


/*-- END BUTTONS / TAGS --*/






/**
 * ==============================================
 *  UTILITY
 * ==============================================
 */

#utility {
	background:#5c1995;
	padding: .3em 0;
	color: #fff;
	text-transform: uppercase;
}

#utility .row {
	max-width: 100%!important;
}

#utility p {
	margin-bottom: 0;
}

#utility a {
	color: #fff;
	font-size: .9em;
	letter-spacing: 1px;
}
#utility .widget {
	display: inline-block;
	margin-bottom: 0;
	color: #fff;
	font-size: .8em;
	vertical-align: middle;
	line-height: 1;
}

.utility-slide-out #utility {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

.admin-bar.utility-slide-out #utility {
	top: 32px;
}

.utility-slide-out #utility .row {
}

.utility-toggle {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9999;
}

.admin-bar.utility-slide-out .utility-toggle {
	top: 6px;
}

/*-- END UTILITY --*/






/**
 * ==============================================
 *  HEADER
 * ==============================================
 */
.header-wrap{
	position: relative;
}
#header {
	padding: 0;
	position: relative;
	z-index: 999;
	background: #fff;
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#header .row {
	max-width: 100% !important;
}

#header.stuck {
	position: fixed!important;
	box-shadow: 0px 0px 10px rgba(0,0,0, .5);
}

#modal-menu {
	background: transparent!important;
	box-shadow: none;
	border: 0;
}

#modal-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#modal-menu ul li {
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
}

#modal-menu ul li ul {
	margin-bottom: 1em;
}

#modal-menu ul li ul li {
	font-size: 1em;
	font-weight: 400;
}

#modal-menu a {
	color: #fff;
	text-transform: uppercase;
}

.header-stuff a[href^=tel] {
	color: #999;
}

.header-stuff .button {
	padding: .75em .7em;
}

/*-- END HEADER --*/




/**
 * ==============================================
 *  MENU
 * ==============================================
 */

/*
 divider - hide it or replace with buttons
 i dunno, do what you want
 */
.top-bar .divider {
	display: none;
}

/* reset */
.top-bar,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section ul li {
	background: transparent;
}

.top-bar {
	margin-top: 2.7em;
	margin-right: .5em;
}

/* normal state */
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button){
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1;
	/*	padding: .7em 1em!important;*/
	margin-right: .2em;
}

.top-bar-section .has-dropdown>a:after {
	display: none;
}

/* hover state */
.top-bar-section li:not(.has-form) a:not(.button):hover {
	background: #666;
}

/* active menu state */
.top-bar-section li.active:not(.has-form) a:not(.button) {
	background: #000;
	color: #fff;
}

/* active menu:hover state */
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
	background: #000;
}

/* parent active state */
.top-bar-section ul li:hover:not(.has-form)>a {
	background: #999;
}

/* drop down normal */
.top-bar-section .dropdown a {
	background: #ff0000!important;
	font-size: .8em!important;
}

/* drop down hover */
.top-bar-section.dropdown a:hover {
	background: #00ff00!important;
}

/* carat normal state */
.top-bar-section .has-dropdown>a:after {
	border-top-color: #ddd;
	top: 14px;

}

/* carat hover state */
.top-bar-section .has-dropdown>a:hover:after {
	border-top-color: #ddd;
}

.menu-wrap {
	background: #eee;
	margin-top: 1em;
	padding: .5em 0;
}

.menu-wrap .menubottom{
	margin-top: 0;
	height: auto;
}



/*-- END MENU --*/




/**
 * ==============================================
 *  MOBILE BUTTONS
 * ==============================================
 */

.mobile-button-container {
	margin-left: -80px;
}
.mobile-button {
	text-align: center;
	text-transform: uppercase;
}

.mobile-button p {
	display: none;
}

.mobile-button i {
	line-height: 1;
	font-size: 2.3em;
	color: #6318a3;
}


/*-- END MOBILE BUTTONS --*/




/**
 * ==============================================
 *  OFF CANVAS MENU
 * ==============================================
 */

.off-canvas-menu {
	background: #0062bf;
}

ul.off-canvas-list li a {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	text-transform: capitalize !important;
	border-bottom: 0;
}

.off-canvas-list li ul li a {
	font-family: 'Open Sans', sans-serif;
}

ul.off-canvas-list li a:hover {
	background: #6318a3;
}

#offcanvas-sidebar .widget_search {
	padding: .8em .6em;
	border-bottom: 1px solid #262626;
}

#offcanvas-sidebar .widget_search input,
#offcanvas-sidebar .widget_search #searchsubmit {
	line-height: 1!important;
	font-size: .7em;
	text-transform: uppercase;
	height: 30px;
}

/*-- END OFF CANVAS MENU --*/



/**
 * ==============================================
 *  MORE FOOTER
 * ==============================================
 */

#more-footer {
	padding: 2em 0;
	background: #fff;
	border-top: solid 1px #f4f4f4;
}

#more-footer .info {
	margin-bottom: 0;
}

#more-footer .widget {
	font-size: .9em;
	line-height: 2;
	color: #777;
}
#more-footer h6 {
	color: #6318a3;
	font-size: 1.4em;
	font-family: 'Open Sans Condensed', sans-serif;
}

/*-- END MORE FOOTER --*/



/**
 * ==============================================
 *  FOOTER
 * ==============================================
 */

#main-footer {
	padding: 1.5em 0;
	background: url(images/bkg_footer.jpg) center top no-repeat;
	background-size: cover;

}

#main-footer .widget {
	color: #fff;
	font-size: .8em;
}

#main-footer .ghost {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	padding: 0.3em .7em !important;
}

#main-footer .ghost:hover {
	background: #fff !important;
	color: #be034d !important;
}



/*-- END FOOTER --*/


/**
 * ==========================================================================================
 *					END GENERAL STYLING / SITE STRUCTURE
 * ==========================================================================================
 */





/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								SHORTCODE COMPONENTS
 *
 * ==========================================================================================
 * ==========================================================================================
 *
 * 1 - SOCIAL PROFILES
 * 2 - BUSINESS CTA
 * 3 - INLINE COMPONENT
 */

/**
 * ==============================================
 *  SOCIAL PROFILES
 * ==============================================
 */

.anf-social-profiles {
	margin: 0;
}

.anf-social-profiles li {
	display: inline-block;
	margin-right: .5em;
}

.anf-social-profiles li:last-child {
	margin-right: 0;
}

.anf-social-profiles li a {
	display: inline-block;
	background: transparent;
	color: #fff;
	text-align: center;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	font-size: 1.5em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
}

.anf-social-profiles li a:hover {
	color: #fff;
	background: #6318a3;
}

/*-- END SOCIAL PROFILES --*/




/**
 * ==============================================
 *  BUSINESS CTA
 * ==============================================
 */

.anf-business-cta .cta,
.anf-business-cta .phone {
	display: inline-block;
	font-size: 1.5em;
}

.anf-business-cta .phone a {
	font-weight: bold;
}

.anf-business-cta .address {
	font-size: .8em;
}

/*-- END BUSINESS CTA --*/


/**
 * ==============================================
 *  INLINE COMPONENT
 * ==============================================
 */

.inline-component {
	display: inline-block;
}

.inline-component br,
.inline-component br:after {
	content: '';
}

.inline-component address {
	font-style: inherit;
}

/*-- END INLINE COMPONENT --*/



/**
 * ==============================================
 *  QUOTES COMPONENT
 * ==============================================
 */

.quotes-swiper {
	padding: 2em 0;
}

.quotes-swiper .th {
	border: 0;
	box-shadow: none;
}

.quotes-swiper .th img {
	border-radius: 999px;
	margin-bottom: 1em;
}

.quotes-swiper .quote {
	font-style: italic;
}

.quotes-swiper .author {
	font-weight: bold;
}

.quotes-swiper .author:before {
	content: '-';
}

/*-- END QUOTES COMPONENT --*/


/**
 * ==========================================================================================
 *					END SHORTCODE COMPONENTS
 * ==========================================================================================
 */





/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								COMPONENTS
 *
 * ==========================================================================================
 * ==========================================================================================
 */


/**
 * ==============================================
 *  TITLE SECTION SECTION
 * ==============================================
 */

.title-section .title,
.title-section .sub-header,
.title-section p {
	text-shadow: 1px 1px 1px rgba(0,0,0, .7);
}
.title-section .title {
	line-height: 1;
}
.title-section .sub-header {
	color: #fff;
}

.title-section p {
	color: #fff;
}

.title-section .content {
	margin-top: 1em;
}

.title-section {
	position: relative;
	overflow: hidden;
}

.title-section video {
	left: 0;
}

.title-section .outer-video-wrap {
	z-index: 1;
}

.title-section .icon-wrap {
	margin-bottom: 1em;
}

.title-section .th {
	border: 0;
	box-shadow: none;
	margin-bottom: 1em;
}

.title-section .title,
.title-section .sub-header,
.title-section .content,
.title-section .icon-wrap,
.title-section .th,
.title-section .icon-strip {
	z-index: 1;
	position: relative;
}

.icon-strip {
	margin-top: 1em;
	padding: 3em 0 2em;
	background: rgba(0,0,0, .5);
}

.background-swiper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.background-swiper .swiper-container,
.background-swiper .swiper-slide {
	height: 100%;
}

.title-section a {
	color: #fff;
	text-decoration: underline;
}

.title-section a:hover {
	text-decoration: none;
}

/*-- END TITLE SECTION SECTION --*/



/**
 * ==============================================
 *  DESIGNER GRID SECTION
 * ==============================================
 */

.designer-grid-1, .designer-grid-1 .columns {
	position: relative;
}
.designer-grid-1 .small-images .th:first-child{
	margin-bottom: 2em;
}

/*-- END DESIGNER GRID SECTION --*/



/**
 * ==============================================
 *  SLIDER
 * ==============================================
 */

.swiper-container {
	position: relative;
	z-index: 99;
}

.swiper-container .arrow {
	position: absolute;
	z-index: 99999;
	top: 50%;
/* 	transform: translateY(-50%); */
	font-size: 2.6em;
	opacity: 1;
	color: rgba(255,255,255, .5);
	display: inline-block;
}

.swiper-container .arrow:hover {
	color: rgba(255,255,255, .9);
}

.swiper-container .arrow.left {
	left: .6em;
}

.swiper-container .arrow.right {
	right: .6em;
}

.swiper-container:hover .arrow {
	opacity: 1;
}

.swiper-container:hover .arrow.left {
	left: .6em;
}

.swiper-container:hover .arrow.right {
	right: .6em;
}

.swiper-container .pagination {
	position: absolute;
	bottom: -2em;
	left: 0;
	right: 0;
	opacity: 0;
	transition: all 0.3s ease;
}
.swiper-container:hover .pagination {
	opacity: 1;
	bottom: 0;
}

.swiper-container .pagination.images ul {
	margin: 0;
	padding: 0;
	list-type: none;
}

.swiper-container .pagination.images ul li {
	display: inline-block;
	padding: 0 .4em;
}

.hero-slider {
	display: none;
}

.hero-slider .title,
.hero-slider .sub-header {
	color: #fff;
	text-transform: uppercase;
}

.hero-slider .title {

}

.hero-slider .content,
.hero-slider .content p {
	color: #fff;
}

.hero-slider .content {
	margin-bottom: 1em;
}

.hero-slider .inner {
	background: rgba(99,24,163, .8);
	padding: 1.5em 2em 1em;
	z-index: 99;
	position: relative;
	text-align: left;
}

.swiper-container .pagination {
	padding: .6em;
	line-height: 1;
	text-align: center;
	z-index: 999;
	position: relative;
}

.swiper-container .swiper-pagination-bullet {
	margin: .3em;
	width: 10px;
	height: 10px;
}

.hero-slider .title {
	text-transform: none!important;
	font-size: 1.1em;
}

.hero-slider .title:after {
	display: none;
}

.hero-slider h3 {
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 2.6em;
}

.hero-slider h3:after {
	content: '';
	display: block;
	border: 1px solid #d43c00;
	width: 50px;
	margin: .3em 0;
}

.hero-slider .button {
	display: block;
	max-width: 170px;
	margin-top: 0em;
	position: absolute;
	z-index: 999;
}

/*-- END SLIDER --*/



/**
 * ==============================================
 *  SERVICES
 * ==============================================
 */

.service-area .title {
	margin-bottom: .5rem;
	color: #6318a3;
	font-size: 1.5em;
}

.service-area .sub-header {
	font-weight: 400;
	margin-bottom: 0;
}

.service-area .items .title {
	text-transform: none;
}

.service-area img {
}

.service-area .th {
	position: relative;
	width: 100%;
	margin-bottom: 1em;
}

.service-area .content-wrap {
	padding-bottom: 2em;
}

.service-area .wrap {
	border: solid 1px #efefef;
	background: #f8f8f8;
	padding: 1.5em;
}

.service-area p, .service-area .item {
	color: #222 !important;
}

/*-- END SERVICES --*/



/**
 * ==============================================
 *  VIDEO BACKGROUND
 * ==============================================
 */

.covervid-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-background {
	position: relative;
	padding: 10em 0 3em;
}

.video-background .title,
.video-background .sub-header {
	color: #fff;
}

/*-- END VIDEO BACKGROUND --*/



/**
 * ==============================================
 *  TESIMONIALS
 * ==============================================
 */

.testimonials .title {
	text-transform: uppercase;
}

.testimonials .quotescollection {
	padding: 0;
	border: 0;
}

.testimonials .quotescollection cite:before {
	content: '';
}

.testimonials blockquote.quotescollection-quote {
	margin: 0;
}

.testimonials .quotescollection-quote footer.attribution {
	text-align: center;
}

.testimonials .quotescollection-quote .nav-next {
	text-align: center;
}

.testimonials .image-wrap img{
	max-width: 320px;
	margin: 0;
}

/*-- END TESIMONIALS --*/



/**
 * ==============================================
 *  CALLOUT
 * ==============================================
 */

.callout {
	background: url(images/bkg_callout.png) #f9f9f9;
	padding: 2em 0;
}

.callout .title {
	font-weight: 400;
	margin: 1em 0;
}

.callout .button {
	border: 1px solid #fff;
	color: #fff;
}

.callout .button:hover {
	background-color: #ee3a43;
}

/*-- END CALLOUT --*/



/**
 * ==============================================
 *  IMAGE CTA
 * ==============================================
 */

.image-cta .row {
	max-width: 100%;
}

.image-cta .columns {
	padding: 3em;
	position: relative;
}

.image-cta .columns:last-child {
	background: rgba(0,0,0, .92);
}

.image-cta .title {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 1rem;
}

.image-cta .sub-header {
	color: #fff;
}


.image-cta .content p{
	color: #fff;
}

.image-cta .button {
	margin-top: 2em;
}

.image-cta .inner {
	max-width: 530px;
}

.image-cta.image-right .inner {
	float: right;
}

/*-- END IMAGE CTA --*/


/**
 * ==============================================
 *  DUAL IMAGE CTA
 * ==============================================
 */

.dual-image-cta .wrap {
	text-align: center;
	padding: 9em 0;
	background: rgba(0,0,0, .8);
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dual-image-cta .wrap:hover {
	background: rgba(0,0,0, .2);
}

.dual-image-cta .columns {
	overflow: hidden;
	position: relative;
}

.dual-image-cta .background {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.dual-image-cta .columns:hover .background.hover-zoomin {
	left: -5em;
	right: -5em;
}

.dual-image-cta .background.hover-zoomout {
	left: -5em;
	right: -5em;
}

.dual-image-cta .columns:hover .background.hover-zoomout {
	left: 0;
	right: 0;
}


/*-- END DUAL IMAGE CTA --*/




/**
 * ==============================================
 *  ALERT CALLOUTS
 * ==============================================
 */

.alerts {
	background: #111;
	padding: 1em 0;
	border-bottom: 2px solid #ddd;
}

.alerts img {
	margin-right: .6em;
}

.alerts-slider {
	display: inline-block;
	list-style: none;
	line-height: 1;
	color: #fff;
	margin: 0;
	padding: 0;
}

.alerts-slider li {
	display: none;
	height: 30px;

}

.alerts-slider li p {
	margin: 0;
}

/*-- END ALERT CALLOUTS --*/


/**
 * ==============================================
 *  HERO VARIETY 1
 * ==============================================
 */

.hero-variety-1 {
	padding: 2em 0;
}

.hero-variety-1 .title,
.hero-variety-1 .sub-header {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.hero-variety-1 .titles {
	margin-bottom: 2em;
}

.hero-variety-1 p,
.hero-variety-1 h2,
.hero-variety-1 h3 {
	color: #fff;
}

/*-- END HERO VARIETY 1 --*/


/**
 * ==============================================
 *  HERO VARIETY 2
 * ==============================================
 */

.hero-variety-2,
.hero-variety-2.parallax-background {
	padding: 0;
}

.hero-variety-2.parallax-background.dark {
	background: #000 url(images/bkg_gears_dark.gif) center center no-repeat;
}
.hero-variety-2 .title,
.hero-variety-2 .sub-header,
.hero-variety-2 .content {
	color: #fff;
	font-weight: bold;
}

.hero-variety-2 p,
.hero-variety-2 h2,
.hero-variety-2 h3 {
	color: #fff;
}

.hero-variety-2 .sidebar-content {
	background: #fff;
}

.hero-variety-2 .sidebar-content p,
.hero-variety-2 .sidebar-content .title,
.hero-variety-2 .sidebar-content .sub-header {
	color: #000;
}

.hero-variety-2 .inner {
	padding: 1em;
}

.hero-variety-2 .feature-content img {
	margin-bottom: 2em;
}

.hero-variety-2 .feature-content {
	padding-top: 1em;
}

.hero-variety-2 .feature-content .title {
	margin-bottom: 1em;
}

.hero-variety-2 .features {
	list-style: none;
	padding: 0;
	margin: 0;
}

.hero-variety-2 .features a {
	display: block;
}

.hero-variety-2 .sidebar-content .sub-header {
	text-transform: uppercase;
	background: #ddd;
	padding: .4em 1em;
	margin: 0;
}

.hero-variety-2 .sidebar-content li a {
	padding: .7em 1em;
	border-bottom: 1px solid #ddd;
}

.hero-variety-2 .sidebar-content li a:hover {
	background-color: #000;
	color: #fff;
}

.hero-variety-2 .sidebar-content li img {
	margin-right: .5em;
}

.hero-variety-2 .sidebar-content .title {
	margin-bottom: 1em;
}

.hero-variety-2 .sidebar-content .button {
	width: 100%;
}

/*-- END HERO VARIETY 2 --*/



/**
 * ==============================================
 *  HERO VARIETY 3
 * ==============================================
 */

.hero-variety-3 .swiper-container {
	padding-top: 2.5em;
}

.hero-variety-3 .title {
	text-align: center;
}

.hero-variety-3 .swiper-container .title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background: rgba(0,0,0, .3);
	padding: 1.5em;
}

.hero-variety-3 .content-wrap p {
	color: #fff;
	text-align: center;
}

.hero-variety-3 .feature-wrap a {
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.hero-variety-3 .feature-wrap img {
	margin-right: .5em;
}

/*-- END HERO VARIETY 3 --*/



/**
 * ==============================================
 *  IMAGE GRID
 * ==============================================
 */

.image-grid {
	padding: 2em 0;
}

.image-grid .title {
	text-transform: uppercase;
	font-weight: bold;
}

.image-grid .sub-header {
	font-style: italic;
	margin-bottom: 1em;
}

.image-grid .inner {
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0,0,0, .2)
}

.image-grid .inner img {
	width: 100%;
}

.image-grid .inner .content {
	padding: 1.6em 0;
	background: #fff;
}

.image-grid .inner .sub-header {
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 1em;
	padding: 0 0.3em;
}

.image-grid .content .content {
	font-size: .9em;
	padding: 0;
}



/*-- END IMAGE GRID --*/



/**
 * ==============================================
 *  PARALLAX SECTION
 * ==============================================
 */

.parallax-section {
	padding: 2em 0;
}

.parallax-section .title,
.parallax-section .sub-header,
.parallax-section .content {
	color: #fff;
}

.parallax-section .title {
	font-weight: 500;
}

.parallax-section .sub-header {
	text-shadow: 1px 1px 1px #000;
}

.parallax-section .content {
	font-size: 1.1em;
	margin: 0 0 1.5em;
	text-shadow: 1px 1px 1px #000;
}

.parallax-section .title-wrap,
.parallax-section .content-wrap,
.parallax-section .buttons {
	max-width: 500px;
	background: rgba(99,24,163, .9);
	padding: 1em 1em;
}

.parallax-section .content-wrap {
	padding-bottom: 0!important;
}
.parallax-section .buttons {
	height: 0;
}

.parallax-section .buttons .button {
	margin-top: .6em;
	text-decoration: none;
}

.parallax-section .title-wrap {
	padding-top: 2em;
}

.parallax-section .buttons {
	padding-bottom: 2em;
}

.parallax-section a {
	color: #fff;
	text-decoration: underline;
}

.parallax-section a:hover {
	text-decoration: none;
}

.parallax-section.hero {
	position: relative;
}

/*-- END PARALLAX SECTION --*/



/**
 * ==============================================
 *  IMAGE CONTENT SECTION
 * ==============================================
 */

.image-content-section {
	padding: 2em 0;
}

.image-content-section .title {
	font-weight: bold;
	margin-bottom: 1em;
	color: #6318a3;
}

.image-content-section .button {
	margin-bottom: 2em;
}

.image-content-section .content p:last-child {
	margin-bottom: 0;
}


.image-content-section .sub-header {
	color: #262262;
	font-weight: bold;
	margin: 0 0 1em;
}


/*-- END IMAGE CONTENT SECTION --*/



/**
 * ==============================================
 *  ONE COLUMN CONTENT SECTION
 * ==============================================
 */

.one-column-section .title {

}

.one-column-section h6 {
	font-weight: bold;
}

.one-column-section .content {
	margin-bottom: 2em;
}

.one-column-section .sub-header {
	font-style: italic;
	font-weight: 400;
}

.single-cta p {
	margin-bottom: 0;
}

.single-cta .content {
	margin-bottom: 0;
}

.single-cta p {
	font-size: 1.3em;
}
/*-- END ONE COLUMN CONTENT SECTION --*/




/**
 * ==============================================
 *  TWO COLUMNS CONTENT SECTION
 * ==============================================
 */

.two-column-section {
	padding: 2em 0;
}

.two-column-section .title {
}

.two-column-section h6 {
	color: #262262;
	font-weight: bold;
}

.two-column-section .sub-header {
	font-style: italic;
	font-weight: 400;
}

/*-- END TWO COLUMNS CONTENT SECTION --*/



/**
 * ==============================================
 *  IMAGE CAROUSEL
 * ==============================================
 */

.image-carousel .row {
	padding-top: 2em;
	padding-bottom: 2em;
}

.image-carousel .wrap img {
	width: 100%;
}

.image-carousel .swiper-slide {
	opacity: .4;
	width: 100%;
}

.image-carousel .swiper-slide-active {
	opacity: 1;
}

.image-carousel .arrow i {
	color: rgba(0,0,0, .3);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.image-carousel .arrow:hover i {
	color: rgba(0,0,0, .6);
}

.image-carousel .arrow {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.image-carousel .arrow.left {
	left: 20%;
}

.image-carousel .arrow.right {
	right: 20%;
}

.image-carousel:hover .arrow.left {
	left: 30%;
}

.image-carousel:hover .arrow.right {
	right: 30%;
}


/*-- END IMAGE CAROUSEL --*/


/**
 * ==============================================
 *  MAP COMPONENT
 * ==============================================
 */

.component.map .cta {
	background: #262262;
	color: #fff;
	padding: 2em 0;
}

.component.map .content {
	display: block;
	margin:0 0 1em;
}

.component.map img,
.map-cta img {
	margin-bottom: 1em;
}

.component.map .gmap_marker .inner,
.map-cta .gmap_marker .inner {
	line-height: 1.5;
}
.component.map .gmap_marker h5,
.map-cta .gmap_marker h5 {
	color: #9a1c1f;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	margin: 0;
}

.component.map .gmap_marker h6,
.map-cta .gmap_marker h6 {
	font-size: 1em;
	color: #262262;
	font-weight: 700;
	line-height: 1;
	marign: 0;
}

.component.map strong,
.map-cta strong {
	color: #5c5c5c;
}

.mpfy-fullwrap {
	margin-bottom: 0!important;
}

/*-- END MAP COMPONENT	 --*/




/**
 * ==============================================
 *  QUICK LINKS
 * ==============================================
 */

.quick-links {
	padding: 2em 0;
}

.quick-links li {
	text-align: center;
}

/*-- END QUICK LINKS --*/



/**
 * ==============================================
 *  RECENT NEWS
 * ==============================================
 */

.recent-news {
	padding: 2em 0;
}

.recent-news .inner {
	padding: 1em 0;
}

.recent-news .image-wrap {
	margin-bottom: 1em;
}

.recent-news .title-wrap {
	padding: 0 0 1em;
}



/*-- END RECENT NEWS --*/




/**
 * ==============================================
 *  PARALLAX HEADER
 * ==============================================
 */

.parallax-background {
	-webkit-transition: background 0.8s ease;
	-moz-transition: background 0.8s ease;
	-ms-transition: background 0.8s ease;
	-o-transition: background 0.8s ease;
	transition: background 0.8s ease;
	padding: 2em 0;
}

.parallax-background.light {
	background: #fff;
	color: #000;
}

.parallax-background.dark {
	/*	background: #000;*/
	color: #fff;
}


.parallax-background .title {
	margin: 0;
	color: #fff;
	font-weight: bold;
}

/*-- END PARALLAX HEADER --*/



/**
 * ==============================================
 *  WOOCOMMERCE CAROUSEL
 * ==============================================
 */

.woocommerce-carousel {
	padding: 2em 0;
}

.woocommerce-carousel .title {
	text-align: center;
}

.woocommerce-carousel .swiper-container .arrow {
	color: rgba(0,0,0, .2);
}

.woocommerce-carousel .swiper-container .arrow:hover {
	color: rgba(0,0,0, .5);
}

.woocommerce-carousel .arrow {
	top: 35%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.woocommerce-carousel .swiper-container {
	padding-bottom: 2.5em;
}

.woocommerce-carousel .inner {
	margin: 0 .5em;
}




/*-- END WOOCOMMERCE CAROUSEL --*/



/**
 * ==============================================
 *  RECENT CONTENT
 * ==============================================
 */

.recent-content {
	padding: 2em 0;
}

.recent-content,
.recent-content .columns {
	position: relative;
}

.recent-events .wrap > .title,
.recent-posts .wrap > .title {
	margin-bottom: .5em;
}

.recent-events-list {
	margin: 0;
	list-style: none;
}

.recent-events-list li {
	margin-bottom: 1em;
}

.recent-events-list li img {
	width: 40px;
}

.recent-events-list li .th {
	margin-right: .5em;
}

.recent-events-list li .title {

}

.recent-events-list li .date {
	font-weight: bold;
	display: inline;
}

.recent-events-list li .venue {
	display: inline-block;
}

.recent-events-list li .venue:before {
	content: '\b7';
	font-weight: bold;
}

.recent-events-list li .date.time .start-date {
	display: block;
}

.recent-events-list li .date.time .start-time,
.recent-events-list li .date.time .end-time {
	font-weight: 400;
}

.recent-content .img-wrap {
	margin-bottom: .5em;
}

.recent-content .inner .title {
	margin-bottom: .5em;
}

.recent-content .swiper-container {
	padding-bottom: 1.5em;
}

.recent-content .swiper-container .arrow {
	color: rgba(0,0,0, .5);
}

.recent-content .swiper-container .arrow:hover {
	color: rgba(0,0,0, .8);
}

/*-- END RECENT CONTENT --*/


/**
 * ==============================================
 *  SERVICES SLIDER
 * ==============================================
 */

.services-slider .slider-control {
	padding: 2em 0;
	background: #f9f9f9;
}

.services-slider .slider-control ul li {
	margin-bottom: 0;
	padding-bottom: 0;
}

.services-slider .sub-header {
	margin-bottom: 2em;
}

.services-slider .slider-control a {
	display: block;
	border: 1px solid;
	padding: 2em 0;
	position: relative;
}

.services-slider .slider-control a.active {
	color: #fff;
	background: #000;
}

.services-slider .slider-control a.active:after,
.services-slider .slider-control a.active:before {
	top: calc(100% + 33px);
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 999;

}

.services-slider .slider-control a.active:after {
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #f9f9f9;
	border-width: 30px;
	margin-left: -30px;
}
.services-slider .slider-control a.active:before {
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #f9f9f9;
	border-width: 36px;
	margin-left: -36px;
}

.services-slider .swiper-container {
	padding: 2em 0;
	background: #fdfdfd;
}

.services-slider .swiper-container .arrow {
	color: rgba(0,0,0, .4);
}

.services-slider .swiper-container .arrow:hover {
	color: rgba(0,0,0, .8);
}

.services-slider .swiper-container .columns {
	box-sizing: border-box;
}

.services-slider .swiper-container .title {
	text-transform: uppercase;
	font-weight: bold;
}

.services-slider .swiper-container img {
	width: 100%;
}

.services-slider .buttons {
	margin-bottom: 2em;
}


/*-- END SERVICES SLIDER --*/


/**
 * ==============================================
 *  PRICING GRID
 * ==============================================
 */

.pricing-grid {
	padding: 2em 0;
}

.pricing-grid .columns > .title {
	text-transform: uppercase;
	color: #063b90;
	font-weight: bold;
}

.pricing-grid .cta-button .button {
	margin-bottom: 1.25rem;
}

.pricing-grid .pricing-table .title {
	text-transform: uppercase;
	color: #fff;
	background: #063b90;
}

.pricing-grid .medium-3 .pricing-table .title {
	background-color: #efa11f;
}

.pricing-grid .pricing-table .description {
	color: #000;
	font-size: 1.1em;
	font-style: italic;
}

.pricing-grid .pricing-table .bullet-item {
	font-size: .8em;
}

/*-- END PRICING GRID --*/



/**
 * ==============================================
 *  HERO POSTS AREA
 * ==============================================
 */

.hero-post-area .swiper-container {
	box-sizing: border-box;
}
.hero-post-area .inner {
	background: rgba(0,0,0, .5);
	margin-top: 8em;
	padding: 1em;
	box-sizing: border-box;
}

.hero-post-area .meta,
.hero-post-area .title {
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
}

.hero-post-area .wrap {
	position: relative;
}

.secondary-category .img-wrap {
	margin-bottom: 1em;
}

.secondary-category .title {
	margin-bottom: 1em;
}

.category-title {
	background: #000;
	color: #fff;
	padding: .5em;
	text-transform: uppercase;
}


/*-- END HERO POSTS AREA --*/



/**
 * ==============================================
 *  CATEGORY FEED
 * ==============================================
 */
.category-feed {
	border-top: 10px solid #0074bd;
}
.category-feed .wrap img {
	margin-bottom: 1em;
}
.category-feed .meta {
	font-size: .9rem;
	margin-bottom: 1em;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: none;
	font-weight: bold;
	color: #000;
}


.category-feed .wrap .title,
.event-feed ul .title {
	font-weight: bold;
	margin-bottom: 1em;
}

.home .event-feed ul .title {
	font-weight: bold;
	margin-top: 0.4em;
	margin-bottom: .4em;
	font-size: 1.2em !important;
}

.category-feed .th {
	padding: 0;
	box-shadow: none;
	border: none;
	position: relative;
}

.category-feed .taxonomy-label {
	position: absolute;
	top: 0;
	left: 1em;
	padding: 1em;
	background: #000!important;
	color: #fff;
	z-index: 1;

}

.category-feed h5 a,
.event-feed h5 a {
	color: #6318a3;
}

.category-feed .title:after,
.event-feed .title:after {
	display: none;
}

.category-feed .taxonomy-label {
	display: none;
}

.cf-small-1 .swiper-slide{
	width: 100%;
}

.category-feed .title {
	display: inline-block;
	color: #000;
	font-size: 1.5em;
}

.event-feed .title {
	font-size: 1.2em !important;
}

.category-feed .title i,
.event-feed .title i {
	color: #999;
	border: 1px solid #999;
	padding: .3em;
	border-radius: 50%;
	-webkit-border-radius: 50%;

}

.category-feed .title-wrap {
	padding-top: 0;
}

.view-all {
	color: #999;
}

.view-all a {
	color: #000;
}

/*-- END CATEGORY FEED --*/



/**
 * ==============================================
 *  UPCOMING EVENTS
 * ==============================================
 */

.upcoming-events .wrap {
	border: 2px solid #000;
	padding: 1em;
}

.upcoming-events .wrap .title {
	margin-bottom: .5em;
	text-transform: uppercase;
}

.upcoming-events .date {
	font-weight: bold;
}

.upcoming-events .venue {
	font-style: italic;
}

.upcoming-events .start-date {
	display: block;
}

.upcoming-events .button {
	margin-top: .5em;
}

/*-- END UPCOMING EVENTS --*/


/**
 * ==============================================
 *  CATEGORY PARALLAX
 * ==============================================
 */

.category-parallax .sub-header {
	color: #fff;
}

.category-parallax .wrap {
	border: 2px solid #fff;
	padding: 2em;
	text-align: center;
	transition: all 0.3s ease;
}

.category-parallax .wrap:hover {
	background: rgba(255,255,255, .2);
}

.category-parallax a {
	text-transform: uppercase;
	font-weight: bold;
}



/*-- END CATEGORY PARALLAX --*/


/**
 * ==============================================
 *  HERO VERTICAL CTAS
 * ==============================================
 */

.hero-vertical-ctas,
.hero-vertical-ctas .title {
	color: #fff;
}

.hero-vertical-ctas .title {
	margin-bottom: .4em;
}

.hero-vertical-ctas .wrap {
	padding: 2em;
	background: rgba(0,0,0, .7);
}

.hero-vertical-ctas .wrap:hover {
	background: rgba(0,0,0, .3);
}

.hero-vertical-ctas .wrap {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.hero-vertical-ctas .content {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}



/*-- END HERO VERTICAL CTAS --*/



/**
 * ==============================================
 *  PORTFOLIO FEED
 * ==============================================
 */

.portfolio-feed .title-wrap,
.portfolio-feed .buttons {
	text-align: center;
}

.portfolio-feed .wrap {
	position: relative;
	overflow: hidden;
}

.portfolio-feed .th {
	border: 0;
	outline: 0;
}


/*-- END PORTFOLIO FEED --*/


/**
 * ==============================================
 *  MODAL POPUPS
 * ==============================================
 */

.component.modal-popups,
.component.modal-popups .columns {
	position: static;
}

.modal-popups .reveal-modal img {
	width: 100%;
}

.modal-popups .inner {
	border: solid 1px #efefef;
	background: #f8f8f8;
	text-align: left;
	padding: 1em 1.5em;
}

.modal-popups .inner .button {
	margin: 1.5em 0 0 0;
}


/**
 * ==============================================
 *  TWO COLUMN CATEGORY FEED
 * ==============================================
 */

.two-column-category-feed {
	text-align: center;
}
.two-column-category-feed .title-wrap {
	margin-bottom: 2em;
}

.two-column-category-feed .additional .sub-header {
	margin-bottom: 1em;
}


.two-column-category-feed .additional-posts {
	list-style: none;
	margin: 0;
	text-align: left;
}

.two-column-category-feed .additional-posts li {
	padding-left: 60px;
	clear: left;
}

.two-column-category-feed .additional-posts li img {
	width: 50px;
	float: left;
	margin-left: -60px;
	margin-bottom: 1em;
}



/*-- END TWO COLUMN CATEGORY FEED --*/




/**
 * ==============================================
 *  VIDEO FEED
 * ==============================================
 */

.video-feed .header {
	padding: 2em 0;
}



/*-- END VIDEO FEED --*/



/**
 * ==========================================================================================
 *					END COMPONENTS
 * ==========================================================================================
 */





/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								PAGE STYLING
 *
 * ==========================================================================================
 * ==========================================================================================
 *
 */


/**
 * ==============================================
 *  DEFAULT PAGE TEMPLATE
 * ==============================================
 */


/*-- END DEFAULT PAGE TEMPLATE --*/



/**
 * ==============================================
 *  BLOG
 * ==============================================
 */

body.blog, body.category, body.tribe_venue-template-default, body.post-type-archive-tribe_events, body.single-tribe_events {
	background: url(images/bkg_dots.jpg);
}

.blog .meta,
.single .meta {
	text-transform: uppercase;
	font-size: .8em;
	line-height: 1;
	margin-bottom: .8em;
}

.blog .meta i,
.single .meta i {
	margin-left: 1em;
}

.blog .meta span:first-child i,
.single .meta span:first-child i {
	margin-left: 0;
}

.blog .featured-image,
.single .featured-image {
	padding-bottom: .5em;
}

.blog .columns, .post-type-archive-lessons-resources .columns, .page-template-template-employee-portal .columns, .category .columns, .single .columns, .page-template-template-account .columns{
	position: relative !important;
}

.title-section.padding  {
	padding: 5em 0 29em!important;
}

.box-wrap {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(143,143,143,0.57);
	-moz-box-shadow: 0px 0px 5px 0px rgba(143,143,143,0.57);
	box-shadow: 0px 0px 5px 0px rgba(143,143,143,0.57);
	padding: 1.5em;
	margin: -430px auto 4em;
	background: #fff !important;
	min-height: 500px;
	z-index: 100;
	position: relative;
}

.box-wrap table {
	margin-top: 1em !important;

}

.blog-grid li {
	padding: .5em 3.8em 1.8em .5em;
}

, .featured img, .single .featured-image img {
	  margin: 0 0 1em 0;
  }

.blog-grid img, .featured img {
	display: none;
}

.blog .widget li, .category .widget li, .single .widget li, . {
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	border-bottom: solid 1px #f0f0f0;
}

ul.blog-grid li {
	border-bottom: solid 4px #f0f0f0;
	margin-bottom: 1em;
}


.ssba, .ssba a {
	float: left !important;
}

.single .sub-header {
	padding-bottom: 1em;
}
/*-- END BLOG --*/



/**
 * ==========================================================================================
 *					END PAGE STYLING
 * ==========================================================================================
 */




/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								WOOCOMMERCE STYLING
 *
 * ==========================================================================================
 * ==========================================================================================
 *
 */



/**
 * ==============================================
 * GENERAL
 * ==============================================
 */

.woocommerce-breadcrumb {
	margin-bottom: 1em;
}

.woocommerce-message {
	padding: 1em;
	margin: 0 0 1em;
	border: 1px solid #ddd;
	background: #f9f9f9;
}

.woocommerce-message .button {
	margin-right: 1em;
}

.onsale {
	position: absolute;
	background: #000;
	padding: .4em 1.3em;
	color: #fff;
}

.woocommerce .star-rating {
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 5.4em;
	font-family: star;
	margin: 0 auto 1em;
}

.woocommerce .star-rating:before {
	content: "\73\73\73\73\73";
	color: #d3ced2;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.woocommerce .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.woocommerce .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}

.product .sub-header {
	text-align: center;
	position: relative;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}


.product .inner {
	position: relative;
	display: block;
	border: 1px solid #ddd;
}

.product .inner img {
	width: 100%;
}

.product .wrap {
	display: block;
	padding: 1em 0;
}

.product .bottom {
	padding-bottom: 1em;
}

.woocommerce-info {
	border: 1px solid #ddd;
	background: #f9f9f9;
	padding: 1em;
	margin: 0 0 1em;
}

.woocommerce table {
	width: 100%;
}

/*-- END GENERAL --*/




/**
 * ==============================================
 *  PRODUCT DETAIL
 * ==============================================
 */

.single-product .product_title {
	margin: 0;
}

.single-product .woocommerce-product-rating {
	margin: 0 0 1em;
}

.single-product .price {
	font-size: 1.2em;
}

.single-product .quantity {
	max-width: 80px;
	display: inline-block;
}

.single-product .thumbnails {
	margin-top: 1em;
	margin-bottom: 1em;
}

.single-product .thumbnails li img {
	width: 100%;
}

.single-product .woocommerce-product-rating .star-rating {
	margin: .5em 4px 0 0;
	float: left;
}

.single-product .woocommerce-review-link {
	margin-top: .3em;
	display: inline-block;
}

.single-product .variations {
	border: 0;
	width: 100%;
}

.single-product .variations .label,
.single-product .variations .value {
	padding: .5em;
	display: table-cell;
	line-height: 1.125rem;
	background: 0;
}

.single-product .variations .label {
	vertial-align: top;
}

.single-product .variations select {
	margin: 0;
}

.single-product .woocommerce-tabs {
	margin: 0 0 2em;
}

.single-product .woocommerce-tabs .tabs {
	list-style: none;
}

.single-product .woocommerce-tabs .tabs li {
	display: inline-block;
}

.single-product .woocommerce-tabs .tabs li a {
	padding: .67em 1.1em;
	display: inline-block;
	border: 1px solid #ddd;
	border-bottom: 0;
	color: #ccc;
}

.single-product .woocommerce-tabs .tabs li a:hover {
	background: #f9f9f9;
}

.single-product .woocommerce-tabs .tabs li.active a {
	background: #666;
	color: #fff;
	border: 1px solid #999;
	border-bottom: 0;
}

.single-product .woocommerce-tabs .tabs li.active a:hover {
	background: #000;
}

#reviews .avatar {
	float: left;
	padding: 5px;
	border: 1px solid #ddd;
	background: #fff;
	width: 70px;
}

#reviews .comment-text {
	margin-left: 90px;
}

#reviews .star-rating {
	margin: 0 0 .5em;
}


/*-- END PRODUCT DETAIL --*/



/**
 * ==============================================
 *  PRODUCT / SHOP ARCHIVE
 * ==============================================
 */

.woocommerce-pagination .page-numbers {
	list-style: none;
	text-align: center;
	margin: 0;
}

.woocommerce-pagination .page-numbers li {
	display: inline-block;
}

.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li .current {
	display: inline-block;
	border: 1px solid #ddd;
	width: 2.5em;
	padding: .5em 0;
	text-align: center;
	margin: 0 .4em
}

.woocommerce-pagination .page-numbers li .current {
	border: 0;
	padding: 0;
	width: auto;
}

.woocommerce-pagination .page-numbers li a:hover {
	background: #000;
	color: #fff;
}

/*-- END PRODUCT / SHOP ARCHIVE --*/



/**
 * ==============================================
 *  CHECKOUT
 * ==============================================
 */

.woocommerce .shop_table img {
	width: 50px;
	border: 1px solid #ddd;
	padding: 3px;
	background: #fff;
}

.woocommerce .shop_table .variation,
.woocommerce .shop_table .variation p {
	margin: 0;
}

.woocommerce .shop_table .variation {
	font-size: .65em;
}

.woocommerce .shop_table .variation p {
	font-size: 1em;
}
.woocommerce .shop_table .variation dt,
.woocommerce .shop_table .variation dd {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.payment_methods {
	list-style: none;
	margin: 0 0 1em;
}

.payment_methods li {
	vertical-align: bottom;
}

.payment_methods label {
	font-weight: bold;
}

.payment_methods .payment_box p{
	font-size: .9em;
}

.coupon .button {
	margin-left: -120px;
	float: right;
}

#coupon_code {
	float: left;
	width: calc(100% - 150px);
	max-width: auto;
	margin-right: 120px;
}

.coupon:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.woocommerce-error {
	padding: 1em;
	border: 1px solid #ff9999;
	margin: 0 0 1em;
	list-style: none;
	background: #ffdddd;
	font-size: .9rem;
}

ul.order_details {
	padding: 1em;
	border: 1px solid #66aa66;
	margin: 0 0 1em;
	list-style: none;
	background: #eeffee;
	font-size: .9rem;
}


/*-- END CHECKOUT --*/



/**
 * ==============================================
 *  MY ACCOUNT PAGE
 * ==============================================
 */

.woocommerce .myaccount_user {
	border: 1px solid #ddd;
	padding: 1em;
	background: #f9f9f9;
}
.woocommerce .address h3 {
	display: inline-block;
}
.woocommerce .edit {
	font-weight: normal;
	font-size: .9em;
	margin: 0 .4em;
}

.woocommerce .address {
	margin-bottom: 2em;
}

.account-sidebar h3 {
	text-transform: uppercase;
	margin-bottom: .8em;
}

.account-sidebar ul {
	margin: 0;
	list-style: none;
}

.account-sidebar ul li a {
	display: block;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	border-bottom: solid 1px #f0f0f0;
}


/*-- END MY ACCOUNT PAGE --*/




/**
 * ==============================================
 *  PORTFOLIO
 * ==============================================
 */

.portfolio-navigation select {
	margin-bottom: 0;
}

.portfolio-navigation {
	padding-bottom: 3em;
}

.portfolio-navigation .view-list a {
	padding: 0 .3em;
}

.portfolio-navigation .view-list a:hover {
	background: #999;
	color: #fff;
}

.portfolio-navigation .view-list .selected {
	background: #000;
	color: #fff;
}

.portfolio-navigation .meta {
	margin-top: .8em;
}

.portfolio-navigation .view-list {
	margin-top: .5em;
	margin-bottom: 0;
}

.list-view .row {
	padding-bottom: 2em;
}

.masonry-view .caption {
	padding: 1em;
}

.masonry-view .grid {
	background: #fff;
}
/*-- END PORTFOLIO --*/




/**
 * ==============================================
 *  SCRUBS
 * ==============================================
 */

#scrubs-container {
	width: 100%;
	height: 100%;
	min-height: 500px;
}
.scrub {
	height: 100%;
	height: 100vh;
	width: 100%;
}

.copy-text .row {
	position: relative;
	top:50%;
	transform: translateY(-50%);
}

.item {
	color: #fff;
}

.copy-text .item {
	position: relative;
	opacity: 0;
	bottom: -100%;
}

.copy-text .item.opacity {
	opacity: 1;
	bottom: 0;
}

.copy-text .item.opacity.fadeout {
	opacity: 0;
	top: -100%;
}

/*-- END SCRUBS --*/




/**
 * ==============================================
 *  HEADER SLIDES
 * ==============================================
 */

.header-parallax-section {
	padding: 12em 0 7em;
	position: relative;
	overflow: hidden;
}

.header-parallax-section .slide-content {
	z-index: 2!important;
	position: relative;
}

.content-right .slide-content {
	max-width: 400px;
	margin-left: auto;
	text-align: center;
}
.header-parallax-section .sub-header,
.header-parallax-section .title {
	color: #000!important;
}

.header-parallax-section .content p {
	color: #000;
}

.header-parallax-scene {
	position: absolute!important;
	top: 0!important;
	bottom: 0!important;
	left: 0!important;
	right: 0!important;
	width: 100%;
	margin: 0!important;
	z-index: 1!important;
}

.header-parallax-scene .layer {
	position: absolute!important;
}

#header-slide-navigation {
	position: fixed;
	z-index: 999;
	background: rgba(255,255,255, .4);
	right: 0;
	top: 50%;
	padding: .5em;
}

#header-slide-navigation li {
	padding: 0;
	list-style: none;
	font-size: .4em;
	line-height: 1;
}

#header-slide-navigation li a {
	padding: 1em .5em;
	display: block;
	line-height: 1!important;
}



/*-- END HEADER SLIDES --*/

#event-feed-section .row {
	max-width: 100% !important;
}



#event-feed-section .event-feed h5.title {
	text-transform: none!important;
	margin-top: .7em;
	margin-bottom: .5em!important;
}

.event-feed .date {
	color: #000;
	text-transform: none;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
}

.event-feed .venue {
	text-transform: none;
}

.event-feed .start-date {
	display: block;
}

#event-feed-section h2.title {
	margin-top: 2em;
	margin-bottom: 1.4em!important;
	text-transform: none;
}

#event-feed-section {
	padding: 0;
}

.event-feed {
	padding-top: 0;
}

.ghost {
	background: transparent;
	color: #d43c00;
	border: 2px solid #d43c00;
}

.ghost:hover {
	border: 2px solid #6318a3;
}

.view-all a {
	text-decoration: underline;
}

.view-all a:hover {
	text-decoration: none;
}

.inline-block {
	display: inline-block;
}

/* 
.tribe-mini-calendar thead,
.tribe-mini-calendar {
	border: 0!important;
}
.tribe-mini-calendar thead td {
	background-color: #f2f2f2!important;
	border: 0!important;
	padding: 1em;
}

.tribe-mini-calendar-nav span {
	color: #000!important;
}

.tribe-mini-calendar thead th {
	background-color: #f2f2f2!important;
	color: #000;
	border: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: .5em 0;
}

.tribe-mini-calendar-nav-link span {
	color: #ccc!important;
	font-size: 2em!important;
	position: relative;
	top: 3px;
}

.tribe-mini-calendar .tribe-events-present,
.tribe-mini-calendar td.tribe-events-has-events {
	background: #d90e81!important;
}

.tribe-mini-calendar .tribe-events-has-events:hover a:hover {
	background: #6318a3!important;
}

.tribe-mini-calendar-event .list-date .list-dayname,
.tribe-mini-calendar-event .list-date {
	background: #d90e81!important;
	color: #fff!important;
}

.tribe-mini-calendar-event .list-info h2 a {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #6318a3!important;
}

.tribe-mini-calendar-wrapper {
	padding: 1em;
	background: #f2f2f2 ;
}

.tribe-mini-calendar-event {
	background: #fff;
	padding: 1em 0;
	border-bottom: 0!important;
}

.event-feed .row {
	margin: 0;
}


.post-type-archive-tribe_events .tribe-address {
	display: none;
}

.single-tribe_venue .tribe-venue-name{
  display: none !important;
}

 .tribe-events-venue .tribe-events-map-wrap {
	margin: 5px 0 30px 0 !important;
	float: left !important;
	width: 100% !important;
	background: none !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 0 !important;
}


.tribe-events-venue .tribe-events-venue-meta {
	padding: 0 !important;
}

.tribe-events-venue .tribe-events-venue-meta {
	padding: 0 !important;
}

li#tribe-events-adv-list-widget-2 {
	list-style: none !important;
}

#tribe-events-adv-list-widget-2 .tribe-mini-calendar-event {
	background: #fff;
	margin: 0 0 1em 0 !important;
	padding: 0 0 1em 0 !important;
	border-bottom: solid 1px #f0f0f0 !important;
}

.tribe-events-adv-list-widget .tribe-events-widget-link a {
	display: none;
}

.tribe-mini-calendar-event .list-info h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 0;
	margin-bottom: 6px !important;
}

.tribe-mini-calendar-event .tribe-events-duration {
	margin-bottom: 6px !important;
}

h2.tribe-events-page-title {
	text-align: left !important;
}

.tribe-events-list-separator-month:after {
	border: none !important;
}

.tribe-events-list-separator-month {
	text-align: left !important;
	background-color: #6318a3 !important;
	padding: .5em 0.8em !important;
}


.tribe-events-list-separator-month span {
	background: none !important;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	padding: 0 !important;
}

.tribe-events-user-recurrence-toggle {
	display: none !important;
}

/*
.post-type-archive-tribe_events .tribe-events-page-title {
    display: none !important;
}

.tribe-events-list .type-tribe_events {
	border-bottom: 0;
	padding: 0em 0 0.8em !important;
	position: relative;
}

.events-list #tribe-events-footer, .single-tribe_events #tribe-events-footer, .tribe-events-day #tribe-events-footer, .tribe-events-map #tribe-events-footer, .tribe-events-photo #tribe-events-footer {
	border-top: none !important;
	padding-top: 0 !important;
}

.tribe-events-list .tribe-events-event-cost span {
	background: none !important;
	border: none !Important;
	display: block;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
	padding: 5px 10px 5px 0;
	text-align: right;
	text-overflow: ellipsis;
	color: #d90e81;
}

.tribe-events-loop .tribe-events-event-meta {
	border: 0;
	clear: none !important;
	float: none;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	margin: 5px 0 15px;
	overflow: visible;
}

.tribe-events-event-meta address.tribe-events-address, .tribe-events-list .tribe-events-venue-details {
	font-weight: 400;
	font-style: normal !important;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
	background-color: #d90e81 !important;
}

.single-tribe_events .tribe-events-single-event-title {
	color: #6318a3;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 2.3em !important;
	font-weight:700;
}

.single-tribe_events .tribe-events-schedule h2 {
	font-style: normal;
	font-weight: 700;
	color: #0074bd;
	font-size: 1.8em;
}

.single-tribe_events .tribe-events-schedule .recurringinfo, .single-tribe_events .tribe-events-schedule .tribe-events-cost, .single-tribe_events .tribe-events-schedule .tribe-events-divider {
	font-size: 1.4em !important;
	color: #d90e81;
}

.single-tribe_events .tribe-events-event-meta {
	background: none !important;
	border: none !important;
	margin: 30px 0;
	border-top: solid 7px #f0f0f0 !important;
	border-bottom: solid 7px #f0f0f0 !important;

}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
	display: inline;
	box-sizing: border-box;
	display: inline-block;
	float: none !important;
	margin: 0 0 20px;
	padding: 0 !imoportant;
	text-align: left;
	vertical-align: top;
	width: 100% !important;
	zoom: 1;
}

.single-tribe_events .tribe-events-venue-map {
	display: inline;
	background: none !important;
	border: none !important;
	border-radius: 0 !important;
	display: inline-block;
	float: left !important;
	clear: both !important;
	margin: 20px 4% 2% 0;
	padding: 0 !important;
	vertical-align: top;
	width: 100% !important;
	zoom: 1;
}

.tribe-events-meta-group.tribe-events-meta-group-gmap {
	float: none !important;
	clear: both !important;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
	clear: left;
	font-weight: 700;
	line-height: 1;
	list-style: none;
	margin: 30px 0 0 0 !important;
}

.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
	max-width: 100% !important;
}

address {
	font-style: normal !important;
	font-family: 'Open Sans Condensed', sans-serif;
}

.archive .tribe-events-ical {
	display: none !important;
}

.tribe-events-calendar thead th {
	background-color: #6318a3 !important;
	color: #fff;
	font-weight: 700;
	padding: 1em 0;
	white-space: nowrap;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

.recurring-info-tooltip, .tribe-events-calendar .tribe-events-tooltip, .tribe-events-shortcode.view-week .tribe-events-tooltip, .tribe-events-week .tribe-events-tooltip {
	width: 230px !important;
}

.tribe-events-tooltip .tribe-events-event-thumb {
	padding: .85em 0 0 0 !important;
	width: 100%;
}

.single-tribe_venue .tribe-address {
	display: block;
}

.tribe-events-list .tribe-events-loop .tribe-events-event-image {
	float: left;
	margin: 0 3% 0 0;
	width: 100% !important;
}

.recurring-info-tooltip, .tribe-events-calendar .tribe-events-tooltip, .tribe-events-shortcode.view-week .tribe-events-tooltip, .tribe-events-week .tribe-events-tooltip {
	padding: .75em 1em 1em !important;
}

.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper {
	max-width: 100% !important;
	margin: 0 auto;
}

.tribe-events-list .type-tribe_events h2 {
	font-size: 1.6em;
	margin: 0 0 0.7em 0;
}


.tribe-events-list .type-tribe_events {
    border-bottom: 0;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(143,143,143,0.57);
    -moz-box-shadow: 0px 0px 5px 0px rgba(143,143,143,0.57);
    box-shadow: 0px 0px 5px 0px rgba(143,143,143,0.57);
    padding: 1.5em !important;
    margin: 2em 0 !important;
}

.event-feed h2.title {
	display: inline-block;
}


#tribe-events-bar {
	clear: none;
	height: auto;
	margin-bottom: 30px;
	min-width: 350px !important;
	position: relative;
	width: 100%;
}

.tribe-related-events .tribe-events-venue {
	display: none;
}

.tribe-mini-calendar-list-wrapper .type-tribe_events:nth-child(1n+3) {
	display: none;
}

#tribe-bar-form .tribe-bar-filters {
    width: auto !important;
}

 */


.tribe-events-content a.button, .tribe-events-content a.button:hover {
    color: #fff;
}

.tribe-events-content a {
    border-bottom: none !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-top: 2.2em;
    padding-bottom: 0em;
}

.label {
	display: inline-block;
	font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	font-weight: normal;
	line-height: 1;
	margin-bottom: auto;
	position: relative;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	padding: 0 !important;
	font-size: 1rem !important;
	background-color: transparent !important;
	color: #000 !important;
	margin-bottom: 1em !important;
}

.tribe-events-single-section.tribe-events-event-meta.primary{
    margin-bottom: 0;
    padding-top: 0;
    position: static;
    width: 100%;
}

.tribe-events-venue-map {
    width: 100% !important;
} 

.tribe-events-single ul.tribe-related-events li {
    background: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 3px;
    box-sizing: border-box;
    float: left;
    font-size: .8em !important;
    font-weight: 400;
    list-style: none;
    margin: 0 4% 2% 0;
    padding: 0;
    width: 29.3333%;
}

.tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode .tribe-events-l-container {
    border: solid 2px #efefef;
    padding: 2em !important;
}

.tribe-events-calendar-list__event-venue-address, .tribe-events-cal-links, .tribe-events-c-subscribe-dropdown {
    display: none !important;
}

.tribe-events-back {
    margin-bottom: .5em !important;
}

.tribe-events-event-image img {
    width: 100%;
}

.single .author .tribe-address {
    display: none; !important;
}

.single .tribe-events-schedule {
    margin: .5em 0 .25em 0 !important;
}

.single-tribe_events .title-section {
    display: none;
}

.single-tribe_events #tribe-events-pg-template {
    padding: 0 !important;
}


.single-tribe_events .box-wrap, .tribe-events .tribe-events-l-container, .single-tribe_events #tribe-events-pg-template {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(143,143,143,0.57);
	-moz-box-shadow: 0px 0px 5px 0px rgba(143,143,143,0.57);
	box-shadow: 0px 0px 5px 0px rgba(143,143,143,0.57);
	padding: 2.5em 2em !important;
	margin: 2em auto 4em;
	background: #fff !important;
	min-height: 500px;
	z-index: 100;
	position: relative;
}

.home .tribe-events .tribe-events-l-container {
	margin: auto !important;
}

.home .widget_tribe-widget-events-month .tribe-events-widget-shortcode__header-title{
   margin-bottom: 0 !important;
}

.single-tribe_events .box-wrapper {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(143,143,143,0.57);
	-moz-box-shadow: 0px 0px 5px 0px rgba(143,143,143,0.57);
	box-shadow: 0px 0px 5px 0px rgba(143,143,143,0.57);
	padding: 1.5em;
	margin: -430px auto 4em;
	background: #fff !important;
	min-height: 500px;
	z-index: 100;
	position: relative;    
} 

.single-tribe_events .row, 
.single-tribe_events #tribe-events-pg-template {
    max-width: 1300px !important; 
}

.single-tribe_events hr {
    border: solid .05em #e4e4e4 !important;
}


.tribe-events-single-event-title, .tribe-events-pro-venue__meta-title {
    color: #5d1995 !important;
    line-height: 1.15em !important;
    margin-bottom: .5em !important;
}

.tribe-events-related-events-title {
    border: none !important;
}



