/*
Theme Name: Bootstrap Basic4
Theme URI: https://rundiz.com
Author: Rundiz-WP team
Author URI: https://github.com/Rundiz-WP
Description: Bootstrap v.4 basic theme for developers to build their new theme very fast and easy. (WordPress 5 or Gutenberg ready.) The concept is to keep it basic, no rich features, no additional functions; all of these for theme developers will be easier to start develop their theme. Please read notice on Bootstrap Basic 4 Help page in Dashboard &gt; Appearance &gt; Bootstrap Basic4 Help.
Version: 1.3.10
Requires PHP: 5.5
Requires at least: 5.0
Tested up to: 7.0
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: bootstrap-basic4
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, post-formats, threaded-comments, translation-ready, editor-style, blog

This theme built with Twitter Bootstrap v.4. It is basic theme with basic style for build new theme with Bootstrap.

*/


/*
Required WordPress CSS
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
    scroll-padding-top: 105px;
    scroll-behavior: smooth;
}
h1 {
    font-family: 'Cormorant Garamond', serif;
}
.eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    letter-spacing: .1rem;
    /*color: #73877B;*/
    color: #a6693f;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.alignleft {
    float: left;
    margin-right: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
}
.alignnone {
    clear: both;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
    margin-bottom: 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/* 
Text meant only for screen readers. 
copied from https://codex.wordpress.org/CSS
*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}


.sticky {
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
/*header*/
.page-header {
    position: fixed;
    width: 100%;
    background: rgb(248 245 240 / 95%);
    z-index: 1000;
}
.main-navigation {
    padding: .5rem 3rem 0;
}
img.top-logo {
    max-width: 24rem;
    width: 100%;
}
a.nav-link {
    color: #332d29;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
}
ul#bb4-primary-menu {
    width: 100%;
    justify-content: space-evenly;
    padding-top: 1rem;
}
a.nav-link.contact-button {
    background: #dfe2db;
    padding: .8rem 1.5rem !important;
    margin-top: -0.4rem;
    color: #a6693f;
    border: 1px solid #483f38;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
}
a.nav-link.contact-button:focus, a.nav-link.contact-button:hover, a.hero-btn:focus, a.hero-btn:hover, .inner-port-cta-wrap a:hover, .inner-port-cta-wrap a:focus {
    background: #c8ccbb !important;
    text-decoration: none;
    color: #a6693f;
}
a.nav-link, a.hero-btn, .work-detail a, .work-item-wrap a, .work-item-wrap img, .post-navigation a, .inner-port-cta-wrap a {
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a.nav-link:focus, a.nav-link:hover {
    color: #a6693f;
}
.work-detail a:focus, .work-detail a:hover, .work-item-wrap a:focus, .work-item-wrap a:hover, .post-navigation a:focus, .post-navigation a:hover {
    color: #a6693f;
    text-decoration: none;
}
.icon-bar {
    background: #a6693f;
    height: 4px;
    width: 2.8rem;
    display: block;
    margin-bottom: 0.5rem;
    color: transparent;
    border-color: transparent !important;
    border: none !important;
    border-radius: 0.3rem;
}
.hcp-navbar .icon-bar {
    background: #ffc107;
}
button.navbar-toggler {
    border: none;
    float: right;
    position: absolute;
    right: 0rem;
    top: 1rem;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
  transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}
/*footer*/
#site-footer {
    background: #332D29;
    color: #F8F5F0;
    padding: 1rem 2rem 2rem;
    box-shadow: 0 -2px 8px 0 rgba(0, 0, 0, 0.2);
}
#site-footer p {
    font-family: 'Montserrat', sans-serif;
    font-size: .9rem;
    margin-bottom: 0;
}
img.footer-logo {
    max-width: 6rem;
    margin-bottom: 1rem;
}
img.footer-sm {
    max-width: 3rem;
    display: inline-block;
    margin-top: 1rem;
}
.social-wrap a {
    padding: 2rem 1rem 2rem;
}
.social-wrap {
    text-align: right;
}
/*hero*/
.hero-wrap {
    height: 100vh;
    background-size: cover !important;
    background-position: center !important;
    text-align: center;
    width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    background-attachment: fixed !important;
}
.hero-wrap h1 {
    color: #F8F5F0;
    font-size: 6.6rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 2rem;
}
.hero-wrap .eyebrow {
    color: #F8F5F0;
}
.hero-wrap .body-text {
    color: #F8F5F0;
    font-size: 1.8rem;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 3rem;
}
a.hero-btn {
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    border: 1px solid #332d29;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
}
.hero-content {
    max-width: 60rem;
}
/*shared*/
.inner-content {
    text-align: center;
    padding: 6rem 0;
    max-width: 60rem;
    margin: 0 auto;
    color: #332D29;
}
.inner-content h2 {
    font-size: 4.5rem;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 3rem;
    font-weight: 600;
    line-height: 1;
}
/*about*/
.inner-content .body-text {
    font-size: 1.4rem;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 3rem;
}
/*portfolio*/
.portfolio-content.inner-content {
    max-width: 80rem;
}
img.work-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.work-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.work-item {
    overflow: hidden;
    background: #eee8df;
    aspect-ratio: 4 / 5;
}
.work-item-wrap {
    width: calc(33.3% - 1rem);
    border: 1px solid #483f38;
}
.work-detail {
    background: #F8F5F0;
    padding: .5rem 1rem;
}
.work-detail a, .work-item-wrap a {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    color: #62724b;
}
.work-item-wrap:hover img {
    opacity: .8;
}
img.work-arrow {
    max-width: 1.5rem;
    margin-top: -0.4rem;
}
/*pricing*/
.pricing-card-wrap {
    display: flex;
}
.pricing-card {
    width: 33.33%;
    padding: 2rem;
    border: 1px solid #332d29;
}
.pricing-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    margin-bottom: 1rem;
}
.pricing-card h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}
.pricing-card p {
    font-family: 'Montserrat', sans-serif;
}
.pcard-hr {
    height: 1px;
    /*background: #62724B;*/
    margin-bottom: 1rem;
    background: #a6693f;
}
.pcard-hr-2 {
    height: 1px;
    background: #62724B;
    margin-bottom: 1rem;
}
/*inner pages*/
.inner-port-wrap {
    padding-top: 10rem;
    padding-bottom: 6rem;
}
.inner-port-wrap h1 {
    color: #483F38;
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.inner-port-wrap .body-text {
    font-size: 1.6rem;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 3rem;
}
.post-navigation {
    margin-top: 1rem;
}
.post-navigation-right {
    text-align: right;
}
.post-navigation a {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    color: #62724b;
}
.inner-port-cta-wrap {
    margin-top: 3rem;
    text-align: center;
}
.inner-port-cta-wrap a {
    background: #dfe2db;
    padding: .8rem 1.5rem !important;
    color: #a6693f;
    border: 1px solid #483f38;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .1rem;
    font-size: 1.1rem;
    text-transform: uppercase;
}
/*form*/
.forminator-ui#forminator-module-154.forminator-design--basic .forminator-label {
    text-align: left;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
}
.forminator-select-dropdown-container--open .forminator-custom-form-154.forminator-dropdown--basic {
    border-color: #a6693f !important;
    background-color: #F8F5F0 !important;
}
.forminator-ui.forminator-custom-form[data-design=basic] select.forminator-select2+.forminator-select .selection span[role=combobox].select2-selection--multiple .select2-selection__arrow [class*=forminator-icon-]:before, .forminator-ui.forminator-custom-form[data-design=basic] select.forminator-select2+.forminator-select .selection span[role=combobox].select2-selection--single .select2-selection__arrow [class*=forminator-icon-]:before {
    color: #a6693f !important;
}
.forminator-ui#forminator-module-154.forminator-design--basic .forminator-button-submit {
    background-color: #dfe2db;
    color: #a6693f;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: .1rem;
    padding: 0.8rem 1.5rem;
    border: 1px solid #483f38;
     -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.forminator-ui#forminator-module-154.forminator-design--basic .forminator-button-submit:focus, .forminator-ui#forminator-module-154.forminator-design--basic .forminator-button-submit:hover {
    background: #c8ccbb;
}
.forminator-ui.forminator-custom-form[data-design=basic] .forminator-has_error .forminator-error-message {
    text-align: left;
}
.forminator-ui#forminator-module-154.forminator-design--basic .forminator-response-message.forminator-success {
    background-color: #dfe2db !important;
    box-shadow: inset 2px 0 0 0 #067963 !important;
    -moz-box-shadow: inset 2px 0 0 0 #62724b !important;
    -webkit-box-shadow: inset 2px 0 0 0 #62724b !important;
}
.forminator-response-message.forminator-show.forminator-success h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 2.5rem;
}
.forminator-response-message.forminator-show.forminator-success p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem !important;
}
span.select2.select2-container.forminator-select.forminator-select-dropdown-container--below, .forminator-ui.forminator-custom-form[data-design=basic] select.forminator-select2+.forminator-select .selection span[role=combobox].select2-selection--multiple, .forminator-ui.forminator-custom-form[data-design=basic] select.forminator-select2+.forminator-select .selection span[role=combobox].select2-selection--single {
    background: #fff !important;
}
img.top-logo-mb {
    width: 100%;
    max-width: 6rem;
}
@media screen and (max-width: 1199px) {
    .main-navigation {
        padding: .5rem 1rem 0;
    }
}
@media screen and (max-width: 991px) {
    .hero-content {
        max-width: inherit;
        width: 100%;
        padding: 0 2rem;
    }
    .hero-wrap h1 {
        font-size: 4.5rem;
        line-height: .9;
    }
    .hero-wrap .body-text {
        font-size: 1.6rem;
    }
    .inner-content {
        padding: 4rem 2rem;
        max-width: inherit;
    }
    .pricing-card-wrap{
        flex-wrap: wrap;
    }
    .pricing-card {
        width: 100%;
    }
    .inner-content h2 {
        font-size: 3rem;
    }
    a.nav-link.contact-button {
        background: transparent;
        padding: 0.8rem 0 !important;
        margin-top: 0;
        color: #483f38;
        border: none;
        box-shadow: none;
    }
    ul#bb4-primary-menu {
        align-items: flex-end;
        padding-top: 4rem;
        /*padding-bottom: 2rem;*/
    }
    html {
        scroll-padding-top: 85px;
    }
}
@media screen and (max-width: 768px) {
    .work-item-wrap {
        width: calc(50% - 1rem);
    }
    .social-wrap {
        text-align: center;
    }
    #site-footer {
        text-align: center;
    }
    img.footer-sm {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .social-wrap a {
        padding: 0rem 1rem 2rem;
    }
    img.footer-logo {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 575px) {
    .work-item-wrap {
        width: 100%;
    }
    .hero-wrap h1 {
        font-size: 3.5rem;
        line-height: .9;
    }
    .inner-content h2 {
        font-size: 2.5rem;
    }
    .hero-content {
        padding: 6rem 2rem 0;
    }
    .main-navigation {
        text-align: center;
    }
    .main-navigation {
        padding: .5rem 1rem 1rem;
    }
    a.hero-btn {
        font-size: 1rem;
        padding: 1rem;
    }
    img.footer-sm {
        max-width: 2rem;
    }
    .post-navigation a {
        font-size: 1.4rem;
    }
    .post-navigation {
        margin-top: 2rem;
    }
}
@media screen and (max-width: 400px) {
    .hero-wrap h1 {
        font-size: 2.8rem;
    }
    .hero-wrap .body-text {
    font-size: 1.4rem;
    }
    a.hero-btn {
        letter-spacing: 0;
        padding: 1rem .8rem;
    }
}



