/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.single-post-template figure {
     margin-bottom: 40px !important;
}

.single-post-template blockquote {
    border-left: 8px solid #C2EAF0;
    color: #18428F;
    margin: 0 0 16px;
    padding-left: 5%;
	margin-bottom: 20px;
}

html {
    margin-top: 0 !important;
}

header#site-header {
    display: none;
}

.hubspot-form-container {
    flex-direction: row;
}

.hubspot-form-container {
    display: flex;
    gap: 16px;
    align-items: center;
}

.hubspot-form-container .hubspot-form-pictures {
    flex-basis: 40%;
}

.hubspot-form-container > text {
    flex-basis: 55%;
}

.hubspot-form-container {
    margin: 28px 0px;
    padding: 28px;
    background-color: #f4f8ff;
    border-radius: 6px;
}

.post-featured-image {
    padding-bottom: 40px;
}

.gb-form-section {
    position: relative;
    overflow: hidden;
    background-color: #f3f7ff;
    background-image: url(https://greyb.com/wp-content/uploads/2024/08/download-articles-polygons.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    border-radius: 7px;
    padding: 40px;
}

.gb-form-section:nth-of-type(2) {
  display: none;
}

.gb-form-wrap {
    text-align: center;
}

/* .gb-form-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(243, 247, 255, 0.85);
  z-index: 1;
} */

.gb-form-wrap {
  position: relative;
  z-index: 2;
}


@media only screen and (min-width: 1366px) {
   .hubspot-form-container, .banner-in-post-container {
        padding: 40px;
        row-gap: 20px;
        margin: 40px 0px;
    }
	
	.hubspot-form-container > text {
        flex-basis: 60%;
    }
	
	.single-post-template p, .single-post-template blockquote, .single-post-template ul, .single-post-template ol {
        margin-bottom: 20px;
    }
	
	
	
}



