/*
 Theme Name:     WP Bootstrap Starter Child Theme
 Theme URI:      https://wordpress.org/themes/wp-bootstrap-starter/
 Description:    A child theme of WPBS Theme
 Author:         Afterimage Designs
 Author URI:     https://afterimagedesigns.com/
 Template:       wp-bootstrap-starter
 Version:        1.4
*/


/****************************************
*** Theme customization starts below ***
*****************************************/
html, header#masthead, header#masthead.sticky, .dropdown .current-menu-item, .dropdown li:hover, #colophon.site-footer {
    background-color: #fff !important;
}
body {
    font-family: 'Montserrat', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0;
    margin-bottom: 0;
}
h1, .h1, h1.entry-title, .text-38 , footer .row h3 {
    font-size: 38px !important;
}
h2, .h2, .text-22, .single-post h1.entry-title {
    font-size: 22px !important;
}
h3, .h3, .text-18 {
    font-size: 18px !important;
}
h4, .h4 {
    font-size: 26px;
}
p, li, footer .row, footer .footer-soc-box, .text-14 {
    font-size: 14px;
}
.text-12, .archive-post-btn .btn {
    font-size: 12px !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
.font-weight-medium {
    font-weight: 500;
}
.font-weight-semibold {
    font-weight: 600;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .archive-post h2 a, .color-black {
    color:#282828;
}
p, li, .color-grey {
    color: #7C7C7C
}
.member-count {
    color: #0EAD69;
}
.footer-soc-box a:hover {
    color: #2070E8 !important;
}
.mt-50 {
	margin-top: 50px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20, .site-main li {
    margin-bottom: 20px;
}
.mb-30, .single-post h1.entry-title, footer .row h3 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45, body:not(.single-post) h1.entry-title {
    margin-bottom: 45px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mr-10 {
    margin-right: 10px;
}
.page-content, .entry-content, .entry-summary {
    margin-top: 0;
}

.navigation.post-navigation {
    padding: 0;
}
#content.site-content {
    padding-top: 70px;
    padding-bottom: 70px;
}
.entry-title {
    border: 0 !important;
}

/*header*/
header#masthead {
    padding: 0;
    box-shadow: none;
    z-index: 16;
}
.sticky {
	position: fixed;
	width: 100%;
}
.sticky+#content {
	padding-top:180px !important;
}

#masthead .navbar-brand {
    padding: 26.5px 0;
}
#main-nav .nav-link {
    font-size: 14px !important;
    line-height: 18px;
    padding: 20px 0 19px !important;
    border-bottom: 1px solid transparent !important;
    color: #141414 !important;
    font-weight: 400 !important;
    letter-spacing: .1em;
    transition: text-shadow .1s;
    text-transform: none !important;
}
body:not(.home) #main-nav .current-menu-item .nav-link, #main-nav .nav-link.active, #main-nav .nav-link:hover {
    border-color: #141414 !important;
    text-shadow: 0 0 .65px #141414, 0 0 .65px #141414;
}
.navbar-nav .dropdown-menu {
    border-radius: 0;
    max-width: 300px;
    border: none;
    width: 100%;
    background-color: #fff;
    padding: 0;
}
.dropdown-menu li {
    border-bottom: 1px solid rgba(0,0,0,.15);
    padding: 0 !important;
}
.navbar-dark .dropdown-item {
    color: #212529;
}
/*Global*/
body:not(.single-post) .entry-title, footer .row h3 {
    display: flex;
    align-items: center;
}
body:not(.single-post) .entry-title::after, footer .row h3::after {
    content: '';
    background: #E9E5E5;
    height: 1px;
    width: 100%;
    max-width: 140px;
    display: inline-block;
    margin-left: 30px;
}
.border-grey, .privacy-policy table td {
    border: 1px solid #F5F5F5;
}
.site-main ul {
    list-style: none;
}
.site-main ul li {
    position: relative;
}
.site-main ul li::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 6px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    display: block;
    background: #282828;
}
.site-main ul.list-type-line li::before {
    width: 15px;
    height: unset;
    border-radius: 0;
    border-top: 1px solid #282828;
}
/*BTN*/
.btn, .btn-inverted:hover {
    border-radius: 0px;
    color: #0D1B2A !important;
    border: 1px solid #0D1B2A;
    padding: 10px 30px;
    font-size: 14px !important;
    letter-spacing: 1px;
}
.btn:hover, .btn-inverted {
    background: #0D1B2A !important;
    color: #fff !important;
}
.btn:active, .btn:focus {
    outline: none !important;
    box-shadow: none !important;
}
.forum-url .btn {
    border-radius: 3px;
}
.blog-read-more, .misha_loadmore {
    color: #141414;
    padding-bottom: 8px;
    border-bottom: 1px solid;
    display: block;
    width: max-content;
    margin-top: 50px;
}
.blog-read-more:hover, .misha_loadmore:hover {
    text-decoration: none;
    color: #707070;
}

/*Blog*/
.archive-post .content {
    padding: 40px 30px;
}
.archive-post img {
    height: 100%;
    object-fit: cover;
}
.entry-meta p {
    letter-spacing: 1px;
}
.archive-post .date {
    letter-spacing: 2px;
}
.post-navigation .nav-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.post-navigation .nav-links > div {
    background: #F9F9F9;
}
.post-navigation a {
    background: none;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 50px 40px !important;
    display: block !important;
    font-weight: 600;
    color: #282828;
}
.post-navigation .nav-previous a::before, .post-navigation a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
.post-navigation .nav-previous a::before {
    content: " \f053";
    margin-right: 50px;
}
.post-navigation .nav-next a::after {
    content: " \f054";
    margin-left: 50px;
}

/*Accordion*/
.accordion-heading .accordion-btn {
    cursor: pointer;
    position: relative;
}
.accordion-heading .accordion-btn span {
    left: 30px;
    position: relative;
}
.accordion-btn::before {
    position: absolute;
    content: "+";
    left: 0;
    top: 0;
    color: #7C7C7C;
}
.accordion-btn[aria-expanded="true"]::before {
    content: "-"; 
}
.accordion-content {
    margin: 30px 30px 0;
}

/*Random*/
.map-iframe iframe {
    width: 100%;
}
.privacy-policy table td {
    padding: 15px;
}
.member-counter .wrapper {
    background: #F6F7F8;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: max-content;
    padding: 0 30px 30px;
    border-radius: 12px;
}
.member-counter .member-icon {
    background: #fff;
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-top: -15px;
}
.faq-question {
    text-transform: uppercase;
}
/*Footer*/
footer .row {
    align-items: flex-end;
}
footer .widget {
    margin-bottom: 0;
}
footer .footer-soc-box {
    display: inline-flex;
    align-items: center;
}

@media screen and (min-width: 1200px) {
    #main-nav .navbar-nav > .nav-item {
        margin-left: 70px;
    }
    footer .textwidget {
        display: flex;
        justify-content: space-between;
    }
    .single-post #content.site-content {
        max-width: 1000px;
        margin: auto;
    }
}

@media screen and (min-width: 768px) {
    .post-navigation .nav-previous a {
        border-right: 1px solid #282828 !important;
    }
    .requisites::after {
        content: '';
        height: 75px;
        width: 1px;
        position: absolute;
        right: 0;
        background: #707070;
        top: 0;
    }
    footer .row .col-md-6:nth-child(2) {
        text-align: right;
    }
}
@media screen and (max-width: 767px) {
	footer .footer-soc-box {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.post-navigation .nav-links > div {
		width: 100%;
		text-align: center;
	}
	.post-navigation .nav-previous a {
        border-bottom: 1px solid #282828 !important;
    }
}