/*
Theme Name: PhotoFocus Child Theme
Theme URI: https://www.accend4web.co.uk
Description: A child theme for x.
Author: Accend Web Solutions
Author URI: https://www.accend4web.co.uk
Template: photofocus
Text Domain: photofocus-child
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
  font-family: 'AlegreyaSansSC-Bold';
  src: url('http://www.heicio.co.uk/wp-content/themes/photofocus-child/AlegreyaSansSC-Bold/AlegreyaSansSC-Bold.ttf');
}

@font-face {
  font-family: 'JoannaSans';
  src: url('http://www.heicio.co.uk/wp-content/themes/photofocus-child/Joanna-Sans-Font/JoannaSansNovaRegular.TTF');
}

@font-face {
  font-family: 'Montserrat-Variable';
  src: url('http://www.heicio.co.uk/wp-content/themes/photofocus-child/Montserrat-Font/Montserrat-VariableFont_wght.ttf');
}

@font-face {
  font-family: 'Montserrat-Italic';
  src: url('http://www.heicio.co.uk/wp-content/themes/photofocus-child/Montserrat-Font/Montserrat-Italic-VariableFont_wght.ttf');
}

@font-face {
  font-family: 'Montserrat-Black';
  src: url('http://www.heicio.co.uk/wp-content/themes/photofocus-child/Montserrat-Font/Montserrat-Black.ttf');
}

html, body {
	font-family: 'JoannaSans' !important; background-color: #f7f7f7 !important;
}

.page.no-sidebar .content-area {
	max-width: 100%;
    width: 100%;
    margin: 0 auto;
}



/* Gareths site CSS Below */
.navigation-default .nav-menu .sub-menu, .navigation-default .nav-menu .children {
  background-color: #ffffff;
}

.home #content, .home footer {
	display: none;	
}

.home a:link {
	color: white;	
}

.page-template .custom-header, .page-template-default:not(.home) .custom-header{
	display: none;	
}

.page-template-default .wrapper {
	max-width:none;	
}

.page-template-default .wrapper header {
	display:none;	
}

.page-template-default .section {
	padding: 0;
}

.page-template-default .site-content > .wrapper {
  padding: 20px 30px;
}

.page-template-default:not(.home) .menu-inside-wrapper .main-navigation li a:link, .page-template-default:not(.home) .menu-inside-wrapper .main-navigation li a:visited {
	color: #212529;
}

.page-template-default:not(.home) .menu-inside-wrapper .main-navigation .sub-menu li a:link, .page-template-default:not(.home) .menu-inside-wrapper .main-navigation .sub-menu li a:visited {
	color: #212529;
}

.page-template-default:not(.home) .menu-inside-wrapper .main-navigation .sub-menu li a:hover {
    color: #d98e4a;
}

.page-template-default .menu-inside-wrapper #primary-menu li a:hover {
	text-decoration: none;
}

.navigation-default #primary-search-wrapper .menu-toggle {
  display: none;
}

.navigation-default .menu-inside-wrapper .main-navigation > ul > .current-menu-item > a::after {
	display: none;
}

#homeFooterInfoWrapper {
   position: absolute;
   bottom: 0.2%;
   width: 100%;
   height:40px; 
   z-index:999;
   left:0%;
   color: white;
   display:block;
}

#homeFooterInfoLeft {
	position: relative;
	float:left;
	width: auto;
	padding: 0 30px;
}

#homeFooterInfoRight {
	position: relative;
	width: 100%;
	padding: 0;
	text-align: center;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 1000;
  cursor: pointer;
}

#overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.homeCover span {
	font-size: 0.6em !important;
	letter-spacing:0.025em;	
}

#overlay p {
  position: fixed;
  top: 65%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  text-transform:uppercase;
}

#breadcrumbWrapper {
	display: none;
}

.workWrapper h1, .pageWrapper h1 {
	font-family: 'JoannaSans' !important;
	font-size: 1.7rem;
}

.workWrapper h3, .pageWrapper h3 {
	font-family: 'JoannaSans' !important;
	font-size: 2rem;
	color: #1f5a8a !important;
}

.projectFullPage h4 {
	font-size: 1.5em;
}

.projectFullPage h5 {
	font-size: 1.2em;
}

.projectFullPage h4, .projectFullPage h5, .menu-inside-wrapper, .aboutWrapper p, .aboutWrapper span {
	font-family: 'JoannaSans' !important;
}

.absolute-header .site-header, .site-header-main {
  position:absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
  border-bottom: solid #565656 0px;
}

.home .absolute-header .site-header, .home .site-header-main {
  background: rgba(247,247,247, .2);
}

.workWrapper h1, .pageWrapper h1, .projectFullPage h4, .projectFullPage h5 {
	color: #565656 !important;
}


/*.has-header-text.home .custom-header-media {
  height: calc(100vh - 128px);
}

.home.admin-bar .custom-header {
  height: calc( 100vh - 135px );
}*/

.aboutWrapper {
  width: 100%;
  display: table;
  table-layout: fixed;
  height: 50vh;
  padding: 0;
}

.aboutHeaderImage {
	  padding-bottom: 1rem 0;	
}

.aboutWrapper img {
  max-width: 100%;
  height: auto;
  display: block;
}

.aboutSectionsLeft,
.aboutSectionsRight {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.aboutSectionTextBlocksRight {
  width: 100%;
  margin: auto;
  padding: 2rem 0 2rem 4rem;
}
.aboutSectionTextBlocksLeft {
  width: 100%;
  margin: auto;
  padding: 2rem 4rem 2rem 0;
}

.aboutSectionTitle {
	font-weight: 600;
}

.absolute-header .menu-toggle {
  color: #000000;
}

.main-navigation a {
  color: #565656;
}

.videojs6318fc347f458-dimensions.vjs-fluid {
  padding-top: 0 !important;
}

.site-header-main .site-header-menu .menu-inside-wrapper .main-navigation .sub-menu {
	border-color: #ffffff;
}

.entry-content a:not(.more-link):not(.button):not(.wp-block-button__link):not(.readmore) {
	text-decoration: none;
}
.grid-plus-container .grid-post-item .hover-inner .title {
	text-transform: uppercase; }

.grid-plus-container .grid-post-item .hover-inner .title a {
	font-weight: 500 !important;
}

.contactDetailsWrappers {
	margin-bottom: 30px;
}

.contactDetailsIntroText {
	max-width: 480px;
	text-align: justify;
}

.contactDetailsWrappers  span {
	font-size: 1rem;
}

.fa {
	color: #212529;
}

.workPageWrapper, .aboutWrapper, .workWrapper {
	margin-top: 180px;
}

.dash {
	font-size: 2rem; line-height: 2rem;
}

.projectFullPage .projectTextFull {
	margin-top:30px;
	display: block;
}

.projectFullPage .projectThumbs {
	margin-top: 50px;
}

.projectTextFull p {
	text-align:justify;
}

.projectDesignTeamText p {
	font-size: 0.8rem;
	margin-top: 40px;
}

.projectThumbs .col-lg-3 {
	margin-top: 20px;
}

.icon {
  fill: #000;
}

.menu-toggle:hover .menu-label, button {
	color: #000000;
}

.menu-inside-wrapper .mobile-social-search {
	display: none;
}


.talkToUs {
	font-size: 1.5rem;
}

#wpforms-1211-field_2 {
	max-width: 480px;
}

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #000000;
  border: 1px solid #f7f7f7;
  box-sizing: border-box;
  color: #fff;
}

.jonesrobbinstobinMon {
	font-family:'AlegreyaSansSC-Bold';
	font-weight: 400;
	letter-spacing: 0.1rem;
	margin: 10px 0 20px 0;
	font-size: 1.599rem;
}

.footer-contact-info {
	font-size: 0.9rem;
}

.site-info a {
	color: #212529;
	text-decoration: underline;
}

@media screen and (min-width: 64em) {
.site-branding {
  margin: 0 auto 0 20px;
}
}

@media only screen and (min-width: 75em) {
.absolute-header.navigation-default .main-navigation a, .absolute-header.navigation-default .main-navigation a:visited, .absolute-header.navigation-default .main-navigation a:active {
  color: #212529;
}
.workPageWrapper, .workWrapper, .why-we-work {
	margin-left: 100px;
	margin-right: 100px;
}
	.absolute-header.navigation-default .main-navigation a:hover, .page-template-default:not(.home) .menu-inside-wrapper .main-navigation li a:hover {
		color: #707477;
	}
}

@media only screen and (min-width: 75em) {
.absolute-header.navigation-default .sub-menu a{
  color: #565656;
  text-transform: uppercase;
}
}

@media only screen and (max-width: 982px) {
/*.work-text-wrapper {
	margin-top:40px;
}*/
	#breadcrumbWrapper {
	padding: 0 31px;
}
	.workWrapper h1, .pageWrapper h1 {
	font-size: 1.4rem;
}
		.workWrapper p, .pageWrapper p {
	font-size: 0.9rem;
}
	.projectDesignTeamText p {
		font-size: 0.7rem;
	}
}

@media only screen and (max-width: 500px) {
#homeFooterInfoWrapper {
   bottom: 13%;
}
}

@media only screen and (max-width: 1200px) {
.aboutSectionsLeft,.aboutSectionsRight {
  width: 100% !important; display:block;
}
.aboutWrapper img {
  display:block;
  object-fit: cover;
}
.aboutSectionTextBlocksRight, .aboutSectionTextBlocksLeft {
  width: 100%;
  margin: auto;
  padding: 4rem 0;
}
}