/*
Theme Name: Cornerstone, for WordPress
Theme URI: http://www.thewirelessguy.co.uk
Description: A Responsive Starter Theme based on Zurb Foundation for Sites
Author: Stephen Mullen
Author URI: http://www.thewirelessguy.co.uk
Version: 4.2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
GitHub Theme URI: https://github.com/thewirelessguy/cornerstone
GitHub Branch: master
*/
@font-face {
    font-family: CooperHewitt;
    src: local('CooperHewitt-Semibold.otf'),
        url("https://holditall.menta.ca/wp-content/uploads/fonts/CooperHewitt-Semibold.otf") format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: CooperHewitt;
    src: local('CooperHewitt-Bold.otf'),
        url("https://holditall.menta.ca/wp-content/uploads/fonts/CooperHewitt-Bold.otf") format('opentype');
    font-weight: 600;
}

html {
    overflow-x: hidden;
}

.topmenu {
    height: 80px;
    position: fixed;
    width: 100%;
    z-index: 30;
    transition: all 500ms;
    top: 0;
}

.shorten {
    height: 50px;
    background: #112439;
    transition: all 500ms;
}

.shorten .logo img {
    width: 55px;
}

.shorten .logo {
    top: 13px;
}

.shorten .logotext {
    margin-top: -2px;
}

.shorten .menubutton {
    top: 12px;
}

.logo {
    position: fixed;
    z-index: 100;
    top: 20px;
    left: 25px;
}

.logo img {
    width: 87px;
    float: left;
    transition: all 500ms;
}

.logotext {
    float: left;
    font-family: CooperHewitt;
    font-weight: 600;
    font-size: 25px;
    margin: 3px 0 0 17px;
}

.logotext a,
.logotext a:hover {
    color: white;
}

.menubutton {
    position: fixed;
    right: 25px;
    top: 30px;
    z-index: 12;
    cursor: pointer;
    transition: 500ms all;
}

.menuline {
    height: 6px;
    width: 30px;
    background: white;
    transition: all 500ms;
}

#secondline,
#thirdline {
    margin-top: 5px;
}

#firstline {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(-180deg);
}

#secondline {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(180deg);
}

.buttonclicked {
    background: #10243a;
}

#firstline.buttonclicked {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(-45deg);
}

#secondline.buttonclicked {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(45deg);
    margin-top: -5px;
    margin-bottom: 15px;
}

.openmenu {
    opacity: 0;
    transition: all 500ms;
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 29;
    visibility: hidden;
}

.visible {
    opacity: 1;
    visibility: visible;
}

.leftside,
.rightside {
    width: 50%;
    height: 100%;
    float: left;
    overflow: hidden;
}

.rightside {
    background: #03a889;
}

.imagebg {
    height: 400%;
    transition: all 500ms;
    transform: translateX(0px) translateY(0px) translateZ(0px);
}

.homeslider .imagebg {
    height: 500%;
}

.linkhovered1 {
    transform: translateX(0px) translateY(-25%) translateZ(0px);
}

.linkhovered2 {
    transform: translateX(0px) translateY(-50%) translateZ(0px);
}

.linkhovered3 {
    transform: translateX(0px) translateY(-75%) translateZ(0px);
}

.leftside .sliderclicked1,
.rightside .sliderclicked5 {
    transform: translateX(0px) translateY(0%) translateZ(0px) !important;
}

.leftside .sliderclicked2,
.rightside .sliderclicked4 {
    transform: translateX(0px) translateY(-20%) translateZ(0px) !important;
}

.leftside .sliderclicked3,
.rightside .sliderclicked3 {
    transform: translateX(0px) translateY(-40%) translateZ(0px) !important;
}

.leftside .sliderclicked4,
.rightside .sliderclicked2 {
    transform: translateX(0px) translateY(-60%) translateZ(0px) !important;
}

.leftside .sliderclicked5,
.rightside .sliderclicked1 {
    transform: translateX(0px) translateY(-80%) translateZ(0px) !important;
}

.page-id-14 .rightside .imagebg {
    transform: translateX(0px) translateY(-80%) translateZ(0px);
}

.hidescroll {
    overflow: hidden;
}

.homeslider .slidesection {
    height: 20%;
}

.slidesection {
    height: 25%;
    position: relative;
    width: 100%;
}

.slidesection img {
    position: relative;
    left: 50%;
    height: 100%;
    max-width: 5000px;
    min-width: 100%;
    transform: translate(-50%, 0px);
    width: initial;
}

.themenu {
    top: 50%;
    position: relative;
    width: 204px;
    margin: 0 auto;
    transform: translate(0px, -50%);
}

.themenu a {
    display: block;
    color: white;
    height: 60px;
    font-size: 23px;
    font-family: CooperHewitt;
    letter-spacing: 1px;
    transition: 500ms all;
    font-weight: 500;
}

.themenu a:before {
    height: 5px;
    width: 22px;
    background: white;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    transition: all 500ms;
}

.themenu a:hover {
    color: #10243a;
}

.themenu a:hover::before {
    background: #10243a;
}

.caption {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    transform: translate(0px, -50%);
    font-family: CooperHewitt;
    font-weight: 600;
    color: #fff;
    font-size: 4vw;
    line-height: 72px;
}

.homeslider .caption {
    line-height: 100px;
}

.stretch_it {
    white-space: nowrap;
}

.justify {
    text-align: justify;
}

.bumpup {
    transform: translate(0px, -100%);
}

.bumpdown {
    transform: translate(0px, 0%);
}

h1.entry-title {
    display: none;
}

.entry-meta {
    display: none;
}

.homeslider {
    height: 95vh;
    position: relative;
}

.slidecontrolholder {
    position: absolute;
    width: 100%;
    bottom: 35px;
}

.slidecontrol {
    position: relative;
    font-size: 35px;
    margin: 0 auto;
    color: white;
    width: 288px;
    font-weight: 700;
}

.slidecontrol span {
    padding: 0 15px;
    cursor: pointer;
}

.gradient {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(180deg, #10243a, transparent 99%);
    opacity: 0.31;
}

.gradient2,
.gradient3 {
    position: absolute;
    z-index: 1;
    height: 100%;
    background-image: linear-gradient(0deg, #10243a, #2b4e3e);
    opacity: 0.35;
    transform: translate(-50%, 0px) translate(0px, -50%);
    top: 50%;
    left: 50%;
}

.gradient3 {
    width: 100%;
}

.aboutphoto {
    width: 60%;
    height: 518px;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
}

.aboutphoto img {
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    height: auto;
    width: auto;
}

.abouttext {
    width: 30%;
    position: relative;
    margin: 0 auto;
    font-family: Cooperhewitt;
}

.abouttextcontainer {
    color: #fff;
    width: 100%;
    font-size: 24px;
    letter-spacing: 1px;
    position: absolute;
    top: 46%;
    transform: translate(0px, -50%);
    text-align: center;
    z-index: 10;
}

.holdtext {
    position: absolute;
    left: 10%;
    z-index: 5;
    width: 420px;
    top: -8%;
}

.ittext {
    position: absolute;
    top: 50%;
    right: 14%;
    z-index: 3;
    display: inline-block;
    width: 150px;
    height: 36%;
    float: right;
    transform: translate(0px, -50%);
}

.alltext {
    position: absolute;
    left: 28%;
    bottom: 11%;
    display: block;
    z-index: 3;
    width: 330px;
}

.holditallcontainer {
    position: absolute;
    display: block;
    width: 100%;
    height: 66%;
    margin-right: auto;
    margin-left: auto;
    padding: 25px;
}

.contentblock {
    position: relative;
    width: 100%;
    min-height: 95vh;
    overflow: hidden;
    padding: 180px 0;
}

.aboutsection {
    background-color: #bfd5d1;
}

.chipsection {
    background-color: #112439;
    padding: 0 10%;
}

.elevatesection {
    background-color: #112439;
    padding: 0 10%;
}

.aboutlink {
    margin: 0 auto;
    margin-top: 120px;
    font-size: 24px;
    font-family: CooperHewitt;
    letter-spacing: 1px;
    max-width: 240px;
}

.aboutlink a,
.aboutlink a:hover {
    color: #112439;
}

.arrowmove {
    transform: translateX(10px) translateY(0px) translateZ(0px);
}

.aboutlink img {
    height: 20px;
    margin-left: 10px;
    transition: all 500ms;
}

.title-bar {
    display: none !important;
}

.leadtext {
    font-size: 8vw;
    font-weight: 700;
    transform: rotate(270deg);
    transform-origin: left top;
    width: 80vh;
    position: absolute;
    top: 88vh;
    left: 5%;
    color: #06a889;
    font-family: CooperHewitt;
    z-index: 2;
}

.chipimage {
    position: relative;
    overflow: hidden;
    width: 36%;
    height: 68vh;
    top: 152px;
    float: left;
}

.chipimage img {
    position: relative;
    left: 50%;
    top: 50%;
    height: 110%;
    max-width: 5000px;
    transform: translate(-50%, 0px) translate(0px, -50%);
    width: auto;
    opacity: 0.7;
}

.chipquote,
.elevatequote {
    position: relative;
    width: 60%;
    height: 100%;
    padding-right: 25px;
    float: left;
    z-index: 20;
    margin-top: 17%;
    left: -6%;
    color: white;
    font-family: CooperHewitt;
    font-size: 4vh;
    letter-spacing: 1px;
}

.chipquote:before {
    content: "“";
    float: left;
    padding-right: 20px;
    margin-left: -36px;
}

.chipquote:after {
    content: "”";
    padding-left: 15px;
}

.chiptitle {
    position: absolute;
    float: left;
    bottom: 12%;
    left: 41%;
    font-family: CooperHewitt;
    opacity: .9;
    font-size: 20px;
    line-height: 30px;
    color: white;
    width: 64%;
    letter-spacing: 1px;
}

.chiplink {
    float: right;
    display: inline-flex;
    padding-right: 25%;
    color: #06a889;
}

.chiplink img {
    height: 21px;
    padding-left: 10px;
    transition: 500ms all;
}

.position {
    font-family: 'Lato';
    font-weight: 300;
}

.teamgrid {
    position: relative;
    overflow: hidden;
    width: 20%;
    height: 19vw;
    float: left;
}

.bioimage {
    position: relative;
    width: 100%;
    max-width: 5000px;
    opacity: 1;
    transform: translate(-50%, 0px) translate(0px, -50%);
    left: 50%;
    top: 50%;
}

.biotop {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: none;
}

.letter {
    position: relative;
    top: 50%;
    z-index: 9;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    opacity: 0.51;
    transform: translate(0px, -50%);
}

.biolink {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    transform: translate(0px, -50%);
    font-family: CooperHewitt;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
}

.teamgrid.lightblue {
    display: block;
    background-color: #bfd5d1;
}

.teamgrid.theteam {
    position: relative;
    background-color: #03a889;
}

.teamgrid.theteam:hover {
    background-color: #10243a;
}

.teamgrid a:hover {
    color: white;
}

.footer {
    width: 100%;
    height: 400px;
    padding: 5% 5% 0;
    background-color: #10243a;
    overflow: hidden;
}

.footersection {
    position: relative;
    width: 33.33%;
    height: 90%;
    float: left;
    text-align: left;
}

.emaillink {
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    color: white;
}

a.emaillink:hover {
    color: white;
}

.copyright {
    width: 100%;
    float: left;
    font-family: Lato, sans-serif;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.footersection .themenu {
    float: left;
    top: 0;
    transform: none;
}

.footersection .themenu a {
    height: 50px;
}

.footersection .themenu a:hover {
    color: #03a889;
}

.footersection .themenu a:hover::before {
    background: #03a889;
}

.chipcopy {
    background-color: #f4f3f3;
}

.bodycopy {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 150px 25%;
    height: inherit;
}

.bodycopy p,
p.bodycopy {
    font-family: Lato, sans-serif;
    color: #10243a;
    font-size: 20px;
    line-height: 40px;
    font-weight: 300;
    text-align: justify;
    padding: 10px 0;
}

h2 {
    color: #10243a;
    font-weight: 700;
    font-family: CooperHewitt;
    font-size: 25px;
    letter-spacing: 1px;
}

.logohold h2 {
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
    line-height: 30px;
}

.aboutcopy {
    width: 100%;
    height: auto;
    background-color: #f4f3f3;
    background-image: linear-gradient(180deg, hsla(0, 4%, 95%, .8) 51%, #f4f3f3), url("/wp-content/uploads/gears.png");
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
}

.logostretch {
    position: relative;
    left: -10%;
    width: 120%;
    height: 200px;
    margin-top: 75px;
}

.logohold {
    display: inline-block;
    width: 25%;
    height: 50%;
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
    text-align: center;
    text-decoration: none;
}

.logohold img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
}

.logohold h2 {
    font-weight: inherit;
}

.largecompany,
.teamcontainer {
    width: 100%;
    background-color: #f4f3f3;
    display: inline-block;
    margin: -7px 0;
}

.containerright {
    display: block;
    width: 95%;
    margin-top: 8%;
    margin-bottom: 8%;
    float: right;
}

.containerleft {
    position: relative;
    width: 95%;
    margin-top: 8%;
    margin-bottom: 8%;
    float: left;
}

.imageside {
    position: relative;
    width: 50%;
    height: 100%;
    float: right;
}

.imagecontainer {
    overflow: hidden;
    width: 90%;
    height: 700px;
    float: right;
}

.smallimagecontainer {
    position: relative;
    display: block;
    overflow: hidden;
    width: 60%;
    height: 550px;
    margin-right: auto;
    margin-left: auto;
}

.imagefill {
    position: relative;
    left: 50%;
    height: 100%;
    max-width: 5000px;
    transform: translate(-50%, 0px);
}

.textside {
    position: relative;
    width: 50%;
    height: 100%;
    float: left;
    align-self: center;
    z-index: 3;
}

.blank {
    width: 100%;
    height: 70px;
    float: left;
}

.logocontainer {
    position: relative;
    width: 100%;
    height: 75px;
    float: left;
}

.logocontainer img {
    height: 100%;
}

.aboutcaption {
    font-size: 5vw;
    font-weight: 700;
    width: 50vw;
    position: absolute;
    color: #06a889;
    font-family: CooperHewitt;
    z-index: 2;
    right: 0;
    top: 300px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.right .aboutcaption {
    right: 0;
}

.left .aboutcaption {
    left: 0;
}

a .aboutvisit {
    font-size: 24px;
    font-family: CooperHewitt;
    letter-spacing: 1px;
    color: #112439;
}

.aboutlink a,
.aboutlink a:hover {
    color: #112439;
}

.aboutvisit img {
    height: 21px;
    padding-left: 10px;
    transition: 500ms all;
}

.logoenlarge {
    height: 120% !important;
}

.elevatequote img {
    height: 75px;
    display: inherit;
    margin-bottom: 50px;
}

.elevatequote {
    color: white !important;
    position: inherit;
    margin-top: 8%;
    text-align: initial !important;
    letter-spacing: 0;
}

.elevatetitle {
    left: 0;
    position: initial;
    padding-top: 20px;
}

.elevatesection .leadtext {
    transform: rotate(90deg);
    transform-origin: right top;
    width: 73vh;
    top: 88vh;
    font-size: 7vw;
    color: #bed4d0;
    right: 5%;
    left: inherit;
}

.elevatetitle .chiplink {
    padding-right: 50px;
    bottom: 12%;
    position: absolute;
    right: 40%;
}

.elevatesection .chipimage {
    float: right;
}

.teamsection {
    padding: 0;
    height: inherit;
    background-color: #f4f3f3;
    min-height: inherit;
}

.name {
    font-family: CooperHewitt;
    font-size: 20px;
    line-height: 30px;
    color: #112439;
    letter-spacing: 1px;
}

.teamposition {
    font-family: 'Lato';
    font-weight: 300;
    font-size: 20px;
    color: #112439;
}

.single .caption {
    text-align: center;
    font-size: 60px;
}

.entry-content {
    width: 50%;
    margin: 0 auto;
    padding-top: 100px;
}

.entry-content p {
    font-family: 'Lato';
    text-align: justify;
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
    padding-top: 15px;
}

.entry-content strong {
    font-weight: 500;
}

blockquote {
    border: none;
    padding: 0;
    padding-top: 10px;
}

blockquote p {
    color: #10243a;
    font-weight: 700 !important;
    font-family: CooperHewitt !important;
    font-size: 25px !important;
    letter-spacing: 1px;
}

figure {
    margin: 0;
}

figure img {
    width: 50vw;
}

.wp-caption-text {
    font-family: 'Lato';
    color: #616161;
    width: 50vw;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    font-weight: 300;
}

.nextpost img {
    height: 20px;
    padding-left: 20px;
    transition: 500ms all;
}

.nextpost {
    text-align: center;
    font-size: 25px;
    font-family: CooperHewitt;
    margin: 100px 0 120px;
    font-weight: 600;
}

.nextpost a {
    color: #17a98a;
}

.featuredstories {
    padding: 100px 10% 50px;
    height: initial;
    background-color: #bfd5d1;
}

.story h3 {
    font-family: CooperHewitt;
    color: black;
    font-size: 24px;
}

.story {
    width: 33.33%;
    display: inline-flex;
    padding: 100px 3%;
}

.story img {
    height: 20px;
    transition: 500ms all;
}

.index_recent_post img {
    width: 25vw;
}

.featuredright {
    float: right;
    display: table-cell;
    width: 50vw;
    font-family: 'Lato';
}

.featuredtitle {
    font-weight: 700;
    padding-bottom: 20px;
}

.featuredright a {
    font-size: 32px;
    display: block;
    color: black;
    font-weight: 800;
    padding-bottom: 20px;
}

a.recent_link {
    color: #17a98a;
    font-size: 20px;
    padding-top: 40px;
}

.recent_link img {
    height: 20px;
    width: auto !important;
    padding-left: 10px;
    transition: 500ms all;
}

.featuredright {
    line-height: 42px;
    font-size: 18px;
}

.recentarrow2 {
    transition: 500ms all;
}

.clear {
    clear: both;
}

.mobile.teamgrid {
    display: none;
}

span.elevateheading {
    font-weight: 700;
    font-family: CooperHewitt;
    font-size: 25px;
    letter-spacing: 1px;
    clear: both;
    display: block;
    padding: 20px 0 40px;
}