/*
 Theme Name:   Kiddino Child
 Theme URI:    https://wordpress.vecurosoft.com/kiddino/
 Description:  This is a child theme for Kiddino WordPress Theme
 Author:       Vecurosoft
 Author URI: http://vecurosoft.com/
 Template:     kiddino
 Version: 1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  kiddino-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
.form-style3 input.wpcf7-submit {
    border-radius: 50px !important;
}

.form-style4 {
    border-radius: 50px;
    background: #113b52;
    width: 912px;
    margin: 0 auto;
    padding: 73px 50px 27px;
}

@media (max-width: 1024px) {
    .form-style4 {
        width: 100% !important;
    }
    .ser-card4 {
        padding: 36px 30px 60px 129px;
    }
    .vs-menu-wrapper .mobile-logo {
        display: none;
    }
    .vs-menu-wrapper.vs-body-visible .vs-menu-area {
        padding-top: 60px;
    }
}
@media (max-width: 480px) {
    .form-style4 {
        padding: 50px 30px 27px !important;
    }
}

@media (max-width: 416px) {
    .ser-card4 {
        padding: 36px 30px 60px 30px;
    }
}
