html {
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width:1230px) {
	body li.horizontal-small .post-title, body li.horizontal-small .post-info {
		float: none;
		width: auto;
	}
}
@media screen and (max-width:1200px) {
	.container {
		max-width: 96%;
	}
	article .nosidebar .alignwide {
		margin-left: -1%!important;
		margin-right: -1%!important;
		width: calc(100% + 2%)!important;
	}
	article .alignfull {
		margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
		max-width: 100vw;
	}
	.shareit-floating {
		position: relative;
		background: transparent!important;
		padding: 0!important;
		border: none!important;
		-webkit-box-shadow: none;
    box-shadow: none;
	}
	.social-share-float .shareit-floating {
		right: 0!important;
	}
	#wrapper.social-share-float .article { padding-left: 0 }
	.shareit-floating .shareit.shareit-circular {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 30px;
	}
	.shareit-floating .shareit.shareit-circular a {
		margin-right: 16px;
		margin-bottom: 0;
	}
	.shareit-floating .shareit.shareit-circular a:nth-last-child {
		margin-right: 0;
	}
	.shareit-floating .shareit.shareit-default .share-item {
		float: left!important;
		display: inline-block;
	}
	.shareit-floating .shareit { margin-bottom: 30px!important }
	.shareit-floating .shareit.shareit-circular.standard a {
		margin-bottom: 0;
		margin-right: 24px;
	}
}
@media screen and (max-width:1170px) {
	#page, .container { max-width: 96% }
	body .teams-section .teams-section-items .team-item img {
		margin-bottom: 5px;
	}
	body .teams-section h3 { font-size: 20px }
	body .teams-section .teams-section-items .team-item .team-profession { font-size: 16px }
	body .teams-section h2 {
		font-size: 35px;
	}
	.teams-section p.sub-heading { font-size: 22px }
	#commentform input#submit, #mtscontact_submit { position: static }
	.small-container {
		width: 100%!important;
	}
	body .blog-carousel h3.title a { line-height: 1.5 }
	body .blog-carousel-container .slide-caption {
		bottom: 50%;
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
	}
	.twogrid-section .twocolumn-cta-heading-section h2, .twogrid-section .twocolumn-cta-heading-section p.sub-heading, .services-heading-section h2, .blog-heading-section h2, .services-heading-section p.sub-heading, .blog-section p.sub-heading, .clients-heading-section h2, .clients-section p.sub-heading  {
		max-width: 100%;
	}
}
@media screen and (max-width:1024px) {
	#move-to-top {
		margin-right: 0;
		right: 5px;
	}
	.mts-cart span a { padding: 17px 3px 16px 3px!important }
	.widget #wp-subscribe .title { font-size: 24px }
	body .related-posts .title a {
		font-size: 20px;
		line-height: 1.4;
	}
	/* Related Posts */
	.related-posts-container .flex-grid.grid5, .related-posts-container .flex-grid.grid6, .related-posts-container .flex-grid.grid7, .related-posts-container .flex-grid.grid8 { -webkit-box-flex: 0; -ms-flex: 0 0 calc( 25% - 24px); flex: 0 0 calc( 25% - 24px) }
	.brands-items li { margin-bottom: 8px }
	.brands-title {
		margin: 0 20px 0 0;
    min-width: 140px;
	}
	/* Single */
	body .single-title {
		font-size: 26px;
	}
	.single-header img.single-featured-image { margin-bottom: 25px }
	body .postauthor h5, body .postauthor h5 a, body .single-subscribe .widget #wp-subscribe .title { font-size: 20px; }
	body .postauthor p { font-size: 15px; line-height: 24px; margin: 5px 0 20px }
	.single-subscribe .wp-subscribe-wrap p.text, .single-subscribe .widget #wp-subscribe p.text, .single-subscribe .widget .wp-subscribe .wps-consent-wrapper label, .single-subscribe .widget .wp-subscribe-wrap .error, .single-subscribe .widget .wp-subscribe-wrap .thanks { font-size: 16px!important; line-height: 24px!important; }
	body .slider-section .slider-title { font-size: 50px }
	body .slider-section .slider-text { font-size: 20px; margin-bottom: 20px; line-height: 1.5; }
	body .slider-section .slider-caption {
		position: relative;
		bottom: inherit;
		top: inherit;
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	body .slider-item .container {
	  min-height: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 300px 0;
	}
	.threegrid-section .grid-item { padding-left: 2%; padding-right: 2%; }
	body .threegrid-section h3 { font-size: 25px }
	.threegrid-section .grid-item, .blog-section-posts .blog-section-post {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 32%!important;
		flex: 1 0 32%!important;
		width: 32%!important;
		margin-right: 2%!important;
		max-width: 32%!important;
	}
	.threegrid-section .grid-item:nth-child(3n), .blog-section-posts .blog-section-post:nth-child(3n), .blog-section-posts .blog-section-post:last-child {
		margin-right: 0!important;
	}
	.services-section-items .service-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 24%!important;
		flex: 1 0 24%!important;
		width: 24%!important;
		margin-right: 1.3333%!important;
		max-width: 24%!important;
	}
	.services-section-items .service-item:nth-child(4n) {
		margin-right: 0!important;
	}
	.teams-section .teams-heading-section {
		-webkit-box-flex: 0.6;
    -ms-flex: 0.6;
    flex: 0.6;
	}
	body .twogrid-section h2, body .blog-section h2, body .services-section h2, body .clients-section h2, body .teams-section h2, body .twogrid-section .twocolumn-cta-heading-section h2 {
		font-size: 34px;
		margin-bottom: 10px;
	}
	body .twogrid-section p.sub-heading, body .services-section p.sub-heading, body .teams-section p.sub-heading, body .blog-section p.sub-heading, body .clients-section p.sub-heading {
		font-size: 20px;
	}
	body .clients-section-items ul li {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 25%;
		flex: 1 0 25%;
		max-width: 25%;
	}
	body .blog-section-post h3 {
		font-size: 15px;
		line-height: 1.8;
	}
	body .blog-section-wrap {
		bottom: 20px;
	}
	body .blog-carousel h3.title a { font-size: 14px }
	body .post-date {
		font-size: 22px!important;
	}
	body .post-date:before {
		height: 35%;
	}
	.layout-default .latestPost .title a {
		font-size: 26px!important;
		line-height: 1.4!important;
	}
	.layout-default .latestPost .wrapper { padding-left: 5% }
	body .blog-carousel-section h2, body .blog-carousel-section h2 a { font-size: 35px }
	body .blog-carousel-section .carousel-heading { font-size: 22px }
	body .blog-carousel-section { padding-top: 20px; margin-bottom: 20px; }
	.blog .default-container { padding-top: 40px }
	.blog .layout-featured-container { margin-top: 40px }
	body .featured-category-title { margin-bottom: 15px!important }
	article ul li { margin-bottom: 10px }
	blockquote cite { font-size: 16px }
	body .logo-wrap { margin-right: 20px }
	#secondary-navigation li { padding: 16px 20px }
	body .header-search span.sbutton { margin-top: -4px }
	body .header-search { margin-left: 40px }
	.related-posts.related2 #featured-thumbnail { margin-right: 4% }
	body .commentmetadata { line-height: 1.7 }
	.thecomment a i { margin-right: 7px!important }
}
@media screen and (max-width:960px) {
	.single-post .container { max-width: 96%; }
	img {
		max-width: 100%;
		height: auto!important;
	}
	.ad-300 img { max-width: 100% }
	.ad-125 li { max-width: 40% }
	.ad-125 img {
		padding: 0;
		background: #FAFAFA;
		border: 0;
	}
	.footer-widgets .f-widget { width: 31.5% }
	.footer-widgets.widgets-num-4 .f-widget { width: 22.5% }
	.f-widget .widget { margin-bottom: 40px }
}
@media screen and (max-width: 961px) and (min-width: 866px) {
	#secondary-navigation li {
		padding: 16px 15px;
	}
}
@media screen and (max-width: 961px) and (min-width: 721px) {
	.footer-widgets.widgets-num-4 .f-widget, .footer-widgets.widgets-num-3 .f-widget {
		width: 31.3333333%;
		margin-right: 3%;
	}
	.footer-widgets.widgets-num-4 .f-widget:nth-child(3n), .footer-widgets.widgets-num-3 .f-widget:nth-child(3n) { margin-right: 0 }
}
@media screen and (max-width:920px) {
	.layout-default .latestPost .post-date + .latestPost-image {
		width: 35%;
		margin-left: 13%;
	}
	.layout-default .latestPost .post-date + .latestPost-image + .wrapper {
		width: 52%;
	}
}
@media screen and (min-width:865px) {
	.navigation.mobile-only { display: none }
}
@media screen and (max-width:865px) {
	#secondary-navigation { padding-top: 9px }
	.site-description { margin-top: 0 }
	#logo a, #logo img {
		float: none;
		letter-spacing: 0;
	}
	.widget-header {
		max-width: 100%;
		float: none;
		overflow: hidden;
		width: 100%;
		text-align: center;
	}
	.small-header .widget-header { margin-top: 20px }
	footer .container { padding: 0 2% }
	.navigation {
		width: 100%;
		border: none;
		display: none;
	}
	.navigation.pagination {
		display: block;
	}
	.navigation .menu a, .navigation .menu .fa > a, .navigation .menu .fa > a {
		color: #fff!important;
		background: transparent;
	}
	.navigation .menu {
		display: block!important;
		float: none;
		background: transparent;
		margin-bottom: 0;
	}
	.navigation ul ul {
		visibility: visible!important;
		opacity: 1!important;
		position: relative;
		left: 0!important;
		border: 0;
		width: 100%;
		margin-top: 0;
	}
	.navigation ul li li {
		background: transparent;
		border: 0;
	}
	nav { height: auto }
	#header nav li, #header .navigation ul li li {
		width: 100%!important;
		float: left;
		position: relative;
	}
	.navigation ul li:after { display: none }
	.navigation ul li:before { display: none }
	#header nav li a, .header-default #secondary-navigation li a, body #secondary-navigation .navigation ul .current-menu-item a {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		width: 100%!important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 16px!important;
		letter-spacing: 0.5px!important;
		font-weight: normal!important;
	}
	#secondary-navigation li, #secondary-navigation li li {
		padding: 0;
	}
	#secondary-navigation .navigation ul ul a, #secondary-navigation .navigation ul ul a:link, #secondary-navigation .navigation ul ul a:visited {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2)!important;
	}
	#header nav a {
		text-align: left;
		width: 100%;
		text-indent: 25px;
	}
	body #header { margin-top: 0; }
	.menu-icon { display: none; }
	a#pull {
		display: inline-block;
		position: relative;
		font-size: 16px!important;
		font-weight: 700!important;
		padding-right: 20px;
	}
	a#pull:after {
		content: "\f0c9";
		display: inline-block;
		position: absolute;
		right: 0;
		top: 0;
		font-family: FontAwesome;
	}
	.header-search #searchform, .header-search #searchform fieldset {
		width: 100%;
	}
	.header-search #s {
		width: 100%;
		opacity: 1;
	}
	.header-search.active #s {
		height: 45px;
		padding: 0 10px;
	}
	.header-search button {
		right: 15px;
	}
	#header .nav-button {
		margin-top: 5px;
	}
	.navigation ul .sfHover a, .navigation ul li:hover, .navigation ul .sfHover ul li { background: transparent }
	/*disable flayout*/
	#catcher { height: 0 !important }
	.sticky-navigation-active {
		position: relative !important;
		top: 0 !important;
	}
	.admin-bar .sticky-navigation-active { top: 0!important }
	/*-[ Responsive Navigation ]--------------------------------*/
	.main-container {
		position: relative;
		left: 0;
		-webkit-transition: left 500ms ease;
		transition: left 500ms ease;
	}
	.mobile-menu-active .main-container {
		left: 300px;
		-webkit-transition: left 500ms ease;
		transition: left 500ms ease;
  }
	.navigation.mobile-menu-wrapper {
		display: block;
		position: fixed;
		top: 0;
		left: -300px;
		width: 300px;
		height: 100%;
		background-color: #00bc58;
		border-right: 1px solid rgba(0, 0, 0, 0.2);
		overflow: auto;
		-webkit-transition: left 500ms ease;
		transition: left 500ms ease;
		-webkit-backface-visibility: hidden;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow-x: hidden;
	}
	.mobile-menu-active .navigation.mobile-menu-wrapper {
		left: 0;
		z-index: 1111;
	}
	.navigation ul li {
		width: 100%;
		display: block;
	}
	.navigation ul li:hover { background: none }
	.navigation ul li a, .navigation ul ul a {
		padding: 9px 0!important;
		width: 100%;
		border: none;
	}
	.navigation ul ul {
		background: none!important;
		position: static;
		width: 100%;
		border: none;
	}
	.navigation ul ul li {
		background: none;
		width: 100%;
	}
	.navigation i { display: inline }
	.navigation ul ul a { padding: 9px 18px !important }
	.navigation ul ul ul a { padding: 9px 27px !important }
	.navigation ul ul ul ul a { padding: 9px 36px !important }

	.navigation .toggle-caret {
		display: block;
		width: 42px;
		height: 42px;
		line-height: 42px;
		color: #ffffff;
		border-left: 1px solid rgba(255, 255, 255, 0.2);
		top: 0;
	}
	.navigation .menu-item-has-children > a:after { content: '' }
	#mobile-menu-overlay {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 999;
		cursor: pointer;
		display: none;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		background: rgba(0,0,0,.5);
	}
	html.noscroll {
		position: fixed;
		overflow-y: scroll;
		width: 100%;
	}
	/*-[ Mega Menu ]--------------------------------*/
	#wpmm-megamenu .wpmm-subcategories {
		width: 100%;
		text-indent: 0;
	}
	#wpmm-megamenu .wpmm-posts { width: 100% }
	#wpmm-megamenu .wpmm-post {
		width: 100%!important;
		padding: 0 10px!important;
		text-align: center!important;
	}
	#wpmm-megamenu .wpmm-thumbnail img { float: left }
	div.header-social-icons, .mts-cart { display: block!important }
	#secondary-navigation .mts-cart {
		display: block!important;
		padding-left: 0;
	}
	#secondary-navigation .navigation ul li:hover, #secondary-navigation .navigation ul .current-menu-item { background: transparent }
	.wpmm-megamenu-showing.wpmm-light-scheme { background: transparent!important }
	#secondary-navigation .navigation ul ul li { background: transparent }
	#secondary-navigation .header-social-icons a {
		font-size: 18px!important;
		padding: 14px 10px!important;
		width: auto;
		text-indent: 0;
		background: transparent;
	}
	.navigation i { margin-right: 0 }

	.prev-next { display: none }
	.footer-nav-section, #copyright-note {
		width: 100%;
		float: none;
		text-align: center;
	}
	#copyright-note {
		padding: 20px 0;
	}
	/* Single */
	.blog-heading-section .right, .blog-heading-section .left {
		width: 100%;
	}
	/* Single subscribe */
	.single-subscribe #wp-subscribe .title {
		position: static!important;
	}
	.single-subscribe #wp-subscribe .title, .single-subscribe #wp-subscribe p, .single-subscribe .widget #wp-subscribe form {
		width: 100%;
		height: 100%;
		float: none;
	}
	body .single-subscribe .widget #wp-subscribe {
		padding: 25px;
	}
	.single-subscribe .layout-subscribe-container {
		padding: 50px 0 40px 0!important;
	}
	/* HomePage */
	body .teams-section .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}
	body .teams-section .teams-heading-section {
		margin-bottom: 20px;
	}
	body .teams-section .teams-heading-section, body .teams-section .teams-section-items {
		-webkit-box-flex: 1;
    -ms-flex: 0.1;
    flex: 1;
		width: 100%;
		text-align: center;
	}
	body .teams-section h2 { margin-bottom: 10px;}
	.services-section-items .service-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 32%!important;
		flex: 1 0 32%!important;
		width: 32%!important;
		margin-right: 2%!important;
		max-width: 32%!important;
	}
	.services-section-items .service-item:nth-child(4n) { margin-right: 2%!important }
	.services-section-items .service-item:nth-child(3n) {
		margin-right: 0!important;
	}
	body .blog-carousel h3.title a { font-size: 18px }
	body .breadcrumbs-section .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.breadcrumbs-section .container h1 { margin-bottom: 20px }
	body .header-search span.sbutton { margin-top: -7px }
	#site-header .header-search .searchbox-open .searchbox-icon { top: 4px }
	body .twogrid-section, body .services-section {
		margin-top: 80px;
	}
	body .twogrid-section .twocolumn-cta-heading-section, body .services-heading-section, body .blog-heading-section, body .clients-heading-section {
		margin-bottom: 50px;
	}
	body .blog-section {
		padding-top: 100px;
		padding-bottom: 80px;
	}
	body .clients-section {
		padding-top: 80px;
		padding-bottom: 50px;
	}
	body .teams-section {
		margin-top: 60px;
	}
	body .twogrid-section h2, body .blog-section h2, body .services-section h2, body .clients-section h2, body .teams-section h2 {
		font-size: 32px;
	}
	body .twogrid-section h3 {
		font-size: 32px
	}
	.header-layout2 #header .logo-wrap {
		float: left;
		width: auto;
	}
	.header-layout2 #secondary-navigation {
		float: right;
	}
}
@media screen and (max-width:768px) {
	.featured-category-title {
		font-size: 24px!important;
		line-height: 1.3!important;
	}
	.related-posts-container .flex-grid.grid2, .related-posts-container .flex-grid.grid3, .related-posts-container .flex-grid.grid4, .related-posts-container .flex-grid.grid5, .related-posts-container .flex-grid.grid6, .related-posts-container .flex-grid.grid7, .related-posts-container .flex-grid.grid8 {
		-ms-flex: 0 0 calc( 50% - 30px);
    -webkit-box-flex: 0;
		        flex: 0 0 calc( 50% - 30px);
	}
	.article, .single-post .article { width: 100% }
	#content_box {
		padding-right: 0px;
		padding-left: 0px!important;
	}
	.sidebar.c-4-12 {
		margin: 0 auto;
		float: none!important;
		width: 100% !important;
		max-width: 300px;
		overflow: hidden;
		padding-top: 40px;
	}
	.layout-featured .latestPost {
		width: 48%;
		margin-right: 4%;
	}
	.layout-featured .latestPost:nth-of-type(3n) { margin-right: 4% }
	.layout-featured .latestPost:nth-of-type(2n) { margin-right: 0}
	.layout-featured .latestPost:nth-of-type(3n+1) { clear: none }
	.layout-featured .latestPost:nth-of-type(2n+1) { clear: both }
	.front-view-content {
		font-size: 15px!important;
		line-height: 1.8!important;
	}
	.layout-default .readMore .button {
		font-size: 17px;
		height: 48px;
		line-height: 48px;
	}
	.layout-default .latestPost .post-date + .latestPost-image {
		width: 35%;
		margin-left: 13%;
	}
	.layout-default .latestPost .post-date + .latestPost-image + .wrapper {
		width: 52%;
	}
	body #respond h4, body .total-comments {
		font-size: 24px;
	}
	body .single-subscribe .widget #wp-subscribe input.submit, body .single-subscribe #wp-subscribe input.email-field, body .single-subscribe #wp-subscribe input.name-field {
		height: 46px;
		font-size: 16px;
	}
	body .slider-item .container {
		padding: 250px 0;
	}
	body .slider-section .slider-title {
		font-size: 45px;
		margin-bottom: 20px;
	}
	body .slider-section .slider-text {
		font-size: 18px;
	}
	.slider-section .button {
		margin-top: 12px
	}
	.threegrid-section .grid-item, .blog-section-posts .blog-section-post {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 48%!important;
		flex: 1 0 48%!important;
		width: 48%!important;
		margin-right: 4%!important;
		max-width: 48%!important;
	}
	.threegrid-section .grid-item:nth-child(3n), .blog-section-posts .blog-section-post:nth-child(3n), .blog-section-posts .blog-section-post:last-child {
		margin-right: 4%!important;
	}
	.threegrid-section .grid-item:nth-child(2n), .blog-section-posts .blog-section-post:nth-child(2n) {
		margin-right: 0!important;
	}
	article .alignwide { max-width: inherit }
	article .nosidebar .alignwide, article .cslayout .alignwide, article .sclayout .alignwide {
		margin-right: -2%!important;
		width: calc(100% + 4%)!important;
		margin-left: -2%!important;
	}
	article .sclayout .alignfull, article .cslayout .alignfull {
		margin-left: calc(50% - 50vw)!important;
		margin-right: calc(50% - 50vw)!important;
	}
}
@media screen and (max-width:728px) {
	.logged-in .pace .pace-progress { top: 46px }
	.widget-header {
		max-width: 100%;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.footer-sections .footer-nav-section {
		text-align: center;
	}
	.footer-nav-container, .footer-nav-social-icons {
		width: 100%;
	}
	.footer-nav-social-icons { float: none }
}
@media screen and (min-width:985px) {
	.widget-header .adcode-widget {
		width: 728px;
		height: 90;
	}
}
@media screen and (max-width:730px) {
	.cooked-recipe-info .cooked-left, .cooked-recipe-info .cooked-right {

	}
	#wrapper .cooked-recipe-info {
		background: none;
		padding-left: 0;
	}
	#wrapper .cooked-recipe-info .cooked-left > span {
		margin: 0.5rem 1rem 1rem;
		padding: 0;
		border: none;
	}
	#wrapper .cooked-recipe-info .cooked-difficulty-level {
		padding: 0!important;
	}
	#wrapper .cooked-recipe-info .cooked-right > span {
		border: none;
	}
}
@media screen and (max-width:720px) {
	.ad-125 li { max-width: 45% }
	#comments { margin-right: 0 }
	.widget-header .textwidget {
		margin-top: 0;
		padding-left: 0;
		border-left: none;
	}
	.footer-widgets.widgets-num-4 .f-widget, .footer-widgets.widgets-num-3 .f-widget {
		width: 48%;
		margin-right: 4%;
	}
	.footer-widgets.widgets-num-4 .f-widget:nth-child(even), .footer-widgets.widgets-num-3 .f-widget:nth-child(even) { margin-right: 0 }

	/* single */
	.twocolumn-cta-section {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.twocolumn-cta-section .twocolumn-left, .twocolumn-cta-section .twocolumn-right {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		min-height: 500px;
	}
	.twogrid-section .two-column-cta-button-inner { width: 100% }
}
@media screen and (max-width:640px) {
	body .services-section h3 { font-size: 18px }
	body .clients-section-items ul li {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 33.33333%;
		flex: 1 0 33.33333%;
		max-width: 33.33333%;
	}
	.layout-default .latestPost .post-date + .latestPost-image {
		width: 32%;
		margin-left: 16%;
	}
	.layout-default .latestPost .post-date + .latestPost-image + .wrapper {
		width: 52%;
	}
	.layout-default .latestPost .title a {
		font-size: 24px!important;
	}
	body .blog-carousel-section h2, body .blog-carousel-section h2 a { font-size: 30px }
	body .blog-carousel-section .carousel-heading { font-size: 20px; margin-bottom: 0; }
	body .breadcrumb, body .rank-math-breadcrumb {
		font-size: 15px
	}
	.breadcrumb > div, .rank-math-breadcrumb .separator { padding: 0 5px }
	html body { font-size: 16px; line-height: 1.8; }
	.single-header .post-info > span {
		padding: 8px 15px;
	}
	body .post-info > span {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	body .slider-item .container {
		padding: 200px 0;
	}
}
@media screen and (max-width:600px) {
	.featured-thumbnail img { width: 100% }
	.logged-in .pace .pace-progress { top: 0px }
	.footer-widgets .f-widget, .footer-widgets.widgets-num-4 .f-widget, .footer-widgets.widgets-num-3 .f-widget.last {
		width: 100%!important;
		max-width: 340px;
		margin-bottom: 15px;
		float: none!important;
		margin: 0 auto!important;
	}
	html #wpadminbar { position: fixed }

	/* Related Posts */
	.related-posts-container .flex-grid.grid4, .related-posts-container .flex-grid.grid5, .related-posts-container .flex-grid.grid6, .related-posts-container .flex-grid.grid7, .related-posts-container .flex-grid.grid8 { -webkit-box-flex: 0; -ms-flex: 0 0 calc( 33.3333% - 24px); flex: 0 0 calc( 33.3333% - 24px) }
}
@media screen and (min-width:550px) {
	.widget-header .adcode-widget {
		width: 468px;
		height: 60;
	}
}
@media screen and (max-width:550px) {
	body .featured-content a.title {
		padding: 25px;
		font-size: 34px;
		line-height: 38px;
	}
	.sbutton { float: right }
	.f-widget {
		width: 100%;
		margin-right: 0;
	}
	blockquote {
		padding: 30px 30px 20px 30px;
		font-size: 18px!important;
	}

	.commentmetadata { overflow: visible }
	.single_post .post-single-content, .tags { padding-left: 0; }
	.footer.logo-wrap {
		float: none;
    display: inline-block;
	}
	.footer-logo-section { text-align: center }

	body .single-subscribe {
		width: calc(100% + 50px);
		margin: 0 -25px 40px -25px;
	}
	body .postauthor {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.postauthor {
		text-align: center;
	}
	.postauthor img {
		float: none;
		margin-right: 0!important;
	}
	.services-section-items .service-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 48%!important;
		flex: 1 0 48%!important;
		width: 48%!important;
		margin-right: 4%!important;
		max-width: 48%!important;
	}
	.services-section-items .service-item:nth-child(3n), .services-section-items .service-item:nth-child(4n) {
		margin-right: 4%!important;
	}
	.services-section-items .service-item:nth-child(2n) {
		margin-right: 0!important;
	}
	body .teams-section .teams-section-items .team-item {
		-webkit-box-flex: 1;
    -ms-flex: 1 0 48%;
    flex: 1 0 48%;
    margin-right: 4%;
    text-align: center;
    max-width: 48%;
	}
	body .teams-section .teams-section-items .team-item:nth-child(3n) {
		margin-right: 4%;
	}
	body .teams-section .teams-section-items .team-item:nth-child(2n) {
		margin-right: 0;
	}
	body .blog-section, {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	body .clients-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	body .services-section {
		margin-top: 60px;
	}
	body .two-column-cta-button .container {
		max-width: 100%;
	}
	body .twogrid-section .two-column-cta-button-inner {
		padding-left: 0;
		padding-right: 0;
	}
	body .twogrid-section { margin-top: 30px }
	body .twogrid-section .twocolumn-cta-heading-section, body .services-heading-section {
		margin-bottom: 40px;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
	}
	body .blog-section {
		padding-top: 80px;
		padding-bottom: 60px;
	}
	.blog-section h2 { margin-bottom: 40px }
	body .twogrid-section h2, body .blog-section h2, body .services-section h2, body .clients-section h2, body .teams-section h2, body .twogrid-section .twocolumn-cta-heading-section h2 {
		font-size: 28px;
	}
	body .twogrid-section .twocolumn-cta-heading-section, body .services-heading-section, body .clients-heading-section {
		margin-bottom: 30px;
	}
	body .author-social { padding-left: 0 }
	.footer-logo-section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.footer-logo-section .footer.logo-wrap, .footer-logo-section .footer #logo a { margin-right: 0 }
	.footer-logo-social-icons { text-align: none }
	#commentform p.comment-form-author, #commentform p.comment-form-email, #commentform p.comment-form-url {
		width: 100%;
		margin-right: 0;
	}
}
@media screen and (max-width:480px) {
	.top-bar .top-bar-text {
		font-size: 14px;
	}
	#header .nav-button {
		display: none;
	}
	.header-search-icon {
		margin-right: 0;
	}

	.default-container {
		margin-top: 30px!important;
		margin-bottom: 0!important;
	}
	.layout-default .post-info {
		line-height: 1.4;
	}
	#site-footer {
		margin-top: 50px!important;
	}
	.navigation { border-bottom: 0 }
	.navigation {
		margin-top: 0;
		margin-bottom: 0;
	}

	.layout-default .latestPost {
		width: 100%;
	}
	#featured-thumbnail.fitness-widgetfull {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	/*#wrapper.single>.container, .archive #wrapper>.container, .search #wrapper>.container, .error404 #wrapper>.container, .default-wrap { margin-top: 20px }*/

	/* Signle */
	.single-subscribe .widget #wp-subscribe .title {
		margin-bottom: 10px;
	}
	.tags {
		margin: 0 0 40px 0;
	}
	.postauthor::after {
		top: -40px;
	}
	.related-posts {
		margin-top: 35px;
		padding-top: 45px;
	}
	body #sidebar .widget {
		margin-bottom: 30px;
	}
	.related-posts article {
		width: 100%;
		float: left!important;
		max-width: 100%;
	}
	.related-posts.related6 .related-posts-container {
		width: 100%;
		margin-right: 0;
	}
	.related-posts.related6 .related-posts-ad {
		float: left;
	    width: 100%;
	    max-width: 100%;
	    text-align: center;
	    margin-bottom: 20px;
	}
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		width: 100%;
		margin-right: 0;
	}
	.copyrights { text-align: center }
	#copyright-note > span { float: none; margin-left: 0; margin-right: 0}
	#copyright-note>span::after { display: none; }
	.top { width: 100% }
	.commentlist .children, .commentlist .children .children {
		padding-left: 0;
		width: 100%;
	}
	.related-posts .latestPost .title a { font-size: 18px!important }
	#copyright-note {
		float: none;
		width: 100%;
	}
	.to-top {
		float: none;
		clear: both;
		width: 100%;
	}

	/* Related Posts */
	body .related-posts { margin-bottom: 0 }
	.right .breadcrumb, .right .rank-math-breadcrumb {
		margin-bottom: 0;
	}
	body .twogrid-section h2, body .blog-section h2, body .services-section h2, body .clients-section h2, body .teams-section h2 {
		font-size: 28px;
		width: 80%;
    margin-left: auto;
    margin-right: auto;
	}
	body .twogrid-section p.sub-heading, body .services-section p.sub-heading, body .teams-section p.sub-heading, body .blog-section p.sub-heading, body .clients-section p.sub-heading {
		font-size: 18px;
		width: 80%;
    margin-left: auto;
    margin-right: auto;
	}
	body .threegrid-section .grid-item, body .blog-section-posts .blog-section-post {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%!important;
		flex: 1 0 100%!important;
		width: 100%!important;
		margin-right: 4%!important;
		max-width: 100%!important;
	}
	body .blog-section-wrap {
		font-size: 16px;
		bottom: 50%;
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
	}
	body .clients-section-items ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
	}
	.layout-featured .latestPost {
		width: 100%!important;
		margin-right: auto!important;
		margin-left: auto!important;
	}
	.layout-default .latestPost .post-date + .latestPost-image {
		width: 80%;
		margin-left: 20%;
	}
	.layout-default .latestPost .post-date + .latestPost-image + .wrapper {
		width: 80%;
		margin-top: 30px;
		padding-left: 0;
	}
	body .post-date:before { height: 14% }
	.layout-default .latestPost:after { width: 20% }
	.layout-default .latestPost:before { width: 80% }
	.layout-default .latestPost .title a {
		font-size: 22px!important;
	}
	.breadcrumbs-section .container .breadcrumb, .breadcrumbs-section .container .rank-math-breadcrumb {
		display: block;
	}
	body .single-subscribe #wp-subscribe input.email-field, body .single-subscribe #wp-subscribe input.name-field, .single-subscribe .widget #wp-subscribe input.submit, #commentform input#submit, #mtscontact_submit, .widget #wp-subscribe input.submit {
		width: 100%;
		position: static;
		height: 56px;
		line-height: 56px;
	}
	body .blog-section, {
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.related-posts-container .flex-grid.grid2, .related-posts-container .flex-grid.grid3, .related-posts-container .flex-grid.grid4, .related-posts-container .flex-grid.grid5, .related-posts-container .flex-grid.grid6, .related-posts-container .flex-grid.grid7, .related-posts-container .flex-grid.grid8 {
		-ms-flex: 0 0 calc( 100% - 30px);
		-webkit-box-flex: 0;
						flex: 0 0 calc( 100% - 30px);
	}
	.related-posts .latestPost .title a {
		font-size: 20px!important;
	}
	body .slider-section .slider-title {
		font-size: 40px;
	}
	body .slider-section .slider-text {
		font-size: 16px;
	}
	body .slider-section .button, body .twogrid-section .button {
		height: 55px;
		line-height: 55px;
		font-size: 16px;
	}
	.threegrid-section .grid-item {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.twocolumn-cta-section .twocolumn-left, .twocolumn-cta-section .twocolumn-right {
		min-height: 430px;
	}
}
@media screen and (max-width:430px) {
	.latestPost-review-wrapper .review-total-star {
		position: relative;
		right: 0;
		top: 0;
	}
	.related-posts-container .flex-grid.grid2, .related-posts-container .flex-grid.grid3, .related-posts-container .flex-grid.grid4, .related-posts-container .flex-grid.grid5, .related-posts-container .flex-grid.grid6, .related-posts-container .flex-grid.grid7, .related-posts-container .flex-grid.grid8 { -webkit-box-flex: 0; -ms-flex: 0 0 calc( 100% - 24px); flex: 0 0 calc( 100% - 24px) }
	/* HomePage */
	.layout-default .latestPost {
		margin-bottom: 30px;
	}
	.layout-default .latestPost #featured-thumbnail {
		width: 100%;
	}
	.layout-default .latestPost .wrapper {
		width: 100%;
		margin-top: 20px;
	}
}
@media screen and (min-width:400px) {
	.widget-header .adcode-widget {
		width: 320px;
		height: 100px;
	}
}
@media screen and (max-width:400px) {
	#commentform textarea { width: 100% }

	.related-posts-ad {
		max-width: 100%;
		margin-bottom: 15px;
	}
	body .single-title { font-size: 24px }
	body .postauthor h5, body .postauthor h5 a {
		font-size: 24px;
	}
	.single_post { margin-bottom: 10px }
	.thecontent ul, .thecontent ol { padding-top: 0 }
	body .postauthor, #comments { padding-top: 20px }
	body .postauthor { padding-bottom: 10px }
	body #sidebar .widget {
		margin-bottom: 30px;
	}
	.footer-nav-social-icons { margin-top: 20px }
	body .footer-nav-container li a { margin: 0 5px }
	.footer-nav-container .footer-separator { display: none }
	body #sidebar .widget h3.widget-title {
		font-size: 24px;
		margin-bottom: 15px;
	}
	/* HomePage */
	.layout-featured .latestPost {
		width: 100%;
		margin-right: 0;
	}
	body .post-date {
		position: relative;
		text-align: left;
		margin-bottom: 20px;
	}
	body .post-date > div { display: inline-block }
	body .post-date .date-circle { display: none }
	body .post-date:before, body .post-date:after, body .layout-default .latestPost:after { display: none }
	body .layout-default .latestPost:before { width: 100% }
	.layout-default .latestPost .post-date + .latestPost-image {
		width: 100%;
    margin-left: 0;
	}
	.layout-default .latestPost .post-date + .latestPost-image + .wrapper {
		width: 100%;
		padding-left: 0;
	}
	body .blog-carousel-section h2, body .blog-carousel-section h2 a { font-size: 28px }
	#header h1, #header h2 { float: none }
	body .logo-wrap {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.header-default #secondary-navigation {
		float: left;
	}
	body .header-search { margin-top: 0 }
	body .services-section-items .service-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%!important;
		flex: 1 0 100%!important;
		width: 100%!important;
		margin-right: 4%!important;
		max-width: 100%!important;
	}
	.related-posts.related2 article header { overflow: visible }
	.related-posts.related2 #featured-thumbnail { width: 100%; margin-right: 0; }

}
@media screen and (max-width:320px) {
	.flex-caption { display: none }
	.latestPost { width: 100% !important }
	.navigation li {
		display: block;
		float: none;
		width: 100%;
	}
	.navigation li a { border-bottom: 1px solid #576979 }
}
