/**
 * ----------------------------------------
 * Blurbs
 * ----------------------------------------
 */
 
 /* Blurb 1 */
#et-boc .et-l .dr-blurb-1 {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#et-boc .et-l .dr-blurb-1:hover {
  transform: translateY(-5px);
  border-color: transparent !important;
}

#et-boc .et-l .dr-blurb-1 .et_pb_main_blurb_image {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}  

#et-boc .et-l .dr-blurb-1:hover .et_pb_main_blurb_image {
  transform: scale(1.1);
}

#et-boc .et-l .dr-blurb-1 .et_pb_main_blurb_image {
  margin-bottom: 15px; 
}

/* Blurb 2 */





/**
 * ----------------------------------------
 * Fonts sizes
 * ----------------------------------------
 */
 
 

/**
 * ----------------------------------------
 * Cool effects
 * ----------------------------------------
 */

/* 
 * 01 Line before and after text 
 */

/*center the heading and lines*/
/* h1.dr-text-horizontal-line-center,
h2.dr-text-horizontal-line-center,
h3.dr-text-horizontal-line-center,
h4.dr-text-horizontal-line-center,
h5.dr-text-horizontal-line-center,
h6.dr-text-horizontal-line-center,
.dr-text-horizontal-line-center h1,
.dr-text-horizontal-line-center h2,
.dr-text-horizontal-line-center h3,
.dr-text-horizontal-line-center h4,
.dr-text-horizontal-line-center h5,
.dr-text-horizontal-line-center h6 {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
} */


/*add and adjust the lines*/
/* h1.dr-text-horizontal-line-center:before,
h1.dr-text-horizontal-line-center:after,
h2.dr-text-horizontal-line-center:before,
h2.dr-text-horizontal-line-center:after,
h3.dr-text-horizontal-line-center:before,
h3.dr-text-horizontal-line-center:after,
h4.dr-text-horizontal-line-center:before,
h4.dr-text-horizontal-line-center:after,
h5.dr-text-horizontal-line-center:before,
h5.dr-text-horizontal-line-center:after,
h6.dr-text-horizontal-line-center:before,
h6.dr-text-horizontal-line-center:after,
.dr-text-horizontal-line-center h1:before,
.dr-text-horizontal-line-center h1:after, 
.dr-text-horizontal-line-center h2:before,
.dr-text-horizontal-line-center h2:after,
.dr-text-horizontal-line-center h3:before,
.dr-text-horizontal-line-center h3:after, 
.dr-text-horizontal-line-center h4:before,
.dr-text-horizontal-line-center h4:after, 
.dr-text-horizontal-line-center h5:before,
.dr-text-horizontal-line-center h5:after, 
.dr-text-horizontal-line-center h6:before,
.dr-text-horizontal-line-center h6:after {
	content: '';
	border-top: 4px solid;
	margin: 0 20px 0 20px;
	flex: 1 0 20px;
} */


/* 
 * 02 Line after text only and text on left side 
 */

/*align the heading and lines*/
/* .dr-text-horizontal-line-right h1,
.dr-text-horizontal-line-right h2,
.dr-text-horizontal-line-right h3,
.dr-text-horizontal-line-right h4,
.dr-text-horizontal-line-right h5,
.dr-text-horizontal-line-right h6 {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
} */


/*add and adjust the lines*/
/* .dr-text-horizontal-line-right h1:after,
.dr-text-horizontal-line-right h2:after,
.dr-text-horizontal-line-right h2:after,
.dr-text-horizontal-line-right h3:after,
.dr-text-horizontal-line-right h4:after,
.dr-text-horizontal-line-right h5:after,
.dr-text-horizontal-line-right h6:after {
	content: '';
	border-top: 4px solid;
	flex: 1 0 20px;
	color: rgba(0,0,0,0.05);
  	margin: 0 0 0 20px;
} */


/* 
 * 03 Line before text only and text on right side 
 */

/*align the heading and lines*/
/* .dr-text-horizontal-line-left h1,
.dr-text-horizontal-line-left h2,
.dr-text-horizontal-line-left h3,
.dr-text-horizontal-line-left h4,
.dr-text-horizontal-line-left h5,
.dr-text-horizontal-line-left h6 {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
} */


/*add and adjust the lines*/
/* .dr-text-horizontal-line-left h1:before,
.dr-text-horizontal-line-left h2:before,
.dr-text-horizontal-line-left h2:before,
.dr-text-horizontal-line-left h3:before,
.dr-text-horizontal-line-left h4:before,
.dr-text-horizontal-line-left h5:before,
.dr-text-horizontal-line-left h6:before {
	content: '';
	border-top: 4px solid;
	margin: 0 20px 0 0;
	flex: 1 0 20px;
	color: rgba(0,0,0,0.05);
} */




/**
 * ----------------------------------------
 * Row Styling
 * ----------------------------------------
 */

/* Vertical Align Row */
.dr-vertical-align-row {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Bottom Align Row */
.dr-bottom-align-row {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

/* Border with padding in column row */
.dr-outline-light,
.dr-outline-dark{
	outline: solid;
	outline-offset: -20px; 
	outline-width: 4px;
	transition: .2s;
}
.dr-outline-light:hover,
.dr-outline-dark:hover {
	outline-offset: -25px;
}
.dr-outline-light {
	outline-color: rgba(255,255,255,0.2);
}
.dr-outline-dark {
	outline-color: rgba(0,0,0,0.2);
}


/**
 * ----------------------------------------
 * Email Optin
 * ----------------------------------------
 */
 
@media only screen and (min-width: 981px) {
    .dr-inline-optin-1 .et_pb_newsletter_fields > p { 
        flex: auto !important;
    }
    
    .dr-inline-optin-1 .et_pb_newsletter_fields p.et_pb_newsletter_field {
        margin-right: 2%; 
    }
	
	.dr-inline-optin-1 .et_pb_newsletter_fields .et_pb_newsletter_button_wrap a {
    	height: 40px;
  	}
  	
  	.dr-inline-optin-1 .et_pb_newsletter_fields .et_pb_newsletter_button_wrap a {
	  	padding-top: 8px !important;
	}
	
	 .dr-inline-optin-1 .et_pb_newsletter_fields input {
		height: 40px;
	}
}


/**
 * ----------------------------------------
 * Hero Headers
 * ----------------------------------------
 */

/* Full Width Slider */
.dr-slider .et-pb-controllers a {
	display: inline-block;
	width: 10px;
	margin-right: 10px;
	padding: 0;
	text-indent: -9999px;
	transition: .5s;
}

.dr-slider .et-pb-controllers a.et-pb-active-control {
	width: 20px;
	transition: .5s;
}


.dr-slider .et-pb-active-slide .et_pb_slide_description {
	animation-name: gridFadeIn;
}

.dr-slider .slider-img {
	display: block;
	margin-top: 30px;
}

.et-pb-arrow-next {
       padding: 10px 10px 6px 10px;
}

.dr-slider:hover .et-pb-arrow-next {
  right: 10px;
}
.dr-slider:hover .et-pb-arrow-prev {
  left: 10px;
}

.et-pb-arrow-next:before {
  content: "\24";
}

.et-pb-arrow-prev:before {
  content: "\23";
}
.et-pb-arrow-prev{
       padding: 10px 10px 6px 10px;
}

.dr-slider:hover .et-pb-arrow-prev,
.dr-slider:hover .et-pb-arrow-next{
	opacity: .4;
}

.dr-slider .et-pb-arrow-next:hover,
.dr-slider .et-pb-arrow-prev:hover {
	opacity: 1;
}



.dr-slider .et-pb-arrow-next,.dr-slider .et-pb-arrow-prev {
  font-size: 20px;
  background-color: white;
  color: black;
}





/* ADD OVERLAY TO PARRALAX */

.background-overlay .et_parallax_bg:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}


/**
 * ----------------------------------------
 * Breadcrumbs
 * ----------------------------------------
 */
 
.dr-breadcrumbs .lwp-breadcrumbs a {
	font-weight: bold;
}

/**
 * ----------------------------------------
 * Pop Ups
 * ----------------------------------------
 */
 
 /****** Lightbox Styling *******/
[class*="lightbox-trigger-"] {cursor:pointer;}
[class*="lightbox-content-"] {position:relative; z-index: unset !important;}
[class*="lightbox-content-"] .mfp-close {color:#999999 !important;}
[class*="lightbox-content-"] .mfp-close:active {top:0px !important;}


/**
 * ----------------------------------------
 * Border Radius 
 * ----------------------------------------
 */
 
 .dr-border-radius-row .et_pb_column {
	 overflow: hidden;
 }
 
 .dr-image-border-radius {
	 overflow: hidden;
 }