/**
Icon fonts
 */
@font-face {
    font-family: 'fontello';
    src: url('fonts/fontello.eot?87991754');
    src: url('fonts/fontello.eot?87991754#iefix') format('embedded-opentype'),
    url('fonts/fontello.woff2?87991754') format('woff2'),
    url('fonts/fontello.woff?87991754') format('woff'),
    url('fonts/fontello.ttf?87991754') format('truetype'),
    url('fonts/fontello.svg?87991754#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?87991754#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-about:before, .icon-Bespoke:before { content: '\e800'; }
.icon-branding:before, .icon-Blog:before { content: '\e801'; }
.icon-content:before, .icon-Content:before { content: '\e802'; }
.icon-design-terms:before, .icon-Role:before { content: '\e803'; }
.icon-design:before, .icon-SEO:before { content: '\e804'; }
.icon-development:before, .icon-Testing:before { content: '\e806'; }
.icon-feedback:before, .icon-Feedback:before, .icon-Social:before { content: '\e807'; }
.icon-inspiration:before, .icon-Finding:before { content: '\e808'; }
.icon-payments:before, .icon-Cost:before { content: '\e809'; }
.icon-proposal:before, .icon-Promote:before { content: '\e80a'; }
.icon-receipts:before, .icon-NotHappy:before, .icon-Quote:before { content: '\e80b'; }
.icon-taxes:before, .icon-Hiring:before { content: '\e80c'; }
.icon-wireframes:before, .icon-Graphics:before { content: '\e80d'; }

body {
    color: #3c5063;
    background: #fff;
    font: 15px / 1.625 'Open Sans', sans-serif;;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #3c5063;
    border-bottom: 1px solid #ff5f5f;
}

a:hover {
    text-decoration: none;
    color: #ff5f5f;
    border: none;
}

img {
    max-width: 100%;
}

@font-face {
    font-family: "icomoon";
    src: url("fonts/icomoon.eot?k0uomd");
    src: url("fonts/icomoon.eot?k0uomd#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?k0uomd") format("truetype"), url("fonts/icomoon.woff?k0uomd") format("woff"), url("fonts/icomoon.svg?k0uomd#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

.logo {
    padding:20px;
}

.logo.fixed {
    width: 270px;
    max-width: 270px;
    height: auto;
}

/*[class^="icon-"],*/
/*[class*=" icon-"] {*/
    /*!* use !important to prevent issues with browser extensions that change fonts *!*/
    /*font-family: "icomoon" !important;*/
    /*speak: none;*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*font-variant: normal;*/
    /*text-transform: none;*/
    /*line-height: 1; !* Better Font Rendering =========== *!*/
    /*-webkit-font-smoothing: antialiased;*/
    /*-moz-osx-font-smoothing: grayscale;*/
/*}*/

.icon-arrow-b:before {
    font-family: "icomoon" !important;
    content: "\e900";
}

.icon-arrow-r:before {
    font-family: "icomoon" !important;
    content: "\e901";
}

.icon-arrow-t:before {
    font-family: "icomoon" !important;
    content: "\e902";
}

.icon-dribbble:before {
    font-family: "icomoon" !important;
    content: "\e903";
}

.icon-email:before {
    font-family: "icomoon" !important;
    content: "\e904";
}

.icon-heart:before {
    font-family: "icomoon" !important;
    content: "\e905";
}

.icon-phone:before {
    font-family: "icomoon" !important;
    content: "\e906";
}

.icon-quote-l:before {
    font-family: "icomoon" !important;
    content: "\e907";
}

.icon-twitter:before {
    font-family: "icomoon" !important;
    content: "\e908";
}

.icon-circle:before {
    font-family: "icomoon" !important;
    content: "\e909";
}

.icon-lighting:before {
    font-family: "icomoon" !important;
    content: "\e919";
}

.icon-location:before {
    font-family: "icomoon" !important;
    content: "\e91a";
}

.icon-clock:before {
    font-family: "icomoon" !important;
    content: "\e91b";
}

.icon-phone2:before {
    font-family: "icomoon" !important;
    content: "\e91c";
}

.title-section {
    position: relative;
    background-color: #52cdf5;
    padding: 15px 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
}

.title-section > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%;
}

.container {
    max-width: 1000px;
    padding: 0 30px;
    margin: 0 auto;
}

.title-section .title {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 14px;
}

.title-section p {
    margin: 0;
}

.container:after {
    display: block;
    clear: both;
    content: "";
}

.title-section.add2:after {
    height: 240px;
}

.title-section:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 150px;
}

*, *:before, *:after {
    box-sizing: border-box;
}

* {
    max-height: 1000000px;
}

.content-section {
    padding: 52px 0 28px;
}

.content-section .container {
    max-width: 694px;
}

.content-section p {
    margin: 0 0 38px;
}

/* STATUS STYLES */

.entry .project-status.vertical-padding {
    width: 200%;
    margin-left: -50%;
}

.project-status.vertical-padding {
    padding-top: 0;
    padding-bottom: 75px;
}

.project-status .inner-width {
    display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
}

.project-status.completed-yes .column.current,
.project-status.completed-yes .column.next {
    display: none;
}

.project-status.completed-yes .column.completion-date {
    max-width: 660px;
    width: 100%;
}

.project-status .column {
    width: 30%;
    text-align: center;
    background: #FFF;
    border: 1px solid #e7eaec;
    border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}

.project-status .column .value {
    font-weight: 700;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 22px;
    letter-spacing: -0.03em;
    /*color: #262626;*/
}

.project-status .column .label {
    font-size: 14px;
    background: #52cdf5;
    border-radius: 0 0 5px 5px;
    padding: 15px;
    color: #FFF;
    font-weight: 700;
    display: block;
}

.project-status .column.current .label {
    background: #ff5f5f;
}

.project-status .column.completion-date .label {
    background: #3c5063;
}

.projects {
    overflow: hidden;
    padding: 55px 0 47px;
    background: #f6f8f9;
}

.projects h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 300;
    text-align: center;
    margin: 0 0 56px;
}

.projects h2 span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #8594a3;
    margin: 0 0 15px;
}

.projects .row {
    margin-bottom: 31px;
    text-align: center;
}

.row {
    margin: 0 -10px;
}

.row .col {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding: 0 10px;
}

.row .col.col-3 {
    width: 33.33%;
}

.row .col.col-25 {
    width: 25%;
}
.row .col.col-50 {
    width: 50%;
}
.row .col .files {
    text-align: left;
    display: none;
}
.row .col .files.show {
    display: block;
}
.row .col .files li {
    line-height: 2em;
}
.archive .row .col {
    vertical-align: middle;
}
.archive .project-item {
    min-height: 0;
    color: #3c5063;
    font-size: 16px;
}
.archive .project-item:hover {
    color: #3c5063;
}
.archive .project-name {
    text-align: left;
}
.archive .project-link .btn {
    min-width: 0;
    width: 100%;
}

.project-item {
    display: block;
    padding: 18px 30px;
    min-height: 188px;
    margin: 0 0 20px;
    border: none;
    background: #fff;
    border: 1px solid #e7eaec;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #8594a3;
    position: relative;
}

.project-item .ico-area {
    display: block;
    font-size: 42px;
    line-height: 1em;
    margin: 0 0 10px;
}

.project-item .title {
    display: block;
    font-size: 18px;
    line-height: 22px;
    color: #3c5063;
    margin: 0 0 14px;
}

.project-item:hover {
    color: #8594a3;
    box-shadow: 0 0 5px #52cdf5;
}

.project-item.completed .checkmark {
    background-image: url(assets/checkmark.svg);
    background-repeat: no-repeat;
    background-color: #ff5f5f;
    background-position: center;
    background-size: 13px;
    border-radius: 25px;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 12px;
    right: 12px;
}

.project-item.inactive {
    opacity: 0.5;
    pointer-events: none;
}

.project-item .checkmark .tooltip {
    background: #262626;
    padding: 7px 10px;
    border-radius: 3px;
    position: absolute;
    z-index: 3;
    color: #FFF;
    font-size: 12px;
    right: calc(-50% - 12px);
    top: -48px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: visibility 0s, transform 0.3s, opacity 0.3s;
}

.project-item .checkmark:hover .tooltip {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.project-item.completed .checkmark .tooltip .arrow {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #262626;
    position: absolute;
    right: calc(50% - 10px);
    top: 32px;
}

.cta-block {
    padding: 91px 0 81px;
    background: #52cdf5;
    font-size: 30px;
    font-weight: 300;
    line-height: 34px;
    text-align: center;
    color: #fff;
}

.cta-block p {
    margin: 0 0 32px;
}

.btn, button, input[type="button"], input[type="reset"], input[type="file"], input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    min-width: 238px;
    margin: 0;
    padding: 16px 20px 17px;
    background: #ff5f5f;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.btn:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="file"]:hover, input[type="submit"]:hover {
    background: #de4e4e;
    color: #fff;
    text-decoration: none;
}

.btn i, button i, input[type="button"] i, input[type="reset"] i, input[type="file"] i, input[type="submit"] i {
    font-size: 12px;
    margin-left: 5px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    height: 56px;
    border: 1px solid #e7edf0;
    background: #f6f8f9;
    padding: 15px 18px;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #8594a3;
    box-shadow: none;
    outline: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #52cdf5;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #8594a3;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #8594a3;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #8594a3;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #8594a3;
}

#loginform {
    overflow: hidden;
    width: 320px;
    margin: auto;
}

#loginform .form-row.error input[type="text"],
#loginform .form-row.error input[type="tel"],
#loginform .form-row.error input[type="email"],
#loginform .form-row.error input[type="search"],
#loginform .form-row.error input[type="password"],
#loginform .form-row.error textarea {
    border-color: #ff5f5f;
}

#loginform .form-row.error .error-msg {
    display: block;
}

#loginform .form-row.error .icon-lighting {
    display: block;
}

#loginform .form-control {
    position: relative;
}

#loginform input[type="text"],
#loginform input[type="tel"],
#loginform input[type="email"],
#loginform input[type="search"],
#loginform input[type="password"],
#loginform textarea {
    display: block;
    width: 100%;
    padding-right: 50px;
    margin-bottom: 40px;
}

#loginform textarea {
    height: 258px !important;
    overflow: auto;
    resize: none;
}

#loginform label {
    display: block;
    margin: 0 0 9px;
}

#loginform .btn {
    display: block;
    margin: 47px auto 0;
}

#loginform .error-msg {
    display: none;
    margin: -37px 0 10px;
    font-weight: normal;
    color: #ff5f5f;
}

p.lost-password {
    float: left;
}
p.login-remember {
    float: right;
}

p.login-error {
    color: #ff5f5f;
    width: 320px;
    margin: 0 auto 1em;
    font-weight: bold;
}

.leco-cp-logout {
    position: absolute;
    right: 0;
    top: 0;
}
.leco-cp-logout-link {
    display: block;
    background-color: rgba( 255, 255, 255, 0.6 );
    font-size: 16px;
    border-bottom: none;
    padding: .6em 1em;
    line-height: 1em;
}

.login-submit {
    text-align: center;
}

#footer {
    padding: 17px 28px 18px;
    background: #3c5063;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    color: #b1b9c1;
}

#footer address {
    float: left;
    margin: 0;
    font-style: normal;
}

.social {
    float: right;
}

.social-networks {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
}

.social .title {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 0 0;
}

.social-networks li {
    display: inline-block;
    vertical-align: top;
    margin: 0 9px 0 12px;
}

.contacts {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.contacts li {
    display: inline-block;
    vertical-align: top;
}

.contacts li + li:before {
    content: "·";
    margin: 0 9px;
}

#footer a {
    color: #b1b9c1;
    border: none;
}

#footer a:hover {
    color: #fff;
}

.contacts {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

#footer address i {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 2px;
    font-size: 15px;
}

/**
* Apply default WordPress image classes
* ref: https://codex.wordpress.org/CSS
**/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.leco-cp-responsive-video {
    position: relative;
    padding-bottom: 50.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 2em;
}
.leco-cp-responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .entry .project-status.vertical-padding {
        width: 120%;
        margin-left: -9%;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 1.43;
    }

    h1,
    .h1 {
        font-size: 24px;
        line-height: 30px;
    }

    h2,
    .h2 {
        font-size: 18px;
    }

    h3,
    .h3 {
        font-size: 18px;
    }

    .cta-block {
        padding: 74px 0 73px;
        line-height: 40px;
    }

    .cta-block.add {
        padding-top: 74px;
    }

    .cta-block.add2 {
        padding: 74px 0 92px;
        font-size: 18px;
        line-height: 24px;
    }

    .title-section {
        font-size: 24px;
        line-height: 30px;
    }

    .title-section.add2:after {
        height: 240px;
    }

    .title-section .title {
        font-size: 10px;
        margin: 0 0 10px;
    }

    .title-section p {
        margin: 0 -10px;
    }

    .row {
        margin: 0 -5px;
    }

    .row .col {
        padding: 0 5px;
    }

    .content-section {
        padding: 29px 0 2px;
    }

    .content-section h2 {
        font-size: 18px;
        line-height: 20px;
    }

    .projects {
        padding: 35px 0 0;
    }

    .projects h2 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 42px;
    }

    .projects h2 span {
        font-size: 10px;
    }

    .projects .row {
        margin-bottom: 44px;
    }

    .projects .row .col {
        width: 50%;
    }

    .archive .projects .row .col {
        width: 100%;
    }
    .archive .project-name {
        text-align: center;
    }
    .archive .project-link .btn {
        width: 60%;
    }
    .archive .project-name, .archive .project-status {
        margin-bottom: 2em;
    }

    .project-item {
        padding: 18px 15px;
        margin: 0 0 24px;
        height: auto !important;
    }

    #footer {
        padding: 20px 10px 20px;
    }

    #footer address {
        display: none;
    }

    .social {
        margin: -1px -8px 1px 0;
    }

    .social .title {
        display: none;
    }

    .social-networks {
        margin: 0;
    }

    .social-networks li {
        margin: 0 9px 0 8px;
    }

    .contacts {
        float: left;
    }
}

@media (max-width: 479px) {
    .xs-hidden {
        display: none !important;
    }

    .row {
        margin: 0;
    }

    .row .col {
        display: block;
        width: auto !important;
        margin: 0;
        padding: 0;
    }
    .password-protect input[type="submit"] {
        margin-top: 1em;
    }

    .project-status .inner-width {
        display: block;
    }
    .project-status .column {
        width: 90%;
        margin: 0 auto 2em;
    }
}