/* Add your styles here */

@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap');


body, p, ol, ul {
    color:#58585a !important;
    font-family: 'Noto Serif', serif;
}

p {
    text-align: left;
    line-height: 1.5em;
    margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oxygen', sans-serif;
}

h1.cat-title {
    font-weight: 200;
    text-transform: inherit;
    margin-top: -60px;
    text-align: left;
    margin-bottom: 40px;
    font-size: 4rem;
    color: #4b6179;
    letter-spacing: -1px;
}

.navbar-brand .logo {
    margin-top: -5px;
}

.navbar-nav .btn-primary {
    padding: 0 !important;
    background-color: transparent;
}

body.home .navbar-light .navbar-nav .nav-link:hover {
    color: #aaa;
}
body .navbar-light .navbar-nav .nav-link.active, body .navbar-light .navbar-nav .show>.nav-link, body.home .navbar-light.nav-scroll .navbar-nav .nav-link, body .navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}
#nav-main .menu-item:last-child .nav-link {
    padding: 7px 25px !important;
    border-radius: 5px;
    color: #fff !important;
    margin-top: 28px;
}


body:not(.home) .entry-content {
    position: relative;
    z-index: 98;
}


.btn, [type=submit]:not(:disabled) {
    border-radius: 4px !important;
    border: none !important;
    font-weight: 300;
    font-family: 'Oxygen', sans-serif;
}
.btn-primary, .btn-alt, .btn-white, [type=submit]:not(:disabled) {
    padding: 15px 35px !important;
    min-width: 150px;
}
.btn-alt, .btn-primary:hover, #nav-main .menu-item:last-child .nav-link:hover {
    color: #fff !important;
}
.btn-alt:hover {
    color: #fff !important;
}
body .btn-link {
    color: #d31f44;
    text-transform: uppercase;
    font-size: 0.9rem;
}
.btn-white:hover {
    background: #2c3e50 !important;
    color: #fff !important;
    transition-duration: 0.2s;
}
.btn-white {
    color: #2c3e50 !important;
    transition-duration: 0.2s;
}

.ld-button {
    border-radius: 5px !important;
    text-transform: uppercase !important;
    padding: 15px 15px !important;
    font-family: 'Oxygen', sans-serif !important;
    display: inline-block !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    position: relative !important;
    font-size: 1rem !important;
}
span.ld-icon.ld-icon-arrow-right.ld-icon-right {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.learndash-wrapper .ld-button:hover .ld-icon-arrow-right {
    transform: translateY(-50%) !important;
    right: 7px;
}
body #home .left-button .learndash-wrapper .ld-button {
    background-color: #4b6179 !important;
}
body .entry-content .btn:hover, body .entry-content .btn-primary:hover, body .entry-content .btn-alt:hover, body #home .learndash-wrapper .ld-button:hover, button#wp_user_profile_avatar_update_profile:hover, button#wp_user_profile_avatar_remove:hover {
    background-color: #999 !important;
    opacity: 1;
}


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

[type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    border:none !important;
    box-shadow: none !important;
    border-radius: 10px;
}
[type=submit]:not(:disabled) {
    min-width: 250px;
    padding: 10px !important;
    font-weight: 400 !important;
}

.text-right {
    text-align: right;
}
img.blog-img {
    margin: 0 0 30px;
    width: 100%;
}


ody:not(.home) .single-hero {
    height: 250px;
}

/* NAV STYLES */

body.home #nav-main {
    background: transparent;
}

.navbar-brand .logo {
    max-width: 300px;
    top: 15px;
}

.navbar-nav .nav-link {
    font-family: 'Oxygen', sans-serif;
    text-align: center;
}


.owl-carousel button {
    min-width: auto !important;
}
.owl-nav {
    position: relative;
}
button.owl-prev, button.owl-next {
    position: absolute;
    top: 0;
    font-size: 3.5rem !important;
    transform: translateY(-50%);
}
button.owl-prev:hover, button.owl-next:hover {
    background:none !important;
}
button.owl-prev {
    left: -50px;
}
button.owl-next {
    right: -50px;
}

i.fa.fa-chevron-right, i.fa.fa-chevron-left {
    color: #fff;
    opacity: 0.5;
    transition-duration: 0.2s;
    font-weight: 300;
}
i.fa.fa-chevron-right:hover, i.fa.fa-chevron-left:hover {
    opacity: 1;
    transition-duration: 0.2s;
    color: #fff;
}


body .btn.btn-outline-secondary {
    padding: 30px 0 !important;
    color: #58585a !important;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus {
    background: transparent !important;
    border: none !important;
}



.castos-player .play-pause-controls button {
    min-width: auto !important;
}
.castos-player .play-progress .play-pause-controls button {
    padding: 22px !important;
}
body.single-podcast img.blog-img {
    display: none;
}
.castos-player .playback__controls button {
    min-width: auto !important;
    padding: 5px !important;
    margin-right: 10px;
    color: #4c4659 !important;
}
body.single-podcast .podcast_player {
    margin-bottom: 30px;
}
.castos-player.light-mode .player {
    background: #f5f5f5 !important;
}


/* FOOTER STYLES */

footer, footer .bg-light  {
    background: #2c3d50 !important;
    color: #fff !important;
    position: relative;
}

footer a, footer .bg-light a, footer p, footer h2 {
    color: #fff;
}

footer .bg-light.border-top {
    border: none !important;
}

.top-button .btn {
    border-radius: 50% !important;
}
footer p {
    color: #fff !important;
    line-height: 1.35em;
    font-size: 1rem;
    text-transform: uppercase;
}
footer.entry-footer:before {
    display:none;
}

footer h2 {
    text-transform: inherit;
    font-size: 2rem;
}
footer sub {
    opacity: 0.5;
    font-size: 0.8rem;
    line-height: 1.35em;
    display: block;
    max-width: 380px;
}
.footer_widget img {
    max-width: 300px !important;
    padding-bottom: 15px;
    width: 100%;
    filter: brightness(0) invert(1);
}
.sociallinks {
    text-align: left;
    margin-top: 30px;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    padding: 5px 10px;
    margin: 0 0 10px !important;
    width: 100%;
    border-radius: 0;
}

input[type=submit] {
    border-radius: 0 !important;
}
footer textarea {
    height: 150px;
}
.bootscore-info.bg-light.text-muted.border-top.py-2.text-center {
    background: #2c3d50 !important;
    font-size: 0.8rem;
    line-height: 1em;
    text-transform: uppercase;
}


footer .sociallinks {
    text-align: right;
}

.sociallinks a {
    font-size: 1rem;
    margin-right: 0px;
    opacity: 1;
    transition-duration: 0.2s;
    color: #333;
}
.sociallinks a:hover {
    opacity: 1;
    transition-duration: 0.2s;
}
.fa-circle {
    color: #fff;
}
.fa-brands.fa-inverse {
    color: #333;
}
.sociallinks a:hover {
    transition-duration: 0.2s;
}
.sociallinks i {
    transition-duration: 0.2s;
    font-size: 2.5rem;
    margin-right: 10px;
}
footer h2.widget-title.h4 {
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Oxygen', sans-serif;
    font-size: 1.15rem;
}
.bootscore-footer ul {
    font-size: 1rem;
    line-height: 1.75em;
}
.footer_widget ul {
    margin-bottom: 45px !important;
}
section#footer_action {
    background: #cccccc;
    padding: 60px 0 50px;
}
#footer_action .wpcf7 {
    width: 90%;
}
#footer_action .wpcf7 input.wpcf7-submit {
    min-width: auto !important;
    padding: 6px 20px 6px !important;
    display: block;
}


.featherlight .featherlight-close-icon {
    min-width: auto !important;
    color: #000 !important;
    padding: 3px 5px !important;
}



/* HOMEPAGE GENERAL STYLES */

body.home section {
    padding:120px 0;
    position: relative;
}

section h2.title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 3rem;
    margin-bottom: 30px;
    color: #58585a !important;
    letter-spacing: 5px;
}

section .container {
    position: relative;
}
body.home section.owl-carousel {
    padding:0;
}
.card {
    border: none !important;
    background: #f9f9f9 !important;
    border-radius: 7px !important;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 7%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}
.card-img, .card-img-top, .card .card-img-top .embed-container {
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
}
.card-img-top {
    position: relative;
}

.card-img-top .fa-stack {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 2.5rem;
    transform: translate(-50%, -50%);
}
.card-img-top .fa-circle {
    color: #000;
    left: -5px;
    opacity: 0.8;
}
.card-img-top a:hover .fa-circle {
    color: #fff;
    opacity: 1;
}
.card .mt-auto a.read-more {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    display: block;
    border-radius: 5px;
    color: #fff;
    padding: 8px;
}
.card .mt-auto a.read-more:hover {
    color: #fff !important;
}
.card-text {
    font-size: 1rem;
    line-height: 1.5em;
    padding-bottom: 15px;
}
.col-md-6.col-lg-4.col-xxl-3.mb-4 {
    margin-bottom: 50px !important;
}
h2.blog-post-title {
    font-size: 1.35rem !important;
    font-family: 'Oxygen', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    text-align: left !important;
}
.mt-auto.align-self-end {
    width: 100% !important;
}
.top-padding {
    padding-top: 50px;
}
.card-text {
    text-align: left;
}



.bootscore-footer.bg-light.pt-5.pb-3 {
    padding-top: 90px !important;
}




/* HOME PAGE SPECIFIC STYLES */

body.home .btn-primary, body.home .btn-alt {
    min-width: 250px;
}
body.home section {
    background:#fff;
}
section#home {
    text-align: center;
    position: relative;
    height: 100vh;
    background:transparent;
}
#home video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  section#home:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.75;
}
#home h1 {
    font-weight: 300;
    font-size: 3rem;
    color: #fff;
    line-height: 1em;
    margin-top: 10vh;
}
#home h1 strong {
    display: block;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.5em;
    text-transform: uppercase;
    font-family: 'Noto Serif';
}
section#home .btn {
    width: 225px;
}
img#icon {
    max-height: 85vh;
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 45%;
    transform: translateX(-50%);
}
section#home p, section#home h2 {
    text-align: center;
}




.owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

section h2 {
    font-size: 3rem;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-weight: 100;
    position: relative;
}
section h2:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    bottom: 0;
    left: 0;
}
section p {
    line-height: 2em;
    margin-bottom: 2rem;
}


section#about {
    padding: 60px 0 60px;
    background: #fff;
    border-top: 10px solid;
}
.row.halfimage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.row.halfimage .col-md-6 {
    background-size: cover !important;
    background-position: center center !important;
}
#about p {
    margin-right: 30px;
}
#about h2.title {
    text-align: left;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 2.45rem;
}





section#action {
    padding: 100px 0;
}
#action h2 {
    color: #fff !important;
}
section#action h2:after {
    left: 50%;
    transform: translateX(-50%);
}



section#action h2.title, section#demo h2.title, section#testimonials h2.title, section#action2 h2.title   {
    font-weight: 700;
    letter-spacing: 0;
    font-size: 2.45rem;
}
section#action input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 100%;
}
section#action input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    padding: 10px;
    background: #e5e5e5;
    border: none !important;
}
section#action div#wpcf7-f5-p2-o1 {
    margin-top: 60px;
}


section#demo {
    position: relative;
    padding-bottom: 160px;
}
section#demo p {
    text-align:center;
}
.laptop {
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin-bottom: 30px;
    margin-top: -400px;
}
.laptop img {
    width: 100%;
}
.laptop .embed-container {
    position: absolute;
    width: 68%;
    height: 82%;
    background: #000;
    top: 7.1%;
    left: 17.5%;
    padding-bottom: 0;
}



section#testimonials {
    padding-top: 15px;
    z-index: 3;
    position: relative;
}
#testimonials .container {
    z-index: 99;
    margin-top: 80px;
    margin-bottom: -80px;
}
.single-test {
    margin-bottom: 30px;
}
.single-test h3 {
    text-transform: uppercase;
}
.single-test h4 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1rem;
}
.single-test h4 span {
    color: #58585a;
}
.test-img {
    background-color: #eee;
    width: 150px;
    padding-bottom: 150px;
    border-radius: 50%;
    margin: 0 auto 15px;
    background-size: cover !important;
    background-position: center center !important;
}
.test-txt {
    color: #fff;
    font-family: 'Noto Serif', serif;
    font-size: 1.5rem;
    line-height: 1.35em;
}
.test-name {
    font-weight: 900;
    font-size: 1.5rem;
    margin-top: 15px;
    text-transform: uppercase;
}
.test-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 1rem;
    line-height: 1em;
    opacity: 0.5;
}


section#action2 {
    padding-bottom: 240px;
    padding-top: 300px;
    position: relative;
}
section#action2 h2.title {
    font-size: 4rem;
    color: #fff !important;
}
section#action2 .btn {
    min-width: 250px;
}
section#action2 p {
    text-align: center !important;
}



/* SINGLE PAGE STYLES */


.entry-header h1, h1.entry-header {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    font-size: 4rem;
    color: #4b6179;
    letter-spacing: -1px;
}
body:not(.home) h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.75rem;
}
.padded {
    margin: 40px 0 40px;
}

body:not(.home) div#content {
    position: relative;
}





body.page-id-24 blockquote p {
    font-size: 1.5rem;
    margin: 45px 30px;
    text-align: center !important;
}
body.page-id-24 blockquote:before {
    font-family: 'FontAwesome';
    content: '\f10d';
    display: block;
    font-size: 7rem;
    position: absolute;
    color: #4b6179;
    z-index: 1;
    opacity: 0.1;
}





/* LMS STYLES */

body.single-sfwd-courses .entry-header {
    display: none;
}

.learndash-wrapper h2 {
    font-size: 24px !important;
    margin: 0 0 15px;
    padding: 0;
}
.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat {
    flex: 0 0 120px !important;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ccc !important;
    box-shadow: none !important;
}
label {
    font-family: 'Oxygen', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
}
.profile-avatar {
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.profile-avatar img {
    border: 5px solid #e2e7ed;
    height: 200px;
    width: 200px;
    border-radius: 50%;
}
a.profile-img-link {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #999;
}
button#wp_user_profile_avatar_update_profile, button#wp_user_profile_avatar_remove {
    border: none;
    background: #4b6179;
    font-family: 'Oxygen', sans-serif;
    font-size: 1rem;
    min-width: 250px;
    border-radius: 5px;
}
button#wp_user_profile_avatar_update_profile {
    background: #ed1c24;
}
form.update-user-profile-avatar table tbody tr:nth-child(1) p:nth-child(1), form.update-user-profile-avatar table tbody tr:nth-child(1) p:nth-child(2) {
    display: none;
}




form.update-user-profile-avatar {
    display: inline-block;
    text-align: center;
}
p#wp_user_profile_avatar_remove_button {
    text-align: center;
}
p#wp_user_profile_avatar_add_button_existing {
    margin-left: 100px;
    text-align: center;
}
form.update-user-profile-avatar, form.update-user-profile-avatar table {
    width: 100%;
}
#wp_user_profile_avatar_preview img, #wp_user_profile_avatar_preview-existing img, #wp_user_profile_avatar_thumbnail img, #wp_user_profile_avatar_thumbnail-existing img {
    max-height: 300px;
    max-width: 300px;
    width:300px;
    height: 300px;
    border-radius: 50%;
    border: 5px solid #e2e7ed;
}
body.page-id-152 p#wp_user_profile_avatar_thumbnail {
    display: none;
}
p#wp_user_profile_avatar_preview span {
    display: none;
}
div#upload_avatar_responce {
    text-align: center;
}
p#wp_user_profile_avatar_undo_button {
    display: none !important;
}




/* INTERNALS */

.single-hero h1 {
    color: #fff;
    padding: 65px 0;
    font-size: 4rem;
    font-weight: 100;
}
h2.page-title {
    text-transform: inherit !important;
    font-size: 3rem !important;
    font-weight: 100 !important;
    margin-bottom: 30px;
}
form textarea {
    height: 225px;
}

.entry-header h1, h1.entry-header {
    font-weight: 200;
    text-transform: inherit;
    margin-top: -60px;
    text-align: left;
}



body.page-id-38 .entry-content img {
    max-width: 500px;
    border-radius: 5px;
}

footer img.wp-image-82 {
    float: right;
    margin-top: -50px;
}
section#about .container, section#contact .container {
    position: relative;
    z-index: 99;
}


img.wp-image-92 {
    max-width: 200px !important;
    margin-top: -30px;
}