.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}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;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-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: "Poppins", sans-serif;
text-decoration: none;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
a:focus {
outline:0;
}
a:hover{
color: #1d899b;
}
p { 
color: #454545; 
font-size: 1em; 
font-family: "Poppins", sans-serif;
padding: 0;
line-height: 1.7em;
}
strong { 
font-weight: bold; 
}        body {
background-color: #ffffff;
font-family: "Poppins", sans-serif;
margin: 0;
padding: 0;
line-height: 1;
} #header {
position: relative;
border-top: 3px solid #1d899b;
width: 100%;
height: 150px;
}
#logo {
display: block;
position: relative;
width: 320px;
margin: 0;
padding: 10px 0 0;
z-index: 51;
}
#header-contact {
position: absolute;
top: 25px;
right: 10px;
}
#menu {
position: absolute;
right: 10px;
bottom: 10px;
height: 50px;
z-index: 999;
}
#banner {
position: relative;
background: url(//beingsupported.co.uk/wp-content/themes/BeingSupported/images/banner-01.jpg) center bottom no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
padding: 0;
height: 750px;
width: 100%;
z-index: 50;
}
.banner-content {
position: absolute;
top: 20%;
left: 20px;
}
#banner-short {
position: relative;
background: url(//beingsupported.co.uk/wp-content/themes/BeingSupported/images/banner-short.jpg) top left no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
padding: 0;
height: 175px;
width: 100%;
z-index: 50;
}
.sub-banner {
position: relative;
background: url(//beingsupported.co.uk/wp-content/themes/BeingSupported/images/sub-banner-01.jpg) center bottom no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
padding: 0;
height: 750px;
width: 100%;
z-index: 50;
}
.sub-banner-content {
position: absolute;
top: 35%;
left: -50px;
}
.main-content {
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
.bar {
background: #024b5a;
border-radius: 25px;
padding: 10px 20px;
margin: 0 0 20px 0;
}
.service-image {
padding: 20px 0;
margin: 0;
}
.service-header {
padding: 0 0 20px 0;
margin: 0;
}
.service-text {
height: 100px;
padding: 0 20px 20px;
margin: 0;
}
#footer-top {
background: url(//beingsupported.co.uk/wp-content/themes/BeingSupported/images/footer-top.png) right bottom no-repeat;
width: 100%;
height: 125px;
}
#footer {
background: #1d899b;
width: 100%;
padding: 80px 0;
margin: 0;
}
#baseline {
width: 100%;
padding: 20px 0;
margin: 0;
} #header-wrapper {
position: relative;
width: 100%;
max-width: 1600px;
height: 100%;
padding: 20px 10px;
margin: 0 auto;
}
#banner-wrapper {
position: relative;
width: 100%;
max-width: 1600px;
height: 100%;
padding: 0 10px;
margin: 0 auto;
}
.sub-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;
}
.flex-wrapper {
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: stretch;
}
.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: 200px;
margin: 0 auto;
padding: 0 0 20px;
}
#baseline-wrapper {
width: 100%;
max-width: 1600px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
} .one-column {
display: block;
float: left;
width: 100%;
padding: 20px;
margin: 0; 
}
.two-column {
display: block;
float: left;
width: 50%;
padding: 20px;
margin: 0; 
}
.two-column.first {
padding: 20px 10px 20px 0;
}
.two-column.last {
padding: 20px 0 20px 10px;
}
.three-column {
display: block;
float: left;
width: 33.333%;
padding: 20px;
margin: 0;
}
.three-column.first {
padding: 20px 10px 20px 0;
}
.three-column.last {
padding: 20px 0 20px 10px;
}
.inner-column {
background: #f5f5f5;
border-radius: 15px;
padding: 20px 20px 40px;
margin: 0;
}
.left-column-70 {
order: 1;
width: 70%;
padding: 0 25px 0 0;
margin: 0;
}
.right-column-30 {
order: 2;
width: 30%;
padding: 0 0 0 25px;
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: 40px 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: #024b5a;
font-size: 1.1em;
font-weight: 400; 
}
nav a {
position: relative;
color: #024b5a; 
display: block; 
font-size: 1.1em;
font-weight: 500;
text-transform: uppercase;
line-height: 40px;
padding: 0 25px; 
text-decoration: none; 
}
nav a.last {
padding: 0 0 0 25px;
}
nav a.active {
color: #1d899b;
}
nav a:hover {
color: #1d899b;
}
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(//beingsupported.co.uk/wp-content/themes/BeingSupported/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;
margin: 0;
}
.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;
}  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: #024b5a;
font-size: 3.2em;
margin: 0;
padding: 0;
display: block;
line-height: 1.1em;
}
h2 {
color: #024b5a;
font-size: 2.8em;
margin: 0;
padding: 0;
display: block;
line-height: 1.1em;
}
h2.white {
color: #ffffff;
}
h2.blue {
color: #1d899b;
}
.text-container h2 {
padding: 20px 0;
}
h3 {
color: #024b5a;
font-size: 2em;
margin: 0;
padding: 0;
display: block;
line-height: 1.2em;
}
h3.white {
color: #ffffff;
}
h3.blue {
color: #1d899b;
}
.text-container h3 {
padding: 20px 0;
}
h4 {
color: #024b5a;
font-size: 1.6em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}
h4.white {
color: #ffffff;
}
h4.blue {
color: #1d899b;
}
.text-container h4 {
padding: 20px 0;
}
h5 {
color: #024b5a;
font-size: 1.2em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}
h5.white {
color: #ffffff;
}
h5.blue {
color: #1d899b;
}
.text-container h5 {
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; 
}
.text-container.white p {
color: #ffffff;
}
.text-container.white ul li {
color: #ffffff;
}
p.main-text.large {       
font-size: 1.2em; 
}
p.banner-text {
color: #ffffff;
font-size: 4em;
margin: 0;
padding: 0;
line-height: 1.2em;
}
p.sub-banner-text {
color: #ffffff;
font-size: 3.5em;
margin: 0;
padding: 0;
line-height: 1.2em;
}
p.error-text {       
color: #024b5a; 
font-size: 12em; 
font-weight: 700;
padding: 0;
line-height: 1em;
} .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;
}
.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;
} a.button {
background: #024b5a;
background: #024b5a url(//beingsupported.co.uk/wp-content/themes/BeingSupported/images/white-arrow.png) no-repeat scroll right 20px center;
border: 0 none;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: "Poppins", sans-serif;
font-size: 1.1em;
font-weight: 500;
padding: 15px 60px 15px 20px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out; 
-o-transition: all 0.2s ease-in-out; 
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
a.button.small {
font-size: 1em;
padding: 12px 50px 12px 15px;
}
a.button:hover {
background: #024b5a url(//beingsupported.co.uk/wp-content/themes/BeingSupported/images/white-arrow.png) no-repeat scroll right 15px center;
} a.link:link, a.link:visited, a.link:active {
color: inherit;
font-size: inherit; 
text-decoration: none;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
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;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
a.link:hover {
color: #024b5a;
}
a.link.under:hover {
color: #024b5a;
}
a.social:link, 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: #024b5a;
font-size: 1.1em; 
font-family: "Poppins", 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 20px 0 0;	
}
ul.contact li a {
color: #024b5a;
text-decoration: none;
}
ul.contact li a:hover {
color: #1d899b;
}
ul.contact li.facebook {
position: relative;
background: url(//beingsupported.co.uk/wp-content/themes/BeingSupported/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: #1d899b; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}
span.bullets {
color: #454545; 
font-size: 1em; 
line-height: 1.7em;
} .featureList, .featureList ul {
padding-left: 2em;
margin: 0;
list-style-type: none;
font-size: 1em;
font-family: "Poppins", 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: #024b5a;
}
.featureList li.gthan a {
color: #ffffff;
}
.featureList li.gthan a:hover {
color: #024b5a;
text-decoration: none;
}
.featureList li {
margin: 0 0 18px 0;
text-indent: unset;
} img {
border: 0;
height: auto;
max-width: 100%;
}
img.top {
display: inline-block;
position: relative;
top: 8px;
margin: 0 10px 0 0;
}
img.social {
position: relative;
top: 8px;
margin: 0;
padding: 0;
}  @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; } .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:#024b5a;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(//beingsupported.co.uk/wp-content/themes/BeingSupported/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:#1d899b;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: 300px;
padding: 20px;
margin: 0;
}
.review-icon {
position: absolute;
bottom: 10px;
right: 20px;
}
section.subsmall {
padding: 0 0 10px 0;
margin: 0;
overflow: hidden;
}  .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; margin: 0; text-indent: unset;} .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(//beingsupported.co.uk/wp-content/themes/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;}
.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;}
} 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: #024b5a;
text-decoration: none;
text-indent: -9999em;
line-height: 22px;
font-size: 1px;
display: block;
font-family: "Poppins", sans-serif;
font-weight: 400
}
.mean-container a.meanmenu-reveal span {
display: block;
background: #024b5a;
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: #024b5a;
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: #1d899b;
}
.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 #1d899b;
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
}  .wp-pagenavi {
position: relative;
height: 50px;
padding: 10px 0 0;
}
.wp-pagenavi a, .wp-pagenavi span {
padding: 7px 10px; 
margin-right: 10px;
font-family: "Poppins", 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.search-input {
border: 1px solid #959595;
color: #2b2b2b;
font-family: "Poppins", sans-serif;
font-size: 1em;
height: 35px;
line-height: 18px;
padding: 2px 3px;
margin-bottom: 10px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
button.search-submit {
background-color: transparent;
display: inline-block;
border: none;
padding: 10px 0 0 10px;
position: relative;
cursor: pointer;
color: #6c7755; 
font-size: 1em; 
font-family: "Poppins", sans-serif;
font-weight: 400;
}
button.search-submit::after {
border-right: 2px solid #6c7755;
border-top: 2px solid #6c7755;
content: "";
display: inline-block;
height: 0.4em;
transform: rotate(45deg);
width: 0.4em;
margin-bottom: 1px;
margin-left: 3px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
button.search-submit:hover::after {
margin-left: 15px;	
} input.wpcf7-text {
border: 1px solid #d6d6d6;
border-radius: 7px;
color: #454545;
font-family: "Poppins", sans-serif;
font-size: 1em;
font-weight: 400;
height: 40px;
line-height: 18px;
margin: 0 auto 10px;
padding: 10px;
width: 95%;
outline: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
input.wpcf7-text:focus {
border: 1px solid #4a773c;
}
input.wpcf7-text.error {
border: 1px solid #ffffff;
}
textarea.wpcf7-textarea {
border: 1px solid #d6d6d6;
border-radius: 7px;
color: #454545;
font-family: "Poppins", sans-serif;
font-size: 1em;
font-weight: 400;
height: 100px;
line-height: 18px;
margin: 0 auto 10px;
padding: 10px;
width: 95%;
outline: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
textarea.wpcf7-textarea:focus {
border: 1px solid #4a773c;
}
textarea.wpcf7-textarea.error {
border: 1px solid #ffffff;
}
select.wpcf7-select {
border: 1px solid #d6d6d6;
border-radius: 7px;
color: #454545;
font-family: "Poppins", sans-serif;
font-size: 1em;
height: 47px;
line-height: 18px;
margin: 0 auto 15px;
padding: 5px;
width: 95%;
outline: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
.wpcf7-radio {
font-family: "Poppins", sans-serif;
font-size: 1em !important;
}
.wpcf7-list-item-label {
font-size: 1em !important;
}
input.wpcf7-submit {
background: #024b5a;
background: #024b5a url(//beingsupported.co.uk/wp-content/themes/BeingSupported/images/white-arrow.png) no-repeat scroll right 20px center;
border: 0 none;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: "Poppins", sans-serif;
font-size: 1.1em;
font-weight: 500;
padding: 15px 60px 15px 20px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out; 
-o-transition: all 0.2s ease-in-out; 
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
input.wpcf7-submit:hover {
background: #024b5a url(//beingsupported.co.uk/wp-content/themes/BeingSupported/images/white-arrow.png) no-repeat scroll right 15px center;
}
div.wpcf7-response-output {
border-radius: 7px;
float: left;
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-wrapper {
padding: 17px 5px;
}
#menu {
width: 100%;
right: 0;
}
.menu_title {
display: block !important;
}
nav a {
line-height: 50px;
}
#logo {
width: 200px;
padding: 0;
}
ul.contact li.first {
padding: 0;
}
#banner {
position: relative;
background: url(//beingsupported.co.uk/wp-content/themes/BeingSupported/images/banner-01.jpg) left bottom no-repeat;
background-size: auto;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 300px;
}
.banner-content {
top: 15%;
left: 10px;
}
.sub-banner {
position: relative;
background: url(//beingsupported.co.uk/wp-content/themes/BeingSupported/images/sub-banner-01.jpg) left bottom no-repeat;
background-size: auto;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; 
height: 350px;			  
}
.sub-banner-content {
left: 20px;
}
.service-text {
height: auto;
padding: 0 10px 20px;
}
.hide {
display: none;
}
#footer {
padding: 20px 0 80px 0;
}
.main-content-wrapper {
padding: 40px 10px;
}
.flex-wrapper {
flex-flow: column nowrap;
}
.left-column-70 {
width: 100%;
padding: 0;
}
.right-column-30 {
width: 100%;
padding: 40px 0 0 0;
}
.two-column {
width: 100%;
padding: 10px;
}
.three-column {
width: 100%;
padding: 10px;
}
.inner-column {
padding: 20px 10px 40px;
}
#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: 2.3em;
}
h2 {
font-size: 2.3em;
}
h3 {
font-size: 1.5em;
}
h4 {
font-size: 1.3em;
}
h5 {
font-size: 1.1em;
}
p.banner-text {
font-size: 2em;
}
p.sub-banner-text {
font-size: 1.8em;
}
a.button {
font-size: 1em;
padding: 12px 50px 12px 15px;
}
#banner {
background: url(//beingsupported.co.uk/wp-content/themes/BeingSupported/images/banner-01.jpg) left -50px bottom no-repeat;
background-size: auto;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#banner a.button {
background-image: none;
background-repeat: none;
background-position: none;
background-color: #024b5a;
font-size: 0.9em;
padding: 10px;
}
#banner section {
padding: 20px 0 0;
}
p.error-text { 
font-size: 8em; 
}			  
}  @media screen and (max-width: 600.99px) 
and (min-width: 481px) {
#menu {
width: 100%;
right: 0;
}
.menu_title {
display: block !important;
}
nav a {
line-height: 50px;
}
#logo {
width: 240px;
}
ul.contact li.first {
padding: 0;
}
#banner {
position: relative;
background: url(//beingsupported.co.uk/wp-content/themes/BeingSupported/images/banner-01.jpg) left bottom no-repeat;
background-size: auto;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 400px;
}
.sub-banner {
position: relative;
background: url(//beingsupported.co.uk/wp-content/themes/BeingSupported/images/sub-banner-01.jpg) left bottom no-repeat;
background-size: auto;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; 
height: 400px;			  
}
.sub-banner-content {
left: 20px;
}
.service-text {
height: auto;
padding: 0 10px 20px;
}
#footer {
padding: 20px 0 80px 0;
}
.main-content-wrapper {
padding: 60px 10px;
}
.flex-wrapper {
flex-flow: column nowrap;
}
.left-column-70 {
width: 100%;
padding: 0;
}
.right-column-30 {
width: 100%;
padding: 40px 0 0 0;
}
.two-column {
width: 100%;
padding: 10px;
}
.three-column {
width: 100%;
padding: 10px;
}
.inner-column {
padding: 20px 10px 40px;
}
#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: 2.6em;
}
h2 {
font-size: 2.4em;
}
h3 {
font-size: 1.5em;
}
h4 {
font-size: 1.3em;
}
h5 {
font-size: 1.1em;
}
p.banner-text {
font-size: 2.8em;
}
p.sub-banner-text {
font-size: 2.2em;
}
a.button {
font-size: 1em;
padding: 12px 50px 12px 15px;
}			  
}  @media screen and (max-width: 768.99px) 
and (min-width: 601px) {
#menu {
width: 100%;
right: 0;
}
.menu_title {
display: block !important;
}
nav a {
line-height: 50px;
}
#logo {
width: 280px;
}
#banner {
position: relative;
background: url(//beingsupported.co.uk/wp-content/themes/BeingSupported/images/banner-01.jpg) left bottom no-repeat;
background-size: auto;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 450px;
}
.sub-banner {
position: relative;
background: url(//beingsupported.co.uk/wp-content/themes/BeingSupported/images/sub-banner-01.jpg) left bottom no-repeat;
background-size: auto;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; 
height: 450px;			  
}
.sub-banner-content {
left: 20px;
}
.service-text {
height: auto;
padding: 0 10px 20px;
}
#footer {
padding: 40px 0 80px 0;
}
.main-content-wrapper {
padding: 60px 10px;
}
.flex-wrapper {
flex-flow: column nowrap;
}
.left-column-70 {
width: 100%;
padding: 0;
}
.right-column-30 {
width: 100%;
padding: 40px 0 0 0;
}
.two-column {
width: 100%;
padding: 10px;
}
.three-column {
width: 100%;
padding: 10px;
}
.inner-column {
padding: 20px 10px 40px;
}
#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.8em;
}
h2 {
font-size: 2.5em;
}
h3 {
font-size: 1.6em;
}
h4 {
font-size: 1.4em;
}
h5 {
font-size: 1.1em;
}
p.banner-text {
font-size: 3em;
}
p.sub-banner-text {
font-size: 2.5em;
}
}  @media screen and (max-width: 1024.99px) 
and (min-width: 769px) {
#menu {
width: 100%;
right: 0;
}
.menu_title {
display: block !important;
}
nav a {
line-height: 50px;
}
#logo {
width: 280px;
}
#banner {
position: relative;
background: url(//beingsupported.co.uk/wp-content/themes/BeingSupported/images/banner-01.jpg) left bottom no-repeat;
background-size: auto;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 500px;
}
.sub-banner {
position: relative;
background: url(//beingsupported.co.uk/wp-content/themes/BeingSupported/images/sub-banner-01.jpg) left bottom no-repeat;
background-size: auto;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; 
height: 500px;			  
}
.sub-banner-content {
left: 20px;
}
.service-text {
height: 160px;
padding: 0 10px 20px;
}
.three-column {
padding: 10px;
}
.inner-column {
padding: 20px 10px 40px;
}
h1 {
font-size: 2.8em;
}
h2 {
font-size: 2.6em;
}
h3 {
font-size: 1.6em;
}
h4 {
font-size: 1.4em;
}
h5 {
font-size: 1.1em;
}
p.banner-text {
font-size: 3.2em;
}
p.sub-banner-text {
font-size: 2.8em;
}			  
}  @media screen and (max-width: 1300.99px) 
and (min-width: 1025px) {
#menu {
width: 100%;
right: 0;
}
.menu_title {
display: block !important;
}
nav a {
line-height: 50px;
}
#logo {
width: 280px;
}
#banner {
height: 550px;
}
.sub-banner {
position: relative;
background: url(//beingsupported.co.uk/wp-content/themes/BeingSupported/images/sub-banner-01.jpg) left bottom no-repeat;
background-size: auto;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; 
height: 550px;			  
}
.sub-banner-content {
left: 20px;
}
.service-text {
height: 120px;
}
.three-column {
padding: 10px;
}
h1 {
font-size: 3em;
}
h3 {
font-size: 1.8em;
}
h4 {
font-size: 1.5em;
}
h5 {
font-size: 1.1em;
}
p.banner-text {
font-size: 3.2em;
}
p.sub-banner-text {
font-size: 2.8em;
}
}  @media screen and (max-width: 1400.99px) 
and (min-width: 1301px) {
#logo {
width: 280px;
}
#banner {
height: 600px;
}
nav a {
font-size: 1em;
padding: 0 20px;
}
nav a.last {
padding: 0 0 0 20px;
}
.sub-banner {
position: relative;
background: url(//beingsupported.co.uk/wp-content/themes/BeingSupported/images/sub-banner-01.jpg) left bottom no-repeat;
background-size: auto;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; 
height: 600px;			  
}
.sub-banner-content {
left: 20px;
}
p.banner-text {
font-size: 3.5em;
}
p.sub-banner-text {
font-size: 3em;
}			  
}  @media screen and (max-width: 1500.99px) 
and (min-width: 1401px) {
#logo {
width: 300px;
}
#banner {
height: 650px;
}
nav a {
padding: 0 20px;
}
nav a.last {
padding: 0 0 0 20px;
}
.sub-banner {
position: relative;
background: url(//beingsupported.co.uk/wp-content/themes/BeingSupported/images/sub-banner-01.jpg) left bottom no-repeat;
background-size: auto;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; 
height: 650px;			  
}
.sub-banner-content {
left: 20px;
}
p.banner-text {
font-size: 3.8em;
}
p.sub-banner-text {
font-size: 3.2em;
}  
}  @media screen and (max-width: 1750px) 
and (min-width: 1501px) {
#banner {
height: 700px;
}
.sub-banner {
position: relative;
background: url(//beingsupported.co.uk/wp-content/themes/BeingSupported/images/sub-banner-01.jpg) left bottom no-repeat;
background-size: auto;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; 
height: 700px;			  
}
.sub-banner-content {
left: 20px;
}
}.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;
}