/**************** UPGRADED FIXED ********************/
.et_animated {
    opacity: 1 !important;
}
.et-waypoint:not(.et_pb_counters) {
    opacity: 1 !important;
}

/**************** GENERAL ********************/
html body {
    font-size: 16px;
	font-weight: normal;
}
.et_pb_blurb_content p:last-of-type, p:last-of-type {
    padding-bottom: 1em;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em;
}
.tt-subtitle {
    padding-bottom: 0px !important;
    text-transform: uppercase!important;
    font-size: 25px;
    letter-spacing: 5px!important;
    line-height: 1.3em!important;
}
@media screen and (max-width: 980px) {
	.tt-section-header {
		font-size: 50px !important;
	}
	
	
	.translate a {
		display: block;
		float: none;
		margin: 0 auto;
	}
	
	.translate a:after {
		display:none;
	}
}
@media screen and (max-width: 767px) {
	.tt-section-header {
		font-size: 40px !important;
	}
	
}
/**************** MAIN NAVIGATION ********************/
.et_header_style_fullscreen ul#mobile_menu_slide {
	vertical-align: baseline;
}
.blank-link {
	cursor: default;
}
/**************** SLIDER ********************/
.tt-hero-half .tt-home-hero .et_pb_fullwidth_header, .tt-hero-full .tt-home-hero .et_pb_fullwidth_header {
    height: 80vh;
	min-height: 650px !important;
}

/**************** HOMEPAGE ********************/
.testimonial_rotator_wrap {
    margin-top: -20px;
}
.testimonial_rotator.template-longform .testimonial_rotator_quote {
    color: #fff;
    font-size: 23px;
    font-style: italic;
}
.et_pb_testimonial_author {
    margin-top: 0px;
}
.testimonial_rotator.template-longform .testimonial_rotator_author_info {
    font-size: 20px;
    color: #fff;
}

/**************** SIDEBAR ********************/
.et_pb_widget_area_right .tt_sidebar_widget {
    background: #FFF!important;
    padding: 20px;
    text-align: center!important;
    box-shadow: none !important;
    border: none !important;
}

.tt-btn, input[type=submit].tt-btn {
	font-size: 20px;
	border-radius: 0px;
}
.tt-sidebar-bottom .tt-btn {
    width: 100%;
}
.calctap-txt-btn {
	background-color: #fff;
    border: 1px solid #333;
    color: #333 !important;
}
.tt_sidebar_widget .tt-btn, input[type=submit].tt-btn {
	border-left: solid 3px #333;
}
.tt-btn, input[type=submit].tt-btn {
    background-color: transparent;
    font-weight: bold;
    border: 1px solid #333;
    color: #333;
}
.tt-btn:after, input[type=submit]:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.tt-btn:after, input[type=submit]:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #666;
	border-color: #666;
}

.tt-btn:hover,
.tt-btn:active, input[type=submit]:hover, input[type=submit]:active {
	color: #fff;
	z-index: 1;
	border-color: #666;
}

.tt-btn:hover:after,
.tt-btn:active:after, input[type=submit]:hover:after, input[type=submit]:active:after{
	width: 100%;
}
.tt-sidebar-info > span > a {
    color: #333 !important;
}
/**************** FOOTER ********************/

.tt-footer-map-col .et_pb_map {
	height: 350px;
}
#footer-bottom {
    background-color: #171717;
}
#main-footer .footer-widget h4 {
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
}
#footer-widgets {
    padding: 3% 0 0;
}
.footer-widget {
	margin-bottom: 0 !important;
}
.footer-widget .et-social-icons li {
    margin-left: 0px;
	padding-left: 10px;
}
#footer-widgets .footer-widget #menu-quick-links {
	display: inline-flex;
}
#footer-widgets .footer-widget li a, .footer-widget a {
    font-size: 17px;
}
#footer-widgets .footer-widget li:before {
	display: none;
}
#footer-widgets .footer-widget li:first-child {
    padding-left: 0;
}
#footer-info {
    float: none;
    text-align: center;
}

@media screen and (max-width: 980px) {
	.footer-widget:nth-child(n) {
		width: 100% !important;
		margin-bottom: 4% !important;
	}
	
	.footer-widget {
		margin-bottom: 4% !important;
	}
	
	#footer-widgets {
		padding: 6% 0 0;
	}
	
	img#logo {
		max-height: 85%;
	}
}
@media screen and (max-width: 767px) {
	#footer-widgets .footer-widget .fwidget, #footer-widgets .footer-widget:nth-child(n) {
		margin-bottom: 4%;
	}
	#footer-widgets .footer-widget #menu-quick-links {
		display: block;
	}
	#footer-widgets .footer-widget li {
		padding-left: 0;
	}
	.footer-widget .et-social-icons li {
		padding-left: 10px !important;
	}
	.footer-widget .et-social-icons li:first-child {
		padding-left: 0px !important;
	}
}


/**************** SERVICES *******************
.tt-services-blurb .et_pb_blurb_content {
    text-align: -webkit-center;
}

.et_pb_blurb_description {
    padding: 15px;
}
.tt-services-blurb:hover .et_pb_blurb_description a {
    opacity: 1;
    transform: translate(0px, -15px);
    -webkit-transform: translate(0px, -15px);
    -ms-transform: translate(0px, -15px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.tt-services-blurb .et_pb_blurb_description a {
    opacity: 0;
    margin-top: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.tt-services-blurb:hover img {
    -ms-transform: scale(1.00) !important;
    -webkit-transform: scale(1.00) !important;
    transform: scale(1.00) !important;
    -webkit-transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995);
    -moz-transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995);
    -o-transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995);
    transition: all 500ms cubic-bezier(0.170, 0.690, 0.470, 0.995);
}

.tt-services-blurb {
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;	
	box-shadow:0 20px 20px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 20px 20px rgba(0,0,0,0.1);
	-moz-box-shadow:0 20px 20px rgba(0,0,0,0.1);
}

.tt-services-blurb img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
} */

/**************** FORMS ********************/

::-webkit-input-placeholder { /* WebKit browsers */
	color: #666 !important;
	opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #666 !important;
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #666 !important;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #666 !important;
	opacity: 1;
}

/**************** EVENT CALENDAR ********************/
/* Table Styling */

.css-events-list table.events-table {
    width: 100%;
    border-collapse: collapse;
}

/* Zebra striping */

.css-events-list table.events-table th {
    background: #dadada;
}

.css-events-list table.events-table tr:nth-of-type(odd) {
    background: #eee;

}

.css-events-list table.events-table td, 
.css-events-list table.events-table th {
    padding: 10px;
    border: none;
    text-align: left;
    min-width: 320px;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .css-events-list table, 
    .css-events-list thead, 
    .css-events-list tbody, 
    .css-events-list th,
    .css-events-list td,
    .css-events-list tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .css-events-list thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .css-events-list tr {
        border: 1px solid #ccc;
    }

    .css-events-list td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        background-color: white;
    }

    .css-events-list td:before {
        top: 6px;
        left: 6px;
        width: 100;
        padding: 6px;
        white-space: nowrap;
        display: block;
        font-weight: bold;
        margin-bottom: 10px;
        border-bottom: 1px solid gray;
    }

    /*
	Label the data
	*/
    .css-events-list td:nth-of-type(1):before {
        content: "Date/Time";
    }

    td:nth-of-type(2):before {
        content: "Event";
    }
}



button.fc-prev-button.fc-button.fc-state-default.fc-corner-left, button.fc-next-button.fc-button.fc-state-default.fc-corner-right, button.fc-today-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right.fc-state-disabled, button.fc-month-button.fc-button.fc-state-default.fc-corner-left.fc-corner-right.fc-state-active {
    background: #878787;
    color: #fff;
}

.fc-widget-header, .fc-widget-content {
    border-color: gray!important;
    background: #fff;
    color: #333;
    padding: 0!important;
}

.fc-unthemed .fc-today {
    background: #878787;
}

.entry-content table, body.et-pb-preview #main-content .container table {
    border: 0px solid #3986ba;
}

.wpfc-calendar-wrapper h2 {
    font-size: 30px;
    margin: 0 !important;
}


/**************** TRANSLATION G ********************/
.translate a {
    position: relative;
    padding-right: 28px;
    margin-right: 30px;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
}

.translate a:hover {
    border-bottom: 1px solid white;
}

.translate a:after {
    content: "\3d";
    font-family: 'ETmodules';
    position: absolute;
    right: 10px;
    bottom: -4px;
}

.translate {
    padding-top: 15px;
}


/**************** RESPONSIVE ********************/
@media screen and (max-width: 1626px) {
	.our-team .et_pb_team_member_0.et_pb_team_member, .our-team .et_pb_team_member_4.et_pb_team_member, .our-team .et_pb_team_member_2.et_pb_team_member, .our-team .et_pb_team_member_6.et_pb_team_member {
		margin-left: -3vw!important;
	}
}	

@media screen and (max-width: 1526px){
	.our-team .et_pb_team_member_0.et_pb_team_member, .our-team .et_pb_team_member_4.et_pb_team_member, .our-team .et_pb_team_member_2.et_pb_team_member, .our-team .et_pb_team_member_6.et_pb_team_member {
		margin-left: -2vw!important;
	}
}

@media screen and (max-width: 1380px){
	.our-team .et_pb_team_member_0.et_pb_team_member, .our-team .et_pb_team_member_4.et_pb_team_member, .our-team .et_pb_team_member_2.et_pb_team_member, .our-team .et_pb_team_member_6.et_pb_team_member {
		margin-left: -1vw!important;
	}
}	

@media screen and (max-width: 1148px){
		.our-team .et_pb_team_member_0.et_pb_team_member, .our-team .et_pb_team_member_4.et_pb_team_member, .our-team .et_pb_team_member_2.et_pb_team_member, .our-team .et_pb_team_member_6.et_pb_team_member {
			margin-left: 0vw!important;
		}
}

 @media screen and (max-width: 980px){
	 .et_pb_column.et_pb_column_1_4.et_pb_column {
    margin-bottom: 30px;
}
	 	
	 .our-team .et_pb_row_1.et_pb_row {
		padding-bottom:0px!important;
	} 
	 
	 .translate a {
		float:none;
		margin:0 auto;
	 }
	 
	 .translate a:hover {
		border-bottom:0px solid #fff;
	 }
}
/* 	 
	.our-team .et_pb_team_member_0.et_pb_team_member, .our-team .et_pb_team_member_4.et_pb_team_member, .our-team .et_pb_team_member_2.et_pb_team_member, .our-team .et_pb_team_member_6.et_pb_team_member {
		margin-left: -9vw!important;
	}
	
	.our-team .et_pb_column {
   	 margin-bottom: 30px!important;
	}
*/