/*
Theme Name: Sleep Well by Dr. Holt
Theme URI: http://wordpress.org/themes/sleepwell
Author: Red Coyote Services
Author URI: https://redcoyoteservices.com/
Description: The 2026 theme for WordPress
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, red, grey, black, multi-color, elegant, classic, two-columns, custom-header, custom-menu, featured-images, custom-fields
Text Domain: sleepwell

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
@import url('css/main.css');

.section-content .blog-cms_wrap {
    max-width: 90%;
    margin: 0 auto;
}
.blog-cms_top .text-tag {
    background-color: #ffffff;
    border-radius: 10px;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 20px;
}
.blog-cms_overview {
    display: block;
}
.blog-cms_overview h2,.blog-cms_overview h3,.blog-cms_overview h4,.blog-cms_overview h5,.blog-cms_overview h6 {
    font-weight: 600;
	margin: 20px 0 30px 0;
}
.blog-cms_overview img {
    border-radius:20px;
}
.blog-cms_overview p,.blog-cms_overview ul,.blog-cms_overview ol {
    margin: 0 0 20px 0;
    line-height: 160%;
}
.drop_menu {
    grid-template-columns: 1fr;
}
.navbar_content .link_list {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    min-width: 40rem;
    padding: 1.5rem;
    display: grid;
}
.contact_visual.is-page {
    padding-top: 150%;
}
.contact-lines div {
	margin:0 0 20px 0;
}
.contact_content.is-padding {
    padding-top: 4rem;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	margin: 30px 40px 40px 0;
}
.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}
img.alignright {
	margin: 30px 0 40px 40px;
}
.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}
img.aligncenter {
	margin: 40px auto;
}
img.alignnone {
	margin: 40px 0;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}