@charset "UTF-8";
/*Base Style*/

/*============ Based on a max screen size of 1920px =================*/

/*============ Stucture =================*/

body {
	width: 100%;
	margin: 0 auto;
}
body #wrap{
	background-color:transparent;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
} 
#wrap .wrap,
#wrap > #inner > div{
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	width: 1440px;
	display: block;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
}
div#inner {
	min-height: 100px;
}
body .entry {
	margin-bottom: 0;
	padding: 0;
}
#content > .row{
	max-width: 1090px;
	margin: 0px auto;
	display: block
}

.row .row {
    margin-right: 0;
    margin-left: 0;
}

.show-mobile,
.show-tablet {
	display:none;
}
#comments,#sidebar .widget,
.author  #sidebar .featuredpost, 
.category  #sidebar .featuredpost, 
.single-post  #sidebar .featuredpost, 
.blog  #sidebar .featuredpost,
.author  #sidebar .widget, 
.category  #sidebar .widget, 
.single-post  #sidebar .widget, 
.blog #sidebar .widget, 
#sidebar .featuredpost,
.post-info,
.post-edit-link,
.entry-title,
.post-edit-link,
.hide {
	display:none;
}
.show-hide{
	cursor:pointer;
}

/*============ Tweaks for laptops =================*/

	@media all  and (min-width: 1440px) {
		#wrap .wrap,
		#wrap > #inner > div,
		body .row,
		body .wp-block-columns,
		.entry-content {
			max-width: 1440px;
		}
	}
	@media all and (max-width: 1440px) {
		#wrap .wrap,
		#wrap > #inner > div,
		body .row,
		body .wp-block-columns,
		.entry-content {
			max-width:90%;
		}
	}

/*============ Adding the full width option =================*/

.entry-content .alignwide {
 	margin-left  : -80px;
	margin-right : -80px;
}
.entry-content .alignfull,
.search .alignfull,
.footer .alignfull {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw;
}
.alignfull img {
	width: 100vw;
}

/*============ social =================*/

.facebook{
	background-image: url('../../images/social/facebook.png');
}
.twitter{
	background-image: url('../../images/social/twitter.png');
}
.linkedin{
	background-image: url('../../images/social/linkedin.png');
}
.youtube{
	background-image: url('../../images/social/youtube.png');
}

/*============ Header =================*/
#header{
	background-image: url('../../../../../2019/05/stars2.jpg')

}

#header .wrap {
	position: relative;
	background-image: url('../../../../../2019/05/starhead2.jpg');
	background-size: contain;
	background-position: center center;
	height: 400px;
	background-repeat: no-repeat;
}
#header .textbox {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px;
	position: absolute;
	right: 25%;
	top: 15%;
	display: block;
	white-space: nowrap;
}
#header .textbox span{
	display: block;
	line-height: 43px;
}
#header .textbox span.line2{
	padding-left: 10%;
}
#header .textbox span.line3{
	padding-left: 20%;
}

#header #title-area{
	display:none;
}
#header #logo {
	display: inline-block;
}

/*============ Footer =================*/

.gototop{
	display: none;
}
div#footer {
	background-image: url('../../../../../2019/05/stars2.jpg');
	/* height: 50px; */
}
.footercreds {
	padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.footercreds,
.footercreds a {
	color: #fff !important;
	font-size: 1em;
}


/*============ Page/Post =================*/

.quote {
	background-image: url(../../../../../2019/05/quote_guy.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	min-height: 100px;
	padding-left: 75px;
	width: 100%;
	margin: 40px auto;
	padding-bottom: 10px;
}

.project-page-logo {
	height: auto;
	width: 100%;
	margin: 30px 0px;
	background-color: #fff;
	padding: 10px;
}

.project-page-content {
	background-color: #f2f2f2;
}
.project-page-side {
	background-color: #e2e2e2;
	padding-top: 40px;
}

h1.project-page-title {
    font-size: 1.2em;
    margin: 0px;
}

h1.project-page-title span {
    font-size: 1em;
}
.row.project-page-entry-content {
    border-bottom: 1px solid;
}


.services-page-content img {
    margin-bottom: 20px;
    width: 100%;
}
.services-page-title {
    margin-top: 20px;
    border-bottom: 1px solid;
}



/*============ swipers =================*/
	.swiper-container{
		max-width: 100%;
	}
	.swiper-slide.projects a{
		display: block;
	}
	.swiper-slide.projects .img {
		width: 50%;
		display: inline-block;
		vertical-align: middle;
	}
	.swiper-slide.projects .img img {
		width: 100%;
		height: auto;
	}
	.swiper-slide.projects .txt {
		width: 48%;
		display: inline-block;
		vertical-align: middle;
	}
	.swiper-slide.projects .txt > div {
		width: 90%;
		margin: 0 auto
	}
	
	.swiper-slide.projects .txt .project_logo  {
		display: block;
		margin-bottom: 20px;
	}
	.swiper-slide.projects .txt .project_logo img  {
		max-height: 90px;
		width: auto;
	}
	.swiper-slide.projects .txt h4{
		margin-bottom: 0px;
	}
	.swiper-slide.projects .txt p{
		display: block;
		margin-bottom: 20px;
	}

/*============  ThumbNails  =================*/ 
	.box {
		background-color: #f2f2f2;
		padding: 10px;
		border: 1px solid #c1c6ca;
		border-top: 5px solid #000843;
		margin-bottom: 10px;
	}
	.box .info-wrap{
		
	}
	.tall .box .thumb_img {
		min-height: 300px;
	}
	.box-case {
		position: relative;
	}

	.post_thumb {
		margin-bottom: 20px;
	}

	.row.list_thumbs .column:first-child {
		margin-left: 0px;
	}

	.row.list_thumbs {
		background-color: #f0f0f0;
		padding: 20px 0;
		margin-bottom: 20px;
		border: 1px solid #d9d9d9;
	}

	.thumb_img_bg {
		position: relative;
		background-color: #FFF;
		/*background-image: url(../../../../../2019/05/stars2.jpg);*/
		background-size: contain;
	}
	.overlay{
		background-color: #3c1a10;
		position: absolute;
		top:0px;
		left: 0px;
		width: 100%;
		height: 100%;
		opacity: 0.1;
		cursor: pointer;
	}
	.overlay:hover{
		opacity: 0;
	}
	.thumb_img_bg .learnmore {
		position: absolute;
		bottom: 10px;
		right: 2%;
	}

	.thumb_img {
		width: 100%;
		height: 150px;
		background-size: auto 100%;
		background-position: center;
		background-repeat: no-repeat;
		display: block;
		white-space: nowrap;
		position: relative;
	}


	.thumb_img .info {
		font-size: 34px;
		display: block;
		width: 96%;
		margin: 0 auto;
		line-height: normal;
	}
	.thumb_img .ftitle {
		display: block;
		font-size: 1em;
		font-weight: bold;
		text-transform: uppercase;
		margin: 0 auto;
		width: 100%;
		text-align: right;
	}
	.thumb_img .ftitle span,
	.thumb_img .tagline span{
		max-width: 50%;
		text-align: right;
		white-space: normal;
		display: inline-block;
		line-height: normal;
	}
	.thumb_img .tagline{
		display: block;
		font-size: 0.7em;
		color: #000;
		font-style: initial;
		margin: 0 auto;
		width: 100%;
		text-align: right;
	}
	.thumb_img i.fa {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 999999;
		font-size: 80px;
		margin-top: -20%;
		margin-left: -25%;
		color: #fff;
		width: 50%;
		text-align: center;
		line-height: normal;
	}


/*============  Google Reviews  =================*/ 
	.wp-gr .wp-google-review {
		margin-top: 15px !important;
		background-color: #f0f0f0 !important;
		padding: 10px !important;
	}
	div.wp-google-place {
		border-bottom: 4px solid red !important;
		padding: 5px !important;
		background-color: #fff1f1 !important;
	}

/*============ Booking Page =================*/

    .popup.calendar {
        position: fixed;
        display: flex;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        justify-content: center;
        align-items: center;
    }
    .popup-wrap {
        width: 90%;
        background-color: #ffffff;
        position: relative;
    }
    button.popup.close {
        position: absolute;
        right: 0;
        font-size: 1.5em !important;
        background-color: #C70000;
        color: #fff;
    }