@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Roboto&display=swap');

html {
  font-family: 'Roboto', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  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;
  height: auto;
}

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-appearance: textfield;
  box-sizing: content-box;
}

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;
}

input:not([type]):focus:not([readonly]),
input[type="text"]:focus:not([readonly]),
input[type="password"]:focus:not([readonly]),
input[type="email"]:focus:not([readonly]),
input[type="url"]:focus:not([readonly]),
input[type="time"]:focus:not([readonly]),
input[type="date"]:focus:not([readonly]),
input[type="datetime-local"]:focus:not([readonly]),
input[type="tel"]:focus:not([readonly]),
input[type="number"]:focus:not([readonly]),
input[type="search"]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  outline: 0;
  background-image: none;
}

body {
  font-family: "Roboto", sans-serif;
  background: #fff;
  line-height: 1.5;
  font-size: 15px;
}

body::-webkit-scrollbar {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  padding-left: 15px;
}

ul li {
  list-style-type: disc;
}

ul li,
ol li {
  list-style-position: inside;
}

address {
  font-style: normal;
  margin-bottom: 20px;
}

.line {
  height: 1px;
  background: #eee;
  margin-bottom: 20px;
}

.text-center {
  text-align: center;
}

.bold {
  font-weight: 700;
}

.content-container {
  padding: 20px;
  min-height: 348px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

blockquote {
  border: none;
  padding: 8px 6px;
  border-top: 1px dotted #efefef;
  border-bottom: 1px dotted #efefef;
  margin-bottom: 15px;
  text-align: center;
  font-size: 17px;
  font-style: italic;
  line-height: 28px;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
}

.full-height {
  height: 100vh;
  width: 100%;
  box-sizing: border-box;
}

.valign-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.absolute {
  position: absolute;
}

.top {
  top: 0;
}

.bottom {
  bottom: 0;
}

.right {
  right: 0;
}

.left {
  left: 0;
}

button.btn-block {
  width: 100%;
}

.margin-bottom {
  margin-bottom: 15px;
}

.padding-10 {
  padding: 10px;
}

.small-text {
  font-size: 13px;
}

.logo {
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
}

.logo span {
  font-family: "Roboto";
  color: #ff0000;
  display: inline-block;
  margin: 0 -5px;
}

.logo .site-desc {
  text-transform: none;
  font-family: "Roboto";
  color: #999;
  font-size: 14px;
}

.page-overlay {
  background: #01302c;
  background: rgba(0, 0, 0, 0.7);
}

.pagination {
  padding: 0;
  margin: 20px 0 0 0;
}

.pagination li {
  border-radius: 0;
  background-color: #efefef;
}

.pagination li.active {
  background-color: #000;
}

.pagination li a {
  text-decoration: none;
}

.pagination li.disabled a {
  color: #bbb;
}

.pagination li i {
  font-size: 15px;
}

.load-more {
  display: block;
  background-color: #efefef;
  color: #000;
  text-align: center;
  padding: 8px 15px;
  margin: 15px 0 0 0;
  font-weight: 700;
  text-decoration: none;
}

.load-more:focus {
  background-color: #ddd;
  color: #444;
}

.clear:before,
.clear:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after {
  clear: both;
}

a {
  color: #2196f3;
  text-decoration: underline;
}

a:visited {}

a:hover,
a:focus,
a:active {
  color: none;
  text-decoration: none;
}

a:focus {
  outline: 0;
  text-decoration: none;
}

a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  width: 100%;
  border: 0;
}

/*--------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.8);
  font-size: 15px;
  line-height: 1;
  color: #fff;
  padding: 0.7em 0.9em 0.7em;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
  height: auto;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.5),
    inset 0 2px 5px rgba(0, 0, 0, 0.15);
  background-color: #000;
}

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.materialize-textarea {
  border-bottom: 1px solid #ccc;
}

input:not([type]):focus:not([readonly]),
input[type="text"]:focus:not([readonly]),
input[type="password"]:focus:not([readonly]),
input[type="email"]:focus:not([readonly]),
input[type="url"]:focus:not([readonly]),
input[type="time"]:focus:not([readonly]),
input[type="date"]:focus:not([readonly]),
input[type="datetime-local"]:focus:not([readonly]),
input[type="tel"]:focus:not([readonly]),
input[type="number"]:focus:not([readonly]),
input[type="search"]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #222;
  box-shadow: 0 0 0 0 #009688;
}

input:not([type]):focus:not([readonly])+label,
input[type="text"]:focus:not([readonly])+label,
input[type="password"]:focus:not([readonly])+label,
input[type="email"]:focus:not([readonly])+label,
input[type="url"]:focus:not([readonly])+label,
input[type="time"]:focus:not([readonly])+label,
input[type="date"]:focus:not([readonly])+label,
input[type="datetime-local"]:focus:not([readonly])+label,
input[type="tel"]:focus:not([readonly])+label,
input[type="number"]:focus:not([readonly])+label,
input[type="search"]:focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
  color: #092633;
}

[type="checkbox"]+label,
[type="radio"]+label {
  color: #444;
  font-size: 15px;
}

[type="checkbox"]:checked+label:before {
  border-right: 2px solid #009688;
  border-bottom: 2px solid #009688;
}

[type="radio"]:checked+label:after {
  border: 2px solid #009688;
  background-color: #009688;
}

[type="radio"].with-gap:checked+label:before {
  border: 2px solid #009688;
}

[type="radio"].with-gap:checked+label:after {
  border: 2px solid #009688;
  background-color: #009688;
}

.btn,
.btn-large {
  background-color: #26a69a;
}

.btn:hover,
.btn-large:hover {
  background-color: #2bbbad;
}

.input-field label {
  left: 0;
  width: 100%;
}

.input-field.with-icon input {
  padding-left: 25px;
  box-sizing: border-box;
}

.input-field.with-icon textarea.materialize-textarea {
  padding-left: 25px;
  width: calc(100% - 25px);
}

.input-field.with-icon label {
  left: 30px;
}

.input-field.with-icon .icon {
  color: #a5bac4;
  font-size: 20px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
}

span.highlight {
  display: inline-block;
  padding: 0 5px;
  background: #fcfcb3;
}

span.dropcap {
  font-weight: 700;
  display: block;
  float: left;
  padding: 0px 5px 0 3px;
  line-height: 30px;
  font-size: 28px;
  text-transform: uppercase;
}

code {
  background-color: #ccc;
  border-radius: 3px;
  color: #444;
  padding: 2px 5px;
}

span.pull-right {
  text-transform: uppercase;
  display: block;
  float: right;
  margin: 0 0 10px 20px;
  color: #ccc;
  line-height: 22px;
  width: 30%;
  font-size: 18px;
  text-align: right;
}

span.pull-left {
  text-transform: uppercase;
  display: block;
  float: left;
  margin: 0 20px 10px 0;
  color: #ccc;
  width: 30%;
  font-size: 18px;
  line-height: 22px;
}

#slide-out-left .side-heading {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  height: 40px;
  position: relative;
}

#slide-out-left .logo {
  position: absolute;
  bottom: -5px;
  left: 0;
  padding: 0 10px 0 20px;
  background-color: #fff;
}

#slide-out-left .logo h1 {
  font-size: 25px;
  color: #000;
}

#slide-out-left .collapsible {
  padding: 0;
  margin: 0;
  list-style: none;
}

#slide-out-left .collapsible>li {
  list-style: none;
}

#slide-out-left .collapsible li:hover {
  background-color: transparent;
}

#slide-out-left .collapsible li.active {
  background-color: #eee;
}

#slide-out-left .collapsible>li>.collapsible-header {
  margin: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  padding: 12px 0 12px 24px;
  font-weight: 500;
}

#slide-out-left .collapsible li .collapsible-header #icon-menu,
#slide-out-left .collapsible>li>a>#icon-menu {
  width: 40px;
  font-size: 19px;
  float: left;
  color: rgba(0, 0, 0, 0.4);
}

#slide-out-left .collapsible li .collapsible-header #arrow-dropdown {
  float: right;
  margin-right: 15px;
}

#slide-out-left .collapsible .active #arrow-dropdown {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#slide-out-left .collapsible>li>a {
  display: block;
  padding: 12px 25px 12px 24px;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
}

#slide-out-left .collapsible li .collapsible-body ul {
  padding: 0;
  color: #999;
  list-style: none;
  overflow: auto;
}

#slide-out-left .collapsible li.active .collapsible-body {
  background-color: #eee;
}

#slide-out-left .collapsible li .collapsible-body ul li {
  padding: 0 0 0 31px;
  margin: 0;
  list-style-type: disc;
}

#slide-out-left .collapsible li .collapsible-body>ul>li>a {
  margin: 0;
  font-size: 14px;
  text-decoration: none;
  padding: 6px 0 6px 5px;
  display: inline-block;
  width: calc(100% - 32px);
  color: rgba(0, 0, 0, 0.6);
}

#slide-out-right li:hover {
  background-color: transparent;
}

.sidebar-widget {
  padding: 15px;
}

.sidebar-tabs .tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  height: auto;
  background-color: transparent;
  margin: 0;
  width: 100%;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0;
}

.sidebar-tabs .tabs .tab {
  text-transform: none;
  border-bottom: 2px solid #eee;
  text-align: left;
}

.sidebar-tabs .tabs .tab a {
  text-decoration: none;
  color: #ccc;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  display: block;
  width: 100%;
  height: 100%;
  text-overflow: none;
  padding: 0 5px;
  transition: color 0.28s ease;
}

.sidebar-tabs .tabs .tab a.active {
  color: #000;
  font-weight: 500;
}

.sidebar-tabs .tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  z-index: 20;
  background-color: #000;
  will-change: left, right;
}

.sidebar-news-list {
  padding: 0;
}

.sidebar-news-list li {
  list-style: none;
  position: relative;
  padding: 5px 0;
}

.sidebar-news-list li .titles {
  width: calc(100% - 60px);
  margin-right: 60px;
}

.sidebar-news-list li .titles a {
  font-family: 'Playfair Display', serif;
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.sidebar-news-list li .titles .meta {
  display: block;
  font-size: 13px;
  color: #999;
}

.sidebar-news-list li .thumb {
  position: absolute;
  right: 0;
  top: 5px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.sidebar-news-list li .thumb img {
  width: 100%;
}

.sidebar-widget .tags a {
  display: inline-block;
  padding: 2px 6px;
  color: #fff;
  background-color: #444;
  text-decoration: none;
  margin: 0 2px 3px 0;
}

.sidebar-widget .socials a {
  display: inline-block;
  width: 60px;
  padding: 2px;
  text-align: center;
  color: #222;
  border: 2px solid #eee;
  font-size: 20px;
  margin: 0 2px 3px 0;
}

.top-navbar {
  border-bottom: 2px solid #eee;
  overflow: hidden;
  background: #fff;
  height: 56px;
  position: fixed;
  -webkit-transform: translateZ(0);
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.top-navbar .site-title {
  text-align: center;
  margin: 0 auto;
  max-width: calc(100% - 100px);
  padding: 7px 0;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
}

.top-navbar .site-title h1 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  padding: 4px 0;
  color: #000;
}

.top-navbar .site-title h1 span {
  font-family: "Roboto";
  color: #ff0000;
  display: inline-block;
  margin: 0 -5px;
}

.top-navbar .top-navbar-left {
  float: left;
}

.top-navbar .top-navbar-right {
  float: right;
}

.top-navbar .top-navbar-left a,
.top-navbar .top-navbar-right a {
  font-size: 22px;
  padding: 10px 15px;
  display: inline-block;
  color: #999;
}

.widget-box {
  margin-bottom: 20px;
}

.widget-title {
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 23px;
  font-weight: 700;
  border-bottom: 2px solid #eee;
  position: relative;
  height: 20px;
  font-family: 'Playfair Display', serif;
  color: #000;
}

.widget-title.clear-w-title {
  border-bottom: none;
}

.widget-title span {
  padding: 0 15px 0 0;
  display: inline-block;
  background-color: #fff;
}

.widget-title.clear-w-title span {
  background-color: transparent;
}

.widget-title .index {
  display: inline-block;
  position: absolute;
  right: 0;
  font-size: 15px;
  margin-top: 7px;
  font-weight: 300;
  color: #999;
}

.featured-slider {
  position: relative;
  border-bottom: 2px solid #eee;
  margin-bottom: 20px;
}

.featured-slider .featured-item {
  position: relative;
  outline: 0;
}

.featured-slider .featured-item .thumb {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.featured-slider .featured-item .thumb img {
  width: 100%;
}

.featured-slider .featured-item .thumb .icons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: #000;
  color: #fff;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
}

.featured-slider .featured-item .caption .issue {
  color: #ff0000;
  font-size: 14px;
}

.featured-slider .featured-item .caption h2 {
  margin: 0 0 7px 0;
  padding: 0;
  font-size: 22px;
  font-family: 'Playfair Display', serif;
}

.featured-slider .featured-item .caption h2 a {
  text-decoration: none;
  color: #000;
}

.featured-slider .featured-item .caption .meta {
  font-size: 13px;
  color: #bbb;
}

.featured-slider .featured-item .caption p {
  margin: 10px 0;
  padding: 0;
  color: #555;
}

.featured-gallery-slider .featured-item .fullscreen {
  position: absolute;
  top: 5px;
  right: 5px;
}

.featured-gallery-slider .featured-item .fullscreen a {
  font-size: 18px;
  padding: 3px 7px;
  display: inline-block;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.featured-slider .slick-dots,
.featured-gallery-slider .slick-dots {
  width: auto;
  position: absolute;
  bottom: -20px;
  right: 0;
  padding: 0 0 0 20px;
  background: #fff;
}

.featured-slider .slick-dots li,
.featured-gallery-slider .slick-dots li {
  float: left;
  margin: 0 2px;
  list-style: none;
}

.featured-slider .slick-dots li button,
.featured-gallery-slider .slick-dots li button {
  width: 7px;
  height: 7px;
  overflow: hidden;
  border-radius: 50%;
  background: #ccc;
  display: inline-block;
  font-size: 0px;
}

.featured-slider .slick-dots li.slick-active button,
.featured-gallery-slider .slick-dots li.slick-active button {
  background: #000;
}

.featured-gallery-slider .prev-arr,
.featured-gallery-slider .next-arr {
  position: absolute;
  top: 40%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  text-align: center;
  padding-top: 5px;
}

.featured-gallery-slider .prev-arr {
  left: 10px;
  padding-right: 2px;
}

.featured-gallery-slider .next-arr {
  right: 10px;
  padding-left: 2px;
}

.featured-gallery-slider {
  background: #999;
  position: relative;
}

.featured-gallery-slider .featured-item {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.featured-gallery-slider .featured-item .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}

.featured-gallery-slider .featured-item .thumb img {
  width: 100%;
}

.single-featured {
  border-bottom: 1px solid #eee;
}

.single-featured.no-line {
  border-bottom: 0px solid #000;
}

.single-featured .entry-thumb {
  width: 130px;
  max-height: 130px;
  float: left;
}

.single-featured .entry-thumb img {
  width: 100%;
}

.single-featured .entry-content {
  width: calc(100% - 145px);
  margin-left: 145px;
  min-height: 110px;
}

.single-featured .entry-content h2 {
  font-size: 18px;
  line-height: 23px;
  margin: 0 0 5px 0;
  font-family: 'Playfair Display', serif;
}

.single-featured .entry-content h2,
.single-featured .entry-content h2 a {
  color: #000;
  text-decoration: none;
}

.single-featured .entry-content .entry-meta {
  font-size: 13px;
  color: #999;
}

.small-thumb {
  padding: 0;
}

.small-thumb li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.small-thumb li .entry-content {
  width: calc(100% - 80px);
  margin-right: 80px;
  min-height: 60px;
}

.small-thumb li .entry-content h2 {
  margin: 0 0 7px 0;
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  color: #000;
}

.small-thumb li .entry-content h2 a {
  color: #000;
  text-decoration: none;
}

.small-thumb li .entry-meta {
  font-size: 13px;
  color: #999;
}

.small-thumb li .entry-thumb {
  position: absolute;
  right: 0;
  top: 10px;
  width: 70px;
  max-height: 70px;
  overflow: hidden;
}

.small-thumb li .entry-thumb img {
  width: 100%;
}

.list-entry-title {
  padding: 0;
}

.list-entry-title li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  list-style: none;
}

.list-entry-title li h3 {
  font-size: 15px;
  margin: 0 0 5px 0;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
}

.list-entry-title li h3 a {
  color: #000;
  text-decoration: none;
}

.list-entry-title li span.issue {
  color: #ff0000;
  font-size: 13px;
}

.list-entry-title li span.meta {
  font-size: 13px;
  color: #999;
}

.list-entry-title li p {
  margin: 7px 0 0 0;
  font-size: 13px;
}

/* new */
.small-list {
  padding: 0 0 0 5px;
}

.small-list li:before {
  font-family: "fontawesome";
  content: "\f0da";
  position: absolute;
  left: 0;
  color: #555;
}

.small-list li {
  list-style: none;
  padding: 2px 0 2px 20px;
  position: relative;
}

.small-list li a {
  color: #000;
  text-decoration: none;
}

.gallery-widget1 .items .thumb {
  line-height: 10px;
  margin-bottom: 15px;
}

.gallery-widget1 .items .thumb img {
  width: 100%;
}

.gallery-widget1 .items .caption h3 {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  margin: 0;
}

.gallery-widget1 .items .caption h3 a {
  color: #fff;
  text-decoration: none;
}

.gallery-widget1 .items .caption .timepost {
  color: #ccc;
  font-size: 13px;
}

.gallery-widget1 .prev-arr,
.gallery-widget1 .next-arr {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  text-align: center;
  padding-top: 5px;
}

.gallery-widget1 .prev-arr {
  left: 10px;
  padding-right: 2px;
}

.gallery-widget1 .next-arr {
  right: 10px;
  padding-left: 2px;
}



.gallery-widget .items .thumb {
  line-height: 10px;
  margin-bottom: 15px;
}

.gallery-widget .items .thumb img {
  width: 100%;
}

.gallery-widget .items .caption h3 {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  margin: 0;
}

.gallery-widget .items .caption h3 a {
  color: #fff;
  text-decoration: none;
}

.gallery-widget .items .caption .timepost {
  color: #ccc;
  font-size: 13px;
}

.gallery-widget .prev-arr,
.gallery-widget .next-arr {
  position: absolute;
  top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  text-align: center;
  padding-top: 5px;
}

.gallery-widget .prev-arr {
  left: 10px;
  padding-right: 2px;
}

.gallery-widget .next-arr {
  right: 10px;
  padding-left: 2px;
}

#page {
  padding-top: 56px;
}

#page-bg {
  background: url(../images/1.jpg) no-repeat center / cover !important;
}

.page-inner-content {
  padding: 20px;
  min-height: 370px;
}

.page-header-container {
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.page-header-container .redline {
  position: absolute;
  bottom: -1px;
  height: 1px;
  background: #ff0000;
  width: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page-header-container .pra-title {
  color: #999;
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
  margin-left: -10px;
}

.page-header-container .subtitle {
  color: #999;
  font-size: 15px;
}

.page-header-container .pra-title i.fa {
  color: #ccc;
  display: inline-block;
  margin-right: 5px;
}

.page-header-container .index-date {
  float: left;
  width: 50%;
  padding-right: 10px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: -20px;
}

.page-header-container .index-date input[type="date"] {
  margin: 0;
  border-bottom: 0px solid #000;
}

.page-header-container .index-category {
  float: right;
  width: 50%;
  padding-left: 10px;
  margin-bottom: -20px;
}

.page-title {
  margin: 0;
  padding: 0;
}

.entry-main .thumb-featured {
  margin-bottom: 20px;
}

.post-featured {
  margin-bottom: 10px;
}

.post-featured img,
.entry-main .thumb-featured img {
  width: 100%;
}

.post-featured .caption {
  padding: 1px 0 5px;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  color: #999;
}

.post-featured-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0 0 20px 0;
}

.post-featured-video iframe.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-main .entry-title {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 25px;
  line-height: 30px;
  font-family: 'Playfair Display', serif;
}

.entry-main .entry-title.page {
  margin-bottom: 20px;
}

.entry-main .entry-meta {
  margin-bottom: 20px;
  font-size: 13px;
  color: #999;
}

.entry-main .entry-meta .date {}

.entry-main .entry-meta .separator {
  display: inline-block;
  margin: 0 5px;
}

.entry-main .entry-meta .author {
  font-weight: 700;
}

.entry-main .entry-content {
  margin-bottom: 20px;
}

.entry-main .entry-footer {
  margin-bottom: 20px;
  padding: 10px 0;
}

.entry-main .entry-footer .tags {
  margin-bottom: 20px;
}

.entry-main .entry-footer .tags i.fa {
  margin-right: 15px;
  color: #999;
}

.entry-main .entry-footer .tags a {
  text-decoration: none;
  background-color: #ccc;
  color: #fff;
  padding: 2px 6px;
  display: inline-block;
  margin: 0 2px;
}

.entry-main .entry-footer .social-share {}

.entry-main .entry-footer .social-share span {
  color: #999;
  margin-right: 15px;
}

.entry-main .entry-footer .social-share a {
  display: inline-block;
  margin: 0;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  width: 60px;
  padding: 2px 0;
}

.entry-main .entry-footer .social-share a.facebook {
  background-color: #3b5998;
}

.entry-main .entry-footer .social-share a.twitter {
  background-color: #55acee;
}

.entry-main .entry-footer .social-share a.gplus {
  background-color: #dd4b39;
}

.back-to-article {
  margin-bottom: 30px;
}

.back-to-article a {
  color: #666;
  text-decoration: none;
  font-weight: 700;
}

.back-to-article a i.fa {
  display: inline-block;
  margin-right: 10px;
  color: #bbb;
}

.gallery img {
  width: 100%;
}

.app-title {
  margin-bottom: 20px;
}

.input-field {
  border: 1px solid #ddd;
  padding: 0 15px;
  margin-bottom: 15px;
}

.input-field.no-border {
  border: none;
  padding: 0;
  margin-bottom: 25px;
}

.input-field .icons {
  margin: 7px 10px 0 0;
  color: #999;
  float: left;
}

.input-field .input-form {
  border: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.input-field .input-form:focus {}

.input-field .input-form.with-icons {
  width: calc(100% - 30px);
}

.author-container {
  background-color: #eee;
  padding: 15px;
  text-align: center;
  margin-bottom: 25px;
}

.author-container .author-pic {
  margin: 0 auto 15px auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.author-container .author-pic img {
  width: 100%;
}

.author-container .author-name {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.author-container .desc {
  margin: 0 0 20px 0;
  font-size: 13px;
}

.author-container .author-stat {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  height: 55px;
}

.author-container .author-stat .stat-item {
  float: left;
  width: 33.3%;
}

.author-container .author-stat .stat-item .count {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
}

.author-container .author-stat .stat-item .desc {
  font-size: 13px;
  color: #999;
}

.tagPage-header {
  background-color: #eee;
  padding: 15px;
  margin-bottom: 25px;
}

.tagPage-header .icon {
  display: inline-block;
  color: #aaa;
  margin-right: 10px;
}

.tagPage-header .tag {
  display: inline-block;
  color: #fff;
  background-color: #ccc;
  padding: 2px 8px;
}

.search {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}

.search .input-field {
  margin-bottom: 0;
  border-width: 0;
  border-style: none;
  border-color: none;
  padding: 0;
  margin-top: 0;
}

.search .input-field input[type="search"] {
  width: calc(100% - 60px);
  margin: 0 0 0 60px;
  border-bottom: 0px solid #fff;
  padding-left: 0;
}

.search .input-field input[type="search"]:focus {
  background-color: transparent;
}

.search .input-field input[type="search"]+label {
  left: 0;
}

.search .input-field label {
  left: 0;
  top: 10px;
  width: 55px;
  text-align: center;
}

.search .input-field label.active {
  font-size: 0.8rem;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.comment {}

.comment-form {
  margin-bottom: 30px;
}

.comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.comment-list li {
  padding: 12px 0 10px 0;
  border-bottom: 1px solid #eee;
  float: left;
  width: 100%;
}

.comment-list li .pic {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 15px;
  float: left;
}

.comment-list li .pic img {
  width: 100%;
}

.comment-list li .comment-body {
  width: calc(100% - 68px);
  float: left;
}

.comment-list li .comment-body .comment-user {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.comment-list li .comment-body .meta {
  color: #999;
  font-size: 12px;
  margin-bottom: 15px;
}

.comment-list li .comment-body .reply {
  color: #bbb;
  text-decoration: none;
}

.comment-list li .comment-body .reply i.fa {
  font-size: 13px;
}

.not-found {
  text-align: center;
}

.not-found h2 {
  font-size: 75px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #ccc;
}

.not-found h3 {
  margin: 0 0 30px 0;
  padding: 0;
}

.coming-soon {
  text-align: center;
  color: #fff;
  width: 100%;
}

.coming-soon .title {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.coming-soon .desc {
  margin: 0;
  font-size: 13px;
}

.coming-soon #clock {
  display: block;
  margin: 20px 0;
  font-size: 30px;
}

.signing-container {
  width: 100%;
  padding: 0 20px 60px 20px;
}

.signing-form {
  background-color: #eee;
  padding: 15px 15px 2px 15px;
  margin: 0 0 15px 0;
}

.signing-form .input-field {
  border: none;
  background-color: #fff;
  margin: 0 0 15px 0;
  padding: 0;
}

.signing-form .input-field input[type="text"],
.signing-form .input-field input[type="password"] {
  border-bottom: 0px solid #00796b;
  margin: 0;
  padding: 25px 15px 25px 40px;
}

.signing-form .input-field input[type="text"]:focus,
.signing-form .input-field input[type="password"]:focus {
  border-bottom: 0px solid #00796b;
}

.signing-form .input-field.with-icon .icon {
  color: #666;
  left: 10px;
  top: 10px;
}

.signing-container .input-field.signing-check {
  border: 0px solid #000;
  margin: 0;
  padding: 0;
  height: auto;
  min-height: 0;
  margin-bottom: 25px;
}

.todo {
  list-style: none;
  padding: 0;
  margin: 0;
}

.todo>li {
  padding: 15px;
  border-bottom: 1px solid #efefef;
}

.todo>li.heading {
  padding: 8px 15px 8px 50px;
  font-weight: 700;
  color: #000;
}

.todo li [type="checkbox"]+label {
  color: #111;
  font-size: 15px;
}

.todo li .todo-time {
  display: block;
  font-size: 12px;
  margin: 0 0 0 35px;
  color: #999;
}

.todo li .todo-icon {
  float: right;
  width: 30px;
  height: 30px;
  margin: 5px 0 0 3px;
  border-radius: 50%;
  overflow: hidden;
}

.todo li .todo-icon img {
  width: 100%;
}

.nm-times.progress {
  background-color: #eee;
}

.nm-times.progress .indeterminate {
  background-color: #000;
}

.footer {}

.footer .footer-main {
  background-color: #000;
  padding: 20px;
}

.footer .footer-main .heading {
  position: relative;
  margin-bottom: 20px;
}

.footer .footer-main .heading .logo {
  width: 65%;
}

.footer .footer-main .heading .logo h1 {
  font-size: 35px;
}

.footer .footer-main .heading .socials {
  position: absolute;
  right: 0;
  top: 0;
}

.footer .footer-main .heading .socials a {
  display: inline-block;
  margin: 0 2px;
  font-size: 20px;
  padding: 5px 0 0 0;
  color: #666;
}

.footer .canals {
  width: 99%;
  border-top: 1px solid #222;
  position: relative;
  padding: 0;
}

.footer .canals .items {
  width: 33%;
  float: left;
  padding-right: 5px;
}

.footer .canals .items ul {
  padding: 0;
}

.footer .canals .items ul li {
  list-style: none;
}

.footer .canals .items ul li.canal-heading {
  color: #ddd;
  font-weight: 700;
}

.footer .canals .items ul li a {
  color: #aaa;
  text-decoration: none;
}

.footer .canals .prev-arr,
.footer .canals .next-arr {
  position: absolute;
  top: -14px;
  padding: 0 4px;
  margin: 0 2px;
  color: #999;
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  background-color: #000;
}

.footer .canals .prev-arr {
  right: 23px;
}

.footer .canals .next-arr {
  right: 0;
}

.social-footer {
  margin-bottom: 20px;
}

.footer .navigation {
  margin-bottom: 5px;
}

.footer .navigation a {
  color: #999;
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
}

.footer .copyright {
  padding: 20px;
  background-color: #111;
  color: #999;
  text-align: center;
  font-size: 13px;
}

#to-top {
  position: fixed;
  right: 30px;
  bottom: -100px;
  z-index: 55;
  width: 40px;
  height: 40px;
  text-align: center;
  overflow: auto;
  padding: 10px 0 0 0;
  font-size: 15px;
  cursor: pointer;
  background: #ff0000;
  background: rgba(102, 102, 102, 0.5);
  color: #fff;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  z-index: 111;
  border-radius: 50%;
}

.share-wrapper {
  position: relative;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 10px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 10px;
  margin-bottom: 30px;
  white-space: nowrap;
}

.total-shares {
  display: inherit;
  text-align: center;
  position: relative;
  min-width: 66px;
  white-space: nowrap;
}

.share-buttons-nuevo {
  display: inline-flex;
  color: #c1c1c1;
  font-size: 11px;
}

.total-shares em {
  color: #222222;
  font-size: 59px;
  line-height: 33px;
  font-weight: 800;
  font-style: normal;
}

.total-shares .caption {
  font-size: 15px;
  font-weight: 300px;
  margin-top: -6px;
  color: #c1c1c1;
  text-transform: uppercase;
}

.share-wrapper .share-buttons {
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
  position: relative;
  margin-bottom: 0px;
  background: transparent;
  padding: 0px;
  top: 0px;
  margin-top: -11px;
}

.social-share {
  margin-right: 10px;
  font-size: 12px;
  padding: 8px 9px;
  line-height: 20px;
  background: #ff0000;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: none;
}

.social-share i {
  font-size: 15px;
}

.social-share:hover,
.social-share:focus {
  color: #fff;
  text-decoration: none;
  border: none;
}

.share-wrapper .facebook {
  background: #2d609b;
}

.share-wrapper .twitter {
  background: #1ebef0;
}

.share-wrapper .pinterest {
  background: #c8232c;
}

.share-wrapper .whatsapp {
  background: #25d366;
}

.share-wrapper .linked_in {
  background: #0083be;
}