/*
 Theme Name:   Meridian One Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Meridian One Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     meridian-one 
 Version:      1.0.5.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  meridian-one-child
*/

.col-4 {
  width: 31.49%;
  margin-right: 1.76%;
}

.page-main-full-width {
  width: 100%;
  background-color: #ffffff;
}

/*
  mioi added these 2022-04-15 cuz...new font
*/

h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
}

.slide-info-title {
	text-transform: unset!important;
	color: #000;
	font-size: 50px;
}

.slide-info-title>span {
	background-color: #eb6080;
	line-height: 1.6;
	box-shadow: 10px 0 0px 0px #eb6080, -10px 0 0px 0px #eb6080;
}

.slide-info-title>span.slide-info-title-green {
	background-color: #02c478;
	line-height: 1.6;
	box-shadow: 10px 0 0px 0px #02c478, -10px 0 0px 0px #02c478;
}

.slide-info-title>span.slide-info-title-lavender {
	background-color: #645dc0;
	line-height: 1.6;
	box-shadow: 10px 0 0px 0px #645dc0, -10px 0 0px 0px #645dc0;
	color: #fff;
}

@media only screen and ( min-width: 1024px ) and ( max-width: 1280px )  {
	/* slider */
	body .slide-info-inner {
		max-width: 75%;
	}
}

/* Top level item anchor */
#navigation .menu > li > a {
	color: #e1dbda;
	font-family: "Poppins", sans-serif;
}

#logo .site-title {
	display: none;
}

#logo .site-description {
	text-align: center;
	margin-top: 0px;
}
