/* bigfish adding CSS for brand refresh, 21-11-2025 */

@font-face {
    font-family: 'akkurat-bold';
    src: url('/wp-content/themes/guyco/assets/fonts/Akkurat/akkurat-bold-webfont.woff2') format('woff2'),
         url('/wp-content/themes/guyco/assets/fonts/Akkurat/akkurat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'akkurat-light';
    src: url('/wp-content/themes/guyco/assets/fonts/Akkurat/akkurat-light-webfont.woff2') format('woff2'),
         url('/wp-content/themes/guyco/assets/fonts/Akkurat/akkurat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'akkurat';
    src: url('/wp-content/themes/guyco/assets/fonts/Akkurat/akkurat-webfont.woff2') format('woff2'),
         url('/wp-content/themes/guyco/assets/fonts/Akkurat/akkurat-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.fonts-loaded body, .fonts-loaded input, .fonts-loaded select, .fonts-loaded textarea,
.btn, input[type="submit"] {
    font-family: 'akkurat';
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
}

h1, h2, h4 {
    font-family: 'akkurat-bold'; 
}

#menu-main-navigation>li {
    font-family: 'akkurat-light';
}

body, input, select, textarea,
.slicknav_menutxt,
#sidebar-contact h4, 
#sidebar-contact h5,
#sidebar-contact a,
.profile h5,
.profile a,
#contact-details a {
  color: #000000;
}

#menu-main-navigation>li>a {
    color: #000;
}

.bg-dark {
	background-color: #404040;
}

.slicknav_icon-bar,
#related-project {
    background-color: #000;
}

#footer-meta {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  padding-top: 0;
}

fieldset {
	border-color:  #aaaaaa;
}

input[type="text"], input[type="email"], textarea.wpcf7-textarea {
	 border-bottom-color: #aaaaaa;
}

#footer-connect a {
	background-image: none;
	padding-left: 0;
}

#sidebar-contact a,
.profile a,
#contact-details a {
  border-bottom-color: #404040;
}

.btn, input[type="submit"] {
	text-transform: capitalize;
	font-weight: normal;
	letter-spacing: 0;
	padding: 14px 30px;
}

#header-overlay h1:before,
#home-intro:before,
.service .col-two-third:before,
#home-intro:after,
#menu-footer-navigation li:before,
#service-content:after {
    display: none;
}

#header-image {
    justify-content: center;
    display: flex;
    background: rgba(0, 0, 0, 0.2);
}

#header-image:after {
    position: absolute;
    width: 100px;
    height: 100px;
    display: block;
    content: " ";
    background: white;
    left: 0;
    bottom: 0;
}

#main-content {
    position: relative;
}

#main-content:before {
    background-image: url('/wp-content/themes/guyco/assets/images/squares.svg');
    background-size: contain;
    position: absolute;
    width: 300px;
    height: 300px;
    display: block;
    content: " ";
    right: 0;
    top: -300px;
    background-position: bottom left;
}

.page-id-16 #main-content:before,
.page-id-18 #main-content:before{
   right: calc(50% - 50vw);
}

#header-image img {
    mix-blend-mode: multiply;
    object-fit: cover;
}

#header-image .container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

#header-image h1 {
    font-size: 90px;
    color: #fff;
    line-height: 1;
    margin-bottom: 0;
}

a.more {
    font-weight: normal;
    letter-spacing: 0;
}

#header-image .more {
    position: absolute;
    right: 250px;
    bottom: 50px;
    color: white;
    font-size: 20px;
    padding-right: 50px;
    z-index: 99;
}

#header-image .more:after {
    background: url(/wp-content/themes/guyco/assets/images/arrow-long-white.svg);
    background-size: auto 18px;
    background-position: right;
    width: 30px;
    height: 18px;
    top: 9px;
}

.btn:before, input[type="submit"]:before {
    background-color: #404040;
}

.btn.btn-icon:after, input.btn-icon[type="submit"]:after {
     background: url(/wp-content/themes/guyco/assets/images/arrow-long-white.svg);
    background-size: auto 18px;
    background-position: right;
    width: 30px;
    height: 18px;
    top: 19px;
    right: 30px;
}

.btn.btn-icon:hover:after, input.btn-icon[type="submit"]:hover:after, .btn.btn-icon:focus:after, input.btn-icon[type="submit"]:focus:after, .btn.btn-icon:active:after, input.btn-icon[type="submit"]:active:after {
    right: 20px;
}

.lead p, p.lead {
    font-family: 'akkurat-light';
    font-size: 30px;
    line-height: 1.3;
}


.bg-sand {
    background-color: #ebe8e5;
}

.img-square:after {
    position: absolute;
    width: 100px;
    height: 100px;
    display: block;
    content: " ";
    background: #ebe8e5;
   left: calc(50vw - 128px);
    bottom: 0;
    z-index: 99;
}

.reverse .img-square:after {
    right: 0;
    top: 0;
    bottom: auto;
    left: auto;
}

.img-square:before {
    position: absolute;
    width: 100px;
    height: 100px;
    display: block;
    content: " ";
    background: #e4002b;
    left: -100px;
    bottom: -100px;
    z-index: 99;
}

.reverse .img-square:before {
    right: calc(50vw - 128px);
    left: auto;
}

#home-services img,
.blog-landing img {
    object-fit: cover;
    height: 100%;
}

#home-services p,
.blog-landing p {
    padding-right: 100px;
}

#home-services .container,
.blog-landing .container{
    overflow: visible;
    display: flex;
    margin-bottom: 150px;
}

#home-services .img-square,
.blog-landing .img-square {
    position: relative;
    display: block;
    margin-bottom: 0;
    min-height: 30vw;
}

#home-services .img-square a,
.blog-landing .img-square a{
    position: absolute;
    top: 0;
    width: 50vw;
    left: 0;
    height: 100%;
}

#home-services .reverse .img-square a,
.blog-landing .reverse .img-square a{
    left: auto;
    right: 0;
}

#home-services .reverse .col-last,
.blog-landing .reverse .col-last {
    order: 2;
}

#global-footer:before {
    position: absolute;
    width: 100px;
    height: 100px;
    display: block;
    content: " ";
    background: #404040;
    left: 0;
    top: -100px;
    z-index: 9;
}

#global-footer:after {
    position: absolute;
    width: 100px;
    height: 100px;
    display: block;
    content: " ";
    background: #e4002b;
    left: 100px;
    top: -200px;
    z-index: 9;
}

#global-footer {
    position: relative;
    overflow: visible;
}

.footer-logo {
    width: 140px;
    margin-bottom: 50px;
    display: block;
}

#menu-footer-navigation li {
    display: inline-block;
    margin-right: 50px;
}

#menu-footer-navigation li:last-child {
    margin-right: 0;
}

#menu-footer-navigation a,
#global-footer {
    font-size: 15px;
    font-weight: normal;
}

#menu-footer-navigation {
    text-align: right;
}

#footer-links span {
    display: block;
}

#footer-links a {
    color: #fff;
}

#footer-links a:hover,
#footer-connect a:hover, #footer-connect a:focus, #footer-connect a:active {
    text-decoration: underline;
    color: #fff;
    text-underline-offset: 5px;
}

#global-footer h5 {
    width: 100px;
    display: inline-block;
    margin-bottom: 20px;
}
#global-footer .addresses {
    width: calc(100% - 110px);
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

#main-content-wrapper {
    padding-bottom: 120px;
}

.home #main-content-wrapper {
    padding-bottom: 0;
}

.partnerLogos img {
    max-height: 65px;
    width: auto;
    margin-right: 20px;
    vertical-align: top;
}

.partnerLogos img:last-child {
    margin-right: 0;
}

.partnerLogos {
    float: right;
    display: inline-block;
    margin-top: 105px;
}

.partnerLogos img.nzcb {
    max-height: 120px;
}

.page-template-template-service #header-image img,
.page-template-template-2-col #header-image img,
.page-template-default #header-image img,
.single-case_study #header-image img {
    height: 500px;
    object-fit: cover;
}

.page-template-template-service #header-image h1,
.page-template-template-2-col #header-image h1,
.page-template-default #header-image h1,
.single-case_study #header-image h1{
    margin-top: 110px;
    max-width: 80%;
}

#global-footer .partnerLogos h5 {
    display: block;
}
 
.d-flex {
    display: flex;
}

#testimonials:before,
#related-project:before {
    position: absolute;
    width: 100px;
    height: 100px;
    display: block;
    content: " ";
    background: #ebe8e5;
    left: 0;
    top: 0;
    z-index: 99;
}

.bg-sand {
    position: relative;
}

.page-template-template-service .bg-sand:before {
    position: absolute;
    width: 100px;
    height: 100px;
    display: block;
    content: " ";
    background: #fff;
    right: 0;
    top: 0;
    z-index: 9;
}

.page-template-template-service .bg-sand:after {
    position: absolute;
    width: 100px;
    height: 100px;
    display: block;
    content: " ";
    background: #e4002b;
    left: 0;
    top: -100px;
    z-index: 9;
}

.testimonial {
    border-top: 4px solid #e4002b;
    padding-top: 50px;
}

#testimonials {
    padding-bottom: 0;
}

#testimonials h1 {
    z-index: 99;
    position: relative;
}

#menu-main-navigation {
    text-align: right;
}

#extended-content h3 {
    color: #404040;
}

#related-project h3,
#related-project a.more{
    color: #fff;
}

#related-project a.more:after {
    background: url(../gfx/svg/arrow-right-white.svg), linear-gradient(transparent, transparent);
}

.imgHolder {
    background: rgba(0, 0, 0, 0.1);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 40px;
    vertical-align: top;
}

.imgHolder img {
    mix-blend-mode: multiply;
}

.contactDetails {
    display: inline-block;
}

#sidebar-contact {
    padding: 30px 0 0;
    display: block;
    border-top: 4px solid #e4002b;
    margin-top: 80px;
}

#sidebar-contact a, #sidebar-contact span {
    font-size: 16px;
}

#sidebar-contact h4 {
    margin-bottom: 0;
}

.profile {
    margin-bottom: 120px;
    align-items: flex-start;
}

.profile img {
    filter: contrast(0.9);
    aspect-ratio: 350 / 420;
    object-fit: cover;
}

.profile h5, .profile span {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
}

.profile h5 {
    font-family: "akkurat-bold";
}

.profile span  {
    display: block;
}

.profile a {
    border-bottom: 0;
}

.profile p {
    font-size: 18px;
}

.profile p:first-of-type {
    margin-top: 50px;
}

.profile .col-one-third:after {
    position: absolute;
    width: 100px;
    height: 100px;
    display: block;
    content: " ";
    background: #e4002b;
    left: 350px;
    top: calc(100% - 10px);
    z-index: 99;
}

.profile:nth-child(2n) .col-one-third:after {
    left: 0;
}

.profile:last-child .col-one-third:after {
    display: none;
}

.profile:last-child {
    margin-bottom: 0;
}

.post-date {
    font-size: 14px;
}

.blog h1 {
    color: #404040;
    font-size: 70px;
}

.single h1 {
     color: #404040;
}

.blog h1:after {
    display: none;
}

.blog #main-content-wrapper,
.single #main-content-wrapper {
    background-color: #ebe8e5;
}

.blog article:last-child .img-square:before {
    display: none;
}

p strong {
    font-family: 'akkurat-bold';
    font-weight: normal;
}

#menu-main-navigation>li.current_page_parent>a:before {
    transform: scaleX(1);
}

.featured-image {
    position: relative;
}

.single .featured-image:before {
    position: absolute;
    width: 100px;
    height: 100px;
    display: block;
    content: " ";
    background: #ebe8e5;
    right: 0;
    top: 0;
    z-index: 9;
}

.single .featured-image:after {
    position: absolute;
    width: 100px;
    height: 100px;
    display: block;
    content: " ";
    background: #e4002b;
    left: -100px;
    bottom: -100px;
    z-index: 9;
}

.single .featured-image img {
    display: block;
    margin-bottom: 150px;
}

.single-case_study .page-section {
    margin-bottom: 120px;
}

.single-case_study  #header-image:after {
    background: #ebe8e5;
}


@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    #footer-links {
        width: 30.63%;
    }
    
    #footer-connect {
        width: 65.33%;
    }
    
    #menu-footer-navigation li:not(:last-child) {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 1399px) {
    .profile .col-one-third:after {
        left: 250px;
    }
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    #footer-links {
        width: 41%;
    }
    
    #footer-connect {
        width: 55%;
        display: flex;
    }
    
    #footer-nav {
        width: 60%;
    }
    
    .partnerLogos {
        width: 40%;
        margin-top: 0;
    }
    
}

@media only screen and (max-width: 1199px) {
    #menu-footer-navigation {
        text-align: left;
    }
    
    #menu-footer-navigation li,
    .partnerLogos img {
        display: block;
    }
    
    .partnerLogos img {
        margin-bottom: 20px;
        margin-right: 0;
    }
    
    #header-image h1 {
        margin-bottom: 70px;
    }
    
    .profile .col-one-third:after {
        left: auto;
        right: 0;
    }
    
    .profile:nth-child(2n) .col-one-third:after {
        left: 0;
        right: auto;
    }
}

@media only screen and (max-width: 979px) {
    #footer-connect {
        width: 100%;
    }
    
    .partnerLogos {
        float: none;
        display: block;
        margin-top: 50px;
    }
    
    #header-image h1 {
        font-size: 70px;
        padding-left: 30px;
    }
    
    .blog h1 {
        font-size: 55px;
    }
    
    .lead p, p.lead {
        font-size: 24px;
    }
    
    
    #header-image .more {
        right: 150px;
    }
    
    #home-intro .container {
        padding-right: 0;
    }
    
    #home-services .col-half,
    .blog-landing .col-half {
        width: 100%;
        margin-bottom: 30px;
    }
    
    #home-services .container, .blog-landing .container {
        display: block;
    }
    
    #home-services .img-square a, .blog-landing .img-square a {
        width: 100%;
    }
    
    #home-services .img-square, .blog-landing .img-square {
        margin-bottom: 80px;
    }
    
    .img-square:after {
        left: auto;
        right: 0;
        width: 50px;
        height: 50px;
    }
    
    .img-square:before, 
    .reverse .img-square:before,
    .single .featured-image:after{
        width: 50px;
        height: 50px;
        left: -50px;
        bottom: -50px;
    }
    
    #home-services p, .blog-landing p {
        padding-right: 0;
    }
    
    #main-content:before {
       width: 150px;
       height: 150px;
       top: -150px;
   }
   
   #header-image .more {
       right: auto;
       left: 30px;
       bottom: 80px;
   }
   
   #global-footer:after {
        width: 50px;
        height: 50px;
        left: 50px;
        top: -100px;
   }
   
   #global-footer:before,
   .page-template-template-service .bg-sand:after {
        width: 50px;
        height: 50px;
        top: -50px;
   }
   
   #testimonials:before, 
   #related-project:before,
   .page-template-template-service .bg-sand:before,
   #header-image:after,
   .single .featured-image:before {
        width: 50px;
        height: 50px;
   }
   
   .profile .col-one-third:after {
       width: 50px;
       height: 50px;
   }
   
   .single .featured-image img {
       margin-bottom: 80px;
   }
   
   
   
}

@media only screen and (max-width: 767px) {
    #header-image {
        height: 500px;
    }
    
    #testimonials .d-flex {
        display: block;
    }
    
    #testimonials h1 br {
        display: none;
    }
    
    .profile .col-one-third:after { 
        bottom: 7.5px;
        top: auto;
        left: 200px;
    }
    
    .profile {
        margin-bottom: 80px;
    }
    
}

@media only screen and (max-width: 479px) {
   #main-content:before {
       right: -50px;
   }
   
     .page-id-16 #main-content:before,
    .page-id-18 #main-content:before{
       right: calc(50% - 50vw - 50px);
    }
   
   #header-image h1 {
       margin-bottom: 0;
   }
   
   #header-image {
       height: 500px;
   }
   
   .container {
        width: 320px;
    }
    
    #home-services .img-square, .blog-landing .img-square {
        margin-bottom: 0;
    }
    
    #home-services .container, .blog-landing .container  {
        margin-bottom: 100px;
    }
    
    #testimonials:before, #related-project:before {
        right: 0;
        left: auto;
    }
    
    #testimonials {
        padding-bottom: 100px;
    }
    
    .page-template-template-service #header-image h1, .page-template-template-2-col #header-image h1, .page-template-default #header-image h1, .single-case_study #header-image h1 {
        max-width: none;
    }
    
    #header-image h1 {
        font-size: 50px;
    }
    
    .blog h1 {
        font-size: 40px;
    }
    
    .page-template-template-service #header-image img, .page-template-template-2-col #header-image img, .page-template-default #header-image img, .single-case_study #header-image img,
    .page-template-template-service #header-image, .page-template-template-2-col #header-image, .page-template-default #header-image, .single-case_study #header-image {
        height: 350px;
    }
    
    .page-template-template-service #header-image h1, .page-template-template-2-col #header-image h1, .page-template-default #header-image h1, .single-case_study #header-image h1 {
        margin-top: 0;
    }
    
    .imgHolder {
        margin-bottom: 20px;
    }
    
    #related-project .col-two-third {
        padding-right: 0;
    }
    
    .page-id-18 #main-content {
        padding-bottom: 0;
    }

}
