/* GLOBAL RULES */

body {
    font-family: 'Philosopher', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: bold;
    display: block;
}

h1 {
    font-size: 64px;
}

h2 {
    font-size: 52px;
    line-height: 60px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 22px;
}

p {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

a {
    text-decoration: none;
    color: #1eb7e3;
}

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0!important;
    outline-color: transparent!important;
    outline-width: 0!important;
    outline-style: none!important;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0)!important;
   
}
article a:hover {
    color: #1499bf;
}
.color-beige,
a.color-beige:visited {
    color: #FFDC91;
}

.color-pink,
a.color-pink:visited {
    color: #E4407B;
}

.color-marine,
a.color-marine:visited {
    color: #1EB7E3;
}

.color-purple,
a.color-purple:visited {
    color: #EF71E2;
}

.color-green,
a.color-green:visited {
    color: #95F071;
}

.color-orange,
a.color-orange:visited {
    color: #F5AC7B;
}

.btn-info {
    background-color: #1eb7e3;
    border-color: #1eb7e3;
    color: #fff !important;
}

.first-steps a.color-beige,
.first-steps a.color-pink,
.first-steps a.color-marine,
.first-steps a.color-purple,
.first-steps a.color-green,
.first-steps a.color-orange {
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
}

.md-text {
    font-size: 15px;
}

a.color-beige:hover {
    color: #dab76d;
}

a.color-pink:hover {
    color: #db316f;
}

a.color-marine:hover {
    color: #1499bf;
}

a.color-purple:hover {
    color: #c14fb6;
}

a.color-green:hover {
    color: #62ad44;
}

a.color-orange:hover {
    color: #cc8a5f;
}

.btn {
    text-transform: uppercase;
    border-radius: 15px 0 15px 0;
    font-weight: bold;
    padding: 12px 30px 10px;
}

.btn-primary {
    background: #95F071;
    border-color: #95F071;
    color: #061F40;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #061F40;
    background-color: #7cd658;
    border-color: #7cd658;
}

svg path {
    stroke: inherit;
    stroke-width: inherit;
    fill: inherit;
}

.taxonomy-description p {
	text-align: center;
	color: white;
	font-size: 18px;
}


/* GLOBAL RULES END */

.wide-header {
    color: #fff;
    position: relative;
    background: url('/wp-content/themes/bootstrap-lightpress/images/wide-header-bg-xl.jpg') top center no-repeat;
    background-size: cover;
}

.wide-header:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}

.wide-header-moto {
    margin-top: 100px;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Philosopher', sans-serif;
}

.nav-bahai {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: rgba(6, 32, 65, 0.95);
    z-index: 1050;
    justify-content: center;
    margin-left: 0;
    border-bottom: 1px solid transparent;
}

#menu-main-menu.nav-bahai {
    background: rgba(6, 32, 65, 0.95);
}

.menu-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-item a {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
    min-height: 60px;
    display: flex;
    align-items: flex-end;
    text-transform: capitalize;
    padding: .5rem 1rem;
    max-width: 160px;
}

.menu-item sup {
    top: -10px;
    right: 8px;
    font-size: 10px;
}

#menu-main-menu sup {
    top: -10px;
    right: 8px;
    font-size: 10px;
}

.dropdown-menu {
    background-color: rgba(6, 31, 64, 0.8);
    border: none;
    border-radius: 0;
    margin: 0;
}

.dropdown-menu .menu-item a {
    width: 275px !important;
    max-width: unset;
    min-height: unset;
    text-align: left;
}

.dropdown-menu .dropdown .dropdown-toggle::after {
    position: absolute;
    bottom: 16px;
    left: unset;
    right: 10px;
    margin-left: auto;
    margin-right: auto;
}

.menu-item-has-children .menu-item-has-children .dropdown-menu {
    position: absolute;
    top: -8px;
    left: 275px;
    width: 275px;
}

.dropdown-menu.show {
    margin-top: 21px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #95f071;
    background-color: transparent;
}

.menu-item .dropdown-item {
    min-height: auto;
}


/* .nav-bahai-scrolled.nav-bahai,
.nav-bahai-scrolled .dropdown-menu {
    background: #061f40e6;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
} */

#menu-main-menu.nav-bahai-scrolled.nav-bahai,
#menu-main-menu.nav-bahai-scrolled #menu-main-menu.dropdown-menu {
    background: rgba(6, 32, 65, 0.95);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
}

.dropdown-toggle::after {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.menu-item a:hover {
    color: #95F071;
    text-decoration: none;
}

.wide-header h1,
.wide-header h4,
.bahai-footer h2,
.bahai-footer h4 {
    text-align: center;
    color: #fff;
}

.wide-header h4,
.bahai-footer h4 {
    font-weight: normal;
}

.wide-header-search {
    background: rgba(0, 0, 0, 0.33);
    color: #fff;
    padding: 30px 0 7px;
}

.wide-header-search p {
    margin-bottom: 10px;
}

.wide-header-search .form-control {
    padding: 12px 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 15px 0 0;
    border: none;
    color: #fff;
}

.wide-header-search ::placeholder {
    color: #fff;
    opacity: 0.8;
}

.wide-header-search :-ms-input-placeholder {
    color: #fff;
    opacity: 0.8;
}

.wide-header-search ::-ms-input-placeholder {
    color: #fff;
    opacity: 0.8;
}

.wide-header-search .input-group {
    margin-top: 5px;
}

.wide-header-search .input-group-text {
    color: #273044;
    background-color: #95F071;
    border: 1px solid #95F071;
    border-radius: 0 0 15px 0;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 30px;
    cursor: pointer;
}

.first-steps {
    background: #061F40;
    position: relative;
    padding: 60px 15px 160px;
    overflow: hidden;
}

.prev-online-classes {
    background: #061F40;
    position: relative;
    padding: 160px 15px 160px;
    overflow: hidden;
}

.prev-online-classes:before {
    content: '';
    position: absolute;
    z-index: 10;
    left: 0;
    top: -2px;
    width: 100vw;
    height: 135px;
    background: url('/wp-content/themes/bootstrap-lightpress/images/bg-wide-top-waves.svg') top center no-repeat;
    background-size: cover;
}

.bahai-form-registration {
    display: flex;
    align-items: center;
}

.bahai-form-registration form {
    width: 100%;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #95f071;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(149 240 113 / 0%);
}

.first-steps:after,
.prev-online-classes:after {
    content: '';
    position: absolute;
    z-index: 10;
    bottom: 0px;
    left: 0;
    width: 100vw;
    height: 125px;
    background: url('/wp-content/themes/bootstrap-lightpress/images/bg-wide-bottom-waves.svg') top center no-repeat;
    background-size: cover;
}

.prev-online-classes {
    background: linear-gradient(to right, rgba(6, 32, 64, 0.9), rgba(6, 32, 64, 0.9)), url('/wp-content/themes/bootstrap-lightpress/images/learning.jpg') no-repeat left top;
    background-attachment: fixed;
    background-size: cover;
}

.prlx-mandala-1 {
    position: absolute;
    right: -260px;
    top: 170px;
    margin-top: 80px;
}

.prlx-mandala-2 {
    position: absolute;
    left: -175px;
    top: 340px;
    z-index: -1;
}

.prlx-the-valley {
    position: absolute;
    left: 0px;
    top: 535px;
    left: 40px;
    z-index: -1;
}

.first-steps h2,
.first-steps .baha-phrase,
.first-steps p,
.prev-online-classes h2 {
    color: #fff;
}

.first-steps .baha-phrase {
    font-size: 22px;
    text-align: right;
    line-height: 28px;
    padding: 20px 0 0;
    margin-bottom: 0px;
}

.first-steps .baha-phrase span {
    display: block;
    font-size: 16px;
    margin-top: 20px;
    font-style: italic;
}

.first-steps p {
    margin-bottom: 35px;
}

.block-name-divider-left {
    width: 104px;
    height: 13px;
    background: url('/wp-content/themes/bootstrap-lightpress/images/block-name-divider.png') top left no-repeat;
    margin: 20px 0px 40px;
}

.block-name-divider-center {
    width: 200px;
    height: 13px;
    background: url('/wp-content/themes/bootstrap-lightpress/images/block-divider-center.png') top left no-repeat;
    margin: 35px auto;
}

.paragraph-btn {
    margin-top: 20px;
}

.this-week-presenter,
.spirit-study-cources {
    position: relative;
    overflow: hidden;
    padding: 20px 0 40px;
}

.this-week-presenter h2 {
    color: #061F40;
    text-align: center;
    width: 630px;
    margin: 0px auto;
}

.this-week-presenter h3,
.this-week-presenter h4,
.spirit-study-cources h2 {
    color: #061F40;
}

.this-week-presenter h3 {
    margin-bottom: 15px;
}

.this-week-presenter h3 span {
    display: block;
    color: #00000088;
    font-size: 22px;
}

.this-week-presenter .presenter-photo {
    margin: 0 50px 20px 0;
}

.this-week-presenter .presenter-photo:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.this-week-presenter .presenter-photo img {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    border-radius: 15px 0;
}

.presenter-pre-registration {
    margin-top: 25px;
}

.presenter-pre-registration form p {
    margin-bottom: 15px;
}

.presenter-pre-registration .form-control {
    border-radius: 15px 0;
    padding: 12px 20px;
    margin-bottom: 10px;
}

.bahai-form-registration .btn-primary {
    width: auto;
}

.video-box {
    width: 100%;
    max-width: 245px;
    border-radius: 15px 0;
    margin-bottom: 35px;
}

.online-class-videos .video-box {
    background: #fff;
}

.spirit-study-cources .video-box {
    background: #F2F2F2;
}

.video-box .thumbnail {
    max-width: 245px;
    height: 140px;
    position: relative;
    overflow: hidden;
    border-radius: 15px 0 0 0;
    background: #000;
}

.video-box .thumbnail img {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.video-box .description {
    padding: 15px;
    height: 160px;
    position: relative;
}

.video-box .description .time {
    display: flex;
    color: #1EB7E3;
    margin: 0 0 10px 0;
}

.video-box .description .time img {
    width: 15px;
    margin-right: 5px;
}

.video-box p {
    color: #061f40;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 0px;
    display: block;
    height: 95px;
    overflow: hidden;
}

.video-box .description .btn-play {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: -35px;
    border: 2px solid #1EB7E3;
    height: 69px;
    width: 69px;
    border-radius: 36px;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.video-box .description .btn-play:before {
    content: ' ';
    position: absolute;
    display: block;
    height: 25px;
    width: 25px;
    background: url(/wp-content/themes/bootstrap-lightpress/images/icn-play.svg) center center no-repeat;
}

.video-box .description .btn-play:hover:before {
    background: url(/wp-content/themes/bootstrap-lightpress/images/icn-play-hover.svg) center center no-repeat;
}

.video-box .description .btn-play:hover,
.video-box .description .btn-play:focus {
    border: 4px solid rgb(198 242 255);
    padding: 18px;
    right: 15px;
    top: -35px;
    background: #1EB7E3;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.bahai-social {
    display: flex;
    justify-content: space-between;
}

.bahai-social .bahai-social-item {
    color: #fff;
}

.bahai-social-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 200px;
    height: 230px;
    background: #ccc;
    border-radius: 20px 0 20px 0;
    padding: 20px;
}

.bahai-social-item-zoom {
    background-color: #008dff;
    background-image: url(/wp-content/themes/bootstrap-lightpress/images/bg-zoom.jpg);
}

.bahai-social-item-facebook {
    background-color: #3b5997;
    background-image: url(/wp-content/themes/bootstrap-lightpress/images/bg-facebook.jpg);
}

.bahai-social-item-youtube {
    background-color: #ff0000;
    background-image: url(/wp-content/themes/bootstrap-lightpress/images/bg-youtube.jpg);
}

.bahai-social-item span {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
}

.bahai-social-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #ffffff;
}

.video-box .btn-play img {
    width: 25px;
}

.bahai-footer {
    background: linear-gradient(to right, rgba(6, 32, 64, 0.9), rgba(6, 32, 64, 0.9)), url('/wp-content/themes/bootstrap-lightpress/images/bg-footer-torch.jpg') no-repeat left top;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 70px 15px 0;
    margin-top: 70px;
}

.bahai-footer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 35px;
    left: 0;
    top: -35px;
    background: url('/wp-content/themes/bootstrap-lightpress/images/footer-ornament.png') top center repeat-x;
}

.text-subscribe {
    color: #ffffff;
}

.wrap-subscribe-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 80px;
}

.subscribe-form .wpcf7-form {
    display: flex;
}

.wrap-subscribe-form input {
    padding: 12px 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 15px 0 0;
    border: none;
    color: #fff;
}

.wrap-subscribe-form .input-group-append .wpcf7-submit {
    color: #273044;
    background-color: #95F071;
    border: 1px solid #95F071;
    border-radius: 0 0 15px 0;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 30px;
    cursor: pointer;
    border-top-left-radius: 0;
}

.subscribe-form div.wpcf7-response-output {
    color: #fff;
}

.wrap-subscribe-form input::placeholder {
    color: #ffffff;
}

.wrap-subscribe-form .text-subscribe {
    width: 300px;
}

.subscribe-form {
    width: 500px;
}

.text-subscribe {
    text-align: right;
    margin: 0 30px 0 0;
    font-size: 22px;
}

.footer-title {
    position: relative;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 50px;
}

.footer-title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 13px;
    bottom: -30px;
    background: url(/wp-content/themes/bootstrap-lightpress/images/footer-block-name-divider.png) top left no-repeat;
}

.bahai-widgets .featured_page_content,
.bahai-widgets .style-one .entry-title a,
.bahai-widgets .textwidget {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

.bahai-widgets .posted-on a,
.bahai-widgets .btn-readmore {
    color: #FFDC91;
}

.trending-list {
    list-style-type: none;
    padding: 0;
}

.data-item {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.data-item img {
    width: 14px;
}

.trending-list-item-img {
    display: block;
    width: 64px;
    height: 64px;
    background-color: #ccc;
    margin-right: 10px;
    overflow: hidden;
}

.trending-list-item-content {
    width: calc(100% - 74px);
}

.trending-list-item {
    display: flex;
    margin-bottom: 20px;
}

.text-item a {
    color: #ffffff;
}

.bahai-contact-list {
    list-style-type: none;
    padding: 0;
}

.bahai-contact-list-item {
    display: flex;
    margin-bottom: 10px;
    padding: 0 0 10px 0 !important;
}

.bahai-contact-list-item a {
    color: rgba(255, 255, 255, 0.7);
    transition: 0.2s;
}

.bahai-contact-list-item a:hover,
.bahai-contact-list-item a:focus {
    text-decoration: none;
    color: #ffffff;
}

.bahai-contact-list-item img {
    margin-right: 10px;
}

.wrap-copywrite {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.container-footer {
    margin-bottom: 30px;
}

.trigger-menu {
    width: 45px;
    height: 45px;
    position: fixed;
    background: rgba(6, 32, 65, 0.95);
    z-index: 99999;
    right: 25px;
    top: 25px;
    border-radius: 10px 0 10px 0;
    cursor: pointer;
    display: none;
    padding: 10px;
}

.trigger-item {
    position: relative;
    width: 40px;
    height: 2px;
    background: #ffffff;
}

.trigger-menu-active {
    background: transparent;
}

.trigger-menu-active .trigger-item:first-child {
    transform: rotate(45deg);
    position: absolute;
}

.trigger-menu-active .trigger-item:nth-child(2) {
    display: none;
}

.trigger-menu-active .trigger-item:last-child {
    transform: rotate(-45deg);
    position: absolute;
}

.wrap-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.events-counter-item {
    position: relative;
    text-align: center;
}

.events-counter-item:last-child {
    width: 160px;
}

.events-counter {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.cdt_block {
    font-size: 136px;
    color: #1EB7E3;
    font-weight: 600;
    text-align: center;
}

.cdt_block span {
    margin-top: 50px;
    text-align: center;
}

.events-counter-item-dots {
    font-size: 60px;
    line-height: 0;
    color: #1EB7E3;
    width: 50px;
    text-align: center;
}

.subscribe-form .wpcf7-form {
    position: relative;
}

.subscribe-form .wpcf7-form-control-wrap {
    position: relative;
}

.subscribe-form .wpcf7-form-control-wrap span {
    position: absolute;
    top: -23px;
    left: 20px;
}

.subscribe-form .wpcf7-response-output {
    border-width: 1px;
    position: absolute;
    bottom: -58px;
    left: -7px;
}

.bahai-page-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    background-color: #1eb7e3;
    background-image: url(/wp-content/themes/bootstrap-lightpress/images/bg-mandala-title.png);
    background-position: center 93%;
    background-repeat: no-repeat;
    border-bottom-right-radius: 15px;
    padding: 20px;
}

.bahai-page-title .page-title {
    text-align: center;
    color: #fff;
    font-size: 52px;
    margin-bottom: 0;
}

.breadcrumbs nav {
    margin: 0;
}

.bahai-page-title .breadcrumbs {
    margin-top: 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.bahai-page-title .breadcrumbs a {
    color: #fff;
}

.widget_search {
    background-color: #f2f2f2;
    border-radius: 15px 0;
    margin-bottom: 30px;
}

.bahai-widget-block {
    position: relative;
    background-color: #f2f2f2;
    background-image: url(/wp-content/themes/bootstrap-lightpress/images/ornament-bg-widget.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 15px 0;
    padding: 20px;
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
}

.custom-html-widget .bahai-widget-block:not(:last-child) {
    margin-bottom: 30px;
}

.input-group>.input-group-append>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 15px;
}

#searchsubmit {
    font-family: FontAwesome;
}

figure.feature-image {
    margin: 0;
    padding: 0;
}

.wrap-img img {
    border-radius: 15px 0;
    margin-bottom: 20px;
}

.inside-page {
    position: relative;
}

.inside-page:before {
    content: '';
    position: absolute;
    z-index: -2;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    background: #1eb7e3;
}

.inside-page:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-top-left-radius: 15px;
}

button.loadmore, a.readmore, .loadmore {
    color: #1eb7e3;
}
button.loadmore:hover,
.loadmore:hover,
.news-title a:hover,
.info a:hover,
a.readmore:hover {
    color: #1499bf;
    text-decoration: underline;
}
.news-snippet {
    border-radius: 15px 0;
    overflow: hidden;
}
.post-content {
    font-family: 'Philosopher', sans-serif; 
}

.su-spoiler-style-simple>.su-spoiler-title {
    background: transparent;
    color: #fff;
    text-align: center;
}
.su-spoiler-title:focus {
    outline: transparent thin dotted;
}
.su-spoiler-style-simple {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.form-control {
    border-radius: 15px 0;
    padding: 12px 20px;
}
figure.feature-image img {
    border-radius: 15px 0;
}
select.form-control:not([size]):not([multiple]) {
    height: inherit;
}
.su-spoiler-style-simple>.su-spoiler-content {
    padding: 25px 45px;
    background: #1eb7e3;
    color: #fff;
    border-radius: 15px 0;
}
.taxonomy-description p {
    text-align: center;
    color: #fff;
    font-size: 17px;
}
.info-block-bahai {
    background-color: #1eb7e3;
    padding: 15px 25px;
    color: #fff;
    border-radius: 15px 0;
    background-image: url(/wp-content/themes/bootstrap-lightpress/images/bg-mandala-title.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

@media all and (max-width: 1199px) {
    .wide-header-moto {
        margin-top: 40px;
        height: 400px;
    }
    .nav {
        overflow-y: scroll;
        flex-wrap: nowrap;
    }
    .nav-bahai::-webkit-scrollbar {
        background-color: #383838;
        width: 2px;
        height: 8px;
    }
    .dropdown-menu .menu-item-1910 {
        margin-left: 0;
        margin-bottom: 0;
    }
    .dropdown.open .dropdown-menu,
    .dropdown.open .dropdown .dropdown-menu {
        display: block !important;
    }
    .dropdown .dropdown-menu,
    .dropdown .dropdown .dropdown-menu {
        display: none !important;
    }
    .trigger-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .nav-bahai {
        height: 100vh;
        background: rgb(6, 32, 65) !important;
        flex-direction: column;
        right: 0;
        left: inherit;
        justify-content: flex-start;
        max-width: 360px;
        padding: 35px 15px 15px 15px;
        transform: translateX(360px);
        opacity: 0;
    }
    .show-menu {
        transform: translateX(0);
        opacity: 1;
        transition: 0.2s;
    }
    .dropdown-toggle::after {
        bottom: 2px;
    }
    .nav-link br {
        display: none;
    }
    .dropdown,
    .dropup {
        flex-direction: column;
        transition: 0.5s;
    }
    .dropdown-menu {
        position: relative;
        top: 0;
        padding: 0;
        background-color: rgba(0, 0, 0, 0);
    }
    .menu-item a {
        text-align: left;
        max-width: 100%;
        min-height: inherit;
    }
    .menu-item {
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 20px;
    }
    .dropdown-item {
        white-space: inherit;
    }
    .dropdown-toggle {
        display: inline;
    }
    .dropdown-toggle::after {
        position: relative;
        bottom: 7px;
        left: 8px;
        right: inherit;
    }
    .dropdown-menu .dropdown-item {
        font-size: 13px;
    }
    .nav-bahai-scrolled.nav-bahai,
    .nav-bahai-scrolled .dropdown-menu {
        background: transparent;
    }
    .menu-item-has-children .menu-item-has-children .dropdown-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 275px;
    }
    .dropdown-menu .dropdown .dropdown-toggle::after {
        display: none;
    }
    h2 {
        font-size: 48px;
        line-height: 56px;
    }
    h4 {
        font-size: 18px;
    }
    .text-item br {
        display: none;
    }
    .footer-title {
        font-size: 21px;
    }
    .dropdown-menu li:not(:last-child) {
        margin-bottom: 0;
    }
    .dropdown-menu li {
        margin-left: 15px;
    }
    .cdt_block span {
        top: -75px;
    }
    .menu-br-removing {
        display: none;
    }
    #menu-main-menu sup {
        right: -4px;
    }
}

@media all and (max-width: 991px) {
    .wide-header-search p {
        margin: 0;
    }
    .wide-header-search .input-group {
        margin: 25px 0;
    }
    .bahai-form-registration {
        margin-bottom: 45px;
    }
    .prlx-mandala-2 {
        top: 530px;
    }
    .prlx-the-valley {
        top: 745px;
    }
    .prlx-the-valley {
        display: none;
    }
    .first-steps {
        padding: 60px 15px 160px;
    }
    .wrap-subscribe-form {
        flex-wrap: wrap;
    }
    .text-subscribe {
        margin: 0 0 30px 0;
    }
}

@media (max-width: 768px) {
    .wide-header-moto {
        margin-top: 50px;
        height: 300px;
    }
    h2 {
        font-size: 38px;
        line-height: 46px;
    }
    .first-steps .baha-phrase {
        font-size: 16px;
        line-height: 24px;
    }
    .this-week-presenter h2 {
        width: 100%;
    }
    .this-week-presenter h3 span {
        font-size: 20px;
        margin-top: 20px;
    }
    .this-week-presenter h3 {
        font-size: 28px;
    }
    .this-week-presenter,
    .spirit-study-cources {
        padding-left: 15px;
        padding-right: 15px;
    }
    .events-counter-item p:first-child {
        font-size: 66px;
    }
    .events-counter-item-dots {
        font-size: 21px;
        width: 20px;
    }
    .events-counter-item:last-child {
        width: 40px;
    }
    .events-counter-item p:nth-child(2) {
        margin-top: 0;
    }
    .events-counter-item-dots {
        line-height: 1;
    }
    .wrap-counter {
        margin: 30px 0;
    }
    .footer-title {
        margin-top: 10px;
    }
    .wrap-subscribe-form {
        margin: 30px 0;
    }
    .bahai-contact-list,
    .trending-list {
        margin: 0;
    }
    .bahai-social-item {
        width: 164px;
    }
    .bahai-social-item span {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .btn-facebook {
        margin: 20px;
    }
    h1 {
        font-size: 54px;
    }
    .bahai-social {
        flex-wrap: wrap;
        height: inherit;
        align-items: center;
        justify-content: center;
    }
    .bahai-social-left-part {
        margin-right: 0;
    }
    .bahai-social-left-part,
    .bahai-social-right-part {
        width: 300px;
    }
    .bahai-social-zoom,
    .bahai-social-youtube,
    .bahai-social-facebook {
        height: 80px;
        margin-bottom: 20px;
    }
    .bahai-social-zoom {
        background: #2D8CFF;
    }
    .bahai-social-youtube {
        background: #ff0000;
    }
    .bahai-social-facebook {
        background: #3b5997;
    }
    .prlx-the-valley,
    .prlx-mandala-2 {
        display: none;
    }
    .events-counter-item p:first-child {
        font-size: 50px;
    }
    .events-counter-item-dots {
        width: 10px;
    }
    .bahai-social-item {
        width: 100%;
        background-repeat: no-repeat;
        background-image: none;
        height: 125px;
        margin-bottom: 30px;
        width: 260px;
    }
    .bahai-social-title {
        margin-bottom: 0;
    }
    .bahai-social-btn br {
        display: none;
    }
    .bahai-social-item:last-child {
        margin-bottom: 0;
    }
}

/* UI and Layout Fixes Start Here */
.container {
    max-width: 1200px !important;
}

.wpcf7-form input:not([type="submit"]),
.wpcf7-form textarea,
.wpcf7-form select {
    max-width: 600px;
    width: 100%;
}

@media (max-width: 768px) {
    .wide-header {
        padding-top: 40px;
    }
    .wide-header-moto {
        margin-top: 50px;
        height: auto;
        padding-bottom: 50px;
    }
}
/* UI and Layout Fixes End Here */