/*
You can add your own CSS here.

Click the help icon above to learn more.
*/


/* About & Process Page Footer Image Credits */
.page-id-5318 .site-info:after , .page-id-4292 .site-info:after{content: "Photo Credit Scott Wicking";
	  color: #777;
}
/*
Beckys Code
.page-id-4308 .site-info:before{content: "York      Whitby Scarborough Hull Harrogate NorthYorkMoors YorkshireDales NorthYorkshire";
	  color: #777;
	    word-spacing: 20px;
}
*/


/* Formats Footer Menu */
.menu-footer-menu-container ul li {
    color: #898989;
    display: inline-block;
		padding-right:20px;
}

.menu-footer-menu-container {
text-align:center !important;
}

/* Tib Hill & North Sea House Page Footer Render Credits */
.postid-4418 .copyrights p:last-of-type:after,
.postid-5055 .copyrights p:last-of-type:after {
    content: "Render credit Blok Studio";
    text-align: center;
    color: #777;
}
/* Adjust width of the title section on the Projects Page */ @media screen and (min-width: 769px) { .portfolio-title-holder .pt-column-title { max-width: 100%; } }

/* The Old Windmill Page Footer Render Credits */
.postid-5882 .copyrights p:last-of-type:after {
    content: "Render credit David Schnabel";
    text-align: center;
    color: #777;
}

/* The Whitby Lobster Hatchery Page Footer Render Credits */
.postid-6085 .copyrights p:last-of-type:after {
    content: "Render credit David Schnabel, Photo Credit Scott Wicking";
    text-align: center;
    color: #777;
}

/* Laborator Custom CSS (MAIN) - migrated styles */
/* ===========================================================
Custom modification only for ARCHITECTURE Demo - START
=========================================================== */

/* Footer: Transparent Background */
footer.main-footer {
    background-color: transparent !important;
}

/* Fullscreen Menu: Dark Menu without Transparency */
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-dark {
	background-color: #222 !important;
}

/* Fields: Remove White Background */
.contact-form input,
.comment-form input {
	background-color: transparent;
}
/* ===========================================================
Custom modification only for ARCHITECTURE Demo - END
=========================================================== */

/* ===========================================================
User CSS modifications
=========================================================== */

.portfolio-item .portfolio-item__title a {
	color: var(--k-color-3);
}


/* Laborator Custom CSS (LG) - migrated styles */
@media screen and (min-width: 1200px) {
	.contact-address.vc_column_container>.vc_column-inner {
		padding-left: 15px !important;
	}
	
	.contact-contactus.vc_column_container>.vc_column-inner {
		padding-right: 15px !important;	
	}
}


/* Laborator Custom CSS (MD) - migrated styles */
@media screen and (min-width: 992px) {
	.contact-address.vc_column_container>.vc_column-inner {
		padding-left: 0px !important;
	}
	
	.contact-contactus.vc_column_container>.vc_column-inner {
		padding-right: 0px !important;	
	}
}


/* Laborator Custom CSS (SM) - migrated styles */
@media screen and (min-width: 768px) {
	.contact-address.vc_column_container>.vc_column-inner {
		padding-left: 0px !important;
	}
	
	.contact-contactus.vc_column_container>.vc_column-inner {
		padding-right: 0px !important;	
	}
}

@media (min-width: 992px) {
    .blog .blog-posts--list .post-item .post-details {
        max-width: 40%;
			text-align: justify;
    }
}

Paragraph font size

body, p {
    font-size: 15px !important;
    line-height: 1.4;
}