/* 
Theme Name: Glickit
Theme URI: http://glickit.rosewoodhosting.us.com/
Description: Site built by Jared Nolt (jared@rosewood.us.com)
Author: Rosewood Marketing Team
Author URI: https://www.rosewood.us.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

html {
    font-size: 20px;
    color: #111;
}

body.page {
    background-color: rgba(21, 52, 67, .1);
}
body > div {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

a:hover {
    opacity: .85;
}


h2.elementor-heading-title {
    color: #153443;
}
.color-red, .color-red h2.elementor-heading-title {
    color: #E42927;
}

.background-color-red {
    background-color: #E42927;
}
input[type=submit], input[type=submit]:focus, input[type=submit]:hover {
    background-color: #fff;
    border: none;
    color: #cc3333;
}

@media all and (max-width: 699px) {
.order-1 {
	order: 1;
}
.order-2 {
	order: 2;
}
}/** Save for max-width 699px **/
/**== Contact form ==**/
.visibility-hidden {
    visibility: hidden;
    height: 0;
    margin: 0;
    display: none;
}
.visibility-visible {
    visibility: visible;
    height: auto;
}
.mm-tooltip-cf7-li {
    margin: 15px 0;
    font-size: .9rem;
}
.math-quiz > label {
    margin-bottom: 4px;
}
.wpcf7-quiz-label {
    margin: 0 10px;
}
input.quiz[type=text] {
    width: auto;
    max-width: 25px;
    padding: 0;
    text-align: center;
}