/*
Theme Name: Business Cargo Bike Guide
Theme URI: http://www.bizcargobikeguide.london/
Author: bizcargobikeguide.london
Author URI: http://www.bizcargobikeguide.london/
Description: This site supports businesses with essential information for procuring and using cargo bikes.
Requires at least: 5.3
Tested up to: 6
Requires PHP: 5.6
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bcbg
*/

@font-face {
    font-family: "Cindie";
    src: url("css/fonts/Cindie2-M.eot");
    src: url("css/fonts/Cindie2-M.eot?#iefix") format("embedded-opentype"), url("css/fonts/Cindie2-M.woff2") format("woff2"),
        url("css/fonts/Cindie2-M.woff") format("woff"), url("css/fonts/Cindie2-M.ttf") format("truetype"),
        url("css/fonts/Cindie2-M.svg#Cindie 2") format("svg");
}

@font-face {
    font-family: "css/fonts/Helvetica-Bold";
    src: url("css/fonts/Helvetica-Bold.eot");
    src: url("css/fonts/Helvetica-Bold.eot?#iefix") format("embedded-opentype"),
        url("css/fonts/Helvetica-Bold.svg#Helvetica-Bold") format("svg"), url("css/fonts/Helvetica-Bold.ttf") format("truetype"),
        url("css/fonts/Helvetica-Bold.woff") format("woff"), url("css/fonts/Helvetica-Bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica-BoldOblique";
    src: url("css/fonts/Helvetica-BoldOblique.eot");
    src: url("css/fonts/Helvetica-BoldOblique.eot?#iefix") format("embedded-opentype"),
        url("css/fonts/Helvetica-BoldOblique.svg#Helvetica-BoldOblique") format("svg"),
        url("css/fonts/Helvetica-BoldOblique.ttf") format("truetype"), url("css/fonts/Helvetica-BoldOblique.woff") format("woff"),
        url("css/fonts/Helvetica-BoldOblique.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica-Light";
    src: url("css/fonts/Helvetica-Light.eot");
    src: url("css/fonts/Helvetica-Light.eot?#iefix") format("embedded-opentype"),
        url("css/fonts/Helvetica-Light.svg#Helvetica-Light") format("svg"), url("css/fonts/Helvetica-Light.ttf") format("truetype"),
        url("css/fonts/Helvetica-Light.woff") format("woff"), url("css/fonts/Helvetica-Light.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica-LightOblique";
    src: url("css/fonts/Helvetica-LightOblique.eot");
    src: url("css/fonts/Helvetica-LightOblique.eot?#iefix") format("embedded-opentype"),
        url("css/fonts/Helvetica-LightOblique.svg#Helvetica-LightOblique") format("svg"),
        url("css/fonts/Helvetica-LightOblique.ttf") format("truetype"), url("css/fonts/Helvetica-LightOblique.woff") format("woff"),
        url("css/fonts/Helvetica-LightOblique.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "css/fonts/Helvetica-Oblique";
    src: url("css/fonts/Helvetica-Oblique.eot");
    src: url("css/fonts/Helvetica-Oblique.eot?#iefix") format("embedded-opentype"),
        url("css/fonts/Helvetica-Oblique.svg#Helvetica-Oblique") format("svg"), url("css/fonts/Helvetica-Oblique.ttf") format("truetype"),
        url("css/fonts/Helvetica-Oblique.woff") format("woff"), url("css/fonts/Helvetica-Oblique.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica";
    src: url("css/fonts/Helvetica.eot");
    src: url("css/fonts/Helvetica.eot?#iefix") format("embedded-opentype"), url("css/fonts/Helvetica.svg#Helvetica") format("svg"),
        url("css/fonts/Helvetica.ttf") format("truetype"), url("css/fonts/Helvetica.woff") format("woff"),
        url("css/fonts/Helvetica.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Helvetica", Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #003632;
}

p {
    font-family: "Helvetica", Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 28px;
    /* color: #003632; */
}

a {
	color: #0CC89E;
}

a:hover {
	color: #FFF947;
}

strong {
	font-family: "Helvetica Bold", Arial, Helvetica, sans-serif;
}

* {
    margin: 0px;
    padding: 0px;
    transition: all 0.2s ease;
}
img {
    max-width: 100%;
    transition: all 0.2s ease;
}
body {
    background: #f5f5f5;
}
.text-right {
    text-align: right;
}
.small {
    font-size: 14px;
}
.italic {
    font-style: italic;
}
.header {
    padding: 25px 0px;
    /* position: fixed; */ 
    width: 100%;
    top: 0px;
    background: #fff;
    min-height: 125px;
}
.burger {
    margin-top: 0px;
}
.frontPage .burger {
    margin-top: 20px;
}
.fixed-header .burger {
    margin-top: 0px;
}
.menuButton {
    width: 37px;
    background: none;
    border: none;
}
.menuButton span {
    border-bottom: 2px solid #0fc79e;
    height: 1px;
    display: block;
    margin-bottom: 10px;
}
.menuButton span:last-child {
    margin-bottom: 0px;
}
.logoWrapper {
    background: #FFFC39;
    height: 600px;
}
.logoImage {
    max-width: 335px;
    margin: auto;
    margin-top: 50px;
}
.pageWrapper {
    /* max-width: 1920px; */
    margin: auto;
    background: #fff;
    /* box-shadow: 0px 0px 5px #ccc; */
    position: relative;
}
.introHome {
    padding: 75px 0px;
    color: #003632;
}
.introHome h1, .introHome h2 {
    color: #003632;
    font-size: 40px;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 30px;
    margin: 0px;
    font-family: "Cindie";
}
.introHome p {
    color: #003632;
    font-weight: normal;
    padding-bottom: 30px;
    margin: 0px;
}
.introHome p:last-child {
    padding-bottom: 0px;
}
.headerEB {
    background: #003632 url(images/eb.png) left bottom no-repeat;
    font-size: 80px;
    color: #fff948;
    font-weight: normal;
    min-height: 550px;
    padding-left: 500px;
    line-height: 80px;
    padding-top: 270px;
    font-family: "Cindie";
    text-transform: uppercase;
}
.max1500 {
    max-width: 1500px;
}
.max2000 {
    max-width: 2000px;
}
.employeeBenefitsList {
	text-transform: uppercase;
    margin-top: -6px;
}
.employeeBenefitsList a {
	text-decoration: none;
	text-transform: uppercase;
	color: #003632;
}
.employeeBenefitsList .item {
    text-align: center;
}
.employeeBenefitsList .overView {
    background: #0fc79e;
}
.considering {
    background: #fff948;
}
.noPadding {
    padding: 0px;
}
.employeeBenefitsList .item {
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;
    font-family: "Cindie";
    /* min-height: 100%; */
    min-height: 450px;
}

/* .employeeBenefitsList .item.white {
    background: #fff;
    color: #002c29;
} */

.footerSide {
    background: #fff948;
    color: #10c79e;
    padding: 30px 0px;
}
.footerSide a {
    color: #10c79e;
    text-decoration: none;
}
.footerSide ul {
    margin: 0px;
    padding: 0px;
}
.footerSide ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    line-height: 30px;
}
.footerSide h2 {
    font-weight: normal;
    font-size: 21.2px;
    padding-bottom: 30px;
    font-family: "Cindie";
    margin: 0px;
    text-transform: uppercase;
}
.megaMenu {
    display: block;
    background: #27cc95 url(images/logo.png) center center no-repeat;
    background-size: 400px;
    padding: 100px 70px 70px 70px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 3;
    height: 100vh;
    overflow: scroll;
}
.megaMenu ul {
    margin: 0px;
    padding: 0px;
}
.megaMenu ul li {
    display: block;
    border-bottom: 1px solid #14664b;
    padding: 5px 0px;
}
.megaMenu ul li li {
    border-bottom: none;
    padding: 0px;
}
.megaMenu ul li a {
    font-weight: normal;
    color: #003632;
    text-decoration: none;
    padding: 5px 0px;
    display: block;
    font-family: "Cindie";
    font-size: 18.85px;
    text-transform: uppercase;
}
.megaMenu ul li a:hover {
    color: #fff;
}
.megaMenu ul li ul li a {
    font-weight: normal;
    padding: 2px 0px;
    font-family: "Helvetica";
    text-transform: none;
}

.introInner {
    background: #0fc79e url(images/considerBanner.png) right center no-repeat;
    min-height: 450px;
}
.introInner .inner {
    padding: 120px 0px;
    max-width: 600px;
}
.introInner .inner h1 {
    font-family: "Cindie";
    font-size: 40px;
    font-weight: normal;
    padding-top: 45px;
    margin: 0px;
    text-transform: uppercase;
}
.introInner .inner p {
    margin-top: 40px;
}
.consideratioList .yello {
    background: #fff948;
    color: #003632;
}
.consideratioList .yello h3 {
    color: #003632;
}
.consideratioList .inner {
    padding: 50px;
}
.consideratioList h3 {
    font-size: 40px;
    font-weight: normal;
    padding-bottom: 30px;
    margin: 0px;
    min-height: 125px;
    font-family: "Cindie";
    text-transform: uppercase;
}
.consideratioList .black {
    background: #003632;
    color: #fff948;
}
.consideratioList .black p {
    color: #fff948;
}
.consideratioList .black h3 {
    color: #fff948;
}
.consideratioList .blue {
    color: #003632;
    background: #0fc79e;
}
.consideratioList .blue h3 {
    color: #003632;
}

.introYellow {
    padding: 75px 0px;
    color: #003632;
    background: #fff948;
}
.introYellow h1, .introYellow h2 {
    font-family: "Cindie";
    font-size: 40px;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 30px;
    margin: 0px;
}
.introYellow p {
    color: #003632;
    padding-bottom: 30px;
    margin: 0px;
}
.introYellow p:last-child {
    padding-bottom: 0px;
}

.consideringList .inner {
    max-width: 540px;
}
.ownInner {
	 	max-width: 600px;
}
.ownItem img {
	margin: auto;
  display: block;
}

.consideringList .consideringListItem {
    padding: 75px 0px;
    border-bottom: 1px solid #0fc79e;
}
.consideringList .consideringListItem:last-child {
    border-bottom: none;
}
.consideringList .consideringListItem h3 {
    color: #003632;
    font-size: 26px;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 30px;
    margin: 0px;
    font-family: "Cindie";
}
.equalHeightContent {
	min-height: 200px;
}
.equalHeightContent ul li, .introYellow ul li, .introHome ul li {
	margin-bottom: 10px;
	font-size: 0.9em;
}
.filterLocaion {
    padding: 55px 0px;
}
.filterLocaion ul {
    display: block;
    margin: 0px;
    padding: 0px;
}
.filterLocaion ul li {
    display: block;
    float: left;
    padding: 15px 25px;
    min-width: 150px;
    border: 2px solid #003632;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: normal;
    font-size: 20px;
}
.filterLocaion ul li:hover,
.filterLocaion ul li.selected {
    background: #0fc79e;
}
.filterCategory h2,
.filterLocaion h2,
.resultList h2, .news h2 {
    font-weight: normal;
    font-size: 40px;
    font-family: "Cindie";
    padding-bottom: 30px;
}

.filterCategory {
    padding: 0px 0px 75px 0px;
}
.filterCategory ul {
    display: block;
    margin: 0px;
    padding: 0px;
}
.filterCategory ul li {
    display: block;
    float: left;
    padding: 15px 25px;
    min-width: 220px;
    border: 2px solid #003632;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 20px;
    cursor: pointer;
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
}
.filterLocaion ul li {
		text-transform: uppercase;	
}

.filterLocaion ul li {
    width: 24%;
} 
.filterCategory ul li.selected {
    background: #fff948;
}
.directory .item {
    min-height: 380px;
}
.btn-ghost {
    background: none;
    padding: 10px 20px;
    border: 1px solid #000;
    color: #000;
    text-transform: uppercase;
}
.btn-ghost:hover {
    border: 1px solid #fff;
    color: #fff;
}
.resultList .item, .news .item {
    border: 2px solid #003632;
}
.resultList .header2 {
    background: #fff948;
    padding: 15px;
}
.news .header2 {
    background: #fff948;
    padding: 25px 15px 15px 15px;
}
.resultList .item .body, .news .item .body {
    padding: 15px;
    border-top: 2px solid #003632;
    word-wrap: break-word;
}
.resultList .item h3, .news .item h3 {
    font-weight: normal;
    font-size: 30px;
    font-family: "Cindie";
    text-transform: uppercase;
}
.resultList .item h4, .news .item h4 {
    color: #25c79e;
    font-size: 25px;
    font-family: "Cindie";
    text-transform: uppercase;
}
.resultList .item .body ul {
    padding-left: 0.8rem;
    list-style-type: square;
}
.resultList .item .body .line {
    display: block; height: 1px;
    border: 0; border-top: 1px solid #000;
    margin: 1em 0; padding: 0;
}
.resultList .item .body .mr-20 {
    margin-right: 20px;
}
.resultList, .news {
    min-height: 500px;
}
.resultList .item p, .news .item p {
    margin: 0px;
    padding: 0px 0px 10px 0px;
}
.news {
    margin-top: 100px;
}
.news .btn-primary {
    background: #10C79F;
    padding: 10px 20px;
    border: none;
}
.introBlue {
    padding: 75px 0px;
    color: #003632;
    background: #0fc79e;
}
.introBlue h1 {
    color: #003632;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 30px;
    margin: 0px;
}
.introBlue p {
    color: #003632;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 30px;
    margin: 0px;
}
.introBlue p:last-child {
    padding-bottom: 0px;
}
.megaMenu .container {
    position: relative;
}
.megaMenu .close {
    border: none;
    background: none;
    position: absolute;
    right: 0px;
    top: -45px;
}
.header.fixed-header {
    position: fixed;
    width: 100%;
    background: #fff;
    padding: 10px 0px;
    box-shadow: 0px 1px 1px #ccc;
    z-index: 1;
    top: 0px;
    min-height: 60px;
}
.header.fixed-header img {
    max-width: 100px;
}

.pagination {
    margin-bottom: 100px;
    display: block;
    display: flex;
    justify-content: center;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #10C79F;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #10C79F;
    border-color: #10C79F;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #FFF!important;
    background-color: #10C79F!important;
    border-color: #10C79F!important
}


/* video background */
#background-video {
    width: 100%;
    height: 100%;
    background-color: #fffc39;
}

@media screen and (max-width: 1024px) {
    .filterLocaion ul li {
        width: 19%;
    }
}

@media screen and (max-width: 999px) {
    .pageWrapper {
        overflow: hidden;
    }
    .headerEB {
        background: #003632 url(images/eb.png) left bottom no-repeat;
        background-size: 100px 100px;
        display: none;
    }
    .employeeBenefitsList .item {
        /* padding: 140px 75px; */
    }
    .employeeBenefitsList .item.image {
        padding: 0px;
    }
    .consideratioList .inner {
        padding: 15px;
    }

    .employeeBenefitsList .item {
        min-height: 300px;
    }
}

@media screen and (max-width: 900px) {
    .employeeBenefitsList .item {
        min-height: 250px;
    }
}

.header .homePage {
    display: none;
}
.headerLogo {
    /* min-height: 73px; */
    display: block;
}
.header.fixed-header .headerLogo {
    min-height: 40px;
    display: block;
}

.arrow {
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.arrow a i {
    font-size: 50px;
    color: #333;
}
.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

@media screen and (max-width: 768px) {
    .footerSide {
        padding: 35px 0px;
    }
    .footerSide.firstFooter .col-md-4 {
        margin-bottom: 40px;
    }
    .footerSide.firstFooter .col-md-4:last-child {
        margin-bottom: 0px;
    }
    .filterCategory ul li,
    .filterLocaion ul li {
        display: block;
        float: none;
        width: 100%;
    }

    .filterLocaion ul li.Item1,
    .filterLocaion ul li.Item2,
    .filterLocaion ul li.Item3,
    .filterLocaion ul li.Item4,
    .filterCategory ul li.Item1,
    .filterCategory ul li.Item2,
    .filterCategory ul li.Item3,
    .filterCategory ul li.Item4,
    .filterCategory ul li.Item5 {
        width: 100%;
    }
}