/**
Theme Name: One Day University
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: one-day-university
Template: astra
*/


/*------------------------------------*\
    00. FONT DECLARATIONS
\*------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

/* To use font-family: 'Arapey', serif; */
@import url('https://fonts.googleapis.com/css2?family=Arapey:ital@0;1&display=swap');


/*------------------------------------*\
    02. UI
\*------------------------------------*/
/**** - 02a. BEGIN HEADER ****/

h1, h2, h3, h4, h5, body, p {
    font-family: 'Poppins', sans-serif;
}

h4 {
	line-height: 1.25;
}

h4 + * {
	margin-top: 1rem;
}

/**** - 02a. END HEADER ****/

/**** - 02b. BEGIN NAVIGATION ****/
.site-header .menu-text {
    font-size: 14px;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
    padding: 0 .5em;
}


.main-navigation ul li a span {
    text-transform: uppercase;
    letter-spacing: .7px;
}


.main-navigation .become-member a {
    background-image: url(assets/dist/images/red-btn.png);
    background-repeat: no-repeat;
    background-size: 96% 60%;
    background-position: center;
}

.main-navigation .login.guestmenu a {
    background-image: url(assets/dist/images/bg-yellow.png);
    background-repeat: no-repeat;
    background-size: 96% 60%;
    background-position: center;
}

.main-navigation .become-member .menu-text,
.main-navigation .login.guestmenu .menu-text {
    color: #fff;
    font-weight: 900;
    padding: 0 .75em;
}


/**** - 02b. END NAVIGATION ****/

/**** - 02c. BEGIN FOOTER ****/
#menu-footer-main-menu li {
    margin-bottom: 20px;
}

#menu-footer-main-menu li a:hover,
#menu-footer-main-menu li a:focus {
    letter-spacing: 1px;
}

.site-footer {
	font-size: 14px;
}

@media ( min-width: 768px ) {
	.site-footer {
		font-size: 1rem;
	}
}

.footer-text div {
    margin-bottom: 22px;
}

.footer-text .footer-bold {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

@media ( min-width: 768px ) {
	.footer-text .footer-bold {
		font-size: 26px;
	}
}

.footer-text .number {
    font-weight: 800;
    color: #b61d23 !important;
    font-size: 32px;
}

.site-below-footer-wrap a,
.site-below-footer-wrap {
    letter-spacing: 1.3px;
}

.site-below-footer-wrap a:hover,
.site-below-footer-wrap a:focus {
    letter-spacing: 1.6px;
}

.footer-text .links a {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

.footer-text .links a:first-child {
    margin-right: 20px;
    border-right: 2px solid white;
    padding-right: 20px;
}

.widget.simple-social-icons h2 {
    font-style: italic;
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
    margin-top: 8px;
}

/**** - 02c. END FOOTER ****/

/**** - 02d. BEGIN CONTENT ****/
a,
a:visited {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

.entry-content p {
    letter-spacing: .03em;
}

.ast-separate-container #primary {

}

.ast-separate-container .ast-article-single {
    padding-top: 0em;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    border-radius: 30px;
    color: #555454;
    height: 50px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    border-radius: 30px;
    background-color: transparent;
}

svg#search-icon {
    font-size: 26px;
    color: #b61d23;
    margin-top: -13px;
}

.wp-block-search .wp-block-search__button {
    border: none;
    background-color: transparent;
    color: #b61d23;
}

/**** - 02d. END CONTENT ****/

/*------------------------------------*\
    03. PAGE SPECIFIC
\*------------------------------------*/
/**** - 03a. BEGIN HOMEPAGE ****/

.home .type-videos {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.home h2,
.gift-certificates .gift-cert-below-focus h2 {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 50px;
}
/* Needs to be so specific to avoid conflict with other h2's on the page. */
.home .wp-block-cover h2 {
	font-size: 30px !important;
}

@media (min-width: 768px) {
	.home .wp-block-cover h2 {
		font-size: 45px !important;
	}
}

@media (min-width: 921px) {
	.home .wp-block-cover h2 {
		font-size: 60px !important;
	}
}

.home h2::after :not(.item-title) {
    content: " ";
    display: inline-block;
    border-top: 2px solid #F1F1F1;
    width: 48%;
    margin: 0 1rem;
    -webkit-transform: translateY(-.75rem);
        -ms-transform: translateY(-.75rem);
            transform: translateY(-.75rem);
}

.home .type-videos h2 {
    border-left: none;
    padding-left: 0;
}

.home .membership-includes h3 {
    font-size: 32px;
}

.home .type-videos h2::after {
    content: none;
}

.wp-block-button.center {
    margin: 0 auto !important;
}

.wp-block-button a, button {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

button a {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

button.alternate, .wp-block-button.alternate a {
    background-color: transparent;
    border: 3px solid #b61d23;
	color: #b61d23;
}

button.alternate a, .wp-block-button.alternate a {
    color: #b61d23;
}

.membership-includes::before {
    content: "1";
    display: inline-block;
    color: #b61d23;
    font-size: 70px;
    font-weight: bold;
    margin-top: 15px;
    margin-right: 40px;
	width: 40px;
}

.membership-includes.two::before {
    content: "2";
}

.membership-includes.three::before {
    content: "3";
}

.membership-includes.four::before {
    content: "4";
}

.gray.aside.section {
    padding-top: 200px;
}

.gray.section .wp-block-column:first-child {
    border-left: 6px solid #b61d23;
    padding-left: 25px;
}

.what-is-group {
    font-size: 14px;
    clear: both;
    margin-bottom: 30px;
}

.what-is-group .number {
    font-size: 44px;
    font-weight: bold;
    color: #b61d23;
    line-height: 1;
}

.what-is-group::before {
    content: " ";
    display: inline-block;
    float: left;
    margin-right: 25px;
}

.what-is-group.edu::before {
    content: url(assets/dist/images/ico-edu.png);
}

.what-is-group.vid::before {
    content: url(assets/dist/images/ico-vid.png);
}

.what-is-group.prof::before {
    content: url(assets/dist/images/ico-prof.png);
}

.wp-block-pb-accordion-item {
    padding-bottom: 42px;
    margin-bottom: 42px;
    border-bottom: 3px solid #F1F1F1;
}

.c-accordion__content {
    padding-top: 25px;
}

.wp-block-pb-accordion-item h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.c-accordion__title:after {
    font-size: 38px;
    color: #b61d23;
}

.plan-card {
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    min-height: 600px;
    box-shadow: 10px 10px 5px -7px rgba(189,189,189,0.51);
    -webkit-box-shadow: 10px 10px 5px -7px rgba(189,189,189,0.51);
    -moz-box-shadow: 10px 10px 5px -7px rgba(189,189,189,0.51);
}

.plan-card .top {
    color: #fff;
    background-color: #000;
    font-size: 13px;
    border-radius: 5px 5px 0 0;
    padding: 10px 10px 10px 25px;
}

.plan-card.red .top {
    background-color: #b61d23;
}

.plan-card .content {
    padding: 2em;
}

.plan-card .top-text {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 25px;
}

.plan-card .top-text .per {
    font-size: 19px;
    font-weight: normal;
}

.plan-card ul {
    margin: 0;
}

.plan-card ul li {
    list-style-type: none;
    line-height: 1.5;
    margin-bottom: 25px;
}

.plan-card ul li::before {
    content: url(assets/dist/images/icon-check-mark.png);
    display: inline-block;
        margin-right: 16px;
}

.plan-card button {
    position: absolute;
    bottom: 40px;
}

.home .has-grey-background-color {
    padding: 100px 0 150px;
}

.h2-with-text > .wp-block-group__inner-container {
    border-left: 8px solid #b61d23;
    padding-left: 25px;
}

.h2-with-text h2 {
    margin-bottom: 12px;
    border-left: 0;
    padding-left: 0;
}

.left-border > .wp-block-group__inner-container {
    border-left: 8px solid #b61d23;
    padding-left: 25px;
}

.left-border h2 {
    border-left: none;
    padding-left: 0;
}

.faq h2 {
    margin-bottom: 12px;
}

.faq > .wp-block-group__inner-container > .wp-block-group {
    padding-top: 0;
}

.watch h2::after {
    content: none;
}
