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


body {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  font-size: 18px;
  color: #2F3B28;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #2F3B28;
  line-height: 1.2;
  margin: 0 0 1em;
}

.h1, h1 {
  font-size: 55px;
  margin: 0;
}
.h2, h2 {
  font-size: 50px;
}
.h3, h3 {
  font-size: 30px;
  font-weight: 400;
}
.h4, .h5, .h6, h4, h5, h6 {
  font-size: 24px;
}

a {
  text-decoration: none;
  color: #2F3B28;
}
a:hover, a:focus {
  color: #2F3B28;
}

p {
    margin-bottom: 0.5rem;
}

.elementor-widget-heading .elementor-heading-title {
  line-height: 1.2 !important;
  font-family: "Roboto", sans-serif !important; 
  font-weight: 700 !important;
}

.elementor-widget-heading h3.elementor-heading-title {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
}

.h3.elementor-heading-title {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
}

.wedding-form_wrapper .gform_heading {
        display: none; }
        
.wedding-form_wrapper .wedding-form .gform_fields {
    row-gap: 10px;
}

.wedding-form_wrapper .wedding-form .gform_fields input {
    border-radius: unset;
}

.wedding-form_wrapper .wedding-form .gform_footer .gform_button {
    color: #fff !important;
    background-color: #2F3B28 !important;
}

.wedding-form_wrapper .wedding-form .gform_footer .gform_button:hover{
    background-color: #616b5c !important;
}

/* Header */
.navbar > .container {
  flex-wrap: wrap;
}

.main-header {
  padding: 0;
  border-bottom: 3px solid #2F3B28;
}
.main-header .logo {

}

.main-header .navbar-toggler {
    border: none;
}

.main-header .navbar {
     column-gap: 30px;
}
.main-header .logo .navbar-brand {
  display: inline-block;
}
.main-header .logo .navbar-brand img {
  height: 80px;
}

.main-header .navbar-nav {
  justify-content: flex-end;
  column-gap: 10px;
  width: 100%;
}
.main-header .navbar-nav .menu-item {
  position: relative;
  padding-right: 25px;
}
.main-header .navbar-nav .menu-item a {
    color: #2F3B28;
    font-weight: bold;
    text-transform: uppercase;
}

.main-header .navbar-nav .menu-item:after {
  content: '';
  position: absolute;
  right: 0;
  width: 15px;
  height: 1px;
  background-color: #e1e1e1;
  top: 50%;
}
.main-header .navbar-nav .menu-item:last-child {
  padding-right: 0;
}
.main-header .navbar-nav .menu-item:last-child:after {
  display: none;
}

h1.entry-title {
  margin: 0 0 1em;
}

/* Footer */
.main-footer {
  background-color: #2F3B28; 
  color: #fff;
  padding: 20px 0;
}
.main-footer .menu .menu-item .nav-link {
  padding: 0;
  color: #fff;
}

#main {
  min-height: 80vh;
  margin: 0;
}


/* Blog post - List */
.blog-post {
  margin-bottom: 45px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
}
.blog-post .post-thumbnail {
  margin: 0 0 10px;
}
.blog-post .post-thumbnail img {
  width: 100%;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin: 5px 0;
}

@media screen and (max-width: 767px) {
  .navbar-toggler:focus {
    box-shadow: none; outline: none; }
    
  .main-footer {
    text-align: center; }
  .main-footer .menu {
    flex-direction: column; }
 
 .main-header .navbar-nav .menu-item:after {
     display: none;
 }
}

@media screen and (max-width: 991px) {
     .h1, h1 {
  font-size: 42px;
 }
 .h2, h2 {
   font-size: 40px;
 }
 .h3, h3 {
  font-size: 28px;
 }
 .h4, .h5, .h6, h4, h5, h6 {
  font-size: 24px;
 }
}