/*   
Theme Name: INOVADO
Theme URI: http://themeforest.net/user/minti
Description: An Ultra Responsive WordPress Theme by minti
Version: 4.6.6
Author: minti
Author URI: http://mintithemes.com

License:
License URI:
*/


/* ------------------------------------------------------------------------ */


/* CSS Reset v2.0 by http://meyerweb.com/eric/tools/css/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;
}

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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


/* Basic WordPress Classes */

.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
    padding: 0;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    color: #888888;
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}


/* ------------------------------------------------------------------------ */


/* 02. Skeleton Grid 960px / 16 Columns */


/* ------------------------------------------------------------------------ */

.container {
    position: relative;
    width: calc(100% - 80px);
    margin: 0 auto;
    padding: 0px 40px;
}

.container .column,
.container .columns {
    float: left;
    display: inline;
    margin-left: 0px;
    margin-right: 0px;
}

.row {
    margin-bottom: 20px
}


/* Nested Column Classes */

.column.alpha,
.columns.alpha,
.column.first,
.columns.first {
    margin-left: 0
}

.column.omega,
.columns.omega,
.column.last,
.columns.last {
    margin-right: 0
}


/* Base Grid */

.container {
    position: relative;
    width: calc(100% - 80px);
    margin: 0 auto;
    padding: 0;
}

.container .column,
.container .columns {
    float: left;
    display: inline;
    margin-left: 0px;
    margin-right: 0px;
}

.row {
    margin-bottom: 20px;
}


/* Nested Column Classes */

.column.alpha,
.columns.alpha,
.column.first,
.columns.first {
    margin-left: 0;
}

.column.omega,
.columns.omega,
.column.last,
.columns.last {
    margin-right: 0;
}


/* Base Grid */

.container .one.column,
.container .one.columns {
    width: 40px;
}

.container .two.columns {
    width: 12.5%;
}

.container .four.columns {
    width: 25%;
}

.container .six.columns {
    width: 37.5%;
}

.container .eight.columns {
    width: 50%;
}

.container .ten.columns {
    width: 62.5%;
}

.container .twelve.columns {
    width: 75%;
}

.container .fourteen.columns {
    width: 87.5%;
}

.container .sixteen.columns {
    width: 100%;
}

.container .one-third.columns {
    width: calc(33.333% - 27px);
    margin-right: 40px;
}

.container .two-thirds.column {
    width: calc(66.666% - 13px);
    margin-right: 40px;
}

.container .one-fifth.columns {}

.container .one-sixth.columns {}

.container .one-seventh.columns {}


/* Offsets */

.container .offset-by-one {
    padding-left: 60px;
}

.container .offset-by-two {
    padding-left: 120px;
}

.container .offset-by-three {
    padding-left: 180px;
}

.container .offset-by-four {
    padding-left: 240px;
}

.container .offset-by-five {
    padding-left: 300px;
}

.container .offset-by-six {
    padding-left: 360px;
}

.container .offset-by-seven {
    padding-left: 420px;
}

.container .offset-by-eight {
    padding-left: 480px;
}

.container .offset-by-nine {
    padding-left: 540px;
}

.container .offset-by-ten {
    padding-left: 600px;
}

.container .offset-by-eleven {
    padding-left: 660px;
}

.container .offset-by-twelve {
    padding-left: 720px;
}

.container .offset-by-thirteen {
    padding-left: 780px;
}

.container .offset-by-fourteen {
    padding-left: 840px;
}

.container .offset-by-fifteen {
    padding-left: 900px;
}


/* Self Clearing Goodness */

.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after,
.clearfix:after {
    clear: both
}

.row,
.clearfix {
    zoom: 1
}

.clear {
    clear: both;
    visibility: hidden;
    width: 0;
    height: 0;
}


/* ------------------------------------------------------------------------ */


/* 03. General Styles
/* ------------------------------------------------------------------------ */

body {
    background: #ffffff;
    font-family: "effra", sans-serif !important;
    font-size: 21px;
    line-height: 28px;
    color: #666666 !important;
    font-weight: 100 !important;
    overflow-x: hidden;
    /* -webkit-font-smoothing: antialiased; Fix for webkit rendering
    -webkit-text-size-adjust: 100%; */
}


/* For Footer fill */

.wrapall {
    background: #ffffff;
}

::selection {
    background: #289dcc;
    color: #ffffff;
}

::-moz-selection {
    background: #289dcc;
    color: #ffffff;
}

img.scale-with-grid {
    max-width: 100%;
    height: auto;
}


/* ------------------------------------------------------------------------ */


/* 04. Typography
/* ------------------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #666666;
    font-family: "effra", sans-serif !important;
    font-style: normal;
    font-weight: 100 !important;
    margin: 0 0 10px 0;
    padding: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit
}

h1 {
    font-size: 60px !important;
    line-height: normal;
    margin-bottom: 25px;
}

h2 {
    font-size: 48px !important;
    line-height: normal;
    margin-bottom: 25px;
}

.home h2 {
    font-size: 60px !important;
    color: #ffffff !important;
    line-height: normal;
    margin-bottom: 25px;
}

.one-third h2 {
    margin-top: 12px;
}

h3 {
    font-size: 36px !important;
    color: #ffffff !important;
    line-height: 42px;
}

h4 {
    font-size: 36px !important;
    line-height: normal;
    margin-bottom: 8px !important;
}

h4.title {
    padding: 10px 0 0 0;
}

.page-template-page-related-items h4,
.page-template-page-related-items h2,
.page-template-page-related-items h1,
.single-post h4,
.single-post h2,
.single-post h1 {
    color: #9b3463;
}

.page-template-page-related-items .last h4 {
    padding: 0;
}

.single-events h4,
.single-events h2,
.single-events h1 {
    color: #00aed3;
}

h5 {
    font-size: 24px !important;
    line-height: 25px;
    color: #00aed3 !important;
}

h5.title {
    margin: 0px;
}

h6 {
    font-size: 12px;
    line-height: 1.6;
}

.highlight {
    color: #289dcc;
}

p {
    margin: 0 0 20px 0
}

p img {
    margin: 0
}

em {
    font-style: italic
}

strong {
    font-weight: bold
}

small {
    font-size: 80%
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

pre {
    height: auto;
    font-family: "effra", sans-serif !important;
    border: 1px solid #e2e2e2;
    background: #f7f7f7;
    padding: 20px 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 20px 0;
    overflow-x: auto;
}

.hidden {
    display: none !important
}

.menu-about-menu-container {
    width: 100%;
    float: left;
    margin: 0px 0px 30px 0px;
}


/* Links ---------------------------------------------------- */

a,
a:visited {
    text-decoration: none;
    outline: 0;
}


/* Transisiton for Links */

#sidebar a,
#footer a,
#infobar a,
#title a,
#alt-title a,
#no-title a,
#header a,
#page-wrap a,
#copyright .copyright-text a {
    -webkit-transition: all 0.07s ease-in;
    -moz-transition: all 0.07s ease-in;
    -ms-transition: all 0.07s ease-in;
    -o-transition: all 0.07s ease-in;
    transition: all 0.07s ease-in;
}

#page-wrap .portfolio-item-one a {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.section a,
.single-venues #content a,
.single-events #content a,
.single-post #content a,
.entry a {
    color: #9b3463 !important;
}

a:hover,
a:focus {
    opacity: 0.8;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

p a,
p a:visited {
    line-height: inherit
}


/* Lists ---------------------------------------------------- */

ul,
ol {
    margin-bottom: 20px
}

ul {
    list-style: none outside
}

ol,
ul {
    margin-left: 30px
}

ol {
    list-style: decimal
}

ul {
    list-style: square outside
}

ul li ul,
ol li ul,
ol li ul,
ol li ol {
    margin-bottom: 0
}

#content a,
.venue-archive-desc a {
    color: #444444;
    font-weight: 400;
}

#content a:hover,
.venue-archive-desc a:hover {
    color: #cccccc;
    font-weight: 400;
}


/* ------------------------------------------------------------------------ */


/* 05. Forms
/* ------------------------------------------------------------------------ */

form,
fieldset {
    margin-bottom: 20px
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    background: #fff;
    font-family: "effra", sans-serif !important;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #bbb;
    color: #333;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

textarea {
    min-height: 60px
}

select {
    width: 220px;
    padding: 5px;
}

label,
legend {
    cursor: pointer;
    display: block;
}

label span,
legend span {
    font-weight: bold
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    font-weight: bold;
    font-family: "effra", sans-serif !important;
    cursor: pointer;
}

button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.16);
}


/* Contactform 7 Specific Styling ---------------------------------------------------- */

.wpcf7-form input[type="text"] {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    width: 400px;
    max-width: 100%;
    margin: 5px 0 0 0;
}

.wpcf7-form textarea {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    width: 100%;
    max-width: 100%;
    margin: 5px 0 0 0;
}

.wpcf7-form select {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    width: 400px;
    max-width: 100%;
    margin: 5px 0 0 0;
    padding: 8px;
}

.wpcf7-form {
    margin: 0;
    padding: 0;
}

.wpcf7-form input[type="checkbox"] {
    width: auto
}

.wpcf7 form.wpcf7-form p {
    font-weight: 600;
    margin: 0 0 20px 0 !important;
}

.wpcf7-list-item-label {
    font-weight: normal
}

.wpcf7-response-output {
    display: none
}

.wpcf7-form .invalid {
    color: #bf1515 !important
}

.wpcf7-not-valid {
    border: 1px solid #bf1515 !important;
}

.wpcf7 span.wpcf7-not-valid-tip {
    display: none
}

div.wpcf7-response-output {
    margin: 0px !important;
    padding: 5px 10px !important;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
    position: relative;
    border: 1px solid #ddd !important;
    display: block;
    background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-color: #F7F7F7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    font-weight: 600;
    padding: 10px 40px !important;
    text-align: center;
}

div.wpcf7-mail-sent-ok {
    background-image: linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-color: #e9f2d2;
    border-color: #c0da66 !important;
    color: #88b12b;
}


/*div.wpcf7-mail-sent-ng {
    background-image: linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
    background-color: #ffe9e9;
    border-color: #e99f9f !important;
    color: #d25c5a;
}

div.wpcf7-spam-blocked {
    background-image: linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-color: #fbf6e3;
    border-color: #efd877 !important;
    color: #c4a80a;
}

div.wpcf7-validation-errors {
    background-image: linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-color: #fbf6e3;
    border-color: #efd877 !important;
    color: #c4a80a;
}*/


/* ------------------------------------------------------------------------ */


/* 06. Boxed Layout */


/* ------------------------------------------------------------------------ */

#boxed-layout {
    width: 1000px;
    margin: 0px auto;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
}

#boxed-layout .container {}

#background {
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}


/* ------------------------------------------------------------------------ */


/* 07. Infobar (Toggle Bar)
/* ------------------------------------------------------------------------ */

#infobar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
    background: #444444;
    color: #999999;
    border-top: 5px solid #333333;
    width: 100%;
    padding: 20px 0 35px 0;
    display: none;
    border-bottom: 5px solid #444444;
}

#infobar .widget h3 {
    border-bottom: 1px solid #555555;
    color: #ffffff;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
}

#infobar a {
    color: #999999;
}

#infobar a:hover {
    color: #ffffff;
}

.close-infobar {
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #444444 transparent transparent;
    z-index: 999;
}

.close-infobar:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/toggle.png) no-repeat 0px 0px;
}

#infobar .close-infobar.open {}

.close-infobar.open:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/toggle.png) no-repeat -40px 0px;
}

#infobar .no-widgets {
    color: #aaaaaa;
    margin-bottom: -15px;
    text-align: center;
}


/* Infobar Widgets ---------------------------------------------------- */

#infobar .widget {}

#infobar .widget h3 {
    font-size: 15px;
    color: #ffffff;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #555555;
    margin: 0 0 20px 0;
}


/* ------------------------------------------------------------------------ */


/* 08. Topbar */


/* ------------------------------------------------------------------------ */

#topbar {
    height: 39px;
    font-size: 10px;
    background: #ffffff;
    border-bottom: 1px solid #efefef;
}

#topbar .callus {
    line-height: 39px;
    color: #999999;
}

#topbar .callus a {
    color: #999999
}

#topbar .callus a:hover {
    color: #666666
}

#topbar .social-icons ul {
    list-style: none;
    margin: 0 0 -1px 0;
    float: right;
}


/* ------------------------------------------------------------------------ */


/* 09. Social Icons */


/* ------------------------------------------------------------------------ */

#topbar .social-icons ul {
    list-style: none;
    margin: 0 0 -1px 0;
    float: right;
}

.social-icons ul li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

.social-icons ul li a {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    opacity: 0.6;
}

#copyright .social-icons ul li a {
    opacity: 1;
}

#copyright .social-icons ul li a:hover {
    background-color: transparent !important;
}

.social-icons a:hover {
    background-color: #cccccc;
    background-position: 0px -40px !important;
    opacity: 1;
}

.social-email a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/email.png) no-repeat 0 0
}

.social-email a:hover {
    background-color: #666666
}

.social-aim a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/aim.png) no-repeat 0 0
}

.social-aim a:hover {
    background-color: #e95a00
}

.social-apple a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/apple.png) no-repeat 0 0
}

.social-apple a:hover {
    background-color: #606060
}

.social-behance a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/behance.png) no-repeat 0 0
}

.social-behance a:hover {
    background-color: #18a3fe
}

.social-blogger a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/blogger.png) no-repeat 0 0
}

.social-blogger a:hover {
    background-color: #fb913f
}

.social-cargo a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/cargo.png) no-repeat 0 0
}

.social-cargo a:hover {
    background-color: #00c462
}

.social-delicious a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/delicious.png) no-repeat 0 0
}

.social-delicious a:hover {
    background-color: #3274d1
}

.social-deviantart a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/deviantart.png) no-repeat 0 0
}

.social-deviantart a:hover {
    background-color: #d0de21
}

.social-digg a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/digg.png) no-repeat 0 0
}

.social-digg a:hover {
    background-color: #2882c6
}

.social-dopplr a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/dopplr.png) no-repeat 0 0
}

.social-dopplr a:hover {
    background-color: #99cc66
}

.social-dribbble a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/dribbble.png) no-repeat 0 0
}

.social-dribbble a:hover {
    background-color: #ef5b92
}

.social-ember a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/ember.png) no-repeat 0 0
}

.social-ember a:hover {
    background-color: #fb9d00
}

.social-evernote a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/evernote.png) no-repeat 0 0
}

.social-evernote a:hover {
    background-color: #77ba2f
}

.social-facebook a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/facebook.png) no-repeat 0 0
}

.social-facebook a:hover {
    background-color: #3b5998
}

.social-flickr a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/flickr.png) no-repeat 0 0
}

.social-flickr a:hover {
    background-color: #f1628b
}

.social-forrst a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/forrst.png) no-repeat 0 0
}

.social-forrst a:hover {
    background-color: #5b9a68
}

.social-github a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/github.png) no-repeat 0 0
}

.social-github a:hover {
    background-color: #7292a2
}

.social-google a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/google.png) no-repeat 0 0
}

.social-google a:hover {
    background-color: #dd4b39
}

.social-googleplus a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/googleplus.png) no-repeat 0 0
}

.social-googleplus a:hover {
    background-color: #d94a39
}

.social-gowalla a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/gowalla.png) no-repeat 0 0
}

.social-gowalla a:hover {
    background-color: #ff920d
}

.social-grooveshark a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/grooveshark.png) no-repeat 0 0
}

.social-grooveshark a:hover {
    background-color: #f88e00
}

.social-html5 a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/html5.png) no-repeat 0 0
}

.social-html5 a:hover {
    background-color: #f3642c
}

.social-icloud a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/icloud.png) no-repeat 0 0
}

.social-icloud a:hover {
    background-color: #fb913f
}

.social-instagram a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/instagram.png) no-repeat 0 0
}

.social-instagram a:hover {
    background-color: #46759c
}

.social-lastfm a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/lastfm.png) no-repeat 0 0
}

.social-lastfm a:hover {
    background-color: #d21309
}

.social-linkedin a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/linkedin.png) no-repeat 0 0
}

.social-linkedin a:hover {
    background-color: #71b2d0
}

.social-metacafe a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/metacafe.png) no-repeat 0 0
}

.social-metacafe a:hover {
    background-color: #ef4035
}

.social-mixx a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/mixx.png) no-repeat 0 0
}

.social-mixx a:hover {
    background-color: #d80330
}

.social-myspace a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/myspace.png) no-repeat 0 0
}

.social-myspace a:hover {
    background-color: #003398
}

.social-netvibes a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/netvibes.png) no-repeat 0 0
}

.social-netvibes a:hover {
    background-color: #629e61
}

.social-newsvine a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/newsvine.png) no-repeat 0 0
}

.social-newsvine a:hover {
    background-color: #5b965a
}

.social-orkut a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/orkut.png) no-repeat 0 0
}

.social-orkut a:hover {
    background-color: #ed2590
}

.social-paypal a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/paypal.png) no-repeat 0 0
}

.social-paypal a:hover {
    background-color: #32689a
}

.social-picasa a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/picasa.png) no-repeat 0 0
}

.social-picasa a:hover {
    background-color: #444
}

.social-pinterest a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/pinterest.png) no-repeat 0 0
}

.social-pinterest a:hover {
    background-color: #cb2027
}

.social-plurk a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/plurk.png) no-repeat 0 0
}

.social-plurk a:hover {
    background-color: #f35b36
}

.social-posterous a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/posterous.png) no-repeat 0 0
}

.social-posterous a:hover {
    background-color: #f9d560
}

.social-reddit a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/reddit.png) no-repeat 0 0
}

.social-reddit a:hover {
    background-color: #cde2f9
}

.social-rss a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/rss.png) no-repeat 0 0
}

.social-rss a:hover {
    background-color: #fe9900
}

.social-skype a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/skype.png) no-repeat 0 0
}

.social-skype a:hover {
    background-color: #18b7f1
}

.social-stumbleupon a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/stumbleupon.png) no-repeat 0 0
}

.social-stumbleupon a:hover {
    background-color: #eb4924
}

.social-technorati a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/technorati.png) no-repeat 0 0
}

.social-technorati a:hover {
    background-color: #7ac84f
}

.social-tumblr a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/tumblr.png) no-repeat 0 0
}

.social-tumblr a:hover {
    background-color: #3a5976
}

.social-twitter a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/twitter.png) no-repeat 0 0
}

.social-twitter a:hover {
    background-color: #48c4d2
}

.social-vimeo a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/vimeo.png) no-repeat 0 0
}

.social-vimeo a:hover {
    background-color: #62a0ad
}

.social-wordpress a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/wordpress.png) no-repeat 0 0
}

.social-wordpress a:hover {
    background-color: #464646
}

.social-yahoo a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/yahoo.png) no-repeat 0 0
}

.social-yahoo a:hover {
    background-color: #ab64bc
}

.social-yelp a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/yelp.png) no-repeat 0 0
}

.social-yelp a:hover {
    background-color: #c41200
}

.social-youtube a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/youtube.png) no-repeat 0 0
}

.social-youtube a:hover {
    background-color: #f45750
}

.social-zerply a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/zerply.png) no-repeat 0 0
}

.social-zerply a:hover {
    background-color: #8db259
}

.social-zootool a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/zootool.png) no-repeat 0 0
}

.social-zootool a:hover {
    background-color: #262626
}

.social-xing a {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/xing.png) no-repeat 0 0
}

.social-xing a:hover {
    background-color: #006466
}


/* ------------------------------------------------------------------------ */


/* 10. Header */


/* ------------------------------------------------------------------------ */

.header {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/earth-trust-header.svg) no-repeat right -5px / auto 100% !important;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 200px !important;
}

.header .logo {
    margin-bottom: 0 !important;
    float: right;
    position: relative;
    width: 255px;
}

.header .logo img {
    max-width: 100%;
    height: auto;
}

.header .logo .logo_standard {}

.header .logo .logo_retina {
    display: none;
}


/* ------------------------------------------------------------------------ */


/* 12. Header - Searchform */


/* ------------------------------------------------------------------------ */

#header-searchform {
    float: right;
    margin: 0px 0 0 10px;
}

#header-searchform input {
    margin: 0;
    padding: 8px 0 8px 34px;
    width: 0px;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/search.png) no-repeat 9px 8px;
    opacity: 0.5;
    border: none;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
}

#header-searchform input:hover {
    opacity: 1;
}

#header-searchform input:focus {
    opacity: 1;
    font-size: 12px;
    padding: 8px 0 8px 34px;
    width: 115px;
    border: none;
    color: #555555;
    background-color: #efefef;
    cursor: text;
}

#header-searchform #header-searchsubmit {
    display: none;
}


/* Hide Search Submit button */


/* ------------------------------------------------------------------------ */


/* 12. Header - Cart */


/* ------------------------------------------------------------------------ */

#header-cart {
    float: right;
    display: block;
    height: 30px;
    width: 16px;
    line-height: 30px;
    padding: 5px 0 0 0;
    margin: 0px 2px 0 18px;
    opacity: 0.5;
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/cart.png) no-repeat 0 8px;
}

#header-cart:hover {
    opacity: 1;
}


/* ------------------------------------------------------------------------ */


/* 13. Content */


/* ------------------------------------------------------------------------ */

#page-wrap {
    padding: 40px 0 40px 0;
}

.nopadding {
    padding: 0;
}

#content.sidebar-left {
    float: right
}


/* Striped Border under Title and above Footer */

.hr-border {
    height: 8px;
    width: 100%;
    margin-top: 0px;
}


/* Standard Title ---------------------------------------------------- */

#title {
    background: #f9f9f9;
    padding: 25px 0px;
}

#title h1,
#title .blog-h1 {
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    margin: 0;
}

#title h2,
#title .blog-h2 {
    display: block;
    font-weight: lighter;
    color: #aaaaaa;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

#title #breadcrumbs {
    font-size: 11px;
    text-align: right;
    color: #aaaaaa;
    line-height: 28px;
    padding: 0;
    margin: 0;
}

#title #breadcrumbs.breadrcumbpadding {
    padding-top: 12px;
}

#title #breadcrumbs a {
    color: #aaaaaa;
}

#title #breadcrumbs a:hover {
    color: #289dcc;
}


/* Alternative Title (with Image) ---------------------------------------------------- */

#alt-title {
    width: 100%;
    height: 159px;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    -webkit-box-shadow: inset 0px 0px 3px rgba(50, 50, 50, 0.12);
    -moz-box-shadow: inset 0px 0px 3px rgba(50, 50, 50, 0.12);
    box-shadow: inset 0px 0px 3px rgba(50, 50, 50, 0.12);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    image-rendering: optimizeQuality;
}

#alt-title .grid {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/grid.png);
    width: 100%;
    height: 159px;
    position: absolute;
    top: 0;
    left: 0;
}

#alt-title h1,
#alt-title .blog-h1 {
    top: 42px;
    left: 10px;
    position: absolute;
    background: #289dcc;
    display: inline-block;
    padding: 14px 20px;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
}

#alt-title h2,
#alt-title .blog-h2 {
    position: absolute;
    top: 88px;
    left: 10px;
    color: #999999;
    display: inline-block;
    background: #ffffff;
    padding: 8px 20px;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
}

#alt-breadcrumbs {
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 0 19px 0;
    font-size: 11px;
    line-height: 0px;
    color: #999999;
}

#alt-breadcrumbs a {
    color: #999999
}

#alt-breadcrumbs a:hover {
    color: #289dcc
}

#alt-breadcrumbs .container {
    padding-left: 20px
}


/* Alt Title 2 ---------------------------------------------------- */

#alt-title-2 {
    width: 100%;
    height: 420px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0px !important;
}

#alt-title-2 h1,
#alt-title-2 .blog-h1 {
    line-height: 90px;
}

#alt-title-2 .five {
    background: red !important;
}

#alt-title-2 #breadcrumbs {
    font-size: 11px;
    text-align: right;
    color: #aaaaaa;
    line-height: 90px;
    padding: 0px 0 0 0;
    margin: 0;
}

#alt-title-2 #breadcrumbs a {
    color: #aaaaaa;
}

#alt-title-2 #breadcrumbs a:hover {
    color: #289dcc;
}


/* No Title ---------------------------------------------------- */

#no-title {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

#no-title .no-title-border {
    border-top: 1px solid #e4e4e4;
}

#no-title #breadcrumbs {
    padding: 20px 0 19px 0;
    font-size: 11px;
    line-height: 0px;
    color: #999999;
}

#no-title #breadcrumbs a {
    color: #999999
}

#no-title #breadcrumbs a:hover {
    color: #289dcc
}

#no-title #breadcrumbs .container {
    padding-left: 20px
}

#no-title-divider {}


/* ------------------------------------------------------------------------ */


/* 14. Blog Standard - Overview */


/* ------------------------------------------------------------------------ */

.blog .post {}

.post img {
    display: block;
}

.post-icon {
    display: block;
    width: 35px;
    height: 35px;
    float: left;
    margin: 10px 20px 0 0;
    background: #289dcc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.post-icon.standard {
    background-image: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/postformat-standard.png)
}

.post-icon.imagegallery {
    background-image: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/postformat-gallery.png)
}

.post-icon.link {
    background-image: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/postformat-link.png)
}

.post-icon.quote {
    background-image: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/postformat-quote.png)
}

.post-icon.video {
    background-image: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/postformat-video.png)
}

.post-icon.audio {
    background-image: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/postformat-audio.png)
}

.post-content {
    float: left;
    width: 645px;
}

.blog .post-title {
    margin: 0 !important;
    padding: 0 !important;
}

.post-title h2,
.post-title h1 {
    margin: 10px 0 20px 0;
    padding: 0 !important;
    font-weight: normal;
    font-size: 22px;
}

.post-title h2 a,
.post-title h1 a {
    margin: 0 !important;
}

.post-meta {
    margin-top: 20px;
    margin-left: 55px;
}

.post-meta span {
    background: #f4f4f4;
    padding: 7px 15px 7px 10px;
    margin: 0 10px 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #999999;
    font-size: 11px;
}

.post-meta span a {
    color: #999999
}

.post-meta span a:hover {
    color: #666666
}

.post-meta span i {
    opacity: 0.4;
    filter: alpha(opacity=40);
    margin: -2px 10px 0 0;
}

.post-content a.read-more-link {
    display: inline-block;
}

.post-image a {
    display: block;
    position: relative;
}

.search-result {
    border-bottom: 1px solid #efefef;
    padding: 0 0 60px 0;
    margin: 0 0 50px 0;
}

.search-content a.read-more-link {}

.search-meta {}

.search-meta span {
    background: #f4f4f4;
    padding: 7px 15px 7px 10px;
    margin: 0 10px 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #999999;
    font-size: 11px;
}

.search-meta span a {
    color: #999999
}

.search-meta span a:hover {
    color: #666666
}

.search-meta span i {
    opacity: 0.4;
    filter: alpha(opacity=40);
    margin: -2px 10px 0 0;
}

.search-meta span.meta-category {
    display: none;
}


/* Different Post Types ---------------------------------------------------- */

.post-image,
.post-gallery,
.post-video,
.post-audio {
    margin-bottom: 20px !important;
}


/*.post-video iframe{
    width:100%;
    height:auto;
}*/

.post-image img {
    max-width: 100%;
    height: auto;
}

.post-link {
    margin-top: -15px;
    margin-bottom: 10px;
    color: #cccccc;
}

.post-quote {
    background: #333333 url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/quote.png) no-repeat 15px 20px;
    position: relative;
    padding: 20px 30px 20px 50px;
    margin: 0 0 20px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.post-quote h2,
.post-quote h1 {
    margin: 0 0 0px 0;
    padding: 0;
    font-size: 18px;
    font-family: "effra", sans-serif !important;
    font-weight: normal;
    font-style: italic;
    color: #ffffff;
}

.post-quote .quote-source a {
    font-size: 13px;
    font-weight: normal;
    color: #999999 !important;
    padding: 0;
}


/* Image Hover Overlay ---------------------------------------------------- */

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/overlay-lightbox.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.post-image .overlay {
    background-image: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/overlay-link.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.single .post-image .overlay {
    background-image: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/overlay-lightbox.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.post-gallery .overlay {
    background-image: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/overlay-link.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.single .post-gallery .overlay {
    background-image: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/overlay-lightbox.png);
    background-position: center center;
    background-repeat: no-repeat;
}


/* ------------------------------------------------------------------------ */


/* 15. Blog Medium - Overview */


/* ------------------------------------------------------------------------ */

.blog-medium .post-video,
.blog-medium .post-gallery,
.blog-medium .post-image,
.blog-medium .post-quote,
.blog-medium .post-audio,
.blog-medium .post-link {
    width: 320px;
    float: left;
    margin-right: 20px;
}

.blog-medium .post-icon {
    margin: 0 0 0 -55px;
    position: relative;
    z-index: 999;
    border-radius: 0;
    display: none;
}

.blog-medium .post-title h2 {
    margin: 0px 0 15px 0;
}

.blog-medium .post-content {
    float: left;
    width: 320px;
}

.blog-medium .post-quote {
    width: 280px;
}

.blog-medium .post-meta {
    margin: 0px;
}

.blog-medium .no-post-image {
    display: block;
    width: 310px;
    height: 200px;
    border: 5px solid #efefef;
    background: #ffffff url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/noimage.png) no-repeat center center;
}

.blog-medium .no-post-image-link {
    display: block;
    width: 310px;
    height: 200px;
    border: 5px solid #efefef;
    background: #ffffff url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/noimage-link.png) no-repeat center center;
}

.blog-medium .no-post-image-quote {
    display: block;
    width: 310px;
    height: 200px;
    border: 5px solid #efefef;
    background: #ffffff url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/noimage-quote.png) no-repeat center center;
}


/* ------------------------------------------------------------------------ */


/* 16. Blog - Single Post */


/* ------------------------------------------------------------------------ */

.single .post {
    margin-bottom: 30px
}

.single .post-meta {
    margin-left: 0;
    margin-bottom: 30px;
}

.single .post-tags {
    margin-top: 30px;
}

.single .post-tags a {
    display: block;
    float: left;
    border: 1px solid #dddddd;
    color: #999999;
    margin: 0 7px 7px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 10px 2px 10px;
    font-size: 12px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    -moz-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
}

.single .post-tags a:hover {
    background: #289dcc;
    border-color: #289dcc;
    color: #ffffff;
}


/* Author Information ---------------------------------------------------- */

#author-info {
    margin: 0px 0px 20px 55px;
    overflow: hidden;
    border: 1px solid #ddd;
    display: block;
    background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-color: #F9F9F9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
    -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
    box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
}

#author-info .author-image {
    float: left;
    width: 45px;
    padding: 20px;
}

#author-info .author-image img {
    display: block;
    border: 3px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.1);
}

#author-info .author-bio {
    float: left;
    width: 500px;
    padding: 20px 20px 20px 0px;
}

#author-info .author-bio h4 {
    margin: 0px 0 10px 0
}


/* Sharebox ---------------------------------------------------- */

.sharebox {
    margin-left: 55px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin-bottom: 40px;
    padding: 10px 0 10px 0;
}

.sharebox h4 {
    float: left;
    margin: 11px 0 0 10px;
    color: #777777;
    font-size: 13px;
}

.sharebox .social-icons {
    float: right;
    list-style: none;
    margin: 0;
}

.sharebox .social-icons a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    opacity: 0.6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.sharebox .social-icons a:hover {
    background-color: #666666 !important;
    background-position: 0px -40px !important;
    opacity: 1;
}


/* Related Posts ---------------------------------------------------- */

#related-posts {
    margin-top: 60px;
}

#related-posts ul {
    list-style: none;
    margin: 0px 0 0 0;
}

#related-posts ul li {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/arrow4.png) no-repeat 0px 9px;
    padding: 2px 0 2px 12px;
}

#related-posts ul li a span {
    color: #cccccc;
    font-size: 11px;
    margin: 0 0 0 8px;
}


/* ------------------------------------------------------------------------ */


/* 17. Pagination */


/* ------------------------------------------------------------------------ */

#pagination {}

#pagination a,
#pagination span {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    padding: 7px 10px 6px 10px;
    border: 1px solid #cccccc;
    font-size: 12px;
    line-height: 12px;
    color: #a8a8a8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#pagination a:hover {
    color: #ffffff;
    border-color: #289dcc;
    background: #289dcc;
}

#pagination span.current {
    background: #333333;
    border-color: #333333;
    color: #ffffff;
    font-weight: bold;
}


/* ------------------------------------------------------------------------ */


/* 18. Comments - List */


/* ------------------------------------------------------------------------ */

.comments {
    display: none;
}

.commentlist {
    list-style: none;
    margin: 30px 0 0 0;
}

.commentlist li {
    border-bottom: 1px solid #efefef;
    margin: 0 0 40px 0;
    padding: 0 0 16px 0;
}

.commentlist li:last-child {
    border-bottom: none;
}

.commentlist li ul {
    list-style: none;
    margin: 0 0 0 80px;
}

.commentlist li ul li {
    border-top: 1px solid #efefef;
    border-bottom: none;
    margin: 16px 0 0 0;
    padding: 40px 0 0 0;
}

.commentlist li .avatar {
    float: left;
    margin-right: 10px;
}

.commentlist li .avatar img {
    display: block;
    border: 4px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.commentlist li .comment-text {
    overflow: hidden;
    position: relative;
}

.commentlist li .author {
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 17px;
}

.commentlist li .author span {
    display: inline;
    font-weight: bold;
}

.commentlist li .date {
    font-size: 11px;
    color: #999999;
}

.commentlist li .date a {
    color: #999999
}

.commentlist li .date a:hover {
    color: #333333
}

.commentlist li em {
    font-size: 11px;
    color: #cccccc;
    font-style: normal;
    margin-bottom: 20px;
    display: block;
}


/* ------------------------------------------------------------------------ */


/* 19. Comments - Respond */


/* ------------------------------------------------------------------------ */

#respond {
    margin-bottom: 40px
}

#respond form {
    margin-top: 30px;
}

#respond .required {
    color: #c82929;
    display: inline-block;
    margin: 3px 0 0 6px;
    font-size: 14px;
    font-weight: normal;
}


/*#respond p { clear: both }*/

#respond-inputs p {
    width: 220px;
    margin-right: 20px;
    float: left;
}

#respond-inputs p.last {
    margin: 0;
}

#respond input {
    display: block;
    width: 203px;
    margin: 0;
}

#respond textarea {
    display: block;
    width: 683px;
}

#respond p.comment-notes,
#respond p.form-allowed-tags {
    display: none
}

#respond input#submit {}

#respond .headline-title-wrap {
    margin-top: 20px;
}

#cancel-comment-reply-link {
    font-size: 13px;
}

#commentform input.error,
#commentform textarea.error {
    border-color: #c82929;
    background: #fbf2f2;
}

#commentform div.error,
#commentform label.error {
    color: red;
    display: none !important;
}


/* ------------------------------------------------------------------------ */


/* 20. Portfolio - Overview */


/* ------------------------------------------------------------------------ */

#portfolio-wrap {
    width: 100%;
    margin-bottom: -30px;
}

.embedd-video {
    display: none
}

.portfolio #pagination {
    margin-top: 40px
}


/* Filters ---------------------------------------------------- */

#filters {
    margin-top: 0px;
    margin-bottom: 40px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-color: #F9F9F9;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    -moz-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
}

#filters ul {
    margin: 0;
    list-style: none;
}

#filters ul li {
    display: block;
    float: left;
}

#filters ul li a {
    display: block;
    float: left;
    border-right: 1px solid #dddddd;
    color: #999999;
    padding: 6px 20px 6px 20px;
    background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-color: #F9F9F9;
}

#filters ul li a:hover {
    color: #289dcc
}

#filters ul li a.active {
    background: #ffffff;
    color: #289dcc;
}


/* Portfolio Filter Transitions ---------------------------------------------------- */


/* Start: Recommended Isotope styles */


/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}


/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}


/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


/* End: Recommended Isotope styles */


/* Portfolio Items ---------------------------------------------------- */

.portfolio-item {
    width: 220px;
    height: 202px;
    margin: 0 0 20px 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    -moz-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
}

.portfolio-item .portfolio-pic {
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    overflow: hidden;
    display: block;
    position: relative;
}

.portfolio-item img {
    display: block;
    width: 220px;
    height: 143px;
}

.portfolio-item .portfolio-title {
    height: 42px;
    padding: 8px 15px 8px 15px;
    background: #ffffff;
    display: block;
    border: 1px solid #e4e4e4;
    border-top: none;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.portfolio-item .portfolio-title h4 {
    margin: 0 0 -1px 0;
    padding: 0;
    font-size: 14px !important;
    font-weight: 600;
    color: #666666;
}

.portfolio-item .portfolio-title span {
    margin: 0;
    padding: 0;
    font-size: 12px !important;
    color: #999999;
    display: block;
}

.portfolio-item:hover .portfolio-title {
    color: #ffffff;
    background: #289dcc;
    border-color: #289dcc;
}

.portfolio-item:hover .portfolio-title h4,
.portfolio-item:hover .portfolio-title span {
    color: #ffffff;
}

.portfolio-item:hover .portfolio-title span {
    color: rgba(255, 255, 255, 0.7);
}


/* Portfolio Item Overlay ---------------------------------------------------- */

.portfolio-item .portfolio-pic .portfolio-overlay {
    display: block;
    width: 220px;
    height: 143px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.portfolio-item .portfolio-pic .portfolio-overlay .overlay-link,
.portfolio-item-one .portfolio-pic .portfolio-overlay .overlay-link {
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.7) url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/overlay-link.png) no-repeat center center;
    position: absolute;
    top: -25px;
    left: 85px;
    display: block;
    text-indent: -9999px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
}

.portfolio-item .portfolio-pic .portfolio-overlay .overlay-lightbox,
.portfolio-item-one .portfolio-pic .portfolio-overlay .overlay-lightbox {
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.7) url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/overlay-lightbox.png) no-repeat center center;
    position: absolute;
    top: -25px;
    left: 85px;
    display: block;
    text-indent: -9999px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
}


/* Portfolio Items: 3 Columns ---------------------------------------------------- */

.portfolio-item.one-third {
    width: 300px;
    height: 255px;
}

.portfolio-item.one-third img {
    width: 300px;
    height: 196px;
}

.portfolio-item.one-third .portfolio-pic .portfolio-overlay {
    display: block;
    width: 300px;
    height: 196px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.portfolio-item.one-third .portfolio-pic .portfolio-overlay .overlay-link,
.portfolio-item.one-third .portfolio-pic .portfolio-overlay .overlay-lightbox {
    left: 125px
}


/* Portfolio Items: 2 Columns ---------------------------------------------------- */

.portfolio-item.eight {
    width: 460px;
    height: 359px;
}

.portfolio-item.eight img {
    width: 460px;
    height: 300px;
}

.portfolio-item.eight .portfolio-pic .portfolio-overlay {
    display: block;
    width: 460px;
    height: 300px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.portfolio-item.eight .portfolio-pic .portfolio-overlay .overlay-link,
.portfolio-item.eight .portfolio-pic .portfolio-overlay .overlay-lightbox {
    left: 205px
}


/* Portfolio Items: 1 Column ---------------------------------------------------- */

.portfolio-item-one {
    margin: 0 0 40px 0;
    padding: 0 0 41px 0;
    background: #ffffff;
    border-bottom: 1px solid #efefef;
}

.portfolio-item-one .portfolio-picwrap {
    width: 460px;
    height: 250px;
    float: left;
    margin: 0 30px 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.portfolio-item-one .portfolio-desc {
    width: 450px;
    float: left;
}

.portfolio-item-one .portfolio-picwrap img {
    display: block;
    width: 460px;
    height: 250px;
}

.portfolio-item-one .portfolio-desc .read-more-link {
    display: none;
}

.portfolio-item-one .portfolio-desc ul li {
    margin-left: 40px !important;
}

.portfolio-item-one h4 {
    font-size: 22px;
    margin: 20px 0 0 0;
}

.portfolio-tags {
    margin: 0px 0px 20px 0px;
    color: #999999;
}

.portfolio-item-one .portfolio-picwrap .portfolio-overlay {
    display: block;
    width: 460px;
    height: 300px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.portfolio-item-one .portfolio-picwrap .portfolio-overlay .overlay-link,
.portfolio-item-one .portfolio-picwrap .portfolio-overlay .overlay-lightbox {
    left: 205px
}


/* ------------------------------------------------------------------------ */


/* 21. Portfolio - Single */


/* ------------------------------------------------------------------------ */

.portfolio-wide #portfolio-slider,
.portfolio-wide #portfolio-video {
    margin: 0 0 40px 10px;
}

#portfolio-video iframe {
    max-width: 100%;
}

#portfolio-slider {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.portfolio-detail-description-text {}

.portfolio-sidebyside .portfolio-detail-description-text {
    margin-bottom: 30px;
}

.portfolio-detail-description .headline-title-wrap,
.portfolio-detail-attributes .headline-title-wrap {
    margin-bottom: 25px
}

.portfolio-detail-attributes ul {
    list-style: none;
    margin: -7px 0 0 0;
}

.portfolio-detail-attributes ul li {
    padding: 7px 0 6px 0;
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/dotted.png) repeat-x bottom left;
}

.portfolio-detail-attributes ul li strong {
    display: inline-block;
    width: 60px;
    font-size: 11px;
    text-transform: uppercase;
    color: #aeaeae;
}

.portfolio-detail-attributes .button {
    margin-top: 20px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    display: inline-block;
    background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-color: #F9F9F9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
    -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
    box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
}


/* Related Portfolio Items ---------------------------------------------------- */

#portfolio-related-post {
    margin-top: 40px;
}

#portfolio-related-post h3 {
    margin-left: 10px;
    margin-right: 10px;
}


/* Portfolio Comments ---------------------------------------------------- */

.portfolio-detail .portfolio-comments {
    margin-top: 20px;
}


/* Projects Nav ---------------------------------------------------- */

.projects-nav {
    float: right;
    width: 100px;
    margin: 7px 5px 0 0;
}

.projectsnavpadding {
    padding: 0 !important;
    margin: 0px 0 0 0 !important;
}

.projects-nav a,
.post-navigation a {
    display: block;
    text-indent: -9999px;
    background: #cccccc;
    width: 35px;
    height: 35px;
    float: right;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.projects-nav .next a,
.post-navigation .next a {
    background-image: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/slider-next.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.projects-nav .prev a,
.post-navigation .prev a {
    background-image: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/slider-prev.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.projects-nav a:hover,
.post-navigation a:hover {
    background-color: #289dcc
}


/* ------------------------------------------------------------------------ */


/* 22. Content Pages */


/* ------------------------------------------------------------------------ */


/* Revolution Slider ---------------------------------------------------- */

.tp-bannershadow {
    opacity: 0.7
}


/*.rev_slider {
    display: block !important;
    overflow: hidden !important;
    -webkit-border-radius: 6px !important;
       -moz-border-radius: 6px !important;
            border-radius: 6px !important;
}

.fullwidthbanner-container .rev_slider {
    -webkit-border-radius: 0px !important;
       -moz-border-radius: 0px !important;
            border-radius: 0px !important;
}*/

.tp-leftarrow.default {
    background: rgba(20, 20, 20, 0.5) url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/slider-prev.png) !important;
    background-repeat: no-repeat !important;
    background-position: 45% 50% !important;
    width: 44px !important;
    height: 56px !important;
    -webkit-border-radius: 0 3px 3px 0 !important;
    -moz-border-radius: 0 3px 3px 0 !important;
    border-radius: 0 3px 3px 0 !important;
}

.tp-rightarrow.default {
    background: rgba(20, 20, 20, 0.5) url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/slider-next.png) !important;
    background-repeat: no-repeat !important;
    background-position: 53% 50% !important;
    width: 44px !important;
    height: 56px !important;
    -webkit-border-radius: 3px 0 0 3px !important;
    -moz-border-radius: 3px 0 0 3px !important;
    border-radius: 3px 0 0 3px !important;
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
    background-color: #2da0ce !important;
}

.tp-bullets.simplebullets.round-old .bullet {
    cursor: pointer !important;
    position: relative !important;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 13px !important;
    height: 13px !important;
    margin-right: 6px !important;
    float: left !important;
    margin-top: -12px !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.tp-bullets.simplebullets.round-old .bullet:hover,
.tp-bullets.simplebullets.round-old .bullet.selected {
    background: rgba(0, 0, 0, 0.8) !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
    .tp-leftarrow.default {
        background-image: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/slider-prev@2x.png) !important;
        -webkit-background-size: 10px 15px;
        -moz-background-size: 10px 15px;
        -o-background-size: 10px 15px;
        background-size: 10px 15px;
    }
    .tp-rightarrow.default {
        background-image: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/slider-next@2x.png) !important;
        -webkit-background-size: 10px 15px;
        -moz-background-size: 10px 15px;
        -o-background-size: 10px 15px;
        background-size: 10px 15px;
    }
}


/* 404 Page ---------------------------------------------------- */

#error-404 {
    text-align: center;
    margin-bottom: 40px;
    padding: 100px 0;
}

h2.error-404 {
    font-size: 108px;
    line-height: 108px;
    margin: 0 0 10px 0;
}

h3.error-404 {
    font-size: 22px;
    line-height: 22px;
    margin: 0;
    color: #999999;
}


/* ------------------------------------------------------------------------ */


/* 23. Sidebars */


/* ------------------------------------------------------------------------ */

#sidebar {}

#sidebar .widget {
    margin-bottom: 40px;
    color: #888888;
}

#sidebar .widget h3 {
    font-size: 15px;
    margin: 0 0 20px 0;
}

#sidebar .widget ul li {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/arrow4.png) no-repeat 0px 9px;
    padding: 1px 0 1px 12px;
}

#sidebar .widget ul li.current_page_item,
#sidebar .widget ul li.current-menu-item {
    font-weight: bold
}


/* Side Navigation Template ---------------------------------------------------- */

#sidebar .widget.widget_wp_nav_menu_desc ul li {
    background: none;
    padding: 0;
}

.sidenav,
.widget_wp_nav_menu_desc {
    margin: 0;
    list-style: none;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.08);
}

.sidenav {
    margin-bottom: 30px;
}

.sidenav li ul,
.widget_wp_nav_menu_desc li ul {
    margin: 0;
    list-style: none;
}

.sidenav li ul li a,
.widget_wp_nav_menu_desc li ul li a {
    background: #f9f9f9;
    color: #999999;
    padding: 10px 15px 10px 30px;
}

.sidenav li a,
.widget_wp_nav_menu_desc li a {
    display: block;
    margin: 0 0 -1px !important;
    padding: 10px 15px;
    border: 1px solid #dddddd;
    border-bottom-color: #efefef;
    border-top-color: #efefef;
    color: #777777;
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/arrow5.png) no-repeat 94% 15px;
}

.sidenav li:first-child a,
.widget_wp_nav_menu_desc li:first-child a {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border-top-color: #dddddd;
}

.sidenav li:last-child a,
.widget_wp_nav_menu_desc li:last-child a {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border-bottom-color: #dddddd;
}

.sidenav>li.current_page_item>a,
.sidenav>li.current_page_item>a:hover,
.widget_wp_nav_menu_desc>li.current_page_item>a,
.widget_wp_nav_menu_desc>li.current_page_item>a:hover {
    position: relative;
    z-index: 2;
    padding: 11px 15px;
    border: 0;
    font-weight: 700;
    background-color: #289dcc;
    background-image: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/arrow5_white.png);
    background-repeat: no-repeat;
    background-position: 94% 15px;
    color: #ffffff !important;
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidenav li.current_page_item ul li:first-child a,
.sidenav li.current_page_item ul li:last-child a,
.widget_wp_nav_menu_desc li.current_page_item ul li:first-child a,
.widget_wp_nav_menu_desc li.current_page_item ul li:last-child a {
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.sidenav li a:hover,
.widget_wp_nav_menu_desc li a:hover {
    background-color: #F9F9F9;
}

.sidenav ul.children>li.current_page_item>a {
    color: #289dcc;
}


/* ------------------------------------------------------------------------ */


/* 24. Twitterbar
/* ------------------------------------------------------------------------ */

#twitterbar {
    color: #ffffff;
    background: #289dcc;
    margin: 0;
    padding: 15px 0;
}

#twitterbar .twitterpost {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/icons/twitter.png) no-repeat -10px -49px;
    padding: 0 0 0 30px;
    list-style: none;
    margin: 0;
}

#twitterbar .twitterpost .tweet_time {
    display: none;
}

#twitterbar .twitterpost ul {
    margin: 0;
    padding: 0;
}

#twitterbar .twitterpost a {
    color: #ffffff;
    display: inline;
}

#twitterbar .twitterpost li {
    margin: 0 !important;
    padding: 0 !important;
    display: inline;
}

#twitterbar .twitterpost li b {
    display: none
}

.imgdisplay {
    padding: 0 !important;
    background: none !important;
    transition: none !important;
    border-radius: 0 !important;
}

#ai-more {
    display: none !important;
}

.imgdisplay:hover,
.imgdisplay:focus {
    box-shadow: none !important;
}

.authorinfo {
    display: none;
}

.tweetlink {
    margin-top: 10px !important;
}

.tweet-posted-date {
    margin-bottom: 0 !important;
}

.tweettxts,
.widget .tweettxts {
    margin-bottom: 20px !important;
}


/* ------------------------------------------------------------------------ */


/* 25. Footer
/* ------------------------------------------------------------------------ */

#footer {
    font-size: 18px;
    line-height: 24px;
    padding: 30px 0px;
}

#footer a {}

#footer a:hover {}


/* Footer Widgets ---------------------------------------------------- */

#media_image-2 {
    float: left;
    position: relative;
}

#nav_menu-2 {
    float: right;
    position: relative;
    text-align: right;
    margin-top: 20px;
    margin-right: 0px;
}

#text-2 {
    float: right;
    position: relative;
    text-align: right;
    clear: right;
    margin-right: 0px;
}

#footer .widget h3 {
    font-size: 15px;
    color: #ffffff;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #555555;
    margin: 0 0 20px 0;
}


/* ------------------------------------------------------------------------ */


/* 26. Copyright
/* ------------------------------------------------------------------------ */

#copyright {
    display: none;
}

#copyright a {
    color: #888888
}

#copyright a:hover {
    color: #ffffff
}

#copyright .copyright-text {
    padding: 10px 0 10px 0;
}

#copyright .social-icons {
    float: right;
    font-size: 11px;
}


/* ------------------------------------------------------------------------ */


/* 27. Back-To-Top Button
/* ------------------------------------------------------------------------ */

#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    display: none;
}

#back-to-top a {
    display: block;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5) url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/backtotop.png) no-repeat center center;
    text-indent: -9999px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

#back-to-top a:hover {
    background-color: #289dcc
}


/* ------------------------------------------------------------------------ */


/* 28. Widgets */


/* ------------------------------------------------------------------------ */

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* Search Widget /--------------------------------------------------------- */

.widget_search input {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/search.png) no-repeat 10px 9px;
    padding: 8px 8px 8px 30px;
    width: 180px;
    color: #999999;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    -moz-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    border: 1px solid #dddddd;
}

.widget_search input:focus {
    border-color: #c0c0c0
}


/* Calendar Widget /--------------------------------------------------------- */

#wp-calendar {
    width: 100%
}

#wp-calendar caption {
    padding: 0 10px;
    text-align: right;
    font-weight: bold;
    margin: -5px 0 5px 0;
}

#wp-calendar thead {
    font-size: 10px
}

#wp-calendar thead th {
    padding: 5px 10px;
    font-weight: bold;
    border-top: 1px solid #f5f5f5;
}

#wp-calendar tbody {
    color: #aaa
}

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 5px 8px;
}

#wp-calendar tbody td:hover {
    background: #fff
}

#wp-calendar tbody .pad {
    background: none
}

#wp-calendar tfoot #next {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    padding-top: 5px;
}

#wp-calendar tfoot #prev {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 5px;
}


/* Tag Cloud Widget /--------------------------------------------------------- */

.widget_tag_cloud a {
    display: inline-block;
    border: 1px solid #dddddd;
    font-size: 12px !important;
    line-height: 20px;
    color: #999999;
    margin: 0 5px 10px 0px;
    padding: 2px 10px 2px 10px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    -moz-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
}

.widget_tag_cloud a:hover {
    background: #289dcc;
    border-color: #289dcc;
    color: #ffffff !important;
}


/* Embed Widget /--------------------------------------------------------- */

.widget_embed p {
    margin-top: 10px
}

.widget_embed iframe {
    max-width: 100%
}


/* Flickr Widget /--------------------------------------------------------- */

.widget_flickr #flickr_tab {
    margin-right: -10px
}

.widget_flickr #flickr_tab img {
    display: block;
    width: 100%;
    height: 100%;
}

.widget_flickr #flickr_tab a {
    float: left;
    width: 56px;
    height: 56px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    padding: 4px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.widget_flickr #flickr_tab a:hover {
    background: #289dcc;
    border-color: #289dcc;
}


/* Sponsor Widget /--------------------------------------------------------- */

.widget_sponsor .sponsors {
    margin-right: -20px
}

.widget_sponsor a {
    display: block;
    float: left;
    margin: 0 12px 12px 0;
}

.widget_sponsor a img {
    display: block
}


/* Twitter Widget /--------------------------------------------------------- */

.widget_twitter ul {
    list-style: none;
}

.widget_twitter ul li {
    margin-bottom: 20px;
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/twitter.png) no-repeat 0px 4px;
    padding: 0 0 0 32px;
}

.widget_twitter ul li b a {
    display: block;
    font-size: 11px;
    color: #cccccc;
    font-weight: normal;
}

.widget_tp_widget_recent_tweets .tp_recent_tweets {
    margin-bottom: 30px !important;
}

.widget_tp_widget_recent_tweets ul {
    list-style: none
}

.widget_tp_widget_recent_tweets ul li {
    margin-bottom: 15px !important;
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/twitter.png) no-repeat 0px 4px !important;
    padding: 0 0 0 32px !important;
}

.twitter_time {
    font-size: 11px;
    font-weight: normal;
    color: #cccccc;
}


/* Contact Widget /--------------------------------------------------------- */

.widget_contact address {
    font-style: normal
}

.widget_contact address span {
    display: block
}

.widget_contact address span strong {
    display: inline-block;
    width: 52px;
}


/* Portfolio  Widget /--------------------------------------------------------- */

.widget_portfolio .portfolio-item:last-child {
    margin: 0
}

.widget_portfolio .portfolio-widget-item {
    float: left;
    padding: 0 0 0px 0;
    margin: 0 10px 10px 0;
}

.widget_portfolio .portfolio-widget-item:nth-child(3n) {
    border: none !important;
    padding: 0;
    margin-right: 0;
}

.widget_portfolio .portfolio-widget-item .portfolio-pic {
    float: left;
    display: block;
    overflow: hidden;
    width: 56px;
    height: 56px;
    position: relative;
    border: 1px solid #ddd;
    padding: 4px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.widget_portfolio .portfolio-widget-item .portfolio-pic:hover {
    background: #289dcc;
    border-color: #289dcc;
}

.widget_portfolio .portfolio-widget-item .portfolio-pic img {
    width: 100%;
    height: 100%;
    display: block;
}


/* Footer & Topbar Widgets (Color Change) ---------------------------------------------------- */

#footer .widget ul li,
#infobar .widget ul li {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/arrow4.png) no-repeat 0px 9px;
    padding: 1px 0 1px 12px;
}

#footer .widget_contact,
#infobar .widget_contact {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/map.png) no-repeat 0 50px;
}

#footer .widget_search input,
#infobar .widget_search input {
    color: #aaaaaa;
    background-color: #555555;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #555555;
}

#footer .widget_search input:focus,
#infobar .widget_search input:focus {
    color: #ffffff
}

#footer #wp-calendar thead th,
#infobar #wp-calendar thead th {
    border-top: 1px solid #555555
}

#footer #wp-calendar tbody,
#infobar #wp-calendar tbody {
    color: #aaa
}

#footer #wp-calendar tbody td,
#infobar #wp-calendar tbody td {
    background: #555555;
    border: 1px solid #444444;
}

#footer #wp-calendar tbody td:hover,
#infobar #wp-calendar tbody td:hover {
    background: #444444;
    color: #ffffff;
}

#footer #wp-calendar tbody .pad,
#infobar #wp-calendar tbody .pad {
    background: none
}

#footer .widget_tag_cloud a,
#infobar .widget_tag_cloud a {
    border: 1px solid #333333;
    background: #333333;
    color: #777777;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 1px 9px;
}

#footer .widget_tag_cloud a:hover,
#infobar .widget_tag_cloud a:hover {
    background: #289dcc;
    border-color: #289dcc;
    color: #ffffff !important;
}

#footer .widget_flickr #flickr_tab a,
#infobar .widget_flickr #flickr_tab a {
    border: 1px solid #333333;
    padding: 4px;
    background: #333333;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#footer .widget_flickr #flickr_tab a:hover,
#infobar .widget_flickr #flickr_tab a:hover {
    background: #289dcc;
    border-color: #289dcc;
}

#footer .widget_twitter ul li:last-child,
#infobar .widget_twitter ul li:last-child {
    margin: 0
}

#footer .widget_portfolio .portfolio-widget-item,
#infobar .widget_portfolio .portfolio-widget-item {}

#footer .widget_portfolio .portfolio-widget-item .portfolio-pic,
#infobar .widget_portfolio .portfolio-widget-item .portfolio-pic {
    border: 1px solid #222222;
    padding: 4px;
    background: #222222;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#footer .widget_portfolio .portfolio-widget-item .portfolio-pic:hover,
#infobar .widget_portfolio .portfolio-widget-item .portfolio-pic:hover {
    background: #289dcc;
    border-color: #289dcc;
}


/* ------------------------------------------------------------------------ */


/* Bootstrap - Glyph Icons */


/* ------------------------------------------------------------------------ */

[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    line-height: 1;
    vertical-align: middle;
    background-image: url("https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: -1px;
}


/* White icons with optional class, or on hover/active states of certain elements */

a.button.black i,
a.button.alternative-1 i,
a.button.alternative-2 i,
a.button.alternative-3 i,
.icon-white,
.nav>.active>a>[class^="icon-"],
.nav>.active>a>[class*=" icon-"],
.dropdown-menu>li>a:hover>[class^="icon-"],
.dropdown-menu>li>a:hover>[class*=" icon-"],
.dropdown-menu>.active>a>[class^="icon-"],
.dropdown-menu>.active>a>[class*=" icon-"] {
    background-image: url("https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/glyphicons-halflings-white.png");
}

.icon-glass {
    background-position: 0 0;
}

.icon-music {
    background-position: -24px 0;
}

.icon-search {
    background-position: -48px 0;
}

.icon-envelope {
    background-position: -72px 0;
}

.icon-heart {
    background-position: -96px 0;
}

.icon-star {
    background-position: -120px 0;
}

.icon-star-empty {
    background-position: -144px 0;
}

.icon-user {
    background-position: -168px 0;
}

.icon-film {
    background-position: -192px 0;
}

.icon-th-large {
    background-position: -216px 0;
}

.icon-th {
    background-position: -240px 0;
}

.icon-th-list {
    background-position: -264px 0;
}

.icon-ok {
    background-position: -288px 0;
}

.icon-remove {
    background-position: -312px 0;
}

.icon-zoom-in {
    background-position: -336px 0;
}

.icon-zoom-out {
    background-position: -360px 0;
}

.icon-off {
    background-position: -384px 0;
}

.icon-signal {
    background-position: -408px 0;
}

.icon-cog {
    background-position: -432px 0;
}

.icon-trash {
    background-position: -456px 0;
}

.icon-home {
    background-position: 0 -24px;
}

.icon-file {
    background-position: -24px -24px;
}

.icon-time {
    background-position: -48px -24px;
}

.icon-road {
    background-position: -72px -24px;
}

.icon-download-alt {
    background-position: -96px -24px;
}

.icon-download {
    background-position: -120px -24px;
}

.icon-upload {
    background-position: -144px -24px;
}

.icon-inbox {
    background-position: -168px -24px;
}

.icon-play-circle {
    background-position: -192px -24px;
}

.icon-repeat {
    background-position: -216px -24px;
}

.icon-refresh {
    background-position: -240px -24px;
}

.icon-list-alt {
    background-position: -264px -24px;
}

.icon-lock {
    background-position: -287px -24px;
}

.icon-flag {
    background-position: -312px -24px;
}

.icon-headphones {
    background-position: -336px -24px;
}

.icon-volume-off {
    background-position: -360px -24px;
}

.icon-volume-down {
    background-position: -384px -24px;
}

.icon-volume-up {
    background-position: -408px -24px;
}

.icon-qrcode {
    background-position: -432px -24px;
}

.icon-barcode {
    background-position: -456px -24px;
}

.icon-tag {
    background-position: 0 -48px;
}

.icon-tags {
    background-position: -25px -48px;
}

.icon-book {
    background-position: -48px -48px;
}

.icon-bookmark {
    background-position: -72px -48px;
}

.icon-print {
    background-position: -96px -48px;
}

.icon-camera {
    background-position: -120px -48px;
}

.icon-font {
    background-position: -144px -48px;
}

.icon-bold {
    background-position: -167px -48px;
}

.icon-italic {
    background-position: -192px -48px;
}

.icon-text-height {
    background-position: -216px -48px;
}

.icon-text-width {
    background-position: -240px -48px;
}

.icon-align-left {
    background-position: -264px -48px;
}

.icon-align-center {
    background-position: -288px -48px;
}

.icon-align-right {
    background-position: -312px -48px;
}

.icon-align-justify {
    background-position: -336px -48px;
}

.icon-list {
    background-position: -360px -48px;
}

.icon-indent-left {
    background-position: -384px -48px;
}

.icon-indent-right {
    background-position: -408px -48px;
}

.icon-facetime-video {
    background-position: -432px -48px;
}

.icon-picture {
    background-position: -456px -48px;
}

.icon-pencil {
    background-position: 0 -72px;
}

.icon-map-marker {
    background-position: -24px -72px;
}

.icon-adjust {
    background-position: -48px -72px;
}

.icon-tint {
    background-position: -72px -72px;
}

.icon-edit {
    background-position: -96px -72px;
}

.icon-share {
    background-position: -120px -72px;
}

.icon-check {
    background-position: -144px -72px;
}

.icon-move {
    background-position: -168px -72px;
}

.icon-step-backward {
    background-position: -192px -72px;
}

.icon-fast-backward {
    background-position: -216px -72px;
}

.icon-backward {
    background-position: -240px -72px;
}

.icon-play {
    background-position: -264px -72px;
}

.icon-pause {
    background-position: -288px -72px;
}

.icon-stop {
    background-position: -312px -72px;
}

.icon-forward {
    background-position: -336px -72px;
}

.icon-fast-forward {
    background-position: -360px -72px;
}

.icon-step-forward {
    background-position: -384px -72px;
}

.icon-eject {
    background-position: -408px -72px;
}

.icon-chevron-left {
    background-position: -432px -72px;
}

.icon-chevron-right {
    background-position: -456px -72px;
}

.icon-plus-sign {
    background-position: 0 -96px;
}

.icon-minus-sign {
    background-position: -24px -96px;
}

.icon-remove-sign {
    background-position: -48px -96px;
}

.icon-ok-sign {
    background-position: -72px -96px;
}

.icon-question-sign {
    background-position: -96px -96px;
}

.icon-info-sign {
    background-position: -120px -96px;
}

.icon-screenshot {
    background-position: -144px -96px;
}

.icon-remove-circle {
    background-position: -168px -96px;
}

.icon-ok-circle {
    background-position: -192px -96px;
}

.icon-ban-circle {
    background-position: -216px -96px;
}

.icon-arrow-left {
    background-position: -240px -96px;
}

.icon-arrow-right {
    background-position: -264px -96px;
}

.icon-arrow-up {
    background-position: -289px -96px;
}

.icon-arrow-down {
    background-position: -312px -96px;
}

.icon-share-alt {
    background-position: -336px -96px;
}

.icon-resize-full {
    background-position: -360px -96px;
}

.icon-resize-small {
    background-position: -384px -96px;
}

.icon-plus {
    background-position: -408px -96px;
}

.icon-minus {
    background-position: -433px -96px;
}

.icon-asterisk {
    background-position: -456px -96px;
}

.icon-exclamation-sign {
    background-position: 0 -120px;
}

.icon-gift {
    background-position: -24px -120px;
}

.icon-leaf {
    background-position: -48px -120px;
}

.icon-fire {
    background-position: -72px -120px;
}

.icon-eye-open {
    background-position: -96px -120px;
}

.icon-eye-close {
    background-position: -120px -120px;
}

.icon-warning-sign {
    background-position: -144px -120px;
}

.icon-plane {
    background-position: -168px -120px;
}

.icon-calendar {
    background-position: -192px -120px;
}

.icon-random {
    background-position: -216px -120px;
    width: 16px;
}

.icon-comment {
    background-position: -240px -120px;
}

.icon-magnet {
    background-position: -264px -120px;
}

.icon-chevron-up {
    background-position: -288px -120px;
}

.icon-chevron-down {
    background-position: -313px -119px;
}

.icon-retweet {
    background-position: -336px -120px;
}

.icon-shopping-cart {
    background-position: -360px -120px;
}

.icon-folder-close {
    background-position: -384px -120px;
}

.icon-folder-open {
    background-position: -408px -120px;
    width: 16px;
}

.icon-resize-vertical {
    background-position: -432px -119px;
}

.icon-resize-horizontal {
    background-position: -456px -118px;
}

.icon-hdd {
    background-position: 0 -144px;
}

.icon-bullhorn {
    background-position: -24px -144px;
}

.icon-bell {
    background-position: -48px -144px;
}

.icon-certificate {
    background-position: -72px -144px;
}

.icon-thumbs-up {
    background-position: -96px -144px;
}

.icon-thumbs-down {
    background-position: -120px -144px;
}

.icon-hand-right {
    background-position: -144px -144px;
}

.icon-hand-left {
    background-position: -168px -144px;
}

.icon-hand-up {
    background-position: -192px -144px;
}

.icon-hand-down {
    background-position: -216px -144px;
}

.icon-circle-arrow-right {
    background-position: -240px -144px;
}

.icon-circle-arrow-left {
    background-position: -264px -144px;
}

.icon-circle-arrow-up {
    background-position: -288px -144px;
}

.icon-circle-arrow-down {
    background-position: -312px -144px;
}

.icon-globe {
    background-position: -336px -144px;
}

.icon-wrench {
    background-position: -360px -144px;
}

.icon-tasks {
    background-position: -384px -144px;
}

.icon-filter {
    background-position: -408px -144px;
}

.icon-briefcase {
    background-position: -432px -144px;
}

.icon-fullscreen {
    background-position: -456px -144px;
}

.tooltip {
    position: absolute;
    z-index: 9999;
    display: block;
    padding: 5px;
    font-size: 11px;
    opacity: 0;
    line-height: 1;
    filter: alpha(opacity=0);
    visibility: visible;
}

.tooltip.in {
    opacity: 0.73;
    filter: alpha(opacity=73);
}

.tooltip.top {
    margin-top: 0;
}

.tooltip.right {
    margin-left: 2px;
}

.tooltip.bottom {
    margin-top: 6px;
}

.tooltip.left {
    margin-left: -2px;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top: 5px solid #000000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000000;
    border-left: 5px solid transparent;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 6px 10px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9998;
    display: none;
    padding: 2px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 0.73;
}


/* ------------------------------------------------------------------------ */


/* responsive menu */


/* ------------------------------------------------------------------------ */

#responsive_menu_pro_button {
    left: 40px !important;
}

#responsive_menu_pro {
    background: #eeeeee !important;
    box-shadow: none !important;
    max-width: 400px !important;
    padding-top: 100px;
    font-weight: 100 !important;
}

#responsive_menu_pro .responsive_menu_pro_menu li a {
    border: none !important;
    padding: 20px 0px 3px 40px !important;
    width: auto !important;
}

#responsive_menu_pro .responsive_menu_pro_menu li li a {
    font-size: 18px !important;
    padding: 3px 0px 3px 55px !important;
    line-height: normal !important;
    height: auto !important;
    width: calc(100% - 40px) !important;
}

#responsive_menu_pro .responsive_menu_pro_append_link {
    background: none !important;
    left: 0px !important;
    position: absolute;
    border: none !important;
    padding: 20px 0px 3px 10px !important;
    width: 30px !important;
}


/* ------------------------------------------------------------------------ */


/* homepage */


/* ------------------------------------------------------------------------ */

.home .base-curve {
    display: none;
}

.home-signposts-holder {
    position: relative;
    float: left;
    background: #00aed3;
    padding: 80px 0;
    text-align: center;
}

.home-signposts {
    background: #00aed3;
    padding: 40px 0px;
    color: #ffffff;
    position: relative;
    float: left;
}

.home-signpost-right {
    background: #00aed3;
    padding: 40px 0px;
    color: #ffffff;
    width: 40%;
    float: left;
}

.quote-block {
    padding: 100px 0px;
    text-align: center;
    color: #f59323;
    margin-bottom: 40px;
    position: relative;
    float: left;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
    /* IE6-9 */
}

.quote-block::before {
    content: "";
    display: block;
    padding: 34px;
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/testimonial.svg) no-repeat;
    margin: 0px auto;
    text-align: center;
    width: 38px;
    height: 40px;
}

blockquote {
    font-size: 55px;
    color: #f59323;
    line-height: 60px;
    max-width: 1000px;
    margin: 0px auto 20px auto;
}

.home-related {
    margin-bottom: 40px;
    position: relative;
    float: left;
    width: 100%;
    padding: 80px 0;
}

.homepage-related-excerpt,
.repeatable-related-excerpt {
    position: absolute;
    bottom: 25px;
    left: 25px;
    width: calc(100% - 140px);
    padding: 15px 70px 15px 20px;
    background: rgba(155, 52, 99, 0.8);
    line-height: 23px;
    font-size: 18px;
    color: #ffffff;
    min-height: 125px;
}

.homepage-related-excerpt p,
.venue-related-excerpt p,
.whatson-related-excerpt p,
.repeatable-related-excerpt p {
    margin: 0px;
}

.homepage-related-excerpt a,
.homepage-related-excerpt a:hover,
.homepage-related-excerpt a:visited {
    color: #ffffff;
}

.repeatable-related-excerptt a,
.repeatable-related-excerptt a:hover,
.repeatable-related-excerpt a:visited {
    color: #ffffff;
}

.home-related-item,
.repeatable-related,
.event-archive,
.imagetext {
    height: 600px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.home-sub-signpost p {
    margin-bottom: 5px;
}

.home-sub-signpost span {
    font-size: 30px;
    margin: 12px 0px;
    float: left;
    clear: left;
}

.after-button-white-blue:after {
    content: "";
    background: #ffffff url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/arrow-blue.svg) no-repeat 17px center / 15px auto;
    border-radius: 50%;
    width: 30px;
    height: 15px;
    padding: 3px 22px;
    display: inline;
    clear: both;
    margin: 0px 10px;
}


/* ------------------------------------------------------------------------ */


/* global */


/* ------------------------------------------------------------------------ */

.sub-menus {
    position: absolute;
    top: 45px;
    left: 140px;
    min-width: 480px;
    height: auto;
    z-index: 99;
}

#nav_menu-4,
#nav_menu-3 {
    clear: left;
    color: #ffffff;
}

#nav_menu-3 li {
    float: left;
    margin-right: 10px;
    font-size: 18px;
}

#nav_menu-4 li {
    float: left;
    margin-right: 13px;
    font-size: 26px;
}

.header-background-tint {
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0px;
    z-index: 10;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00ffffff', GradientType=0);
}

.base-curve {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 75px;
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/earth-trust-curve.svg) no-repeat center bottom / 110% auto;
    z-index: 2;
}

.section.pre-footer {
    background: no-repeat bottom left;
    text-align: center;
}

.section.pre-footer h2 {
    color: #444444 !important;
    margin-right: 0;
}

.menu-footer-menu-container ul li {
    padding: 1px 0 1px 12px;
    float: right;
    background: none !important;
}

a.circle-button:hover {
    color: #ffffff;
}

a.circle-button {
    border-radius: 50%;
    background: rgba(155, 52, 99, 0.85);
    width: 240px;
    height: 240px;
    padding: 25px;
    color: #ffffff;
    position: absolute;
    right: 40px;
    top: 350px;
    z-index: 99;
    text-align: center;
    display: table;
    font-size: 18px;
    line-height: 25px;
}

.home a.circle-button {
    border-radius: 50%;
    background: rgba(155, 52, 99, 0.85);
    width: 240px;
    height: 240px;
    padding: 25px;
    color: #ffffff;
    position: absolute;
    right: 40px;
    bottom: 40px;
    top: auto;
    z-index: 99;
    text-align: center;
    display: table;
    font-size: 18px;
    line-height: 25px;
}

.circle-button .arrow-button-white-purple {
    margin: 10px auto 0px auto;
}

.circle-button h3 {
    color: #ffffff;
    font-size: 30px;
}

.circle-button-inner {
    display: table-cell;
    vertical-align: middle;
}

a .circle-button-inner {
    color: #ffffff;
}

#custom_html-6 a.circle-button {
    border-radius: 50%;
    background: rgba(155, 52, 99, 0.85);
    width: 200px;
    height: 200px;
    padding: 25px;
    color: #ffffff;
    position: absolute;
    right: calc(33.3% - 270px);
    top: -200px;
    z-index: 99;
    text-align: center;
    display: table;
    font-size: 18px;
    line-height: 25px;
}

.one_third .widget_nav_menu .menu li a:after {
    content: "";
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/arrow-purple.svg) no-repeat 17px center / 10px auto;
    width: 18px;
    height: 18px;
    padding: 18px;
}

.one_third .widget_nav_menu .menu li a {
    padding-bottom: 5px;
    float: left;
    clear: left;
}

#media_image-7,
#media_image-8 {
    float: left;
    position: relative;
    display: block;
    width: 100%;
    margin-top: 30px;
}


/* Venues */

.venue-related,
.event-related {
    margin-top: 40px;
    float: left;
    width: 100%;
}

.venue-holder,
.event-holder {
    margin-bottom: 40px;
}

.venue-holder .venues,
.venue-holder .events,
.venue-holder .page,
.venue-holder .post,
.event-holder .venues,
.event-holder .events,
.event-holder .page,
.event-holder .post {
    height: 600px;
    background-size: cover;
    position: relative;
    background-position: center;
}

.venue-related-excerpt {
    position: absolute;
    bottom: 25px;
    left: 25px;
    width: calc(100% - 140px);
    padding: 15px 70px 15px 20px;
    background: rgba(156, 203, 59, 0.8);
    line-height: 23px;
    font-size: 18px;
    color: #ffffff;
    min-height: 125px;
}

.venues-related {
    margin: 40px 0px;
    position: relative;
    float: left;
    width: 100%;
}

.venue-details-container span {
    color: #9ccb3b;
}


/* ------------------------------------------------------------------------ */


/* Whats On */


/* ------------------------------------------------------------------------ */

.featured-one,
.featured-two,
.featured-three,
.featured-four,
.featured-five {
    background-size: cover;
    background-position: center;
    height: 600px;
    float: left;
    position: relative;
}

.featured-one {
    width: 100%;
    margin-bottom: 40px;
}

.featured-two {
    width: calc(50% - 20px);
    margin-right: 40px;
    margin-bottom: 40px;
}

.featured-three {
    width: calc(50% - 20px);
    margin-right: 0px;
    margin-bottom: 40px;
}

.featured-four {
    width: calc(50% - 20px);
    margin-right: 40px;
    margin-bottom: 40px;
}

.featured-five {
    width: calc(50% - 20px);
    margin-right: 0px;
    margin-bottom: 40px;
}

a:hover .featured-one .booknow h2 {
    color: #00aed3 !important;
}

.featured-one .event-featured-data {
    width: calc(100% - 260px);
    padding: 15px 70px 15px 20px;
}

.event-featured-data {
    position: absolute;
    bottom: 25px;
    left: 25px;
    width: calc(100% - 140px);
    padding: 15px 70px 15px 20px;
    background: rgba(0, 174, 211, 0.8);
    line-height: 23px;
    font-size: 18px;
    color: #ffffff;
}

.featured-four .event-featured-data,
.featured-five .event-featured-data {
    background: rgba(155, 52, 99, 0.8);
}

.events-related {
    margin: 40px 0px;
    position: relative;
    float: left;
    width: 100%;
}

.whatson-related-excerpt {
    position: absolute;
    bottom: 25px;
    left: 25px;
    width: calc(100% - 140px);
    padding: 15px 70px 15px 20px;
    background: rgba(0, 174, 211, 0.8);
    line-height: 23px;
    font-size: 18px;
    color: #ffffff;
    min-height: 125px;
}

.whats-on-listing p,
p.event-date,
p.event-description {
    margin-bottom: 4px;
}

.featured-two p.event-description,
.featured-three p.event-description,
.featured-four p.event-description,
.featured-five p.event-description {
    width: calc(100% + 50px);
}

.whats-on-listing h4 {
    color: #00aed3;
}

.whats-on-listing .read-more-link {
    display: none;
}

.whats-on-item {
    margin-bottom: 30px;
    float: left;
    position: relative;
}

.whats-on-listing span,
.event-button span,
.event-venue-link span,
#custom_html-7 span {
    font-size: 30px;
    margin: 12px 0px;
    float: left;
    clear: left;
    color: #00aed3;
}

.whats-on-row {
    margin-bottom: 0;
}

.login-book a {
    color: #666666 !important;
}

.after-button-blue:after {
    content: "";
    background: #00aed3 url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/arrow-white.svg) no-repeat 17px center / 15px auto;
    border-radius: 50%;
    width: 30px;
    height: 15px;
    padding: 3px 22px;
    display: inline;
    clear: both;
    margin: 0px 10px;
}

.booknow {
    border-radius: 50%;
    background: #ffffff;
    width: 160px;
    height: 160px;
    padding: 25px;
    color: #00aed3;
    position: absolute;
    right: 25px;
    bottom: 60px;
    top: auto;
    z-index: 99;
    text-align: center;
    display: table;
    font-size: 18px;
    line-height: 25px;
}

.booknow h2 {
    color: #00aed3;
    font-size: 46px !important;
    margin-bottom: 0px;
    line-height: 46px !important;
}

.booknow-inner {
    display: table-cell;
    vertical-align: middle;
}

.whats-on-search-holder,
.education-search-holder {
    margin-bottom: 30px;
    width: 100%;
}

.whats-on-search,
.education-search {
    width: auto;
    float: left;
    margin-right: 30px;
}

.whats-on-search input[type="submit"] {
    display: none;
}

.whats-on-search input[type="text"] {
    border: none;
    font-size: 21px;
    background: #ededed url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/search-blue.png) no-repeat 244px center / 25px auto;
    ;
    width: 260px;
    padding: 11px 11px 11px 11px;
    color: #999999;
    margin: 0px;
    font-weight: 100;
}

.whats-on-dropdown,
.education-dropdown {
    overflow: hidden;
}

.whats-on-dropdown.optionarrow,
.education-dropdown.optionarrow {
    background: #ededed url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/arrow-blue-down.png) no-repeat 238px center / 30px auto;
    width: 260px;
    padding: 11px 11px 11px 11px;
    color: #999999;
}

.whats-on-dropdown.optionarrow select,
.education-dropdown.optionarrow select {
    border: none;
    font-size: 21px;
    width: 288px;
    background: transparent;
    padding: 0px;
    overflow: hidden;
    color: #999999;
    margin: 0px;
    font-weight: 100;
}

.event-button-holder {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 30px;
}

.event-button {
    clear: left;
    position: relative;
    float: left;
    color: #00aed3;
}

h2.event-venue-title {
    margin: 30px 0px 0px 0px;
}

.login-book h4 {
    margin-top: 15px;
}


/* ------------------------------------------------------------------------ */


/* venue */


/* ------------------------------------------------------------------------ */

.page-template-page-venue-hire .slider-text-holder {
    border-radius: 50%;
    background: rgba(155, 52, 99, 0.85);
    width: 240px;
    height: 240px;
    padding: 25px;
    color: #ffffff;
    position: absolute;
    right: auto;
    top: auto;
    bottom: 90px;
    left: 45px;
    z-index: 99;
    text-align: center;
    display: table;
    font-size: 18px;
    line-height: 25px;
}

.page-template-page-venue-hire .slider-text-holder .slider-text-link {
    display: table-cell;
    vertical-align: middle;
}

.page-template-page-venue-hire .slider-text-holder .slider-text {
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 30px;
    line-height: 28px;
}

.page-template-page-venue-hire .slider-text-holder .slider-text:after {
    content: "";
    background: #ffffff url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/arrow-purple.svg) no-repeat 22px center / 20px auto;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 20px;
    display: block;
    clear: both;
    margin: 10px auto 0px auto;
    position: absolute;
    right: 0px;
    bottom: 40px;
}


/* ------------------------------------------------------------------------ */


/* map */


/* ------------------------------------------------------------------------ */

.iframe-venue-map {
    padding-bottom: 100%;
}

.iframe-responsive-map {
    padding-bottom: 67.6%;
}

.iframe-responsive {
    position: relative;
    height: 0;
    overflow: hidden;
}

.iframe-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#large-title {
    width: 100%;
    position: relative;
    height: auto;
    background: #D6E19E;
}


/* owl carousel */

.owl-carousel .item {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-color: #00aed3;
}

.slider-text-holder {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 160px;
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/earth-trust-blue-curve.svg) no-repeat -250px bottom / auto 160px;
}

.slider-text {
    padding: 45px 0px 35px 40px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 100;
    max-width: 650px;
    height: 80px;
    line-height: normal;
    width: 550px;
}

.slider-text:after {
    content: "";
    background: #ffffff url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/arrow-blue.svg) no-repeat 17px center / 15px auto;
    border-radius: 50%;
    width: 30px;
    height: 15px;
    padding: 3px 22px;
    display: inline;
    clear: both;
    margin: 0px 10px;
}


/* arrows */

.arrow-button-white-blue {
    background: #ffffff url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/arrow-blue.svg) no-repeat 17px center / 15px auto;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    padding: 15px;
    display: inline-block;
}

.arrow-button-white-purple {
    background: #ffffff url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/arrow-purple.svg) no-repeat 17px center / 15px auto;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    padding: 15px;
}

.arrow-button-white-green {
    background: #ffffff url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/arrow-green.png) no-repeat 17px center / 15px auto;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    padding: 15px;
}

.arrow-purple-white {
    background: #9b3463 url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/arrow-white.svg) no-repeat 17px center / 15px auto;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    padding: 15px;
    display: inline-block;
    vertical-align: -13px;
    margin-left: 10px;
}

.whatson-related-excerpt .arrow-button-white-blue,
.homepage-related-excerpt .arrow-button-white-purple,
.venue-related-excerpt .arrow-button-white-green,
.event-featured-data .arrow-button-white-blue,
.event-featured-data .arrow-button-white-purple,
.repeatable-related-excerpt .arrow-button-white-purple {
    position: absolute;
    top: 20px;
    right: 20px;
}


/* ------------------------------------------------------------------------ */


/* widgets */


/* ------------------------------------------------------------------------ */

.form-cluster-label {
    text-align: left !important;
    font-size: 21px;
    line-height: 28px;
    width: 200px;
}

.field-panel-cluster-text {
    margin: 0px;
    font-size: 30px;
}

.view {
    padding: 0px;
}

.check-box {
    margin: 0px;
}

#widget-button-panel {
    text-align: left;
    right: 0px;
}

.button-panel {
    margin: 0px;
}

.button-primary {
    border: none;
    font-size: 30px;
    background: none;
    text-shadow: none;
    color: #00aed3;
    font-weight: 100;
    font-style: normal;
    margin: 12px 0px;
    padding: 0px;
}

.button-primary:hover {
    opacity: 0.8;
    background: none;
    text-shadow: none;
    color: #00aed3;
    margin: 12px 0px;
    padding: 0px;
}

.button-primary:after {
    content: "";
    background: #00aed3 url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/arrow-white.svg) no-repeat 17px center / 15px auto;
    border-radius: 50%;
    width: 30px;
    height: 15px;
    padding: 3px 22px;
    display: inline;
    clear: both;
    margin: 0px 10px;
}


/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    animation-duration: .75s
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }
    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        transform: scaleX(1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }
    30% {
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, .95, 1)
    }
    to {
        transform: scaleX(1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {
    0%,
    to {
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    to {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }
    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        transform: scaleX(1)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    0% {
        transform: none
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        transform: none
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {
    0%,
    11.1%,
    to {
        transform: none
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translateZ(0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(-1turn);
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: flipInX
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: flipInY
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }
    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }
    50% {
        transform: rotate(-10deg)
    }
    70% {
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}


/* custom */

img {
    max-width: 100%;
    height: auto;
}

.summary-text {
    /* font-size: 2em; */
}

.sublistcommsheader {
    color: red !important;
}

.archive .container .row a:first-child .one-third {
    padding-left: 0;
}

.archive .container .row a:last-child .one-third,
.blog .container .row a:last-child .one-third,
.page-template-page-related-items .row a:last-child .one-third,
.page-template-page-event-archive .row a:last-child .one-third,
.page-template-page-support-us-related .row a:last-child .one-third,
.page-template-page-widget-code .row a:last-child .one-third {
    margin-right: 0;
}


/* shows the spinner */

.loading {
    background: url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/disk.gif) center center no-repeat
}


/* Twitter Feed & Social Media */

.aiwidgetscss .widget-title,
.aiwidget-title,
.tweet_author_name,
.tweet_author,
.imgdisplay .imgalign,
.thinkTwitFollow,
.aiwidgetscss br,
#media_image-3 h3,
#media_image-4 h3,
#media_image-5 h3,
#media_image-6 h3 {
    display: none !important;
}

.description.style-twitter {
    background: url("https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/twitter-large.svg") no-repeat scroll center center / 200px auto !important;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 200px;
    right: 0;
}

.aiwidgetscss {
    position: relative;
    z-index: 9;
    margin-bottom: 60px;
}

#media_image-3,
#media_image-4,
#media_image-5 {
    margin-right: 5px !important;
}

#media_image-3 {
    display: inline-block;
    position: relative;
    z-index: 9;
    width: 60px;
    height: 60px;
    float: right;
}

.tweettext,
.widget .tweettext,
.tweettext a,
.widget .tweettext a {
    color: #666666 !important;
    text-decoration: none !important;
}


/* Venue Hire */

.large-feature {
    display: block;
    width: 100%;
    height: 100vh;
    background-size: cover;
}

.page-template-page-venue-hire h1 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-template-page-venue-hire .venues-related {
    margin-top: 0;
}

.venue-content .entry {
    max-width: calc(100% - 33.33%)
}

.venue-html5-map {
    border-radius: 50%;
    width: 40%;
    float: right;
    background: #cccccc;
    overflow: hidden;
    margin-top: -200px;
    z-index: 999;
    position: relative;
    margin-bottom: 40px;
    margin-left: 40px;
}

.venue-html5-map:before {
    content: "";
    display: block;
    margin-top: 100%;
}

.venue-html5-map-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.venue-details-container {
    float: right;
    clear: right;
    width: calc(33.33% - 40px);
    margin-left: 40px;
}

.venue-visitor-safety-button {
    font-size: 30px;
    margin: 30px 0px 10px 0px;
    float: left;
    clear: left;
    color: #9ccb3b !important;
}

.venue-visitor-safety-button:after {
    content: "";
    background: #9ccb3b url('https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/arrow-white.svg') no-repeat 17px center / 15px auto;
    border-radius: 50%;
    width: 30px;
    height: 15px;
    padding: 3px 22px;
    display: inline;
    clear: both;
    margin: 0px 10px;
}

#custom_html-5 span {
    font-size: 30px;
    margin: 30px 0px 10px 0px;
    float: left;
    clear: left;
    color: #9ccb3b;
}

.after-button-green:after {
    content: "";
    background: #9ccb3b url('https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/arrow-white.svg') no-repeat 17px center / 15px auto;
    border-radius: 50%;
    width: 30px;
    height: 15px;
    padding: 3px 22px;
    display: inline;
    clear: both;
    margin: 0px 10px;
}


/* venue map */

.acf-map {
    width: 100%;
    height: 500px;
    border: none;
    margin: 60px 0px 40px 0px;
}


/* fixes potential theme css conflict */

.acf-map img {
    max-width: inherit !important;
}


/* smooth scrolling */

h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
    outline: none;
}


/* footer form */

#frm_form_9_container fieldset {
    width: 100%;
    margin: 0 auto;
    color: #193d1e !important;
}

#frm_form_9_container fieldset input[type='text'] {
    height: 54px !important;
    font-size: 22px !important;
    font-weight: 300 !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 15px 20px 15px 20px;
}

#frm_form_9_container label {
    display: none;
    line-height: 20px;
}

#frm_field_99_container {
    background-color: white;
    color: #193d1e !important;
}

#frm_field_99_container .frm_trigger {
    background-color: white;
    color: #193d1e !important;
    font-size: 22px !important;
    padding: 5px !important;
}

#frm_field_99_container #frm_field_101_container {
    color: #193d1e !important;
}

#frm_field_99_container .frm_toggle_container label {
    display: block !important;
    float: none;
    width: 100%;
}

#frm_field_99_container .frm_toggle_container .frm_primary_label {
    display: none !important;
}


/* #frm_form_9_container fieldset input[type='checkbox'] {
    height: 54px !important;
    font-size: 22px !important;
    font-weight: 300 !important;
    border: none !important;
    border-radius: 0 !important;
} */

#frm_form_9_container fieldset .frm_button_submit {
    background-color: transparent;
    border: none;
    box-shadow: none;
    font-weight: 300;
    font-size: 36px;
}

#frm_form_9_container fieldset .frm_button_submit:after {
    content: "";
    background: #ffffff url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/arrow-dark-green.svg) no-repeat 19px center / 15px auto;
    ;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-left: 10px;
    font-size: 40px;
    vertical-align: middle;
}

#frm_form_9_container fieldset .frm_submit {
    text-align: center;
}

#field_k06gj {
    font-size: 22px !important;
    height: auto;
    font-weight: 100 !important;
    border: 0;
    border-radius: 0;
    padding: 15px 18px 15px 18px;
}

#frm_field_97_container {
    width: calc(50% - 10px) !important;
    margin-right: 10px;
    float: left;
    display: inline-block;
    position: relative;
}

#frm_field_295_container {
    width: calc(50% - 10px) !important;
    margin-left: 10px;
    position: relative;
    display: inline-block;
}


/* some widget stuff */

.field-cell {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    margin: 0;
    vertical-align: middle;
    margin-bottom: 6px;
    height: 25px;
}

.field-cell .checkbox-label {
    display: inline-block;
}


/* video */

.homepage-embed-video iframe {
    position: absolute;
    top: -13%;
    left: -13%;
    width: calc(100% + 26%);
    height: calc(100% + 26%);
}

.iframe-responsive-video {
    padding-bottom: 40%;
}

.homepage-video {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}

.iframe-responsive-video .play {
    position: absolute;
    top: 0;
    left: calc(25vw - 150px);
    width: 300px;
    height: 300px;
    background: #efefef;
    border-radius: 50%;
    border: none;
    font-weight: 100;
    font-size: 30px;
    padding: 30px;
    color: #f59323;
}

.home .iframe-responsive {
    position: relative;
    height: 0;
    overflow: hidden;
    float: left;
    width: 100%;
}


/* Friend Form */

#field_30xg1,
#field_7fznb,
#field_68ccf,
#field_xeep2,
#field_rcpsq,
#field_kv5av,
#field_3pxb0,
#field_r0kdv,
#field_f4n37 {
    display: none;
}

.frm_style_formidable-style.with_frm_style label.frm_primary_label,
.frm_style_formidable-style.with_frm_style.frm_login_form label {
    font-weight: 100 !important;
}

form label {
    width: 100%;
}

.frm_style_formidable-style.with_frm_style label.frm_primary_label {
    font-size: 18px;
    margin: 20px 0 0 0 !important;
    position: relative;
    float: left;
    width: 100%;
}

#frm_desc_field_s7gut,
#frm_desc_field_n5iew {
    font-size: 14px;
    color: #444444;
    line-height: 20px;
    margin: 20px 0 0 0;
}

#field_5unyy-0 .with_frm_style .frm_checkbox input[type="checkbox"],
#field_qk2fl-0 .with_frm_style .frm_checkbox input[type="checkbox"],
#field_49kqq-0 .with_frm_style .frm_checkbox input[type="checkbox"],
#field_bllzw-0 .with_frm_style .frm_checkbox input[type="checkbox"] {
    display: none;
}

#field_xeep2 .frm_style_formidable-style.with_frm_style label.frm_primary_label {
    display: block !important;
}

#frm_field_180_container,
#frm_form_19_container,
#frm_form_24_container {
    margin: 0 !important;
}

.with_frm_style .vertical_radio .frm_checkbox label,
.frm_style_formidable-style.with_frm_style .vertical_radio .frm_radio label {
    margin: 0 20px 0 0 !important;
    width: auto !important;
}


/* Our People */

.cbp-caption-activeWrap {
    background: rgba(155, 52, 99, 0.8) !important;
}

.cbp-l-caption-desc,
.cbp-l-caption-title {
    color: #ffffff !important;
    font-family: "effra", sans-serif !important;
    font-weight: 100 !important;
}

.cbp-l-caption-title {
    font-size: 18px !important;
}

.cbp-l-caption-desc {
    font-size: 14px !important;
}

.cbp-ratio-even .cbp-caption-activeWrap {
    bottom: 10px !important;
}

.whats-on-listing a.see-all {
    color: #00aed3;
    float: right;
    margin-top: 12px;
}

.learn-explore {
    float: left;
}


/* contact form */

#frm_form_25_container h3 {
    color: #666666 !important;
    font-size: 24px !important;
}

#frm_field_238_container .frm_opt_container label {
    display: block !important;
}

.one-third.columns.education {
    width: calc(33.333% - 27px);
    margin-right: 40px;
    height: 600px;
    background-size: cover;
    position: relative;
    background-position: center;
}

.enquire-container {
    display: none;
}

.enquire-container h2 {
    margin-top: 25px;
}

.enquire-container form {
    margin-bottom: 0;
    overflow: hidden;
}

.enquire-container form label {
    height: 0;
}

.enquire-container form textarea {
    width: 100% !important;
    border: none !important;
    padding: 20px !important;
    font-weight: 300 !important;
}

.enquire-container form input[type='text'],
.enquire-container form input[type='email'] {
    height: 54px !important;
    font-size: 22px !important;
    font-weight: 300 !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 15px 0 15px 20px;
}

.enquire-container form .frm_button_submit {
    background-color: transparent;
    border: none;
    box-shadow: none;
    font-weight: 300;
    font-size: 36px;
}

.enquire-container form .frm_button_submit:after {
    content: "";
    background: #ffffff url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/arrow-dark-green.svg) no-repeat 19px center / 15px auto;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-left: 10px;
    font-size: 40px;
    vertical-align: middle;
}

.enquire-container form input {
    width: 100%;
}

.enquire-container form form-field {
    overflow: hidden;
}

.post-type-archive-education .container .row .one-third:first-child,
.tax-theme .container .row .one-third:first-child,
.tax-level .container .row .one-third:first-child {
    padding-left: 0;
}

.post-type-archive-education .container .row .one-third:last-child,
.tax-theme .container .row .one-third:last-child,
.tax-level .container .row .one-third:last-child {
    padding-right: 0;
    margin-right: 0 !important;
}

.type-education {
    cursor: pointer;
}

.type-education.active {
    border-bottom: 40px solid #ededed;
}

.enquire-container {
    background-color: #ededed;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: -40px;
}

.education-dropdown {
    display: inline-block;
    margin-right: 30px;
}

a.education-download {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    background: rgba(155, 52, 99, 0.85);
    display: flex;
    color: white;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

a.education-download span,
.education-download-soon span {
    display: flex;
    margin: auto;
    text-align: center;
}

.education-download-soon {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    background: rgba(165, 165, 165, 0.85);
    display: flex;
    color: white;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.education-download-soon:hover {
    cursor: not-allowed;
}

.education-content-drop {
    overflow: hidden;
}


/* Accordions */

.toggle-title {
    font-weight: 100 !important;
}

.icon-star {
    display: none;
}

.callout {
    border: 0;
    padding: 0;
    background: none;
    box-shadow: none;
}


/* mq */

@media screen and (max-width: 960px) {
    .type-education.active {
        border-bottom: 0;
    }
}

@media screen and (min-width: 960px) and (max-width: 1100px) {
    .post-type-archive-education .whatson-related-excerpt h3 {
        font-size: 26px !important;
        line-height: 1.3;
    }
}


/*
     FILE ARCHIVED ON 00:34:45 Aug 28, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:14:59 Dec 04, 2018.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/


/*
playback timings (ms):
  LoadShardBlock: 219.212 (3)
  esindex: 0.008
  captures_list: 301.563
  CDXLines.iter: 13.205 (3)
  PetaboxLoader3.datanode: 289.375 (5)
  exclusion.robots: 0.174
  exclusion.robots.policy: 0.164
  RedisCDXSource: 66.217
  PetaboxLoader3.resolve: 48.69 (2)
  load_resource: 142.5
*/


/* What we do section styling */

.what-we-do {
    height: 600px;
    position: relative;
    display: flex !important;
    background-size: cover;
    background-position: center center;
    margin-bottom: 40px;
    align-items: flex-end;
    justify-content: center;
}

.what-we-do .excerpt {
    text-align: center;
    display: inline-block;
    padding: 15px 20px 15px 20px;
    background: rgba(165, 199, 21, 0.9);
    line-height: 23px;
    font-size: 18px;
    color: #ffffff;
}

.what-we-do .excerpt h3 {
    font-size: 32px !important;
    margin: 0;
}

.what-we-do .except p:empty {
    margin: 0 !important;
}

.header-search .icon {
    display: inline-block;
    width: 15px;
    height: 20px;
    background-image: url('framework/images/search-icon.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    transform: translateY(3px);
}

.header-search form {
    display: inline-block;
    margin: 0;
}

.header-search input[type="text"] {
    background: transparent;
    border: 0;
    display: inline-block;
    font-size: 18px;
    font-weight: 100;
    color: white;
    margin: 0;
    border-bottom: 1px solid #a5c715;
}

.header-search input:focus {
    outline: none;
}

.header-search input:-internal-autofill-selected {
    background: transparent;
}

.header-search input::-webkit-input-placeholder {
    /* Edge */
    color: white;
}

.header-search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

.header-search input::placeholder {
    color: white;
}


/* What we do section on home */

.home-what-we-do-holder {
    background: url(/wp-content/themes/inovado/framework/images/home-curve-01.png) top left no-repeat;
    background-size: contain;
    padding: 160px 0;
    text-align: center;
}

.what-we-do-content {
    text-align: center;
    padding-bottom: 80px;
    color: #9b3463;
}

.what-we-do-content h2 {
    color: #9b3463 !important;
}

.what-we-do-content a {
    color: #9b3463 !important;
    font-size: 28px;
}

.what-home {
    height: 200px;
}

.one-fourth {
    width: calc(24% - 16px);
    margin-right: 40px !important;
}

.one-fourth.columns.last {
    margin-right: 0px !important;
}

.one-half {
    width: calc(50% - 20px);
    margin-right: 20px !important;
}

.one-half.columns.last {
    margin-right: 0px !important;
}

@media screen and (max-width:1490px) {
    .one-fourth {
        width: calc(24% - 25px);
        margin-right: 40px !important;
    }
}

@media only screen and (max-width: 959px) {
    .container .one-fourth.columns {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 30px;
    }
    .container .one-half.columns {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 30px;
    }
}

.home .iframe-responsive:after {
    content: '';
    background: url(/wp-content/themes/inovado/framework/images/home-curve-03.png) bottom center no-repeat;
    background-size: 150vw;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 20vw;
}

.home .iframe-responsive:before {
    content: '';
    background: url(/wp-content/themes/inovado/framework/images/home-curve-02.png) top center no-repeat;
    background-size: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20vw;
    z-index: 10;
}

.home .iframe-responsive a.circle-button {
    top: 0;
    bottom: auto;
    right: auto;
    left: calc(25vw - 120px);
    background: #9b3463;
}


/*------------------------------*/


/*--------- Page Builder -------*/


/*------------------------------*/


/*--- Padding ---*/

.none-toppad {
    padding-top: 0px !important;
}

.none-botpad {
    padding-bottom: 0px !important;
}

.narrow-toppad {
    padding-top: 40px !important;
}

.narrow-botpad {
    padding-bottom: 40px !important;
}

.medium-toppad {
    padding-top: 80px !important;
}

.medium-botpad {
    padding-bottom: 80px !important;
}

.large-toppad {
    padding-top: 160px !important;
}

.large-botpad {
    padding-bottom: 160px !important;
}


/*--- Background Colours ---*/

.white-bg {
    background-color: white;
}

.grey-bg {
    background-color: #EFEFEF;
}

.blue-bg {
    background-color: #00aed3;
}

.green-bg {
    background-color: #A5C715
}

.maroon-bg {
    background-color: #9B3463;
}

.orange-bg {
    background-color: #f59323;
}


/*--- Accent Colours ---*/


/* default */

.default-accent {
    color: #666666;
}

.default-accent h3 {
    color: #666666 !important;
}

.default-accent p {
    color: #666666;
}

.default-accent h2 {
    color: #666666;
}

.default-accent .post-content,
.default-accent .columns.video h4,
.default-accent .arrow-button {
    background-color: #666666 !important;
}

.default-accent .play-button {
    fill: #666666 !important;
}


/* white */

.white-accent {
    color: white;
}

.white-accent h3 {
    color: white !important;
}

.white-accent p {
    color: white;
}

.white-accent h2 {
    color: white;
}

.white-accent blockquote {
    color: white;
}

.white-accent .post-content,
.white-accent .columns.video h4,
.white-accent .arrow-button {
    background-color: white !important;
}

.white-accent .play-button {
    fill: white !important;
}


/* grey */

.grey-accent {
    color: #EFEFEF;
}

.grey-accent h3 {
    color: #EFEFEF !important;
}

.grey-accent p {
    color: #EFEFEF;
}

.grey-accent h2 {
    color: #EFEFEF;
}

.grey-accent blockquote {
    color: #EFEFEF;
}

.grey-accent .post-content,
.grey-accent .columns.video h4,
.grey-accent .arrow-button {
    background-color: #EFEFEF !important;
}

.grey-accent .play-button,
.grey-top .curve-top,
.grey-bottom .curve-bottom {
    fill: #EFEFEF !important;
}

.blue-accent {
    color: #00aed3;
}

.blue-accent h3 {
    color: #00aed3 !important;
}

.blue-accent p {
    color: #00aed3;
}

.blue-accent h2 {
    color: #00aed3;
}

.blue-accent blockquote {
    color: #00aed3;
}

.blue-accent .post-content,
.blue-accent .columns.video h4,
.blue-accent .arrow-button,
.blue-accent.signpost a.circle-button {
    background-color: #00aed3 !important;
    color: white !important;
}

.blue-accent .imagetext .post-content {
    background-color: rgba(0, 174, 211, 0.8) !important;
}

.blue-accent .play-button {
    fill: #00aed3 !important;
}

.green-accent {
    color: #A5C715
}

.green-accent h3 {
    color: #A5C715 !important;
}

.green-accent h2 {
    color: #A5C715
}

.green-accent p {
    color: #A5C715
}

.green-accent blockquote {
    color: #A5C715
}

.green-accent .post-content,
.green-accent .columns.video h4,
.green-accent .arrow-button,
.green-accent.signpost a.circle-button {
    background-color: #A5C715 !important;
    color: white !important;
}

.green-accent .imagetext .post-content {
    background-color: rgba(165, 199, 21, 0.8) !important;
}

.green-accent .play-button {
    fill: #A5C715 !important;
}

.maroon-accent,
.maroun-accent {
    color: #9B3463;
}

.maroon-accent h2,
.maroun-accent h2 {
    color: #9B3463;
}

.maroon-accent h3,
.maroun-accent h3 {
    color: #9B3463 !important;
}

.maroon-accent p,
.maroun-accent p {
    color: #9B3463;
}

.maroon-accent blockquote,
.maroun-accent blockquote {
    color: #9B3463 !important;
}

.maroon-accent .post-content,
.maroon-accent .columns.video h4,
.maroon-accent .arrow-button,
.maroon-accent.signpost a.circle-button,
.maroun-accent .post-content,
.maroun-accent .columns.video h4,
.maroun-accent .arrow-button,
.maroun-accent.signpost a.circle-button {
    background-color: #9B3463 !important;
    color: white !important;
}

.maroon-accent .imagetext .post-content,
.maroun-accent .imagetext .post-content {
    background-color: rgba(155, 52, 99, 0.8) !important;
}

.maroon-accent .play-button,
.maroun-accent .play-button,
.maroon-accent svg .circle,
.maroun-accent svg .circle {
    fill: #9B3463 !important;
}

.orange-accent {
    color: #f59323;
}

.orange-accent h2 {
    color: #f59323;
}

.orange-accent h3 {
    color: #f59323 !important;
}

.orange-accent p {
    color: #f59323;
}

.orange-accent blockquote {
    color: #f59323 !important;
}

.orange-accent .post-content,
.orange-accent .columns.video h4,
.orange-accent .arrow-button,
.orange-accent.signpost a.circle-button {
    background-color: #f59323 !important;
    color: white !important;
}

.orange-accent .imagetext .post-content {
    background-color: rgba(245, 147, 35, 0.8) !important;
}

.orange-accent .play-button,
.orange-accent svg .cirle {
    fill: #f59323 !important;
}


/* Timeline */

.timeline__content {
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    background: rgba(255, 255, 255, 0.3);
}

.timeline__content-inner {
    padding: 10px;
}

.timeline__wrap {
    padding-bottom: 20px;
}

.timeline--horizontal .timeline__item .timeline__content::before {
    border: 0 !important;
    background: rgba(255, 255, 255, 0.3);
}

.timeline--horizontal .timeline__item .timeline__content::after,
.timeline--horizontal .timeline__item .timeline__content::after {
    border-top-color: rgba(255, 255, 255, 0.3);
}

.timeline--horizontal .timeline__item--bottom .timeline__content::after {
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.timeline--horizontal .timeline-divider {
    background-color: white;
}

.timeline-nav-button,
.timeline__item::after {
    border: 0;
}

.timeline-nav-button::before {
    width: 20px;
    height: 20px;
    background-size: contain;
}

.timeline-nav-button--next::before {
    left: 55%;
}

.timeline-nav-button--prev::before {
    right: 55%;
}

.timeline-nav-button {
    width: 70px;
    height: 70px;
}

.timeline--horizontal .timeline-divider {
    left: 70px;
    right: 70px;
}


/* Signpost */

.signpost .iframe-responsive {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.image-signpost {
    position: relative;
    height: 600px;
    float: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.signpost .iframe-responsive .curve-top,
.image-signpost .curve-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.signpost .iframe-responsive .curve-bottom,
.image-signpost .curve-bottom {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
}

.signpost video {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}

.signpost .iframe-responsive a.circle-button,
.image-signpost a.circle-button {
    top: 0;
    bottom: auto;
    right: auto;
    left: calc(25vw - 120px);
}

.quote-block-small blockquote {
    text-align: left;
    margin: 0;
    padding: 0;
}

.columns a p {
    font-weight: 100;
}

.quote-block-large {
    text-align: center;
}

.quote-block-large svg {
    max-width: 106px;
    display: inline-block;
    height: auto;
}

.blue-bg .quote-block-large svg .circle,
.green-bg .quote-block-large svg .circle,
.orange .quote-block-large svg .circle,
.maroon-bg .quote-block-large svg .circle,
.white-top .curve-top,
.white-bottom .curve-bottom,
.signpost a.circle-button {
    fill: white;
}

.signpost a.circle-button h3,
.signpost a.circle-button p {
    color: white !important;
}

.green-accent .post-content .arrow-button,
.blue-accent .post-content .arrow-button,
.orange-accent .post-content .arrow-button,
.maroon-accent .post-content .arrow-button,
.signpost a.circle-button .arrow-button {
    background-color: white !important;
}

.blue-bg .quote-block-large svg .marks,
.blue-bg .arrow-button .arrow,
.blue-accent .post-content .arrow-button .arrow,
.blue-accent a.circle-button .arrow-button .arrow,
.blue-top .curve-top,
.blue-bottom .curve-bottom {
    fill: #00aed3;
}

.green-bg .quote-block-large svg .marks,
.green-bg .arrow-button .arrow,
.green-accent .post-content .arrow-button .arrow,
.green-accent a.circle-button .arrow-button .arrow,
.green-top .curve-top,
.green-bottom .curve-bottom {
    fill: #A5C715;
}

.orange-bg .quote-block-large svg .marks,
.orange-bg .arrow-button .arrow,
.orange-accent .post-content .arrow-button .arrow,
.orange-accent a.circle-button .arrow-button .arrow,
.orange-top .curve-top,
.orange-bottom .curve-bottom {
    fill: #f59323;
}

.maroon-bg .quote-block-large svg .marks,
.maroon-bg .arrow-button .arrow,
.maroon-accent .post-content .arrow-button .arrow,
.maroon-accent a.circle-button .arrow-button .arrow,
.maroon-top .curve-top,
.maroon-bottom .curve-bottom {
    fill: #9B3463;
}

.imagetitle {
    height: 200px;
    position: relative;
    display: flex !important;
    background-size: cover;
    background-position: center center;
    margin-bottom: 40px;
    align-items: flex-end;
    justify-content: center;
    color: white;
}

.imagetitle .post-content {
    text-align: center;
    display: inline;
    padding: 15px 20px 15px 20px;
    width: auto;
}

.imagetitle .post-content h3 {
    font-size: 18px;
    color: #ffffff !important;
    margin: 0;
    line-height: 23px;
}

.imagetext .post-content {
    position: absolute;
    bottom: 25px;
    left: 25px;
    width: calc(100% - 140px);
    padding: 15px 70px 15px 20px;
    background: rgba(155, 52, 99, 0.8);
    line-height: 23px;
    font-size: 18px;
    color: #ffffff;
    min-height: 125px;
}

.imagetext .post-content .arrow-button {
    position: absolute;
    right: 20px;
    top: 20px;
}

.imagetext .post-content h3,
.imagetext .post-content p {
    color: white !important;
}

.columns.video {
    position: relative;
    padding-top: 28.125%;
    background-size: cover;
    background-position: center center;
    text-align: center;
}

.columns.video .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75px;
    height: auto;
    transform: translate(-50%, -50%);
}

.columns.video h4 {
    position: absolute;
    bottom: 0%;
    padding: 15px 20px 15px 20px;
    color: white !important;
    display: inline-block;
    margin: 0 !important;
    left: 50%;
    transform: translateX(-50%);
}

.text.columns .content {
    text-align: center;
}

.arrow-button {
    background: #ffffff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    padding: 15px;
    display: inline-block;
}

.arrow-button .arrow {
    max-width: 13px;
    transform: translateY(-4.65px);
    fill: white;
}

.image-block {
    background-size: cover;
    background-position: center;
    padding-top: 56.33%;
}

.calltoaction a {
    border-radius: 50%;
    background: rgba(155, 52, 99, 0.85);
    width: 240px;
    height: 240px;
    padding: 25px;
    color: #ffffff;
    position: absolute;
    right: auto;
    top: auto;
    bottom: 60px;
    right: 45px;
    z-index: 99;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 25px;
    flex-direction: column;
}

.calltoaction.custom-image-cta a {
    border-radius: 50%;
    background: transparent;
    width: 240px;
    height: 240px;
    padding: 0;
    color: #ffffff;
    position: absolute;
    right: auto;
    top: auto;
    bottom: 60px;
    right: 45px;
    z-index: 99;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 25px;
    flex-direction: column;
}

.calltoaction a .arrow {
    fill: rgba(155, 52, 99, 0.85);
}

.header-slideshow .slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
}

#alt-title-2 .calltoaction a {
    bottom: -50px;
}

.large-feature {
    margin-bottom: 30px;
}

.comment-respond textarea,
.comment-respond input {
    border: 0;
    background: #ededed;
    padding: 10px;
    font-family: "effra", sans-serif !important;
    font-weight: 100;
}

.comment-respond {
    margin-top: 30px;
}

.comment-respond form {
    margin-top: 0 !important;
}

.comment-respond h3 span {
    color: #9b3463;
}

#respond-inputs p {
    width: 320px;
    padding-right: 20px;
    float: none;
    display: inline-block;
}

#respond input {
    display: inline-block;
    width: 100%;
    margin: 0;
}

p.form-submit {
    display: block !IMPORTANT;
    float: none;
    position: relative;
    max-width: 340px;
}

p.form-submit:after {
    content: '';
    background: #9b3463 url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/arrow-white.svg) no-repeat 17px center / 15px auto;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    padding: 15px;
    display: inline-block;
    vertical-align: -13px;
    margin-left: 10px;
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.comment-respond input.submit {
    background: transparent;
    text-align: left;
    padding: 0;
    font-weight: 300;
    font-size: 36px;
    box-shadow: none;
    height: auto;
    line-height: 1.2;
}

.single-post h2 {
    margin-right: 350px;
}

@media screen and (max-width:960px) {
    .single-post h2 {
        margin-right: 0;
    }
}

.twitter-section {
    max-width: 720px;
    margin: auto;
    position: relative;
    margin-top: 60px;
}

.social-section {
    max-width: 720px;
    margin: auto;
    position: relative;
    text-align: center;
}

#media_image-4,
#media_image-5,
#media_image-6 {
    display: inline-block;
    position: relative;
    z-index: 9;
    width: 60px;
    height: 60px;
}

#media_image-6 {
    margin-right: 5px;
}

#media_image-5 {
    margin-right: 0 !important;
}

a.subscribe {
    font-size: 36px;
    color: #444444 !important;
}

a.subscribe:after {
    content: "";
    background: #ffffff url(https://earthtrust.org.uk/wp-content/themes/inovado/framework/images/arrow-dark-green.svg) no-repeat 19px center / 15px auto;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-left: 10px;
    font-size: 40px;
    vertical-align: middle;
}

.wysiwyg .container p:last-of-type {
    margin: 0;
    padding-bottom: 20px;
}

.gallery-slider .slide {
    position: relative;
    height: 90vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 300px;
    max-height: 750px;
    min-width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.gallery-slider .owl-stage-outer {
    width: calc(100% - 15px);
}

.gallery-slider .slide p {
    position: absolute;
    bottom: 40px;
    left: calc(25% - 40px);
    width: 50%;
    text-align: center;
    background: rgb(165 199 17 / 0.8);
    color: white;
    padding: 20px;
}

.gallery-slider.owl-carousel .owl-dot {
    border-radius: 10px;
    width: 20px;
    display: inline-block;
    height: 20px;
    background: rgb(165 199 17);
    opacity: 0.6;
    margin: 5px;
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    outline: none !important;
}

.gallery-slider.owl-carousel .owl-dot.active {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

.gallery-slider.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 10px;
}


/********************************
 * 
 * Accordion Columns ------------------------------
 */

.imagetext.signpost-accordion {
    height: 400px;
    position: relative;
    cursor: pointer;
}

.signpost-accordion::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    height: 40px;
    background: #ededed;
    opacity: 0;
    transition: all 350ms ease-out;
}

.signpost-accordion.active::after {
    opacity: 1;
}

.signpost-accordion__content {
    margin-top: 40px !important;
    background: #ededed;
    padding: 40px;
}