
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: grayscale;
-moz-osx-font-smoothing: grayscale;
}

body { margin: 0;}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {display: block;}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}
audio:not([controls]) {display: none;height: 0;}
[hidden],
template {display: none;}

a {background-color: transparent;outline: 0;text-decoration: none;}
a { -webkit-tap-highlight-color: hsla(0,0%,100%,0.00)!important;}

abbr[title] {border-bottom: 1px dotted;}
b,strong {font-weight: bold;}
dfn {font-style: italic;}
h1 {margin: 0.67em 0;}
mark {background: #ff0;color: #000;}
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 1em 40px;}

hr {box-sizing: content-box;height: 0;}
pre {overflow: auto;}

code,
kbd,
pre,
samp {
/*  font-family: monospace, monospace;*/
font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}

button {
overflow: visible;
}

button,
select {
text-transform: none;
}

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

button[disabled],
html input[disabled] {
cursor: default;
}

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

input {
line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}

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

fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}

legend {
border: 0;
padding: 0;
}

textarea {
overflow: auto;
}

optgroup {
font-weight: bold;
}

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

td,
th {
padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
font-size: 15px;
font-weight: 100;
line-height: 1.6;
color: #000;
}

.section-title {
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
letter-spacing: 2px;
line-height: 1.2;
font-size: 42px;
}

.footer-widget-area,
.featured-meta {
font-size: 14px;
}

.original-footer ul li { margin-left: .8em;  }

.inner-banner .entry-meta {
margin-bottom: 15px;
}

#primary { min-height: 1000px; }
body.search #primary,
body.page #primary { margin-top: 50px; }

/************************************************/

p {
margin-bottom: 1.5em;
}

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

/* Blockquotes */
blockquote {
font-style: italic;
border: 0;
position: relative;
text-align: center;
font-size: 1.5625em;
line-height: 1.44;
margin-top: 1em;
margin-bottom: 1em;
padding-top: 1em;
padding-bottom: 1em;
}

blockquote blockquote {
font-size: 1em;
margin-bottom: 0;
padding-bottom: 0;
}

blockquote blockquote:after {
border-bottom: 0;
}


blockquote:before {
content: "\201C";
display: inline-block;
color: black;
background: white;
}

blockquote cite {
display: block;
margin-top: 1.5em;
font-size: 0.57143em;
line-height: 1.5;
font-style: normal;
}

address {
margin: 0 0 1.5em;
}

pre {
background: #eee;
/*  font-family: "Courier 10 Pitch", Courier, monospace;*/
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}

code, kbd, tt, var {
/*  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;*/
font-size: 15px;
font-size: 0.9375rem;
}

abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}

mark, ins {
text-decoration: none;
}

big {
font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
box-sizing: border-box;
}

*,
*:before,
*:after {
box-sizing: inherit;
}

body {
}

.thememattic-boxed-layout {
/*padding-left: 5%;
padding-right: 5%;*/
}

.thememattic-boxed-layout .site {
/*background: #fff;*/
}

hr {
background-color: #ccc;
border: 0;
height: 1px;
margin: 40px 0 ;
}
/*

ul, ol {
margin: 0 0 1.5em 3em;
}

ul {
list-style: disc;
}

ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
*/
dt {
font-weight: bold;
}

dd {
margin: 0 1.5em 1.5em;
}

img {
height: auto;
max-width: 100%;
}

figure {
margin: 0 auto;
}

table {
margin: 0 0 1.5em;
width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 0;
border-radius: 0;
height: 45px;
line-height: 45px;
text-transform: uppercase;
padding: 0 1em;
outline: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background: #333;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border: 0;
}

input,
select {
height: 45px;
line-height: 45px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid;
padding: 5px 15px;
outline: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}

select {
border: 1px solid #ccc;
}

textarea {
width: 100%;
}

/*--------------------------------------------------------------
# thememattic Elements
--------------------------------------------------------------*/
.bg-overlay {
width: 100%;
height: 100%;
display: block;
position: absolute;
left: 0;
right: 0;
filter: alpha(opacity=60);
opacity: .6;
}

.profile-image {
width: 180px;
height: 180px;
border-radius: 100%;
margin-left: auto;
margin-right: auto;
}

.author-details {
text-align: center;
}

.author-details .author-name {
margin: 30px auto 20px;
}

.author-info .author-social {
margin-top: 20px;
text-align: center;
}

.author-info .author-social > a {
border: 1px solid;
border-radius: 100%;
display: inline-block;
font-size: 11px;
height: 40px;
line-height: 40px;
margin: 0 4px;
width: 40px;
}

.author-info .author-social .meta-icon {
margin: 0 auto;
padding: 0;
font-size: 24px;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
color: #000;
text-decoration: none !important;
}

a:hover,
a:focus,
a:active {
outline: none;

}

a:hover,
a:focus {
opacity: .5 ;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
}

.entry-content a:hover
{  }


/*----------------------------------------------------------------------------*/
/*  Start Page Loader
/*----------------------------------------------------------------------------*/
.preloader {
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
background: hsla(0,0%,93%,.8);/*fact*/
z-index: 9999;
}

.preloader {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-ms-transform: all 0.7s ease;
transition: all 0.7s ease;
}

.page-loaded .preloader {
transform: translateY(-100%);
-o-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-webkit-transform: translateY(-100%);
}

.page-loaded .header {
transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
-webkit-transform: translateY(0);
}

.page-loaded .navbar-default {
transform: translateY(0);
transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
-webkit-transform: translateY(0);
}

.loader-wrapper {
width: 70px;
height: 35px;
overflow: hidden;
position: absolute;
top: calc(50% - 17px);
left: calc(50% - 35px);
}

#loader {
width: 70px;
height: 70px;
border-style: solid;
border-top-color: #000;
border-right-color: #000;
border-left-color: transparent;
border-bottom-color: transparent;
border-radius: 50%;
box-sizing: border-box;
animation: rotate 3s ease-in-out infinite;
transform: rotate(-200deg)
}

@keyframes rotate {
0% {
border-width: 10px;
}
25% {
border-width: 3px;
}
50% {
transform: rotate(115deg);
border-width: 10px;
}
75% {
border-width: 3px;
}
100% {
border-width: 10px;
}
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#thememattic-aside {
position: relative;
}

.site-branding {
/*
padding-top: 30px;
margin-bottom: 30px;
padding-left: 25px;
padding-right: 25px;
*/
}

.admin-bar .site-branding {
padding-top: 60px;
}

.wp-custom-logo .site-branding {
max-width: 220px;
}

.site-title,
.site-description {display: none;}

.ms-space {
max-width: 750px;
max-height: 90px;
min-height: 90px;
margin: 25px auto;
}

/*--------------------------------------------------------------
##search
--------------------------------------------------------------*/

.popup-search {
position: fixed;
width: 0;
height: 100%;
overflow-y: auto;
text-align: center;
left: 0;
right: 0;
bottom: 0;
top: 0;
padding: 20px;
z-index: 9999;
opacity: 0;
visibility: hidden;
background: #eee;
margin: auto;
overflow: hidden;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.reveal-search .popup-search {
opacity: 1;
visibility: visible;
width: 100%;
}

.reveal-search .table-align {
display: table;
height: 100%;
width: 100%;
}

.reveal-search .table-align-cell {
display: table-cell;
vertical-align: middle;
}

.popup-search .close-popup {
position: fixed;
bottom: 80px;
right: 0;
left: 0;
margin: auto;
cursor: pointer;
z-index: 1;
width: 40px;
height: 30px;
opacity: 1;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.popup-search .close-popup:after,
.popup-search .close-popup:before {
content: '';
height: 1px;
width: 41px;
position: absolute;
background-color: #000;
left: 0;
right: 0;
bottom: 0;
top: 0;
margin: auto;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.popup-search .close-popup:before {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.popup-search .close-popup:after {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.search-form label {
display: block;
width: 70%;
float: left;
}

.search-form label .search-field {
height: 45px;
-webkit-border-radius: 25px 0 0 25px;
border-radius: 25px 0 0 25px;
width: 100%;
}


.search-form .search-submit {
float: left;
padding-left: 15px;
padding-right: 15px;
-webkit-border-radius: 0 25px 25px 0;
border-radius: 0 25px 25px 0;
width: 30%;
background-color: #999;
color: #fff;
}

#komata .search-form .search-submit {
background-color: #999; margin-top: 27px
}
.popup-search .search-form {
max-width: 720px;
margin-left: auto;
margin-right: auto;
}

.popup-search .search-form label {
width: 85%;
width: calc(100% - 200px);
}

.popup-search* .search-form .search-submit {
float: right;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
font-size: 24px;
width: 200px;
height: 60px;
line-height: 60px;
padding-top: 0;
padding-bottom: 0;
}

.popup-search .search-form label .search-field {
border: 0;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
height: 60px;
line-height: 60px;
padding: 0 15px;
width: 100%;
}

@-webkit-keyframes trigger-nav-anim {
49% {
-webkit-transform: translate(100%);
}

50% {
opacity: 0;

-webkit-transform: translate(-100%);
}

51% {
opacity: 1;
}
}

@keyframes trigger-nav-anim {
49% {
-webkit-transform: translate(100%);
transform: translate(100%);
}

50% {
opacity: 0;

-webkit-transform: translate(-100%);
transform: translate(-100%);
}

51% {
opacity: 1;
}
}



.contact-icons {
text-align: center;
font-size: 20px;
line-height: 100%;
}

.contact-icons .thememattic-icon {
color: #000;
}

}

.site-logo-mobile {
margin: 0 !important;
padding: 0;
}

.site-logo-mobile:hover {
text-decoration: none;
color: #dbdbdb;
}

.site-main .comment-navigation, 
.site-main.post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}

.comment-navigation .nav-previous,
.nav-previous {
position: relative;
}

.comment-navigation .nav-next,
.nav-next {
position: relative;
}
.nav-previous {
float: left;
width: 50%;
}
.nav-next {
float: right;
width: 50%;
}
/*
*/
.post-navigation {
border-top: #ccc 1px solid; 
padding: 20px 0 0 0;
}

.post-navigation a {
/*    color: #fff;*/
display: block;
position: relative;
width: calc(100% - 20px)!important;
overflow-y: hidden!important;
padding: 2px 0 0 0;
height: 30px!important;
}

.post-navigation .nav-previous a {
float: left;
padding: 0 0 0 25px!important;
}
.post-navigation .nav-next a {
float: right;
padding: 0 25px 0 0!important;
text-align: right!important
}

.post-navigation .nav-previous a i {
position: absolute; top:0; left: 0px; font-size: 2.0em
}
.post-navigation .nav-next a i {
position: absolute; top:0; right: 0px; font-size: 2.0em
}

.post-navigation a:hover { opacity: 1!important }

.single.no-sidebar .post-navigation .nav-previous {
}

.single.no-sidebar .post-navigation .nav-next {
}

.single.right-sidebar .post-navigation .nav-previous,
.single.right-sidebar .post-navigation .nav-next,
.single.left-sidebar .post-navigation .nav-previous,
.single.left-sidebar .post-navigation .nav-next {
margin: 20px auto;
}

.menu-description {
background: #ff2222;
color: #fff;
text-transform: initial;
padding: 4px 12px;
border-radius: 4px;
margin-left: 5px;
font-size: 12px;
font-weight: 400;
}

.menu-description:hover,
.menu-description:focus {
filter: alpha(opacity=75);
opacity: .75;
}

.nav-previous a,
.nav-next a {
display: block;
padding: 10px 15px;
}

.single .entry-content,
.page .entry-content {
position: relative;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important;
}

.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}

#content[tabindex="-1"]:focus {
outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
/*    margin-right: 1.5em;*/
}

.alignright {
display: inline;
float: right;
/*    margin-left: 1.5em;*/
}

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.thememattic-breadcrumb {
border-bottom: 1px solid;
margin: 10px auto 20px;
padding: 0 0 10px 2px;
line-height: 1px;
font-size: 75%;
}

.breadcrumbs,
.breadcrumbs .trail-browse {
line-height: 1em;
/*    text-transform: uppercase;
font-weight: 600;
letter-spacing: 0.05em;*/
}

.breadcrumbs { display: inline-block; }
.breadcrumbs a { font-size: 11px!important }

.breadcrumbs > * {
float: left;
margin: 0 0 0 0;
padding: 0;
}

.breadcrumbs > *:last-child {
margin-right: 0;
}

.breadcrumbs .trail-begin {
margin-left: 0;
}

.breadcrumbs .trail-items {
list-style: none;
}

.breadcrumbs .trail-items li {
float: left;
margin-right: 7px;
}

.breadcrumbs .trail-items li:last-child {
margin-right: 0;
}

.breadcrumbs ul .trail-item span {
position: relative;
padding-left: 12px;
padding-right: 7px;
}

.breadcrumbs .trail-items li.trail-begin span {
padding-left: 0;
}

.breadcrumbs ul li span:before {
content: "/";
position: absolute;
left: 0;
display: inline-block;
}
.breadcrumbs ul .trail-item.trail-begin span:before {
content: none;
}
body.single .trail-end { display: none!important }

.page-numbers {
border: 1px solid;
padding: 0 10px;
font-size: 14px;
height: 40px;
line-height: 40px;
min-width: 45px;
text-align: center;
display: inline-block;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.aside-panel:before,
.aside-panel:after,
.site-content:before,
.site-content:after,
.content-inner-wrapper:before,
.content-inner-wrapper:after,
.site-footer:before,
.site-footer:after,
.section-block:before,
.section-block:after,
.widget:before,
.widget:after,
.comments-area .comment-list:before,
.comments-area .comment-list:after,
.minimal-grid-posts-lists:before,
.minimal-grid-posts-lists:after {
content: "";
display: table;
table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.aside-panel:after,
.site-content:after,
.content-inner-wrapper:after,
.site-footer:after,
.section-block:after,
.widget:after,
.comments-area .comment-list:after,
.minimal-grid-posts-lists:after {
clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
margin: 0 0 1.5em;
}

.widget-title {
display: block;
font-size: 16px;
font-weight: 700;
line-height: 1em;
letter-spacing: 2px;
margin: 20px 0;
text-transform: uppercase;
color: #000;
}

.widget-title:before {
background-color: #000;
content: "";
display: inline-block;
height: 2px;
position: relative;
vertical-align: middle;
width: 30px;
right: 10px;
margin-left: 10px;
}

.widget select {
max-width: 100%;
}

.widget ul {
list-style: none;
margin: 0 auto;
padding: 0;
}

.widget ul li {
margin-bottom: 10px;
}

.post-meta {
margin-bottom: 15px;
}

.thememattic-meta-info, .thememattic-meta-info a {
color: #757575;
font-weight: 600;
text-transform: uppercase;
}

.thememattic-meta-info.meta-divider {
margin: 0 5px;
vertical-align: middle;
}

.sidebar-bg .widget_recent_comments li,
.sidebar-bg .widget_pages li a,
.sidebar-bg .widget_minimal_grid_social_menu_widget li a,
.sidebar-bg .widget_archive li a,
.sidebar-bg .widget_meta li a,
.sidebar-bg .widget_categories li a,
.sidebar-bg .widget_minimal_grid_social_menu_widget li a,
.sidebar-bg .widget_recent_entries li a {
border-bottom: 1px solid #eaeaea;
padding: 10px 0;
position: relative;
display: table;
width: 100%;
}

.sidebar-bg .widget_recent_comments li:hover,
.sidebar-bg .widget_recent_comments li:focus,
.sidebar-bg .widget_pages li a:hover,
.sidebar-bg .widget_pages li a:focus,
.sidebar-bg .widget_minimal_grid_social_menu_widget li a:hover,
.sidebar-bg .widget_minimal_grid_social_menu_widget li a:focus,
.sidebar-bg .widget_archive li a:hover,
.sidebar-bg .widget_archive li a:focus,
.sidebar-bg .widget_meta li a:hover,
.sidebar-bg .widget_meta li a:focus,
.sidebar-bg .widget_categories li a:hover,
.sidebar-bg .widget_categories li a:focus,
.sidebar-bg .widget_minimal_grid_social_menu_widget li a:hover,
.sidebar-bg .widget_minimal_grid_social_menu_widget li a:focus,
.sidebar-bg .widget_recent_entries li a:hover,
.sidebar-bg .widget_recent_entries li a:focus {
color: #000;
}

.tabbed-head {
margin-bottom: 20px;
}

.widget.widget_minimal_grid_tab_posts_widget ul.nav-tabs {
border: 0;
position: relative;
}

.widget.widget_minimal_grid_tab_posts_widget ul.nav-tabs li {
border: 0;
margin: 0 auto;
padding: 0;
display: block;
float: left;
width: 50%;
}

.widget.widget_minimal_grid_tab_posts_widget ul.nav-tabs li a {
word-wrap: break-word;
padding: 15px 15px;
text-align: center;
border-radius: 0;
margin: 0 auto;
border: 0;
text-transform: uppercase;
font-weight: 700;
}

.site-main .widget.widget_minimal_grid_tab_posts_widget ul.nav-tabs li a {
padding: .9375rem 1.32rem;
}

.widget.widget_minimal_grid_tab_posts_widget .full-item {
border-bottom: 1px solid;
padding-bottom: 15px;
margin-bottom: 30px;
}

.widget.widget_minimal_grid_tab_posts_widget .full-item:last-child {
margin-bottom: 0;
border: 0;
padding-bottom: 0;
}

.widget_tag_cloud,
.widget_product_tag_cloud {
margin-bottom: 4em;
position: relative;
z-index: 2;
}

.widget_tag_cloud .tagcloud,
.widget_product_tag_cloud .tagcloud {
margin-bottom: 1.2em;
*zoom: 1;
}

.widget_tag_cloud .tagcloud:before, .widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:before,
.widget_product_tag_cloud .tagcloud:after {
display: table;
content: "";
}

.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:after {
clear: both;
}

.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
position: relative;
cursor: pointer;
display: inline-block;
float: left;
font-size: 100% !important;
line-height: 1.3;
margin: 0 12px 12px 0;
padding: 10px 13px 4px 15px;
padding: .84em 1em .84em 1.3em;
position: relative;
text-align: center;
text-transform: capitalize;
vertical-align: middle;
-webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
background-color: #f5f4f0;
}

.widget_tag_cloud .tagcloud a::before,
.widget_product_tag_cloud .tagcloud a::before,
.widget_tag_cloud .tagcloud a::after,
.widget_product_tag_cloud .tagcloud a::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 1px solid #e8e8e8;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-ms-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
}

.widget_tag_cloud .tagcloud a:hover::before,
.widget_product_tag_cloud .tagcloud a:hover::before {
margin-top: 4px;
margin-left: -4px;
}

.widget_tag_cloud .tagcloud a:hover::after,
.widget_product_tag_cloud .tagcloud a:hover::after {
margin-top: -4px;
margin-left: 4px;
z-index: -1;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-content {/*2021*/
position: relative;
overflow: hidden;
background-color: #fff;
}

.home .site-content {
padding-top: 0;
}


/*.no-sidebar #primary,*/
.no-sidebar .home-primary-sidebar {
/*border: 0;
padding-left: 0;
padding-right: 0;
width: 100%;*/
}

#secondary {
display: none
}

#secondary {
}
/*
.left-sidebar #primary {
float: right;
padding-left: 15px;
padding-right: 0;
}

.right-sidebar #primary {
float: left;
padding-right: 15px;
padding-left: 0;
}
*/
.section-block {
padding-top: 45px;
padding-bottom: 45px;
position: relative;
}

.section-block.section-latest-block {
padding-bottom: 15px;
}

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
.navcontrol-icon {
position: absolute;
z-index: 1;
display: block;
width: 60px;
font-size: 42px;
cursor: pointer;
color: #fff;
top: 50%;
margin-top: -30px;
text-align: center;
padding: 0;
}

.navcontrol-icon:before {
display: block;
line-height: 60px;
height: 60px;
}

.slide-prev:hover,
.slide-prev:focus,
.slide-next:hover,
.slide-next:focus {
outline: none !important;
}

.slide-prev {
left: 0;
}

.slide-next {
right: 0;
}

.slick-slide, .slick-slide * {
outline: none !important;
}

.slick-dots {
position: absolute;
bottom: 15px;
display: block;
width: 100%;
left: 0;
right: 0;
padding: 0;
padding-right: 20px;
margin: 0 auto;
list-style: none;
text-align: right;
}

.slick-dots li {
position: relative;
display: inline-block;
width: 10px;
height: 10px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}

.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 10px;
height: 10px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
opacity: 1;
}

.slick-dots li button:before {
content: "";
background: transparent;
border: 1px solid #fff;
border-radius: 100%;
position: absolute;
top: 0;
left: 0;
width: 10px;
height: 10px;
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
opacity: .75;
color: black;
}

.site-footer {
}

.site-footer .widget-title,
.site-footer,
.site-footer a,
.site-footer a:visited {
color: #000;
}

.site-copyright {
font-size: 14px;
color: #777777;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
padding: 30px 0;
}

.site-copyright a {
text-decoration: underline !important;
font-weight: 600;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
display: block;
}

.hentry {
margin: 0 0 0;
}

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

.page-content,
.entry-content,
.entry-summary {
margin: 50px auto 0;
}

.page-links {
clear: both;
margin: 0 0 1.5em;
}

.masonry-grid {
margin-right: -15px;
margin-left: -15px;

}

body.archive .masonry-grid {
margin-top: 50px;
}

.masonry-grid > * {
width: 100%;
}

.masonry-grid > article {
float: left;
}

.masonry-grid.masonry-col article {/*これが最大の敵*/
padding: 0 20px 50px !important;
margin: 0!important;
}

.masonry-grid.masonry-col article .entry-content { font-size: 14px; line-height: 1.5; }
.content-area .site-main .masonry-grid .post .tm-archive-wrapper article { padding: 0 0 0 !important; margin: 0!important; }/*これが最大の敵*/
h2.entry-title { padding: 0!important; margin: 10px 0 5px!important; }
.masonry-grid.masonry-col article .entry-content p { margin-top: 0!important; margin-bottom: 0!important; }
.masonry-grid { border-right: #fff 1px solid; }

.bg-image.bg-image-1 { width: 100%; }

#related-articles .col-sm-4 { float: left!important; margin-bottom: 30px; }
#related-articles .col-sm-4 h4 { font-size: 0.8em!important; line-height: 1.4em!important; }
.post-navigation span.post-title {font-size: 0.9em!important;line-height: 2.0em!important; }




.masonry-grid article .post-thumb { margin-bottom: 10px; }
.post-thumb { position: relative; }

.thememattic-featured-image.post-thumb {
display: none;
text-align: center;
margin-bottom: 20px;
}

.grid-item-overlay {
position: absolute;
width: 100%;
height: 100%;
top: 0;
background: rgba(255,255,255,0.5);
opacity: 0;
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
-ms-transition: all 300ms linear;
transition: all 300ms linear;
}

.post-thumb:hover .grid-item-overlay {
opacity: 1;
}

.grid-item-overlay span {
display: block;
position: relative;
z-index: 999;
width: 100%;
height: 100%;
}

.format-quote .entry-content {
position: relative;
}

.bg-quote {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 1;
}

.bg-quote:before {
background: #000;
content: "";
position: absolute;
width: 100%;
left: 0;
right: 0;
height: 100%;
filter: alpha(opacity=75);
opacity: .75;
}

.format-quote blockquote {
padding-left: 1.5em;
padding-right: 1.5em;
position: relative;
z-index: 2;
}

body:not(.single) .format-quote blockquote {
color: #fff;
}

body:not(.single) .format-quote blockquote:before {
color: #fff;
background: transparent;
font-size: 52px;
line-height: 1px;
}

body:not(.single) .quote-entry-title {
text-align: center;
color: #fff;
z-index: 1;
padding-bottom: 15px;
position: relative;
}

.entry-title.quote-entry-title {
font-size: 16px;
}

.row-collapse {
margin-left: 0;
margin-right: 0;
}

.col-wrapper,
.minimal-grid-posts-lists {
margin-left: -20px;
margin-right: -20px;
}

.minimal-grid-posts-lists > article {
float: left;
padding-left: 20px;
padding-right: 20px;
}

.minimal-grid-posts-lists > article {
width: 50%;
}

.left-sidebar .minimal-grid-posts-lists > article:nth-child(2n+1),
.right-sidebar .minimal-grid-posts-lists > article:nth-child(2n+1) {
clear: left;
}

.col-four {
width: 25%;
padding-left: 20px;
padding-right: 20px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-area .comment-navigation {
line-height: 2.375rem;
margin-bottom: 1.875rem;
font-size: 15px;
font-size: 0.9375rem;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.1em;
}

.comments-area .comment-navigation .nav-links {
border-width: 1px;
border-style: solid;
}

.comments-area .comment-navigation .nav-links > * {
float: left;
width: 50%;
text-align: center;
border-right-width: 1px;
border-right-style: solid;
}

.comments-area .comment-navigation .nav-links > *:last-child {
border-right: none;
}

.comments-area .comment-list,
.comments-area .comment-list .children {
list-style: none;
list-style-position: inside;
margin-left: auto;
padding-left: 0;
}

.comments-area .comment-list .pingback {
position: relative;
margin-left: 0;
font-weight: 600;
margin-bottom: 1.875rem;
padding-bottom: 0.9375rem;
}

.comments-area .comment-list .pingback:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 6.25rem;
border-bottom-width: 2px;
border-bottom-style: solid;
}

.comments-area .comment-list .pingback:before {
display: none;
}

.comments-area .comment-list .pingback a {
font-weight: 400;
}

.comments-area .comment-list .comment {
position: relative;
margin: 20px auto;
}

.comments-area .comment-list .comment:before {
display: none;
}

.comments-area .comment-list .comment-meta {
position: relative;
}

.comments-area .comment-list .comment-meta .avatar {
width: 100% !important;
max-width: 4.375rem !important;
display: block;
height: auto !important;
position: absolute;
top: 0;
left: 0;
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
}

.comments-area .comment-list .comment-content {
position: relative;
display: inline-block;
padding-bottom: 1.875rem;
font-size: 16px;
font-size: 1rem;
}

.comments-area .comment-list .comment-content > *:last-child {
margin-bottom: 0;
}

.comments-area .comment-list .comment-meta, .comments-area .comment-list .comment-content {
padding-left: 5.625rem;
}

.comments-area .comment-list .reply {
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
display: inline-block;
font-size: 12px;
position: absolute;
top: 0;
padding: 3px 10px;
text-transform: uppercase;
right: 0;
filter: alpha(opacity=50);
opacity: .5;
}

.comments-area.no-avatars .comment-meta, .comments-area.no-avatars .comment-content {
padding-left: 0 !important;
}

.comments-area .comment-metadata, .comments-area .comment-notes, .comments-area .logged-in-as {
display: inline-block;
filter: alpha(opacity=50);
opacity: .5;
}

.comments-area .comment-metadata {
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
}

.comments-area .comment-metadata:hover, .comments-area .comment-notes:hover, .comments-area .logged-in-as:hover {
filter: alpha(opacity=100);
opacity: 1;
}

#related-articles h3.related-title,
.comments-title,
.comments-area .comment-respond .comment-reply-title {
font-size: 1.2em!important;
border-top: 5px solid #ccc;
padding: 20px 0;
margin: 20px 0;
}

.comments-area .comment-respond .comment-reply-title small {
position: absolute;
right: 0;
}

.comments-area .comment > .comment-respond {
margin: 1.875rem 0 3.4375rem;
}

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

.comments-area .comment-form .comment-form-email,
.comments-area .comment-form .comment-form-url {
display: inline-block;
width: 48%;
margin-right: 20px;
}

.comments-area .comment-form .comment-form-author {
width: 100%;
}

.comments-area .comment-form .comment-form-url {
margin-right: 0;
}

.comments-area .comment-form input {
width: 100%;
}

.comments-area .comment-form input[type="submit"] {
width: inherit;
padding-left: 30px;
padding-right: 30px;
border-radius: 4px;
}

.comment-awaiting-moderation {
margin-bottom: 5px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll.neverending .site-footer {
display: none;
}

.infinity-end.neverending .site-footer {
display: block;
}

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

embed,
iframe,
object {
max-width: 100%;
}

.custom-logo-link {
display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}

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

.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}

.wp-caption-text {
text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
margin-bottom: 1.5em;
}

.gallery-item {
display: block;
float: left;
width: 100%;
padding: 0 5px;
position: relative;
margin-bottom: 20px;
}

article.format-gallery .entry-gallery {
margin-top: 15px;
}

article.format-gallery .gallery,
article.format-gallery .gallery-item {
margin-bottom: 0;
}

.single-post .gallery.gallery-columns-1 {
/*    max-width: 1170px;*/
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
}

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

.gallery-columns-2 .gallery-item:nth-child(2n+1) {
clear: left;
}

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

.gallery-columns-3 .gallery-item:nth-child(3n+1) {
clear: left;
}

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

.gallery-columns-4 .gallery-item:nth-child(4n+1) {
clear: left;
}

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

.gallery-columns-5 .gallery-item:nth-child(5n+1) {
clear: left;
}

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

.gallery-columns-6 .gallery-item:nth-child(6n+1) {
clear: left;
}

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

.gallery-columns-7 .gallery-item:nth-child(7n+1) {
clear: left;
}

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

.gallery-columns-8 .gallery-item:nth-child(8n+1) {
clear: left;
}

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

.gallery-columns-9 .gallery-item:nth-child(9n+1) {
clear: left;
}

.gallery-caption {
display: block;
background: #000;
background: rgba(0, 0, 0, .74);
color: #fff;
font-size: 85%;
line-height: 1.22857143;
position: absolute;
bottom: 0;
left: 5px;
right: 5px;
padding: 15px;
text-align: left;
}

.primary-background,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.widget .social-widget-menu ul li,
.comments-area .comment-list .reply,
.slide-categories a:hover,
.slide-categories a:focus,
.widget .social-widget-menu ul li:hover a:before,
.widget .social-widget-menu ul li:focus a:before,
.ham,
.ham:before,
.ham:after {
background: #33363b;
color: #fff;
}

.primary-background,
.primary-background a,
.primary-background a:visited,
.comments-area .comment-list .reply a {
color: #fff;
}

.secondary-background,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.widget.widget_minimal_grid_tab_posts_widget ul.nav-tabs li.active a,
.widget.widget_minimal_grid_tab_posts_widget ul.nav-tabs > li > a:focus,
.widget.widget_minimal_grid_tab_posts_widget ul.nav-tabs > li > a:hover,
.author-info .author-social > a:hover,
.author-info .author-social > a:focus,
.widget .social-widget-menu ul li a:before,
.widget .social-widget-menu ul li:hover,
.widget .social-widget-menu ul li:focus,
.moretag,
.moretag {
}

.slide-categories a {
background: #5CD1D3;
}

.sticky header:before,
a:hover,
a:focus,
a:active,
.sidr a:hover,
.sidr a:focus,
.page-numbers.current {
color: #5CD1D3;
}

.secondary-background,
.secondary-background a,
.secondary-background a:visited,
.widget.widget_minimal_grid_tab_posts_widget ul.nav-tabs li a {
color: #fff;
}

.inner-banner,
.thememattic-breadcrumb,
.trigger-nav,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"], textarea,
.widget.widget_minimal_grid_tab_posts_widget .full-item,
/*.entry-meta,*/
.page-numbers,
.author-info .author-social > a,
.nav-previous,
.nav-next{
border-color: #cccccc;
}

.social-icons ul {
list-style: none;
padding-left: 0;
margin: 0 auto;
}

.social-icons ul a {
display: block;
position: relative;
text-align: center;
}

.social-icons ul a span {
display: none;
filter: alpha(opacity=0);
opacity: 0;
visibility: hidden;
}

.social-icons ul li a:after,
.widget .social-widget-menu ul a:before {
display: inline-block;
/*  font-family: "Ionicons";*/
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-rendering: auto;
vertical-align: middle;
height: 45px;
font-size: 20px;
line-height: 45px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
}

.widget .social-widget-menu ul li {
display: block;

}

.widget .social-widget-menu ul a:before {
width: 50px;
float: left;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}

.footer-bottom .social-icons ul li a:after {
border-radius: 100%;
margin-right: 5px;
}

.header-social-icon,
.header-social-icon .social-icons ul li {
display: inline-block;
vertical-align: middle;
}

.header-social-icon {
padding-top: 30px;
padding-left: 20px;
padding-right: 20px;
}

.header-social-icon .social-icons ul li {
padding-left: 5px;
padding-right: 5px;
}

.widget .social-widget-menu ul li a {
display: block;
border: 0;
position: relative;
line-height: 45px;
height: 45px;
font-size: 18px;
font-weight: 400;
z-index: 99;
padding: 0;
}

.widget .social-widget-menu ul li a span {
color: #fff;
padding-left: 15px;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 2px;
}

.social-icons ul a[href*="dribbble.com"]:after,
.widget .social-widget-menu ul a[href*="dribbble.com"]:before {
content: "\f22d";
}

.social-icons ul a[href*="facebook.com"]:after,
.widget .social-widget-menu ul a[href*="facebook.com"]:before {
content: "\f231";
}

.social-icons ul a[href*="twitter.com"]:after,
.widget .social-widget-menu ul a[href*="twitter.com"]:before {
content: "\f243";
}

.social-icons ul a[href*="linkedin.com"]:after,
.widget .social-widget-menu ul a[href*="linkedin.com"]:before {
content: "\f239";
}

.social-icons ul a[href*="instagram.com"]:after,
.widget .social-widget-menu ul a[href*="instagram.com"]:before {
content: "\f351";
}

.social-icons ul a[href*="youtube.com"]:after,
.widget .social-widget-menu ul a[href*="youtube.com"]:before {
content: "\f24d";
}

.social-icons ul a[href*="vimeo.com"]:after,
.widget .social-widget-menu ul a[href*="vimeo.com"]:before {
content: "\f245";
}

.social-icons ul a[href*="plus.google.com"]:after,
.widget .social-widget-menu ul a[href*="plus.google.com"]:before {
content: "\f34f";
}

.social-icons ul a[href*="pinterest.com"]:after,
.widget .social-widget-menu ul a[href*="pinterest.com"]:before {
content: "\f2b1";
}

.social-icons ul a[href*="tumblr.com"]:after,
.widget .social-widget-menu ul a[href*="tumblr.com"]:before {
content: "\f241";
}

.social-icons ul a[href*="wordpress.org"]:after,
.widget .social-widget-menu ul a[href*="wordpress.org"]:before,
.social-icons ul a[href*="wordpress.com"]:after,
.widget .social-widget-menu ul a[href*="wordpress.com"]:before {
content: "\f249";
}

.social-icons ul a[href*="whatsapp.com"]:after,
.widget .social-widget-menu ul a[href*="whatsapp.com"]:before {
content: "\f4f0";
}

.social-icons ul a[href*="reddit.com"]:after,
.widget .social-widget-menu ul a[href*="reddit.com"]:before {
content: "\f23b";
}

.entry-title span,
.entry-title em,
.entry-title i {
font-style: italic;
}

.entry-title-1 {
/*font-size: 20px;
margin-top: 15px;*/
}

.bypostauthor {
display: block;
}

.sticky {
position: relative;
}

.sticky header:before {
content: "\f2a6";
display: inline-block;
/*  font-family: "Ionicons";*/
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-rendering: auto;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/*  font-size: 52px;*/
display: inline-block;
float: right;
right: 20px;
position: absolute;
top: -20px;
}

.moretag {
display: table;
width: 150px;
text-align: center;
height: 45px;
line-height: 45px;
padding: 0 15px;
margin: 15px 0 0;
border-radius: 4px;
}

.moretag:hover,
.moretag:focus {
color: #fff;
filter: alpha(opacity=60);
opacity: .6;
}

.entry-footer {
position: relative;
/*    display: -ms-flexbox;
display: flex;
-ms-flex-align: baseline;
align-items: baseline;*/
margin-top: 5px;
width: 100%!important;
display: block!important;

}

.entry-footer:after {
content: "";
display: block;
width: 100%;
height: 1px;
/*background: #eaeaea;*/
-ms-flex: 1 0 0;
flex: 1 0 0;
}

.entry-footer .entry-meta {
-ms-flex-preferred-size: auto;
flex-basis: auto;
}

.home .entry-footer:after {
display: none;
}

.thememattic-icon {
vertical-align: top;
}

.cat-links,
.tags-links {
}

.tags-links .thememattic-icon {
margin-left: 6px;
}


.tags-links,
.posted-on,
.byline,
.comments-link,
.edit-link,
.entry-meta-cat a {
display: inline-block;
font-size: 0.9em;
padding-right: 6px;
letter-spacing: .05em ;
/*    text-transform: uppercase;
font-weight: 600;*/
vertical-align: middle;
}

.cat-links { display: none; }

.entry-meta-cat {
/*margin-bottom: 10px;*/
}

span.edit-link {
background: #e2e2e2;
padding: 4px 10px;
letter-spacing: 2px;
border-radius: 4px;
}

.single .cat-links,
.single .tags-links,
.single .posted-on,
.single .byline,
.single .edit-link {
font-size: 12px;
}

.single .cat-links a,
.single .tags-links a,
.single .posted-on a,
.single .byline a,
.single .edit-link a {
font-weight: 100;
}

.entry-footer .entry-meta a { padding-left: 6px; }

.section-block.section-featured {
background: #f9e3d2;
}

.featured-item {
padding: 27px 41px 0 41px;
min-height: 300px;
position: relative;
z-index: 0;
}

.featured-item {
background-color: #f7f7f7;
}

.featured-item:nth-child(2n) {
background-color: #ededed;
}

.featured-item,
.featured-item a {
color: #fff;
}

.featured-item .post-img {
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
display: block;
width: 100%;
height: 100%;
overflow: hidden;
z-index: -1;
background-color: #2b2b2b;
filter: alpha(opacity=100);
opacity: 1;
-webkit-transition: all 1.2s cubic-bezier(.23, .81, .4, 1);
-moz-transition: all 1.2s cubic-bezier(.23, .81, .4, 1);
-ms-transition: all 1.2s cubic-bezier(.23, .81, .4, 1);
-o-transition: all 1.2s cubic-bezier(.23, .81, .4, 1);
transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
will-change: opacity;
}

.featured-item:nth-child(even) .post-img {
background-color: #333;
}

.featured-item:hover .post-img {
filter: alpha(opacity=0);
opacity: 0;
}

.featured-item .post-img img {
display: block;
position: absolute;
width: 100%;
height: auto;
top: 50%;
left: 0;
z-index: 1;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
object-fit: cover;
width: 100%;
height: 100%;
}

.featured-item figcaption {
position: absolute;
bottom: 20px;
width: 90%;
left: 0;
padding: 10px 20px;
}

.featured-item:hover figcaption,
.featured-item:focus figcaption {
background: rgba(0, 0, 0, .85);
}

.featured-item h3 {
font-size: 52px;
line-height: 1em;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 400;
margin-bottom: 15px;
word-break: break-all;
}

.featured-item .meta-description {
font-size: 14px;
margin-top: 20px;
}

.featured-item h3 a {
color: #fff;
}

.featured-item:hover h3 {
color: #000;
}

.section-bg {
background: #fefefe;
margin-top: 20px;
margin-bottom: 20px;
}

.section-recommended.section-bg {
background: #f9e3d2;
margin: 0 auto;
}

.section-head {
text-align: center;
margin-bottom: 30px;
}

.btn-load-more {
background: #fff;
color: #ccc;
padding-left: 15px;
padding-right: 15px;
font-size: 0;
height: 40px;
line-height: 40px;
text-transform: uppercase;
letter-spacing: 2px;
display: table;
margin: 0 auto;
min-width: 260px;
text-align: center;
}

.ajax-loader {
border: 3px solid #f3f3f3;
border-radius: 50%;
border-top: 3px solid #5CD1D3;
display: none;
width: 20px;
height: 20px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
vertical-align: middle;
margin-top: -4px;
}

.ajax-loader-enabled {
display: inline-block;
}

.btn-load-more:hover .ajax-loader,
.btn-load-more:focus .ajax-loader {
border-top-color: #000;
}

/* Safari */
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}

@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}

.btn-load-more:hover,
.btn-load-more:focus {
background: #ff2222;
color: #fff;
}

.wpcf7 {
text-align: left;
}

.wpcf7 label {
display: block;
}

.wpcf7 .wpcf7-form-control {
width: 100%;
border-width: 0 0 1px 0;
}

.wpcf7 .wpcf7-textarea {
height: 8em;
}

.entry-audio {
margin-bottom: 10px;
}

.entry-audio audio {
max-width: 100%;
}

.navigation.pagination {
display: block;
clear: both;
}

/*--------------------------------------------------------------
## Insta Slider
--------------------------------------------------------------*/
body .mfp-bg {
z-index: 999999;
}

body .mfp-wrap {
z-index: 9999999;
}

.section-insta-block {
margin: 0 auto;
padding: 0;
}

.insta-slider {
position: relative;
z-index: 1;
}

.insta-slider-wrapper {
position: relative;
}

.insta-slider-disable {
padding-top: 45px;
padding-bottom: 45px;
}

.insta-slider-disable .insta-item {
width: 20%;
float: left;
position: relative;
}

.insta-button {
display: inline-block;
position: absolute;
height: 50px;
text-align: center;
line-height: 50px;
white-space: nowrap;
top: 50%;
margin: -25px 0 0;
left: 0;
right: 0;
}

.insta-slider-disable ~ .insta-button {
position: relative;
top: inherit;
margin: 0 auto;
padding: 20px 0;
display: table;
}

.insta-button a {
display: inline-block;
position: relative;
padding: 0 20px;
text-transform: uppercase;
font-size: 12px;
font-size: 1.2rem;
z-index: 10;
letter-spacing: 1px;
vertical-align: top;
position: relative;
width: inherit;
}

.insta-hover {
position: relative;
display: inline-block;
vertical-align: top;
width: 100%;
transition: all .3s;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
}

.insta-item .insta-hover:before,
.insta-item .insta-hover:after {
position: absolute;
left: 10px;
right: 10px;
top: 10px;
bottom: 10px;
content: '';
opacity: 0;
z-index: 1;
transition: opacity .35s, transform .35s;
-webkit-transition: opacity .35s, transform .35s;
-moz-transition: opacity .35s, transform .35s;
-ms-transition: opacity .35s, transform .35s;
-o-transition: opacity .35s, transform .35s;
}

.insta-item .insta-hover:before {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0, 1);
-moz-transform: scale(0, 1);
-ms-transform: scale(0, 1);
-o-transform: scale(0, 1);
transform: scale(0, 1);
}

.insta-item .insta-hover:after {
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1, 0);
-moz-transform: scale(1, 0);
-ms-transform: scale(1, 0);
-o-transform: scale(1, 0);
transform: scale(1, 0);
}

.insta-item .insta-hover:hover:before,
.insta-item .insta-hover:hover:after {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}

.insta-slider .owl-dots {
bottom: -25px;
}

.insta-slider .owl-dots .owl-dot span {
border: 1px solid #000;
}

.insta-slider .owl-dots .owl-dot.active span,
.insta-slider .owl-dots .owl-dot:hover span {
background: #000;
}

/*--------------------------------------------------------------
##Plugin Support
--------------------------------------------------------------*/
.elementor-html .preloader {
display: none;
}

.mailchimp-bgcolor {
background: #ebcd56;
color: #000;
margin: 0 auto;
padding: 70px 0;
}

.section-mailchimp .widget-title {
margin-bottom: 30px;
letter-spacing: 2px;
font-size: 16px;
position: relative;
padding-bottom: 25px;
}

.mc4wp-form-fields {
margin: 0 auto;
max-width: 540px;
}

.mc4wp-form-fields > p {
display: block;
float: left;
}

.mc4wp-form-fields > p label {
display: none;
}

.mc4wp-form-fields input[type="text"],
.mc4wp-form-fields input[type="email"] {
width: 400px;
background: #eab492;
border: 0;
color: #fff;
border-radius: 0;
padding-top: 0;
padding-bottom: 0;
height: 50px;
line-height: 50px;
}

.mc4wp-form-fields input[type="text"]::-webkit-input-placeholder,
.mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
color: #fff;
}

.mc4wp-form-fields input[type="text"]::-moz-placeholder,
.mc4wp-form-fields input[type="email"]::-moz-placeholder {
color: #fff;
}

.mc4wp-form-fields input[type="text"]:-ms-input-placeholder,
.mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
color: #fff;
}

.mc4wp-form-fields input[type="text"]:-moz-placeholder,
.mc4wp-form-fields input[type="email"]:-moz-placeholder {
color: #fff;
}

.mc4wp-form-fields input[type="submit"] {
color: #fff;
letter-spacing: 0.2em;
text-transform: uppercase;
border: 0;
height: 50px;
line-height: 50px;
padding-top: 0;
padding-bottom: 0;
width: 140px;
border-radius: 0;
}

.mc4wp-form-fields input[type="submit"]:hover,
.mc4wp-form-fields input[type="submit"]:focus {
filter: alpha(opacity=85);
opacity: 0.85;
}

.mc4wp-response {
clear: both;
max-width: 540px;
margin: 0 auto;
}

.bg-image {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
display: block;
}

.no-sidebar .bg-image.bg-image-1 {
}

button.mfp-close,
button.mfp-arrow {
background: transparent !important;
}

.error-404 {
padding: 30px 0 10%;
}

.not-found h1.page-title,
.error-404 h2
{
margin-top: 30px;
margin-bottom: 30px;
}

.error-404 .search-form {
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body,
.mejs-container .mejs-controls,
.wp-playlist .mejs-container .mejs-controls {
background: #ff2222 !important;
}

/*--------------------------------------------------------------
##Back to top
--------------------------------------------------------------*/
#scroll-up {
position: fixed;
z-index: 8000;
bottom: 20px;
right: 15px;
display: none;
width: 48px;
height: 48px;
font-size: 24px;
line-height: 48px;
text-align: center;
text-decoration: none;
cursor: pointer;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}

#scroll-up:hover,
#scroll-up:focus {
background-color: #000;
color: #fff;
line-height: 45px;
}

#scroll-up:hover i,
#scroll-up:focus i {
display: block;
}

.prime-excerpt {
}

.post .style-archive header:before {
color: #949494;
font: normal normal normal 16px/1 "Ionicons";
font-size: inherit;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
font-size: 40px;
display: inline-block;
float: right;
}

.post.format-image .article-bg .post-thumb:after {
content: "";
color: #fff;
width: 40px;
height: 40px;
font: normal 32px/40px "Ionicons";
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
display: inline-block;
float: right;
position: absolute;
bottom: 10px;
right: 10px;
text-align: center;
}

.post.format-image .article-bg .post-thumb:after {
content: "\f3f5";
}

.post.format-standard .article-bg .entry-content p {
margin-top: 15px;
}

.site-content .img-copyright-info {
position: absolute;
bottom: 10px;
right: 10px;
color: #fff;
font-weight: 400;
background: #000;
padding: 5px 15px;
border-radius: 5px;
}

.site-content .img-copyright-info p {
margin: 0 auto;
}

.load-more-posts {

}

/*Gutenberg Fix*/
.wp-block-gallery {
list-style: none;
padding: 0;
margin: 0 auto;
}

.wp-block-quote {
margin: 30px 0 30px 0 !important;
padding: 50px !important;
font-size: 15px;
font-style: normal;
text-align: left;
quotes: none;
box-sizing: border-box;
font-weight: 400;
position: relative;
border-left: 0 !important;
background: #ff2222;
color: #fff;
}

.wp-block-quote:before {
content: "\201C";
position: absolute;
top: 0;
left: 30px;
padding: 0;
color: #fff;
background: transparent;
font-size: 100px;
display: block;
line-height: 1;
height: 30px;
margin-bottom: 30px;
}

.wp-block-quote cite {
font-size: 12px;
font-style: normal;
}

.wp-block-quote.is-style-large {
margin-bottom: 23px;
margin-top: 0 !important;
}

.wp-block-quote.is-style-large p {
font-size: 24px !important;
line-height: 1.5 !important;
}

.wp-block-quote p {
color: #fff !important;
line-height: 25px !important;
}

.wp-block-quote a {
color: #fff;
}

.wp-block-quote a:hover {
color: #fff;
}

#site-navigation {
max-height: 60vh;
}

