/*!
Theme Name: riskcube_theme
Author: Sprout Road
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: riskcube_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
.wpcf7 p {
    margin: 0 !important;
    padding: 0 !important;
}
.submit-contact .row{
    margin-left: -30px;
    margin-right: -30px;
}
.submit-contact .col-sm-6, .col-sm-12{
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.bottom-footer .custom-html-widget {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
span.btn-icon {
    position: relative;
    width: 140px;
    display: block;
}
.btn-icon:after {
    position: absolute;
    top: 27px;
    right: 6px;
    content: "\f0aa";
    z-index: 2;
    font-size: 30px;
    font-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Free"));
    font-weight: var(--fa-style, 900);
    color: #000;
    transform: rotate(45deg);
}
.btn-icon:hover:after{
    animation: ptspin 1s infinite alternate;
    -webkit-animation: ptspin 1s infinite alternate;
}
    .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    float: left;
}
.wpcf7-response-output {
    float: left;
}
.map.w-50 iframe{
   padding-left:30px;
}
.btn-icon .wpcf7-spinner {
    margin: 0;
    position: absolute;
    top: 38px;
    right: 9px;
    background: #fff;
    z-index: 9;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
    position: absolute;
    bottom: -35px;
}
.wpcf7-spinner::before {
  background-color: #000;
}
