.page-template-default .page-title {
    display: none;
}

body a {
    color: #005ca9;
}

.blog-detail .bec-post-heading {
    color: #005ca9;
    border-bottom: 3px solid #80bc04;
}

.post-template-default .page-title, .event-template-default .page-title {
    display: none;
}

.sticky-header .logo {
    width: 192px;
}

/* Footer */

.footer-upper .about-widget h2::after {
    background-color: white !important;
}

.footer-upper .newsletter-form h2::after {
    background-color: white !important;
}

.footer-upper .newsletter-form button {
    border-bottom: 0 solid #fff;
    color: white;
}

.footer-upper .newsletter-form button:hover {
    color: #005ca9;
}

/* Individual Page Side Menu */

.bec-side-menu ul li::before {
    display: none;
}

.bec-side-menu ul li a {
    background-color: #8EC63F;
    border-radius: 5px 20px 5px 20px;
    text-align: center;
    color: white;
    border-top: 3px solid #63940A;
    padding: 6px 16px;
}

.bec-side-menu ul li {
    text-align: center;
    padding: 0;
    border-bottom: 0;
    margin-bottom: 10px;
}

.bec-side-menu ul li a:hover {
    color: white;
    background-color: #005CA9;
    border-top: 3px solid #8EC63F;
}

.bec-side-menu ul .current_page_item a {
    background-color: #005CA9;
    border-top: 3px solid #8EC63F;
}

.bec-side-menu ul .current_page_item a:hover {
    background-color: #337ab7;
}

.bec-side-menu div h2 {
    text-align: center;
    color: #005CA9;
    margin-bottom: 0;
}

.bec-ul-fix ul li {
    list-style-type: disc;
    margin-left: 4rem;
}

.bec-ol-fix ol li {
    margin-left: 4rem;
}

/* BEC Table Style */

.bec-table {
    width: 100%;
}

.bec-table th {
    color: white;
    background-color: #005CA9;
}

.bec-table tr {
    background-color: #F9F9F9;
}

.bec-table tr:nth-child(even){
    background-color: #f2f2f2;
}

.bec-table tr:hover {
    background-color: #D9D9D9;
}

.bec-table tr td:nth-child(3) {
    width: 108px;
}

.bec-table tr td:nth-child(2) {
    width: 50%;
}

/* Sidebar */

.sidebar-page-container {
    padding-top: 60px;
}


/* News Block/News Block 2 */

.news-block .image-box {
    border: 2px solid #80bc04;
}

.bec-newsroom .news-block .image-box img {
    height: 230px;
    width: 370px;
}

.news-block .inner-box .lower-content .read-more {
    border: 0px solid #fff;
    margin: 12px;
}

.news-block .inner-box .lower-content .text {
    margin: 12px;
    min-height: 160px;
}

.news-block .lower-content {
    border: 2px solid #80bc04;
}

.news-block-two {
    border-bottom: 1px solid #80bc04;
}

/* Latest News Post Grid */
.bec-post-grid .vc_gitem-animated-block a {
    height: 250px;
}

.bec-post-grid .vc_gitem-animated-block img {
    height: 250px;
}

.bec-post-grid .vc_gitem-animated-block {
    height: 250px;
}

.bec-post-grid .vc_gitem-animated-block .vc_gitem-zone {
    height: 250px;
}

.bec-post-grid .vc_gitem-zone .vc_btn3-container .vc_btn3 {
    background-color: #80bc04;
}

.bec-post-grid .vc_gitem-zone .vc_btn3-container .vc_btn3::after {
    content: " »";
}

.bec-post-grid .vc_gitem-zone .vc_btn3-container .vc_btn3:hover {
    background-color: #80bc04;
    border: 1px solid #005ca9;
}

.bec-post-grid .vc_gitem-zone {
    background-color: white !important;
}

.bec-post-grid .vc_grid-item-mini {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.bec-post-grid .vc_gitem-post-data-source-post_excerpt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
}

/* Event Form */
.em-booking input[type=text], .em-booking textarea, .em-booking input[type=password], .em-booking select {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.em-booking input[type=submit] {
    padding: 8px 100px;
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: white;
    border-radius: 4px;
}

.em-booking input[type=submit]:hover {
    background-color: #449d44;
}

/* Footer Info Links */
.footer-info-links {
    margin-top: 30px;
}

.footer-widget .footer-info-links ul li a {
    color: #cccccc;
    font-size: 15px;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    transition: color 0.3s ease-in-out;
}

.footer-widget .footer-info-links ul li a:hover {
    color: #fed428;
}

.footer-widget .footer-info-links ul li a span {
    margin-right: 12px;
}

.widget_text #custom_html-3 h2 {
    font-size: 18px;
    padding-bottom: 26px;
}

.widget_text #custom_html-3 h2:after {
    content: "";
    width: 42px;
    background-color: white !important;
    position: absolute;
    content: '';
    display: block;
    left: 0px;
    bottom: 0px;
    height: 3px;
    box-sizing: border-box;
    transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
}

/* Remove overlay */

/* News Block Image Fix */
.bec-newsroom .news-block .image-box img {
    object-fit: cover;
}

/* Search */
.search-box .fa-search {
    padding: 3px 10px;
    background-color: #80bc04;
    color: white;
    transition: all 0.3s ease-in-out;
}

.search-box .fa-search:hover {
    background-color: #60aa01;
}

.bec-post-sidebar .search-box .fa-search {
    background: none;
}

/* Full Calendar */
.fc-button-group .fc-next-button .ui-icon,
.fc-button-group .fc-prev-button .ui-icon{
    background-image: url("/wp-content/plugins/wp-fullcalendar/includes/css/jquery-ui/ui-lightness/images/ui-icons_ef8c08_256x240.png");
}

/* Event Manger Event Card */

.bec-event-card {
    overflow: auto;
    padding: 25px;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    margin-bottom: 25px;
}

.bec-event-card .bec-event-date {
    float: left;
    width: 35%;
}

.bec-event-card .bec-event-date img {
    width: 75% !important;
    height: 150px !important;
    display: inline-block;
    object-fit: contain;
}

.bec-event-card .bec-event-info {
    float: left;
}

.bec-event-card .bec-event-info a {
    color: #337ab7;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Hind', sans-serif;
}

.bec-event-card .bec-event-info a:hover, .bec-event-card .bec-event-info a:visited {
    color: #003968;
}

.bec-event-card .bec-event-info p {
    margin-bottom: 10px;
}

.bec-event-card .bec-event-info p:nth-child(2) {
    margin-top: 10px;
}

.bec-event-card .bec-event-date img {
    height: 100%;
    width: 100%;
}

.widet_custom-html h2 {
    padding-bottom: 26px;
}