/**
* template:  Rooftech

TABLE OF CONTENTS

    + Global
    + Header
	+ Header Content
	+ About Us
	+ Services
	+ Step
	+ Projects
	+ Testimonials
	+ Footer
	+ Page
	+ Sidebar
	+ Blog
	+ FAQ
	+ 404
	+ Contact
	 
*/


@import 'reset.css';
@import 'all.min.css';
@import 'owl.carousel.min.css';
@import 'owl.theme.default.min.css';
@import url('css2.css');


/**************************************
*
*         GLOBAL   
*
***************************************/


:root {
	--color-white: #ffffff;
	--color-dark: #1c1b1f;
	--color-content: #6e6e6e;
	--color-gray: #e5e5e5;
	--color-yellow: #004098;
	--color-light-yellow: #3489fe;
}

::-moz-selection {
	background-color: var(--color-yellow);
	color: var(--color-white);
}

::selection {
	background-color: var(--color-yellow);
	color: var(--color-white);
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	outline: none;
	height: auto;
}

a {
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

body {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7;
	color: var(--color-content);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	color: var(--color-dark);
	line-height: 1.1;
	margin-bottom: 30px;
}

h1 {
	color: var(--color-white);
	font-size: 100px;
	text-transform: uppercase;
	font-weight: 700;
}

h2 {
	font-size: 50px;
}

@-webkit-keyframes menu {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes menu {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#preload {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: var(--color-dark);
	z-index: 100000;
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#preload img {
	width: 40px;
	height: auto;
	-webkit-animation-name: load;
	animation-name: load;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.selection {
	color: var(--color-yellow);
}

.stroke {
	-webkit-text-stroke: 3px var(--color-yellow);
	color: transparent;
}

.wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 15px;
}

.flex {
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ptb {
	padding-top: 100px;
	padding-bottom: 100px;
}

.suptitle {
	display: inline-block;
	color: var(--color-yellow);
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.btn {
	color: var(--color-white);
	background-color: var(--color-yellow);
	padding: 16px 28px;
	font-size: 16px;
	text-transform: uppercase;
}

.btn:hover {
	background-color: var(--color-light-yellow);
	color: var(--color-dark);
}

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

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--color-yellow);
}

.owl-theme .owl-dots .owl-dot span {
	width: 25px;
	height: 5px;
	margin: 5px 7px;
	background: var(--color-gray);
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
	border-radius: 0px;
}

#openmenu {
	color: var(--color-white);
	font-size: 30px;
	display: none;
}

#closemenu {
	display: inline-block;
	float: right;
	margin: 10px;
	font-size: 30px;
	color: var(--color-white);
}

#openmenu:hover,
#closemenu:hover {
	color: var(--color-yellow);
}

#mobile-nav {
	position: fixed;
	top: 0;
	left: -320px;
	bottom: 0;
	width: 320px;
	background-color: var(--color-dark);
	z-index: 10000;
	padding: 10px;
	overflow: auto;
}

.mobile-menu {
	clear: both;
}

.mobile-menu li {
	padding: 10px;
}

.mobile-menu li a {
	text-decoration: none;
	color: var(--color-white);
	font-size: 20px;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
}

.mobile-menu li a:hover {
	color: var(--color-yellow);
}

.mobile-menu .sub-menu li a {
	padding: 5px;
	font-size: 18px;
}

.mobile-menu>li.menu-item-has-children>a {
	display: block;
}

.mobile-menu>li.menu-item-has-children>a i {
	font-size: 12px;
	margin-left: 5px;
	float: right;
	margin-top: 4px;
}

.mobile-menu .sub-menu>li.menu-item-has-children>a {
	display: block;
}

.mobile-menu .sub-menu>li.menu-item-has-children>a i {
	font-size: 12px;
	margin-left: 5px;
	float: right;
	margin-top: 4px;
}

.mobile-menu .sub-menu li.menu-item-has-children {
	padding-right: 0px;
}

.mobile-menu .sub-menu {
	display: none;
	margin-top: 20px;
}

#scroll-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
	padding: 16px 20px;
}

.breadcrumbs-content {
	padding: 0px 20px 20px 0px;
	color: #FFFFFF;
}

.breadcrumbs-content>div {
	margin-right: 10px;
}

.breadcrumbs-content a {
	color: var(--color-white);
}

.breadcrumbs-content a:hover {
	color: var(--color-light-yellow);
}

.breadcrumbs-content a:after {
	content: "/";
	display: inline-block;
	margin-left: 10px;
}

.navigation.pagination {
	padding: 30px 10px 30px 10px;
}

.navigation.pagination .nav-links {
	font-weight: 500;
	font-size: 18px;
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navigation.pagination .nav-links span.current {
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	color: var(--color-light-yellow);
	margin: 0px 5px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	cursor: pointer;
}

.navigation.pagination .nav-links a {
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	color: var(--color-dark);
	margin: 0px 5px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.navigation.pagination .nav-links span.current:hover,
.navigation.pagination .nav-links a:hover {
	color: var(--color-light-yellow);
}

.w-70 {
	width: 70%;
}

.w-30 {
	width: 30%;
}

.res-booking {
	display: none;
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
}

.res-booking .error {
	color: #ff0000;
}

.res-booking .send {
	color: var(--color-dark);
}


/**************************************
*
*         HEADER   
*
***************************************/


.header {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1000;
}

.wrapper-header {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.wrapper-header #logo img{
	width:90px;
	margin-top:4px;
}

.menu li {
	float: left;
	margin: 0 15px;
}

.menu li a {
	color: var(--color-white);
	font-size: 20px;
	text-transform: capitalize;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
}

.menu>li>a {
	padding-bottom: 10px;
}

.menu li a:hover {
	color: var(--color-yellow);
}

.menu>.menu-item-has-children {
	position: relative;
}

.menu>.menu-item-has-children>.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	background-color: var(--color-dark);
	z-index: 100000;
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	padding-top: 10px;
	padding-bottom: 10px;
}

.menu>.menu-item-has-children>.sub-menu>li {
	margin-left: 0px;
	white-space: nowrap;
	width: 100%;
}

.menu>.menu-item-has-children>.sub-menu>li a {
	font-size: 18px;
	display: block;
	padding: 10px 20px;
}

.menu>.menu-item-has-children:hover>.sub-menu {
	display: block;
	-webkit-animation-name: menu;
	animation-name: menu;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

.menu>.menu-item-has-children>.sub-menu>.menu-item-has-children {
	position: relative;
}

.menu>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu {
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
	z-index: 10000;
	background-color: var(--color-dark);
}

.menu>.menu-item-has-children>.sub-menu>.menu-item-has-children:hover>.sub-menu {
	display: block;
	-webkit-animation-name: menu;
	animation-name: menu;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

.menu>.menu-item-has-children>.sub-menu>.menu-item-has-children>.sub-menu li {
	margin-left: 0px;
	white-space: nowrap;
	padding: 0px;
	width: 100%;
}


/**************************************
*
*         HEADER CONTENT
*
***************************************/


.wrapper-header-content {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 1000px;
}

.wrapper-header-content.pages {
	min-height: 500px;
	height: auto;
}

.wrapper-header-content.pages h1 {
	font-size: 50px;
}


/**************************************
*
*         ABOUT US 
*
***************************************/


#aboutus {
	background-color: var(--color-dark);
}

.wrapper-aboutus {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.aboutus-content h2 {
	color: var(--color-white);
}

.aboutus-img {
	width: 35%;
}

.aboutus-content {
	width: 65%;
	padding-left: 50px;
}

.aboutus-content p {
	padding-bottom: 20px;
}

.aboutus-img img {
	width: 100%;
	-webkit-box-shadow: 20px 20px 0px -10px var(--color-yellow);
	box-shadow: 20px 20px 0px -10px var(--color-yellow);
}

.wrapper-signature {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-top: 50px;
}

.signature-name img {
	width: 80px;
	height: 80px;
	display: block;
	border-radius: 50%;
	margin-right: 20px;
}

.signature-name h3 {
	margin-bottom: 5px;
	font-size: 24px;
	color: var(--color-white);
	font-weight: 400;
}

.signature-name {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 30px;
}

.signature-name p {
	padding-bottom: 0px;
	color: var(--color-yellow);
}


/**************************************
*
*         SERVICE
*
***************************************/


#service {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 229, 229, 0.2)), to(rgba(229, 229, 229, 0.2))), url('../image/bg-gray.png');
	background-image: -o-linear-gradient(rgba(229, 229, 229, 0.2), rgba(229, 229, 229, 0.2)), url('../image/bg-gray.png');
	background-image: linear-gradient(rgba(229, 229, 229, 0.2), rgba(229, 229, 229, 0.2)), url('../image/bg-gray.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.wrapper-services {
	margin-top: 50px;

}

.single-service {
	width: calc(33.333333% - 20px);
	margin: 10px;
	padding: 40px 20px;
	display: block;
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	background-color: var(--color-white);
	color: var(--color-content);
}

.single-service:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.single-service img {
	margin-bottom: 20px;
}

.single-service h3 {
	font-size: 24px;
}


/**************************************
*
*         STEP
*
***************************************/


#step {
	background-color: rgba(229, 229, 229, 0.5);
}

.single-step {
	width: 25%;
	padding: 40px 20px;
}

.single-step span {
	line-height: 1;
	color: rgba(248, 179, 38, 0.5);
	font-size: 120px;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
}

.single-step>div {
	margin-top: -50px;
	padding-left: 20px;
}

.single-step>div h3 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 400;
}


/**************************************
*
*        PROJECTS
*
***************************************/

#projects {
	background-color: var(--color-dark);
}

#projects h2 {
	color: var(--color-white);
}

.single-project {
	overflow: hidden;
}

.single-project a {
	display: block;
	position: relative;
}

.single-project .project-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(28, 27, 31, 0.3);
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 30px 20px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.single-project .project-content h3 {
	color: var(--color-white);
	font-size: 24px;
}

.single-project a img {
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	display: block;
	width: 100%;
}

.single-project a:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	display: block;
}

.single-project a:hover .project-content {
	background-color: rgba(28, 27, 31, 0.1);
}

.wrapper-project-page .single-project {
	width: calc(33.333333% - 20px);
	margin: 10px;
}


/**************************************
*
*        TESTIMONIALS
*
***************************************/


#testimonials {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 229, 229, 0.2)), to(rgba(229, 229, 229, 0.2))), url('../image/bg-gray.png');
	background-image: -o-linear-gradient(rgba(229, 229, 229, 0.2), rgba(229, 229, 229, 0.2)), url('../image/bg-gray.png');
	background-image: linear-gradient(rgba(229, 229, 229, 0.2), rgba(229, 229, 229, 0.2)), url('../image/bg-gray.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.wrapper-title-testimonials {
	text-align: center;
}

.wrapper-testimonials {
	max-width: 1000px;
	text-align: center;
}

.single-testimonials img {
	width: 80px !important;
	height: 80px !important;
	margin: 0 auto;
	border-radius: 50%;
	margin-bottom: 30px;
}

.single-testimonials p {
	font-size: 20px;
	margin-bottom: 20px;
}

.wrapper-author h3 {
	margin-bottom: 10px;
	font-size: 20px;
}

.wrapper-author p {
	color: var(--color-dark);
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
}


/**************************************
*
*       FOOTER
*
***************************************/


footer {
	background-color: #2a2a2a;
	color: #ccc;
	padding: 20px 0 0 0;
}

.wrapper-footer {
	padding-bottom: 70px;
	padding-top: 70px;
}

.single-content-footer {
	width: 20%;
	padding: 10px 10px 30px 10px;
}

	.single-content-footer:last-child {
		width: 40%;
	}

	.single-content-footer h4 {
		font-size: 18px;
		margin-bottom: 20px;
		color: #fff;
		position: relative;
		padding-bottom: 10px;
	}

		.single-content-footer h4 span {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 200px;
			height: 2px;
			background: #e60012;
		}

.single-content-footer p {
	line-height: 1.5;
	color: #ccc;
	margin-bottom: 10px;
}

.single-content-footer p i {
	margin-right: 5px;
}

.footer-submenu {
	list-style: none;
	padding: 0;
	margin-top: 20px;
}

	.footer-submenu li {
		margin-bottom: 8px;
	}

		.footer-submenu li a {
			display: inline-block;
			color: #ccc;
			text-decoration: none;
			transition: all 0.3s;
			display: block;
			width: 200px;
			padding: 5px 0;
			border-bottom: 1px dashed #444;
		}

			.footer-submenu li a:hover {
				color: #e60012;
			}

			.footer-submenu li a i {
				margin-right: 8px;
				color: #e60012;
				font-size: 12px;
			}

.contact-info {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}
	.contact-info i {
		color: #e60012;
		margin-right: 15px;
		font-size: 18px;
		margin-top: 3px;
	}

	.contact-info p {
		line-height: 1.6;
		color: #ccc;
	}

.footer-social {
	margin-top: 30px;
}

.footer-social li {
	float: left;
	margin-right: 20px;
}

.footer-social li a {
	color: var(--color-content);
	font-size: 16px;
}

.footer-social li a:hover {
	color: var(--color-light-yellow);
}

.footer-menu li {
	margin-bottom: 10px;
}

.footer-menu li a {
	color: var(--color-content);
}

.footer-menu li a:hover {
	color: var(--color-light-yellow);
}

.wrapper-form-footer {
	margin-top: 30px;
}

.wrapper-copyright {
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #444;
	margin-top: 20px;
	color: #888;
	font-size: 12px;
}

.wrapper-copyright a {
	color: var(--color-content);
}

	.wrapper-copyright a:hover {
		color: var(--color-light-yellow);
	}

#logo-footer {
	margin-bottom: 30px;
}


/**************************************
*
*        PAGE 
*
***************************************/


.content p {
	margin-bottom: 30px;
}

.content img {
	max-width: 100%;
	margin-bottom: 30px;
}

.content ul,
.content ol {
	margin: 30px;
}

.content ul li {
	list-style: disc;
}

.content ol li {
	list-style: decimal;
}

.content strong {
	font-weight: 900;
}

.content .alignleft {
	float: left;
	max-width: 100%;
	margin-right: 30px;
	margin-bottom: 30px;
}

.content .alignright {
	float: right;
	max-width: 100%;
	margin-left: 30px;
	margin-bottom: 30px;
}

.content .aligncenter {
	clear: both;
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.content h1 {
	font-size: 32px;
	color: var(--color-dark);
}

.content h2 {
	font-size: 24px;
}

.content h3 {
	font-size: 19px;
}

.content h4 {
	font-size: 16px;
}

.content h5 {
	font-size: 13px;
}

.content h6 {
	font-size: 11px;
}

.content em {
	font-style: italic;
}

.content blockquote {
	margin-bottom: 30px;
}

.content blockquote:before {
	content: "“";
}

.content blockquote:after {
	content: "“";
}

.tags-links {
	margin-bottom: 30px;
	display: block;
}

.tags-links a {
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	font-size: 16px;
	color: var(--color-dark);
	font-weight: 900;
	margin: 10px;
}

.tags-links a:hover {
	color: var(--color-yellow);
}


/**************************************
*
*        SIDEBAR
*
***************************************/


.sidebar-right .sidebar {
	padding-left: 50px;
}

.sidebar-left .sidebar {
	padding-right: 50px;
}

.widget {
	margin-bottom: 50px;
}

.widget .widget-title {
	font-size: 24px;
	margin-bottom: 20px;
}

.widget .search-form {
	width: 100%;
}

.widget .search-form .search-field {
	border: none;
	outline: none;
	padding: 20px 25px;
	background-color: rgba(229, 229, 229, 0.3);
	width: 80%;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.widget .search-form button {
	display: block;
	border: none;
	outline: none;
	width: 20%;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	cursor: pointer;
	background-color: var(--color-yellow);
	color: var(--color-white);
}

.widget .search-form button:hover {
	background-color: var(--color-light-yellow);
	color: var(--color-dark);
}

.widget .search-form .search-field::-webkit-input-placeholder {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 18px;
}

.widget .search-form .search-field::-moz-placeholder {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 18px;
}

.widget .search-form .search-field:-ms-input-placeholder {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 18px;
}

.widget .search-form .search-field::-ms-input-placeholder {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 18px;
}

.widget .search-form .search-field::placeholder {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 18px;
}

.widget ul li {
	margin-bottom: 10px;
}

.widget ul li a {
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	font-size: 18px;
	color: var(--color-dark);
	font-weight: 500;
}

.widget ul li a:hover {
	color: var(--color-light-yellow);
}

.wp-calendar-table {
	width: 100%;
	border: 1px solid var(--color-gray);
}

.wp-calendar-table caption {
	color: var(--color-dark);
	margin-bottom: 10px;
	font-weight: 700;
}

table.wp-calendar-table td,
table.wp-calendar-table th {
	background: transparent;
	border: 0;
	text-align: center;
	line-height: 2;
	vertical-align: middle;
	word-break: normal;
	padding: 10px;
}

table.wp-calendar-table th {
	font-weight: 500;
}

table.wp-calendar-table td a {
	font-weight: 700;
	color: var(--color-dark);
}

table.wp-calendar-table td a:hover {
	color: var(--color-light-yellow);
}

.tagcloud a {
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	font-size: 16px;
	color: var(--color-dark);
	font-weight: 900;
	margin: 10px;
}

.tagcloud a:hover {
	color: var(--color-light-yellow);
}


/**************************************
*
*        BLOG
*
***************************************/


.single-blog {
	width: calc(50% - 20px);
	margin: 10px;
}

.single-blog .single-blog-img {
	width: 100%;
	display: block;
	position: relative;
	color: var(--color-white);
}

.single-blog-img img {
	width: 100%;
	display: block;
}

.single-blog-img .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(28, 27, 31, 0.3);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	color: var(--color-light-yellow);
}

.single-blog-img:hover .overlay {
	opacity: 1;
	color: var(--color-light-yellow);
}


.single-blog-content {
	padding: 30px 20px;
	border-right: 1px solid var(--color-gray);
	border-left: 1px solid var(--color-gray);
	border-bottom: 1px solid var(--color-gray);
}

.titlelink h3 {
	font-size: 24px;
	margin-bottom: 20px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.titlelink:hover h3 {
	color: var(--color-light-yellow);
}

.wrapper-date-author {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}

.wrapper-date-author a {
	color: var(--color-dark);
}

.wrapper-date-author a i {
	margin-right: 10px;
}

.wrapper-date-author a:hover {
	color: var(--color-light-yellow);
}


/**************************************
*
*        FAQ
*
***************************************/


#faq {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 229, 229, 0.2)), to(rgba(229, 229, 229, 0.2))), url('../image/bg-gray.png');
	background-image: -o-linear-gradient(rgba(229, 229, 229, 0.2), rgba(229, 229, 229, 0.2)), url('../image/bg-gray.png');
	background-image: linear-gradient(rgba(229, 229, 229, 0.2), rgba(229, 229, 229, 0.2)), url('../image/bg-gray.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.faq-block-content {
	width: 60%;
	padding: 50px 20px 50px 0;
}

.faq-img {
	width: 40%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper-accordion {
	background-color: var(--color-white);
	padding: 40px 20px;
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
}

.faq-img img {
	width: 100%;
	-webkit-box-shadow: 20px 20px 0px -10px var(--color-yellow);
	box-shadow: 20px 20px 0px -10px var(--color-yellow);
}

.wrapper-accordion h3 {
	padding: 10px 10px 10px 10px;
	cursor: pointer;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	margin-bottom: 10px;
	font-size: 22px;
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid var(--color-gray);
}

.wrapper-accordion h3:hover {
	color: var(--color-light-yellow);
}

.wrapper-accordion h3 i {
	margin-right: 10px;
	padding: 10px;
	background-color: var(--color-yellow);
	color: var(--color-dark);
	border-radius: 100%;
}

.wrapper-accordion h3:hover i {
	color: var(--color-dark);
}

.content-accordion {
	display: none;
	padding: 10px 10px 10px 35px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.content-accordion p {
	margin-bottom: 5px;
}

.wrapper-accordion h3 i {
	font-size: 14px;
}


/**************************************
*
*        404
*
***************************************/


.page-404 {
	height: 100vh;
}


/**************************************
*
*        CONTACT
*
***************************************/


.wrapper-booking {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.booking-content {
	width: 50%;
	padding-right: 50px;
}

.booking-content p {
	margin-bottom: 20px;
}

.booking-form {
	width: 50%;
	background-color: var(--color-white);
	padding: 40px 20px;
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%)
}

.booking-content h2,
.booking-form h3 {
	font-size: 40px;
}

.booking-form input {
	display: block;
	outline: none;
	padding: 20px 25px;
	border: none;
	background-color: rgba(229, 229, 229, 0.3);
	color: var(--color-dark);
	width: 100%;
	margin-bottom: 20px;
}

.booking-form textarea {
	display: block;
	outline: none;
	padding: 20px 25px;
	border: none;
	background-color: rgba(229, 229, 229, 0.3);
	color: var(--color-dark);
	width: 100%;
	margin-bottom: 20px;
}

.wrapper-input {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wrapper-input input {
	width: calc(50% - 10px);
	margin: 0px 0px 20px 0px;
}

input::-webkit-input-placeholder {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 18px;
}

textarea::-webkit-input-placeholder {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 18px;
}

input::-moz-placeholder {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 18px;
}

input:-ms-input-placeholder {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 18px;
}

input::-ms-input-placeholder {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 18px;
}

input::placeholder {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 18px;
}

button.btn {
	border: none;
	outline: none;
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	cursor: pointer;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.contact-block p {
	margin-bottom: 10px;
}

.contact-block p i {
	margin-right: 5px;
}

.contact-block p a {
	color: var(--color-content);
}

.contact-block p a:hover {
	color: var(--color-light-yellow);
}

.wrapper-map iframe {
	width: 100%;
	height: 400px;
	display: block;
}

/*=======================
  Slider CSS
=========================*/
#j-slider {
	position: relative;
	overflow: hidden;
	height: 1000px;
}

	#j-slider .owl-nav {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
	}

		#j-slider .owl-nav button {
			position: absolute;
			top: 50%;
			width: 50px;
			height: 50px;
			line-height: 50px;
			background: transparent;
			border: 1px solid #eee;
			font-size: 30px;
			line-height: 50px;
			padding: 0;
			border-radius: 100%;
		}

		#j-slider .owl-nav .owl-prev {
			display: block;
			left: 0;
			color: #ccc;
		}

		#j-slider .owl-nav .owl-next {
			display: block;
			right: 0;
			color: #ccc;
		}

	#j-slider .single-slider {
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		position: relative;
		height: 1000px;
		position: relative;
	}

		#j-slider .single-slider:before {
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.2);
			content: "";
		}

	#j-slider .slide-text {
		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: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		height: 1000px;
	}

	#j-slider .slider-inner {
		display: inline-block;
	}

	#j-slider .slide-text h1 {
		color: #fff;
		font-size: 40px;
		font-weight: 900;
		text-transform: uppercase;
		margin-bottom: 20px;
		padding-bottom: 20px;
		line-height: 60px;
		position: relative;
	}

		#j-slider .slide-text h1:before {
			position: absolute;
			left: 0;
			bottom: -1px;
			content: "";
			content: "";
			width: 60px;
			height: 2px;
		}

	#j-slider .slide-text.center h1:before {
		left: 0%;
	}

	#j-slider .slide-text h1 span {
		display: block;
	}

	#j-slider .slide-text p {
		color: #fff;
		margin-bottom: 20px;
	}

	#j-slider .text-inner {
		padding: 30px;
		border-radius: 30px;
	}

	#j-slider .button {
		color: #fff;
		margin: 0 10px 0 0;
		position: relative;
		padding: 10px 38px;
		overflow: hidden;
		font-size: 15px;
		z-index: 3;
		text-transform: capitalize;
		border-radius: 0px;
	}


	#j-slider .animate-text {
		height: 100%;
	}

		#j-slider .animate-text .single-slider {
			position: relative;
		}

		#j-slider .animate-text .slide-text.center {
			max-width: 800px;
		}

		#j-slider .animate-text .slide-text h1 {
			margin: 0 0 15px;
			font-weight: 800;
			text-transform: uppercase;
			color: #fff;
			font-size: 50px;
		}

			#j-slider .animate-text .slide-text h1 span {
				display: block;
			}

		#j-slider .animate-text .info {
			text-transform: uppercase;
			display: inline-block;
			font-size: 35px;
			font-weight: 700;
			margin: 0;
			padding: 0 10px;
		}

		#j-slider .animate-text span {
			display: block;
			color: #88B749;
			padding: 0;
		}

		#j-slider .animate-text .typed-cursor {
			display: none;
		}

		#j-slider .animate-text .slide-text p {
			color: #fff;
			font-size: 15px;
		}

.header-content {
	padding-top: 360px;
	display: inline-block;
}
/*=======================
  End Slider CSS
=========================*/

/* 弹窗样式 */
.popup {
	display: none;
	background-color: white;
	padding: 10px;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 8px;
	z-index: 100;
	transition: all 0.3s ease;
}

.social-item:hover .popup {
	display: block;
	animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateX(-50%) translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateX(-50%) translateY(0);
	}
}