/**
 * OGK25 Amandas Custom Stylesheet
 * 
 * This stylesheet is for custom styles and overrides
 * Theme: OGK-A
 * Created: 2025
 */

/* ==========================================================================
   Custom Styles
   ========================================================================== */

header .cta-button{
    margin-right: 20px;
}
.main-menu ul li.current-menu-item a:after{
    width: calc(100% + 8px);
    transition: width 0.6s ease;
}
.project-wrap-hp{
    cursor:pointer;
}

/*/single job*/
.single-jobs .job-description{
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.single-jobs .apply{
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
/*.single-jobs .explore-services a.back,*/
/*.single .blog-bottom-bar a.back{*/
/*    background-size: 12px;*/
/*    background: url(/wp-content/themes/OGK/images/arrow_white_left.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-position: 22% center;*/
/*    transition:0.4s ease-in-out;*/
/*    padding-left:20px;*/
/*}*/
.single .blog-bottom-bar a.back{
    position: relative;
    padding-left: 40px;
}

.single .blog-bottom-bar a.back span{
    position: absolute;
    left:15px;
    display:flex;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    transition:0.4s ease-in-out;
}
.single .blog-bottom-bar a.back:hover span{
    transform: translate(-15px, -50%) rotate(180deg);
    transition:0.4s ease-in-out;
}
    /*.single .blog-bottom-bar a.back:hover{*/
/*    opacity: .75;*/
/*    border-color: #fff;*/
/*    background-position: 0% center;*/
/*    transition:0.4s ease-in-out;*/
/*}*/
/*job form*/
#gform_5 select{
    background-color: #1f1f1f !important;
}


.gform_wrapper#gform_wrapper_2, 
.gform_wrapper#gform_wrapper_5,
.gform_wrapper#gform_wrapper_1
{
    background: rgba(255, 255, 255, .05);
    border-radius: 5px;
    padding: 20px;
    padding-top:25px;

    /* margin-left: auto; */
    /*margin-top: 40px;*/
    margin-right: auto;
        background-image: url(/wp-content/uploads/2025/09/Lines-jpg.jpg);
        background-size:cover;
}
/*contact form*/
/*#gform_fields_1{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    column-gap: 20px;*/
/*    row-gap: 20px;*/
/*}*/
/*#gform_submit_button_1{*/
/*    min-width: 150px;*/
/*    padding-right: 45px;*/
/*}*/

.gform_wrapper#gform_wrapper_1 .gfield:not(.gfield--type-select) .gfield_label,
.gform_wrapper#gform_wrapper_2 .gfield:not(.gfield--type-select) .gfield_label,
.gform_wrapper#gform_wrapper_5 .gfield:not(.gfield--type-select) .gfield_label {
    color: #fff !important;
}

.gform_wrapper#gform_wrapper_2 .gfield.gfield--type-select .gfield_label,
.gform_wrapper#gform_wrapper_5 .gfield.gfield--type-select .gfield_label,
.gform_wrapper#gform_wrapper_1 .gfield.gfield--type-select .gfield_label
{
    color:#000 !important;
}

.gform_wrapper#gform_wrapper_1 label.gfield_label.gform-field-label.focus{
    color:#000 !important;

}

.gform_wrapper#gform_wrapper_5 .gfield .gfield_label#field_5_11 label{
    color:#000 !important;
}

.gform_wrapper#gform_wrapper_2 .gfield.gfield--type-fileupload .gfield_label,
.gform_wrapper#gform_wrapper_5 .gfield.gfield--type-fileupload .gfield_label{
    color:#000 !important;
}
.gform_wrapper#gform_wrapper_2 .gfield .gfield_label.focus,
.gform_wrapper#gform_wrapper_5 .gfield .gfield_label.focus
{
    color:#000 !important;
}
.gform_wrapper#gform_wrapper_2 .gfield .ginput_container.ginput_container_select:after,
.gform_wrapper#gform_wrapper_5 .gfield .ginput_container.ginput_container_select:after
{
    border-top: 7px solid #fff;
}

.gform_wrapper#gform_wrapper_2 .gfield .ginput_container.ginput_container_select select,
.gform_wrapper#gform_wrapper_5 .gfield .ginput_container.ginput_container_select select
{
   border:none !important;
    border-bottom:1px solid #fff !important;
    border-radius: 0 !important;
    color: #fff !important;
}
.gform_wrapper#gform_wrapper_2 .gfield .gfield_description,
.gform_wrapper#gform_wrapper_5 .gfield .gfield_description
{
    color:#fff !important;
}

.page-template-getstarted header .cta-button{
	display:none;
}

.get-started .gform_page:not(#gform_page_3_5) .gform_page_footer input.gform_next_button{
    background: url(/wp-content/themes/OGK/images/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: 88% center;
    transition:0.4s ease-in-out;
}
.get-started .gform_page:not(#gform_page_3_5) .gform_page_footer input.gform_next_button:hover{
    opacity: .75;
    border-color: #fff;
    background-position: 100% center;
    transition:0.4s ease-in-out;
}

.gform_wrapper#gform_wrapper_3 .gform_next_button{
    position:absolute;
    color: #FFFEFA;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 125%; /* 20px */
    letter-spacing: -0.03em;
    padding-right: 40px;
    margin-right: 0;
    border-bottom:none;
}


/*text image intro section*/
@keyframes scrollImage {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: -1920px 0px;
    }
}
.text-image-intro {
    background-color: #191919;
    background-image: url(/wp-content/uploads/2025/09/Lines-jpg.jpg);
    background-repeat: repeat-x;
    background-size: 1920px 100%;
    animation: scrollImage 13s linear infinite;
    /*background-size: cover;*/
    width: 97%;
    max-width: calc(1920px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    margin-bottom: 80px;
}
.text-image-intro .top{
    padding-bottom:40px;
    display:flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #54595F;
    position: relative;
}
.text-image-intro  .h3,
.text-image-intro  p{
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0;
}

.text-image-intro  .content-wrap{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
}
.text-image-intro  .content-wrap .copy-wrap{
    width:65%;
    /*padding-top: 50px;*/
}
.text-image-intro  .content-wrap .image{
    width: 30%;
}
.text-image-intro #intro{
    text-transform: uppercase;
    width: 20%;
}
.text-image-intro #intro-dot{
    color:#FF7900;
    position: absolute;
    right: 0;
}


/* footer */
.footer-tagline span {
    top:unset;
    transform: translateY(-0.5em);
}
/*footer form style*/
#gform_confirmation_message_8{
    color:#fff;
}

/*work section on hp*/
.page-template-home .portfolio-3-stack:first-child .container{
    padding-top:80px;
}


/*single industry cat*/
.category-filter.industry-filter .filter-list{
    padding: inherit;
    padding-top: 40px;
    left:50%;
    transform:translateX(-50%);
    display:none;
}
.category-page .img-spacer.sixteen-nine{
    padding-top: 120.6%;
}

.category-page.blog-articles .blog-feature {
    width: calc(25% - 1.5%);
    padding: 0;
}

.single-industry .related-work .portfolio{
    justify-content: flex-start;
    margin: 0 -.75%;
}
.single-industry .blog-articles .container-large{
    display:flex;
    justify-content: center;
    align-items: center;
    margin: 0 -.75%;
}
.single-industry .blog-articles .articles-wrap{
    column-gap: unset;
    margin: 0;
}
.category-page.blog-articles .articles-wrap {
    width: 100%;

}
.single-industry .related-work .portfolio-item{
    padding:0;
    margin: .75%;
    width: calc(33.33% - 1.5%);
}
.single-industry .portfolio-item .copy-wrap{
    position: absolute;
    background-color: #323232cc;
    opacity:0;
    padding:clamp(20px,3vw,60px);
    z-index: 2;
    transition: .4s ease-in-out all;
    top:0;
    right:0;
    left:0;
    bottom:0;
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    color: #fff;
    text-decoration: none!important;
    border-radius: 5px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    font-family: "usual", sans-serif;
    overflow:hidden;
}
.single-industry .portfolio-item .copy-wrap h3{
    margin-bottom: 0;
    min-height: unset;
}
.single-industry .portfolio-item:hover .copy-wrap{
    opacity: 1;
    transition: .4s ease-in-out all;
}


/*single blog*/
.single .up-next .featured-image{
    max-width: 450px;
}
.single .up-next .next-post{
    margin-top: 20px;
}

/*portfolio item*/
.portfolio-item:hover .project-thumb{
    display: block !important;
}
.portfolio-item .project-info{
    height: auto;
}

.single-work.postid-963 .image-text .text-wrap{
    flex-direction: column;
    align-items:flex-start;
}

@media screen and (min-width: 991px){
    /*blog single*/
    .single .single-content.blog{
        display:flex;
        padding-left: 0;
        padding-top:0;
    }
    .single .simple-hero h1{
        font-size:30px;
        line-height:40px;
    }
    .single .left{
        position: sticky;
        top: 70px;
        max-width: 450px !important;
        text-align: center;
        padding-left: 30px;
        padding-top: 0;
        transform: translateY(50px);
        padding-right: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .blog-content .featured-image img{
        max-width: unset !important;
    }
    .single .blog-content{
        max-width: calc(100% - 450px);
        width:100%;
    }
    .single .container.no-pt{
        padding-top: 0;
    }
    .single .container.no-pb{
        padding-bottom: 0;
    }
    .single .blog .post-info{
        flex-direction: column;
        row-gap: 20px;
        margin: 0;
    }

    .single .blog .post-info .info-section{
        width: 100%;
        border-right: none;
        position: relative;
        padding: 0;
    }
    .single .blog .post-info .info-section:after{
        content: '';
        position: absolute;
        width: 200vw;
        height: 2px;
        /*bottom: -5px;*/
        bottom: -10.5px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #FF7900;
        transition: width 0.6s ease;
    }

}

@media screen and (max-width: 1275px) and (min-width: 991px){
    .single .left{
        min-width: unset !important;
        max-width: 350px !important;
    }
    .single .blog-content{
        max-width: calc(100% - 350px);
        width:100%;
    }
    .single .blog-content .container-small{
        padding-left: 20px;
        padding-right: 20px;
    }
    

    .single .simple-hero h1{
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (max-width: 1200px){
    .page-template-home .portfolio-3-stack:first-child .container{
        padding-top:35px;
    }
    .category-page.blog-articles .blog-feature {
        /*width: 31.82%;*/
        width: calc(33.333% - 1.5%);
    }
    /*.single .left{*/
    /*    position: relative;*/
    /*    max-width: unset;*/
    /*    width:100%;*/
    /*    padding-bottom: 20px;*/
    /*}*/

    /*.single .blog-content{*/
    /*    max-width:unset;*/
    /*    width: 100%;*/
    /*}*/
}
@media screen and (max-width: 1100px) {
    .category-filter.industry-filter .filter-list ul {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 1024px){


    .category-page.blog-articles .blog-feature {
        /*width: 48.5%;*/
        width: calc(50% - 1.5%);
    }
}

@media screen and (max-width: 991px) {
    .text-image-intro{
       margin-bottom: 35px;
    }
    .text-image-intro  .content-wrap{
        padding-top: 30px;
    }
    .text-image-intro .top{
        padding-bottom:30px;
    }
    .text-image-intro  .content-wrap .image{
       margin-top: 30px;
    }

    /*work archive filters*/
    .category-filter .filter-list{
        padding: 30px calc(1.5% + 25px)
    }
    /*work archive filter cats*/
    .category-filter.industry-filter .filter-icon{
        margin-right: 5px;
    }
    .category-filter.industry-filter .filter-list{
        padding: 30px calc(1.5% + 25px);
    }
    .category-filter.industry-filter .filter-title{
        height: unset;
    }
    .category-filter{
        height: unset;
    }

    /*single*/
    .single .post-info{
        flex-wrap: wrap;
    }
    .single .share{
        width: 100%;
        margin-top: 30px;
    }
    .single .post-info .info-section:first-child{
        border-left: 1px solid #dadada;
    }

    .single .post-info .info-section:last-of-type{
        border-right:none;
    }


    .single-industry .related-work .portfolio-item{
        width: calc(50% - 3%);
    }

/*overwrite for more breathing room*/
/*    .featured-projects-hp, .project-wrap-hp {*/
/*        margin-top: 3% !important;*/
/*    }*/
}
@media screen and (max-width: 840px){
    .main-menu ul li {
        padding: 0 15px;
    }
    .main-menu ul li a{
        font-size: 15px;
    }
}
@media screen and (max-width: 785px){
    header .cta-button{
        display:none;
    }
	.archive-hero{
		z-index:0;
	}

    .blog-content .container-small.text-content.first {
        margin-top: -15px !important;
    }
    
	.page-template-blog .archive-hero{
		z-index:0;
	}
}

@media screen and (max-width: 767px) {
    .text-image-intro  .content-wrap{
        flex-direction: column;
    }

    .text-image-intro  .content-wrap .image,
    .text-image-intro  .content-wrap .copy-wrap{
        width: 100%;
    }

    .category-filter.industry-filter .filter-list ul {
        column-gap: 80px;
    }
    .gform_wrapper#gform_wrapper_2 .gfield.gf_right_half,
    .gform_wrapper#gform_wrapper_2 .gfield.gf_left_half{
        width:100% !important;
        margin: 0 !important;
    }


    .category-page.blog-articles .articles-wrap {
        margin: 0 auto;
    }
    .category-page.blog-articles .blog-feature {
        width: 100%;
        margin:0 0 1.5% 0;
        /*margin:0 0 3% 0;*/
    }

    .single-industry .related-work .portfolio-item{
        width: calc(100%);
        margin:0 0 1.5% 0;
        /*margin:0 0 3% 0;*/
    }
    .single-industry .related-work .portfolio-item:last-child,
    .category-page.blog-articles .blog-feature:last-child{
        magin-bottom:0;
    }
    .blog-articles .blog-feature{
        margin-bottom: 30px;
    }
    #menu-footer-menu-1{
        flex-direction: column;
    }
    .home .blog-section .blog-articles > .container {
        padding-left: 1.5%;
        padding-right: 1.5%;
    }
    .home .blog-articles .articles-wrap > div{
        margin-bottom: 1.5%;
    }
    .home .blog-articles .articles-wrap > div:last-child{
        margin-bottom: 20px;
    }
    .home .blog-section .title-wrap{
        padding-top: 1.5%;
    }
    .home .blog-section .title-wrap h3{
        margin-bottom: 1.5%;
    }
    .home .blog-section .title-wrap p{
        margin-bottom: 30px;
    }

	.single .blog-content .container-small{
		padding-left:1.5%;
		padding-right:1.5%;
		width: calc(100% - 3%) !important;

	}

    .footer-menus .footer-menu {
        margin: 20px 0;
    }
    .footer-menus .footer-menu:last-child{
        margin-bottom: 0;
    }
    .footer-final-menu-wrap{
        padding-bottom: 20px;
    }
	footer .menu-footer-menu-container{
		display:flex;
		justify-content:center;
	}
	footer #menu-footer-menu{
		justify-content:center;
	}
    .our-services{
        padding:0 !important;
    }
    .our-services .service-item .service-title{
        margin-bottom: 1.5%;
    }
    .our-services .container .content-wrap .service-item{
        margin-bottom: 30px;
    }
    .our-services .container .content-wrap .service-item:last-of-type{
        margin-bottom: 0 !important;
    }

    .our-services .container .service-item p{
        margin-bottom:0;
    }
    .our-services .container .content-wrap{
        margin: 0;
    }
}

@media screen and (max-width: 600px){
    .blog-articles .blog-feature h3{
        min-height:unset;
        margin-top: 3%;
        margin-bottom: 0;
    }
    .blog{
        padding-top: 0;
    }
		.get-started .gf_progressbar_title{
		margin-top:-60px;
	}
}

@media screen and (max-width: 600px){
	.container{
		/*padding-left:20px;*/
		/*padding-right:20px;*/
		min-width: unset !important;
	}
    .footer-right .footer-menu ul li a{
        font-size: 18px;
    }

    .gform_wrapper#gform_wrapper_2{
        padding:25px 1.5%;
    }
	.footer-top .social{
		display:flex;
		flex-direction:column;
		margin-top:40px;
	}
	.footer-top .social a{
		margin-top:0;
	}
	.footer-bottom .footer-left{
		padding-bottom:40px;

	}

}

@media screen and (max-width: 400px){
    .container-large, .container-small{
        min-width:unset !important;
    }
}
@media screen and (max-width: 378px){
	.page-template-about .team-section .team-link-wrap a:after{
		top:50%;
		transform:translateY(50%);
	}
}
