/*
 Theme Name:     Hawk
 Author:         Design House
 Template:       design-house
 Version:        1.0.0
*/


@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital@0;1&display=swap');


/* 

	Footer Grey: #bbbbbb;
	H Grey: #686868;

	Background Grey: #f4f4f4;


	Dark Grey: #898989;
	Mid Grey: #b6b6b6;
	
*/


/*  
    Global
    ---------------------------------------
*/

html {
  margin-top: 0px !important;
}

.content-area {
    float: left;
    width: 100%;
	margin-top: 50px;
}

body {
	overflow-x: hidden;
}

#page {
    width: 100vw;
    overflow-x: hidden;
}


body a {
	transition: all linear 0.25s;
	text-decoration: none;
}

.desktopOnly {
	display: block;	
}

.mobileOnly {
	display: none;
}

@media only screen and (max-width: 767px) {
	.desktopOnly {
		display: none;	
	}

	.mobileOnly {
		display: block;
	}
}

/*  
    Masthead
    ---------------------------------------
*/

#masthead {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
	height: 70px;
	background: black;
}

.mastheadContent {
	position: relative;
	margin: 130px auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	width: 50%;
}

.error404 .mastheadContent {
	display: none;
}

@media only screen and (max-width:800px) {
	.mastheadContent {
		margin: 50px auto;
		width: 80%;
	}
}


.page .mastheadContent {
	display: none;
}
.pageBanner {
	width: 100%;
	height: 400px;
	z-index: 1;
	background-size: cover !important;
	background-position: center center !important;
	position: relative;
	margin-top: 69px;
	float: left;
	display: flex;
	align-content: center;
	justify-content: center;
}
.bannerOverlay {
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	width: 100%;
	height: 100%;
}
.home .mastheadContent, .home .bannerOverlay, .home .pageBanner, .page-id-11603 .mastheadContent, .page-id-11603 .bannerOverlay, .page-id-11603 .pageBanner {
	display: none;
}



.site-branding {
    width: 150px;
    float: left;
    position: absolute;
    top: 20px;
    left: 30px;
	z-index: 100;
}



#content {
    margin-top: 0px !important;
}

.home #content {
    margin-top: 0px !important;
}

/* Force Mobile Nav */ 

#desktop-navigation {
    display: none !important;
}

#mobile-navigation {
    display: block !important;
}

#mobile-icon {
    position: absolute;
    top: 40px;
    right: 40px;
    transform: scale(.9);
	width: 60px;
} 

#mobile-icon span {
    background: #fff !important;
	height: 3px;
	border-radius: 0;
}

#mobile-icon .top {
    width: 100%;
}
#mobile-icon .middle {
    width: 66.66%;
	margin-left: 33.33%;
}
#mobile-icon .bottom {
    width: 33.33%;
	margin-left: 66.66%;
}

#mobile-icon:hover > span {
    width: 100%;
	margin-left: 0;
}

#mobile-icon.open span {
	width: 100%;
	margin-left: 0;
}



/* Menu */

.menuWrap {
    background: #000;
    right: 0px;
    padding: 0px;
    height: 100vh;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: none;
    opacity: 0;
    min-height: 600px;
    position: fixed;
	overflow: hidden !important;
    width: 0vw;
	top: 0;
	border-left: 0px solid #fff
}

.menuWrap .wrap {
    width: 100%;
    max-width: 1000px;
}

.menu-col-left {
    width: calc(50% - 40px);
    float: left;
    margin-right: 80px;
    opacity: 0;
}

.menu-col-right {
    width: calc(50% - 40px);
    float: left;
    opacity: 0;
}

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

#mobile-icon {
    top: 25px;
    right: 20px;
}

#mobile-icon.open {
    position: fixed !important;
}

#mobile-menu li {
    margin-bottom: 20px;
	text-align: right;
}

.menuContainer {
    padding-top: 0px;
    overflow: hidden;
    height: auto !important;
    width: auto !important;
    opacity: 0;
    margin-left: 50px;
	float: right;
}

#mobile-menu .menu-item {
    text-align: right;
}

#mobile-menu li a {
    color: #fff !important;
	font-weight: 400;
	text-transform: uppercase;
}

#mobile-menu li a:hover {
    font-size: 30px;
    color: white !important;
}

@media only screen and (max-width:700px) {
    .menuWrap, .home .menuWrap {
        width: 100% !important;
        height: 100vh !important;
        position: fixed;
		border-left: 0px;
    }
}

.menu ul {
    list-style: none;
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
}
.menu li {
    list-style: none;
}

.menuSocial img {
    width: 50px;
	transition: all linear 0.25s;
}
.menuSocial img:hover {
    width: 70px;
}



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

body {
    font-family: 'PT Sans', sans-serif;
}

body p, body li, body a,
.fp-excerpt {
    font-size: 18px;
    color: #898989;
    font-weight: 400;
    font-family: 'PT Sans', sans-serif;
	line-height: 1.6em;
	text-align: left;
	letter-spacing: 0.015em;
}

.mastheadContent p {
	line-height: 1em;
	color: #b6b6b6;
	padding: 0 20px;
	margin: 10px 0;
}

body a:hover {
    color: #ccc;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h4, h5, .h5, h6, .h6 {
    color:#898989;
	font-weight: 400;
    font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.015em;
	border-left: 2px solid #D3D2D2; 
	padding: 15px 20px;
	margin: 0;
	line-height: 1.2em;

}

.hawkBadge {
	padding: 0 20px;
	margin: 0 !important;
}

.hawkBadge p {
	color: #b6b6b6;
	font-size: 0.9em;
}

h1, .h1 {
  font-size: 2.5em !important;
  float: none;
  position: relative;
  text-align: center;
  margin: 0px !important;
  border: 0px !important;
}
.mastheadContent h1, .mastheadContent .h1 {
	color: white;
	text-align: left;
	border-left: 2px solid #D3D2D2 !important;
}

@media only screen and (max-width:800px) {
		.mastheadContent h1, .mastheadContent .h1 {
			font-size: 1.85em !important
		}
}


.home h1 {
	display: none;
}

h2, .h2 {
    font-size: 28px;
}
h3, .h3 {
    font-size: 22px;
	padding: 10px 20px;
}

h4, .h4, h4 a {
    font-size: 18px;
	text-transform: none;
	text-align: center;
	border-left: none;
	line-height: 2em;
}


h6, .h6 {
    font-size: 22px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	h1, .h1 {
		font-size: 8vw;
	}
}

.single-post h2 {
	padding: 15px 0;
	border: 0px;	
}


.paddedText {
	padding: 0px 20px;
	margin: -10px auto 35px !important;
}

.noBorder {
	border: 0px;
}

/*  
    Visual Composer
    ---------------------------------------
*/

.vc_row {
    padding-top: 50px;
	padding-bottom: 50px;
}

.paddedRowLarge {
    padding-left: 50px;
	padding-right: 50px;
}
.paddedRowSmall {
    padding-left: 100px;
	padding-right: 100px;
}

.shortRow {
	padding-top: 0px;
	padding-bottom: 0px;
}

.greyBackground {
	background: #f4f4f4;
}	


@media only screen and (max-width: 767px) {
	.paddedRowSmall, .paddedRowLarge {
		padding-left: 0px;
		padding-right: 0px;
	}
}

/* 	
	Flexible Posts Widget
	--------------------------------------------
*/


.FPWpost {
    border: 1px solid #dbdbdb;
    margin-bottom: 40px;
    padding-bottom: 0px;
}

.FPWpost a {
    text-decoration: none;
}

.FPWtext {
    padding: 25px;
}
.FPWtext h4 {
    text-align: left;
	border: 0px;
	padding: 0px;
	text-transform: uppercase;
	line-height: 1.3em;
}




/*
	ULTIMATE GRID
	------------------------------
*/

.wpupg-filter-item {
  	text-transform: uppercase;
  	background: transparent !important;
  	color: #B4B2B2 !important;
 	 border: 0px !important;
	transition: all linear 0.3s;
}

.wpupg-filter-item:hover, .wpupg-filter-item.active {
  	color: #898989 !important;
}

.wpupg-template-overlay {
	border: 0px !important;
}

.wpupg-template-overlay-container {
	transition: all linear 0.3s;
	opacity: 0 !important;
	height: 100%;
	display: flex;
	background-color: rgba(255, 255, 255, 0.8) !important;
}

.wpupg-template-overlay:hover .wpupg-template-overlay-container {
	opacity: 1 !important;
}

.wpupg-item-title.wpupg-block-text-bold {
  	display: flex;
  	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	color: #585757;
	font-size: 16px;
	line-height: 1.5em;
}


#wpupg-grid-blog .wpupg-meta-container {
  padding: 0px;
}

#wpupg-grid-blog .wpupg-item-title.wpupg-block-text-bold {
  text-align: left;
  border-left: 2px solid #D3D2D2;
  color: #898989;
  font-size: 1.5em;
  font-weight: 100 !important;
  padding: 0 0 0 20px;
  line-height: 1.3em;
  margin: 10px 0;
}


/*  
    Single Post
    ---------------------------------------
*/

.single-post .mastheadContent h1 {
  font-size: 2.3em;
}

.single-post #content {
  margin-top: 0px !important;
}

.post-wrap {
    width: 65%;
    float: left;
}

.sidebar-wrap {
    width: calc(35% - 40px);
    margin-left: 40px;
    float: left;
}

.sidebar-wrap .fp-row {
    margin: 0px !important;
}

.sidebar-wrap .fp-col {
    width: 100% !important;
    margin: 0px 0px 40px !important;
}

.sidebar-wrap .widgettitle {
    display: none;
}

@media only screen and (max-width: 797px) {
    .post-wrap {
        width: 100%;
        margin: 0px 0px 40px;
    }

    .sidebar-wrap {
        width: 100%;
        margin: 0px;
        display: none;
    }
}


/*  
    Single Portfolio Item (Projects)
    ---------------------------------------
*/

.single-portfolio-item .post-wrap {
    width: 100%;
}

.single-portfolio-item .sidebar-wrap {
        display: none;
    }

.single-portfolio-item .wpb_single_image {
  margin-bottom: 5px !important;
}

.projectData .wpb_text_column {
  border-left: 2px solid #D3D2D2; 
  padding: 10px 50px 25px;
}


/*  
    Single Brands
    ---------------------------------------
*/

.single-brands .mastheadContent {
	max-width: 400px;
}

.single-brands .post-wrap {
    width: 100% !important;
}

.sidebar-horizontal {
  float: left;
  width: 100%;
}

/* 	
	Make Logos white in the masthead just for brands
	-----------------------------------------------------------
*/

.single-brands .mastheadContent {
	filter: grayscale(100) brightness(100);
}

.postid-11834 .mastheadContent, .postid-11837 .mastheadContent {
	filter: none;
}


/* 	
	Flexible Posts Widget for BRANDS
	--------------------------------------------
*/

.single-brands .flexiblePostSquares, .page-id-11843 .flexiblePostSquares, .home .flexiblePostSquares {
  display: flex;
  justify-content: center;
  align-items: center;
	flex-flow: wrap;
}

.single-brands .FPWpost, .page-id-11843 .FPWpost, .home .FPWpost {
    border: 0px;
	width: 270px !important;
	margin: 30px;
	opacity: 0.3;
	transition: all linear 0.3s;
}
.single-brands .FPWpost:hover, .page-id-11843 .FPWpost:hover, .home .FPWpost:hover {
	opacity: 1;
}


/*  
    Contact Page, Extra H1 in footer hide
    ---------------------------------------
*/

.page-id-815 .footerTitle h1 {
  display: none;
}

/*  
    Ninja Forms
    ---------------------------------------
*/

.nf-form-title, .nf-before-form-content, .nf-field-label {
    display: none;
}

.nf-form-content input[type="submit"] {
    cursor: pointer;
	border-radius: 0 !important;
	background: transparent !important;
	border: 1px solid #CBC8C8  !important;
	color: #bbbbbb !important;
}
.nf-form-content input[type="submit"]:hover {
	color: #fff !important;
	background: #bbbbbb !important;
}

.nf-field-element::after {
    display: none;
}

.nf-element {
    border: 1px solid #CBC8C8  !important;
    font-size: 16px;
    font-weight: 400;
    font-family: 'PT Sans', sans-serif;
    border-radius: 0px !important;
	background: #F7F7F7 !important;
}

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

.nf-error-msg {
    font-size: 13px;
    font-weight: 400;
    font-family: 'PT Sans', sans-serif;
}

/*  
    Colophon
    ---------------------------------------
*/


.footerTitle {
	width: 80%;
	margin: 0 auto 70px;
}

.footer-content .menu {
	margin: 15px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.menuSocial {
	width: 30px;
	margin: 10px 0 -8px -29px;
}


#colophon {
    margin-top: 40px !important;
    padding-bottom: 0px !important;
	background: white;
}
/* Contact Page colophon lift! */
.page-id-815 #colophon {
    margin-top: -60px !important;
}

.footer-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}


.footerLogo {
  max-width: 220px;
  opacity: 0.56;
}

.textwidget p {
  text-align: center !important;
}

#colophon a, #colophon p {
    color: #898989;
}

.footer-content {

    align-items: center;
}

.threeCol {
}


.copyright {
    float: left;
	text-align: left;
}
.middleLink {
	float: none;
	text-align: center;
}

.website-by {
    float: right;
	text-align: right;
}
.site-info {
    padding: 15px 0;
	background: transparent;
	width: 100%;
	left: 0;
}
.site-info .wrap {
    border-top: 1px solid #9B9A9A;
	padding: 15px 0;
}

.site-info a {
    color: #9B9A9A !important;
	width: 365px;
}
.site-info p, .site-info a {
    font-size: 12px !important;
}

@media only screen and (max-width: 950px) {
    .copyright, .website-by, .middleLink {
        width: 100%;
        float: left;
        text-align: center;
    }

    .copyright {
        margin-bottom: 10px;
    }

    .site-info {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 600px) {
    .threeCol {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
	#colophon {
		margin-top: 0px !important;
	}
}