/**************** UPGRADED FIXED ********************/
.et_animated {
    opacity: 1 !important;
}
.et-waypoint:not(.et_pb_counters) {
    opacity: 1 !important;
}

/**************** GENERAL ********************/
html body {
    font-size: 17px;
	font-weight: normal;
}
.et_pb_blurb_content p:last-of-type, p:last-of-type {
    padding-bottom: 1em;
}

/**************** NAV BAR ********************/
.et_header_style_split #main-header .container, .et_header_style_split #main-header .logo_container {
    padding-bottom: 5px;
}
.blank-link {
	cursor: default;
}


/**************** SERVICES ********************/
.tt-services-blurb .et_pb_module_header {
    border-color: #aeafaf;
    border-left-width: 1px;
    padding: 0px 0px 1px 15px;
    border-style: solid;
}
.tt-services-blurb .et_pb_blurb_description {
	padding: 0px 0px 0px 15px;
}

/**************** TEAM ********************/
.tt-team-module .et_pb_member_position {
	padding-bottom: 0px;
}
.tt-team-module .et_pb_member_social_links {
    margin-top: 0px;
}
.tt-team-module .et_pb_team_member_description {
    padding: 20px;
    text-align: -webkit-center;
}

.tt-team-module:hover .et_pb_member_social_links 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-team-module .et_pb_member_social_links 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-team-module: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-team-module {
    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;
}

.tt-team-module 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;
}
@media (max-width: 980px) and (min-width: 768px) {
	.et_pb_column .et_pb_team_member_description {
		display: unset;
	}
}
@media (max-width: 767px) {
	.et_pb_team_member_image {
		margin: 0 auto !important;
	}
}


/********** --- SIDEBAR --- **********/
.et_pb_pagebuilder_layout #main-content .et_section_specialty .et_pb_widget_area .et_pb_widget, body:not(.et_pb_pagebuilder_layout) #sidebar .et_pb_widget {
    padding: 0px;
	box-shadow: none;
    border-top: none;
}
.tt-sidebar-container {
    padding-bottom: 10px;
	border: solid 1px rgba(102, 102, 102, 0.5);
}
.tt-sidebar-info {
	margin-bottom: 0px;
}
.tt-sidebar-info h4{
	font-size: 23px;
}
.tt-sidebar-services {
	padding-bottom: 5px;
}
.tt-sidebar-services h4 {
	padding: 20px 0;
}
.tt-sidebar-btns {
	display: inline-flex;
    margin-bottom: 5px;
}



.fa {
    display: block;
}
.tt-sidebar-getintouch {
	display: block;
	font-weight: normal;
	padding: 20px;
}

span.tt-sidebar-phone.sidebar-phone-1, span.tt-sidebar-email {
    display: block;
}

.tt-sidebar-getintouch .fa {
    display: inline-block;
}




.tt-sidebar-btns .tt-btn:first-child {
	margin-left: 0px !important;
}
.tt-sidebar-btns .fa {
	border-bottom: solid 1px #333333;
    font-size: 40px;
    margin: 0 auto 5px;
    padding-bottom: 10px;
}
.fa-fw {
    width: 40px;
}
.tt-sidebar-getintouch {
/* 	display: grid; */
	font-weight: normal;
	padding: 20px;
}

/**************** FORMS ********************/
.wpcf7-form input[type=text], .wpcf7-form input[type=password], .wpcf7-form input[type=tel], .wpcf7-form input[type=email], .wpcf7-form input.text, .wpcf7-form input.title, .wpcf7-form select, .wpcf7-form textarea {
    
    background-color: transparent !important;
}
.tt-homepage-contact ::-webkit-input-placeholder { /* WebKit browsers */
	color: #fff !important;
	opacity: 1;
}
.tt-homepage-contact :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #fff !important;
	opacity: 1;
}
.tt-homepage-contact ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #fff !important;
	opacity: 1;
}
.tt-homepage-contact :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #fff !important;
	opacity: 1;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.tt-half-form {
    width: 95% !important;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.tt-homepage-text-form {
    height: 100px;
}

.wpcf7-form input[type=text], textarea.wpcf7-form-control, input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.tt-half-form-1,input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    font-size: 20px;
}

@media screen and (min-width: 1280px) {
	.tt-homepage-form-submit {
		margin-top: 0px;
	}	
}

/**************** FOOTER ********************/
#footer-bottom {
    background-color: #171717;
}
.footer-widget {
    font-size: 15px;
}
.footer-widget .et-social-icons li:first-child {
    margin-left: 0px;
}
#footer-widgets .footer-widget li:before {
	display: none;
}
#footer-widgets .footer-widget li {
    padding-left: 0;
}


/**************** GTRANSLATE ********************/
.translate a {
    position: relative;
    padding-right: 28px;
    margin-right: 30px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.translate a:hover {
    border-bottom: 1px solid #fff;
}

.translate a:after {
    content: "\3d";
    font-family: 'ETmodules';
    position: absolute;
    right: 10px;
    bottom: -3px;
}
#goog-gt-tt {display:none !important;}
.translated-ltr .skiptranslate, .skiptranslate {
    display: none!important;
}
.goog-te-banner-frame {display:none !important;}
#skiptranslate {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
.goog-text-highlight {background-color:transparent !important;box-shadow:none !important;}
body {top:0 !important;}
#google_translate_element2 {display:none!important;}

/**************** EVENT LIST ********************/
/* 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;
}
.tt-homepage-form-submit {
margin-right:-18px;
}

@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";
    }
}

/**************** FULL CALENDAR ********************/
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: #8D44AC;
    color: #fff;
}

.fc-widget-header, .fc-widget-content {
    border-color: #8D44AC!important;
    background: #fff;
    color: #333;
    padding: 0!important;
}

.fc-unthemed .fc-today {
    background: #8D44AC;
}

.entry-content table, body.et-pb-preview #main-content .container table {
    border: 0px solid #8D44AC;
}
.wpfc-calendar-wrapper h2 {
    font-size: 30px !important;
    margin: 0 !important;
}

/**************** RESPONSIVENESS ********************/
@media only screen and (min-width: 1111px) and (max-width: 1210px){
	.tt-btn, input[type=submit].tt-btn {
		font-size: 17px!important;
	}
	.tt-btn, input[type=submit].tt-btn {
		padding: 12px 16px 12px 16px;
	}
	.tt-sidebar-btns .tt-btn {
		font-size: 13px !important;
	}
}
@media only screen and (min-width: 981px) and (max-width: 1110px) {
	.tt-btn, input[type=submit].tt-btn {
		font-size: 15px!important;
	}
	.tt-btn, input[type=submit].tt-btn {
		padding: 12px 20px 12px 20px;
	}
	.tt-sidebar-btns .tt-btn {
		font-size: 11px !important;
	}
}
@media only screen and (max-width: 980px) {
	.et_pb_widget_area_right .tt_sidebar_widget {
		padding-left: 0px!important;
		border-left: none !important;
	}
	
	.translate a {
		display: block;
		float: none;
		margin: 0 auto;
	}
	
	.translate a:hover {
		border-bottom:0px solid #fff;
	}
	
	.translate a:after {
		display:none;
	}
	
}


.tt-home-hero .et_pb_slides .et_pb_slide_description, .tt-home-hero .et_pb_slides .et_pb_slide_description {
    padding: 2% 8%;
}
.et_pb_slider .et_pb_container {
    position: relative;
    z-index: 2;
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
}