/*
Theme Name:     WP Bootstrap Child
Theme URI:      https://self-publishingschool.com
Description:    Child theme for the WP Bootstrap theme
Author:         Kaza
Author URI:     http://wkstudio.ca
Template:       wp-bootstrap-starter
Version:        0.1.0
*/
/* Fonts Start */
@font-face {
    font-family: KoHo;
    src: url('/wp-content/fonts/KoHo/KoHo-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: KoHo;
    src: url('/wp-content/fonts/KoHo/KoHo-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: KoHo;
    src: url('/wp-content/fonts/KoHo/KoHo-BoldItalic.ttf');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: KoHo;
    src: url('/wp-content/fonts/KoHo/KoHo-ExtraLight.ttf');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: KoHo;
    src: url('/wp-content/fonts/KoHo/KoHo-ExtraLightItalic.ttf');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: KoHo;
    src: url('/wp-content/fonts/KoHo/KoHo-Italic.ttf');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: KoHo;
    src: url('/wp-content/fonts/KoHo/KoHo-Light.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: KoHo;
    src: url('/wp-content/fonts/KoHo/KoHo-LightItalic.ttf');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: KoHo;
    src: url('/wp-content/fonts/KoHo/KoHo-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: KoHo;
    src: url('/wp-content/fonts/KoHo/KoHo-MediumItalic.ttf');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: KoHo;
    src: url('/wp-content/fonts/KoHo/KoHo-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: KoHo;
    src: url('/wp-content/fonts/KoHo/KoHo-SemiBoldItalic.ttf');
    font-weight: 600;
    font-style: italic;
}
:root {
    --dark-slate-blue: #112947;
    --light-grey-blue: #90b0c8;
    --pale-blue: #e3e6e8;
    --butterscotch: #fac53f;
}
/* Fonts End */

/* Video Start */
.sps-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.sps-video-container iframe,
.sps-video-container object,
.sps-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Video End */

/* Menu Start*/
#masthead {
	background-color: #ffffff !important;
	color: #ffffff !important;
    box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.05);
}
#page-sub-header {
    display: none;
}
header#masthead {
    position: fixed;
    z-index: 999999;
    width: 100%;
    padding: 0;
}
header#masthead .container {
    max-width: none;
    padding: 0;
}
header#masthead nav.navbar {
    display: block;
}
header#masthead nav.navbar .navbar-brand {
    width: 400px;
    padding: 20px 0 20px 24px;
    margin: 0;
    transition: padding 0.4s;
    -o-transition: padding 0.4s;
    -moz-transition: padding 0.4s;
    -webkit-transition: padding 0.4s;
    float: left;
}
header#masthead nav.navbar #main-nav {
    display: block;
    width: calc(100% - 660px);
    padding: 17px 32px;
    transition: width 0.4s;
    -o-transition: width 0.4s;
    -moz-transition: width 0.4s;
    -webkit-transition: width 0.4s;
    float: left;
}
header#masthead.fixed nav.navbar #main-nav {
    width: calc(100% - 556px);
    padding: 7px 32px;
}
header#masthead nav.navbar .search-bar {
    width: 60px;
    padding: 27px 16px;
    float: left;
}
header#masthead.fixed nav.navbar .search-bar {
    padding: 17px 16px;
}
header#masthead nav.navbar .login-area {
    width: 200px;
    float: left;
}
header#masthead.fixed nav.navbar .navbar-brand {
    padding: 10px 0;
}
header#masthead .navbar-brand img.large-logo {
    transition: transform 0.4s;
    -o-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
}
header#masthead.fixed .navbar-brand img.large-logo {
    transform: scale(0.7);
}
header#masthead .navbar-brand img.small-logo {
    display: none;
}
header#masthead nav.navbar #main-nav .nav-item {
    margin-right: 16px;
}
header#masthead nav.navbar #main-nav .nav-item:last-child {
    margin-right: 0;
}

header#masthead nav.navbar .search-bar .search-icon img {
    cursor: pointer;
}
header#masthead nav.navbar .search-bar .search-form {
    display: none;
    background-color: #fefefe;
    position: absolute;
    top: 80px;
    right: 0;
    background-color: #ffffff;
    padding: 32px;
}
header#masthead.fixed nav.navbar .search-bar .search-form {
    top: 60px;
}
header#masthead nav.navbar .search-bar .search-form input[type=text] {
    width: 440px;
    height: 45px;
    border: 1px solid var(--light-grey-blue);
    background-color: rgba(255, 255, 255, 0.7);
}
header#masthead nav.navbar .search-bar .search-form input[type=submit] {
    width: 105px;
    height: 45px;
    border: 2px solid var(--light-grey-blue);
    background-color: rgba(227, 230, 232, 0.3);
}
header#masthead nav.navbar .login-area {
    position: relative;
    height: 80px;
    line-height: 80px;
    padding: 0 48px;
    background-color: rgba(144, 176, 200, 0.3);
    transition: width 0.4s;
}
header#masthead nav.navbar .login-area .login-dropdown {
    display: none;
    width: 100%;
    min-width: 320px;
    line-height: 32px;
    background-color: #fefefe;
    position: absolute;
    top: 80px;
    right: 0;
    color: var(--dark-slate-blue);
    background-color: #ffffff;
    padding: 16px 32px;
}
header#masthead nav.navbar .login-area .login-dropdown a {
    color: var(--dark-slate-blue);
}
header#masthead.fixed nav.navbar .login-area .login-dropdown {
    top: 60px;
}
header#masthead nav.navbar .login-area::before {
    position: absolute;
    content: url(/wp-content/uploads/2019/01/ico-student-login-1.png);
    left: 16px;
    top: 6px;
}
header#masthead nav.navbar .login-area::after {
    position: absolute;
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    right: 24px;
    top: 2px;
    color: var(--dark-slate-blue);
}
header#masthead.fixed nav.navbar .login-area {
    width: 96px;
    height: 60px;
    line-height: 60px;
    transition: height 0.4s, width 0.4s;
    -o-transition: height 0.4s, width 0.4s;
    -moz-transition: height 0.4s, width 0.4s;
    -webkit-transition: height 0.4s, width 0.4s;
}
.login-area a.login-link {
    color: var(--dark-slate-blue);
    opacity: 1;
    visibility: visible;
    transition: visibility 0s 0.4s, opacity 0.4s;
    -o-transition: visibility 0s 0.4s, opacity 0.4s;
    -moz-transition: visibility 0s 0.4s, opacity 0.4s;
    -webkit-transition: visibility 0s 0.4s, opacity 0.4s;
}
header#masthead.fixed .login-area a.login-link {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0s;
    -o-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    -webkit-transition: visibility 0s 0s;
}
header#masthead .menu-login {
    display: none;
}
/* Menu End */

/* Layout Start */
.desktop {
    display: block;
}
.mobile {
    display: none;
}
.sps-section, .sps-section div {
    box-sizing: border-box;
}
.sps-section {
    width: 100%;
}
.sps-section-container {
    width: 100%;
    padding: 64px 0;
}
.sps-row {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
}
.sps-row-container {
    width: 100%;
    padding: 32px 0;
}
.sps-row::after {
    clear: both;
}
.sps-row .clearfix {
    clear: both;
}
.sps-col {
    width: 100%;
    float: left;
}
.sps-col-container {
    width: 100%;
}

.sps-row.gutter-0 .sps-col {
    margin-right: 0;
}
.sps-col, .sps-row.gutter-1 .sps-col {
    margin-right: 24px;
}
.sps-row.gutter-2 .sps-col {
    margin-right: 48px;
}
.sps-row.gutter-3 .sps-col {
    margin-right: 72px;
}

.sps-col.c-1-1 {
    width: 100%;
    margin-right: 0 !important;
}

.sps-row.gutter-0 .sps-col.c-1-2 {
    width: calc(50%);
}
.sps-row.gutter-0 .sps-col.c-1-3 {
    width: calc(33.3333%);
}
.sps-row.gutter-0 .sps-col.c-2-3 {
    width: calc(66.6667%);
}
.sps-row.gutter-0 .sps-col.c-1-4 {
    width: calc(25%);
}
.sps-row.gutter-0 .sps-col.c-2-4 {
    width: calc(50%);
}
.sps-row.gutter-0 .sps-col.c-3-4 {
    width: calc(75%);
}

.sps-col.c-1-2, .sps-row.gutter-1 .sps-col.c-1-2 {
    width: calc(50% - 12px);
}
.sps-col.c-1-3, .sps-row.gutter-1 .sps-col.c-1-3 {
    width: calc(33.3333% - 16px);
}
.sps-col.c-2-3, .sps-row.gutter-1 .sps-col.c-2-3 {
    width: calc(66.6667% - 8px);
}
.sps-col.c-1-4, .sps-row.gutter-1 .sps-col.c-1-4 {
    width: calc(25% - 18px);
}
.sps-col.c-2-4, .sps-row.gutter-1 .sps-col.c-2-4 {
    width: calc(50% - 12px);
}
.sps-col.c-3-4, .sps-row.gutter-1 .sps-col.c-3-4 {
    width: calc(75% - 6px);
}

.sps-row.gutter-2 .sps-col.c-1-2 {
    width: calc(50% - 24px);
}
.sps-row.gutter-2 .sps-col.c-1-3 {
    width: calc(33.3333% - 32px);
}
.sps-row.gutter-2 .sps-col.c-2-3 {
    width: calc(66.6667% - 16px);
}
.sps-row.gutter-2 .sps-col.c-1-4 {
    width: calc(25% - 36px);
}
.sps-row.gutter-2 .sps-col.c-2-4 {
    width: calc(50% - 24px);
}
.sps-row.gutter-2 .sps-col.c-3-4 {
    width: calc(75% - 12px);
}

.sps-row.gutter-3 .sps-col.c-1-2 {
    width: calc(50% - 36px);
}
.sps-row.gutter-3 .sps-col.c-1-3 {
    width: calc(33.3333% - 48px);
}
.sps-row.gutter-3 .sps-col.c-2-3 {
    width: calc(66.6667% - 24px);
}
.sps-row.gutter-3 .sps-col.c-1-4 {
    width: calc(25% - 54px);
}
.sps-row.gutter-3 .sps-col.c-2-4 {
    width: calc(50% - 36px);
}
.sps-row.gutter-3 .sps-col.c-3-4 {
    width: calc(75% - 18px);
}

.sps-col.end {
    margin-right: 0 !important;
}

@media screen and (max-width:1110px) {
    .sps-row {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media screen and (max-width:800px) {
    .sps-row {
        padding-left: 16px;
        padding-right: 16px;
    }
    .sps-row-container {
        padding: 0;
    }
    .sps-col {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 24px !important;
        float: none !important;
    }
}
/* Layout End */

.sps-cta-box {
    box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.08);
    background-color: rgba(250, 197, 63, 0.18);
    text-align: center;
    padding: 32px;
    margin-bottom: 50px;
}
.sps-cta-box .sps-cta-container {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
}
.sps-cta-box .sps-cta-box-left {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 0;
    float: left;
}
.sps-cta-box .sps-cta-box-right {
    width: calc(50% - 8px);
    float: left;
}
.sps-cta-box.blue {
    background-color: var(--dark-slate-blue);
    color: #ffffff;
}
.sps-cta-box.white {
    background-color: #ffffff;
}
.sps-cta-box.outline {
    border: 2px solid var(--dark-slate-blue);
}
.sps-cta-box.blue h1, .sps-cta-box.blue h2, .sps-cta-box.blue h3, .sps-cta-box.blue h4, .sps-cta-box.blue h5, .sps-cta-box.blue h6, .sps-cta-box.blue p {
    color: #ffffff;
}
.sps-cta-box img {
    box-shadow: none !important;
}

/* General Start */
body.page-template-fullwith-blank #content {
    position: relative;
    top: 80px;
    padding: 0 !important;
}
body.page-template-fullwith-blank #content>.container {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}
body.page-template-fullwith-blank #content>.container>.row {
    margin: 0 !important;
}
body.page-template-fullwith-blank #content #primary {
    padding: 0 !important;
}
body.page-template-fullwith-blank #content .entry-content {
    margin: 0 !important;
}
body.single-post {
    background-color: rgba(227, 230, 232, 0.18);
}
body.single-post p {
    font-size: 16px;
}
body.single-post p span, body.single-post ul li span {
    font-weight: 300 !important;
}
body.single-post #content {
    padding: 0;
}
body.single-post #content>.container {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}
body.single-post #content>.container>.row {
    margin: 0 !important;
}
body.single-post #content #primary {
    padding: 0 !important;
}
body.single-post #content .entry-content {
    margin: 0 !important;
}
body.single-post .post-thumbnail {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    opacity: 0.8;
}
body.single-post .main-content {
    position: relative;
    max-width: 920px;
    margin: -64px auto 100px;
    padding: 72px 95px;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}
body.single-post .main-content header {
    text-align: center;
    margin-bottom: 60px;
}
body.single-post .main-content header h1 {
    margin-bottom: 25px;
}
body.single-post .main-content .excerpt-wrapper {
    padding: 43px 0;
    border-top: 2px solid var(--pale-blue);
    border-bottom: 2px solid var(--pale-blue);
}
body.single-post .main-content .entry-content strong {
    font-weight: 900;
}
body.single-post .main-content .entry-content em {
    font-weight: 500;
}
body.single-post .main-content .entry-content ol, body.single-post .main-content .entry-content ul {
    counter-reset: item;
    list-style-type: none;
    padding: 0;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: normal;
    color: var(--dark-slate-blue);
}
body.single-post .main-content .entry-content ol li, body.single-post .main-content .entry-content ul li {
    padding-left: 20px;
    margin-bottom: 21px;
}
body.single-post .main-content .entry-content ul, body.single-post .main-content .entry-content ol strong, body.single-post .main-content .entry-content ol em, 
body.single-post .main-content .entry-content ul strong, body.single-post .main-content .entry-content ul em {
    color: var(--dark-slate-blue);
}
body.single-post .main-content .entry-content ol li::before {
    display: inline-block;
    content: counter(item) " -";
    counter-increment: item;
    margin-right: 8px;
    width: 24px;
    text-align: center;
}
body.single-post .main-content .entry-content a {
    font-weight: 900;
    color: var(--light-grey-blue);
    text-decoration: none;
}
body.single-post .main-content .entry-content a:hover {
    color: var(--butterscotch);
}
body.single-post .main-content img {
    box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.08);
    margin-top: 32px;
    margin-bottom: 32px;
}
body.single-post .main-content .wp-block-image {
    margin-bottom: 0;
}
body.single-post .author-bio .author-bio-avatar {
    text-align: right;
}
body.single-post .author-bio .author-bio-avatar img {
    border-radius: 50%;
}
body.single-post .author-bio .author-bio-arrow {
    width: 100%;
    max-width: 330px;
    height: 16px;
    margin: 0 auto;
    background-image: url(/wp-content/uploads/2019/01/triangle-004.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}
body.single-post .blog-item {
    display: table;
    width: 32%;
    height: 400px;
    margin-right: 2%;
    margin-bottom: 32px;
    background-position: center center;
    background-size: cover;
    float: left;
}
body.single-post .blog-item:nth-child(3n) {
    margin-right: 0;
}
body.single-post .blog-overlay {
    display: table-cell;
    position: relative;
    vertical-align: bottom;
    width: 100%;
    height: 400px;
    padding: 20px 35px;
    background: linear-gradient(to bottom, rgba(17, 41, 71, 0.8), rgba(0, 0, 0, 0.8));
}
body.single-post .blog-thumbnail {
    display: none;
}
body.single-post .blog-category {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 8px 16px;
    font-family: KoHo;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    background-color: var(--light-grey-blue);
    color: var(--dark-slate-blue);
}
body.single-post .blog-title h1, .blog-title h1 a {
    font-family: KoHo;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45em;
    letter-spacing: normal;
    color: #ffffff;
}
body.single-post .blog-button {
    display: none;
    margin-top: 27px;
}
body.single-post .blog-button a {
    display: inline-block;
    width: 100%;
    max-width: 200px;
    height: 56px;
    background-color: #ffffff;
    font-family: KoHo;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 56px;
    letter-spacing: normal;
    text-align: center;
    color: var(--dark-slate-blue);
}
body.single-post .blog-button a:hover {
    text-decoration: none;
}
body.single-post footer.entry-footer {
    display: none;
}
body.single-post .post-navigation {
    display: none;
}
body.single-post article {
    margin-bottom: 0 !important;
}
body.single-post #disqus_thread {
    width: 100%;
    max-width: 915px;
    margin: 0 auto 90px;
}
body.single-post .author-bio-desc p {
    color: #ffffff;
}
body.single-post .author-bio-desc a {
    color: #ffffff;
    font-weight: bold;
}

h1, h2, h3, h6 {
    font-family: KoHo;
    color: var(--dark-slate-blue);;
    margin: 0;
    padding: 0;
}
h4, h5 {
    font-family: Roboto;
    color: var(--dark-slate-blue);;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 38px;
    font-weight: bold;
    line-height: 48px;
    letter-spacing: 2.66px;
}
h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
    letter-spacing: 0;
}
h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 0;
}
h4 {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 3px;
}
h5 {
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: 2.25px;
}
h6 {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 0;
    color: var(--light-grey-blue);
}
p {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: normal;
    color: var(--dark-slate-blue);
}
p.larger {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: normal;
    color: var(--dark-slate-blue);
}
p.note {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: normal;
    text-align: center;
    color: var(--dark-slate-blue);
}
p.mark {
    font-size: 20px;
    font-weight: bold;
    color: #ff3333;
    background-color: transparent;
}
p:last-child {
    margin-bottom: 0 !important;
}
li.nav-item a, a.menu-item, .menu-item {
    font-family: Roboto;
    font-size: 14px !important;
    font-weight: 300 !important;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.21;
    letter-spacing: 0.6px;
    color: var(--dark-slate-blue) !important;
}
a.button {
    display: inline-block;
    position: relative;
    top: 0;
    height: 56px;
    padding: 0 20px 0 64px;
    font-family: KoHo;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 56px;
    letter-spacing: normal;
    border-bottom: 0 !important;
    color: var(--dark-slate-blue) !important;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
    background-color: var(--butterscotch);
    transition: top 0.4s, box-shadow 0.4s;
    -o-transition: top 0.4s, box-shadow 0.4s;
    -moz-transition: top 0.4s, box-shadow 0.4s;
    -webkit-transition: top 0.4s, box-shadow 0.4s;
}
a.button::before {
    content: url(/wp-content/uploads/2019/01/ico-arrow-right-dark.png);
    position: absolute;
    left: 20px;
}
a.button:hover {
    top: -6px;
    box-shadow: 0 26px 40px 0 rgba(0, 0, 0, 0.12);
    text-decoration: none;
    border-bottom: 0 !important;
}
a.button:active {
    transform: scale(0.9);
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.1);
    filter: blur(9);
    -o-filter: blur(9);
    -moz-filter: blur(9);
    -webkit-filter: blur(9);
}
a.text-button {
    display: inline-block;
    position: relative;
    padding: 2px 20px 2px 0;
    font-family: KoHo;
    font-size: 16px;
    font-weight: bold !important;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    border-top: 2px solid transparent;
    border-bottom: 2px solid var(--butterscotch) !important;
    text-decoration: none !important;
    color: var(--dark-slate-blue) !important;
    background-image: url(/wp-content/uploads/2019/01/ico-arrow-right-dark.png);
    background-size: 15px 7px;
    background-repeat: no-repeat;
    background-position: center right;
}
a.text-button:hover {
    background-color: var(--butterscotch) !important;
    border-top: 2px solid var(--butterscotch) !important;
    border-bottom: 2px solid var(--butterscotch) !important;
}
a.button-2 {
    padding: 10px 20px;
    border: 1px solid rgba(144, 176, 200, 0.5);
    font-family: KoHo;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: var(--dark-slate-blue);
}
a.button-2.white-bg {
    border: 2px solid rgba(144, 176, 200, 0.5);
    background-color: #ffffff;
}
a.button-2:hover {
    text-decoration: underline;
}
#footer-widget {
    position: relative;
    top: 80px;
    background-color: rgba(144, 176, 200, 0.3) !important;
    padding: 133px 0 103px !important;
}
#footer-widget p {
    margin-bottom: 0 !important;
}
#footer-widget a.button {
    height: 45px;
    line-height: 45px;
    background-color: transparent;
    border: 1px solid var(--dark-slate-blue);
    box-shadow: none;
}
#footer-widget a.button:hover {
    top: 0;
    box-shadow: none;
}
#footer-widget a.button::before {
    content: url(/wp-content/uploads/2019/01/ico-student-login.png);
    top: 6px;
}
#colophon {
    position: relative;
    top: 80px;
    background-color: rgba(144, 176, 200, 0.3) !important;
}
#colophon .site-info {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.83;
    letter-spacing: 0.5px;
    color: var(--dark-slate-blue);
}
#colophon .site-info a {
    font-weight: 900;
}

.sps-social-media {
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    position: fixed;
    bottom: -682px;
    right: 0;
}
.sps-sm-item {
    padding: 20px 16px;
    text-align: center;
}
.sps-sm-item.youtube, .sps-sm-item.instagram, .sps-sm-item.twitter, .sps-sm-item.facebook {
    border-top: 1px solid var(--pale-blue);
}
.sps-sm-item h1 {
    font-size: 22px;
    letter-spacing: normal;
}
.sps-sm-item p {
    font-size: 12px;
    margin-bottom: 0;
}
.sps-sm-item p i {
    font-size: 24px;
}

.et_social_networks {
    width: auto !important;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff !important;
    position: absolute;;
    bottom: 100px;
    right: 0;
    z-index: 999999 !important;
}
ul.et_social_icons_container>li {
    padding: 20px 20px !important;
    text-align: center;
    border-top: 1px solid var(--pale-blue) !important;
}
ul.et_social_icons_container>li a {
    padding-bottom: 0 !important;
}
.et_social_icon::before {
    font-size: 24px !important;
}
.et_social_network_label .et_social_count span {
    font-family: Roboto !important;
    font-size: 12px !important;
    font-weight: 300 !important;
}
.et_social_totalcount {
    padding: 32px 16px 20px !important;
}
.et_social_totalcount_count {
    display: block !important;
    font-family: KoHo !important;
    font-size: 22px !important;
    letter-spacing: normal;
    line-height: 64px !important;
}
.et_social_totalcount_label {
    display: block !important;
    margin: 0 !important;
    font-family: Roboto !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: 300 !important;
}
.et_social_count_label {
    display: none !important;
}
/* General End */
/* Resiponsive Start */
@media screen and (max-width:1285px) {
    header#masthead .navbar-brand img.large-logo {
        transform: scale(0.7);
    }
    header#masthead nav.navbar #main-nav {
        width: calc(100% - 556px);
    }
    header#masthead .login-area {
        width: 96px !important;
    }
    header#masthead .login-area a.login-link {
        visibility: hidden;
    }
}
@media screen and (max-width:1200px) {
    header#masthead nav.navbar .navbar-brand {
        width: 70%;
        padding: 24px 16px;
    }
    header#masthead.fixed nav.navbar .navbar-brand {
        width: 70%;
        padding: 14px 0;
    }
    header#masthead nav.navbar .navbar-brand img.small-logo {
        display: block;
    }
    header#masthead nav.navbar .navbar-brand img.large-logo {
        display: none;
    }
    header#masthead nav.navbar #main-nav {
        width: 100%;
        position: absolute;
        top: 80px;
        background-color: #ffffff;
        display: none;
    }
    header#masthead.fixed nav.navbar #main-nav {
        width: 100%;
        top: 60px;
    }
    header#masthead nav.navbar #main-nav.show {
        display: block;
    }
    header#masthead nav.navbar #main-nav .menu-item {
        margin-right: 0;
    }
    header#masthead nav.navbar #main-nav ul {
        text-align: center;
    }
    header#masthead nav.navbar #main-nav ul.dropdown-menu {
        margin: 0;
        border-top: 1px solid #666666;
        padding-top: 12px;
    }
    header#masthead nav.navbar #main-nav ul.dropdown-menu a {
        margin-bottom: 12px;
    }
    header#masthead nav.navbar .search-bar {
        width: 15%;
        padding: 28px 16px;
    }
    header#masthead.fixed nav.navbar .search-bar {
        padding: 18px 16px;
    }
    header#masthead nav.navbar .search-bar .search-form {
        width: 100%;
    }
    header#masthead nav.navbar .search-bar .search-form input[type=text] {
        width: 100%;
        margin-bottom: 24px;
    }
    header#masthead nav.navbar .login-area {
        display: none;
    }
    header#masthead nav.navbar button.navbar-toggler {
        width: 15%;
        padding: 28px 24px 28px 16px;
    }
    header#masthead.fixed nav.navbar button.navbar-toggler {
        padding: 18px 24px 18px 16px;
    }
    header#masthead .menu-login {
        display: block;
    }
}
/* Resiponsive End */
/* Mobile Start */
@media screen and (max-width:800px) {
    .desktop {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
    .sps-section {
        padding-left: 32px;
        padding-right: 32px;
    }
    h1 {
        font-size: 36px;
        line-height: 44px;
        letter-spacing: 2.52px;
        text-align: center;
    }
    h2 {
        font-size: 27px;
        line-height: 34px;
    }
    h3 {
        font-size: 19px;
        line-height: 27px;
    }
    h4 {
        font-size: 18px;
        letter-spacing: 2.7px;
    }
    body.single-post .main-content {
        padding: 32px;
        box-shadow: none;
        margin-bottom: 0;
        padding-bottom: 128px;
    }
    body.single-post header.entry-header {
        padding-bottom: 32px;
        margin-bottom: 32px;
        border-bottom: 2px solid var(--pale-blue);
    }
    body.single-post .author-bio .author-bio-avatar {
        text-align: center;
    }
    body.single-post .author-bio .author-bio-arrow {
        background-image: url(/wp-content/uploads/2019/01/triangle-001.png);
    }
    body.single-post .blog-item {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    body.single-post #disqus_thread {
        padding: 32px;
    }
    .et_social_networks {
        display: block !important;
        position: absolute !important;
        top: -24px !important;
        bottom: auto !important;
        width: 100% !important;
        text-align: center !important;
    }
    .et_social_totalcount {
        text-align: center !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .et_social_networks .et_social_totalcount_label, .et_social_networks .et_social_totalcount_count {
        display: inline-block !important;
        padding: 0 4px !important;
    }
    .sps-sm-item.arrow {
        display: none !important;
    }
    ul.et_social_icons_container::after {
        clear: both;
    }
    ul.et_social_icons_container li {
        width: 25% !important;
        float: left;
    }
    .sps-cta-box .sps-cta-box-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
        float: none;
    }
    .sps-cta-box .sps-cta-box-right {
        width: 100%;
        float: none;
    }
}
/* Mobile End*/