/************ Slide Tabs CSS ************/
.el-single-slide-nav.slick-current, .el-single-slide-nav:hover {
    background-color: #e1e1e1;
}


.el-single-slide-nav img {
    margin: 0 auto;
    padding-bottom: 15px;
    height: 70px;
}

.el-single-slide-nav h5 {
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
    font-weight: 300;
    letter-spacing: 1px;
    color: #333;
    transition: .3s;
    font-family:"Helvetica", Sans-serif;
}

.el-single-slide-nav {
    text-align: center;
    padding: 20px 10px;
    border-bottom: 1px solid #dad9c5;
    transition: .3s;
}


.el-single-slide-nav.slick-current:focus, .el-single-slide-content:focus {
    outline: 0;
}

.el-slide-content-left ul {
    list-style: disc;
}

.el-slide-content-left {
    width: 50%;
    float: left;
    padding-top: 25px;
}

.el-slide-content-right {
    width: 50%;
    float: right;
}

.el-slide-content-left ul {
    padding-left: 35px;
}

.el-slide-content-left ul li {
    line-height: 2;
    color: #446487;
    font-family:"Helvetica", Sans-serif;
}

.el-slide-content-left a {
    color: #446487;
}

.el-slide-img {
    height: 340px;
    float: right;
    padding: 25px;
}

.el-slide-img img {
    object-fit: cover;
    height: 100%;
    border-radius: 100px 0 100px 0;
    -webkit-box-shadow: 0 7px 17px rgba(0,0,0,0.3);
    box-shadow: 0 7px 17px rgba(0,0,0,0.3);
}

.el-single-slide-content {
    padding-right: 20px;
}

.el-slide-content-left h3 {
    font-size: 25px;
    font-family:"Helvetica", Sans-serif;
}

.el-slides-content {
    padding-top: 25px;
}


/************ Latest Posts CSS ************/
a.el-single-latest-post {
    display: flex;
    background-size: cover;
    background-position: center;
    height: 430px;
    align-items: flex-end;
    color: #fff !important;
    position: relative;
    z-index: 1;
    width: 48%;
    float: left;
    margin: 10px;
}

a.el-single-latest-post:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    content: "";
    z-index: -1;
    opacity: .4;
}

.el-single-latest-post-content {
    padding: 25px;
    font-family:"Helvetica", Sans-serif !important;
}

.el-single-latest-post-content span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    margin-bottom: 5px;
}

.el-single-latest-post-content span i.fa {
    padding-right: 5px;
}

.el-single-latest-post-content h3 {
    text-transform: uppercase;
    margin: 20px 0 15px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 22px;
    color: #fff !important;
    font-family:"Helvetica", Sans-serif;
}

.el-single-latest-post-content p {
    font-size: 17px;
    line-height: 2;
    letter-spacing: 1px;
}

.el-latest-post-wrapper {
    margin: 0 -10px;
}

.el-single-latest-post:nth-child(1) {
    width: 98%;
}

.el-single-latest-post:nth-child(1) .el-single-latest-post-content {
    width: 50%;
}


/************ Responsive CSS ************/

/*  Large devices (desktops, 992px and up)*/

@media (max-width: 991px) { 
  
    .el-single-slide-nav {
        width: 100%!important
    }

    .el-slide-content-left {
        width: 100%;
        float: none;
    }

    .el-slide-content-right {
        width: 100%;
        float: none;
    }
    
    .el-slide-img {
        float: none;
    }
    
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .el-single-slide-nav {
        width: 50%!important
    }
    
}

@media (max-width: 999px) { 
  
    a.el-single-latest-post{
        width: 98%;
    }
    
}