/*
 Theme Name:   Istart Child Theme
 Theme URI:    http://themeforest.net/user/Anps/portfolio
 Description:  Istart Child Theme
 Author:       AnpsThemes
 Author URI:   http://themeforest.net/user/Anps/portfolio
 Template:     istart
 Version:      1.0.0
 License:      GNU General Public License
 License URI:  license.txt
 Tags:         responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, left-sidebar, custom-colors, custom-header, custom-menu, theme-options, translation-ready, threaded-comments
 Text Domain:  industrial-child
*/

/* Place your custom CSS in this file */

.copyright-footer > div {
    border-top: 1px solid #e4e4e4;
}

.home .site-footer {
    display: none;
}

blockquote {
    border-left: 5px solid #eeeeee !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding: 10px 0 !important;
}

blockquote > p {
    font-size: 20px;
    font-weight: 700;
    color: #4f555d;
    line-height: 1.4em;
}

.events-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.events-list__item {
    display: flex;
    align-items: flex-start;
    padding: 30px 30px;
    margin-top: 20px;
    box-shadow: 0 30px 100px 0 rgba(221, 224, 231, 0.8);
    background-color: #fff;
}

.events__date {
    font-size: 30px;
    min-width: 80px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 2px;
}

.events__date .events__date-day {
    font-size: 23px;
    min-width: 80px;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
    margin-left: 5px;
}

.events__date .events__date-day span {
    font-size: 13px;
}

.events__date .events__date-year {
    height: auto;
    font-size: 12px;
    background-color: #f78764;
    border-radius: 3px;
    color: #fff;
    padding: 2px 5px;
    font-weight: 600;
    float: left;
}

.events__title {
    font-size: 20px;
    font-weight: 700;
}

.anps-timeline--style-1 .anps-timeline-dot::before {
    background-color: #f78764;
}



.event {
    display: flex;
    align-items: flex-start;
}

.event .event__date {
    margin-right: 30px;
    min-width: 140px;
    padding: 25px;
    box-shadow: 0 30px 100px 0 rgba(221, 224, 231, 0.8);
}

.event__date-day {
    font-size: 30px;
    font-weight: 700;
    color: #000;
}

.event__date-day span {
    font-size: 18px;
}

.event__date-month {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.event__date-year {
    padding-bottom: 8px;
}

.event__date-year2 {
    padding-top: 12px;
    border-top: 1px solid #f7f7f7;
    width: 100%;
    line-height: 1;
}

.event .event_content {
    margin-top: 5px;
}

.event .event_content h1 {
    margin-top: 5px;
    font-weight: 700;
}


.event .event-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.event .event-categories li {
    font-size: 13px;
    font-weight: 700;
}

.event_content-body {
    margin-top: 30px;
}

.em-pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.em-pagination .page-numbers {
    display: block;
    padding: 5px;
}

.em-pagination .page-numbers.current {
    color: #f78764;
}

.kd-menu .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.kd-menu .wpb_wrapper a {
    margin: 5px 30px 5px 0;
}


.anps-list-default {
    list-style: none;
    padding-left: 30px !important;
}

.anps-list-default li {
    padding-bottom: 5px !important;
    padding-left: 0 !important;
}

.event_content-body h3 {
    margin-bottom: 10px;
    font-weight: 600;
}

.event_content-body p {
    margin-bottom: 10px;
}

.anps-logo__mobile img {
    height: 26px;
}

.single-event h3 {
    font-size: 14px;
    margin-bottom: 20px !important;
}

.single-event ul {
    margin-top: -5px;
}

.single-event li {
    font-size: 15px;
    padding-bottom: 3px !important;
}

.single-event li em {
    color: inherit;
}

.single-event p {
    font-size: 15px;
    margin-bottom: 15px !important;
}

p {
    line-height: 1.5;
}

