/*   
Theme Name: Style Me
Theme URI: working-out.info
Description: Minimal WP Theme
Author: sailstudio.com
Author URI: sailstudio.com
Version: 1.0
.
Минимальная тема Wordpress.
.
*/

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: "Moula", sans-serif;
    font-weight: 300;
	color: #292c33;
	line-height: 1.5;
	font-size: 18px;
	}
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;
}
wr {
	width: 1280px;
    display: block;
    margin: 0 auto;
}
.wrapper {
	overflow: hidden;
}

img {
	max-width: 100%;
}
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: #67b97d;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #f26739;
}
button, a.button {
	padding: 15px 30px;
    border: 1px solid;
    border-radius: 5px;
    background: transparent;
    color: #212934;
    font-size: 19px;
    font-weight: 500;
    cursor: pointer;
    font-family: "Moula", sans-serif;
    display: flex;
    align-items: center;
	
}
button:hover, a.button:hover {
	color: #fff;
	background: #212934;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
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: 36px;
	font-weight: 500;
    line-height: 1.2;
}
h2 {
    font-size: 26px;
	font-weight: 500;
    line-height: 1.3;
}
h3 {
    font-size: 26px;
    line-height: 1.4;
	font-weight: 600;
}
h4 {
	font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
}
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;
}

.fleft {
	float: left;
}
.fright {
	float: right;
}
header {
	display: inline-block;
    width: 100%;
    padding: 30px 0px;
}
.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hright {
	display: flex;
	align-items: center;
}

.fright button i {
	font-size: 14px;
    margin-right: 8px;
    position: relative;
    top: 1px;
}
.lng ul {
	display: flex;
    margin-bottom: 0;
    margin-right: 20px;
}
.lng ul li {
    margin-right: 10px;
}
.lng ul li a {
color: #212934;
    opacity: 0.6;
	border: 1px solid;
	border-radius: 5px;
	padding: 2px 5px;
}
.lng ul li.current-lang a, .lng ul li a:hover {
color: #fff;
    opacity: 1;
	background: #67b97d;
	border: 1px solid #67b97d;
}

.main-menu-top {

}
.main-menu-top > ul {
	display: flex;
}
.main-menu-top a {
    color: #212934;
    text-decoration: none;
    font-size: 19px;
    font-weight: 700;
    padding: 6px 15px;
	border-radius: 3px;
}
.main-menu-top a:hover {
	background: #efefef;
	border-radius: 3px;
}
.current-menu-item {
	
}


.content {

}
.content li {
    list-style: disc;
	margin-left: 20px;
}
.content-sd-one {
	width: 66.66666666%;
}
.content-sd-two{
	width: 60%;
}
.sidebar {
	width: 33.33333333%;
	float: left;
	padding: 10px;
}
.sidebar-two {
	width: 20%;
}
footer {
	display: inline-block;
	background: #f7f7f7;
	width: 100%;
}
.foot {
	width: 33.33333333%;
	float: left;
	padding: 10px;
}
.pfaheader {
    background: #f5fff5;
    padding: 3px 0px;
}
.pfaheader h2 {
    font-size: 25px;
}
.blog-list {
    margin-top: 35px;
}
.blog-list > ul {
    display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.blog-list a img {
    float: left;
}
.blog-list ul li {
    display: flex;
    width: 50%;
    margin: 0 0 40px 0;
    align-items: center;
	padding: 0 10px;
	border-bottom: 1px dashed #efefef;
    padding-bottom: 40px;
}
.blog-list ul li:nth-child(4n-1),
.blog-list ul li:nth-child(4n) {
flex-direction: row-reverse;
}

.blog-list ul li:nth-child(4n-1) .mini-description, .blog-list ul li:nth-child(4n) .mini-description {
	text-align: right;
    margin: -25px 20px 0px 2px;
}


.blog-list ul li h3 {
	text-decoration: none;
	color: #222;
	font-weight: 500;
	text-align: center;
	font-size: 22px;
	display: none;
}
.mini-description {
	font-size: 14px;
    margin: -25px 0px 0px 20px;
	color: #545454;
}
.archimg {
    border-radius: 20px;
    box-shadow: 0px 0px 18px -10px #000;
	overflow: hidden;
}
.archimg img {
    transition: transform 0.3s;
  }

.archimg:hover img {
transform: scale(1.1);
}

.blog-list a img {

	max-width: inherit;
}
.taxonomy-description {
	display: inline-block;
	overflow-y: auto;
    max-height: 280px;
}
.taxonomy-description h1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}
.taxonomy-description li {
    list-style: disc;
    margin-left: 16px;
}


.page-header {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
#breadcrumbs {
	font-size: 14px;
}
#breadcrumbs a {
color: #67b97d;
}

.pfhearer {
	display: flex;
    justify-content: center;
    align-items: center;
    background: #f5fff5;
    padding: 10px 0px;
    margin-bottom: 50px;
}
.pfcontent {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pfimage {
    width: 68%;
}
.pfimage img {
	width: 100%;
    border-radius: 20px;
}
.pftext {
	width: 30%;
	font-size: 16px;
}
.pftext h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 15px;
}
.pftext .content-page {
	max-height: 300px;
    overflow-y: auto;
}

.animated-text {
	font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
}
.home-car {
	margin-right: -600px;
	overflow: hidden;
	margin-bottom: 50px;
	margin-top: 30px;
}
.imgtitle {
	margin-left: -45px;
}
.home2 .wp-block-column {
	padding: 40px;
	border-radius: 5px;
}
.home2 h2 {
    margin: 10px;
}
.home2 img {
    margin: 40px 0;
}
.lh30 {
	line-height: 30px;
}
.seotext {
	max-height: 390px;
	overflow-y: scroll;
}
.wp-block-cb-carousel .slick-slide {
	opacity: 0.7;
}
.wp-block-cb-carousel .slick-slide:hover {
	opacity: 1;
}
.wp-block-cb-carousel .slick-slide figure img {
border: 1px solid #67b97d;
border-radius: 5px;
}

.pnav {
	display: flex;
}
.nav-previous {
	margin-right: 5px;
}
.post-tags {
    font-size: 14px;
    color: #67b97d;
    text-transform: lowercase;
    font-weight: 400;
    text-decoration: underline;
    margin-bottom: 7px;
}
.post-tags a {
    font-size: 16px;
    margin-left: 10px;
    position: relative;
}
.post-tags a:before {
    position: absolute;
    content: "#";
    width: 10px;
    height: 10px;
    left: -11px;
    top: -3px;
}


.menuwr {
	display: flex;
}
.mtr {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 4px;
    cursor: pointer;
	background-color: #000;
	border-radius: 3px;
	display: none;
}

.mtr::before, .mtr::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000; /* колір полос */
    transition: transform 0.3s ease; /* для плавної анімації */
	border-radius: 3px;
}

.mtr::before {
    top: -9px;
}

.mtr::after {
    bottom: -9px;
}





@media (max-width: 1200px) {
wr {
	width: inherit;
    padding: 20px;
}
.main-menu-top > ul {
    display: flex;
    flex-wrap: wrap;
}
.imgtitle {
    margin-left: 0;
}
.home-car {
	margin-right: 0;
	margin-bottom: 0px;
}
.blog-list ul li {
    width: 100%;
    flex-wrap: wrap;
}
.header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

}