/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 17 2022 | 19:09:43 */
h1.hero-title {
    color: #FFF;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.14;
    letter-spacing: .9px;
    font-style: italic;
}

h1, h1.title, h2, h3, h4, h5, h6 {
    font-family: 'Patrick Hand', cursive;
    font-weight: 400;
    color: #1e73be;
    text-rendering: optimizeLegibility;
    margin-bottom: 16 px;
}

.button.color1 {
    color: #fff;
    background-color: #1e73be;
    border-color: #1e73be;
}

a.text-logo, a.text-logo:hover, a.text-logo:visited {
    text-decoration: none;
    font-size: 40px;
    line-height: 100%;
    color: #fff;
    font-weight: 400;
    font-family: 'Patrick Hand', cursive;
    text-transform: none;
}

.h1, h1 {
    font-size: 2rem;
    line-height: 3rem;
}

.aawp .aawp-product--horizontal .aawp-product__title {
    display: block;
    text-decoration: none;
  	margin: 0 0 15px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Patrick Hand', cursive;
    color: #1e73be;
}

.wp-caption p.wp-caption-text {
    font-size: .8em;
}

body {
    font-family: "Open Sans",sans-serif;
    color: #111;
    background-color: transparent;
}

.p, body, html {
    font-size: 18px;
    line-height: 1.5rem;
}

.bg-color1 {
    background-color: #1e73be;
}

@media (min-width: 768px) {
ul.dropdown-menu>li>a {
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 160%;
    font-family: 'Patrick Hand', cursive;
    text-transform: uppercase;
}
  
}