/*
Theme Name: Change Inc
Author: Watch This Space
Author URI: http://changeinc.co.uk/
Version: 1.0
*/

* { box-sizing: border-box; }

html, body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 21px;
	line-height: 21px;
	-webkit-font-smoothing: antialiased;
	color: #646464;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', sans-serif;
	color: inherit;
	font-weight: 300;
}
h1 {
	font-size: 2.944rem;
	line-height: 1;
	font-weight: 300;
	margin: 0;
}
h1 span {
	display: inline-block;
	color: #f2a937;
}
h1.quote {
	font-size: 2.611rem;
	line-height: 1;
	font-style: italic;
	font-weight: 400;
	color: #104f8f;
}
h1.quote span {
	display: block;
	font-size: 1.556rem;
	line-height: 1;
	font-style: normal;
	margin-top: 35px;
	color: #52c4e5;
}
h2 {
	font-size: 2rem;
	line-height: 1.1;
	font-weight: 700;
}

h3 {
	font-size: 1.722rem;
	line-height: 1;
	font-weight: 600;
}

p {
	line-height: 1.3;
	font-weight: 400;
	font-size: 1rem;
}

p img, iframe {
	margin-top: 20px;
	margin-bottom: 20px;
}

input, textarea {
	border: 0;
	color: #333;
	font-size: 1rem;
	line-height: 1;
	background: #fff;
	font-weight: 600;
	padding: 10px;
	margin-top: 10px;
}

blockquote {
	background-color: #9273b0;
	color: #fff;
	border: 0;
	font-size: 1.8em;
	font-weight: 600;
	font-style: normal;
	margin: 20px 0 50px 0;
	padding: 5% 5% 50px 5%;
	background-image: url('images/blockquote_btm.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100% auto;
	display: block;
}

blockquote p {
	margin: 0 0 100px 0;

}

small {
	text-align: left;
	font-size: .7em;
	line-height: .6;
}

.uk-grid-divider:empty {
	margin: 20px 0 20px 0;
	border-top: 1px solid #000;
}

.uk-link, a {
    color: #e30613;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
}

a:hover {
    color: #e30613;
    text-decoration: underline;
}

/*** LAZYSIZES ***/
.lazyload, .lazyloading { opacity: 0; }
.lazyloaded {
	opacity: 1;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

/*** BREADCRUMB ***/
#breadcrumbs, #breadcrumbs a { color: #818181; }
#breadcrumbs strong { color: #f2a937; }

/*** UIKIT ***/
.uk-button {
	color: #fff;
	font-size: .8rem;
	line-height: 1;
	font-weight: 600;
	padding: 12px 30px;
	border-bottom: 5px solid #000;
	margin: 0;
}

a.uk-button {
	float: left;
}

.uk-button.bg_red {
	border-bottom: 5px solid #b01614;
}

.uk-button.bg_lt_red {
	border-bottom: 5px solid #d10a10;
}

.uk-button.bg_off_blk {
	border-bottom: 5px solid #41454f;
}

.uk-button.bg_red:hover {
	background: #b01614;
}

.uk-button.bg_lt_red:hover {
	background: #d10a10;
}

.uk-button.bg_off_blk:hover {
	background: #41454f;
}

i {
	margin-right: 15px;
	font-size: 1rem;
}

i.fa {
	font-size: 1.4rem;
}

.uk-sticky-init {
	z-index: 3000;
}

.uk-button:hover, .uk-button:active {
	background: #f2a937;
	color: #fff;
}
.uk-button.alt {
	background: #f2a937;
	color: #433a3a;
}
.uk-slidenav-position .uk-slidenav-next { right: -60px; }
.uk-slidenav-position .uk-slidenav-previous { left: -60px; }
.uk-offcanvas-page { margin-left: 0 !important; }
.uk-offcanvas-bar { background: #fff; }
.uk-offcanvas-bar .menu { font-size: 1.2rem; }
.uk-offcanvas-bar ul, .uk-offcanvas-bar ul li {
	margin: 0;
	padding: 0;
}
.uk-offcanvas-bar ul li a {
	display: block;
	font-weight: bold;
	color: #53ADCB;
	text-decoration: none;
	padding: 15px 20px;
	border-bottom: 1px solid #53ADCB;
}
.uk-offcanvas-bar ul li a:hover {
	color: #fff;
	background: #53ADCB;
}

.uk-offcanvas-bar .actions {
	margin-top: 30px;
	border-top: 1px solid #53ADCB;
}

/*** UTILITY ***/
.ratio {
	position: relative;
	padding-bottom: 100%;
}
.ratio>* {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.center {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
section.content { padding: 100px 0; }

section.research { padding: 20px 0; }

section.two_cols { color: #000; }

section.two_cols h2 { color: #000; }

section.banner h2 {
	font-size: 2rem;
	line-height: 1.1;
	font-weight: 700;
	background-image: url('images/change-icon.png');
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 80px;
	color: #fff;
}

.newsletter h3 {
	font-size: 1.4rem;
	line-height: 1.1;
	font-weight: 700;
	background-image: url('images/change-icon.png');
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 120px;
	color: #fff;

}

/*** COLOUR ***/

.bg_wht {
	background: #fff;
}

.bg_blk {
	background: rgba(35,31,32,1);
}

.bg_red {
	background: #bf1f24;
}

.bg_lt_red {
	background-color: #e30613;
}

.bg_off_blk {
	background: #293038;
}

.bg_yellow {
	background: #e7bd0f;
}

.yellow {
	color: #e7bd0f;
}

.green {
	color: #57c0c0;
}

.bg_green {
	background: #57c0c0;
}

.lt_red {
	color: #e30613;
}

.blk_opacity {
	background-image: url('images/blk_opacity.png');
	background-repeat: repeat-x;
	background-position: top;

}

/*** HEADER ***/
.menu { 
	font-size: 1.8rem; 
	margin: 15px 0 32px; 
}

header {
	background: #fff;
	color: #fff;
	font-size: 1.222rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:0;
	z-index: 2000;
}
header [class*=uk-align-] { margin-bottom: 0; }
header p { margin: 0; }
header.full {
	min-height: 600px;
	height: 100vh;
}
header.full::after {
	content: '';
	display: block;
	width: 100%;
	height: 25px;
	position: absolute;
	bottom: 0;
	background: url('./images/arrow.png') top center no-repeat #f5f5f5;
}
header.full h1 span {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #fff;
}
header.large { min-height: 480px; }
header .uk-button { margin-top: 0px; }
header .center { margin-top: 50px; }
header a, header a:hover { color: #fff; }
nav {
	margin-top: 0px;
	}

nav ul {
	margin: 0;
	padding: 0;
}
nav ul li {
	display: inline-block;
	margin: 0;
	padding: 0 0px;
	list-style-type: none;
	font-weight: normal;
}
nav ul li:last-of-type { border-right: 0; }
nav ul li a { color: #fff; font-weight: 400; }
nav ul li a:hover { color: #57c0c0; text-decoration: none; }

.uk-navbar {background: none;}

.uk-navbar-nav>li>a {
	color: #808080;
	font-size: .8rem;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 23px;
	height: auto;
}

.uk-navbar-nav>li>a.contact {
	color: #fff;
	font-size: .8rem;
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #fcbe18;
	background-image:url('images/paperplane.png');
	background-repeat: no-repeat;
	background-position: 20px center;
	padding: 26px 40px 26px 60px;
}

.uk-navbar-nav>li>a.contact:hover {
	background-color: #eeb213;
	background-image:url('images/paperplane.png');
	background-repeat: no-repeat;
	background-position: 20px center;
}

.uk-navbar-nav>li>a:hover, .uk-navbar-nav>li.uk-active>a {
	background: #57c0c0;
	color: #fff;
}

.uk-dropdown-navbar {
	background: #bf1f24;
	color: #fff;
}

.uk-nav-navbar>li {
	color: #fff;
	text-align: left;
	width: 100%;
	padding: 20px 0 0 0;
}

.uk-nav-navbar>li:nth-child(even) {
	background: ;
}

.uk-nav-navbar>li>a {
	color: #fff;
	text-align: left;
	font-size: .8rem;
	padding: 10px;
}

.uk-nav-navbar>li>a:hover {
	background: rgba(0, 0, 0, .1);
}

.uk-navbar-nav>li.uk-open>a, .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus {
	background: #57c0c0;
	color: #fff;	
}

ul#menu-footer li {
	display: inline-block;
	margin: 0;
	padding: 0 5px 0 5px;
	list-style-type: none;
	border-right: solid 1px #fff;
	font-size: .6rem;
	color: #fff;
	line-height: 1em;
}

ul#menu-footer li:last-of-type { border-right: 0; }

ul#menu-footer li a {
	color: #fff;
}

ul#menu-footer {
	margin-top: 0;
}

footer .uk-grid>* {
	padding-left: 0;

}

footer .uk-grid {
	margin-left: 0;

}

footer .uk-grid ul {
	padding-left: 0;

}

.uk-width-3-10, .uk-width-2-10 {
	padding-left: 0;
}

.uk-width-7-10 {
	padding-bottom: 0px;
}

.uk-dotnav>* {
	padding: 4px;
	font-size: 12px;
}

.uk-dotnav>*>* {
	background: none;
	border: 1px solid #e30613;
}

.uk-dotnav-contrast>.uk-active>* {
	background: #e30613;
}

.uk-dotnav-contrast>*>:focus, .uk-dotnav-contrast>*>:hover {
	background: #e30613;
}


/*** CONTENT ***/

.content h1 {
	font-size: 2.222rem;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 35px;
}
.content h2 {
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 35px;
}

.intro h2, .icons h2 {
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 0px;
	text-align: center;
	color: #fff;
}

.icons h3 {
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: 300;
	margin-bottom: 0px;
	text-align: center;
	color: #fff;
}

.intro p {
	font-size: 1rem;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 0px;
	color: #fff;
}

.icons h3 {
	font-size: 1.2rem;
}

.icons p {
	font-size: .9rem;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 0px;
	color: #fff;
}

section.content ul, section.content ol {
	box-sizing: border-box;
}
section.content ul li, section.content ol li { margin-bottom: 10px; }
section.content ul li:last-of-type, section.content ol li:last-of-type { margin-bottom: 0; }

section.tweets {
	background-image: url('images/change-op.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}

section.tweets h2 {
	color: #fff;
}

section.tweets i {
	display: block;
}

section.research p {
	color: #000;
}

section.research p a {
	color: #000;
	border: 2px solid #000;
	padding: 20px;
	margin-top: 20px;
	display: block;
}

section.research p a:hover {
	color: #fff;
	background: #000;
	text-decoration: none;
}

article {
	width: 70%;
	margin: 0 15%;
}

article p {
	color: #000;
}

/*** TABLE ***/

section.content h3.table_head {
	padding: 20px;
	color: #fff;
	font-size: 1em;
	border-bottom: 5px solid #bf1f24;
	margin-bottom: 0;
	margin-top: 60px;
	}

ul.table {
	color: #000;
	margin: 0;
	padding: 0;
	margin-bottom: 60px;
}

section.content ul.table li {
	padding: 20px;
	background: #e5e5e5;
	list-style-type: none;
	margin-bottom: 0;
	line-height: 1.4;
	width: 100%;
}

section.content ul.table li:nth-child(odd) {
	background: #f2f2f2;
}

ul.table li i {
	font-size: 2em;
	margin-right: 0px;
	display: inline-block;
	width: 10%;
	vertical-align: top;
}

ul.table li p {
	font-size: 1em;
	margin-right: 0px;
	display: inline-block;
	width: 88%;
	padding: 0;
	margin: 0;
}

/*** ICONS ***/
.icons {
	color: #dacdcd;
	padding: 80px 0 140px 0;
	background: #e8441f;
}

.icons.dark {
	background: #231e21;
	color: #dacdcd;
}

.icons.light {
	background: #eeefef;
	color: #e30613;
	margin-top: 40px;
	margin-bottom: 40px;
}

.icons ul li {
	text-align: center;
}

.icons.light ul li {
	text-align: center;
	border-right: 1px solid #333;
}

.icons i {
	margin-right: 0;
}

.icons i.fa {
	color: #fff;
    box-sizing: border-box;
    display: inline-block;
    width: 2em;
    height: 2em;
    border-radius: 100%;
    background: #ec6243;
    line-height: 2.2em;
    font-size: 3em;
    text-align: center;
}

.icons h3 {
	color: #fff;
}

.download i {
	font-size: 3.2rem;
}

/*** QUESTIONS ***/

h3.uk-accordion-title {
	background-color: #f2f2f2;
	padding: 20px;
	color: #e30613;
	font-size: 1em;
	background-image: url('images/red_arrow.png');
	background-repeat: no-repeat;
	background-position: 97% 10px;
	margin: 0 0 0 0;
	border-bottom: 1px solid #fff;
}

.uk-accordion-content {
	padding: 20px;
}

.uk-accordion {
	margin: 40px 0 40px 0;
}

/*** OPTIONS ***/
.options {
	color: #fff;
	padding: 80px 0 0 0;
}

.options .uk-panel {
	padding: 20px;
}

.options ul li {
	text-align: center;
	list-style-type: none;
	font-size: .9rem;
	line-height: 1.2;
	font-weight: 700;
}

.options .uk-border-circle {
	width: 40%;
	text-align: center;
	border: 5px solid #e30613;
	margin-top: -50px;
	margin-left: 30%;
	margin-right: 30%;
}

.options .uk-panel h2 {
	font-size: 1.6rem;
	line-height: 1.1;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	margin: 30px 0 50px 0;
	background: url('images/red.png');
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.options h3 {
	font-size: 1rem;
	line-height: 1.1;
	font-weight: 400;
	color: #e3bb2c
}

.options p {
	font-size: .9rem;
	line-height: 1.2;
	font-weight: 400;
}

.options a {
	font-size: .9rem;
	line-height: 2.4;
	font-weight: 400;
	width: 100%;
	display: block;
	color: #fff;
	border-bottom: 5px solid #39404b;
}

.tweets a {
	font-size: .9rem;
	font-weight: 400;
	color: #fff;
	border-bottom: none;
	display: inherit;
}

/*** TESTIMONIALS ***/
.testimonials {
	padding: 150px 60px;

}

.testimonials h2 {
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 300;
	color: #e3bb2c;
	text-align: center;
}

.testimonials p {
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: 700;
	color: #e3bb2c;
	text-align: center;
}

/*** WP SPECIFIC ***/
.current-menu-item a {
	color: #e30613;
}

/*** MAILCHIMP ***/
#mc_signup_submit {
	background: #fcbe18;
	color: #fff;
	width: 100%;
	margin-bottom: 40px;
	}

#mc-indicates-required {
	font-size: .8em;
}

.mc_intro {
	font-size: 1.3em;
	color: #fff;

}

.mc_var_label {
	display: block;
	color: #fff;
	font-size: 1em;
}

.mc_input {
	width:;
	margin-bottom: 20px;
}

.mc_merge_var {
	width: 25%!important;
	margin-bottom: 20px;
}
/*** FORM ***/

.submit-form {
	padding-top: 30px;
	}

.wpcf7 label {
	width: 45%;
	display: inline-block;
	text-align: left;
	padding-right: 5%;
	vertical-align: top;
	padding-top: 20px;

}

.wpcf7 input {
	width: 100%;
	display: inline-block;
	border: none;
}

.content .wpcf7 input {
	border: 1px solid #999;

}

.wpcf7 textarea {
	width: 100%;
	display: inline-block;
	border: none;
	margin-top: 10px;
	border: 1px solid #999;
}

.your-request {
	width: 50%;
	display: inline-block;
	padding-top: 13px;
}

input[type="checkbox"] {
	float: left;
	width: 30px;
	height: 30px;
	margin-top:0;
}

.wpcf7-list-item-label {
	float: left;
	margin-right: 30px;
	padding-top: 8px;
}

.wpcf7 input.wpcf7-submit {
	background: #e7bd0f;
	border-radius: 0;
	border: none;
	width: 100%;
	float: right;
	display: block;
	color: #fff;
	    -webkit-appearance: none!important;
    -webkit-appearance: caret!important;
    -webkit-border-radius: 0!important;
}

.mc4wp-form-fields {
	width: 100%;
	display: block;
}

.mc4wp-form-fields .uk-width-large-1-3 {
	width: 31%;
	float: left;
	margin-right: 2%;
}

section.content ul.catalogues {
	width: 100%;
	display: block;
	margin: 10px 0 0 0;
	margin-bottom: 2px!important;
	padding: 3%;
}

section.content ul.catalogues li {
	width: 100%;
	list-style-type: none;
}

section.content ul.catalogues li ul {
	width: 100%;
	display: block;
	border: 0;
	padding: 0;
}

section.content ul.catalogues li ul li {
	width: 23%;
	display: inline-block;
	font-size: .9rem;
}

section.content ul.catalogues li ul li img {
	width: 80%;
	display: inline;
	margin-bottom: 0;
}

div.wpcf7-mail-sent-ok {
	background: #398f14;
	color: #fff;
	padding: 15px;
}


/*** QUOTE ***/
.page-template-default section.quote { background: #f5f5f5; }

/*** NEWSLETTER ***/
.newsletter {
	padding: 60px 0;
	color: #fff;
}

.newsletter p {
	color: #000;
	font-weight: 300;
}

.newsletter .uk-button { margin-top: 10px; }

/*** FOOTER ***/
footer {
	padding: 40px 0;
	background: #293038;
	color: #fff;
}
footer .social {
	color: #e30613;
	font-size: 1.4rem;
	margin: 0 5px;
}

/*** RESPONSIVE ***/
/* xlarge */
@media(max-width:1219px) {
	.uk-slidenav-position .uk-slidenav-next { right: -20px; }
	.uk-slidenav-position .uk-slidenav-previous { left: -20px; }
}
/* large */
@media(max-width:959px) {
	.half { min-height: 300px; }
	.intro .container { max-width: 600px; }
	section.quote { padding: 100px 0; }
	section.shop-footer { padding: 40px 0; }
	nav .uk-align-right { width: 100%; }
}
/* medium */
@media(max-width:768px) {
	html, body { font-size: 14px; line-height: 1.3; }
	.half { min-height: 200px; }
	.half .uk-button { margin-top: 15px; }
	section.single-product h1 span { margin-top: 0; }
	section.quote, section.content, section.products, section.single-product, section.shop-footer, .newsletter { padding: 40px 0; }
}
@media(max-width:767px) {
	section.quote .uk-visible-large {display: block!important; margin-bottom: 30px;}
}

/* small */
@media(max-width:479px) {
	html, body { font-size: 16px; line-height: 1.3; }
	section.quote, section.content, section.products, section.single-product, section.shop-footer, .newsletter { padding: 25px 0; }
	h1.quote, h1, section.content h1 { font-size: 2rem; }
	h1.quote span { font-size: 1.2rem; }
	header { min-height:; }
	header.large { min-height: 280px; }
	nav.uk-navbar { display: none; }

}