/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


.site-footer .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content {
    text-decoration: none;
}
/* Full-width layout for custom guide pages */
.tg-guide-page .site-content,
.tg-guide-page .content-area {
    width: 100%;
    max-width: 100%;
    display: block;
}

.tg-guide-page .site-sidebar {
    display: none;
}

/* Full-width for contact and about pages */
.tg-contact-page .site-content,
.tg-contact-page .content-area,
.tg-about-page .site-content,
.tg-about-page .content-area {
    width: 100%;
    max-width: 100%;
    display: block;
}

.tg-contact-page .site-sidebar,
.tg-about-page .site-sidebar {
    display: none;
}

    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;

/* Clean full-width fix for GeneratePress */
.no-sidebar .site-main,
.full-width-content .site-main {
    margin: 0;
    max-width: 100%;
}
.mobile-img, .desktop-img {
  display: none;
}
@media (min-width: 768px) {
  .desktop-img {
    display: block;
  }
}
  @media (max-width: 767px) {
.final_step .mobile-img {
  display: block;
}
}

#post-3210 .form-outer, #post-1698 .form-outer, #post-3317 .form-outer, #post-3343 .form-outer{
    max-width: 1024px;
    margin: 0 auto;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
}
#post-3210 .inside-article , #post-1698 .inside-article , #post-3317 .inside-article, #post-3343 .inside-article{
   background: #f1f1f1;
}