/*   
Theme Name: Style Me
Theme URI: working-out.info
Description: Minimal WP Theme
Author: working-out.info
Author URI: working-out.info
Version: 1.0
.
Minimal WP Theme.
.
*/

html {
/*     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif, Arial;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    line-height: 1.5;
    background-image: url(/wp-content/uploads/2025/10/bg1_result-1.webp);
    background-color: #f2f1ea;
    background-size: 100%;
    background-position: center 630px;
	}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
img {
	max-width: 100%;
    height: 100%;
}
p {
    line-height: 30px;
}
iframe {
    border: 0
}
a,
area,
button,
input,
label,
select,
summary,
textarea {
    touch-action: manipulation
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:active,
a:hover {
    outline: 0;
	text-decoration: none;
}
a {
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	color: #000;
}
a:hover {
	text-decoration: none;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #f26739;
}
ol,ul {
    margin-top: 0;
    margin-bottom: 10px;
	list-style: none;
	}
ul li {
	list-style: none;
}
ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0;
}
h1 {
    font-size: 60px;
	font-weight: 600;
    letter-spacing: 2%;
    color: #000
}
.homeh {
    line-height: 70px;
    margin-top: 46px;
    margin-bottom: 25px;
}
h1 span{
    color: #EDC600;
}
h2 {
    font-size: 50px;
	font-weight: 600;
    line-height: 1.3;
}
h3 {
    font-size: 36px;
    line-height: 1.1;
	font-weight: 600;
}
h4 {
    font-size: 14;
    line-height: 1.4;
}
h5 {
    font-size: 16px;
    line-height: 1.4;
}
h6 {
    font-size: .875rem;
    line-height: 1.4;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
wr {
    max-width: 1280px;
    display: block;
    margin: 0 auto;
}
.content-wr {
	overflow: hidden;
}
.content .alignfull {
    width: 100vw;               
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;           
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
header {
	background: #000;
    display: inline-block;
    width: 100%;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0px;
}
.custom-logo {
	max-width: 240px;
}

.main-menu-top {
	display: inline-block;
    width: 100%;
}
#menu-main {
    display: flex;
}
#menu-main a {
    display: flex;
    font-size: 20px;
    font-weight: 400;
    color: #EDC600;
    text-decoration: none;
    margin-left: 60px;
}
.content {
	float: left;
	padding: 10px;
}
.home1-end {
        flex-direction: inherit !important;
}.home1-end p {
    line-height: 28px;
}





footer {
	display: inline-block;
	background: #000;  
	width: 100%;
	padding: 70px 0 0 0;
}
.footer {
	display: flex;
	border-bottom: 1px solid #60C060;
}
footer  a {
	color: #fff;
	text-decoration: none;
}
.foot {
	float: left;
	padding: 10px;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
}
.foot1 {
	width: 50%;
}
.foot1 img {
	max-width: 290px;
}
.foot2 {
    width: 25%;
    border-left: 1px solid rgb(255 255 255 / 42%);
    padding: 0 0 35px 50px;
	line-height: 40px;
}
.foot3 {
	width: 25%;
	border-left: 1px solid #fff;
	    padding: 0 0 0 50px;
		border-left: 1px solid rgb(255 255 255 / 42%);
}
.foot3 a.button {
    background: #EDC600;
    color: #000;
    font-weight: 700;
    padding: 9px 20px 8px 20px;
    margin-top: 10px;
    display: inline-block;
}
.powered {
    display: flex;
    color: #EDC600;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    padding: 18px 0 30px 0;
}
.powered a {
	color: #EDC600;
	text-decoration: underline;
}
.blog-list a img {
    float: left;
}
.blog-list ul li {
	display: inline-block;
    width: 100%;
	margin-bottom: 15px;
}
.blog-list a img {
    float: left;
    margin-right: 15px;
}
.taxonomy-description {
	display: inline-block;
}

.h3txt {
	font-size: 15px;
    line-height: 25px;
    margin-top: 20px;
}
.home4txt1 strong {
	color: #EDC600;
	font-weight: 400;
}
.home5txt1 { 
    line-height: 26px;  
}