/*!
Theme Name: myour child
Theme URI: https://myour.bslthemes.com/
Author: beshleyua
Author URI: https://themeforest.net/user/beshleyua
Description: Myour - One Page Resume WordPress Theme
Version: 1.0.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Template: myour
Text Domain: myour-child
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options 
*/
body .section.started {
	padding-top: 70px;
	height: auto !important;
}

.section.started .started-content {
  padding-bottom: 70px;
}

.section-clients--no_text .single-post-text p {
	margin: 0;
}

.section-clients--no_text .resume-item .date, .section-clients--no_text .resume-item .name {
	display: none;
}

.section-clients--no_text .section  {
	padding-top: 40px;
	padding-bottom: 40px;
}

.section-clients--no_text .section .titles {
	margin-bottom: 30px;
}

.single-post-text p:last-child {
	margin-bottom: 0;
}


@media (max-width: 1088px) {
	body .header {
		padding: 0 30px;
		left: 0;
		right: 0;
		top: 0;
		height: 80px;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
	}
	body .header.fixed {
		top: 0;
		background: #FFFFFF;
	}
	body .header .download-cv-btn {
		display: none;
	}
	body .header .top-menu-nav {
		display: block;
	}
	body .header .top-menu {
		position: relative;
		top: 0;
		left: 0;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		float: none;
		width: auto;
		height: 0px;
		text-align: center;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.35s cubic-bezier(0.165, 0.85, 0.45, 1);
		-moz-transition: opacity 0.35s cubic-bezier(0.165, 0.85, 0.45, 1);
		-webkit-transition: opacity 0.35s cubic-bezier(0.165, 0.85, 0.45, 1);
		-o-transition: opacity 0.35s cubic-bezier(0.165, 0.85, 0.45, 1);
	}
	body .header.active .top-menu {
		padding-top: 30px;
		clear: both;
	}
	body .header .top-menu .menu-top-menu-container {
		display: block;
	}
	body .header .top-menu ul {
		display: block;
	}
	body .header .top-menu ul li {
		margin-left: 0;
		display: block;
	}
	body .header .top-menu ul li a {
		font-size: 20px;
	}
	body .header .top-menu-nav .sub-menu, body .header .top-menu-nav .children {
		position: relative;
		left: 0;
		top: 0;
		margin: 20px 0;
		width: auto;
		text-align: center;
		pointer-events: none;
		display: block;
		opacity: 0;
		visibility: hidden;
		transition: none;
		-webkit-transition: none;
		display: none;
	}
	body .header.active .top-menu-nav .sub-menu, body .header.active .top-menu-nav .children {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	body .header.active .top-menu ul li .sub-menu, body .header.active .top-menu ul li .children {
		display: none;
	}
	body .header .top-menu ul li.menu-item-has-children > a:after {
		transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
	}
	body .header .top-menu ul li.menu-item-has-children.active > a:after {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	body .header .top-menu-nav .sub-menu:before, body .header .top-menu-nav .children:before {
		margin-left: -6px;
		left: 50%;
	}
	body .header .top-menu-nav .sub-menu li .sub-menu, body .header .top-menu-nav .children li .children {
		left: 0;
		top: 0;
		margin: 10px -20px -10px -20px;
		padding: 0;
		background: #e0e1e2;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-khtml-box-shadow: none;
	}
	body .header .top-menu-nav .sub-menu li .sub-menu:before, body .header .top-menu-nav .children li .children:before {
		display: none;
	}
	body .header .menu-btn {
		display: block;
		float: right;
	}
}

@media (max-width: 992px) {
	body .section.started {
		padding-top: 50px;
	}
	.section.started .started-content {
		padding-bottom: 0;
	}
}

@media (min-width: 721px) {
	.section-featured--custom .section {
		padding-bottom: 35px;
	}

	.section-clients--no_text .content-carousel .navs {
		top: -100px;
	}
}

@media (max-width: 720px) {
	.section-clients--no_text .single-post-text img {
		margin: 0 auto;
	}
}