/*
 Theme Name:     Tollgard Design Group
 Author:         Jake Adams
 Template:       ja-base-theme
 Version:        1.0.0
*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');


/*  
	Home Page
	-------------------------------
*/


#owl-demo .item img {
    display: block !important; 
    max-height: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto !important;
}

body {
	overflow-x: hidden;
}


.home footer {
	display: none;
}

#masthead {
	background-color: #fff;
}
.main-navigation {
	width: calc(100% - 240px);
}

.entry-content {
	margin-top: 0px;
}

.wrap {
	padding: 0px 40px !important;
}

.page-id-2 .entry-content,
.single-post .content-area {
	margin-top: 40px;
}

.page-id-59 .entry-content {
	margin-top: 10px;
}

.site-branding {
	max-width: 200px;
	margin-top: 18px;
}

.navigation-wrap {
	height: 90px;
}

.vc_row {
	margin-bottom: 40px !important;
}

.vc-noMargin {
	margin-bottom: 0px !important;
}

.single-post #primary .wrap {
	max-width: 800px;
}

.gallery-columns-3 .gallery-item {
	width: 32%;
	margin-right: 2%;
}

.gallery-columns-3 .gallery-item:nth-child(3n+3) {
	margin-right: 0px;
}

.main-navigation .sub-menu {
	background-color: #ffffff;
}

.sub-menu li a {
    font-size: 14px !important;
    margin: 0px 0px 10px;
}

.sub-menu {
	padding: 20px 0px 0px !important;
}

#mobile-icon {
	height: 30px;
	margin-top: 30px;
}

.menuWrap {
	background-color: #fff;
}

#mobile-menu {
	margin: 0px;
	padding: 0px;
}

#mobile-menu li a {
	color: #000;
	font-size: 20px;
	font-weight: 300;
}

#mobile-menu li {
	margin-bottom: 10px;
}

.background-row-image .vc_column-inner {
	background-size: cover;
	background-position: center center;
}

@media only screen and (max-width: 797px) {
	.background-row-image .vc_column-inner {	
		min-height: 400px;
		margin-top: 40px;
	}
}

.wp-block-gallery {
	margin: 0px;
}

#mobile-icon span {
	background-color: #000;
}


/*  
	Typography
	-------------------------------
*/

a:hover, a:focus {
	color: #2d6e71;
}

a {
	text-decoration: none;
	color: #2d6e71;
}

p {
	font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 1.8em;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Lato', sans-serif;
}

h1, .h1 {
    font-weight: 300;
    color: #555;
    letter-spacing: 0.01em;
}

h2, .h2 {
    font-weight: 300;
    color: #555;
    font-size: 23px;
    letter-spacing: 0.02em;
	margin: 10px 0px 0px;
}

h4, .h4 {
    font-size: 17px;
    font-weight: 300;
    color: #555;
    letter-spacing: 0.01em;
    margin-top: 14px !important;
    line-height: 1.7em;
}

h5 {
    font-size: 22px;
    font-weight: 300;
    margin: 20px 0px 0px 0px;
}

h6 {
    margin: 2px 0px 15px 0px;
    font-size: 17px;
    font-weight: 300;
    color: #888;
    font-style: italic;
}

.menu-item a {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.2em;
    font-family: lato;
    color: #888;
    font-weight: 300;
}

.menu-item a:hover {
	color: #2d6e71;
}

.current_page_item a {
	color: #2d6e71;
}

/*  
	Home Page
	-------------------------------
*/

.homeLogo {
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 30px;
    padding: 10px 10px 2px 15px;
	margin: 0px;
	transition: 0.3s ease-in-out !important;
}

.homeLogo img {
	height: 34px;
	width: auto;
	transition: 0.3s opacity ease-in-out;
}

.dpe-flexible-posts a {
	width: calc(25% - 6px);
	height: calc(100vh - 90px);
	float: left;
	position: relative;
	background-size: cover;
	margin-right: 8px;
	display: table;
	text-decoration: none;
	color: #000;
}

.dpe-flexible-posts a:last-of-type {
	margin: 0px;
}

.dpe-flexible-posts .title {
    position: absolute;
    bottom: 10vh;
    background: #fff;
    padding: 9px 15px 7px 25px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.15em;
    color: #777;
    font-size: 15px;
	left: 0;
	transition: 0.3s opacity ease-in-out;
}

.dpe-flexible-posts a:hover > .homeLogo {
	opacity: 0;
}

.homeDesc {
    display: table-cell;
    vertical-align: middle;
	text-align: center;
    background: rgba(255,255,255,0.8);
    padding: 20px;
    font-size: 17px;
    line-height: 32px;
	font-weight: 300;
	opacity: 0;
	transition: 0.3s opacity ease-in-out;
}


.dpe-flexible-posts a:hover > .homeDesc {
	opacity: 1;
}

.aboutHead {
	background-color: #f7f7f7;
	padding: 10px 0px;
}



.subtitle h5 {
    font-size: 18px;
    font-weight: 400;
    color: #fc5c24;
    margin-top: 0px;
}


@media only screen and (max-width: 1100px) {
	.dpe-flexible-posts a {
		height: 50vw;
		width: calc(50% - 6px);
		margin-right: 8px !important;
		margin-bottom: 8px !important;
	}
	
	.dpe-flexible-posts a:nth-child(2n+2) {
		margin-right: 0px !important;
	}
}

@media only screen and (max-width: 797px) {
	.dpe-flexible-posts a {
		height: 350px;
		width: 100vw;
		background-size: cover;
	}
	
	.homeDesc {
		display: none !important;
	}
	
	.homeLogo {
		opacity: 1 !important;
	}
	
}

/*  
	About Page
	-------------------------------
*/

.the-team {
	margin: 0px;
	padding: 0px;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: center;
}

.the-team li {
	width: calc(33.333% - 20px);
	padding: 20px;
}

.the-team img {
	width: 100%;
}


.jobTitle {
    margin: 0px;
    font-size: 15px;
    color: #777;
    font-style: italic;
}

@media only screen and (max-width: 797px) {
	.the-team li {
		width: 100%;
		margin: 0px;
	}
}

/*  
	Services
	-------------------------------
*/

.studioQuote {
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
    padding-bottom: 10px;
	line-height: 28px;
}

.quoteOrange {
	margin-top: 40px;
	background: rgba(45,110,113,0.12);
}

.quoteOrangeBottom {
	margin-bottom: 20px !important;
	background: rgba(45,110,113,0.12);
}

.quoteOrange:before {
    content: '';
    height: 30px;
    width: 99px;
    background-image: url(../../uploads/2019/04/Quote-marks.png);
    background-color: #f7f7f7;
    display: block;
    margin: 0 auto;
    background-size: auto 30px;
    background-repeat: no-repeat;
    position: relative;
    top: -15px;
    padding: 0px;
    background-position: center;
}

.serviceHead {
	background-color: #f7f7f7;
	padding: 40px 0px;
	margin-bottom: 0px !important;
}

.serviceHead .wrap {
	padding: 0px 20px !important;
}

.serviceLogo img {
	height: 36px !important;
	width: auto !important;
}

.serviceLogo {
	margin-top: 25px;
}

.item-wrap {
    width: 100%;
    float: left;
    position: relative;
    margin-right: 3px;
	margin-bottom: 3px;
    height: 450px;
    background-size: cover;
    background-position: center;
	overflow: hidden;
}

.item-wrap:nth-child(3n+3) {
	margin-right: 0px;
}

.item-wrap img {
	width: 100%;
}

.titleWrap {
    position: absolute;
	display: table;
    top: 0;
    text-align: center;
    width: 100%;
	height: 100%;
	transition: 0.3s ease-in-out;
}

.titleWrap .itemTitle {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 300;
	
}

.titleWrap h3 {
    position: absolute;
    left: 0;
    bottom: 20px;
    background: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 300;
    font-size: 15px;
	opacity: 0;
	transform: translatex(-100%);
	transition: 0.3s all ease-in-out;
}

.titleWrap:hover > h3 {
	opacity: 1;
	transform: translatex(0);
}

.portfolioWrapper,
.wrapper {
    max-width: 1200px;
    margin: 0 auto !important;
    display: block;
	float: none !important;
}

.wpb_content_element {
	margin-bottom: 4px !important;
}

.vc_mobile .titleWrap h3 {
	transform: translatex(0px) !important;
	opacity: 1 !important;
}

@media only screen and (max-width: 1250px) {
	.serviceHead {
		padding: 40px 0px;
		box-sizing: border-box;
		margin: 0px !important;
	}
}

@media only screen and (max-width: 1200px) {
	.portfolioWrapper {
		padding: 0px 15px !important;
	}
}

@media only screen and (max-width: 650px) {
	.item-wrap {
		width: 100%;
		margin-right: 0px !important;
	}
}


/* Showroom
   -----------------------------------
*/

.showroom-item {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.showroom-wrap {
    width: 33.333%;
    padding: 2px;
    float: left;
    height: 400px;
}

.showroom-bg {
    height: 100%;
    background-size: cover;
    width: 100%;
}

.black-wrapper {
    background: rgba(0,0,0,0.5);
	height: 100%;
	width: 100%;
	transition: opacity 0.3s ease-in-out;
	text-align: center;
}

.brandLogo {
     position:relative;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     top:50%;
}

.brandLogo {
    max-width: 250px;
    max-height: 100px;
    margin: auto auto;
}

.showroom-wrap:hover .black-wrapper {
	opacity: 0;
}

.singleEmbed {
    display: inline-block;
    width: 100%;
    margin: 20px auto;
}

.shopLink {
    color: #000;
    font-weight: 300;
    display: inline-block;
    opacity: 0.3;
    margin-top: 20px;
    font-size: 15px;
	transition: 0.3s opacity ease-in-out;
}

.shopLink:hover {
	opacity: 1;
    color: #000;
}

@media only screen and (max-width: 900px) {
	.showroom-wrap {
    	width: 50%;
	}
}

@media only screen and (max-width: 600px) {
	.showroom-wrap {
    	width: 100%;
	}
}

/*  
	Showroom
	-----------------------------------


.showroom-wrap {
    width: 33.333%;
    float: left;
    height: 400px;
    display: flex;
    vertical-align: middle;
	position: relative;
	border: 1px solid white;
}

.brandLogo {
    max-width: 250px;
    max-height: 100px;
    margin: auto auto;
    display: table;
    vertical-align: middle !important;
	position: relative;
	z-index: 10;
	transition: 0.3s opacity ease-in-out;
}

.blackBG {
    background: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	transition: 0.3s opacity ease-in-out;
}

.showroom-item a:hover > .blackBG,
.showroom-item a:hover > .brandLogo {
	opacity: 0;
}

.shopLink {
    color: #000;
    font-weight: 300;
    margin-top: 10px;
    display: inline-block;
    opacity: 0.3;
    margin-top: 20px;
    font-size: 15px;
	transition: 0.3s opacity ease-in-out;
}

.shopLink:hover {
	opacity: 1;
}

@media only screen and (max-width: 979px) {
	.showroom-item a {
		width: 50% !important;
	}
}

@media only screen and (max-width: 797px) {
	.showroom-item a {
		width: 100% !important;
	}
}

/*  
	Single Portfolio Item / Project
	------------------------------------
*/

.single-portfolio .vc_single_image-img.attachment-full {
    border: 4px solid white !important;
    box-sizing: content-box;
    border-bottom: 0px !important;
}

.single-portfolio .vc_column_container>.vc_column-inner {
	padding: 0px !important;
}

.single-portfolio .vc_row,
.single-portfolio .wpb_content_element {
	margin-bottom: 0px !important;
}

.projectIntro {
    column-count: 2;
    column-gap: 40px;
}

.projectIntro p {
    margin-top: 0px;
}

.entry-title {
	margin-top: 0px !important;
}

@media only screen and (max-width: 797px) {
	.projectIntro {
		column-count: 1;
	}
}

/*  
	Isotope Posts
	------------------------------------
*/

#iso-loop {
	padding: 0px;
}

#iso-loop li {
	margin: 0px !important;
}

.news-loop li {
	width: 33.333% !important;
	padding: 20px;
}

.review-loop li {
	width: 50% !important;
	padding: 20px;
}

.review-loop {
	margin-left: -20px !important;
	margin-right: -20px !important;
}

.iso-thumb {
	margin: 0px;
}

.blog-wrap {
	padding: 4px 20px 4px;
	background-color: #f7f7f7;
}

.iso-title {
    text-transform: unset;
    letter-spacing: 0.02em !important;
}

.iso-thumb img {
	width: 100%;
}

.blog-wrap p {
	margin: 5px 0px 15px !important;
}

#filters {
	text-align: center;
	margin: 0px 0px 20px !important;
	padding: 0px !important;
}

.item-wrap h3 {
	color: #000 !important;
} 

#filters li {
	float: none;
	display: inline-block;
	border: 0px;
	font-family: lato;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-bottom: 0px;
}


@media only screen and (max-width: 900px) {
	#iso-loop li {
		width: 50% !important;
	}
}

@media only screen and (max-width: 600px) {
	#iso-loop li {
		width: 100% !important;
		padding: 0px 0px 20px;
	}
}


.portfolio-loop li {
	width: 33.333% !important;
	margin: 0px !important;
	border: 2px solid #fff !important;
}

/*  
	Portfolio Gallery
	------------------------------------
*/

.portfolio-gallery {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.portfolio-gallery li {
    height: 700px;
    background-size: cover;
    background-position: center center;
	box-shadow: inset 0px 0px 0px 3px #fff;
}

.one-left {
	width: 66.666%;
	float: left;
}

.one-right {
	width: 33.333%;
	float: right;
}

.two-left,
.third {
	width: 33.333%;
	float: left;
}

.two-right {
	width: 66.666%;
	float: left;
}

.fullRow {
	width: 100%;
	float: left;
}

.half-row {
	width: 50%;
	float: left;
}

@media only screen and (max-width: 797px) {
	.portfolio-gallery li {
		width: 100%;
		height: 380px;
	}
}

/*  
	Client Data
	------------------------------------
*/

.clientLeft {
	width: 60%;
	float: left;
	margin-bottom: 40px;
}

.clientLeft a {
	font-weight: 400;
}

.clientRight {
	width: 35%;
	float: right;
}

.clientLink {
	text-decoration: none;
}

@media only screen and (max-width: 797px) {
	.clientLeft,
	.clientRight {
		width: 100%;
		float: left;
		margin-bottom: 30px;
		
	}
}

/*  
	Contact Form
	------------------------------------
*/

.nf-field-container {
	margin-bottom: 10px !important;
}

.nf-element {
    background: transparent;
    border-radius: 0px !important;
    border: 0px !important;
	outline: none !important;
}

.nf-form-fields-required {
	display: none;
}

.nf-error-msg {
    font-size: 12px;
    font-style: italic;
    float: left;
}

#nf-form-errors-1 .nf-error-msg {
    float: left;
    margin-top: 20px;
}

.nf-element::placeholder {
	font-family: lato;
	font-weight: 300;
}

#nf-field-3 {
	resize: none;
}

.mapRow {
	margin-bottom: 0px !important;
}

/*  
	Footer
	------------------------------------
*/

#colophon {
	margin-top: 0px;
	padding: 40px 0px 20px;
	float: left;
	width: 100%;
}

.newsletter {
    padding: 40px 0px;
    background: #2d6e71;
	display: block;
	float: left;
	width: 100%;
}

.newsletterInfo {
	width: 35%;
	margin-right: 5%;
	float: left;
}

#nf-label-field-9-0 {
    font-size: 11px;
    color: #fff !important;
    font-style: italic;
	padding-top: 5px;
	padding-left: 10px;
	opacity: 0.6;
}

label a {
	color: #fff;
	transition: 0.3s opacity ease-in-out;
}

#nf-label-field-9-0 a:hover {
	opacity: 0.5;
	color: #fff !important;
}

#nf-form-2-cont {
	float: left;
	width: 60%;
}

#nf-field-8 {
    border: 1px solid #fff !important;
    background: transparent;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-weight: 300;
    line-height: 0px;
    padding: 20px;
    width: 100%;
}

#nf-field-7-container {
	border-bottom: 1px solid #fff !important;
	
}

@media only screen and (max-width: 797px) {
	.newsletterInfo,
	#nf-form-2-cont {
		width: 100%;
		margin: 0px;
	}
	
	#nf-field-8 {
		height: 40px;
		padding: 0px 15px;
		font-size: 13px;
		letter-spacing: 0.1em;
	}
}

input::placeholder {
	color: #fff;
	opacity: 0.6;
}

input, input:focus, .nf-response-msg p {
	color: #fff !important;
	opacity: 1;
}

.nf-form-title,
.newsletter .nf-error-msg.nf-error-required-error {
	display: none !important;
}

.newsletter h3 {
    font-size: 27px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.1em;
	margin-bottom: 10px;
	margin-top: 0px;
}

.newsletter h6 {
	color: #fff;
}

#nf-field-7-container {
	float: left;
	width: 65%;
	margin-right: 5%;
	height: 40px;
}

#nf-field-8-container {
	float: left;
	width: 30%;
	clear: none;
}

.footerLogo {
	width: 200px;
}

#menu-company {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu-company a {
	padding: 0px;
	text-decoration: none;
}

.socialLink {
    margin-right: 10px;
	opacity: 0.6;
	transition: 0.3s opacity ease-in-out;
	text-decoration: none;
}

.socialLink img {
    width: 20px;
}

.socialLink:hover {
	opacity: 1;
}

.site-info {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 20px;
}
.site-info a {
	transition: 0.3s opacity ease-in-out;
	font-size: 12px;
	font-weight: 300;
}

.site-info a:hover {
    color: #999;
    opacity: 0.2;
}

.copyright, .jadams {
    text-decoration: none;
    color: #999;
	font-size: 14px;
}

.copyright {
    float: left;
}

.jadams {
    float: right;
}

.menu-company-container {
	margin-top: 20px;
}

#menu-company li {
    width: 50%;
    float: left;
    margin-bottom: 7px;
}

#menu-company a {
    padding: 0px;
    text-decoration: none;
    text-transform: unset;
    letter-spacing: 0.02em;
    font-size: 15px;
    color: #222;
}

#colophon h2 {
    text-transform: unset;
    letter-spacing: 0.02em;
	font-size: 26px;
}

@media only screen and (max-width: 797px) {
	.site-info a {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
		font-size: 12px;
	}
}