html {
    margin-top: 0 !important;
}

@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@500;900&display=swap');

@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: URL('fonts/Exo2-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: URL('fonts/Exo2-Bold.ttf') format('truetype');
}

.this1 {
    font: 16px 'Exo 2';
    font-style: normal;
    font-weight: 400;
}

h1, h2, h3, h4, h5 {
    font: 30px 'Alegreya Sans', sans-serif;
    font-style: normal;
    font-weight: 900;
}

* {
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

body {
    font-family: 'Exo 2';
    background: #efefef;
}

p,
ol li,
ul li {
    font-size: 18px;
    line-height: 23px;
}

h2 {
    font-size: 60px;
    line-height: 72px;
    margin: 33px 0 38px 0;
}

h2.time {
    font-size: 40px;
    line-height: 35px;
    margin: 7px 0 35px 0;
    color: #333;
}

h3 {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: 900;
}

h3 a {
    color: #333;
    text-decoration: none;
}

form.checkout h3 {
    color: #333 !important;
}

h4 {
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
    font-size: 20px;
    letter-spacing: -0.5px;
    margin: 0 0 29px 0;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

h4 span:before {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    width: 3000em;
    height: 1px;
    margin: -.5px 0 0;
    background: #000;
}

h4 span {
    display: block;
    position: relative;
    float: left;
    padding: 0 25px 0 0;
}

a:hover {
    opacity: 0.6;
    transition: all 0.3s ease-in;
}

header {
    overflow: hidden;
    width: 100%
}


header.subnav {
    background: #434040;
    overflow: hidden;
}

header.subnav ul {
text-align: right;
    float: none;
    margin: 0 0 0 10%;
}

header.subnav ul li,
header.nav ul li {
    display: table-cell;
    text-align: center;
}

header.subnav ul {
    display: block;
    text-align: right;
    margin: 0;
}

header.subnav ul li {
    text-align: right;
    display: inline-block;
}

header.subnav ul li a {
    color: #a5a5a5;
    text-decoration: none;  
    margin: 0 10px 0 10px;
    padding: 10px 0;
    display: inline-block;
    font: 13px 'Alegreya Sans', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

header .logo {
    position: absolute;
}

.logo a:hover {
    opacity: 1;
}

header ul {
    overflow: hidden;
    width: 1200px;
    margin: 0px auto
}

header.nav {
    background: #fff;
    overflow: hidden
}

header.nav ul {
    display: inline-table;
    width: 90%;
    margin: 0 0 0 10%;
}

.main-nav-wrapper .inner ul li a {
    text-transform: uppercase;
}

header.nav ul li a {
    font: 19px 'Alegreya Sans', sans-serif;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    margin: 0;
    padding: 30px 13px 28px;
    display: inline-block;
    border-bottom: 5px solid #fff;
    text-transform: uppercase;
}

header.nav ul li a.m1:hover {
    border-bottom: 5px solid #fecb00;
}

header.nav ul li a.m2:hover {
    border-bottom: 5px solid #80379b;
}

header.nav ul li a.m3:hover {
    border-bottom: 5px solid #00b9e4;
}

header.nav ul li a.m4:hover {
    border-bottom: 5px solid #ffa02f;
}

header.nav ul li a.m5:hover {
    border-bottom: 5px solid #bed600;
}

.wrapper {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0px;
    overflow: hidden;
}

.wrapper ul {
    margin: 0;
    padding: 0;
}

section {
    overflow: hidden;
    width: 100%;
    margin: 0 0 60px 0;
}

section.bottom {
    margin: 0 0 27px 0;
}

section.banner .overlay {
    background: url('https://www.fairtrade.ie/wp-content/uploads/2015/01/business-banner.jpg') no-repeat center;
    background-size: cover;
    overflow: hidden;
    padding: 120px 0;
}

section.banner h2 {
    font-size: 66px; 
    line-height: 70px;
    max-width: 740px;
    overflow: hidden;
    margin: 0;
}

h2 span {
    background: #00b9e4;
    padding: 26px 20px 30px;
    float: left;
    margin: 0 0 4px 0;
    color: #fff;
    line-height: 42px;
}

.sub a {
    font: 22px 'Alegreya Sans', sans-serif;
    line-height: 8px;
    text-transform: none !important;
  //  font-weight: 400;
    background: #fff;
    padding: 15px 10px 13px 10px;
    text-decoration: none;
    color: #333;
    text-decoration: none;
    display: inline-block;
}

/* STRUCTURE */

.post h2 {
    margin: 0 0 19px 0;
}

.post h2:first-of-type {
    margin: -6px 0 19px 0;
}

.post h3 {
    color: #333;
    margin: 0 0 33px 0;
}

.post h4 {
    margin: 0 0 35px 0;
}

.post p {
    margin: 0 0 31px 0;
}

.accordion a,
.post a,
li .content p a {
    color: #00b9e4;
    text-decoration: none;
    border-bottom: 1px solid #00b9e4;
}

.post img {
    margin: 0 0 35px 0;
}

.post blockquote {
    max-width: inherit;
    margin: 33px auto 28px;
    padding: 0;
}

.post blockquote p {
    font-size: 24px;
    line-height: 32px;
    color: #333;
    text-align: left;
    margin: 12px 0 12px 40px;
}

.post blockquote:before,
.post blockquote:after {
   color: #333;
}

.post blockquote:after {
    display: none;
}

.post ul,
.post ol {
    margin: 0 0 10px 0;
    overflow: hidden;
}

.post ul li {
    margin: 0 0 20px 20px;
    list-style: square;
}

.post ol li {
    margin: 0 0 20px 20px;
    list-style: lower-roman;
}

.post cite {
    text-align: left;
}

.post img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.post img.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.post img.aligncenter {
    display: block;
    margin: 0px auto 20px;
}

.post img.alignnone {
    display: block;
    clear: both;
}


.wrapper .post p cite a {
    font-size: 14px;
}

.w30 {
    width: 30%;
    float: left;
    margin: 0 5% 0 0;
}

.w65 {
    width: 65%;
    float: left;
}

.w65 h2 {
    text-align: left !important;
}

nav#side h3,
.sidebar-nav h3 {
    color: #333;
    margin: 0 0 20px 0;
}

nav#side ul li {
    margin: 0 0 12px 0;
}

nav#side ul li a {
    color: #00b9e4;
    font-weight: bold;
    padding: 5px 10px;
}

nav#side ul li > a {
    background: #00b9e4;
    color: #fff;
    text-decoration: none;
}

nav#side ul li.current_page_ancestor > a, 
nav#side ul li.current_page_parent > a,
nav#side ul li.current_page_item > a {
    color: #333;
}

nav#side ul li li a,
nav#side ul li li li a {
    padding: 0
}

nav#side ul li ul.children {
    display: none;
}

nav#side ul li.current_page_ancestor ul.children,
nav#side ul li.current_page_parent ul.children,
nav#side ul li.current_page_item ul.children {
    display: block;
    margin: 7px 0 19px 10px;
}

nav#side ul li.current_page_ancestor ul.children li,
nav#side ul li.current_page_parent ul.children li,
nav#side ul li.current_page_item ul.children li {
    margin: 10px 0 -1px 0px;
    padding: 0;
}

nav#side ul li.current_page_item ul.children ul.children {
    //margin: 10px 0 10px 10px;
}

nav#side ul li.current_page_ancestor ul.children a,
nav#side ul li.current_page_parent ul.children a,
nav#side ul li.current_page_item ul.children a {
    font-size: 14px;
    padding: 0;
    font-weight: normal;
    color: #00b9e4;
    background: transparent;
}

nav#side ul li.current_page_ancestor ul.children li.current_page_item a,
nav#side ul li.current_page_parent ul.children li.current_page_item a,
nav#side ul li.current_page_item ul.children li.current_page_item a {
    color: #333;
}

nav#side ul li ul.children ul.children,
nav#side ul li.current_page_ancestor ul.children ul.children, 
nav#side ul li.current_page_parent ul.children ul.children, 
nav#side ul li.current_page_item ul.children ul.children {
    margin: -1px 0 9px 10px;
}

section img {
    width: 100%;
    display: block;
    height: auto;
}

section .post img {
    width: inherit;
    max-width: 100%;
}

section dl {
    margin: 0;
}

section.intro ul {
    margin: 0 0 30px 0;
}

section.intro ul li {
    list-style: disc;
    margin: 0 0 12px 20px;
}

section.intro {
}

section.intro dl {
  //  overflow: hidden;
    padding: 0 0 5px 0;
    clear: both;
    display: inline-block;
    position: relative;
}

section.intro dl dt {
    width: 49%;
    float: left;
    margin: 0 0 0 0;
    height: 100%;
    height: calc(100% - 5px);
    position: absolute;
    left: 0;
    top: 0;
    background: url('https://www.fairtrade.ie/wp-content/uploads/2014/11/farmer-with-sack.jpg') center no-repeat;
    background-size: cover;
}

section.intro.video dl dt {
    height: inherit;
    position: relative;
    background: none;
}

section.intro h3 {
    text-align: left;
}

section.intro img {
    width: 100%;
    display: block;
    height: auto;
}

section.intro dl dd {
    width: 51%;
    float: right;
    margin: 0 5px 0 0;
    padding: 30px 30px;
    color: #fff;
    background: #10BBE3;
    padding: 0 30px 30px;
    -webkit-box-shadow: 5px 5px #0c87a4;
    box-shadow: 5px 5px #0c87a4;
}

section.headingtext dl {
    width: 98%;
    float: none;
    margin: 0 5px 10px 0;
    color: #333;
    background: #fff;
    padding: 0 30px 0px;
    -webkit-box-shadow: 5px 5px #ddd;
    box-shadow: 5px 5px #ddd;
    overflow: hidden;
}

section.headingtext dl dt h2 {
    margin: 0;
}

section.headingtext dl dt {
    width: 49%;
    margin: 19px 0 14px 0px;
    float: left;
}

section.headingtext dl dd {
    width: 49%;
    margin: 0;
    float: left;
}

.in1 {
    width: 45%;
    float: left;
    margin: 0 5% 0 0;
}

.in2 {
    width: 50%;
    float: left;
}

.column p {
    margin: 0 0 40px 0;
}

.column p:last-of-type {
    margin: 0;
}

section.two aside {
    width: 49%;
    float: left;
    margin: 0 2% 0 0;
}

section.two aside:nth-child(2) {
    margin: 0;
}

section.two ul li {
    width: 49%;
    margin: 0 2% 5px 0;
    padding: 0 0 0 0;
    float: left;
    -webkit-box-shadow: 5px 5px #ddd;
    box-shadow: 5px 5px #ddd;
}

section.two ul li:last-of-type {
    margin: 0;
}

section.two li .box h3 a {
    font-size: 28px;
    font-weight: 900;
}

section.two li .box a {
    text-decoration: none;
    color: #333;
    font: 16px 'Alegreya Sans', sans-serif;
    text-transform: none !important;
    //font-weight: 400;
}

section.three aside {
    width: 32%;
    float: left;
    margin: 0 0 2%;
}

section.three aside.g1,
section.three aside.g4,
section.three aside.g7,
section.three aside.g10,
section.three aside.g13,
section.three aside.g16,
section.three aside.g19,
section.three aside.g22,
section.three aside.g25 {
    margin: 0 2% 2%;
}

section.two.featured aside {
    width: 74%;
    margin: 0 2% 0 0;
}

section.two.featured aside:first-of-type .cover {
    width: 32%;
    float: left;
}

section.two.featured aside:first-of-type img {
    width: 68%;
}

section.two.featured aside:nth-child(2) {
    width: 24%;
    margin: 0;
}

.box {
    padding: 20px 20px;
    text-align: center;
    background: #fff;
}

.box h3 {
    margin: 0px auto;
    text-align: center;
}

section .three li {
    width: 32%;
    float: left;
}

ul.three li:nth-child(2),
ul.three li:nth-child(5),
ul.three li:nth-child(8) {
    margin: 0 2%;
}

ul.two aside {
    position: relative;
}

ul.five li {
    width: 18.4%;
    float: left;
    margin: 0 2% 0 0;
}

ul.five li:last-of-type {
    margin: 0;
}

ul.four li {
    width: 23.5%;
    float: left;
    margin: 0 2% 2% 0;
}

body.home ul.four li {
    margin-bottom: 0;
}

ul.four li:first-of-type .cover-text {
    //background: #efefef;
    //margin: 0;
    //padding: 20px 0px;
    //width: 100%;
}

ul.four li .textcover,
ul.five li .textcover{
    background: #efefef;
    margin: 0;
    padding: 20px 0px;
    width: 100%;
}

.cover-text.small.textcover h3,
.cover-text.small.textcover p,
.cover-text.small.textcover a {
    color: #333;
    border: 0;
    text-decoration: none;
}

.cover-text h3 {
    font-size: 30px;
}

ul.four li:first-of-type .cover-text h3,
ul.four li:first-of-type .cover-text p,
ul.five li:first-of-type .cover-text h3,
ul.five li:first-of-type .cover-text p {
   // color: #333;
}

ul.four li.p4,
ul.four li.p8,
ul.four li:last-of-type {
    position: relative;
    margin: 0 0 2% 0;
}

ul.four li.short,
ul.five li.short {
    height: 320px;
}

ul.one li {
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
}

ul.one li .shade .a {
    width: 30%;
    float: left;
    margin: 0 0% 0 0;
}

ul.one li.right img {
    margin: 0 0 0 0%;
}

ul.one li.right img {
    float: left;
}

ul.one li .shade-text {
    width: 70%;
    float: left;
    padding: 40px 5% 40px 5%;
}

ul.one li.right .shade-text {
    padding: 36px 5% 40px 5%;
}

ul.list {
    overflow: hidden;
}

ul.list li {
    overflow: hidden;
}

ul.list li .thumb {
    width: 20%;
    float: left;
    margin: 0 5% 0 0;
}

ul.list li .content {
    width: 75%;
    float: left;
}

h3 {
    text-align: left;
    line-height: 30px;
    color: #fff;
}

.sidebar h3,
.box h3 {
    color: #333;
}

h5 {
    font: 21px 'Alegreya Sans', sans-serif;
    text-transform: none !important;
    font-weight: 400;
    margin: 0 0 15px 0;
}

h5 a {
    color: #333;
    text-decoration: none;
}

h6 {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    line-height: 15px;
    text-transform: none !important;
    margin: 0 0 20px 0;
}

hr {
    height: 2px;
    border: 0;
    border-bottom: 2px solid #efefef;
}

.coverimg {
    height: 320px;
    position: relative;
    background: rgba(0,0,0,0.2);
}

.coverimg:hover {
    background: rgba(0,0,0,0.4);
    transition: all 0.3s ease-in;
}

.cover {
    background: url('https://www.fairtrade.ie/wp-content/themes/fairtrade/img/test.png');
    background-size: cover;
    cursor: pointer;
}

.cover1 {
    background: url('https://www.fairtrade.ie/wp-content/uploads/2020/12/exploding-tree.png') center;
    background-size: cover;
}

.cover2 {
    background: url('https://www.fairtrade.ie/wp-content/uploads/2020/11/Benjamin-Ouedraogo-breaks-open-cocoa-pod-by-Simon-Rawles-1536x1061-1.jpg') center;
    background-size: cover;
}

.cover3 {
    background: url('https://www.fairtrade.ie/wp-content/uploads/2020/09/way-to-go-2-658x1024.jpg') center;
    background-size: cover;
}

.cover-text {
    position: absolute;
    bottom: 0px;
    padding: 0 38px 34px 38px;
}

.cover-text.small {
    margin: 0 18px 16px 18px;
    padding: 0;
}

.cover-text h3 {
    margin: 0;
}

.cover-text h5 {
    font: 26px 'Alegreya Sans', sans-serif;
    text-transform: none !important;
   // font-weight: 400;
    color: #fff;
    margin: 0;
}

.cover-text p {
    font-size: 19px;
    line-height: 24px;
    color: #fff;
    margin: 0;
}

.cover-text.small h5 {
    font: 22px 'Alegreya Sans', sans-serif;
    text-transform: none !important;
   // font-weight: 400;
    color: #fff;
    margin: 0;
}

.cover-text.small p {
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    margin: 7px 0 0 0;
}

.cover-text p a {
    color: #fff;
    text-decoration: underline;
    display: inline-block;
}

.feature {
    background: rgba(0,0,0,0.5);
    height: 300px;
}

section.two aside li {
    width: 48%;
    margin: 0 4% 0 0;
    float: left;
}

section.two aside li:last-of-type {
    margin: 0;
}

aside li h3 {
    text-align: left;
    margin: 12px 0 0 0;
}

aside li p {
    margin: 7px 0 0 0;
}

section.two aside ul.two li {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.f1 {
    background: url('https://www.fairtrade.ie/wp-content/uploads/2015/01/Juliet-Arku-Profile.jpg') center no-repeat;
    background-size: cover;
    height: 300px;
}

.f2 {
    background: url('https://www.fairtrade.ie/wp-content/themes/fairtrade/img/coop.png') center no-repeat;
    background-size: cover;
    height: 300px;
}

.f3 {
    background: url('https://www.fairtrade.ie/wp-content/uploads/2015/01/dom-rep-coco.jpg') center no-repeat;
    background-size: cover;
    height: 300px;
}

.f4 {
    background: url(https://www.fairtrade.ie/wp-content/uploads/2019/02/Blas-Family-Photo.jpg) center;
    background-size: cover;
    height: 300px;
}

.shade {
    background: #fff;
    color: #333;
    -webkit-box-shadow: 5px 5px #ddd;
    box-shadow: 5px 5px #ddd;
    margin: 0 0 5px 0;
    display: block;
    text-decoration: none;
}

.shade.noshade {
    background: transparent;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

.shade.noshade .shade-text {
    padding: 20px 0;
}

.shade h3 {
    color: #434040;
    margin: 0;
}

.shade p {
    margin: 11px 0 0 0;
}

.shade-text {
    padding: 20px;
}

 section.quote {
    background: url('https://www.fairtrade.ie/wp-content/themes/fairtrade/img/bg.png');
    background-size: cover;
    overflow: hidden;
    margin: 0px 0 0px 0;
}

section.quote .overlay {
    background: rgba(0,0,0,0.5);
    padding: 58px 0 46px 0;
    overflow: hidden;
}

.shade {
    background: rgba(0,0,0,0.5);
    padding: 54px 0 54px 0;
    overflow: hidden;
}

blockquote {
    max-width: inherit;
    margin: 0px auto;
}

blockquote p {
    font-size: 50px;
    line-height: 62px;
    font-family: 'Alegreya Sans', sans-serif;
    text-transform: none !important;
   // font-weight: 400;
    color: #fff;
    margin: 0px 60px;
}


body.home blockquote p,
body.page-id-28006 blockquote p {
    font-size: 50px;
    line-height: 62px;
    font-family: 'Alegreya Sans', sans-serif;
    text-transform: none !important;
    color: #fff;
    margin: 0px 60px;
    border: 0;
}


blockquote:before {
    display: block;
    width: 100%;
    content: '\201C';
    font: 125px 'Alegreya Sans', sans-serif;
    line-height: 104px;
    text-transform: none !important;
    //font-weight: 400;
    color: #fff;
    height: 34px;
    text-align: left;
}

blockquote:after {
    display: block;
    width: 100%;
    content: '\201D';
    font: 125px "Alegreya Sans", Veneer,sans-serif;
    line-height: 104px;
    text-transform: none !important;
    //font-weight: 400;
    color: #fff;
    height: 34px;
    text-align: right;
}

cite {
    font: 30px 'Exo 2';
    line-height: 48px;
    display: block;
    text-align: center;
    color: #fff;
}

.searching {
    position: relative;
    width: 320px;
    margin: 30px auto;
}

.searching input[type="text"] {
    font-size: 16px;
    padding: 10px 10px 11px;
    width: 100%;
    border-radius: 5px;
    border: 0;
}

.searching input[type="submit"] {
    background: #a5a5a5 url('svg/search.svg') no-repeat center;
    background-size: 20px 20px;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0px 5px 5px 0px;
    text-indent: -9999px;
}

.subscribe {
    overflow: hidden;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.subscribe input[type="email"] {
    color: #a5a5a5;
    height: 40px;
    padding: 8px 0 12px 10px;
    border-radius: 5px 0px 0px 5px;
    background: #474747;
    font-weight: 700;
    font-size: 16px;
    width: 98%;
    border: 0;
}

.subscribe input[type="submit"] {
    background: #a5a5a5 url(svg/arrow-right.svg) no-repeat center !important;
    background-size: 20px 20px !important;
    width: 40px !important;
    height: 40px !important;
    position: absolute;
    right: 0;
    top: -65px;
    border: 0 !important;
    border-radius: 0px 5px 5px 0px !important;
    text-indent: -9999px;
}

input[type="submit"]:hover {
    //opacity: 0.6;
    //transition: all 0.3s ease-in;
}

.cta {
    background: #10BBE3;
    border-top: 15px solid #FFD62A;
    color: #fff;
    padding: 43px 72px 32px;
    width: 49%;
    float: left;
    margin: 0 2% 0 0;
}

section .cta:nth-child(2) {
    margin: 0;
}

.cta.purple {
    background: #704097;
    border-top: 15px solid #D84898;
}

.cta img {
    margin: 0px auto 30px;
}

.cta h3 {
    font: 35px 'Alegreya Sans', sans-serif;
    line-height: 35px;
    margin: 0 0 14px 0;
}

.cta p {
    font-size: 20px;
    line-height: 28px;
    text-transform: none !important;
}

span. {},
a.button,
.nf-form-content input[type=button] {
    font-size: 16px;
    text-transform: none !important;
    background: #C3D64A;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 12px 20px 14px;
    text-align: center;
    text-decoration: none;
    margin: 0px auto;
    display: table;
}

a.buttoninline {
    font-size: 16px;
    text-transform: none !important;
    background: #0FC0FC;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    padding: 4px 20px 7px;
    text-align: center;
    text-decoration: none;
    margin: 12px 20px 3px 0;
    display: block;
}

span.button {
    text-decoration: none;
    display: block;
    text-align: center;
    color: #333;
    font: 16px 'Alegreya Sans', sans-serif;
    text-transform: none !important;
   // font-weight: 400;
    padding: 17px 20px 14px;
    display: block !important;
}

.nf-form-content input[type=button] {
    background: #C3D64A !important;
    display: inline-block !important;
}

span.button:hover {
    cursor: pointer;
    opacity: 0.8;
}

a.button.pink {
    background: #D84898;
}

a.button.lime {
    background: #BED600;
}

.cta.purple a.button {
    background: #D84898;
    color: #fff;
}

footer {
    background: #434040;
    overflow: hidden;
    padding: 60px 0;
}

footer aside {
    float: left;
}

footer aside p {
    font-size: 13px;
    line-height: 18px;
    font-weight: 100;
    letter-spacing: 1px;
    color: #fff;
    text-transform: none !important;
    margin: 0;
}

footer aside p a {
    color: #fff;
    text-decoration: none;
}

footer aside.small {
    width: 10%;
    margin: 3px 5% 0 0;
}

footer aside.small img {
    width: 100%;
    height: auto;
}

footer aside {
    width: 55%;
}

footer aside dl {
    margin: 0;
    overflow: hidden;
}

footer aside dl dt {
    width: 50%;
    float: left
}

footer aside dl dd {
    width: 50%;
    float: left;
    margin: 0;
}

footer aside dl dd ul li {
    line-height: 13px;
    margin: 0 0 13.8px;
}

footer aside dl dd ul li a {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: none !important;
    text-decoration: none;
    letter-spacing: 1px;
}

footer hr {
    margin: 31px 0px 36px 0;
}

footer aside.medium {
    width: 25%;
    margin: 0 0 0 5%;
    //position: relative;
}

footer .subscribe {
    position: relative;
}

footer .subscribe input[type="email"] {
    background: #fff;
    color: #a5a5a5;
}

footer .social a {
    display: block;
    width: 30px;
    height: 30px;
    text-decoration: none;
}

p.colophon a {
    margin: 0 15px 0 0;
}

footer .social li {
    float: left;
    margin: 0 15px 10px 0;
}

footer .social li:last-of-type {
    margin: 0;
}

footer .social a.fb {
    background: url('svg/facebook.svg') center no-repeat;
    background-size: 30px 30px;
}

footer .social a.t {
    background: url('svg/twitter.svg') center no-repeat;
    background-size: 30px 30px;
}

footer .social a.i {
    background: url('svg/instagram.svg') center no-repeat;
    background-size: 30px 30px;
}

footer .social a.y {
    background: url('svg/youtube.svg') center no-repeat;
    background-size: 30px 30px;
}

footer .social a.f {
    background: url('svg/flickr.svg') center no-repeat;
    background-size: 30px 30px;
}

/* DESKTOP MOBILE */

.mobile {
    display: none;
}

/* STANDARD PAGE */

section.text {
    margin: 0px auto 52px;
}

.breadcrumb {
    overflow: hidden;
    margin: 0px 0 0 0px;
}

.breadcrumb p {
    font-size: 12px;
    text-transform: none !important;
}

.breadcrumb a {
    color: #333;
    text-decoration: none;
    margin: 0 5px 0 0;
    border-bottom: 2px solid #333;
}

span.breadcrumb_last,
a.post-edit-link {
    margin: 0 0 0 5px;
}

section.text h2 {
    text-align: center;
    font-size: 60px;
    line-height: 74px;
    margin: 48px 0 6px 0;
}

section.text p {
    margin: 0;
}

.wrapper.pink {
    border-top: 10px solid #D84898;
}

.wrapper.lime {
    border-top: 10px solid #BED600;
}

.wrapper.white {
    border-top: 10px solid #fff;
}

.wrapper.orange {
    border-top: 10px solid #FE9E3A;
}

.wrapper.blue {
    border-top: 10px solid #00b9e4;
}

.wrapper.purple {
    border-top: 10px solid #80379b;
}

.wrapper.yellow {
    border-top: 10px solid #fecb00;
}

.intro.white dl dd {
    background: #fff;
    color: #333;
    -webkit-box-shadow: 5px 5px #ddd;
    box-shadow: 5px 5px #ddd;
}

p.heading {
    text-align: center;
    font-size: 22px;
}

.copy {
   margin: 18px 0 0 15%;
   overflow: hidden;
}

.copy p {
    font-size: 13px;
    color: #fff;
}

/* SINGLE ARTICLE DESKTOP */

.article {
    overflow: hidden;
    margin: 0px auto 0;
}

.article .wrapper {
    padding: 0;
}

.article .sidebar {
    width: 32%;
    margin: 0 0 0 4%;
    float: right;
}

.article .sidebar h3 {
    font: 35px 'Alegreya Sans', sans-serif;
    line-height: 35px;
    margin: 0 0 20px 0;
}

.article .sidebar ul {
    background: #DEDEDE;
    padding: 25px;
    margin: 22px 0 0 0;
}

.article .sidebar ul li {
    margin: 0 0 15px 0;
}

.article .sidebar ul li:last-of-type {
    margin: 0;
}

.article .sidebar ul li a {
    font-size: 17px;
    line-height: 22px;
    display: inline-block;
    text-transform: none !important;
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.article .main {
    width: 64%;
    float: left;
    margin: 0 0 36px 0;
}

/* DOWNLOAD */

.download,
.play {
    overflow: hidden;
}

.download span {
    display: block;
    background: url(svg/download.svg) left center no-repeat;
    background-size: 30px 30px;
    float: left;
    width: 34px;
    height: 30px;
    margin: 4px 4px 0 0;
}

.play span {
    display: block;
    background: url(svg/play.svg) left center no-repeat;
    background-size: 25px 25px;
    float: left;
    width: 25px;
    height: 25px;
    margin: 4px 4px 0 0;
}

.download strong,
.play strong {
    display: inline;
    margin: 0px 0 0 0;
    border-bottom: 2px solid #333;
}

.download p,
.play p {
    line-height: 30px;
}

.download a,
.play a {
    color: #10BBE3;
    border-bottom: 2px solid #10BBE3;
    text-decoration: none;
}

/* FORTNIGHT 2021 */

ul.buttons {
    overflow: hidden;
}

section.filter {
    padding: 0;
    margin: 0 0 32px 0;
}

section.filter ul {
}

section.filter ul li {
    float: left;
    margin: 0 20px 0 0;
}

section.filter ul li:first-of-type {
    text-transform: none !important;
    font-size: 18px
}

section.filter ul li:last-of-type {
    margin: 0;
}

section.filter ul li a {
    font-size: 11px;
    text-transform: none !important;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 15px 4px;
    text-decoration: none;
}

/* SINGLE DESKTOP */

article ol {
    overflow: hidden;
    margin: 20px 0 3px 0;
}

article ol li {
    list-style: square;
}

/* BUSINESS */

.twoboxes {
    display: block;
    overflow: hidden;
}

.twoboxes dl.colorbox {
    width: 50%;
    float: left;
   // flex: 1;
    padding-bottom: 100%;
    margin-bottom: -100%;
}

.twoboxes dl.colorbox.blue {
    background: rgb(173,219,233);
}

.twoboxes dl.colorbox.green {
    background: rgb(224,229,169);
}

.twoboxes dl.colorbox dt {  
    width: 20%;
    margin: 0 4% 0 0;
    float: left;
}

.twoboxes dl.colorbox dd {  
    width: 76%;
    float: left;
    margin: 0;
}

.twoboxes dl.colorbox h3 {
    margin-top: 0;
}

.block {
    margin: 0 0 30px;
    padding: 0px
}

.inner {
    padding: 37px 40px; 
    overflow: hidden;
}

.inner h3 {
   margin-top: 0;
}

.inner p:last-of-type {
    margin: 0;
}

.block a {
    color: #fff;
    text-transform: none !important;
    border-bottom: 2px solid #fff;
    text-decoration: none;
}

.block.pink {
    background: #D84898;
}

.block.yellow {
    background: #fecb00;
}

.block.orange {
    background: #FE9E3A
}

.block.blue {
    background: #00b9e4;
}

.textwhite h3,
.textwhite p {
    color: #fff;
}

.newgrid {
    overflow: hidden;
    width: 100%;
}

.newgrid .block {
    width: 20%;
    float: left;
    background: transparent !important;
}

.newgrid img {
    width: 170px;
    height: 170px;
    display: block;
    padding: 0;
    margin: 0px auto 20px;
}

.newgrid .block .inner {
    height: 370px;
}

.block1 .inner {
    background: #00b0e2;
}

.block2 .inner {
    background: #c2d940;
}

.block3 .inner {
    background: #face31;
}

.block4 .inner {
    background: #f05378;
}

.block5 .inner {
    background: #9da99f;
}

.newgrid .block h3 {
    color: #fff;
    font-size: 27px;
    line-height: 30px;
    margin: 0 0 20px 0;
}

.newgrid .block .inner {
    font-size: 18px;
    color: #333;
}

ul.notes li {
    list-style: square;
}

/* DESKTOP MARKS */

.post.shorter {
    max-width: 740px;
    margin: 0px auto;
}

footer #nf-field-101-wrap input[type="button"] {
    background: #a5a5a5 url(https://www.fairtrade.ie/wp-content/themes/fairtrade/svg/arrow-right.svg) no-repeat center !important;
    background-size: 20px 20px !important;
    width: 40px !important;
    height: 40px;
    position: absolute;
    top: -65px !important;
    right: 0px !important;
    border: 0;
    border-radius: 0px 5px 5px 0px;
    text-indent: -9999px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    line-height: 1.2;
}

blockquote p {
    color: #333;
    font-size: 16px;
    line-height: 1.2;
    border-left: 3px solid #333;
    padding: 0 0 0 20px ;
    margin: 0 0 0 20px;
}

.inner blockquote p:last-of-type {
    margin: 0 0 0 20px;
}

.content-block p:last-of-type {
    margin-left: 20px;
}

.content-block h2 span {
    display: block;
    float: none;
}

/* SMALL DESKTOP */

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

.newgrid .block .inner {
    height: 380px;
    padding: 20px;
}

}

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

.wrapper {
    max-width: 98%;
}

footer aside {
    width: 45%;
}

footer aside.medium {
    width: 35%;
    margin: 0 0 0 5%;
}

footer aside dl dt,
footer aside dl dd {
    width: 100%;
    float: none;
    margin: 4px 0 0 0;
}

/* TABLET ARTICLE SINGLE */

.article .main {
    max-width: 740px;
    width: 94%;
    float: none;
    margin: 0 auto 36px;
}

.article .sidebar {
    max-width: 740px;
    width: 94%;
    margin: 0px auto 60px;
    float: none;
}

 ul.five li {
    width: 31.3%;
    float: left;
    margin: 0 2% 2% 0;
}

}

.dropnav {
    display: none;
}

/* TABLET */

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

header.nav ul li a {
    padding: 30px 0 28px 10px;
}

}

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

.newgrid {
    overflow: hidden;
}

.newgrid .block1,
.newgrid .block2,
.newgrid .block3 {
    width: 33.3%;
    float: left;
}

.newgrid .block4,
.newgrid .block5 {
    width: 50%;
    float: left;
}

}

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

.dropnav {
    display: block;
}

select {
    border: 2px solid #d7d7d7;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 14px 10px;
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
    cursor: pointer;
    background: #fff url('svg/arrow-down.svg') right 20px center no-repeat;
    background-size: 20px 20px;
    background-position: 97% center;
}


ul.pages {
    display: none;
}

.column {
    columns: inherit;
    column-gap: 0;
}

header.nav ul li a {
    font: 16px "Exo 2", "Roboto Condensed",sans-serif;
    font-weight: 700;
}

section {
    margin: 0px auto 40px;
}

section.banner h2 {
    font-size: 40px;
    line-height: 46px;
    max-width: 400px;
}

section.banner h2 span {
    margin: 0 0 10px 0;
}

section.banner .sub {
    margin: 20px 0 0 0;
}

/* TABLET HOME */

ul.four li {
    width: 48%;
    float: left;
    margin: 0 4% 4% 0;
}

ul.four li:nth-child(2) {
    margin: 0 0 4% 0;
}

ul.four li:nth-child(3) {
    margin: 0 4% 0 0;
}

ul.four li.short {
    margin:  0 0 0 0;
    width: 48%;
}

section.two aside {
    width: 100%;
    float: none;
    margin: 0 0 6% 0;
    overflow: hidden;
}

section.two aside:last-of-type {
    margin: 0;
}

ul.four li:nth-child(3):last-of-type,
ul.four li:nth-child(2):last-of-type {
    margin: 0 !important;
    width: 48%;
}

section.two aside iframe {
    overflow: hidden;
    margin: 0px auto;
    display: block;
    width: 100%;
    max-width: 560px;
}

.cta {  
    padding: 43px 20px 32px;
}

section.intro dl dt {
    width: 100%;
    float: none;
    height: 300px;
    position: relative;
}

section.intro dl dd {
    width: 100%;
    float: none;
    padding: 30px;
}

section.intro h3 {
    margin: 0;
}

section.intro h3 {
    margin: 0 0 30px 0;
}

section.two aside li {
    float: left;
}

blockquote p {
    font-size: 32px;
    line-height: 40px;
    margin: 0px auto;
}

.w30 {
    width: 100%;
    float: none;
    margin: 0 0 40px 0;
}

.w65 {
    width: 100%;
    float: none;
}

/* TABLET BUSINESS */

.twoboxes dl.colorbox {
    width: 100%;
    float: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

}

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

header.nav ul {
    display: none;
}

.mobile {
    display: block;
}

.ham {
    background: url(svg/ham.svg) no-repeat right center;
    background-size: 40px 40px;
    width: 40px;
    height: 79px;
    display: block;
    float: right;
    cursor: pointer;
}

.close {
    background: url(svg/close.svg) no-repeat right center;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    display: none;
    position: absolute;
    top: 40px;
    right: 20px;
    cursor: pointer;
}

header.nav.show .close {
    display: block;
}

header.nav.show {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    height: 100vh;
    background: #fff;
    z-index: 9999;
}

header.nav.show .ham {
    display: none;
}

header.nav.show ul {
    display: block;
    margin: 60px auto 0;
    width: 300px
}

header.nav.show ul li {
    float: none;
    display: block;
}

header.nav.show ul li a {
    font-size: 26px;
    padding: 10px 0 10px 0;
    margin: 0 0 5px 0;
    color: #10BBE3
}

}

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

ul.one li .shade .a {
    width: 100%;
    float: none;
    margin: 0 0% 0 0;
}

ul.one li .shade-text {
    width: 100%;
    float: none;
    padding: 40px 5% 40px 5%;
}

}
/* MOBILE */

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

h2 {
    font-size: 50px;
    line-height: 54px;
}

section.banner .overlay {
    padding: 60px 0;
}

.wrapper {
    max-width: 96%;
}

video {
    margin: 0 0 30px 0;
}

section.two aside li {
    float: left;
    width: 49%;
    margin: 0 2% 0 0;
}

section.two aside li:last-of-type {
    margin: 0;
}

section.two ul li {
    float: none;
    width: 100%;
    margin: 0 0 4% 0;
}

section.two ul li:last-of-type {
    margin: 0 0 5px 0;
}

section.two aside ul li {
    width: 48%;
    margin: 0 4% 0 0;
    float: left
}

section.two aside ul li:last-of-type {
    margin: 0;
}

h3 {
    font-size: 24px;
    line-height: 26px;
}

.cta {
    width: 100%;
    float: none;
    margin: 0 0 4% 0;
}

.cta:last-of-type {
    margin: 0;
}

cite {
    font: 22px "Exo 2", "Roboto Condensed",sans-serif;
    line-height: 26px;
    margin: 20px 0 0 0;
}

ul.three li {
    width: 48%;
    margin: 0 2% 2% 0;
    float: left;
}

ul.three li:nth-child(2),
ul.three li:nth-child(4),
ul.three li:nth-child(6) {
    margin: 0 0 2%;
}

/* MOBILE ABOUT */

.a {
    height: 260px;
    float: none;
}

ul.one li .shade-text {
    width: 100%;
    float: none;
}

/* STANDARD PAGE MOBILE */

section.text {
    margin: 0px auto 22px;
}

section.text h2 {
    font-size: 44px;
    line-height: 50px;
    margin: 19px 0 13px 0;
}

p.heading {
    font-size: 16px;
}

/* MEDIA */

section.three aside {
    width: 48%;
    margin: 0 0 4% 0 !important;
}

section.three aside.g,
section.three aside.g2,
section.three aside.g4,
section.three aside.g6 {
    margin: 0 4% 4% 0 !important;
}

ul.five li {
    width: 48%;
}

}

/* SMALL MOBILE */

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

ul.four li,
ul.four li:nth-child(3),
ul.four li:nth-child(3):last-of-type, 
ul.four li:nth-child(2):last-of-type {
    width: 100%;
    float: none;
    margin: 0 0 4%;
}

ul.four li:last-of-type {
    height: inherit;
    width: 100%;
}

.post img.alignleft,
.post img.alignright,
.post img.aligncenter,
.post img.alignnone{
    float: none;
    margin: 0px auto 20px;
    display: block;
}

/* MOBILE BUSINESS */

.twoboxes dl.colorbox dt {
    width: 100px;
    margin: 0px auto 20px;
    float: none;
}

.twoboxes dl.colorbox dd {
    width: 100%;
    float: none;
    margin: 0;
}

.subscribe {
    position: relative;
}

footer {
    padding: 40px 5%;
}

footer aside {
    width: 85%;
}

footer aside.medium {
    width: 85%;
    margin: 22px 0 0 15%;
    float: left;
}

}

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

.newgrid {
    overflow: hidden;
}

.newgrid .block1,
.newgrid .block2,
.newgrid .block3 {
    width: 100%;
    float: none;
}

.newgrid .block4,
.newgrid .block5 {
    width: 100%;
    float: none;
}

.newgrid .block .inner {
    height: inherit;
    padding: 20px 20px 30px 20px;
}

}

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

section.two aside li {
    float: none;
    width: 100%;
    margin: 0 0 4% 0;
}

blockquote p {
    font-size: 23px;
    line-height: 28px;
    margin: 15px auto;
}

.subscribe {
    position: relative;
}

}

.accordion a, .post a, li .content p a {
    border-bottom: 0;
}

.accordion.business .accordion-section h4 a .indicator {
    background: transparent;
}

.inner .accordion-section-content p:last-of-type {
    margin-left: 20px;
    margin-bottom: 20px;
}