@charset "UTF-8";

/*!
Theme Name: EducateUp
Theme URI: https://ascendoor.com/themes/educateup/
Author: Ascendoor
Author URI: https://ascendoor.com/
Description: The EducateUp theme is a multipurpose education theme that is highly customizable and has an organized layout. EducateUp is an ideal theme for schools, universities, training facilities, and research organizations. With EducateUp, you can customize your website to look and feel exactly the way you want. The theme is fully responsive and compatible with any device, whether desktop, mobile, or tablet. The theme supports the LearnPress LMS plugin, and you can create courses, lessons, and quizzes for the different courses. A blog section is included to help keep the faculty and staff informed and updated. Furthermore, the theme also offers a team section with links to individual social media for easier engagement.
Version: 1.0.0
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 5.8
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: educateup
Tags: custom-background, custom-logo, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready, theme-options, footer-widgets, full-width-template, left-sidebar, right-sidebar, blog, portfolio

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

EducateUp is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Custom CSS
    - Header Style
	- Components
	- Banner Section
	- Popular Course Section
	- Counter Section
	- Mission Section
	- Team Section
	- Blog Section
	- NewsLetter Section
    - Breadcrumb
    - Pagination
	- Search Modal
    - Bootstrap Overwritten Styles
    - WordPress Overwritten Styles
	- Helper CSS
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/* Normalize
--------------------------------------------- */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    padding: 0;
    font-family: "Meiryo", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    color: #333;
    background: #fff;
}


/* Typography
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
}

h1 {
    /*font-size: 3rem;*/
    font-size: 38px;
}

h2 {
    /*font-size: 2.5rem;*/
    font-size: 28px;
}

h3 {
    /*font-size: 1.875rem;*/
    font-size: 20px;
    font-weight: bold;
}

h4 {
    font-size: 1.44rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1.125rem;
}

p {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
}


/* Links
--------------------------------------------- */

a {
    transition: all 300ms ease-in;
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #6A48CD;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/*--------------------------------------------------------------
# Icon Styles
--------------------------------------------------------------*/

.social-links {
    gap: 20px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .social-links {
        justify-content: center;
    }
}

@font-face {
  font-family: "bootstrap-icons";
  src: url(../fonts/bootstrap-icons.woff) format("woff"), url(../fonts/bootstrap-icons.woff2) format("woff2");
}

.social-links a:after {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.social-links a.twitter:after {
    content: "\f5ef";
}

.social-links a.youtube:after {
    content: "\f62b";
}

.social-links a.facebook:after {
    content: "\f344";
}

.social-links a.instagram:after {
    content: "\f437";
}


/*--------------------------------------------------------------
# Masthead
--------------------------------------------------------------*/

.site-header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #6A48CD;
}

.topbar-active .site-header {
    padding-top: 0;
}

@media (min-width: 1200px) {
    .site-header.site-header-fixed {
        position: absolute;
        width: 100%;
        background-color: transparent;
        top: 0;
        z-index: 10;
    }
}


/* Social
--------------------------------------------- */

.site-header-top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
}

@media (max-width: 991px) {
    .site-header-top {
        flex-flow: column;
        gap: 10px;
    }
}

@media (min-width: 992px) {
    .site-header-top {
        justify-content: flex-end;
    }
}

.site-header-top-links {
    display: flex;
    flex-wrap: wrap;
}

.site-header-top-links .social-links a {
    text-align: center;
    display: inline-block;
    height: 28px;
    width: 28px;
    line-height: 28px;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    color: #353a58;
    font-size: 0.9rem;
}

@media (min-width: 576px) {
    .site-header-top-links .social-links a {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 1rem;
    }
}

.site-header-top-links .social-links a:hover,
.site-header-top-links .social-links a:focus {
    background-color: #FFD601;
    color: #fff;
}


/* Header Bottom
--------------------------------------------- */

.site-header-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    border-radius: 15px;
    padding: 0 1rem 0 0;
}

@media (min-width: 576px) {
    .site-header-bottom {
        padding: 0 2rem 0 0;
    }
}


/* Site Branding
--------------------------------------------- */

.site-branding {
    display: flex;
    background-color: #f5f4fa;
    border-radius: 15px 0 0 15px;
    padding: 1rem;
    margin-right: 1rem;
}

@media (min-width: 576px) {
    .site-branding {
        min-width: 234px;
        padding: 1.125rem 2rem;
    }
}

@media (max-width: 575.98px) {
    .site-branding {
        max-width: 245px;
    }
}

.site-logo {
    margin-right: 10px;
}

.site-logo img {
    max-width: 100%;
}


/* Navigation
--------------------------------------------- */

.main-navigation.toggled ul {
    display: block;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul>li {
    position: relative;
    padding: 20px;
}

.main-navigation ul>li:last-child {
    padding-right: 0;
}

@media (min-width: 1400px) {
    .main-navigation li {
        padding: 20px 25px;
    }
}

.main-navigation ul>li>a {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.main-navigation ul>li.current_page_item>a,
.main-navigation ul>li.current-menu-item>a,
.main-navigation ul>li>a:hover,
.main-navigation ul>li:hover>a {
    color: #6a48cd;
}

@media screen and (min-width: 1200px) {
    .main-navigation ul {
        display: flex;
    }
}


/* Moblie Navigation
--------------------------------------------- */

@media (max-width: 1199.98px) {
    .main-navigation.toggled .main-menu {
        overflow-x: auto;
        opacity: 1;
        right: 0;
        left: auto;
        visibility: visible;
    }
    .main-navigation .main-menu {
        display: block;
        position: fixed;
        min-width: 300px;
        max-width: 400px;
        width: 50%;
        height: 100%;
        background-color: #fff;
        box-shadow: 2px 0 18px 0 rgba(0, 0, 0, 0.5);
        opacity: 0;
        padding-top: 60px;
        top: 0;
        right: -130%;
        transition: all 400ms ease;
        visibility: hidden;
        z-index: 13;
    }
    .main-navigation .main-menu ul {
        left: auto;
    }
    .main-navigation .main-menu ul li {
        padding: 15px;
        border-bottom: solid 1px #eee;
    }
    .main-navigation .main-menu ul li:last-child {
        border-bottom: none;
    }
    .main-navigation .main-menu ul li a {
        font-size: 16px;
        font-weight: normal;
        color: #333;
    }
    .main-navigation ul li.current_page_item a,
    .main-navigation ul li.current-menu-item a,
    .main-navigation ul li a:hover,
    .main-navigation ul li:hover a {
        color: #6a48cd;
    }
}


/*--------------------------------------------------------------
# Banner Section
--------------------------------------------------------------*/

.banner-section {
    position: relative;
    padding-bottom: 1.5rem;
    background-color: #f8f8f8;
}

@media (min-width: 1200px) {
    .banner-section {
        padding-top: 185px;
    }
}

@media (max-width: 991.98px) {
    .banner-section {
        /*padding-top: 2rem;*/
        padding-top: 0;
    }
}

@media (max-width: 767.98px) {
    .banner-section {
        padding-top: 0;
    }
}

.banner-section:after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #6a48cd;
    top: 0;
    left: 0;
}

@media (min-width: 1200px) {
    .banner-section:after {
        width: 67.3vw;
    }
}

.banner-section .container {
    position: relative;
    z-index: 2;
}


/* Banner
--------------------------------------------- */

.banner-section .banner_media_img {
    /*padding-top: 1.5rem;*/
    padding-bottom: 1.5rem;
}

.banner-section .banner_media_img img {
    position: relative;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
    z-index: 2;
}


/* Keyword
--------------------------------------------- */

.banner-section .banner_media_text {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
}

.banner-section .banner_media_text p {
    margin: 0;
    padding: 0;
}

/*@media (max-width: 991.98px) {
    .banner_media_img img {
        width: 280px;
    }
}

@media (min-width: 1200px) {
    .banner_media_img img {
        height: 634px;
    }
}*/


/*--------------------------------------------------------------
# Categories-1
--------------------------------------------------------------*/

#educateup1.mission-section {
    padding: 4rem 0;
    background-color: #fff;
}

#educateup1 .mission-section_main-img {}

#educateup1 .mission-section_main-img img {
    object-fit: cover;
    width: 100%;
    height: 416px;
    border-radius: 15px;
}

#educateup1 .mission-section_details {
    text-align: left;
    padding-left: 3rem;
    padding-top: 3rem;
}

#educateup1 .mission-section_details h2 {}

#educateup1 .mission-section_details p {}

@media (max-width: 992px) {
    #educateup1 .mission-section_main-img {
        margin-bottom: 20px;
    }
    #educateup1 .mission-section_main-img img {
        height: 300px;
    }
    #educateup1 .mission-section_details {
        text-align: center;
        padding-left: 0;
        padding-top: 0;
    }
}


/*--------------------------------------------------------------
# Categories-2
--------------------------------------------------------------*/

#educateup2.mission-section {
    /*padding: 4rem 0;*/
    background-color: #6a48cd;
}

#educateup2 .mission-section_main-img {}

#educateup2 .mission-section_main-img img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}

#educateup2 .mission-section_details {
    padding: 4rem;
}

#educateup2 .mission-section_details h2 {
    color: #fff;
}

#educateup2 .mission-section_details p {
    color: #fff;
}

@media (min-width: 768px) {
    #educateup2 .mission-section_main-img img {
        height: 500px;
    }
}

@media (max-width: 992px) {
    #educateup2 .mission-section_main-img {
        /*margin-bottom: 20px;*/
    }
    #educateup2 .mission-section_details {
        padding: 2rem;
    }
}


/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/

.team-section {
    padding: 4rem 0;
    background-color: #fbfbfd;
}

.team-section .media {
    display: flex;
    margin-bottom: 3rem;
}

.team-section .media.last {
    margin-bottom: 0;
}

.team-section .media .media_img {
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 15px;
}

.team-section .media .media_img img {
    display: block;
    object-fit: cover;
    width: 100%;
    transition: all 400ms linear;
}

.team-section .media:hover .media_img img {
    transform: scale(1.1);
}

.team-section .media .media_details {
    text-align: center;
}

.team-section .media h3.media_title {}

.team-section .media h3.media_title a {
    color: #353a58;
}

.team-section .media .social-links {
    justify-content: center;
    margin-top: 20px;
}

.team-section .media .social-links a {
    font-size: 1.2rem;
    color: #333;
}

.team-section .media .social-links a:hover {
    color: #ffd601;
}

@media (min-width: 1200px) {
    .team-section .media {
        margin-bottom: 0;
    }
}


/*--------------------------------------------------------------
# Popular Course Section
--------------------------------------------------------------*/

.popular-course-section {
    padding: 4rem 0 4rem;
    background-color: #fbfbfd;
}

.popular-course-section .card {
    margin-bottom: 3rem;
    padding: 10px;
    background-color: #fff;
    border-radius: 15px;
    transition: all 300ms linear;
}

.popular-course-section .card.last {
    margin-bottom: 0;
}

.popular-course-section .card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transform: translateY(-8px);
}

.popular-course-section .card_media {
    position: relative;
    /*margin-bottom: 20px;*/
}

.popular-course-section img.card_media_img {
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
    transition: all 300ms linear;
}

.popular-course-section .card__details {
    padding: 20px 10px 0;
}

.popular-course-section .card__details h3.card_title {}

.popular-course-section .card__details h3.card_title a {
    color: #353a58;
}

.popular-course-section .card__details p {}

@media (min-width: 1200px) {
    .popular-course-section {
        padding: 9rem 0 4rem;
    }
    .popular-course-section .card {
        margin-bottom: 0;
        padding: 20px;
    }
    .popular-course-section .card_media {
        margin-top: -5rem;
    }
}

/*@media (min-width: 1200px) {
    .card-float {
        margin-top: 4rem;
    }
}*/

/*.card {
    background-color: #fff;
    padding: 1.575rem;
    margin: 0 0 2.25rem;
    border-radius: 15px;
    transition: all 300ms linear;
}

@media (min-width: 1200px) {
    .card {
        padding: 1.6rem;
    }
}

@media (max-width: 575.98px) {
    .card {
        padding: 1.1rem;
    }
}*/

/*.card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transform: translateY(-8px);
}

.card_media {
    margin-bottom: 1.875rem;
    position: relative;
}*/

/*.card_media_img {
    transition: all 300ms linear;
    border-radius: 15px;
    height: 218px;
    object-fit: cover;
    width: 100%;
}

@media (min-width: 1200px) {
    .card-float .card_media_img {
        margin-top: -5rem;
    }
}*/


/*--------------------------------------------------------------
# Newsletter Section
--------------------------------------------------------------*/

.newsletter-section {
    position: relative;
    padding: 8rem 0;
    background-color: ;
    background-image: ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.newsletter-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    top: 0;
    left: 0;
    z-index: -1;
}

.newsletter-section .newsletter {}

.newsletter-section .newsletter h2 {
    color: #fff;
}

.newsletter-section .newsletter-section_details {}

.newsletter-section .newsletter-section_details p,
.newsletter-section .newsletter-section_details p a {
    color: #fff;
}

.newsletter-section .newsletter-section_details p a:hover {
    color: #ffde34;
}

@media (max-width: 992px) {
    .newsletter-section {
        padding: 4rem 0;
    }
    .newsletter-section .newsletter {
        text-align: center;
    }
}


/*--------------------------------------------------------------
# Single
--------------------------------------------------------------*/

.site-content {
    padding: 4rem 0;
}

#primary {}

.single article {}

.single article .entry-header {}

.single article h1.entry-title {
    font-size: 28px;
    font-weight: normal;
}

.single article .post-thumbnail {
    margin-bottom: 20px;
}

.single article .post-thumbnail img {
    width: 100%;
}

.single article .entry-content {}

.single article .entry-content h2 {
    font-size: 20px;
    font-weight: bold;
    color: #6a48cd;
}

.single article .entry-content p {}

@media (max-width: 992px) {
    .site-content {
        padding: 2rem 0;
    }
}


/*--------------------------------------------------------------
# Secondary
--------------------------------------------------------------*/

#secondary {}

#secondary .widget {
    margin-bottom: 30px;
    padding: 20px;
    border: solid 2px #F2F2F2;
}

#secondary .widget:last-child {}

#secondary .wp-block-group {}

#secondary .wp-block-group__inner-container {}

#secondary .widget h2 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

#secondary .widget h2:after {
    display: block;
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    background-color: #6a48cd;
    bottom: 0;
    left: 0;
}

#secondary .widget h2 a {
    color: #333;
}

#secondary .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#secondary .widget ul li {
    position: relative;
    margin: 0;
    padding: 7px 0 7px 26px;
}

#secondary .widget ul li:last-child {
    border-bottom: none;
}

#secondary .widget ul li:before {
    display: inline-block;
    position: absolute;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f134";
    color: #6A48CD;
    margin-right: 10px;
    left: 0;
}

#secondary .widget ul li a {
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

#secondary .widget ul li a:hover,
#secondary .widget ul li:hover a {
    color: #6a48cd;
}

@media (max-width: 992px) {
    #secondary {
        margin-top: 2rem;
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {}

.site-footer-top {
    padding: 30px;
}

.single .site-footer-top {
    padding: 0;
}

.site-info {
    text-align: center;
    margin: 0;
    padding: 15px 0;
    border-top: solid 1px #e4e4e4;
}

.site-info .copyright {}

.site-info .copyright span {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.site-info .copyright a {
    color: #6A48CD;
}


/*--------------------------------------------------------------
# Top Link
--------------------------------------------------------------*/

.top-link {
    position: fixed;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #ffde34;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border-radius: 15px;
    opacity: 0;
    font-size: 1.3rem;
    color: #fff;
    right: 1.5rem;
    bottom: 2rem;
    transform: translateY(20px);
    transition: all 400ms linear;
    visibility: hidden;
    z-index: 4;
}

.top-link:hover,
.top-link:focus {
    background-color: #8b70d8;
    color: #fff;
}

.top-link-show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}


/*--------------------------------------------------------------
# Nav Icon
--------------------------------------------------------------*/

.menu-toggle {
    display: block;
}

@media screen and (min-width: 1200px) {
    .menu-toggle {
        display: none;
    }
}

.main-navigation .menu-toggle.open {
    position: fixed !important;
    top: 30px;
    right: 30px;
    z-index: 18;
}

.menu-opened {
    overflow: hidden;
}

#nav-icon {
    position: relative;
    width: 40px;
    height: 33px;
    background: none;
    border: none;
    padding: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #353a58;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 12px;
}

#nav-icon span:nth-child(4) {
    top: 24px;
}

#nav-icon.open span:nth-child(1) {
    width: 0%;
    top: 14px;
    left: 50%;
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
    width: 0%;
    top: 12px;
    left: 50%;
}


/*--------------------------------------------------------------
# The END
--------------------------------------------------------------*/


/* The END
     ========================================================================== */


/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/* Box sizing
--------------------------------------------- */


/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


/* Typography
--------------------------------------------- */

button,
input,
select,
optgroup,
textarea {
    color: #4E4E4E;
    font-family: -apple-system, BlinkMacSystemFont, "Lexend", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.2;
}

.page-title {
    font-size: 3.375rem;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    text-decoration: none;
}

big {
    font-size: 125%;
}


/* Elements
--------------------------------------------- */

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.2em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/* Links
--------------------------------------------- */

.link {
    color: #434343;
    text-decoration: none;
}


/* Forms
--------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #6A48CD;
    color: #fff;
    line-height: 1;
    padding: 0.7rem 1rem;
    cursor: pointer;
    transition: all 0.25s linear;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #FFD601;
    border-color: #FFD601;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

.btn {
    font-size: 1rem;
    font-weight: 500;
    display: inline-block;
    padding: .85rem 1.24rem;
    text-decoration: none;
    min-width: 120px;
    text-align: center;
    border-radius: 2rem;
    line-height: 1;
    transition: all 0.3s linear;
}

.btn-lg {
    min-width: 150px;
    border-radius: 70px;
    font-size: 1rem;
    padding: 1rem 1.5rem;
}

@media (min-width: 576px) {
    .btn-lg {
        font-size: 1.25rem;
        padding: 1.05rem 2rem;
    }
}

.btn-primary {
    background-color: #6A48CD;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #FFD601;
    color: #fff;
}

.btn-secondary {
    background-color: #FFD601;
    color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    color: #fff;
}

.btn-outline-primary {
    border: 1px solid #6A48CD;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background-color: #6A48CD;
    color: #fff;
}

.btn-outline-secondary {
    border: 1px solid #FFD601;
    color: #FFD601;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active {
    background-color: #FFD601;
    color: #fff;
}

.btn-outline-light {
    border: 1px solid #fff;
    color: #fff;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active {
    background-color: #FFD601;
    border-color: #FFD601;
    color: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* Posts and pages
--------------------------------------------- */

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.site-main article:not(:last-child) {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 2.5rem;
    padding-bottom: 40px;
}


/* Media
--------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/


/* Jetpack infinite scroll
--------------------------------------------- */


/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}


/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/


/* Accessibility
--------------------------------------------- */


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
    outline: 0;
}


/* Alignments
--------------------------------------------- */

.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


/* Icon Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.social-links a[href*='discord.com']:after {
    content: "\f300";
}

.social-links a[href*='dribbble.com']:after {
    content: "\f65f";
}

.social-links a[href*='google.com']:after {
    content: "\f3f0";
}

.social-links a[href*='line.me']:after {
    content: "\f660";
}

.social-links a[href*='linkedin.com']:after {
    content: "\f472";
}

.social-links a[href*='joinmastodon.com']:after {
    content: "\f647";
}

.social-links a[href*='medium.com']:after {
    content: "\f661";
}

.social-links a[href*='messenger.com']:after {
    content: "\f648";
}

.social-links a[href*='paypal.com']:after {
    content: "\f662";
}

.social-links a[href*='pintrest.com']:after {
    content: "\f663";
}

.social-links a[href*='reddit.com']:after {
    content: "\f650";
}

.social-links a[href*='skype.com']:after {
    content: "\f656";
}

.social-links a[href*='slack.com']:after {
    content: "\f565";
}

.social-links a[href*='snapchat.com']:after {
    content: "\f665";
}

.social-links a[href*='spotify.com']:after {
    content: "\f666";
}

.social-links a[href*='stackoverflow.com']:after {
    content: "\f667";
}

.social-links a[href*='telegram.org']:after {
    content: "\f5b3";
}

.social-links a[href*='twitch.tv']:after {
    content: "\f5ee";
}

.social-links a[href*='vimeo.com']:after {
    content: "\f66a";
}

.social-links a[href*='whatsapp.com']:after {
    content: "\f618";
}

.social-links a[href*='wordpress.org']:after {
    content: "\f669";
}

.social-links a[href*='youtube.com']:after {
    content: "\f62b";
}


/* Header Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.site-header.site-header-sticky {
    background-color: #6A48CD;
    position: fixed;
    top: 0;
    width: 100%;
    padding-top: 1.5rem;
    z-index: 13;
    transition: background-color 0.4s linear;
}

.site-header.site-header-sticky .site-header-top {
    display: none;
}

.site-header.site-header-sticky .site-header-bottom {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}


/* Components
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.card_info {
    margin-bottom: 0.63rem;
}

.card_list_inline {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #d9d9d9;
    padding-top: 1rem;
    font-weight: 500;
}

.card_list_inline>div {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.card_list_inline_mid {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    padding: 0 1rem;
    margin: 0 0.7rem;
}

@media (min-width: 768px) {
    .card_list_inline_mid {
        padding: 0 1.3rem;
    }
}

.card.p-0:hover {
    box-shadow: none;
}

.card_media_img-lg {
    height: 526px;
}

.card_media_img-md {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

@media (min-width: 1200px) {
    .card_media_img-md {
        height: 280px;
    }
}

.card_media .tags {
    position: absolute;
    bottom: 16px;
    z-index: 2;
    left: 16px;
}

.card_media .bi-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    z-index: 2;
}

.card_media .bi-play:hover {
    background-color: #FFD601;
    border-color: #FFD601;
    color: #6A48CD;
}

.card_media-overlay:after {
    opacity: 0.5 !important;
    border-radius: 15px;
}


/* Bootstrap Overwritten Styles
--------------------------------------------- */

:root {
    --bs-primary-rgb: 106, 72, 205;
    --bs-secondary-rgb: 255, 214, 11;
    --bs-transition: all 300ms ease;
}

@media screen and (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1200px;
    }
}


/* WordPress Overwritten Styles
--------------------------------------------- */

.zindex-negative {
    z-index: -1;
}

.overlay {
    position: relative;
}

.overlay:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: 1;
}

.overlay>.container {
    position: relative;
    z-index: 2;
}

.cover-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.attach-bg {
    background-attachment: fixed;
}


/*# sourceMappingURL=style.css.map */

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.has-text-align-justify {
    text-align: justify;
}


/*Color Scheme*/

 :root {
    --bs-primary: #6a48cd;
    --bs-secondary: #ffd601;
    --bs-primary-rgb: 106, 72, 205;
    --bs-secondary-rgb: 255, 214, 1;
}

.site-header.site-header-sticky,
.slick-dots li button {
    background-color: #6a48cd;
}

.gallery_item_caption {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #6a48cd 100%);
}

.slick-dots .slick-active button,
.slick-dots button:hover,
.slick-dots button:focus,
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-arrow:hover,
.slick-arrow:focus {
    background-color: #ffd601;
}

.slick-dots .slick-active button,
.slick-dots button:hover,
.slick-dots button:focus,
.slick-arrow:hover,
.slick-arrow:focus {
    border-color: #ffd601;
}

@media (min-width: 1200px) {
    .site-header-sticky .header-bottom {
        background-color: rgba(106, 72, 205, 0.4);
    }
}