* {
	box-sizing: border-box
}
html, body {
	height: 100%;
}
body {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	overflow-x: hidden;
}
.clearfix {
	claer: both;
}
.fa {
	font-size: 21px !important;
	font-weight: bold;
	width: 25px;
	text-align: center;
	text-decoration: none;
}
.clr {
	clear: both;
}
.fa:hover {
	opacity: 0.7;
}
.fa-facebook {
	color: #4c4b4b;
}
.fa-twitter {
	color: #4c4b4b;
}
.fa-google {
	color: #4c4b4b;
}
.fa-linkedin {
	color: #4c4b4b;
}
.fa-youtube {
	color: #4c4b4b;
}
.fa-instagram {
	color: #4c4b4b;
}
.fa-pinterest {
	background: #cb2027;
	color: white;
}
.fa-snapchat-ghost {
	background: #fffc00;
	color: white;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.fa-skype {
	background: #00aff0;
	color: white;
}
.fa-android {
	background: #a4c639;
	color: white;
}
.fa-dribbble {
	background: #ea4c89;
	color: white;
}
.fa-vimeo {
	background: #45bbff;
	color: white;
}
.fa-tumblr {
	background: #2c4762;
	color: white;
}
.fa-vine {
	background: #00b489;
	color: white;
}
.fa-foursquare {
	background: #45bbff;
	color: white;
}
.fa-stumbleupon {
	background: #eb4924;
	color: white;
}
.fa-flickr {
	background: #f40083;
	color: white;
}
.fa-yahoo {
	background: #430297;
	color: white;
}
.fa-soundcloud {
	background: #ff5500;
	color: white;
}
.fa-reddit {
	background: #ff5700;
	color: white;
}
.fa-rss {
	background: #ff6600;
	color: white;
}
.container-fluid {
	padding: 0px;
}
.topstrip {
	background: #f2f2f2;
}
.main-contant {
	max-width: 1280px;
	margin: auto;
	width: 100%;
}
.container {
	max-width: 1170px;
	margin: auto;
	width: 100%;
	position: relative;
}
.sosal ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
/* -------------------------------------------------------------------------- */

/*	8. Post: Archive
/* -------------------------------------------------------------------------- */


/* Archive Header ---------------------------- */

.archive-header {
	background-color: #fff;
	padding: 4rem 0;
}
.reduced-spacing .archive-header {
	padding-bottom: 2rem;
}
.archive-title {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -0.026666667em;
	margin: 0;
}
.archive-subtitle p:last-child {
	margin-bottom: 0;
}
/* Posts ------------------------------------- */

body:not(.singular) main > article:first-of-type {
	padding: 4rem 0 0;
}
/* Search Results ---------------------------- */

.no-search-results-form {
	padding-top: 5rem;
}
/* -------------------------------------------------------------------------- */

/*	9. Post: Single
/* -------------------------------------------------------------------------- */


/* Post Header ------------------------------- */

.blog .singular .entry-header {
	background-color: #fff;
	padding: 4rem 0;
}
.blog .entry-categories {
	line-height: 1.25;
	margin-bottom: 2rem;
}
.blog .entry-categories-inner {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	margin: -0.5rem 0 0 -1rem;
}
.blog .entry-categories a {
	border-bottom: 0.15rem solid currentColor;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.036666667em;
	margin: 0.5rem 0 0 1rem;
	text-decoration: none;
	text-transform: uppercase;
}
.blog .entry-categories a:focus, .entry-categories a:hover {
	border-bottom-color: transparent;
}
h1.entry-title, h2.entry-title {
	margin: 0;
}
.blog .entry-title a {
	color: inherit;
	text-decoration: none;
}
.blog .entry-title a:focus, .blog .entry-title a:hover {
	text-decoration: underline;
}
.intro-text {
	margin-top: 2rem;
}
.singular .intro-text {
	font-size: 2rem;
	letter-spacing: -0.0315em;
	line-height: 1.4;
}
/* POST META */

.post-meta-single-top .post-meta {
	justify-content: center;
}
.post-meta-wrapper {
	margin-top: 2rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 58rem;
	width: 100%;
}
.post-meta {
	color: #6d6d6d;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.5rem;
	font-weight: 500;
	list-style: none;
	margin: -1rem 0 0 -2rem;
}
.post-meta li {
	flex-shrink: 0;
	letter-spacing: -0.016875em;
	margin: 1rem 0 0 2rem;
	max-width: calc(100% - 2rem);
}
.post-meta a {
	color: inherit;
	text-decoration: none;
}
.post-meta a:focus, .post-meta a:hover {
	text-decoration: underline;
}
.post-meta .meta-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
}
.post-meta .meta-icon {
	flex-shrink: 0;
	margin-right: 1rem;
}
.sticky .post-sticky {
	color: inherit;
}
.post-meta .post-author .meta-icon svg {
	width: 1.6rem;
	height: 1.8rem;
}
.post-meta .post-categories .meta-icon svg {
	width: 1.8rem;
	height: 1.7rem;
}
.post-meta .post-comment-link .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}
.post-meta .post-date .meta-icon svg {
	width: 1.7rem;
	height: 1.8rem;
}
.post-meta .post-edit .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}
.post-meta .post-sticky .meta-icon svg {
	width: 1.5rem;
	height: 1.8rem;
}
.post-meta .post-tags .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}
.post-meta svg * {
	fill: currentColor;
}
/* Featured Media ---------------------------- */

.featured-media {
	margin-top: 5rem;
	position: relative;
}
.singular .featured-media {
	margin-top: 0;
}
.singular .featured-media-inner {
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}
.singular .featured-media::before {
	background: #fff;
	content: "";
	display: block;
	position: absolute;
	bottom: 50%;
	left: 0;
	right: 0;
	top: 0;
}
.featured-media img {
	margin: 0 auto;
}
.featured-media figcaption {
	margin: 1.5rem auto 0 auto;
	text-align: center;
	width: calc(100% - 5rem);
}
.reduced-spacing.missing-post-thumbnail .post-inner {
	padding-top: 0;
}
/* Post Footer ------------------------------- */

/* POST NAV LINKS */

.post-nav-links {
	border-radius: 0.4rem;
	display: flex;
	font-size: 0.9em;
	font-weight: 600;
	line-height: 1;
	margin: 3em auto 0 auto;
	padding: 0;
	width: calc(100% - 4rem);
	max-width: 58rem;
}
.post-nav-links > span.label {
	padding: 1em 0;
}
.post-nav-links > * {
	padding: 1em 0.75em;
}
/* POST META BOTTOM */

.post-meta-wrapper.post-meta-single-bottom {
	margin-top: 3rem;
}
/* Author Bio -------------------------------- */

.author-bio {
	margin-top: 4rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 58rem;
	width: 100%;
}
.hide-avatars .author-bio {
	padding-left: 0;
}
.author-bio .author-title-wrapper {
	align-items: center;
	display: flex;
	margin: 0 0 1rem 0;
}
.author-bio .avatar {
	border-radius: 50%;
	margin-right: 1.5rem;
	height: 5rem;
	width: 5rem;
}
.hide-avatars img.avatar {
	display: none;
}
.author-bio p:last-child {
	margin-bottom: 0;
}
.author-bio .author-title {
	margin: 0;
}
.author-bio .author-link {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	margin-top: 1em;
	text-decoration: none;
}
.author-bio .author-link:focus, .author-bio .author-link:hover {
	text-decoration: underline;
}
/* Single Pagination ------------------------- */

.pagination-single {
	font-size: 1.8rem;
	margin-top: 5rem;
}
.pagination-single-inner {
	display: flex;
	flex-direction: column;
}
.pagination-single hr:first-child {
	margin: 0 0 4rem 0;
}
.pagination-single hr:last-child {
	margin: 4rem 0 0.8rem 0;
}
.pagination-single a {
	align-items: baseline;
	display: flex;
	font-weight: 600;
	letter-spacing: -0.0275em;
	text-decoration: none;
	flex: 1;
}
.pagination-single a + a {
	margin-top: 1rem;
}
.pagination-single a .arrow {
	margin-right: 1rem;
}
.pagination-single a:focus .title, .pagination-single a:hover .title {
	text-decoration: underline;
}
/* -------------------------------------------------------------------------- */



/* -------------------------------------------------------------------------- */

/*	13. Site Pagination
/* -------------------------------------------------------------------------- */


.pagination .nav-links {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.8rem;
	font-weight: 600;
	margin: -1.5rem 0 0 -2.5rem;
	width: calc(100% + 2.5rem);
}
.pagination-separator {
	margin: 5rem 0;
}
.nav-links > * {
	margin: 1.5rem 0 0 2.5rem;
}
.nav-links .placeholder {
	display: none;
	visibility: hidden;
}
.pagination a {
	text-decoration: none;
}
.pagination a:focus, .pagination a:hover {
	text-decoration: underline;
}
.pagination .dots {
	transform: translateY(-0.3em);
	color: #6d6d6d;
}
.nav-short {
	display: none;
}
/* -------------------------------------------------------------------------- */

/*	14. Error 404
/* -------------------------------------------------------------------------- */


.error404 #site-content {
	padding-top: 4rem;
}
.error404-content {
	text-align: center;
}
.error404 #site-content .search-form {
	justify-content: center;
	margin-top: 3rem;
}
/* -------------------------------------------------------------------------- */

/*	12. Comments
/* -------------------------------------------------------------------------- */


/* Comment Headers ----------------------------- */

.comments-wrapper {
	margin-top: 5rem;
}
.comment-reply-title {
	margin: 0 0 4rem 0;
	text-align: center;
	font-size: 6.4rem;
	display: block;
}
/* Comment Item ----------------------------- */

/* COMMENT HEADER */

.comments .comment, .comments .pingback, .comments .trackback, .comments .review {
	padding-top: 3.5rem;
}
div.comment:first-of-type {
	margin-top: 3.5rem;
	padding-top: 0;
}
.comments .comments-header + div {
	margin-top: 0;
	padding-top: 0;
}
.comment-body {
	position: relative;
}
.comment .comment {
	padding-left: 5%;
}
.comment-meta {
	line-height: 1.1;
	margin-bottom: 1.5rem;
	min-height: 5rem;
	padding-left: 5rem;
	position: relative;
}
.hide-avatars .comment-meta {
	min-height: 0;
	padding-left: 0;
}
.comment-meta a {
	color: inherit;
}
.comment-author {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -0.027777778em;
}
.comment-author a {
	text-decoration: underline;
}
.comment-author a:hover, .comment-author a:focus {
	text-decoration: none;
}
.comment-meta .avatar {
	height: 4rem;
	position: absolute;
	left: 0;
	top: 0;
	width: 4rem;
}
.comment-author .url {
	text-decoration: underline;
}
.comment-metadata {
	color: #6d6d6d;
	font-size: 1.4rem;
	font-weight: 500;
	margin-top: 0.6rem;
}
.comment-metadata a {
	text-decoration: none;
}
.comment-metadata a:focus, .comment-metadata a:hover {
	text-decoration: underline;
}
/* COMMENT CONTENT */

.comment-content.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	width: 100%;
}
.comment-content.entry-content .alignleft {
	/*rtl:ignore*/
	margin-left: 0;
}
.comment-content.entry-content .alignright {
	/*rtl:ignore*/
	margin-right: 0;
}
/* COMMENT FOOTER */

.comment-footer-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2rem;
	font-weight: 600;
	justify-content: flex-start;
	letter-spacing: 0.030833333em;
	line-height: 1;
	margin: 1.5rem 0 -1rem -1.5rem;
	text-transform: uppercase;
}
.comment-footer-meta > * {
	margin: 0 0 1rem 1.5rem;
}
.comment-reply-link {
	background-color: #cd2653;
	color: #fff;
	display: block;
	padding: 0.7rem;
}
.bypostauthor .comment-footer-meta .by-post-author {
	display: block;
}
.comment-footer-meta a {
	text-decoration: none;
}
.comment-footer-meta a:focus, .comment-footer-meta a:hover {
	text-decoration: underline;
}
/* Pingbacks & Trackbacks ------------------------- */

.pingback .comment-meta, .trackback .comment-meta {
	padding-left: 0;
}
/* Comments Pagination ---------------------------- */

.comments-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 6rem;
	text-align: center;
}
.comments-pagination.only-next {
	justify-content: flex-end;
}
.comments-pagination .page-numbers {
	display: none;
	text-decoration: none;
}
.comments-pagination .page-numbers:focus, .comments-pagination .page-numbers:hover {
	text-decoration: underline;
}
.comments-pagination .prev, .comments-pagination .next {
	display: block;
}
.comments-pagination .prev {
	left: 0;
}
.comments-pagination .next {
	right: 0;
	text-align: right;
}
/* Comment Respond ---------------------------- */

.comment-respond::after {
	clear: both;
	content: "";
	display: block;
}
.comment-respond .comment-notes, .comment-respond .logged-in-as {
	color: #6d6d6d;
	font-size: 1.6rem;
	line-height: 1.4;
	margin: -3rem 0 4rem 0;
	text-align: center;
}
.comment-respond .comment-notes a, .comment-respond .logged-in-as a {
	color: inherit;
	text-decoration: none;
	font-size: 27px;
}
.comment-respond .comment-notes a:focus, .comment-respond .comment-notes a:hover, .comment-respond .logged-in-as a:focus, .comment-respond .logged-in-as a:hover {
	text-decoration: underline;
}
.comment-respond p {
	line-height: 1.1;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
}
.comment-respond p:not(.comment-notes) {
	max-width: 58rem;
}
.comment-form-cookies-consent {
	align-items: baseline;
	display: flex;
}
.comment-respond > p:last-of-type {
	margin-bottom: 0;
}
.comment-respond label {
	display: block;
}
.comment-respond input[type="checkbox"] + label {
	font-size: 1.5rem;
	line-height: 1.25;
}
.comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond textarea {
	margin-bottom: 0;
}
.comment-respond textarea {
	height: 25rem;
	width: 100%;
}
.comment-respond #submit {
	display: block;
}
.comment-respond .comments-closed {
	text-align: center;
}
/* Reply Respond ---------------------------- */

.comments .comment-respond {
	padding: 3rem 0 0;
}
.comments .comment-respond .comment-reply-title, .comments .comment-respond .comment-notes, .comments .comment-respond .logged-in-as {
	text-align: left;
}
.comment-reply-title small {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: -0.0277em;
	margin: 0.5rem 0 0 0;
	white-space: nowrap;
}
.comment-reply-title small a {
	text-decoration: none;
}
.comment-reply-title small a:focus, .comment-reply-title small a:hover {
	text-decoration: underline;
}
/* Screen Reader Text ------------------------ */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
/* Skip Link --------------------------------- */

.skip-link {
	left: -9999rem;
	top: 2.5rem;
	z-index: 999999999;
	text-decoration: underline;
}
.skip-link:focus {
	display: block;
	left: 6px;
	top: 7px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	padding: 15px 23px 14px;
	z-index: 100000;
	right: auto;
}
body, .entry-title a, :root .has-primary-color {
	color: #000000;
}
.blog h2.entry-title {
	font-size: 6.4rem;
	display: block;
	text-align: center;
}
.blog .post-inner.thin {
	text-align: justify;
	max-width: 58rem;
	margin: 0 auto;
}
.blog .post-inner {
	padding-top: 5rem;
}
.blog .entry-categories {
	display: none;
}
button:not(.toggle), .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
	background-color: #cd2653;
	color: #fff;
	border-color: #ff8500;
	background-color: #ff8500;
	padding: 15px 33px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: .02em;
	font-size: 20px;
	margin: 12px auto;
	display: inline-block;
}
.single-post .header-footer-group .entry-title {
	display: block;
}
.single-post .entry-header {
	background-color: #fff;
	padding: 4rem 0;
	text-align: center;
}
.single-post .entry-header .entry-title {
	font-size: 6.4rem;
	display: block;
	text-align: center;
}
.single-post .entry-header .entry-categories {
	display: none;
}
.single-post .post-inner {
	padding-top: 8rem;
}
.single-post .post-inner.thin {
	text-align: justify;
	max-width: 1110px;
	margin: 0 auto;
}
.pagination-single {
	font-size: 1.8rem;
	margin-top: 5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 120rem;
}
.entry-content hr, hr.styled-separator {
	background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
	background-color: transparent !important;
	border: none;
	height: 0.1rem;
	overflow: visible;
	position: relative;
}
.entry-content hr:not(.has-background), hr.styled-separator {
	color: #6d6d6d;
}
.entry-content hr::before, .entry-content hr::after, hr.styled-separator::before, hr.styled-separator::after {
	background: currentColor;
	content: "";
	display: block;
	height: 1.6rem;
	position: absolute;
	top: calc(50% - 0.8rem);
	transform: rotate(22.5deg);
	width: 0.1rem;
}
.entry-content hr::before, hr.styled-separator::before {
	left: calc(50% - 0.5rem);
}
.entry-content hr::after, hr.styled-separator::after {
	right: calc(50% - 0.5rem);
}
#commentform {
	max-width: 58rem;
	margin: 0 auto;
}
.post-author .meta-text a {
	pointer-events: none;
}
.post-date .meta-text a {
	pointer-events: none;
}
.footer-nav-widgets-wrapper.header-footer-group {
	display: none;
}
