/*!
Theme Name: Fashnuva
Theme URI: https://fashnuva.ssquarestech.com
Description: Modern Fashion WordPress Theme
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments
Author: Ssquares Tech
Tested up to: 6.7
Requires PHP: 8.1
Text Domain: fashnuva
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

marquee {
    font-size: 100px;
    color: #f7597461;
    font-family: 'Poppins'
}

.speak {
	color:#f75974!important;
}

/* Contact section */
.ccf7 {display: flex;flex-direction: column;gap: 20px 0;}
.ccf7 p {margin: 0px !important;padding: 0px !important;}
.cfrow {display: flex;gap: 20px;}
.cfrow .col {padding:0px;}
.cfrow.one .col {width: 100%;}
.cfrow.two .col {width: 50%;}
.cfrow.three .col {width: 33.33%;}
.cfrow.four .col {width: 25%;}

.ccf7 .cf-input:not(.wpcf7-submit) {width:100%;padding: 10px 10px;border: 0;font-size: 14px;margin:0px !important;border-radius: 0px !important;}
.ccf7 .cf-input.text {}
.ccf7 .cf-input.textarea {height:190px;}
.ccf7 .cf-input.submit {border: 0px !important;height: auto !important;}
.ccf7 .cf-input.submit:focus {outline: 0;}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background: #46b450 !important;
  color: #fff !important;}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;background:#ffb900 !important;}



@media only screen and (max-width:998px) {
  .cfrow {flex-direction: column;}
  .cfrow .col {width: 100% !important;}
  .ccf7 .cf-input.textarea {height:100px;}
}


/* contact section */
.animation-ud {
    animation: ud-animate 6s infinite;
}
@keyframes ud-animate {
    0% {
        transform: translatey(0);
    }

    50% {
        transform: translatey(-40px);
    }

    100% {
        transform: translatey(0);
    }
}


/* blog single page */
.elementskit-blog-block-post img {
    border-radius: 10px;
}
