.tt-btn,
input[type=submit].tt-btn,.calctap-txt-btn,a.ttap-launch-app-btn, .tt-btn.forminator-button-submit{
	background-color: #fbb03b;
	color: #f9f9f9 !important;
}

div.tt-home-intro-btn a {
	background-color: #fbb03b;
	color: #f9f9f9 !important;
	padding: .45em 1.2em;
    -webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7em!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.tt-btn,
input[type=submit].tt-btn,
.calctap-txt-btn.ttap-calc-widget-img {
	font-family: Lato;
}

.tt-btn:hover,
.tt-btn:active,
.tt-btn:focus,
input[type=submit].tt-btn:hover,
input[type=submit].tt-btn:active,
input[type=submit].tt-btn:focus,
.calctap-txt-btn.ttap-calc-widget-img:hover,a.ttap-launch-app-btn:hover,div.tt-home-intro-btn a:hover {
	background-color: #fbb03b;
	color: #f9f9f9 !important;
}

.tt-opaque-header #top-header .tt-top-phone-number {
    color: #fbb03b;
}

a.et_pb_button, .tt-footer .tt-footer-map-row a.et_pb_button{
color: #f9f9f9 !important;
}
.tt-sidebar-btns .fa {
    transform: rotate(0deg);
}

@media screen and (max-width: 980px) {
	.tt-transparent-header #top-header .tt-top-phone-number {
    color: #fbb03b;
	}
}
.grecaptcha-badge{
	visibility: collapse !important;
}/**************** UPGRADED FIXED ********************/
.et_animated {
    opacity: 1 !important;
}
.et-waypoint:not(.et_pb_counters) {
    opacity: 1 !important;
}

/*======= GENERAL ======*/
.row-center {
	align-items: center;
	align-content: center;
}
/* main navigation - contact button */
.et_header_style_left #et-top-navigation nav>ul>li>a {
    padding-bottom: 15px!important;
    margin-bottom: 20px;
}
#top-menu > li:last-child a {
    background: #D2BB0D;
    border: 1px solid transparent;
    padding: 13px 21px;
    color:#fff;
}
#et_search_icon:before {
	top:10px;
}
.logged-in.et_fixed_nav #main-header{
top:0px !important;
}
.home.logged-in.et_fixed_nav #main-header{
top:-32px !important;
}
.logged-in.et_fixed_nav #main-header.et-fixed-header{
top:0px !important;
}
/*======= HOMEPAGE ======*/

.cta-text h2 {
    padding-bottom: 0px;
}



/*======= SIDEBAR ======*/

.tt-sidebar-btns a {
    letter-spacing: 0px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.21);
    border-radius: 0px;
    color: black!important;
    font-size: 16px!important;
    position: relative;
    padding-left: 10px;
}

.tt-sidebar-btns a i {
    display: none;
}

.tt-sidebar-btns a:after {
    content: '\f054';
    font-family: fontAwesome;
    position: absolute;
    right: 10px;
}

.tt-sidebar-bottom a {
    letter-spacing: 0px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    border-radius: 0px;
}

.tt-sidebar-info {
    text-align: left;
}

.tt-sidebar-info h3 {
    display: none;
}

div#tt-sidebar-widget-2 {
    border-top: none!important;
}

.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 {
    box-shadow: 0px 2px 13px rgba(0,0,0,0.2);
}

.tt-btn, input[type=submit].tt-btn, .calctap-txt-btn.ttap-calc-widget-img {
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0px;
}

.tt-sidebar-info span {
    font-family: 'Open sans';
    font-weight: 700;
    text-transform: uppercase;
}

.tt-sidebar-info a {
    text-transform: lowercase;
    font-weight: 400;
    color: #d2bb0d!important;
}

.tt-sidebar-info a:hover {
    border-bottom: 1px solid #d2bb0d;
}

/*===== TRANSLATION G ====*/

.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 white;
}

.translate a:after {
    content: "\3d";
    font-family: 'ETmodules';
    position: absolute;
    right: 7px;
    bottom: -1px;
}


/*==================== 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;
}

@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: #D2BB0D;
    color: #fff;
}

.fc-widget-header, .fc-widget-content {
    border-color: gray!important;
    background: #fff;
    color: #333;
    padding: 0!important;
}

.fc-unthemed .fc-today {
    background: #D2BB0D;
}

.entry-content table, body.et-pb-preview #main-content .container table {
    border: 0px solid #D2BB0D;
}

.wpfc-calendar-wrapper h2 {
    font-size: 30px !important;
    margin: 0 !important;
}
#footer-info, #footer-info > a{
font-size:14px;
}

/*======= RESPONSIVE ======*/
@media screen and (min-width: 981px) {
   .et_pb_module.et_pb_map_container,.et_pb_map {
       height: 100%!important;
   }
}
@media screen and (max-width: 1818px) {
	.hero-section h1 {
		line-height: 1em;
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 1272px) {
	.translate a {
		display:block;
	}	
	.translate a:hover {
		border-bottom:0px solid #fff;
	}
	.translate a:after {
		content: "\3d";
		font-family: 'ETmodules';
		position: absolute;
		left: 110px;
		bottom: -1px;
	}
}
/* @media screen and (max-width: 1085px) {
.rc-anchor-normal-footer {
    display: inline-block;
    height: 74px;
    vertical-align: top;
    width: 70px;
    position: absolute;
    left: 130px;
}

div.wpcf7 .wpcf7-recaptcha iframe {
	    width: 245px;
}
} */

@media screen and (max-width: 980px) {
	.cta-text {
		text-align: center!important;
	}
	
	.translate a {
		display: block;
		float: none;
		margin: 0 auto;
		text-align: left;
	}
	
	.translate a:after {
		display:none;
	}
}

@media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px){
	td:nth-of-type(2):before {
		content: "Event";
		content:"";
	}
}