/*
Theme Name: Chateau Child
Theme URI: https://chateau.qodeinteractive.com
Description: A child theme of Chateau
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: chateau
Template: chateau
*/

@import url(https://use.typekit.net/bxl8ity.css)

h1 {
	font-family: "june-expt-variable", sans-serif;
	font-variation-settings: "STYL" 67;
	color: rgb(132,189,65);
}

#qodef-page-footer .widget:not(.widget_chateau_core_title_widget) {
    margin: 0 0 35px;
    color: #fff;
}

#qodef-page-footer .widget a {
    color: #fff;
	font-weight: 600;
}

#qodef-page-footer .widget a:hover {
    color: rgb(132,189,65);
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list):not(.select2-selection__rendered) li a:hover {
    color: rgb(132,189,65);
}

.qodef-header-navigation>ul>li>a .qodef-menu-item-text:after {
    content: "";
    position: absolute;
    top: 1px;
    left: -.2em;
    right: -.2em;
    height: 1px;
    background: currentColor;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform .35s ease-out;
}

.qodef-header-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text:after, .qodef-header-navigation>ul>li.current-menu-item>a .qodef-menu-item-text:after {
    transform: scaleX(0);
}

#qodef-top-area .qodef-widget-holder .widget:last-child {
    margin-right: 15px;
}

#qodef-top-area .qodef-widget-holder .widget:last-child a {
	border: 1px solid rgb(206,239,95);
	border-radius: 20px 5px;
	padding: 5px;
	color: rgb(97, 145, 49);
}

#qodef-top-area .qodef-widget-holder .widget:last-child a:hover {
	border: 1px solid rgb(206,239,95);
	background-color: rgb(206,239,95);
	border-radius: 5px 15px;
	padding: 5px;
	color: #fff;
	font-weight:700;
	transform: scaleX(1);
	transition: transform .35s ease-out;
}

#qodef-top-area {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px;
	background: #fff;
}

.widget .qodef-search-form-field {
	margin: 10px;
	border: none;	
	font-size: 14px;		
	color: rgb(97, 145, 49);
}

#qodef-page-header .qodef-header-logo-link {
    height: 50px;
}

#qodef-page-header-inner.qodef-skin--dark nav>ul>li>a, .qodef-custom-header-layout.qodef-skin--dark nav>ul>li>a, .qodef-header-sticky-inner.qodef-skin--dark nav>ul>li>a {
	color: rgb(95,103,127) !important;
}

/* CSS for blog post fetch from boironusa.com */
.arnica-boiron-posts {
  margin-top: 2rem;
  text-align: center;
}

.arnica-post {
  margin-bottom: 4rem;
  font-family: 'Georgia', serif;
  color: #444;
}

.arnica-boiron-posts, .arnica-post {
  box-sizing: border-box;
  padding: 0;
}

.arnica-post-title {
  font-size: 40px;
  color: #a2ce52;
  font-style: italic;
  font-weight: 500;
}

.arnica-post-meta {
  font-size: 0.95rem;
  color: #a2ce52;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  padding: 6px 0 10px;
}

.arnica-post-divider {
  width: 100vw; /* full viewport width */
  margin-left: calc(-50vw + 50%);
  border: none;
  border-top: 1px solid #e2e2d2;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.arnica-post-excerpt {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 2rem;
}

.arnica-post-readmore {
  text-align: center !important;
}

.arnica-readmore-button {
  display: inline-block;
  border: 1px solid #a2ce52;
  padding: 10px 20px;
  color: #a2ce52;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

.arnica-readmore-button:hover {
  background-color: #a2ce52;
  color: #fff;
}

.arnica-post-thumbnail img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
  border-radius: 6px;
}
.arnica-post-thumbnail {
  max-width: 300px;
  margin: 0 auto;
}
