/*
Theme Name: Albion Arc Capital
Theme URI: https://albionarccapital.com/
DESCRIPTION: Albion Arc Capital custom Wordpress theme
Version: 1.0
Author: Tonya Lawrence / webheads.co.uk
Author URI: https://webheads.co.uk
Tags: Albion Arc Capital
*/

/** reset **/
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,button{border:0;outline: none;font-size:100%;font:inherit;background: transparent; vertical-align:baseline;margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1; -webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}
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}

/**

crimson pro 200, 400
outfit 300, 400

**/

@font-face {
    font-family: 'Crimson Pro';
    src: url('/wp-content/themes/albion/fonts/CrimsonPro-ExtraLight.woff2') format('woff2'),
        url('/wp-content/themes/albion/fonts/CrimsonPro-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Crimson Pro';
    src: url('/wp-content/themes/albion/fonts/CrimsonPro-ExtraLightItalic.woff2') format('woff2'),
        url('/wp-content/themes/albion/fonts/CrimsonPro-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Crimson Pro';
    src: url('/wp-content/themes/albion/fonts/CrimsonPro-Italic.woff2') format('woff2'),
        url('/wp-content/themes/albion/fonts/CrimsonPro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Crimson Pro';
    src: url('/wp-content/themes/albion/fonts/CrimsonPro-Regular.woff2') format('woff2'),
        url('/wp-content/themes/albion/fonts/CrimsonPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('/wp-content/themes/albion/fonts/Outfit-Light.woff2') format('woff2'),
        url('/wp-content/themes/albion/fonts/Outfit-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('/wp-content/themes/albion/fonts/Outfit-Regular.woff2') format('woff2'),
        url('/wp-content/themes/albion/fonts/Outfit-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




:root {
  --crimson: "Crimson Pro", Serif;
  --outfit: "Outfit", sans-serif;
  --navy: #0B1F33;
  --brown: #997D54;
  --grey: #666666;
  --footer: #D4D8D3;
  --white: #fff;
}

/**
color:var(--yellow)
font-family:var(--alderwood)
background-color:var(--dark-greenop)
**/

/* general */

@view-transition {navigation: auto;}

#overall-wrapper { overflow:hidden; }
#overall-wrapper.noscroll { /** height: 100vh; **/ overflow: hidden; }
html.noscroll, html.noscroll body { overflow: hidden; position: relative; /** height: 100%; **/ }

html,body { /** overflow-x: hidden; **/   -webkit-tap-highlight-color: rgba(0,0,0,0); }
html { /** overflow-y: scroll; **/  overflow-y: scroll; }

body::-webkit-scrollbar, body *::-webkit-scrollbar { width: 10px; }
body::-webkit-scrollbar-thumb, body *::-webkit-scrollbar-thumb { background-color: var(--brown); }
body::-webkit-scrollbar-track, body *::-webkit-scrollbar-track { background: var(--footer); }
body *::-webkit-scrollbar { width: 5px; }

/** below copied to wp-admin.css - START **/

body { font: 300 15px/24px var(--outfit);  letter-spacing: -0.09px; background: var(--white); color: var(--grey); }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;        text-underline-offset: 3px; }
img, canvas, figure { max-width: 100%; height: auto; }

strong { font-weight: bold; }
em { font-style: italic; }

h1, h2, h3, h4, h5, h6, p { padding: 0 0 25px 0; }
h1, h2, h3, h4, h5, h6, .h1_styler, .h2_styler, .h3_styler { font-family: var(--crimson); font-weight: 200; color: var(--brown); }
h1, .h1_styler { font-size: 84px; line-height: 78px; letter-spacing: -3%; } 
h2, .h2_styler { font-weight: 400; font-size: 18px; line-height: 24.65px; letter-spacing: 2px; text-transform: uppercase; } 
h3, .h3_styler { font-weight: 400; font-size: 16px; line-height: 22.65px; letter-spacing: 2px; text-transform: uppercase; } 
h4 {  }
h5 {  }
p {  }
a { color: var(--grey); text-decoration: underline; transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease;    -webkit-font-smoothing: antialiased; }
a:hover { text-decoration: none; }
	a[href^="tel:"] { text-decoration: none !important; cursor: default; }

ul, ol { margin: 0 0 0 14px; padding: 0 0 20px 0; }
ul { list-style: disc; margin: 0 0 0 20px; }
ol { list-style: decimal; margin: 0 0 0 18px; }
ul li, ol li { padding: 0 0 10px 0; margin: 0;  padding: 0 0 5px 0; }
ul ul { padding: 10px 0 0 0; }
ul ul li { padding: 0 0 10px 0; }

table { margin: 0 0 15px 0; }
table td, table th { padding: 10px 5px; }

hr {  }

::-moz-selection { background-color: var(--navy); color: var(--white); }
::selection { background-color: var(--navy); color: var(--white); }

.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }

.button_cta, .button_holder a { display:inline-block; cursor: pointer; min-width: 111px; font-weight: 400; padding: 14px; background: transparent; border: 1px solid var(--brown); color: var(--brown) !important; font-size: 12px; line-height: 14px; letter-spacing: 10%; text-align: center; text-transform: uppercase; text-decoration: none; }
.button_cta:hover, .button_holder  a:hover { background: var(--brown); color: var(--white) !important; text-decoration: none !important; }

/** below copied to wp-admin.css - END **/

/** general layout **/

.container { margin: 0 auto; width: 100%; padding: 0 60px; }
.container_capped { max-width:1374px; max-width: 760px; }

input, textarea, #header_main, #header_main * { transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }

a.view-article { display: none; }

.clear { clear: both; }
.float_left, .alignleft { float: left; margin: 5px 35px 10px 0; }
.float_right, .alignright { float: right; margin: 5px 0 10px 35px; }
.no_padding { padding: 0; }

.embed-container { position: relative; height: 0; overflow: hidden; padding-bottom: 56.25%; /* 16x9 Aspect Ratio */  max-width: 100%; height: auto; }
.embed-container-4x3 { padding-bottom: 75%; /* 4x3 Aspect Ratio */ }
.embed-container-square { padding-bottom: 100%; }
.embed-container-mobile { padding-bottom: 132%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top:0; left: 0; width: 100%; height: 100%; }
    .embed-container-wrapper { margin-top: 20px; margin-bottom: 40px; }

.disable_select { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }

.pag_nav { display: block; clear: both; text-align: center; }
.pag_nav a { text-decoration: none; }

.margin_adjust { display: block; margin-bottom: -25px;}

/** general form styles **/

form { margin: 0; }

input { outline: none !important; }
input, select, textarea { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; font: inherit; }
input.text, select, textarea,  .sf-field-search input { padding: 13px 12px; margin: 0; border: 1px solid #F4F5F4; outline: none; background-color: #F4F5F4; font-size: 16px; line-height: 150%; letter-spacing: 0%; }
select { /** min-height: 43px; padding: 0 10px; **/ }
label {  }
input.text, textarea, select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type='submit'] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

::-webkit-input-placeholder { color: #333F48 !important; }
:-moz-placeholder { /* Firefox 18- */ color: #333F48 !important; }
::-moz-placeholder {  /* Firefox 19+ */ color: #333F48 !important; }
:-ms-input-placeholder { color: #333F48 !important; }

/** contact form **/

.form_list { margin: 0 auto; padding: 0; list-style: none; list-style-image: none; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 25px 16px; }
.form_list li { margin: 0; padding: 0; display: block; width: 100%; }
@media all and (min-width: 551px) {
    .form_list li.half { width: calc(50% - 8px);}
}
.form_list li label { display: none; }
.form_list li .text, .form_list li textarea, .form_list li select { width: 100%; display: block; }
.form_list li .text.wpcf7-not-valid { border-color: #E30428 !important; }
.form_list li textarea { height: 120px; }
.form_list li.form_button { display: flex; justify-content: flex-start; flex-direction: row-reverse; align-items: center; }
.form_list li.form_button input {  }
.form_list li.form_checkbox, .form_list li.form_checkbox * { font-size: 14px; line-height: 22px; letter-spacing: -1%; }
.form_list li.form_checkbox label { display: block;}

.form_list li select, .searchandfilter select { -webkit-appearance: none; -moz-appearance: none; appearance: none; display: block; width: 100%; background: url(/wp-content/themes/osbornes/images/arrow-down-select.png) 100% 50% no-repeat #fff; background-size: auto 9px; padding-right: 35px; }
.form_list li select::-ms-expand, .searchandfilter select::-ms-expand { display: none; }

.wpcf7-not-valid-tip { display: block; padding: 5px 0 0 0;  display: none !important; }
.wpcf7-not-valid-tip, .wpcf7-not-valid-tip * {  }
form.invalid .wpcf7-not-valid { /** background: #fbe122;  border: 1px solid #fbe122; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; **/ }

.wpcf7 form .wpcf7-response-output { clear: both; border: none; margin: 0; color: #269FC7; padding: 20px 0 0 0; text-align: left; font-weight: bold; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { color: #E10600; font-weight: bold; }

.form-hidden-fields { display: none !important; }
.ajax-loader { display: none !important; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none;
    -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent;  padding: 0; margin: 0; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px;  padding: 0; margin: 0; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { z-index: 10; z-index: 3; background: url(/wp-content/themes/exagen/images/scroller-left.svg) center no-repeat; background-size: 50px 50px; border: none; outline: none; text-indent: -9999px; width: 50px; height: 50px; cursor: pointer;  transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.slick-arrow:hover {  }
.slick-prev.slick-arrow {  }
.slick-next.slick-arrow { background-image: url(/wp-content/themes/exagen/images/scroller-right.svg); }
.slick-prev.slick-arrow.slick-disabled { background-image: url(/wp-content/themes/exagen/images/scroller-left-inactive.svg); }
.slick-next.slick-arrow.slick-disabled { background-image: url(/wp-content/themes/exagen/images/scroller-right-inactive.svg); }

.slick-dots { margin: 0; padding: 35px 0 0 0; list-style: none; list-style-image: none; display:flex; align-items:center; justify-content:center; gap: 0 14px; }
.slick-dots li { margin: 0; padding: 0 !important; width: auto !important; float: none !important; }
.slick-dots li button { cursor: pointer; background: rgba(255,255,255,0.3); text-indent: -9999px; outline: none; border: none; padding: 0; width: 10px; height: 10px; line-height: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: all .3s ease; -o-transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.slick-dots li button:hover, .slick-dots li.slick-active button { background: var(--cian); }


.wobble { -webkit-animation: wobble 2.5s ease-out; -webkit-animation-iteration-count: infinite; }
@-webkit-keyframes wobble {
    0% {-webkit-transform: translate3d(0, 0, 0); }
    50% {-webkit-transform: translate3d(0, -10px, 0); }
    100% {-webkit-transform: translate3d(0, 0, 0); }    
}

    .hamburger { padding: 0; display: flex; display: none; gap: 0 10px; align-items: center; 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: 0.7; **/ }
    .hamburger.is-active {  }

    .hamburger-box { width: 26px; height: 11px; top: 1px; display: inline-block; position: relative; }

    .hamburger-inner { display: block; top: 50%; top: 0; }
    .hamburger-inner, .hamburger-inner::after { width: 26px; height: 2px; background-color: var(--navy); position: absolute; transition-property: transform; transition-duration: 0.15s; transition-timing-function: ease; }
    .hamburger-inner::after { content: ""; display: block; }
    .hamburger-inner::after { bottom: -8px; }

    .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::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::after { bottom: 0 !important; transform: rotate(-90deg); transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

    .hamburger-label { color: #fff; font-size:17px; line-height: 17px; font-weight:400; font-weight:300; letter-spacing: -0.01em; }

/** header **/

#header_main { position: fixed; top:0; left: 0; right: 0; z-index: 999999; background: var(--white);}
#header_main .container { padding: 0 30px; display: flex; align-items: center; justify-content: space-between; min-height: 100px; position: relative; }
#logo_albion { line-height: 7px; display: block;}
#header_main ul { margin:0; padding:0; list-style: none; list-style-image: none; display: flex; align-items: center; gap: 10px 40px; }
#header_main ul li { margin:0; padding:0; font-weight: 400; font-size: 12px; line-height: 14px; letter-spacing: 10%; text-align: center; text-transform: uppercase; }
#header_main ul li a { text-decoration: none;}
#header_main ul li a:hover { text-decoration: underline;}
.home:not(.scrolling) #header_main { background: transparent;}
.home:not(.scrolling) #logo_albion path { fill: var(--white);}
@media all and (min-width: 551px) {
    .home:not(.scrolling) #header_main ul li a { color: var(--white); }
}
.home:not(.scrolling) .hamburger-inner, .home:not(.scrolling) .hamburger-inner::after { background-color: var(--white); }
.scrolling #header_main { -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.12); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12); }
.scrolling #header_main .container { min-height: 70px; }

#section_main { padding: 100px 0 0 0;}
.home #section_main { padding:0 !important;}

#page_banner { background-color: var(--navy); margin-bottom: 105px; background-position: bottom left; background-repeat: no-repeat; background-size: cover; }
#page_banner .container { min-height: 560px; min-height: 500px; padding-top: 80px !important; padding-bottom: 80px !important; display: flex; justify-content: flex-end; flex-direction: column;}
#page_banner * { color: var(--white);}
#page_banner h1 { padding: 0;}
#page_banner p { padding: 30px 0 0 0; font-weight: 300; font-size: 18px; line-height: 25px; letter-spacing: -0.09px; color: #A5A5A5; max-width: 504px; }
.home #page_banner .container { min-height: 70svh;}

/** page modules **/

.builder { padding: 0 0 90px 0;}

.builder_flex .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 25px 0;}
.builder_flex .container .builder_flex_heading { width: 25.7%; padding: 0 60px 0 0;}
.builder_flex .container .builder_flex_info { width: 74.3%; }
.builder_flex .container .builder_flex_info > *:last-child { padding:0;}

.builder_flex .container .builder_flex_heading p { font-size: 18px; line-height: 28px; letter-spacing: -0.09px; }

.builder_team_list { margin:0; padding:0; list-style: none; list-style-image: none; display: grid; grid-template-columns: repeat(3, 1fr);  gap: 40px;}
.builder_team_list li { margin: 0; padding:0;}
.builder_team_list li p img { width: 100%; height: auto; aspect-ratio: 300 / 329;}
.builder_team_list li h3 { font-size: 20px; line-height: 24.65px; letter-spacing: 1px; color: var(--navy); padding: 0 0 5px 0; }
.builder_team_list li p { font-weight: 300; font-size: 16px; line-height: 24px; letter-spacing: -0.09px; padding:0; }
.builder_team_list li p.img { padding: 0 0 27px 0;}

#site_footer { padding: 77px 0 68px 0; background: var(--footer); margin: 40px 0 0 0;}
#site_footer .container { display: flex; flex-direction: column; gap: 120px 0;}

.footer_flex { display: flex; justify-content: space-between; gap: 25px 40px; width: 100%;      align-items: center;}
#site_footer .footer_flex:last-of-type { align-items: flex-end;}
#site_footer p { padding: 0 0 20px 0; font-weight: 400; font-size: 16px; line-height: 23.2px; letter-spacing: 0%; }
#site_footer p a { color: #9B7B4E; text-decoration: none;}
#site_footer p a:hover { text-decoration: underline;}
#site_footer .footer_flex p:last-child { padding:0;}
#site_footer small { max-width: 470px; font-weight: 300; font-size: 12px; line-height: 16px; letter-spacing: 0%; color: #000; }
#site_footer small.copyright { font-size: 14px; line-height: 23.2px; }
#site_footer small a { text-decoration: none; color: #000;}
#site_footer small a:hover { text-decoration: underline;}

@media all and (min-width: 0px) and (max-width : 1800px) {



}

@media all and (min-width: 0px) and (max-width : 1600px) {

}

@media all and (min-width: 0px) and (max-width : 1530px) {

}

@media all and (min-width: 0px) and (max-width : 1500px) {

    .container { padding: 0 30px;}
    .builder_team_list { gap: 30px; }

    .builder_flex .container .builder_flex_heading { padding: 0 30px 0 0;} 
}

@media all and (min-width: 0px) and (max-width : 1420px) {

}

@media all and (min-width: 0px) and (max-width : 1400px) {


}

@media all and (min-width: 0px) and (max-width : 1380px) {


}

@media all and (min-width: 0px) and (max-width : 1320px) {


}

@media all and (min-width: 0px) and (max-width : 1200px) {



}

@media all and (min-width: 0px) and (max-width : 1120px) {

    .builder_team_list { grid-template-columns: repeat(2, 1fr); }


}

@media all and (min-width: 0px) and (max-width : 1080px) {




}

@media all and (min-width: 0px) and (max-width : 1024px) {


}

@media all and (min-width: 0px) and (max-width : 980px) {



}

@media all and (min-width: 0px) and (max-width : 950px) {



}

@media all and (min-width: 0px) and (max-width : 900px) {


}

@media all and (min-width: 0px) and (max-width : 850px) {


}

@media all and (min-width: 0px) and (max-width : 800px) {

    .builder_flex .container { }
    .builder_flex .container .builder_flex_heading { width: 100%; padding:0;}
    .builder_flex .container .builder_flex_info { width: 100%; }

}

@media all and (min-width: 0px) and (max-width : 780px) {

}

@media all and (min-width: 0px) and (max-width : 760px) {



}

@media all and (min-width: 0px) and (max-width : 750px) {



}

/** mobile **/

@media all and (min-width: 0px) and (max-width : 670px) {

    body {  }

    h1, .h1_styler { font-size: 54px; line-height: 58px; letter-spacing: -1%; }
    h2, .h2_styler {  }
    h3, .h3_styler {  }

    #header_main .container { min-height: 70px; }
    #section_main { padding: 70px 0 0 0;}

    .container { padding: 0 25px; }
    .builder_team_list { gap: 25px; }

    #page_banner { margin-bottom: 50px;}
    #page_banner .container { padding-top: 125px !important; padding-bottom: 50px !important; min-height: 360px;}
    .builder { padding: 0 0 50px 0;}

    #site_footer { margin:0; padding: 50px 0;}
    #site_footer .container { gap: 25px 0;}
    #site_footer .footer_flex:last-of-type { flex-direction: column;}

}

@media all and (min-width: 0px) and (max-width : 650px) {



}

@media all and (min-width: 0px) and (max-width : 620px) {



}

@media all and (min-width: 0px) and (max-width : 580px) {

     .builder_team_list { grid-template-columns: repeat(1, 1fr); }

}

@media all and (min-width: 0px) and (max-width : 550px) {

    .hamburger { display: flex;}
    #header_main nav { opacity: 0; visibility: hidden; position: absolute; top: 100%; right: 0; }
    #header_main ul { flex-direction: column; background: var(--white); padding: 20px; gap: 20px 0; -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.08); box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.08); }
    .open-menu #header_main nav { opacity: 1; visibility: visible; }
    #header_main ul li { font-weight: bold;}

}

@media all and (min-width: 0px) and (max-width : 500px) {



}

@media all and (min-width: 0px) and (max-width : 470px) {



}

@media all and (min-width: 0px) and (max-width : 450px) {



}

@media all and (min-width: 0px) and (max-width : 400px) {


}

@media all and (min-width: 0px) and (max-width : 370px) {


}

@media all and (min-width: 0px) and (max-width : 360px) {

}

.grecaptcha-badge { visibility: hidden; }