/*
Theme Name: Bopgun
Theme URI: 
Author: bopgun
Author URI: http://www.bopgun.com
Description: 
Version: 1.0.1
Text Domain: 
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

textarea:focus, input:focus{outline: none;}
*:focus {outline: none;}

body {
    width: 100%;
    font-family: Gotham A, Gotham B, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    color: #33100A;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0 0 20px 0;
    line-height: 1.2;
}

h1 {
    font-size: 72px;
    font-weight: 900;
    text-shadow: 1px 2px rgba(0, 0, 0, 0.25);
}
h2 {font-size: 48px;}
h3 {
    font-size: 24px;
    font-weight: 400;
}
h4 {
    font-size: 20px;
    font-weight: 400;
}
h5 {font-size: 18px;}
h6 {font-size: 14px;}

.normal {font-weight: 400;}
.semibold {font-weight: 600;}
.bold {font-weight: 700;}

.white {color: #FFFFFF;}
.cream {color: #E3DCC9;}
.gold {color: #AD9963;}

p,li,ol {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 20px 0;
}

b, strong {font-weight: bold;}
i {font-style: italic;}
a {
    text-decoration: none;
    color: inherit;
}

.wrapper {
    width: 100%;
    float: left;
    overflow: hidden;
}

.full-width {
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.fixed-width {
    width: 1240px;
    margin: 0 auto;
    box-sizing: border-box;
}
.inner-width {
    width: 620px;
    margin: 0 auto;
    box-sizing: border-box;
}
.content {margin-top: 75px;}

.gradient:before,
.gradient-light:before {
    content: '';
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.gradient:before {background-image: linear-gradient(90deg, #33100A 0%, rgba(51, 16, 10, 0) 100%);}
.gradient-light:before {background-image: linear-gradient(180deg, rgba(51, 16, 10, 0) 0%, #33100A 100%);}


/* Cookie Banner */

.cookie-banner {
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 999;
}
.cookie-banner.destroy {
    opacity: 0;
    visibility: hidden;
}
.cookie-banner .inside {
    width: 984px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.cookie-banner .inside .stage {
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #E3DCC9;
    border-radius: 15px
}
.cookie-banner .inside .stage .copy p {margin: 0 auto;}
.cookie-banner .inside .stage .copy p a {color: #AE9963;}
.cookie-banner .inside .stage .close {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/* /Cookie Banner */
    

/* Buttons */

.button {
    width: max-content;
    display: inline-block;
    margin: 0 auto;
    margin-top: 15px;
    clear: both;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}
.button a p {
    float: left;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.button a .arrow {
    width: 50px;
    height: 50px;
    float: left;
    margin-top: -15px;
    margin-left: -10px;
    border-radius: 100%;
    background-color: #FC9A01;
    position: relative;    
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.button a .arrow svg {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.button:hover a .arrow {background-color: #FF6609;}
.button:hover a .arrow svg {right: -10px;}
.button.style-secondary:hover a .arrow {background-color: #AD9963;}

/* /Buttons */


/* Transitions */

.transition {
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.transition-slow {
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.transition-vslow {
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

/* /Transitions */


/* Header */

.header {
    height: 75px;
    background-color: #8A3300;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
body.logged-in .header {top: 32px;}
@media screen and (max-width: 782px) {body.logged-in .header {top: 46px;}}

.header .banner {
    height: 45px;
    padding: 10px 0 0 0;
    color: #FFFFFF;
    background-color: #FF6609;
    text-align: center;
    box-sizing: border-box;
}
.header .banner p {
    color: #FFFFFF;
    margin: 0 auto;
}
.header .banner p a {text-decoration: underline;}
.header .stage {
    height: 75px;
    padding: 0 75px;
}
.header .stage .logo {
    width: 200px;
    float: left;
    padding: 15px 0 0 0;
}
.header .stage .logo img {
    width: 100%;
    height: auto;
    float: left;
}
.header .stage .navigation {
    float: right;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.header .stage .navigation ul {
    display: flex;
    gap: 40px;
}
.header .stage .navigation ul li {
    position: relative;
    margin: 0 auto;
}
.header .stage .navigation ul li a {
    height: 75px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #D6B8A6;
    position: relative;
     -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.header .stage .navigation ul li:after {
    content: '';
    width: 100%;
    height: 0px;
    background-color: #E3DCC9;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.header .stage .navigation ul li:hover a,
.header .stage .navigation ul li.current-menu-item a {color: #E3DCC9;}
.header .stage .navigation ul li:hover:after,
.header .stage .navigation ul li.current-menu-item:after {height: 4px;}

.header .toggle {
    display: none;
    margin: 0 auto;
    position: absolute;
    bottom: 17.5px;
    right: 15px;
}

/* /Header */


/* Footer */

.footer {
    padding: 100px 0;
    color: #FFFFFF;
    background-color: #8A3300;
}
.footer .stage {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}
.footer .stage .company {
    flex: 3;
    text-align: center;
}
.footer .stage .logo {margin: 0 0 10px 0;}
.footer .stage .logo img {
    width: 200px;
    height: auto;
    display: inline-block;
}
.footer .stage .linkedin img {
    width: 20px;
    height: auto;
    display: inline-block;
}
.footer .stage .navigation {flex: 1.5;}
.footer .stage .navigation ul.menu {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}
.footer .stage .navigation ul.menu li {
    display: block;
    flex: 0 0 50%;
    font-weight: 400;
    margin: 0 auto;
}
.footer .stage .cta {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.footer .stage .cta .button {margin-bottom: 12.5px;}

/* /Footer */


/* Layouts */

.layouts .layout ul,
.layouts .layout ol {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}
.layouts .layout ul li,
.layouts .layout ol li {margin: 0 0 10px 15px;}
.layouts .layout ul li {list-style: disc;}
.layouts .layout ol li {list-style: decimal;}

.layouts .layout.l-hero {
    height: 500px;        
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.layouts .layout.l-hero a .arrow {
    display: none;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 100%;
    background-color: #FFFFFF;
    position: absolute;    
    bottom: 50px;
    left: 0;
    right: 0;
    transform: rotate(90deg);
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.layouts .layout.l-hero a .arrow svg {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    margin-left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.layouts .layout.l-hero a:hover .arrow svg {margin-left: 20px;}
body.home .layouts .layout.l-hero {height: 700px;}
body.home .layouts .layout.l-hero a .arrow {display: block;}

.layouts .layout.l-copy {
    padding: 50px 0;
    text-align: center;
}
.layouts .layout.l-copy.bg-brown {background-color: #AD9963;}

.layouts .layout.l-copy-full-width-image {
    padding: 150px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.layouts .layout.l-copy-full-width-image .copy {
    width: 500px;
    max-width: 100%;
    float: left;
    position: relative;
}

.layouts .layout.l-copy-image {padding: 50px 0;}
.layouts .layout.l-copy-image .stage {
    display: flex;
    column-gap: 260px;
    align-items: center;
    justify-content: center;
}
.layouts .layout.l-copy-image.type-reverse .stage {flex-direction: row-reverse;}
.layouts .layout.l-copy-image .stage .copy {flex: 1;}
.layouts .layout.l-copy-image .stage .image {
    flex: 1;
    position: relative;
}
.layouts .layout.l-copy-image .stage .image img {
    max-width: 100%;
    height: auto;
    float: left;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}
.layouts .layout.l-copy-image .stage .image .secondary {
    width: 40%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    position: absolute;
    bottom: -20%;
    right: -20%;
}
.layouts .layout.l-copy-image .stage .image .orange-square {
    width: 70%;
    height: auto;
    aspect-ratio: 1/1;
    margin: 0 auto;
    background-color: #FF6609;
    opacity: 0.8;
    border-radius: 15px;
    position: absolute;
    bottom: -50px;
    left: -50px;
}
.layouts .layout.l-copy-image.style-standard.type-reverse {padding-bottom: 150px;}
.layouts .layout.l-copy-image.style-split-background {
    padding: 100px 0;
    background: linear-gradient(to right, #FFFFFF 35%, #EFEBE0 30% 100%);
}
.layouts .layout.l-copy-image.style-split-background.type-reverse {background: linear-gradient(to right, #FFFFFF 65%, #EFEBE0 30% 100%);}
.layouts .layout.l-copy-image.style-split-background .stage {column-gap: 160px;}
.layouts .layout.l-copy-image.style-split-background .stage .copy {flex: 0 0 490px;}
.layouts .layout.l-copy-image.style-split-background .stage .image img {aspect-ratio: 1.35/1;}
.layouts .layout.l-copy-image.style-overlap {
    padding: 150px 0;
    background: linear-gradient(to right, #EFEBE0 35%, #8A3300 30% 100%);
}
.layouts .layout.l-copy-image.style-overlap .stage {column-gap: 0px;}
.layouts .layout.l-copy-image.style-overlap .stage .copy {
    flex: 0 0 490px;
    position: relative;
    z-index: 1;
}
.layouts .layout.l-copy-image.style-overlap .stage .copy .button {float: right;}
.layouts .layout.l-copy-image.style-overlap .stage .image img {
    width: 110%;
    max-width: unset;
    aspect-ratio: 1.75/1;
}

.layouts .layout.l-logos {
    padding: 50px 0;
    text-align: center;
}
.layouts .layout.l-logos .copy {margin: 0 0 20px 0;}
.layouts .layout.l-logos .list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 40px;
    row-gap: 40px;
}
.layouts .layout.l-logos .list .item img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.layouts .layout.l-cards {
    padding: 50px 0;
    text-align: center;
}
.layouts .layout.l-cards .copy {margin: 0 0 20px 0;}
.layouts .layout.l-cards .list {
    display: grid;
    margin: 0 0 50px 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 30px;
    row-gap: 30px;
}
.layouts .layout.l-cards .list .item {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 350px;
    padding: 20px 20px 0 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.layouts .layout.l-cards .list .item .mask {
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FF6609;
}
.layouts .layout.l-cards .list .item:hover .mask {opacity: 0.4;}
.layouts .layout.l-cards .list .item h4 {position: relative;}

.layouts .layout.l-form {
    padding: 50px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.layouts .layout.l-form .form {
    width: 600px;
    float: right;
    padding: 50px;
    background-color: #FFFFFF;
    border-radius: 15px;
    box-sizing: border-box;
}
.layouts .layout.l-form .form input,
.layouts .layout.l-form .form textarea {
    border: 0px;
    border-bottom: 1px solid #E3DCC9;
}
.layouts .layout.l-form .form .frm_radio {
    width: fit-content;
    float: left;
    margin-top: 10px;
    margin-right: 20px;
}
.layouts .layout.l-form .form .frm_radio label {
    padding: 15px 20px;
    border-radius: 10px;
    color: #FC9A01;
    border: 1px solid #FC9A01;
    box-sizing: border-box;
}
.layouts .layout.l-form .form .frm_radio label:has(input[type=radio]:checked) {
    color: #FFFFFF;
    background-color: #FC9A01;
}
.layouts .layout.l-form .form .frm_radio input[type=radio] {
    display: none !important;
    box-shadow: none;
    border: 0px;
    -webkit-appearance: none;
}
.layouts .layout.l-form .form .frm_submit {
    margin: 20px 0 0 0;
    justify-content: end;
}
.layouts .layout.l-form .form .frm_submit button.frm_button_submit {
    padding-right: 40px;
    position: relative;
    z-index: 1;
}
.layouts .layout.l-form .form .frm_submit button.frm_button_submit::before {
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #FC9A01;
    position: absolute;
    top: -15px;    
    right: 0;
    z-index: -1;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.layouts .layout.l-form .form .frm_submit button.frm_button_submit::after {
    content: '';
    width: 20px;
    height: 20px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 18' fill='%23FFFFFF'><path d='M11 9.4a40.467 40.467 0 0 0-2.583-3.395A54.85 54.85 0 0 0 5.552 2.84C5.308 2.59 3.788 1.145 3.543.91L0 4.507l.015.015c.377.383 2.051 2.009 2.474 2.457.424.45.786.865 1.087 1.246 0 0 .645.757.837 1.186-.192.429-.837 1.186-.837 1.186-.3.381-.663.796-1.087 1.246C2.066 12.29.392 13.917.015 14.3L0 14.315l3.543 3.596c.245-.234 1.765-1.68 2.01-1.929a54.649 54.649 0 0 0 2.864-3.165A40.368 40.368 0 0 0 11 9.422' fill-rule='evenodd'/></svg>");
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.layouts .layout.l-form .form .frm_submit button.frm_button_submit:hover::before {background-color: #FF6609;}
.layouts .layout.l-form .form .frm_submit button.frm_button_submit:hover::after {right: 10px;}

/* /Layouts */


/* Burger */

.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; 
}
.hamburger:hover {opacity: 1;}
.hamburger.is-active:hover {opacity: 1;}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {background-color: #FFFFFF;}
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative; 
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; 
}
.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
    width: 35px;
    height: 2px;
    background-color: #FFFFFF;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
}
.hamburger-inner::before, 
.hamburger-inner::after {
    content: "";
    display: block; 
}
.hamburger-inner::before {top: -10px;}
.hamburger-inner::after {bottom: -10px;}

/* Spin */
.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* /Burger */