/*
Theme Name: Handyman
Theme URI: http://modernwebtemplates.com/product/handyman-repairrenovation-wordpress-theme/
Author: MWTemplates
Author URI: http://modernwebtemplates.com/
Description: Handyman - clean and simple WordPress blogging theme for parents, young mommies, teachers or pediatric websites. We've made main accent on theme readability and convenient navigation. Handyman looks great at any device, both desktop computers and phones.
Live customizer allows to easily change theme colors, change logo, title, tagline, add social icons and adjust widgets according to your needs.
Version: 1.5.0
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: red, orange, black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: handyman

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 1.1 - Preloader
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Media Queries
 *    15.1 - Mobile Large
 *    15.2 - Tablet Small
 *    15.3 - Tablet Large
 *    15.4 - Desktop Small
 *    15.5 - Desktop Medium
 *    15.6 - Desktop Large
 *    15.7 - Desktop X-Large
 * 16.0 - Unit Test Demo Content fixes
 */

/**
 * 1.0 - Reset
 */

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

/**
 * 1.1 - Preloader
 */

#preloader {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
}
#preloader-status {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    /*You can use animated gif for preloader*/
    /*background: url('../img/preloader.png') no-repeat 50% 20px;*/
}
#preloader-title {
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
}
.spinner {
    margin: 0 auto;
    width: 120px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}
.spinner > div {
    background-color: #e2001a;
    height: 100%;
    width: 20px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}
@keyframes stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.byline:before,
.comments-link:before,
.entry-format:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1.45;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
    color: #292a2e;
}

/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
    color: #999999;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.1429;
}

body {
    overflow-x: hidden;
    background-color: #ecedef;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
    clear: both;
    text-rendering: optimizeLegibility;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0 0 30px 0;
    color: #292a2e;
}

.section-dark-bg .h1, .section-dark-bg h1,
.section-dark-bg .h2, .section-dark-bg h2,
.section-dark-bg .h3, .section-dark-bg h3,
.section-dark-bg .h4, .section-dark-bg h4,
.section-dark-bg .h5, .section-dark-bg h5,
.section-dark-bg .h6, .section-dark-bg h6 {
    color: #ffffff;
}
/* see Icon Boxes on renovation page */
.section-dark-bg .fw-iconbox.ib-type2 h3 {
    /*color: #292a2e;*/
    /* but don't need on /hm-paint ; see three Icon Boxes before footer. */
}
/* see '25 Years of Experience' on renovation page */
.section-dark-bg .title-block h1.title,
.section-dark-bg .title-block h3.sub {
    color: #ffffff !important;
}

.title-colored .h1, .title-colored h1,
.title-colored .h2, .title-colored h2,
.title-colored .h3, .title-colored h3,
.title-colored .h4, .title-colored h4,
.title-colored .h5, .title-colored h5,
.title-colored .h6, .title-colored h6 {
    color: #e2001a;
}

.title-light .h1, .title-light h1,
.title-light .h2, .title-light h2,
.title-light .h3, .title-light h3,
.title-light .h4, .title-light h4,
.title-light .h5, .title-light h5,
.title-light .h6, .title-light h6 {
    color: #ffffff;
}

.h1, h1 {
    font-size: 70px;
    font-size: 7rem;
    line-height: 1.0715;
}

@media (max-width: 991px) {
    .h1, h1 {
        font-size: 50px;
        font-size: 5rem;
        line-height: 1.2;
    }
}

.h2, h2 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.5;
}

.h3, h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
}

.h4, h4 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
}

.h5, h5 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
}

.h6, h6 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.1429;
}

p {
    margin: 0 0 30px 0;
}

b,
strong {
    font-weight: 600;
    color: #292a2e;
}

q {
    color: #292a2e;
}

dfn,
cite,
em,
i {
    font-style: normal;
}

em {
    font-style: italic;
}

blockquote {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 30px 0;
    padding: 15px 0 15px 40px;
    color: #999999;
    color: #404040;

    border: none;
    border: 0 solid #e2001a;
    border-left-width: 5px;
}

blockquote p {
    margin-bottom: 30px;
}

blockquote > p:last-child {
    margin-bottom: 0;
}

blockquote cite,
blockquote small {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.1429;
    margin-top: 15px;
    color: #999999;
}

blockquote cite img,
blockquote small img {
    margin-right: 15px;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 600;
}

address {
    line-height: 2.1429;
    margin: 0 0 30px;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    border-radius: 0;

    vertical-align: middle;
}

kbd {
    -webkit-box-shadow: none;
    box-shadow: none;
}

code {
    color: #e2001a;
}

pre {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 30px;
    padding: 15px;
    max-width: 100%;
    overflow: auto;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 0;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

acronym,
abbr[title] {
    border-bottom: 1px solid #999999;
    cursor: help;
}

mark,
ins {
    background-color: #e2001a;
    color: #ffffff;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
    line-height: 100%;
}

/* Title Block */

.title-block {
    overflow: hidden;
    margin-bottom: 30px;
}

.title-block .prefix {
    float: left;
    font-size: 60px;
    font-weight: 500;
    line-height: 60px;
    margin-right: 15px;
    color: #e2001a;
}

.title-block .sub {
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    margin-top: 2px;
    margin-bottom: 0;
    clear: none;
}

.title-block .title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0;
    clear: none;
}

@media (min-width: 768px) {

    .title-block .prefix {
        font-size: 70px;
        line-height: 75px;
    }

    .title-block .sub {
        font-size: 24px;
        line-height: 30px;
        margin-top: 2px;
    }

    .title-block .title {
        font-size: 30px;
        line-height: 30px;
    }

}

@media (min-width: 1024px) {

    .title-block .prefix {
        font-size: 95px;
        line-height: 95px;
    }

    .title-block .sub {
        font-size: 24px;
        line-height: 30px;
        font-weight: 300;
        margin-top: 0;
    }

    .title-block .title {
        font-size: 60px;
        line-height: 60px;
        margin-top: -5px;
    }

}

@media (min-width: 1200px) {

    .title-block .prefix {
        font-size: 125px;
        line-height: 120px;
        margin-right: 30px;
    }

    .title-block .sub {
        font-size: 30px;
        line-height: 30px;
        font-weight: 300;
        margin-top: 5px;
    }

    .title-block .title {
        font-size: 68px;
        line-height: 75px;
        margin-top: 0;
    }

}

/**
 * 4.0 Elements
 */

hr {
    background-color: #d4d5d7;
    border: 0;
    height: 1px;
    margin-bottom: 29px;
    margin-top: 30px;
}

ul,
ol {
    margin: 0 0 30px 0;
    padding: 0 0 0 30px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

dl {
    margin-bottom: 30px;
}

dt, dd {
    line-height: 2.1429;
}

dt {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    color: #292a2e;
}

dd {
    margin-bottom: 30px;
}

table,
th,
td {
    border: 1px solid #eaeaea;
    color: #292a2e;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 45px 0;
    table-layout: fixed; /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 600;
}

td {
    border-width: 0 1px 1px 0;
}

th, td {
    line-height: 1.0715;
    text-align: center;
    padding: 15px 5px 14px 5px;
    background-color: #ffffff;
}

table {
    border-top: none;
}

thead th {
    padding: 15px 5px 14px 5px;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    background-color: #292a2e;
    border-color: #292a2e;
    color: #ffffff;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

figure {
    margin: 0;
    max-width: 100%;
}

del {
    opacity: 0.8;
}

/* Dropcaps */

body.dropcaps1:not(.home):not(.blog):not(.archive) .entry-content > .page-title + p:first-letter,
body.dropcaps1:not(.home):not(.blog):not(.archive) .entry-content > p:not(.icl_post_in_other_langs):first-child:first-letter,
p.dropcaps1:first-letter {
    float: left;
    color: #e2001a;
    font-weight: 700;
    font-size: 54px;
    font-size: 5.4rem;
    margin-right: 15px;
    padding-top: 5px;
    line-height: 1;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: 'Poppins', sans-serif;
}

:-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: 'Poppins', sans-serif;
}

::-moz-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: 'Poppins', sans-serif;
    opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.7);
    font-family: 'Poppins', sans-serif;
}

/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.1429;
    vertical-align: baseline;
    margin: 0;
    max-width: 100%;
    border-radius: 0;
    background-color: #f7f7f7;
}

button,
input {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

input,
textarea {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
    background-color: #ffffff;
    border: 1px solid #d9dadc;
    color: #999999;
}

input:focus,
textarea:focus {
    background-color: #ffffff;
    border: 1px solid #c1c1c1;
    color: #999999;
}

input:focus,
select:focus {
    outline: 2px solid #c1c1c1;
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
    cursor: default;
    opacity: .5;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2.5;
    line-height: 1.6667;
    line-height: 1.75;
    padding: 15px 30px;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 30px;
    height: 60px;
    height: 50px;
    border: none;
    cursor: pointer;
    -webkit-appearance: button;
    background-color: #292a2e;
    color: #ffffff;
}
.form-wrapper.contact-form .submit-button .button,
.form-wrapper.contact-form .submit-button button,
.form-wrapper.contact-form .submit-button input[type="button"],
.form-wrapper.contact-form .submit-button input[type="reset"],
.form-wrapper.contact-form .submit-button input[type="submit"] {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-appearance: initial;
}

.fw-btn-1:hover .fa-arrow-right {
    background-color: #e2001a;
}
.form-wrapper.contact-form form div.submit-button {
    text-align: center;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    background-color: #e2001a;
    color: #ffffff;
    outline: 0;
}

a.button {
    display: inline-block;
    -webkit-appearance: initial;
}


/* messages after sent form */

#main .fw-flash-messages {
    text-align: center;
}
#main .fw-flash-messages > ul {
    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid;
    font-size: large;
}

.fw-flash-messages .fw-flash-type-error { border-color: #f00; }
.fw-flash-messages .fw-flash-type-warning { border-color: #f70; }
.fw-flash-messages .fw-flash-type-success { border-color: #070; }
.fw-flash-messages .fw-flash-type-info { border-color: #07f; }

#main .form-wrapper ul {
    display: block;
    width: 80%;
    padding: 15px 0 0 30px;
    margin: 15px auto;
    font-size: large;
    line-height: initial;
}


/* Bootstrap Classes */

.btn {
    border-radius: 0;
}

.btn.active,
.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    padding: 9px 19px;
    width: 100%;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    outline: 0;
}

.post-password-form {
    position: relative;
}

.post-password-form label {
    display: block;
}

.post-password-form input[type="submit"] {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 30px;
    height: 50px;
    border-radius: 0;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
    padding: 0;
}

/**
 * 6.0 Navigations
 */



/**
 * 6.1 Links
 */

a,
a strong {
    outline: 0;
    text-decoration: none;
    color: #e2001a;
}

a:hover,
a:focus,
a:active,
a:hover strong {
    outline: 0;
    text-decoration: none;
    color: #292a2e;
}

a:focus {
    outline: thin dotted;
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

/**
 * 6.2 Menus
 */



/* Main Navigation */

.header-wrapper {
    height: 120px;
    position: relative;
    z-index: 1001;
    /*background-color: #ffffff;*/
}

.header__row {}

.header__logo-inner {
    display: table;
    height: 120px;
    width: 100%;
}

.is-sticky .header__logo-inner {
    height: 80px;
}

.header__logo div.logo {
    display: table-cell;
    vertical-align: middle;
}

.header__menu {}

.header__menu-inner {
    display: table;
    height: 120px;
    width: 100%;
}

.is-sticky .header__menu-inner {
    height: 80px;
}

.header__menu .create-menu {
    margin-top: -8px;
}

/* Menu strip */

.menu-strip {
    display: none;
}

.main-nav {
    float: none;
    text-align: center;

    /* for transform effect */
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

    left: 0%;
    width: 100%;
}

.main-nav .menu,
.main-nav .menu ul {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 0;
    list-style: none;
    text-transform: uppercase;
}


.main-nav .menu {
    /*position: relative;*/
    /*text-align: center;*/

    /*white-space: nowrap;*/

    /* tc: for 'Main Menu' flex behavior */
    /*width: 100%;*/
    /*display: flex;*/
}

.main-nav .menu li {
    position: relative;
    padding: 0 33px;
}

@media (max-width: 1445px) {
    .main-nav .menu li {
        position: relative;
        padding: 0 10px;
    }
}

.main-nav .menu ul li {
    padding: 0;
}

.main-nav .menu > li {
    display: inline-block;
}

/* tc: for 'Main Menu' flex behavior */
.main-nav .menu > li:not(#more-li) {  /* not for #more-li */
    width: inherit;
}

.main-nav .menu li a {
    line-height: 1;
    color: #292a2e;
}

.main-nav .menu li.active > a,
.main-nav .menu li a:active,
.main-nav .menu li a:focus,
.main-nav .menu li a:hover {
    color: #e2001a;
}

.main-nav .menu li ul {
    display: block;
    position: absolute;
    top: 45px;
    left: -30px;
    z-index: 2000;
    min-width: 300px;
    padding: 40px 60px;
    text-align: left;
    background: #292a2e;

    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: visibility 0.2s ease 0.32s, opacity 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s;
    -moz-transition: visibility 0.2s ease 0.32s, opacity 0.3s ease-in-out 0.1s, -moz-transform 0.3s ease-in-out 0.1s;
    transition: visibility 0.2s ease 0.32s, opacity 0.3s ease-in-out 0.1s, transform 0.3s ease-in-out 0.1s;
}

.main-nav .menu li:hover > ul {
    overflow: visible;
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(2px, 0px);
    -moz-transform: translate(2px, 0px);
    transform: translate(2px, 0px);
}

.main-nav .menu li li ul {
    left: 100%;
    top: -40px;
    -webkit-transform: translate(62px, 0px);
    -moz-transform: translate(62px, 0px);
    transform: translate(62px, 0px);
}

.main-nav .menu li li:hover > ul {
    -webkit-transform: translate(62px, 0px);
    -moz-transform: translate(62px, 0px);
    transform: translate(62px, 0px);
}

.main-nav .menu li li a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    padding: 20px 0;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.main-nav .menu li.current-menu-parent > a,
.main-nav .menu li.current-menu-item > a {
    color: #e2001a;
}

.main-nav .menu li li + li a {
    border-top: solid 1px #3f4043;
}

.main-nav .menu li li a:hover {
    color: #e2001a;
}

.main-nav > ul > li .dropdown .fa-angle-right,
.main-nav > ul > li .dropdown .fa-angle-left {
    line-height: 20px;
}

.main-nav .menu > li.md-hidden {
    display: none;
}
.main-nav .menu > li#more-li {
    position: absolute;
    right: 30px;
    /*top: 0;*/
    /*display: inline-block;*/
    color: #fff;
    padding: 0 10px;
    border-top-color: #f07983;
    z-index: 10;
}
#more-li > a {
    position: relative;
    /*top: 2px;*/
    top: -1px;
}

.main-nav .menu > li#more-li:hover {
    color: #FC4E2B;
}
.main-nav .menu > li#more-li > ul {
    left: auto;
    right: 0;
}
.main-nav .menu > li#more-li > ul [class*=icon] {
    display: none;
}
.main-nav .menu > li#more-li > ul li.dropdown a::after {
    content: '\e7bd';
    font-family: rt-icons-2;
    position: relative;
    width: 0;
    left: -5px;
    height: 0;
    top: -1em;
    color: #fff !important;
    font-size: 1.2em;
}
.main-nav .menu > li#more-li > ul > li.dropdown a:hover::after {
    color: #E14B2B;
}
.main-nav #more-li > ul li ul {
    left: auto;
    /*right: 100.5%;*/
    right: 169.5%;
}

.main-nav .menu > #more-li + li > a {
    padding-right: 40px;
}

/* Mobile Menu */

.mobile-menu {
    cursor: pointer;
    height: 40px;
    width: 80px;
    position: absolute;
    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=0);
    /* Older than Firefox 0.9 */
    -moz-opacity: 0;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0;
    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0;
    z-index: 10;
    border: none;
}

.mobile-menu-title {
    display: inline-block;
    width: 80px;
    height: 40px;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #292a2e;
}

.mobile-menu select,
.mobile-menu option {
    color: #292a2e;
}

.nav-button {
    display: table-cell;
    vertical-align: middle;

    position: relative;
    width: 80px;
    height: 40px;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    line-height: 40px;
    text-align: center;
}

/* Social Navigation */

.social-navigation {
    margin: -5px 0 0 0;
    overflow: hidden;
}

.social-navigation ul {
    list-style: none;
    margin: 0 0 0 0;
}

.social-navigation li {
    float: left;
}

.social-navigation a {
    position: relative;
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    margin: 5px 5px 0 0;
    background-color: #ffffff;
    color: #292a2e;
}

.social-navigation a:before {
    content: "\f415";
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
}
.social-navigation a[href*="codepen.io"]:before {content: "\f216";}
.social-navigation a[href*="digg.com"]:before {content: "\f221";}
.social-navigation a[href*="dribbble.com"]:before {content: "\f201";}
.social-navigation a[href*="dropbox.com"]:before {content: "\f225";}
.social-navigation a[href*="facebook.com"]:before {content: "\f203";}
.social-navigation a[href*="flickr.com"]:before {content: "\f211";}
.social-navigation a[href*="foursquare.com"]:before {content: "\f226";}
.social-navigation a[href*="plus.google.com"]:before {content: "\f206";}
.social-navigation a[href*="github.com"]:before {content: "\f200";}
.social-navigation a[href*="instagram.com"]:before {content: "\f215";}
.social-navigation a[href*="linkedin.com"]:before {content: "\f208";}
.social-navigation a[href*="pinterest.com"]:before {content: "\f210";}
.social-navigation a[href*="getpocket.com"]:before {content: "\f224";}
.social-navigation a[href*="polldaddy.com"]:before {content: "\f217";}
.social-navigation a[href*="reddit.com"]:before {content: "\f222";}
.social-navigation a[href*="stumbleupon.com"]:before {content: "\f223";}
.social-navigation a[href*="tumblr.com"]:before {content: "\f214";}
.social-navigation a[href*="twitter.com"]:before {content: "\f202";}
.social-navigation a[href*="vimeo.com"]:before {content: "\f212";}
.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {content: "\f205";}
.social-navigation a[href*="youtube.com"]:before {content: "\f213";}
.social-navigation a[href*="mailto:"]:before {content: "\f410";}
.social-navigation a[href*="spotify.com"]:before {content: "\f515";}
.social-navigation a[href*="twitch.tv"]:before {content: "\f516";}
.social-navigation a[href$="/feed/"]:before {content: "\f413";}
.social-navigation a[href*="path.com"]:before {content: "\f219";}
.social-navigation a[href*="skype.com"]:before {content: "\f220";}

/* Additional variants: */
.social-navigation a[href*="skype"]:before {content: "\f220";}
/* If you add in admin panel 'CSS Classes (optional)': */
.social-navigation li.skype a:before {content: "\f220";}


.social-navigation li a:hover {background-color:#e2001a;}
.social-navigation li a:hover::before {color: #ffffff;}
.social-navigation li a:hover[href*="facebook.com"] {background-color: #3b5998;}
.social-navigation li a:hover[href*="twitter.com"] {background-color: #33ccff;}
.social-navigation li a:hover[href*="plus.google.com"] {background-color: #dd4b39;}
.social-navigation li a:hover[href*="linkedin.com"] {background-color: #069;}
.social-navigation li a:hover[href*="instagram.com"] {background-color: #3f729b;}
.social-navigation li a:hover[href*="pinterest.com"] {background-color: #c8232c; }
.social-navigation li a:hover[href*="vimeo.com"] {background-color: #1AB7EA; }

/* Share icons */

.share-this {
    min-height: 29px;
}

.share-this ul.social-icons {
    overflow: hidden;
}

ul.share-icons {
    margin: 0;
    padding: 0;
}

.share-icons > li {
    display: inline-block;
    position: relative;
}

.share-icons li a {
    display: block;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.share-icons li a:before {
    margin-right: 0;
}

.share-icons > li {
    line-height: 29px;
    margin-left: 0;
}

.share-icons > li > a {
    color: #999999;
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    padding: 0;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.share-icons > li > a:hover {
    color: #292a2e;
}

/* Post Navigation */

.post-navigation {
    font-weight: 600;
}

.post-navigation a {
    display: block;
    padding: 30px 30px;
    text-align: center;
    height: 100%;
}

.post-navigation span {
    display: block;
}

.post-navigation .meta-nav {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    line-height: 2.1429;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
    color: #e2001a;
}

.post-navigation .post-title {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.3637;
    position: relative;
    z-index: 2;
    color: #ffffff;
    word-break: break-word;
    overflow: hidden;
    min-height: 60px;
    max-height: 60px;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
    position: relative;
    float: left;
    width: 50%;
}
.post-navigation .nav-next {
    float: right;
}

.post-navigation .nav-next a {
    position: relative;
    margin-left: 5px;
    background-color: #292a2e;
    background-position: center;
    background-size: cover;
}
.post-navigation .nav-previous a {
    position: relative;
    margin-right: 5px;
    background-color: #292a2e;
    background-position: center;
    background-size: cover;
}

.post-navigation a:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.post-navigation .nav-next a:before,
.post-navigation .nav-previous a:before {
    background-color: rgba(41, 42, 46, 0.5);
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
    background-color: rgba(41, 42, 46, 0.8);
}

/* Pagination */

.pagination {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.0713;
    line-height: 1.25;
    text-transform: uppercase;
    margin-top: 45px;
    margin-bottom: 0;
    color: #292a2e;
}

.pagination a,
.pagination span {
    display: block;
    float: left;
    min-width: 45px;
    min-height: 45px;
    height: 45px;
    margin: 15px 15px 0 0;
    padding: 15px;
    text-align: center;
    border-radius: 45px;
    background-color: #ffffff;
    color: #292a2e;
}

.pagination span span {
    display: none;
    float: initial;
    min-width: initial;
    min-height: initial;
    height: initial;
    margin: 0;
    padding: 0;
    text-align: center;
    border-radius: 0;
    background-color: transparent;
    color: #ffffff;
}

.pagination .current,
.pagination a:hover,
.pagination a:focus {
    background-color: #e2001a;
    color: #ffffff;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
    position: static !important;
}

/* Image Navigation */

.image-navigation {
    color: #707070;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
}

.image-navigation a {
    color: #707070;
}

.image-navigation a:hover,
.image-navigation a:focus {
    color: #292a2e;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
    display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
    content: "\2215";
    font-weight: 400;
    margin: 0 0.7em;
}

.image-navigation .nav-previous a:before {
    content: "\f430";
    margin-right: 0.2em;
    position: relative;
}

.image-navigation .nav-next a:after {
    content: "\f429";
    margin-left: 0.2em;
    position: relative;
}

.image-navigation {
    padding: 0 7.6923%;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
    margin-bottom: 2em;
}

/**
 * 7.0 Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #21759b;
    display: block;
    font: bold 14px/normal "Noto Sans", sans-serif;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
}

.logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000;
}

/**
 * 8.0 Alignments
 */

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}

/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
    content: "";
    display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
    clear: both;
}
.nav-links b {
    color: inherit;
}

/**
 * 10.0 Header
 */

body.admin-bar {}

.header {
    position: relative;
    z-index: 1000;
    width: 100%;
}

.is-sticky .header {
    background-color: rgba(255, 255, 255, .9);
}

.sticky-wrapper {
    height: auto !important;
}

.sticky-wrapper .header {
    width: 100%;
    background-color: #ffffff;
}

/* Logo */

div.logo {
    height: 80px;
    line-height: 80px;
    text-align: center;
}

div.logo > a {
    display: inline-block;
}

div.logo img.logo_big {
    max-height: 49px;
    margin-top: 0;
    margin-bottom: 0;
}

div.logo div.text-logo {
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
}

/* Blog Name */

.blogname {
    text-transform: uppercase;
    line-height: 1;
}

.blogname a {
    display: inline-block;
    font-weight: 700;
}
.blogname a span {
    font-weight: 300;
}

.blogname a,
.blogname a:hover,
.blogname a:active,
.blogname a:focus {
    display: inline-block;
    padding: 0 0 0 0;
    font-size: 24px;
    text-decoration: none;
    line-height: 24px;
    color: #292a2e;
    white-space: nowrap;
}

.blogdescr {
    line-height: 1;
    color: #292a2e;
    white-space: nowrap;
}

.blogdescr a {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
}

.blogdescr a,
.blogdescr a:hover,
.blogdescr a:active,
.blogdescr a:focus {
    text-decoration: none;
    color: #292a2e;
}

/* Header buttons */

.header__buttons-inner {
    display: table;
    height: 120px;
    width: 100%;
    text-align: right;
}

.is-sticky .header__buttons-inner {
    height: 80px;
}

.header__buttons-wrapper {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: -2px;
    /*fix for flex header*/
    white-space: nowrap;
}

.header-button {
    font-size: 18px;
    line-height: 30px;
    color: #292a2e;
}

@media ( min-width: 1200px ) {

    .header-button {
        /*font-size: 18px;*/
        font-size: 24px;
        line-height: 30px;
    }

}

.header-button__shop,
.header-button__login,
.header-button__search {
    cursor: pointer;
}

.header-button__divider {
    margin-left: 15px;
    margin-right: 15px;
    padding: 0 0 0 1px;
    background-color: #e9e9ea;
}

/* Search Box */

.search-box {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: none;
    opacity: 0;
    visibility: hidden;
}

.search-box--opened .search-box {
    z-index: 1000;
    display: block;
    opacity: 1;
    visibility: visible;
}

.search-box__form {
    position: relative;
    height: 100%;
}

.search-box__label {
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
    display: none;
}

.search-box--opened .search-box__label {
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    color: #999999;
}

input[type=search].search-box__input {
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
    height: 100%;
    padding: 0 25px 0 25px;
    border: none;
    opacity: 0;
    visibility: hidden;
    background-color: transparent;
    color: transparent;
    cursor: pointer;
}

.search-box--opened input[type=search].search-box__input {
    color: #999999;
}

.search-box--opened input[type=search].search-box__input.fadein {
    max-width: 100%;
    width: 100%;
    opacity: 1;
    visibility: visible;
    color: #999999;
}

/* Search overlay */

.search-box-overlay {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, .0);
}

.search-box--opened .search-box-overlay {
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
}

.header-overlay {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .0);
}

.search-box--opened .header-overlay {
    z-index: 999;
    background-color: rgba(255, 255, 255, .95);
}

/* Search animation */

.search-box,
.search-box--opened .search-box,
input[type=search].search-box__input,
.search-box--opened input[type=search].search-box__input,
input[type=search].search-box__input.fadein,
.search-box--opened input[type=search].search-box__input.fadein,
.header-overlay,
.search-box--opened .header-overlay {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Header login popup */

.header-login-popup {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 1;
    width: 370px;
    min-height: 200px;
    padding: 60px 60px 135px 60px;
    background-color: #292a2e;
    display: none;
}

.header-login-popup--opened {
    display: block;
}

.header-login-popup #loginform {
    overflow: hidden;
}

.header-login-popup #loginform label {
    display: none;
}

.header-login-popup #loginform input[type="text"],
.header-login-popup #loginform input[type="password"] {
    text-align: center;
    border-color: #3f4043;
    background-color: #292a2e;
    width: 100%;
}

.header-login-popup #loginform input[type="text"]:focus,
.header-login-popup #loginform input[type="password"]:focus {
    border-color: #6a6a6d;
}

/* Contacts Block */

.contacts-block {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 15px 30px;
    min-height: 100px;
    min-width: 300px;
    background-color: #292a2e;
}

.admin-bar .contacts-block {
    top: 32px;
}

.contacts-block .social-navigation {
    padding: 0;
    margin-top: -5px;
    list-style: none;
    float: right;
}

.contacts-block .contact-phone {
    display: inline-block;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
    padding-top: 0.3rem;
    color: #ffffff;
}

.contacts-block .social-navigation + .contact-phone {
    margin-right: 25px;
}

.contacts-block .contact-phone span {
    color: #f14b0d;
}

.contacts-block .contact-email {
    display: block;
    clear: both;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.1429;
    color: #999999;
}

.contacts-block .contact-email a {
    color: #ffffff;
}

.contacts-block .contact-email a:hover {
    opacity: 0.8;
}

@media ( min-width: 1024px ) {
    .contacts-block {
        display: block;
    }
}

@media (min-width: 1200px) {

    .contacts-block {
        padding: 30px 60px;
    }

    .contacts-block .contact-phone {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1;
        padding-top: 0.3rem;
    }

}

/* Placeholder text color -- selectors need to be separate to work. */

.header-login-popup #loginform input[type="text"]::-webkit-input-placeholder {color: #6a6b6c;}
.header-login-popup #loginform input[type="password"]::-webkit-input-placeholder {color: #6a6b6c;}
.header-login-popup #loginform input[type="text"]:-moz-placeholder {color: #6a6b6c;}
.header-login-popup #loginform input[type="password"]:-moz-placeholder {color: #6a6b6c;}
.header-login-popup #loginform input[type="text"]::-moz-placeholder {color: #6a6b6c;}
.header-login-popup #loginform input[type="password"]::-moz-placeholder {color: #6a6b6c;}
.header-login-popup #loginform input[type="text"]:-ms-input-placeholde {color: #6a6b6c;}
.header-login-popup #loginform input[type="password"]:-ms-input-placeholder {color: #6a6b6c;}

.header-login-popup #loginform .login-username {
    margin-bottom: 15px;
    display: block;
}

.header-login-popup #loginform .login-password {
    margin-bottom: 15px;
    display: block;
}

.header-login-popup #loginform .login-remember {
    position: absolute;
    right: 60px;
    bottom: 135px;
    margin: 0;
    text-align: right;
    color: #999999;
}

.header-login-popup #loginform .login-remember label {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.3077;
    font-weight: 400;
    margin-bottom: 0;
    cursor: pointer;
}

.header-login-popup #loginform .login-remember label:hover {
    color: #999999;
}

.header-login-popup #loginform .login-remember label input[type="checkbox"] {
    display: none;
}

.header-login-popup #loginform .login-remember label input[type="checkbox"] + span {
    position: relative;
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border: solid 1px #3f4043;
    background: #292a2e;
}

.header-login-popup #loginform .login-remember label input[type="checkbox"]:checked + span:before {
    display: block;
    content: '\f00c';
    font-family: 'FontAwesome';
    position: relative;
    top: -4px;
    left: -2px;
    color: #999999;
}

.header-login-popup #loginform .login-submit {
    position: absolute;
    right: 0;
    bottom: 60px;
    text-align: center;
    margin: 0;
    width: 100%;
}

/* Header login button */

.header-login-popup #loginform .login-submit input[type="submit"]:after {
    content: '\f084';
    font-family: FontAwesome;
}

.header-login-popup #loginform .login-submit input[type="submit"] {
    border: none;
    margin: 0;
    padding: 15px 40px;
    background-color: #e2001a;
    color: #ffffff;
}

.header-login-popup #loginform .login-submit input[type="submit"]:hover {
    background-color: #ffffff;
    color: #292a2e;
}

.header-login-popup__forgot-password {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.3077;
    text-align: left;
    text-transform: uppercase;
    display: block;
    width: 50%;
    color: #ffffff;
}

.header-login-popup__forgot-password:hover {
    color: #999999;
}

/**
 * Style2: Header with main slider
 */

/* Logo before header */

.sidebar-before-header .logo-before-header {
    position: absolute;
    top: 20px;
    left: 60px;
    z-index: 2;
}

body.admin-bar .sidebar-before-header .logo-before-header {
    top: 60px;
}

@media (max-width: 767px) {

    .sidebar-before-header .logo-before-header {
        display: none;
    }

}

/* Header Menu */

@media (min-width: 1024px) {

    .sticky-wrapper:not(.is-sticky) .with-main-slider .header__logo {
        /* It was a reason of a very bad bug */
        /*position: absolute;
        top: 0;
        left: 0;*/
    }

    .sticky-wrapper:not(.is-sticky) .with-main-slider .header__logo .header__logo-inner {
        opacity: 0;
    }

    .sticky-wrapper:not(.is-sticky) .with-main-slider .header__menu {
        /*float: none;
        margin-right: auto;
        margin-left: auto;*/
    }

    .sticky-wrapper:not(.is-sticky) .with-main-slider .header__menu .main-nav {
        text-align: left;

        /* for transform effect */
        -webkit-transform: translateX(0%);
        transform: translateX(0%);

        left: -20%;
        width: 120%;
    }

    .sticky-wrapper:not(.is-sticky) .with-main-slider .header__buttons {
        /* It was a reason of a very bad bug */
        /*position: absolute;
        top: 0;
        right: 0;*/
    }

}

@media (min-width: 1024px) {
    .sticky-wrapper:not(.is-sticky) .with-main-slider .header__menu {
        /*width: 990px;*/
        /*min-width: 990px;*/
    }
}

@media (min-width: 1200px) {
    .sticky-wrapper:not(.is-sticky) .with-main-slider .header__menu {
        /*width: 1190px;*/

    }
}

@media (min-width: 1445px) {
    .sticky-wrapper:not(.is-sticky) .with-main-slider .header__menu {
        /*width: 1235px;
        min-width: 1235px;*/
    }
}

@media (max-width: 1023px) {

    .with-main-slider .header__menu {
        width: 10%;
    }
    .with-main-slider .header__buttons {
        width: 90%;
    }

    .with-main-slider .nav-button {
        text-align: left;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {

    .sticky-wrapper:not(.is-sticky) .with-main-slider .header__logo,
    .sticky-wrapper.is-sticky .with-main-slider .header__logo {
        display: none;
    }

}

@media (max-width: 480px) {

    .with-main-slider .header__menu {
        width: 5%;
    }

    .with-main-slider .header__buttons {
        width: 85%;
    }

    .header-button__divider {
        margin-left: 7px;
        margin-right: 7px;
    }

}

@media (max-width: 320px) {
    .with-main-slider .header__menu {
        width: 5%;
    }
    .with-main-slider .header__buttons {
        width: 85%;
    }

}

/* Marked / Big Button */

.sticky-wrapper:not(.is-sticky) .with-main-slider .main-nav .menu > li.marked > a {
    padding: 8px 40px 8px 40px;
    border-radius: 20px;
    background-color: #e2001a;
    color: #ffffff;
}

.sticky-wrapper.is-sticky .with-main-slider .main-nav .menu > li.marked > a {
    /*color: #e2001a;*/
}

.sticky-wrapper:not(.is-sticky) .with-main-slider .header__logo .header__logo-inner,
.sticky-wrapper.is-sticky .with-main-slider .header__logo .header__logo-inner,

.header__logo-inner,
.header__menu-inner,
.header__buttons-inner,
.transition-on {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/**
 * 11.0 Widgets
 */

/* Sidebars */

.sidebar-before-loop {
    margin-bottom: 30px;
}

.sidebar-after-content {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #ffffff;
}
.sidebar-before-footer {
    background-color: #ffffff;
}

.sidebar-before-content {
    margin-bottom: 30px;
}

.secondary {
    margin-top: 75px;
}

/* Widgets */

.widget + .widget {
    margin-top: 75px;
}

.widget-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    color: #292a2e;
}

.widget > :last-child {
    margin-bottom: 0;
}

.widget_archive > ul,
.widget_categories > ul,
.widget_links > ul,
.widget_meta > ul,
.widget_nav_menu > div > ul,
.widget_nav_menu > ul,
.widget_pages > ul,
.widget_recent_comments > ul,
.widget_recent_entries > ul {
    list-style: none;
    padding-left: 0;
}

.widget_nav_menu > div :last-child {
    margin-bottom: 0;
}
.widget_nav_menu ul ul {
    padding-left: 15px;
}

.widget_archive,
.widget_links,
.widget_meta,
.widget_nav_menu,
.widget_pages,
.widget_categories {
    padding: 29px 39px;
    border: solid 1px #d9dadc;
}

.widget_archive li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_categories li {
    color: #292a2e;
}

.widget_archive a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_categories a {
    color: #999999;
}

.widget_archive a:hover,
.widget_links a:hover,
.widget_meta a:hover,
.widget_nav_menu a:hover,
.widget_pages a:hover,
.widget_categories a:hover {
    color: #e2001a;
}

/* need for: three Icon Boxes before footer; see on /homepage-carpenter */
#main > div > div > div.fw-page-builder-content > section:nth-child(7) > div > div > div:nth-child(2) > div:nth-child(1) {
    /*border-right: solid thin #292A2E;*/
}
#main > div > div > div.fw-page-builder-content > section:nth-child(7) > div > div > div:nth-child(2) > div:nth-child(3) {
    /*border-left: solid thin #292A2E;*/
}

/* Wordpress Custom Menu */

.widget_nav_menu .social-navigation {
    text-align: center;
}

.widget_nav_menu .social-navigation li {
    display: inline-block;
    float: none;
}

/* Wordpress Recent Comments */

.widget_recent_comments li {
    overflow: hidden;
}

.widget_recent_comments ul li + li {
    margin-top: 30px;
}

.widget_recent_comments .recentcomments .comment-head {
    overflow: hidden;
}

.widget_recent_comments .recentcomments .author-avatar {
    margin-right: 20px;
    margin-bottom: 0;
    float: left;
}

.widget_recent_comments .recentcomments .author-avatar,
.widget_recent_comments .recentcomments .author-avatar img {
    height: 60px;
}

.widget_recent_comments li {
    color: #999999;
}

.widget_recent_comments a {
    color: #292a2e;
}

.widget_recent_comments a:hover {
    color: #e2001a;
}

/* Wordpress RSS */

.widget_rss > ul {
    padding-left: 0;
    list-style: none;
}

.widget_rss > ul li + li {
    margin-top: 30px;
}

.widget_rss li {
    color: #999999;
}

.widget_rss a {
    color: #292a2e;
}

.widget_rss a:hover {
    color: #e2001a;
}

/* Wordpress Search */

.widget_search {
    padding: 29px 39px;
    border: solid 1px #d9dadc;
}

.widget_search .search-form label {
    display: block;
    margin: 0;
}

/* Wordpress Calendar */

.widget_calendar table {
    border: none;
}

.widget_calendar .calendar_wrap > table > caption {
    padding-bottom: 7px;
}

/* Wordpress Tag cloud */

.widget_tag_cloud .tagcloud {
    overflow: hidden;
    margin-top: -15px;
    text-align: center;
}

.widget_tag_cloud .tagcloud a {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 45px;
    margin: 15px 15px 0 0;
    background-color: #ffffff;
    color: #292a2e;
}

.widget_tag_cloud .tagcloud a:hover {
    color: #ffffff;
    background-color: #e2001a;
}

/* Wordpress Text Widget */

.widget_text .textwidget p:last-child {
    margin-bottom: 0;
}

/* Bootstrap select */

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
    margin-bottom: 0;
}

.bootstrap-select.btn-group>.btn:first-child {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: inherit;
    padding: 9px 29px 9px 19px;
    color: #999999;
}

.bootstrap-select.btn-group .btn .filter-option {
    text-transform: none;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select .btn,
.bootstrap-select .btn:focus {
    outline: 0 !important;
}

.bootstrap-select.btn-group .btn .caret {
    border: none;
}

.bootstrap-select.btn-group .btn .caret:after {
    content: '\f078';
    font-family: FontAwesome;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -12px;
    right: 0;
    color: #e2001a;
}

.secondary .btn-default {
    border-color: #ffffff;
    color: #999999;
}

.secondary .btn-default:focus,
.secondary .btn-default:hover,
.secondary .open>.dropdown-toggle.btn-default {
    border-color: #d9dadc;
    color: #999999;
}

.bootstrap-select.btn-group .dropdown-menu {}

/* Contact From 7 */

form.wpcf7-form {
    background-color: #fafafa;
    padding: 30px 30px 5px 30px;
}

form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"],
form.wpcf7-form input[type="url"],
form.wpcf7-form input[type="password"],
form.wpcf7-form input[type="search"],
form.wpcf7-form textarea {
    font-size: 14px;
    font-size: 1.4rem;
    border: none;
    background-color: #ffffff;
}

form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"],
form.wpcf7-form input[type="url"],
form.wpcf7-form input[type="password"],
form.wpcf7-form input[type="search"] {
    width: 50%;
}

form.wpcf7-form textarea {
    resize: none;
}

form.wpcf7-form .submit {
    text-align: center;
}

form.wpcf7-form .submit button,
form.wpcf7-form .submit input[type="button"],
form.wpcf7-form .submit input[type="reset"],
form.wpcf7-form .submit input[type="submit"] {
    padding-left: 60px;
    padding-right: 60px;
    margin: 0;
}

/* MailChimp Widget */

.widget.widget_text .mc4wp-form,
.widget.widget_mc4wp_form_widget {
    padding: 30px 40px;
    background-color: #292a2e;
    color: #999999;
}

.widget.widget_text .mc4wp-form .widget-title,
.widget.widget_mc4wp_form_widget .widget-title {
    color: #ffffff;
}

.widget.widget_mc4wp_form_widget .mc4wp-form .widget-title {
    display: none;
}

.widget.widget_text .mc4wp-form p,
.widget.widget_mc4wp_form_widget p {
    position: relative;
}

.widget.widget_text .mc4wp-form .mc4wp_button_position_absolute,
.widget.widget_mc4wp_form_widget .mc4wp_button_position_absolute {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
}
.widget.widget_mc4wp_form_widget .mc4wp_button_position_absolute {
    color: #e2001a;
}

.widget.widget_text .mc4wp-form .mc4wp_button_position_absolute input,
.widget.widget_mc4wp_form_widget .mc4wp_button_position_absolute input {
    height: 50px;
    width: 50px;
    padding: 0;
    border-radius: 0;
    background-color: transparent !important;
    z-index: 2;
    position: relative;
}

.widget.widget_text .mc4wp-form .mc4wp_button_position_absolute .fa {
    color: #e2001a;
}
.widget.widget_text .mc4wp-form .mc4wp_button_position_absolute .fa,
.widget.widget_mc4wp_form_widget .mc4wp_button_position_absolute .fa {
    position: absolute;
    /*z-index: 9;*/ /* with this form submit can't work! */
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    /*color: #e2001a;*/

    font-size: 20px;
    cursor: pointer;
}
.widget.widget_mc4wp_form_widget .fa:hover {
    color: #ffffff !important;
}

.widget.widget_text .mc4wp-form .mc4wp_button_position_absolute:hover .fa,
.widget.widget_mc4wp_form_widget .mc4wp_button_position_absolute:hover .fa {
    color: #ffffff;
}

.widget.widget_text .mc4wp-form input,
.widget.widget_text .mc4wp-form textarea,
.widget.widget_mc4wp_form_widget .mc4wp-form input,
.widget.widget_mc4wp_form_widget .mc4wp-form textarea {
    border-color: #3f4043;
    background-color: #292a2e;
    color: #999999;
}

.widget.widget_text .mc4wp-form .button,
.widget.widget_text .mc4wp-form button,
.widget.widget_text .mc4wp-form input[type="button"],
.widget.widget_text .mc4wp-form input[type="reset"],
.widget.widget_text .mc4wp-form input[type="submit"] {
    background-color: #999999;
    color: #ffffff;
}

.widget.widget_text .mc4wp-form .button:hover,
.widget.widget_text .mc4wp-form button:hover,
.widget.widget_text .mc4wp-form input[type="button"]:hover,
.widget.widget_text .mc4wp-form input[type="reset"]:hover,
.widget.widget_text .mc4wp-form input[type="submit"]:hover,
.widget.widget_text .mc4wp-form button:focus,
.widget.widget_text .mc4wp-form input[type="button"]:focus,
.widget.widget_text .mc4wp-form input[type="reset"]:focus,
.widget.widget_text .mc4wp-form input[type="submit"]:focus {
    background-color: #e2001a;
    color: #ffffff;
}

.widget.widget_mc4wp_form_widget .mc4wp-form .button,
.widget.widget_mc4wp_form_widget .mc4wp-form button,
.widget.widget_mc4wp_form_widget .mc4wp-form input[type="button"],
.widget.widget_mc4wp_form_widget .mc4wp-form input[type="reset"],
.widget.widget_mc4wp_form_widget .mc4wp-form input[type="submit"] {
    background-color: #999999;
    color: #ffffff;
}

.widget.widget_mc4wp_form_widget .mc4wp-form .button:hover,
.widget.widget_mc4wp_form_widget .mc4wp-form button:hover,
.widget.widget_mc4wp_form_widget .mc4wp-form input[type="button"]:hover,
.widget.widget_mc4wp_form_widget .mc4wp-form input[type="reset"]:hover,
.widget.widget_mc4wp_form_widget .mc4wp-form input[type="submit"]:hover,
.widget.widget_mc4wp_form_widget .mc4wp-form button:focus,
.widget.widget_mc4wp_form_widget .mc4wp-form input[type="button"]:focus,
.widget.widget_mc4wp_form_widget .mc4wp-form input[type="reset"]:focus,
.widget.widget_mc4wp_form_widget .mc4wp-form input[type="submit"]:focus {
    background-color: #e2001a;
    color: #ffffff;
}

.widget.widget_text .mc4wp-form .mc4wp-form-fields p:last-child {
    margin-bottom: 0;
}

.widget.widget_text .mc4wp-form ::-webkit-input-placeholder {color: #999999;}
.widget.widget_text .mc4wp-form :-moz-placeholder {color: #999999;}
.widget.widget_text .mc4wp-form ::-moz-placeholder {color: #999999; opacity: 1;}
.widget.widget_text .mc4wp-form :-ms-input-placeholder {color: #999999;}

.widget.widget_mc4wp_form_widget .mc4wp-form ::-webkit-input-placeholder {color: #999999;}
.widget.widget_mc4wp_form_widget .mc4wp-form :-moz-placeholder {color: #999999;}
.widget.widget_mc4wp_form_widget .mc4wp-form ::-moz-placeholder {color: #999999; opacity: 1;}
.widget.widget_mc4wp_form_widget .mc4wp-form :-ms-input-placeholder {color: #999999;}

/* Instagram / https://wordpress.org/plugins/instagram-feed/ */

#sb_instagram {
    padding-bottom: 0 !important;
}

#sb_instagram .sbi_header_text {
    padding-top: 0;
}

#sb_instagram .sb_instagram_header {
    margin-bottom: 5px;
}

#sb_instagram .sbi_header_text h3 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    color: #292a2e;
}

#sb_instagram .sbi_header_text .sbi_bio {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.25;
    color: #999999;
}

/* overwrite plugin animation */

#sb_instagram .sbi_photo {
    position: relative;
    opacity: 1 !important;
}

#sb_instagram .sbi_photo:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #ffffff;
}

#sb_instagram .sbi_photo:after {
    content: '\f064';
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    margin: -20px 0 0 -20px;
    opacity: 0;
    color: #292a2e;
}

#sb_instagram .sbi_photo:hover:before {
    opacity: 0.5;
}

#sb_instagram .sbi_photo:hover:after {
    opacity: 1;
}

#sb_instagram .sbi_photo:before,
#sb_instagram .sbi_photo:hover:before {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#sb_instagram .sbi_photo:after,
#sb_instagram .sbi_photo:hover:after {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

@media (max-width: 480px) {

    #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_6 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_7 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_8 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_9 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_10 #sbi_images .sbi_item {
        width: 50%;
    }

    #sb_instagram .sbi_photo {
        height: auto !important;
    }

    #sb_instagram img {
        display: block !important;
    }

}

/**
 * 12.0 Content
 */

html.zebra .site-content,
body.zebra .site-content {
    background: url("images/30x30.png") repeat 0 0;
}

/* Blog Post Visibility */

.blog_post_visibility__excerpt {}
.blog_post_visibility__content {}

/* if on pages only first and last post */
.hentry.first-post + .hentry.first-post {
    margin-top: 30px;
}

/* Front page: 1 columns Layout */

.post-thumbnail-row {
    margin-left: 0;
    margin-right: 0;
    background-color: #ffffff;
}

.post-thumbnail-row .col-media {
    padding-left: 0;
    padding-right: 0;
}

.post-thumbnail-row .col-content {
    padding-left: 0;
    padding-right: 0;
}

.post-thumbnail-row .post__media {
    margin-right: 30px;
}

.post-thumbnail-row .post__media .post-thumbnail {
    margin-bottom: 0;
}

.front-posts-layout--1col .first-post .post-thumbnail-row .col-media,
.front-posts-layout--1colws .first-post .post-thumbnail-row .col-media,
.front-posts-layout--1colwsl .first-post .post-thumbnail-row .col-media,
.front-posts-layout--1col .first-post .post-thumbnail-row .col-content,
.front-posts-layout--1colws .first-post .post-thumbnail-row .col-content,
.front-posts-layout--1colwsl .first-post .post-thumbnail-row .col-content {
    float: none;
    width: 100%;
}

.front-posts-layout--1col .first-post .post-thumbnail-row .post__media,
.front-posts-layout--1colws .first-post .post-thumbnail-row .post__media,
.front-posts-layout--1colwsl .first-post .post-thumbnail-row .post__media {
    margin-right: 0;
}

.front-posts-layout--1col .first-post .post-thumbnail-row .post__inner,
.front-posts-layout--1colws .first-post .post-thumbnail-row .post__inner,
.front-posts-layout--1colwsl .first-post .post-thumbnail-row .post__inner {
    padding: 60px 60px 60px 60px;
}

.front-posts-layout--1col .half-post .post-thumbnail-row,
.front-posts-layout--1colws .half-post .post-thumbnail-row,
.front-posts-layout--1colwsl .half-post .post-thumbnail-row {
    display: table;
    height: 100%;
    width: 100%;
}

.front-posts-layout--1col .half-post .post-thumbnail-row .col-media,
.front-posts-layout--1colws .half-post .post-thumbnail-row .col-media,
.front-posts-layout--1colwsl .half-post .post-thumbnail-row .col-media,
.front-posts-layout--1col .half-post .post-thumbnail-row .col-content,
.front-posts-layout--1colws .half-post .post-thumbnail-row .col-content,
.front-posts-layout--1colwsl .half-post .post-thumbnail-row .col-content {
    float: none;
    display: table-cell;
    height: 100%;
    width: 50%;
    vertical-align: top;
}

.front-posts-layout--1col .half-post .post-thumbnail-row .post__media,
.front-posts-layout--1colws .half-post .post-thumbnail-row .post__media,
.front-posts-layout--1colwsl .half-post .post-thumbnail-row .post__media {
    height: 100%;
}

.front-posts-layout--1col .half-post .post-thumbnail-row .post__media .post-thumbnail,
/*see 'Blog' page*/
.front-posts-layout--1colws .half-post .post-thumbnail-row .post__media .post-thumbnail,
.front-posts-layout--1colwsl .half-post .post-thumbnail-row .post__media .post-thumbnail {
    height: 100%;
}

.front-posts-layout--1col .half-post .post-thumbnail-row .post__media .post-thumbnail + .post-thumbnail ,
.front-posts-layout--1colws .half-post .post-thumbnail-row .post__media .post-thumbnail + .post-thumbnail ,
.front-posts-layout--1colwsl .half-post .post-thumbnail-row .post__media .post-thumbnail + .post-thumbnail {
    height: 0;
}

.front-posts-layout--1col .half-post .post-thumbnail-row .post__media .post-thumbnail img,
/*see 'Blog' page*/
.front-posts-layout--1colws .half-post .post-thumbnail-row .post__media .post-thumbnail img,
.front-posts-layout--1colwsl .half-post .post-thumbnail-row .post__media .post-thumbnail img {
    display: none;
}

.front-posts-layout--1col .post__inner,
.front-posts-layout--1colws .post__inner,
.front-posts-layout--1colwsl .post__inner {
    padding: 60px 60px 60px 60px;
    background-color: #ffffff;
}

.post-thumbnail-row .post__inner {
    padding: 60px 60px 60px 30px;
}

.post-thumbnail-row .post-content *:last-child,
.front-posts-layout--1col .post-content *:last-child,
.front-posts-layout--1colws .post-content *:last-child,
.front-posts-layout--1colwsl .post-content *:last-child {
    margin-bottom: 0;
}

.front-posts-layout--1col .entry-title,
.front-posts-layout--1colws .entry-title,
.front-posts-layout--1colwsl .entry-title {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.125;
}

.front-posts-layout--1col .entry-title,
.front-posts-layout--1colws .entry-title,
.front-posts-layout--1colwsl .entry-title,
.front-posts-layout--1col .entry-title a,
.front-posts-layout--1colws .entry-title a,
.front-posts-layout--1colwsl .entry-title a {
    color: #292a2e;
}

.front-posts-layout--1col .entry-title a:hover,
.front-posts-layout--1colws .entry-title a:hover,
.front-posts-layout--1colwsl .entry-title a:hover {
    color: #e2001a;
}

.front-posts-layout--1col .hentry .excerpt-more,
.front-posts-layout--1colws .hentry .excerpt-more,
.front-posts-layout--1colwsl .hentry .excerpt-more {
    display: none;
}

.blog_post_visibility__content .half-post .post-thumbnail-row,
.blog_post_visibility__content .half-post .post-thumbnail-row .col-media,
.blog_post_visibility__content .half-post .post-thumbnail-row .col-content {
    float: none;
    display: block;
    width: 100%;
    height: auto;
}

.blog_post_visibility__content .post-thumbnail-row .post__inner {
    padding: 60px 60px 60px 60px;
}

.blog_post_visibility__content .half-post .post-thumbnail-row .post__media {
    margin-right: 0;
}

.blog_post_visibility__content .half-post .post-thumbnail-row .post__media .post-thumbnail {
    height: auto;
}

.blog_post_visibility__content .half-post .post-thumbnail-row .post__media .post-thumbnail img {
    display: block;
}

/* Front page: 2 columns Layout */

.front-posts-layout--2col .hentry + .hentry,
.front-posts-layout--2colws .hentry + .hentry,
.front-posts-layout--2colwsl .hentry + .hentry {
    margin-top: 0;
}

.front-posts-layout--2col .hentry.half-post .entry-content,
.front-posts-layout--2colws .hentry.half-post .entry-content,
.front-posts-layout--2colwsl .hentry.half-post .entry-content {
    margin-top: 30px;
}

.front-posts-layout--2col .post__media,
.front-posts-layout--2colws .post__media,
.front-posts-layout--2colwsl .post__media {
    background-color: #ffffff;
}

.front-posts-layout--2col .post__media .post-thumbnail,
.front-posts-layout--2colws .post__media .post-thumbnail,
.front-posts-layout--2colwsl .post__media .post-thumbnail {
    margin-bottom: 0;
}

.front-posts-layout--2col .post__inner,
.front-posts-layout--2colws .post__inner,
.front-posts-layout--2colwsl .post__inner {
    padding: 30px;
    text-align: center;
    background-color: #ffffff;
}

.front-posts-layout--2colws .entry-title {}

.front-posts-layout--2col .excerpt-more,
.front-posts-layout--2colws .excerpt-more,
.front-posts-layout--2colwsl .excerpt-more {
    display: block;
}

.front-posts-layout--2col .excerpt-more .more-link,
.front-posts-layout--2colws .excerpt-more .more-link,
.front-posts-layout--2colwsl .excerpt-more .more-link {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin-top: 30px;
    /* Hide the text. */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-color: #e2001a;
    color: #ffffff;
}

.front-posts-layout--2col .excerpt-more .more-link:hover,
.front-posts-layout--2colws .excerpt-more .more-link:hover,
.front-posts-layout--2colwsl .excerpt-more .more-link:hover {
    background-color: #404040;
}

.front-posts-layout--2col .excerpt-more .more-link:after,
.front-posts-layout--2colws .excerpt-more .more-link:after,
.front-posts-layout--2colwsl .excerpt-more .more-link:after {
    font-family: 'FontAwesome' !important;
    content: '\f067';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-indent: 0;
    color: #ffffff;
}

.front-posts-layout--2col .hentry.first-post .post__inner,
.front-posts-layout--2colws .hentry.first-post .post__inner,
.front-posts-layout--2colwsl .hentry.first-post .post__inner {
    text-align: left;
}

.front-posts-layout--2col .hentry.first-post .entry-title,
.front-posts-layout--2colws .hentry.first-post .entry-title,
.front-posts-layout--2colwsl .hentry.first-post .entry-title {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.125;
}

.front-posts-layout--2col .hentry.first-post .excerpt-more,
.front-posts-layout--2colws .hentry.first-post .excerpt-more,
.front-posts-layout--2colwsl .hentry.first-post .excerpt-more {
    display: none;
}

.front-posts-layout--2col .entry-title,
.front-posts-layout--2colws .entry-title,
.front-posts-layout--2colwsl .entry-title,
.front-posts-layout--2col .entry-title a,
.front-posts-layout--2colws .entry-title a,
.front-posts-layout--2colwsl .entry-title a {
    color: #292a2e;
}

.front-posts-layout--2col .entry-title a:hover,
.front-posts-layout--2colws .entry-title a:hover,
.front-posts-layout--2colwsl .entry-title a:hover {
    color: #e2001a;
}

.site-content {padding: 90px 0;}
.unyson-layout .site-content,
.homepage .site-content {padding: 0;}
.site-content .minus-site-padding-top {margin-top: -90px;}
.site-content .minus-site-padding-bottom {margin-bottom: -90px;}

/**
 * 12.xx Breadcrumbs
 */

.entry-header-wrapper {
    padding: 60px 0 45px 0;
    background-color: #292a2e;
    text-align: center;
    background: url("images/entry_header_wrapper_bg.jpg") repeat 0 0;
    position: relative;
}

.entry-header-wrapper .page-title,
.entry-header-wrapper .entry-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #ffffff;
}

.entry-header-wrapper:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(41, 42, 46, 0.9);
}

.entry-header-wrapper .postnum {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.1429;
    text-transform: uppercase;
    color: #808080;
}

.entry-header-wrapper .page-title,
.entry-header-wrapper .entry-title,
.entry-header-wrapper .postnum,
.entry-header-wrapper .breadcrumbs,
.entry-header-wrapper .breadcrumb-ul {
    position: relative;
    z-index: 2;
    letter-spacing: 0.2em;
    word-break: break-word;
}

/* Built-in HandyMan Breadcrumbs */

.breadcrumb-ul {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.1429;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.breadcrumb-ul li {
    display: inline-block;
}

.breadcrumb-ul li + li {
    margin-left: 30px;
}

.breadcrumb-ul li a {
    color: #808080;
}

.breadcrumb-ul li a:hover {
    color: #808080;
}

.breadcrumb-ul li:last-child a {
    color: #e2001a;
}

.breadcrumb-ul li:last-child a:hover {
    color: #ffffff;
}

/**
 * 12.1 Posts and pages
 */

.hentry {
    position: relative;
}

.hentry.has-post-thumbnail {
    padding-top: 0;
}

.hentry.sticky:not(.has-post-thumbnail) {}

.hentry + .hentry {
    margin-top: 60px;
}

.front-posts-layout--1col div.clear + .hentry,
.front-posts-layout--1colws div.clear + .hentry,
.front-posts-layout--1colwsl div.clear + .hentry {
    margin-top: 60px;
}

.front-posts-layout--2col div.clear + .hentry.first-post,
.front-posts-layout--2colws div.clear + .hentry.first-post,
.front-posts-layout--2colwsl div.clear + .hentry.first-post {
    margin-top: 30px;
}

div.clear + .hentry.first-post {
    margin-top: 60px;
}

/* Post Featured/Pinned */

.post.sticky .entry-content {}

.post .featured-wrap {
    position: absolute;
    top: 0;
    right: 15px;
    width: 45px;
    height: 45px;
    overflow: hidden;
    z-index: 1;
}
.post .featured {
    position: absolute;
    background: #ffffff;
    color: #e2001a;
    text-align: center;
    top: -12px;
    right: -32px;
    width: 80px;
    height: 40px;
    line-height: 54px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.post .featured i:before {
    position: relative;
    right: -2px;
    top: -2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Post Controls */

.post-controls {
    background-color: #ffffff;
    margin: 0 0 40px 0;
}

.post-controls > div {
    height: 50px;
    position: relative;
}

.post-controls > div > * {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.post-controls .pctrl-left {
    float: left;
}

.post-controls .pctrl-right {
    float: right;
}

.post-controls .pctrl-social-btn {
    background-color: #37342f;
    color: #dad6d5;
    width: 50px;
    font-size: 18px;
    font-size: 1.8rem;
    cursor:pointer;
}

.post-controls .pctrl-social {
    width: 0px;
    overflow: hidden;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.post-controls .pctrl-social-btn div,
.post-controls .pctrl-social ul {}

.post-controls .pctrl-social .share-icons {
    position: absolute;
    left: -170px;
    line-height: 1;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-controls .pctrl-like-btn {
    width: 50px;
    font-size: 18px;
    font-size: 1.8rem;
    border-right: 1px solid #ebeaea;
}

.post-controls.active .pctrl-social {
    width: 190px;
}

.post-controls.active .pctrl-social .share-icons {
    left: 12px;
}

.post-controls.active .pctrl-like-btn {
    border-left: 1px solid #ebeaea;
}

.post-controls .pctrl-like-btn a {
    color: #e2001a;
    vertical-align: middle;
    line-height: 1;
}

.post-controls .pctrl-like {
    color: #b3b3b3;
    font-size: 13px;
    font-size: 1.3rem;
}

.post-controls .pctrl-view {
    background-color: #e2001a;
    color: #ffffff;
    font-size: 13px;
    font-size: 1.3rem;
}

.post-controls .pctrl-view strong {
    font-weight: 900;
}

.post-controls .pctrl-like,
.post-controls .pctrl-view {
    padding: 0 20px;
}

/* :Post Controls */

/* Post Thumbnail */

/* Post Featured image */

.post-thumbnail {
    border: 0;
    display: block;
    margin-bottom: 30px;
}
.post-thumbnail img {
    display: block;
    margin: 0 auto;
}

/* Blog list post thumbnail */

a.post-thumbnail {}
a.post-thumbnail:hover,
a.post-thumbnail:focus {}

a.post-thumbnail:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    visibility: hidden;
    opacity: 0;
}

a.post-thumbnail:hover:before,
a.post-thumbnail:focus:before {
    background-color: rgba(41, 42, 46, 0.5);
    visibility: visible;
    opacity: 1;
}

a.post-thumbnail:before,
a.post-thumbnail:hover:before,
a.post-thumbnail:focus:before {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* Post media */

.post__media {position: relative;}

.post__media .post-thumbnail {
    text-align: center;
}

.post__media .post-thumbnail img {}

/* :Post Thumbnail */

.entry-header {
    padding: 0 7.6923%;
}

.entry-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
    margin-bottom: 15px;
}

.entry-content,
.entry-summary {}

.entry-content > :last-child,
.entry-summary > :last-child {
    margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
    border-bottom: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
    display: block;
}

.entry-content .more-link,
.entry-summary .more-link:after {
    white-space: nowrap;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
    content: "\f429";
    font-size: 16px;
    position: relative;
    top: 5px;
}

.author-info {
    border: 1px solid #d9dadc;
    margin-bottom: 30px;
    padding: 29px 29px;
}

.author-info .author-avatar {
    float: left;
    margin-top: -30px;
    margin-left: -30px;
    margin-right: 30px;
}

.author-info .avatar {
    border-radius: 0 !important;
}

.author-info .author-description {
    overflow: hidden;
}

.author-info .author-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
    margin-bottom: 15px;
    color: #292a2e;
}

.author-info .author-bio {
    margin-bottom: 0;
}

.author-info .author-link {
    white-space: nowrap;
}

.author-info .author-link:after {
    content: "\f429";
    position: relative;
}

.entry-footer {
    background-color: #f7f7f7;
    color: #707070;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.5;
    padding: 15px 15px;
}

.entry-footer a {
    border-bottom: 1px solid transparent;
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover {
    border-bottom: 1px solid #333;
}

.entry-footer a:hover,
.entry-footer a:focus {
    color: #333;
}

.sticky-post {
    background-color: #333;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 0.25em 0.5em;
    position: absolute;
    top: 0;
    text-transform: uppercase;
}

.updated:not(.published) {
    display: none;
}

.sticky .posted-on {
    display: none;
}

.byline:before,
.comments-link:before,
.entry-format:before,
.full-size-link:before {
    margin-right: 2px;
    position: relative;
}

.format-aside .entry-format:before {content: "\f101";}
.format-image .entry-format:before {content: "\f473";}
.format-gallery .entry-format:before {content: "\f103";}
.format-video .entry-format:before {content: "\f104";}
.format-status .entry-format:before {content: "\f105";}
.format-quote .entry-format:before {content: "\f106";}
.format-link .entry-format:before {content: "\f107";}
.format-chat .entry-format:before {content: "\f108";}
.format-audio .entry-format:before {content: "\f109";}
.byline:before {content: "\f304";}
.comments-link:before {content: "\f300";}
.full-size-link:before {content: "\f402";}

.comments-link,
.edit-link {
    white-space: nowrap;
}

.page-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    padding: 7.6923%;
}

.page-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6667;
    margin-bottom: 30px;

    font-size: 40px;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.5;
}

.taxonomy-description {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    padding-top: 0.4em;
}

.taxonomy-description a {
    border-bottom: 1px solid #333;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
    border-bottom: 0;
}

.taxonomy-description > :last-child {
    margin-bottom: 0;
}

.page-content {
    background-color: #fff;
    padding: 7.6923%;
}

.page-content > :last-child {
    margin-bottom: 0;
}

/* Page pagination/navigation */

.page-links {
    overflow: hidden;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.0713;
    text-transform: uppercase;
    margin-top: -15px;
    margin-bottom: 30px;
    color: #292a2e;
}

.page-links > a,
.page-links > span {
    display: block;
    float: left;
    min-width: 45px;
    min-height: 45px;
    height: 45px;
    margin: 15px 15px 0 0;
    padding: 15px;
    text-align: center;
    border-radius: 45px;
    background-color: #ffffff;
    color: #292a2e;
}

.page-links > span:not(.page-links-title),
.page-links .current,
.page-links a:hover,
.page-links a:focus {
    background-color: #e2001a;
    color: #ffffff;
}

.entry-attachment {
    margin-bottom: 1.6em;
}

.type-attachment .entry-title {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.entry-caption {
    color: #707070;
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.5;
    padding-top: 0.5em;
    word-wrap: break-word;
}

.entry-caption > :last-child {
    margin-bottom: 0;
}

/**
 * Post footer meta
 */

.row.post-footer-meta {}
.post-footer-meta {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Post time */

.posted-on {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.1429;
    text-transform: uppercase;
    color: #999999;
}

.posted-on a {
    color: #999999;
}

.posted-on a:hover {
    color: #292a2e;
}

/* Posted on block on img */

.posted-on-block {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 300;
    text-align: center;
    padding: 15px 0 0 0;
    min-width: 60px;
    background-color: #e2001a;
    z-index: 1;
}
.posted-on-block .posted-day {
    display: block;
    font-size: 42px;
    line-height: 30px;
    color: #ffffff;
}
.posted-on-block .posted-month {
    display: block;
    font-size: 14px;
    line-height: 15px;
    padding-bottom: 5px;
    color: #292a2e;
}
.posted-on-block span > .entry-date {
    display: none;
}
.posted-on-block span > .updated {
    color: #ffffff;
}
.posted-on-block .comments-line {
    display: block;
    font-size: 12px;
    line-height: 15px;
    padding: 5px;
    background-color: #292a2e;
    color: #ffffff;
}
.posted-on-block .comments-line .fa {
    margin-right: 5px;
}

/* Post edit link */

.edit-link {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.1429;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
    color: #404040;
}

/* Post Categories */

.cat-links {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.1429;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
    color: #404040;
}

/* Post tags links */

.tags-links {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.1429;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
    color: #404040;
}

/* Back to top button */

.to-top {
    background-color: #1d1d20;
    background-color: rgba(29, 29, 32, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    bottom: -100px;
    color: #ffffff;
    color: rgba(255,255,255,0.9);
    cursor: pointer;
    font-size: 23px;
    height: 40px;
    line-height: 35px;
    overflow: hidden;
    position: fixed;
    right: 11px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 9999;
    width: 40px;
}

.to-top [class^="fa-"]:before,
.to-top [class*=" fa-"]:before {
    margin: 0;
}

.to-top:hover {
    background-color: #292a2e;
    background-color: rgba(41, 42, 46, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.75);
    color: #ffffff;
    color: rgba(255,255,255,1);
}

.to-top .fa {
    line-height: 35px;
}

/* :Back to top button */

/* Page 404 */

.error-404 {
    text-align: center;
}

.error-404 .search-form {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.error-404 .search-form label {
    width: 100%;
    margin-bottom: 0;
}

.error-404 .search-form label:after {
    content: '\f002';
    font-family: 'FontAwesome' !important;
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: transparent;
    color: #e2001a;
}

.error-404 .search-form input[type="submit"] {
    clip: auto !important;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    text-indent: -9999px;
    background-color: transparent;
    color: #e2001a;
}

.error-image {
    max-height: 147px;
    margin-top: 0;
    margin-bottom: 33px;
}

.page_title_404.page-title {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 740px;
    color: #292a2e;
}

.page_message_404 {
    font-weight: 300;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 740px;
    color: #292a2e;
}

.search_404_label {
    margin-bottom: 15px;
}

.error-404 input[type="search"] {
    padding-right: 50px;
    background-color: #ffffff;
    border-color: #ffffff;
}

.error-404 input[type="search"]:focus {
    border-color: #d9dadc;
}

.homepage_link_or {
    margin-top: 15px;
    margin-bottom: 15px;
}

.homepage_link a {
    display: inline-block;
    white-space: nowrap;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #292a2e;
    color: #ffffff;
}

.homepage_link a:hover {
    background-color: #e2001a;
}

.homepage_link a .fa {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 60px;
}

/**
 * 12.2 Post Formats
 */

/* Twitter embeds */

.featured-media.status-wrap {
    overflow: hidden;
    padding: 0 15px;
    height: 100%;
    background-color: #ffffff;
}

.featured-media.status-wrap > iframe {
    margin: 15px auto;
}

.single .featured-media.status-wrap {
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 30px;
}

/* Post Format: Standard */

.search .format-standard .post__media .post-thumbnail,
.archive .format-standard .post__media .post-thumbnail {
    margin-bottom: 0;
    background-color: #ffffff;
}

.search .type-page .post__inner,
.search .format-standard .post__inner,
.archive .format-standard .post__inner {
    padding: 30px 30px 30px 30px;
    background-color: #ffffff;
}

/* Post Format: Video */

.format-video .entry-content {
    background-color: #ffffff;
}

.format-video .entry-content > iframe {
    margin-bottom: 0;
}

.archive .format-video .post__inner {
    padding: 60px 60px 60px 60px;
    background-color: #ffffff;
}

.post__media_wide {
    background-color: #ffffff;
}
.post__media_wide > .container {
    padding-left: 0;
    padding-right: 0;
}
.post__media_wide > .container > embed,
.post__media_wide > .container > iframe,
.post__media_wide > .container > object,
.post__media_wide > .container > video {
    width: 100% !important;
    margin-bottom: 0 !important;
}

/* Post Format: Audio */

.format-audio .entry-content > iframe,
.format-audio .entry-content > .wp-audio-image .mejs-container {
    margin-bottom: 0;
}

.format-audio .entry-content .post__media .post-thumbnail {
    margin-bottom: 0;
}

.archive .format-audio .post__inner {
    padding: 60px 60px 60px 60px;
    background-color: #ffffff;
}

/* Post Format: Image */

.format-image .entry-content .post__media .post-thumbnail {
    margin-bottom: 0;
    background-color: #ffffff;
}

.archive .format-image .post__inner {
    padding: 60px 60px 60px 60px;
    background-color: #ffffff;
}

/* Post Format: Gallery */

.single-format-gallery .entry-content > .owl-carousel {
    margin-bottom: 30px;
}

.archive .format-gallery .post__inner {
    padding: 60px 60px 60px 60px;
    background-color: #ffffff;
}

/* Post Format: Chat */

.front-posts-layout--1col .format-chat .post__inner .post-content p,
.front-posts-layout--1colws .format-chat .post__inner .post-content p,
.front-posts-layout--1colwsl .format-chat .post__inner .post-content p {
    margin-bottom: 0;
}

.archive .format-chat .post__inner {
    padding: 60px 60px 60px 60px;
    background-color: #ffffff;
}

.single-format-chat .post-thumbnail {
    background-color: #d9dadc;
}

.single-format-chat p:nth-child(odd) {
    padding: 8px 30px 7px 30px;
    background-color: #ffffff;
}

/* Post Format: Quote */

.format-quote .entry-content {
    padding: 60px 60px 60px 60px ;
    background-color: #ffffff;
}

/* Post Format: Link */

.format-link .entry-content {
    padding: 60px 60px 60px 60px ;
    background-color: #ffffff;
}

/* Post Format: Aside */

.format-aside .entry-content {
    padding: 60px 60px 60px 60px ;
    background-color: #ffffff;
}

/* Post Format: Status */

.format-status .entry-content,
.single-format-status .entry-content {
    text-align: center;
    padding: 60px 60px 60px 60px;
    background-color: #ffffff;
}

.single-format-status .entry-content {
    margin-bottom: 30px;
}

.format-status .author-avatar,
.single-format-status .author-avatar {
    margin-bottom: 15px;
}

.format-status .posted-on,
.single-format-status .posted-on {
    margin-bottom: 30px;
}

/**
 * 12.3 Comments
 */

.comments-area {
    margin-bottom: 30px;
    padding: 0;
}

.comments-area > :last-child {
    margin-bottom: 0;
}

.comments-title,
.comment-reply-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6667;
    color: #434343;
}

.comments-title {
    margin-bottom: 30px;
}

.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    padding: 15px 0 30px 0;
}

.comment-list .pingback + .pingback {
    border-top: none;
    padding-top: 0;
}

.comment-list > li:first-child > article,
.comment-list > li:first-child > .pingback,
.comment-list > li:first-child > .trackback {
    border-top: 0;
}

.comment-list .children {
    list-style: none;
    margin: 0;
    padding-left: 105px;
}

.comment-list .children > li {
    padding-left: 15px;
}

.comment-author {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6667;
    text-transform: uppercase;
    color: #292a2e;
}

.comment-author a {
    color: #e2001a;
}

.comment-author a:hover {
    color: #292a2e;
}

.comment-author .avatar {
    float: left;
    width: 90px;
    height: 90px;
    margin-top: -15px;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 50%;
}

.bypostauthor > article .fn:after {
    content: "\f304";
    position: relative;
}

.comment-metadata,
.pingback .edit-link {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.0715;
    color: #292a2e;
}

.comment-metadata > a,
.pingback .edit-link a {
    color: #292a2e;
}

.comment-metadata > a:hover,
.pingback .edit-link a:hover,
.comment-metadata > a:hover,
.comment-metadata > a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
    color: #e2001a;
}

.comment-metadata {
    position: relative;
    margin-bottom: 30px;
}

.comment-metadata .edit-link {
    margin-left: 15px;
}

.pingback .edit-link {
    margin-left: 15px;
}

.pingback .edit-link:before {
    top: 0;
}

.comment-content {
    overflow: hidden;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 30px 15px;
}

.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}

.comment-content > :last-child {
    margin-bottom: 0;
}

.comment-list .reply {
    position: absolute;
    top: -35px;
    right: 0;
    color: #292a2e;
}

.comment-list .reply .fa {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 2.5;
    font-weight: 400;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    color: #292a2e;
}

.comment-list .reply a {
    color: #292a2e;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
    color: #e2001a;
}

.comment-list .reply a.comment-reply-login {
    display: block;
    margin-top: 15px;
    text-transform: none;
    font-size: 12px;
}

.comment-form-wrap {}

.comment-respond {
    margin: 30px auto;;
}

.comment-form {
    padding-top: 0;
}

.comment-form label {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
    line-height: 1.5;
    text-transform: uppercase;
    color: #292a2e;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    border: none;
    padding: 10px 20px;
    width: 100%;
}

.comment-submit {
    position: relative;
    padding-right: 75px;
    line-height: 2.75;
}

.comment-submit:after {
    font-family: 'FontAwesome' !important;
    content: '\f061';
    display: inline-block;
    position: absolute;
    top: 0;
    right: -1px;
    height: 60px;
    height: 50px;
    width: 60px;
    width: 50px;
    border-radius: 30px;
    border-radius: 25px;
    font-size: 24px;
    font-size: 2.4rem;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.5;
    background-color: #e2001a;
    color: #ffffff;
}

.comment-form .row {
    margin-left: -5px;
    margin-right: -5px;
}

.comment-form .row > div {
    padding-left: 5px;
    padding-right: 5px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    margin-bottom: 10px;
}

.comment-form-comment {
    margin-bottom: 10px;
}

.must-log-in,
.no-comments {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding-top: 30px;
    color: #292a2e;
}

.form-allowed-tags code {
    font-family: Inconsolata, monospace;
}

.form-submit {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.required {
    color: #c0392b;
}

.comment-reply-title small {
    position: relative;
    display: block;
}

.comment-reply-title small a {
    position: absolute;
    top: -75px;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    /* Hide the text. */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.logged-in .comment-reply-title small a {
    top: -15px;
    right: 0;
}

.comment-reply-title small a:after {
    content: "\f00d";
    font-family: 'FontAwesome' !important;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 2.5;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 60px;
    text-indent: 0;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    color: #292a2e;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:hover:after {
    color: #e2001a;
}

.comment-respond h3 {}

.comment-respond h3 small a {}

/* Comments navigation */

.comment-navigation {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.0713;
    text-transform: uppercase;
    margin-top: -15px;
    margin-bottom: 15px;
    color: #292a2e;
}

.comment-navigation a,
.comment-navigation span {
    display: block;
    float: left;
    min-width: 45px;
    min-height: 45px;
    height: 45px;
    margin: 15px 15px 0 0;
    padding: 15px;
    text-align: center;
    border-radius: 45px;
    background-color: #ffffff;
    color: #292a2e;
}

.comment-navigation .current,
.comment-navigation a:hover,
.comment-navigation a:focus {
    background-color: #e2001a;
    color: #ffffff;
}

/* Comments navigation arrows after comment title */

.comments-title + .comment-navigation {margin-bottom: 30px;}
.comment-navigation .nav-links .nav-previous {float: left;}
.comment-navigation .nav-links .nav-next {float: right;}

/**
 * 13.0 Footer
 */

.footer {
    padding: 120px 0 75px 0;
    background-color: #292a2e;
    color: #999999;
}

.footer a:hover {
    color: #ffffff;
}

.footer .widget {
    margin-bottom: 45px;
}

.footer .widget + .widget {
    margin-top: 0;
}

.footer .widget-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
}

.copyright {
    padding: 45px 0;
    text-align: center;
    background-color: #1d1d20;
    color: #999999;
}
.copyright a {
    color: #999999;
}

/* 13.1 Footer Widgets */

.footer strong {
    color: #ffffff;
}

.footer_counter {
    background-color: black;
    display: block;
    text-align: center;
}

/* Bootstrap select */

.footer .btn-default {
    background-color: #292a2e;
    border-color: #3f4043;
    color: #999999;
}

.footer .btn-default:focus,
.footer .btn-default:hover,
.footer .open>.dropdown-toggle.btn-default {
    background-color: #292a2e;
    border-color: #999999;
    color: #999999;
}

/* Wordpress Widgets */

.footer .widget_archive,
.footer .widget_links,
.footer .widget_meta,
.footer .widget_nav_menu,
.footer .widget_pages,
.footer .widget_categories {
    padding: 0;
    border: none;
}

.footer .widget_archive li,
.footer .widget_links li,
.footer .widget_meta li,
.footer .widget_nav_menu li,
.footer .widget_pages li,
.footer .widget_categories li {
    color: #999999;
}

.footer .widget_archive a:hover,
.footer .widget_links a:hover,
.footer .widget_meta a:hover,
.footer .widget_nav_menu a:hover,
.footer .widget_pages a:hover,
.footer .widget_categories a:hover {
    color: #ffffff;
}

.footer .widget_nav_menu .social-navigation {
    text-align: left;
}

/* Wordpress Recent Comments */

.footer .widget_recent_comments a {
    color: #ffffff;
}

.footer .widget_recent_comments a:hover {
    color: #e2001a;
}

/* Wordpress RSS */

.footer .widget_rss a {
    color: #ffffff;
}

.footer .widget_rss a:hover {
    color: #e2001a;
}

/* Wordpress Search */

.footer .widget_search {
    padding: 0;
    border: none;
}

/* Wordpress Calendar */

.footer .widget_calendar thead th {
    background-color: #1d1d20;
}

.footer .widget_calendar td {
    border-color: #1d1d20;
    background-color: #999999;
}

.footer .widget_calendar td a {
    color: #ffffff;
}

.footer .widget_calendar td a:hover {
    color: #e2001a;
}

/* Wordpress Tag cloud */

.widget_tag_cloud .tagcloud {
    text-align: left;
}

/* MailChimp Widget */

.footer .widget.widget_text .mc4wp-form,
.footer .widget.widget_mc4wp_form_widget {
    padding: 0;
}

/**
 * 14.0 Media
 */

.site .avatar {
    border-radius: 50%;
}

.textwidget .author-avatar {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 50%;
}

.textwidget div > .author-avatar {
    margin-bottom: 30px;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

audio,
canvas {
    display: inline-block;
}

embed,
iframe,
object,
video {
    max-width: 100%;
    margin-bottom: 30px;
    vertical-align: middle;
    border: none;
}

p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 30px;
}

.wp-playlist.wp-playlist {
    padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
    margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
    border-bottom: 0;
    padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
    top: 10px;
}

.col-sm-8 iframe[src*="feature=oembed"],
.col-sm-8 iframe[src*="player.vimeo.com"] {
    height: 383px;
}

/**
 * 14.1 Captions
 */

.wp-caption {
    max-width: 100%;
    margin-bottom: 30px;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption-text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.5;
    text-transform: uppercase;
}

.wp-caption.alignnone {
    width: 100% !important;
}

.wp-caption.aligncenter {}

/**
 * 14.2 Galleries
 */

.gallery {
    margin-bottom: 1.6em;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

body.single-post .entry-content .post-content .owl-gallery {
    margin-bottom: 30px;
}

/**
 * 15.0 Media Queries
 */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/**
 * 15.0.1 Mobile small 240px
 */

@media screen and (min-width: 15em) {

    body.admin-bar {}

    .post-thumbnail-row .post__media {
        margin-right: 15px;
    }

    .front-posts-layout--1col .first-post .post-thumbnail-row .post__inner,
    .front-posts-layout--1colws .first-post .post-thumbnail-row .post__inner,
    .front-posts-layout--1colwsl .first-post .post-thumbnail-row .post__inner {
        padding: 30px 30px 30px 30px;
    }

    .front-posts-layout--1col .post__inner,
    .front-posts-layout--1colws .post__inner,
    .front-posts-layout--1colwsl .post__inner {
        padding: 30px 30px 30px 30px;
    }

    .post-thumbnail-row .post__inner {
        padding: 30px 30px 30px 15px;
    }

    .front-posts-layout--1col .entry-title,
    .front-posts-layout--1colws .entry-title,
    .front-posts-layout--1colwsl .entry-title {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1;
    }

    .blog_post_visibility__content .post-thumbnail-row .post__inner {
        padding: 30px 30px 30px 30px;
    }

    .site-content {padding: 30px 0;}

    .site-content .minus-site-padding-top {margin-top: -30px;}
    .site-content .minus-site-padding-bottom {margin-bottom: -30px;}

    .entry-header-wrapper {padding: 45px 0 30px 0;}

    .mobile-menu-title {
        text-align: left;
    }

    .nav-button {
        margin: 0 auto 0 0;
    }

    .widget_archive,
    .widget_links,
    .widget_meta,
    .widget_nav_menu,
    .widget_pages,
    .widget_categories {
        padding: 14px 14px;
    }

    .widget_archive .widget-title,
    .widget_links .widget-title,
    .widget_meta .widget-title,
    .widget_nav_menu .widget-title,
    .widget_pages .widget-title,
    .widget_categories .widget-title {
        margin-bottom: 15px;
    }

    .footer {
        padding: 60px 0 15px 0;
    }

    .copyright {
        padding: 30px 0;
    }

}

/**
 * 15.0.2 Mobile small 320px
 */

@media screen and (min-width: 20em) {}

/**
 * 15.1 Mobile Large 620px
 */

@media screen and (min-width: 38.75em) {}

/**
 * 15.2 Tablet Small 740px
 */

@media screen and (min-width: 46.25em) {}

@media screen and (min-width: 768px) {

    div.logo {
        text-align: left;
    }

    .mobile-menu-title {
        text-align: center;
    }

    .nav-button {
        margin: 0 auto 0 auto;
    }

}

@media screen and (min-width: 783px) {

    body.admin-bar {}

}

/**
 * 15.3 Tablet Large 880px
 */

@media screen and (min-width: 55em) {}

/**
 * 15.4 Desktop Small 955px
 */

@media screen and (min-width: 59.6875em) {}

@media screen and (min-width: 1024px) {

    .menu-strip {
        display: table-cell;
        vertical-align: middle;
    }

    .nav-button {
        display: none;
    }

    .search .type-page .post__inner,
    .search .format-standard .post__inner,
    .archive .format-standard .post__inner {
        padding: 60px 60px 60px 60px;
    }

}

@media screen and (min-width: 992px) {

    .secondary {
        margin-top: 0;
    }

}

/**
 * 15.5 Desktop Medium 1100px
 */

@media screen and (min-width: 68.75em) {}

/**
 * 15.6 Desktop Large 1240px
 */

@media screen and (min-width: 1200px) {

    .post-thumbnail-row .post__media {
        margin-right: 30px;
    }

    .front-posts-layout--1col .first-post .post-thumbnail-row .post__inner,
    .front-posts-layout--1colws .first-post .post-thumbnail-row .post__inner,
    .front-posts-layout--1colwsl .first-post .post-thumbnail-row .post__inner {
        padding: 60px 60px 60px 60px;
    }

    .front-posts-layout--1col .post__inner,
    .front-posts-layout--1colws .post__inner,
    .front-posts-layout--1colwsl .post__inner {
        padding: 60px 60px 60px 60px;
    }

    .post-thumbnail-row .post__inner {
        padding: 60px 60px 60px 30px;
    }

    .front-posts-layout--1col .entry-title,
    .front-posts-layout--1colws .entry-title,
    .front-posts-layout--1colwsl .entry-title {
        font-size: 40px;
        font-size: 4rem;
        line-height: 1.125;
    }

    .blog_post_visibility__content .post-thumbnail-row .post__inner {
        padding: 60px 60px 60px 60px;
    }

    .site-content {padding: 90px 0;}

    .site-content .minus-site-padding-top {margin-top: -90px;}
    .site-content .minus-site-padding-bottom {margin-bottom: -90px;}

    .entry-header-wrapper {
        padding: 60px 0 45px 0;
    }

    .widget_archive,
    .widget_links,
    .widget_meta,
    .widget_nav_menu,
    .widget_pages,
    .widget_categories {
        padding: 29px 39px;
    }

    .widget_archive .widget-title,
    .widget_links .widget-title,
    .widget_meta .widget-title,
    .widget_nav_menu .widget-title,
    .widget_pages .widget-title,
    .widget_categories .widget-title {
        margin-bottom: 15px;
    }

    .footer {
        padding: 120px 0 75px 0;
    }

    .copyright {
        padding: 45px 0;
    }

}

@media screen and (min-width: 77.5em) {

    .header__logo {
        padding-left: 60px;
    }

    .header__buttons {
        /*padding-right: 60px;*/ /*don't need with lang selector*/
    }

}

/**
 * 15.7 Desktop X-Large 1403px
 */

@media screen and (min-width: 87.6875em) {}

/**
 * 16.0 Print
 */

@media print {}

/**
 *
 */

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

    /* Front page: 1 columns Layout */

    .front-posts-layout--1col .half-post .post-thumbnail-row,
    .front-posts-layout--1colws .half-post .post-thumbnail-row,
    .front-posts-layout--1colwsl .half-post .post-thumbnail-row {
        display: block;
        height: initial;
        width: initial;
    }

    .front-posts-layout--1col .half-post .post-thumbnail-row .col-media,
    .front-posts-layout--1colws .half-post .post-thumbnail-row .col-media,
    .front-posts-layout--1colwsl .half-post .post-thumbnail-row .col-media,
    .front-posts-layout--1col .half-post .post-thumbnail-row .col-content,
    .front-posts-layout--1colws .half-post .post-thumbnail-row .col-content,
    .front-posts-layout--1colwsl .half-post .post-thumbnail-row .col-content {
        float: none;
        display: initial;
        height: initial;
        width: initial;
        vertical-align: initial;
    }

    .front-posts-layout--1col .half-post .post-thumbnail-row .post__media,
    .front-posts-layout--1colws .half-post .post-thumbnail-row .post__media,
    .front-posts-layout--1colwsl .half-post .post-thumbnail-row .post__media {
        height: initial;
    }

    .front-posts-layout--1col .half-post .post-thumbnail-row .post__media .post-thumbnail,
    .front-posts-layout--1colws .half-post .post-thumbnail-row .post__media .post-thumbnail,
    .front-posts-layout--1colwsl .half-post .post-thumbnail-row .post__media .post-thumbnail {
        height: initial;
    }

    .front-posts-layout--1col .half-post .post-thumbnail-row .post__media .post-thumbnail + .post-thumbnail ,
    .front-posts-layout--1colws .half-post .post-thumbnail-row .post__media .post-thumbnail + .post-thumbnail ,
    .front-posts-layout--1colwsl .half-post .post-thumbnail-row .post__media .post-thumbnail + .post-thumbnail {
        height: initial;
    }

    .front-posts-layout--1col .half-post .post-thumbnail-row .post__media .post-thumbnail img,
    .front-posts-layout--1colws .half-post .post-thumbnail-row .post__media .post-thumbnail img,
    .front-posts-layout--1colwsl .half-post .post-thumbnail-row .post__media .post-thumbnail img {
        display: initial;
    }

    .front-posts-layout--1col .half-post .post-thumbnail-row .post__media,
    .front-posts-layout--1colws .half-post .post-thumbnail-row .post__media,
    .front-posts-layout--1colwsl .half-post .post-thumbnail-row .post__media {
        margin-right: 0;
    }

    .front-posts-layout--1col .half-post .post-thumbnail-row .post__inner,
    .front-posts-layout--1colws .half-post .post-thumbnail-row .post__inner,
    .front-posts-layout--1colwsl .half-post .post-thumbnail-row .post__inner {
        padding: 30px 30px 30px 30px;
    }

}

/**
 * Non-sticky menu under 955px
 */
@media screen and (max-width: 375px) {
    .header__logo {
        display: none;
    }
}
@media screen and (max-width: 767px) {

    .header,
    .header-wrapper {
        height: initial;
    }

    .header__logo {
        width: 100%;
        border-bottom: solid 1px #e9e9ea;
    }
    .header__menu {
        width: 25%;
    }
    .header__buttons {
        width: 75%;
    }

    .header__menu-inner,
    .header__buttons-inner {
        height: 60px;
    }

    .nav-button {
        text-align: left;
    }
}
@media screen and (max-width: 1023px) {
    .header {
        /* unstick header */
        /*position: relative !important;*/
        /*top: initial !important;*/
    }
}

/**
 * 16.0 - UNIT TEST Demo Content fixes
 */

/* fix for Monster widget */
aside.widget.widget_nav_menu ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item.menu-item-has-children ul.sub-menu {
    padding-left: 15px;
}

/* fix calendar absent left border when placed in 'Widget Before Footer' sidebar */
.sidebar-after-content .widget_calendar table {
    border-left: 1px solid #eaeaea;
}

/* centered twitter widget on /2011/03/15/media-twitter-embeds/ */
.featured-media twitterwidget.twitter-tweet.twitter-tweet-rendered {
    margin-left: auto;
    margin-right: auto;
}

/* fix "Media: Twitter Embeds" on /handyman/page/2/  (MAYDELETE) */
/* also see: Blog page */
.front-posts-layout--1colws .half-post .post-thumbnail-row .col-media,
.front-posts-layout--1colws .half-post .post-thumbnail-row .col-content {
    /*float:left;*/
}

/* fix "Media: Twitter Embeds" on /handyman/page/2/ (only for UNIT TEST ) */
article.col-md-12.half-post.type-post.format-standard .col-sm-12.col-media,
article.col-md-12.half-post.type-post.format-standard .col-sm-12.col-content {
    float:left;
}

/*gutenberg*/
.alignleft {
    margin-right: 1em;
}
.alignright {
    margin-left: 1em;
}
.alignfull,
.alignwide {
    clear: both;
}
.wp-block-table.is-style-stripes td {
    background-color: transparent;
}
.wp-block-pullquote {
    margin-top: 2em;
    margin-bottom: 2em;
    border-top: none;
    border-bottom: none;
}
.wp-block-separator {
    border-bottom: none;
}
.wp-block-column > *:first-child {
    margin-top: 0;
}
.wp-block-button:not(.is-style-outline) a{
    color:#fff !important;
}
.wp-block-button:not(.is-style-outline) a:hover{
    color:rgba(255,255,255,.7) !important;
}
.wp-block-button.is-style-outline a:hover{
    border: 2px solid !important;
}
/*unit test fixes*/
.edit-link,
.cat-links,
.tags-links {
    clear: both;
}
.widget-width__container .container,
.widget-width__container,
.widget-width__loop,
.widget-width__full {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media(min-width:768px) {
    .widget-width__container .container > .widget,
    .widget-width__container > .widget,
    .widget-width__loop > .widget,
    .widget-width__full > .widget{
        width:50%;
        padding:15px;
        max-width:310px;
        border: none !important;
        margin: 0 0 75px;
    }
}
.widget_main_slider,
.widget_recent_entries_slider,
.widget_recent_entries_carousel,
.widget_news_gallery,
.widget_banner_posts,
.widget_news_tabs,
.widget_banner_strip,
.widget_breaking_news,
.widget_top_news,
.widget_video_channel {
    width: 100% !important;
    padding:0 !important;
    max-width:none !important;
    margin-bottom:0 !important;
}
/*fix for menu items on default header not hidden*/
@media(min-width: 1024px) {
    .header.style1 .row {
        display:flex;
    }
    .header.style1 .row [class*='col-']{
        max-width:none;
        flex:1;
    }
    .header.style1 .row [class*='col-'].header__menu{
        flex-grow:10;
    }
}