/*!
Theme Name: Projore
Theme URI: http://projore.com/
Author: projore.com
Author URI: http://projore.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: projore
*/
@font-face {
	font-family: Regular;
	src: url(../muximate/fonts/Inter/static/Inter-Regular.ttf);
}

body {
	font-family: Regular;
	font-size: 16px;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}

.btn {
	border: 2px solid #e1e0e8;
	box-sizing: border-box;
	border-radius: 4px;
	height: 44px;
	line-height: 29px;
	font-weight: bold;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
}

.btn.btn-light {
	background: #fff;
	color: #09004d;
}

.btn.btn-success {
	background-color: #00bb78;
	border-color: #00bb78;
}

.btn.btn-primary {
	background-color: #5549b4;
	border-color: #5549b4;
}

.btn.btn-back {
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn.btn-back i.fas {
	margin-right: 10px;
	font-size: 12px;
}

.form-control {
	background: #fafbfc;
	border: 1px solid #e2e0ed;
	box-sizing: border-box;
	border-radius: 4px;
}

.site-header {
	background: #fff;
	padding: 18px 50px;
}

.site-header .navbar-brand {
	margin-right: 100px;
}

.site-header .site-header-main-menu .nav-item {
	margin-right: 50px;
}

.site-header .site-header-main-menu .nav-item .nav-link {
	font-size: 16px;
	color: #575767;
}

.site-header .site-header-right-menu .nav-item {
	margin-left: 14px;
}

.site-header .site-header-right-menu .nav-item .btn {
	width: 120px;
}

.site-footer {
	background: #1d1d50;
	color: #fff;
	padding-top: 60px;
	padding-bottom: 37px;
}

.site-footer h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 35px;
}

.site-footer p {
	margin-bottom: 15px;
}

.site-footer p a {
	text-decoration: none;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	opacity: 0.5;
}

.site-footer p a:hover {
	opacity: 1;
}

.site-footer .logo {
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #fff;
	opacity: 1;
	display: block;
	margin-bottom: 20px;
}

.site-footer a {
	color: #fff;
	opacity: 0.5;
	text-decoration: none;
}

.site-footer a:hover {
	opacity: 1;
}

.site-footer .accordion {
	margin-bottom: 35px;
}

.site-footer .accordion .card {
	background: none;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer .accordion .card .card-header {
	background: none;
	border: none;
	padding: 0;
}

.site-footer .accordion .card .card-header h2 {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
}

.site-footer .accordion .card .card-header h2 i.fas {
	color: #5bb9ee;
}

.site-footer .accordion .card .card-body {
	padding: 0;
}

.site-main {
	padding-top: 80px;
	padding-bottom: 100px;
	background: #f4f9ff;
	font-size: 16px;
	line-height: 24px;
	color: #2c2c52;
}

.site-main .entry-title {
	font-weight: bold;
	font-size: 48px;
	line-height: 58px;
	letter-spacing: -0.02em;
	color: #2c2c52;
	margin-bottom: 50px;
}

.site-main .entry-content h2,
.site-main .entry-content h3,
.site-main .entry-content h4,
.site-main .entry-content h5 {
	font-weight: bold;
	margin-bottom: 25px;
}

.site-main .entry-content p {
	margin-bottom: 25px;
}

.home-page .block-1 {
	padding: 80px 0;
	background: linear-gradient(180deg, #5549b4 51.8%, rgba(85, 73, 180, 0.56) 100%);
	background-image: url("../muximate/img/home_bg.jpg");
	background-size: cover;
	background-position: center bottom;
}

.home-page .block-1 .x-title {
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 62px;
	letter-spacing: -0.02em;
	color: #fff;
	margin-bottom: 33px;
}

.home-page .block-1 .x-action {
	margin-bottom: 34px;
}

.home-page .block-1 .x-action .btn-outline-light {
	margin-right: 7px;
}

.home-page .block-1 .x-description {
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0.255em;
	color: #fff;
}

.home-page .block-2 {
	padding: 80px 0;
}

.home-page .block-2 .x-title {
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	color: #2c2c52;
	margin-bottom: 15px;
}

.home-page .block-2 .x-description {
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #2c2c52;
	margin-bottom: 44px;
}

.home-page .block-2 .x-item-add {
	background: #5549b4;
	border-radius: 20px;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 30px;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
}

.home-page .block-2 .x-item-add i.fas {
	color: #00bb78;
}

.home-page .block-2 .x-item {
	background: #fff;
	border: 1px solid #e9e7fb;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 30px;
	margin-bottom: 20px;
}

.home-page .block-2 .x-item:hover .x-item-title {
	color: #5549b4;
}

.home-page .block-2 .x-item .x-item-image {
	text-align: center;
	margin-bottom: 15px;
}

.home-page .block-2 .x-item .x-item-image img {
	height: 154px;
}

.home-page .block-2 .x-item .x-item-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #2c2c52;
	margin-bottom: 20px;
}

.home-page .block-2 .x-item .x-item-description {
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #575767;
}

.home-page .block-2 .x-item .x-item-action {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #2c2c52;
	text-decoration: none;
}

.home-page .block-2 .x-item .x-item-action i.fas {
	margin-left: 5px;
	color: #00bb78;
}

.home-page .block-3 {
	padding: 80px 0;
	background: #f4f9ff;
}

.home-page .block-3 .x-title {
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	color: #2c2c52;
	margin-bottom: 15px;
}

.home-page .block-3 .x-description {
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #2c2c52;
	margin-bottom: 40px;
}

.home-page .block-3 .x-card {
	background: #fff;
	border-radius: 30px;
	padding: 40px;
}

.home-page .block-3 .x-card .x-sub-card {
	background: #5549b4;
	border-radius: 30px;
	padding: 50px 20px;
	color: #fff;
	text-align: center;
}

.home-page .block-3 .x-card .x-sub-card span {
	display: block;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.255em;
}

.home-page .block-3 .x-card .x-sub-card b {
	display: block;
	font-weight: bold;
	font-size: 60px;
	line-height: 90px;
	text-align: center;
}

.home-page .block-3 .x-card .list-feature {
	margin-bottom: 30px;
}

.home-page .block-3 .x-card .list-feature p {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #2c2c52;
	margin-bottom: 15px;
}

.home-page .block-3 .x-card .list-feature p i.fas {
	color: #00bb78;
}

.register-page {
	position: relative;
}

.register-page .register-sidebar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 484px;
	background-image: url("../muximate/img/register_bg.jpg");
	background-size: cover;
	background-position: bottom;
	padding: 38px 58px;
	color: #fff;
	overflow: auto;
}

.register-page .register-sidebar .logo {
	font-weight: bold;
	font-size: 24px;
	margin: 0;
	line-height: 44px;
}

.register-page .register-sidebar .x-sub-title {
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0.255em;
	margin-top: 170px;
	margin-bottom: 10px;
}

.register-page .register-sidebar .x-title {
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
	margin-bottom: 52px;
}

.register-page .register-sidebar .x-description {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

.register-page .register-sidebar .x-description p {
	margin-bottom: 15px;
}

.register-page .register-sidebar .x-description p i.fas {
	color: #00bb78;
	margin-right: 10px;
}

.register-page .register-content {
	margin-left: 484px;
	padding: 100px;
	padding-bottom: 0;
}

.register-page .register-content .register-form {
	min-height: calc(100vh - 340px);
}

.register-page .register-content .register-form .x-title {
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
	color: #2c2c52;
	margin-bottom: 20px;
}

.register-page .register-content .register-form .x-description {
	font-weight: normal;
	font-size: 16px;
	line-height: 27px;
	color: #575767;
	margin-bottom: 55px;
}

.register-page .register-content .register-form .form-group label {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #2c2c52;
}

.register-page .register-content .register-form .custom-checkbox {
	margin-bottom: 38px;
}

.register-page .register-content .register-form .x-sub-title {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #2c2c52;
	margin-bottom: 50px;
}

.register-page .register-content .register-form .x-item {
	margin-bottom: 29px;
}

.register-page .register-content .register-form .x-item .x-item-title {
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	color: #2c2c52;
	margin-bottom: 12px;
}

.register-page .register-content .register-form .x-item .x-item-description {
	font-size: 16px;
	line-height: 19px;
	color: #2c2c52;
	opacity: 0.7;
}

.register-page .register-content .register-footer {
	margin-top: 100px;
	padding: 50px 0;
}

.features-page .block-1 {
	background-color: #f4f9ff;
	background-image: url(../muximate/img/feature_bg.png?v=1.1);
	background-position: right bottom;
	background-size: 300px;
	background-repeat: no-repeat;
	padding-top: 60px;
	text-align: center;
}

.features-page .block-1 .x-title {
	font-weight: bold;
	font-size: 48px;
	line-height: 58px;
	color: #2c2c52;
	margin-bottom: 10px;
}

.features-page .block-1 .x-description {
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	color: #2c2c52;
}

.features-page .block-2 {
	padding: 30px 0;
}

.features-page .block-2 .x-item {
	padding: 80px 0;
}

.features-page .block-2 .x-item .x-title {
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
	color: #2d2d3e;
	margin-bottom: 44px;
}

.features-page .block-2 .x-item .x-description {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #575767;
	margin-bottom: 55px;
}

.features-page .block-2 .x-item .x-list-item {
	margin-bottom: 50px;
}

.features-page .block-2 .x-item .x-list-item .x-sub-item {
	font-size: 20px;
	line-height: 30px;
	color: #575767;
	margin-bottom: 15px;
	display: flex;
}

.features-page .block-2 .x-item .x-list-item .x-sub-item img {
	margin-right: 18px;
}

.features-page .block-3 {
	padding: 80px 0;
	background: #f4f9ff;
}

.features-page .block-3 .x-title {
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	color: #2c2c52;
	margin-bottom: 15px;
}

.features-page .block-3 .x-description {
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #2c2c52;
	margin-bottom: 40px;
}

.features-page .block-3 .x-card {
	background: #fff;
	border-radius: 30px;
	padding: 40px;
}

.features-page .block-3 .x-card .x-sub-card {
	background: #5549b4;
	border-radius: 30px;
	padding: 50px 20px;
	color: #fff;
	text-align: center;
}

.features-page .block-3 .x-card .x-sub-card span {
	display: block;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.255em;
}

.features-page .block-3 .x-card .x-sub-card b {
	display: block;
	font-weight: bold;
	font-size: 60px;
	line-height: 90px;
	text-align: center;
}

.features-page .block-3 .x-card .list-feature {
	margin-bottom: 30px;
}

.features-page .block-3 .x-card .list-feature p {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #2c2c52;
	margin-bottom: 15px;
}

.features-page .block-3 .x-card .list-feature p i.fas {
	color: #00bb78;
}

.pricing-page {
	padding: 80px 0;
	background: #f4f9ff;
}

.pricing-page .x-title {
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	color: #2c2c52;
	margin-bottom: 42px;
}

.pricing-page .x-description {
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #2c2c52;
	margin-bottom: 40px;
}

.pricing-page .x-card {
	background: #fff;
	border-radius: 30px;
	padding: 40px;
}

.pricing-page .x-card .x-sub-card {
	background: #5549b4;
	border-radius: 30px;
	padding: 50px 20px;
	color: #fff;
	text-align: center;
}

.pricing-page .x-card .x-sub-card span {
	display: block;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.255em;
}

.pricing-page .x-card .x-sub-card b {
	display: block;
	font-weight: bold;
	font-size: 60px;
	line-height: 90px;
	text-align: center;
}

.pricing-page .x-card .list-feature {
	margin-bottom: 30px;
}

.pricing-page .x-card .list-feature p {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #2c2c52;
	margin-bottom: 15px;
}

.pricing-page .x-card .list-feature p i.fas {
	color: #00bb78;
}

.pricing-page .block-2 {
	display: flex;
	justify-content: space-between;
	max-width: 600px;
	margin: 40px auto 0 auto;
}

.pricing-page .block-2 .x-item {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #575767;
}

.pricing-page .block-2 .x-item img {
	margin-right: 10px;
}

.contact-page .block-title-wrap {
	background-image: url("../muximate/img/contact_bg.png");
	background-size: cover;
	background-position: center;
}

.contact-page .block-title-wrap .block-title {
	background-color: rgba(85, 73, 180, 0.85);
	padding: 60px 0 150px 0;
	text-align: center;
	color: #fff;
}

.contact-page .block-title-wrap .block-title .x-title {
	font-weight: bold;
	font-size: 48px;
	line-height: 58px;
	margin-bottom: 12px;
}

.contact-page .block-title-wrap .block-title .x-description {
	font-size: 24px;
	line-height: 36px;
}

.contact-page .x-card {
	background: #f4f9ff;
	margin-top: -90px;
	padding: 34px 40px 20px 40px;
	margin-bottom: 77px;
}

.contact-page .x-card label {
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	color: #2c2c52;
	margin-bottom: 12px;
}

.contact-page .x-card input,
.contact-page .x-card textarea {
	background: #fff;
	border: 1px solid #d2e4ff;
	box-sizing: border-box;
	border-radius: 4px;
	width: 100%;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 15px;
}

.contact-page .x-card textarea {
	height: 200px;
}

.contact-page .x-card input[type="submit"] {
	background: #00bb78;
	border-radius: 4px;
	width: max-content;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}

.blog-page {
	background: #f4f9ff;
	padding-top: 60px;
	padding-bottom: 75px;
	min-height: calc(100vh - 355px);
}

.blog-page .blog-title {
	font-weight: bold;
	font-size: 48px;
	line-height: 58px;
	color: #2c2c52;
	margin-bottom: 57px;
}

.blog-page .x-block-title {
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #2c2c52;
	margin-bottom: 25px;
}

.blog-page .block-1 {
	border-bottom: 1px solid #e9e7fb;
	padding-bottom: 49px;
	margin-bottom: 49px;
}

.blog-page .block-1 .most-recent-post .x-item .x-item-image img {
	height: 360px;
	width: 100%;
	object-fit: cover;
	margin-bottom: 24px;
}

.blog-page .block-1 .most-recent-post .x-item .x-item-time {
	font-size: 14px;
	line-height: 21px;
	color: #8c8c8c;
	margin-bottom: 12px;
}

.blog-page .block-1 .most-recent-post .x-item .x-item-title {
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #2c2c52;
	display: block;
	text-decoration: none;
}

.blog-page .block-1 .most-recent-post .x-item .x-item-description {
	font-size: 16px;
	line-height: 24px;
	color: #848491;
	margin-bottom: 18px;
}

.blog-page .block-1 .most-recent-post .x-item .x-item-action {
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	color: #175af5;
	text-decoration: none;
}

.blog-page .block-1 .most-recent-post .x-item .x-item-action i {
	margin-left: 10px;
}

.blog-page .block-1 .featured-post .x-item {
	display: flex;
	margin-bottom: 28px;
}

.blog-page .block-1 .featured-post .x-item .x-item-image {
	margin-right: 19px;
	flex: none;
}

.blog-page .block-1 .featured-post .x-item .x-item-image img {
	width: 166px;
	height: 166px;
	object-fit: cover;
}

.blog-page .block-1 .featured-post .x-item .x-item-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #2c2c52;
	margin-bottom: 11px;
	display: block;
	text-decoration: none;
}

.blog-page .block-1 .featured-post .x-item .x-item-time {
	font-size: 14px;
	line-height: 21px;
	color: #8c8c8c;
	margin-bottom: 6px;
}

.blog-page .block-1 .featured-post .x-item .x-item-action {
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	color: #175af5;
	text-decoration: none;
}

.blog-page .block-1 .featured-post .x-item .x-item-action i {
	margin-left: 10px;
}

.blog-page .block-2 .x-item {
	margin-bottom: 68px;
}

.blog-page .block-2 .x-item .x-item-image img {
	height: 212px;
	width: 100%;
	object-fit: cover;
	margin-bottom: 19px;
}

.blog-page .block-2 .x-item .x-item-time {
	font-size: 14px;
	line-height: 21px;
	color: #8c8c8c;
	margin-bottom: 12px;
}

.blog-page .block-2 .x-item .x-item-title {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #2c2c52;
	margin-bottom: 19px;
	display: block;
	text-decoration: none;
}

.blog-page .block-2 .x-item .x-item-description {
	font-size: 16px;
	line-height: 24px;
	color: #848491;
	margin-bottom: 19px;
}

.blog-page .block-2 .x-item .x-item-action {
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	color: #175af5;
	text-decoration: none;
}

.blog-page .block-2 .x-item .x-item-action i {
	margin-left: 10px;
}

.blog-page .block-2 .x-pagination {
	display: flex;
	justify-content: center;
}

.blog-page .block-2 .x-pagination .btn-prev {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #1d1d50;
	padding: 12px;
	width: 175px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	margin-right: 12px;
	background: #fff;
}

.blog-page .block-2 .x-pagination .btn-next {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	padding: 12px;
	width: 175px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	background: #1d1d50;
	margin-right: 12px;
}

.single-page {
	background: #f4f9ff;
	padding-top: 60px;
	padding-bottom: 75px;
	min-height: calc(100vh - 355px);
}

.single-page .x-block-title {
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #2c2c52;
	margin-bottom: 25px;
}

.single-page .entry-title {
	font-weight: bold;
	font-size: 36px;
	line-height: 48px;
	text-align: center;
	color: #2c2c52;
	margin-bottom: 25px;
}

.single-page .entry-time {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #9999ab;
	margin-bottom: 25px;
}

.single-page .entry-image img {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
	object-position: center;
}

.single-page .entry-content-wrap {
	background: #fff;
	padding-top: 60px;
	padding-bottom: 100px;
}

.single-page .entry-content-wrap .entry-content {
	font-size: 16px;
	line-height: 24px;
	color: #575767;
}

.single-page .entry-news .x-item {
	display: flex;
	margin-bottom: 28px;
}

.single-page .entry-news .x-item .x-item-image {
	margin-right: 19px;
	flex: none;
}

.single-page .entry-news .x-item .x-item-image img {
	width: 110px;
	height: 110px;
	object-fit: cover;
}

.single-page .entry-news .x-item .x-item-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #2c2c52;
	margin-bottom: 11px;
	display: block;
	text-decoration: none;
}

.single-page .entry-news .x-item .x-item-time {
	font-size: 14px;
	line-height: 21px;
	color: #8c8c8c;
	margin-bottom: 6px;
}

.single-page .entry-news .x-item .x-item-action {
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	color: #175af5;
	text-decoration: none;
}

.single-page .entry-news .x-item .x-item-action i {
	margin-left: 10px;
}

.single-page .entry-related-posts {
	padding-top: 65px;
	padding-bottom: 91px;
}

.single-page .entry-related-posts .x-item {
	margin-bottom: 68px;
}

.single-page .entry-related-posts .x-item .x-item-image img {
	height: 212px;
	width: 100%;
	object-fit: cover;
	margin-bottom: 19px;
}

.single-page .entry-related-posts .x-item .x-item-time {
	font-size: 14px;
	line-height: 21px;
	color: #8c8c8c;
	margin-bottom: 12px;
}

.single-page .entry-related-posts .x-item .x-item-title {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #2c2c52;
	margin-bottom: 19px;
	display: block;
	text-decoration: none;
}

.single-page .entry-related-posts .x-item .x-item-description {
	font-size: 16px;
	line-height: 24px;
	color: #848491;
	margin-bottom: 19px;
}

.single-page .entry-related-posts .x-item .x-item-action {
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	color: #175af5;
	text-decoration: none;
}

.single-page .entry-related-posts .x-item .x-item-action i {
	margin-left: 10px;
}

@media (max-width: 991.98px) {

	.site-header {
		padding: 16px;
	}

	.site-header .navbar-toggler {
		border: none;
		padding: 0;
	}

	.site-header .navbar-brand {
		margin: 0;
	}

	.site-header .nav-item {
		margin-right: 0 !important;
	}

	.site-header .nav-item .btn {
		width: 100% !important;
		margin-bottom: 15px;
	}

	.site-footer .copyright .logo {
		display: block;
		margin-bottom: 14px;
	}

	.home-page .block-1 {
		padding-top: 73px;
		padding-bottom: 60px;
	}

	.home-page .block-1 .x-title {
		font-size: 36px;
		line-height: 44px;
		text-align: center;
		letter-spacing: -0.02em;
		color: #fff;
	}

	.home-page .block-1 .x-title div {
		margin-bottom: 15px;
	}

	.home-page .block-1 .x-action {
		margin-bottom: 0;
		margin-top: 37px;
	}

	.home-page .block-1 .x-action .btn-block + .btn-block {
		margin-top: 12px;
	}

	.home-page .block-2 {
		padding-top: 53px;
		padding-bottom: 41px;
	}

	.home-page .block-3 {
		padding-top: 55px;
		padding-bottom: 38px;
	}

	.home-page .block-3 .x-card .x-sub-card {
		margin-bottom: 40px;
		padding: 20px;
	}

	.home-page .block-3 .x-card .btn-success {
		display: block;
	}

	.register-page .register-sidebar {
		position: inherit;
		background: #5549b4;
		padding: 18px 15px;
		width: 100%;
	}

	.register-page .register-sidebar .x-sub-title,
	.register-page .register-sidebar .x-title,
	.register-page .register-sidebar .x-description {
		display: none;
	}

	.register-page .register-content {
		margin: 0;
		padding: 24px 15px;
	}

	.register-page .register-content .register-form .x-title {
		font-weight: bold;
		font-size: 24px;
		line-height: 29px;
		color: #2c2c52;
		margin-bottom: 17px;
	}

	.register-page .register-content .register-form .x-description {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 36px;
	}

	.register-page .register-content .register-form .btn {
		width: 100%;
	}

	.register-page .register-content .register-footer {
		padding: 60px 0 0 0;
		text-align: center;
		margin: 0;
	}

	.register-page .register-content .register-footer div {
		margin-bottom: 10px;
	}

	.features-page .block-1 {
		background-image: unset;
		padding: 50px 0 0 0;
	}

	.features-page .block-1 .x-title {
		font-size: 48px;
		line-height: 58px;
		margin-bottom: 24px;
	}

	.features-page .block-1 .x-description {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 24px;
	}

	.features-page .block-1 .x-image {
		margin-left: -15px;
		margin-right: -15px;
	}

	.features-page .block-2 {
		padding: 0;
	}

	.features-page .block-2 .x-item {
		padding: 50px 0;
	}

	.features-page .block-2 .x-item .x-title {
		margin-bottom: 35px;
	}

	.features-page .block-2 .x-item .x-description {
		margin-bottom: 35px;
	}

	.features-page .block-3 {
		padding-top: 55px;
		padding-bottom: 38px;
	}

	.features-page .block-3 .x-card .x-sub-card {
		margin-bottom: 40px;
		padding: 20px;
	}

	.features-page .block-3 .x-card .btn-success {
		display: block;
	}

	.pricing-page {
		padding-top: 55px;
		padding-bottom: 38px;
	}

	.pricing-page .x-card .x-sub-card {
		margin-bottom: 40px;
		padding: 20px;
	}

	.pricing-page .x-card .btn-success {
		display: block;
	}

	.pricing-page .block-2 {
		margin-top: 35px;
		padding: 0 20px;
		display: block;
	}

	.pricing-page .block-2 .x-item {
		margin-bottom: 15px;
	}

	.blog-page {
		padding-top: 29px;
		padding-bottom: 29px;
	}

	.blog-page .blog-title {
		margin-bottom: 35px;
	}

	.blog-page .block-1 {
		border-bottom: none;
		padding-bottom: 0;
	}

	.blog-page .block-1 .most-recent-post {
		margin-bottom: 30px;
	}

	.blog-page .block-1 .most-recent-post .x-item .x-item-image img {
		height: 212px;
		margin-bottom: 17px;
	}

	.blog-page .block-1 .most-recent-post .x-item .x-item-title {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 5px;
	}

	.blog-page .block-1 .most-recent-post .x-item .x-item-time {
		font-size: 12px;
		line-height: 19px;
		margin-bottom: 0;
	}

	.blog-page .block-1 .featured-post .x-item .x-item-image img {
		width: 110px;
		height: 110px;
	}

	.blog-page .block-1 .featured-post .x-item .x-item-title {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 9px;
	}

	.blog-page .block-1 .featured-post .x-item .x-item-time {
		font-size: 12px;
		line-height: 19px;
		margin-bottom: 0;
	}

	.blog-page .block-2 .x-item {
		display: flex;
		margin-bottom: 24px;
	}

	.blog-page .block-2 .x-item .x-item-image {
		flex: none;
		margin-right: 17px;
	}

	.blog-page .block-2 .x-item .x-item-image img {
		width: 110px;
		height: 110px;
		margin-bottom: 0;
	}

	.blog-page .block-2 .x-item .x-item-title {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 9px;
	}

	.blog-page .block-2 .x-item .x-item-time {
		font-size: 12px;
		line-height: 19px;
		margin-bottom: 0;
	}

	.blog-page .block-2 .x-pagination .btn-prev,
	.blog-page .block-2 .x-pagination .btn-next {
		width: unset;
		padding: 12px 20px;
	}

	.single-page {
		padding-top: 34px;
		padding-bottom: 40px;
	}

	.single-page .entry-title {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 16px;
		text-align: left;
	}

	.single-page .entry-time {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 16px;
		text-align: left;
	}

	.single-page .entry-news .x-item .x-item-image img {
		width: 110px;
		height: 110px;
	}

	.single-page .entry-news .x-item .x-item-title {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 9px;
	}

	.single-page .entry-news .x-item .x-item-time {
		font-size: 12px;
		line-height: 19px;
		margin-bottom: 0;
	}

	.single-page .entry-content-wrap {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.single-page .entry-related-posts {
		padding-top: 23px;
		padding-bottom: 23px;
	}

	.single-page .entry-related-posts .x-item {
		display: flex;
		margin-bottom: 24px;
	}

	.single-page .entry-related-posts .x-item .x-item-image {
		flex: none;
		margin-right: 17px;
	}

	.single-page .entry-related-posts .x-item .x-item-image img {
		width: 110px;
		height: 110px;
		margin-bottom: 0;
	}

	.single-page .entry-related-posts .x-item .x-item-title {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 9px;
	}

	.single-page .entry-related-posts .x-item .x-item-time {
		font-size: 12px;
		line-height: 19px;
		margin-bottom: 0;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {

	.site-header .navbar-brand {
		margin-right: 1rem;
	}

	.site-header .site-header-main-menu .nav-item {
		margin-right: 10px;
	}

	.register-page .register-sidebar {
		width: 400px;
		padding: 38px;
	}

	.register-page .register-content {
		margin-left: 400px;
		padding: 60px 40px;
	}
}

/* Custom breakpoint */
@media (min-width: 1200px) and (max-width: 1399.98px) {

	.site-header .site-header-main-menu .nav-item {
		margin-right: 35px;
	}
}
