﻿@charset "UTF-8";
/* CSS Document */
html, body {
        
        overflow-x: hidden;
    }

@-moz-document url-prefix() {
	.dropdown-toggle, .dropdown-toggle:hover .dropdown-menu, .dropdown-menu * {
		z-index:14 !important;
	}
}

a, a:link  {
	color: #A11E23;
}
a:hover, a:focus {
	color: #79181b;
}
a.btn, a.btn:link  {
	color: #FFF;
}
a.btn:hover, a.btn:focus {
	color: #FFF;
}

/* GENERAL COMPONENTS*/

.no-padding {
    padding: 0;
	margin-top:0;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

/* GALLERY */

.main-gallery {
	background:rgba(0,0,0,0.6);
	border: transparent; 
	margin:20px 0; 
	padding-top:20px;
}
.carousel-inner-main .active.left { 
	left: -25%; 
}
.carousel-inner-main .next { 
	left:  25%; 
}
.carousel-control-main { 
	width:  4%; 
}
.col-holder {
	position:relative;
}
.col-holder .caption {
	position:absolute; 
	bottom:0; 
	right:0; 
	left:0;
}
.col-holder h3 {
	font-size:14px;
}
.custom-carousel-control-three {
	background:rgb(0,0,0); 
	background:rgba(0,0,0,0.5); 
	width:60px; 
	font-size:23px;
}
.control-left-three {
	display:block; 
	height:158px; 
	position:absolute; 
	top:0; 
	bottom:0; 
	right:0px; 
	padding-top:67px; 
	padding-left:20px; 
	text-align:left;
}
.control-right-three {
	display:block; 
	height:158px; 
	position:absolute; 
	top:0; 
	bottom:0; 
	left:0px;
	padding-top:67px; 
	padding-right:20px; 
	text-align:right;
}
a.custom-carousel-control-three, 
a.custom-carousel-control-three:link, 
a.custom-carousel-control-three:visited {
	color: #FFF;
}
.image-container {
	width:100%; 
	height:500px; 
	overflow:hidden; 
	margin-bottom:20px; 
}
.carousel-image-2 {
	-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
  background-size: contain;
  height:500px;
}
  .carousel-image-3 {
	-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
  background-size: cover;
  height:100px;
}
.thumbnail-controls {
	font-size:40px;
}
.thumbnail-controls.right {
	text-align:right;
	position:absolute;
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	background:none;
}
.thumbnail-controls.left {text-align:left;position:absolute;top:0; left:0; right:0; bottom:0; background-color:none;}
.carousel-control.right, .carousel-control.left {background:none;}
.caption-area {position:absolute; top:380px; left:0; right:0; bottom:0; background:none;color:#FFF; text-shadow:#000 0 0 4px, #000 0 0 9px; padding:4px 30px;}

/* PORTFOLIO BOX */

.portfolio-box {
    display: block;
    position: relative;
    margin: 0;
    width: 100%;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 6px;
	top:0;
    left:0;
	right:0;
    text-align: center;
    color: #fff;
    opacity: 0;
    background:rgba(0,0,0,0.76);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	border-radius: 50%;
	overflow: hidden;
}
.portfolio-box-caption-content {
    position: relative;
	font-size: 16px;
	padding: 0 20px;
    width: 100%;
    text-align: center;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
	font-weight: 600;
}
.portfolio-const-caption {
	display: block;
    position: absolute;
    bottom: 6px;
	top:0;
    left:0;
	right:0;
    text-align: center;
    color: #fff;
    opacity: 1;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	border-radius: 50%;
	overflow: hidden;
	color: #FFF;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content a, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content a:link {
    color:#FFF;
}


.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 14px;
    font-family: 'Questrial', sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 16px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}
.portfolio-box:hover .portfolio-const-caption {
    opacity: 0;
}


@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 14px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 17px;
    }
}

.feature-encased {padding:65px 0 55px 0;}

/* CIRCULAR FEATURE LINKS - CONTAIN WITHIN .circular */

@media (min-width: 768px) {
.circular .portfolio-box, .circular .portfolio-box .portfolio-box-caption {
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}
}


/* RESPONSIVE VIDEO IFRAMES */
 
.video-controller {
	position: relative;
}
.video-controller iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 250px;
}

/* version with play button */

.thumbnail-vid {
	position:relative;
}
#playbtn {
	position:absolute;
	top:50%;
	left:50%;
	width:160px;
	height:114px;
	margin-top:-57px;
	margin-left:-80px;
	background:url(../images/play-icon.png) no-repeat center center;
	z-index:4;
}

#playbtntwo {
	position:absolute;
	top:50%;
	left:50%;
	width:82px;
	height:58px;
	margin-top:-29px;
	margin-left:-41px;
	background:url(../images/play-icon-two.png) no-repeat center center;
	z-index:4;
	opacity:0.6;
}
a:hover #playbtntwo {
	opacity: 1;
	transition: ease 0.4s;
}

/* Image Holder */

.image-holder {
	display: inline-block;
    position: relative;
	width:100%
}
	
.image-holder:after {
	content: '';
    display: block;
    margin-top: 30%;
}

.image-holder .image-carousel-3 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Image Holder */

.team-img-holder {
	display: inline-block;
    position: relative;
	width:100%
}
	
.team-img-holder:after {
	content: '';
    display: block;
    margin-top: 100%;
}

.team-img-holder .the-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Image Holder - Product List */

.image-shop-holder {
	display: inline-block;
    position: relative;
	width:100%
}
	
.image-shop-holder:after {
	content: '';
    display: block;
    margin-top: 90%;
}

.image-shop-holder .img-product-list {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Image Holder - BLOG List */

.image-blog-holder {
	display: inline-block;
    position: relative;
	width:100%
}
	
.image-blog-holder:after {
	content: '';
    display: block;
    margin-top: 70%;
}

.image-blog-holder .img-product-list {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


/* MAG SLICK */

.mag-slick .slick-prev, .mag-slick .slick-next {
	height:100%; width:30px;
	background:#000;
}
.mag-slick .slick-prev:before, .mag-slick .slick-next:before {
	color:#000;
}

.mag-slick .slick-prev:before, .mag-slick .slick-next:before { 
font-family: FontAwesome; 
font-size: 20px; 
color: #FFF; 
top:0; bottom:0; left:0; right:0; 
}   

.mag-slick .slick-prev:before { content: "\f053"; }
.mag-slick  [dir="rtl"] .slick-prev:before { content: "\f054"; }

.mag-slick .slick-next:before { content: "\f054"; }
.mag-slick [dir="rtl"] .slick-next:before { content: "\f053"; }
.mag-slick .slick-prev, .mag-slick .slick-prev:hover {
left: -30px;
top:0;
}
.mag-slick .slick-next, .mag-slick  .slick-next:hover {
right: -30px;
top:0;
}
.mag-slick .slick-prev:hover, .mag-slick .slick-prev:focus, .mag-slick .slick-next:hover, .mag-slick .slick-next:focus {
outline: none;
background: #333333;
color: #666;
transition: ease 0.4s;
}

@media (max-width:991px) {
.mag-slick .slick-prev, .mag-slick .slick-prev:hover {
left: 0;
top:0;
}
.mag-slick .slick-next, .mag-slick  .slick-next:hover {
right: 0;
top:0;
}
.logo-five-slick {
	padding-left: 35px;
	padding-right: 35px;
}
}

/* BOOTSTRAP NAV HOVER DROPDOWN */

@media (min-width:768px) {
header .dropdown:hover .dropdown-menu {
    display: block;
 }
}
/* CIRCLE BUTTON */

.btn-circle {border-radius:50%;}

/* QUOTE TESTIMONIAL STYLES */

.mb-style-3 {
	width: 100%;
	overflow: visible;
}

.mb-style-3 blockquote{
	padding: 50px;
	  border-left-style: none;
	  border-left-width: 0;
	  overflow: visible;
}

.mb-style-3 blockquote:after, 
.mb-style-3 blockquote:before  {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.mb-style-3 blockquote:before {
	border-top-color: rgba(0,0,0,0.01);
	border-width: 11px;
	left: 65%;
	margin-left: -11px;
}

.mb-style-3 blockquote p:first-child {
	font-size: 24px;
	color: #FFF;
	font-weight: 400;
	line-height: 30px;
	font-style: italic;
	text-indent: 100px;
	position: relative;
}
@media (max-width: 767px) {
	.mb-style-3 blockquote p:first-child {
		font-size: 16px;
		color: #FFF;
		font-weight: 400;
		line-height: 22px;
		font-style: italic;
		text-indent: 100px;
		position: relative;
	}
}

.mb-style-3 blockquote p:first-child:before{
	content: '\201C';
	font-family: serif;
	font-style: normal;
	font-weight: 700;
	position: absolute;
	font-size: 175px;
	top: 0px;
	left: -105px;
	color:#999999;
	text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
}

.mb-style-3 .mb-attribution {
	text-align: right;
	padding: 20px 100px 20px 20px;
	position: relative;
}

.mb-style-3 .mb-thumb {
	display: block;
	width: 70px;
	height: 70px;
	border: 5px solid #fff;
	border-radius: 50%;
	position: absolute;
	right: 10px;
	bottom: 5px;
	box-shadow: 
		inset 1px 1px 4px rgba(0,0,0,0.5),
		0 2px 3px rgba(0,0,0,0.6);
}

.mb-style-3 .mb-author{
	font-weight: 700;
	font-size: 18px;
	color: #FFF;
	text-shadow: 0 1px 1px rgba(255,255,255,0.7);
}

.mb-style-3 cite a{
	font-weight: 700;
	font-style: italic;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.mb-style-3 cite a:hover{
	color: rgba(188, 147, 200, 1);
	text-shadow: 0 1px 1px rgba(255,255,255,0.7);
}
.mb-style-3 cite {
	font-size:14px;
	text-align:right;
	float:right;
}

@media (min-width: 768px) {
	.mb-style-enhance {padding: 10px 50px;}
}

.testimonial-section  {padding: 50px 0;}

/* CAROUSEL FADE TRANSITION */
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-caption {
	background:#000; 
	background:rgb(0,0,0); 
	background:rgba(0,0,0,0.6);
}


/* SUBTLE PATTERNS */
.subtle-pattern {background-repeat:repeat;}
.subtle-pattern.cream-dust{background:url(../images/patterns/cream_dust.png);}
.subtle-pattern.tweed{background:url(../images/patterns/tweed.png);}
.subtle-pattern.squared-metal{background:url(../images/patterns/squared_metal.png);}
.subtle-pattern.green-cup {background:url(../images/patterns/green_cup.png);}
.subtle-pattern.yellow-cup {background:url(../images/patterns/yellow_cup.png);}
.subtle-pattern.squairy_light {background:url(../images/patterns/squairy_light.png);}
.subtle-pattern.redox {background:url(../images/patterns/redox_01.png);}

.subtle-pattern.45degreee-fabric {background:url(../images/patterns/45degreee_fabric.png);}
.subtle-pattern.binding-dark {background:url(../images/patterns/binding_dark.png);}
.subtle-pattern.hixs_pattern_evolution {background:url(../images/patterns/hixs_pattern_evolution.png);}
.subtle-pattern.irongrip {background:url(../images/patterns/irongrip.png);}
.subtle-pattern.micro_carbon {background:url(../images/patterns/micro_carbon.png);}
.subtle-pattern.moulin {background:url(../images/patterns/moulin.png);}
.subtle-pattern.tactile_noise {background:url(../images/patterns/tactile_noise.png);}

.subtle-pattern.always_grey {background:url(../images/patterns/always_grey.png);}
.subtle-pattern.brushed_alu_dark {background:url(../images/patterns/brushed_alu_dark.png);}
.subtle-pattern.carbon_fibre_v2 {background:url(../images/patterns/carbon_fibre_v2.png);}
.subtle-pattern.carbon_fibre {background:url(../images/patterns/carbon_fibre.png);}
.subtle-pattern.dark_mosaic {background:url(../images/patterns/dark_mosaic.png);}
.subtle-pattern.fancy_deboss {background:url(../images/patterns/fancy_deboss.png);}
.subtle-pattern.padded {background:url(../images/patterns/padded.png);}
.subtle-pattern.sos {background:url(../images/patterns/sos.png);}
.subtle-pattern.retina_wood {background:url(../images/patterns/retina_wood.png);}
.subtle-pattern.dark_wood {background:url(../images/patterns/dark_wood.png);}

.subtle-pattern.brushed {background:url(../images/patterns/brushed.png);}

/* EVENTS/CALENDAR */

.date-sizes td {width:14.27% !important; height:200px; border: thin #CCC solid;}

@media (max-width: 767px) {
    .table.maincal>thead>tr>th, .table.maincal>tbody>tr>th, .table.maincal>tfoot>tr>th, .table.maincal>thead>tr>td, .table.maincal>tbody>tr>td, .table.maincal>tfoot>tr>td  {
        padding:4px !important;
    }
}

@media (min-width: 768px) {
    .omb_row-sm-offset-3 div:first-child[class*="col-"] {
        margin-left: 25%;
    }
}

.omb_login .omb_authTitle {
    text-align: center;
	line-height: 300%;
}
	
.omb_login .omb_socialButtons a {
	color: white; // In yourUse @body-bg 
	opacity:0.9;
}
.omb_login .omb_socialButtons a:hover {
    color: white;
	opacity:1;    	
}
.omb_login .omb_socialButtons .omb_btn-facebook {background: #3b5998;}
.omb_login .omb_socialButtons .omb_btn-twitter {background: #00aced;}
.omb_login .omb_socialButtons .omb_btn-google {background: #c32f10;}


.omb_login .omb_loginOr {
	position: relative;
	font-size: 1.5em;
	color: #aaa;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.omb_login .omb_loginOr .omb_hrOr {
	background-color: #333;
	height: 1px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.omb_login .omb_loginOr .omb_spanOr {
	display: block;
	position: absolute;
	left: 50%;
	top: -0.6em;
	margin-left: -1.5em;
	color:#333;
	width: 3em;
	text-align: center;
}			

.omb_login .omb_loginForm .input-group.i {
	width: 2em;
}
.omb_login .omb_loginForm  .help-block {
    color: red;
}

	
@media (min-width: 768px) {
    .omb_login .omb_forgotPwd {
        text-align: right;
		margin-top:10px;
 	}		
}	

.omb_login .omb_loginOr .omb_spanOr {background:#FFF;}

/* Gravity forms */

/*---- Over-riding Gravity Forms out-of-the-box styles with Bootstrap styles and personal preferences ----*/
#gform_fields_1, .gform_fields  {
	list-style: none;
	padding-left: 0;
}
.ginput_complex.ginput_container input,
.ginput_container > input{
	display: block;
	width: 100% !important;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;	
}

.ginput_container > textarea{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;	
	height: auto;
	overflow: auto;	
}

.ginput_container > input:focus, .ginput_container > textarea:focus{
   border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);	
}

.gform_validation_container{
	display: none;	
}

.gform_button{
	margin-left: 40px;
	background-color: #428bca; 
	color: #fff;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;	
	padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
        display: block;
    width: 100%;
}

.gform_button:hover{
	background-color: #3470A5; 	
}

.gfield_required{
	color: #d9534f;	
}

.gfield_description{
	font-style: italic;	
}

/*.validation_error, .validation_message{
	background-color: #d9534f;
    border-color: #d43f3a;
	padding: 2%;
	color: #fff;
	border-radius: 5px;	
}*/

.validation_error{
	margin-left: 6%;	
}

.validation_message{
	margin-top: 2%;	
}

.gform_confirmation_message{
	background-color: #5cb85c;
	padding: 2%;
	border-radius: 5px;
	color: #fff;	
}
ul.gfield_checkbox {
	list-style: none !important;
}
.ginput_complex label {
	font-size: 12px;
	font-style: italic;
}

.gfield select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* CUSTOM SITE STYLES */

body {
	font-family: 'Questrial', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 22px;
	background: #f4f3ef;
	color: #333;
}

h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', sans-serif;
	color: #243c53;
	letter-spacing: 2px;
	text-transform: uppercase;
}
h1.entry-title {
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.btn, input, .well, .thumbnail {
	border-radius: 0;
}

/* feature box styles */

.img-container {
	display: inline-block;
    position: relative;
	width:100%;
	overflow: hidden;
	background: none transparent;
	border-radius: 50%;
	border: #21294B 2px solid;
}
	
.img-container:after {
	content: '';
    display: block;
    margin-top: 100%;
	overflow: hidden;
}

.img-container .the-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	overflow: hidden;
	border-radius: 50%;
	overflow: hidden;
}
.featured-area {
	padding: 20px 0;
}


/* breadcrumbs */
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
}

.navbar {
	font-family: 'Montserrat', sans-serif;
	color: #a9a3a1;
	text-transform: uppercase;
}
.navbar .nav>li>a {
	color: #ff9933;
	text-transform:  uppercase;
	font-weight: 400;
}
/* slider  */

.slide-holder {
	display: inline-block;
    position: relative;
	width:100%;
	height:auto;
	margin-bottom: 0;
	overflow: hidden;
}
.slide-holder:after {
		content: '';
		display: block;
		margin-top: 30%;
}
@media (max-width: 767px) {
	
	.slide-holder:after {
		content: '';
		display: block;
		margin-top: 110%;
	}
}
.slide-holder .image-img {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom:0;
}

.carousel-control {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 64px;
    margin-top: -32px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background-color: rgba(0,0,0,0.9);
    background: rgba(0,0,0,0.9);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background: rgba(0,0,0,0.9);
    display: table;
}
.carousel-control.left {
    left: 0;
    right: auto;
    background: rgba(0,0,0,0.9);
    display: table;
}
.carousel-control .fa {
	height: 64px;
	line-height:  64px;
	font-size: 32px;
	margin: auto;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

/* Site Footer */

footer.site-footer,
.contact-info {
	padding:  15px 0;
	background:  #000;
	color:#FFF;
	margin-top: 0;
}

.dark-overlay {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	background:rgba(0,0,0,0.32);
	z-index: 5;
}
.dark-overlay p,
.dark-overlay h1,
.dark-overlay h2,
.dark-overlay h3 {
	text-align: center;
	color: #FFF !important;
}
.slide-holder .dark-overlay {
	background:rgba(0,0,0,0.27);
}
.image-fill-overlay {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	background:rgba(0,0,0,0);
	z-index: 6;
}

.dark-overlay {
	position: relative;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background:rgba(0,0,0,0.47);
	z-index: 5;
}
.image-fill-overlay {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	background:rgba(0,0,0,0);
	z-index: 6;
}

.bot-image-holder {
	display: inline-block;
    position: relative;
	width:100%;
	height:auto;
	overflow:hidden !important;
	margin-bottom: -5px;
}
	
.bot-image-holder:after {
	content: '';
    display: block;
	margin-top: 60%;
}

@media (min-width:768px) and (max-width:991px) {
	.bot-image-holder:after {
		content: '';
		display: block;
		margin-top: 50%;
	}
}
@media (min-width:992px) {
	.bot-image-holder {
	display: inline-block;
    position: relative;
	width:100%;
	overflow:hidden;
	margin-bottom: -5px;
}
	.bot-image-holder:after {
		content: '';
		display: block;
		margin-top: none;
		height: auto;
	}
}

.bot-image-holder .image-hero-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	transition: linear 0.4s;  
}
a:hover .bot-image-holder .image-hero-container {
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	transition: linear 0.4s;    
}

.featured-content-txt {
    padding: 40px;
}


.skip-to-main-content {
	position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.img-container {
	border-radius: 0;
	border: none;
}
header.top-header {
	position: relative;
	padding: 0;
	max-width: 100%;
	padding: 0;
	background: #FFF;
	height: auto;

}
footer.site-footer, 
.contact-info {
	padding: 40px 0;
}

header.top-header a,
footer.site-footer a, 
.contact-info a,
header.top-header a:link,
footer.site-footer a:link, 
.contact-info a:link {
	color: #DDD;
}
.slick-enable {
	background: none transparent;
	width: 100%;
	height: auto;
	margin: auto;
}
.layer-slide-area {
	position: inline-block;
}
.layer-slide-area {
	display: inline-block;
	position: relative;
	width:100%;
	height: 100vh;
	min-height: 100vh;
}
.layer-slide-area:after {
	content: '';
	display: block;
	margin-top: 28%;
}
.slick-enable .slick-prev, 
.slick-enable .slick-next {
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 5px;
	width: 32px;
	height: 32px;
	margin-top: 0;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	text-shadow: none;
	background-color: rgba(0,0,0,0.9);
	background: rgba(0,0,0,0.9);
	filter: alpha(opacity=50);
	opacity: .5;
	z-index: 99;
	font-size: 0;
	text-align: center;
}
.slick-enable .slick-next {
	right: 5px;
	left: auto;
	background: rgba(0,0,0,0.9);
	display: table;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
}
.slick-enable .slick-prev {
	left: 5px;
	right: auto;
	background: rgba(0,0,0,0.9);
	display: table;
	text-align: center;
}
.slick-enable .slick-prev:before {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f104";
	height: 34px;
	width: 34px;
	font-size: 30px;
	line-height:  34px;
	font-size: 16px;
	margin: auto;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.slick-enable .slick-next:before {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105";
	height: 34px;
	width: 34px;
	font-size: 30px;
	line-height:  34px;
	font-size: 16px;
	margin: auto;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.slick-dots {
	bottom: 10px;
	z-index: 99;
}
.slick-dots li {
	text-align: center;
	margin: 0;
}
.slick-dots li button {
	text-indent: -9999px;
	overflow:hidden;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	border: 2px #FFF solid;
	text-shadow: rgba(0,0,0,0.3) 0 2px 2px;
}
.slick-dots li.slick-active button {
	background: #FFF;
}
.logo-image-holder {
	display: inline-block;
	position: relative;
	width: 100%;
}
.logo-image-holder:after {
	content: '';
	display: block;
	margin-top: 70%;
}
.logo-image-holder .image-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.testimonial-section {
	background: rgba(0,0,0,0.76);
	padding: 20px 0;
	color: #FFF;
}
.home-section {
	position: relative;
	padding: 50px 0;
}
.home-section-inner {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.place-over-vid {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.mb-style-3 {
	padding: 60px 0;
}
.thumbnail-feature {
	background: none transparent;
	border: none;
}
.header-holder {
	position: relative;
}
.inner-top-holder {
	display: inline-block;
    position: relative;
	width:100%;
	max-height: 450px;
}
	
.inner-top-holder:after {
	content: '';
    display: block;
    margin-top: 30%;
}

.inner-top-holder .image-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.inner-top-holder-clemente  {
	display: inline-block;
    position: relative;
	width:100%;
}
	
.inner-top-holder-clemente:after {
	content: '';
    display: block;
    margin-top: 230%;
}

.inner-top-holder-clemente .image-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (max-width: 767px) {
	
	.inner-top-holder:after {
		content: '';
		display: block;
		margin-top: 80%;
	}
}

.topbannertext {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.over-overlay {
	position:relative;
	z-index: 9;
}
.topbannertext h1 {
	color:#FFF;
	margin: 0 auto;
	text-shadow: rgba(0,0,0,0.67) 0 2px 4px;
	padding: 0;
}
.page-title-background {
	background: #000000;
}

.page-title-background {
	background: #F5F5F5 !important;
}
.magnific-img-link .gallery-image-holder {
	display: inline-block;
	position: relative;
	width: 100%;
}
.magnific-img-link .gallery-image-holder:after {
	content: '';
	display: block;
	margin-top: 70%;
}
.magnific-img-link.image-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.magnific-img-link .caption {
	background: #FFF;
	color: #666;
}

.well-portfolio {
	display: block;
	border-radius: 0;
	border: none;
	background: #000;
	color: #FFF;
	padding: 10px;
	margin: 10px auto;
}
.gal-thumb .gallery_img-holder {
	border: #FFF 1px solid;
}

ul.work-filter {
    list-style: none;
    list-style-type: none;
    margin: 20px auto;
    max-widh: 600px;
    line-height: 40px
}

ul.work-filter li {
    display: inline
}

.gallery_img-holder {
    display: inline-block;
    position: relative;
    width: 100%
}

.gallery_img-holder:after {
    content: '';
    display: block;
    margin-top: 70%
}

.gallery_img-holder .the_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

#work .btn.active {
    font-weight: 900;
    font-size: 120%
}

#work {
    position: relative
}

#loader-spin {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FFF;
    text-align: center;
    padding-top: 100px;
    z-index: 9;
    transition: ease 0.5s
}

#loader-spin.hidden {
    display: none !important;
    transition: ease 0.5s
}

.work-item-title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background: #FFF;
    color: #333;
    text-align: center;
    padding: 8px;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px
}


.gallery_img-holder {
    display: inline-block;
    position: relative;
    width: 100%
}

.gallery_img-holder:after {
    content: '';
    display: block;
    margin-top: 70%
}

.gallery_img-holder .the_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}
.page-section-area {
	padding: 80px 0;
	margin: 15px auto;
}
.page-section-area h1,
.page-section-area h2,
.page-section-area h3 {
	margin-top: 0;
}
.price-thumb {
	display: block;
	position: relative;
}
.price-element {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
	padding: 5px 0;
	text-align: center;
	color: #FFF;
	background: rgba(0,0,0,0.67);
	text-shadow: rgba(0,0,0,0.67) 1px 0 2px, rgba(0,0,0,0.2) 1px 2px 3px;
}
/* breadecrumbs */
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb>a,
.breadcrumb-link,
a.breadcrumb-link {
	color: #333;
	text-decoration: none;
}
.breadcrumb span {
	margin: 0 6px;
}
.breadcrumb-link-text-wrap {
	margin: 0 !important;
}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav_link {
	    padding-right: 1rem;
	    padding-left: 1rem;
	}
}
footer.site-footer {
	position: relative;
	padding: 30px 0 0 0;
	color: #fff;
	background: #000;
	border-top: none;
}
.site-inner {
	padding-bottom: 60px;
}
.thumbnail-property {
	border: #999 1px solid;
	margin-bottom: 10px;
	padding: 20px;
	color: #000;
}
.intro-area {
	padding-bottom: 20px;
	margin-bottom: 50px;
	border-bottom: 1px #999 solid;
}
.site-containerwowfadeIn .site-inner.container {
	background: none transparent;
}
.card-columns.inner-columns .card {
	padding: 15px;
	color: #000;
}
.card-columns.inner-columns .card.card-text,
.card-columns.inner-columns .card.card-text p {
	font-size: 14px;
	line-height: 18px;
}
.card-body .btn-default {
	color: #ff9933;
	font-weight: bold;
}
.card-columns.inner-columns  h4.card-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 2px;
	font-weight: bold;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}
.navbar-light .navbar-nav .nav_link {
	color: #999;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-light .navbar-nav>li>.nav_link {
	color: #666;
	font-size: 13px;
	margin-top: 8px;
	margin-bottom: 8px;
	
}
@media (min-width: 991px) {
	.navbar-light .navbar-nav>li>.nav_link {
		color: #666;
		font-size: 13px;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-top: 0;
		margin-bottom: 0;
	}
}
@media (max-width: 991px) {
	.navbar-light .nav-item {
		margin-top: 8px;
		margin-bottom: 8px;
	}
}
.home .navbar-light .navbar-nav>li>.nav_link {
	color: #666;
}
.home .shrink .navbar-light .navbar-nav>li>.nav_link {
	color: #666;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.home .shrink .navbar-light img.img-fluid {
	max-height: 40px !important;
}
/*.home .site-inner.container {
	display: none;
}
.home .bg-light {
	background-color: transparent !important;
}*/
.bg-light {
	background-color: #f8f9fa;
}
.home .shrink .bg-light {
	background-color: #f8f9fa !important;
}
.slide-inner-content {
	width: 100%;
	max-width: 900px;
	padding: 0 30px;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  z-index:8;
  text-align: center;
}
.slide-inner-content h1,
.slide-inner-content h2,
.slide-inner-content h3,
.slide-inner-content h4 {
	color: #FFF;
	text-transform: uppercase;
}
.slide-inner-content h1 {
	font-size: 70px;
	letter-spacing: 4px;
}
.slide-inner-content .lead  {
	font-size: 24px;
	line-height: 20px;
}
.ucase {
	text-transform: uppercase
}
.footer-txt {
	padding: .5rem 1rem;
	text-align: center;
	color: #FFF;
}

.footer-nav .nav>li{
  border-right: 1px solid #FFF;
}

.footer-nav .nav>li:last-child{
   border: none;
}
.dropdown-menu.show {
	background:#FFF;
	padding: 0;
	border-radius: 0;
	transition: ease 0.4s;
}

.top-header .navbar-light .navbar-nav .show .dropdown-menu>.nav_link, 
.top-header .navbar-light .navbar-nav .active .dropdown-menu>.nav_link {
	color: #FFF;
	border-bottom:#666 solid 1px;
}
.top-header .navbar-light .navbar-nav .show .dropdown-menu>.nav_link:last-child, 
.top-header .navbar-light .navbar-nav .active .dropdown-menu>.nav_link:last-child {
	border-bottom: none;
}
.dropdown-item:hover, .dropdown-item:focus {
	color: #DDD;
	background-color:rgba(255,255,255,0.1)
}
.main .content {
	padding-top: 30px;
}

#icon-array .checkbox label {
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
  font-size: 11px;
}
#icon-array .checkbox label > input{ 
  position: absolute;
  width: 0;
  height:0;
  opacity: 0;
}
img.icon-selected {
  dislay: block;
  cursor:pointer;
  border:none;
  border-radius: 0;
  overflow: hidden;
  transition: ease 0.4s;
  opacity: 1;
  position: absolute;
  top: 0;
  left:0;
  z-index: 1;
}
img.icon-selector {
  dislay: block;
 position: absolute;
  top: 0;
  left:0;
  cursor:pointer;
  border:none;
  border-radius: 0;
  overflow: hidden;
  transition: ease 0.4s;
  opacity: 1;
  z-index: 2;
}
.image-select-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
.image-select-container:after {
  display: block;
  content: '';
  margin-top: 100%;
}

#icon-array .checkbox label > input:checked + .image-select-container img.icon-selector {
  opacity: 0;
}
#icon-array .checkbox label span {
  display: block;
  position: relative;
  clear: both;
}
#main-content-container {
	padding-top: 30px;
}

.nav-extra {
	border-left: 1px #A9A3A1 solid;
	width: 100%;
	display: block-inline;
}
.fa-nav-adj {
	color: #A9A3A1;
	font-size: 30px;
	margin: 0 10px;
}



@media (max-width: 991px) {
	.top-header {
		position: relative;
	}
	
}
.footer-nav d-flex .nav-item:not(:last-child) {
	margin-right: 5px;
}
.footer-nav d-flex .nav-item {
	display: inline-block;
}
.site-footer .list-inline-item {
	padding-left: 10px;
	padding-right: 10px;
}
.site-footer .list-inline-item a {
	color: #fff;
	font-weight: 400;
}

footer.site-footer a, 
footer.site-footer a:link {
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}
.footer-txt {
	color: #FFF;
	vertical-align: middle;
	text-align: center;
}

#bs4navbar .navbar-text {
	padding-bottom: 0;
}
.btn-social-icon {
	height: 38px;
	width: 38px;
	text-align: center;
	color: #FFF;
	border-radius: 50%;
}
a.btn-social-icon,
a.btn-social-icon:link,
.btn-social-icon i {
	color: #FFF !important;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
  color: #000;
}
.btn-social>:first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);
}
.page-logo {
	height: 80px;
}
.page-logo-top {
	height: 80px;
}
.border-line {
	border-top: #DDD 1px solid;
}
@media (max-width: 575px) {
	.page-logo-top {
		height: 80px;
	}
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
}
.navbar-brand span {
	margin-left: 15px;
	font-weight: 500;
}
.navbar-light .navbar-nav .nav_link:hover, .navbar-light .navbar-nav .nav_link:focus {
    color: #333;
}
.search-elem {
	display: block;
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	width: auto;
	margin: 0 auto;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background: #9bc34d;
	text-align: left;
	color: #FFF;
	margin-right: -15px;
}
.search-elem .form-control,
.search-elem .form-control-sm {
	border-radius: 0;
	border: #FFF 1px solid;
	background-color: #9bc34d !important;
	color: #FFF;
}
.home .page-content {
	color: #243c53;
	text-align: center;
}
.home .page-content h3 {
	color: #243c53;
	font-weight: 600;
	font-style: 30px;

}
ul.ecs-event-list {
	list-style-type: none;
	padding-left: 0;
}
/*.ecs-event-list a {
	color: #243c53;
}
.tribe-event-date-start {
	color: #8a2328;
	font-weight: bold;
}
*/
.featured-blocks {
	position: relative;
	display: block;
	margin-top: -100px;
}
/*
.mission-block h3,
.support-block h3,
.wcpa-block h3,
.cal-block h3 {
	color: #FFF;
	font-weight: 600;
}
.mission-block a,
.support-block a,
.wcpa-block a,
.cal-block a {
	color: #FFF;
}
*/
.mission-block {
	height: 100%;
	background: #3c623b;
	color: #FFF;
	text-align: center;
	padding: 30px 40px;

}
.support-block {
height: 100%;
	background: #3c623b;
	color: #FFF;
	text-align: center;
	padding: 30px;

}
.wcpa-block {
height: 100%;
	background: #3c623b;
	color: #FFF;
	text-align: center;
	padding: 20px;
	position: relative;

}
.inner-wcpa-block {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mcc-area {
	vertical-align: middle;
}
.cal-block {
height: auto;
	background: #243c53;
	color: #FFF;
	text-align: center;
	padding: 20px;
	margin-bottom: 50px;

}

div#calendar{
  margin:0px auto;
  padding:0px;
  width: 100%;
}
 
div#calendar div.box{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:40px;
    background-color:   transparent; ;      
}
 
div#calendar div.header{
    line-height:40px;  
    vertical-align:middle;
    position:absolute;
    left:11px;
    top:0px;
    width:100%;
    height:15px;   
    text-align:center;
}
 

 
div#calendar div.header span.title{
    color:#FFF;
    font-size:24px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
 

 
 
/*******************************Calendar Content Cells*********************************/
div#calendar div.box-content{
    border: none ;
    border-top:none;
    max-width: 344px;
    margin-left: auto;
    margin-right: auto;
}
.box-content a, .box-content a:link {
	color: #FFF;
} 
.box-content a:hover, .box-content a:focus {
	color: #DDD;
}
 
div#calendar ul.label{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-top:5px;
    margin-left: 0;
    width: 98%;
}
 
div#calendar ul.label li{
    margin:0px;
    padding:0px;
    margin-right:0;  
    float:left;
    list-style-type:none;
    width:14%;
    height:20px;
    line-height:20px;
    vertical-align:middle;
    text-align:center;
    color:#FFF;
    font-size: 12px;
    background-color: transparent;
}
 
 
div#calendar ul.dates{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}
 
/** overall width = width+padding-right**/
div#calendar ul.dates li{
    margin:0px;
    padding:0px;
    padding-top: 10px;
    line-height:15px;
    vertical-align:middle;
    float:left;
    list-style-type:none;
    width:14%;
    height:35px;
    font-size:10px;
    background-color: transparent;
    color:#FFF;
    text-align:center;
    border: #FFF 1px solid; 
}
.has-event {
	background: rgba(255,255,255,0.3) !important;
}
 
:focus{
    outline:none;
}
 
div.clear{
    clear:both;
}  

.navbar-light .navbar-nav .show>.nav_link, .navbar-light .navbar-nav .active>.nav_link, .navbar-light .navbar-nav .nav_link.show, .navbar-light .navbar-nav .nav_link.active {
    color: #666;
}

.entry-content > p,
.entry-content > h3,
.entry-content > h1,
.entry-content > h2 {
	margin-bottom: 20px;
}

ul.wp-block-latest-posts {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    max-width: 400px;
}
ul.wp-block-latest-posts li:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
ul.wp-block-latest-posts li {
	position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);

}
ul.wp-block-latest-posts li+ul.wp-block-latest-posts li {
    border-top-width: 0;
}

.home ul.wp-block-latest-posts {
    max-width: 100%;
}
.home ul.wp-block-latest-posts li:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.home ul.wp-block-latest-posts li {
	position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: transparent;
    border: none;

}
.home ul.wp-block-latest-posts li+ul.wp-block-latest-posts li {
    border-top-width: 0;
}
/* accordion unifier */

.wp-block-pb-accordion-item,
.c-accordion__item,
.advgb-accordion-header {
	border: #999 1px solid;
	margin-bottom: 15px;
	padding: 20px !important;
	border-radius: 0;
	background: #FFF;
}
.wp-block-pb-accordion-item>h2,
.wp-block-pb-accordion-item>h3,
.wp-block-pb-accordion-item>h4,
h4.advgb-accordion-header-title {
	font-size: 25px !important;
	line-height: 29px;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.c-accordion__content {
	padding-top: 20px;
}
#advgb-cols-fb814e8d-1fa8-4dec-9c3b-3a9bee9ce787 {
	margin-bottom: 50px;
}
.advgb-accordion-body:after {
  content: "";
  display: table;
  clear: both;
}

.advgb-accordion-header-icon {
	margin-right: 5px !important;
	}
.advgb-accordion-header[aria-expanded="true"] .advgb-accordion-header-icon {
    display: block !important;
}
.main-section {
    display: block;
    position: relative;
    padding: 50px 0;
    background: #FFF;
    z-index: 13;
}
.centerpiece {
    width: 100%;
    height: auto;
    background: url(/wp-content/uploads/2020/01/featured_bg-1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/uploads/2020/01/featured_bg-1.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/static-back.jpg', sizingMethod='scale')";
    text-align: center;
    color: #FFF;
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (max-width: 767px) {
	.centerpiece {
		min-height: 700px !important;
	}
}
.increased-area {
    padding: 150px 0;
}
.raise-layer {
    z-index: 13;
}
.centered-area-cntn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
}
.main-section.parallax h1, 
.main-section.parallax h2, 
.main-section.parallax h3, 
.main-section.parallax h4, 
.main-section.parallax h5 {
    color: #FFF;
}
@media (max-width: 991px) {
	.dropdown-menu.show {
	    border: none;
	}
	.dropdown-menu.show {
	    background: #FFF;
	    padding: 0 20px;
	}
	.top-header .navbar-light .navbar-nav .show .dropdown-menu>.nav_link, 
	.top-header .navbar-light .navbar-nav .active .dropdown-menu>.nav_link {
	    color: #666;
	    border-bottom: #DDD solid 1px;
	}
	.nav_link.dropdown-item {
	    border-bottom: #DDD 1px solid;
	}
	.nav_link.dropdown-item:last-child {
		border-bottom: none;
	}
}
.right-side-padding {
	margin-left: 15px;
	margin-bottom: 15px;
	max-width: 450px;
}
@media (max-width: 767px) {
	.right-side-padding {
		margin-left: 0;
		max-width: 100%;
	}
}
.cal-block a,
.cal-block a:link {
	color: #FFF;
}
.card-home {
	margin-bottom: 20px;
	padding: 30px;
	background: #DDD;
}
.ecs-event h4 {
	font-size: 1.2rem;
}
.ecs-featured-event {
	margin-bottom: 15px;
	padding: 15px;
	border: #999 1px solid;
}
.woocommerce img.page-logo-top, .woocommerce-page img.page-logo-top {
    height: auto;
    max-width: 100%;
    height: 160px !important;
}
h2.woocommerce-loop-product__title {
	height: 65px;
	text-transform: uppercase;
}
.woocommerce ul.products li.product .price {
    color: #000;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 17px;
}
img[class*=wp-image] {
    display: inline-block;
    width: 100%;
    max-width: 500px !important;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

img.alignleft {
    float: left;
    margin: 0 10px 10px 0
}

img.alignright {
    float: right;
    margin: 0 0 10px 10px
}

img.aligncenter {
    float: none;
    margin: auto
}

@media (max-width:767px) {
    img.aligncenter,
    img.alignleft,
    img.alignright {
        float: none;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
}


img[class*="wp-image"] {
        display:inline-block;
        max-width:100%;height:auto;
        padding:4px;
line-height:1.42857143;
background-color:#fff;border:none;border-radius:0;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;
}
    img.alignleft {float:left; margin: 0 10px 10px 0}
    img.alignright {float:right; margin: 0 0 10px 10px}
    img.aligncenter {float:none;margin:auto}
@media (max-width:767px) {
 img.alignleft {float:none; margin: 0; width: 100%}
    img.alignright {float:none; margin: 0; width: 100%}
    img.aligncenter {float:none; margin: 0; width: 100%}
}
.tp-caption {
	text-align: center !important; 
}    

.dontainter {
	max-width: 700px;
	border: #333 1px solid;
	border-radius: 6px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
}
.custom-donation-form .btn,
.input-group>.input-group-prepend>.btn {
	margin-right: 15px !important;
	border-radius: 6px !important;
}
.caption-text-area {
	height: 150px; 
	margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.caption-text-area {
		height: 230px !important; 
		margin-bottom: 10px;
	}
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	border: #DDD 1px solid;
	border-radius: 6px;
	padding: 9px;
}
.form-check-label {
   width: 100%;
   margin-bottom: 10px;
}
.clemente-options {
	margin-bottom: 15px;
 }
 .padfornav {
 	margin-top: 0;
 	display: none;
 }
 .navbar.shrink {
	padding: 0;
	max-width: 100%;
	padding: 0;
	background: #FFF;
	height: auto;
 }
.top-header-container {
	width: 100%;
	height: auto;
	padding: 0;
	margin: auto;
}
 .top-element {
 	position: relative;
 	display: block;
 	height: 40px;
 	padding: 10px 0;
 	background: #000;
 	color: #FFF;
 	font-size: 11px;
 }
  .top-element a,
  .top-element a:link {
  	color: #DDD;
 }
 .shrink,
 #control-nav-inner {
 	transition:  ease 0.4s;
 }
 .shrink .top-element {
 	height: 30px;
 	padding: 5px 0;
 }
 .list-inline-item .btn {
 	margin-top: -5px;
 }
 a.dropdown-item {
 	color: #999;
 }
 .thumbnail {
 	margin-left: 10px;
 	margin-right: 10px;
 }
 .grey-worm {
 	/*background: #DDD;*/
 }

 .well-team {

 }
 .well-team img.img-fluid {

 }
 .well-team .caption {
 	height: 200px;
 	padding: 15px;
 	text-align: center;
 }
 .well-team .caption p.lead {

 }
 .list-inline {
 	margin-top: 0;
    margin-bottom: 10px;
	padding-left: 0;
    list-style: none;
    margin-left: -5px;
 }
 .list-inline li {
 	display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
 }
 .testimonial-thumb {
 	float: left;
 	width: 200px;
 	height: 200px;
 	margin-right: 15px;
 	margin-bottom: 15px;
 	margin-top: 15px;
 }
 .testimonial-elem {
 	padding: 30px 0;
 	position: relative;
 	display:  block;
 	
 }
 .well-article {
 	display: block;
 	position: relative;
 	width: 100%;
 	height: auto;
 	padding: 20px 0;
 	margin: auto;
 }
 .continue-btn {
 	position: relative;
 	display: block;
 	width: 100%;
 	margin-top: 10px;
 	float: right;
 }
 .hidden {
 	display: none !important;
 	transition: ease 0.3s;
 }

 .dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #333;
}

.panel-group
 {
   height:100vh;
 }
  .btn i.fas.switchicon {
  	margin-right: 10px;
 }
 .btn i.fas.switchicon.fa-minus:before {
    content: "\f068";
    transition: ease 0.4s;
}
.btn.collapsed i.fas.switchicon.fa-minus:before {
    content: "\f067" !important;
    transition: ease 0.4s;
}

.msg-anchor-hide::before,
.page-section-area::before { 
  display: block; 
  content: " "; 
  margin-top: -195px; 
  height: 195px; 
  visibility: hidden; 
  pointer-events: none;
}
.card-lists .card {
	margin-bottom: 20px;
	padding: 10px;
}
.circle-icon {
	margin: 0 auto 20px auto;
	display: block;
	width: 150px;
	height: 150px;
	font-size: 90px;
	text-align: center;
	background: #000;
	color:#FFF;
	border-radius: 50%;
	padding-top: 30px;
}
.page-id-1543 .card-deck.card-lists {
	margin-top: 50px;
	margin-bottom: 50px;
}
.page-id-1543 .card-deck.card-lists .card:nth-child(1) {
	color: #dc3545;
}
.page-id-1543 .card-deck.card-lists .card:nth-child(1) .circle-icon {
	background: #dc3545 !important;
}
.page-id-1543 .card-deck.card-lists .card:nth-child(2) {
	color: #218838;
}
.page-id-1543 .card-deck.card-lists .card:nth-child(2) .circle-icon {
	background: #218838 !important;
}
.page-id-1543 .card-deck.card-lists .card:nth-child(3) {
	color: #0069d9;
}
.page-id-1543 .card-deck.card-lists .card:nth-child(3) .circle-icon {
	background: #0069d9 !important;
}
.subtle-anchor-link {
	display: inline-block;
	height: 1px;
	width: 1px;
	opacity: 0;
}
.subtle-anchor-link::before { 
  display: block; 
  content: " "; 
  margin-top: -125px; 
  height: 125px; 
  visibility: hidden; 
  pointer-events: none;
}
.navbar .navbar-brand .img-fluid {
	max-height: 60px;
}
.wpcd-comments-title {
	display: none !important;
}
.navbar-brand span,
.navbar-brand img {
	display: inline;
}

.home-video-top {
	display: block;
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 100vh;
	overflow: hidden;
	background: #000;
	object-fit: cover;

}
.home-video-top source {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}
.home-section-inner video,
.home-section-inner source {
	position: relative;
	object-fit: cover;
}

/* relevant VPA styles */
.tab-settings {
	display: none !important;
}
#wpum-account-forms-tabs ul li {
	position:  relative;
}
#wpum-account-forms-tabs ul li.tab-goal {
	background-color:  #000;
	color:  #FFF;
}
#wpum-account-forms-tabs ul li a.tab-goal {
	color:  #FFF;
	font-weight: 700;
}

#wpum-account-forms-tabs ul li.tab-goal:after {
	display:  block;
	content:  "+";
	position: absolute;
	top: 50%;
  	transform: translateY(-50%);
	right:  0;
	width: 50px;
	text-align: center;
}

#wpum-account-forms-tabs ul li[class*="tab-stat"] {
	background-color: #F00;
}

#wpum-account-forms-tabs ul li a[class*="tab-stat"] {
	color:  #FFF;
}

#field_3_1, #field_3_2 {
	display: none;
}
.gfield_visibility_hidden {
	visibility: hidden;
	height: 1px;
}

.gform_button {
    margin-left: 40px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.gfield_visibility_hidden {
	height:  1px;
}