/*
Theme Name: EduChain
Theme URI: https://educhain.rubikthemes.com/
Author: Rubik Themes
Author URI: https://themeforest.net/user/therubikthemes
Description: EduChain - LMS WordPress Theme
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, post-formats, theme-options, translation-ready
Text Domain: educhain

*/

/**
 *
 *  STYLE FOR THEME UNIT TEST
 *
 *
 *  [Table of contents]
 *
 *  [&. Content / #key]
 *  [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
 *
 *  Summary:
 *
 *
 *  0. RESET CSS
 *
 *  1. SLZ CLASS DEFAULT
 *
 *  2. WIDGETS
 *    - 2.1. Widget General
 *    - 2.2. Table
 *    - 2.3. Style Widget
 *    - 2.4. Widget Search
 *    - 2.5. Select
 *    - 2.6. Widget Calendar
 *    - 2.7. Widget Entries + Recent Comments + Archive
 *    - 2.8. Widget Categories + Pages + Nav Menu
 *    - 2.9. Widget Pages
 *    - 2.10. Widget Nav Menu
 *    - 2.11. Widget Meta, Tags, Meta-categories
 *    - 2.12. Meta Tag, Meta Categories
 *    - 2.13. Gallery
 *    - 2.14. Sticky
 *    - 2.15. Widget Tag Cloud
 *
 *  3. ENTRY CONTENT
 *
 *  4. COMMENT FORM
 *
 *  5. BLOG ITEM
 *
 *  6. BLOG DETAIL
 *
 *  7. TITLE COMMAND
 *
 *  8. BTN BACK TO TOP
 *
 *  9. PAGE 404
 *
 *
 *  Responsive
 *
 *
 *
 */

/*======================================
=            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 {
    padding: 0;
    height: 100%;
    margin: 0 auto;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body {
    height: auto;
    color: #233142;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5556;
    word-wrap: break-word;
    background-color: #fff;
    font-family: 'Lato', sans-serif;
}

header,
nav,
body,
section,
article,
aside,
footer,
address,
group {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
dl,
dt,
dd,
table,
tr,
td,
form {
    margin: 0;
    padding: 0;
}

dd,
dt {
    line-height: 1.5556;
}

ul,
li {
    list-style-position: outside;
    list-style-type: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

strong,
b {
    font-weight: 700;
}

a {
    color: #28313b;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
a:active,
a:focus {
    color: #8dd64f;
    outline: 0;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    clear: both;
    color: #28313b;
    line-height: 1.1;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-top: 24px;
    margin-bottom: 16px;
    letter-spacing: 0.6px;
}

h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-top: 24px;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

h3 {
    font-size: 28px;
    line-height: 1.2;
    margin-top: 24px;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

h4 {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 8px;
    margin-bottom: 16px;
    letter-spacing: 0.4px;
}

h5 {
    font-size: 18px;
    line-height: 1.44;
    margin-top: 8px;
    margin-bottom: 16px;
    letter-spacing: 0.3px;
}

h6 {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 16px;
    letter-spacing: 0.3px;
}

address {
    font-style: italic;
    margin: 0 0 28px;
    line-height: 1.5556;
}

abbr[title] {
    text-decoration: none;
    border-bottom: 1px dotted;
}

acronym[title] {
    text-decoration: none;
    border-bottom: 1px dotted;
}

dfn {
    font-style: italic;
}

mark {
    background: #fafafa;
    color: #000;
}

p {
    margin: 0 0 28px;
    letter-spacing: 0.2px;
}

p:empty {
    display: none;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 24px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: monospace;
}

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 28px;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 0 28px;
}

menu,
ol,
ul {
    margin: 0px 0 16px;
    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;
}

li > ul,
li > ol {
    margin: 0;
}

big {
    font-size: larger;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #28313B;
    background-color: #fafafa;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    -webkit-border-radius: 3px;
    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 {
    margin: 0 2px;
    min-width: inherit;
    border: 1px solid #f0f0f0;
    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 {
    overflow: auto;
    vertical-align: top;
}

table {
    width: 100%;
    font-size: 16px;
    margin: 0 0 28px;
    border-spacing: 0;
    border-collapse: collapse;
    border-bottom: 1px solid #f0f0f0;
}

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 #f0f0f0;
}

table {
    width: 100%;
}

table th {
    text-align: left;
    padding: 8px 16px;
    border: 1px solid #f0f0f0;
}

table td {
    padding: 8px 16px;
    border: 1px solid #f0f0f0;
}

/*=========  End of RESET CSS  ========*/

/*============================================
=            1. SLZ CLASS DEFAULT            =
============================================*/

.body-wrapper {
    position: relative;
    overflow: hidden;
}

.slz-widgets h4.slz_widget-heading {
    font-size: 30px;
}

.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-bottom-100 {
    padding-bottom: 100px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.slz-list-block {
    font-size: 0;
    margin: 0 -15px;
}

.slz-list-block > .item {
    font-size: 18px;
    padding: 0 15px;
    margin-top: 30px;
    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-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%;
}

.slz_text-default {
    color: #8dd64f;
}
.slz_text-overlay {
    color: #8dd64f;
    opacity: 0.8;
}
.slz_bg-default {
    background-color: #8dd64f;
}

.slz_bg-overlay {
    z-index: 1;
    position: relative;
}

.slz_bg-overlay:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.8;
    position: absolute;
    display: block !important;
    background-color: #8dd64f;
}

/*=========  End of Slz class default  =====*/

/*=======================================
=            2. WIDGETS                 =
=======================================*/

/*----------  2.1. Widget General  ----------*/
.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-weight: 400;
    font-style: italic;
    color: #7a7a7a;
}

.bypostauthor {
    font-weight: 400;
}

/*----------  2.2. Table  ----------*/
.slz-widgets,
.slz-widget {
    font-size: 16px;
}

.slz-widgets a {
    text-decoration: none;
}

.slz-widgets a:focus {
    outline: none;
}

.slz-widgets a:active,
.slz-widgets a:hover {
    outline: 0;
}

.slz-widgets h1,
.slz-widgets h2,
.slz-widgets h3,
.slz-widgets h4,
.slz-widgets h5,
.slz-widgets h6 {
    clear: both;
    margin: 0;
    line-height: 1.1;
    font-weight: 700;
}

.slz-widgets h1 {
    font-size: 48px;
    margin-top: 16px;
    margin-bottom: 8px;
}

.slz-widgets h2 {
    font-size: 36px;
    margin-top: 16px;
    margin-bottom: 8px;
}

.slz-widgets h3 {
    font-size: 28px;
    margin-top: 16px;
    margin-bottom: 8px;
}

.slz-widgets h4 {
    font-size: 24px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.slz-widgets h5 {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.slz-widgets h6 {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.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 {
    color: #000;
    background-color: #ff0;
}

.slz-widgets p {
    margin: 0 0 16px;
}

.slz-widgets code,
.slz-widgets kbd,
.slz-widgets pre,
.slz-widgets samp {
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    font-family: monospace, serif;
}

.slz-widgets pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace, serif;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    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 ul {
    list-style-type: none;
}

.slz-widgets ul ul,
.slz-widgets ol ul {
    list-style-type: none;
}

.slz-widgets nav ul,
.slz-widgets nav ol {
    list-style: 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: #8dd64f;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #f9f2f4;
}

.slz-widgets kbd {
    color: #fff;
    font-size: 90%;
    padding: 2px 4px;
    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 {
    margin: 0 2px;
    min-width: inherit;
    border: 1px solid #c0c0c0;
    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 {
    width: 100%;
    line-height: 2;
    font-size: 14px;
    margin: 0 0 20px;
    border-spacing: 0;
    border-collapse: collapse;
    border-bottom: 1px solid #f0f0f0;
}

.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: 700;
    text-transform: uppercase;
}

.slz-widgets td {
    padding: 6px 10px 6px 0;
    border-top: 1px solid #f0f0f0;
}

.slz-widgets del {
    color: #333;
}

.slz-widgets ins {
    text-decoration: none;
    background-color: #fff9c0;
}

.slz-widgets hr {
    border: 0;
    height: 1px;
    margin: 0 0 24px;
    background-size: 4px 4px;
    border-top: 1px solid #eee;
}

.slz-widgets table {
    width: 100%;
}

.slz-widgets table th {
    text-align: left;
    padding: 2px 8px;
    border: 1px solid #f0f0f0;
}

.slz-widgets table td {
    padding: 2px 8px;
    border: 1px solid #f0f0f0;
}

.slz-widgets table .odd td {
    background-color: #fcfcfc;
}

/*----------  2.3. Style Widget   ----------*/
.slz-widget + .slz-widget {
    margin-top: 50px;
}

.slz-widget .widget-title,
.slz-widget .title-widget {
    color: #333146;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.55556;
    padding-bottom: 5px;
    margin-bottom: 35px;
    border-bottom: 2px solid #dadfea;
    letter-spacing: 0.2px;
    font-family: 'Montserrat', sans-serif;
}

.entry-content .slz-widget ul,
.slz-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.slz-widget ul > li {
    padding: 10px 0;
}

.slz-widget ul > li:first-child {
    padding-top: 0;
}

.slz-widget > ul .children {
    padding-left: 30px;
}

.slz-widgets.slz-dark .slz-footer-main {
    background-color: #28313b;
}

.slz-widgets.slz-dark {
    color: #858585;
}

.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: #cecece;
}

/*----------  2.4. Widget Search  ----------*/
.widget_search {
    position: relative;
}

.widget_search .search-form {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.widget_search .search-form > label {
    display: block;
    width: 100%;
}

.widget_search .screen-reader-text {
    display: block;
    margin-bottom: 15px;
}

.widget_search .search-form .search-field {
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    padding: 20px;
    padding-right: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    border: 2px solid #dadfea;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.widget_search .search-field:focus,
.widget_search .search-field:active {
    border-color: #8dd64f;
}

.widget_search .search-field::-webkit-input-placeholder {
    color: #bbb;
}

.widget_search .search-field::-moz-placeholder {
    color: #bbb;
}

.widget_search .search-field:-ms-input-placeholder {
    color: #bbb;
}

.widget_search .search-field:-moz-placeholder {
    color: #bbb;
}

.widget_search .search-submit {
    position: absolute;
    right: 15px;
    top: 50%;
    color: #333146;
    border: none;
    font-size: 0;
    background-color: transparent;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.widget_search .search-submit:before {
    content: '\f4a4';
    font-size: 36px;
    font-family: 'Ionicons';
}

.widget_search .search-submit:hover {
    color: #8dd64f;
}

/*----------  2.5. Select  ----------*/
.slz-widget select {
    color: #666c72;
    height: 50px;
    width: 100%;
    font-weight: 600;
    padding: 0 16px;
    font-size: 14px;
    line-height: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    vertical-align: top;
    display: inline-block;
    border: 1px solid #d8dade;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUFEQ0JFODE5NDM4MTFFNjk1MjlGMjJCMTE5MEY4MjIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUFEQ0JFODI5NDM4MTFFNjk1MjlGMjJCMTE5MEY4MjIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFQURDQkU3Rjk0MzgxMUU2OTUyOUYyMkIxMTkwRjgyMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFQURDQkU4MDk0MzgxMUU2OTUyOUYyMkIxMTkwRjgyMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Psti2TwAAAA3SURBVHjaYmBgYCgC4i9Q/AkNw8RBahiYgbgZiP/jwM1QNXDQgEVRAwMO0ECMIhhogWIUABBgALYFGIUw/br1AAAAAElFTkSuQmCC') no-repeat;
    background-position: calc(100% - 15px) center;
}

.slz-widget select option {
    width: 100%;
}

.slz-widget select:focus {
    border: 1px solid #8dd64f;
}

.slz-widget .screen-reader-text {
    display: none;
}

.widget_rss .rsswidget {
    font-weight: 600;
    font-size: 16px;
    display: block;
    color: #28313b;
    margin-bottom: 4px;
    font-family: 'Montserrat', sans-serif;
}

.widget_rss .rsswidget:hover {
    color: #8dd64f;
}

.widget_rss .rsswidget .rss-widget-icon {
    margin-right: 0;
}

.widget_rss .title-widget .rsswidget {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 0;
}

.widget_rss .rss-date {
    font-size: 14px;
    font-weight: 400;
    color: #6f6e72;
    margin-bottom: 8px;
    display: block;
    font-family: 'Montserrat', sans-serif;
}

.widget_rss .rssSummary {
    font-size: 16px;
    margin-bottom: 10px;
}

.widget_rss ul li {
    margin-bottom: 32px;
    padding-top: 0;
    padding-bottom: 0;
}

/*----------  2.6. Widget Calendar  ----------*/
.widget_calendar .block-title {
    margin-bottom: 17px;
}

.widget_calendar .calendar_wrap {
    padding: 0 10px;
    border: 2px solid #dadfea;
}

.widget_calendar .calendar_wrap caption {
    margin: 0;
    color: #333146;
    font-size: 14px;
    line-height: 1.44;
    border-bottom: 0;
    font-weight: 600;
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

.widget_calendar .calendar_wrap table {
    border: 0;
    width: 100%;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.widget_calendar .calendar_wrap table th {
    border: 0;
    padding: 0;
    font-size: 12px;
    text-align: center;
}

.widget_calendar .calendar_wrap table tr td {
    border: 0;
    width: 48px;
    height: 48px;
    padding: 0;
    color: #6f6e72;
    font-weight: 500;
}

.widget_calendar .calendar_wrap table tbody td a {
    color: #6f6e72;
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.widget_calendar .calendar_wrap table tbody td a:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 7px;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #8dd64f;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    -webkit-transition: bottom 0.2s ease 0.3s, transform 0.2s ease 0.3s, width 0.3s ease, height 0.3s ease, box-shadow 0.3s ease;
    -moz-transition: bottom 0.2s ease 0.3s, transform 0.2s ease 0.3s, width 0.3s ease, height 0.3s ease, box-shadow 0.3s ease;
    transition: bottom 0.2s ease 0.3s, transform 0.2s ease 0.3s, width 0.3s ease, height 0.3s ease, box-shadow 0.3s ease;
}

.widget_calendar .calendar_wrap table tbody td a:hover {
    color: #fff;
}

.widget_calendar .calendar_wrap table tbody td a:hover:before {
    bottom: 50%;
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    -webkit-box-shadow: 3px 7px 15px 0 rgba(51, 49, 70, 0.3);
    -moz-box-shadow: 3px 7px 15px 0 rgba(51, 49, 70, 0.3);
    box-shadow: 3px 7px 15px 0 rgba(51, 49, 70, 0.3);
    -webkit-transition: bottom 0.2s ease, transform 0.2s ease, width 0.3s ease 0.3s, height 0.3s ease 0.3s, box-shadow 0.3s ease 0.3s;
    -moz-transition: bottom 0.2s ease, transform 0.2s ease, width 0.3s ease 0.3s, height 0.3s ease 0.3s, box-shadow 0.3s ease 0.3s;
    transition: bottom 0.2s ease, transform 0.2s ease, width 0.3s ease 0.3s, height 0.3s ease 0.3s, box-shadow 0.3s ease 0.3s;
}

.widget_calendar #today {
    color: #fff;
    font-weight: 700;
    /*background-color: #8dd64f;
            box-shadow: 3px 7px 15px 0 rgba(51, 49, 70, 0.3);
            -moz-box-shadow: 3px 7px 15px 0 rgba(51, 49, 70, 0.3);
            -webkit-box-shadow: 3px 7px 15px 0 rgba(51, 49, 70, 0.3);*/
}

.widget_calendar #today a {
    color: #fff;
}

.widget_calendar thead tr {
    line-height: 60px;
}

.widget_calendar tfoot td a {
    color: #8dd64f;
}

.widget_calendar tfoot td a:hover {
    color: #28313b;
}

.widget_calendar .calendar_wrap table tbody tr td {
    position: relative;
    height: auto;
}

.widget_calendar .calendar_wrap table tbody tr td.pad:after {
    padding-top: 0;
}

.widget_calendar .calendar_wrap table tbody tr td:after {
    content: '';
    display: block;
    padding-top: 100%;
}

.widget_calendar .calendar_wrap table tbody tr td .content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.widget_calendar .calendar_wrap table tbody tr td#today .content {
    background-color: #8dd64f;
    -webkit-box-shadow: 3px 7px 15px 0 rgba(51, 49, 70, .3);
    -moz-box-shadow: 3px 7px 15px 0 rgba(51, 49, 70, .3);
    box-shadow: 3px 7px 15px 0 rgba(51, 49, 70, .3);
}

/*----------  2.7. Widget Entries + Recent Comments + Archive ----------*/
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_archive ul li {
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.slz-widget.widget_archive_entries ul > li:first-child,
.slz-widget.widget_archive_comments ul > li:first-child,
.slz-widget.widget_archive ul > li:first-child {
    padding-top: 10px;
}

.widget_recent_entries ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_archive ul li:last-child {
    margin-bottom: 0;
}

.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_archive ul li a {
    color: #28313b;
    font-weight: 600;
}

.widget_recent_entries ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_archive ul li a:hover {
    color: #8dd64f;
}

.widget_recent_entries ul li .post-date,
.widget_archive ul li .post-date {
    display: block;
    color: #666c72;
}

.widget_recent_comments ul li a {
    font-weight: 600;
}

.widget_archive ul li {
    z-index: 1;
    padding-left: 0;
    text-align: right;
    position: relative;
}

.widget_archive ul li:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #8dd64f;
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.widget_archive ul li:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #f6f6f6);
    background-image: -o-linear-gradient(180deg, rgba(255, 255, 255, 0), #f6f6f6);
    background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0), #f6f6f6);
    background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0), #f6f6f6);
}

.widget_archive ul li a {
    float: left;
}

.widget_archive ul li:hover {
    padding-left: 20px;
}

.widget_archive ul li:hover:before {
    width: 6px;
}

.widget_archive ul li:hover:after {
    width: 50%;
}

/*----------  2.8. Widget Categories + Pages + Nav Menu ----------*/
.widget_categories ul li,
.widget_pages ul li,
.widget_nav_menu ul li {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding: 10px 16px 10px 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.widget_categories ul li:last-child,
.widget_pages ul li:last-child,
.widget_nav_menu ul li:last-child {
    margin-bottom: 0;
}

.widget_categories ul li a,
.widget_pages ul li a,
.widget_nav_menu ul li a {
    color: #28313b;
    font-weight: 400;
}

.widget_pages ul li a,
.widget_nav_menu ul li a {
    font-weight: 400;
}

.widget_categories ul li a:hover,
.widget_pages ul li a:hover,
.widget_nav_menu ul li a:hover {
    color: #8dd64f;
}

.widget_categories ul li .children,
.widget_pages ul li .children,
.widget_nav_menu ul li .sub-menu {
    padding-top: 3px;
}

.widget_categories ul li .children li,
.widget_pages ul li .children li,
.widget_nav_menu ul li .sub-menu li {
    padding: 7px 0 0;
}

.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 .children li .children,
.widget_pages ul li .children li .children,
.widget_nav_menu ul li .sub-menu li .sub-menu {
    padding-top: 2px;
}

.widget_categories ul li .children li .children li,
.widget_pages ul li .children li .children li,
.widget_nav_menu ul li .sub-menu li .sub-menu li {
    padding: 5px 0 0;
}

.widget_categories ul li .children li .children li:last-child,
.widget_pages ul li .children li .children li:last-child,
.widget_nav_menu ul li .sub-menu li .sub-menu li:last-child {
    padding-bottom: 0;
}

/*----------  2.9. Widget Pages  ----------*/
.widget_pages ul li a:before,
.widget_nav_menu ul li a:before {
    position: absolute;
    /*content: "\f3d3";*/
    font-family: "Ionicons";
    font-size: 14px;
    right: 0;
    line-height: inherit;
    color: inherit;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

/*----------  2.10. Widget Nav Menu  ----------*/
.widget_nav_menu .sub-menu {
    opacity: 1;
    visibility: visible;
    top: auto;
    width: 100%;
    padding-left: 30px;
    display: block;
    position: relative;
    border-top: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    list-style-type: none;
    background-color: transparent;
}

.widget_nav_menu .sub-menu .sub-menu {
    left: 0;
    top: 0;
    padding-left: 16px;
    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;
}

.widget_nav_menu .sub-menu > li > a i {
    margin-left: 8px;
}

/*----------  2.11. Widget Meta, Tags, Meta-categories  ----------*/
.widget_meta ul,
.categories-list,
.tags-list,
.slz-tag ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    color: #28313b;
    font-family: 'Montserrat', sans-serif;
}

.widget_meta ul li,
.categories-list li,
.tags-list li,
.slz-tag ul li {
    padding: 0;
    color: #6f6e72;
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
}

.slz-widget .slz-tag li {
    padding-top: 0;
    padding-bottom: 0;
}

.entry-content .tags-links ul {
    padding-left: 0;
}

.widget_meta ul,
.categories-list,
.tags-list,
.slz-tag ul {
    margin-top: -10px;
}

.widget_meta ul li a,
.categories-list li a,
.tags-list li a,
.slz-tag ul li a {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #333146;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin: 10px 10px 0 0;
    padding: 12px 30px 13px 30px;
    border: 2px solid #dadfea;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.widget_meta ul li a,
.tags-list li a,
.slz-tag ul li a {
    font-size: 14px;
    padding: 10px 20px;
}

.widget_meta ul li a:hover,
.categories-list li a:hover,
.tags-list li a:hover,
.slz-tag ul li a:hover {
    border-color: #8dd64f;
}

.widget_meta ul li a abbr[data-original-title],
.widget_meta ul li a abbr[title] {
    border-bottom-color: transparent;
}

/*----------  2.12. Meta Tag, Meta Categories  ----------*/
.categories-list li,
.tags-list li {
    margin: 0;
    font-size: 0;
}

.categories-list li:before,
.tags-list li:before {
    display: inline-block;
    font-family: 'Ionicons';
    color: inherit;
    font-size: 18px;
    line-height: 50px;
    padding-right: 10px;
}

.categories-list li:before {
    content: "\f453";
}

.tags-list li:before {
    content: "\f48e";
}

.categories-list li span,
.tags-list li span {
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
    color: #28313b;
    font-size: 16px;
    padding-right: 10px;
}

.tags-list li:before {
    line-height: 40px;
}

.tags-list li span {
    line-height: 40px;
}

.categories-list + .tags-list {
    margin-top: 8px;
}

.widget_text p,
.slz-widgets .widget_text p {
    margin-bottom: 16px;
}

.widget_text p strong {
    margin-bottom: 8px;
    display: inline-block;
}

.widget_text img,
.slz-blog-detail .widget_text img {
    margin-bottom: 8px;
}

/*----------  2.13. Gallery  ----------*/
.gallery {
    margin: 0 -10px;
    margin-bottom: 1.6em;
}

.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: 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;
}

/*----------  2.14. Sticky  ----------*/
.slz-sticky {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 10;
}

.slz-sticky .inner {
    color: #8dd64f;
}

.slz-sticky .inner:before {
    content: "\f02e";
    font-size: 45px;
    line-height: 1;
    color: inherit;
    font-family: 'FontAwesome';
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/*----------  2.15. Widget Tag Cloud  ----------*/
.widget_tag_cloud .tagcloud a {
    display: inline-block;
    vertical-align: middle;
    z-index: 2;
    color: #28313b;
    font-weight: 500;
    line-height: 1.44;
    position: relative;
    margin: 0 5px 10px 0;
    font-family: 'Montserrat', sans-serif;
}

.widget_tag_cloud .tagcloud a:hover {
    color: #8dd64f;
}

/*=========  End of widgets  ==========*/

/*=======================================
=            3. ENTRY CONTENT           =
=======================================*/

.entry-content a {
    text-decoration: none;
}

.entry-content p a {
    font-weight: 700;
}

.entry-content a:focus {
    outline: none;
}

.entry-content a:active,
.entry-content a:hover {
    outline: 0;
}

.continue-reading {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.continue-reading i {
    margin-left: 10px;
    font-size: 18px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: top;
}

.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: 0;
}

.entry-content h1 {
    font-size: 48px;
    margin-top: 24px;
    margin-bottom: 16px;
}

.entry-content h2 {
    font-size: 36px;
    margin-top: 24px;
    margin-bottom: 16px;
}

.entry-content h3 {
    font-size: 28px;
    margin-top: 24px;
    margin-bottom: 16px;
}

.entry-content h4 {
    font-size: 24px;
    margin-top: 8px;
    margin-bottom: 16px;
}

.entry-content h5 {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 16px;
}

.entry-content h6 {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 16px;
}

.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 b, .entry-content strong {
    font-weight: 800;
    letter-spacing: 0.3px;
}

.entry-content dfn {
    font-style: italic;
}

.entry-content mark {
    background-color: #ff0;
    color: #000;
}

.entry-content p {
    margin: 0 0 28px;
}

.entry-content p:last-child,
.entry-content ul:last-child {
    margin-bottom: 0;
}

.entry-content code,
.entry-content kbd,
.entry-content pre,
.entry-content samp {
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    font-family: monospace, serif;
}

.entry-content pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.entry-content small {
    font-size: smaller;
}

.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 28px;
}

.entry-content menu,
.entry-content ol,
.entry-content ul {
    margin: 0 0 28px;
    padding: 0 0 0 30px;
}

.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;
}

.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: #8dd64f;
    background-color: #f9f2f4;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.entry-content kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #333;
    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 {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.entry-content svg:not(:root) {
    overflow: hidden;
}

.entry-content figure {
    margin: 0;
}

.entry-content form {
    margin: 0;
}

.entry-content fieldset {
    margin: 0 2px;
    min-width: inherit;
    border: 1px solid #c0c0c0;
    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 {
    margin: 0;
    font-size: 100%;
    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"] {
    width: 270px;
    padding-right: 2px; /* Don't cut off the webkit search cancel button */
    -webkit-appearance: textfield;
}

.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 {
    width: 100%;
    margin: 0 0 28px;
    border-spacing: 0;
    border-collapse: collapse;
    border-bottom: 1px solid #f0f0f0;
}

.comments-area caption,
.comments-area th,
.comments-area td,
.entry-content caption,
.entry-content th,
.entry-content td {
    font-weight: 400;
}

.entry-content caption,
.comments-area caption {
    font-size: 16px;
    margin: 20px 0;
}

.comments-area th,
.entry-content th {
    font-weight: 700;
    text-transform: capitalize;
}

.entry-content thead th,
.comments-area thead th {
    color: #333;
    text-transform: uppercase;
}

.comments-area td,
.entry-content td {
    padding: 6px 10px 6px 0;
    border-top: 1px solid #f0f0f0;
}

.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 {
    border: 0;
    height: 1px;
    margin: 0 0 24px;
    background-size: 4px 4px;
    border-top: 1px solid #eee;
}

.comments-area table th,
.entry-content table th {
    color: #333;
    text-align: left;
    font-weight: 700;
    padding: 8px 16px;
    border: 1px solid #f0f0f0;
}

.comments-area table th {
    text-transform: uppercase;
}

.comments-area table td a {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
}

.entry-content table td,
.comments-area table td {
    padding: 8px 16px;
    border: 1px solid #f0f0f0;
}

.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-align: left;
    text-decoration: none;
}

.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 {
    display: block;
    font-weight: 700;
}

/*----------  3. page links  ----------*/
.entry-content .page-links {
    margin-bottom: 0;
    margin-top: 10px;
    text-align: left;
}

.entry-content .page-links .page-links-title {
    margin-right: 10px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    line-height: 50px;
}

.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: middle;
    padding: 0px;
    width: 50px;
    height: 50px;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    margin-right: 10px;
    text-decoration: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #8dd64f;
    font-family: 'Montserrat', sans-serif;
}

.entry-content .page-links a {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: 50px;
    height: 50px;
    color: #7a7a7a;
    font-size: 14px;
    line-height: 48px;
    margin-right: 10px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #dadfea;
    font-family: 'Montserrat', sans-serif;
}

.entry-content .page-links a:hover {
    border-color: #8dd64f;
}

.slz-blog-author {
    padding: 20px;
    margin-top: 40px;
    border: 2px solid #dadfea;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.slz-blog-author .media-left {
    width: 100px;
    padding-right: 0;
}

.slz-blog-author .media-left .thumb {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.slz-blog-author .media-right {
    padding-left: 20px;
}

.slz-blog-author .media-right .author {
    color: #28313b;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.slz-blog-author .media-right .author:hover {
    color: #8dd64f;
}

.slz-blog-author .media-right .des {
    color: #6f6e72;
    font-size: 16px;
}

.slz-blog-author .media-right .author + .des {
    margin-top: 5px;
}

/*=========  End of entry content  ====*/

/*=======================================
=            4. COMMENT FORM            =
=======================================*/

.comments-area {
    margin-top: 80px;
}

.comments-area h1 {
    font-size: 48px;
    margin-top: 24px;
    margin-bottom: 16px;
}

.comments-area h2 {
    font-size: 36px;
    margin-top: 24px;
    margin-bottom: 16px;
}

.comments-area h3 {
    font-size: 28px;
    margin-top: 24px;
    margin-bottom: 16px;
}

.comments-area h4 {
    font-size: 24px;
    margin-top: 8px;
    margin-bottom: 16px;
}

.comments-area h5 {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 16px;
}

.comments-area h6 {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 16px;
}

.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 {
    color: #000;
    background-color: #ff0;
}

.comments-area p {
    margin: 0 0 16px;
}

.comments-area .comment-content > p:last-child {
    margin-bottom: 0;
}

.comments-area code,
.comments-area kbd,
.comments-area pre,
.comments-area samp {
    font-size: 16px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    font-family: monospace, serif;
}

.comments-area pre {
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    font-family: monospace;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.comments-area dl {
    margin: 0 0 16px;
}

.comments-area dd {
    margin: 0 0 16px;
}

.comments-area ul,
.comments-area ol {
    margin-bottom: 16px;
}

.comments-area ul ul,
.comments-area ol ol,
.comments-area ol ul {
    margin-bottom: 0;
}

.comments-area .comments-title {
    color: #28313b;
    font-size: 28px;
    line-height: 1.44;
    font-weight: 700;
    margin-bottom: 14px;
    letter-spacing: 0.3px;
    font-family: 'Montserrat', sans-serif;
}

.comments-area .comment-respond .comment-reply-title {
    color: #555;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.comments-area .comment-list {
    margin-bottom: 0;
}

.comments-area .comment-list .comment {
    padding: 0;
}

.comments-area .comment-list .comment:last-child {
    padding-bottom: 0;
}

.comments-area .comment-list .comment + .comment {
    border-top: 1px solid #f0f0f0;
}

.comments-area .comment-list .children {
    padding-left: 70px;
    margin-top: 0;
    border-top: 1px solid #f0f0f0;
}

.comments-area .comment-list,
.comments-area ol,
.comments-area ul {
    list-style: none;
    padding-left: 0;
}

.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: 20px 0;
    position: relative;
}

/*  .comments-area .comment:last-child .comment-body {
        padding-bottom: 0;
    } */

.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 .comment-action {
    font-size: 0;
    padding-left: 0;
    list-style: none;
    margin-top: 10px;
}

.comments-area .comment-body .comment-action li {
    display: inline-block;
    vertical-align: top;
    color: #6f6e72;
    font-size: 14px;
    margin-right: 20px;
}

.comments-area .comment-body .comment-action li:last-child {
    margin-right: 0;
}

.comments-area .comment-body .comment-action .comment-like {
    color: #6f6e72;
}

.comments-area .comment-body .comment-action .comment-like:hover {
    color: #d01616;
}

.comments-area .comment-body .comment-action li i {
    padding-right: 5px;
}

.comments-area .comment-body:before {
    display: table;
    content: "";
}

.comments-area .comment-body:after {
    content: "";
    display: table;
    clear: both;
}

.comments-area .comment-author {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.comments-area .comment-author img {
    width: 65px;
    height: 65px;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.comments-area .comment-author .avatar {
    margin: 0 10px 0 0;
}

.comments-area .comment-author .fn {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    padding-left: 100px;
    font-weight: 500;
    color: #555;
    text-transform: uppercase;
}

.comments-area .comment-author .fn a {
    font-size: 14px;
    font-weight: 900;
    color: #28313b;
}

.comments-area .comment-author .fn a:hover {
    color: #8dd64f;
}

.comments-area .comment-author .says {
    display: none;
}

.comments-area .comment-metadata {
    margin-bottom: 0;
    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: #ea5858;
}

.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 {
    color: #8dd64f;
    text-decoration: none;
}

.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: #8DD64F;
}

.comments-area .comment-metadata .edit-link:before {
    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;
    -webkit-font-smoothing: antialiased;
}

.comments-area .wrap-rating.in-post {
    margin-top: 20px;
    margin-bottom: 20px;
}

.comments-area .wrap-rating .rating-title sup {
    color: #ea5858;
}

.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: #ffc80a !important;
}

.comments-area .comment-form > div {
    margin-bottom: 30px;
}

.comments-area .comment-form > div > label {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.comments-area .comment-form > div > label .required {
    color: #ea5858;
    margin-left: 5px;
}

.comments-area .comment-form-comment > label {
    display: block;
    color: #6f6e72;
}

.comments-area input:not([type="submit"]),
.comments-area input:not([type="reset"]),
.comments-area input:not([type="file"]),
.comments-area .comment-form-comment textarea {
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.44;
    padding: 17px 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 2px solid #ddd;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.comments-area input:not([type="submit"]):focus,
.comments-area input:not([type="reset"]):focus,
.comments-area input:not([type="file"]):focus,
.comments-area .comment-form-comment textarea:focus {
    border-color: #8dd64f;
}

.comments-area input.input-error:not([type="submit"]):focus,
.comments-area input.input-error:not([type="reset"]):focus,
.comments-area input.input-error:not([type="file"]):focus,
.comments-area .comment-form-comment textarea.input-error:focus {
    border-color: #f00;
}

.comments-area .comment-form-comment textarea {
    resize: none;
    min-height: 160px;
    padding: 17px 16px;
}

.comments-area [class*='comment-form-'] input::-webkit-input-placeholder,
.comments-area [class*='comment-form-'] textarea::-webkit-input-placeholder {
    color: #bbb;
    font-size: 14px;
    line-height: 26px;
}

.comments-area [class*='comment-form-'] input::-moz-placeholder,
.comments-area [class*='comment-form-'] textarea::-moz-placeholder {
    color: #bbb;
    font-size: 14px;
    line-height: 26px;
}

.comments-area [class*='comment-form-'] input:-ms-input-placeholder,
.comments-area [class*='comment-form-'] textarea:-ms-input-placeholder {
    color: #bbb;
    font-size: 14px;
    line-height: 26px;
}

.comments-area [class*='comment-form-'] input:-moz-placeholder,
.comments-area [class*='comment-form-'] textarea:-moz-placeholder {
    color: #bbb;
    font-size: 14px;
    line-height: 26px;
}

.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 .comment-avatar {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.comments-area .comment-avatar .avatar {
    width: 100%;
    height: 100%;
}

.comments-area .comment-avatar + .comment-form-comment {
    float: right;
    margin-bottom: 0;
    padding-left: 12px;
    width: calc(100% - 60px);
}

.comments-area .comment-avatar + .comment-form-comment textarea {
    min-height: 120px;
}

.comments-area .comment-avatar + .comment-form-comment + .form-submit {
    margin-top: 30px;
}

.comments-area .comment-form-author {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    float: left;
}

.comments-area .comment-form-email {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    float: left;
}
.comments-area .comment-form-email.lema-subcription-email,
.comments-area .comment-form-author.lema-subcription-author  {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.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: block;
    color: #7d909d;
    margin-bottom: 5px;
}

.comments-area .comment-form-author label .required,
.comments-area .comment-form-email label .required,
.comments-area .comment-form-url label .required {
    color: #ea5858;
}

.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: 0;
    display: inline-block;
    vertical-align: top;
    float: right;
    position: relative;
    z-index: 1;
}

.comments-area .comment-form .form-submit:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #8dd64f;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.comments-area .comment-form .form-submit input {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    color: #fff;
    border: none;
    font-size: 14px;
    line-height: 1.2;
    padding: 21px 35px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
}

.comments-area .comment-form .form-submit:hover:before {
    filter: brightness(80%) contrast(130%);
    -webkit-filter: brightness(80%) contrast(130%);
}

.comments-area .input-error-msg {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 10px;
    background-color: #e6e6e6;
    border-left: 3px solid #f00;
}

.comments-area .pagination-comment {
    margin-top: 30px;
}

.comment .author-photo img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.comment .media-left {
    padding-right: 0;
}

.comment .media-body {
    padding-left: 20px;
}

.comment .media-body .heading-wrapper {
    width: 100%;
    vertical-align: top;
    display: table;
    line-height: 1.4;
}

.comment-info-wrapper {
    display: table-cell;
    padding-bottom: 5px;
}

.comment-feedback-wrapper {
    display: table-cell;
    text-align: right;
}

.comment-info-wrapper .author-name,
.comment-info-wrapper .info {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 14px;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
}

.comment-info-wrapper .author-name {
    margin-right: 10px;
}

.comment-info-wrapper .author-name + .info {
    padding-left: 15px;
    margin: 0;
}

.comment-info-wrapper .author-name + .info:before {
    position: absolute;
    content: "/";
    color: #6f6e72;
    opacity: 0.7;
    left: 0;
    line-height: inherit;
}

.comment-info-wrapper .author-name,
.comment-info-wrapper .author-name a {
    color: #28313b;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.44;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.comment-info-wrapper .author-name a:hover {
    color: #8dd64f;
}

.comment-info-wrapper .info li {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    padding-left: 10px;
    position: relative;
}

.comment-info-wrapper .info li a {
    color: #6f6e72;
}

.comment-info-wrapper .info li a:hover {
    color: #8dd64f;
}

.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: #6f6e72;
    opacity: 0.7;
    left: 0;
    line-height: inherit;
}

.comment-feedback-wrapper a {
    color: #28313b;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.comment-feedback-wrapper a:after {
    content: '\f21e';
    font-size: 18px;
    line-height: 1;
    color: inherit;
    margin-left: 8px;
    font-family: "Ionicons";
}

.comment-feedback-wrapper a:hover {
    color: #8dd64f;
}

.comment .comment-content {
    margin-top: 0;
}

.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;
    color: #28313b;
    font-size: 28px;
    line-height: 1.44;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.3px;
    font-family: 'Montserrat', sans-serif;
}

.comment-respond > .title a {
    color: #8dd64f;
}

.comment-respond > .title a:hover {
    color: #28313b;
}

.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: 0;
    margin-right: 8px;
    margin-bottom: 5px;
    color: #6f6e72;
    list-style: none;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}

.block-info li:last-child {
    margin-right: 0;
}

.block-info li a {
    color: #6f6e72;
    font-size: 14px;
    line-height: 1.44;
    position: relative;
    padding-left: 20px;
    font-family: 'Montserrat', sans-serif;
}

.block-info li a:before {
    position: absolute;
    color: #6f6e72;
    top: 0;
    left: 0;
    line-height: 1;
    font-size: 18px;
    font-family: 'Ionicons';
}

.block-info li a.author:before {
    content: "\f47d";
}

.block-info li a.date:before {
    content: "\f3f3";
}

.block-info li a.comment:before {
    content: "\f3fb";
}

.block-info li a.like:before {
    content: "\f442";
}

.block-info li a:hover {
    color: #8dd64f;
}

.block-info li.edit-link {
    padding-left: 0;
}

.block-info li.edit-link:before {
    content: none;
}

.block-info li.edit-link i {
    color: #6f6e72;
}

.block-info + .entry-content {
    margin-top: 24px;
}

.block-info .edit-link i {
    margin-right: 5px;
    font-style: normal;
    font-size: 14px;
}

.block-info li a.post-edit-link {
    padding: 0;
}

.slz-block-item-01 .block-title {
    color: #28313b;
    text-transform: capitalize;
}

.slz-block-item-01 .block-title:hover {
    color: #8dd64f;
}

.block-image + .block-content {
    margin-top: 20px;
}

.block-content .entry-title {
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}

.block-content .entry-title a {
    font-size: 40px;
    color: #28313b;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
}

.block-content .entry-title a:hover {
    color: #8dd64f;
}

.block-content .entry-title + .block-info {
    margin-top: 8px;
}

.slz-block-item-01 .block-read-more {
    color: #8dd64f;
}

.slz-block-item-01 .block-read-more:hover {
    color: #28313b;
}

.entry-content + .entry-meta {
    margin-top: 30px;
}

.slz-pagination,
.pagination-wrapper {
    margin-top: 50px;
}

.slz-pagination .pagination,
.pagination-wrapper .pagination {
    margin: 0;
    font-size: 0;
    vertical-align: top;
}

.entry-content .slz-pagination .nav-links,
.entry-content .pagination-wrapper .nav-links {
    margin: 0;
}

.slz-pagination .pagination .screen-reader-text {
    display: none;
}

.slz-pagination .page-numbers,
.pagination-comment .page-numbers,
.pagination-wrapper .page-numbers {
    color: #333146;
    position: relative;
    font-size: 14px;
    line-height: 48px;
    width: 50px;
    height: 50px;
    padding: 0;
    float: none;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    border: solid 2px #dadfea;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.slz-pagination .page-numbers + .page-numbers,
.pagination-comment .page-numbers + .page-numbers,
.pagination-wrapper .pagination li + li {
    margin-left: 20px;
}

.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 {
    border-color: #8dd64f;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.slz-pagination .nav-links .page-numbers:hover,
.pagination-comment .page-numbers:hover,
.pagination-wrapper .page-numbers:hover {
    border-color: #8dd64f;
}

.slz-pagination .page-numbers.prev,
.pagination-comment .page-numbers.prev,
.pagination-wrapper .page-numbers.prev,
.slz-pagination .page-numbers.next,
.pagination-comment .page-numbers.next,
.pagination-wrapper .page-numbers.next {
    width: auto;
    padding: 0;
    border: none;
    font-size: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.slz-pagination .page-numbers.prev.hide + .page-numbers,
.pagination-comment .page-numbers.prev.hide + .page-numbers,
.pagination-wrapper .page-numbers.prev.hide + .page-numbers {
    margin-left: 0;
}

.slz-pagination .page-numbers.prev,
.pagination-comment .page-numbers.prev,
.pagination-wrapper .page-numbers.prev {
    margin-right: 5px;
}

.slz-pagination .page-numbers.next,
.pagination-comment .page-numbers.next,
.pagination-wrapper .page-numbers.next {
    margin-left: 25px;
}

.slz-pagination .page-numbers.prev:before,
.pagination-comment .page-numbers.prev:before,
.pagination-wrapper .page-numbers.prev:before {
    font-family: 'Ionicons';
    font-size: 32px;
    content: "\f3d5";
}

.slz-pagination .page-numbers.next:before,
.pagination-comment .page-numbers.next:before,
.pagination-wrapper .page-numbers.next:before {
    font-family: 'Ionicons';
    font-size: 32px;
    content: "\f3d6";
}

.pagination-wrapper .pagination li:first-child .page-numbers,
.pagination-wrapper .pagination li:last-child .page-numbers {
    border-radius: 26px;
    -webkit-border-radius: 26px;
}

.slz-pagination .page-numbers.prev:hover,
.pagination-comment .page-numbers.prev:hover,
.pagination-wrapper .page-numbers.prev:hover,
.slz-pagination .page-numbers.next:hover,
.pagination-comment .page-numbers.next:hover,
.pagination-wrapper .page-numbers.next:hover {
    color: #8dd64f;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.pagination-wrapper .page-numbers:hover,
.pagination-wrapper .page-numbers:focus {
    background-color: #fff;
}

.slz-pagination .page-numbers.dots,
.pagination-comment .page-numbers.dots,
.pagination-wrapper .page-numbers.dots {
    border: 0;
    font-size: 24px;
    font-weight: 700;
}

/*=========  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: 30px;
}

.post-navigation .nav-links {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 8px 0;
}

.post-navigation .nav-links a {
    color: #6f6e72;
    font-size: 14px;
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
    font-family: 'Montserrat', sans-serif;
}

.post-navigation .nav-links a:hover {
    color: #8dd64f;
}

.post-navigation .nav-links .meta-nav {
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 0;
    position: relative;
    border-radius: 50px;
    box-shadow: 5px 20px 30px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 5px 20px 30px 0 rgba(0, 0, 0, 0.15);
}

.post-navigation .nav-links .meta-nav:before {
    font-family: "Ionicons";
    font-size: 25px;
    display: inline-block;
    line-height: 50px;
}

.post-navigation .nav-links .prev-post .meta-nav {
    margin-right: 15px;
}

.post-navigation .nav-links .prev-post .meta-nav:before {
    content: "\f2ca";
}

.post-navigation .nav-links .next-post .meta-nav {
    margin-left: 15px;
}

.post-navigation .nav-links .next-post .meta-nav:before {
    content: "\f30f";
}
.slz-page .page-detail-wrapper > .title ,
.slz-blog-detail .blog-detail-wrapper > .title {
    margin: 0;
    font-size: 40px;
}
.slz-page .page-detail-wrapper > .title + .entry-content {
    margin-top: 25px;
}
.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: 0;
}

.slz-blog-detail .blog-detail-wrapper + .slz-post-footer {
    margin-top: 30px;
}

.slz-post-footer .meta-content .categories-list,
.slz-post-footer .meta-content .tags-links {
    float: none;
}

.slz-post-footer .categories-list {
    margin-bottom: 10px;
}

.slz-post-footer .tags-list,
.slz-post-footer .categories-list {
    margin-top: 0;
    margin-bottom: 0;
}

.slz-post-footer .categories-list + .meta-content {
    margin-top: 10px;
}

.slz-post-footer .tags-list li a,
.slz-post-footer .categories-list li a {
    padding: 10px 20px;
    font-size: 14px;
    margin: 0px 10px 10px 0;
    vertical-align: top;
}

.slz-post-footer .categories-list li:before,
.slz-post-footer .tags-list li:before {
    line-height: 40px;
}

.slz-post-footer .categories-list li span,
.slz-post-footer .tags-list li span {
    line-height: 40px;
}

.blog-detail-wrapper .block-info li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.blog-detail-wrapper .title + .block-info {
    margin-top: 10px;
}

.blog-detail-wrapper .block-info {
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
}

.blog-detail-wrapper .block-info + .entry-content {
    margin-top: 20px;
}

.blog-detail-wrapper .block-info.date:before {
    content: none;
}

.blog-detail-wrapper .block-info.date {
    padding: 0;
    margin-bottom: 30px;
}

/*---------- content not found  ----------*/
.slz-article-not-found .heading {
    width: 100%;
    display: block;
    border-left: none;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}

.slz-article-not-found .heading .title {
    color: #28313b;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: none;
}

.slz-article-not-found .search-form {
    position: relative;
}

.slz-article-not-found .search-form > label {
    display: none;
}

.slz-article-not-found .search-form .search-field {
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
    padding: 20px;
    padding-right: 50px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 2px solid #dadfea;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.slz-article-not-found .search-form .search-field:focus {
    border-color: #8dd64f;
}

.slz-article-not-found .search-form .search-submit {
    position: absolute;
    font-size: 0;
    right: 15px;
    top: 50%;
    z-index: 1;
    border: none;
    background-color: transparent;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.slz-article-not-found .search-form .search-submit:hover {
    color: #8dd64f;
}

.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: 0;
    display: block;
    line-height: 1.4;
}

.slz-article-not-found .search-form .search-submit .search-icon:before {
    font-family: 'Ionicons';
    content: '\f4a4';
    font-size: 36px;
}

/*----------  Password form  ----------*/
.post-password-form {
    position: relative;
    display: block;
    min-width: 350px;
}

.post-password-form label {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}

.post-password-form input[type="password"] {
    display: block;
    padding: 14px 20px;
    min-width: 300px;
    margin-right: 5px;
    font-size: 14px;
    line-height: 1.44;
    margin-top: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.post-password-form input[type="password"]:focus {
    border-color: #8dd64f;
}

.post-password-form input[type="submit"] {
    padding: 13px 20px;
    color: #fff;
    font-size: 14px;
    line-height: 1.44;
    min-width: 120px;
    font-weight: 600;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    vertical-align: bottom;
    border: 2px solid #8dd64f;
    background-color: #8dd64f;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:active {
    background-color: #71c12e;
    border-color: #71c12e;
}

/*----------  archive header  ----------*/
.archive-header {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fafafa;
}

.post-by-author {
    display: block;
    color: #28313B;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}

/*=========  End of blog detail  ======*/

/*======================================
=            7. TITLE COMMAND          =
=======================================*/

.slz-title-command {
    z-index: 1;
    position: relative;
    background-color: #fff;
}
.slz-title-command.la-united-states.st-illinois {
    text-align: center;
}

.slz-title-command.la-united-states.st-illinois .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0.5px;
    color: #28313b;
}
.slz-title-command.la-united-states.st-illinois .title_image {
    position: relative;
}
.slz-title-command.la-united-states.st-illinois .title_image::before {
    display: block;
    content: '';
    padding-top: 15.56%;
    
}
.slz-title-command.la-united-states.st-illinois .title_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    object-position: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slz-title-command.la-united-states.st-illinois .title_description{
    font-family: "Lato" , sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.2px;
    text-align: center;
    color: #858585;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    width: 100%;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.slz-title-command.la-united-states.st-illinois .title_description {
    margin-bottom: 0;
}

.slz-title-command.la-united-states.st-illinois .title-command-wrapper {
    padding: 45px 160px;
    width: 840px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 0;
}

.slz-title-command:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
}

.slz-title-command > .container {
    height: 100%;
}

.slz-title-command .title-command-wrapper {
    padding: 80px 0 10px 0;
    border-bottom: 2px solid #dadfea;
    position: relative;
    z-index: 3;
}

.slz-title-command .title-command-wrapper .title {
    margin: 0;
    color: #28313b;
    font-size: 32px;
    line-height: 1.2;
}

.slz-title-command .title-command-wrapper .breadcrumb-wrapper + .title {
    margin-top: 5px;
}

.slz-title-command .title-command-wrapper .breadcrumb {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
}

.slz-title-command.st-illinois .title-command-wrapper .breadcrumb {
    margin-top: 12px;
}

.slz-title-command .title-command-wrapper .breadcrumb-link,
.slz-title-command .title-command-wrapper .breadcrumb-item {
    color: #6f6e72;
}

.slz-title-command .title-command-wrapper .breadcrumb-link:hover,
.slz-title-command .title-command-wrapper .breadcrumb-active {
    color: #28313b;
}

.slz-wrapper-content .wpb_content_element {
    margin-bottom: 0;
}

.breadcrumb > li + li:before {
    color: inherit;
    content: '\f3cf';
    padding: 0 5px;
    font-family: 'Ionicons';
}

.breadcrumb > li + li a.breadcrumb-active {
    color: #8dd64f;
}

.slz-title-command.st-california {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slz-title-command.st-california .title-command-wrapper {
    padding-top: 120px;
    padding-bottom: 20px;
    border-bottom: none;
}

.slz-title-command.st-california .breadcrumb-wrapper {
    position: relative;
    top: 100%;
    padding-top: 10px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    z-index: 1;
}

.slz-title-command.st-california .breadcrumb-wrapper:before {
    content: '';
    position: absolute;
    z-index: -1;
    background-color: #fff;
    width: 300%;
    height: 100%;
    pointer-events: none;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slz-title-command.st-georgia .title-command-wrapper .title {
    font-size: 64px;
    letter-spacing: 0.7px;
}
.slz-title-command.st-georgia .title-command-wrapper {
    border-bottom: 0;
    padding: 80px 0 40px 0;
}

.slz-title-command.st-newyork {
    background-color: #e6e6e6;
}
.slz-title-command.st-newyork .title-command-wrapper .title {
    font-size: 40px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.slz-title-command.st-newyork .title-command-wrapper {
    padding: 180px 0 60px 0;
    border-bottom: 0;
}
.slz-title-command.st-newyork .title-command-wrapper .breadcrumb {
    font-size: 18px;
    font-weight: 600;
}
.slz-title-command.st-newyork .title-command-wrapper .breadcrumb-link:hover,
.slz-title-command.st-newyork .title-command-wrapper .breadcrumb-active {
    color: #8dd64f;
}
.slz-title-command.st-newyork .title-command-wrapper .breadcrumb > li + li:before {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    display: inline-block;
    vertical-align: top;
}
/*=========  End of title command  ====*/

/*======================================
=            8. BTN BACK TO TOP        =
=======================================*/
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    opacity: 0;
    z-index: -1;
    text-decoration: none;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.back-to-top .btn {
    padding: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 2px solid #8dd64f;
    background-color: #8dd64f;
}

.back-to-top .btn:hover,
.back-to-top .btn:focus {
    outline: none;
    color: #8dd64f;
    border-color: #8dd64f;
    background-color: transparent;
}

.back-to-top.show {
    opacity: 1;
    z-index: 99;
    visibility: visible;
}

/*=========  End of to top  ===========*/

/*======================================
=            9. PAGE 404               =
=======================================*/

.slz-page-404 {
    display: table;
    width: 100%;
    height: 100vh;
}

.slz-page-404 .content-wrapper-404 {
    display: table-cell;
    vertical-align: middle;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slz-page-404 .content-wrapper {
    width: 40%;
    margin: 0 auto 0 20%;
}

.slz-page-404 .img-404 + .title {
    margin-top: 15px;
}

.slz-page-404 .extra-title {
    display: block;
    margin: 0 auto;
    font-size: 30px;
    font-style: italic;
    color: inherit;
    font-weight: 700;
}

.slz-page-404 .title {
    color: #28313b;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
}

.slz-page-404 .title + .subtitle {
    margin-top: 10px;
}

.slz-page-404 .subtitle {
    color: #6f6e72;
    font-size: 18px;
}

.slz-page-404 .subtitle p {
    margin-bottom: 0;
}

.slz-page-404 .subtitle + .group-btn {
    margin-top: 30px;
}

.slz-page-404 .group-btn {
    font-size: 0;
}

.slz-page-404 .slz-btn {
    min-width: 200px;
}

.slz-page-404 .slz-btn + .slz-btn {
    margin-left: 20px;
}

.slz-page-404 .slz-btn:hover {
}

/* University Error 01 */
.slz-page-404.la-united-states .content-wrapper {
    max-width: 740px;
    width: auto;
    margin: 0 auto 0 80px;
    text-align: center;
}

.slz-page-404.la-united-states .extra-title {
    font-weight: 600;
}

.slz-page-404.la-united-states .title {
    font-size: 55px;
    font-weight: 500;
    color: #1c1f28;
    margin: 0;
    letter-spacing: normal;
}

.slz-page-404.la-united-states .subtitle {
    max-width: 733px;
    display: block;
    margin: 54px auto 0 auto;
}

.slz-page-404.la-united-states .subtitle p:last-child {
    margin-top: 30px;
}

.slz-page-404.la-united-states .slz-btn + .slz-btn {
    margin-left: 0;
}

.slz-page-404.la-united-states .slz-btn.btn-absolute {
    color: #333146;
    border-color: #8dd64f;
}

.slz-page-404.la-united-states .slz-btn.btn-absolute:hover,
.slz-page-404.la-united-states .slz-btn.btn-absolute:focus {
    background-color: #8dd64f;
    border-color: #8dd64f;
    color: #fff;
}

/* University Error 02 */
.slz-page-404.la-india .content-wrapper {
    width: auto;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.slz-page-404.la-india .content-wrapper:before {
    content: '';
    padding-top: 40%;
    display: block;
}

.slz-page-404.la-india .content-wrapper img {
    display: block;
    max-width: 100%;
    width: 45%;
    margin: auto;
    position: absolute;
    top: 30%;
    left: 50%;
    right: 0;
    bottom: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);

}

.slz-page-404.la-india .subtitle p span {
    display: block;
}

.slz-page-404.la-india .extra-title {
    color: #e4e4e4;
    margin-bottom: 10px;
}

.slz-page-404.la-india .title {
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    line-height: 1.17;
    margin: 0;
    text-align: center;
}

.slz-page-404.la-india .title + .subtitle {
    margin-top: 15px;
}

.slz-page-404.la-india .subtitle {
    color: #dddddd;
}

.slz-page-404.la-india .subtitle p:first-child {
    margin-bottom: 40px;
}

.slz-page-404.la-india .group-btn {
    text-align: center;
    margin-top: 47px;
}

.slz-page-404.la-india .slz-btn.btn-absolute {
    color: #fff;
}

.slz-page-404.la-india .slz-btn.btn-absolute:hover,
.slz-page-404.la-india .slz-btn.btn-absolute:focus {
    background-color: #8dd64f;
    border-color: #8dd64f;
}

.slz-page-404.la-india .slz-btn + .slz-btn {
    margin-left: 0;
}

.comingsoon-heading {
    position: relative;
    z-index: 3;
}
/* ONE INSTRUCTOR  */
.slz-page-404.la-united-kingdom .content-wrapper {
    margin: 0 auto;
    text-align: center;
}

.slz-page-404.la-united-kingdom .content-wrapper img {
    width: 55%;
}
.slz-page-404.la-united-kingdom  .title {
    font-family: "Montserrat";
    font-size: 36px;
    font-weight: bold;
    line-height: 1.39;
    letter-spacing: 0.5px;
    text-align: left;
    color: #28313b;
    text-align: center;
}
.slz-page-404.la-united-kingdom .subtitle + .group-btn {
    margin-top: 40px;
}
.slz-page-404.la-united-kingdom .subtitle p {
    font-family: "Lato";
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: 0.2px;
    text-align: center;
    color: #858585; 
}

.slz-page-404.la-united-kingdom .subtitle p span {
    display: block;
}

.slz-page-404.la-united-kingdom .slz-btn {
    background-color: #ed6639;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.la-united-kingdom .slz-btn.btn-absolute {
    border-color: #ed6639;
}
.slz-page-404.la-united-kingdom .slz-btn.btn-absolute:hover {
    background-color: #ed6639;
    border-color: #ed6639;
}

.slz-page-404.la-united-kingdom .slz-btn + .slz-btn {
    margin-left: 0;
}

/* ONE COURSE */
.slz-page-404.la-italy .title{
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #7a787b;
}
.slz-page-404.la-italy .extra-title {
    margin-bottom: 39px;
    font-size: 45px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #171717;
}
.slz-page-404.la-italy .content-wrapper {
    text-align: left;
    margin: 0 auto 0 10%;
}
.slz-page-404.la-italy .slz-btn {
    background-color: #2c3cfb;
    margin-right: 0;
}
.slz-page-404.la-italy .slz-btn.btn-absolute {
    border: solid 2px #2c3cfb;
    background-color: transparent;
    color: #2c3cfb;
}
.slz-page-404.la-italy .slz-btn.btn-absolute:hover {
    background-color: #2c3cfb;
    color: #fff;
}
.slz-page-404.la-italy .title {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33;
    text-align: left;
    color: #7a787b;
}
.slz-page-404.la-italy .subtitle + .group-btn {
    margin-top: 22px;
}

/*=========  End of page 404  =========*/

/*=========  Fix theme check  =========*/
.sticky {
    background-color: #fff;
}

/*======================================
=            Responsive                =
=======================================*/
@media screen and (min-width: 1600px) {
    .slz-page-404 .img-404 + .title {
        margin-top: 30px;
    }
    .slz-page-404.la-united-kingdom .img-404 + .title {
        margin-top: 15px;
    }

    .slz-page-404 .title + .subtitle {
        margin-top: 20px;
    }

    .slz-page-404 .subtitle + .group-btn {
        margin-top: 60px;
    }

    .slz-page-404 .content-wrapper {
        width: 35%;
    }
}

@media screen and (max-width: 1024px) {

    /*----------  slz columns  ----------*/
    .slz-list-block.slz-column-4 > .item:nth-child(-n + 4) {
        margin-top: 30px;
    }

    .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%;
    }

    .slz-page-404 .content-wrapper-404 {
        background-size: initial;
    }

    .slz-page-404 .content-wrapper {
        width: 65%;
        margin-left: 12%;
    }

    .slz-page-404 .img-404 {
        max-width: 400px;
    }
    .slz-page-404.la-italy .content-wrapper {
        width: 45%;
        margin-left: 8%;
    }

    /* University Error 01 */
    .slz-page-404.la-united-states .content-wrapper-404 {
        background-size: 0;
    }

    .slz-page-404.la-united-states .content-wrapper {
        margin: 0 auto;
    }

    /* University Error 02 */
    .slz-page-404.la-india .title {
        font-size: 50px;
    }

    .slz-page-404.la-india .subtitle p:first-child {
        margin-bottom: 30px;
    }

    .slz-page-404.la-india .group-btn {
        margin-top: 35px;
    }
    .slz-page-404.la-united-kingdom .content-wrapper {
        width: 74%;
    }
}

@media (min-width: 991px) 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 (max-width: 991px) {

    .padding-top-100 {
        padding-top: 80px;
    }

    .padding-bottom-100 {
        padding-bottom: 80px;
    }

    .slz-sidebar-left .slz-content-column {
        float: none;
        width: 100%;
    }

    .slz-sidebar-column {
        float: left;
        width: 100%;
    }

    .slz-content-column {
        width: 100%;
        float: none;
    }

    .slz-sidebar-column {
        /*width: 50%;*/
        float: none;
        margin: 0 auto;
    }

    .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 + 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%;
    }

    /* University Error 01 */
    .slz-page-404.la-united-states .title {
        font-size: 50px;
    }

    .slz-page-404.la-united-states .content-wrapper {
        padding: 0 15px;
    }

    .slz-page-404.la-united-states .subtitle {
        margin: 35px auto 0 auto;
    }

    .slz-page-404.la-united-states .subtitle p:last-child {
        margin-top: 20px;
    }
    .slz-title-command.st-georgia .title-command-wrapper {
        padding: 60px 0 40px 0;
    }
    .slz-title-command.st-georgia .title-command-wrapper .title {
        font-size: 54px;
    }
    .slz-title-command.st-newyork .title-command-wrapper {
        padding: 120px 0 40px 0;
    }
    .slz-title-command.st-newyork .title-command-wrapper .title {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 768px) {
    .slz-page-404 .slz-btn + .slz-btn {
        margin-left: 0;
    }

    .slz-title-command.la-united-states.st-illinois .title-command-wrapper {
        -webkit-calc: calc(100% - 60px);
        -moz-calc: calc(100% - 60px);
        width: calc(100% - 60px);
        padding: 20px 50px;
    }
}

@media screen and (max-width: 767px) {
    .slz-title-command.la-united-states.st-illinois .title-command-wrapper {
        -webkit-calc: calc(100% - 30px);
        -moz-calc: calc(100% - 30px);
        width: calc(100% - 30px);
        padding: 10px;
    }

    .slz-title-command.la-united-states.st-illinois .title {
        font-size: 20px;
    }

    .slz-page-404.la-italy .content-wrapper {
        width: 65%;
    }
    h1.vc_custom_heading {
        font-size: 36px !important;
    }

    h2.vc_custom_heading {
        font-size: 32px !important;
    }

    h3.vc_custom_heading {
        font-size: 24px !important;
    }

    h4.vc_custom_heading {
        font-size: 20px !important;
    }

    h5.vc_custom_heading {
        font-size: 18px !important;
    }

    h6.vc_custom_heading {
        font-size: 16px !important;
    }

    .padding-top-100,
    .padding-top-80 {
        padding-top: 60px;
    }

    .padding-bottom-100,
    .padding-bottom-80 {
        padding-bottom: 60px;
    }

    .slz-sidebar-column {
        /*width: 400px;*/
    }

    /*----------  slz columns  -----------*/
    .slz-list-block {
        margin: 0 -10px;
    }

    .slz-list-block > .item {
        padding: 0 10px;
    }

    .slz-list-block > .item {
        margin-top: 30px;
    }

    .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: 30px;
    }

    .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%;
    }

    /*----------  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;
    }

    .comments-area .comment-list > .comment:last-child .comment-body {
        padding-bottom: 0;
    }

    .margin-bottom-100 {
        margin-bottom: 60px;
    }

    .margin-top-100 {
        margin-top: 60px;
    }

    .block-info + .entry-content {
        margin-top: 16px;
    }

    .entry-content p,
    .entry-content ul,
    .entry-content ol {
        margin-bottom: 16px;
    }

    .slz-page-404 .img-404 {
        max-width: 300px;
    }

    .slz-page-404 .title {
        font-size: 28px;
    }

    .slz-page-404 .extra-title {
        font-size: 24px;
    }

    .slz-page-404 .slz-btn {
        display: block;
        margin-bottom: 15px;
        width: 100%;
    }

    .slz-page-404 .slz-btn + .slz-btn {
        margin-left: 0;
    }

    .slz-page-404.la-united-states .title {
        font-size: 40px;
    }

    .slz-page-404.la-united-states .subtitle {
        margin: 15px auto 0 auto;
        font-size: 16px;
    }

    .slz-page-404.la-united-states .subtitle p:last-child {
        margin-top: 10px;
    }

    .slz-title-command.st-california .title-command-wrapper {
        padding-top: 70px;
        padding-bottom: 20px;
        border-bottom: none;
    }
    .slz-page-404.la-india .content-wrapper:before {
        content: none;
    }
    .slz-page-404.la-india .content-wrapper img {
        position: relative;
        top: 0;
        width: 100%;
        left: 0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
    .slz-page-404.la-italy .content-wrapper {
        margin: 0 auto;
    }
    .slz-page-404.la-italy .slz-btn {
        margin-right: 20px;
    }

    .slz-title-command.st-georgia .title-command-wrapper .title {
        font-size: 48px;
    }
    .slz-title-command.st-georgia .title-command-wrapper {
        padding: 50px 0 20px 0;
    }
    .slz-title-command.st-newyork .title-command-wrapper .breadcrumb {
        font-size: 14px;
    }
    .slz-title-command.st-newyork .title-command-wrapper .breadcrumb > li + li:before {
        font-size: 20px;
        line-height: 21px;
    }
    .slz-title-command.st-newyork .title-command-wrapper .title {
        font-size: 36px;
    }
    .slz-title-command.st-newyork .title-command-wrapper {
        padding: 100px 0 20px 0;
    }
}

@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;
    }

    .slz-page-404 .content-wrapper-404 {
        background-position: 30% center;
    }

    .slz-page-404 .slz-btn + .slz-btn {
        margin-left: 0;
    }
}

@media screen and (max-width: 480px) {

    .slz-title-command.la-united-states.st-illinois .title-command-wrapper {
        -webkit-calc: calc(100% - 20px);
        -moz-calc: calc(100% - 20px);
        width: calc(100% - 20px);
        padding: 10px;
    }

    .slz-title-command.la-united-states.st-illinois .title_description p {
        font-size: 14px;
    }

    .comments-area .comments-title {
        margin-top: 28px;
        margin-bottom: 5px;
    }

    .comments-area .comment-avatar + .comment-form-comment + .form-submit {
        margin-top: 40px;
    }
    .slz-page-404.la-italy .slz-btn {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    /*----------  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: 30px;
    }

    .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 {
        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: 20px;
    }

    .comment .author-photo img {
        width: 40px;
        height: 40px;
    }

    .comment .media-body {
        padding-left: 10px;
    }

    .comments-area .comment-author img {
        width: 50px;
        height: 50px;
    }

    .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;
    }

    .categories-list li:before,
    .tags-list li:before {
        line-height: 40px;
    }

    .categories-list li span,
    .tags-list li span {
        font-size: 14px;
        line-height: 40px;
    }

    .widget_meta ul li a,
    .categories-list li a,
    .tags-list li a,
    .slz-tag ul li a {
        font-size: 16px;
        padding: 8px 20px 9px 20px;
    }

    h1,
    .comments-area h1,
    .entry-content h1,
    .slz-widgets h1 {
        font-size: 36px;
    }

    h2,
    .comments-area h2,
    .entry-content h2,
    .slz-widgets h2 {
        font-size: 32px;
    }

    h3,
    .comments-area h3,
    .entry-content h3,
    .slz-widgets h3 {
        font-size: 24px;
    }

    h4,
    .comments-area h4,
    .entry-content h4,
    .slz-widgets h4 {
        font-size: 20px;
    }

    h5,
    .comments-area h5,
    .entry-content h5,
    .slz-widgets h5 {
        font-size: 18px;
    }

    h6,
    .comments-area h6,
    .entry-content h6,
    .slz-widgets h6 {
        font-size: 16px;
    }

    body {
        font-size: 16px;
    }

    .slz-list-block > .item {
        font-size: 16px;
    }

    .comments-area table th,
    .entry-content table th {
        padding: 2px 8px;
    }

    .entry-content table td,
    .comments-area table td {
        font-size: 14px;
        padding: 2px 8px;
    }

    .slz-title-command .title-command-wrapper .title {
        font-size: 28px;
    }

    .post-navigation .nav-links a {
        line-height: 24px;
    }

    .post-navigation .nav-links .prev-post,
    .post-navigation .nav-links .next-post {
        width: 100%;
        text-align: center;
    }

    .post-navigation .nav-links .prev-post .meta-nav {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

    .post-navigation .nav-links .next-post .meta-nav {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }

    .post-navigation .nav-links .prev-post + .next-post {
        margin-top: 30px;
    }

    .slz-page-404.la-india .title {
        font-size: 32px;
    }

    .slz-page-404.la-india .subtitle {
        font-size: 16px;
    }

    .slz-page-404.la-india .subtitle p:first-child {
        margin-bottom: 10px;
    }

    .slz-page-404.la-india .group-btn {
        margin-top: 25px;
    }
    .slz-page-404.la-united-kingdom .title {
        font-size: 24px;
    }
    .slz-page-404.la-italy .title {
        font-size: 18px;
    }
    .slz-page-404.la-italy .extra-title  {
        font-size: 24px;
    }
}

@media screen and (max-width: 414px) {

    .padding-top-100,
    .padding-top-80 {
        padding-top: 50px;
    }

    .padding-bottom-100,
    .padding-bottom-80 {
        padding-bottom: 50px;
    }

    .slz-page-404 .slz-btn + .slz-btn {
        margin-top: 0;
    }

    .slz-page-404 .img-404 {
        max-width: 250px;
    }

    .slz-page-404 .content-wrapper-404 {
        display: block;
        padding: 35px 0;
    }

    .slz-page-404 .content-wrapper {
        width: 80%;
        margin: 0 10%;
        text-align: center;
    }

    .slz-page-404 .content-wrapper-404 {
        background-position: 0 center;
    }

    .slz-page-404 .title {
        font-size: 20px;
    }

    .slz-page-404 .extra-title {
        font-size: 14px;
    }

    .slz-page-404 .subtitle {
        font-size: 14px;
    }

    .slz-page-404.la-india .extra-title,
    .slz-page-404.la-united-states .extra-title {
        font-size: 18px;
    }

    .comments-area .comment-form-author,
    .comments-area .comment-form-email {
        width: 100%;
        padding: 0;
    }

    .comments-area .comment-form > div {
        margin-bottom: 15px;
    }

    .slz-sidebar-column {
        /*width: 100%;*/
    }

    .post-password-form {
        min-width: 0;
    }

    .post-password-form label {
        display: block;
    }

    .post-password-form input[type="password"] {
        width: 100%;
    }

    .post-password-form input[type="submit"] {
        margin-top: 15px;
    }
}

@media screen and (max-width: 380px) {
    .slz-title-command.la-united-states.st-illinois .title-command-wrapper  {
        width: 100%;
    }
    .comments-area .comment-author .fn,
    .comments-area .comment-list .reply {
        padding-left: 60px;
    }


    .comments-area p {
        margin-bottom: 0;
    }

    .comments-area table td,
    .comments-area table th {
        padding: 2px 4px;
    }

    .slz-widget + .slz-widget {
        margin-top: 30px;
    }

    .slz-page-404.la-united-states .title {
        font-size: 32px;
    }
}

@media screen and (max-width: 320px) {
    .slz-page-404 .content-wrapper {
        width: 76%;
        margin: 0 auto;
    }

    .slz-page-404 .img-404 {
        max-width: 250px;
    }

    .slz-page-404 .slz-btn {
        width: 100%;
    }

    .slz-title-command.la-united-states.st-illinois .title_description {
        height: 45px;
    }
}

/*=========  End of Responsive  =======*/
