/*
Theme Name: Digitalparc Theme
Theme URI: https://wordpress.org/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Theme Description
Version: 1.0
Text Domain: dp_theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html,body {
    margin: 0 !important;
    padding: 0 !important;
    /*overflow-x: hidden;*/
}
p:only-child{
    margin-top: 0;
    margin-bottom: 0;
}
p:last-child{
    margin-bottom: 0;
}

:root{
    /* Font Family*/
    --primary-font: 'Rubik';

    /* Spacing */
    --s140: 140px;
    --s100: 100px;
    --s80: 80px;
    --s50: 50px;
    --s60: 60px;
	--s73: 73px;
    --s60special: 60px;
    --s40: 40px;
    --s25: 25px;
    --s20: 20px;
}
@media (max-width: 1540px){
    :root{
        /* Spacing */
        --s140: 120px;
        --s100: 80px;
        --s80: 60px;
        --s50: 40px;
        --s60: 50px;
		--s73: 63px;
        --s60special: 40px;
        --s40: 30px;
        --s25: 20px;
        --s20: 15px;
    }
}
@media (max-width: 1200px){
    :root{
        /* Spacing */
        --s140: 120px;
        --s100: 80px;
        --s80: 60px;
        --s50: 35px;
        --s60: 40px;
		--s73: 63px;
        --s60special: 20px;
        --s40: 30px;
        --s25: 20px;
        --s20: 15px;
    }
}
@media (max-width: 1024px){
    :root{
        /* Spacing */
        --s140: 100px;
        --s100: 60px;
        --s80: 40px;
        --s50: 25px;
        --s60: 30px;
		--s73: 63px;
        --s60special: 10px;
        --s40: 20px;
        --s25: 15px;
        --s20: 10px;
    }
}
@media (max-width: 767px){
    :root{
        /* Spacing */
        --s140: 70px;
        --s100: 50px;
        --s80: 30px;
        --s50: 20px;
        --s60: 20px;
		--s73: 30px;
        --s40: 20px;
        --s25: 15px;
        --s20: 10px;
    }
}
/* Text Editor headings */
.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6{
    margin-top: 0;
    margin-bottom: 0
}
/* End Text Editor headings */

/* Lightbox gallery slideshow header */
.elementor-slideshow__header{
    width: calc(100% - 100px) !important;
}
/* End Lightbox gallery slideshow header */

#primary.content-area,.single-podcast .elementor-location-single {
    position: relative;
    z-index: 10;
	background: white;
}

.ginput_container_text input,.ginput_container_email input,.ginput_container_phone input {
    border: none !important;
    background-color: inherit !important;
    box-shadow: none !important;
    border-bottom: 1px solid white !important;
    border-radius: 0 !important;
    color: white !important;
    font-size: 16px !important;
}

.gform_button {
    color: green !important;
    background-color: white !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    padding: 10px 20px !important;
}

.gform-footer.gform_footer.top_label {
    text-align: right !important;
    display: flex !important;
    justify-content: flex-end !important;
}
.gform_wrapper  form {
    font-family: 'Rubik';
}
.gform_validation_errors {
    display: none !important;
}
.ginput_container input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none; /* optional */
}
#gform_confirmation_message_1 {
    color: white;
    text-align:center;
    font-family: var(--e-global-typography-d641243-font-family), Sans-serif;
    font-size: var(--e-global-typography-d641243-font-size);
    font-weight: var(--e-global-typography-d641243-font-weight);
    color: var(--e-global-color-c9e8102);
    margin-bottom: 50px;
	margin-top: 100px;
}
#gform_confirmation_message_1 h2 {
    font-family: var(--e-global-typography-2b6ab18-font-family), Sans-serif;
    font-size: var(--e-global-typography-2b6ab18-font-size);
    font-weight: var(--e-global-typography-2b6ab18-font-weight);
    line-height: var(--e-global-typography-2b6ab18-line-height);
    color: var(--e-global-color-c9e8102);
    margin: 0;
    margin-top: 30px !important;
	margin-bottom: 30px
}

#gform_confirmation_message_1 a {
    margin-top: 30px !important;
    background: #00AEEF !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    padding: 15px 35px !important;
    font-size: 18px !important;
    font-weight: normal !important;
    display: inline-block;
}

.lets-grow-popup .gform-footer .gform_button{
	margin-top: 40px !important;
    background: #00AEEF !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    padding: 15px 35px !important;
    font-size: 18px !important;
    font-weight: normal !important;
}
.lets-grow-popup-wrap .dialog-close-button{
	padding: 8px;
    border-radius: 50%;
}
.iconButton svg {
    height: 25px !important;
    width: 25px !important;
    top: -3px;
    position: relative;
}
.iconButton .elementor-button-content-wrapper {
    align-items: center;
}
/* ====================== */
/* ======Responsive====== */
/* ====================== */
@media (max-width: 1024px){
}
@media (max-width: 767px){
	.lets-grow-popup .gform-footer .gform_button{
    font-size: 16px !important;
}
}
@media (max-width: 575px){
}