/*
Theme Name: 		   Stromakine
Text Domain: 	      oceanwp
Version:             1.0.0
Requires at least:   5.6
Requires PHP:        7.4
Template:            oceanwp
Text Domain:         stromakine
Author:              JL
Author URI:          https://oceanwp.org/about-oceanwp/
Theme URI:           https://oceanwp.org/
Description:         A child theme for Stromakine
 * Tags:               two-columns, right-sidebar, footer-widgets, blog, news, custom-background, custom-menu, post-formats, rtl-language-support, sticky-post, editor-style, threaded-comments, translation-ready, buddypress, custom-colors, featured-images, full-width-template, theme-options, e-commerce, block-styles, wide-blocks, accessibility-ready

 *
 * CSS file is in "assets/css"
 */

 .phi-contact-submit-button{
    display:flex;
    justify-content: flex-end;
 }

 .wpcf7-spinner{
    display:block;
 }
 .phi-contact-submit-button input{
    background:#7f1c61 !important;
    color:#fff;
    font-weight:bold;
    font-size:1.3em;
    border-radius: 50px 50px 50px 50px;
    font-family: "Varela Round", Sans-serif;
 }

 .phi-contact-submit-button input:hover{
    background:#e98035 !important;
 }


 @media (max-width: 767px) {

    .phi-contact-submit-button input{
       
        font-size:1.1em;
     }
    /* Styles for screens less than or equal to 600px wide */
  }