html {
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important;
}

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0.699999988079071px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: bold;
}

h5, .h5 {
    font-size: 15px;
}

.alt-font, .nav {
    ffont-family: 'Helvetica Neue', Arial, sans-serif;
}

p {
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 20px;
}

.navbar {
    border-radius: 0;
    border: none;
    margin: 0;
}

a.navbar-brand {
    height: auto;
    padding: 0;
    width: 70px;
    margin: 0!important;
    float: right;
    line-height: 0;
    position: relative;
}
a.navbar-brand svg{width:70px;height:70px;}

.nav>li>a:hover,.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.navbar-nav>li>a {
    padding: 0 0 3px;
    border-bottom: 1px solid transparent;
    font-size: 21px;
    margin-right: 21px;
}

.navbar-nav>li.active>a {
    font-weight: bold;
}

.navbar-toggle {
    border: none;
    margin: 15px 0px 0;
    margin-right: 20px;
    z-index: 10;
}

.navbar-toggle .icon-bar {
    background: #333;
}

.navbar-toggle .icon-bar {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.menu-open .topbar {
    transform: rotate(45deg) translate(4px, 4px);
    -webkit-transform: rotate(45deg) translate(4px, 4px);
    -o-transform: rotate(45deg) translate(4px, 4px);
    -moz-transform: rotate(45deg) translate(4px, 4px);
}

.menu-open .botbar {
    transform: rotate(-45deg) translate(5px, -5px);
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
    -moz-transform: rotate(-45deg) translate(5px, -5px);
    -o-transform: rotate(-45deg) translate(5px, -5px);
}

.menu-open .midbar {
    opacity: 0;
}

.navbar-brand>img {
    width: auto;
}

.navbar-collapse {
    padding: 0;
    float: left;
    border-color: transparent;
}

.navbar-nav {
    text-transform: uppercase;
    margin: 25px 0 0;
}

.navbar-header {
    float: none;
}

header#masthead {
    padding: 18px 0;
    display: block;
    height: auto;
    width: 100%;
    z-index: 9999;
}

#content {
}

.grid_padder {
    padding: 0 15px;
}

#page {
    margin: 0 auto;
    min-height: 100%;
    max-width: 1800px;
    position: relative;
    overflow: hidden;
}

.hero {
    font-size: 63px;
    margin: 0 0 20px;
    font-weight: 500;
    letter-spacing: -0.02em;
}

img {
    display: inline-block;
    height: auto;
    max-width: 100%
}

img[class*="wp-image-"] {
    /* margin-top: 10px; */
    /* margin-bottom: 10px */
}

embed,iframe,object {
    max-width: 100%
}

a,.transition {
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}

a:hover {
    text-decoration: underline;
    color: inherit;
}

/**************/
/*   COLORS   */
/**************/
#page, body, #masthead, #colophon {
    background: #fff;
}

footer#colophon {
    background: #333!important;
    padding: 40px 0;
}

.copyright {
    color: white;
}

body,.navbar a, a {
    color: #333;
}

.navbar-nav > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.navbar-nav > li > a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/*    PURP    */
.purp #page, body.purp, .purp #masthead, .purp #colophon {
    background: #3f51b5;
}

body.purp, .purp .navbar a, .purp a {
    color: #fff;
}

.purp .navbar-nav>li.active>a, .purp .navbar-nav>li>a:hover {
    border-bottom-color: #fff;
}

/*    YELLER    */
.yellow #page, body.yellow, .yellow #masthead, .yellow #colophon {
    background: #FFEB3B;
}

body.yellow, .yellow .navbar a, .yellow a {
    color: #333;
}

.yellow .navbar-nav>li.active>a, .yellow .navbar-nav>li>a:hover {
    border-bottom-color: #333;
}

/*    GRAAY    */
.gray #page, body.gray, .gray #masthead, .gray #colophon {
    background: #222222;
}

body.gray, .gray .navbar a, .gray a {
    color: #fff;
}

.gray .navbar-nav>li.active>a, .gray .navbar-nav>li>a:hover {
    border-bottom-color: #fff;
}

.purp .navbar-toggle .icon-bar,.gray .navbar-toggle .icon-bar {
    background-color: #fff;
}

.purp .cp_icon svg path,.gray .cp_icon svg path, .purp .arrow_svg, .gray .arrow_svg {
    fill: white;
}

/**************/
/* COLORPICKR */
/**************/
.color_picker {
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 18px;
    position: relative;
    margin-right: 50px;
}

.cp_icon {
    height: 100%;
    width: 100%;
    padding: 5px;
    cursor: pointer;
}

.cp_icon>svg {
    width: 100%;
    height: 100%;
    transform: scale(1);
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    position: relative;
    z-index: 0;
}

#cp_icon_trigger {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.cp_icon:active #Layer_1 {
    transform: scale(1,0.3);
    -moz-transform: scale(1,0.3);
    -o-transform: scale(1,0.3);
    -webkit-transform: scale(1,0.3);
}

.cp_togg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    z-index: 110;
}

.cp_pallette {
    width: 120px;
    height: 120px;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2), 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2), 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    opacity: 0;
    -webkit-transition-delay: 0.5s;
    /* Safari */
    transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
}

.cp_open .cp_pallette {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -moz-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -o-transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    opacity: 1;
}

.spinner {
    width: 100%;
    height: 100%;
    padding: 6px;
}

.color_item {
    width: 39%;
    height: 39%;
    margin: 5.5%;
    float: left;
    border-radius: 100px;
    border: 1px solid gray;
    position: relative;
    cursor: pointer;
}

.color_item.purp-btn {
    background-color: #3f51b5;
    border-color: #3f51b5;
}

.color_item.yellow-btn {
    background-color: #FFEB3B;
    border-color: #e2d033;
}

.color_item.gray-btn {
    background-color: #222222;
    border-color: #222222;
}

.color_item.reset-btn {
    background-color: #FFF;
    border-color: lightgray;
}

.color_item_active {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
    opacity: 0;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all 0.1s ease;
}

.purp .purp-btn .color_item_active {
    opacity: 1;
}

.yellow .yellow-btn .color_item_active {
    opacity: 1;
}

.gray .gray-btn .color_item_active {
    opacity: 1;
}

.reset-btn .color_item_active {
    opacity: 1;
}

.purp .reset-btn .color_item_active, .yellow .reset-btn .color_item_active, .gray .reset-btn .color_item_active {
    opacity: 0;
}

.color_item_active svg {
    fill: #FF5252;
}

#cp_backdrop {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 109;
    display: none;
    visibility: hidden;
}

.cp_open #cp_backdrop {
    display: block;
    visibility: visible;
}

/**************/
/*   INTRO   */
/**************/
.intro {
    padding: 50px 180px 50px;
}

section.intro .introcenter {}

.intro p {
    font-size: 21px;
}

section.intro h1 {
    font-size: 50px;
    margin: 0 0 20px;
    letter-spacing: -0.02em;
    /* line-height: 1; */
    /* color: red; */
}

/**************/
/*   FOOTER   */
/**************/
.outro {
    /* padding: 50px 180px 50px; */
}

.mega {
    font-size: 63px;
    /* font-weight: 600; */
    /* letter-spacing: -0.02em; */
    /* line-height: 1; */
}

/**************/
/* LOOP BASIC */
/**************/
.post_item {
    margin: 0 0 30px;
    position: relative;
}

.post_image {
    background: #EF5350;
    transition: all 1s ease;
    position: relative;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
}

.image_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post_image:hover {
    background: #000!important;
}

.post_image:hover .image_wrap img {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.post_image:active .image_wrap img {
    -ms-transform: scale(1.025);
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}

.post_image img {
    width: 100%;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.post_item p {
    margin: 0;
    height: 30px;
    line-height: 1.2;
}

.post_item h3 {
    margin: 0 0 7px;
}

.post_info {
    margin: 15px 0 0;
}

/***************/
/* SINGLE POST */
/***************/
.wide_img {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.browser_img {
    border-top: 2vw solid #D8D8D8;
    border-radius: 0.4vw;
    border-bottom: 1vw solid #D8D8D8;
}

.background {
    position: relative;
}

.caption {
    position: relative;
    padding: 40px 0;
    /* position: absolute; */
    width: 100%;
    color: white;
}

.caption p {
    margin: 0;
    font-size: 16px;
}

.entry-content a {
    text-decoration: underline;
}

.bg_inner {
    position: absolute;
    top: 0px;
    left: -300%;
    right: -300%;
    bottom: 0;
    z-index: 0;
    height: 100%;
    background: #505050;
}

.purp .bg_inner {
    mix-blend-mode: multiply;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.gray .bg_inner {
    mix-blend-mode: luminosity;
}

.background img {
    margin: 0;
    position: relative;
    z-index: 1;
    filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.11));
    -webkit-filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.11));
}

.no_drop.background img {
    filter: none;
    -webkit-filter: none;
}

.no_mix .bg_inner {
    mix-blend-mode: normal;
    filter: initial;
    -webkit-filter: indianred;
}

.btn {
    -webkit-appearance: button;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
    border: 1px solid!important;
    border-radius: 0;
    padding: 10px 20px;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.btn:hover,.btn:focus {
    color: inherit;
}

/***************/
/* POST NAV */
/***************/
.nav-box {
    position: relative;
    overflow: hidden;
}

.nav-box:hover .arrow_svg {
    opacity: 1;
}

.nav-box a {
    display: block;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.05);
}

.purp .nav-box a, .gray .nav-box a {
    background: rgba(255, 255, 255, 0.05);
}

.nav-box img {
    float: right;
    width: 120px;
    height: 120px;
}

.post_nav_inner {
    float: left;
    margin: 30px 0 0 20px;
}

.next .post_nav_inner {
    float: right;
    margin: 30px 20px 0px 0;
}

.nav-box.previous img {
    float: left;
}

.nav-box.next {
    text-align: right;
}

.arrow_svg {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 60px;
    height: 60px;
    margin: -30px 0 0;
    opacity: .5;
}

.next .arrow_svg {
    right: initial;
    left: 30px;
}

.nav-box.previous {
    text-align: left;
}

/***************/
/* SKILL  BARS */
/***************/
.skillbar {
    position: relative;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

.skill_inner {
    border-radius: 13px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.skillbar-title {
    position: absolute;
    top: 0;
    left: 0px;
    width: auto;
    z-index: 2;
    height: 100%;
}

.skillbar-title span {
    display: block;
    padding: 0 17px;
    line-height: 50px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.skillbar-bar {
    height: 50px;
    width: 100%;
    background: rgba(0, 0, 0, 0.05)!important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transform: translateX(-100%);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    position: relative;
    z-index: 1;
}

.gray .skillbar-bar, .purp .skillbar-bar {
    background: rgba(255, 255, 255, 0.11)!important;
}

.skillbar-bar._20 {
    -webkit-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    transform: translateX(-80%);
}

.skillbar-bar._30 {
    -webkit-transform: translateX(-70%);
    -ms-transform: translateX(-70%);
    transform: translateX(-70%);
}

.skillbar-bar._40 {
    -webkit-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
}

.skillbar-bar._50 {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.skillbar-bar._60 {
    -webkit-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    transform: translateX(-40%);
}

.skillbar-bar._70 {
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    transform: translateX(-30%);
}

.skillbar-bar._80 {
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
}

.skillbar-bar._90 {
    -webkit-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
}

.skillbar-bar._95 {
    -webkit-transform: translateX(-5%);
    -ms-transform: translateX(-5%);
    transform: translateX(-5%);
}

.skillbar-bar._100 {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.no_trans .skillbar-bar {
    transform: translateX(-100%)!important;
    -ms-transform: translateX(-100%)!important;
    -webkit-transform: translateX(-100%)!important;
}

.skill-bar-percent {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 11px;
    height: 50px;
    line-height: 50px;
    font-weight: normal;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-transition-delay: .8s;
    /* Safari */
    transition-delay: .8s;
}

.no_trans .skill-bar-percent {
    opacity: 0;
}

/**************/
/*   MISC     */
/**************/
.jumper {
    text-decoration: underline;
}

.ceebounce {
    position: relative;
    line-height: 0;
}

.ceebounce img {
    width: 100%;
}

.ceebounce_head {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    user-select: none;
    user-drag: none;
    -webkit-user-drag: none;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.ceebounce:hover .ceebounce_head {
    -webkit-animation-name: ceebounce;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
    animation-name: ceebounce;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

@-webkit-keyframes ceebounce {
    0% {
        -webkit-transform: translateY(0%);
    }

    50% {
        -webkit-transform: translateY(1.5%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

@keyframes ceebounce {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(1.5%);
    }

    100% {
        transform: translateY(0%);
    }
}

.footpad {
    padding: 100px 0;
}

/***************/
/* PADDERS */
/***************/
.padder {
    padding-top: 50px;
    padding-bottom: 50px
}

.padder_top {
    padding-top: 50px
}

.padder_bot {
    padding-bottom: 50px
}

.padder_lg {
    padding-top: 100px;
    padding-bottom: 100px
}

.padder_lg_bot {
    padding-bottom: 100px
}

.padder_lg_top {
    padding-top: 100px
}

.padder_sm {
    padding-top: 25px;
    padding-bottom: 25px
}

.padder_sm_bot {
    padding-bottom: 25px
}

.padder_sm_top {
    padding-top: 25px
}
/***************/
/* SKILLS 2 */
/***************/
.level_wrap{
    position: absolute;
    top: 0;
    left: 20%;
    right: 0;
    bottom: 0;
    /* width: 100%; */
    height: 100%;
}

.skill_wrap {
    padding-top: 20%;
    height: 0;
    position: relative;
    background: rgba(255, 0, 0, 0.12);
}

.level {
    border-left: 1px solid;
    opacity: 0.3;
    /* position: absolute; */
    top: 0;
    height: 100%;
    width: 20%;
    float: right;
    padding-left: 10px;
}
.level:nth-child(2) {top:20%;}
.level:nth-child(3) {top:40%;}
.level:nth-child(4) {top:60%;}
.level:nth-child(5) {top:80%;}
/***************/
/* RESPONSIVE */
/***************/
@media only screen and (max-width: 1200px ) {
    header {
    }
}

@media only screen and (max-width: 992px ) {
    header {
    }

    .intro {
        padding: 20px 0 0;
    }
}

@media only screen and (max-width: 767px ) {
    header {
    }

    p,.intro p {
        font-size: 16px;
        line-height: 27px;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -100vw;
        -webkit-transition: left 0.2s ease-in-out;
        -moz-transition: left 0.2s ease-in-out;
        transition: left 0.2s ease-in-out;
        z-index: 9;
        background-color: rgb(255, 255, 255);
        margin: 0;
        width: 100%;
        box-shadow: none;
        display: block;
    }

    .menu-open .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        -webkit-transition: left 0.4s ease-in-out;
        -moz-transition: left 0.4s ease-in-out;
        transition: left 0.4s ease-in-out;
    }

    .navbar-nav>li>a {
        text-transform: capitalize;
        font-size: 40px;
        line-height: 1;
        margin: 0 0 20px;
        padding: 0;
        border-bottom-width: 3px;
        display: inline-block;
        font-weight: bold;
    }

    .navbar-nav {
        position: absolute;
        top: 49%;
        width: 100%;
        text-align: center;
        margin: 0;
        transform: translateY(-50%);
    }

    header#masthead {
        padding: 15px 15px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    .footpad {
        padding: 0;
    }

    body {
        padding-top: 90px;
    }

    .nav-box.previous {
        margin: 0 0 20px;
    }

    .grid_padder {
        padding: 0;
    }

    a.navbar-brand {
        float: right;
        z-index: 10;
        width: 60px;
    }
    a.navbar-brand>svg {
        width: 60px;
        height: 60px;
    }
    #wpadminbar {
        display: none;
    }

    .navbar-header {
        display: block;
        float: none;
    }

    .navbar-toggle {
        float: left;
    }

    .color_picker {
        margin-top: 15px;
    }

    section.intro h1,.mega,.hero {
        font-size: 30px;
    }
    .padder {
    padding-top: 40px;
    padding-bottom: 40px
}

.padder_top {
    padding-top: 40px
}

.padder_bot {
    padding-bottom: 40px
}

.padder_lg {
    padding-top: 80px;
    padding-bottom: 80px
}

.padder_lg_bot {
    padding-bottom: 80px
}

.padder_lg_top {
    padding-top: 80px
}

.padder_sm {
    padding-top: 20px;
    padding-bottom: 20px
}

.padder_sm_bot {
    padding-bottom: 20px
}

.padder_sm_top {
    padding-top: 20px
}

}

.wp-video {
    margin: auto;
}
#prefooter .mega {
    font-size: 5vw;
}
@media screen and (min-width: 1200px) {
    #prefooter .mega {
        font-size: 70px;
    }
}

@media only screen and (max-width: 479px ) {
    header {
    }
}
