/**
Theme Name: eduverse
Theme URI: https://themepalace.com/downloads/eduverse/
Author: themepalace
Author URI: https://themepalace.com
Version: 1.0.1
Requires PHP: 5.6
Tested up to: 6.1
Requires at least: 5.0
Template: blogification
Text Domain: eduverse
Description: Eduverse is a simple and lightweight WordPress theme. The theme is suitable for developing a website for different educational institutes including universities, colleges, and school training centers. The theme is a well-rounded WordPress theme with an eye-catchy design. It is feature-packed with all the essential functionality you need to create your professional, unique, and flourishing high-quality educational website. Apart from this, Eduverse is browser compatible, responsive, and mobile-friendly.
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: translation-ready, custom-background, theme-options, custom-menu, threaded-comments, featured-images, footer-widgets, editor-style, right-sidebar, full-width-template, two-columns, grid-layout, custom-colors, custom-header, custom-logo, featured-image-header, blog, portfolio, entertainment

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.second-design .main.wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.section-subtitle {
    font-size: 20px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1.3;
    text-transform: uppercase;
}
#about-us .section-header {
    margin-bottom: 0;
}
#about-us .section-title {
    margin-bottom: 10px;
}
.entry-title a,
.btn,
.trail-items li a,
.read-story a {
    text-decoration: none;
}

#you-may-have-missed,
#popular-post-container{
    display: none;
}
/*--------------------------------------------------------------
#  Our Services 
--------------------------------------------------------------*/
#most-read-posts,
#our-services {
    padding-top: 0px;
}

#our-services article {
    border: none;
    margin-bottom: 30px;
}
#our-services article:nth-child(1n) .service-item-wrapper {
    background-color: #eab830;
}
#our-services article:nth-child(2n) .service-item-wrapper {
    background-color: #307ad5;
}
#our-services article:nth-child(3n) .service-item-wrapper {
    background-color: #1ec1d9;
}
#our-services article:nth-child(4n) .service-item-wrapper {
    background-color: #10c45c;
}
#our-services article:nth-child(5n) .service-item-wrapper {
    background-color: #d94da6;
}
#our-services article:nth-child(6n) .service-item-wrapper {
    background-color: #ff5161;
}
.second-design #our-services .icon-container a, 
#our-services .entry-title a, 
#our-services .entry-content {
    color: #fff;
}
.second-design #our-services .icon-container a:hover, 
.second-design #our-services .icon-container a:focus, 
#our-services .entry-title a:hover, 
#our-services .entry-title a:focus {
    color: #fff;
    opacity: 0.8;
}
#our-services .service-item-wrapper p {
    padding: 0;
}
#team-section .featured-image img {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    object-fit: cover;
}
.second-design #gallery-section .entry-header {
    background-color: rgb(244 209 12 / 50%);
}

#events .section-content {
    max-width: 900px;
    margin: 0 auto;
}
#events article {
    text-align: center;
    margin-bottom: 20px;
}
#events .event-item {
    background-color: #eee;
    padding: 25px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
#events .posted-on {
    font-size: 18px;
    margin-bottom: 15px;
    display: inline-block;
}
#events .entry-title {
    font-size: 20px;
    margin-bottom: 0;
}
#events .event-location {
    font-size: 14px;
}

#page-site-header {
    padding: 250px 0;
}

#counter-section .entry-title {
    color: #fff;
}

#team-section .featured-image {
    top: 25px;
}

@media screen and (min-width: 767px) {
    #events article {
        text-align: left;
    }
    #events .posted-on {
        margin-right: 50px;
    }
    #events .posted-on, 
    #events .entry-header {
        float: left;
        margin-bottom: 0;
    }
    #events .venue-time {
        float: right;
    }
}

@media screen and (min-width: 1025px) {
    #masthead {
        position: absolute;
        background-color: transparent;
    }
    .site-title a,
    .main-navigation a, 
    .main-navigation ul.nav-menu > li > a,
    .main-navigation .nav-menu > li > a > svg.icon-down,
    .search-menu svg.icon-search,
    #masthead .social-icons li svg {
        color: #fff;
        fill: #fff;
    }
}

#colophon{
    background: aliceblue;
}

.site-info {
    background: #e1e1e1;
}