.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: 'Montserrat', 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{
text-decoration: none;
color: #9a0234;
}
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;
}
#contact-button {
background: url(//sollich.co.uk/wp-content/themes/Sollich/images/contact-side.png) center center no-repeat;
width: 220px;
height: 60px;
padding: 0;
position: fixed;
top: 155px;
right: -150px;
display: none;
z-index: 999;
}
#contact-button:hover {
right: 0;	
} #header {
position: relative;
border-top: 3px solid #9a0234;
width: 100%;
}
#logo {
display: block;
float: left;
width: 300px;
margin: 0;
padding: 30px 0 0 10px;
}
#header-contact {
position: absolute;
top: 10px;
right: 10px;
}
#menu {
position: absolute;
bottom: 10px;
right: 10px;
height: 50px;
z-index: 999;
}
#banner {
position: relative;
background: url(//sollich.co.uk/wp-content/themes/Sollich/images/banner-01.jpg) center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
padding: 0;
height: 350px;
width: 100%;
z-index: 50;
}
.banner-content {
position: absolute;
top: 30%;
left: 10px;
}
#banner-short {
position: relative;
background: url(//sollich.co.uk/wp-content/themes/Sollich/images/banner-01.jpg) center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
padding: 0;
height: 150px;
width: 100%;
z-index: 50;
}
#supplier-logo {
background-position: center center;
background-repeat: no-repeat;
background-size: 250px;
height: 65px;
width: 100%;
margin: 0 auto 10px;
padding: 0;
}
.main-content {
position: relative;
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
.main-content.stdred {
background: #9a0234;
}
.main-content.red {
background: #9a0234;
margin: 100px 0;
}
.main-content-red-bg {
background: #9a0234;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
width: 100%;
height: 100%;
transform: skewY(-3deg);
transform-origin: top left;
}
.main-content-red-bg-after {
background: #9a0234;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
width: 100%;
height: 100%;
transform: skewY(-3deg);
transform-origin: bottom right;
z-index: 5;
}
.shape-toplft {
position: absolute;
top: 0;
left: 0;
width: 70%;
height: 100%;
background-color: #f5f5f5;
background-repeat: no-repeat;
background-size: cover;
-webkit-clip-path: polygon(0 0, 80% 0, 35% 50%, 0 90%);
clip-path: polygon(0 0, 80% 0, 35% 50%, 0 90%);
z-index: 10;
}
.shape-toprgt {
position: absolute;
top: -100px;
right: 0;
width: 70%;
height: 100%;
background-color: #f5f5f5;
background-repeat: no-repeat;
background-size: cover;
-webkit-clip-path: polygon(100% 0%, 0% 0%, 0% 0%, 100% 65%);
clip-path: polygon(100% 0%, 0% 0%, 0% 0%, 100% 65%);
z-index: 1;
}
.overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: .5s ease;
opacity: 0;
transition: .5s ease;
background-color: #21262b;
background-color: rgba(33, 38, 43, 0.9)
}
.text {
position: absolute;
top: 50%;
left: 50%;
width: 90%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.scroll-up {
background: #9a0234;
clip-path: polygon(100% 0%, 100% 100%, 50% 85%, 0 100%, 0% 50%, 0 0);
-webkit-clip-path: polygon(100% 0%, 100% 100%, 50% 85%, 0 100%, 0% 50%, 0 0);
-moz-clip-path: polygon(100% 0%, 100% 100%, 50% 85%, 0 100%, 0% 50%, 0 0);
-o-clip-path: polygon(100% 0%, 100% 100%, 50% 85%, 0 100%, 0% 50%, 0 0);
color: #ffffff;
text-align: center;
padding: 20px 25px 25px 25px;
position: absolute;
top: 0;
right: 20px;
line-height: 1;
cursor: pointer;
transition: all .3s ease 0s;
-webkit-transition: all .3s ease 0s;
-moz-transition: all .3s ease 0s;
-o-transition: all .3s ease 0s;
}
.container-black {
background-color: #191919;
border-radius: 10px;
max-width: 98%;
padding: 20px;
margin: 0;
overflow: hidden;
}
.container-red {
background-color: #9a0234;
border-radius: 10px;
max-width: 98%;
padding: 20px;
margin: 0;
overflow: hidden;
}
#footer {
position: relative;
background: #303030;
width: 100%;
padding: 80px 0;
margin: 0;
}
#baseline {
background: none repeat scroll 0 0 transparent;
width: 100%;
padding: 20px 0;
margin: 0;
} #header-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
height: 120px;
padding: 0 10px;
margin: 0 auto;
}
#banner-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
height: 100%;
padding: 0;
margin: 0 auto;
}
.main-content-short-wrapper {
width: 100%;
max-width: 1400px;
padding: 40px 10px;
margin: 0 auto;
overflow: hidden;
}
.main-content-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
padding: 80px 10px;
margin: 0 auto;
overflow: hidden;
z-index: 50;
}
.two-column-flex-wrapper {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
width: 100%;
max-width: 2000px;
height: 100%;
padding: 0;
margin: 0;
overflow: hidden;
}
.project-gallery-wrapper {
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-radius: 15px;
display: block;
float: left;
width: 30%;
height: 300px;
padding: 0;
margin: 10px;
}
.news-image-wrapper {
position: relative;
background: url(//sollich.co.uk/wp-content/themes/Sollich/images/news-placeholder.jpg) center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
height: 325px;
padding: 0;
margin: 0;
}
.two-column-flex-wrapper {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
width: 100%;
max-width: 2000px;
padding: 0;
margin: 0;
overflow: hidden;
}
.text-container {
padding: 0;
margin: 0;
}
.news-wrapper {
min-height: 290px;
padding: 20px;
margin: 0;
}
.testimonial-wrapper {
background: url(//sollich.co.uk/wp-content/themes/Sollich/images/quotes.png) top 10px right 10px no-repeat;
border: 2px solid #9a0234;
border-radius: 10px;
min-height: 295px;
padding: 20px;
margin: 40px 0 0;
}
#footer-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}
#baseline-wrapper {
width: 100%;
max-width: 1400px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
} .product-column {
position: relative;
display: block;
float: left;
width: 9.09%;
padding: 15px;
margin: 0;
cursor: pointer;
overflow: hidden;
}
.product-column:hover .overlay {
opacity: 1;
}
.download-image {
display: block;
float: left;
width: 33.333%;
margin: 0;
padding: 0;
overflow: hidden;
}
.download-text {
display: block;
float: left;
width: 66.666%;
margin: 0;
padding: 0;
overflow: hidden;
}
.sup-link-text {
display: block;
float: left;
width: 85%;
margin: 0;
padding: 20px 0 20px 20px;
overflow: hidden;
}
.sup-link-image {
display: block;
float: left;
width: 15%;
margin: 0;
padding: 0;
overflow: hidden;
}
.one-column {
display: block;
float: left;
width: 100%;
padding: 0;
margin: 0;
}
.two-column {
display: block;
float: left;
width: 50%;
padding: 0;
margin: 0;
}
.two-column.image {
padding: 40px;
}
.two-column.team {
padding: 40px;
}
.two-column.supply {
padding: 0 40px;
}
.two-column.content {
padding: 10% 0 0;
}
.three-column {
display: block;
float: left;
width: 33.333%;
padding: 10px 20px;
margin: 0;
}
.inner-column {
border: 2px solid #9a0234;
border-radius: 10px;
padding: 20px;
margin: 0;
}
.inner-column-team {
border: 2px solid #9a0234;
border-radius: 10px;
padding: 10px;
margin: 0;
}
.left-column-50 {
display: block;
float: left;
width: 50%;
padding: 0 50px 0 0;
margin: 0;
}
.right-column-50 {
display: block;
float: left;
width: 50%;
padding: 0;
margin: 0;
}
.left-column-flex-50 {
order: 1;
flex-grow: 0;
flex-basis: auto;
width: 50%;
padding: 0;
margin: 0;
}
.left-column-flex-50.content {
padding: 40px 50px 0 40px;
}
.right-column-flex-50 {
order: 2;
flex-grow: 0;
flex-basis: auto;
width: 50%;
padding: 0;
margin: 0;
}
.right-column-flex-50.news {
background: url(//sollich.co.uk/wp-content/themes/Sollich/images/news-01.jpg) center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-radius: 0 5px 5px 0;
}
.left-column-60 {
display: block;
float: left;
width: 60%;
padding: 0 25px 0 0;
margin: 0;
}
.right-column-40 {
display: block;
float: left;
width: 40%;
padding: 0 0 0 25px;
margin: 0;
}
.left-column-flex-60 {
order: 1;
flex-grow: 0;
flex-basis: auto;
width: 60%;
padding: 0 25px 0 0;
margin: 0;
}
.right-column-flex-40 {
order: 1;
flex-grow: 0;
flex-basis: auto;
width: 40%;
padding: 0 0 0 25px;
margin: 0;
}
.team-wrapper {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
padding: 0;
margin: 0;
}
.team-column-left {
display: block;
order: 1;
padding: 0;
margin: 0;
}
.team-column-right {
display: block;
order: 2;
flex: auto;
align-self: center;
padding: 0 0 0 25px;
margin: 0;
}
.team-text {
padding: 0;
margin: 0;
}
#footer-column-01 {
display: block;
float: left;
width: 25%;
padding: 0 25px 0 0;
margin: 0;
overflow: hidden;
}
#footer-column-02 {
display: block;
float: left;
width: 40%;
padding: 0 25px 0 0;
margin: 0;
overflow: hidden;
}
#footer-column-03 {
display: block;
float: left;
width: 35%;
padding: 0;
margin: 0;
overflow: hidden;
} .hr { 
display: block;
border: none;
color: white;
height: 1px;
background: #9a0234;
background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, from(#9a0234), to(transparent));
background: -o-gradient(radial, 50% 50%, 0, 50% 50%, 100, from(#9a0234), to(transparent));
background: -moz-gradient(radial, 50% 50%, 0, 50% 50%, 100, from(#9a0234), to(transparent));
width: 50%;
margin: 0 auto 40px auto;
}
.hr-white { 
display: block;
border: none;
color: white;
height: 1px;
background: #ffffff;
background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, from(#ffffff), to(transparent));
background: -o-gradient(radial, 50% 50%, 0, 50% 50%, 100, from(#ffffff), to(transparent));
background: -moz-gradient(radial, 50% 50%, 0, 50% 50%, 100, from(#ffffff), to(transparent));
width: 50%;
margin: 0 auto 40px auto;
} section {
padding: 40px 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.xtralarge {
padding: 120px 0 0;
margin: 0;
overflow: hidden;
}
section.lower {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}
section.lowerlarge {
padding: 0 0 120px 0;
margin: 0;
overflow: hidden;
}
section.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}
section.redborder {
border: 2px solid #9a0234;
border-radius: 10px;
padding: 0;
margin: 40px 0 0;
} .menu_title {
display: none;
position: relative;
float: right;
bottom: 0.6em;
margin-right: 3em;
color: #191919;
font-size: 1.1em;
font-weight: 600; 
}
nav a {
position: relative;
color: #191919; 
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 0 0 25px;
}
nav a:hover {
color: #9a0234;
}
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(//sollich.co.uk/wp-content/themes/Sollich/images/down.gif) no-repeat scroll right 15px center;
padding: 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: 300px;
height: 40px;
line-height: 40px;
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 a {
color: #6d6d6d;
font-family: 'Montserrat', sans-serif;
font-size: 0.9em;
height: 40px;
line-height: 40px;	
border-radius: 0;
width: 100%;
padding: 0 0 0 20px;
}
.sub-menu li a:hover {
color: #5abce2;	
}
.full-menu-parent { 
background: url(//sollich.co.uk/wp-content/themes/Sollich/images/down.gif) no-repeat scroll right 15px center;
padding: 0 15px 0 0; 
font-size: 16px;
border: none;
outline: none;
color: #191919;
background-color: inherit;
font: inherit;
margin: 0;
}
.full-sub-menu {
display: none;
position: absolute;
top: 60px;
background-color: #ffffff;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
margin: 0 auto;
z-index: 1;
}
.full-sub-menu:after {
content: "";
display: table;
clear: both;
}
.full-menu-parent:hover .full-sub-menu {
display: block;
}
.column {
float: left;
width: 33.333%;
padding: 0;
height: auto;
}
.column.content {
padding: 20px 0;	
}
.column a {
float: none;
text-decoration: none;
display: block;
text-align: left;
}
.column a:hover {
color: #5abce2;
}
.nav-wrapper {
padding: 0 20px;
width: 100%;
max-width: 850px;
margin: 0 auto;
overflow: hidden;
}
.submenu-main {
height: auto;
margin: 0;
padding: 0 0 10px 0;
list-style-type: none;
font-size: 1em;
font-family: 'Montserrat', sans-serif;
font-weight: 300;
line-height: 1.5em;
}
.submenu-main p.gthan {
color: #191919;
font-size: 0.9em;
font-weight: 500;
height: 30px;
line-height: 1em;
margin: 0 0 17.5px 0;
hyphens: manual;
}
.submenu-main p.gthan a {
width: 310px;
padding: 0 25px 0 0;	
}
.submenu-main p.gthan a:hover {
color: #9a0234;
text-decoration: none;
}  .tab {
background-color: #9a0234;
border-radius: 10px;
width: 100%;
height: 50px;
margin: 40px auto 0;
} .tab button {
background-color: inherit;
border: none;
outline: none;
cursor: pointer;
height: 50px;
padding: 14px 25px;
margin: 0 0 0 -4px;
transition: 0.3s;
color: #ffffff;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 600;
text-transform: uppercase;
border-right: 1px solid #ffffff;
border-left: none;
}
.tab button.first {
border-left: 1px solid #ffffff;	
} .tab button:hover {
color: #ffffff;
background-color: #191919;
} .tab button.active {
color: #ffffff;
background-color: #b1d456;
} .tabcontent {
display: none;
padding: 0 10px;
}
.submenu_title {
display: none;
position: relative;
float: right;
top: -10px;
margin-right: 3em;
color: #ffffff;
font-size: 1.1em;
font-weight: 600; 
}
#submenu ul {
text-align: center !important;
} .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;
}
.text-container.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;
}
.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: #191919;
font-size: 3em;
letter-spacing: -1px;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}
h1.red {
color: #9a0234;
}
.text-container h1 {
padding: 0 0 20px 0;
}
h2 {
color: #191919;
font-size: 2.8em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}
h2.sub {
font-size: 2em;
}
h2.white {
color: #ffffff;
}
h2.red {
color: #9a0234;
}
.text-container h2 {
padding: 20px 0;
}
h3 {
color: #191919;
font-size: 1.6em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}
h3.white {
color: #ffffff;
}
h3.red {
color: #9a0234;
}
.text-container h3 {
padding: 20px 0;
}
h4 {
color: #191919;
font-size: 1.2em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}
h4.white {
color: #ffffff;
}
h4.red {
color: #9a0234;
}
.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.red {       
color: #9a0234;
}
p.main-text.small {       
font-size: 0.875em; 
}
p.main-text.products {       
font-size: 0.75em; 
}
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;
padding: 0;
margin: 0;
line-height: 1.2em;
}
p.banner-text.small {
font-size: 1.5em;
line-height: 1.5em;
}
p.sub-banner-text {
color: #ffffff;
font-size: 1.4em;
padding: 0;
margin: 0;
line-height: 1.2em;
}
p.error-text {       
color: #9a0234; 
font-size: 12em; 
font-weight: 700;
padding: 0;
line-height: 1em;
} .editor-label-buttons {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
margin: 40px 0 0 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}
.editor-field {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
width: 48%;
margin: 0;
outline: 0 none;
padding: 0;
}
.editor-field-third {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
width: 31.6%;
margin: 0;
outline: 0 none;
padding: 0;
}
.editor-field-full {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
width: 100%;
margin: 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}
.editor-field-full.space {
padding: 20px 0 0;	
}
.editor-field-short {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
width: 100px;
margin: 0;
outline: 0 none;
padding: 0;
vertical-align: top;
}
label {
color: #454545;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 400;
} a.button {
background: #9a0234;
background: url(//sollich.co.uk/wp-content/themes/Sollich/images/white-arrow.png) center right 20px no-repeat #9a0234;
border: 0 none;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
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:hover {
background: #191919;
background: url(//sollich.co.uk/wp-content/themes/Sollich/images/white-arrow.png) center right 15px no-repeat #191919;
}
a.button.black {
background: #191919;
background: url(//sollich.co.uk/wp-content/themes/Sollich/images/white-arrow.png) center right 20px no-repeat #191919;
}
a.button.black:hover {
background: #191919;
background: url(//sollich.co.uk/wp-content/themes/Sollich/images/white-arrow.png) center right 15px no-repeat #191919;
}
a.button-small {
background: #9a0234;
background: url(//sollich.co.uk/wp-content/themes/Sollich/images/white-arrow_16.png) center right 20px no-repeat #9a0234;
border: 0 none;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 0.9em;
padding: 12px 60px 12px 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:hover {
background: #191919;
background: url(//sollich.co.uk/wp-content/themes/Sollich/images/white-arrow_16.png) center right 15px no-repeat #191919;
}
a.button.article {
margin: 20px 10px 0 0;
} 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: #9a0234;
}
a.link.under:hover {
color: #9a0234;
}
a.blank:link, a.blank:visited, a.blank:active {
text-decoration: none;
}
a.gallery:link, a.gallery:visited, a.gallery: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: #191919;
font-size: 1em; 
font-family: 'Montserrat', sans-serif;
font-weight: 600;
cursor: pointer;
height: 24px;
line-height: 24px;
text-align: center;
padding: 0;
margin: 0 0 0 15px;
text-indent: unset;
}
ul.contact li.first {
padding: 0 25px 0 0;	
}
ul.contact li a {
color: #191919;
text-decoration: none;
}
ul.contact li a:hover {
color: #9a0234;
}
ul.contact li.facebook {
background:url(//sollich.co.uk/wp-content/themes/Sollich/images/facebook.png) no-repeat 50% 0;
}
ul.contact li.instagram {
background:url(//sollich.co.uk/wp-content/themes/Sollich/images/instagram.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: #9a0234; 
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: 0.9em;
font-weight: 400;
line-height: 1.5em;
color: #ffffff;
text-align: left;
}
.lineF {
padding-left: 4em;
margin-top: 0;
}
.featureList li:before {
position: absolute;
margin-left: -1.3em;
}
.featureList li.gthan:before {
content: "\003E";
color: #9a0234;
}
.featureList li {
margin: 0 0 15px 0;
text-indent: unset;
}
.featureList li a {
color: #ffffff !important;	
}
.featureList li a:hover {
color: #9a0234 !important;
text-decoration: none;	
} img {
border: 0;
height: auto;
max-width: 100%;
}
img.top {
border: 0;
height: auto;
max-width: 100%;
position: relative;
margin-right: 2px;
top: 8px;
}
img.team {
border-radius: 10px 0 0 10px;
} span.date, span.author, span.post-date {
font-family: 'Montserrat', sans-serif;
font-size: 0.875em;
font-weight: 400;
font-style: italic;
line-height: 1.5em;
display: inline-block;
margin: 0 0 20px 0;
} .wp-pagenavi {
position: relative;
height: 50px;
padding: 10px 0 0;
}
.wp-pagenavi a, .wp-pagenavi span {
padding: 7px 10px; 
margin-right: 10px;
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.search-input {
border: 1px solid #959595;
color: #2b2b2b;
font-family: 'Montserrat', 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: 'Montserrat', 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 #cccccc;
border-radius: 7px;
color: #454545;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 400;
height: 30px;
line-height: 18px;
margin: 0 auto 10px;
padding: 5px;
outline: 0;
width: 95%;
-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 #9a0234;
}
input.wpcf7-text.error {
border: 1px solid #ffffff;
}
textarea.wpcf7-textarea {
border: 1px solid #cccccc;
border-radius: 7px;
color: #454545;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 400;
height: 200px;
line-height: 18px;
margin: 0 auto 10px;
padding: 10px 5px;
width: 94%;
outline: 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;
}
textarea.wpcf7-textarea:focus {
border: 1px solid #9a0234;
}
textarea.wpcf7-textarea.error {
border: 1px solid #ffffff;
}
select.wpcf7-select {
background: #ffffff;
border: 1px solid #cccccc;
border-radius: 7px;
color: #454545;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
height: 42px;
line-height: 18px;
margin: 0 auto 15px;
padding: 5px;
width: 97%;
outline: 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;
}
.wpcf7-radio {
font-family: 'Quicksand', sans-serif;
font-size: 1em !important;
}
.wpcf7-list-item-label {
font-size: 1em !important;
}
input.wpcf7-submit {
background: #9a0234;
background: url(//sollich.co.uk/wp-content/themes/Sollich/images/white-arrow.png) center right 20px no-repeat #9a0234;
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 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: #191919;
background: url(//sollich.co.uk/wp-content/themes/Sollich/images/white-arrow.png) center right 15px no-repeat #191919;
}
div.wpcf7-response-output {
float: left;
width: 100%;
font-size: 1em;
font-weight: 300;
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}
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: #191919;
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: #191919;
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: #191919;
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: #9a0234;
}
.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 #9a0234;
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: 2;
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
} a.Smeanmenu-reveal {
display: none
}
.Smean-bar {
float: left;
width: 100%;
position: relative;
padding: 0;
min-height: 42px;
z-index: 999999
}
a.Smeanmenu-reveal {
width: 22px;
height: 22px;
padding: 13px 13px 11px;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
color: #ffffff;
text-decoration: none;
text-indent: -9999em;
line-height: 22px;
font-size: 1px;
display: block;
font-family: 'Montserrat', sans-serif;
font-weight: 400
}
a.Smeanmenu-reveal span {
display: block;
background: #ffffff;
height: 2px;
margin-top: 4px
}
a.Smeanmenu-reveal span {
display: block;
background: #ffffff;
height: 2px;
margin-top: 4px
}
.Smean-nav {
float: left;
width: 100%;
margin-top: 24px
}
.Smean-nav ul {
padding: 0;
margin: 0;
width: 100%;
list-style-type: none
}
.Smean-nav ul li {
background: #9a0234;
position: relative;
float: left;
width: 100%;
box-sizing: border-box;
}
.Smean-nav ul li a {
display: block;
float: left;
width: 100%;
padding: 0 0 0 10px;
margin: 0;
text-align: left;
color: #ffffff;
border-top: 1px solid #cbcbcb;
text-decoration: none;
text-transform: uppercase;
box-sizing: border-box;
}
.Smean-nav ul li a.Smean-expand:hover,
.Smean-nav ul li a:hover {
color: #b1d456;
}
.Smean-nav ul li li a {
width: 100%;
padding: 0 0 0 20px;
text-shadow: none!important;
visibility: visible
}
.Smean-nav ul li.Smean-last {
border-radius: 0 0 15px 15px;
}
.Smean-nav ul li.Smean-last button {
border-radius: 0 0 15px 15px;
}
.Smean-nav ul li a.Smean-expand {
margin-top: 1px;
width: 60px;
height: 50px;
padding: 0 20px 10px 20px;
text-align: center;
position: absolute;
right: 0;
top: 0;
z-index: 2;
font-weight: 400;
background: rgba(255, 255, 255, .1);
border: none!important;
border-left: 1px solid #cbcbcb!important
}
.Smean-push,
.Smean-nav .wrapper {
width: 100%;
padding: 0;
margin: 0
}
.Smean-push {
float: left;
clear: both
}
.Smean-bar,
.Smean-bar * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box
}
.Smean-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(//sollich.co.uk/wp-content/themes/Sollich/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;}
} .nivo-lightbox-content,.nivo-lightbox-overlay{height:100%;width:100%}.nivo-lightbox-overlay{position:fixed;top:0;left:0;z-index:99998;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(//sollich.co.uk/wp-content/themes/Sollich/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(//sollich.co.uk/wp-content/themes/Sollich/images/prev.png);border-radius:0 3px 3px 0}.nivo-lightbox-theme-default .nivo-lightbox-next{background-image:url(//sollich.co.uk/wp-content/themes/Sollich/images/next.png);border-radius:3px 0 0 3px}.nivo-lightbox-theme-default .nivo-lightbox-close{display:block;background-image:url(//sollich.co.uk/wp-content/themes/Sollich/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(//sollich.co.uk/wp-content/themes/Sollich/images/loading@2x.gif);background-size:32px 32px}.nivo-lightbox-theme-default .nivo-lightbox-prev{background-image:url(//sollich.co.uk/wp-content/themes/Sollich/images/prev@2x.png);background-size:48px 48px}.nivo-lightbox-theme-default .nivo-lightbox-next{background-image:url(//sollich.co.uk/wp-content/themes/Sollich/images/next@2x.png);background-size:48px 48px}.nivo-lightbox-theme-default .nivo-lightbox-close{background-image:url(//sollich.co.uk/wp-content/themes/Sollich/images/close@2x.png);background-size:16px 16px}} .modal-content {
position: relative;
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
z-index: 50;
}
.modal-content-wrapper {
width: 100%;
max-width: 1160px;
padding: 20px 0;
margin: 0 auto;
overflow: hidden;
}
.modal-wrapper {
width: 70%;
height: 45px;
margin: 0 auto;
padding: 15px 0 0;
border-bottom: 1px solid rgba(128, 128, 128, 0.6);
vertical-align: middle;
}
.modal-wrapper.flex {
height: auto;	
}
.blocker:before,.modal{display:inline-block;vertical-align:middle}.blocker,.modal{box-sizing:border-box;width:100%}.blocker{position:fixed;top:0;right:0;bottom:0;left:0;height:100%;overflow:auto;z-index:150;padding:20px;background-color:#000;background-color:rgba(0,0,0,.75);text-align:center}.blocker:before{content:"";height:100%;margin-right:-.05em}.blocker.behind{background-color:transparent}.modal{position:relative;z-index:200;max-width:1160px;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background:url(data:image/png;base64,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) no-repeat}.modal-spinner{display:none;width:64px;height:64px;position:fixed;top:50%;left:50%;margin-right:-32px;margin-top:-32px;background:url(data:image/gif;base64,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) center center no-repeat #111;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px}  @media screen and (max-width: 480.99px) 
and (min-width: 320px) {
#logo {
width: 225px;
float: none;
margin: 0 auto;
padding: 70px 0 0;
}
#header-wrapper {
height: 180px;
padding: 0;
}
#header-contact {
right: 0;
left: 0;
}
ul.contact {
width: 320px;
margin: 0 auto;
}
ul.contact li.first {
padding: 0 10px 0 0;
}
ul.contact li {
font-size: 0.8em;	
}
#menu {
bottom: 0;
right: 0;
width: 100%;
}
.menu_title {
display: block !important;
}
.sub-menu-parent { 
background: none;
padding: 0; 
}
.full-sub-menu {
top: 0;
width: 100%;
margin: 50px auto 0;
}
.full-menu-parent { 
padding: 0; 
}
.full-menu-parent a { 
padding: 0; 
z-index: 2;
}
.submenu-main p.gthan a {
width: 100%;
}
.nav-wrapper {
max-width: unset;
padding: 0;
}
.column {
width: 100%;
padding: 0;
}
.column.content {
display: none;
}
.submenu_title {
display: block !important;
}
.tab button {
border-right: none;
margin: 0 !important;
padding: 0 !important;
width: 100%;
height: 50px;
line-height: 50px;
}
.tab button.first {
border-left: none !important;
}
#banner {
height: 250px;
}
.main-content.red {
margin: 50px 0;
}
.scroll-up {
right: 10px;
padding: 15px 20px 20px 20px;
}
.sup-link-text {
width: 80%;
padding: 20px 0;
}
.sup-link-image {
width: 20%;
padding: 20px 0 0;	
}
.container-red {
margin: 0 0 20px;
}
.main-content-wrapper {
padding: 40px 10px;
}
.project-gallery-wrapper {
width: 90%;
height: 200px;	
}
.news-image-wrapper {
height: 150px;	
}
.two-column-flex-wrapper {
flex-flow: column nowrap;
}
.left-column-flex-50 {
width: 100%;
order: 1;
}
.right-column-flex-50 {
width: 100%;
order: 2;
}
.right-column-flex-50.news {
height: 300px;	
}
.product-column {
width: 33.333%;
}
.product-column.p10 {
width: 33.333%
}
.product-column.p11 {
width: 33.333%
}
.product-column.p12 {
width: 33.333%
}
.product-column.p13 {
width: 33.333%
}
.left-column-flex-50.content {
padding: 20px 20px 40px 20px;
}
.left-column-60 {
width: 100%;
padding: 0;
}
.right-column-40 {
width: 100%;
padding: 40px 0 0;
}
.left-column-50 {
width: 100%;
padding: 0;
}
.right-column-50 {
width: 100%;
padding: 40px 0 0;
text-align: left;
}
.two-column {
width: 100%;
}
.two-column.content {
padding: 0;
}
.two-column.team {
padding: 20px 10px;
}
.two-column.image {
padding: 40px 0 0;
text-align: center;
}
.two-column-flex-wrapper {
flex-flow: column nowrap;
}
.left-column-flex-60 {
width: 100%;
padding: 0;
order: 2;
}
.right-column-flex-40 {
width: 100%;
padding: 40px 0 0;
order: 1;
}
#footer-column-01 {
width: 100%;
padding: 0;
text-align: center;
}
#footer-column-02 {
width: 100%;
padding: 60px 0 0;
text-align: center
}
#footer-column-03 {
width: 100%;
padding: 60px 0 0;
}
section.xtralarge {
padding: 80px 0 0;
}
section.lowerlarge {
padding: 0 0 60px 0;	
}
.featureList, .featureList ul {
text-align: center;	
}
h1 {
font-size: 2em;
}
h2 {
font-size: 2em;
}
h2.sub {
font-size: 1.8em;
}
h3 {
font-size: 1.3em;
}
p.banner-text {
font-size: 2em;
}
p.banner-text.small {
font-size: 1em;
}
p.sub-banner-text {
font-size: 1em;
}
p.main-text.products {
font-size: 0.6em;
}
a.button {
font-size: 0.9em;
}
.editor-field {
width: 100%;
}
.editor-field-third {
width: 100%;
}				 
textarea.wpcf7-textarea {
width: 95%;	
}
.modal {
padding: 15px;
}
}  @media screen and (max-width: 600.99px) 
and (min-width: 481px) {
#logo {
width: 225px;
float: none;
margin: 0 auto;
padding: 70px 0 0;
}
#header-wrapper {
height: 180px;
padding: 0;
}
#header-contact {
right: 0;
left: 0;
}
ul.contact {
width: 365px;
margin: 0 auto;
}
ul.contact li.first {
padding: 0 15px 0 0;
}
ul.contact li {
font-size: 0.9em;	
}
#menu {
bottom: 0;
right: 0;
width: 100%;
}
.menu_title {
display: block !important;
}
.sub-menu-parent { 
background: none;
padding: 0; 
}
.full-sub-menu {
top: 0;
width: 100%;
margin: 50px auto 0;
}
.full-menu-parent { 
padding: 0; 
}
.full-menu-parent a { 
padding: 0; 
z-index: 2;
}
.submenu-main p.gthan a {
width: 100%;
}
.nav-wrapper {
max-width: unset;
padding: 0;
}
.column {
width: 100%;
padding: 0;
}
.column.content {
display: none;
}
.submenu_title {
display: block !important;
}
.tab button {
border-right: none;
margin: 0 !important;
padding: 0 !important;
width: 100%;
height: 50px;
line-height: 50px;
}
.tab button.first {
border-left: none !important;
}
#banner {
height: 250px;
}
.main-content.red {
margin: 50px 0;
}
.scroll-up {
right: 10px;
padding: 15px 20px 20px 20px;
}
.sup-link-text {
width: 80%;
padding: 20px 10px;
}
.sup-link-image {
width: 20%;
padding: 20px 0 0;	
}
.container-red {
margin: 0 0 20px;
}
.main-content-wrapper {
padding: 60px 10px;
}
.project-gallery-wrapper {
width: 45%;
height: 200px;	
}
.news-image-wrapper {
height: 225px;	
}
.product-column {
width: 25%;
}
.two-column-flex-wrapper {
flex-flow: column nowrap;
}
.left-column-flex-50 {
width: 100%;
order: 1;
}
.right-column-flex-50 {
width: 100%;
order: 2;
}
.right-column-flex-50.news {
height: 300px;	
}
.product-column {
width: 25%;
}
.product-column.p9 {
width: 25%
}
.product-column.p10 {
width: 25%
}
.product-column.p11 {
width: 25%
}
.product-column.p12 {
width: 25%
}
.product-column.p13 {
width: 25%
}
.left-column-flex-50.content {
padding: 20px 30px 40px 30px;
}
.left-column-60 {
width: 100%;
padding: 0;
}
.right-column-40 {
width: 100%;
padding: 40px 0 0;
}
.left-column-50 {
width: 100%;
padding: 0;
}
.right-column-50 {
width: 100%;
padding: 40px 0 0;
text-align: left;
}
.two-column {
width: 100%;
}
.two-column.content {
padding: 0;
}
.two-column.team {
padding: 20px 10px;
}
.two-column.image {
padding: 40px 0 0;
text-align: center;
}
.two-column-flex-wrapper {
flex-flow: column nowrap;
}
.left-column-flex-60 {
width: 100%;
padding: 0;
order: 2;
}
.right-column-flex-40 {
width: 100%;
padding: 40px 0 0;
order: 1;
}
#footer-column-01 {
width: 40%;
}
#footer-column-02 {
width: 60%;
padding: 0;
}
#footer-column-03 {
width: 100%;
padding: 60px 0 0;
}
section.lowerlarge {
padding: 0 0 80px 0;	
}
h1 {
font-size: 2.1em;
}
h2 {
font-size: 2em;
}
h3 {
font-size: 1.3em;
}
p.banner-text {
font-size: 2.4em;
}
p.banner-text.small {
font-size: 1em;
}
p.sub-banner-text {
font-size: 1.2em;
}
p.main-text.products {
font-size: 0.6em;
}
.editor-field {
width: 100%;
}
.editor-field-third {
width: 100%;
}			 
textarea.wpcf7-textarea {
width: 95%;	
}				  
}  @media screen and (max-width: 819.99px) 
and (min-width: 601px) {
#logo {
width: 225px;
}
#header-wrapper {
height: 110px;
padding: 0;
}
ul.contact li.first {
padding: 0 15px 0 0;
}
ul.contact li {
font-size: 0.95em;	
}
#menu {
bottom: 0;
right: 0;
width: 100%;
}
.menu_title {
display: block !important;
}
.sub-menu-parent { 
background: none;
padding: 0; 
}
.full-sub-menu {
top: 0;
width: 100%;
margin: 50px auto 0;
}
.full-menu-parent { 
padding: 0; 
}
.full-menu-parent a { 
padding: 0; 
z-index: 2;
}
.submenu-main p.gthan a {
width: 100%;
}
.nav-wrapper {
max-width: unset;
padding: 0;
}
.column {
width: 100%;
padding: 0;
}
.column.content {
display: none;
}
.submenu_title {
display: block !important;
}
.tab button {
border-right: none;
margin: 0 !important;
padding: 0 !important;
width: 100%;
height: 50px;
line-height: 50px;
}
.tab button.first {
border-left: none !important;
}
#banner {
height: 250px;
}
.main-content.red {
margin: 50px 0;
}
.scroll-up {
right: 10px;
padding: 15px 20px 20px 20px;
}
.sup-link-image {
padding: 20px 0 0;	
}
.container-red {
margin: 0 0 20px;
}
.project-gallery-wrapper {
width: 45%;
height: 250px;	
}
.two-column-flex-wrapper {
flex-flow: column nowrap;
}
.left-column-flex-50 {
width: 100%;
order: 1;
}
.right-column-flex-50 {
width: 100%;
order: 2;
}
.right-column-flex-50.news {
height: 300px;	
}
.product-column {
width: 25%;
}
.product-column.p9 {
width: 25%
}
.product-column.p10 {
width: 25%
}
.product-column.p11 {
width: 25%
}
.product-column.p12 {
width: 25%
}
.product-column.p13 {
width: 25%
}
.left-column-flex-50.content {
padding: 20px 30px 40px 30px;
}
.two-column {
width: 100%;
}
.two-column.content {
padding: 0;
}
.two-column.team {
padding: 20px 10px;
}
.two-column.image {
padding: 40px 0 0;
text-align: center;
}
.left-column-60 {
width: 100%;
padding: 0;
}
.right-column-40 {
width: 100%;
padding: 40px 0 0;
}
.left-column-50 {
width: 100%;
padding: 0;
}
.right-column-50 {
width: 100%;
padding: 40px 0 0;
text-align: left;
}
.two-column-flex-wrapper {
flex-flow: column nowrap;
}
.left-column-flex-60 {
width: 100%;
padding: 0;
order: 2;
}
.right-column-flex-40 {
width: 100%;
padding: 40px 0 0;
order: 1;
}
#footer-column-01 {
width: 40%;
}
#footer-column-02 {
width: 60%;
padding: 0;
}
#footer-column-03 {
width: 100%;
padding: 60px 0 0;
}
section.lowerlarge {
padding: 0 0 80px 0;	
}
h1 {
font-size: 2.5em;
}
h2 {
font-size: 2.3em;
}
h3 {
font-size: 1.4em;
}
p.banner-text {
font-size: 2.6em;
}
p.banner-text.small {
font-size: 1.1em;
}
p.sub-banner-text {
font-size: 1.3em;
}
p.main-text.products {
font-size: 0.6em;
}
.editor-field {
width: 100%;
}	
.editor-field-third {
width: 100%;
}	
textarea.wpcf7-textarea {
width: 95%;	
} 
}  @media screen and (max-width: 1089.99px) 
and (min-width: 820px) {
#logo {
width: 225px;
}
#header-wrapper {
height: 140px;
}
#menu {
bottom: 0;
}
nav a {
padding: 0 20px;
}
.full-sub-menu {
top: 50px;	
}
.submenu_title {
display: block !important;
}
.tab button {
border-right: none;
margin: 0 !important;
padding: 0 !important;
width: 100%;
height: 50px;
line-height: 50px;
}
.tab button.first {
border-left: none !important;
}
#banner {
height: 300px;
}
.scroll-up {
right: 10px;
padding: 15px 20px 20px 20px;
}
.sup-link-image {
padding: 20px 0 0;	
}
.container-red {
padding: 10px;
}
.download-text {
padding: 10px 0 0;
}
.project-gallery-wrapper {
width: 45%;
height: 250px;	
}
.product-column {
width: 16.666%;
}
.product-column.p8 {
width: 16.666%
}
.product-column.p9 {
width: 16.666%
}
.product-column.p10 {
width: 16.666%
}
.product-column.p11 {
width: 16.666%
}
.product-column.p12 {
width: 16.666%
}
.product-column.p13 {
width: 16.666%
}
.left-column-flex-50.content {
padding: 20px 30px 0 30px;
}
.two-column.team {
padding: 20px 10px;
}
.left-column-50 {
width: 100%;
padding: 0;
}
.right-column-50 {
width: 100%;
padding: 40px 0 0;
text-align: left;
}
h1 {
font-size: 2.8em;
}
h2 {
font-size: 2.5em;
}
.download-text h3 {
font-size: 1.2em;
}
.download-text h4 {
font-size: 1em;
}
p.banner-text {
font-size: 2.8em;
}
p.banner-text.small {
font-size: 1.2em;
}			 			  
}  @media screen and (max-width: 1200.99px) 
and (min-width: 1090px) {
#logo {
width: 250px;
}
nav a {
padding: 0 20px;
}
#banner {
height: 300px;
}
.scroll-up {
right: 10px;
padding: 15px 20px 20px 20px;
}
.sup-link-image {
padding: 20px 0 0;	
}
.project-gallery-wrapper {
width: 45%;
height: 250px;	
}
.testimonial-wrapper {
min-height: 375px;
}
.news-wrapper {
min-height: 370px
}
.product-column {
width: 16.666%;
}
.product-column.p8 {
width: 16.666%
}
.product-column.p9 {
width: 16.666%
}
.product-column.p10 {
width: 16.666%
}
.product-column.p11 {
width: 16.666%
}
.product-column.p12 {
width: 16.666%
}
.product-column.p13 {
width: 16.666%
}
.two-column.team {
padding: 20px;
}
h1 {
font-size: 2.8em;
}
p.banner-text {
font-size: 3em;
}
p.banner-text.small {
font-size: 1.3em;
}
}  @media screen and (max-width: 1400.99px) 
and (min-width: 1201px) {
.scroll-up {
right: 10px;	
}
.testimonial-wrapper {
min-height: 320px;
}
.news-wrapper {
min-height: 315px
}
.product-column {
width: 16.666%;
}
.product-column.p8 {
width: 16.666%
}
.product-column.p9 {
width: 16.666%
}
.product-column.p10 {
width: 16.666%
}
.product-column.p11 {
width: 16.666%
}
.product-column.p12 {
width: 16.666%
}
}  @media screen and (max-width: 1600px) 
and (min-width: 1401px) {
p.main-text.products {
font-size: 0.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;
}