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,
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 {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
box-sizing: border-box;
vertical-align: baseline;
transition: all 0.5s ease-in-out;
} article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol {
list-style: none;
}
ul {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;	
}
ul li {
color: #454545; 
font-size: 1em; 
line-height: 1.7em; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
p + p { 
margin-top: 0.5em;
}
a {
color: inherit;
font-family: 'Montserrat', sans-serif;
text-decoration: none;
margin: 0;
transition: all 0.5s ease-in-out;
}
a:focus {
outline:0;
}
a:hover{
color: #f57e06;
}
p { 
color: #454545; 
font-size: 1em; 
font-family: 'Montserrat', sans-serif;
padding: 0;
line-height: 1.7em;
}
strong { 
font-weight: bold; 
}        body {
background-color: #ffffff;
font-family: 'Montserrat', sans-serif;
margin: 0;
padding: 0;
line-height: 1;
} #header {
position: relative;
border-top: 5px solid #f57e06;
width: 100%;
height: 150px;
}
#logo {
position: relative;
display: block;
width: 350px;
margin: 0;
padding: 0;
z-index: 100;
}
#header-contact {
position: absolute;
top: 35px;
right: 15px;
}
#menu {
position: absolute;
right: 10px;
bottom: 20px;
height: 50px;
z-index: 999;
}
#banner {
position: relative;
background: url(//woodbuiltdevelopments.co.uk/wp-content/themes/Woodbuilt/images/banner-01.jpg) center center no-repeat;
background-size: cover;
border-bottom: 10px solid #f57e06;
margin: 0;
padding: 0;
height: 550px;
width: 100%;
z-index: 50;
}
.banner-content {
position: absolute;
top: 28%;
left: 10px;
}
#banner-short {
position: relative;
background-image: url(//woodbuiltdevelopments.co.uk/wp-content/themes/Woodbuilt/images/banner-short.jpg); 
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
border-bottom: 10px solid #f57e06;
margin: 0;
padding: 0;
height: 250px;
width: 100%;
z-index: 50;
}
.header-content {
position: absolute;
top: 60%;
left: 10px;
background: #f57e06;
padding: 20px 20% 10px 40px;
border-radius: 7px 0 0 7px;
clip-path: polygon(
0 0, 90% 0, 100% 100%, 0 100% );
}
.main-content {
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
.main-content.home {
background: url(//woodbuiltdevelopments.co.uk/wp-content/themes/Woodbuilt/images/stripe-bg.png) top right 100px no-repeat;
}
.main-content.grey {
background: #444b51;
border-top: 5px solid #f57e06;
}
.main-content.lightgrey {
background-color: #eaeaea;
background-image: url(//woodbuiltdevelopments.co.uk/wp-content/themes/Woodbuilt/images/stripe-bg.png);
background-position: top right 100px;
background-repeat: no-repeat;
border-top: 5px solid #f57e06;
}
.owl-full {
display: block;
}
.owl-mobile {
display: none;
}
.sidebar {
background: #444b51;
border-radius: 7px;
padding: 40px;
margin: 0 0 20px 0;
}
#footer {
position: relative;
background: #444b51;
border-top: 5px solid #f57e06;
width: 100%;
padding: 80px 0;
margin: 0;
}
#top {
display: block;
position: absolute;
top: 0;
right: 50px;
width: 161px;
height: 100px;
}
#baseline {
width: 100%;
padding: 20px 0;
margin: 0;
} #header-wrapper {
position: relative;
width: 100%;
max-width: 1600px;
height: 100%;
padding: 10px;
margin: 0 auto;
}
#banner-wrapper {
position: relative;
width: 100%;
max-width: 1600px;
height: 100%;
padding: 0 10px;
margin: 0 auto;
}
.main-content-short-wrapper {
width: 100%;
max-width: 1600px;
padding: 40px 10px;
margin: 0 auto;
overflow: hidden;
}
.main-content-wrapper {
width: 100%;
max-width: 1600px;
padding: 80px 10px;
margin: 0 auto;
overflow: hidden;
}
.main-content-top-wrapper {
width: 100%;
max-width: 1600px;
padding: 0 10px 80px 10px;
margin: 0 auto;
overflow: hidden;
}
.flex-wrapper {
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
}
.flex-column-wrapper {
display: flex;
flex-wrap: wrap;
align-items: stretch;
gap: 20px;
}
.flex-project-wrapper {
display: flex;
flex-flow: row nowrap;
align-items: stretch;
}
.project-gallery-wrapper {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 15px;
display: block;
float: left;
width: 100%;
height: 350px;
padding: 0;
margin: 0;
}
.text-container {
padding: 0;
margin: 0;
}
#footer-wrapper {
width: 100%;
max-width: 1600px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}
#footer-logo {
display: block;
width: 350px;
margin: 0 auto;
padding: 0 0 20px;
}
#baseline-wrapper {
width: 100%;
max-width: 1600px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
} .tick-icon {
display: block;
float: left;
width: 64px;
margin: 0;
padding: 0;
}
.tick-text {
display: block;
float: left;
width: 80%;
padding: 7px 0 0 25px;
margin: 0;
}
.left-column-content {
order: 1;
width: 60%;
padding: 0 25px 0 0;
margin: 0;
}
.right-column-image {
order: 2;
width: 40%;
padding: 0 0 0 25px;
margin: 0;
}
.flex-column {
position: relative; padding: 0;
margin: 0;
}
.flex-column:nth-child(-n+2) {
flex: 0 0 calc(50% - 10px);
}
.flex-column:nth-child(n+3) {
flex: 0 0 calc(33.333% - 13.33px);
}
.inner-column-services {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 7px 7px 0 0;
height: 350px;
width: 100%;
cursor: pointer;
}
.two-column-projcontent {
order: 1;
width: 50%;
background: #ffffff;
border-right: 3px solid #f57e06;
border-radius: 15px 0 0 15px;
padding: 80px 40px;
margin: 0;
}
.two-column-projcontent.grey {
background: #f5f5f5;
}
.two-column-projimage {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 0 15px 15px 0;
order: 2;
width: 50%;
}
.one-column {
display: block;
float: left;
width: 100%;
padding: 20px;
margin: 0; 
}
.two-column {
display: block;
float: left;
width: 50%;
padding: 20px;
margin: 0; 
}
.three-column {
display: block;
float: left;
width: 33.333%;
padding: 20px;
margin: 0;
}
.inner-column {
background: #ffffff;
border-radius: 10px;
padding: 20px;
margin: 0;
}
#footer-column-01 {
display: block;
float: left;
width: 30%;
padding: 0 25px 0 0;
margin: 0;
}
#footer-column-02 {
display: block;
float: left;
width: 40%;
padding: 0 25px 0 0;
margin: 0;
}
#footer-column-03 {
display: block;
float: left;
width: 30%;
padding: 60px 0 0;
margin: 0;
} section {
padding: 40px 0 0;
margin: 0;
overflow: hidden;
}
section.small {
padding: 10px 0 0;
margin: 0;
overflow: hidden;
}
section.short {
padding: 20px 0 0;
margin: 0;
overflow: hidden;
}
section.large {
padding: 80px 0 0;
margin: 0;
overflow: hidden;
}
section.lower {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}
section.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
} .menu_title {
display: none;
position: relative;
float: right;
bottom: 0.6em;
margin-right: 3em;
color: #444b51;
font-size: 1.1em;
font-weight: 600; 
}
nav a {
position: relative;
color: #444b51; 
display: block; 
font-size: 1em;
font-weight: 600;
text-transform: uppercase;
line-height: 50px;
padding: 0 25px; 
text-decoration: none; 
}
nav a.last {
padding: 0 10px 0 25px;
}
nav a:hover {
color: #f57e06;
}
nav a.nocursor {
cursor: context-menu;
}
nav ul,
nav ul li { 
height: 50px;
list-style-type: none; 
padding: 0; 
margin: 0; 
text-indent: unset;
}
nav > ul { 
text-align: right; 
}
nav > ul > li { 
display: inline-block; 
}
nav > ul > li:first-child { 
border-left: none; 
}
.sub-menu-parent { 
position: relative;
background: url(//woodbuiltdevelopments.co.uk/wp-content/themes/Woodbuilt/images/down.gif) no-repeat scroll right 15px center;
padding: 0 15px 0 0; 
}
.sub-menu {
visibility: hidden;
opacity: 0;
position: absolute;
top: 100%;
left: 0;
width: 100%;
transform: translateY(-2em);
z-index: -1;
transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.sub-menu-parent:hover .sub-menu {
visibility: visible;
opacity: 1;
z-index: 1;
transform: translateY(0%);
transition-delay: 0s, 0s, 0.3s;
}
.sub-menu li {
background: #ffffff;
width: 250px;
height: 50px;
line-height: 50px;
border-bottom: 1px solid #ececec;
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
text-align: left;
text-indent: unset;
}
.sub-menu li.large {
width: 340px;	
}
.sub-menu li a {
font-size: 0.9em;
line-height: 50px;	
}
ul.sub-menu li:last-child {
border-radius: 0 0 10px 10px;
border-bottom: none;
} .center {
text-align: center;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.light {
font-weight: 300;
}
.normal {
font-weight: 400;
}
.medium {
font-weight: 500;
}
.semibold {
font-weight: 600;
}
.bold {
font-weight: 700;
}
.extrabold {
font-weight: 900;
}
.italic {
font-style: italic;
}
.uppercase {
text-transform: uppercase;
}
.darkshadow {
text-shadow: 2px 2px 2px #000000;
}
.hidden {
opacity: 0;
}
.hide {
display: inline-block;
}
.noover {
overflow: visible !important;
}
.clear {
clear: both;
} span.orange {
color: #f57e06;
} header.main {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}
header.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}
header.mid {
padding: 20px 0;
margin: 0;
overflow: hidden;
}
h1 {
color: #444b51;
font-size: 3em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}
h1.white {
color: #ffffff;
}
h1.orange {
color: #f57e06;
}
h2 {
color: #444b51;
font-size: 2.5em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}
h2.white {
color: #ffffff;
}
h2.orange {
color: #f57e06;
}
.text-container h2 {
padding: 20px 0;
}
h3 {
color: #444b51;
font-size: 1.8em;
letter-spacing: 1px;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}
h3.white {
color: #ffffff;
}
h3.orange {
color: #f57e06;
}
.text-container h3 {
padding: 20px 0;
}
h4 {
color: #444b51;
font-size: 1.2em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}
h4.white {
color: #ffffff;
}
h4.orange {
color: #f57e06;
}
.text-container h4 {
padding: 20px 0;
} p.main-text {       
color: #454545; 
font-size: 1em; 
padding: 0;
line-height: 1.7em;
}
p.main-text.white {       
color: #ffffff; 
}
p.main-text.small {       
font-size: 0.875em; 
}
p.main-text.large {       
font-size: 1.2em; 
}
.text-container.white p {
color: #ffffff;
}
.text-container.small p {
font-size: 0.875em;
}
p.banner-text {
color: #ffffff;
font-size: 3.2em;
margin: 0;
padding: 0;
line-height: 1.2em;
}
p.banner-text.small {
font-size: 1.8em;
}
p.choose-text { 
display: inline-block;
color: #444b51; 
font-size: 1.5em; 
padding: 0;
margin: 0;
line-height: 1em;
vertical-align: top;
}
p.error-text {       
color: #f57e06; 
font-size: 12em; 
font-weight: 700;
padding: 0;
line-height: 1em;
} .editor-label {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 10px 0;
outline: 0 none;
padding: 0;
}
.editor-label-buttons {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 20px 0 10px 0;
outline: 0 none;
padding: 0;
}
.editor-field {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0;
outline: 0 none;
padding: 0;
}
.editor-field-padded {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0 0 20px 0;
outline: 0 none;
padding: 0;
} a.button {
background: #f57e06;
border: 0 none;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 600;
padding: 15px 40px;
margin: 0 10px 10px 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: all 0.2s ease-in-out;
}
a.button.grey {
background: #444b51;
}
a.button.full {
background: #f57e06;
width: 100%;
border: none;
border-radius: 0 0 7px 7px;
padding: 15px 10px;
}
a.button.sidebar {
background: #f57e06;
width: 100%;
border: none;
}
a.button.small {
font-size: 0.9em;
padding: 12px 40px;
}
a.button:hover {
background: #444b51;
}
a.button.grey:hover {
background: #111111;
}
a.button.full:hover {
background: #111111;
}
a.button.sidebar:hover {
background: #111111;
} a.link:link, a.link:visited, a.link:active {
color: inherit;
font-size: inherit; 
text-decoration: none;
margin: 0;
transition: all 0.5s ease-in-out;
}
a.link.under:link, a.link.under:visited, a.link.under:active {
color: inherit;
font-size: inherit; 
text-decoration: underline;
margin: 0;
transition: all 0.5s ease-in-out;
}
a.link:hover {
color: #f57e06;
text-decoration: underline;
}
a.link.under:hover {
color: #f57e06;
}
a.social:link, a.social:visited, a.social:active {
display: inline-block;
height: 32px;
width: 32px;
text-decoration: none;
}
a.blank:link, a.blank:visited, a.blank:active {
text-decoration: none;
} .tel,.tel:visited { color: inherit; 
padding: 0; 
text-decoration: none; 
cursor: default;
} 
.tel:hover,.tel:focus { 
color: inherit; 
} ul.contact {
list-style: none outside none;
margin: 0;
padding: 0;
}
ul.contact li {
float: left;
color: #444b51;
font-size: 1.1em; 
font-family: 'Montserrat', sans-serif;
font-weight: 600;
cursor: pointer;
height: 32px;
line-height: 32px;
text-align: center;
padding: 0;
margin: 0 0 0 15px;
text-indent: unset;
}
ul.contact li.first {
padding: 0 15px;	
}
ul.contact li a {
color: #444b51;
text-decoration: none;
}
ul.contact li a:hover {
color: #f57e06;
}
ul.contact li.facebook {
position: relative;
background: url(//woodbuiltdevelopments.co.uk/wp-content/themes/Woodbuilt/images/facebook.png) no-repeat 50% 0;
} ul.bullets {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;
text-align: left;
}
ul.bullets li {
color: #f57e06; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}
span.bullets {
color: #454545; 
font-size: 1em; 
line-height: 1.7em;
} ul.footmenu {
list-style-type: none;
padding: 0;
margin: 30px 0 0;
}	
ul.footmenu li {
display: inline-block;
color: #ffffff;
font-size: 1.1em;
font-weight: 600;
text-transform: uppercase;
text-indent: unset;
line-height: 2em;
padding: 0 25px;
margin: 0;
}
ul.footmenu li a:hover {
text-decoration: none;	
}
.featureList, .featureList ul {
padding-left: 2em;
margin: 0;
list-style-type: none;
font-size: 1em;
font-family: 'Montserrat', sans-serif;
line-height: 1.5em;
color: #ffffff;
text-align: left;
}
.featureList li:before {
position: absolute;
margin-left: -1.3em;
}
.featureList li.gthan:before {
content: "\003E";
color: #f57e06;
}
.featureList li.gthan a {
color: #ffffff;
}
.featureList li.gthan a:hover {
text-decoration: none;
}
.featureList li {
text-indent: unset;
margin: 0 0 15px 0;
} img {
border: 0;
height: auto;
max-width: 100%;
}
img.top {
display: inline-block;
position: relative;
top: 5px;
}
img.rounded {
border-radius: 15px;
}
img.mnu {
display: inline-block;
position: relative;
top: 5px;
padding: 0 15px 0 0;
}
img.social {
margin: 0 10px;
} .layer1 {
margin: 0;
padding: 0;
width: 100%;
}
.faq-wrapper {
background: #444b51;
border-radius: 7px; 
padding: 20px;
margin: 10px 0 20px;
}
.heading {
background: url(//woodbuiltdevelopments.co.uk/wp-content/themes/Woodbuilt/images/expand.png) no-repeat scroll right 20px center;
color: #ffffff;
font-size: 1.1em;
margin: 0;
padding: 5px 80px 8px 0;
display: block;
line-height: 1.2em;
cursor: pointer;
}
.bg {
background: url(//woodbuiltdevelopments.co.uk/wp-content/themes/Woodbuilt/images/expand.png) no-repeat scroll right 20px center;
}
.new-bg {
background: url(//woodbuiltdevelopments.co.uk/wp-content/themes/Woodbuilt/images/reduce.png) no-repeat scroll right 20px center;
}
.faqcontent {
background-color: transparent;
padding: 10px 0 0 0;
transition: none;
}  @keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; } }
.fadeIn { animation-name: fadeIn; } @keyframes fadeInDown {
from { opacity: 0; transform: translate3d(0, -100%, 0); }
to { opacity: 1; transform: none; } }
.fadeInDown { animation-name: fadeInDown; } @keyframes fadeInUp {
from { opacity: 0; transform: translate3d(0, 20px, 0); }
to { opacity: 1; transform: none; } }
.fadeInUp { animation-name: fadeInUp; } @keyframes fadeInLeft {
from { opacity: 0; transform: translate3d(-30px, 0, 0) }
to { opacity: 1; transform: none; } }
.fadeInLeft { animation-name: fadeInLeft; } @keyframes fadeInRight {
from { opacity: 0; transform: translate3d(100%, 0, 0); }
to { opacity: 1; transform: none; } }
.fadeInRight { animation-name: fadeInRight; }
.animatein.in-view {  
animation: fadeIn;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}
.animateleft.in-view {  
animation: fadeInLeft;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}
.animateright.in-view {  
animation: fadeInRight;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}
.animatedown.in-view {  
animation: fadeInDown;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}
.animateup.in-view {  
animation: fadeInUp;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
} .one { animation-delay: 0.2s !important; }
.two { animation-delay: .6s !important; }
.three { animation-delay: 1s !important; }
.four { animation-delay: 1.4s !important; }
.five { animation-delay: 1.8s !important; } .nivo-lightbox-content,.nivo-lightbox-overlay{height:100%;width:100%}.nivo-lightbox-overlay{position:fixed;top:0;left:0;z-index:999999;overflow:hidden;visibility:hidden;opacity:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.nivo-lightbox-overlay.nivo-lightbox-open{visibility:visible;opacity:1}.nivo-lightbox-wrap{position:absolute;top:10%;bottom:10%;left:10%;right:10%}.nivo-lightbox-title-wrap{position:absolute;bottom:0;left:0;width:100%;z-index:99999;text-align:center}.nivo-lightbox-nav{display:none}.nivo-lightbox-prev{position:absolute;top:50%;left:0}.nivo-lightbox-next{position:absolute;top:50%;right:0}.nivo-lightbox-close{position:absolute;top:2%;right:2%}.nivo-lightbox-image{text-align:center}.nivo-lightbox-image img{max-width:100%;max-height:100%;width:auto;height:auto;vertical-align:middle}.nivo-lightbox-content iframe,.nivo-lightbox-error{width:100%;height:100%}.nivo-lightbox-ajax{max-height:100%;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.nivo-lightbox-error{display:table;text-align:center;color:#fff;text-shadow:0 1px 1px #000}.nivo-lightbox-error p{display:table-cell;vertical-align:middle}.nivo-lightbox-effect-fade,.nivo-lightbox-effect-fadeScale,.nivo-lightbox-effect-fall,.nivo-lightbox-effect-slideDown,.nivo-lightbox-effect-slideLeft,.nivo-lightbox-effect-slideRight,.nivo-lightbox-effect-slideUp{-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap{-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-transform:scale(.7);-moz-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7)}.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap,.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap{-webkit-transition:all .3s cubic-bezier(.25, .5, .5, .9);-moz-transition:all .3s cubic-bezier(.25, .5, .5, .9);-ms-transition:all .3s cubic-bezier(.25, .5, .5, .9);-o-transition:all .3s cubic-bezier(.25, .5, .5, .9);transition:all .3s cubic-bezier(.25, .5, .5, .9)}.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap{-webkit-transform:translateX(-10%);-moz-transform:translateX(-10%);-ms-transform:translateX(-10%);transform:translateX(-10%)}.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap{-webkit-transform:translateX(10%);-moz-transform:translateX(10%);-ms-transform:translateX(10%);transform:translateX(10%)}.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap{-webkit-transform:translateY(-10%);-moz-transform:translateY(-10%);-ms-transform:translateY(-10%);transform:translateY(-10%)}.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap{-webkit-transform:translateY(10%);-moz-transform:translateY(10%);-ms-transform:translateY(10%);transform:translateY(10%)}.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap,.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall{-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px}.nivo-lightbox-effect-fall .nivo-lightbox-wrap{-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;-webkit-transform:translateZ(300px);-moz-transform:translateZ(300px);-ms-transform:translateZ(300px);transform:translateZ(300px)}.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.nivo-lightbox-theme-default.nivo-lightbox-overlay{background:#666;background:rgba(0,0,0,.8)}.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading{background:url(//woodbuiltdevelopments.co.uk/wp-content/themes/Woodbuilt/images/loading.gif) 50% 50% no-repeat}.nivo-lightbox-theme-default .nivo-lightbox-nav{top:10%;width:8%;height:80%;text-indent:-9999px;background-repeat:no-repeat;background-position:50% 50%;opacity:.5}.nivo-lightbox-theme-default .nivo-lightbox-nav:hover{opacity:1;background-color:rgba(0,0,0,.5)}.nivo-lightbox-theme-default .nivo-lightbox-prev{background-image:url(//woodbuiltdevelopments.co.uk/wp-content/themes/Woodbuilt/images/prev.png);border-radius:0 3px 3px 0}.nivo-lightbox-theme-default .nivo-lightbox-next{background-image:url(//woodbuiltdevelopments.co.uk/wp-content/themes/Woodbuilt/images/next.png);border-radius:3px 0 0 3px}.nivo-lightbox-theme-default .nivo-lightbox-close{display:block;background-image:url(//woodbuiltdevelopments.co.uk/wp-content/themes/Woodbuilt/images/close.png);width:16px;height:16px;text-indent:-9999px;padding:5px;opacity:.5}.nivo-lightbox-theme-default .nivo-lightbox-close:hover{opacity:1}.nivo-lightbox-theme-default .nivo-lightbox-title-wrap{bottom:-7%}.nivo-lightbox-theme-default .nivo-lightbox-title{font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;background:#000;color:#fff;padding:7px 15px;border-radius:30px}.nivo-lightbox-theme-default .nivo-lightbox-image img{background:#fff;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.4);-moz-box-shadow:0 1px 1px rgba(0,0,0,.4);box-shadow:0 1px 1px rgba(0,0,0,.4)}.nivo-lightbox-theme-default .nivo-lightbox-ajax,.nivo-lightbox-theme-default .nivo-lightbox-inline{background:#fff;padding:40px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.4);-moz-box-shadow:0 1px 1px rgba(0,0,0,.4);box-shadow:0 1px 1px rgba(0,0,0,.4)}@media (-webkit-min-device-pixel-ratio:1.3),(-o-min-device-pixel-ratio:2.6/2),(min--moz-device-pixel-ratio:1.3),(min-device-pixel-ratio:1.3),(min-resolution:1.3dppx){.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading{background-image:url(//woodbuiltdevelopments.co.uk/wp-content/themes/Woodbuilt/images/loading@2x.gif);background-size:32px 32px}.nivo-lightbox-theme-default .nivo-lightbox-prev{background-image:url(//woodbuiltdevelopments.co.uk/wp-content/themes/Woodbuilt/images/prev@2x.png);background-size:48px 48px}.nivo-lightbox-theme-default .nivo-lightbox-next{background-image:url(//woodbuiltdevelopments.co.uk/wp-content/themes/Woodbuilt/images/next@2x.png);background-size:48px 48px}.nivo-lightbox-theme-default .nivo-lightbox-close{background-image:url(//woodbuiltdevelopments.co.uk/wp-content/themes/Woodbuilt/images/close@2x.png);background-size:16px 16px}} .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled,.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:#444b51;border:none;padding:0!important}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//woodbuiltdevelopments.co.uk/wp-content/themes/Woodbuilt/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav,.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:3em;margin:5px 20px;padding:4px 7px;background:#171516;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{color:#f57e06;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.multi-review-content {
position: relative;
background: #f5f5f5;
border-radius: 10px;
min-height: 250px;
padding: 20px;
margin: 0;
}
.review-icon {
position: absolute;
bottom: 10px;
right: 20px;
}
section.subsmall {
padding: 0 0 10px 0;
margin: 0;
overflow: hidden;
} a.meanmenu-reveal {
display: none
}
.mean-container .mean-bar {
float: left;
width: 100%;
position: relative;
padding: 0;
min-height: 42px;
z-index: 999999
}
.mean-container a.meanmenu-reveal {
width: 22px;
height: 22px;
padding: 13px 13px 11px;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
color: #444b51;
text-decoration: none;
text-indent: -9999em;
line-height: 22px;
font-size: 1px;
display: block;
font-family: 'Montserrat', sans-serif;
font-weight: 400
}
.mean-container a.meanmenu-reveal span {
display: block;
background: #444b51;
height: 2px;
margin-top: 4px
}
.mean-container .mean-nav {
float: left;
width: 100%;
margin-top: 24px
}
.mean-container .mean-nav ul {
padding: 0;
margin: 0;
width: 100%;
list-style-type: none
}
.mean-container .mean-nav ul li {
background: #ffffff;
position: relative;
float: left;
width: 100%;
box-sizing: border-box;
text-indent: unset;
}
.mean-container .mean-nav ul li a {
display: block;
float: left;
width: 100%;
padding: 0 0 0 10px;
margin: 0;
text-align: left;
color: #444b51;
border-top: 1px solid #cbcbcb;
text-decoration: none;
text-transform: uppercase;
box-sizing: border-box;
}
.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li a:hover {
color: #f57e06;
}
.mean-container .mean-nav ul li li a {
width: 100%;
padding: 0 0 0 20px;
text-shadow: none!important;
visibility: visible
}
.mean-container .mean-nav ul li.mean-last a {
height: 50px;
border-bottom: 2px solid #f57e06;
margin-bottom: 0
}
.mean-container .mean-nav ul li a.mean-expand {
margin-top: 1px;
width: 60px;
height: 50px;
padding: 0 20px 10px 20px;
text-align: center;
position: absolute;
right: 0;
top: 0;
z-index: 0;
font-weight: 400;
background: rgba(255, 255, 255, .1);
border: none!important;
border-left: 1px solid #cbcbcb!important
}
.mean-container .mean-push,
.mean-nav .wrapper {
width: 100%;
padding: 0;
margin: 0
}
.mean-container .mean-push {
float: left;
clear: both
}
.mean-container .mean-bar,
.mean-container .mean-bar * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box
}
.mean-remove {
display: none!important
}  .flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} .flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; text-indent: unset; margin: 0;} .flexslider .slides > li:first-child {display: block; -webkit-backface-visibility: visible; backface-visibility: visible;}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;} .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}  .no-js .slides > li:first-child {display: block;} .flexslider {margin: 0; position: relative; }
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px} .flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//woodbuiltdevelopments.co.uk/wp-content/themes/Woodbuilt/images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;} .flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline; text-indent: unset;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {opacity: 1; left: 0;}
.flex-direction-nav .flex-next {opacity: 1; right: 0;}
}  .wp-pagenavi {
position: relative;
height: 50px;
padding: 10px 0 0;
}
.wp-pagenavi a, .wp-pagenavi span {
padding: 7px 10px !important; 
margin-right: 10px !important;
font-family: 'Montserrat', sans-serif;
font-size: 15px; 
color: #454545; 
text-decoration: none;
border: 1px solid #6c7755; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border-radius: 5px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
background: #6c7755;
color: #ffffff;
border: 1px solid #6c7755;
}
.wp-pagenavi span.current { 
font-weight: bold; 
} form.search {
margin: 0 0 30px 0;
} input.wpcf7-text {
border: 1px solid #d1d1d1;
border-radius: 7px;
color: #454545;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 400;
height: 35px;
line-height: 18px;
margin: 0 auto 10px;
padding: 10px;
width: 95%;
outline: none;
transition: all 0.5s ease-in-out;
}
input.wpcf7-text:focus {
border: 1px solid #c65a1e;
}
input.wpcf7-text.error {
border: 1px solid #ffffff;
}
textarea.wpcf7-textarea {
border: 1px solid #d1d1d1;
border-radius: 7px;
color: #454545;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 400;
height: 175px;
line-height: 18px;
margin: 0 auto 25px;
padding: 10px;
width: 95%;
outline: none;
transition: all 0.5s ease-in-out;
}
textarea.wpcf7-textarea:focus {
border: 1px solid #c65a1e;
}
textarea.wpcf7-textarea.error {
border: 1px solid #ffffff;
}
select.wpcf7-select {
background: #ffffff;
border: 1px solid #d1d1d1;
border-radius: 7px;
color: #454545;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 400;
height: 45px;
line-height: 18px;
margin: 0 auto 10px;
padding: 10px;
width: 100%;
outline: none;
transition: all 0.5s ease-in-out;
}
section.contactform select.wpcf7-select {
width: 97.5%;
}
.wpcf7-radio {
font-family: 'Montserrat', sans-serif;
font-size: 1em !important;
}
.wpcf7-list-item-label {
font-size: 1em !important;
}
input.wpcf7-submit {
background: #f57e06;
border: 0 none;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 600;
padding: 15px 40px;
margin: 0 10px 10px 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: all 0.2s ease-in-out;
}
input.wpcf7-submit:hover {
background: #444b51;
}
div.wpcf7-response-output {
float: left;
border-radius: 7px;
width: 95%;
font-size: 1em;
font-weight: 400;
line-height: 1.3em;
margin: 1em 0 1em !important;
padding: 10px 1em !important;
}
span.wpcf7-not-valid-tip {
color: #a40019;
margin: 0 0 20px 0;	
} img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
img.alignnone {float:left; margin:0 1em 1em 0}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignnone {float:left; margin:0 1em 1em 0}  @media screen and (max-width: 480.99px) 
and (min-width: 320px) {
#header {
height: 220px;
}
#logo {
width: 200px;
float: none;
margin: 0 auto;
}
#header-contact {
top: 125px;
right: 0;
left: 0;
}
ul.contact {
margin: 0 auto;
width: 270px;
}
ul.contact li.first {
padding: 0;
}
#menu {
right: 0;
bottom: 0;
width: 100%;
}
.menu_title {
display: block !important;
}
.sub-menu-parent {
background: none;
padding: 0; 
}
#banner {
height: 350px;
}
.banner-content {
top: 10%;
}
.header-content {
top: 50%;
padding: 12px 8% 3px 10px;
} 
.main-content.home {
background: none;
}
.main-content.lightgrey {
background-image: none;
background-position: top right 20px;
}
.project-gallery-wrapper {
height: 200px;	
}
.flex-wrapper {
flex-flow: column nowrap;
}
.flex-project-wrapper {
flex-flow: column nowrap;
}
#top {
right: 10px;
width: 100px;
height: 62px;
}
.owl-full {
display: none;
}
.owl-mobile {
display: block;
}
.sidebar {
padding: 40px 20px;
}
.main-content-wrapper {
padding: 40px 10px;
}
.tick-icon {
width: 55px;
}
.inner-column-services {
height: 250px;	
}
.two-column-projcontent {
border-radius: 15px 15px 0 0;
border-right: none;
border-bottom: 3px solid #f57e06;
width: 100%;
padding: 30px 20px;	
}
.two-column-projimage {
border-radius: 0 0 15px 15px;
width: 100%;
height: 350px;	
}
.three-column {
width: 100%;
padding: 10px;
}
.left-column-content {
width: 100%;
padding: 0;
}
.right-column-image {
width: 100%;
padding: 40px 0 0;
}
.flex-column:nth-child(-n+6) {
flex: 0 0 calc(100% - 10px);
}
.flex-column:nth-child(n+7) {
flex: 0 0 calc(100% - 10px);
}
#footer-column-01 {
width: 100%;
padding: 0;
}
#footer-column-02 {
width: 100%;
padding: 40px 0 0;
}
#footer-column-03 {
width: 100%;
padding: 60px 0 0;
}
h1 {
font-size: 1.8em;
}
h2 {
font-size: 1.8em;
}
h3 {
font-size: 1.4em;
}
h4 {
font-size: 1.1em;
}
p.banner-text {
font-size: 1.8em;
}
p.banner-text.small {
font-size: 1em;
}
p.choose-text {
font-size: 1.2em;
}
a.button {
font-size: 0.9em;
padding: 12px 30px;
}
p.error-text { 
font-size: 8em; 
}
.heading {
background: url(//woodbuiltdevelopments.co.uk/wp-content/themes/Woodbuilt/images/expand.png) no-repeat scroll right 10px center;
padding: 5px 60px 8px 0;
}
.bg {
background: url(//woodbuiltdevelopments.co.uk/wp-content/themes/Woodbuilt/images/expand.png) no-repeat scroll right 10px center;
}
.new-bg {
background: url(//woodbuiltdevelopments.co.uk/wp-content/themes/Woodbuilt/images/reduce.png) no-repeat scroll right 10px center;
}
input.wpcf7-text {
width: 90%;
}
textarea.wpcf7-textarea {
width: 90%;	
}
}  @media screen and (max-width: 600.99px) 
and (min-width: 481px) {
#header {
height: 120px;
}
#logo {
width: 225px;
}
#header-contact {
top: 25px;
right: 10px;
}
ul.contact li.first {
padding: 0;
}
#menu {
right: 0;
bottom: 0;
width: 100%;
}
.menu_title {
display: block !important;
}
.sub-menu-parent {
background: none;
padding: 0; 
}
#banner {
height: 350px;
}
.header-content {
padding: 12px 8% 3px 10px;
} 
.main-content.home {
background: none;
}
.main-content.lightgrey {
background-image: none;
background-position: top right 20px;
}
.project-gallery-wrapper {
height: 250px;	
}
.flex-wrapper {
flex-flow: column nowrap;
}
.flex-project-wrapper {
flex-flow: column nowrap;
}
#top {
right: 10px;
width: 100px;
height: 62px;
}
.owl-full {
display: none;
}
.owl-mobile {
display: block;
}
.main-content-wrapper {
padding: 40px 10px;
}
.inner-column-services {
height: 250px;	
}
.two-column-projcontent {
border-radius: 15px 15px 0 0;
border-right: none;
border-bottom: 3px solid #f57e06;
width: 100%;
padding: 40px 30px;	
}
.two-column-projimage {
border-radius: 0 0 15px 15px;
width: 100%;
height: 350px;	
}
.three-column {
width: 100%;
padding: 10px;
}
.left-column-content {
width: 100%;
padding: 0;
}
.right-column-image {
width: 100%;
padding: 40px 0 0;
}
.flex-column:nth-child(-n+6) {
flex: 0 0 calc(50% - 10px);
}
.flex-column:nth-child(n+7) {
flex: 0 0 calc(100%);
}
#footer-column-01 {
width: 100%;
padding: 0;
}
#footer-column-02 {
width: 100%;
padding: 40px 0 0;
}
#footer-column-03 {
width: 100%;
padding: 60px 0 0;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.8em;
}
h3 {
font-size: 1.4em;
}
h4 {
font-size: 1.1em;
}
p.banner-text {
font-size: 1.8em;
}
p.banner-text.small {
font-size: 1em;
}
p.choose-text {
font-size: 1.2em;
}
a.button {
font-size: 0.9em;
padding: 12px 40px;
}
input.wpcf7-text {
width: 92.5%;
}
textarea.wpcf7-textarea {
width: 92.5%;	
}		  
}  @media screen and (max-width: 768.99px) 
and (min-width: 601px) {
#header {
height: 130px;
}
#logo {
width: 250px;
}
#header-contact {
top: 25px;
right: 10px;
}
#menu {
right: 0;
bottom: 0;
width: 100%;
}
.menu_title {
display: block !important;
}
.sub-menu-parent {
background: none;
padding: 0; 
}
#banner {
height: 375px;
}
.header-content {
padding: 15px 10% 5px 20px;
} 
.main-content.home {
background: none;
}
.main-content.lightgrey {
background-position: top right 20px;
}
.project-gallery-wrapper {
height: 300px;	
}
.flex-wrapper {
flex-flow: column nowrap;
}
.flex-project-wrapper {
flex-flow: column nowrap;
}
#top {
right: 10px;
width: 100px;
height: 62px;
}
.owl-full {
display: none;
}
.owl-mobile {
display: block;
}
.main-content-wrapper {
padding: 60px 10px;
}
.inner-column-services {
height: 300px;	
}
.two-column-projcontent {
border-radius: 15px 15px 0 0;
border-right: none;
border-bottom: 3px solid #f57e06;
width: 100%;
padding: 40px 30px;	
}
.two-column-projimage {
border-radius: 0 0 15px 15px;
width: 100%;
height: 350px;	
}
.three-column {
width: 50%;
padding: 10px;
}
.left-column-content {
width: 100%;
padding: 0;
}
.right-column-image {
width: 100%;
padding: 40px 0 0;
}
.flex-column:nth-child(-n+6) {
flex: 0 0 calc(50% - 10px);
}
.flex-column:nth-child(n+7) {
flex: 0 0 calc(100%);
}
#footer-column-01 {
width: 40%;
}
#footer-column-02 {
width: 60%;
padding: 0;
}
#footer-column-03 {
width: 100%;
padding: 60px 0 0;
}
h1 {
font-size: 2.1em;
}
h2 {
font-size: 2em;
}
h3 {
font-size: 1.5em;
}
p.banner-text {
font-size: 2em;
}
p.banner-text.small {
font-size: 1.1em;
}
p.choose-text {
font-size: 1.3em;
}
a.button {
font-size: 0.9em;
padding: 12px 40px;
}			  
}  @media screen and (max-width: 850.99px) 
and (min-width: 769px) {
#header {
height: 130px;
}
#logo {
width: 250px;
}
#header-contact {
top: 25px;
right: 10px;
}
#menu {
right: 0;
bottom: 0;
width: 100%;
}
.menu_title {
display: block !important;
}
.sub-menu-parent {
background: none;
padding: 0; 
}
#banner {
height: 400px;
}
.header-content {
padding: 15px 10% 5px 20px;
} 
.main-content.home {
background: none;
}
.main-content.lightgrey {
background-position: top right 20px;
}
.flex-wrapper {
flex-flow: column nowrap;
}
#top {
right: 10px;
width: 100px;
height: 62px;
}
.owl-full {
display: none;
}
.owl-mobile {
display: block;
}
.main-content-wrapper {
padding: 60px 10px;
}
.project-gallery-wrapper {
height: 300px;	
}
.inner-column-services {
height: 300px;	
}
.two-column-projcontent {
padding: 40px 30px;	
}
.three-column {
width: 50%;
padding: 10px;
}
.left-column-content {
width: 100%;
padding: 0;
}
.right-column-image {
width: 100%;
padding: 40px 0 0;
}
.flex-column:nth-child(-n+6) {
flex: 0 0 calc(50% - 10px);
}
.flex-column:nth-child(n+7) {
flex: 0 0 calc(100%);
}
#footer-column-01 {
width: 40%;
}
#footer-column-02 {
width: 60%;
padding: 0;
}
#footer-column-03 {
width: 100%;
padding: 60px 0 0;
}
h1 {
font-size: 2.2em;
}
h2 {
font-size: 2em;
}
h3 {
font-size: 1.5em;
}
p.banner-text {
font-size: 2.1em;
}
p.banner-text.small {
font-size: 1.1em;
}			  
}  @media screen and (max-width: 1024.99px) 
and (min-width: 851px) {
#logo {
width: 300px;
}
#header-contact {
right: 10px;
}
#menu {
right: 0;
bottom: 10px;
width: 100%;
}
.menu_title {
display: block !important;
}
.sub-menu-parent {
background: none;
padding: 0; 
}
#banner {
height: 450px;
}
.header-content {
padding: 15px 10% 5px 20px;
} 
.main-content.home {
background: url(//woodbuiltdevelopments.co.uk/wp-content/themes/Woodbuilt/images/stripe-bg.png) top right 20px no-repeat;
}
.main-content.lightgrey {
background-position: top right 20px;
}
#top {
right: 20px;
width: 130px;
height: 81px;
}
.owl-full {
display: none;
}
.owl-mobile {
display: block;
}
.sidebar {
padding: 40px 20px;
}
.main-content-wrapper {
padding: 60px 10px;
}
.project-gallery-wrapper {
height: 300px;	
}
.inner-column-services {
height: 300px;	
}
.two-column-projcontent {
padding: 40px 30px;	
}
.three-column {
padding: 10px;
}
#footer-column-01 {
width: 40%;
}
#footer-column-02 {
width: 60%;
padding: 0;
}
#footer-column-03 {
width: 100%;
padding: 60px 0 0;
}
h1 {
font-size: 2.4em;
}
h2 {
font-size: 2.1em;
}
h3 {
font-size: 1.6em;
}
p.banner-text {
font-size: 2.3em;
}
p.banner-text.small {
font-size: 1.2em;
}
}  @media screen and (max-width: 1100.99px) 
and (min-width: 1025px) {
#logo {
width: 300px;
}
nav a {
padding: 0 15px;
}
nav a.last {
padding: 0 10px 0 15px;
}
#banner {
height: 500px;
}
.header-content {
padding: 20px 12% 10px 20px;
} 
.main-content.home {
background: url(//woodbuiltdevelopments.co.uk/wp-content/themes/Woodbuilt/images/stripe-bg.png) top right 50px no-repeat;
}
.main-content.lightgrey {
background-position: top right 50px;
}
.owl-full {
display: none;
}
.owl-mobile {
display: block;
}
.inner-column-services {
height: 300px;	
}
.two-column-projcontent {
padding: 40px 30px;	
}
h1 {
font-size: 2.5em;
}
h2 {
font-size: 2.3em;
}
p.banner-text {
font-size: 2.6em;
}
p.banner-text.small {
font-size: 1.4em;
}
}  @media screen and (max-width: 1200.99px) 
and (min-width: 1101px) {
#logo {
width: 325px;
}
nav a {
padding: 0 20px;
}
nav a.last {
padding: 0 10px 0 20px;
}
#banner {
height: 500px;
}
.header-content {
padding: 20px 14% 10px 30px;
} 
.main-content.home {
background: url(//woodbuiltdevelopments.co.uk/wp-content/themes/Woodbuilt/images/stripe-bg.png) top right 50px no-repeat;
}
.main-content.lightgrey {
background-position: top right 50px;
}
.owl-full {
display: none;
}
.owl-mobile {
display: block;
}
.inner-column-services {
height: 300px;	
}
.two-column-projcontent {
padding: 60px 30px;	
}
h1 {
font-size: 2.8em;
}
h2 {
font-size: 2.3em;
}
p.banner-text {
font-size: 3em;
}
p.banner-text.small {
font-size: 1.6em;
}
}.wp-pagenavi {
clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #BFBFBF;
padding: 3px 5px;
margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #000;
}
.wp-pagenavi span.current {
font-weight: bold;
}input[type="checkbox"].cmplz-category { width: initial; -webkit-appearance: checkbox;}input[type="checkbox"].cmplz-category:checked::before { content: '';}.cmplz-cookiebanner { box-sizing: border-box;}:root { --cmplz_banner_width: 526px; --cmplz_banner_background_color: #ffffff; --cmplz_banner_border_color: #f2f2f2; --cmplz_banner_border_width: 0px 0px 0px 0px ; --cmplz_banner_border_radius: 12px 12px 12px 12px; --cmplz_banner_margin: 10px; --cmplz_categories-height: 216px; --cmplz_title_font_size: 15px; --cmplz_text_line_height: calc(var(--cmplz_text_font_size) * 1.5); --cmplz_text_color: #222222; --cmplz_hyperlink_color: #f57e06; --cmplz_text_font_size: 12px; --cmplz_link_font_size: 12px; --cmplz_category_body_font_size: 12px; --cmplz_button_accept_background_color: #f57e06; --cmplz_button_accept_border_color: #f57e06; --cmplz_button_accept_text_color: #ffffff; --cmplz_button_deny_background_color: #f9f9f9; --cmplz_button_deny_border_color: #f2f2f2; --cmplz_button_deny_text_color: #222222; --cmplz_button_settings_background_color: #f9f9f9; --cmplz_button_settings_border_color: #f2f2f2; --cmplz_button_settings_text_color: #333333; --cmplz_button_border_radius: 6px 6px 6px 6px; --cmplz_button_font_size: 15px; --cmplz_category_header_always_active_color: green; --cmplz_category_header_title_font_size: 14px; --cmplz_category_header_active_font_size: 12px; --cmplz-manage-consent-height: 50px; --cmplz-manage-consent-offset: -35px; --cmplz_slider_active_color: #1e73be; --cmplz_slider_inactive_color: #F56E28; --cmplz_slider_bullet_color: #ffffff;}body.cmplz-banner-active *:not(.cmplz-cookiebanner):not(.cmplz-cookiebanner *) { pointer-events: none !important; user-select: none !important;}.cmplz-cookiebanner * { pointer-events: auto !important; user-select: auto !important;}#cmplz-manage-consent .cmplz-manage-consent { margin: unset; z-index: 9998; color: var(--cmplz_text_color); background-color: var(--cmplz_banner_background_color); border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); border-bottom-left-radius: 0; border-bottom-right-radius: 0; line-height: initial; position: fixed; bottom: var(--cmplz-manage-consent-offset); min-width: 100px; height: var(--cmplz-manage-consent-height); right: 40px; padding: 15px; cursor: pointer; animation: mc_slideOut 0.5s forwards;}#cmplz-manage-consent .cmplz-manage-consent:active { outline: none; border: none;}#cmplz-manage-consent .cmplz-manage-consent.cmplz-dismissed { display: none;}#cmplz-manage-consent .cmplz-manage-consent:hover,#cmplz-manage-consent .cmplz-manage-consent:focus { animation: mc_slideIn 0.5s forwards; animation-delay: 0;}@-webkit-keyframes mc_slideIn { 100% { bottom: 0; }}@keyframes mc_slideIn { 100% { bottom: 0; }}@-webkit-keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@keyframes mc_slideOut { 100% { bottom: var(--cmplz-manage-consent-offset); }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-header .cmplz-title { display: none; }}.cmplz-cookiebanner { max-height: calc(100vh - 20px); overflow-y: auto; position: fixed; height: auto; left: 50%; top: 50%; -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); grid-template-rows: minmax(0, 1fr); z-index: 99999; background: var(--cmplz_banner_background_color);}.cmplz-cookiebanner a { transition: initial;}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn.tcf { display: none;}.cmplz-cookiebanner.cmplz-dismissed { display: none;}.cmplz-cookiebanner .cmplz-body { width: 100%; grid-column: span 3; overflow-y: auto; overflow-x: hidden; max-height: 55vh;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track { border-radius: 10px; -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0); background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar { width: 5px; background-color: transparent;}.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb { background-color: var(--cmplz_button_accept_background_color); border-radius: 10px;}@media (min-width: 350px) { .cmplz-cookiebanner .cmplz-body { min-width: 300px; }}@media (max-height: 400px) { .cmplz-cookiebanner { height: calc(100vh - 20px); display: flex; flex-direction: column; overflow: hidden; gap: 1px; grid-row-gap: 1px; padding: 7px 12px !important; zoom: 0.6; } .cmplz-cookiebanner .cmplz-body { flex: 1; min-height: 0; overflow-y: auto; max-height: none; margin-top: 15px !important; } .cmplz-cookiebanner .cmplz-header, .cmplz-cookiebanner .cmplz-divider, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons, .cmplz-cookiebanner .cmplz-documents { flex-shrink: 0; } .cmplz-cookiebanner .cmplz-header { margin-bottom: 15px !important; max-height: 10px; } .cmplz-close { zoom: 0.6 !important; } .cmplz-cookiebanner .cmplz-buttons { gap: 1px !important; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { height: 15vh !important; min-height: unset !important; padding: 0 !important; white-space: nowrap !important; font-size: 1.1rem !important; line-height: 14px !important; zoom: 0.5 !important; } .cmplz-cookiebanner .cmplz-documents, .cmplz-cookiebanner .cmplz-information { zoom: 0.5 !important; }}@media (max-height: 400px) and (max-width: 768px) { .cmplz-cookiebanner { gap: 1px; }}.cmplz-cookiebanner { border-style: solid; border-color: var(--cmplz_banner_border_color); border-width: var(--cmplz_banner_border_width); border-radius: var(--cmplz_banner_border_radius); padding: 15px 20px; display: grid; grid-gap: 10px;}.cmplz-cookiebanner .cmplz-divider { margin-left: -20px; margin-right: -20px;}.cmplz-cookiebanner .cmplz-header { grid-template-columns: 100px 1fr 100px; align-items: center; display: grid; grid-column: span 3;}@media (max-width: 399px) { .cmplz-cookiebanner .cmplz-header { grid-template-columns: auto 1fr auto; }}.cmplz-cookiebanner .cmplz-logo svg { max-height: 35px; width: inherit;}.cmplz-cookiebanner .cmplz-logo img { max-height: 40px; width: inherit;}.cmplz-cookiebanner .cmplz-title { justify-self: center; grid-column-start: 2; font-size: var(--cmplz_title_font_size); color: var(--cmplz_text_color); font-weight: 500;}.cmplz-cookiebanner .cmplz-close { line-height: 20px; justify-self: end; grid-column-start: 3; font-size: 20px; cursor: pointer; width: 20px; height: 20px; color: var(--cmplz_text_color);}.cmplz-cookiebanner .cmplz-close svg { width: 20px; height: 20px;}.cmplz-cookiebanner .cmplz-close:hover { text-decoration: none; line-height: initial; font-size: 18px;}.cmplz-cookiebanner .cmplz-message { word-wrap: break-word; font-size: var(--cmplz_text_font_size); line-height: var(--cmplz_text_line_height); color: var(--cmplz_text_color); margin-bottom: 5px;}.cmplz-cookiebanner .cmplz-message a { color: var(--cmplz_hyperlink_color);}.cmplz-cookiebanner .cmplz-message,.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-links,.cmplz-cookiebanner .cmplz-buttons,.cmplz-cookiebanner .cmplz-divider { grid-column: span 3;}.cmplz-cookiebanner .cmplz-categories.cmplz-tcf .cmplz-category .cmplz-category-header { grid-template-columns: 1fr auto;}.cmplz-cookiebanner .cmplz-categories .cmplz-category { background-color: rgba(239, 239, 239, 0.5);}.cmplz-cookiebanner .cmplz-categories .cmplz-category:not(:last-child) { margin-bottom: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header { display: grid; grid-template-columns: 1fr auto 15px; grid-template-rows: minmax(0, 1fr); align-items: center; grid-gap: 10px; padding: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title { font-weight: 500; grid-column-start: 1; justify-self: start; font-size: var(--cmplz_category_header_title_font_size); color: var(--cmplz_text_color); margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active { font-size: var(--cmplz_category_header_active_font_size); font-weight: 500; color: var(--cmplz_category_header_always_active_color);}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox { display: flex; align-items: center; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input[data-category=cmplz_functional] { display: none;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open { cursor: pointer; content: ''; transform: rotate(0deg); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; background-size: cover; height: 18px; width: 18px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description { font-size: var(--cmplz_category_body_font_size); color: var(--cmplz_text_color); margin: 0; max-width: 100%; padding: 10px;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-category .cmplz-category-header { grid-template-columns: 1fr!important; }}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-message { margin-right: 5px; }}.cmplz-cookiebanner .cmplz-buttons { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-height: 45px; padding: 10px; margin: initial; width: 100%; white-space: nowrap; border-radius: var(--cmplz_button_border_radius); cursor: pointer; font-size: var(--cmplz_button_font_size); font-weight: 500; text-decoration: none; line-height: 20px; text-align: center; flex: initial;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn:hover { text-decoration: none;}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept { background-color: var(--cmplz_button_accept_background_color); border: 1px solid var(--cmplz_button_accept_border_color); color: var(--cmplz_button_accept_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny { background-color: var(--cmplz_button_deny_background_color); border: 1px solid var(--cmplz_button_deny_border_color); color: var(--cmplz_button_deny_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-manage-options { background-color: var(--cmplz_button_settings_background_color); border: 1px solid var(--cmplz_button_settings_border_color); color: var(--cmplz_button_settings_text_color);}.cmplz-cookiebanner .cmplz-buttons a.cmplz-btn { display: flex; align-items: center; justify-content: center; padding: initial;}@media (max-width: 425px) { .cmplz-cookiebanner .cmplz-links.cmplz-information { display: initial; text-align: center; }}.cmplz-cookiebanner .cmplz-links { display: flex; gap: var(--cmplz_banner_margin);}.cmplz-cookiebanner .cmplz-links.cmplz-information { justify-content: space-between;}.cmplz-cookiebanner .cmplz-links.cmplz-documents { justify-content: center;}.cmplz-cookiebanner .cmplz-links .cmplz-link { color: var(--cmplz_hyperlink_color); font-size: var(--cmplz_link_font_size); text-decoration: underline; margin: 0;}.cmplz-cookiebanner .cmplz-links .cmplz-link.cmplz-read-more-purposes { display: none;}.cmplz-cookiebanner .cmplz-links ul { margin: 0; padding: 0; list-style: none; display: flex; gap: var(--cmplz_banner_margin); justify-content: center;}.cmplz-categories .cmplz-category .cmplz-description-statistics-anonymous { display: none;}.cmplz-categories .cmplz-category .cmplz-description-statistics { display: block;}.cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle { background: none; border: none; padding: 0; margin: 0; cursor: pointer; grid-column-start: 3; display: flex; align-items: center; justify-content: center; color: inherit;}.cmplz-categories .cmplz-category .cmplz-category-toggle[aria-expanded="true"] .cmplz-icon.cmplz-open { transform: rotate(180deg);}.cmplz-cookiebanner { top: initial; left: initial; right: 10px; bottom: 10px; transform: initial;}@media (min-width: 768px) { .cmplz-cookiebanner { min-width: var(--cmplz_banner_width); max-width: 100%; display: grid; grid-row-gap: 10px; }}@media (max-width: 768px) { .cmplz-cookiebanner { left: initial; right: initial; bottom: 0; width: 100%; } .cmplz-cookiebanner .cmplz-buttons { flex-direction: column; }}@media (min-width: 768px) { .cmplz-message, .cmplz-categories { width: calc(var(--cmplz_banner_width) - 42px); }}.cmplz-cookiebanner .cmplz-categories,.cmplz-cookiebanner .cmplz-save-preferences,.cmplz-cookiebanner .cmplz-link.cmplz-manage-options,.cmplz-cookiebanner .cmplz-manage-vendors,.cmplz-cookiebanner .cmplz-read-more,.cmplz-cookiebanner .cmplz-btn.cmplz-manage-options { display: none;}.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in { animation: fadeIn 1s; -webkit-animation: fadeIn 1s; -moz-animation: fadeIn 1s; -o-animation: fadeIn 1s; -ms-animation: fadeIn 1s; display: block;}@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}.cmplz-cookiebanner { animation: fadeIn 2s; -webkit-animation: fadeIn 2s; -moz-animation: fadeIn 2s; -o-animation: fadeIn 2s; -ms-animation: fadeIn 2s;}@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@-ms-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; }}@media (max-width: 768px) { #cmplz-manage-consent .cmplz-manage-consent { display: none; }}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox { position: relative;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox { opacity: 0; margin: 0; margin-top: -10px; cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; position: absolute; z-index: 1; top: 0px; left: 0px; width: 40px; height: 20px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:focus + .cmplz-label:before { box-shadow: 0 0 0 2px #245fcc;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label::before { display: block; background-color: var(--cmplz_slider_active_color); content: ""; padding-left: 6px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox input.cmplz-consent-checkbox:checked + .cmplz-label:after { left: 14px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label { position: relative; padding-left: 30px; margin: 0;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before,.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { box-sizing: border-box; position: absolute; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: background-color 0.3s, left 0.3s;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before { display: block; content: ""; color: #fff; box-sizing: border-box; font-family: 'FontAwesome', sans-serif; padding-left: 23px; font-size: 12px; line-height: 20px; background-color: var(--cmplz_slider_inactive_color); left: 0px; top: -7px; height: 15px; width: 28px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after { display: block; content: ""; letter-spacing: 20px; background: var(--cmplz_slider_bullet_color); left: 4px; top: -5px; height: 11px; width: 11px;}.cmplz-cookiebanner { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}#cmplz-manage-consent .cmplz-manage-consent { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show { box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;}.cmplz-cookiebanner.cmplz-show:hover { transition-duration: 1s; box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;}