/**
 * ==========================================================================================
 * ==========================================================================================
 *
 * 								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
 * ==============================================
 */

:root {
	/* PRIMARY BRAND COLOR — BLUE */
	--blue-rgb: 27, 83, 165;
	--blue: rgba(var(--blue-rgb), 1);
	--blue-hover: #000;

	/* BACKWARD COMPATIBILITY (DO NOT REMOVE YET) */
	--red-rgb: var(--blue-rgb);
	--red: var(--blue);
	--red-hover: var(--blue-hover);
}

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

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

.row {
    max-width: 1200px;
}

.utility-edge-to-edge #utility .row, .header-edge-to-edge #header .row {
	max-width: 100%;
}


.title-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--red-rgb),0.4);
    -webkit-clip-path: polygon(0 0, 24% 100%, 0 100%);
    clip-path: polygon(0 0, 24% 100%, 0 100%);
    z-index: -1;
}

.title-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--red-rgb),0.4);
    -webkit-clip-path: polygon(1% 0, 21% 0, 46% 100%, 25% 100%);
    clip-path: polygon(1% 0, 21% 0, 46% 100%, 25% 100%);
    z-index: -1;
}

.parallax-background .gform_wrapper {
    background: rgba(255,255,255,.8);
    padding: 1.5em;
}

.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
    margin-top: 16px !important;
    margin-right: 8px !important;
}

.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label, .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label, .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label {
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    font-size: 1.2em !important;
}

abbr, acronym {
    font-size: 100%;
    text-decoration: none !important;
}


.responsive-table thead tr th, .responsive-table tbody tr td, .responsive-table tbody tr th {
    padding: 1.3em .5em !important;
}

.responsive-table a {
    color: rgb(27, 83, 165) !important;
}


/*-- END OVERRIDES--*/

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

h1, h2, h3, h4, h5, h6 {
	font-family: 'Fjalla One', sans-serif;
	color: var(--red);
}

h1 {

}

h2 {
}

h3 {

}

h4 {
    color: #000;
}

h5 {

}

.title {
	font-size: 30px;
	color: var(--red);
}

.sub-header {
	text-transform: uppercase;
    color: #000;

}

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


p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	line-height: 1.6;
	font-size: 1.1em;

}

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

.content ul, .content-wrap ul, .content ol, .content-wrap ol {
	padding-left: 3em;
	margin-left: 0;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}

.content ul li, .content-wrap ul li, .content ol li, .content-wrap ol li {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 2;
}

.parallax-background .title,
.parallax-background .sub-header {
	text-shadow: 2.5px 4.3px 5px rgba(0, 0, 0, 0.55);
}

/*-- END TYPOGRAPHY --*/



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

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

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

a[href^=tel]:hover {

}

a:hover {
	color: var(--red-hover);
}

.button.portal, .button.portal:active,
.button.portal:focus {
	background: none;
	color: #000;
	border-radius: 0;
	border: 2px solid #000;
	padding: 9px;
	font-size: 13px;
	font-weight: 600;
}

.button,
.next-quote-link,
.button:active,
.button:focus {
	line-height: 1;
	padding: 1em 2em;
	display: inline-block;
	font-size: 1em;
	background: var(--red);
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	border-radius: 24.5px;
    margin-right: .8em;
    margin-bottom: .8em;
    text-decoration: none !important;
}

.button:hover,
.next-quote-link:hover {
	color: #fff;
	background: var(--red-hover);
}

.button i {
	margin-right: 5px;
}

.wow:not(.animated) {
	visibility: hidden;
}

.component {
	padding: 2em 0;
}

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

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

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

.grey {
	background: #f9f9f9;
}

.tml {
	max-width: 100%;
}

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

.meta {
	font-size: 1em;
	margin: .3em 0;
}

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

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

#middle {
	padding: 2em 0;
}

.no-padding {
	padding-top: 0!important;
	padding-bottom: 0!important;
}


.parallax-background .title,
.parallax-background .sub-header,
.parallax-background p, .parallax-background h1, .parallax-background h2, .parallax-background h3, .parallax-background h4, .parallax-background h5, .parallax-background a {
	color: #fff;
}

.parallax-background a {
    text-decoration: underline;
    font-weight: bold;
}

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

.component.hero {
	padding: 3em 0;
}

.component.small-hero {
	padding: 6em 0;
}

.bkg-triangles {
	background: url(images/bkg_triangles.jpg);
}

.bkg-crossword {
	background: url(images/bkg_crossword.jpg);
}

table {
	width: 100%;
}

.widget.CopyRightFootnote {
	margin-top: 1em!important;
	font-size: .8em;
	color: #999;

}



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




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


#utility {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
}

#utility .anf-social-profiles {
	margin: 0 15px;
}

#utility .columns {

	padding: 23px 33px 0;
}


#utility .widget {
    display: inline-block;
	margin: 0;
	vertical-align: middle;
	line-height: 1;
}

#utility .widget li {
	display: inline-block;
}

#utility address,
#utility address + a {
	font-size: 20px;
	color: var(--red);
	font-family: "Fjalla One", sans-serif;
	font-style: normal;
	display: inline;
	padding-left: 0.5em;
}

#utility address + a:hover {
	color: var(--red-hover);
}

.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-absolute #header {
	position: absolute;
	width: 100%;
	z-index: 100;
}

.header-wrap{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

#header {
    padding: 1em 0;
    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 .columns {
	display: flex;
	align-items: flex-end;
}

#header.stuck {
	position: fixed!important;
	background: #222;

}

#header .logo {
    max-width: 230px;
    margin-bottom: -5em;
    margin-right: auto;
    z-index: 999;
}

#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: 100;
}

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

.header-widgets {
	text-align: right;
    position: relative;
	z-index: 9;
}


.header-widgets span {
	display: block;
}


.header-widgets li:first-child a {
	text-decoration: none;
	color: #90bbff;
	text-transform: uppercase;
	font-weight: bold;
}

.inline-cart-contents,.anf-social-profiles {
	display: inline-block;
	margin-left: 1em;
}

/*-- END HEADER --*/


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

.primary-navigation {
	z-index: 9;
}

.mega-menu-link {
	font-weight: 600 !important;
}

/*
#header #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link:hover {
	color: var(--red);
}
*/

li.mega-menu-item.mega-menu-clear {
	clear: none!important;
}

.mega-highlight a {
	border: 1px solid #fff!important;
}

.primary-navigation li {
	display: inline-block;
	list-style: none;
	margin-right: 1.3em;
}

.primary-navigation li a {
	color: #fff;
}



/*-- END MENU --*/




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

.mobile-button-container {
	z-index: 999;
		position: absolute;
		right: 0.9375rem;
		top: 50%;
		transform: translateY(-50%);
	}

	#header .columns {
		position: relative;
	}
.mobile-button {
	text-align: center;
}

.right-off-canvas-toggle {
	color: var(--red);
}

.right-off-canvas-toggle:hover {
	color: var(--red);
}


.mobile-button p {
	display: none;
}

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

.hamburger {
	position: relative!important;
	color: #000;
	margin-top: .8em;
	font-weight: bold;
	font-style: italic;

}

.hamburger__icon,
.hamburger__icon:after,
.hamburger__icon:before {
	background-color: #000;
}



/*-- END MOBILE BUTTONS --*/




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

.off-canvas-menu {
	background: #000;
	background-size: cover;
}

ul.off-canvas-list li a {
	color: #fff;
	border-bottom: none;
	font-weight: bold;
	padding: 1em 1em;
}

ul.off-canvas-list li a:hover {
	background: var(--red);
	color: #fff;
}

ul.off-canvas-list li ul li {
    list-style: none;
}

ul.off-canvas-list li ul li a {
    padding: 1em 2em;
}

.off-canvas-list ul li a {
    text-transform: capitalize;
}

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



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


#more-footer {
	padding: 2em 0;
    background: #ddd;
}

#more-footer p {
	line-height: 1.8!important;
	margin-bottom: 1em;
}

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

#more-footer h6 {
	font-size: 1rem;
	font-weight: bold;
	padding-bottom: .5em;
}

#more-footer p {
	line-height: 1.8!important;
}


#more-footer .widget {
	margin: .5em;
}


#more-footer .widget {
	margin: 0;
}


#more-footer .inline-component {
	display: inline-block;
	color: #888;
}

#more-footer .inline-component a {
	padding: 0;
	color: #888;
}

/*-- END MORE FOOTER --*/



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

#main-footer .widget_text .button {
	text-decoration: none;
	font-weight: bold;
}

#main-footer .widget_text .button:hover {
	color: #fff;
}

#main-footer .widget_text a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#main-footer .widget_text a:hover {
	color: var(--red);
}

#main-footer .copyright {
	font-size: 13px;
	font-style: italic;
}

#main-footer strong {
	text-transform: uppercase;
}

#main-footer .widget {
	margin-bottom: 0;
	display: block!important;
}

#main-footer a:hover {
	text-decoration: underline;
}

#main-footer .info {
	display: none;
}


#main-footer h6 {
	margin-bottom: 1.5em
}

#main-footer .widget {
}

#main-footer p {
	margin-bottom: 0;
}

.widget_nav_menu li {
	margin-bottom: .2em;
}

.widget_nav_menu a:hover {
	text-decoration: underline;
}


#menu-footer-menu li a {
	font-size: 20px;
	font-family: "Fjalla One", sans-serif;
	color: #000;
	text-transform: uppercase;
}

#menu-footer-menu li a:hover {
	color: var(--red);
	text-decoration: none;
}

#main-footer address {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
}

#main-footer .row.wrap > .columns:first-child a {
	color: var(--red);
	font-size: 20px;
	display: block;
}

#main-footer .row.wrap > .columns:first-child a:hover {
	color: var(--red-hover);
}

#main-footer .row.wrap > .columns:first-child a:nth-child(2) {
	text-decoration: none;
}

#main-footer-3 .custom-html-widget a {
	font-weight: normal;
	padding-left: 1em;
}


/*-- 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;
	 display: flex;
 }

 .anf-social-profiles li {
 	display: inline-block;
 }

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

 .anf-social-profiles li a {
 	display: inline-block;
 	background: transparent;
 	color: var(--red);
 	text-align: center;
 	width: 35px;
 	height: 35px;
 	font-size: 20px;
 }

 .anf-social-profiles li a:hover {
 	color: #fff!important;
 	background: var(--red);
 }

 #social-profile-buttons-5 {
 	margin-top: .4em;
 }


/*-- 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;
	color: #fff;
}

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

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

/*-- END INLINE COMPONENT --*/



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


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

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

.quotes-swiper  {

}

.quotes-swiper .quote p {
	font-size: 29px;
}

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



/*-- 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 .title {
	color: #fff;
}

.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 0;
}

.icon-strip a {
    color: #fff !important;
    text-decoration: underline;
}

.icon-strip a:hover {
    text-decoration: none;
}

.icon-strip img {
    width: 70%;
}

.parallax-background .icon-strip .title {
    font-size: 1.5em;
}

.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%;
}

/*-- 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: 0;
	color: rgba(255,255,255, .5);
	display: inline-block;
}

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

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

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

.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-style: none;
}

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

.hero-slider .title,
.hero-slider .sub-header {
	font-size: 1em;
	color: #fff;
	margin-bottom: 0.8em;
}

.hero-slider .title {

}

.hero-slider .title em {
	text-transform: lowercase;
}

.hero-slider .button {
	display: none;
}

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

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

.hero-slider .inner {
	padding: 24em 0 0;
	margin-bottom: 0!important;
	z-index: 99;
	position: relative;
}

.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;
	background: #fff;
	opacity: 1!important;
}

.swiper-container .swiper-pagination-bullet-active {
	background: #0297d5;
}

.cta-slider {

}

.cta-slider .sub-header {
	margin-top: .5em;
	text-shadow: 1px 1px 1px rgba(0,0,0, .5);
}

.cta-slider .title {
	margin-bottom: .1em;
	text-shadow: 1px 1px 1px rgba(0,0,0, .5);
	line-height: 1;
	font-weight: bold;
	letter-spacing: 2px;
}

.hero-slider .inner .columns {
	padding: 2em;
}


/*-- END SLIDER --*/



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

 .service-area {
	 position: relative;
 }

 .service-area:before {
	-webkit-clip-path: polygon(0 60%, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 60%, 100% 0, 100% 100%, 0% 100%);

	content:"";
	position:absolute;

	/* For covering */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	width: 100%;
	height: 100%;

	background-color: #e9e9e9;
 }

 .service-area > .content-wrap p {
 	line-height: 1.6;
 	text-transform: uppercase;
 	font-weight: bold;
 }


.service-area .item .title {
	position: absolute;
	font-size: 27px;
	color: #fff;
	text-transform: uppercase;
	top: -2.5em;
	left: 0.5em;
	font-weight: normal;
}

.service-area .button {
	border: 0;
	width: 100%;
}

.service-area .buttons {
	margin-top: 2em;
}


.service-area .sub-header {
	margin-bottom: 0;
	margin-top: 1em;
}

.service-area .item {
	margin-bottom: 3em;
}

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

.service-area .th {
	border: none;
	box-shadow: none;
}

.service-area .title-wrap .title {
	font-size: 40px;
}


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

.service-area .th:after {
	-webkit-clip-path: polygon(0 0, 100% 70%, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 70%, 100% 100%, 0 100%);

	content:"";
	position:absolute;

	/* For covering */
	left: 0;
	right: 0;
	bottom: 0;

	width: 100%;
	height: 140px;

	background-color: rgba(0, 0, 0, 0.8);
}

.service-area img {
	width: 100%;
}

.service-area .content-wrap {
	position: relative;
}

.service-area .button {
	display: inline;
}

.service-area .content-wrap {
	text-align: center;
}

.service-area .content p {
	margin-bottom: 0.5em;
}


.service-area .content p:first-child {
	text-transform: uppercase;
	font-weight: bold;
}


/*-- END SERVICES --*/



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

.outer-video-wrap video {
	left: 0;
}

.has-video {
	overflow:hidden;
	position: relative;
}


/*-- END VIDEO BACKGROUND --*/



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

.testimonials .title {
}

.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 {
	padding: 2em 0;
}

.callout .title {
	margin: 1em 0;
}

.callout .button {

}

.callout .button:hover {
}

/*-- END CALLOUT --*/



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

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

.image-cta .columns {
	padding: 5em 3em;
	position: relative;
    min-height: 450px;
}

.image-cta .columns:last-child {

}

.image-cta .buttons {
	margin-top: 1em;
}

.image-cta .title {
	margin-bottom: .5em;
}

.image-cta .content p{
	margin-bottom: 1.7em;
}

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

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

.image-cta.bkg-black .columns:last-child {
	background: #000!important;
}

.image-cta .sub-header {
	margin: 1em 0;
}


/*-- 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: rgb(27, 83, 165);
	padding: 1em 0;
	border-bottom: 2px solid #ddd;
	text-align: center;
}

.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;
}

.alerts-slider a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}


.alerts-slider a:hover {
    text-decoration: none;
}
/*-- END ALERT CALLOUTS --*/


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

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

.hero-variety-1 .title,
.hero-variety-1 .sub-header {
	color: #fff;
}

.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: #181818;
}
.hero-variety-2 .title,
.hero-variety-2 .sub-header,
.hero-variety-2 .content {
	color: #fff;
}

.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: #181818;
}

.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 {
	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: #181818;
	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;
}

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

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



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

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

.image-grid .title {
}

.image-grid .sub-header {


}

.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 {
	margin: 0 0 1em;
	padding: 0 0.3em;
}

.image-grid .content .content {
	padding: 0;
}



/*-- END IMAGE GRID --*/


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

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

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

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

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

.image-content-section .sub-header {
	margin: 0 0 1em;
}

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



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

 .parallax-background + .one-column-section.text-center.has-titles:before {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
	clip-path: polygon(0 0, 0% 100%, 100% 100%);	
	content:"";
	position:absolute;

	/* For covering */
	top: -40px;
	left: 0;
	right: 0;

	width: 100%;
	height: 42px;

	background-color: #fff;
	z-index: 999;
 }

 .component.parallax-background.hero:before {
	content:"";
	position:absolute;
	
	/* For covering */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	width: 100%;
	height: 100%;
	
	background-color:rgba(0, 0, 0, 0.5);
	
 }

.parallax-background .title {
	 font-size: 53px;
 }

 .parallax-background .sub-header {
	 font-size: 18px;
	 font-family: "Source Sans Pro", sans-serif;
	 font-weight: bold;
 }


.component.parallax-background.hero .title {
	z-index: 99;
}

.component.parallax-background.hero .title-wrap {
	padding-bottom: 1em;
}

.one-column-section.small-content .content {
	max-width: 500px;
}

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

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

.single-cta p {

}

.one-column-section {
	position: relative;
}

.overbox {
	text-align: center;
	background: #000;
	position: relative;
	z-index: 23!important;
}

.overbox p {
	color: #fff;
}

/*-- END ONE COLUMN CONTENT SECTION --*/




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

 .two-column-section.minor-major h3 {
	 font-size: 18px;
	 font-family: "Source Sans Pro", sans-serif;
	 color: #fff;
	 text-transform: uppercase;
 }

 .two-column-section.minor-major h2 {
	 font-size: 30px;
 }

 .two-column-section.minor-major p, 
 .two-column-section.minor-major ul li {
	 color: #fff;
 }

 .component.two-column-section.minor-major {
	 background: url('images/img_pattern.png') repeat;
	 position: relative;
 }

.two-column-section.minor-major:before {
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);	
	content:"";
	position:absolute;

	/* For covering */
	bottom: -2px;
	left: 0;
	right: 0;

	width: 100%;
/*	height: 42px;*/

	background-color: #fff;
	z-index: 999;
 }

 #about-us {
	 position: relative;
 }

 #about-us:before {
	content:"";
	position:absolute;

	/* For covering */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	width: 100%;
	height: 200px;

	background-color: #e9e9e9;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 16%);
clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 16%);
 }

 #about-us .title {
	 font-size: 30px;
	 padding-top: 6rem;
 }

 #about-us .sub-header {
	 font-family: "Source Sans Pro", sans-serif;
	 color: #000;
	 font-size: initial;
	 font-weight: bold;
 }

 .wp-caption,
 .wp-caption.alignnone {
	 border: none;
	 background: none;
	 padding: 0;
	 margin: 0;
	 position: relative;
 }

 .wp-caption p.wp-caption-text {
	 position: absolute;
	 bottom:0;
	 right: 0;
	 padding: 24px 30px 10px 44px;
	 background: #fff;
	 font-weight: bold;
	 font-size: 17px;
	 text-transform: uppercase;
	 text-align: left;
	 width: 75%;
 }

 .wp-caption img {
	 max-width: 100%;
	 width: 100%;
 }

 .wp-caption p.wp-caption-text em {
	 font-size: 27px;
	 color: var(--red);
	 display: block;
	 font-family: "Fjalla One", sans-serif;
	 font-style: normal;
	 font-weight: normal;
	 margin-bottom: 10px;
 }

 #about-us .button {
	 margin-top: 0.5em;
 }
 

/*-- 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: #fff;
	color: #fff;
	padding: 0;
}

.component.map .content {
	display: block;
	margin:0.5em 0;
	font-family: "Fjalla One", sans-serif;
	font-size: 18px;
}

.component.map .cta .button {
	display: none;
}

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

/*-- END MAP COMPONENT	 --*/




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

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

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

.quick-links .title:after {
	content: '';
	display: block;
	position: relative;
	margin: 1em auto;
	width: 100px;
}

.quick-links .title {
	line-height: 1.2;
}


/*-- END QUICK LINKS --*/



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

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

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

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

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

.recent-news .title {
	font-size: 25px;
}

.recent-news .title:first-child {
	padding-top: 0;
}

.recent-news .meta {
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 30px;
}

.recent-news .excerpt {
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
}

.recent-news .excerpt:last-child {
	border-bottom: none;
}

.recent-news i {
	display: none;
}

.recent-news .columns:first-child {
	width: 20%;
}

.recent-news .columns:last-child {
	width: 80%;
}



/*-- END RECENT NEWS --*/




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

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

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

.parallax-background.dark {
	background: #181818;
	color: #fff;
}


/*-- END PARALLAX HEADER --*/

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

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

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


.hero.parallax-section {
	padding-top: 5em;
	padding-bottom: 8em;
    position: relative;
}

.hero.parallax-section .title-wrap {
	z-index: 10;
	position: relative;
}



.parallax-section .sub-header {
	margin: 1em 0 0;
	font-style: normal;
}



/* content-left support class */

.parallax-section.content-left {
	padding-top: 4em!important;
	padding-bottom: 0!important;
}
.parallax-section.content-left .title-wrap {
	padding: 1em 2em;
	max-width: 600px;
	position: relative;
	text-align: right;
}

.parallax-section.content-left .content-wrap {
	max-width: 600px;
}


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

.parallax-section.content-left .content-wrap {
	padding: 3em;
}



.parallax-section.content-left ul {
	list-style: none;
	margin: 0;
}

.parallax-section.content-left ul li {
	line-height: 2.3;
}

/* content-right support class */
.parallax-section.content-right .title-wrap,
.parallax-section.content-right .buttons,
.parallax-section.content-right .content-wrap {
	max-width: 600px;
	margin-left: auto;
}
.parallax-section.content-right .title-wrap {
	padding: 3em 2em;
}

.parallax-section.content-right:not(.hero) .title-wrap {
	padding-bottom: 0;
}

.parallax-section.content-right .buttons {
	padding: 2em 2em;

}

.parallax-section.content-right .title {
	line-height: 1.5;
	position: relative;
}


.parallax-section.content-right .title:after {
	content: '';
	width: 200px;
	display: block;
	margin: .5em 0;
}

.parallax-section.content-right .sub-header {
	font-weight: normal;
	text-transform: none;
	text-transform: uppercase;
}

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

.parallax-section p,
.parallax-section .content {
	margin: 0!important;
}

.parallax-section img {
	margin: 0;
}







/*-- END PARALLAX SECTION --*/



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

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


.woocommerce-carousel .row {
	max-width: 100%;
}

.woocommerce-carousel .title {
	margin-bottom: 1em;
}


.woocommerce-carousel .swiper-container .arrow {
	color: #ffcc33;
	border: 1px solid;
	padding: 0 .4em;
	width: 65px;
	height: 65px;
	border-radius: 50%;
}

.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;
}


.woocommerce-carousel .price {

}

.woocommerce-carousel .category-link {
}

.woocommerce-carousel .category-link a {

}

.woocommerce-carousel .category-link a:hover {
	text-decoration: underline;
}


/*-- 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 {
	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: 100;
}

.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: #fff;
}

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

.services-slider .title {
	margin-bottom: 1em;
}

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

.services-slider .slider-control a {
	display: block;
	padding: 2em 0;
	position: relative;
	border-bottom: 3px solid #e6e6e6;
	text-transform: uppercase;
}

.services-slider .slider-control a.active {
	color: #181818;
	border-bottom: 3px solid #acdc8d;
}


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

.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 .buttons {
	margin-bottom: 2em;
}


.services-slider .slider-control,
.services-slider .swiper-container {
	margin-left: 2em;
	margin-right: 2em;
}

.services-slider .swiper-container h4.title {
	font-size: 2em;
	margin-bottom: 0;
}


/*-- END SERVICES SLIDER --*/


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

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

.pricing-grid .columns > .title {

}

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

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

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

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

.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;
}

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

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

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

.category-title {
	background: #181818;
	color: #fff;
	padding: .5em;
}

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



/**
 * ==============================================
 *  CATEGORY FEED
 * ==============================================
 */

.category-feed .meta {
	font-size: .7rem;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;

}

.category-feed .title-wrap .title {
	text-align: left;
	position: relative;
	vertical-align: middle;
	line-height: 1;
	margin-bottom: 1em;
}

.category-feed .title-wrap .title:before {
	position: relative;
	vertical-align: middle;
	line-height: 1;
	display: inline-block;
	margin-right: .5em;
}

.category-feed .title-wrap .button {
	position: relative;
	top: -3em;
}

.category-feed .inner .title {
	font-weight: normal!important;
}


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


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

.category-feed .button {
	background: #fff;
	border-radius: 50%;
}

.category-feed .button:hover {
	background: #222;
}

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

.category-feed .taxonomy-label {
	position: absolute;
	top: 0;
	left: 1em;
	padding: 1em;
	z-index: 1;
}

.category-feed img {
	width: 100%;
}

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

.category-feed .wrap {
	position: relative;
}

.category-feed .inner{
	text-align: left;
	padding: 1em;
}


/*-- END CATEGORY FEED --*/



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

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

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

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

.upcoming-events .venue {

}

.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 {
	font-weight: bold;
}



/*-- END CATEGORY PARALLAX --*/


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

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

.hero-vertical-ctas .title {
	line-height: 1.3;
	padding: 0.5em 0;
	font-size: 40px;
	background: rgba(0, 0, 0, 0.5);
	-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 .title em {
	font-style: normal;
	display: block;
	line-height: 2;
}

.hero-vertical-ctas .wrap {
	padding: 11em 2em;
	/* margin-top: 3em;
	margin-bottom: 3em; */
	background: rgba(0, 0, 0, 0.25);
	text-align: center;
}

.hero-vertical-ctas .content h6 {
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Source Sans Pro", sans-serif;
	color: #fff;
}

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

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


.hero-vertical-ctas .inner {
	padding: 3em;
	/* background: rgba(0,0,0, .5); */
}

.hero-vertical-ctas .content p {
	color: #fff;
}

.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,
.hero-vertical-ctas .buttons {
	-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;
}

.portfolio-feed {
	background: #03294e;
}

.portfolio-feed .title,
.portfolio-feed .sub-header {
	color: #fff;
}

.portfolio-feed .title-wrap .title {
	font-weight: bold;
	text-transform: uppercase;
}

/*-- END PORTFOLIO FEED --*/


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

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

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


/**
 * ==============================================
 *  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
 * ==============================================
 */

.blog .meta,
.single .meta {
	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;
}

ul li#categories {
    list-style: none;
}

/*-- 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: #181818;
	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: 4px solid #ffcc33;
}

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

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

.product .bottom {
	display: none;
}

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

.woocommerce table {
	width: 100%;
}

.product .wrap {
	position: absolute;
	display: relative;
	top: 40%;
	left: 0;
	right: 0;
}

/*-- 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 {
	vertical-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: #181818;
}

#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: #181818;
	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 {
	margin-bottom: .8em;
}

.account-sidebar ul {
	margin: 0;
	list-style: none;
	border-top: 1px solid #dfdfdf;
}

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

.account-sidebar ul li a:hover {
	background: #181818;
	color: #fff;
}

/*-- 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: #181818;
	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 --*/



/**
 * ==============================================
 *  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: #181818;
}

.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 --*/


 /**
 * ==============================================
 *  FEATURED MEDIA
 * ==============================================
 */

.featured-media {
	position: relative;
	padding: 0!important;
}

.featured-media .item .wrap {
	position: relative;
	min-height: 300px;
}

.featured-media .swiper-container,
.featured-media .swiper-slide {
	min-height: 300px;
	height: 100%;
}

.featured-media .item {
	position: relative;
	height: 100%;
	margin-bottom: 1em;
}

.featured-media .inner {
	position: absolute;
	bottom: 0;
	padding: .5em;
	z-index: 100;
}

.featured-media .inner .title {
	color: #fff;
}

.featured-meda .title {}
 /*-- END FEATURED MEDIA --*/



 /*******  BLOG STYLES ***********/

 .featured .wrap img {
 	width: 100%;
 }

 .featured .wrap {
 	position: relative;
 }

 .featured .caption {
 	position: absolute;
 	bottom: 0;
 	padding: 1em;
 	left: 0;
 	right: 0;
 	background: rgba(0,0,0, .8);
 }

 .featured .caption .date {
 	color: #fff;
 	text-transform: uppercase;
 }

 .featured .caption .title a {
 	color: #fff;
 }


 .featured .caption a {
 	color: #fff;
 }

 .featured .caption i {
 	margin-left: 0;
 }

 .featured .caption p {
 	color: #fff;
 }

 .featured {
 	margin-bottom: 1em;
 }

 .blog-grid .wrap {
 	position: relative;
 }

 .blog-grid .taxonomy-label {
 	position: absolute;
 	bottom: 1em;
 	left: 0;
 	padding: .5em;
 	background: rgba(0,0,0, .8);
 	color: #fff;
 }

 .blog-grid .taxonomy-label a {
 	color: #fff;
 }

 .blog-grid .date {
 	text-transform: uppercase;
 	margin: .5em 0;
 	font-size: .8em;
 }

 .blog-grid .title {
 	margin-bottom: .5em;
 }


 .blog-grid i {
 	margin-left: 0!important;
 }

/* TRIBE EVENTS */

.box-events-wrap {
    padding: 1.5em;
    margin: 46px auto 0;
    background: #fff !important;
    min-height: 500px;
    z-index: 1;
    position: relative;
    top: -120px;
    border: solid 1px #d8d8d8 !important;
    margin-bottom: -60px;
}




.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: rgb(27, 83, 165) !important;
}

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

.tribe-mini-calendar-event .list-date .list-dayname,
.tribe-mini-calendar-event .list-date {
	background: rgb(27, 83, 165) !important;
	color: #fff!important;
}

.tribe-mini-calendar-event .list-info h2 a {
	font-family: "Copse";
	color: #534740!important;
}

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

.tribe-mini-calendar-event {
	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: transparent;
    padding: .5em 0 !important;
    border-bottom: solid 3px #f1f1f1;
}

.tribe-event-url {
	font-size: 1.3em;
}

.tribe-event-date-start,
.tribe-event-date-start span,
.tribe-events-loop .tribe-events-event-meta {
	font-size: 1em!important;
}

.tribe-events-list-separator-month span {
    background: none !important;
    color: #000;
    padding: 0 !important;
	font-weight: 100;
	font-size: 1.5em;
}

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

.tribe-events-list .tribe-events-loop .tribe-events-event-image {
	width: 100%!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 2.8em !important;*/
    position: relative;
    border-bottom: solid 1px #efefef !important;
/*    margin-bottom: 2.8em !important;*/
}

.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: #efefef !important;
    border: none !important;
    display: block;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    padding: 5px 10px;
    text-align: right;
    text-overflow: ellipsis;
    color: rgb(27, 83, 165) ;
}

.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: rgb(27, 83, 165)  !important;
}

.single-tribe_events .tribe-events-single-event-title {
    color: #000 !important;
    font-size: 2.7em !important;
}

.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.7em !important;
    color: rgb(27, 83, 165) ;
}

.single-tribe_events .tribe-events-event-meta {
	padding: 1em;
	margin-bottom: 1em;
	background-color: #efefef!important;
    border: none !important;
    margin: 30px 0;

}

.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;
}

.single-tribe_events .tribe-events-cal-links {
    display: none !important;
}

.tribe-events-calendar thead th {
    background-color: #000 !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%;
}

#tribe-events-content .tribe-events-tooltip h4 {
    margin: 0;
    background-color: transparent;
    font-size: 15px !important;
    padding: 0.2em 0 0 0 !important;
    letter-spacing: 0;
    font-weight: 700;
}

.single .event-is-recurring {
    display: none !important;
}

.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.7em !important;
    color: rgb(27, 83, 165) ;
    font-weight: bold;
    float: right;
    margin: -53px 0 0 0 !important;
}

.single-tribe_events #tribe-events-content div.cart, .single-tribe_events #tribe-events-content form.cart {
    margin: -24px 0 22px !important;
}

.single table {
    background: #fff;
    border: none !important;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
    margin-bottom: 1.25rem;
    table-layout: auto;
}

#tribe-events-content .tribe-events-tooltip h4, #tribe_events_filters_wrapper .tribe_events_slider_val, .single-tribe_events a.tribe-events-gcal, .single-tribe_events a.tribe-events-ical {
    color: #000 !important;
}

#tribe-geo-results h2.tribe-events-page-title, h2.tribe-events-page-title {
    font-size: 30px;
    font-weight: 100 !important;
}

.tribe-events-schedule.tribe-clearfix h2,
.tribe-events-schedule.tribe-clearfix h2 span,
.tribe-events-schedule.tribe-clearfix h2 span.tribe-event-date-start {
    font-style: italic;
	font-weight: 100 !important;
	font-size: 1.5rem;
}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
    padding: 0 !important;
}

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

#tribe-events-pg-template {
    max-width: 100% !important;
}

/*
.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;
}
*/

.tribe-events-pg-template .tribe-events-page-title {
	display: none!important;
	}

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

.date-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
}

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

body.single-tribe_events .tribe-event-url {
	font-size: 3rem;
}

.tribe-events-event-cost span {
	background-color: #efefef;
	border: none!important;
	color: rgb(27, 83, 165) ;
}

body.single-tribe_events .tribe-events-venue-details {
	font-size: 1.1rem;
}

#tribe-events-header .tribe-events-nav-pagination {
    display: none;
}

.tribe-events-tooltip h3 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.3;
}

.tribe-events-tooltip  .tribe-event-description {
    display: none;

}

.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;
}

.single-tribe_events .tribe-events-schedule {
    border-bottom: solid 1px #efefef;
}

.tribe-events-meta-group .tribe-events-single-section-title {
    font-size: 24px !important;
}


.tribe-events-list .type-tribe_events {
    margin-bottom: 2rem !important;
    padding: 0 0 2em 0 !important;
}


