/*

Theme Name: Frame Custom
Author: Frame Creative
Author URI: http://framecreative.com.au
Version: 1.0.0

*/

.is-element-container * {
    font: revert;
}

.is-element-container p {
    margin-bottom: 1rem;
}

.is-element-container h1, .is-element-container h2, .is-element-container h3 {
    margin: 1.5rem 0 0.75rem 0;
}

.is-element-container h4, .is-element-container h5, .is-element-container h6 {
    margin: 1rem 0 0.5rem 0;
}

.is-element-container .module {
    padding-top: 2rem !important;
}

.is-element-container .module:last-child {
    padding-bottom: 2rem !important;
}

.is-element-container .module textarea {
    width: 100%;
    margin-top: 0.5rem;
    background-color: #f6f7f8;
}

.is-element-container .module .copy-message {
    color: green;
    display: none;
}

.is-element-container .is-element-content-html-code {
}

.is-element-container .copy-html-code-button {
    margin: 1rem auto;
    display: inline-block;
    cursor: pointer;
}

.is-element-container .is-element-content input {
    border: revert;
}

.is-element-post-view .is-element-content .wp-block-columns{
    border: 1px solid lightgray;
}

/* newsletter signup example 1 */
.is-element-container .is-element-content .newsletter-signup-wrapper-example1 {
    max-width: 420px;
    margin: auto;
    text-align: center;
}

.is-element-container .is-element-content .wpcf7-spinner {
    position: absolute;
}

.is-element-container .is-element-content .newsletter-signup-wrapper-example1 input[type="submit"] {
    border-radius: 30px;
    padding: 0.8rem 2rem;
    border: none;
    cursor: pointer;
}

.is-element-container .is-element-content .newsletter-signup-wrapper-example1 input[name="email"] {
    padding: 0.5rem 1rem;
    border: 1px solid gray;
    text-align: center;
    color: gray;
    font-size: 100%;
    width: 75%;
}

.is-element-container .is-element-content .newsletter-signup-wrapper-example1 .wpcf7-form-control-wrap.email {
    display: block;
}

.is-element-container .is-element-content .newsletter-signup-wrapper-example1 .wpcf7 {
    position: relative;
    z-index: 1;
}

.is-element-container .is-element-content .newsletter-signup-wrapper-example1 .bottom-image {
    position: relative;
    z-index: 0;
    top: -1.2rem;
    margin-bottom: 0;
}

.is-element-container .is-element-content .newsletter-signup-wrapper-example1 .brand-name {
    margin: 1rem 0.5rem;
    font-size: 24px;
}

.is-element-container .is-element-content .newsletter-signup-wrapper-example1 .heading {
    margin: 1rem auto;
    width: 85%;
}

.is-element-container .is-element-content .newsletter-signup-wrapper-example1 .sub-heading {
    margin: 1rem;
}

/* newsletter signup example 2 */
.is-element-container .is-element-content .newsletter-signup-wrapper-example2 {
    max-width: 600px;
    margin: auto;
    padding: 1rem calc(3vw);
}

.is-element-container .is-element-content .newsletter-signup-wrapper-example2 input[type="submit"] {
    padding: 0.8rem 2rem;
    border: none;
}

.is-element-container .is-element-content .newsletter-signup-wrapper-example2 .heading {
    text-transform: uppercase;
}

.is-element-container .is-element-content .newsletter-signup-wrapper-example2 .intro-text {
    opacity: 0.75;
}

.is-element-container .is-element-content .newsletter-signup-wrapper-example2 .alchemer-form-wrapper {
    margin: 2rem auto 1rem auto;
}

.is-element-container .is-element-content .newsletter-signup-wrapper-example2 .alchemer-form-wrapper div.sg-survey .sg-button-bar .sg-submit-button {
    margin: 0 auto;
    width: auto;
}

.is-element-container .is-element-content .newsletter-signup-wrapper-example2 .alchemer-form-wrapper div.sg-survey .sg-question-set>.sg-question>.sg-question-title {
    margin-bottom: 0.5rem;
}

.is-element-container .is-element-content .newsletter-signup-wrapper-example2 .alchemer-form-wrapper div.sg-survey .sg-question-set>.sg-question,
.is-element-container .is-element-content .newsletter-signup-wrapper-example2 .alchemer-form-wrapper div.sg-survey .sg-question-set>.sg-question-has-errors {
    margin-bottom: 1.5rem;
}

.is-element-container .is-element-content .newsletter-signup-wrapper-example2 .alchemer-form-wrapper div.sg-survey .sg-question-set>.sg-type-group>.sg-question-options {
    padding: 1rem;
}

.is-element-container .is-element-content .newsletter-signup-wrapper-example2 .alchemer-form-wrapper div.sg-survey .sg-instructions {
    text-align: center;
}
