/* .container {
    width:100% !important;
    max-width: 1920px !important;
}

#top-bar-wrap {
    width: 100%;
    max-width: 1920px;
}

#top-bar-content {
    max-width: 1760px;
    margin: 0 auto;
    width: 100%;
    display: block;
    float: none;
}

#site-header .container {
    max-width: 1760px !important;
}

.content-area {
    float: none !important;
    padding-right: 0 !important;
} */

p {
    line-height: 2.3rem;
}

.top-bar-left {
    float: none;
    width: 100%;
}

 .home-top-image-bg {
  background-image: url(http://localhost/martyniuk/wp-content/uploads/2025/10/home_top_3_08.25.jpg);
  height: 772px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.address {
    width: 50%;
    justify-content: flex-start;
}

.address address {
    margin: 0;
}

.address, .phone {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.address img, .phone img {
    padding-right: 10px;
    width: 25px;
}

.social img {
    max-width: 35px;
    width: 100%;
    padding: 0 5px;
    cursor: pointer;
}

.phone {
    width: 40%;
    justify-content: flex-end;
}

a:focus {
    outline: unset !important;
}

.page-header {
    display: none;
}

.content-area {
    border-right-width: 0 !important;
}

.wp-block-quote {
    border-left-width: 0 !important;
}

#main #content-wrap {
    padding-top: 0 !important;
}

.about_me h1 {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-size: 3em;
    padding-bottom: 15px;
}

.about_me h3 {
    font-size: 1.5em;
    font-weight: 400;
    font-family: 'Montserrat';
    padding-bottom: 10px;
}

.about_me p {
    font-size: 1.2em;
    font-weight: 300;
    font-family: 'Montserrat';
}

.about_me h1 {
    font-size: 2em;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #0c101c;
}

.about_me h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
}

.gold {
    color: #ac8f4d;
}

.bold {
    font-weight: 600 !important;
}

.container-1200 {
    max-width: 1200px;
    width: 100%;
    margin: 30px auto 0 auto !important;
}

.weeding-box {
    border: 1px solid #ac8f4d;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box {
    background: #fbfbfb;
    padding: 20px;
    min-height: 515px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    position: relative;
}

.box .price {
    position: absolute;
    right: 40px;
    bottom: 10px;
}

.color-white, .color-white h1, .color-white h2 {
    color: white !important;
}

.float-right {
    float: right !important;
}

.woocommerce-mini-cart__buttons a {
    font-size: 10px;
}

.site-footer .widget_nav_menu li:first-child, .site-footer .widget_nav_menu li {
    border-top: 0px !important;
    border-bottom: 0px !important;
}

.site-footer .widget_nav_menu li {
    padding: 2px 0 !important;
}

#footer-widgets .footer-box .footer-widget .sub-menu {
    display: none;
}

#footer-widgets .address, #footer-widgets .phone {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    padding: 10px 0;
}

#footer-widgets .phone {
    justify-content: flex-start;
}

#footer-widgets .social {
    padding: 10px 0;
}

#footer-widgets h2 {
    color: #fff !important;
}