:root {
    --theme-main-color: #ff4c60;
    --theme-secondary-color: #65ebe7;
    --theme-titles-color: #454360;
    --theme-black-color: #4b4870;
    --theme-text-color: #596172;
    --theme-border-color: #eee;
    --theme-input-bg-color: #f9f9fe;
	
	/* Fonts */
	--default-font: "Comic Sans MS";
}

body, html {
    width: 100%;
    height: 100%;
}

@keyframes headerPinnedSlideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

body {
    font: 17px "Source Serif Pro", "Source Sans Pro", serif;
    line-height: 1.8;
    font-weight: 400;
    color: var(--theme-text-color);
    -webkit-overflow-scrolling: touch;
    margin: 0 auto;
    background: var(--theme-input-bg-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    letter-spacing: .5px;
    background-color: var(--theme-input-bg-color);
}

.clearfix:after, .clearfix:before {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, button, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    display: block;
    background: #f9f9fe;
    border: 1px solid #f0f0fd;
    color: var(--theme-text-color);
    font-size: 14px;
    font-family: "Source Serif Pro", "Source Sans Pro", serif;
    line-height: 1.8;
    letter-spacing: .25px;
    padding: 15px 25px;
    height: 45px;
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-transition: all .3s 
ease;
    transition: all .3s 
ease;
}
button, input, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
button[type=submit], input[type=submit] {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    padding: 8px 25px;
    letter-spacing: .5px;
    position: relative;
    z-index: 2;
    font-family: "Josefin Sans", sans-serif;
    -webkit-box-shadow: 0px 3px 5px -1px rgba(7, 10, 25, .2);
    box-shadow: 0px 3px 5px -1px rgba(7, 10, 25, .2);
    background-color: var(--theme-main-color);
    -webkit-transition: all .3s 
ease;
    transition: all .3s 
ease;
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    padding: 12px 35px;
    font-weight: 600;
    transition: all .3s 
ease;
}
a {
    text-decoration: none;
    outline: 0;
}
a {
    color: var(--theme-text-color);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
a:hover {
    color: var(--theme-main-color) !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block;
}
i.icon.ularge {
    width: 31px;
    height: 32px;
    margin-top: -2px;
}
i.icon {
    fill: #fff;
    width: 17px;
    height: 17px;
    vertical-align: middle;
}

i.icon.close {
	display:none;
}
.textcenter {
    text-align: center !important;
}
.title {
    font-family: var(--default-font), sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 1.45;
    letter-spacing: 0px;
    color: var(--theme-titles-color);
}

.title.usmall {
    font-size: 15px;
    margin-bottom: 5px;
    letter-spacing: .25px;
}

.title.ularge {
    font-size: 60px;
    margin-bottom: 30px;
    line-height: 1.2;
}
.title.bordered {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.title.medium {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 30px;
}
.title.bordered span.border {
    height: 2px;
    background: var(--theme-main-color);
    content: '';
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 15px;
    min-width: 30px;
}
.title.bordered span.bg {
    max-width: 90%;
}

.theme-decoration-border {
    position: relative;
}

.theme-decoration-border:before {
    content: '';
    border: 2px solid #fff;
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    z-index: 2;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.no-margin {
    margin: 0 !important;
}

.wrapper {
	overflow: hidden;
}

.theme-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.theme-dropcap {
    display: block;
    /* font-size: 80px; */
    color: #fff;
    background: var(--theme-main-color);
    width: 120px;
    height: 120px;
    font-family: var(--default-font), sans-serif;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    float: left;
    margin-right: 30px;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-shadow: 0 3px 5px -2px rgba(7, 10, 25, .2);
    box-shadow: 0 3px 5px -2px rgba(7, 10, 25, .2);
    text-transform: uppercase;
}
.theme-dropcap:before {
    content: '';
    border: 1px solid #fff;
    position: absolute;
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    z-index: 5;
    -webkit-transition: all .3s 
ease;
    transition: all .3s 
ease;
}
.theme-dropcap a, .theme-dropcap span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    padding-top: 10%;
    color: #fff;
}
.theme-dropcap .fullimage, .theme-dropcap .img {
    -webkit-transform: none !important;
    -ms-transform: none!important;
    transform: none !important;
    margin: 0 !important;
}
.theme-loader:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    z-index: -1;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(211, 211, 211, 0)), color-stop(50%, rgba(211, 211, 211, .15)), to(rgba(211, 211, 211, 0)));
    background-image: linear-gradient(90deg, rgba(211, 211, 211, 0) 0, rgba(211, 211, 211, .15) 50%, rgba(211, 211, 211, 0) 100%);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 50% 100%;
    -webkit-animation: loading 1s steps(29) infinite;
    animation: loading 1s steps(29) infinite;
}
.theme-loader:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    z-index: -2;
    background: #f9f9fe;
}
.theme-button {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    padding: 8px 25px;
    letter-spacing: .5px;
    position: relative;
    z-index: 2;
    font-family: var(--default-font), sans-serif;
    -webkit-box-shadow: 0px 3px 5px -1px rgba(7, 10, 25, .2);
    box-shadow: 0px 3px 5px -1px rgba(7, 10, 25, .2);
    background-color: var(--theme-main-color);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.theme-button.bordered {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
}

.theme-button.black {
    background: var(--theme-black-color);
}
.theme-button.dark {
    background-image: none;
    background-color: var(--theme-black-color);
    color: #fff;
}
.theme-button.secondary {
    background-color: var(--theme-main-color);
}
.theme-button.small {
    font-size: 12px;
    padding: 5px 15px;
}
.theme-button:hover {
    color: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
	cursor:pointer;
}
 .theme-button i.fa {
    font-size: 85%;
    margin-left: 5px;
}

div.meta {
    color: var(--theme-text-color);
    font-size: 15px;
}
div.meta .meta-info {
    margin-right: 12px;
    white-space: nowrap;
}
time:not(.icon) {
    position: relative;
    color: var(--theme-text-color);
}
div.meta .min-read {
    display: inline-block;
    cursor: default;
    text-transform: lowercase;
}
div.meta .min-read:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 2px;
    background: var(--theme-main-color);
    vertical-align: middle;
    margin-right: 15px;
}
div.meta .meta-info.icon i {
    color: var(--theme-main-color);
    width: 17px;
    height: 17px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 3px;
}
div.meta .meta-info.icon.views-counter i {
    width: 18px;
    height: 18px;
}
div.tags {
    display: block;
    font-weight: 500;
    font-size: 14px;
    font-family: var(--default-font), sans-serif;
}
div.tags a {
    color: var(--theme-black-color);
    display: inline-block;
    -webkit-box-shadow: 0px 2px 6px rgba(7, 10, 25, 0.1);
    box-shadow: 0px 2px 6px rgba(7, 10, 25, 0.1);
    padding: 6px 8px 4px;
    line-height: 1.2;
    margin-right: 10px;
    background: #fff;
}
div.tags a:hover {
    color: var(--theme-main-color);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}
.lazy, [data-lazy=true] {
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.lazy.loaded, [data-lazy=true].loaded {
    opacity: 1;
}
.cover {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}
.thumb .fullimage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    z-index: 1;
}


/* Header */
.header {
	position:relative;
	padding: 15px 0 0;
	height: auto;
}

.header .logo {
    text-align: center;
    margin: 5px auto;
    float: left;
}
.header .logo {
    float: none;
}
.header .logo a, .header a.sticky-logo {
    display: inline-block;
    color: var(--theme-black-color);
}
.header .logo.text-logo span {
    display: inline-block;
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    padding-left: 20px;
    padding-right: 20px;
}

.header .grid-container {
    padding: 20px 0 0;
    position: relative;
}
.header .grid-container:before {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}


/* Header sticky option */
.header.is-sticky div.menu-wrapper {
    position: fixed;
    top: 0;
    padding: 5px 0;
    z-index: 1000;
    width: 100%;
    background: #fff;
    -webkit-animation: headerPinnedSlideDown .5s;
    animation: headerPinnedSlideDown .5s;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, .1);
}

.header.is-sticky div.menu-wrapper .grid-container {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header.is-sticky div.menu-wrapper nav {
    text-align: right;
    float: right;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.header.is-sticky div.menu-wrapper ul.menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
}
.header.is-sticky div.menu-wrapper .logo a {
    font-size: 40px;
}
/* Header sticky option */

/* Main header menu */

.header div.menu-mobile {
    display: none;
}
.header nav {
	position: relative;
    float: none;
    text-align: center;
    margin: 30px 0;
}
.header ul.menu {
    display: inline-block;
    padding: 0 15px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .07);
    /* box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .07); */
}
.main-menu {
    text-align: right;
    float: right;
}
.main-menu ul.menu {
    font-size: 0px;
}
.main-menu ul.menu li {
    display: inline-block;
    padding: 15px 13px;
    position: relative;
}
.main-menu ul.menu>li.menu-item-has-children {
    margin-right: 10px;
    padding-right: 15px;
}
.main-menu ul.menu li a {
    display: inline-block;
    font-size: 15px;
    line-height: 1.25;
    position: relative;
    z-index: 1;
    color: var(--theme-black-color);
    font-weight: 600;
    letter-spacing: .3px;
}
.main-menu ul.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 100;
    padding: 15px 0;
    background: #fff;
    min-width: 250px;
    text-align: left;
    left: -20px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .15);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .15);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.main-menu ul.sub-menu ul.sub-menu {
    left: 100%;
    top: -15px;
    -webkit-transform: scale(1) translateX(-10px);
    -ms-transform: scale(1) translateX(-10px);
    transform: scale(1) translateX(-10px);
}
.main-menu ul.menu li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
}
.main-menu ul.sub-menu li {
    display: block;
    padding: 0;
}
.main-menu ul.sub-menu li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: var(--theme-black-color);
    padding: 10px 25px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .05)), to(rgba(255, 255, 255, .05)));
    background-image: linear-gradient(to right, rgba(255, 255, 255, .05), rgba(255, 255, 255, .05));
    background-repeat: no-repeat;
    background-size: 100% 0px;
    background-position: 0 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.main-menu ul.menu li.menu-item-has-children:after {
    font-family: 'FontAwesome';
    content: '\f107';
    display: block;
    color: var(--theme-black-color);
    position: absolute;
    font-size: 14px;
    right: 0;
    top: 50%;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.main-menu ul.sub-menu li.menu-item-has-children:after {
    display: none;
    right: 10px;
    content: '\f105';
}
/* End Main header menu */

/* Content */
.content {
	margin-top:20px;
}

/* Home Page */
.articles {}
div.left-content article {
    max-width: 830px;
    margin: 0 auto;
}
div.fullwidth-content article {
    max-width: 1200px;
    margin: 0 auto;
}
div.left-content article,div.fullwidth-content article {
    margin: 0 auto 50px;
    background: #fff;
    padding: 50px 60px;
    -webkit-box-shadow: 0 3px 12px -1px rgba(7, 10, 25, .1), 0 22px 27px -30px rgba(7, 10, 25, .1);
    box-shadow: 0 3px 12px -1px rgba(7, 10, 25, .1), 0 22px 27px -30px rgba(7, 10, 25, .1);
    position: relative;
    z-index: 2;
}
div.left-content article header,div.fullwidth-content article header {
    position: relative;
    z-index: 1;
}
div.left-content article .theme-flex,div.fullwidth-content article .theme-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
div.left-content .post-style-small-image .thumb,div.fullwidth-content .post-style-small-image .thumb {
    -webkit-box-shadow: 0 3px 5px -2px rgba(7, 10, 25, .2);
    box-shadow: 0 3px 5px -2px rgba(7, 10, 25, .2);
}
div.left-content article a.thumb,div.fullwidth-content article a.thumb {
    display: block;
    position: relative;
}
div.left-content article a.thumb span,div.fullwidth-content article a.thumb span {
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: -1;
    margin: 0;
}
div.left-content article a.thumb span.decoration,div.fullwidth-content article a.thumb span.decoration {
    content: '';
    border: 2px solid #fff;
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    z-index: 2;
}
div.left-content .post-style-standard-image .info {
    text-align: center;
}
.post-style-standard-image .main-title {
    font-size: 26px;
    margin-bottom: 15px;
}
div.left-content .post-style-standard-image .thumb {
    -webkit-box-shadow: 0 3px 5px -2px rgba(7, 10, 25, .2);
    box-shadow: 0 3px 5px -2px rgba(7, 10, 25, .2);
    margin-bottom: 30px; 
}
div.left-content article a.thumb .post-image {
    display: block;
    width: 100%;
}
div.left-content article .main-title,div.fullwidth-content article .main-title {
    margin-bottom: 5px;
    word-break: break-word;
}
div.left-content .post-style-standard-image .theme-flex {
    display: block;
}
div.left-content article .post-excerpt {
    margin: 35px 0 60px;
}
div.left-content article div.tags {
    float: left;
}
div.meta.bottom .author {
    font-family: "Josefin Sans", sans-serif;
    float: right;
    font-weight: 500;
}
div.meta .author .author-image, div.meta .author .theme-dropcap {
    width: 35px;
    height: 35px;
    position: relative;
    left: auto;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 3px 5px -1px rgba(7, 10, 25, .2);
    box-shadow: 0px 3px 5px -1px rgba(7, 10, 25, .2);
    font-size: 16px;
}
div.left-content article .continue-reading {
    position: absolute;
    left: 50%;
    bottom: -20px;
    z-index: 3;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
div.left-content article .continue-reading:hover {
	color: #fff !important;
}

/* End home page */
/* Start Post page */
.main-article {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 50px 60px;
    -webkit-box-shadow: 0 3px 12px -1px rgba(7, 10, 25, .1), 0 22px 27px -30px rgba(7, 10, 25, .1);
    box-shadow: 0 3px 12px -1px rgba(7, 10, 25, .1), 0 22px 27px -30px rgba(7, 10, 25, .1);
}

.main-article.standard .featured-image {
    margin: -50px -60px 40px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
.fullwidth {
    display: block;
    width: 100%;
    height: auto;
}

.main-article .main-title {
    margin-bottom: 20px;
    word-break: break-word;
}
.main-article .meta {
    text-align: center;
}
/* END Post page */
/* Sidebar & sidebar widgets */
#sidebar .widget {
    position: relative;
    margin-bottom: 50px;
}
.widget .widget-title {
    letter-spacing: .25px;
}
.widget_posts_thumbs .item, .widget_related_articles .item {
    margin-bottom: 20px;
    position: relative;
    padding-left: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
}
.widget_posts_thumbs .item .thumb, .widget_related_articles .item .thumb {
    width: 60px;
    height: 64px;
    min-height: 52px;
    overflow: inherit;
    position: absolute;
    left: 0;
    top: 1px;
    padding: 0;
    -webkit-box-shadow: 0 3px 5px -2px rgba(7, 10, 25, .2);
    box-shadow: 0 3px 5px -2px rgba(7, 10, 25, .2);
}
.widget_posts_thumbs .info, .widget_related_articles .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
}
.widget_posts_thumbs .item .title, .widget_posts_thumbs .item .wpcf7 label .widget_related_articles .item .title {
    margin-bottom: -3px;
}
.widget_posts_thumbs .item time, .widget_related_articles .item time {
    font-size: 12px;
}

.widget_tag_cloud a, .widget_tag_cloud a, .wp-block-tag-cloud a {
    color: var(--theme-black-color);
    display: inline-block;
    -webkit-box-shadow: 0px 2px 6px rgba(7, 10, 25, .1);
    box-shadow: 0px 2px 6px rgba(7, 10, 25, .1);
    padding: 6px 8px 4px;
    line-height: 1.2;
    margin-right: 10px;
    background: #fff;
}

/* Pagination */
.theme-pagination {
    text-align: center;
    padding: 30px 0;
}
.theme-pagination div.nav {
    display: inline-block;
}
.theme-pagination div.nav>span {
    display: inline-block;
    margin: 0 10px;
    height: 36px;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    padding: 0 15px;
}

/* Footer */
#footer {
    margin-top: 50px;
    padding: 0;
}
#footer #back-to-top {
    position: fixed;
    right: 10px;
    bottom: -10px;
    text-align: center;
    z-index: 99;
    border: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 25px;
    opacity: 0;
    cursor: pointer;
	
    display: flex;              /* activează flex */
    align-items: center;        /* centrează vertical */
    justify-content: center;    /* centrează orizontal */
    padding: 0;                 /* elimină padding suplimentar */
    line-height: normal;        /* nu mai ai nevoie de line-height */
}
#footer #back-to-top.visible {
    opacity: 1;
    bottom: 10px;
}
#footer #back-to-top i.fa {
    margin: 0;
}
#footer .subscribe {
    background-color: #fff;
}
#footer .subscribe {
    font-size: 16px;
    position: relative;
    z-index: 2;
    padding: 50px 0 40px;
    margin-bottom: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, .07);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, .07);
}

#footer .subscribe .title {
    margin-bottom: 15px;
    line-height: 1;
}
#footer .subscribe .title span {
    display: inline-block;
}
#footer .subscribe form .form-group {
    width: 260px;
    display: inline-block;
    margin: 30px 0;
    margin-right: -5px;
}
#footer .subscribe form .form-group input {
    text-align: center;
    margin: 0;
}
#footer .published {
    text-align: center;
    margin: 0 20px 50px;
    font-size: 14px;
}

.cover {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}
.grid-container.grid-small {
    max-width: 780px;
}
.grid-parent {
    padding-left: 0;
    padding-right: 0;
}




/* End Footer */


/* Page & article styles */
#page .post-content {
    margin-top: 0;
}
#post .post-content {
	margin-top: 45px;
}
div.text {
    font-size: 17px;
    line-height: 2;
    font-weight: 400;
    letter-spacing: .6px;
}
div.text>:first-child {
    padding-top: 0;
}
div.text .alignleft {
    float: left;
    margin: 0 24px 24px 0;
}
div.text .alignright {
    float: right;
    margin: 0 0 24px 24px;
}
div.text figure, div.text iframe, div.text p {
    padding-top: 8px;
    margin-bottom: 24px;
}
div.text blockquote, div.text hr, div.text pre, div.text table {
    margin-top: 8px;
    margin-bottom: 24px;
}

div.text h1, div.text h2, div.text h3, div.text h4, div.text h5, div.text h6 {
    font-weight: 700;
    font-family: var(--default-font), sans-serif;
    color: var(--theme-titles-color);
}

div.text h1 {
    font-size: 32px;
    padding-top: 19.84px;
    margin-bottom: 12.16px;
    line-height: 1.3;
}
div.text h2 {
    font-size: 28px;
    padding-top: 14.4px;
    margin-bottom: 17.6px;
    line-height: 1.4;
}
div.text h3 {
    font-size: 24px;
    padding-top: 20.8px;
    margin-bottom: 14.4px;
    line-height: 1.5;
}

div.text ol, div.text ul {
    margin-bottom: 24px;
}
div.text ol, div.text ul {
    margin: 0 0 0 25px;
}
div.text ul ul {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 10px;
}
div.text ul:not([class]) li {
    position: relative;
    z-index: 1;
    list-style: none;
    padding-left: 20px;
}
div.text li {
    padding-bottom: 8px;
}
div.text ul:not([class]) li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 5px;
    height: 5px;
    background: var(--theme-main-color);
    border-radius: 50%;
}
div.text .block-quote {
    padding: 40px;
    padding-left: 60px;
    margin: 0 0 25px;
    border-left: 0;
    font-style: italic !important;
    position: relative;
    z-index: 1;
    font-size: 110%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='40' height='40'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M19.417 6.679C20.447 7.773 21 9 21 10.989c0 3.5-2.457 6.637-6.03 8.188l-.893-1.378c3.335-1.804 3.987-4.145 4.247-5.621-.537.278-1.24.375-1.929.311-1.804-.167-3.226-1.648-3.226-3.489a3.5 3.5 0 0 1 3.5-3.5c1.073 0 2.099.49 2.748 1.179zm-10 0C10.447 7.773 11 9 11 10.989c0 3.5-2.457 6.637-6.03 8.188l-.893-1.378c3.335-1.804 3.987-4.145 4.247-5.621-.537.278-1.24.375-1.929.311C4.591 12.322 3.17 10.841 3.17 9a3.5 3.5 0 0 1 3.5-3.5c1.073 0 2.099.49 2.748 1.179z' fill='rgba(218,222,237,1)'/%3E%3C/svg%3E") 
            no-repeat 97% 90%;
line-height: 1.85;
    font-weight: 400;
    background-size: 50px;
}

div.text .block-separator {
    display: block;
    max-width: 100px;
    margin: 0 auto 24px;
    padding-top: 8px;
    border: 0;
    border-bottom: 2px solid var(--theme-border-color);
    height: 1px;
}

.block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0;
}
.block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em;
}

div.text img {
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 0 3px 5px -2px rgba(7, 10, 25, .2);
    box-shadow: 0 3px 5px -2px rgba(7, 10, 25, .2);
}
div.text .aligncenter img, div.text div.aligncenter img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* End page & article styles */
.fullcover .fullcover-wrapper {
    margin-top: 45px;
}
.fullcover .featured-image {
    position: relative;
    z-index: 1;
}
.theme-loader {
    position: relative;
}
.fullcover .featured-image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 500px;
    -webkit-box-shadow: 0 3px 12px -1px rgba(7, 10, 25, .1), 0 22px 27px -30px rgba(7, 10, 25, .1);
    box-shadow: 0 3px 12px -1px rgba(7, 10, 25, .1), 0 22px 27px -30px rgba(7, 10, 25, .1);
}
.fullwidth {
    display: block;
    width: 100%;
    height: auto;
}


/* Responsive styles */
@media screen and (max-width: 1024px) {

	.content, .articles {
		width:95% !important;
	}
	.wrapper {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
	body.mobile-menu-open {
			overflow:hidden;
	}
	body.mobile-menu-open .wrapper {
        -webkit-transform: translateX(300px) !important;
        -ms-transform: translateX(300px)!important;
        transform: translateX(300px) !important;
    }
	.header nav {
        display: none;
    }

	.header div.menu-mobile {
        display: block;
        position: absolute;
        left: 40px;
        top: 50%;
        height: 31px;
        cursor: pointer;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 200;
        -webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	.header div.menu-mobile i {
        fill: var(--theme-black-color);
        -webkit-filter: none;
        filter: none;
    }
	body.mobile-menu-open .header div.menu-mobile i.open {
        display: none ;
    }
	body.mobile-menu-open .header div.menu-mobile i.close {
        display: block ;
    }
	
    body.mobile-menu-open div.menu-overlay {
        background: rgba(0, 0, 0, .25);
        visibility: visible;
    }
	div.menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 90;
        background: rgba(0, 0, 0, 0);
        visibility: hidden;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
	body.mobile-menu-open nav.mobile.main-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
	nav.mobile.main-menu {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        margin: 0;
        width: 300px;
        z-index: 100;
        background: #fff;
        text-align: left;
        padding: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        transform: translateX(-300px);
        -webkit-box-shadow: 0 3px 12px -1px rgba(7, 10, 25, .2), 0 22px 27px -20px rgba(7, 10, 25, .2);
        box-shadow: 0 3px 12px -1px rgba(7, 10, 25, .2), 0 22px 27px -20px rgba(7, 10, 25, .2);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 0;
        visibility: hidden;
        overflow: auto;
    }
	nav.mobile.main-menu ul {
        float: none;
    }
	nav.mobile.main-menu ul.menu li.menu-item-has-children {
        margin-right: 0;
        padding-right: 20px;
    }
	nav.mobile.main-menu ul.menu>li {
        padding: 15px;
    }
	nav.mobile.main-menu li {
        display: block;
    }
	nav.mobile.main-menu ul.sub-menu {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        max-height: 0 !important;
        overflow: hidden;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: 0 0;
        padding: 0;
        -webkit-transform: none !important;
        -ms-transform: none!important;
        transform: none !important;
    }
    nav.mobile.main-menu ul.sub-menu li {
        padding: 0;
    }
	nav.mobile.main-menu ul.sub-menu li a {
        padding: 10px 0;
        color: var(--theme-text-color);;
    }
	nav.mobile.main-menu ul.sub-menu ul.sub-menu {
        margin-left: 5px;
    }
	nav.mobile.main-menu ul.menu li.menu-item-has-children:hover>ul.sub-menu {
        opacity: 1;
        visibility: visible;
        max-height: 50vh !important;
        overflow-y: auto;
        padding: 10px 0 0;
    }
	nav.mobile.main-menu ul.menu li.menu-item-has-children:after {
        display: block;
        color: var(--theme-text-color);;
        position: absolute;
        font-size: 14px;
        right: 0;
        top: 25px;
        z-index: 5;
        padding: 10px 15px;
    }
	nav.mobile.main-menu ul.menu li.menu-item-has-children li.menu-item-has-children:after {
        top: -5px;
        right: 7px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
	
	div.left-content article {
        padding: 40px;
        max-width: 700px;
    }
	.content {
        margin-top: 30px;
    }
	header div.menu-wrapper .grid-container {
        padding: 0 !important;
    }
}

@media screen and (max-width: 767px){
    body {
        font-size: 13px;
    }
	#header {
		height: auto !important;
		padding: 0 !important;
	}
	 .content {
        margin-top: 35px;
        padding: 0;
    }

	div.left-content {
        display: block;
		width: auto!important;
    }
	div.left-content article {
        padding: 25px 25px 40px;
        margin-bottom: 50px;
    }
	div.left-content .format-standard .post-style-standard-image .thumb {
        margin: -25px -25px 30px !important;
    }
	div.left-content .format-standard .post-style-standard-image .thumb img {
        max-height: 250px !important;
    }
	div.left-content .meta {
        margin-top: 25px;
        text-align: center;
    }
	div.meta {
        font-size: 12px;
    }
	 div.meta .meta-info {
        margin-right: 5px;
    }
	.hide-on-mobile {
        display: none !important;
    }
	div.left-content article .main-title {
        font-size: 16px;
        margin-bottom: 0;
    }
	div.left-content article .post-excerpt {
        font-size: 14px !important;
        margin: 20px 0;
        text-align: center;
    }
	div.left-content article .widget_tag_cloud, div.left-content article .wp-block-tag-cloud, div.left-content article div.tags {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
	
	.main-article.standard .featured-image {
        margin: -25px -25px 25px;
    }
	.main-article {
        padding: 25px;
    }
	#header .logo {
        max-width: 180px;
        margin: 0 auto 0;
        padding: 5px 10px !important;
    }
	.logo a img { max-width: 180px; }
	.logo {
        position: relative;
        top: 4px;
    }
	#header div.menu-mobile {
        left: 20px;
    }
	#header div.menu-wrapper {
        padding: 15px 0 !important;
    }
	.fullcover .fullcover-wrapper {
        padding: 35px 0 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
    body {
        font-size: 14px;
    }
	.container {
		width:90%!important;
	}
	.left-content { width: auto!important; }
	div.meta {
        font-size: 12px;
    }
	div.meta.bottom .author {
		font-family: var(--default-font), sans-serif;
		float: right;
		font-weight: 500;
	}
	.fullcover .featured-image img {
        height: 350px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .hide-on-tablet {
        display: none !important;
    }
	#header {
		height: 130px !important;
	}
		div.left-content {
        display: block;
		width: auto!important;
		float:none !important;
    }
}
@media screen and (min-width: 1024px) {
    .hide-on-desktop {
        display: none !important;
    }

}
@media screen and (max-width: 1200px) {
.fullcover .fullcover-wrapper {
        margin: 0;
        padding: 25px 0;
    }
.fullcover .featured-image img {
        height: 400px;
    }
}

}
