/**
 * Global stylesheet
 *
 * package: 	Cash 4 Clothes
 * version: 	1.8
 */


/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0; 
	padding: 0; 
	border: 0; 
	font-size: 100%; 
	font: inherit; 
	vertical-align: baseline; 
}

img {
	vertical-align: middle;
	width: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul { 
	list-style: none;
}

blockquote, q { 
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}


/* clear */

.clearfix { 
	display: block; 
}

.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0; 
	margin: 0; 
	padding: 0; 
}

.clearflow {
	overflow: hidden;
}


/* structure */

body {
    padding: 0px;
    margin: 0px;
    background: #fff;
    color: #0f1b31;
    line-height: 2.5rem;
    font-size: 1em;
    position: relative;
}

.container {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 90px 5%;
}

.inner-container {
    padding: 40px;
}

.outer-container {
    padding: 120px 80px;
}

.row [class*='col']:first-child {
    margin: 0;
}

.col {
    width: 47.5%;
    margin-left: 5%;
    float: left;
}

@media screen and (max-width: 1040px) {
    .row [class*='col']:last-child {
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        padding: 40px 5%;
    }

    .outer-container {
        padding: 80px 80px;
    }

    .col {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
}


/* animations */

#main-nav li a span,
#main-nav li a span:after,
.flex-viewport,
.flex-direction-nav a,
.button,
.button span,
.button .fa,
#pricelist li span,
#lunchtime li span,
#specials .col .overlay,
#specials li span,
#specials .section-extra .col > *,
#wedding-suits li .slide-image img,
#wedding-accessories li .slide-image img,
#footer-nav li a {
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
}


/* fonts */

body,
h1,
h2,
h3,
h4,
h5,
h6,
li,#privacypolicy .title {
    font-family: 'Oswald', sans-serif;
}

.excerpt p {
    font-family: 'Lato', sans-serif;
    color: #3a4f81;
}

.title,
#footer-nav li,
#main-nav li {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

#contact .contact-form-footer li.telephone:before,
#contact .contact-form-footer li.yelp:before,
#contact .contact-form-footer li.facebook:before,
#contact .contact-form-footer li.email:before,
#main-nav li a span:after,
.back-to-top:after,
.flex-direction-nav a.flex-prev:before,
.flex-direction-nav a.flex-next:before,
#contact #socialise li:before,
.toggler-trigger span i {
    font-family: "FontAwesome";
}


/* typography */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

h1 {
    font-size: 42px;
    line-height: 2.75rem;
}

h2 {
    font-size: 32px;
    line-height: 2.75rem;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

a,
a:hover {
    color: #fff;
    text-decoration: none;
}

.title span {
    font-size: 2em;
    font-weight:600;
    letter-spacing: -1px;
}

/* content */

.header {
    font-size: 2em;
    font-family: 'Oswald';
    margin-top: 40px;
}

.item {
    position: relative;
    overflow: hidden;
}

.content {
    text-align: center;
    z-index: 50;
}

.overlay {
    position: absolute;
    background: rgba(15, 27, 49, 0.75);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.subtitle {
    font-size: 1.125em;
    line-height: 32px;
    font-weight: 100;
    margin-top: 20px;
}

.excerpt p {
    margin-top: 20px;
    font-size: 1.3em;
    line-height: 2rem;
}

.excerpt p:first-child {
    margin-top: 0;
}

.colored .excerpt p,
.colored .section-header .title,
.colored .title,
.colored li {
    color: #FFFFFF;
}

/* elements */

.toggler {
    display: none;
}

.toggler-trigger {
    cursor: pointer;
}

.toggler-trigger span {
	background: #dfdfdf;
	padding: 10px;
    font-size: 16px;
}

.toggler-trigger:hover span {
	background: #cfcfcf;
}

.toggler-trigger span i {
    margin-left: 10px;
}

.toggler-trigger.title {
    font-size: 16px;
}

.image img {
    width: 100%;
}

b {
    font-weight: 700;
}

.invert {
    color: #388fd3 !important;
}

img {
    width: auto;
}

.button {
    display: inline-block;
    text-align: center;
    margin-top: 30px;
    background: #394291;
    cursor: pointer;
}

.button span {
    display: block;
    padding: 5px 20px;
    font-size: 1.5em;
    background: transparent;
    color: #fff;
    font-family: 'Lato',sans-serif;
}

.button:hover {
    background: #394291;
    border-color: #0f1b31;
}

.button:hover span {
    color: #fff;
}

.divider {
    display: block;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #f0f0f0;
}

.standout {
    font-weight: 900;
}

.highlight {
    color: #7bb4dc;
}

.relative {
    position: relative;
}

.separator {
    margin: 40px auto;
    text-align: center;
}

.separator img {
    max-width: 250px;
}

@media screen and (max-width: 768px) {
    .separator img {
        max-width: 100px;
    }
}

#noticeboard {
	height: 100vh;
	display: none;
}

#noticeboard.active {
	display: block;
}

#noticeboard,
#noticeboard .noticeboard-overlay,
#noticeboard .noticeboard-content,
#noticeboard .noticeboard-close {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
}

#noticeboard .noticeboard-overlay {
	background: rgba(14, 14, 14, 0.8);
}

#noticeboard .noticeboard-content {
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	width: 95%;
	max-width: 600px;
	padding: 40px;
	text-align: center;
background: #394f81; /* Old browsers */
background: -moz-linear-gradient(top,  #394f81 0%, #388fd6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #394f81 0%,#388fd6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #394f81 0%,#388fd6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394f81', endColorstr='#388fd6',GradientType=0 ); /* IE6-9 */
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1001;
	box-sizing: border-box;
}

#noticeboard .noticeboard-content .title span {
    font-size:36px !important;
}

#noticeboard .noticeboard-content .excerpt p {
    font-size:17px !important;
    line-height:1.4em;
}

#noticeboard .noticeboard-close {
	position: absolute;
	top: 10px;
	right: 15px;
	left: auto;
	bottom: auto;
	z-index: 1001;
}

#noticeboard .noticeboard-close i {
	color: #fff;
	cursor: pointer;
}

@media screen and (max-width:768px) {
    #noticeboard .noticeboard-content  {
        padding:20px;
    }
    .noticeboard-content .excerpt p:first-child {
        font-size:15px;
    }
}
/* main header */

#main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 95px;
    background: #FFFFFF;
    z-index: 100;
}


#main-header img {
    margin-top: 25px;
    width: 380px;
}

#main-header .container {
    padding: 0 5%;
    position: relative;
}

#main-header .col {
    width: 55%;
    text-align: right;
}

#main-header .col:first-child {
    width: 40%;
    text-align: left;
}

@media screen and (max-width: 1120px) {


    #main-header .row [class*='col']:last-child {
        margin-top: 0;
    }

    #main-header .col {
        margin-left: 2.5%;
        width: 16.75%;
    }

    #main-header .col:first-child {
        margin-left: 0;
        width: 80.75%;
    }
}

@media screen and (max-width: 580px) {
    #main-header .title {
        font-size: 28px;
    }
}

@media screen and (max-width: 480px) {
    #main-header .col {
        width: 11.5%;
    }

    #main-header .col:first-child {
        width: 86%;
    }

    #main-header .title {
        font-size: 28px;
        line-height: 18px;
        margin-top: 32px;
    }

    #main-header .title span:last-of-type {
        display: block;
        font-size: 10px;
        margin-left: 0;
    }
}

/* main menu */

#main-nav {
    float: right;
    line-height: 15px;
    margin-top: 18px;
}

.main-nav-clicked {
    border-bottom: 2px solid #388fd3;
}

#main-nav ul {
    list-style-type: none;
    text-align: right;
}

#main-nav li {
    display: inline-block;
    margin-left: 36px;
    text-align: center;
    transition: all 0.1s ;
    -webkit-transition: all 0.1s ;
    -moz-transition: all 0.1s ;
    text-transform: uppercase;
}

#main-nav li:hover {
    border-bottom: 2px solid #388fd3;
}

#main-nav li:first-child {
    margin-left: 0;
}

#main-nav li a {
    display: block;
    font-size: 1.1em !important;
    font-weight: 700;
    color: #394291;
}

#main-nav li a span {
    padding: 20px 0;
    display: block;
    position: relative;
}

#main-nav li:hover a span {
    color: #008ccc;
}

@media screen and (max-width: 1280px) {
    #main-nav li {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1120px) {
    #main-nav {
        float: none;
        margin: 10px 0;
    }

    #main-nav ul {
        text-align: center;
    }

    #main-nav li {
        margin-left: 40px;
}
    #main-nav li a span:after {
        bottom: -25px;
    }
}

@media screen and (max-width: 768px) {
    #main-nav {
        line-height: 48px;
        float: none;
        padding-left: 50px;
        padding-right: 50px;
    }

    #main-nav ul {
        text-align: center;
        margin-bottom: 5px;
    }

    #main-nav li {
        display: block;
        margin: 0;
    }

    #main-nav li a span {
        border: 0;
        padding: 0;
    }

    #main-nav li a span:after {
        display: none;
    }

    #main-nav li a {
        font-size: 1.5em;
    }

}


/* trigger & slideout */

.trigger {
    display: none;
    cursor: pointer;
}

.trigger .fa {
    padding: 29px 0 29px 29px;
    color: #394291;
    font-size: 32px;
}

.slideout {
    background: none;
    position: relative;
}

@media screen and (min-width: 1121px) {
    .slideout {
        display: block !important;
    }
}

@media screen and (max-width: 1120px) {
    .trigger {
        display: block;
    }

    .slideout {
        background: #ffffff;
        position: absolute;
        top: 91px;
        left: 0;
        right: 0;
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .trigger .fa {
        font-size: 24px;
        padding: 36px 0 35px 14px;
    }

    .slideout {
        top: 82px;
    }

}


/* sections */

section {
    background: #fff;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    #main-header img {
        width: 230px;
        margin-top: 35px;
    }
}


/* LUKES CODE HERE */

/* introduction */

#introduction {
    background-image: url("assets/images/instantcash4clothes-intro-bg.jpg");
    background-size: cover !important;
    min-width: 100%;
    height: 67vh;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    margin-top:80px;
}

#introduction .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top:10px;
}

#introduction .content .intro-point {
    display:inline;
    margin-left:40px;
}

#introduction .content .intro-point.first {
    margin-left: 0px;
}

#introduction .content .intro-point h2 {
    font-size:1.6em;
    display: inline;
}

#introduction .content .intro-point i {
    margin-right:10px;
}

#introduction h1 {
    margin-bottom: 30px;
}

#introduction .title {
    font-size:1.8em;
    text-transform: uppercase;
    line-height:1.3em;
    font-weight:600;
    letter-spacing: -1px;
}

@media screen and (max-width:1650px) {
    #introduction .content {
        max-width:70%;
        width:100%;
    }
}

@media screen and (max-width:1080px) {
    #introduction .content { 
        max-width: 90%;
    }

    #introduction .title {
        font-size: 1.4em;
    }
    
    #introduction .content .intro-point h2 {
        font-size:1.1em;
    }
}

@media screen and (max-width: 768px) {
    #introduction .logo {
        padding-top: 30vh;
        width: 80%;
    }
    #introduction {
        height: 55vh;
        background-position: center left;
    }
}

@media screen and (max-width:690px) {
    #introduction h1 {
        font-size: 28px;
    }

        #introduction .content .intro-point {
            display: block;
            margin:0;
        }
}

/* about us */

#aboutus {
    background: url("assets/images/aboutus/instant-cash-4-clothes-intro-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#aboutus .image {
    padding: 10px;
    background: #ffffff;
    margin-top: 10px;
}

#aboutus .excerpt {
    margin-top: 20px;
}

#aboutus .excerpt h2 {
    color: #ffffff;
    font-size: 1.6em;
}

#aboutus .section-content .col {
    width:100%;
    display: block;
    text-align: center;
    background:#ffffff;
    padding:50px;
    box-sizing: border-box;
    border: solid 5px #008ccc;
}

#aboutus .section-content .excerpt {
    margin-top:0px;
}

#aboutus .section-header.container {
    padding-bottom:60px;
}


@media screen and (max-width: 768px) {
    #aboutus {
        text-align: center;
    }
    #aboutus .image {
        margin-top: 0px;
    }
    .about-image img {
        width: 95% !important;
        float: none !important;
    }
    #aboutus p {
        font-size: 0.8em;
        line-height: 1.4;
    }
    .header {
        font-size: 1.4em;
        margin-top: 20px;
    }
    h2 {
        line-height: 1.2;
    }

    #aboutus .section-content .col {
        margin-top:0px;
    }
}

/* requirements */

.hvr-float {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

#requirements .title {
    text-align: center;
    color: #3a4f81;
}
.accepted {
    text-align: center;
    background-size: 100% 100%;
    padding-bottom: 50px;
}

#allowed {
    background-color: #27AE60;
}

#not-allowed {
    background-color: #ff3333;
}

#requirements .section-extra {  
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    padding:0px 5% 80px 5%;
}

#requirements .nextrow {
    padding-top: 40px !important;
}

.accepted li:first-child { 
    background: #3a4f81;
    padding: 10px;
    margin: 0;
    padding-top: 10px;
    color: #ffffff;
    font-size: 2.4em;
}

.accepted li:first-child:after { 
    content: "";
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    border-bottom: 1px dashed white;
    padding-top: 7px;
}

.accepted li:nth-child(2) { 
    background: #3a4f81;
    padding-bottom: 16px;
    margin: 0;
    color: #ffffff;
    font-size: 1.4em;
    line-height: 1.25;
}

.accepted h3 {
    font-size: 2em;
    font-weight: 500;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 30px;
}

.accepted ul {
    background: #fff;
    border: solid 3px #3a4f81;
    list-style-type: none;
}

.accepted li {
    font-size: 1.8em;
    color: #ffffff;
    margin-top: 15px;
    font-family: 'Lato',sans-serif;
}

.accepted li:last-child {
    margin-bottom: 20px;
}

#requirements {
    background-color: #FFFFFF;
}

#requirements .container {
    padding-bottom: 20px;
}

.accepted i {
    margin-left: 10px;
}

.notice {
    background-color: #3a4f81;
    padding: 20px;
    text-align: center;
    font-size: 1.5em;
    font-family: 'Lato',sans-serif;
    color: #FFFFFF;
}

@media screen and (max-width: 1040px) {
    #requirements .col:last-child {
        margin-top: 0;
    }
    .accepted li:nth-child(2) {
        font-size: 1em;
    }
}

@media screen and (max-width: 768px) {
    #aboutus {
        text-align: center;
    }

    .about-image img {
        width: 95% !important;
        float: none !important;
    }
    #aboutus p {
        font-size: 1em;
    }
    #requirements .header{
        font-size: 1.4em;
        padding-top: 20px;
    }
    .accepted h3 {
        font-size: 1.4em;
    }
    .accepted li {
        font-size: 1.2em;
        margin-top: 5px;
    }
    .accepted {
        padding-bottom: 10px;
    }
    .accepted h3 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .accepted li:first-child { 
        font-size: 1.8em;
    }

    .accepted li:nth-child(2) { 
        font-size: 0.9em;
    }

    .accepted li:first-child:after { 
        padding-top: 0px;
    }
    .notice {
        font-size: 1.1em;
        padding: 5px;
        line-height: 1.4;
    }
}

/* testimonials */

#testimonials {
    background: /* top, gradient */ linear-gradient( rgba(255, 255, 255, 0.1), rgba(55, 55, 55, 0.7) ), /* bottom, image */ url("assets/images/testimonials/background.jpg");
    background-size: cover;
    text-align: center;
    text-align: center;
}

#testimonials h2 {
    text-align: center;
    margin-bottom: 40px;
}

#testimonials .section-header.container {
    padding-bottom: 20px;
}

#testimonials .flexslider {
    max-width:820px;
}

.flex-viewport {
    box-sizing: border-box;
}

.flex-control-nav {
    position: absolute;
    bottom: -110px !important;
}

.test-text {
    padding-right: 20px;
    padding-left: 20px;
    color: #3a4f81;
    font-size: 1.4em;
    font-family: 'Lato', sans-serif;
    padding-top: 30px;
    padding-bottom: 20px;
}

.testimonial-name {
    font-family: 'Oswald',sans-serif;
    font-size: 1.4em;
    color: #008ccc;
    margin-bottom: 30px;
    margin-right: 20px;
}

.flex-control-paging li a.flex-active {
    background: #FFFFFF !important;
    padding: 5px;
    border: solid 4px #3a4f81;
}

.flex-control-paging li a {
    background: #3a4f81 !important;
    padding: 8px;
}

.flex-control-paging li a:hover {
    background: #008ccc !important;
}

@media screen and (max-width: 768px) {
    .test-text {
        font-size: 1em;
        line-height: 1.2;
    }
    .testimonial-name {
        font-size: 1.4em;
    }

    .flex-control-nav {
        margin-bottom: 20px !important;
    }

}


/* opening times */

#openingtimes {
    background: url('assets/images/openingtimes/openingtimes-background.jpg');
    background-size: cover;
    text-align: center;
}

#openingtimes .col {
    margin: auto;
    margin-right: 30px;
}

#openingtimes ul {
    margin: 0 auto;
}

#openingtimes li {
    background: #0d90cc;
    padding: 15px 30px;
    overflow: hidden;
    display: block;
    color: #fff;
    font-size: 1.2em;
    color: #ffffff;
    font-family: 'Lato',sans-serif;
}

#openingtimes li:hover {
    background: #3881c1;
}

#openingtimes li span:first-of-type {
    float: left;
    text-align: left;
}

#openingtimes li span:last-of-type {
    float: right;
    text-align: right;
}

#openingtimes li.today {
    background: #394291;
    color: #fff;
    font-weight: 700;
}

.dayname {
    margin-bottom: 10px;
}

.smallmap {
    display: none;
}

.section-content {
    padding-top: 0;
}

@media screen and (max-width: 768px) {
    #openingtimes .header {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    #openingtimes li {
        font-size: 1em;
    }
    .time-grid {
        margin-bottom: 30px !important;
    }
    .smallmap {
        display: inline;
    }
    .bigmap {
        display: none;
    }
}


.dayname {
    margin-bottom: 10px;
}

.smallmap {
    display: none;
}

.section-content {
    padding-top: 0;
}

.noticeboard-content .excerpt p:first-child {
    margin-bottom:0px;
    font-size:18px;
}
.noticeboard-content .day {
    font-size:15px;
    display:block;
    color:#fff;
    margin-top:0px !important;
    margin-bottom:0px !important;
}

.noticeboard-content .day span {
    display: inline-block;
    width: 76%;
    text-align: left;
}

.noticeboard-content .day b {
    display: inline-block;
    width: 25%;
    text-align: right;
}

@media screen and (max-width: 1590px) {
    #xmas-times-popup {
        width: 65%;
        padding: 25px;
    }
    #xmas-times-popup li {
        padding: 3px 7px;
        overflow: hidden;
        display: block;
        color: #fff;
        font-size: 0.9em;
    }
    #xmas-times-popup .section-header .title {
        font-size: 1em;
    }
}   

@media screen and (max-width:1225px) {
    #xmas-times-popup {
        width: 50%;
    }
}

@media screen and (max-width:980px) {
    #xmas-times-popup {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    #xmas-times-popup {
        width: 80%;
        padding: 30px;
    }
    #xmas-times-popup li {
        padding: 5px 10px;
        overflow: hidden;
        display: block;
        color: #fff;
        font-size: 1em;
    }
    
}

@media screen and (max-width:500px) {
    #xmas-times-popup {
        width: 100%;
        padding: 15px;
    }
    #xmas-times-popup li {
        padding: 0px 10px;
        overflow: hidden;
        display: block;
        color: #fff;
        font-size: 0.8em;
    } 
    #xmas-times-popup .section-header .title {
        font-size: 0.9em;
    }
    #xmas-times-popup .section-header .col {
        padding-bottom:5px;
    }
    .exit-popup {
        font-size:19px;
        right:6px;
    }
}

#gift92 { 
    background-color: #6ed624;
}

#gift92 .section-header {
    padding-bottom: 0;    
}

#gift92 .title { 
    font-size:2em;
}

#gift92 .title-logo { 
    height: 100%;
    width: auto;
    max-height: 100px;
    vertical-align: text-bottom;
    padding: 0 20px;
}

#gift92 p.site-link { 
    font-size: 1em;
    line-height: 2em;
}

#gift92 .nextrow.container {
    padding-top:40px;
}

@media screen and (max-width:768px) {
    #gift92 .title-logo {
            max-height: 70px !important;
        }
}


#homelesscharity { 
    background-color: #ffffff;
}

#homelesscharity .title {
    color: #3a4f81;
}

#homelesscharity p, #homelesscharity li {
    color: #3a4f81;
}

#homelesscharity .col:first-child {
    background:#388fd3 !important;
    padding:30px;
    box-sizing: border-box;
    border: solid 5px #3a4f81;
}

#homelesscharity .col:first-child p, #homelesscharity .col:first-child li {
    color :#fff !important;
}

#homelesscharity .col:first-child p {
    font-size:24px;
}

#homelesscharity .col:first-child li {
    line-height:2em;
    padding:5px;
    box-sizing: border-box;
}


#homelesscharity .col img {
    width:100%;
}

#homelesscharity .col:first-child li:nth-of-type(odd) {
    background: rgba(255,255,255,0.3);
}

#homelesscharity .section-header {
padding-bottom: 0;    
margin-bottom:-20px;
}

#homelesscharity .title{ 
    font-size:2.3em;
}

#homelesscharity .title-logo { 
    height: 100%;
    width: auto;
    max-height: 100px;
    /* line-height: 100px; */
    vertical-align: text-bottom;
    padding: 0 20px;
}

#homelesscharity p.site-link { 
    font-size: 1em;
    line-height: 2em;
}

@media screen and (max-width:480px) {
    #homelesscharity .col:first-child p {
    font-size: 18px;
    margin-bottom: 20px;
}
#homelesscharity .col:first-child {
    padding:20px;
}

#homelesscharity .col:first-child li {
    padding:2px;
}

}

#childrenscharity .section-header {
    margin-bottom:-20px;
}

#childrenscharity { 
    background-color: #ffffff;
    border-top:solid 1px #ccc;
}

#childrenscharity .tcs {
    font-size:14px !important;
    line-height:1.7em;
}

#childrenscharity .title {
    color: #3a4f81;
}

#childrenscharity p, #childrenscharity li {
    color: #3a4f81;
}

#childrenscharity .col:first-child {
    background:#388fd3 !important;
    padding:30px;
    box-sizing: border-box;
    border: solid 5px #3a4f81;
    width:35%;
}

#childrenscharity .col:last-child {
    width:55%;
}
#childrenscharity a {
    color:#388fd3;
}

#childrenscharity .col:first-child a {
   color:#fff !important;
}


#childrenscharity .col:first-child p, #childrenscharity .col:first-child li {
    color :#fff !important;
}

#childrenscharity .col:first-child p {
    font-size:24px;
}

#childrenscharity .col:first-child li {
    line-height:2em;
    padding:5px;
    box-sizing: border-box;
}


#childrenscharity .col img {
    width:100%;
}

#childrenscharity .col:first-child li:nth-of-type(odd) {
    background: rgba(255,255,255,0.3);
}

#childrenscharity .section-header {
padding-bottom: 0;    
}

#childrenscharity .title{ 
    font-size:2.3em;
}

#childrenscharity .title-logo { 
    height: 100%;
    width: auto;
    max-height: 100px;
    /* line-height: 100px; */
    vertical-align: text-bottom;
    padding: 0 20px;
}

#childrenscharity p.site-link { 
    font-size: 1em;
    line-height: 2em;
}

@media screen and (max-width:980px) {
    #childrenscharity .col {
        width:100% !important;
    }
}

@media screen and (max-width:480px) {
    #childrenscharity .col:first-child p {
    font-size: 18px;
    margin-bottom: 20px;
}
#childrenscharity .col:first-child {
    padding:20px;
}

#childrenscharity .col:first-child li {
    padding:2px;
}
}


/* contact us */

#action-1 {
    background: url("assets/images/instantcash4clothes-cta-bg.jpg");
    background-size: cover;
        background-position:center;

}

#action-2 {
    background: /* top, gradient */ linear-gradient( rgba(255, 255, 255, 0.1), rgba(55, 55, 55, 0.7) ), /* bottom, image */ url("assets/images/action.jpg");
    background-size: cover;
    background-position:center;
}

.call-to-action {
    text-align: center;
}

.call-to-action h2 {
    color: #FFFFFF;
    font-size: 3.5em;
    line-height: 1.4em;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight:600;
}

.call-to-action p {
    font-size: 1.3em;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.call-to-action i {
    margin-right: 5px;
    margin-left: 5px;
}

.call-to-action .prices p {
    font-size:1.9em;
}

.call-to-action .prices .price {
    display: block;
    border-bottom:dotted 1px #fff;
    padding-top:10px;
    padding-bottom: 10px;
    max-width:700px;
    margin:0 auto;
}

.call-to-action .prices .price.last {
    border:0;
}

@media screen and (max-width:980px) {
    .call-to-action .prices p {
        font-size:1.4em;
    }
}

@media screen and (max-width:620px) {
    .call-to-action .prices p {
        font-size: 1.2em;
    }
}

#number a {
    color: #3a4f81;
}

#number {
    display: inline;
    line-height: 3;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.2em;
}

#number  i {
    color: #3a4f81
}

#seperate {
    display: inline;
}

#contact {
    background-color: #FFFFFF;
    text-align: center;
}

#contact .title {
    color: #3a4f81;
}

#contact .section-header {
    padding-bottom: 40px;
}

#contact .section-content .excerpt:nth-child(2) {
    margin-top:40px;
}

@media screen and (max-width: 1072px) {
    .call-to-action h2 {
        line-height: 1.2;
        font-size: 3.7em;
        margin-bottom: 10px;
    }

    .call-to-action p {
        font-size: 1.5em;
    }

}

@media screen and (max-width: 768px) {
    #number {
        display: block;
        line-height: 1.3;
    }

    #seperate {
        display: none;
    }
    .excerpt {
        font-size: 1em;
    }
    .action {
        font-size: 0.7em;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .call-to-action h2 {
        line-height: 1.2;
        font-size: 2.7em;
        margin-bottom: 40px;
    }

    .call-to-action p {
        font-size: 1.1em;
        line-height: 1.7em;
        margin-bottom: 10px;
    }

    .title span {
        font-size: 1.4em;
    }
}
/* LUKES CODE ENDS HERE */

/* back to top */

.back-to-top {
    display: none;
    position: fixed;
    left: auto;
    right: 30px;
    bottom: 30px;
    text-align: center;
    height: 40px;
    width: 40px;
    background: #3a4f81;
    z-index: 9999;
}

.back-to-top:after {
    content: '\f077';
    color: #fff;
}

@media screen and (max-width: 580px) {
    .back-to-top {
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 70px;
        line-height: 70px;
        border: 0;
        border-top: 10px solid #a18451;
    }

    .back-to-top:after {
        font-size: 28px;
    }
}


/* inventis */

.inventis {
    margin-top: 30px;
    text-align: center;
}

.inventis img {
    width: auto;
}


/* flexslider */

.flexslider {
    width: 80% !important;
    margin: 0 auto 120px !important;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flexslider .slides:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: block;
}

.flexslider {
    position: relative;
    zoom: 1;
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flex-viewport {
    max-height: 2000px;
}

.loading .flex-viewport {
    max-height: 255px;
}

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    background: #008ccc;
    padding: 16px 29px 12px 33px;
}

.flex-direction-nav a:before {
    font-size: 38px;
    display: inline-block;
}

.flex-direction-nav a.flex-prev:before {
    content: '\f104';
}

.flex-direction-nav a.flex-next:before {
    content: '\f105';
}

.flex-direction-nav .flex-prev {
    margin-right: 75px;
    padding: 16px 33px 12px 29px;
}

.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
    background: #3a4f81;
    color: #fafafa;
}

@media screen and (max-width: 480px) {
    .flex-direction-nav a {
        padding: 6px 19px 2px 23px;
    }

    .flex-direction-nav .flex-prev {
        padding: 6px 23px 2px 19px;
        margin-right: 55px;
    }
}

.flex-direction-nav {
    position: absolute;
    left: 100px;
    bottom: 5px;
}


/* lightbox */

.featherlight .featherlight-content {
    background: #0F1B31 !important;
}

.featherlight .featherlight-close-icon {
    background: #C09457 !important;
}

.featherlight:last-of-type {
    background: rgba(15, 27, 49, 0.95) !important;
}

.featherlight-next span,
.featherlight-previous span {
    font-size: 38px !important;
}

.featherlight .featherlight-close-icon {
    color: #fff !important;
}


/* no cookie */

.nocookie {
    margin: 0 auto;
    padding: 40px;
    background: #E11313;
	text-align: center;
}

.nocookie .excerpt {
	margin-top: 0;
}

.nocookie .excerpt p {
	float: none;
	color: #fff;
}

.nocookie .privacy-policy a {
    font-size: 18px;
    color: #fff;
	display: block;
	margin-top: 20px;
	font-weight: 700;
}

.nocookie .sub-title.privacy-policy a {
	font-size: 22px;
	font-weight: 700;
	margin-top: 20px;
}




/* privacy overlay */

.privacyoverlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(14, 14, 14, 0.85);
	z-index: 99999;
	display: none;
}

.privacyoverlay.visible {
	display: block;
}


/* privacy select */

#privacyselect {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	background: #fff;
	color: #2d2c2a;
	width: 100%;
	padding: 0;
	max-width: 720px;
	max-height: 500px;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 999999;
	box-shadow: 0 0 30px 10px rgba(14, 14, 14, 0.8);
}

#privacyselect.visible {
	display: block;
}

#privacyselect .privacy-select-wrapper {
	position: relative;
	overflow-y: scroll;
	padding: 80px;
    text-align: center;
}

#privacyselect .privacy-select-wrapper .excerpt {
	margin-top: 40px;
}

#privacyselect .privacy-select-popup {
	display: block;
	margin-top: 20px;
	color: #03162F;
	font-size: 14px;
}

#privacyselect .privacy-select-popup:hover {
	cursor: pointer;
	text-decoration: underline;
}

#privacyselect .privacy-select-wrapper .title.main-title {
font-size: 14px;
    line-height: 22px;
	font-weight: 400;
}

#privacyselect .privacy-select-wrapper .excerpt {
    font-size: 12px;
    line-height: 1.75rem;
}

#privacyselect .privacy-select-wrapper .button {
	background: #00d2ff;
    padding: 0 10px;
	margin: 40px auto 0;
    border: 0;
	float: none;
    display: inline-block;
}

#privacyselect .privacy-select-wrapper .button span {
    font-size: 14px;
}

#privacyselect .privacy-select-wrapper .button:hover {
	background: #37adff;
}

#privacyselect .privacy-select-wrapper .button span {
    padding: 0;
	color: #fff;
}

#privacyselect .privacy-select-wrapper .button span:after {
	visibility: hidden;
	margin: 0;
	display: none;
}

#privacyselect .privacy-select-wrapper .button:hover a span {
    color: #fff;
}

@media screen and (max-width: 768px) {
	#privacyselect {
		width: 90%;
	}
}

@media screen and (max-width: 580px) {
	#privacyselect {
		top: 0;
		left: 0;
		max-height: unset;
		overflow-y: scroll;
		height: 100vh;
		width: 100%;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	
	#privacyselect .privacy-select-wrapper {
		padding: 40px;
	}
}


/* privacy policy */

.privacy-policy.sub-title {
	text-align: center;
}

.privacy-policy a {
    cursor: pointer;
    color: #9c9c9c;
	float: none;
	text-align: center;
}

#privacypolicy {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    background: #fff;
    width: 100%;
    padding: 0;
    max-width: 720px;
    max-height: 500px;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999;
    box-shadow: 0 10px 10px 10px rgba(0,0,0,0.25);
}

#privacypolicy.visible {
    display: block;
}

#privacypolicy .privacy-wrapper {
    position: relative;
    overflow-y: scroll;
    height: 420px;
	padding: 40px 80px 40px;
}

#privacypolicy .privacy-wrapper p,
#privacypolicy .privacy-wrapper li {
	color: #2d2c2a;
}

#privacypolicy .title.main-title {
    font-size: 12px;
}

#privacypolicy .title {
    margin-top: 30px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
}

#privacypolicy p,
#privacypolicy li {
    margin-top: 20px;
	line-height: 28px;
	font-size: 14px;
}

#privacypolicy ul {
    margin-top: 20px;
    margin-left: 20px;
    list-style-type: disc;
}

#privacypolicy li {
    margin-top: 0;
    line-height: 28px;
}

#privacypolicy .policyoptions {
	text-align: center;
}













#privacypolicy .policyoptions .button {
	background: #00d2ff;
    padding: 0 10px;
	margin: 40px auto 0;
    border: 0;
	float: none;
    display: inline-block;
}

#privacypolicy .policyoptions .button:hover {
	background: #37adff;
}

#privacypolicy .policyoptions .button span {
    padding: 0;
	color: #fff;
    font-size: 14px;
}

#privacypolicy .policyoptions .button span:after {
	visibility: hidden;
	margin: 0;
	display: none;
}

#privacypolicy .policyoptions .button:hover span {
    color: #fff;
}

.privacypopup {
	cursor: pointer;
    display: block;
    color: #03162F;
    margin-top: 10px;
    font-size: 16px;
	font-weight: 400;
}

.sub-title.privacy-policy a,
.privacypopup-accepted,
.privacy-area .privacypopup {
    margin-top: 0;
    font-size: 11px;
	font-weight: 400;
}

.sub-title.privacy-policy a:hover {
	color: #fff;
}

.privacypopup:hover {
	text-decoration: underline;
    color: #03162F;
}

#privacypolicy .privacy-close {
	display: block;
	margin-top: 20px;
	color: #03162F;
	font-size: 14px;
}

#privacypolicy .privacy-close:hover {
	cursor: pointer;
	text-decoration: underline;
}

.privacy-wrapper .closeaccepted {
	background: #c00;
	padding: 1px 15px;
	position: absolute;
	top: 40px;
	right: 35px;
}

.privacy-wrapper .closeaccepted {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.privacy-wrapper .closeaccepted:hover {
	cursor: pointer;
}

@media screen and (max-width: 520px) {
	#privacypolicy {
		top: 0;
		left: 0;
		max-height: unset;
		overflow-y: scroll;
		height: 100vh;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
	}
	
	#privacypolicy .privacy-wrapper {
		padding: 40px;
	}
}


/* privacy policy popover */

html,
body {
    overflow: auto;
    height: auto;
}

html.disabled,
body.disabled {
    overflow: hidden;
    height: 100%;
} 




/* Contact Form */

#contact .contact-form .button {
    position: relative;
    display: block;
    color: #fff;
    font-size: 0.8em;
    cursor: pointer;
    padding: 15px 20px;
    margin: 20px auto 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    background: #008ccc;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: 'Lato',sans-serif;
    font-weight: 500;
}

#contact .contact-form label {
    display: block;
    text-align: left;
    font-size: 1em;
    color: #3a4f81;
    font-family: 'Lato', sans-serif;
}


#contact .contact-form input {
    width: 100%;
    padding: 3%;
    display: inline-block;
    border: 0;
    box-sizing: border-box;
    background: #e6e6e6;
    color: #4d4d4d;
    height: 60px;
    font-size: 1.2em;
    font-family: 'Lato';
}

#contact .contact-form textarea {
    width: 100%;
    padding: 1%;
    display: inline-block;
    border: 0;
    box-sizing: border-box;
    background: #e6e6e6;
    color: #4d4d4d;
    min-height: 200px;
    font-size: 1.2em;
    font-family: 'Lato',sans-serif;
}

#contact .contact-form .button:hover {
    background: #3a4f81;
}

.contact-form {
    padding-top: 40px;
}

@media screen and (max-width:768px) {
    #contact .excerpt p {
        font-size:1em;
        line-height:1.7em;
    }
}


/* footer */

#main-footer {
    background: url('assets/images/aboutus/background.jpg');
    font-family: 'Lato', sans-serif;
}

#main-footer .footer-cols .col {
    width: 100%;
}

#main-footer .container {
    padding: 80px 5%;
}

#main-footer .copyright {
    font-size: 1.1em;
    line-height: 18px;
    color: #fff;
    margin-top: 30px;
    padding-top: 40px;
    border-top: 1px dotted #fff;
    text-align: center;
}

#main-footer .copyright span,
#main-footer #currentyear {
    display: inline-block;
}

@media screen and (max-width: 768px) {
    #main-footer .container {
        padding: 20px 5%;
    }
}

@media screen and (max-width: 580px) {
    #main-footer {
        padding-bottom: 75px;
    }
}


/* footer menu */

#footer-nav ul {
    list-style-type: none;
    text-align: center;
}

#footer-nav li {
    display: inline-block;
    margin-left: 40px;
    font-size: 1.4em;
    font-family: 'Oswald',sans-serif;
}

#footer-nav li:first-child {
    margin-left: 0;
}

#footer-nav li a {
    display: block;
    color: #e6e6e6;
}

#footer-nav li a span {
    padding: 20px 0;
}

#footer-nav li:hover a {
    color: #cccccc;
}

@media screen and (max-width: 980px) {
    #footer-nav li {
        font-size: 28px;
    }
}

@media screen and (max-width: 768px) {
    #footer-nav li {
        display: block;
        margin: 0;
        font-size: 1.3em;
    }

    #footer-nav li a span {
        display: block;
        padding: 10px 0;
    }

    #main-footer .copyright {
        font-size: 1em;
    }
}


/* back to top */

.back-to-top {
    display: none;
    position: fixed;
    left: auto;
    right: 30px;
    bottom: 30px;
    text-align: center;
    height: 40px;
    width: 40px;
    background: #3a4f81;
    border: 5px solid #388fd3;
    z-index: 9999;
}

.back-to-top:hover {
    background-color: #388fd3;
}

.back-to-top:after {
    content: '\f077';
    color: #fff;
}

@media screen and (max-width: 580px) {
    .back-to-top {
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 70px;
        line-height: 70px;
        border: 0;
    }

    .back-to-top:after {
        font-size: 28px;
    }
}


/* Message boxes */

.ucf .message {
    margin-top: 20px;
    margin-bottom: 5px;
}

.ucf .message p {
    font-weight: bold;
    margin-top: 0;
}

.ucf .message p:last-child {
    margin-bottom: 0;
}

.ucf .message ul {
    margin-bottom: 0;
}

/* Error message box */

.ucf .message .errors {
    background: #d9534f;
    color: #fff;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 20px;
    border-radius: 5px;
    padding: 10px;
    line-height: 18px;
    font-size: 14px;
}

.ucf .message .errors p {
    color: #d9534f;
}

/* Success message box */

.ucf .message .success {
    background: #5cb85c;
    color: #FFF;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 10px;
    line-height: 18px;
    font-size: 14px;
}


.ucf .message .success p {
    color: #5cb85c;
}

/* Form */

.ucf * {
    outline: none;
}

.ucf fieldset {
    max-width: 1000px;
    margin: 0px auto;
}

.ucf legend {
    font-weight: bold;
    padding: 10px;
}

.ucf .field-wrapper {
    clear: both;
    margin-top: 0;
    line-height: 2em;
    padding: 1%;
    box-sizing: border-box;
}

.ucf .trio {
    width: 33% !important;
    display: inline-block!important;
}

.ucf .field-wrapper label span {
    display: block;
    width: 100%;
}

.ucf .field-wrapper input[type=text],
.ucf .field-wrapper input[type=tel],
.ucf .field-wrapper input[type=email],
.ucf .field-wrapper input[type=password],
.ucf .field-wrapper textarea,
.ucf .field-wrapper select {
    border: solid 1px #ccc;
    padding: 10px;
    transition: all .3s ease-in-out;
}

.ucf .field-wrapper input[type=text]:focus,
.ucf .field-wrapper input[type=tel]:focus,
.ucf .field-wrapper input[type=email]:focus,
.ucf .field-wrapper input[type=password]:focus,
.ucf .field-wrapper textarea:focus,
.ucf .field-wrapper select:focus {
    border: solid 1px #333;
}

@media (max-width:1000px) {
    .ucf .trio {
        width: 100% !important;
        display: inline-block!important;
    }
}

@media ( max-width: 480px) {
    .ucf fieldset {
        padding: 10px;
    }
    .ucf .field-wrapper {
        margin-bottom: 10px;
    }
    .ucf .field-wrapper input[type=text],
    .ucf .field-wrapper input[type=tel],
    .ucf .field-wrapper input[type=email],
    .ucf .field-wrapper input[type=password],
    .ucf .field-wrapper textarea {
        width: 150px;
    }
    .ucf .field-wrapper select {
        width: 170px;
    }
}

@media ( min-width: 481px) {

    .ucf .field-wrapper {
        margin-bottom: 20px;
    }
    .ucf .field-wrapper input[type=text],
    .ucf .field-wrapper input[type=tel],
    .ucf .field-wrapper input[type=email],
    .ucf .field-wrapper input[type=password],
    .ucf .field-wrapper textarea {
        width: 200px;
    }
    .ucf .field-wrapper select {
        width: 220px;
    }
}

/* Google no CAPTCHA reCAPTCHA */

@media ( max-width: 480px) {
    .g-recaptcha {
        margin-bottom: 10px;
    }
}

@media ( min-width: 481px) {
    .g-recaptcha {
        padding-left: 100px;
        margin-bottom: 20px;
    }
}

@media screen and (max-height: 575px) and (max-width: 335px) {
    #rc-imageselect,
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

/* Honey trap field */

.ucf .hey-honey {
    left: -9999px;
    position: absolute;
}

/* Button */

.ucf button[type=submit] {
    display: inline-block;
    width: auto;
    height: auto;
    border: 2px solid #fff;
    background: none;
    padding: 15px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
}

.ucf button[type=submit]:hover {
    background: #4F9D4F;
}

.ucf button[type=submit].complete {
    background: #dff0d8;
    color: #696969;
    cursor: default;
}

.ucf button.secondary {
    display: none;
}

.ucf button.secondary:hover {
    background: #ddd;
}

@media (max-width: 1350px) {
    iframe {
        width: 400px;
    }
    #openingtimes .col {
        margin: auto;
        margin-right: 0px;
    }
}


@media (max-width: 768px) {
    iframe {
        width: 100%;
    }
    #openingtimes .col {
        margin: auto;
        margin-right: 0px;
    }
}

@media (max-width: 480px) {
    iframe {
        width: 100%;
        height: 300px;
    }
    #openingtimes .col {
        margin: auto;
        margin-right: 0px;
    }
}