/*
Theme Name:   GeneratePress Child
Theme URI:    https://generatepress.com
Description:  Default GeneratePress child theme
Author:       Cobianzo Communication Ltd
Author URI:   https://cobianzo.com
Template:     generatepress
Version:      0.1
*/

/* google font if not loaded from customizr */
/* @import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,400;0,700;1,400&display=swap'); */


/* Style either for editor and backend */ 

:root {
    /* --primary: #2ea3f2;  
    --secondary: #197ACB;  
    --white: white;
	--black: black;
    --danger: #641f1f;
    --gray-light: #ededed;
    --gray-dark: #434343;
    --dark: #1C1C1C; almost black; */
    --headings-font-family: 'Poppins', sans-serif; /* make sure that the font is included. If the theme doesnt include it, use import for it */
    --buttons-font-family: 'Open Sans', sans-serif;
    --font-small-size: 0.75em;
    /* 
    --h1-size: 2.5rem;   this is set in customizr
    --h2-size: 2rem;  */
    --h3-size: 1.5rem;  /* huge */
    /* --h4-size: 1.4rem; */
    --h5-size: 1.2rem;  /* large */
    /* --h6-size: 1rem;   */
}


/* Generic */
.mt-3 {
    margin-top: 1rem;
}

/* Typos 
    for Headings don't use Customizr. Use it for all the rest.
*/

/* heading after a paragraph more separated */
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
    margin-top: 40px;
}

.gb-highlight {
    color: var(--success);
}

.gb-button-wrapper .gb-button {
    border-radius: 30px;
    position: cursor;
    background: var(--secondary);
    color: var(--white);
}

.navigation-stick.navigation-clone .navigation-branding {
    /* opacity: 0; */
}



#wpforms-form-935 {
    max-width:  800px;
    margin:     auto !important;
}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100%;;
}