/*
Theme Name: Wellspring Child
Theme URI: https://themeforest.net/item/wellspring-a-health-lifestyle-wellness-theme/full_screen_preview/14994151
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Wellspring child theme.
Template: wellspring
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: wellspring-child
*/

.mkdf-post-info-date {
	display: none!important;
}

.m-button-decapitalised {
	text-transform: none;
}

#gform_submit_button_6 {
	background-color: #12a19a; 
	color: #FFF;
	border: none;
	border-radius: 30px;
	padding: 10px 20px;
}

.sya_container ul li {
    position: relative;
}

.sya_container .sya_postcontent {
    margin-top: -30px;
		margin-left: 15px;
}

.sya_container .sya_postimg {
    float: left;
    width: 100px;
    position: absolute;
    left: 0;
    top: 0;
}

.mkdf-container .nav-container-inner{
    margin: 0 auto;
    padding-top:30px;
    width:1100px;
}

.nav-container-inner .menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-container-inner .menu li {
    margin-right: 30px;
}

.nav-container-inner .menu a {
    text-decoration: none;
    color: #6a6a6a;
    font-weight:600;
}

.breadcrumb-container .rank-math-breadcrumb{
    margin: 0 auto;
    width:1100px;
}

.breadcrumb-container .rank-math-breadcrumb{
    font-size:12px;
}

@media only screen and (min-width: 1400px){
	.mkdf-container .nav-container-inner{
    width:1300px;
	}
    .breadcrumb-container .rank-math-breadcrumb{
    width:1300px; 
}
}

@media only screen and (max-width: 1200px){
    .breadcrumb-container .rank-math-breadcrumb{
    width:950px;
    }
	.mkdf-container .nav-container-inner{
    width:950px;
	}
}

@media only screen and (max-width: 1024px){
    .breadcrumb-container .rank-math-breadcrumb{
    display:none;
}
	.mkdf-container .nav-container-inner{
    display:none;
	}
}

@media only screen and (max-width: 600px){
    .breadcrumb-container .rank-math-breadcrumb{
    display:none;
}
	.mkdf-container .nav-container-inner{
    display:none;
	}
}
