/*
Theme Name: Enderun Colleges
Theme URI:
Author:
Author URI:
Description: Custom theme for Enderun Colleges
Template: Divi
Version: 1.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

.internship-slider .slider-item {
    height: 730px;
    display: block;
    background-size: cover;
    background-position: center;
}

.internship-slider .slick-arrow {
    display: none!important;
}

@media(max-width: 768px) {
    .internship-slider .slider-item {
        height: 300px;
    }
}

table.drk { 
  border-collapse: collapse;
  width: 100%;
}

.entry-content table.drk tr th {
    border: 1px solid #6f6f6f;
}

.entry-content table.drk tr td {
    border: 1px solid #6f6f6f;
}


.chart-wrapper {
    margin: 0 auto;
    width: 350px;
    margin-top: 50px;
    background-color: #ebecde;
    position: relative;
}

.chart-header {
    background-color: #ebecde;
    height: 40px;
    color: #16140d;
    text-align: center;
    line-height: 40px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-weight: 400;
    font-size: 1.5em;
}

.chart-footer {
    color: #16140d;
    text-align: center;
    font-size: 10px;
}

.chart-container {
    padding: 25px;
}

.shadow {
    -webkit-filter: drop-shadow( 0px 3px 3px rgba(0, 0, 0, .5));
    filter: drop-shadow( 0px 3px 3px rgba(0, 0, 0, .5));
}

.chart-text {
    color: #16140d;
    text-align: center;
    font-size: 10px;
    position: absolute;
    z-index: 3;
    right: 50%;
    top: 55%;
}

.et_pb_module.text-high {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    background: #e6e4dd;
    padding: 40px 100px;
    line-height: 1.3;
    border-radius: 10px;
    text-transform: uppercase;
}

@media(min-width: 991px) {
	.et_header_style_slide ul#mobile_menu_slide>li {
		    max-width: 600px!important; 
	}
}

.single-post .et_pb_fullwidth_header_0 {
    background-color: #43413f;
}


/*
 * Search Function
 */

.search-icon.two {
    position: absolute;
    top: 36%;
    right: 45px;
    transition: all 0.4s ease-in-out;
}

.et-fixed-header .search-icon.two {
    top: 32%;
}

.search-icon i.fas.fa-search {
    color: #fff;
    position: relative;
    right: -6px;
    display: none;
}

.search-icon-fnt {
    text-align: center;
}

.search-icon-fnt:before {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    font-family: ETmodules !important;
    content: "\55";
    color: #fff;
    font-weight: 500;
    display: block;
}

.search-icon span.search-label {
    font-size: 10px;
    color: #f9f6ef;
    font-family: Spectral, serif;
    text-transform: uppercase;
    display: block;
}

.et_pb_slide_menu_active span.search-icon.two {
    display: none;
}

.slide-in-search-container {
    position: fixed;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999999;
    backdrop-filter: blur(7px);
    background-color: rgba(107, 74, 28, .9);
    height: 0 !important;
    transition: all 1s;
    overflow: hidden;
}

.search-open .slide-in-search-container {
    height: 200px!important;
}

.search-form-wrapper {
    max-width: 750px;
    margin: 0 auto;
    padding: 75px;
    position: relative;
}

.search-form-wrapper .search-form #default-search-form-text {
    padding: 10px 20px;
    font-size: 18px;
}

.search-form-wrapper .search-form .btn-search {
    background: #d3a661;
    opacity: 1;
    left: unset;
    right: 0;
    color: #fff;
    cursor: pointer;
}

.slide-in-search-container .search-close-btn {
    background: transparent;
    text-align: center;
    padding: 2px 12px 3px;
    margin-bottom: 8px;
    margin-left: auto;
    line-height: 28px;
    cursor: pointer;
    border-radius: 7px;
    display: table;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 9%;
    right: 8.5%;
}

.search-results.blog #main-content .container {
    max-width: 1100px;
}

.search-results.blog #main-content article {
    background: #e3e3e3;
    padding: 50px;
}

.search-results.blog #main-content article img {
    max-width: 350px !important;
}

.search-results.blog div#left-area {
    width: 100% !important;
}

.search-results.blog .post-meta {
    display: none;
}

.search-results.blog h2.entry-title {
    font-size: 35px;
}

#et-top-navigation .student-faculty-links-wrapper {
    position: absolute;
    top: 32%;
    right: 103px;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
}

.et-fixed-header #et-top-navigation .student-faculty-links-wrapper {
    top: 28%;
}

#et-top-navigation .student-faculty-links-wrapper a {
    font-size: 12px;
    font-family: Spectral, serif;
    text-transform: uppercase;
    display: block;
    color: #fff;
    width: 220px;
    text-align: center;
    background: #6b4a1c;
    border-radius: 10px;
    padding: 13px 10px 11px;
}

.et_pb_slide_menu_active .student-faculty-links-wrapper {
    display: none;
}

@media(max-width: 1024px) {
    #et-top-navigation .student-faculty-links-wrapper {
        display: none;
    }

    .et_header_style_slide ul#mobile_menu_slide>li.mobile-only a {
        min-width: 215px!important;
    }

}