/* =====================================================
   CONSOLIDATED STYLESHEET - All styles in one file
   Font imports + Base reset + Widgets + Specific rules
   ===================================================== */


@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap&subset=cyrillic,cyrillic-ext,latin-ext');
/* @import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap&subset=cyrillic,cyrillic-ext,latin-ext');



/*=======================================
 =            0. RESET CSS              =
 =======================================*/
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing:    border-box;
        box-sizing:         border-box;
    }


    html * {
      outline: 0;
      margin: 0;
      padding: 0;
    }

    html {
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        font-size: 14px;
    }

    html,
    body {
        height: 100%;
        margin: 0 auto;
        padding: 0;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
    }

    body {
        height: auto;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8;
        color: #555555;
        background-color: #fff;
        word-wrap: normal;
    }

    header,
    nav,
    body,
    section,
    article,
    aside,
    footer,
    address,
    hgroup {
        display: block;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    p,
    ul,
    li,
    dl,
    dt,
    dd,
    table,
    tr,
    td,
    form {
        margin: 0;
        padding: 0;
    }

    ul,
    li {
        list-style-position: outside;
        list-style-type: none;
    }

    table {
        border-spacing: 0;
        border-collapse: collapse;
    }

    strong,
    b {
        font-weight: bold;
    }

    a {
        color: #555555;
        text-decoration: none;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .content-container a{
        color: #BF7607;
    }
    .custom-stranka >  a{
        color: #E86830;
    }
.custom-stranka > a:hover,
.custom-stranka > a:active,
.custom-stranka > a:focus {
    color: #f3ab8c;
    outline: 0;
    text-decoration: none;
}
    a:hover,
    a:active,
    a:focus {
        color: #E86830;
        outline: 0;
        text-decoration: none;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        clear: both;
        font-family: 'Poppins', sans-serif;
        line-height: 1.1;
        font-weight: 600;
        margin: 0;
    }

    h1 {
        font-size: 36px;
        margin-bottom: 10px;
    }

    h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    address {
        font-style: italic;
        margin: 0 0 24px;
    }

    abbr[title] {
        border-bottom: 1px dotted;
    }

    dfn {
        font-style: italic;
    }

    mark {
        background: #fafafa;
        color: #000;
    }

    p {
        margin: 0 0 20px;
    }

    code,
    kbd,
    pre,
    samp {
        font-family: monospace, serif;
        font-size: 16px;
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
    }

    pre {
        background: #f5f5f5;
        color: #666;
        font-family: monospace;
        font-size: 14px;
        margin: 20px 0;
        overflow: auto;
        padding: 20px;
        white-space: pre;
        white-space: pre-wrap;
        word-wrap: break-word;
    }

    blockquote,
    q {
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
        quotes: none;
    }

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }

    blockquote {
        font-size: 30px;
        font-style: italic;
        font-weight: 600;
        background: #F5F4F4;
        border-left: none;
        margin: 0px 0px 20px;
        padding: 30px;
        position: relative;
        font-family: 'Crimson Text', serif;
        text-align: center;
    }
     blockquote strong,
     blockquote b {
        font-weight: 600;
     }
    blockquote p {
        font-size: 30px;
        color: #333333;
        line-height: 1.2;
        font-family: 'Crimson Text', serif;
    }

    blockquote blockquote {
        margin-right: 0;
        font-family: 'Crimson Text', serif;
    }
    .block-quote cite,
    blockquote cite,
    blockquote small {
        font-size: 20px;
        font-weight: 600;
        color: #E86830;
        text-align: center;
        display: block;
        margin-top: 15px;
        font-family: 'Crimson Text', serif;
    }

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

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

    small {
        font-size: smaller;
    }

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

    sup {
        top: -0.5em;
    }

    sub {
        bottom: -0.25em;
    }

    dl {
        margin: 0 0 20px;
    }

    dt {
        font-weight: 700;
    }

    dd {
        margin: 0 0 20px;
    }

    menu,
    ol,
    ul {
        margin: 0px 0 10px;
        padding: 0 0 0 15px;
    }

    ol li,
    ul li {
        list-style-type: inherit;
        color: inherit;
    }

    ul {
        list-style-type: disc;
    }

    ul ul, ol ul {
        list-style-type: circle;
    }

    ul ul ul{
        list-style-type: square;
    }

    nav ul,
    nav ol {
        list-style: none;
        list-style-image: none;
    }

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

    big {
        font-size: larger;
    }

    code {
        padding: 2px 4px;
        font-size: 90%;
        color: #333333;
        background-color: #fafafa;
        border-radius: 4px;
        -webkit-border-radius: 4px;
    }

    kbd {
        padding: 2px 4px;
        font-size: 90%;
        color: #fff;
        background-color: #333;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
        -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    }

    figure {
        margin: 0;
    }

    fieldset {
        border: 1px solid #E8E8E8;
        margin: 0 2px;
        min-width: inherit;
        padding: 0.35em 0.625em 0.75em;
    }

    legend {
        border: 0;
        padding: 0;
        white-space: normal;
    }


    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
    textarea::-webkit-input-placeholder ,
    input::-webkit-input-placeholder {
      color: #777777;
    }
    textarea::-moz-placeholder ,
    input::-moz-placeholder { 
      color: #777777;
    }
    textarea:-ms-input-placeholder ,
    input:-ms-input-placeholder { 
      color: #777777;
    }
    textarea:-moz-placeholder ,
    input:-moz-placeholder { 
      color: #777777;
    }
    textarea {
        overflow: auto;
        vertical-align: top;
    }

    table {
        border-bottom: 1px solid #E8E8E8;
        border-collapse: collapse;
        border-spacing: 0;
        font-size: 14px;
        line-height: 2;
        margin: 0 0 20px;
        width: 100%;
    }

    caption,
    th,
    td {
        font-weight: 400;
    }

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

    del {
        color: #333;
    }

    ins {
        background: #fafafa;
        text-decoration: none;
    }

    hr {
        background-size: 4px 4px;
        border: 0;
        height: 1px;
        margin: 0 0 24px;
        border-top: 1px solid #E8E8E8;
    }

    table {
        width: 100%;
    }

    table th {
        text-align: left;
        border: 1px solid #E8E8E8;
        padding: 2px 8px;
    }

    table td {
        border: 1px solid #E8E8E8;
        padding: 2px 8px;
    }

/*=========  End of reset css  ========*/



/*============================================
=            1. SLZ CLASS DEFAULT            =
============================================*/

    .body-wrapper {
        position: relative;
        overflow: hidden;
    }

    .body-wrapper .wrapper-content {
        position: relative;
    }

    .slz-sidebar-left .slz-content-column {
        float: right;
    }

    .text-l {
        text-align: left;
    }

    .text-c {
        text-align: center;
    }

    .text-r {
        text-align: right;
    }

    .float-l {
        float: left;
    }

    .float-r {
        float: right;
    }

    .float-none {
        float: none;
    }

    .wid-100 {
        width: 100%;
    }

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

    .padding-top-50 {
        padding-top: 50px;
    }

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

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

    .margin-top-50 {
        margin-top: 50px;
    }

    .margin-top-100 {
        margin-top: 100px;
    }

    .margin-bottom-100 {
        margin-bottom: 100px;
    }

    .margin-bottom-0 {
        margin-bottom: 0;
    }

    .margin-top-0 {
        margin-top: 0;
    }

    .slz-list-block {
        font-size: 0;
        margin: 0 -15px;
    }

    .slz-list-block > .item {
        font-size: 16px;
        padding: 0 15px;
        margin-top: 50px;
        vertical-align: top;
        display: inline-block;
    }

    .slz-list-block.slz-column-1 > .item:first-child {
        margin-top: 0;
    }

    .slz-list-block.slz-column-1 > .item {
        width: 100%;
    }

    .slz-list-block.slz-column-2 > .item:nth-child(-n + 2) {
        margin-top: 0;
    }

    .slz-list-block.slz-column-2 > .item {
        width: 50%;
    }
    .slz-blog-detail .slz-list-block.slz-column-2 > .item{
        margin-top: 70px;
    }
    .slz-blog-detail .slz-list-block.slz-column-2 > .item:nth-child(-n + 2) {
        margin-top: 0;
    }
    .slz-list-block.slz-column-3 > .item:nth-child(-n + 3) {
        margin-top: 0;
    }

    .slz-list-block.slz-column-3 > .item {
        width: 33.3333%;
    }

    .slz-list-block.slz-column-4 > .item:nth-child(-n + 4) {
        margin-top: 0;
    }

    .slz-list-block.slz-column-4 > .item {
        width: 25%;
    }

    .slz-list-block.slz-column-5 > .item:nth-child(-n + 5) {
        margin-top: 0;
    }

    .slz-list-block.slz-column-5 > .item {
        width: 20%;
    }

    .slz-list-block.slz-column-6 > .item:nth-child(-n + 6) {
        margin-top: 0;
    }

    .slz-list-block.slz-column-6 > .item {
        width: 16.6666%;
    }

    .slz-list-block.slz-column-7 > .item:nth-child(-n + 7) {
        margin-top: 0;
    }

    .slz-list-block.slz-column-7 > .item {
        width: 14.285%;
    }

    .slz-list-block.slz-column-8 > .item:nth-child(-n + 8) {
        margin-top: 0;
    }

    .slz-list-block.slz-column-8 > .item {
        width: 12.5%;
    }

    .col-md-8 .slz-list-block.slz-column-1 > .item, 
    .col-md-12 .slz-list-block.slz-column-1 > .item {
        margin-top: 70px;
    }

    .col-md-8 .slz-list-block.slz-column-1 > .item:first-child, 
    .col-md-12 .slz-list-block.slz-column-1 > .item:first-child {
        margin-top: 0px;
    }

/*=========  End of Slz class default  =====*/



/*=======================================
=            2. WIDGETS                 =
=======================================*/

    .wp-caption {
        max-width: 100%;
    }
    .wp-caption-text {
        font-weight: 400;
        font-style: italic;
        color: #7a7a7a;
    }
    .bypostauthor {
        font-weight: 400;
    }
    /* Table */

    .slz-widgets a {
        text-decoration: none;
        color: #333333;
    }

    .slz-widgets a:focus {
        outline: none;
    }

    .slz-widgets a:active,
    .slz-widgets a:hover {
        outline: 0;
        color: #E86830
    }

    .slz-widgets h1,
    .slz-widgets h2,
    .slz-widgets h3,
    .slz-widgets h4,
    .slz-widgets h5,
    .slz-widgets h6 {
        clear: both;
        font-family: inherit;
        line-height: 1.1;
        font-weight: 600;
        margin: 0;
    }

    .slz-widgets h1 {
        font-size: 36px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .slz-widgets h2 {
        font-size: 32px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .slz-widgets h3 {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .slz-widgets h4 {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .slz-widgets h5 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .slz-widgets h6 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .slz-widgets address {
        font-style: italic;
        margin: 0 0 24px;
    }

    .slz-widgets abbr[title] {
        border-bottom: 1px dotted;
    }

    .slz-widgets b,
    .slz-widgets strong {
        font-weight: 700;
    }

    .slz-widgets dfn {
        font-style: italic;
    }

    .slz-widgets mark {
        background-color: #ff0;
        color: #000;
    }

    .slz-widgets p {
        margin: 0 0 10px;
    }

    .slz-widgets code,
    .slz-widgets kbd,
    .slz-widgets pre,
    .slz-widgets samp {
        font-family: monospace, serif;
        font-size: 14px;
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
    }

    .slz-widgets pre {
        background: #f5f5f5;
        color: #666;
        font-family: monospace, serif;
        font-size: 14px;
        margin: 20px 0;
        overflow: auto;
        padding: 20px;
        white-space: pre;
        white-space: pre-wrap;
        word-wrap: break-word;
    }

    .slz-widgets small {
        font-size: smaller;
    }

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

    .slz-widgets sup {
        top: -0.5em;
    }

    .slz-widgets sub {
        bottom: -0.25em;
    }

    .slz-widgets dl {
        margin: 0 0 20px;
    }

    .slz-widgets dt {
        font-weight: 700;
    }

    .slz-widgets dd {
        margin: 0 0 20px;
    }

    .slz-widgets menu,
    .slz-widgets ol,
    .slz-widgets ul {
        margin: 0 0 10px;
        padding: 0 0 0 15px;
    }

    .slz-widgets ol li,
    .slz-widgets ul li{

    }

    .slz-widgets ul {
        list-style-type: disc;
    }

    .slz-widgets ul ul, .slz-widgets ol ul {
        list-style-type: circle;
    }

    .slz-widgets nav ul,
    .slz-widgets nav ol {
        list-style: none;
        list-style-image: none;
    }

    .slz-widgets li > ul,
    .slz-widgets li > ol {
        margin: 0;
    }

    .slz-widgets big {
        font-size: larger;
    }

    .slz-widgets code {
        padding: 2px 4px;
        font-size: 90%;
        color: #E86830;
        background-color: #f9f2f4;
        border-radius: 4px;
        -webkit-border-radius: 4px;
    }

    .slz-widgets kbd {
        padding: 2px 4px;
        font-size: 90%;
        color: #fff;
        background-color: #333;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
        -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
    }

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

    .slz-widgets svg:not(:root) {
        overflow: hidden;
    }

    .slz-widgets figure {
        margin: 0;
    }

    .slz-widgets form {
        margin: 0;
    }

    .slz-widgets fieldset {
        border: 1px solid #c0c0c0;
        margin: 0 2px;
        min-width: inherit;
        padding: 0.35em 0.625em 0.75em;
    }

    .slz-widgets legend {
        border: 0;
        padding: 0;
        white-space: normal;
    }

    .slz-widgets button,
    .slz-widgets input,
    .slz-widgets select,
    .slz-widgets textarea {
        font-size: 100%;
        margin: 0;
        max-width: 100%;
        vertical-align: baseline;
    }

    .slz-widgets button,
    .slz-widgets input {
        line-height: normal;
    }

    .slz-widgets button,
    .slz-widgets html input[type="button"],
    .slz-widgets input[type="reset"],
    .slz-widgets input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }

    .slz-widgets button[disabled],
    .slz-widgets input[disabled] {
        cursor: default;
    }

    .slz-widgets input[type="checkbox"],
    .slz-widgets input[type="radio"] {
        padding: 0;
    }

    .slz-widgets input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

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

    .slz-widgets textarea {
        overflow: auto;
        vertical-align: top;
    }

    .slz-widgets table {
        border-bottom: 1px solid #E8E8E8;
        border-collapse: collapse;
        border-spacing: 0;
        font-size: 14px;
        line-height: 2;
        margin: 0 0 20px;
        width: 100%;
    }

    .slz-widgets caption,
    .slz-widgets th,
    .slz-widgets td {
        font-weight: 400;
        text-align: center;
    }

    .slz-widgets caption {
        font-size: 16px;
        margin: 20px 0;
    }

    .slz-widgets th {
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
    }

    .slz-widgets td {
        border-top: 1px solid #E8E8E8;
        padding: 6px 10px 6px 0;
    }

    .slz-widgets del {
        color: #333;
    }

    .slz-widgets ins {
        background-color: #fff9c0;
        text-decoration: none;
    }

    .slz-widgets hr {
        background-size: 4px 4px;
        border: 0;
        height: 1px;
        margin: 0 0 24px;
        border-top: 1px solid #eee;
    }

    .slz-widgets table {
        width: 100%;
    }

    .slz-widgets table th {
        text-align: left;
        border: 1px solid #E8E8E8;
        padding: 2px 8px;
    }

    .slz-widgets table td {
        border: 1px solid #E8E8E8;
        padding: 2px 8px;
    }

    .slz-widgets table .odd td {
        background-color: #fcfcfc;
    }
    /*----------  Style Widget   ----------*/
    .slz-widget + .slz-widget {
        margin-top: 75px;
    }

    .slz-widgets .widget-title,
    .slz-widgets  .title-widget {
        text-align: left;
        color: #333333;
        font-size: 24px;
        line-height: 1.4;
        font-family: 'Poppins', sans-serif;
        margin-top: 0px;
        font-weight: 600;
        padding-bottom: 0px;
        margin-bottom: 30px;
        position: relative;
        text-transform: capitalize;
    }
    .slz-widgets .widget-title{
        line-height: 1.25;
    }
    .entry-content .slz-widget ul,
    .slz-widget ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }
    .slz-widget >ul > li:first-child{
        padding-top: 0px;
    }
    .slz-widget ul > li {
        padding: 17px 0;
        line-height: 1.6;
    }

    .slz-widget > ul .children {
        padding-left: 30px;
    }

    .slz-widgets.slz-dark .slz-footer-main {
        background-color: #FFFF;
    }

    .slz-widgets.slz-dark  {
        color: #CDCDCD;
    }

    .slz-widgets.slz-dark .widget-title,
    .slz-widgets.slz-dark .title-widget {
        color: #fff;
    }

    .slz-widgets.slz-dark input,
    .slz-widgets.slz-dark select,
    .slz-widgets.slz-dark option {
        color: #333;
    }

    .slz-widgets.slz-dark .slz-widget .screen-reader-text,
    .slz-widgets.slz-dark .widget .screen-reader-text {
        color: #CDCDCD;
    }
    .slz-widgets.slz-dark .widget_recent_entries ul li, 
    .slz-widgets.slz-dark .widget_recent_comments ul li, 
    .slz-widgets.slz-dark .widget_archive ul li {
        border-bottom-color: rgba(232,232,232 0.3);
    }

    /*----------  Widget Search  ----------*/

    .widget_search {
        position: relative;
    }

    .widget_search .search-form {
        display: inline-block;
        position: relative;
        width: 100%;
        padding: 25px;
        vertical-align: top;
        background-color: #F5F4F4;
    }

    .widget_search .search-form>label{
        display: block;
        width: 100%;
    }

    .widget_search .screen-reader-text{
        display: block;
        margin-bottom: 15px;
    }

    .widget_search .search-field::-webkit-input-placeholder {
        color: #777777;
    }

    .widget_search .search-field::-moz-placeholder {
        color: #777777;
    }

    .widget_search .search-field:-ms-input-placeholder {
        color: #777777;
    }

    .widget_search .search-field:-moz-placeholder {
        color: #777777;
    }

    .widget_search .search-submit {
        position: absolute;
        right: 40px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: transparent;
        color: #555555;
        border: none;
        font-size: 0;
        line-height: 24px;
    }
    .widget_search .search-field:focus + .search-submit,
    .widget_search .search-field:active + .search-submit,
    .widget_search .search-submit:hover{
        color: #E86830;
    }
    .widget_search .search-submit:before {
        content: "\f002";
        font-family: "FontAwesome";
        font-size: 14px;
    }

    /*----------  select  ----------*/

    .slz-widget select {
        color: #555555;
        width: 100%;
        height: 50px;
        width: 100%;
        padding: 0 15px;
        line-height: inherit;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        vertical-align: top;
        display: inline-block;
        border: 2px solid #d8dade;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: #FFFFFF url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCOTBGRjVDMEY4RjAxMUU2QUI4OUI5RTEyNjdFMzFFMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCOTBGRjVDMUY4RjAxMUU2QUI4OUI5RTEyNjdFMzFFMiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5MEZGNUJFRjhGMDExRTZBQjg5QjlFMTI2N0UzMUUyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkI5MEZGNUJGRjhGMDExRTZBQjg5QjlFMTI2N0UzMUUyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+HE73YgAAADxJREFUeNpiLC8vb2JgYKhlwA+amIBEHYiBTxEQ1zNBOfU4FDdB5RiYkARBAo3YFIEAC5oJDTjYDAABBgCs/An28+fdEQAAAABJRU5ErkJggg==') no-repeat;
        background-position: 95% center;
        background-position: calc(100% - 15px) center;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .slz-widget select option {
        width: 100%;
    }

   
    .slz-widget .screen-reader-text {
        display: none;
    }

    .widget_rss .rsswidget {
        font-weight: 600;
        font-size: 16px;
        line-height: 1.4;
        font-family: 'Poppins', sans-serif;
        display: block;
        margin-bottom: 5px;
    }

    .widget_rss .rsswidget .rss-widget-icon{
        margin-right: 0px;
    }

    .widget_rss .title-widget .rsswidget{
        display: inline-block;
        margin-bottom: 0px;
        font-size: 24px;
    }

    .widget_rss .rss-date{
        font-size: 16px;
        font-weight: 400;
        font-style: italic;
        margin-bottom: 10px;
        color: #E86830;
        display: block;
        font-family: 'Crimson Text', serif;
    }

    .widget_rss ul li{
        margin-bottom: 20px;
        padding-top: 0;
        padding-bottom: 0;
    }

    /*----------  1.2 Widget Calendar  ----------*/

    .widget_calendar .block-title {
        margin-bottom: 17px;
    }

    .widget_calendar caption {
        margin: 0px;
        border: 1px solid #E8E8E8;
        border-bottom: 0;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        padding-bottom: 10px;
        color: #333333;
    }

    .widget_calendar table {
        width: 100%;
        text-align: center;
    }

    .widget_calendar table th {
        text-align: center;
    }

    .widget_calendar td {
        padding: 8px 0;
    }

    .widget_calendar #today {
        background-color: #E86830;
        font-weight: 700;
        color: #fff;
    }

    .widget_calendar #today a {
        color: #fff;
    }

    .widget_calendar #today {
        background-color: #E86830;
        font-weight: 700;
        color: #fff;
    }

    .widget_calendar thead tr {
        line-height: 34px;
    }
    .widget_calendar #next,
    .widget_calendar #prev{
        font-weight: 500;
        text-transform: uppercase;
        color: #333333;
        font-size: 12px;
        font-family: 'Poppins', sans-serif;
    }
    .widget_calendar #next:hover,
    .widget_calendar #prev:hover{
        color: #E86830;
    }
    /*----------   Widget entries + Recent comments + archive ----------*/

    .widget_recent_entries ul li,
    .widget_recent_comments ul li,
    .widget_archive ul li {
        border-bottom:1px solid #E8E8E8;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    
    .widget_recent_entries ul li:last-child,
    .widget_recent_comments ul li:last-child,
    .widget_archive ul li:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }

    .widget_recent_entries ul li .post-date,
    .widget_archive ul li .post-date {
        display: block;
        color: #555555;
    }
     .widget_categories ul li a,
    .widget_pages ul li a,
    .widget_recent_entries ul li a,
    .widget_archive ul li a,
    .widget_recent_comments ul li a {
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
        line-height: 1.6;
        font-size: 14px;
    }
    .widget_nav_menu ul li a{
         font-weight: 400;
        line-height: 1.6;
        font-size: 16px;
    }

    /*----------  widget Categories + pages + nav menu ----------*/

    .widget_categories ul li,
    .widget_pages ul li,
    .widget_nav_menu ul li {
        position: relative;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .widget_categories ul li:last-child,
    .widget_pages ul li:last-child,
    .widget_nav_menu ul.menu > li:last-child,
    .widget_nav_menu ul li:last-child  {
        margin-bottom: 0;
        border-bottom: none;
    }

    .widget_categories ul .children,
    .widget_pages ul .children,
    .widget_nav_menu ul .sub-menu {
        padding-top: 8px;
    }
    .widget_categories ul .children li a,
    .widget_pages ul .children li a,
    .widget_nav_menu ul .sub-menu li a{
        font-weight: 400;
    }
    
    .widget_categories ul .children li:last-child,
    .widget_pages ul .children li:last-child,
    .widget_nav_menu ul .sub-menu li:last-child {
        padding-bottom: 0;
    }
    .widget_categories > ul > li, 
    .widget_pages > ul > li, 
    .widget_nav_menu  ul.menu > li, 
    .slz-widget-custom-post li{
        border-bottom: 1px solid #efefef;
    }
    .widget_categories > ul > li:last-child, 
    .widget_pages > ul > li:last-child, 
    .widget_nav_menu > ul > li:last-child, 
    .slz-widget-custom-post li:last-child{
        border-bottom: none;
    }
    /*----------  widget pages  ----------*/

    .widget_pages ul li a:before,
    .widget_nav_menu ul li a:before {
        content: none;
    }

    /*----------  widget nav menu  ----------*/

    .widget_nav_menu .sub-menu {
        opacity: 1;
        visibility: visible;
        top: auto;
        width: 100%;
        padding-left: 30px;
        display: block;
        position: relative;
        background-color: transparent;
        border-top: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        list-style-type: circle;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

    .widget_nav_menu .sub-menu .sub-menu {
        left: 0;
        top: 0;
        padding-left: 30px;
        padding-top: 8px;
    }

    .widget_nav_menu .sub-menu > li {
        list-style-type: inherit;
        display: list-item;
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .widget_nav_menu .sub-menu > li + li {
        border: none;
    }

    .widget_nav_menu .sub-menu > li > a {
        line-height: inherit;
        padding: 0;
        font-weight: 400;
    }

    .widget_nav_menu .sub-menu > li > a i {
        margin-left: 8px;
    }

    /*----------  Widget meta, tags, meta-categories  ----------*/

    .widget_meta ul li,
    .categories-list li,
    .tags-list li,
    .slz-tag li {
        display: inline-block;
        vertical-align: top;
        padding: 0px;
        margin: 0 10px 10px 0px;
        color: #555555;
        line-height: 1.4;
    }

    .slz-widget .slz-tag li {
        padding-top: 0;
        padding-bottom: 0;
    }
    .slz-blog-detail .categories-list li a,
    .slz-blog-detail .tags-list li a{
        margin-right: 10px
    }
    .categories-list li a,
    .tags-list li a {
        margin-bottom: 15px;
    }
    .entry-content .tags-links ul {
        padding-left: 0;
    }

    .widget_meta ul li a,
    .categories-list  li a,
    .tags-list li a,
    .slz-tag a {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        font-size: 14px;
        color: #333333;
        font-family: 'Poppins', sans-serif;
        line-height: inherit;
        position: relative;
        z-index: 2;
        font-weight: 500;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .widget_meta ul li a:hover,
    .categories-list  li a:hover,
    .tags-list li a:hover,
    .slz-tag a:hover {
        color: #E86830;
    }

    .widget_meta ul li a abbr[data-original-title],
    .widget_meta ul li a abbr[title] {
        border-bottom-color: transparent;
    }
    .slz-blog-detail .categories-list + .meta-content{
        margin-top: 20px;
    }

    
    /*----------  meta tag, meta categories  ----------*/
    .slz-blog-detail .categories-list,
    .slz-blog-detail .tags-list{
        margin-bottom: 0px;
    }
    .categories-list,
    .tags-list {
        list-style: none;
        padding-left: 0px;
        margin-bottom: 0px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
    }

    .categories-list  li,
    .tags-list li {
        color: #333333;
        margin: 0;
        font-size: 0;
        list-style: none;
        position: relative;
        padding-left: 25px;
    }
    .categories-list  li a,
    .tags-list li .link{
        color: #333333;
        font-size: 14px;
    }
    .categories-list  li a:hover,
    .tags-list li .link a:hover {
        color: #E86830;
    }
    .categories-list  li:first-child:before {
        position: absolute;
        top: 0px;
        left: 0;
        font-size: 14px;
        margin-right: 5px;
        content: "\f07c";
        font-family: "FontAwesome";
        line-height: inherit;
        font-style: normal;
        color: inherit;
        color: #CACACA;
    }
    .tags-list li:first-child:before {
        position: absolute;
        top: 0px;
        left: 0;
        font-size: 14px;
        margin-right: 5px;
        content: "\f02b";
        font-family: "FontAwesome";
        line-height: inherit;
        font-style: normal;
        color: inherit;
        color: #CACACA;
    }

    .categories-list + .tags-list {
        margin-top: 10px;
    }

   

    .widget_text p,
    .slz-widgets .widget_text p {
        margin-bottom: 15px;
    }

    .widget_text p strong {
        margin-bottom: 5px;
        display: inline-block;
    }

    .widget_text img,
    .slz-blog-detail .widget_text img {
        margin-bottom: 5px;
    }

    /*---------- 6. Gallery  ----------*/

    .gallery {
        margin-bottom: 1.6em;
        margin: 0 -10px;
    }

    .gallery-item {
        display: inline-block;
        padding: 10px;
        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;
    }
    
    .entry-content .gallery-item .gallery-caption,
    .gallery-item .gallery-caption {
        margin-bottom: 0;
    }

    .gallery-caption {
        display: block;
        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;
    }

    /*----------  sticky  ----------*/
	.sticky {}
    .slz-sticky{
        position: absolute;
        right: 10px;
        top: 5px;
        z-index: 10;
    }

    .slz-sticky .inner {
        color: #E86830;
    }

    .slz-sticky .inner:before{
        font-family: 'FontAwesome';
        content: "\f02e";
        font-size: 45px;
        color: inherit;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    }

    /*----------  widget tag cloud  ----------*/

    .widget_tag_cloud .tagcloud a {
        margin: 0 10px 10px 0px;
        display: inline-block;
        line-height: 1.4;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        vertical-align: middle;
        overflow: hidden;
        position: relative;
        z-index: 2;
    }


    .widget_tag_cloud .tagcloud a:hover {
    }


/*=========  End of widgets  ==========*/



/*=======================================
=            3. ENTRY CONTENT           =
=======================================*/

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

    .entry-content a:focus {
        outline: none;
    }

    .entry-content a:active,
    .entry-content a:hover {
        outline: 0;
    }

    .entry-content h1,
    .entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6 {
        clear: both;
        font-family: 'Poppins', sans-serif;
        line-height: 1.4;
        font-weight: 600;
        margin: 0;
        color: #333333;
    }
    .entry-content >h1:first-child,
    .entry-content >h2:first-child,
    .entry-content >h3:first-child,
    .entry-content >h4:first-child,
    .entry-content >h5:first-child,
    .entry-content >h6:first-child {
        margin-top: 0px;
    }
    .entry-content h1 {
        font-size: 36px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .entry-content h2 {
        font-size: 32px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .entry-content h3 {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .entry-content h4 {
        font-size: 22px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .entry-content h5 {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .entry-content h6 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .entry-content address {
        font-style: italic;
        margin: 0 0 24px;
    }
        
    .entry-content abbr[title] {
        border-bottom: 1px dotted;
    }

    .entry-content b,
    .entry-content strong {
        font-weight: 700;
    }

    .entry-content dfn {
        font-style: italic;
    }

    .entry-content mark {
        background-color: #ff0;
        color: #000;
    }

    .entry-content p {
        margin: 0 0 27px;
    }

    .entry-content code,
    .entry-content kbd,
    .entry-content pre,
    .entry-content samp {
        font-family: monospace, serif;
        font-size: 14px;
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
    }

    .entry-content pre {
        background: #f5f5f5;
        color: #666;
        font-family: monospace;
        font-size: 14px;
        margin: 20px 0;
        overflow: auto;
        padding: 20px;
        white-space: pre;
        white-space: pre-wrap;
        word-wrap: break-word;
    }

    .entry-content small {
        font-size: smaller;
    }
    .entry-content blockquote b,
    .entry-content blockquote strong {
        font-weight: 600;
    }
    .entry-content sub,
    .entry-content sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    .entry-content sup {
        top: -0.5em;
    }

    .entry-content sub {
        bottom: -0.25em;
    }

    .entry-content dl {
        margin: 0 0 20px;
    }

    .entry-content dt {
        font-weight: 700;
    }

    .entry-content dd {
        margin: 0 0 20px;
    }

    .slz-post-single .entry-content menu,
    .slz-post-single .entry-content ol,
    .slz-post-single .entry-content ul {
        margin: 0 0 10px;
        padding: 0 0 0 30px;
    }
    .block-content .entry-content menu:last-child,
    .block-content .entry-content ol:last-child,
    .block-content .entry-content ul:last-child{
        margin-bottom: 0px; 
    }

    .entry-content ol li,
    .entry-content ul li{
        list-style-type: inherit;
        color: inherit;
    }

    .entry-content ul {
        list-style-type: disc;
    }

    .entry-content ul ul, .entry-content ol ul {
        list-style-type: circle;
    }

    .entry-content ul ul ul{
        list-style-type: square;
    }

    .entry-content nav ul,
    .entry-content nav ol {
        list-style: none;
        list-style-image: none;
    }

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

    .entry-content big {
        font-size: larger;
    }

    .entry-content code {
        padding: 2px 4px;
        font-size: 90%;
        color: #E86830;
        background-color: #f9f2f4;
        border-radius: 4px;
        -webkit-border-radius: 4px;
    }

    .entry-content kbd {
        padding: 2px 4px;
        font-size: 90%;
        color: #fff;
        background-color: #333;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
        -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    }

    .entry-content img {
        -ms-interpolation-mode: bicubic;
        border: 0;
        vertical-align: middle;
    }

    .entry-content svg:not(:root) {
        overflow: hidden;
    }

    .entry-content figure {
        margin: 0;
    }

    .entry-content form {
        margin: 0;
    }

    .entry-content fieldset {
        border: 1px solid #c0c0c0;
        margin: 0 2px;
        min-width: inherit;
        padding: 0.35em 0.625em 0.75em;
    }

    .entry-content legend {
        border: 0;
        padding: 0;
        white-space: normal;
    }

    .entry-content button,
    .entry-content input,
    .entry-content select,
    .entry-content textarea {
        font-size: 100%;
        margin: 0;
        max-width: 100%;
        vertical-align: baseline;
    }

    .entry-content button,
    .entry-content input {
        line-height: normal;
    }

    .entry-content button,
    .entry-content html input[type="button"],
    .entry-content input[type="reset"],
    .entry-content input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }

    .entry-content button[disabled],
    .entry-content input[disabled] {
        cursor: default;
    }

    .entry-content input[type="checkbox"],
    .entry-content input[type="radio"] {
        padding: 0;
    }

    .entry-content input[type="search"] {
        -webkit-appearance: textfield;
        padding-right: 2px; /* Don't cut off the webkit search cancel button */
        width: 270px;
    }

    .slz-widgets .widget_search .search-field {
        width: 100%;
        border: none;
        padding: 0 20px;
        border: 2px solid #ffffff;
        background-color: #fff;
        line-height: 46px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        width: 100%;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    .entry-content input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

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

    .entry-content textarea {
        overflow: auto;
        vertical-align: top;
    }

    .entry-content table,
    .comments-area table {
        border-bottom: 1px solid #E8E8E8;
        border-collapse: collapse;
        border-spacing: 0;
        font-size: 14px;
        line-height: 2;
        margin: 0 0 20px;
        width: 100%;
    }

    .comments-area caption,
    .comments-area th,
    .comments-area td,
    .entry-content caption,
    .entry-content th,
    .entry-content td  {
        font-weight: normal;
    }

    .entry-content caption,
    .comments-area caption {
        font-size: 16px;
        margin: 20px 0;
    }

    .comments-area th,
    .entry-content th {
        font-weight: bold;
        text-transform: capitalize;
    }
    .entry-content thead th,
    .comments-area thead th {
        text-transform: uppercase;
        color: #333;
    }
    .comments-area td,
    .entry-content td {
        border-top: 1px solid #E8E8E8;
        padding: 6px 10px 6px 0;
    }
    .entry-content del,
    .comments-area del {
        color: #333;
    }
    .comments-area ins,
    .entry-content ins {
        background: #fff9c0;
        text-decoration: none;
    }
    .entry-content hr,
    .comments-area hr {
        background-size: 4px 4px;
        border: 0;
        height: 1px;
        margin: 0 0 24px;
        border-top:1px solid #eee;
    }

    .comments-area table th,
    .entry-content table th {
      text-align: left;
      font-weight: 700;
      border: 1px solid #E8E8E8;
      padding: 2px 8px;
      color: #333;
    }

    .comments-area table th {
        text-transform: uppercase;
    }
    
    .comments-area table td a {
        color: #333;
        font-weight: 700;
    }

    .entry-content table td,
    .comments-area table td {
      border: 1px solid #E8E8E8;
      padding: 2px 8px;
    }
    .comments-area table .odd td,
    .entry-content table .odd td {
      background-color: #fcfcfc;
    }

    .entry-content img.aligncenter {
        margin: 5px auto;
    }
    .entry-content .aligncenter img,
    .entry-content .aligncenter  {
        margin: 5px auto;
    }
    .entry-content img.size-full,.entry-content img.size-large,.entry-content img.wp-post-image {
        height: auto;
        max-width: 100%;
    }

    .entry-content img,
    .entry-content img,
    .comment-content img[height],
    img[class*="align"],
    img[class*="wp-image-"],
    img[class*="attachment-"] {
        height: auto;
    }


    .entry-content .alignleft {
        float: left;
    }

    .entry-content .alignright {
        float: right;
    }

    .entry-content img.alignnone {
        margin: 5px 0;
    }

    .entry-content img.size-full,
    .entry-content img.size-large,
    .entry-content img.wp-post-image {
        height: auto;
        max-width: 100%;
    }

    .entry-content figure.wp-caption.alignleft,
    .entry-content img.alignleft {
        margin: 5px 20px 5px 0;
    }

    .entry-content figure.wp-caption.alignright,
    .entry-content img.alignright {
        margin: 5px 0 5px 20px;
    }

    .entry-content img.alignnone {
        margin: 5px 0;
    }

    .entry-content figure.alignnone {
        margin: 5px 0;
    }

    .entry-content embed,
    .entry-content iframe,
    .entry-content object,
    .entry-content video {
        max-width: 100%;
    }

    .entry-content img,
    .entry-summary img,
    .comment-content img,
    .slz-widgets .widget img,
    .entry-content .wp-caption {
        max-width: 100%;
    }

    .entry-content .wp-caption .wp-caption-text,
    .entry-content .entry-caption,
    .entry-content .gallery-caption {
        font-size: 16px;
        font-style: italic;
        font-weight: 300;
        margin: 0 0 24px;
    }

    .entry-content .nav-links {
        margin: 0 0 20px;
    }

    .entry-content .nav-links:before {
        content: "";
        display: table;
    }

    .entry-content .nav-links:after {
        content: "";
        display: table;
        clear: both;
    }

    .entry-content .nav-links .nav-previous {
        display: block;
        width: 50%;
        float: left;
    }

    .entry-content .nav-links .nav-next {
        display: block;
        width: 50%;
        float: right;
    }

    .entry-content .nav-links .nav-previous a,
    .entry-content .nav-links .nav-next a {
        text-decoration: none;
        text-align: left;
    }

    .entry-content .nav-links .nav-previous .meta-nav,
    .entry-content .nav-links .nav-next .meta-nav {
        margin-right: 5px;
    }

    .entry-content .nav-links .post-title {
        font-weight: 700;
        display: block;
    }
    .dropcap:first-letter,
    .dropcap p:first-letter{
        font-size: 80px;
        color: #E86830;
        font-weight: 500;
        line-height: 1.2;
        display: block;
        margin-right: 5px;
        vertical-align: bottom;
        float:left;
        position:relative;
        margin-top:-20px
    }
    .dropcapi,
    .dropcapi p {
        font-style: italic;
    }
    .dropcapi:first-letter,
    .dropcapi p:first-letter{
        font-size: 80px;
        color: #E86830;
        font-weight: 500;
        line-height: 1.2;
        display: block;
        margin-right: 5px;
        vertical-align: bottom;
        font-style: italic;
        float:left;
        position:relative;
        margin-top:-20px
    }
    .dropcapb,
    .dropcapb p {
        font-weight: 600;
    }
    .dropcapb:first-letter,
    .dropcapb p:first-letter{
        font-size: 80px;
        color: #E86830;
        font-weight: 600;
        line-height: 1.2;
        display: block;
        margin-right: 5px;
        vertical-align: bottom;
        float:left;
        position:relative;
        margin-top:-20px
    }
    .dropcapi ,
    .dropcapb,
    .dropcap {
        margin-bottom: 20px;
    }
    
    .dropcapi:after,
    .dropcapb:after,
    .dropcap:after{
        content: "";
        display: table;
        clear: both;
    }
    .slz-bullet-list-col-2{
        -webkit-column-count: 2; 
        -moz-column-count: 2; 
        column-count: 2;
        list-style-position: inside;
    }
    .slz-bullet-list-col-3{
        -webkit-column-count: 3; 
        -moz-column-count: 3; 
        column-count: 3;
        list-style-position: inside;
    }
    .slz-bullet-list-col-4{
        -webkit-column-count: 4; 
        -moz-column-count: 4; 
        column-count: 4;
        list-style-position: inside;
    }
    .slz-bullet-list-col-2 li,
    .slz-bullet-list-col-3 li,
    .slz-bullet-list-col-4 li{
        list-style-position: inside;
    }
    .entry-content .slz-bullet-list-col-2,
    .entry-content .slz-bullet-list-col-3,
    .entry-content .slz-bullet-list-col-4{
        padding-left: 0px;
    }

    /*----------  3. page links  ----------*/
    .entry-content .page-links {
        margin-bottom: 0px;
        margin-top: 10px;
        text-align: left;
    }

    .entry-content .page-links .page-links-title {
        margin-right: 10px;
        font-weight: 700;
    }

    .entry-content .page-links .screen-reader-text {
        display: none;
    }

    .entry-content .screen-reader-text {
        display: none;
    }

    .entry-content .page-links > span:not(.page-links-title):not(.screen-reader-text) {
        display: inline-block;
        vertical-align: top;
        padding: 0px;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        border-radius: 36px;
        -webkit-border-radius: 36px;
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
        margin-right: 10px;
        background-color: #E86830;
        color: #FFFFFF;
        font-family: 'Poppins', sans-serif;
    }

    .entry-content .page-links a {
        display: inline-block;
        vertical-align: top;
        padding: 0px;
        border-radius: 36px;
        -webkit-border-radius: 36px;
        width: 36px;
        height: 36px;
        font-size: 14px;
        line-height: 36px;
        text-align: center;
        text-decoration: none;
        font-weight: 500;
        color: #555555;
        margin-right: 10px;
        background-color: #EFEFEF;
        font-family: 'Poppins', sans-serif;
    }
    .entry-content .page-links a:hover {
        text-decoration: none;
       background-color: #E86830;
       color: #FFFFFF;
    }
    .entry-content .page-links a span{
        font-size: inherit;
        line-height: inherit;
        display: inline-block;
    }

/*=========  End of entry content  ====*/



/*=======================================
=            4. COMMENT FORM            =
=======================================*/

    .comments-area {
        margin-top: 80px;
    }

    .comments-area h1 {
        font-size: 36px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .comments-area h2 {
        font-size: 32px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .comments-area h3 {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .comments-area h4 {
        font-size: 22px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .comments-area h5 {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .comments-area h6 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .comments-area address {
        font-style: italic;
        margin: 0 0 24px;
    }

    .comments-area abbr[title] {
        border-bottom: 1px dotted;
    }

    .comments-area b,
    .comments-area strong {
        font-weight: 700;
    }

    .comments-area dfn {
        font-style: italic;
    }

    .comments-area mark {
        background-color: #ff0;
        color: #000;
    }

    .comments-area p {
        margin: 0 0 10px;
    }

    .comments-area code,
    .comments-area kbd,
    .comments-area pre,
    .comments-area samp {
        font-family: monospace, serif;
        font-size: 14px;
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
    }

    .comments-area pre {
        background: #f5f5f5;
        color: #666;
        font-family: monospace;
        font-size: 14px;
        margin: 20px 0;
        overflow: auto;
        padding: 20px;
        white-space: pre;
        white-space: pre-wrap;
        word-wrap: break-word;
    }

    .comments-area dl {
        margin: 0 0 20px;
    }

    .comments-area dd {
        margin: 0 0 20px;
    }

    .comments-area ul,
    .comments-area ol {
        margin-bottom: 10px;
    }

    .comments-area ul ul,
    .comments-area ol ol,
    .comments-area ol ul {
        margin-bottom: 0px;
    }

    .comments-area .comments-title {
        position: relative;
        font-size: 24px;
        text-transform: capitalize;
        color: #333333;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
    }

    .comments-area .comment-respond .comment-reply-title {
        margin-bottom: 15px;
        text-transform: uppercase;
        font-weight: 700;
        color: #555555;
    }

    .comments-area .comment-list {
        margin-bottom: 0px;
    }

    .comments-area .comment-list .comment {
        padding: 20px 0 0;
    }

    .comments-area .comment-list .comment:last-child {
        padding-bottom: 0;
    }
    .comments-area .comment-list .comment .media-body{
        overflow: visible;
        position: relative;
    }
    .comments-area .comment-list >.comment .comment-body .media-body:after {
       content: "";
       width: calc(100% - 20px);
       height: 1px;
       background-color: #E5E5E5;
       position: absolute;
       right: 0;
       bottom: -15px;
    }
    
    .comments-area .comment-list .children {
        padding-left: 70px;
        margin-top: 0px;
    }

    .comments-area .comment-list,
    .comments-area ol,
    .comments-area ul {
        list-style: none;
        padding-left: 0px;
    }

    .comments-area .comment-list + .no-comments,
    .comments-area ol + .no-comments,
    .comments-area ul + .no-comments,
    .comments-area .comment-meta + .comment-content,
    .comments-area .comment-metadata + .comment-awaiting-moderation {
        margin-top: 15px;
    }

    .comments-area  .comment-awaiting-moderation {
        padding-left: 90px;
    }

    .comments-area .comment-body {
        padding: 15px 0;
        position: relative;
    }

    .comments-area .comment-body ul {
        list-style: disc;
    }

    .comments-area .comment-body ul ul {
        list-style: circle;
    }

    .comments-area .comment-body ul ul ul {
        list-style: square;
    }

    .comments-area .comment-body ul li,
    .comments-area .comment-body ol li {
        list-style: inherit;
    }

    .comments-area .comment-body  ul,
    .comments-area .comment-body  ol {
        padding-left: 15px;
    }

    .comments-area .comment-body  ol {
        list-style-type: decimal;
    }

    .comments-area .comment-body  ol ul {
        list-style-type: disc;
    }

    .comments-area .comment-body:before {
        display: table;
        content: "";
    }

    .comments-area .comment-body:after {
        content: "";
        display: table;
        clear: both;
    }

    .comments-area .comment-author {
        margin-bottom: 0px;
        display: inline-block;
        vertical-align: top;
        position: relative;
    }

    .comments-area .comment-author img {
        max-width: 100%;
        width: 65px;
        height: 65px;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .comments-area .comment-author .avatar {
        margin: 0px 10px 0px 0;
    }

    .comments-area .comment-author .fn {
        display: inline-block;
        margin-right: 10px;
        vertical-align: top;
        padding-left: 100px;
        font-weight: 500;
        color: #555555;
        text-transform: uppercase;
    }

    .comments-area .comment-author .fn a {
        font-size: 14px;
        font-weight: 900;
        color: #333333;
    }

    .comments-area .comment-author .fn a:hover {
        color: #E86830;
    }

    .comments-area .comment-author .says {
        display: none;
    }

    .comments-area .comment-metadata {
        margin-bottom: 0px;
        display: inline-block;
        position: relative;
        padding-left: 15px;
        line-height: 24px;
        float: right;
    }

    .comments-area .comment-metadata a {
        color: #b3b3b3;
    }

    .comments-area .comment-notes .required {
        color: #FB0000;
    }

    .comments-area .comment-list .reply {
        display: block;
    }

    .comments-area .comment-list .reply a {
        position: relative;
        display: inline-block;
        color: #9fa3a7;
        text-decoration: none;
    }

    .comments-area .comment-list .reply a:hover {
        text-decoration: none;
        color: #E86830;
    }

    .comments-area .comment-list .reply a:before {
        content: "\21B5";
        margin-right: 10px;
        display: inline-block;
        color: #9fa3a7;
        font-size: 24px;
        line-height: 24px;
        vertical-align: top;
        -webkit-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .comments-area .comment-list .reply {
        padding-left: 100px;
    }

    .comments-area .comment-awaiting-moderation,
    .comments-area.comment-content,
    .comments-area .comment-list .reply {
        width: 100%;
        word-wrap: break-word;
    }

    .comments-area .highlander-comment {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .comments-area .comment-metadata a {
        color: #9fa3a7;
        margin-right: 10px;
    }

    .comments-area .comment-metadata a:hover {
        color: #E86830;
    }

    .comments-area .comment-metadata .edit-link:before {
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-family: "FontAwesome";
        content: "\f040";
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        margin-right: 5px;
        speak: none;
        text-align: center;
        text-decoration: inherit;
        text-transform: none;
        vertical-align: top;
    }

    .comments-area .wrap-rating.in-post {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .comments-area .wrap-rating .rating-title sup {
        color: #FB0000;
    }

    .comments-area .rating span {
        color: #C8C8C8;
    }

    .comments-area .wrap-rating.in-post .rating:hover .fa.fa-star{
        color: #C8C8C8!important;
    }

    .comments-area .wrap-rating.in-post .rating:hover .fa.fa-star.over,
    .rating .fa.fa-star.voted {
        color: #FAE803!important;
    }

    .comments-area .comment-form > div {
        margin-bottom: 10px;
    }

    .comments-area .comment-form > div > label {
        font-weight: 400;
    }

    .comments-area .comment-form > div > label .required {
        color: #FB0000;
        margin-left: 5px;
    }

    .comments-area .comment-form-comment > label {
        display: block;
    }

    .comments-area input:not([type="submit"]),
    .comments-area input:not([type="reset"]),
    .comments-area input:not([type="file"]),
    .comments-area .comment-form-comment textarea {
        max-width: 100%;
        width: 100%;
        border: 2px solid #EDEDED;
        padding: 14px 20px;
        font-size: 16px;
        line-height: initial;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        
    }
    .comments-area input.input-error:not([type="submit"]),
    .comments-area input.input-error:not([type="reset"]),
    .comments-area input.input-error:not([type="file"]),
    .comments-area .comment-form-comment textarea.input-error{
        border-color: #FB0000;
    }

    .comments-area .comment-form-comment textarea {
        min-height: 140px;
        padding: 14px 20px;
        resize: none;
    }

    .comments-area .comment-form {
        display: table;
        width: 100%;
        position: relative;
    }

    .comments-area .comment-form:before {
        content: "";
        display: table;
    }

    .comments-area .comment-form:after {
        display: table;
        content: "";
        clear: both;
        float: none;
    }

    .comments-area .comment-form-author {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        
        
    }

    .comments-area .comment-form-email {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

    .comments-area .comment-form-email:before {
        display: table;
        content: "";
    }

    .comments-area .comment-form-email:after {
        display: table;
        content: "";
        clear: both;
    }

    .comments-area .comment-form-comment {
        display: block;
        width: 100%;
        float: left;
    }

    .comments-area .comment-form-comment label,
    .comments-area .comment-form-author label,
    .comments-area .comment-form-email label,
    .comments-area .comment-form-url label {
         display: none;
    }

    .comments-area .comment-form-author label .required,
    .comments-area .comment-form-email label .required,
    .comments-area .comment-form-url label .required {
        color: #FB0000;
    }

    .comments-area .comment-form-author input,
    .comments-area .comment-form-email input,
    .comments-area .comment-form-url input {
        width: 100%;
    }

    .comments-area .wrap-rating .rating-title {
        font-weight: 700;
        color: #707070;
    }

    .comments-area .comment-form .comment-form-url {
        display: block;
        width: 100%;
        float: left;
    }

    .comments-area .comment-form .comment-form-url + .form-submit {
        margin-top: 40px;
    }

    .comments-area .comment-form .form-submit {
        margin-bottom: 0px;
        margin-top: 10px;
        display: inline-block;
        position: relative;
        z-index: 1;
    }

    .comments-area .comment-form .form-submit input {
        max-width: 100%;
        width: 100%;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        border: 2px solid #E86830;
        background-color: #E86830;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.3;
        color: #fff;
        text-transform: uppercase;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .comments-area .comment-form .form-submit input:hover {
        background-color: #fff;
        color: #333333;

    }

    .comments-area .input-error-msg {
        color: #FB0000;
        margin-top: 10px;
    }

    .comments-area .pagination-comment {
        margin-top: 30px;
    }

    .comment .author-photo img {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .comment .media-left {
        padding-right: 0;
    }

    .comment .media-body {
        padding-left: 20px;
    }

    .comment .media-body .heading-wrapper {
        width: 100%;
        vertical-align: top;
        display: table;
    }

    .comment-info-wrapper {
        display: block;
    }

    .comment-feedback-wrapper {
        display: block;
    }

    .comment-info-wrapper .author-name,
    .comment-info-wrapper .info {
        display: inline-block;
        vertical-align: top;
        position: relative;
    }

    .comment-info-wrapper .author-name {
        margin-right: 10px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 18px;
    }

    .comment-info-wrapper .author-name + .info {
        padding-left: 15px;
        margin: 0;
        float: right;
    }


    .comment-info-wrapper .author-name a {
        color: #333333;
        text-transform: capitalize;
    }

    .comment-info-wrapper .author-name a:hover {
        color: #E86830;
    }

    .comment-info-wrapper .info li {
        display: inline-block;
        vertical-align: top;
        margin-left: 5px;
        padding-left: 10px;
        position: relative;
        font-family: 'Crimson Text', serif;
        font-size: 18px;
        font-style: italic;
    }

    .comment-info-wrapper .info li a {
        color: #888888;
    }
    .comment-info-wrapper .info li a.date,
    .comment-info-wrapper .info li a:hover {
        color: #E86830;
    }
    .comment-info-wrapper .info li a.date:hover{
        color: #333333;
    }
    .comment-info-wrapper .info li:first-child {
        margin-left: 0;
        padding-left: 0;
    }

    .comment-info-wrapper .info li:last-child {
        margin-right: 0;
        padding-right: 0;
    }

    .comment-info-wrapper .info li + li:before {
        position: absolute;
        content: "/";
        color: #989b9f;
        opacity: 0.7;
        left: 0;
        line-height: inherit;
    }

    .comment-feedback-wrapper a {
        position: relative;
        color: #333333;
        text-transform: uppercase;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
    }

    .comment-feedback-wrapper a:hover {
        color: #E86830;
    }

    .comment .comment-content {
        margin-top: 5px;
    }
    .comment .comment-content >p:last-child{
        margin-bottom: 0px;
    }
    .comment .comment-content + .comment-feedback-wrapper{
        margin-top: 5px;
    }
    .comment .comment-content > h2:first-child {
        margin-top: 0;
    }

    .comment-respond {
        margin-top: 80px;
    }

    .comment-respond > .title {
        margin-top: 0;
        margin-bottom: 30px;
        position: relative;
        font-family: 'Poppins', sans-serif;
        font-size: 24px;
        text-transform: capitalize;
        color: #333333;
        font-weight: 600;
    }

    .comment-respond > .title a {
        color: #E86830;
    }

    .comment-respond > .title small {
        float: right;
        font-weight: 700;
    }

/*=========  End of comment form  =====*/



/*=======================================
=            5. BLOG ITEM               =
=======================================*/
    
    .block-info ul {
        padding-left: 0;
        margin-bottom: 0;
    }

    .block-info li {
        font-size: 18px;
        margin-right: 20px;
        margin-bottom: 5px;
        color: #888888;
        font-style: italic;
        font-family: 'Crimson Text', serif;
        line-height: 1.4;
        position: relative;
        display: inline-block;
        text-transform: capitalize;
    }
    .block-info li:after{
        content: "/";
        display: inline-block;
        color: #CFCFCF;
        margin-left: 15px;
    }
    .block-info li:last-child {
        margin-right: 0;
    }
    .block-info li:last-child:after {
        content: none;
    }

    .block-info li a {
        color: #888888;
        font-size: inherit;
        font-family: inherit;
        position: relative;
        text-decoration: none;
    }
    .block-info li .link .author-label{
        color: #888888;
    }
    .block-info li .link .author-text{
        color: #555555;
    }
    .block-info li:first-child .link.date{
        font-size: 24px;
    }
    .block-info li .link.date,
    .block-info li .link .author-text:hover,
    .block-info li a:hover {
        color: #E86830;
    }
    .block-info li .link.date:hover{
        color: #555555;
    }
    .block-info li.edit-link {
        padding-left: 0;
    }

    .block-info li.edit-link:before {
        content: none;
    }

    .block-info li.edit-link i {
        color: #9fa3a7;
    }

    .block-info li a:before {
        font-family: "FontAwesome";
        font-size: 14px;
        left: 0;
        color: inherit;
    }

    .block-info + .entry-content {
        margin-top: 10px;
    }

    .block-info .edit-link i {
        margin-right: 5px;
        font-style: normal;
        font-size: 14px;
    }

    .block-info .edit-link .post-edit-link{
        color: #888888;
    }
    .block-info .edit-link .post-edit-link:hover{
        color: #E86830;
    }
    .slz-block-item-01 .block-info + .block-title{
        margin-top: 5px;
    }
    .col-md-8.slz-posts .slz-list-block.slz-column-1 .slz-block-item-01 .block-info + .block-title,
    .col-md-12.slz-posts .slz-list-block.slz-column-1 .slz-block-item-01 .block-info + .block-title,
    .vc_col-sm-8 .slz-list-block.slz-column-1 .slz-block-item-01 .block-info + .block-title {
        font-size: 32px;
    }
    .slz-block-item-01 .block-title {
        color: #333333;
        text-transform: capitalize;
    }
    .slz-block-item-01 .block-title + .block-info{
        margin-top: 15px;
    }
    .slz-block-item-01 .block-info +.block-text{
        margin-top: 13px;
    }
    .slz-block-item-01 .block-image + .block-content{
        padding-top: 30px;
    }
    .slz-block-item-01 .block-title:hover {
        color: #E86830;
    }

    .block-content .entry-title {
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        line-height: 1.4;
    }

    .block-content .entry-title a {
        font-size: 32px;
        color: #333333;
        font-weight: 600;
        font-family: inherit;

    }

    .block-content .entry-title a:hover {
        color: #E86830;
        text-decoration: none;
    }

    .block-content .entry-title + .block-info {
        margin-top: 15px;
    }

    .slz-block-item-01 .block-read-more {
        color: #333333;
        font-size: 14px;
        line-height: 1.3;
        font-weight: 500;
        min-width: 150px;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        border:2px solid #DADADA;
        padding: 14px 20px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
    }
    .slz-block-item-01 .continue-reading:hover{
        color: #E86830;
    }
    .slz-block-item-01 .block-read-more:hover {
        color: #ffffff;
        background-color: #E86830;
        border-color: #E86830;
    }
    .slz-block-item-01 .continue-reading {
        font-size: 14px;
        line-height: 1.4;
        text-transform: uppercase;
        font-weight: 500;
        color: #333333;
        font-family: 'Poppins', sans-serif;
        display: inline-block;
    }
    .slz-block-item-01 .continue-reading i{
        display: inline-block;
        margin-left: 5px;
        -webkit-transition: transform 0.4s ease;
        -moz-transition: transform 0.4s ease;
        -ms-transition: transform 0.4s ease;
        -o-transition: transform 0.4s ease;
        transition: transform 0.4s ease;  
    }
    .slz-block-item-01 .continue-reading:hover i{
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
        -o-transform: translateX(5px);
        transform: translateX(5px);
        
    }
    .entry-content + .entry-meta {
        margin-top: 30px;
    }

    .slz-pagination,
    .pagination-wrapper {
        margin-top: 75px;
        text-align: center;
        padding-top: 30px;
        border-top: 1px solid #EFEFEF;
    }

    .slz-pagination .pagination,
    .pagination-wrapper .pagination {
        margin: 0;
    }
    .slz-pagination .pagination .nav-links,
    .pagination-wrapper .pagination .nav-links {
        margin-bottom: 0px;
    }

     .slz-pagination .pagination .screen-reader-text {
         display: none;
     }

    .slz-pagination .page-numbers,
    .pagination-comment .page-numbers,
    .pagination-wrapper .page-numbers {
        color: #555555;
        position: relative;
        width: 36px;
        height: 36px;
        line-height: 36px;
        border-radius: 36px;
        text-align: center;
        display: inline-block;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 14px;
        vertical-align: top;
        float: none;
        padding: 0;
        border: none;
        background-color: #EFEFEF;
    }

    .slz-pagination .page-numbers + .page-numbers,
    .pagination-comment .page-numbers + .page-numbers,
    .pagination-wrapper .pagination li + li {
        margin-left: 5px;
    }

    .slz-pagination .nav-links .page-numbers.current,
    .slz-pagination .nav-links .page-numbers.current:hover,
    .pagination-comment .page-numbers.current,
    .pagination-comment .page-numbers.current:hover,
    .pagination-wrapper .page-numbers.current,
    .pagination-wrapper .page-numbers.current:hover {
       background-color: #E86830;
       color: #FFFFFF;
    }

    .slz-pagination .nav-links .page-numbers:hover,
    .pagination-comment .page-numbers:hover,
    .pagination-wrapper .page-numbers:hover {
       background-color: #E86830;
       color: #FFFFFF;
    }

    .slz-pagination .nav-links a.page-numbers:hover,
    .pagination-comment a.page-numbers:hover,
    .pagination-wrapper a.page-numbers:hover {
        background-color: #E86830;
        color: #FFFFFF;
    }

    .slz-pagination .page-numbers.next,
    .slz-pagination .page-numbers.prev,
    .pagination-comment .page-numbers.next,
    .pagination-comment .page-numbers.prev,
    .pagination-wrapper .page-numbers.next,
    .pagination-wrapper .page-numbers.prev {
        width: auto;
        padding: 0 20px;
    }

    .slz-pagination .nav-links a.page-numbers.next,
    .slz-pagination .nav-links span.next,
    .pagination-comment a.page-numbers.next,
    .pagination-comment span.next,
    .pagination-wrapper a.page-numbers.next,
    .pagination-wrapper span.next {
        
    }

    .slz-pagination .nav-links a.page-numbers.prev,
    .slz-pagination .nav-links span.prev,
    .pagination-comment a.page-numbers.prev,
    .pagination-comment span.prev,
    .pagination-wrapper a.page-numbers.prev,
    .pagination-wrapper span.prev {
    }

    .pagination-wrapper .pagination li:first-child .page-numbers,
    .pagination-wrapper .pagination li:last-child .page-numbers {
        border-radius: 36px;
        -webkit-border-radius: 36px;
    }

    .pagination-wrapper .page-numbers:hover,
    .pagination-wrapper .page-numbers:focus {
        background-color: #fff;
    }
    
    .slz-sidebar-left .slz-list-block.slz-column-2 .block-quote-wrapper .block-quote, 
    .slz-sidebar-right .slz-list-block.slz-column-2 .block-quote-wrapper .block-quote {
        font-size: 22px;
    }
    .slz-sidebar-left .slz-list-block.slz-column-2 .block-quote-wrapper:before,
    .slz-sidebar-right .slz-list-block.slz-column-2 .block-quote-wrapper:before {
        font-size: 40px;
    }

/*=========  End of Blog ITEM  ========*/



/*=======================================
=            6. BLOG DETAIL             =
=======================================*/


    .slz-blog-detail.slz-no-sidebar .slz-content-column {
        width: 100%;
    }

    .slz-blog-detail.slz-no-sidebar .slz-sidebar-column {
        display: none;
    }

    .slz-blog-detail .post-navigation {
        position: relative;
        margin-top: 50px;
    }

    .post-navigation .nav-links {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding: 8px 0px;
    }

    .post-navigation .nav-links a {
        color: #333333;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 14px;
    }

    .post-navigation .nav-links a:hover {
        color: #E86830;
    }

    .post-navigation .nav-links .prev-post .meta-nav {
        margin-right: 5px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 14px;
    }

    .post-navigation .nav-links .next-post .meta-nav {
        margin-left: 5px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 14px;
    }
    .slz-blog-detail .blog-detail-wrapper .block-info li:first-child .link.date{
        font-size: 24px;
        line-height: 1.4;
    } 
    .slz-blog-detail .blog-detail-wrapper > .title {
        font-weight: 600;
        color: #333333;
        text-transform: capitalize;
        margin: 0;
        display: block;
        font-size: 34px;
        line-height: 1.4;
        text-align: left;
        font-family: 'Poppins', sans-serif;
    }
    .slz-blog-detail > .block-image + .row, 
    .slz-blog-detail > .block-image + .title, 
    .slz-blog-detail .blog-detail-wrapper .title + div, 
    .slz-blog-detail .blog-detail-wrapper .block-image + div, 
    .slz-blog-detail.layout-5 .blog-detail-wrapper > .title{
        margin-top: 5px;
    }
    .slz-blog-detail .blog-detail-wrapper >.title + .slz-featured-block {
        margin-top: 50px;
    }

    .slz-blog-detail .blog-detail-wrapper >.block-info + .slz-featured-block {
        margin-top: 30px;
    }

    .slz-blog-detail .slz-featured-block {
        margin-bottom: 30px;
    }

    .slz-blog-detail .slz-featured-block img {
        margin-left: auto;
        margin-right: auto;
    }

    .slz-blog-detail .slz-sidebar-column .slz-widget:first-child,
    .slz-blog-detail .slz-sidebar-column > div:first-child {
        margin-top: 0px;
    }

    .slz-blog-detail .blog-detail-wrapper + .slz-post-footer {
        margin-top: 40px;
    }
    .slz-blog-detail .entry-meta +  .slz-related-post{
        margin-top: 30px;
    }
    

    .blog-detail-wrapper .block-info li {
        list-style: none;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 10px;
    }
    .blog-detail-wrapper >.block-image:after{
        content: none;
    }
    .blog-detail-wrapper >.block-image .link{
        pointer-events: none;
    }
    .blog-detail-wrapper .block-image .block-info {
        padding-left: 0;
        margin-bottom: 0;
        position: relative;
    }
    
    .blog-detail-wrapper .block-info + .entry-content {
        margin-top: 30px;
    }

    .blog-detail-wrapper .block-info.date:before {
        content: none;
    }

    .blog-detail-wrapper .block-info.date {
        padding: 0;
        margin-bottom: 30px;
    }
    .blog-detail-wrapper + .clearfix + .slz-post-footer{
        margin-top: 45px;
    }

    /*---------- content not found  ----------*/
    .slz-article-not-found .heading {
        border-left: none;
        padding: 20px 0px;
        border-bottom: 1px solid #E3E3E3;
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }

    .slz-article-not-found .heading .title {
        text-transform: none;
        color: #333333;
        margin-bottom: 0px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
    }

    .slz-article-not-found .search-form {
        border: 2px solid #E3E3E3;
        width: 100%;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        position: relative;
        background: #FFFFFF;
    }

    .slz-article-not-found .search-form > label {
        display: none;
    }

    .slz-article-not-found .search-form .search-field {
        width: 100%;
        border:none;
        padding: 14px 20px 14px 40px;
        background: transparent;
        line-height: 1.4;
        font-weight: 400;
    }

    .slz-article-not-found .search-form .search-submit {
        position: absolute;
        font-size: 0px;
        right: 5px;
        top: 50%;
        border: none;
        background: transparent;
        z-index: 1;
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
        
    }

    .slz-article-not-found .search-form .search-submit *,
    .slz-article-not-found .search-form .search-submit .search-icon * {
        font-size: 14px;
    }

    .slz-article-not-found .search-form .search-submit .search-icon {
        font-size: 0px;
        line-height: 1.4;
    }

    .slz-article-not-found .search-form .search-submit .search-icon:before {
        font-family: 'FontAwesome';
        content: "\f002";
        display: inline-block;
        font-size: 14px;
        color: #E86830;
        padding: 10px 12px;
    }

    /*----------  Password form  ----------*/

    .post-password-form {
        position: relative;
        display: block;
        min-width: 350px;
    }

    .post-password-form label {
        display: inline-block;
        margin-bottom: 0px;
    }

    .post-password-form input[type="password"] {
        display: block;
        padding: 0px 12px;
        border: 2px solid #EDEDED;
        margin-right: 5px;
        font-size: 16px;
        line-height: 46px;
        margin-top: 5px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        min-width: 250px;
    }

    .post-password-form input[type="submit"] {
        padding: 0px 30px;
        line-height: 46px;
        border: 2px solid #DADADA;
        color: #333333;
        background-color: transparent;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        display: inline-block;
        text-transform: uppercase;
        vertical-align: bottom;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .post-password-form input[type="submit"]:hover,
    .post-password-form input[type="submit"]:focus {
        background-color: #E86830;
        border-color: #E86830;
        color: #fff;
    }

    /*----------  archive header  ----------*/

    .archive-header{
      padding-top: 40px;
      padding-bottom: 40px;
      background-color: #fafafa;
    }

    .post-by-author {
        display: block;
        color: #333333;
        font-size: 36px;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 30px;
    }

/*=========  End of blog detail  ======*/



/*======================================
=            7. TITLE COMMAND          =
=======================================*/

    .slz-title-command {
        position: relative;
        background-color: #FFFFFF;
        background-size: cover;
        -webkit-background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 2;
    }
    .slz-title-command:before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #E86830;
        opacity: 0.9;
        z-index: -1;
    }
    .slz-title-command > .container {
        height: 100%;
    }

    .slz-title-command .title-command-wrapper {
        padding: 40px 0;
    }
    .slz-title-command .title-command-wrapper:before{
        content: "";
        display: table;
    }
    .slz-title-command .title-command-wrapper:after{
        content: "";
        display: table;
        clear: both;
    }
    .slz-title-command .title-command-wrapper .title {
        line-height: 1.4;
        margin: 0;
        text-transform: capitalize;
        color: #FFFFFF;
        font-size: 24px;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
        max-width: 50%;
        padding-right: 30px;
        float: left;
    }
    .slz-title-command .breadcrumb-wrapper{
        float: right;
        padding-left: 30px;
        max-width: 50%;
        text-align: right;
    }
    .slz-title-command .title-command-wrapper .breadcrumb {
        margin: 0;
        padding-left: 0;
        background: transparent;
        padding:5px 0px;
    }

    .slz-wrapper-content .wpb_content_element {
        margin-bottom: 0;
    }

    .breadcrumb > li + li:before {
        color: #FFFFFF;
        content: "/";
        font-size: 14px;
        padding: 0 8px;
        opacity: 0.6;
    }

    .breadcrumb > li .breadcrumb-link{
        opacity: 0.8;
        color: #FFFFFF;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        line-height: 1.4;
        font-weight: 500;
    }
    .breadcrumb > li + li a.breadcrumb-active{
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        line-height: 1.4;
        font-weight: 500;
    }
    .breadcrumb > li .breadcrumb-link:hover,
    .breadcrumb > li + li a.breadcrumb-active {
        opacity: 1;
        color: #FFFFFF;
    }

/*=========  End of title command  ====*/



/*======================================
=            8. BTN BACK TO TOP        =
=======================================*/
    .back-to-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        cursor: pointer;
        text-decoration: none;
        opacity: 0;
        z-index: -1;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .back-to-top i {
        color: #E86830;
        font-size: 24px;
        line-height: inherit;
        position: relative;
        z-index: 10;
    }

    .back-to-top .btn:hover,
    .back-to-top .btn:focus {
        outline: none;
    }

    .back-to-top.show {
        opacity: 1;
        visibility: visible;
        z-index: 99;
    }

    .back-to-top .btn {
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        padding: 0;
        position: relative;
        color: #FFFFFF;
        background-color: rgba(51, 51, 51, 0.47);
        border:none;
    }
    .back-to-top .btn i{
        color: #FFFFFF;
    }
    .back-to-top .btn {
        overflow: hidden;
    }
    .back-to-top .btn:hover{
        background-color: #E86830;
        color: #FFFFFF;
    }
    .back-to-top .btn:hover i{
        color: #FFFFFF;
    }
    /* .back-to-top .btn:before {
        content: '';
        position: absolute;
        left: 0;
        width: 40px;
        height: 40px;
        bottom: -40px;
        background-color: #E86830;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        z-index: 1;

    } */
    
    .back-to-top .btn:hover:before,
    .back-to-top .btn:focus:before {
        bottom:0;
    }
    
    /* .back-to-top .btn:hover i,
    .back-to-top .btn:focus i {
        color: #fff;
    } */

/*=========  End of to top  ===========*/



/*======================================
=            9. PAGE 404               =
=======================================*/
    .error404 .slz-page-404 .slz-btn{
        font-family: 'Poppins', sans-serif;
    }
    .slz-page-404 {
        display: table;
        width: 100%;
        height: 100vh;
        padding: 40px 0 70px;
    }

    .slz-page-404 .content-wrapper-404 {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    .slz-page-404 .content-wrapper-404 .img-404{
        width: 45%;
    }
    .slz-page-404 .title {
        font-size: 60px;
        text-transform: uppercase;
        color: #E86830;
        font-weight: 700;
        margin-bottom: 40px;
    }

    .slz-page-404 .slz-btn {
        display: inline-block;
        position: relative;
        padding: 0px 30px;
        line-height: 50px;
        height: 50px;
        width: 160px;
        color: #333333;
        border: 1px solid #333333;
        background-color: transparent;
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }
    .error404 .slz-page-404 .slz-btn {
        border-radius: 0;
        min-width: 160px;
        width: auto;
        border: 2px solid #d3d3d3;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        font-size: 14px;
        font-weight: 500;
    }
    .slz-page-404 .slz-btn:hover {
        background-color: #E86830;
        border-color: #E86830;
        color: #fff;
    }
    .error404 .slz-page-404 .subtitle {
        font-weight: 700;
        font-size: 40px;
        margin-top: 40px;
        color: #333333;
    }

    .error404 .slz-page-404 .subtitle p {
        margin-bottom: 0;
        color: inherit;
    }

    .error404 .slz-page-404 .group-btn {
        margin-top: 20px;
    }

    .error404 .slz-btn.main-color {
        background-color: #E86830;
        border-color: #E86830;
        color: #fff;
    }

    .error404 .slz-page-404 .slz-btn.main-color:hover {
        background-color: #fff;
        border: 2px solid #d3d3d3;
        color: #333;
    }



/*=========  End of page 404  =========*/



/*======================================
=            Responsive                =
=======================================*/

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

        /*----------  slz columns  ----------*/
       

        .slz-list-block.slz-column-4 > .item:nth-child(-n + 3) {
            margin-top: 0;
        }

        .slz-list-block.slz-column-4 > .item {
            width: 33.3333%;
        }

        .slz-list-block.slz-column-5 > .item:nth-child(-n + 5) {
            margin-top: 30px;
        }

        .slz-list-block.slz-column-5 > .item:nth-child(-n + 4) {
            margin-top: 0;
        }

        .slz-list-block.slz-column-5 > .item {
            width: 25%;
        }

        .slz-list-block.slz-column-6 > .item:nth-child(-n + 6) {
            margin-top: 30px;
        }

        .slz-list-block.slz-column-6 > .item:nth-child(-n + 4) {
            margin-top: 0;
        }

        .slz-list-block.slz-column-6 > .item {
            width: 25%;
        }

        .slz-list-block.slz-column-7 > .item:nth-child(-n + 7) {
            margin-top: 30px;
        }

        .slz-list-block.slz-column-7 > .item:nth-child(-n + 4) {
            margin-top: 0;
        }

        .slz-list-block.slz-column-7 > .item {
            width: 25%;
        }

        .slz-list-block.slz-column-8 > .item:nth-child(-n + 8) {
            margin-top: 30px;
        }

        .slz-list-block.slz-column-8 > .item:nth-child(-n + 4) {
            margin-top: 0;
        }

        .slz-list-block.slz-column-8 > .item {
            width: 25%;
        }

    }

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

        .widget_calendar thead tr {
            line-height: 28px;
        }

        .widget_calendar tfoot td {
            border: none;
        }

        .widget_calendar td {
            padding: 5px 0;
        }

        .widget_calendar tfoot #prev {
            text-align: left;
        }

        .widget_calendar tfoot #next {
            text-align: right;
        }

        .widget_calendar tfoot a:hover {
            color: #4db2ec;
        }

    }
    
    @media screen and (min-width:678px) {
        .modal-dialog{
            margin-top: 60px;
        }
    }
    @media screen and (max-width: 768px) {
        .slz-blog-detail.slz-sidebar-left .slz-content-column,
        .slz-blog-detail.slz-sidebar-right .slz-content-column,
        .slz-sidebar-left .slz-content-column,
        .slz-sidebar-column {
            float: none;
            width:100%;
        }

        .slz-content-column + .slz-sidebar-column {
            margin-top: 50px;
        }

        .entry-content figure {
            width: 100% !important;
        }

        /*----------  slz columns  ----------*/

        .slz-list-block.slz-column-5 > .item:nth-child(-n + 4),
        .slz-list-block.slz-column-6 > .item:nth-child(-n + 4),
        .slz-list-block.slz-column-7 > .item:nth-child(-n + 4),
        .slz-list-block.slz-column-8 > .item:nth-child(-n + 4) {
            margin-top: 30px;
        }

        .slz-list-block.slz-column-5 > .item:nth-child(-n + 3),
        .slz-list-block.slz-column-6 > .item:nth-child(-n + 3),
        .slz-list-block.slz-column-7 > .item:nth-child(-n + 3),
        .slz-list-block.slz-column-8 > .item:nth-child(-n + 3) {
            margin-top: 0;
        }

        .slz-list-block.slz-column-5 > .item,
        .slz-list-block.slz-column-6 > .item,
        .slz-list-block.slz-column-7 > .item,
        .slz-list-block.slz-column-8 > .item {
            width: 33.3333%;
        }

        .slz-list-block.slz-column-4 > .item:nth-child(-n + 4),
        .slz-list-block.slz-column-4 > .item:nth-child(-n + 3) {
            margin-top: 30px;
        }

        .slz-list-block.slz-column-4 > .item:nth-child(-n + 2) {
            margin-top: 0;
        }

        .slz-list-block.slz-column-4 > .item {
            width: 50%;
        }

        .slz-list-block.slz-column-3 .item:nth-child(-n + 3) {
            margin-top: 30px;
        }

        .slz-list-block.slz-column-3 .item:nth-child(-n + 2) {
            margin-top: 0;
        }

        .slz-list-block.slz-column-3 > .item {
            width: 50%;
        }
        
        /*----------  Page 404  ----------*/
        .slz-page-404 .content-wrapper-404 {
            padding: 0 5px;
        }

        .error404 .slz-page-404 .subtitle {
            margin-top: 20px;
        }

        .error404 .slz-page-404 .group-btn {
            margin-top: 10px;
        }
        .slz-page-404{
            height: auto;
            padding: 60px 0;
        }
        .error404 .slz-page-404 .subtitle{
            font-size: 32px;
        }
    }

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

        /*----------  slz columns  -----------*/
        .slz-list-block {
            margin: 0 -15px;
        }

        .slz-list-block > .item {
            padding: 0 15px;
        }

        .slz-list-block > .item {
            margin-top: 40px;
        }

        .slz-list-block.slz-column-3 > .item:nth-child(-n + 3),
        .slz-list-block.slz-column-4 > .item:nth-child(-n + 4),
        .slz-list-block.slz-column-4 > .item:nth-child(-n + 3),
        .slz-list-block.slz-column-5 > .item:nth-child(-n + 4),
        .slz-list-block.slz-column-5 > .item:nth-child(-n + 3),
        .slz-list-block.slz-column-6 > .item:nth-child(-n + 4),
        .slz-list-block.slz-column-6 > .item:nth-child(-n + 3),
        .slz-list-block.slz-column-7 > .item:nth-child(-n + 4),
        .slz-list-block.slz-column-7 > .item:nth-child(-n + 3),
        .slz-list-block.slz-column-8 > .item:nth-child(-n + 4),
        .slz-list-block.slz-column-8 > .item:nth-child(-n + 3) {
            margin-top: 40px;
        }

        .slz-list-block.slz-column-3 > .item:nth-child(-n + 2),
        .slz-list-block.slz-column-4 > .item:nth-child(-n + 2),
        .slz-list-block.slz-column-5 > .item:nth-child(-n + 2),
        .slz-list-block.slz-column-6 > .item:nth-child(-n + 2),
        .slz-list-block.slz-column-7 > .item:nth-child(-n + 2),
        .slz-list-block.slz-column-8 > .item:nth-child(-n + 2) {
            margin-top: 0;
        }

        .slz-list-block.slz-column-3 > .item,
        .slz-list-block.slz-column-4 > .item,
        .slz-list-block.slz-column-5 > .item,
        .slz-list-block.slz-column-6 > .item,
        .slz-list-block.slz-column-7 > .item,
        .slz-list-block.slz-column-8 > .item {
            width: 50%;
        }
        .block-quote-wrapper .block-quote, 
        .block-quote-wrapper .block-quote {
            font-size: 22px;
        }
        .block-quote-wrapper:before,
        .block-quote-wrapper:before {
            font-size: 40px;
        }
        /*----------  blog detail  ----------*/

        .slz-blog-detail .blog-detail-wrapper > .title {
            font-size: 30px;
        }

        .comments-area {
            margin-top: 50px;
        }

        .comment-respond {
            margin-top: 50px;
        }

        .comment-respond > .title {
            margin-bottom: 30px;
        }

        .comments-area .comment-author .fn,
        .comments-area .comment-list .reply {
            padding-left: 80px;
        }

        .comments-area .comment-list >.comment > .children,
        .comments-area .comment-list .children {
            padding-left: 40px;
        }

        .margin-bottom-100 {
            margin-bottom: 60px;
        }
        .margin-top-100 {
            margin-top: 60px;
        }
        /*----------  Comments block  ----------*/
        .comment-info-wrapper .author-name + .info{
            display: block;
            float: none;
            padding-left: 0px;

        }
        /*----------  page title  ----------*/
            .slz-title-command .title-command-wrapper .title{
                max-width: 100%;
                float: none;
            }
            .slz-title-command .breadcrumb-wrapper {
                max-width: 100%;
                float: none;
                text-align: left;
                padding-left: 0px;
            }
        .slz-page-404{
            height: auto;
        }
        .error404 .slz-page-404 .subtitle{
            font-size: 36px;
        }
        .slz-page-404 .content-wrapper-404{
            padding: 0px 15px;
        }
        .error404 .slz-page-404 .group-btn .slz-btn{
            min-width: 185px;
        }
    }

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

        .comments-area .comment-list >.comment > .children,
        .comments-area .comment-list .children {
            padding-left: 30px;
        }

        .slz-pagination {
            margin-top: 30px;
        }
        .error404 .slz-page-404 .subtitle {
            font-size: 26px;
        }

    }

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

        .comments-area .comment-list >.comment > .children,
        .comments-area .comment-list .children {
            padding-left: 20px;
        }

        /*----------  slz columns  ----------*/

        .slz-list-block.slz-column-4 > .item:nth-child(-n + 2),
        .slz-list-block.slz-column-3 > .item:nth-child(-n + 2),
        .slz-list-block.slz-column-2 > .item:nth-child(-n + 2) {
            margin-top: 40px;
        }
        .slz-blog-detail .slz-list-block.slz-column-2 > .item:nth-child(-n + 2) {
            margin-top: 40px;
        }
        .slz-list-block.slz-column-4 > .item:first-child,
        .slz-list-block.slz-column-3 > .item:first-child,
        .slz-list-block.slz-column-2 > .item:first-child,
        .slz-blog-detail .slz-list-block.slz-column-2 > .item:first-child {
            margin-top: 0;
        }

        .slz-list-block.slz-column-4 > .item,
        .slz-list-block.slz-column-3 > .item,
        .slz-list-block.slz-column-2 > .item {
            width: 100%;
        }

        .slz-list-block.slz-column-1 > .item:first-child {
            margin-top: 0;
        }

        .slz-list-block.slz-column-1 > .item {
            margin-top: 40px;
        }

        .comment .media-body {
            padding-left: 15px;
        }

        .comments-area .comment-author img {
            width: 50px;
            height: 50px;
        }

        .comments-area .comment-list .comment {
            padding: 15px 0;
        }

        .comments-area .comment-list >.comment .comment-body .media-body:after {
            width: calc(100% - 15px);
        }

        .slz-blog-author .media-left {
            display: block;
            margin: 0 auto;
        }

        .slz-blog-author .media-right {
            display: block;
            padding: 15px 0 0 0;
            text-align: center;
        }

        .margin-bottom-100 {
            margin-bottom: 50px;
        }

        .margin-top-100 {
            margin-top: 50px;
        }

        /*----------  Page 404  ----------*/
            .error404 .slz-page-404 .subtitle {
                font-size: 25px;
            }

            .error404 .slz-page-404 .content-wrapper-404 img{
                width: 80%;
            }
    }

    @media screen and (max-width: 414px) {
        .post-navigation .nav-links .prev-post,
        .post-navigation .nav-links .next-post {
            width: auto;
            display: inline-block;
            text-align: center;
        }

        .post-navigation .nav-links .prev-post + .next-post {
            margin-top: 0px;
        }

        .comment .author-photo img {
            width: 50px;
            height: 50px;
        }
        .slz-blog-detail .post-navigation{
            margin-top: 15px;
        }
        .slz-post-footer .entry-meta + .slz-blog-author {
            margin-top: 30px;
        }
        .comments-area .comment-form-author,
        .comments-area .comment-form-email {
            width: 100%;
            padding: 0;
        }

        .comments-area .comment-form > div {
            margin-bottom: 15px;
        }
    }
    
    @media screen and (max-width: 380px) {

        .slz-content-column, .slz-sidebar-column {
            padding: 0 15px;
        }

        .comments-area .comment-author .fn,
        .comments-area .comment-list .reply {
            padding-left: 60px;
        }

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

        .comments-area p {
            margin-bottom: 0;
        }

        .comments-area table td,
        .comments-area table th {
            padding:2px 4px;
        }

        .slz-widget + .slz-widget {
            margin-top: 30px;
        }
    }

@media screen and (max-width:320px) {
    .error404 .slz-btn + .slz-btn {
        margin-left: 0;
    }

    .error404 .slz-page-404 .slz-btn.transparent {
        min-width: 185px;
    }

    .error404 .slz-page-404 .subtitle {
        font-size: 20px;
    }
}
/*=========  End of Responsive  =======*/

/* ===== WooCommerce & Plugin Specific Styles (from original style.css) ===== */

/* Selectbox style */
.woocommerce a.selectBox{
    background: #ffffff;
    min-width: 100px;
    margin-right: 10px;
    color: inherit;
}

.woocommerce a.selectBox,
.woocommerce a.selectBox:hover{
    border-bottom: 1px solid #bbb!important;
}

.woocommerce a.selectBox:hover{
    color: inherit;
}

.woocommerce a.selectBox:focus{
    border: 1px solid #ccc;
}

.selectBox-dropdown .selectBox-label{
    vertical-align: middle;
    padding: 3px 8px;
}

.selectBox-dropdown .selectBox-arrow{
    border: none;
    background: url(../images/jquery.selectBox-arrow.png) center right no-repeat;
}

.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow{
    background: url(../images/jquery.selectBox-arrow.png) center left no-repeat;
}

.selectBox-dropdown-menu{
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 5px;
    font-size: 80%;
}

.selectBox-label.public-visibility:before,
.selectBox-dropdown-menu li.public-visibility a:before{
    font-family: FontAwesome;
    display: inline-block;
    content: "\f0ac";
    margin-right: 5px;
}

.selectBox-label.shared-visibility:before,
.selectBox-dropdown-menu li.shared-visibility a:before{
    font-family: FontAwesome;
    display: inline-block;
    content: "\f0c1";
    margin-right: 5px;
}

.selectBox-label.private-visibility:before,
.selectBox-dropdown-menu li.private-visibility a:before{
    font-family: FontAwesome;
    display: inline-block;
    content: "\f023";
    margin-right: 5px;
}

.selectBox-dropdown-menu li a{
    color: inherit;
    padding: 5px 8px;
    border-radius: 3px;
}

.selectBox-dropdown-menu a:hover{
    color: inherit;
    text-decoration: none;
}

/* Wishlist table */
.woocommerce .wishlist_table td.product-add-to-cart a{
    display: block!important;
    margin: 0;
    margin-bottom: 5px;
    text-align: center;
}
.woocommerce .wishlist_table td.product-add-to-cart span.dateadded{
    display: block;
}

/* Popup add to wishlist */
.yith-wcwl-add-button a.open-pretty-photo{
    display: none;
}
.yes-js .yith-wcwl-add-button a.open-pretty-photo{
    display: inline-block;
}
.yes-js .yith-wcwl-popup{
    display: none;
    text-align: center;
}
.yes-js .yith-wcwl-popup-content{

}
.yes-js .yith-wcwl-popup-content{
    display: table;
    width: 100%;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-first-row{
    display: table-header-group;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-second-row{
    display: none;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container,
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb,
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new,
.yes-js .yith-wcwl-popup-content .yith-wcwl-visibility{
    display: table-cell;
    vertical-align: bottom;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container{
    width: 80%;
    padding-bottom: 20px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select,
.yes-js .yith-wcwl-popup-content .yith-wcwl-visibility select,
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new input{
    border: 1px solid #ccc;
    height: 35px;
    border-radius: 3px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select{
    width: 100%;
    font-weight: 700;
    padding-left: 10px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb{
    width: 20%;
    padding-bottom: 20px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb img{
    float: right;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new{
    text-align: right;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new label{
    font-weight: 700;
}
.yes-js .yith-wcwl-popup-content .yith-wcwl-visibility select{
    float: right;
    min-width: 90px;
}
.yes-js .yith-wcwl-popup-footer{
    border-top: 1px solid #CCC;
    padding: 20px 20px 0 20px;
    margin: 20px -20px 0;
    text-align: right;
}

/* Popup message */
#yith-wcwl-popup-message {
    background: white;
    border: 1px solid #CCC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 50px;
    padding: 15px;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    z-index: 10000; /* Thanks WP -.- */
}

/*Wishlist title form*/
.wishlist-title{
    display: inline-block;
}
.wishlist-title h2{
    display: inline-block;
    padding: 5px;
}
.wishlist-title.wishlist-title-with-form h2:hover{
    background: #efefef;
}
.wishlist-title a.show-title-form{
    cursor: pointer;
    visibility: hidden;
}
.wishlist-title:hover a.show-title-form{
    visibility: visible;
}
.yes-js #yith-wcwl-form .hidden-title-form{
    display: none;
    margin: 25px 0 39px;
}

/* Wishlist table template */

.woocommerce table.wishlist_table{
    font-size: 80%;
}

.woocommerce table.wishlist_table thead th{
    border-top: 1px solid;
    padding: 16px 12px;
}

.woocommerce table.wishlist_table tbody td{
    padding: 16px 12px;
}

.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td{
    border-color: #e7e7e7;
}

.wishlist_table tr td, .wishlist_table tr th.wishlist-delete, .wishlist_table tr th.product-checkbox { text-align: center; }
.wishlist_table tr th.product-checkbox { vertical-align: middle; width: 40px; }
.wishlist_table tr th.product-remove { vertical-align: middle; width: 40px; }
.wishlist_table tr th.product-thumbnail{ width: 80px; }
.wishlist_table tr td.product-thumbnail, .wishlist_table tr td.product-name, .wishlist_table tr td.wishlist-name, .wishlist_table tr td.wishlist-privacy, .woocommerce table.wishlist_table tfoot td { text-align: left; }
.woocommerce table.wishlist_table tr td.product-remove { padding: 16px 0 }
.wishlist_table tr td.product-thumbnail a { display: block; border: none; max-width: 80px; }
.wishlist_table tr td.product-thumbnail a img { width: 100%; }
.wishlist_table tr td.product-stock-status span.wishlist-in-stock { color: #297E29; }
.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock { color: #F00; }
.wishlist_table tr td a.button { white-space: normal; }

/* Wishlist buttons */
a.add_to_wishlist{
    cursor: pointer;
}

.summary .single_add_to_wishlist.button,
div.product .woocommerce-price-and-add .single_add_to_wishlist.button {
    margin: 0px;
}

.wishlist_table .add_to_cart.button{
    padding: 7px 12px;
    line-height: normal;
}

.yith-wcwl-add-to-wishlist {
    margin-top: 10px;
}

.yith-wcwl-add-button > a i,
.wishlist_table .add_to_cart.button i,
.wishlist_table .ask-an-estimate-button i,
.wishlist-title a.show-title-form i,
.hidden-title-form a.hide-title-form i,
.hidden-title-form button i,
.yith-wcwl-wishlist-new button i,
.wishlist_manage_table tfoot button.submit-wishlist-changes i,
.wishlist_manage_table tfoot a.create-new-wishlist i,
.yith-wcwl-wishlist-search-form button.wishlist-search-button i{
    margin-right: 10px;
}

.wishlist_table .add_to_cart.button,
.yith-wcwl-add-button a.add_to_wishlist,
.yith-wcwl-popup-button a.add_to_wishlist,
.wishlist_table a.ask-an-estimate-button,
.wishlist-title a.show-title-form,
.hidden-title-form a.hide-title-form,
.woocommerce .yith-wcwl-wishlist-new button,
.wishlist_manage_table a.create-new-wishlist,
.wishlist_manage_table button.submit-wishlist-changes,
.yith-wcwl-wishlist-search-form button.wishlist-search-button{
    margin: 0px;
    box-shadow: none;
    text-shadow: none;
    border-radius: 3px;
}

/* Wishlist title */
.woocommerce .wishlist-title h2{
    vertical-align: middle;
}

.woocommerce .wishlist-title a.show-title-form{
    vertical-align: middle;
    margin-left: 15px;
}

.woocommerce .hidden-title-form input[type="text"]{
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 35px;
    min-width: 250px;
    vertical-align: middle;
}

.woocommerce .hidden-title-form button{
    padding: 7px 24px;
    vertical-align: middle;
    border: none;
    position: relative;
}

.woocommerce .hidden-title-form button:active{
    top: 1px;
}

.woocommerce .hidden-title-form a.hide-title-form{
    vertical-align: middle;
    line-height: normal;
}

/* Remove buttons */
.woocommerce #content table.wishlist_table.cart a.remove{
    color: #c3c3c3;
    margin: 0 auto;
}

.woocommerce #content table.wishlist_table.cart a.remove:hover{
    background-color: #c3c3c3;
    color: #fff;
}

/* Share buttons */
.yith-wcwl-share{
    margin-bottom: 35px;
}

.yith-wcwl-share h4.yith-wcwl-share-title{
    margin: 10px 0;
}

.yith-wcwl-share ul {
    margin: 5px 0;
    padding: 0;
}

.yith-wcwl-share ul, .yith-wcwl-share li { height: 21px; }
.yith-wcwl-share li, .entry-content .yith-wcwl-share li { margin-left: 0px; margin-right: 0px; }

.yith-wcwl-share li a {
    background-position: left top;
    display: inline-block;
    width: 21px;
    height: 21px;
    border: none;
}

.yith-wcwl-share li a:hover { background-position: left bottom; }
.yith-wcwl-share li a.facebook { background-image: url(../images/facebook.png ); }
.yith-wcwl-share li a.twitter { background-image: url(../images/twitter.png ); }
.yith-wcwl-share li a.pinterest { background-image: url(../images/pinterest.jpg ); }
.yith-wcwl-share li a.googleplus { background-image: url(../images/googleplus.jpg ); }
.yith-wcwl-share li a.email { background-image: url(../images/email.jpg ); }

/* Ask an estimate button */
.woocommerce .wishlist_table.cart .ask-an-estimate-button,
.woocommerce .wishlist_table.cart #custom_add_to_cart{
    margin: 10px 0;
    display: inline-block;
}

.woocommerce .wishlist_table.cart .ask-an-estimate-button{
    padding: 7px 12px;
    line-height: normal;
}

#ask_an_estimate_popup{
    display: none;
}

.ask-an-estimate-button-popup{
    margin-top: 30px!important;
    float: right;
    text-transform: none;
}

#additional_notes{
    min-height: 150px;
}

/* Create new wishlist*/
.yith-wcwl-wishlist-new{
    padding: 20px 30px;
    border-bottom: 1px solid #e7e7e7;
}

.yith-wcwl-wishlist-new label{
    vertical-align: middle;
    margin-right: 20px;
}

.yith-wcwl-wishlist-new input{
    min-width: 190px;
}

.yith-wcwl-wishlist-new input[type="text"],
.yith-wcwl-wishlist-new select{
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 35px;
    vertical-align: middle;
    margin-right: 10px;
}

.woocommerce .yith-wcwl-wishlist-new button{
    padding: 7px 24px;
    vertical-align: middle;
    border: 1px solid;
    position: relative;
}

.woocommerce .yith-wcwl-wishlist-new button:active{
    top: 1px;
}

/* Manage wishlists */
.woocommerce .wishlist_manage_table select{
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 35px;
    vertical-align: middle;
    margin-right: 10px;
}

.woocommerce table.wishlist_manage_table tfoot td{
    text-align: right;
    padding: 24px 12px;
}

.woocommerce .wishlist_manage_table tfoot button.submit-wishlist-changes{
    padding: 7px 24px;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 3px;
    position: relative;
    line-height: normal;
}

.woocommerce .wishlist_manage_table tfoot button.submit-wishlist-changes:active{
    top: 1px;
}

.woocommerce .wishlist_manage_table tfoot a.create-new-wishlist{
    vertical-align: middle;
    line-height: normal;
    padding: 7px 24px;
}

/* Search wishlist */
.woocommerce .yith-wcwl-wishlist-search-form{
    padding: 20px 80px;
    border-bottom: 1px solid #e7e7e7;
}

.woocommerce .yith-wcwl-wishlist-search-form:after{
    content: '';
    display: block;
    clear: both;
}

.woocommerce .yith-wcwl-wishlist-search-form #wishlist_search{
    min-width: 300px;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 35px;
    vertical-align: middle;
    float: left;
}

.woocommerce .yith-wcwl-wishlist-search-form button.wishlist-search-button{
    padding: 7px 24px;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 3px;
    position: relative;
    line-height: normal;
    float: right;
}

.woocommerce p.yith-wcwl-empty-search-result{
    padding: 50px 0;
    text-align: center;
}

.woocommerce .yith-wcwl-wishlist-search-form button.wishlist-search-button:active{
    top: 1px;
}

.woocommerce ul.yith-wcwl-search-results,
.woocommerce ul.user-wishlists{
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce ul.yith-wcwl-search-results > li{
    padding: 50px 80px;
    border-bottom: 1px solid #e7e7e7;
}

.woocommerce ul.yith-wcwl-search-results > li:after{
    content: '';
    display: block;
    clear: both;
}

.woocommerce ul.yith-wcwl-search-results .thumb{
    float: left;
    margin-right: 15px;
}

.woocommerce ul.yith-wcwl-search-results .user-details{
    overflow: hidden;
    padding-top: 15px;
}

.woocommerce ul.yith-wcwl-search-results .user-details span{
    display: block;
}

.woocommerce ul.yith-wcwl-search-results .user-details span.name{
    font-weight: 700;
}

.woocommerce ul.yith-wcwl-search-results .reuslt-details{
    float: left;
    width: 50%;
}

.woocommerce ul.yith-wcwl-search-results .result-wishlists{
    float: right;
    max-width: 50%;
    padding-top: 15px;
}

.woocommerce .yith-wcwl-search-pagination{
    padding: 5px 0;
    text-align: center;
}

/* AJAX loading gif */
.yith-wcwl-add-to-wishlist .ajax-loading {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    display: inline !important;
    margin-left: 5px;
    vertical-align: middle;
    visibility: hidden;
    width: 16px !important;
    height: 16px !important;
}

/* Widget wishlist */
.widget_yith-wcwl-lists ul.dropdown li{
    padding: 0;
}

.widget_yith-wcwl-lists ul.dropdown > li a,
.widget_yith-wcwl-lists ul.dropdown ul.lists > li a{
    display: block;
    padding: 5px 15px;
}

.widget_yith-wcwl-lists ul.dropdown ul.lists > li a{
    padding: 5px 25px;
}

.widget_yith-wcwl-lists ul.dropdown > li.lists-section{
    border-bottom: 1px solid #e7e7e7;
}

.widget_yith-wcwl-lists ul.dropdown ul.lists{
    margin: 0;
}

/*=========  Page KONTAKT  =======*/

    .contact-img{
        overflow: hidden;
        text-align: center;
    }
    .contact-img > img{
        height: 17rem;

    }
    .contact-div{
        border: 1px solid blue;
    }
    .contact-div > .cd-up > h2{


        font-size: 32px;
        font-weight: 600;
        text-transform: capitalize;
        padding-top: 0px;
        font-family: 'Poppins', sans-serif;
        width: 100%;

    }
    .contact-div > .cd-up > span {
        font-size: 20px;
        font-family: 'Crimson Text', serif;
        color: #888888;
        font-style: italic;
        text-transform: initial;
        margin-top: 10px;
        line-height: 1.2;

    }
    .contact-osoby > div > .osoba > .osoba-img{
        /* border-radius: 50%;
         overflow: hidden;
         height: 10rem;
         width: 10rem;*/

        text-align: center;

    }
    .contact-osoby > div > .osoba > .osoba-img > img{
        width:12rem;
        height: auto;
        border-radius: 50%;
        padding-bottom: 15px;
    }
    .osoba-info{
        text-align: center;
    }
    .osoba-info > p{
        color: #333333;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        margin-bottom: 2px;
        text-align: center;
    }
    .osoba-info > .pop{
        color: #E86830;
        font-family: 'Crimson Text', serif;
        font-weight: 400;
        font-size: 16px;
        font-style: italic;
        width: 100%;

    }
    .osoba-info > .em{

        font-family: 'Source Sans Pro', sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8;
        color: #555555;
        font-style: normal;


    }

    .titulok{
        margin: 0;
        padding: 0px;
        font-size: 36px;
        font-weight: 700;
        color: #333333;
        position: relative;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
    }
    .titulok-group{
        margin-bottom: 84px;
    }
    .contact-osoby>div{
        height: 25rem;
        text-align: center;
    }
    .osoba-info{
        display: block;
    }
    .mapa>iframe{
        width: 100%;
        height: 23rem;
    }

/*=========  End page KONTAKT  =======*/

/*=========  Page NEWSLETER mailchimp =======*/

#mc_embed_signup form {
	text-align: center;
	padding: 10px 0 10px 0;
}
.mc-field-group {
	display: inline-block;
}
/* positions input field horizontally */
#mc_embed_signup input.email {
	font-size: 18px;
	border: 1px solid #ABB0B2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #343434;
	background-color: #fff;
	box-sizing: border-box;
	height: 54px;
	padding: 0px 0.4em;
	display: inline-block;
	margin: 0;
	width: 350px;
	vertical-align: top;
}
#mc_embed_signup label {
	display: block;
	font-size: 16px;
	padding-bottom: 10px;
	font-weight: bold;
}
#mc_embed_signup .clear {
	display: inline-block;
}
/* positions button horizontally in line with input */
#mc_embed_signup .button {
	background-color: #ec7c4c;
	border: 2px solid #ec7c4c;
	padding: 15px;
	color: #FFFFFF
}
#mc_embed_signup .button:hover {
	background-color: #EC9A39;
	cursor: pointer;
}
#mc_embed_signup div#mce-responses {
	float: left;
	top: -1.4em;
	padding: 0em .5em 0em .5em;
	overflow: hidden;
	width: 90%;
	margin: 0 5%;
	clear: both;
}
#mc_embed_signup div.response {
	margin: 1em 0;
	padding: 1em .5em .5em 0;
	font-weight: bold;
	float: left;
	top: -1.5em;
	z-index: 1;
	width: 80%;
}
#mc_embed_signup #mce-error-response {
	display: none;
}
#mc_embed_signup #mce-success-response {
	color: #529214;
	display: none;
}
#mc_embed_signup label.error {
	display: block;
	float: none;
	width: auto;
	margin-left: 1.05em;
	text-align: left;
	padding: .5em 0;
}
@media (max-width: 768px) {
#mc_embed_signup input.email {
	width: 100%;
	margin-bottom: 5px;
}
#mc_embed_signup .clear {
	display: block;
	width: 100%
}
#mc_embed_signup .button {
	width: 100%;
	margin: 0;
}
}

/*=========  End page NEWSLETER mailchimp =======*/

/* ==== zlúčené použité pravidlá z widgets.css ==== */

.slz-widget {
        margin-top: 50px;
    }

.slz-widget:first-child {
        margin-top: 0;
    }

.slz-widget .widget-title {
        display: block;
        margin-bottom: 30px;
    }

.slz-widget .widget-content {
        display: block;
    }

.slz-widget .widget-title.logo-title {
        min-height: 30px;
        border: none;
    }

.slz-widgets .slz-list-block > .item {
        margin-top: 0px;
    }

.slz-widget .slick-dots {
        bottom: -30px;
    }

.slz-widget .slick-dots li,
    .slz-widget.slz-gallery .slick-dots li {
        width: 20px;
        margin: 0;
        padding: 0;
    }

.slz-widget .slick-dots li button:before {
        font-size: 8px;
    }

.slz-widget .slz-template-01 .list-layout.column-1 .slz-block-item-01 .block-title {
        font-size: 16px;
    }

.slz-widget .social a {
        display: inline-block;
        vertical-align: top;
        color: #a9a9a9;
        margin: 0 25px 5px 0;
        font-size: 16px;
        line-height: 1.4;
        text-align: center;
    }

.slz-widget .social a:first-child {
        margin-left: 0;
    }

.slz-widget .social a:last-child {
        margin-right: 0;
    }

.slz-dark.slz-widgets a {
    color: #CDCDCD;
    }

.slz-widget .share-facebook:hover,
    .slz-footer-bottom .social .share-facebook:hover,
    .social-counter-title.facebook > .slz-icon {
        color: #3765a3;
    }

.slz-widget .share-twitter:hover,
    .slz-footer-bottom .social .share-twitter:hover,
    .social-counter-title.twitter > .slz-icon {
        color: #33ccff;
    }

.slz-widget .share-google-plus:hover,
    .slz-footer-bottom .social .share-google-plus:hover,
    .slz-widget .share-google:hover,
    .slz-footer-bottom .social .share-google:hover,
    .social-counter-title.google-plus > .slz-icon,
    .social-counter-title.google > .slz-icon {
        color: #dc4638;
    }

.slz-widget .share-skype:hover,
    .slz-footer-bottom .social .share-skype:hover,
    .social-counter-title.skype > .slz-icon {
        color: #00AFF0;
    }

.slz-widget .share-youtube:hover,
    .slz-footer-bottom .social .share-youtube:hover,
    .social-counter-title.youtube > .slz-icon {
        color: #E62117;
    }

.slz-widget .share-rss:hover,
    .slz-footer-bottom .social .share-rss:hover,
    .social-counter-title.rss > .slz-icon {
        color: #F36F24;
    }

.slz-widget .share-delicious:hover,
    .slz-footer-bottom .social .share-delicious:hover,
    .social-counter-title.delicious > .slz-icon {
        color: #2A96FF;
    }

.slz-widget .share-pinterest:hover,
    .slz-footer-bottom .social .share-pinterest:hover,
    .social-counter-title.pinterest > .slz-icon {
        color: #bd081c;
    }

.slz-widget .share-vimeo:hover,
    .slz-footer-bottom .social .share-vimeo:hover,
    .social-counter-title.vimeo > .slz-icon {
        color: #00ADEF;
    }

.slz-widget .share-flickr:hover,
    .slz-footer-bottom .social .share-flickr:hover,
    .social-counter-title.flickr > .slz-icon {
        color: #FF0084;
    }

.slz-widget .share-lastfm:hover,
    .slz-footer-bottom .social .share-lastfm:hover,
    .social-counter-title.lastfm > .slz-icon {
        color: #B90000;
    }

.slz-widget .share-linkedin:hover,
    .slz-footer-bottom .social .share-linkedin:hover,
    .social-counter-title.linkedin > .slz-icon {
        color: #0077B5;
    }

.slz-widget .share-tumblr:hover,
    .slz-footer-bottom .social .share-tumblr:hover,
    .social-counter-title.tumblr > .slz-icon {
        color: #36465D;
    }

.slz-widget .share-deviantart:hover,
    .slz-footer-bottom .social .share-deviantart:hover,
    .social-counter-title.deviantart > .slz-icon {
        color: #05CC47;
    }

.slz-widget .share-git:hover,
    .slz-footer-bottom .social .share-git:hover,
    .social-counter-title.git > .slz-icon {
        color: #F34F29;
    }

.slz-widget .share-instagram:hover,
    .slz-footer-bottom .social .share-instagram:hover,
    .social-counter-title.instagram > .slz-icon {
        color: #895A4D;
    }

.slz-widget .share-soundcloud:hover,
    .slz-footer-bottom .social .share-soundcloud:hover,
    .social-counter-title.soundcloud > .slz-icon {
        color: #FF5500;
    }

.slz-widget .share-stumbleupon:hover,
    .slz-footer-bottom .social .share-stumbleupon:hover,
    .social-counter-title.stumbleupon > .slz-icon {
        color: #EB4924;
    }

.slz-widget .share-behance:hover,
    .slz-footer-bottom .social .share-behance:hover,
    .social-counter-title.behance > .slz-icon {
        color: #005CFF;
    }

.slz-widget .share-tripadvisor:hover,
    .slz-footer-bottom .social .share-tripadvisor:hover,
    .social-counter-title.tripadvisor > .slz-icon {
        color: #589442;
    }

.slz-widget .share-vk:hover,
    .slz-footer-bottom .social .share-vk:hover,
    .social-counter-title.vk > .slz-icon {
        color: #507299;
    }

.slz-widget .share-foursquare:hover,
    .slz-footer-bottom .social .share-foursquare:hover,
    .social-counter-title.foursquare > .slz-icon {
        color: #F94877;
    }

.slz-widget .share-xing:hover,
    .slz-footer-bottom .social .share-xing:hover,
    .social-counter-title.xing > .slz-icon {
        color: #ADD000;
    }

.slz-widget .share-weibo:hover,
    .slz-footer-bottom .social .share-weibo:hover,
    .social-counter-title.weibo > .slz-icon {
        color: #E6162D;
    }

.slz-widget .share-odnoklassniki:hover,
    .slz-footer-bottom .social .share-odnoklassniki:hover,
    .social-counter-title.odnoklassniki > .slz-icon {
        color: #F58220;
    }

.slz-widget-about-us .slz-logo {
        left: 0;
        top: 50%;
        margin-bottom: 0;
        position: absolute;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

.slz-widget-about-us p {
        margin: 0 0 15px 0;
    }

.slz-widget-about-us p br {
        content: '';
        height: 15px;
        display: block;
    }

.slz-widget-about-us p:last-child {
        margin: 0;
    }

.slz-widget-about-us .widget-description + .social {
        margin-top: 15px;
    }

.slz-categories .link,
    .slz-categories2 .link,
    .slz-widget-categories .link,
    .slz-widget-categories2 .link,
    .slz-widget-custom-post .widget-content ul li a {
        display: block;
        color: #333333;
        padding-top: 17px;
        padding-bottom: 17px;
        font-size: 14px;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
    }

.slz-categories .link:first-child,
    .slz-categories2 .link:first-child,
    .slz-widget-categories .link:first-child,
    .slz-widget-categories2 .link:first-child,
    .slz-widget-custom-post .widget-content ul li:first-child a {
        padding-top: 0;
    }

.slz-categories .link:last-child,
    .slz-categories2 .link:last-child,
    .slz-widget-categories .link:last-child,
    .slz-widget-categories2 .link:last-child,
    .slz-widget-custom-post .widget-content ul li:last-child a {
        padding-bottom: 0;
    }

.slz-widget-custom-post .widget-content ul li {
        padding: 0;
        border-bottom: 0;
    }

.slz-categories .link + .link,
    .slz-categories2 .link + .link,
    .slz-widget-categories .link + .link,
    .slz-widget-categories2 .link + .link,
    .slz-widget-custom-post .widget-content ul li+li a {
        border-top: 1px solid rgba(0, 0, 0, 0.09);
    }

.slz-categories .link > .icons,
    .slz-categories2 .link > .icons,
    .slz-widget-categories .link > .icons,
    .slz-widget-categories2 .link > .icons {
        width: 18px;
        line-height: inherit;
        text-align: left;
        display: inline-block;
        vertical-align: top;
    }

.slz-categories .link > .text,
    .slz-categories2 .link > .text,
    .slz-widget-categories .link > .text,
    .slz-widget-categories2 .link > .text {
        display: inline;
        line-height: inherit;
        vertical-align: top;
    }

.slz-categories .link:hover,
    .slz-categories2 .link:hover,
    .slz-widget-categories .link:hover,
    .slz-widget-categories2 .link:hover,
    .slz-widget-custom-post .widget-content ul li a:hover {
        color: #E86830;
    }

.slz-categories .link > .icons {
        display: none;
    }

.slz-widget-contact-info .item {
        display: table;
        position: relative;
    }

.slz-widget-contact-info .item > .icons {
        display: table-cell;
        width: 30px;
        text-align: left;
    }

.slz-widget-contact-info .item > .contact-info {
        display: table-cell;
        vertical-align: top;
    }

.slz-widget-contact-info .item > .text {
        display: block;
        margin: 0;
    }

.slz-widget-contact-info .item .contact-info  .text {
        display: inline-block;
    }

.slz-widget-contact-info .item .contact-info  .text:after {
        content: "-";
        display: inline-block;
        margin-right: 5px;
        margin-left: 5px;
    }

.slz-widget-contact-info .item .contact-info  .text:last-child:after {
        content: none;
    }

.slz-widget-contact-info .item:first-child {
        margin-top: 0;
    }

.slz-widget-contact-info .item + .item {
        margin-top: 10px;
    }

.slz-widget-contact-info .item .icons {
        position: relative;
        line-height: 24px;
        left: 1px;
    }

.slz-widget-contact-form .wpcf7-submit:hover,
    .slz-widget .tnp-widget-minimal input.tnp-submit:hover {
        background-color: transparent;
        border-color: #E86830;
        color: #333333;
    }

.slz-carousel-photos .heading .title {
        padding: 40px 0;
        margin: 0;
        text-align: center;
        font-size: 16px;
        text-transform: uppercase;
        color: #213047;
        background-color: #f8f8f8;
        font-weight: 600;
        line-height: 1;
    }

.slz-widget-gallery-carousel .slz-carousel .item,
    .slz-carousel-photos .slz-carousel .item {
        padding: 0 5px;
    }

.slz-widget-post-slider .slz-carousel-wrapper .btn-prev .icons:before,
    .slz-widget-post-slider .slz-carousel-wrapper .btn-next .icons:before {
        content: none;
    }

.slz-widget-post-slider .btn-prev .text,
    .slz-widget-post-slider .btn-next .text {
        display: none;
    }

.slz-widget-send-mail .form-control,
    .slz-shortcode-send-mail .form-control,
    .woocommerce .slz-widget-send-mail .form-control,
    .woocommerce .slz-shortcode-send-mail .form-control {
        float: left;
        margin-right: 10px;
        width: calc(100% - 60px);
        height: 50px;
        line-height: 1;
        padding: 0 12px;
        resize: none;
        border: none;
        border: 2px solid #ededed;
        // border-bottom: 2px solid #5c201e;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        background-color: transparent;
        // background-color: #BB5427;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

.slz-widget-send-mail .form-control + button[type="submit"],
    .slz-shortcode-send-mail .form-control + button[type="submit"] {
        min-width: 1px;
        width: 50px;
        height: 50px;
        padding: 0;
        text-indent: -9999px;
        background-color: #e75652;
        border: 2px solid #e75652;
        position: relative;
        overflow: hidden;
    }

.slz-widget-send-mail .form-control + button[type="submit"]:before,
    .slz-shortcode-send-mail .form-control + button[type="submit"]:before {
        content: '\f1d8';
        font-family: 'FontAwesome';
        text-indent: 0;
        font-size: 14px;
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        text-indent: 0;
        transition: color 0.3s;
        -webkit-transition: color 0.3s;
    }

.slz-widget-send-mail .form-control + button[type="submit"]:hover:before,
    .slz-shortcode-send-mail .form-control + button[type="submit"]:hover:before {
        color: #333333;
    }

.slz-widget-send-mail .description {
        margin-bottom: 10px;
    }

.slz-widget-send-mail2 .form-control,
    .slz-shortcode-send-mail2 .form-control {
        display: table-cell;
        width: 100%;
        height: 40px;
        border-color: transparent;
        background-color: transparent;
        box-shadow: none;
        -webkit-box-shadow: none;
        position: relative;
        z-index: 2;
        margin-bottom: 0;
    }

.slz-widget .tnp-widget-minimal input.tnp-submit {
        color: #fff;
        display: inline-block;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 14px;
        text-transform: uppercase;
        border: 2px solid #E86830;
        background-color: #E86830;
        width: auto;
        padding: 9px 11px;
    }

.slz-widget .tnp-widget-minimal input.tnp-email {
        float: left;
        border: 2px solid #ededed;
        background-color: transparent;
        width: calc(100% - 115px);
        height: 40px;
        margin-right: 10px;
    }

.slz-widget-send-mail2 .input-group-button > .btn,
    .slz-shortcode-send-mail2 .btn {
        position: relative;
        font-size: 14px;
        height: 40px;
        z-index: 2;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        background-color: #E86830;
        border: 2px solid #E86830;
        color: #ffffff;
        transition: color 0.3s, background-color 0.3s;
        -webkit-transition: color 0.3s, background-color 0.3s;
    }

.slz-widget-send-mail2 .input-group-button > .btn:hover,
    .slz-shortcode-send-mail2 .btn:hover {
        color: #333333;
    }

.slz-widget-send-mail .form-control + button[type="submit"]:hover,
    .slz-shortcode-send-mail .form-control + button[type="submit"]:hover,
    .slz-widget-send-mail2 .input-group-button > .btn:hover,
    .slz-shortcode-send-mail2 .btn:hover {
        background-color: #ffffff;
    }

.slz-widget-send-mail2 .input-group-button > .btn:focus {
        outline: none;
    }

.slz-widget .block-info li {
        padding-top: 0;
        padding-bottom: 0;
    }

.slz-widget-portfolio .slz-block-item-03.portfolio-item .block-info .text,
    .slz-widget-portfolio .slz-block-item-03.portfolio-item .block-info .block-date {
        color: #E86830;
    }

.slz-widget-portfolio .slz-block-item-03.portfolio-item .block-info .title,
    .slz-widget-portfolio .slz-block-item-03.portfolio-item .block-info .author-label {
        color: #888888;
        padding-right: 5px;
    }

.col-md-8 .slz-widget-portfolio .slz-list-block.slz-column-1 > .item,
    .col-md-12 .slz-widget-portfolio .slz-list-block.slz-column-1 > .item {
        margin-top: 0;
    }

.slz-widget-portfolio .slz-list-block .item + .item .slz-block-item-03.portfolio-item {
        padding-top: 25px;
        margin-top: 30px;
        border-top: 1px solid rgba(0, 0, 0, 0.09);
    }

.slz-widget.slz-widget-gallery ul,
    .slz-widget.slz-gallery ul,
    .entry-content .slz-widget.slz-widget-gallery ul,
    .entry-content .slz-widget.slz-gallery ul {
        margin: 0 -5px;
        padding: 0;
        font-size: 0;
    }

.slz-widget.slz-widget-gallery ul li,
    .slz-widget.slz-gallery ul li {
        padding: 5px;
        width: 25%;
        display: inline-block;
        vertical-align: top;
    }

.slz-widget.slz-widget-gallery ul.three-column li,
    .slz-widget.slz-gallery ul.three-column li {
        width: 33.333%;
    }

.slz-widget .slz-new-tweet .list-news-tweet .recent-post {
        padding-left: 0;
        padding-right: 0;
    }

.slz-new-tweet .list-news-tweet .recent-post .post-info .title {
        display: block;
        margin: 0;
        font-size: 18px;
    }

.slz-new-tweet .list-news-tweet .recent-post .post-info .title .left-text {
        float: left;
        text-transform: capitalize;
        font-family: 'Poppins', sans-serif;
    }

.slz-new-tweet .list-news-tweet .recent-post .post-info .title .left-text .strongtext {
        font-weight: 600;
        color: #213047;
        padding-right: 10px;
    }

.slz-new-tweet .list-news-tweet .recent-post .post-info .title .left-text .text,
    .slz-new-tweet .list-news-tweet .recent-post .post-info .link {
        color: #1ea6d9;
        font-weight: 500;
        font-size: 16px;
    }

.slz-new-tweet .list-news-tweet .recent-post .post-info .title .right-text {
        float: right;
        font-family: 'Crimson Text', serif;
        font-style: italic;
        color: #E86830;
    }

.slz-widget-events .widget-content {
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    }

.slz-widget-events .slz-event-countdown-01 .block-image .event-desc .title {
        font-size: 18px;
        font-weight: 600;
        margin: 0;
        color: inherit;
        line-height: 1.2;
        text-transform: uppercase;
    }

.slz-wrapper-footer .text-c .slz-widget .widget-title, 
    .slz-wrapper-footer .text-c .slz-widget .title-widget {
        text-align: center;
    }

.slz-wrapper-footer .text-l .slz-widget .widget-title, 
    .slz-wrapper-footer .text-l .slz-widget .title-widget {
        text-align: left;
    }

.slz-wrapper-footer .text-r .slz-widget .widget-title, 
    .slz-wrapper-footer .text-r .slz-widget .title-widget {
        text-align: right;
    }

.slz-wrapper-footer .text-c .slz-widget-contact-info .item {
        margin-left: auto;
        margin-right: auto;
    }

.slz-wrapper-footer .text-r .slz-widget-contact-info .item {
        margin-left: auto;
        margin-right: 0;
    }

.slz-footer-top .widget_text .textwidget {
        font-size: 24px;
        font-weight: 600;
        padding-right: 15px;
    }

.slz-footer-top .slz-widget-send-mail .form-control,
    .slz-footer-top .slz-shortcode-send-mail .form-control,
    .woocommerce .slz-footer-top .slz-widget-send-mail .form-control,
    .woocommerce .slz-footer-top .slz-widget-send-mail2 .form-control,
    .woocommerce .slz-footer-top .slz-shortcode-send-mail .form-control,
    .woocommerce .slz-footer-top .slz-shortcode-send-mail2 .form-control,
    .slz-footer-top .slz-widget-send-mail2 .slz-input-group,
    .slz-footer-top .slz-shortcode-send-mail2 .slz-input-group {
        border-color: #E6726F;
    }

.slz-footer-top .slz-widget-send-mail .form-control,
    .slz-footer-top .slz-widget-send-mail2 .form-control,
    .slz-footer-top .slz-shortcode-send-mail .form-control,
    .slz-footer-top .slz-shortcode-send-mail2 .form-control,
    .woocommerce .slz-footer-top .slz-widget-send-mail .form-control,
    .woocommerce .slz-footer-top .slz-widget-send-mail2 .form-control,
    .woocommerce .slz-footer-top .slz-shortcode-send-mail .form-control,
    .woocommerce .slz-footer-top .slz-shortcode-send-mail2 .form-control {
        background-color: #BB5427;
    }

.slz-footer-top .slz-widget-send-mail2 .form-control,
    .slz-footer-top .slz-shortcode-send-mail2 .form-control {
        border-color: transparent;
    }

.slz-footer-top .slz-widget-send-mail .form-control + button[type="submit"]:hover,
    .slz-footer-top .slz-shortcode-send-mail .form-control + button[type="submit"]:hover,
    .slz-footer-top .slz-widget-send-mail2 .input-group-button > .btn:hover,
    .slz-footer-top .slz-shortcode-send-mail2 .btn:hover {
        border-color: #ffffff;
    }

.slz-footer-top .widget_slz_newsletter input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #cccccc;
    }

.slz-footer-top .widget_slz_newsletter input::-moz-placeholder { /* Firefox 19+ */
        color: #cccccc;
    }

.slz-footer-top .widget_slz_newsletter input:-ms-input-placeholder { /* IE 10+ */
        color: #cccccc;
    }

.slz-footer-top .widget_slz_newsletter input:-moz-placeholder { /* Firefox 18- */
        color: #cccccc;
    }

.slz-wrapper-footer .widget_search .search-form {
        padding: 10px;
    }

.slz-wrapper-footer .widget_search .search-submit {
        right: 30px;
    }

.slz-wrapper-footer.slz-dark .widget_search .search-form {
        padding: 0;
    }

.slz-wrapper-footer.slz-dark .widget_search .search-submit {
        right: 20px;
    }

.slz-wrapper-footer.slz-dark .slz-contact-form .cf7-holycross .cf7-form-control .form-control {
        border-color: #888888;
    }

.slz-wrapper-footer.slz-dark .block-info li .link .author-label,
    .slz-wrapper-footer.slz-dark .block-info li a,
    .slz-wrapper-footer.slz-dark .widget_meta ul li a,
    .slz-wrapper-footer.slz-dark .categories-list  li a,
    .slz-wrapper-footer.slz-dark .tags-list li a,
    .slz-wrapper-footer.slz-dark .slz-tag a,
    .slz-wrapper-footer.slz-dark .slz-widget-project .slz-block-item-03 .block-title,
    .slz-wrapper-footer.slz-widgets.slz-dark input,
    .slz-wrapper-footer.slz-widgets.slz-dark select,
    .slz-wrapper-footer.slz-widgets.slz-dark option,
    .slz-wrapper-footer.slz-dark .slz-contact-form .cf7-holycross .cf7-form-control label {
        color: #cdcdcd;
    }

.slz-wrapper-footer.slz-dark .slz-widget-post-block .main-layout .block-title,
    .slz-wrapper-footer.slz-dark .slz-widget:not(.slz-widget-post-slider) .slz-block-item-01 .block-title {
        color: #ffffff;
    }

.slz-wrapper-footer .slz-widget .social a,
    .slz-wrapper-footer .slz-widget-about-me .list-social-wrapper li a {
        margin: 0 15px 8px 0;
        background-color: transparent;
    }

.slz-wrapper-footer.slz-dark .slz-widget .social a i,
    .slz-wrapper-footer.slz-dark .slz-widget-about-me .list-social-wrapper li a i {
        color: #a0a0a0;
    }

.slz-wrapper-footer.slz-dark .slz-widget-contact-form .wpcf7-submit,
    .slz-wrapper-footer.slz-dark .slz-widget .tnp-widget-minimal input.tnp-submit,
    .slz-wrapper-footer.slz-dark .slz-widget-material-download .slz-btn,
    .slz-wrapper-footer.slz-dark .block-info li a .author-text {
        color: #fff;
    }

.slz-wrapper-footer.slz-dark .block-info li .link.date,
    .slz-wrapper-footer.slz-dark .list-layout .block-category,
    .slz-wrapper-footer.slz-dark .list-layout .block-info li a {
        color: #cdcdcd;
    }

.slz-wrapper-footer.slz-dark .block-info li a:hover,
    .slz-wrapper-footer.slz-dark .widget_meta ul li a:hover,
    .slz-wrapper-footer.slz-dark .categories-list  li a:hover,
    .slz-wrapper-footer.slz-dark .tags-list li a:hover,
    .slz-wrapper-footer.slz-dark .slz-tag a:hover,
    .slz-wrapper-footer.slz-dark .slz-widget-project .slz-block-item-03 .block-title:hover,
    .slz-wrapper-footer .slz-categories .link:hover > .text,
    .slz-wrapper-footer .slz-categories2 .link:hover > .text,
    .slz-wrapper-footer .slz-widget-categories .link:hover > .text,
    .slz-wrapper-footer .slz-widget-categories2 .link:hover > .text,
    .slz-wrapper-footer .slz-categories .link:hover,
    .slz-wrapper-footer .slz-categories2 .link:hover,
    .slz-wrapper-footer .slz-widget-categories .link:hover,
    .slz-wrapper-footer .slz-widget-categories2 .link:hover,
    .slz-wrapper-footer .slz-widget-custom-post .widget-content ul li a:hover,
    .slz-wrapper-footer .slz-widget-recent-post .meta-info .link .author-text:hover,
    .slz-wrapper-footer .slz-widget-recent-post .meta-info .link:hover,
    .slz-wrapper-footer .slz-widget-recent-post .meta-info .link:focus,
    .slz-wrapper-footer.slz-dark .block-info li .link.date:hover,
    .slz-wrapper-footer.slz-dark .list-layout .block-category:hover,
    .slz-wrapper-footer.slz-dark .list-layout .block-info li a:hover,
    .slz-wrapper-footer.slz-dark .block-info li a .author-text:hover,
    .slz-wrapper-footer.slz-dark .slz-widget-causes .slz-block-item-06.style-1 .block-content .block-title:hover,
    .slz-wrapper-footer.slz-dark .slz-categories .link:hover,
    .slz-wrapper-footer.slz-dark .slz-categories2 .link:hover,
    .slz-wrapper-footer.slz-dark .slz-widget-categories .link:hover,
    .slz-wrapper-footer.slz-dark .slz-widget-categories2 .link:hover,
    .slz-wrapper-footer.slz-dark .slz-widget-custom-post .widget-content ul li a:hover,
    .slz-wrapper-footer.slz-dark .slz-widget-recent-post .meta-info .link .author-text:hover,
    .slz-wrapper-footer.slz-dark .slz-widget-post-block .meta-info .link .author-text:hover,
    .slz-wrapper-footer.slz-dark .slz-widget-recent-post .meta-info .link:hover,
    .slz-wrapper-footer.slz-dark .slz-widget-recent-post .meta-info.time .link:hover,
    .slz-wrapper-footer.slz-dark .slz-widget-causes .slz-block-item-06.style-1 .block-content .block-title:hover,
    .slz-wrapper-footer.slz-dark .slz-widget-recent-post .media-heading:hover {
        color: #E86830;
    }

.slz-wrapper-footer.slz-dark .slz-categories .link,
    .slz-wrapper-footer.slz-dark .slz-categories2 .link,
    .slz-wrapper-footer.slz-dark .slz-widget-categories .link,
    .slz-wrapper-footer.slz-dark .slz-widget-categories2 .link,
    .slz-wrapper-footer.slz-dark .slz-widget-custom-post .widget-content ul li a,
    .slz-wrapper-footer .slz-categories .link > .icons,
    .slz-wrapper-footer .slz-categories2 .link > .icons,
    .slz-wrapper-footer .slz-widget-categories .link > .icons,
    .slz-wrapper-footer .slz-widget-categories2 .link > .icons,
    .slz-wrapper-footer .slz-categories2 .link > .label-right,
    .slz-wrapper-footer .slz-widget-categories2 .link > .label-right,
    .slz-wrapper-footer .social-counter-title > .slz-icon i {
        color: inherit;
    }

.slz-wrapper-footer.slz-dark .slz-widget-recent-post .meta-info .link .author-text,
    .slz-wrapper-footer.slz-dark .slz-widget-post-block .meta-info .link .author-text,
    .slz-wrapper-footer.slz-dark .slz-widget-recent-post .meta-info .link,
    .slz-wrapper-footer.slz-dark .slz-widget-recent-post .meta-info.time .link,
    .slz-wrapper-footer.slz-dark .slz-widget-causes .slz-block-item-06.style-1 .block-content .block-title,
    .slz-wrapper-footer.slz-dark .slz-widget-recent-post .media-heading {
        color: #ffffff;
    }

.slz-wrapper-footer.slz-dark .slz-template-01 .list-layout .slz-block-item-01,
    .slz-wrapper-footer.slz-dark .slz-block-item-06 {
        background-color: transparent;
    }

.slz-wrapper-footer .slz-categories .link + .link, .slz-categories2 .link + .link,
    .slz-wrapper-footer .slz-widget-categories .link + .link, .slz-widget-categories2 .link + .link,
    .slz-wrapper-footer .slz-widget-custom-post .widget-content ul li+li a,
    .slz-wrapper-footer .slz-widget-recent-post .media {
        border-top: 1px solid rgba(0, 0, 0, 0.09);
    }

.slz-wrapper-footer.slz-dark .slz-event-countdown-01 .coming-soon {
        background-color: #fafafa;
    }

.slz-dark .widget_nav_menu ul li a {
        color: #CDCDCD;
    }

.slz-wrapper-footer.slz-dark .slz-widget-contact-info .item > .contact-info a {
        color: #cdcdcd;
    }

.slz-wrapper-footer .widget_nav_menu .menu-footer-menu-container .menu {
        margin-top: -10px;
        margin-bottom: 0;
    }

.slz-wrapper-footer .widget_nav_menu .menu-footer-menu-container .menu li {
        width: calc(50% - 3px);
        display: inline-block;
        vertical-align: top;
        padding: 0;
        border-bottom: 0;
    }

.slz-wrapper-footer .widget_nav_menu .menu-footer-menu-container .menu li a {
        padding: 5px 15px 5px 25px;
        position: relative;
        display: block;
    }

.slz-wrapper-footer.slz-dark .widget_nav_menu .menu-footer-menu-container .menu li a {
        color: #cdcdcd;
    }

.slz-wrapper-footer .widget_nav_menu .menu-footer-menu-container .menu li a:before {
        content: '\f105';
        font-family: 'FontAwesome';
        font-size: 14px;
        color: #E86830;
        position: absolute;
        top: 10px;
        left: 0;
    }

.slz-wrapper-footer.slz-dark .slz-widget-contact-info .item .icons,
    .slz-wrapper-footer.slz-dark .slz-widget-contact-info .item > .contact-info a:hover,
    .slz-wrapper-footer .widget_nav_menu .menu-footer-menu-container .menu li a:hover {
        color: #E86830;
    }

.slz-wrapper-footer .slz-widget-about-us .logo-title .slz-logo {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        -webkit-transform: none;
    }

.slz-wrapper-footer.slz-widgets .widget-title,
    .slz-wrapper-footer.slz-widgets .title-widget {
        font-size: 18px;
        margin-bottom: 35px;
    }

.slz-wrapper-footer .slz-name {
        font-size: 14px;
    }

.slz-wrapper-footer.slz-dark .slz-name {
        color: #7c7c7c;
    }

.widget_nav_menu .sub-menu:not(.mega-menu-row) .menu-item > .sub-menu {
        transform: none;
        -webkit-transform: none;
        pointer-events: auto;
    }

.slz-widget-event-search .slz-event-search .form-group {
        padding-left: 0;
        padding-right: 0;
        display: block;
    }

.slz-widget-event-search .slz-event-search .form-control {
        font-size: 14px;
        font-family: 'Source Sans Pro', sans-serif;
    }

.slz-widget-event-search .slz-event-search .form-group.date,
    .slz-widget-event-search .slz-event-search .form-group.events {
        width: auto;
    }

.slz-widget-event-search .slz-event-search .form-group.submit {
        margin-top: 30px;
        margin-bottom: 0;
    }

.slz-widget-event-search .slz-event-search.slz-event-search .title {
        font-family: 'Source Sans Pro', sans-serif;
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        color: #333333;
        margin-bottom: 15px;
        line-height: 1;
    }

@media (max-width: 767px) {
	.slz-new-tweet .list-news-tweet .recent-post .post-info .title .right-text {
            float: none;
        }
}


/* ==== zlúčené z footer.css ==== */

/*default*/


/*end*/

/*header*/
.slz-main-menu-mobile{
    background-color: #E86830;
}

.slz-header-sticky>.container>.slz-logo-wrapper>.ezofit-main-nav-href{

    display: none;
}
.slz-logo-wrapper{
    padding: 0;
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    .slz-header-sticky>.container>.slz-logo-wrapper>.ezofit-main-nav-href{
        color: #E86830;
        display: block;
    }
}
/*end*/
.slz-widgets. .widget-title, .slz-widgets .title-widget{
    color: red;
}
.slz-widget-contact-info .item .contact-info .text{
    color: #1B2125;
}
.slz-wrapper-footer .slz-widget-contact-info .item > .contact-info a{
    color: #1B2125;
}
.slz-wrapper-footer .widget_nav_menu .menu-footer-menu-container .menu li a{
    color: #1B2125;
}
.slz-widget-contact-info .item .icons{
    color: #E86830;
}
.slz-footer-main{
    background-color: white;!important;
}




@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,400i&display=swap');


  
  .footer-quote{
      background-color: #F5F4F4;
      background-repeat: no-repeat;
      text-align: center;
      background-size: cover;
      background-position: center center;
      background-image: url('/assets/img/quote-bg.png');
  }
a>img.fot-logo{
    height: 15rem;width: auto;
}
.blockquote-01{
    font-size: 36px;
    font-style: italic;
    font-weight: 500;
    background: #F5F4F4;
    border-left: none;
    padding: 80px 0px;
    position: relative;
    font-family: 'Crimson Text', serif;
    text-align: center;
    color:#333333;
    display: block;
}

.blockquote-01 cite{
    font-size: 24px;
    color: #E86830;
    width: 100%;
    display: block;
    font-weight: 500;
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    .blockquote-01{
        font-size: 18px;
        font-style: italic;
        font-weight: 500;
        background: #F5F4F4;
        border-left: none;
        padding: 40px 0px;
        position: relative;
        font-family: 'Crimson Text', serif;
        text-align: center;
        color:#333333;
        display: block;
    }
    .blockquote-01 cite{
        font-size: 15px;
        color: #E86830;
        width: 100%;
        display: block;
        font-weight: 500;
    }
    a>img.fot-logo{
        width: 55rem;
        height: auto;
        margin: 0;
        padding: 5rem;
    }
    .dolne-logo{

        text-align: center;
    }
    .dolne-logo a{

        width: 100%;
    }
    .dolne-logo a img{



    }
    .slz-footer-main.main-fot{
        padding-top: 0;
    }
    .col-md-4.col-sm-6.obrzk{
        padding-bottom: 0;
    }
    .widget-title.title-widget.logo-title.dolne-logo.text-center{
        margin-bottom: 0;
    }
    .col-md-4.col-sm-6.kntk{
        margin-top: 0;
    }
}

  
  .fb-banners{
      margin-top: 5rem;
  }
