/*
Theme Name: Child Theme
Theme URI: 
Author: Stephanie
Author URI: 
Description: My child theme where i can put my styles
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: child-theme
Tags: 
*/
.entry-content {
	background: #fff;
}
h1.wp-block-heading, h2.wp-block-heading {
    margin-bottom: 1rem;
}
strong {
    font-weight: 600;
}
/* h3.wp-block-heading, h4.wp-block-heading, h5.wp-block-heading, h6.wp-block-heading {
    margin-bottom: 1rem;
} */
.entry-content p {
    margin-bottom: 1rem;
}
h1.wp-block-post-title {
	font-weight:bold;
	color: #fff;
}
ul.wp-block-list {
	margin-top: 0;
    padding-bottom: 1rem;
    padding-left: 1rem;
}
a.wp-block-navigation-item__content:hover {
    opacity: 75%;
	text-decoration:none;
}
a.wp-block-navigation-item__content {
	font-size: 16px;
}
ul.main-navigation li {
    padding-bottom: .75rem;
}
ul.main-navigation li ul li {
    padding-bottom: 0;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background: rgba(26, 20, 75, 0.75);
}
.wp-element-button {
	padding-bottom: .75rem;
	padding-top: .75rem;
}
.wp-element-button:hover {
  filter: saturate(84%);
}
.mergeRow {
    display: none;
}
.mc_custom_border_hdr {
    display: none;
}
.mc_signup_submit {
    text-align: left;
}
.mc_merge_var {
margin:0!important
}
.mc_form_inside {
    width: 200px;
}
/* header {
-webkit-box-shadow: 3px 5px 20px 1px rgba(0,0,0,0.34); 
box-shadow: 3px 5px 20px 1px rgba(0,0,0,0.34);
} */

/* Mailchimp form */
input[type="email"] {
    /* height: 40px; */
    border-radius: 5px;
    border: 1px solid #22195a;
    padding: .5em;
    font-size: 19px;
}
.wp-block-jetpack-mailchimp {
    width: 400px;
	text-align: center;
}
.tinytype {
width: 400px
}
button#mailchimp-button-block-5 {
    height: 50px;
    line-height: .25rem;
}
button#mailchimp-button-block-5:hover {
  filter: saturate(50%);
}
.wp-block-jetpack-mailchimp {
    padding: 0 !important;
}
p#wp-block-jetpack-mailchimp_consent-text {
    display: none;
}

.main-navigation .wp-block-navigation__responsive-container {
    background: #22195a!important;
}
.menu-item a, a.wp-block-navigation-item__content { 
	outline: none;
    border: none!important;
}
.menu-item:focus, .menu-item:active {
    outline: none;
    border: none!important;
}
/********************** Mobile ************************/
@media (max-width: 782px){
.entry-content p {
    font-weight: 400;
    font-size: 16px;
}
.home .has-global-padding {
    padding-right: 0;
    padding-left: 0;
}
.wp-block-site-logo {
    width: 120px;
}
.has-modal-open body {
        background-color: #666!important;
      }
.abc-hero {
    padding: 2.5rem 0 !important;
}
:root :where(.abc-home-hero .wp-block-columns-is-layout-flex) {
    gap: var(--wp--preset--spacing--20);
}
.abc-column-homepage {
    padding-left: 0 !important;
}
.abc-column-homepage div {
    padding-left: 0 !important;
}
.wp-block-jetpack-mailchimp {
    width: 100%;
}	
p.tinytype {
	width: 90%;
	text-align: center;
}
.col-left {
    order: 2!important;
}
.col-right {
    order: 1!important;
}
ul.footer-nav {
    display: block;
    width: 100%;
    text-align: center !important;
}	
ul.footer-nav li a {
    width: 100%;
    font-size: 14px
}
	/* instagram */
.wp-block-jetpack-instagram-gallery img {
    /* display: none !important; */
    height: 300px !important;
}
}