/*
Theme Name: Quik Cool
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Quik Cool is a child theme of Twenty Twenty-Four.
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: quikcool
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
Template: twentytwentyfour
*/
/* Show only on mobile */
@media (max-width: 767px) {
  .showmobile {
    display: block;
  }
  .hidemobile {
  display: none;   /* hide on mobile by default */
}
}

/* Show only on desktop */
@media (min-width: 768px) {
  .hidemobile {
    display: block;
  }
  .showmobile {
  display: none;   /* hide on desktop by default */
}
}

.center-text {
    text-align: center;
    color:#ffffff !important;
}
.center-text a {
    color:#84ce31 !important;
}

.wpcf7-text{
padding:10px;
}
.wpcf7-submit
{
padding:10px 20px;
background-color:#000000;
color:#ffffff;
font-size:20px;
}



