/*
 Theme Name: Cwicly Child Starter
 Theme URI: https://cwicly.com/
 Template: cwicly
*/

/* iframe youtube videos */
.video-iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.video-iframe-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

/*Hide pixel image*/
img[src*="https://t.kmtx.io/ts"] {
    position: absolute;
    height: 0;
  }

/* fix blog lists margin */
.blog-list{
    margin-left: 35px;
}
.kb-table-of-content-nav .blog-list{
    margin-left: 0;
}

/*Hide placeholder event in mobile menu*/
.cc-menu .menu-id-28493{
    display: none;
}

/* Gated Link Popup and Custom Popup*/

.gated-link-popup, .custom-popup{
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top:0;
    left:0;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.5);
    z-index: 9999;
}
.gated-link-popup.open, .custom-popup.open{
    display: flex;
}
.gated-link-inner, .custom-popup-inner{
    background-color: white;
    border-radius: 12px;
    padding: 30px;
    width: 50vw;
    position: relative;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    max-width: 700px;
}

.gated-link-popup-exit, .custom-popup-exit{
    position: absolute;
    top:0;
    right: 0;
    padding: 10px;
    font-weight: 900;
    font-size: 20px;
    cursor: pointer;
}

.seealso{
    border: 1px solid #e9e9f5;
    border-radius: 5px;
    padding: 15px 25px;
    margin-top: 15px;
    font-weight: 600;
    display: inline-block;
}
.seealso.white{
    background-color: white;
}
.seealso a{
    color: #696eff;
}
.seealso p{
    margin:0 !important;
    font-family: 'Roobert';
    font-size: 18px;
    font-weight: 400;
}
.seealso p:before{
    content:url('/wp-content/uploads/2022/07/seealso-grin.webp');
    position: relative;
    bottom: -5px;
    left: -7px;
}
.seealso span.gated-link-button{
    font-family: 'SourceSerifPro' !important;
    color: #696EFF;
    cursor: pointer;
    transition-duration: .25s;
}

.custom-popup-button{
    color: #696EFF;
    cursor: pointer;
    transition-duration: .25s;
}

span.gated-link-button:hover, .custom-popup-button:hover{
    color:#2c2c51;
}

.popup-halves{
    display: flex;
}

.popup-halves .popup-left{
    width: 65%;
}
.popup-halves .popup-right{
    width: 35%;
}

.popup-halves h2{
    line-height: 1.2;
    margin-bottom: 15px;
}

.custom-popup .popup-inner-warning h2{
    font-size: 1.2em;
    text-align: center;
}
.custom-popup .popup-inner-warning p{
    text-align: center;
}

.grin-purple{
    color: #696EFF;
    transition-duration: .3s;
}
.grin-purple:hover{
    color: #4e54ff;
}

figure.wp-block-image{
    margin: 0 0 0 0;
}

@media screen and (max-width: 768px) {
    .gated-link-inner, .custom-popup-inner{
        width: 91vw;
    }
    .popup-halves{
        flex-direction: column-reverse;
    }
    .popup-halves .half{
        width: 100%;
    }
    .popup-halves .popup-right{
        width:50%;
        margin: auto;
    }
    .popup-halves h2, .popup-halves p{
        text-align: center;
    }
}

/* End Gated Link Popup and custom popup*/
.see-grin-container{
    display: flex;
    margin: 20px 0;
    justify-content: center;
    align-items: center;
}

a.see-grin{
    background: #696eff;
    color: white;
    padding: 20px;
    border-radius: 30px;
    transition-duration: .3s;
    display: inline-block;
}
a.see-grin:hover{
    background: #4e54ff;
}

/* Marketo Form Styles*/
.mktoForm {
    width: 100% !important;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    grid-gap: 10px 0px;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap input {
    padding: 14px;
    font-size: 14px;
    background-color: white;
    font-weight: 100;
    color:#333;
    border: 1px solid #DAE2E7;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap select {
    padding: 0px 10px;
    font-size: 14px;
    font-weight: 100;
    color: 	#333;
    border-color: #DAE2E7;
    height: 49px;
    background-color: white;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background: url(//res.cloudinary.com/spiralyze/image/upload/v1633072250/Grin/Grin%20Demo%20SPZ%20Best%20Practices%202001/arrowdown.svg) no-repeat center right 5px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    cursor: pointer;
}

.mktoForm .mktoFormRow.Compliance_Explicit_Opt_In__c_Row .mktoCheckboxList{
    width: unset !important;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input, .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap input, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap select {
    width: 100% !important;
    font-family: "Roobert", sans-serif;
    border: 1px solid #DAE2E7 !important;
    box-shadow: none;
    background-color: white !important;
} 

.mktoForm .mktoFormRow.floatingLabelRow .mktoFormCol .mktoFieldWrap label{
    display: none;
}

.mktoForm .mktoFormRow.floatingLabelRow .mktoFormCol .mktoFieldWrap .floatingLabel{
    font-family: "Roobert", sans-serif;
    position: absolute;
    top: 14px;
    left: 10px;
    font-weight: 100;
    color: #54606C;
    background-color: white;
    padding: 0 4px;
    font-size: 13px;
    transition-duration: .3s;
    pointer-events: none;
}

.mktoForm .mktoFormRow.floatingLabelRow .mktoFormCol .mktoFieldWrap .mktoField:focus ~ .floatingLabel, .mktoForm .mktoFormRow.floatingLabelRow .mktoFormCol .mktoFieldWrap input.mktoField:not(:placeholder-shown) ~ .floatingLabel, .mktoForm .mktoFormRow.floatingLabelRow .mktoFormCol .mktoFieldWrap select.mktoField.mktoValid ~ .floatingLabel{
    top:-7px;
    font-size: 12px;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap.error input, .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap.error select{
    box-shadow: 0 0 2px 2px #f84402;
}

form.mktoForm .mktoError {
    position: relative;
    right: 0 !important;
    color: #fff;
    bottom: 0 !important;
}
form.mktoForm .mktoError .mktoErrorArrowWrap {
    position: relative;
    width: 0;
    height: 0;
}
form.mktoForm .mktoError .mktoErrorMsg {
    margin: 0;
    max-width: 100%;
    background: #fff;
    color: #000;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    text-shadow: none;
    font-family: 'Roobert';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #E11A03;
}

.mktoForm.content-form .mktoFormRow, .mktoForm.content-form .mktoButtonRow, .podcast-subscribe-form .mktoButtonRow{
    grid-column: span 2 / auto;
}

.mktoForm.content-form .mktoButtonRow, .mktoForm.mktoForm.news-subscribe-form .mktoButtonRow{
    margin-top: 15px;
}

.mktoForm.content-form .mktoFormRow .mktoFormCol .mktoFieldWrap input{
    color:black;
    border: 1px solid #DAE2E7;
    box-shadow: none;
    font-weight: 400;
}

.mktoForm.podcast-subscribe-form .mktoButtonRow{
    margin-top: 10px;
}
.mktoForm.podcast-subscribe-form .mktoButtonRow{
    grid-column: span 1;
}

.mktoForm.podcast-subscribe-form .mktoButtonRow .mktoButtonWrap{
    width: 100% !important;
}

.mktoForm .mktoFormRow.GooglePolicy_Row{
    display: none;
}
a.google-policy{
    color: #4c84ff;
}
.mktoForm .google-recaptcha-policy{
    text-align: center;
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #54606C;
    max-width: 367px;
    width: 100%;
    margin: 0 auto;
}
.mktoForm.news-subscribe-form .google-recaptcha-policy{
color: white;
}

.mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix{
    display: none;
}

.mktoForm .mktoButtonRow{
grid-column: span 2 / auto;
display: flex;
justify-content: center;
} 

.mktoForm .mktoButtonRow .mktoButtonWrap {
    margin-left: 0 !important;
    width: 49% !important;
    display: inline-block;
}

.mktoForm.interactive-content-form{
    grid-template-columns: 25% 25% 25% 25%;
    grid-gap: 10px;
    margin-top: 40px;
}
.mktoForm.interactive-content-form .mktoButtonRow{
    grid-column: 4;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transform: translateY(-9px);
}
.mktoForm.interactive-content-form .mktoButtonRow .mktoButtonWrap{
    width: 88% !important;
}
.mktoForm.interactive-content-form .mktoButtonRow .mktoButtonWrap button.mktoButton{
    padding: 16px;
    transform: translateY(4px);
}

.mktoForm.news-subscribe-form{
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
}

.mktoForm.news-subscribe-form .mktoButtonRow .mktoButtonWrap, .mktoForm.content-form .mktoButtonRow .mktoButtonWrap{
    width: 100% !important;
}

.mktoForm.news-subscribe-form .mktoFormRow .mktoFieldWrap label{
    color: white;
}

.mktoForm .mktoHtmlText{
    width: unset !important;
}

.mktoForm.long-form .No_of_Employees__c_account_Row{
    grid-column-start: 1;
    grid-column-end: span 2;
    grid-row:4;
}

.mktoForm .mktoFormRow.Compliance_Explicit_Opt_In__c_Row{
    grid-column-start: 1;
    grid-column-end: span 2;
}

.mktoForm .mktoFormRow.Compliance_Explicit_Opt_In__c_Row .mktoFormCol .mktoFieldWrap input{
    width: unset !important;
}

.mktoForm .mktoFormRow.Compliance_Explicit_Opt_In__c_Row .mktoFormCol .mktoFieldWrap label{
    display: block !important;
    line-height: 1.1;
    font-weight: 100;
    font-size: 12px;
    line-height: 1.2;
}

.mktoForm .mktoFormRow.Compliance_Explicit_Opt_In__c_Row .mktoFormCol .mktoFieldWrap label a{
    color:#696EFF;
    transition: .3s;
}
.mktoForm .mktoFormRow.Compliance_Explicit_Opt_In__c_Row .mktoFormCol .mktoFieldWrap label a:hover{
    color:#3b43f5;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input[type="checkbox"]{
    cursor: pointer;
}

.mktoForm.mktoForm.interactive-content-form .mktoFormRow.Compliance_Explicit_Opt_In__c_Row{
    grid-row: 2;
}

.mktoForm p.privacy-information{
    color: gray;
    font-size: 13px;
    font-weight: 500;
}

.mktoForm p.privacy-information a{
    color: blue;
    text-decoration: underline;
    font-size: 13px;
    font-weight: 500;
}

.mktoForm p.required-information{
    color: red;
    font-size: 11px;
}

.mktoForm .mktoFormRow .mktoFormCol > .mktoFieldWrap{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton {
    width: 100% !important;
    color: white !important;
    background: #696EFF !important;
    -webkit-transition: .25s;
    transition: .25s;
    font-family: "Roobert", sans-serif;
    border: none;
    padding: 10px;
    font-size: 15px;
    border-radius: 25px;
}

.mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton:hover {
background-color: #3b43f5 !important;
border: none;
}

.mktoForm .mktoFormRow .mktoFormCol {
width: 100%;
height: 100%;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoOffset, .mktoForm .mktoFormRow .mktoFormCol .mktoClear {
display: none;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap {
width: 100%;
padding: 0px;
}

.mktoForm .mktoRadioList{
width: unset !important;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList{
    display: flex;
}

.mktoForm.short-form .mktoFormRow{
grid-column: span 2;
}

.mktoForm.progressive-profiling-form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList, .mktoForm[data-formid="1006"] .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList{
    transform: translateY(-70%);
}

.mktoForm.progressive-profiling-form .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList label, .mktoForm[data-formid="1006"] .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList label{
padding-left: 0;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList input{
    width: unset !important;
    cursor: pointer;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList label{
    margin: 0 20px 0 -4px;
    line-height: 1;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    padding-left: 14px;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap label, .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoGutter, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap label{
    width: unset !important;
    font-family: "Roobert", sans-serif;
    cursor: default;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    font-size: 14px;
    font-weight: 100;
} 

.mktoForm .mktoFormRow .mktoFormCol > .mktoFieldWrap .mktoGutter{
display: none;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input{
    cursor: text;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap select {
    cursor: pointer;
}

.mktoForm.viplist .mktoFormRow .mktoFormCol .mktoFieldWrap select{
    appearance: auto;
    background: transparent;
}

.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input::placeholder, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap input::placeholder {
    color: 	#C0C0C0;
    opacity: 0;
}

.mktoFormWhiteBg{
    padding: 15px;
    border-radius: 10px 10px 10px 10px;
    background-color: white;
}

.mktoForm input[name="honeypot"],.mktoForm label#Lblhoneypot{
    display: none;
}

/*MKTO form radio styles*/
.mktoForm input[type=radio]{
/* Hide original inputs */
    visibility: hidden;
    position: absolute;
}
.mktoForm input[type=radio] + label:after{
    height:12px;
    width:12px;
    margin-right: 4px;
    content: " ";
    display:inline-block;
    vertical-align: baseline;
    border: 1px solid #333;
}
.mktoForm input[type=radio]:checked + label:after{
background:#696EFF; 
}
.mktoForm input[type="radio"] + label::before{
    display: none;
}

/* CUSTOM RADIO AND CHECKBOX STYLES */
.mktoForm input[type=radio] + label:after{
border-radius:50%;
}

section.cc-modaler h1{
    text-align: center;
}
section.cc-modaler{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    display: block;
}

@media screen and (max-width: 768px) {
    .mktoForm.interactive-content-form{
        display: block;
    }
    .mktoForm.interactive-content-form .mktoButtonRow{
        grid-column: unset;
        grid-row: unset;
        display: flex;
    }
    .mktoForm.interactive-content-form .mktoButtonRow .mktoButtonWrap{
        width: 100% !important;
    }
    .mktoForm.interactive-content-form .mktoButtonRow .mktoButtonWrap button.mktoButton{
        transform: translateY(0px);
    }
}

@media screen and (max-width: 992px){
    ._fixed_bottom_banner .banner-form-col{
        width: 100% !important;
        padding-bottom: 10px;
    }
}
/*End Bottom banner form style*/

@media screen and (max-width: 650px) {
    .mktoForm {
        display: flex;
        flex-direction: column;
    }
    .mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton {
        font-size: 18px;
    }
    .mktoForm .mktoButtonRow{
        text-align: center;
    }
    .mktoForm .mktoFormRow .mktoFormCol {
        margin: 0;
    }
    .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap {
        width: 100%;
        padding: 0;
    }
    .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap input {
        padding: 15px 10px;
    }
    .mktoForm .mktoFormRow .mktoFormCol > .mktoFieldWrap{
        min-height: unset;
    }
    .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select, .mktoForm .mktoFormRow .mktoFormCol .mktoButtonWrap select {
        height: 48px;
    }
    .mktoForm.long-form .FirstName_Row{
        order:1;
    }
    .mktoForm.long-form .LastName_Row{
        order:2;
    }
    .mktoForm.long-form .Email_Row{
        order:3;
    }
    .mktoForm.long-form .Phone_Row{
        order:4;
    }
    .mktoForm.long-form .No_of_Influencers__c_Row{
        order:5;
    }
    .mktoForm.long-form .E_Commerce_Platform__c_Row {
        order:6;
    }
    .mktoForm.long-form .No_of_Employees__c_account_Row{
        order:7;
    }
    .mktoForm.long-form .Prospect_Type__c_Row{
        order:8;
    }
    .mktoForm.long-form .Compliance_Explicit_Opt_In__c_Row{
        order:9;
    }
    .mktoForm.long-form .mktoButtonRow{
        order:10;
    }
    .mktoForm .mktoFormRow.floatingLabelRow .mktoFormCol .mktoFieldWrap label{
        top: 3.5vw;
    }
    .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList {
        flex-direction: column;
    }
    .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList label{
        margin-bottom: 5px;
    }
    .mktoForm .mktoFormRow.Compliance_Explicit_Opt_In__c_Row .mktoFormCol .mktoFieldWrap input{
        padding: 8px;
        margin-right: 5px;
    }
    section.cc-modaler{
        padding: 50px 20px;
    }
}
@media screen and (max-width: 480px) {
    form.mktoForm input[type="url"], form.mktoForm input[type="text"], form.mktoForm input[type="date"], form.mktoForm input[type="tel"], form.mktoForm input[type="email"], form.mktoForm input[type="number"], form.mktoForm textarea.mktoField, form.mktoForm select.mktoField {
        width: unset;
        height: 48px;
        line-height: unset;
        font-size: unset;
      }
}

/*End Marketo Form Styles*/