/**************** UPGRADED FIXED ********************/
.et_animated {
    opacity: 1 !important;
}
.et-waypoint:not(.et_pb_counters) {
    opacity: 1 !important;
}

/*==================== GENERAL ====================*/
.row-center {
    align-items: center;
}
.tt-btn, input[type=submit].tt-btn, .calctap-txt-btn, a.ttap-launch-app-btn {
    font-weight: bold;
    letter-spacing: 0px;
    margin-top: 20px;
}
/*
.tt-btn, input[type=submit].tt-btn, .calctap-txt-btn.ttap-calc-widget-img {
    font-family: "Open Sans", Arial, sans-serif;
}
*/
/*==================== HOMEPAGE ====================*/
.home-banner .header-content {
    border: 1px solid rgba(255, 255, 255, 0.38);
    padding: 60px 20px;
	position: relative;
}
.home-banner .header-content:before {
    content: '';
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    background-color: white;
    left: -10px;
    top: -10px;
    border-radius: 50px;
}
.home-banner .header-content:after {
    content: '';
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    background-color: white;
    right: -10px;
    bottom: -10px;
    border-radius: 50px;
}
.services-blurb h3.et_pb_module_header {
    padding-bottom: 0px;
}
.services-blurb span.highlight {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 0px;
    display: block;
}
.service-row .et_pb_column {
    box-shadow: 0px 0px 15px rgba(128, 128, 128, 0.43137254901960786);
    border-radius: 5px;
	transition: 0.2s ease-out;
}
.service-row .et_pb_column:hover {
    box-shadow: 0px 0px 15px rgba(84, 84, 84, 0.8);
    transition: 0.2s ease-in;
}
.services-blurb .et_pb_blurb_content .et_pb_main_blurb_image span.et_pb_image_wrap img {
    border-radius: 5px 5px 0px 0px;
}
.services-blurb .et_pb_blurb_container {
    padding: 0px 20px;
}
.service-button {
    margin: 20px;
}
.frame-img {
    padding: 10px;
    box-shadow: 0px 0px 15px gray;
    border-radius: 3px;
    background-color: white;
}
.overlap-first-img {
    position: relative;
    z-index: 4;
}
.overlap-second-img {
    position: relative;
    z-index: 5;
}

.cta-left {
    position: relative;
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.38);
    ; }

.cta-left:before {
    content: '';
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    background-color: white;
    left: -10px;
    top: -10px;
    border-radius: 50px;
}

.cta-left:after {
    content: '';
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    background-color: white;
    left: -10px;
    bottom: -10px;
    border-radius: 50px;
}

.btm-cont-form form.wpcf7-form span.wpcf7-form-control-wrap input {
    border: none!important;
    border-bottom: 1px solid gray!important;
    background-color: transparent!important;
}

.btm-cont-form form.wpcf7-form span.wpcf7-form-control-wrap textarea {
    border: none!important;
    border-bottom: 1px solid gray!important;
    background-color: transparent!important;
}

form.wpcf7-form input.wpcf7-form-control {
    border: none!important;
    border-bottom: 1px solid #d0d0d0e0!important;
}


body.home .services-blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p{
font-size:17px;
}
/*==================== 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 white;
}
.translate a:after {
    content: "\3d";
    font-family: 'ETmodules';
    position: absolute;
    right: 10px;
    bottom: -5px;
}
/*==================== 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: #ed7d07;
    color: #fff;
}

.fc-widget-header, .fc-widget-content {
    border-color: #ed7d07!important;
    background: #fff;
    color: #333;
    padding: 0!important;
}

.fc-unthemed .fc-today {
    background: #ed7d07;
}

.entry-content table, body.et-pb-preview #main-content .container table {
    border: 0px solid #ed7d07;
}

.wpfc-calendar-wrapper h2 {
    font-size: 30px !important;
    margin: 0 !important;
}


/*==================== FOOTER ====================*/
ul.link-list {
    position: relative;
    border-left: 1px solid rgba(255,255,255,0.38);
    padding-bottom: 0px;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 20px;
}

ul.link-list:before {
    content: '';
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    background-color: white;
    left: -5px;
    top: -5px;
    border-radius: 50px;
}

ul.link-list:after {
    content: '';
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    background-color: white;
    left: -5px;
    bottom: -5px;
    border-radius: 50px;
}

ul.link-list li {
    padding-bottom: 15px;
}

ul.link-list li:last-of-type {
    padding-bottom: 0px;
}

