.btn-itl-primary, .btn-itl-readmore, .btn-details {
	font-size: 0.95em;
	background: #ffffff;
	border: 1px solid #e5e9ef;
	border-radius: 0;
	font-weight: 500;
	padding: 1rem 0;
	text-transform: uppercase;
}

.btn-itl-primary:hover, .btn-itl-readmore:hover, .btn-details:hover {
	color: #ffffff;
	background: #fd9d14;
	border: 1px solid #fd9d14;
}

.btn-itl-primary, .btn-itl-readmore {
	font-size: 0.8em;
	color: #6c717a;
	font-weight: 600;
	padding: 1rem 3rem;
}

.btn-details {
	color: #6c717a;
}

.dropdown--th .dropdown-toggle:after, .dropdown--footer .dropdown-toggle:after, .dropdown--header .dropdown-toggle:after {
	display: none;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 2rem;
}

.owl-theme .owl-dots button:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.owl-theme .owl-dots .owl-dot span {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.owl-theme .owl-dots .owl-dot.active span {
	background: #00aaf1;
	-webkit-transform: scale(1.35);
	-ms-transform: scale(1.35);
	transform: scale(1.35);
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.owl-carousel .owl-item.active {
	padding-left: 1px;
}

html {
	font-size: 18px;
}

body {
	font-family: "Rajdhani", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #6c717a;
}

.main-wrapper {
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	color: #151d2a;
}

a, .btn {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

a:focus, .btn:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.dropdown-item {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.section-padding {
	padding: 120px 0;
}

.section-heading {
	padding-bottom: 2.2rem;
}

.advance-search-padding {
	padding: 4rem 0;
}

.section-subtitle {
	font-size: 1.45em;
	font-family: "Caveat", cursive;
	color: #fd9d14;
}

.section-subtitle.dark {
	color: #151d2a;
}

.section-title {
	font-size: 2.78em;
	font-weight: 700;
	text-transform: uppercase;
}

.bg-light-grey {
	background: #ddd;
}

.bg-heading {
	background: #151d2a;
}

i.fl:before {
	margin-left: 0;
}

.page-content-padding {
	margin: 4rem 0;
}

.extend-padding {
	padding: 2rem 2rem 2rem 0;
}

.display-md-screen {
	display: none;
}

@media (min-width: 769px) {
	.display-md-screen {
		display: block;
	}
}

.display-sm-screen {
	display: block;
}

@media (min-width: 769px) {
	.display-sm-screen {
		display: none;
	}
}

/*----------------------------------------------------
Accessbility
-----------------------------------------------------*/

.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;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p:last-child img.alignright {
	float: none;
	display: inline;
	text-align: right;
	margin-left: 74%;
}

@media (max-width: 480px) {
	p:last-child img.alignright {
		margin-left: 40%;
	}
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5rem;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

@media (max-width: 480px) {
	.gallery-columns-3 .gallery-item img {
		padding: 0.2rem;
	}
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

@media (max-width: 480px) {
	.gallery-columns-4 .gallery-item img {
		padding: 0.2rem;
	}
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.preloader {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	z-index: 999;
}

.preloader span {
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -52px;
	margin-top: -52px;
}

.preloader span i {
	position: absolute;
	-webkit-animation: mapping 1s linear infinite;
	-moz-animation: mapping 1s linear infinite;
	animation: mapping 1s linear infinite;
}

.preloader span i:before {
	font-size: 4rem;
	line-height: 1;
	color: #fd9d14;
}

@-webkit-keyframes mapping {
	0% {
		top: 0;
	}
	50% {
		top: -5px;
	}
	100% {
		top: 0;
	}
}

@-moz-keyframes mapping {
	0% {
		top: 0;
	}
	50% {
		top: -5px;
	}
	100% {
		top: 0;
	}
}

@-keyframes mapping {
	0% {
		top: 0;
	}
	50% {
		top: -5px;
	}
	100% {
		top: 0;
	}
}

/*top header start*/

.th-default-layout.bg-th {
	background: #131a25;
	color: #ffffff;
}

.th-default-layout .th-lp .dropdown--th .btn-secondary {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
	color: #6c717a;
	font-size: 14px;
	font-family: "Rajdhani", sans-serif;
}

.th-default-layout .th-lp .dropdown--th .btn-secondary i:before {
	font-size: 14px;
	margin-left: 30px;
}

.th-default-layout .th-lp .dropdown--th .btn-secondary:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

.th-default-layout .th-lp .dropdown-menu {
	border-radius: 0;
}

.th-default-layout .th-lp .dropdown-menu a {
	color: #6c717a;
	font-size: 14px;
}

.th-default-layout .th-lp .dropdown-menu a:hover {
	background: #fd9d14;
	color: #ffffff;
}

.th-default-layout .th-cp p {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 2rem;
	margin: 0;
}

.th-default-layout .th-cp p:after {
	content: ".";
	margin: 0 1.5rem;
}

.th-default-layout .th-cp p:last-child:after {
	content: "";
}

/*top header end*/

.th-rp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.th-rp .th-rp__cart a, .th-rp .th-rp__login a, .th-rp .th-rp__register a {
	font-size: 0.8rem;
	text-transform: uppercase;
	line-height: 1;
	text-decoration: none;
}

.th-rp .th-rp__cart a i, .th-rp .th-rp__login a i, .th-rp .th-rp__register a i {
	font-size: 14px;
}

.th-rp .th-rp__cart a i.active, .th-rp .th-rp__login a i.active, .th-rp .th-rp__register a i.active {
	color: #fd9d14;
}

.th-rp>div:after {
	content: ".";
	font-size: 0.8rem;
}

.th-rp>div:last-child:after {
	content: "";
	display: none;
}

.th-rp .dot {
	content: "";
	position: absolute;
	top: 5px;
	width: 6px;
	height: 6px;
	display: inline-block;
	background: #fd9d14;
	border-radius: 50%;
}

.th-rp .count {
	position: absolute;
	width: 15px;
	height: 15px;
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 600;
	text-align: center;
	padding: 2px 4px;
	color: #000000;
	background: #ffffff;
	border-radius: 50%;
}

.travelux-theme-header .not-nav-isset {
	padding: 25px 0;
}

.travelux-theme-header .navbar {
	padding: 0;
}

@media (max-width: 991px) {
	.travelux-theme-header .navbar {
		padding: 0.5rem 0;
	}
}

@media (max-width: 575px) {
	.travelux-theme-header .navbar {
		padding: 0.5rem;
	}
}

.travelux-theme-header .navbar .navbar-nav .nav-item .nav-link {
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 3.9;
	text-transform: uppercase;
}

@media (min-width: 1380px) {
	.travelux-theme-header .navbar .navbar-nav .nav-item .nav-link {
		padding: 0.5rem 1.5rem;
	}
}

@media (max-width: 991px) {
	.travelux-theme-header .navbar .navbar-nav .nav-item .nav-link {
		line-height: 1.3;
	}
}

.travelux-theme-header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
	display: none;
}

.travelux-theme-header .navbar .navbar-nav .nav-item.active .nav-link, .travelux-theme-header .navbar .navbar-nav .nav-item:hover .nav-link {
	color: #00aaf1;
}

.travelux-theme-header .navbar .navbar-nav .nav-item .dropdown-menu {
	border-radius: 0;
	padding: 0;
}

.travelux-theme-header .navbar .navbar-nav .nav-item .dropdown-menu a {
	color: #6c717a;
	font-size: 14px;
	font-weight: 500;
	padding: 0.8rem 1rem;
}

.travelux-theme-header .navbar .navbar-nav .nav-item .dropdown-menu a:hover {
	background: #fd9d14;
	color: #ffffff;
}

.header-social a, .footer-social a {
	text-decoration: none;
}

.header-social a i, .footer-social a i {
	color: #ffffff;
	text-align: center;
	font-size: 1em;
	line-height: 1.2em;
	padding: 0.6rem;
	border-radius: 100%;
	width: 2.4rem;
	height: 2.4rem;
	margin-right: 0.4rem;
}

.header-social a i.twitter, .footer-social a i.twitter {
	background: #00aaf1;
}

.header-social a i.facebook, .footer-social a i.facebook {
	background: #2357c9;
}

.header-social a i.pinterest, .footer-social a i.pinterest {
	background: #ea2662;
}

.header-social a i.instagram, .footer-social a i.instagram {
	background: #fd9d14;
	margin-right: 0;
}

.header-social {
	padding: 1.35rem 0 0 1rem;
}

.theme-banner, .banner-two, .banner-three, .banner-four {
	position: relative;
	z-index: 0;
}

.banner-bg.theme-banner, .banner-bg.banner-two, .banner-bg.banner-three, .banner-bg.banner-four {
	position: relative;
	z-index: 1;
}

.theme-banner .banner-content, .banner-two .banner-content, .banner-three .banner-content, .banner-four .banner-content {
	position: relative;
	z-index: 5;
}

.theme-banner .banner-content h2, .banner-two .banner-content h2, .banner-three .banner-content h2, .banner-four .banner-content h2 {
	color: #151d2a;
	text-transform: uppercase;
}

.banner-margin.theme-banner, .banner-margin.banner-two, .banner-margin.banner-three, .banner-margin.banner-four {
	margin-bottom: 6rem;
}

@media (max-width: 480px) {
	.banner-margin.theme-banner, .banner-margin.banner-two, .banner-margin.banner-three, .banner-margin.banner-four {
		margin-bottom: 2rem;
	}
}

.theme-banner .breadcrumbs, .banner-two .breadcrumbs, .banner-three .breadcrumbs, .banner-four .breadcrumbs {
	text-transform: uppercase;
	color: #6c717a;
	font-weight: 600;
}

.theme-banner .breadcrumbs span a, .banner-two .breadcrumbs span a, .banner-three .breadcrumbs span a, .banner-four .breadcrumbs span a {
	color: #00aaf1;
}

.theme-banner .breadcrumbs span a:hover, .banner-two .breadcrumbs span a:hover, .banner-three .breadcrumbs span a:hover, .banner-four .breadcrumbs span a:hover {
	color: #6c717a;
}

@media (max-width: 768px) {
	.theme-banner {
		padding: 2rem 0 2rem;
	}
}

.banner-two--padding {
	padding: 4rem 0 4rem;
}

.banner-bg-color {
	background: #f4f6fa;
}

.theme-banner .banner-content h2 {
	font-weight: 700;
}

@media (max-width: 768px) {
	.theme-banner .banner-content h2 {
		font-size: 2rem;
	}
}

.theme-banner .breadcrumbs {
	text-transform: uppercase;
	color: #ffffff;
}

.theme-banner .breadcrumbs span a {
	color: #fd9d14;
}

.theme-banner .breadcrumbs span a:hover {
	color: #00aaf1;
}

.banner-two .banner-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 485px) {
	.banner-two .banner-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.banner-two .breadcrumbs span a {
	color: #00aaf1;
}

.banner-two .breadcrumbs span a:hover {
	color: #6c717a;
}

.banner-three .banner-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.banner-three .breadcrumbs span:first-child {
	margin-left: 0;
}

.banner-three .breadcrumbs span a {
	color: #00aaf1;
}

.banner-three .breadcrumbs span a:hover {
	color: #6c717a;
}

.banner-four {
	text-align: right;
}

.banner-four .breadcrumbs span:last-child {
	margin-right: 0;
}

.banner-four .breadcrumbs span a {
	color: #00aaf1;
}

.banner-four .breadcrumbs span a:hover {
	color: #6c717a;
}

.banner-overley:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 2;
}

/*gutenberg block styles*/

.itl-blog-post .itl-blog-post__content .itl-blog-post__body {
	/*gutenber widget styles*/
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body h1 {
	font-size: 3.5rem;
	line-height: 1;
}

@media (max-width: 480px) {
	.itl-blog-post .itl-blog-post__content .itl-blog-post__body h1 {
		font-size: 2.5rem;
		line-height: 1;
	}
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body h2 {
	font-size: 2.5rem;
	line-height: 1.5;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

@media (max-width: 480px) {
	.itl-blog-post .itl-blog-post__content .itl-blog-post__body h2 {
		font-size: 2rem;
		line-height: 1;
	}
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body h3 {
	font-size: 2rem;
	line-height: 1.5;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

@media (max-width: 480px) {
	.itl-blog-post .itl-blog-post__content .itl-blog-post__body h3 {
		font-size: 1.6rem;
		line-height: 1;
	}
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body h4 {
	font-size: 1.8rem;
	line-height: 1.5;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

@media (max-width: 480px) {
	.itl-blog-post .itl-blog-post__content .itl-blog-post__body h4 {
		font-size: 1.4rem;
		line-height: 1;
	}
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body h5 {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

@media (max-width: 480px) {
	.itl-blog-post .itl-blog-post__content .itl-blog-post__body h5 {
		font-size: 1.2rem;
		line-height: 1;
	}
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body h6 {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

@media (max-width: 480px) {
	.itl-blog-post .itl-blog-post__content .itl-blog-post__body h6 {
		font-size: 1rem;
		line-height: 1;
	}
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body p {
	font-weight: 500;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body p.has-small-font-size {
	font-size: 0.8rem;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body p.has-large-font-size {
	font-size: 1.2rem;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .alignleft p {
	text-align: left;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .block-editor-rich-text__editable a {
	color: #fd9d14;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body ul, .itl-blog-post .itl-blog-post__content .itl-blog-post__body .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content ul, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content .itl-blog-post .itl-blog-post__content .itl-blog-post__body ul, .itl-blog-post .itl-blog-post__content .itl-blog-post__body ol, .itl-blog-post .itl-blog-post__content .itl-blog-post__body .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content ol, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content .itl-blog-post .itl-blog-post__content .itl-blog-post__body ol {
	margin-left: 1rem;
	padding: 0;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body ul li>ul, .itl-blog-post .itl-blog-post__content .itl-blog-post__body .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content ul li>ul, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content .itl-blog-post .itl-blog-post__content .itl-blog-post__body ul li>ul, .itl-blog-post .itl-blog-post__content .itl-blog-post__body ol li>ul, .itl-blog-post .itl-blog-post__content .itl-blog-post__body .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content ol li>ul, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content .itl-blog-post .itl-blog-post__content .itl-blog-post__body ol li>ul {
	margin-left: 1.2rem;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body ul {
	list-style: disc;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body blockquote.wp-block-quote {
	border-color: #fd9d14;
	padding-left: 1em;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body blockquote.wp-block-quote.is-style-large {
	border-left: 0;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body blockquote.wp-block-quote cite {
	font-size: 0.8rem;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body blockquote.wp-block-quote a {
	color: #fd9d14;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-pullquote {
	border: 4px;
	border-left: 0;
	border-right: 0;
	border-style: solid;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-pullquote.is-style-solid-color {
	border: 0;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-file a:not(.wp-block-file__button) {
	color: #fd9d14;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-button {
	margin-bottom: 1rem;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-archives-list, .itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-categories-list, .itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-latest-posts {
	list-style: none;
	margin: 0;
	padding: 0;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-archives-list li, .itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-categories-list li, .itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-latest-posts li {
	color: #6c717a;
	padding: 0;
	margin: 0.8rem 0;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-archives-list li a, .itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-categories-list li a, .itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-latest-posts li a {
	color: #6c717a;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-archives-list li a:hover, .itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-categories-list li a:hover, .itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-latest-posts li a:hover {
	color: #fd9d14;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-archives-list li time, .itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-categories-list li time, .itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-latest-posts li time {
	font-size: 0.8rem;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-archives-list li ul, .itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-categories-list li ul, .itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-latest-posts li ul {
	list-style: none;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-archives-dropdown select {
	width: 100%;
	padding: 1rem;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-latest-comments {
	margin: 0;
	padding: 0;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-latest-comments li .wp-block-latest-comments__comment-meta {
	font-size: 1rem;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-latest-comments li .wp-block-latest-comments__comment-meta a {
	color: #6c717a;
	font-weight: 600;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-latest-comments li .wp-block-latest-comments__comment-meta a:hover {
	color: #fd9d14;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-latest-comments li .wp-block-latest-comments__comment-meta time {
	font-size: 0.8rem;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p {
	font-size: 1rem;
	line-height: 1.4;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-archives, .itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-categories {
	margin-bottom: 1rem;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-image:last-child .alignright {
	float: none;
	margin-left: auto;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-caption .wp-caption-text {
	margin: 1rem 0;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-caption-text {
	text-align: center;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-file a {
	color: #fd9d14;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-file a.wp-block-file__button {
	color: #ffffff;
	background: #fd9d14;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-cover p.wp-block-cover-text {
	text-align: left;
	color: #ffffff;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-cover p.wp-block-cover-text a {
	color: #ffffff;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-column p {
	text-align: left;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-latest-comments {
	margin-left: 0;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-latest-posts.is-grid {
	margin-left: 0;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-media-text {
	margin-bottom: 1.5rem;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-media-text .wp-block-media-text__content p {
	text-align: left;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-table {
	margin-bottom: 1rem;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-gallery {
	margin-left: 0;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-gallery .blocks-gallery-grid {
	margin: 0;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-gallery .blocks-gallery-caption {
	text-align: center;
	line-height: 1;
	margin-bottom: 1rem;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-embed__wrapper {
	position: relative;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body .wp-block-embed-facebook {
	width: 50%;
}

.itl-blog-post__body h1, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content h1 {
	font-size: 3.5rem;
	line-height: 1;
}

@media (max-width: 480px) {
	.itl-blog-post__body h1, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content h1 {
		font-size: 2.5rem;
		line-height: 1;
	}
}

.itl-blog-post__body h2, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content h2 {
	font-size: 2.5rem;
	line-height: 1.5;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

@media (max-width: 480px) {
	.itl-blog-post__body h2, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content h2 {
		font-size: 2rem;
		line-height: 1;
	}
}

.itl-blog-post__body h3, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content h3 {
	font-size: 2rem;
	line-height: 1.5;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

@media (max-width: 480px) {
	.itl-blog-post__body h3, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content h3 {
		font-size: 1.6rem;
		line-height: 1;
	}
}

.itl-blog-post__body h4, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content h4 {
	font-size: 1.8rem;
	line-height: 1.5;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

@media (max-width: 480px) {
	.itl-blog-post__body h4, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content h4 {
		font-size: 1.4rem;
		line-height: 1;
	}
}

.itl-blog-post__body h5, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content h5 {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

@media (max-width: 480px) {
	.itl-blog-post__body h5, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content h5 {
		font-size: 1.2rem;
		line-height: 1;
	}
}

.itl-blog-post__body h6, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content h6 {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

@media (max-width: 480px) {
	.itl-blog-post__body h6, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content h6 {
		font-size: 1rem;
		line-height: 1;
	}
}

.itl-blog-post__body a, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content a {
	color: #00aaf1;
}

.itl-blog-post__body a:hover, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content a:hover {
	color: #fd9d14;
}

.itl-blog-post__body p, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content p {
	font-size: 1rem;
	text-align: justify;
	font-weight: 500;
}

.itl-blog-post__body p strong, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content p strong {
	font-weight: 600;
}

.itl-blog-post__body p cite, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content p cite {
	color: #00aaf1;
}

.itl-blog-post__body p:last-child, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content p:last-child {
	margin-bottom: 0;
}

.itl-blog-post__body table, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content table {
	border-style: solid;
	border-color: #e5e9ef;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	table-layout: fixed;
	width: 100%;
}

.itl-blog-post__body table th, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content table th, .itl-blog-post__body table td, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content table td {
	color: #151d2a;
	border-style: solid;
	border-color: #e5e9ef;
	border-width: 0 1px 1px 0;
	padding: 0.5rem;
	font-weight: 600;
}

.itl-blog-post__body table th a, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content table th a, .itl-blog-post__body table td a, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content table td a {
	color: #00aaf1;
}

.itl-blog-post__body table th a:hover, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content table th a:hover, .itl-blog-post__body table td a:hover, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content table td a:hover {
	color: #fd9d14;
}

.itl-blog-post__body table td, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content table td {
	font-weight: 400;
}

.itl-blog-post__body dl dt, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content dl dt {
	color: #151d2a;
	font-weight: 600;
}

.itl-blog-post__body dl dd, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content dl dd {
	margin-bottom: 1rem;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body ul, .itl-blog-post .itl-blog-post__content .itl-blog-post__body ol, .itl-blog-post__body ul, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content ul, .itl-blog-post__body ol, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content ol {
	margin-left: 1rem;
	padding: 0;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body ul li>ul, .itl-blog-post .itl-blog-post__content .itl-blog-post__body ol li>ul, .itl-blog-post__body ul li>ul, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content ul li>ul, .itl-blog-post__body ol li>ul, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content ol li>ul {
	margin-left: 1.2rem;
}

.itl-blog-post__body ul, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content ul {
	list-style: disc;
}

.itl-blog-post__body address, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content address {
	font-style: italic;
	color: #00aaf1;
}

.itl-blog-post__body code, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content code {
	background: #f4f6fa;
}

.itl-blog-post__body del, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content del, .itl-blog-post__body strike, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content strike, .itl-blog-post__body s, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content s {
	color: #c9cbcf;
}

.itl-blog-post__body ins, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content ins {
	background: #00aaf1;
	color: #ffffff;
	text-decoration: none;
	padding: 0 0.2rem;
}

.itl-blog-post__body pre, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content pre {
	border: 1px solid #e5e9ef;
	padding: 1.5rem;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.itl-blog-post__body small, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content small {
	font-size: 0.8rem;
}

.itl-blog-post__body input[type="password"], .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content input[type="password"] {
	background: #ffffff;
	color: #6c717a;
	border: 1px solid #6c717a;
	padding: 12px 24px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.itl-blog-post__body input[type="password"]:focus, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content input[type="password"]:focus {
	outline: 0;
	border-color: #00aaf1;
	-webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.itl-blog-post__body input[type="submit"], .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content input[type="submit"] {
	background: #fd9d14;
	color: #ffffff;
	border: 1px solid #fd9d14;
	padding: 12px 24px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.itl-blog-post__body input[type="submit"]:hover, .comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content input[type="submit"]:hover {
	background: #00aaf1;
	border-color: #00aaf1;
}

.type-page .itl-blog-post__body img.alignleft {
	float: none;
}

.pagination-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 0;
}

.pagination-wrap .page-numbers {
	text-align: center;
	padding: 0.8rem;
	border-radius: 100%;
	width: 2.5rem;
	height: 2.5rem;
	font-size: 1rem;
	font-weight: 600;
	line-height: 0.85em;
	margin: 0.3rem;
	border: 1px solid #f4f6fa;
	background: #f4f6fa;
	color: #6c717a;
}

@media (max-width: 480px) {
	.pagination-wrap .page-numbers {
		width: 2rem;
		height: 2rem;
		font-size: 1rem;
		padding: 0.5rem;
	}
}

.pagination-wrap .page-numbers.current {
	color: #ffffff;
	background: #00aaf1;
}

.pagination-wrap .page-numbers i {
	font-size: 1em;
	line-height: 0.8em;
}

.pagination-wrap a {
	color: #6c717a;
}

.pagination-wrap a:hover {
	color: #ffffff;
	background: #00aaf1;
}

.post-navigation {
	margin-bottom: 3rem;
}

@media (max-width: 480px) {
	.post-navigation {
		margin-bottom: 1rem;
	}
}

.post-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media (max-width: 480px) {
	.post-navigation .nav-links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.post-navigation .nav-links .nav-previous, .post-navigation .nav-links .nav-next {
	border: 1px solid #e5e9ef;
	padding: 1.5rem;
	width: 50%;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	word-wrap: break-word;
}

@media (max-width: 480px) {
	.post-navigation .nav-links .nav-previous, .post-navigation .nav-links .nav-next {
		width: 100%;
	}
}

.post-navigation .nav-links .nav-previous a, .post-navigation .nav-links .nav-next a {
	color: #151d2a;
}

.post-navigation .nav-links .nav-previous a:hover, .post-navigation .nav-links .nav-next a:hover {
	color: #ffffff;
}

.post-navigation .nav-links .nav-previous:hover, .post-navigation .nav-links .nav-next:hover {
	background: #fd9d14;
	border-color: #fd9d14;
}

.post-navigation .nav-links .nav-next {
	text-align: right;
	margin-left: -1px;
}

@media (max-width: 480px) {
	.post-navigation .nav-links .nav-next {
		margin-top: 0.5rem;
		text-align: left;
	}
}

.page-links span, .page-links a {
	line-height: 1.75;
	margin: 0;
	width: 32px;
	height: 32px;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.page-links span {
	background: #f4f6fa;
}

.page-links a {
	background: #00aaf1;
	color: #ffffff;
}

.page-links a:hover {
	color: #ffffff;
	background: #fd9d14;
}

.author-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	border: 1px solid #e5e9ef;
	padding: 1.5rem;
	margin-bottom: 3rem;
}

@media (max-width: 480px) {
	.author-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 1rem;
	}
}

.author-box .author-box__img {
	margin-right: 1rem;
}

@media (max-width: 480px) {
	.author-box .author-box__img {
		margin-bottom: 1rem;
	}
}

.author-box .author-box__content .author-name {
	font-size: 1.2rem;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
}

.author-box .author-box__content .author-description {
	font-size: 0.9rem;
	margin-bottom: 0;
}

@media (max-width: 475px) {
	.blog-grid-view .tlb-card, .blog-list-view .tlb-card {
		margin-bottom: 2rem;
	}
	.blog-grid-view .tlb-card:last-child, .blog-list-view .tlb-card:last-child {
		margin-bottom: 0;
	}
}

.blog-grid-view .tlb-card .tlb-card__img, .blog-list-view .tlb-card .tlb-card__img {
	position: relative;
	overflow: hidden;
}

.blog-grid-view .tlb-card .tlb-card__img img, .blog-list-view .tlb-card .tlb-card__img img {
	max-width: 100%;
}

.blog-grid-view .tlb-card .tlb-card__content, .blog-list-view .tlb-card .tlb-card__content {
	border: 1px solid #e5e9ef;
	border-top: 0;
	padding: 3rem;
}

.blog-grid-view .tlb-card .tlb-card__content .tlb-card__head, .blog-list-view .tlb-card .tlb-card__content .tlb-card__head {
	border-bottom: 1px solid #e5e9ef;
	padding-bottom: 1.3rem;
	margin-bottom: 1.3rem;
}

.blog-grid-view .tlb-card .tlb-card__content .tlb-card__head h4, .blog-list-view .tlb-card .tlb-card__content .tlb-card__head h4 {
	font-size: 1.5em;
	font-weight: 600;
	padding-bottom: 1.5rem;
	text-transform: uppercase;
}

.blog-grid-view .tlb-card .tlb-card__content .tlb-card__head h4 a, .blog-list-view .tlb-card .tlb-card__content .tlb-card__head h4 a {
	color: #151d2a;
}

.blog-grid-view .tlb-card .tlb-card__content .tlb-card__head p, .blog-list-view .tlb-card .tlb-card__content .tlb-card__head p {
	margin-bottom: 0;
}

.blog-grid-view .tlb-card .tlb-card__content .tlb-card__meta, .blog-list-view .tlb-card .tlb-card__content .tlb-card__meta {
	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.blog-grid-view .tlb-card .tlb-card__content .tlb-card__meta a, .blog-list-view .tlb-card .tlb-card__content .tlb-card__meta a {
	color: #00aaf1;
	text-decoration: none;
}

@media (min-width: 992px) {
	.blog-list-view .tlb-card {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		border: 1px solid #000;
	}
	.blog-list-view .tlb-card>div {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.blog-list-view .tlb-card .tlb-card__img {
		-webkit-box-flex: 1.5;
		-ms-flex: 1.5;
		flex: 1.5;
	}
}

.itl-blog-post {
	border: 1px solid #e5e9ef;
	margin-bottom: 3rem;
}

@media (max-width: 480px) {
	.itl-blog-post {
		margin-bottom: 1rem;
	}
}

.sticky.itl-blog-post {
	border-color: #ea2662;
}

.sticky.itl-blog-post .btn-itl-readmore {
	color: #ffffff;
	background: #ea2662;
	border-color: #ea2662;
}

.sticky.itl-blog-post .btn-itl-readmore:hover {
	background: #151d2a;
	border-color: #151d2a;
}

.itl-blog-post .itl-blog-post__content {
	padding: 3rem;
}

@media (max-width: 480px) {
	.itl-blog-post .itl-blog-post__content {
		padding: 1.5rem;
	}
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__header, .itl-blog-post .itl-blog-post__content .itl-blog-post__bottom {
	margin-bottom: 1.5rem;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__header .itl-blog-post__meta, .itl-blog-post .itl-blog-post__content .itl-blog-post__bottom .itl-blog-post__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

@media (max-width: 480px) {
	.itl-blog-post .itl-blog-post__content .itl-blog-post__header .itl-blog-post__meta, .itl-blog-post .itl-blog-post__content .itl-blog-post__bottom .itl-blog-post__meta {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__header .itl-blog-post__meta span, .itl-blog-post .itl-blog-post__content .itl-blog-post__bottom .itl-blog-post__meta span {
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 600;
}

@media (min-width: 480px) {
	.itl-blog-post .itl-blog-post__content .itl-blog-post__header .itl-blog-post__meta span:after, .itl-blog-post .itl-blog-post__content .itl-blog-post__bottom .itl-blog-post__meta span:after {
		content: ".";
		margin: 0 0.3rem;
		padding: 0 0.3rem;
	}
	.itl-blog-post .itl-blog-post__content .itl-blog-post__header .itl-blog-post__meta span:first-child, .itl-blog-post .itl-blog-post__content .itl-blog-post__bottom .itl-blog-post__meta span:first-child {
		margin-left: 0;
	}
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__header .itl-blog-post__meta span:last-child:after, .itl-blog-post .itl-blog-post__content .itl-blog-post__bottom .itl-blog-post__meta span:last-child:after {
	content: "";
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__header .itl-blog-post__meta span a, .itl-blog-post .itl-blog-post__content .itl-blog-post__bottom .itl-blog-post__meta span a {
	color: #00aaf1;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__bottom {
	border-top: 1px solid #e5e9ef;
	padding-top: 2.5rem;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__head {
	margin: 0 0 1.1rem;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__head h1, .itl-blog-post .itl-blog-post__content .itl-blog-post__head h2 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 2.5rem;
	line-height: 1;
	color: #151d2a;
	word-wrap: break-word;
}

@media (max-width: 480px) {
	.itl-blog-post .itl-blog-post__content .itl-blog-post__head h1, .itl-blog-post .itl-blog-post__content .itl-blog-post__head h2 {
		font-size: 1.5rem;
		line-height: 1.2;
	}
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__head h1 a, .itl-blog-post .itl-blog-post__content .itl-blog-post__head h2 a {
	color: #151d2a;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__head h1 a:hover, .itl-blog-post .itl-blog-post__content .itl-blog-post__head h2 a:hover {
	color: #fd9d14;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body p:last-child {
	margin-bottom: 0;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__body img {
	max-width: 100%;
	height: auto;
}

.itl-blog-post .itl-blog-post__content .itl-blog-post__details {
	margin-top: 2.5rem;
}

@media (max-width: 480px) {
	.itl-blog-post .itl-blog-post__content .itl-blog-post__details {
		margin-top: 2rem;
	}
}

.itl-single-post-bottom-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 3rem;
}

.itl-single-post-bottom-meta span {
	font-size: 1em;
	color: #151d2a;
	font-weight: 600;
}

.itl-single-post-bottom-meta span:first-child {
	margin-right: 1.5rem;
}

.itl-single-post-bottom-meta span a {
	font-size: 0.8em;
	line-height: 0.8em;
	text-transform: uppercase;
	font-weight: 600;
	color: #6c717a;
	background: #f4f6fa;
	padding: 0.7rem 1rem;
	margin: 0 0.2rem;
	display: inline-block;
}

.itl-single-post-bottom-meta span a:hover {
	background: #fd9d14;
	color: #ffffff;
}

.itl-single-post-author-meta {
	border: 1px solid #e5e9ef;
	padding: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.itl-single-post-author-meta .itl-single-post-author-meta__img {
	margin-right: 3rem;
}

.itl-single-post-author-meta .itl-single-post-author-meta__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.itl-single-post-author-meta .itl-single-post-author-meta__content h4 {
	font-weight: 600;
	text-transform: uppercase;
}

.itl-single-post-author-meta .itl-single-post-author-meta__content p {
	margin-bottom: 0;
}

.sidebar-area .widget .widget-title, .footer-widget-area .widget .widget-title {
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 1.5rem;
}

.sidebar-area .widget ul li a, .footer-widget-area .widget ul li a {
	color: #6c717a;
}

.sidebar-area .widget ul li a:hover, .footer-widget-area .widget ul li a:hover {
	color: #151d2a;
}

.sidebar-area .widget ul, .footer-widget-area .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-area .widget ul li, .footer-widget-area .widget ul li {
	margin: 0.8rem 0;
	padding: 0;
}

.sidebar-area .widget ul li ul, .footer-widget-area .widget ul li ul {
	padding-left: 1rem;
}

.sidebar-area .widget ul li .sub-menu li, .footer-widget-area .widget ul li .sub-menu li {
	margin: 0.8rem 0;
}

.sidebar-area .widget ul+li:first-child, .footer-widget-area .widget ul+li:first-child {
	margin-top: 0;
}

.sidebar-area .widget ul+li:last-child, .footer-widget-area .widget ul+li:last-child {
	margin-bottom: 0;
}

.sidebar-area .widget_recent_comments.widget a, .sidebar-area .widget_rss.widget a {
	color: #151d2a;
}

.sidebar-area .widget_recent_comments.widget a:hover, .sidebar-area .widget_rss.widget a:hover {
	font-weight: 600;
}

.sidebar-area .widget_text.widget img {
	max-width: 100%;
	height: auto;
}

.sidebar-area .widget_tag_cloud.widget .tagcloud a {
	color: #6c717a;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	background: #f4f6fa;
	padding: 0.5rem 0.8rem;
	margin: 0;
	margin-bottom: 0.3rem;
}

.sidebar-area .widget_tag_cloud.widget .tagcloud a:hover {
	color: #ffffff;
	background: #fd9d14;
}

.sidebar-area .widget_search.widget {
	background: #000000;
}

.sidebar-area .widget_search.widget .widget-title h3 {
	color: #ffffff;
}

.sidebar-area .widget_search.widget input[type="text"] {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #000000;
	border: 0;
	color: #ffffff;
}

.sidebar-area .widget_search.widget input[type="text"]::-webkit-input-placeholder {
	color: #ffffff;
}

.sidebar-area .widget_search.widget input[type="text"]:-ms-input-placeholder {
	color: #ffffff;
}

.sidebar-area .widget_search.widget input[type="text"]::-ms-input-placeholder {
	color: #ffffff;
}

.sidebar-area .widget_search.widget input[type="text"]::placeholder {
	color: #ffffff;
}

.sidebar-area .widget_search.widget input[type="text"]:focus, .sidebar-area .widget_search.widget input[type="text"]:hover {
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.sidebar-area .widget_search.widget .search-submit-btn {
	color: #fd9d14;
	background: #000000;
	border: 0;
}

.sidebar-area .widget_search.widget form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sidebar-area .widget_calendar.widget table {
	border-style: solid;
	border-color: #e5e9ef;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	table-layout: fixed;
	width: 100%;
	text-align: center;
}

.sidebar-area .widget_calendar.widget table th, .sidebar-area .widget_calendar.widget table td {
	color: #151d2a;
	border-style: solid;
	border-color: #e5e9ef;
	border-width: 0 1px 1px 0;
	padding: 0.5rem;
	font-weight: 600;
}

.sidebar-area .widget_calendar.widget table th a, .sidebar-area .widget_calendar.widget table td a {
	color: #fd9d14;
}

.sidebar-area .widget_calendar.widget table th a:hover, .sidebar-area .widget_calendar.widget table td a:hover {
	color: #00aaf1;
}

.sidebar-area .widget_calendar.widget table th#today, .sidebar-area .widget_calendar.widget table td#today {
	background: #000000;
	color: #ffffff;
}

.sidebar-area .widget_calendar.widget table td {
	font-weight: 400;
}

.sidebar-area .widget select, .footer-widget-area .widget select {
	width: 100%;
	padding: 1rem;
}

.sidebar-area .widget select:focus, .footer-widget-area .widget select:focus, .sidebar-area .widget select:hover, .footer-widget-area .widget select:hover {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sidebar-area .widget {
	border: 1px solid #e5e9ef;
	padding: 2rem;
	margin-bottom: 2rem;
}

.sidebar-area .widget:last-child {
	margin-bottom: 0;
}

.sidebar-area .widget.widget_recent_comments ul li a, .sidebar-area .widget.widget_rss ul li a {
	color: #778399;
}

.sidebar-area .widget.widget_recent_comments ul li a:hover, .sidebar-area .widget.widget_rss ul li a:hover {
	font-weight: 600;
}

.comment-respond .comment-reply-title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.8rem;
}

.travelux-comment-form input[type="text"], .travelux-comment-form input[type="email"], .travelux-comment-form textarea {
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #f4f6fa;
	color: #151d2a;
	font-weight: 500;
	padding: 1.5rem;
}

.travelux-comment-form input:focus[type="text"], .travelux-comment-form input:focus[type="email"], .travelux-comment-form textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	background: #f4f6fa;
}

.travelux-comment-form input[type="text"]::-webkit-input-placeholder, .travelux-comment-form input[type="email"]::-webkit-input-placeholder {
	color: #151d2a;
	font-weight: 500;
}

.travelux-comment-form input[type="text"]:-ms-input-placeholder, .travelux-comment-form input[type="email"]:-ms-input-placeholder {
	color: #151d2a;
	font-weight: 500;
}

.travelux-comment-form input[type="text"]::-ms-input-placeholder, .travelux-comment-form input[type="email"]::-ms-input-placeholder {
	color: #151d2a;
	font-weight: 500;
}

.travelux-comment-form input[type="text"]::placeholder, .travelux-comment-form input[type="email"]::placeholder {
	color: #151d2a;
	font-weight: 500;
}

.travelux-comment-form .btn-post-comment {
	text-transform: uppercase;
	font-weight: 500;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0.8rem 2rem;
	background: #00aaf1;
	border: 0;
}

.travelux-comment-form .btn-post-comment:hover {
	background: #fd9d14;
}

.travelux-comment-form .logged-in-as a {
	text-transform: uppercase;
	color: #00aaf1;
}

.travelux-comment-form .logged-in-as a:hover {
	color: #fd9d14;
}

.comments-area .comments-title {
	text-transform: uppercase;
	font-size: 1.8rem;
	font-weight: 600;
	margin: 3rem 0;
}

@media (max-width: 480px) {
	.comments-area .comments-title {
		margin: 1rem 0;
	}
}

.comments-area .itl-comment-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

@media (max-width: 480px) {
	.comments-area .itl-comment-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.comments-area .itl-comment-box .itl-comment-box__img {
	margin-right: 1.5rem;
}

@media (max-width: 480px) {
	.comments-area .itl-comment-box .itl-comment-box__img {
		margin-right: 0;
		margin-bottom: 1.5rem;
	}
}

@media (max-width: 480px) {
	.comments-area .itl-comment-box .itl-comment-box__img img {
		max-width: 60px;
		max-height: 60px;
	}
}

.comments-area .itl-comment-box .itl-comment-box__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
}

.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0.8rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta a {
	color: #fd9d14;
}

.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta a.url {
	color: #151d2a;
	font-weight: 600;
	font-size: 1.3rem;
	text-transform: uppercase;
}

@media (max-width: 480px) {
	.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta a.url {
		font-size: 1rem;
	}
}

.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta a time {
	font-size: 0.8rem;
}

.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta a.comment-reply-link {
	background: #fd9d14;
	color: #ffffff;
	padding: 0.5rem 1rem;
}

@media (max-width: 480px) {
	.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta a.comment-reply-link {
		font-size: 0.8rem;
		padding: 0.2rem 0.5rem;
	}
}

.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__meta a.comment-reply-link:hover {
	background: #00aaf1;
}

.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content pre {
	padding: 0.5rem;
}

.comments-area .itl-comment-box .itl-comment-box__content .itl-comment-box__comment-content p img {
	margin: 1rem 0;
}

.comments-area .comment-list {
	list-style: none;
	padding: 0;
}

.comments-area .comment-list .comment {
	margin-bottom: 1.5rem;
}

.comments-area .comment-list .comment .comment-body {
	border-bottom: 1px solid #e5e9ef;
	padding: 1.5rem 0 3rem;
}

@media (max-width: 480px) {
	.comments-area .comment-list .comment .comment-body {
		padding: 0 0 1rem;
	}
}

.comments-area .comment-list .comment .children {
	list-style: none;
	padding-left: 1.5rem;
}

@media (max-width: 480px) {
	.comments-area .comment-list .comment .children {
		padding-left: 1rem;
	}
}

.comments-area .comment-list .comment .children .comment {
	margin-bottom: 0;
}

.comments-area .comment-list .comment .children .comment .comment-body {
	padding: 3rem 0;
}

@media (max-width: 480px) {
	.comments-area .comment-list .comment .children .comment .comment-body {
		padding: 1rem 0;
	}
}

.view-review-list {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

.public-xs-review-box {
	background: #f4f6fa;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#xs_review_form_public_data .xs-review-box .xs-review input[type="text"] {
	border-radius: 0;
	background: #ffffff;
}

#xs_review_form_public_data .xs-review-box .xs-review textarea {
	border-radius: 0;
	background: #ffffff;
}

.public-xs-review-box .xs-save-button button {
	background: #fd9d14;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.public-xs-review-box .xs-save-button button:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.footer-widget-area .widget_travelux-contact-widget.widget .tl-contact__content p {
	margin-bottom: 0;
}

.footer-widget-area .widget_travelux-contact-widget.widget .tl-contact__content p.phone {
	margin-top: 1rem;
	font-size: 1.6em;
	font-weight: 600;
	color: #00aaf1;
}

.footer-widget-area .widget_travelux-contact-widget.widget .tl-contact__content p.phone .flaticon:before {
	font-size: 0.8em;
	margin-left: 0;
	margin-right: 1rem;
	color: #fd9d14;
	font-weight: 400;
}

.footer-widget-area .tl-switcher.widget .tl-switcher__dropdowns .dropdown--footer:first-child {
	margin-bottom: 1.5rem;
}

.footer-widget-area .tl-switcher.widget .tl-switcher__dropdowns .dropdown--footer .btn-secondary {
	background: transparent;
	border: 1px solid #778399;
	border-radius: 0;
	color: #6c717a;
	font-size: 14px;
	font-family: "Rajdhani", sans-serif;
	display: block;
	text-align: left;
	font-weight: 600;
	padding: 0.8rem 0.8rem;
	position: relative;
	text-transform: uppercase;
}

.footer-widget-area .tl-switcher.widget .tl-switcher__dropdowns .dropdown--footer .btn-secondary i:before {
	position: absolute;
	font-size: 0.8em;
	margin-left: 0;
	right: 1rem;
}

.footer-widget-area .tl-switcher.widget .tl-switcher__dropdowns .dropdown--footer .btn-secondary:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

.footer-widget-area .tl-switcher.widget .tl-switcher__dropdowns .dropdown-menu {
	border-radius: 0;
}

.footer-widget-area .tl-switcher.widget .tl-switcher__dropdowns .dropdown-menu a {
	color: #6c717a;
	font-size: 14px;
	font-weight: 600;
}

.footer-widget-area .tl-switcher.widget .tl-switcher__dropdowns .dropdown-menu a:hover {
	background: #fd9d14;
	color: #ffffff;
}

.footer-widget-area .widget_recent_comments.widget a, .footer-widget-area .widget_rss.widget a {
	color: #778399;
}

.footer-widget-area .widget_text.widget img {
	max-width: 100%;
	height: auto;
}

.footer-widget-area .widget_tag_cloud.widget .tagcloud a {
	color: #6c717a;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	background: transparent;
	border: 1px solid #778399;
	padding: 0.3rem 0.8rem;
	margin: 0;
	margin-bottom: 0.3rem;
}

.footer-widget-area .widget_tag_cloud.widget .tagcloud a:hover {
	color: #ffffff;
	background: #fd9d14;
	border-color: #fd9d14;
}

.footer-widget-area .widget_search.widget .widget-title {
	color: #ffffff;
}

.footer-widget-area .widget_search.widget input[type="text"] {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #000000;
	border: 0;
	color: #ffffff;
}

.footer-widget-area .widget_search.widget input[type="text"]::-webkit-input-placeholder {
	color: #ffffff;
}

.footer-widget-area .widget_search.widget input[type="text"]:-ms-input-placeholder {
	color: #ffffff;
}

.footer-widget-area .widget_search.widget input[type="text"]::-ms-input-placeholder {
	color: #ffffff;
}

.footer-widget-area .widget_search.widget input[type="text"]::placeholder {
	color: #ffffff;
}

.footer-widget-area .widget_search.widget input[type="text"]:focus, .footer-widget-area .widget_search.widget input[type="text"]:hover {
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.footer-widget-area .widget_search.widget .search-submit-btn {
	color: #fd9d14;
	background: #000000;
	border: 0;
}

.footer-widget-area .widget_search.widget form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-widget-area .widget_calendar.widget table {
	border-style: solid;
	border-color: #e5e9ef;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	table-layout: fixed;
	width: 100%;
	text-align: center;
}

.footer-widget-area .widget_calendar.widget table th, .footer-widget-area .widget_calendar.widget table td {
	color: #778399;
	border-style: solid;
	border-color: #e5e9ef;
	border-width: 0 1px 1px 0;
	padding: 0.5rem;
	font-weight: 600;
}

.footer-widget-area .widget_calendar.widget table th a, .footer-widget-area .widget_calendar.widget table td a {
	color: #fd9d14;
}

.footer-widget-area .widget_calendar.widget table th a:hover, .footer-widget-area .widget_calendar.widget table td a:hover {
	color: #fd9d14;
}

.footer-widget-area .widget_calendar.widget table th#today, .footer-widget-area .widget_calendar.widget table td#today {
	background: #000000;
	color: #ffffff;
}

.footer-widget-area .widget_calendar.widget table td {
	font-weight: 400;
}

.footer-widget-area .widget {
	margin-bottom: 2rem;
}

.footer-widget-area .widget:last-child {
	margin-bottom: 0;
}

.footer-widget-area .widget .widget-title {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 500;
}

.footer-widget-area .widget ul li a {
	color: #778399;
}

.footer-widget-area .widget ul li a:hover {
	color: #fd9d14;
}

/*Footer Section Start*/

.footer-padding {
	padding: 7rem 0;
}

.footer-bg {
	background: #151d2a;
}

.footer {
	color: #778399;
	font-size: 0.9em;
	line-height: 2em;
}

/*Footer Section End*/

/*Copyright Section Start*/

.copyright-padding {
	padding: 2.5rem 0;
}

.copyright-bg {
	background: #131a25;
}

.copyright p {
	margin-top: 0.5rem;
	margin-bottom: 0;
}

.copyright p a {
	color: #00aaf1;
}

.copyright p a:hover {
	color: #fd9d14;
}

/*Copyright Section End*/

.hero-layout-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 85vh;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero-layout-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero-layout-2:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	z-index: 1;
}

.hero-bg-1 {
	background: url("../img/sl-1.jpg");
	background-attachment: scroll;
	background-size: cover;
	background-position: 0 60%;
}

.hero-bg-5 {
	background: url("../img/sl-5.jpg");
	background-attachment: scroll;
	background-size: cover;
	background-position: 0 50%;
}

.ft-card .ft-card__content .ft-card__head .ft-card__rating .ft-card__star .display-star-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.9em;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 0.8rem;
}

.ft-card .ft-card__content .ft-card__head .ft-card__rating .ft-card__star .display-star-rating i {
	color: #e5e9ef;
}

.ft-card .ft-card__content .ft-card__head .ft-card__rating .ft-card__star .display-star-rating i.checked {
	color: #fd9d14;
}

.tour-types {
	text-align: center;
}

.tour-types a .tour-types__icon {
	margin-bottom: 1rem;
}

.tour-types a .tour-types__icon i:before {
	margin-left: 0;
	font-size: 3em;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.tour-types a h5 {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	color: #6c717a;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.9em;
}

.ad-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.ad-banner .ad-banner__bg1 {
	background: url(../img/ad-img-1.jpg) no-repeat;
	background-position: 50% 50%;
}

.ad-banner .ad-banner__bg2 {
	background: url(../img/ad-img-2.jpg) no-repeat;
	background-position: 50% 50%;
}

.ad-banner:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

.ad-banner .ad-banner__border {
	border: 3px solid rgba(255, 255, 255, 0.5);
	margin: 1rem;
	position: relative;
	z-index: 5;
}

.ad-banner .ad-banner__content {
	padding: 2rem;
}

.ad-banner .ad-banner__content h3 {
	color: #ffffff;
}

.ad-banner .ad-banner__content h3.small-text {
	font-family: "Caveat", cursive;
}

.ad-banner .ad-banner__content h3.large-text {
	font-size: 4rem;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 4rem;
	padding: 1.5rem 0;
}

.ad-banner .ad-banner__content .ad-banner__btn {
	border: 1px solid #ffffff;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1rem;
	color: #ffffff;
	padding: 0.8rem 3rem;
}

.dmap {
	border: 1px solid #e5e9ef;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2rem;
	text-align: center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.dmap .dmap__img {
	margin-bottom: 1.5rem;
}

.dmap .dmap__content {
	text-transform: uppercase;
}

.dmap .dmap__content h4 {
	margin-bottom: 0;
}

.dmap .dmap__content h4 a {
	color: #151d2a;
	font-weight: 600;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	line-height: 1rem;
}

.dmap .dmap__content h4 a:hover {
	color: #00aaf1;
}

.dmap .dmap__content p {
	font-size: 0.8em;
	font-weight: 600;
	margin-bottom: 0;
}

.dmap:hover {
	border-color: #fd9d14;
}

.dmap:hover h4 a {
	color: #fd9d14;
}

.destinations-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.destinations-list .dcard {
	overflow: hidden;
	position: relative;
	max-width: 20%;
}

@media (max-width: 768px) {
	.destinations-list .dcard {
		max-width: 32%;
	}
}

@media (max-width: 480px) {
	.destinations-list .dcard {
		max-width: 100%;
	}
}

.destinations-list .dcard .dcard__img {
	position: relative;
}

.destinations-list .dcard .dcard__img .dcard__overley {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fd9d14;
	text-align: center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: transparent;
}

.destinations-list .dcard .dcard__img .dcard__overley .dcard__name {
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -3rem;
}

.destinations-list .dcard .dcard__img .dcard__overley .dcard__name h3 {
	font-family: "Caveat", cursive;
	color: #ffffff;
	font-size: 4rem;
	font-weight: 600;
}

.destinations-list .dcard .dcard__img .dcard__overley .dcard__link {
	width: 100%;
	position: absolute;
	bottom: 2rem;
	margin-top: -3rem;
}

.destinations-list .dcard .dcard__img .dcard__overley .dcard__link a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 600;
}

.destinations-list .dcard .dcard__img .dcard__overley .dcard__link a:hover {
	color: #151d2a;
}

.destinations-list .dcard:hover .dcard__img .dcard__overley {
	background: #fd9d14;
}

.page-content-before.pcb--margin {
	margin-bottom: 2rem;
}

.toggle-view-btns a i:before {
	color: #6c717a;
	font-size: 0.6rem;
	padding: 0.8rem;
	width: 2rem;
	height: 2rem;
	border: 1px solid #e5e9ef;
	margin-left: 0.3rem;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.toggle-view-btns a.active i:before, .toggle-view-btns a:hover i:before {
	color: #ffffff;
	background: #00aaf1;
	border-color: #00aaf1;
}

.search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.search-form input[type="text"] {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 1.5rem;
}

.search-form input[type="text"]:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border-color: #fd9d14;
}

.search-form button {
	background: #fd9d14;
	border: 1px solid #fd9d14;
	color: #ffffff;
	padding: 0 2rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.search-form button:hover {
	background: #00aaf1;
	border: 1px solid #00aaf1;
}

.to-top {
	opacity: 0.3;
	position: fixed;
	right: 25px;
	bottom: 25px;
	background: #fd9d14;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 7px 0;
	color: #ffffff;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.to-top:hover {
	opacity: 1;
}

.list-view .ft-card {
	overflow: hidden;
}

.list-view .ft-card .ft-card__img {
	position: relative;
}

.list-view .ft-card .ft-card__img img {
	max-width: 100%;
}

.list-view .ft-card .ft-card__img .overley {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
}

.list-view .ft-card .ft-card__img .overley i {
	color: #ffffff;
	text-align: center;
	position: absolute;
	width: 2.5rem;
	height: 2.5rem;
	background: rgba(255, 255, 255, 0.25);
	border-radius: 100%;
	font-size: 1em;
	line-height: 2.4em;
	left: 2rem;
	top: 2rem;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	cursor: pointer;
}

.list-view .ft-card .ft-card__img .overley i:hover {
	background: #ea2662;
}

.list-view .ft-card .ft-card__img .overley.active i {
	background: #ea2662;
}

.list-view .ft-card .ft-card__content {
	border: 1px solid #e5e9ef;
	border-top: 0;
	padding: 2.5rem;
	text-transform: uppercase;
}

.list-view .ft-card .ft-card__content .ft-card__head p, .list-view .ft-card .ft-card__content .ft-card__bottom .ft-card__left p, .list-view .ft-card .ft-card__content .ft-card__head p, .list-view .ft-card .ft-card__content .ft-card__head .ft-card__rating .ft-card__review, .list-view .ft-card .ft-card__content .ft-card__bottom .ft-card__left p {
	color: #6c717a;
	font-size: 0.8em;
	font-weight: 600;
}

.list-view .ft-card .ft-card__content .ft-card__head p {
	margin-bottom: 0.5rem;
}

.list-view .ft-card .ft-card__content .ft-card__head h4 {
	font-size: 1.4rem;
	font-weight: 600;
}

.list-view .ft-card .ft-card__content .ft-card__head h4 a {
	color: #151d2a;
	text-transform: uppercase;
	text-decoration: none;
}

.list-view .ft-card .ft-card__content .ft-card__head .ft-card__rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0.5rem 0 1.8rem;
	border-bottom: 1px solid #e5e9ef;
}

.list-view .ft-card .ft-card__content .ft-card__head .ft-card__rating .ft-card__star {
	margin-top: 0.1rem;
	margin-right: 1rem;
}

.list-view .ft-card .ft-card__content .ft-card__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1.8rem 0 1rem;
}

.list-view .ft-card .ft-card__content .ft-card__bottom .ft-card__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.list-view .ft-card .ft-card__content .ft-card__bottom .ft-card__left p:first-child:after {
	content: ".";
	padding: 0 0.5rem;
}

.list-view .ft-card .ft-card__content .ft-card__bottom .ft-card__right .tf-card__price {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 600;
	color: #00aaf1;
}

.list-view .ft-card .ft-card__content .ft-card__details {
	text-align: center;
}

/*top destination card layout start*/

.td-card .td-card__item {
	overflow: hidden;
}

.td-card .td-card__item .td-card__img {
	position: relative;
}

.td-card .td-card__item .td-card__img img {
	z-index: 1;
}

.td-card .td-card__item .td-card__img .overley {
	content: "";
	background: rgba(0, 0, 0, 0.35);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.td-card .td-card__item .td-card__img .overley .td-card__icon i:before {
	font-size: 1.9em;
	text-align: center;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.25);
	width: 4rem;
	height: 4rem;
	position: absolute;
	top: 2rem;
	left: 2rem;
	padding: 0.3rem 0;
	border-radius: 100%;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.td-card .td-card__item .td-card__img .overley .td-card__icon i.ml-fix:before {
	padding-left: 0.8rem;
}

.td-card .td-card__item .td-card__img .overley .td-card__content {
	position: absolute;
	bottom: 1rem;
	left: 0;
	padding-left: 2rem;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.td-card .td-card__item .td-card__img .overley .td-card__content h5 a {
	color: #ffffff;
	font-size: 1.45em;
	line-height: 1em;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
}

.td-card .td-card__item .td-card__img .overley .td-card__content h5 a:hover {
	color: #fd9d14;
}

.td-card .td-card__item .td-card__img .overley .td-card__content .td-card__tour-count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.td-card .td-card__item .td-card__img .overley .td-card__content .td-card__tour-count p {
	visibility: hidden;
	opacity: 0;
	color: #ffffff;
	font-size: 1em;
	line-height: 1em;
	margin-bottom: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	font-weight: 600;
}

.td-card .td-card__item .td-card__img .overley .td-card__content .td-card__tour-count p:first-child:after {
	content: ".";
	padding: 0 0.5rem;
}

.td-card .td-card__item:hover .td-card__img .overley {
	background: rgba(0, 0, 0, 0.65);
}

.td-card .td-card__item:hover .td-card__img .overley .td-card__icon i:before {
	color: #fd9d14;
}

.td-card .td-card__item:hover .td-card__img .overley .td-card__content {
	-webkit-transform: translateY(-1rem);
	-ms-transform: translateY(-1rem);
	transform: translateY(-1rem);
}

.td-card .td-card__item:hover .td-card__img .overley .td-card__content .td-card__tour-count p {
	visibility: visible;
	opacity: 1;
}

/*top destination card layout end*/

.ft-card {
	overflow: hidden;
	background: #ffffff;
	border-top: 1px solid #e5e9ef;
}

.ft-card .ft-card__img {
	position: relative;
}

.ft-card .ft-card__img img {
	max-width: 100%;
}

.ft-card .ft-card__img .overley {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
}

.ft-card .ft-card__img .overley i {
	color: #ffffff;
	text-align: center;
	position: absolute;
	width: 2.5rem;
	height: 2.5rem;
	background: rgba(255, 255, 255, 0.25);
	border-radius: 100%;
	font-size: 1em;
	line-height: 2.6rem;
	left: 2rem;
	top: 2rem;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	cursor: pointer;
}

.ft-card .ft-card__img .overley i:hover {
	background: #ea2662;
}

.ft-card .ft-card__img .overley.active i {
	background: #ea2662;
}

.ft-card .ft-card__content {
	border: 1px solid #e5e9ef;
	border-top: 0;
	padding: 2.5rem;
	text-transform: uppercase;
}

.list-view .ft-card .ft-card__content .ft-card__head p, .list-view .ft-card .ft-card__content .ft-card__head .ft-card__rating .ft-card__review, .list-view .ft-card .ft-card__content .ft-card__bottom .ft-card__left p, .ft-card .ft-card__content .ft-card__head p, .ft-card .ft-card__content .ft-card__head .ft-card__rating .ft-card__review, .ft-card .ft-card__content .ft-card__bottom .ft-card__left p {
	color: #6c717a;
	font-size: 0.8em;
	font-weight: 600;
}

.ft-card .ft-card__content .ft-card__head p {
	margin-bottom: 0.5rem;
}

.ft-card .ft-card__content .ft-card__head h4 {
	font-size: 1.4rem;
	font-weight: 600;
}

.ft-card .ft-card__content .ft-card__head h4 a {
	color: #151d2a;
	text-transform: uppercase;
	text-decoration: none;
}

.ft-card .ft-card__content .ft-card__head .ft-card__rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0.5rem 0 1.8rem;
	border-bottom: 1px solid #e5e9ef;
}

.ft-card .ft-card__content .ft-card__head .ft-card__rating .ft-card__star {
	margin-top: 0.1rem;
	margin-right: 1rem;
}

.ft-card .ft-card__content .ft-card__head .ft-card__excerpt {
	display: none;
}

.ft-card .ft-card__content .ft-card__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 1.8rem 0 1rem;
}

.ft-card .ft-card__content .ft-card__bottom .ft-card__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ft-card .ft-card__content .ft-card__bottom .ft-card__left p:first-child:after {
	content: ".";
	padding: 0 0.5rem;
}

.ft-card .ft-card__content .ft-card__bottom .ft-card__right .tf-card__price {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 600;
	color: #00aaf1;
}

.ft-card .ft-card__content .ft-card__details {
	text-align: center;
}

/*featured tour card default end*/

/*featured tour card list view start*/

.list-view {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [1];
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 2rem;
}

.list-view .ft-card {
	border: 1px solid #e5e9ef;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.list-view .ft-card .ft-card__img {
	padding: 1.5rem 0 1.5rem 1.5rem;
}

.list-view .ft-card .ft-card__img img {
	width: 300px;
	height: 200px;
}

.list-view .ft-card .ft-card__img .overley i {
	left: 2.5rem;
	top: 2.5rem;
}

.list-view .ft-card .ft-card__content {
	border: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.list-view .ft-card .ft-card__content .ft-card__head {
	padding: 1.5rem 2rem 2rem 2rem;
	border-right: 1px solid #e5e9ef;
}

.list-view .ft-card .ft-card__content .ft-card__head h4 {
	font-size: 1.5em;
	line-height: 1em;
}

.list-view .ft-card .ft-card__content .ft-card__head .ft-card__rating {
	border-bottom: 0;
}

.list-view .ft-card .ft-card__content .ft-card__head .ft-card__excerpt {
	display: block;
}

.list-view .ft-card .ft-card__content .ft-card__head .ft-card__excerpt p {
	font-size: 0.81em;
	font-weight: 500;
}

.list-view .ft-card .ft-card__content .ft-card__bottom {
	-ms-flex-preferred-size: 25rem;
	flex-basis: 25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 1.5rem;
}

.list-view .ft-card .ft-card__content .ft-card__bottom .ft-card__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.list-view .ft-card .ft-card__content .ft-card__bottom .ft-card__left p:after {
	display: none;
	visibility: hidden;
}

.list-view .ft-card .ft-card__content .ft-card__bottom .ft-card__right {
	text-align: center;
}

.list-view .ft-card .ft-card__content .ft-card__bottom .ft-card__right .tf-card__price {
	font-size: 1.5em;
}

.list-view .ft-card .ft-card__content .ft-card__bottom .btn-details {
	padding: 0.5rem 1rem;
	font-size: 0.8em;
	font-weight: 600;
}

.list-view .ft-card .ft-card__content .hidden-in-list {
	display: none;
}

/*featured tour card list view end*/

/*featured tour card grid view start*/

.grid-view {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2rem;
}

.grid-view.column-3 {
	-ms-grid-columns: (1fr) [3];
	grid-template-columns: repeat(3, 1fr);
}

.grid-view .ft-card .ft-card__content .ft-card__bottom .hidden-in-grid {
	display: none;
}

/*featured tour card grid view end*/

/*tour details page layout start*/

.tour-detail .tour-detail__wrap .tour-detail__head {
	margin-bottom: 2rem;
}

.tour-detail .tour-detail__wrap .tour-detail__head .tour-detail__destination p {
	text-transform: uppercase;
	margin-bottom: 0;
}

.tour-detail .tour-detail__wrap .tour-detail__head .tour-detail__title-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 480px) {
	.tour-detail .tour-detail__wrap .tour-detail__head .tour-detail__title-price {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.tour-detail .tour-detail__wrap .tour-detail__head .tour-detail__title h1 {
	font-size: 2.5rem;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0;
}

.tour-detail .tour-detail__wrap .tour-detail__head .tour-detail__price {
	text-align: right;
	color: #00aaf1;
	font-size: 2.5rem;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 0;
}

@media (max-width: 480px) {
	.tour-detail .tour-detail__wrap .tour-detail__head .tour-detail__price {
		text-align: left;
	}
}

.tour-detail .tour-detail__wrap .tour-detail__head .tour-detail__reviews {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.tour-detail .tour-detail__wrap .tour-detail__head .tour-detail__reviews .ft-card__star {
	margin-right: 1rem;
}

.tour-detail .tour-detail__wrap .tour-detail__head .tour-detail__reviews .ft-card__star .display-star-rating i {
	font-size: 0.9rem;
	line-height: 1;
	color: #e5e9ef;
}

.tour-detail .tour-detail__wrap .tour-detail__head .tour-detail__reviews .ft-card__star .display-star-rating i.checked {
	color: #fd9d14;
}

.tour-detail .tour-detail__wrap .tour-detail__head .tour-detail__reviews .ft-card__review {
	text-transform: uppercase;
}

.tour-detail .tour-detail__wrap .tour-detail__meta {
	border: 1px solid #e5e9ef;
	padding: 2rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	font-size: 0.85rem;
	text-transform: uppercase;
	color: #151d2a;
	font-weight: 700;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 480px) {
	.tour-detail .tour-detail__wrap .tour-detail__meta {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 1rem 2rem;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}
}

@media (max-width: 480px) {
	.tour-detail .tour-detail__wrap .tour-detail__meta .tour-detail__meta-infobox {
		padding: 0 0.5rem;
	}
}

/*tour details page layout end*/

.itl-message {
	display: block;
	background-color: #ffffff;
	margin: 0;
}

.itl-message.success {
	border-top-color: #fd9d14;
}

.itl-message.success a.button {
	color: #fff;
	background: #fd9d14;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 0;
}

.itl-message.success::before {
	color: #fd9d14;
}

.itl-message.error {
	border-top-color: #ea2662;
}

.itl-message.error::before {
	color: #ea2662;
}

.itl-message.notice {
	border-top-color: #00aaf1;
}

.itl-message.notice::before {
	color: #00aaf1;
}

@media (max-width: 768px) {
	.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
		float: none;
		text-align: center;
	}
}

.woocommerce button.button {
	border-radius: 0;
	background: #00aaf1;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.woocommerce button.button:disabled[disabled] {
	color: #fff;
}

.woocommerce button.button:hover {
	background: #fd9d14;
	color: #fff;
}

.woocommerce button.button.alt {
	color: #fff;
	background: #fd9d14;
	font-weight: 500;
	text-transform: uppercase;
}

.woocommerce ul.products.columns-4 li.product {
	margin-bottom: 2.5em;
}

@media (max-width: 768px) {
	.woocommerce ul.products.columns-4 li.product {
		margin-bottom: 1.5em;
	}
}

.woocommerce ul.products li {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.woocommerce ul.products li.product {
	text-align: center;
	border: 1px solid #e5e9ef;
	margin-bottom: 1.8em;
}

@media (max-width: 768px) {
	.woocommerce ul.products li.product {
		margin-bottom: 1.15em;
	}
}

.woocommerce ul.products li.product .onsale {
	margin: 0;
	font-size: 0.8rem;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0;
	background: #00aaf1;
	border-radius: 0;
	min-width: auto;
	min-height: auto;
	padding: 0.6rem 0.6rem;
}

.woocommerce ul.products li.product .price {
	color: #00aaf1;
}

.woocommerce ul.products li.product .price del {
	color: #ea2662;
}

.woocommerce ul.products li.product .price ins {
	text-decoration: none;
}

.woocommerce ul.products li.product .price .amount {
	padding: 0.5rem;
	font-weight: 700;
}

.woocommerce ul.products li.product a {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.woocommerce ul.products li.product a .woocommerce-loop-product__title {
	text-transform: uppercase;
	font-weight: 700;
}

.woocommerce ul.products li.product a.button {
	color: #fff;
	background: #fd9d14;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	font-size: 0.9rem;
	line-height: 1;
	transition: all 0.4s;
}

.woocommerce ul.products li.product a.button:hover {
	background: #00aaf1;
}

.woocommerce ul.products li.product a.added_to_cart {
	color: #fff;
	background: #00aaf1;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	font-size: 0.9rem;
	line-height: 1;
	transition: all 0.4s;
	padding: 0.5rem;
	display: block;
}

.woocommerce a.button {
	border-radius: 0;
}

.woocommerce a.button.alt {
	color: #fff;
	background: #fd9d14;
	font-weight: 500;
	text-transform: uppercase;
}

.woocommerce a.button.alt:hover {
	background: #00aaf1;
}

.woocommerce .product-name a {
	font-weight: 500;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	min-width: 300px;
}

.woocommerce-cart .itl-blog-post, .woocommerce-checkout .itl-blog-post {
	border: 0;
	margin-bottom: 0;
}

.woocommerce-cart .itl-blog-post .itl-blog-post__content, .woocommerce-checkout .itl-blog-post .itl-blog-post__content {
	padding: 0;
}

.woocommerce form .form-row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.woocommerce form .form-row input.input-text {
	border: 1px solid #e5e9ef;
	font-size: 1rem;
	line-height: 2;
	padding: 0.5rem 1rem;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.woocommerce form .form-row input.input-text:focus {
	border-color: #00aaf1;
}

.woocommerce form .form-row .select2-container .select2-selection--single {
	height: 60px;
	border-radius: 0;
	padding: 0.8rem;
}

.woocommerce form .form-row .select2-container .select2-selection__arrow {
	top: 16px;
}

.woocommerce .woocommerce-checkout #payment {
	background: #fff;
	padding: 0;
}

.woocommerce .woocommerce-checkout #payment .methods {
	border: 1px solid #e5e9ef;
}

.woocommerce .woocommerce-checkout #payment .woocommerce-info {
	background: #f7f7f7;
	border-top-color: #fd9d14;
	line-height: 1.5;
}

.woocommerce .woocommerce-checkout #payment .woocommerce-info::before {
	color: #fd9d14;
}

.woocommerce .woocommerce-checkout .woocommerce-privacy-policy-text {
	margin-bottom: 1rem;
}

.woocommerce .woocommerce-checkout .button.alt:hover {
	background: #00aaf1;
}

.woocommerce .itlwooproductsummary-single-product {
	background: #f4f6fa;
	padding: 2rem;
}

.woocommerce .itlwooproductsummary-single-product .product .summary {
	width: 100%;
	float: none;
}

.woocommerce .itlwooproductsummary-single-product .product .summary .product_title {
	font-size: 1rem;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
}

.woocommerce .itlwooproductsummary-single-product .product .summary .price {
	font-size: 1.5rem;
	font-weight: 600;
	color: #00aaf1;
}

.woocommerce .itlwooproductsummary-single-product .product .summary form label {
	text-transform: uppercase;
	color: #151d2a;
	font-weight: 400;
}

.woocommerce .itlwooproductsummary-single-product .product .summary form select {
	padding: 0.5rem;
	margin-bottom: 0.5rem;
	font-weight: 500;
	border: 1px solid #e5e9ef;
	width: 100%;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.woocommerce .itlwooproductsummary-single-product .product .summary form select:focus {
	border-color: #fd9d14;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

.woocommerce .itlwooproductsummary-single-product .product .summary form input[type="number"] {
	padding: 0.5rem 0;
	font-weight: 600;
	border: 1px solid #e5e9ef;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.woocommerce .itlwooproductsummary-single-product .product .summary form input[type="number"]:focus {
	border-color: #fd9d14;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

.woocommerce .itlwooproductsummary-single-product .product .summary form button.button.alt {
	background: #fd9d14;
	padding: 0.78rem 1.5rem;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #e5e9ef;
	border-radius: 4px;
}

.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a.button, .widget.woocommerce.widget_product_search button {
	color: #ffffff;
	background: #00aaf1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	font-size: 0.9rem;
	line-height: 1;
	text-transform: uppercase;
}

.widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a.button:hover, .widget.woocommerce.widget_product_search button:hover {
	color: #ffffff;
	background: #fd9d14;
}

.widget.woocommerce.widget_product_search .search-field {
	border: 0;
	padding: 10px;
}

.widget.woocommerce.widget_product_search button {
	border: 0;
	padding: 18px 10px;
}

.widget.woocommerce.widget_price_filter .ui-slider .ui-slider-range, .widget.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #00aaf1;
}

.widget.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
	top: -1px;
}

.login-title {
	text-transform: uppercase;
	font-weight: 700;
}

@media (max-width: 768px) {
	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
		width: 48%;
		clear: left;
	}
}

@media (max-width: 485px) {
	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
		margin-bottom: 0.8em;
	}
}

.woocommerce div.product form.cart .quantity .qty {
	width: 60px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	border: 1px solid #ddd;
	border-radius: 0;
	margin-right: 10px;
}

.woocommerce div.product form.cart .quantity .qty:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #fd9d14;
}

.woocommerce div.product form.cart .button:hover {
	background: #00aaf1;
}

.woocommerce div.product .onsale {
	margin: 0;
	font-size: 0.8rem;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0;
	background: #00aaf1;
	border-radius: 0;
	min-width: auto;
	min-height: auto;
	padding: 0.6rem 0.6rem;
	top: 0;
	left: 0;
}

.woocommerce div.product .product_title {
	text-transform: uppercase;
	font-size: 2rem;
	font-weight: 700;
}

.woocommerce div.product p.price {
	font-size: 1.2rem;
	line-height: 1;
	color: #fd9d14;
	font-weight: 700;
}

.woocommerce div.product p.price del {
	color: #ea2662;
	margin-right: 1rem;
	font-weight: 600;
}

.woocommerce div.product p.price ins {
	color: #fd9d14;
	text-decoration: none;
}

.woocommerce div.product .product_meta .posted_in a {
	color: #00aaf1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 0;
	border-radius: 0;
	background: #00aaf1;
	margin-right: 1rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #151d2a;
	color: #ffffff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #ffffff;
	text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #ffffff;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-size: 1.2rem;
	font-weight: 600;
}

.woocommerce table.shop_attributes th {
	color: #fd9d14;
}

.woocommerce table.shop_attributes td {
	color: #151d2a;
	font-style: normal;
}

.woocommerce .woocommerce-noreviews {
	background: none;
}

.woocommerce .comment-respond .comment-reply-title {
	color: #151d2a;
	font-size: 1.2rem;
	font-weight: 600;
}

.woocommerce .woocommerce-Reviews .comment-form label {
	font-weight: 600;
	color: #151d2a;
	margin-right: 1rem;
}

.woocommerce .woocommerce-Reviews .comment-form input[type="text"], .woocommerce .woocommerce-Reviews .comment-form input[type="email"] {
	width: 100%;
	padding: 10px;
	border: 0;
	-webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.woocommerce .woocommerce-Reviews .comment-form textarea {
	border: 0;
	-webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.woocommerce #respond input#submit {
	background: #00aaf1;
	color: #fff;
	padding: 16px 42px;
	font-size: 1rem;
	text-transform: uppercase;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.woocommerce #respond input#submit:hover {
	background: #fd9d14;
	color: #fff;
}