/*
Theme Name: Newstimehub
Theme URI: https://www.newstimehub.com/
Author: Newstimehub
Author URI: https://www.newstimehub.com/
*/
/*Reset Css*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	word-break: keep-all;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ul {
  list-style: disc;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-display: swap;
}

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
.footer-topinside aside.widget {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.io-title-description {
  display: inline-block;
  margin: 17px 0;
  padding: 14px 0;
  float: none;
}
.io-title-description a {
  font-size: 34px;
  font-weight: normal;
  text-decoration: none;
  padding-left: 15px;
  color: #444444;
  text-shadow: 0.1px 1px 2px #888888;
}
.io-title-description a:hover {
  color: #111111;
  text-decoration: none;
}
.io-title-description .site-description:hover {
  color: #111111;
  text-decoration: none;
}
.io-title-description .site-description {
  font-weight: normal;
  padding-left: 18px;
  line-height: 2;
  font-size: 12px;
  text-shadow: 0.1px 1px 2px #cccccc;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
del {
  color: #333;
}
ins {
  background: none;
  text-decoration: none;
}
hr {
  background-color: #eee;
  border: 0;
  height: 1px;
  margin: 20px 0;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: smaller;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/* Add rounded corners to social media icons */
.socialmedia img {
  border-radius: 4px;
}
/* Logo responsiveness in case of big logos */
.javapaper-logo img {
  max-width: 100%;
}
/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}
/* =FULL WIDTH
-------------------------------------------------------------- */
.fullwidth-wrapper {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding: 0 15px 30px 15px;
  position: relative;
}
/* =Repeatable patterns
-------------------------------------------------------------- */
/* Small headers */
.entry-content th,
.comment-content th {
  background: #f1f1f1;
  border: 1px solid #c1c1c1;
  font-size: 11px;
  line-height: 2.181818182;
  font-weight: bold;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #636363;
}
/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
  font-size: 11px;
  line-height: 2.181818182;
}
/* Form fields, general styles first */
input,
button,
textarea {
  border: 1px solid #ddd;
  border-radius: 0px;
  font-family: inherit;
  margin-right: 0%;
  margin-bottom: 10px;
  padding: 8px 10px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
input,
button,
textarea {
  background-color: rgba(0, 0, 0, 0);
}

input:hover,
button:hover,
textarea:hover {
  border: 1px solid #999;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
#submit {
  border: 1px solid #111;
  border-radius: 0px;
  background: #111;
  color: #fff;
  font-family: inherit;
  margin-right: 0%;
  margin-bottom: 7px;
  padding: 8px 15px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
#submit:hover {
  background: #fff;
  color: #111;
  border: 1px solid #111;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
button,
input {
  line-height: normal;
}
textarea {
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
}

input[type="submit"] {
  -webkit-appearance: none;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}
/* Buttons */
li.bypostauthor cite span {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #0099ff;
  border-radius: 2px;
  box-shadow: none;
  color: #0099ff;
  padding: 0;
}
/* Responsive images - Javapaper*/
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%; /* Fluid images for posts, comments, and widgets */
	height:auto;
	  width: 100%;
  display: inline-block;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto; /* This makes sure that images scales properly on all browsers*/
}
.feature-postimg img,
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto;
  min-height: 88px;
  object-fit: cover;
  aspect-ratio: 1100 / 620;
  width: 100%;
}

.group-last .wp-post-image {
  max-width: 280px;
}

/* Make sure videos fit max width of parent container */
embed,
iframe,
object,
video {
  max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important; /* Override the Twitter embed fixed width */
}
/* Images */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: table;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.wp-caption {
  max-width: 100%; /* Keep wide captions from overflowing their container. */
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  font-size: 12px;
  line-height: 1.4;
}
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.entry-content dl.gallery-item {
  margin: 0;
}
.gallery-item a,
.gallery-caption {
  width: 90%;
}
.gallery-item a {
  display: block;
}
.gallery-caption a {
  display: inline;
}
.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto;
}
.gallery .gallery-icon img {
  height: auto;
  max-width: 90%;
  padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
  padding: 3%;
}
/* Navigation for posts and pages*/
.site-content nav {
  position: relative;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  clear: both;
  margin-bottom: 60px;
  overflow: hidden;
  padding: 20px 0 10px 0;
}
.site-content nav:before {
  position: absolute;
  content: "";
  background: #ddd;
  width: 1px;
  height: 777px;
  left: 50%;
  top: 0;
  z-index: 9;
}
#nav-above {
  padding: 24px 0;
}
#nav-above {
  display: none;
}
.paged #nav-above {
  display: block;
}
.nav-previous a,
.nav-next > a {
  color: #444444;
  text-decoration: none;
}
.nav-previous,
.previous-image {
  float: left;
  width: 48%;
}
.nav-next,
.next-image {
  float: right;
  text-align: right;
  width: 48%;
}
@media screen and (max-width: 425px) {
  .nav-previous,
  .previous-image,
  .nav-next,
  .next-image {
    float: left;
    text-align: left;
    width: 100%;
  }
  .nav-previous,
  .previous-image {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid#ddd;
  }
  .site-content nav:before {
    width: 0px;
    height: 07px;
  }
}
.nav-single + .comments-area,
#comment-nav-above {
  margin: 48px 0;
  float: left;
  width: 100%;
}
/* Author profiles */
.author-wrapper {
  float: left;
  width: 100%;
}
.author-info {
  margin: 0 0 60px 0;
  overflow: hidden;
}
.author-description p {
  margin: 15px 0;
}
.author.archive .author-avatar {
  margin-top: 0;
  width: 15%;
  float: left;
}
.author.archive .author-avatar img {
  width: 100%;
  height: auto;
}
.author-avatar {
  float: left;
  width: 17%;
  position: relative;
}
.author-avatar img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.author-description {
  float: right;
  width: 83%;
  padding-left: 40px;
  position: relative;
}
.author-avatar:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  top: 0;
  right: -20px;
  background: #ddd;
  z-index: 1;
}
.author-avatar:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 20px;
  top: 50%;
  right: -20px;
  background: #ddd;
  z-index: 2;
}
.author-description h2 {
  color: #181818;
}
/* =Basic structure
-------------------------------------------------------------- */
/* Body, links, basics */
html {
  font-size: 90.5%;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  color: #000;
  text-rendering: optimizeLegibility;
}
a {
  outline: none;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  display: inline-block;
}
a:hover {
  color: #000;
}
#site-footernavigation a:hover,
#site-navigation a:hover {
  text-decoration: none !important;
}
/* Assistive text */
.assistive-text,
.site .screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.javapaper-nav .assistive-text:hover,
.javapaper-nav .assistive-text:active,
.javapaper-nav .assistive-text:focus {
  background: #fff;
  border: 2px solid #333;
  border-radius: 3px;
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 12px;
  padding: 12px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
  padding: 0 25px;
  background-color: #fff;
}
.site-content {
  margin: 0 15px;
}
.footer-topinside .widget-title {
  width: 100%;
  padding: 0 0 10px 0;
  margin: 0 0 20px;
  color: #000;
}
.tiled-gallery {
  overflow: auto !important ;
}
/* HEADER STYLE */
.header-topinside {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 15px;
}
.header6-top .javapaperlogo h1,
.header-style4 .javapaperlogo h1,
.header-style3 .javapaperlogo h1 {
  text-align: center;
}
h1.javapaperlogo a,
h1.javapaperlogo a:visited,
.javapaperlogo h1 a,
.javapaperlogo h1 a:visited {
  color: #181818;
}
h1.javapaperlogo a:hover,
.javapaperlogo h1 a:hover {
  text-decoration: none !important;
}
.javapaperlogo {
    word-break: break-all !important;
    text-align: center;
}
.javapaperlogo img {
  max-height: 26px;
  width: auto;
  margin: auto;
}
.site-header {
  height: auto;
  text-align: left;
}
.site-header h1 {
  font-size: 24px;
  line-height: 1.285714286;
}
.site-header h2 {
  font-weight: normal;
  font-size: 13px;
  line-height: 1;
  color: #757575;
}
.header-image {
  margin-top: 24px;
}
.javapaper-logo {
  padding: 17px;
  float: left;
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  .mainheader {
    padding: 0;
  }
}
.blogdescription {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
}
.headerdefault-wrapper {
  width: 100%;
  float: left;
  position: relative;
}
.header-style1 {
  width: 100%;
  float: left;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-style1 img {
  width: 100%;
  height: auto;
}
.narrow .header-style1 .col-md-2 {
  padding-left: 0;
}
.header-style2 {
  width: 100%;
  float: left;
}
.header-style2 .col-md-4:first-child img {
  max-width: 100%;
  height: auto;
}
.narrow .header-style2 .col-md-4.first {
  padding-left: 0;
}
.narrow .header-style2 .col-md-4.last {
  padding-right: 0;
}
.narrow .header-style3 .col-md-4.first {
  padding-left: 0;
}
.narrow .header-style3 .col-md-4.last {
  padding-right: 0;
}
.header-style4 {
  width: 100%;
  float: left;
}
.header-style4 .header-middle {
  padding: 15px 0;
}
.header-top,
.header-middle,
.footer-wrapinside {
  margin: 0 auto;
  width: 100%;
  float: left;
  position: relative;
}
.header-style5 {
  width: 100%;
  float: left;
  padding: 0 15px;
}
.header-style5 .col-md-2 img {
  width: 100%;
  height: auto;
}
.header-style5 .col-md-2:last-child {
  border-left: 1px solid#c0c0c0;
}
.header-style5 .col-md-2:first-child {
  padding-left: 0;
}
.header-style5
  .mega_main_menu
  > .menu_holder
  > .menu_inner
  > ul
  > li.nav_search_box {
  padding: 0px 0 0 17px;
}
.header-style5
  .mega_main_menu
  > .menu_holder
  > .menu_inner
  > ul
  > li.nav_search_box
  .mega_main_menu_searchform {
  right: 0;
}
.header6-top {
  width: 100%;
  float: left;
}
.header7-wrapper .col-md-3 {
  text-align: right;
}
@media (max-width: 768px) {
  .header6-top {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header6-top .col-md-3 {
    padding-right: 0;
    padding-left: 0;
  }
}
/*FOOTER STYLE*/
.footer-topinside {
  padding-right: 15px;
  padding-left: 15px;
}
.footer-topinside .row {
  max-width: 1126px;
}
.footer3 .col-md-8 {
  padding: 0;
}
.footer7-subwrapper {
  position: relative;
  float: left;
  width: 100%;
  margin-top: -1px;
  margin-bottom: 75px;
  border-top: 1px solid#ddd;
}
.footer7-subtitle2 {
  position: absolute;
  width: 40%;
  top: -25px;
  left: 30%;
  padding: 5px 15px;
  text-align: center;
  background: #fff;
  color: #181818;
}
.footer7-subtitle2 span {
  margin-top: 10px;
  float: left;
  width: 100%;
  text-align: center;
}
.footer7-topinside {
  position: relative;
  width: 100%;
  padding: 0 15px;
}
.footer7-topinside .row.first {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.footer7-topinside .row.first:before {
  position: absolute;
  content: "";
  background: rgba(258, 258, 258, 0.2);
  width: 1px;
  height: 777px;
  left: 50%;
  top: 0;
  z-index: 9;
}
.footer7-topinside .col-md-6:nth-child(1) {
  padding-right: 30px;
}
.footer7-topinside .col-md-6:nth-child(2) {
  padding-left: 30px;
}
/* Navigation Menu and icons*/
.javapaper-nav {
  text-align: center;
  float: left;
  width: 100%;
}
.header5-nav {
  position: relative;
  float: left;
  width: 100%;
  padding: 8px 0;
}
.header5-nav span {
  position: relative;
  float: right;
  margin-top: 5px;
  padding-right: 15px;
}
.header5-nav .open-menu.btn-customized {
  top: 8px;
}
.total-assetscontent {
  float: left;
}
.total-assetscontent:after {
  content: "|";
  margin: 0 5px;
}
.nav-mainwrapper {
  float: left;
  width: 100%;
  position: relative;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.javapaper-nav li {
  font-size: 12px;
  line-height: 1.5;
  width: auto;
  transition: 0.3s ease 0s;
}
.javapaper-nav li:hover {
  display: inline-block;
  background: transparent;
}
.javapaper-nav li a {
  padding: 0 20px;
}
/* These are used for javapaper Main Nav Bar li background colors - for colorful menu */
.bluem {
  background-color: #181818;
  padding: 5px;
}
.orangem {
  background-color: #ff811a;
}
.greenm {
  background-color: #8ac327;
}
.redm {
  background-color: #f96234;
  padding: 10px;
}
/* Banner */
section[role="banner"] {
  margin-bottom: 48px;
}
/* Index Page */
.index-wrapper {
  float: left;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .index-wrapper {
    padding: 0 15px;
  }
  .index-wrapper h3 {
    font-size: 75% !important;
  }
}
.indextop-wrapper {
  position: relative;
  margin: 30px 0;
}
.indextop-maintitle {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.index-thumb {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.index-thumb img {
  width: 100%;
  height: auto;
  transform: scale(1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.index-wrapper .col-md-4:hover .index-thumb img {
  transform: scale(1.1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.index-thumbsmall {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.index-thumbsmall img {
  width: 100%;
  height: auto;
  transform: scale(1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.module31-content:hover .index-thumbsmall img {
  transform: scale(1.1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.index-jbottom {
  float: left;
  width: 100%;
  position: relative;

  border-left: 1px solid#ddd;
  padding: 0 0 0px 20px;
  overflow: hidden;
}
.index-jbottom li {
  margin-left: 15px;
}
.sticky .index-jbottom {
  padding: 0 0 0px 35px;
}
.sticky .index-jbottom:first-child {
  width: 100%;
}
.sticky .index-jbottom .sticky-text {
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 9;
  padding: 2px 15px;
  letter-spacing: 1px !important;
  margin: 0 0;
  text-align: center;
  -webkit-transform: rotate(90deg) translateX(-100%);
  -ms-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  width: auto;
}
.sticky .index-jbottom .sticky-text {
  font-size: 10px !important;
  color: #fff;
  font-weight: bold;
}
.sticky .index-jbottom .sticky-text:before {
  content: "";
  position: absolute;
  right: -1px;
  z-index: 1;
  top: 24px;
  border-top: 8px solid #000;
  border-left: 8px solid transparent;
}
.index-footertop {
  float: left;
  padding: 10px 0 5px;
  width: 100%;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  border-top: 1px solid#ddd;
  border-bottom: 1px solid#ddd;
}
.index-footer {
  float: left;
  padding: 10px 0 5px;
  width: 100%;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  border-top: 1px solid#ddd;
  border-bottom: 1px solid#ddd;
}
#contentfrontpage {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding: 0 5px;
}
#full-width {
  float: left;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
/* Sidebar */
.widget {
  width: 100%;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin-bottom: 40px;
  line-height: 1.4;
  word-wrap: break-word;
}
.widget:last-child {
  margin-bottom: 0;
}
.sidebar1-insidewrapper .widget-area .widget {
  margin-bottom: 30px;
}
.sidebar1-insidewrapper .widget-area .widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget.widget_search {
  margin-bottom: 14px;
}
.widget-area .widget li,
.widget-area .widget li,
.widget ul li {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
  margin-left: 0;
  position: relative;
  border-bottom: 1px dashed #eee;
  margin-bottom: 10px;
  list-style: none;
}

.widget_category-posts-widget a {
  font-weight: 600;
  margin-bottom: 6px !important;
  width: 100%;
}

.sidebar .widget li {
  border-top: 1px solid#ddd;
  border-bottom: 1px solid#ddd;
  position: relative;
  margin-bottom: -1px;
  margin-left: 0;
  padding: 10px 0 10px 15px;
}
.widget-area .widget li > ul > li {
  border-bottom: 1px solid rgba(258, 258, 258, 0.2);
  padding: 7px 0 0 12px;
}
.widget_categories ul li,
.widget_archive ul li {
  float: left;
  width: 100%;
  text-align: right;
}
.widget_categories ul li a,
.widget_archive ul li a {
  float: left;
  overflow: hidden;
}
.widget-area .widget li::marker,
.widget ul li::marker,
.footer-topinside .widget li::marker,
.sidebar .widget li::marker,
#menu-footer-alt-menu:not(li::marker) {
  content: "";
}
.wp-block-group__inner-container h2,
.wp-block-group__inner-container h3,
.wp-block-group__inner-container h4,
h2.widgettitle,
.widget-title {
  width: 100%;
  float: left;
  position: relative;
  margin: 0 0 12px;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  overflow: hidden;
}
.widget-area .textwidget ul {
  list-style: disc outside;
  margin: 0 0 24px;
}
.widget-area .textwidget li {
  margin-left: 36px;
}
.widget-area .widget a {
  text-decoration: none;
}
.widget-area .widget a:hover {
  color: #4f5254;
  text-decoration: underline;
}
.wp-block-search__input,
.widget-area #s {
  margin-right: -4px;
  border: 1px solid#ddd;
  width: 70%; /* define a width to avoid dropping a wider submit button */
}
.widget-area #searchsubmit {
  width: 30%; /* define a width to avoid dropping a wider submit button */
}
.widget14-titlebig {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
searchsubmit
/* Footer box-shadow: 4px 1px 10px 1px #F1F1F1;*/
footer[role="contentinfo"] {
  width: 100%;
  clear: both;
  font-size: 14px;
  height: auto;
  line-height: 2;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 50px 0;
}
footer[role="contentinfo"] a {
  color: #000;
  text-decoration: none;
}
footer[role="contentinfo"] a:hover {
  color: #333333;
}
@media screen and (max-width: 825px) and (min-width: 700px) {
  .one .col-md-3.widget-area {
    width: 50%;
  }
}
/* Main content area, sticky post styling and comment content
-------------------------------------------------------------- */

.top-divider {
  width: 100%;
  margin-bottom: 10px;
}
.entry-meta {
  clear: both;
}
.entry-cat {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.entry-header .entry-title {
  line-height: 1.25;
  margin-bottom: 12px;
  font-weight: 900;
  font-size: clamp(24px, 4vw, 30px);
}
.entry-header .excerpt {
  font-size: 16px;
}
.entry-title span {
  width: 100%;
  float: left;
  font-size: 155%;
  line-height: 100%;
}
.entry-header {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.entry-header .entry-title a {
  text-decoration: none;
}
.entry-header .entry-title a:hover {
  color: #444;
  text-decoration: underline;
}
.entry-header .entry-format {
  margin-top: 24px;
  font-weight: normal;
}
.entry-header .comments-link {
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.846153846;
  color: #757575;
}
.site-content article.sticky footer.entry-meta {
  color: #ccc;
}
.sticky .below-title-meta {
  background: #f2f2f2 none repeat scroll 0 0;
  margin-left: -2.8%;
  width: 105.5%;
}
.entry-content,
.entry-summary,
.mu_register {
  line-height: 1.7;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-display: "swap";
  text-rendering: optimizeLegibility;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
  margin: 24px 0;
  line-height: 1.5;
  color: #181818;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.83em;
}
h6 {
  font-size: 0.67em;
}
.entry-content p,
.entry-summary p,
.mu_register p {
  margin: 0 0 20px 0;
  line-height: 1.7;
}
.entry-content blockquote p {
  margin: 0;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
  margin: 0 0 24px;
  line-height: 1.7;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
  margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
  list-style: square outside;
}
.entry-content ol,
.comment-content ol {
  list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
  margin: 0 0 0 36px;
}
.widget li {
  margin: 0 0 0 36px;
}
.entry-content blockquote,
.comment-content blockquote {
  position: relative;
  margin: 1.6em 0;
  padding-left: 20px;
  border-left: 3px solid #ddd;
  font-size: 18px;
  font-weight: 700;
  color: #181818;
}
.entry-content blockquote p {
  margin-bottom: 15px;
  overflow: hidden;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content code,
.comment-content code {
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  line-height: 2;
}
.entry-content pre,
.comment-content pre {
  border: 1px solid #ddd;
  border-radius: 20px;
  color: #666;
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  line-height: 1.514285714;
  margin: 24px 0;
  overflow: auto;
  padding: 24px;
}
.entry-content pre code,
.comment-content pre code {
  display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
  border-bottom: 1px dotted #aaa;
  cursor: help;
}
.entry-content address,
.comment-content address {
  display: block;
  line-height: 1.5;
  margin: 0 0 24px;
}
img.alignleft {
  margin: 0px 24px 10px 0;
}
img.alignright {
  margin: 0px 0 0px 24px;
}
img.aligncenter {
  margin-top: 0px;
  margin-bottom: 0px;
}
.entry-content img,
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
  margin-bottom: 2px;
}
.entry-content dl,
.comment-content dl {
  margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
  font-weight: bold;
  line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
  line-height: 1.714285714;
  margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
  border-bottom: 1px solid #ddd;
  color: #757575;
  font-size: 12px;
  line-height: 1.7;
  margin: 0 0 24px;
  width: 100%;
}
.entry-content table caption,
.comment-content table caption {
  font-size: 16px;
  margin: 24px 0;
}
.entry-content td,
.comment-content td {
  border: 1px solid #c1c1c1;
  padding: 14px 14px;
}
.site-content article {
  width: 100%;
  margin-bottom: 50px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  border-bottom: 1px solid #aaa;
  padding-bottom: 10px;
  overflow: hidden;
}
.page-links {
  clear: both;
  line-height: 1.714285714;
}
.page-links span {
  padding: 5px 10px;
  border: 1px solid#181818;
  margin-left: 3px;
}
.page-links a,
.page-links a:visited,
.page-links a:visited {
  padding: 5px 10px;
  border: 1px solid#181818;
  background: #181818;
  color: #fff !important;
}
.page-links a:hover {
  border: 1px solid#181818;
  background: transparent;
  color: #181818 !important;
}
footer.entry-meta {
  margin: 0 0 -1px 0;
  width: 100%;
  padding: 10px 0;
  float: left;
  font-size: 13px;
  color: #757575;
  border-top: 1px solid#ddd;
  border-bottom: 1px solid#ddd;
}
.single-author .entry-meta .by-author {
  display: none;
}
.mu_register h2 {
  color: #757575;
  font-weight: normal;
}
.comments-logged-in-as {
  margin: 0 0 20px 0;
  width: 100%;
  float: left;
}
/* CATEGORY and TAG
-------------------------------------------------------------- */
.sticky-text {
  display: none;
}
.categorydefault-wrapper {
  float: left;
  position: relative;
  width: 100%;
  padding: 25px 25px 20px 25px;
  margin-bottom: 30px;
  border: 1px solid#ddd;
}
.sticky .categorydefault-wrapper {
  padding: 35px 25px 20px 25px;
  background: #eee;
  border: 1px solid#eee;
}
.sticky .categorydefault-wrapper .sticky-text {
  display: inline;
  position: absolute;
  top: -1px;
  left: -1px;
  font-size: 10px !important;
  background: #d82521;
  color: #fff;
  z-index: 9;
  padding: 3px 15px;
  letter-spacing: 1px !important;
  margin: 0 0;
  text-align: center;
}
.sticky .categorydefault-wrapper .sticky-text:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 0;
  top: 24px;
  border-top: 8px solid #d82521;
  border-right: 8px solid transparent;
}
.categorydefault-wrapper footer.entry-meta,
.categorydefault-wrapper article {
  border-bottom: none;
  margin: 10px 0 0;
  padding-bottom: 0;
}
.categorydefault-wrapper .entry-header {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.categorydefault-wrapper .entry-header .entry-title {
  line-height: 34px;
  font-size: 28px;
}

.category1-topheader {
  margin: 40px 15px 0 15px;
  position: relative;
  border-bottom: 2px solid;
  padding-bottom: 10px;
}
.col-md-6.cattitle {
  border-right: 1px solid#ddd;
}
.category1-wrapperinside {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding: 0 15px 30px 15px;
  position: relative;
}

/*
.category1-topinside {
    float: left;
    width: 100%;
    background: #181818;
    border: 1px solid #181818;
	color:#fff;
	padding:25px;
}*/
.category1-header {
  float: left;
  width: 100%;
  color: #181818;
}
.category1-topinside .col-md-6 span {
  float: left;
  width: 100%;
}
.category1-jtop {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid#ddd;
}
.category1-jtop .module9-thumbnail img {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.category1-jtop:hover .module9-thumbnail img {
  transform: scale(1.1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.category1-jbottom {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 30px;
}
.category1-jbottomleft {
  float: left;
  position: relative;
  width: 70%;
  padding: 0 15px 0 0;
  border-right: 1px solid#ddd;
  z-index: 3;
}
.category1-jbottomright {
  float: right;
  width: 30%;
  padding: 0 0 0 15px;
  position: relative;
  overflow: hidden;
}
.category1-authoravatarwrapper {
  width: 32%;
  padding: 0;
  float: left;
  position: relative;
}
.category1-authoravatarwrapper img {
  width: 100%;
  height: auto;
}
.category1-desc10 {
  width: 68%;
  padding: 0 0 0 15px;
  float: right;
}
.category1-desc {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 15px;
}
.category1-time {
  float: left;
  margin: 5px 0;
  width: 100%;
  font-size: 13px;
  line-height: 14px;
  text-transform: capitalize;
}
.index-jbottom .category1-time {
  margin: 5px 0 25px 0;
}
.category1-time a {
  text-decoration: underline;
}
.category1-time a:hover {
  text-decoration: none !important;
}
.hide-thumb .excerpt-thumb {
  display: none;
}
.category1-sidewrapper .widget-title {
  font-size: 16px;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.cat-popview {
  float: left;
  position: relative;
  width: 100%;
  padding: 0 0 20px 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid#ddd;

  overflow: hidden;
}
.cat-popview:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
}
.cat-popview:before {
  content: "";
  height: 25px;
  width: 2px;
  top: 3px;
  left: 0;
  position: absolute;
  background-color: #181818;
}
.category1-sidewrapper .col-md-12:first-child {
  margin-bottom: 30px;
}
.cat-popview span.comment {
  float: left;
  position: relative;
  margin-top: 15px;
  padding: 0 0 0 20px;
  width: 100%;
  font-size: 12px;
}
.cat-popview span.comment:before {
  font-family: fontawesome;
  content: "\f075";
  display: block;
  border: none;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #181818;
}

.cat-count {
  float: left;
  margin-bottom: 5px;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}
.cat-about {
  float: left;
  margin-bottom: 15px;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}
.category1-job10 {
  width: 100%;
  float: left;
  text-transform: uppercase;
  font-size: 11px;
}
.category1-name {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.sticky .module9-thumbnail .sticky-text {
  display: inline;
  position: absolute;
  top: -1px;
  left: -1px;
  font-size: 10px !important;
  background: #d82521;
  color: #fff;
  z-index: 9;
  padding: 3px 15px;
  letter-spacing: 1px !important;
  margin: 0 0;
  text-align: center;
}
.sticky .module9-thumbnail .sticky-text:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 0;
  top: 23px;
  border-top: 8px solid #d82521;
  border-right: 8px solid transparent;
}

.category3-topheader {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  position: relative;
}
.category3-jtop.col-md-6 {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 50px;
}
.category3-jtop.col-md-6:nth-child(odd) {
  float: left;
  padding-right: 25px;
  clear: left;
}
.category3-jtop.col-md-6:nth-child(even) {
  float: right;
  padding-left: 25px;
  clear: right;
}
.category3-jbottom {
  float: left;
  width: 100%;
  position: relative;
  padding: 20px;
  border: 1px solid#ddd;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.category3-jbottom:hover {
  border: 1px solid#181818;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.sticky .category3-jbottom {
  padding: 35px 20px 20px 20px;
  background: #f9f9f9;
  border: 1px solid#f9f9f9;
}
.sticky .category3-jbottom .sticky-text {
  display: inline;
  position: absolute;
  top: -1px;
  left: -1px;
  font-size: 10px !important;
  background: #d82521;
  color: #fff;
  z-index: 9;
  padding: 3px 15px;
  letter-spacing: 1px !important;
  margin: 0 0;
  text-align: center;
}
.sticky .category3-jbottom .sticky-text:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 0;
  top: 23px;
  border-top: 8px solid #d82521;
  border-right: 8px solid transparent;
}
.category4-thumb {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.category4-thumb img {
  transform: scale(1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.category3-jbottom:hover .category4-thumb img {
  transform: scale(1.1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.category5-jtop.col-md-6 {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 30px;
}
.category5-jtop.col-md-6:nth-child(odd) {
  float: left !important;
  padding-right: 15px !important;
  clear: left;
}
.category5-jtop.col-md-6:nth-child(even) {
  float: right !important;
  padding-left: 15px !important;
}
.category5-jbottom {
  float: left;
  width: 100%;
  position: relative;
  border-top: 1px solid#ddd;
  padding: 15px 0 15px 45px;
  overflow: hidden;
}
.category5-jbottom .sticky-text {
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
  background: #181818;
  z-index: 9;
  padding: 3px 15px;
  margin: 0 0;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: rotate(90deg) translateX(-100%);
  -ms-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  width: auto;
}
.category5-jbottom .sticky-text {
  font-size: 10px !important;
  color: #fff;
  font-weight: bold;
}
.category5-jbottom .sticky-text:before {
  content: "";
  position: absolute;
  right: -1px;
  z-index: 1;
  top: 26px;
  border-top: 8px solid #181818;
  border-left: 8px solid transparent;
}
.category5-jbottom .sticky-text:after {
  content: "";
  position: absolute;
  right: 0;
  top: 26px;
  z-index: 0;
  width: 1500px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 825px) {
  .d-flex {
    display: block !important;
  }
  .module9-view {
    float: left;
    width: 100%;
    margin-top: 15px;
    padding: 0 5px 0 0 !important;
  }
  .col-md-6.cattitle {
    border-right: 1px none;
    margin-bottom: 15px;
  }
  .category1-wrapperinside {
    padding: 0 0 30px 0;
  }
  .category1-jbottomleft {
    width: 100%;
    padding: 0;
    border-right: 1px none;
  }
  .category1-jbottomright {
    float: left;
    width: 100%;
    padding: 0;
  }
}
/* =PAGINATION
-------------------------------------------------------------- */
.pagination {
  width: 100%;
  float: left;
  margin: 25px 0;
  position: relative;
}
.pagination > li {
  display: inline;
  position: relative;
  float: left;
  margin-right: 5px;
}
.pagination > li > a,
.pagination > li > span {
  padding: 7px 12px;
  text-decoration: none;
  color: #000;
  border: 1px solid#ddd;
}
.pagination li span.emm-current {
  background: #333;
  color: #fff;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  border: 1px solid#333;
  background: #333;
  color: #fff;
}
/* =CPT
-------------------------------------------------------------- */
.cpt-titleheader {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid#ddd;
}
.cpt-subtitle {
  width: 100%;
  float: left;
  margin-top: 5px;
  color: #181818;
}
.cpt-content {
  float: left;
  width: 100%;
}
.cpt-sidebar {
  float: left;
  width: 100%;
  padding: 20px;
  border: 1px solid#ddd;
}
.cpt-titleheader .entry-title {
  text-align: left;
  color: #181818;
}
.col-md-12.cptsubtitle {
  float: left;
  width: 100%;
  color: #181818;
  margin-bottom: 10px;
}
.singlecpt-wrapper .col-md-4 {
  padding-left: 0;
}
.singlecpt-wrapper .col-md-8 {
  padding-right: 0;
}
.col-md-12.cptfield,
.col-md-6.cptfield {
  width: 100%;
  color: #181818;
  margin-bottom: 10px;
}
.col-md-12.cptfield:last-child,
.col-md-6.cptfield:last-child {
  margin-bottom: 0;
}
.cpt-inside {
  width: 100%;
  float: left;
  padding-bottom: 10px;
  border-bottom: 1px solid#ddd;
}
.col-md-12.cptfield:last-child .cpt-inside,
.col-md-6.cptfield:last-child .cpt-inside {
  padding-bottom: 0;
  border-bottom: none;
}
.cpt-inside h5 {
  color: #181818;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.cpt-boxcategory {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  padding: 0 0 40px 0;
  border-bottom: 1px solid#ddd;
}
.event:last-child .cpt-boxcategory {
  margin-bottom: 0;
}
.cpt-eventcontent {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 25px;
}
.cpt-catthumbnail {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.cpt-catthumbnail img {
  width: 100%;
  height: auto;
}
.cpt-jbottom .cpt-catthumbnail {
  margin-bottom: 0;
}
.cpt-jbottom {
  float: left;
  width: 100%;
  position: relative;
}
.cpt-jbottom h1,
.cpt-jbottom h2 {
  float: left;
  width: 100%;
  padding: 0 0 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid#ddd;
}
.cpt-jbottom .col-md-4 {
  padding-left: 0;
}
.cpt-jbottom .col-md-8 {
  padding-right: 0;
}
/* =Archives & Search
-------------------------------------------------------------- */

.page-header h1,
.archive-title {
  font-weight: bold;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
}
.archive-meta {
  color: #757575;
  font-size: 12px;
  line-height: 2;
  margin-top: 22px;
}
.search-titlebig {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.search-jtop.col-md-6 {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 30px;
}
.search-jtop.col-md-6:nth-child(odd) {
  float: left !important;
  padding-right: 20px !important;
  clear: left;
}
.search-jtop.col-md-6:nth-child(even) {
  float: right !important;
  padding-left: 20px !important;
  clear: right;
}
.search-jtopinside {
  float: left;
  width: 100%;
  border: 1px solid#ddd;
  padding: 20px 20px 0 20px;
}
/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
  overflow: hidden;
}
.image-attachment div.attachment {
  text-align: center;
}
.image-attachment div.attachment p {
  text-align: center;
}
.image-attachment div.attachment img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.image-attachment .entry-caption {
  margin-top: 8px;
}

/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
  margin-bottom: 24px;
}
article.format-aside h1 a {
  text-decoration: none;
  color: #4d525a;
}
article.format-aside h1 a:hover {
  color: #2e3542;
}
article.format-aside .aside {
  background: #f3f3f3;
  border-top: 16px solid #181818;
  padding: 24px 24px 0;
}
article.format-aside p {
  font-size: 13px;
  line-height: 1.846153846;
  color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
  margin-bottom: 0;
}
/* =Post formats
-------------------------------------------------------------- */
/* Quote posts */
article.format-quote .entry-content p {
  margin: 0;
  padding-bottom: 24px;
}
article.format-quote .entry-content blockquote {
  display: block;
  padding: 24px 24px 0;
  font-size: 15px;
  line-height: 1.6;
  font-style: normal;
  color: #6a6a6a;
  background: #efefef;
}
/* Status posts */
.format-status .entry-header {
  margin-bottom: 24px;
}
.format-status .entry-header header {
  display: inline-block;
}
.format-status .entry-header h1 {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
  margin: 0;
}
.format-status .entry-header h2 {
  font-size: 12px;
  font-weight: normal;
  line-height: 2;
  margin: 0;
}
.format-status .entry-header header a {
  color: #757575;
}
.format-status .entry-header header a:hover {
  color: #21759b;
}
.format-status .entry-header img {
  float: left;
  margin-right: 21px;
}
/* =Comments
changed article header
-------------------------------------------------------------- */
.children .comment .comment {
  position: relative;
}
.children .comment .comment:before {
  content: "";
  height: 65px;
  width: 1px;
  left: -20px;
  top: -30px;
  position: absolute;
  background-color: #ddd;
}
.children .comment .comment:after {
  content: "";
  height: 1px;
  width: 20px;
  left: -20px;
  top: 35px;
  position: absolute;
  background-color: #ddd;
}
.comments-area article {
  margin: 24px 0;
}
.comments-area article:last-child {
  margin: 0 0 30px 0;
  padding: 15px;
  border: 1px solid#ddd;
}
.comment.odd.thread-even.depth-1 article.comment:last-child,
.comment.even.thread-odd.depth-1 article.comment:last-child,
.comment.even.thread-even.depth-1 article.comment:last-child {
  padding: 15px;
  border-top: 1px solid#ddd;
}
.comment.even.alt.thread-odd.depth-1 article.comment,
.comment.odd.alt.thread-odd.depth-1 article.comment {
  padding: 15px;
  border-top: 1px solid#ddd;
}
.comments-area article header {
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.comments-area article header img {
  float: left;
  padding: 0;
  line-height: 0;
}
.edit-link,
.comments-area article header cite {
  display: inline;
  font-size: 12px;
}
.comments-area .fn {
  line-height: 23px;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}
.comments-area .fn span {
  font-weight: 400;
  font-size: 70%;
  text-transform: uppercase;
  margin-left: 3px;
}
.comment-content {
  float: left;
  width: 100%;
}
.comment-content p {
  float: left;
  width: 100%;
  margin: 1em 0;
}
.edit-link,
.comment-time {
  float: right;
  width: 30%;
  text-align: right;
  font-size: 12px;
}
.reply {
  float: left;
  width: 30%;
  font-size: 12px;
}
.comments-area article header cite {
  font-style: normal;
  font-size: 15px;
  text-transform: capitalize;
  line-height: 1;
}
.comments-area .comments-author {
  float: left;
  width: 48%;
}
.comments-area .comments-email {
  float: right;
  width: 48%;
}
.comments-area .comments-email input {
  width: 100%;
}
.comments-area .comments-url {
  float: left;
  width: 100%;
}
.comments-area .comments-url input {
  width: 100%;
  margin-bottom: 15px;
}
.comments-area li.bypostauthor cite span {
  position: relative;
  margin-left: 5px;
  padding: 2px 5px;
  font-size: 10px;
}
a.comment-reply-link,
a.comment-edit-link {
  font-size: 12px;
  line-height: 1.846153846;
}
.commentlist .pingback {
  line-height: 1.714285714;
  margin-bottom: 24px;
}
.comment-partleft {
  float: left;
  padding-right: 20px;
  width: 14%;
}
.comment-partleft img {
  width: 100%;
  height: auto;
}
.comment-partright {
  float: right;
  width: 86%;
}

@media only screen and (max-width: 768px) {
  .comment-partleft {
    padding-right: 10px;
    width: 25%;
  }
  .comment-partright {
    width: 75%;
  }
}
.comment-author,
.comment-email,
.comment-web {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#respond .comment-author input[type="text"] {
  width: 100%;
}
#respond .comment-email #email {
  width: 100%;
}
#respond .comment-web #url {
  width: 100%;
}
/* Comment form -inspect this */
#respond {
  margin-top: 30px;
  float: left;
  width: 100%;
}
#respond h3 {
  color: #181818;
}
#respond h3#reply-title #cancel-comment-reply-link {
  margin-left: 10px;
  font-weight: normal;
  font-size: 12px;
}
#respond form {
  margin: 24px 0;
}
#respond form p {
  margin: 10px 0 0 0;
}
#respond form p.logged-in-as {
  margin-bottom: 24px;
}
#respond form label {
  display: block;
  line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.714285714;
  width: 100%;
  margin-bottom: 20px;
}
#respond form p.form-allowed-tags {
  margin: 0;
  font-size: 12px;
  line-height: 2;
  color: #5e5e5e;
}
.required {
  color: red;
}
/* =Front page template
-------------------------------------------------------------- */
.entry-page-image {
  margin-bottom: 14px;
}
.template-front-page .site-content article {
  border: 0;
  margin-bottom: 0;
}
.template-front-page .widget-area {
  clear: both;
  float: none;
  width: auto;
  padding-top: 24px;
  border-top: 1px solid #ddd;
}
.template-front-page .widget-area .widget li {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.714285714;
  list-style-type: square;
  list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
  color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
  color: #21759b;
}
.template-front-page .widget-area .widget_text img {
  float: left;
  margin: 8px 24px 8px 0;
}
/* =Widgets
-------------------------------------------------------------- */
.widget-area .widget ul ul {
  margin-left: 12px;
}
.widget_rss li {
  margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
  float: left;
  margin-left: 0;
}
#wp-calendar {
  margin: 0;
  width: 100%;
  font-size: 13px;
  line-height: 1.846153846;
}
#wp-calendar caption {
  margin: 10px 0 0;
}
#wp-calendar thead {
  background: #181818;
}
aside #wp-calendar thead th {
  text-align: center;
  padding: 5px 0;
  color: #181818;
}
aside #wp-calendar tbody th,
aside #wp-calendar tbody td {
  text-align: center;
  border-bottom: 1px solid#ddd;
  border-left: 1px solid#ddd;
  padding: 3px 0;
}
aside #wp-calendar tbody {
  border-right: 1px solid#ddd;
}
.wp-calendar-nav-prev {
  text-align: left;
}
#wp-calendar #today {
  color: #f00;
  background: rgba(258, 258, 258, 0.1);
}
#wp-calendar th {
  font-weight: bold;
}
#wp-calendar #next {
  padding-right: 24px;
  text-align: right;
}
.widget_search label {
  display: none;
}
.widget_twitter li {
  list-style-type: none;
}
.widget_twitter .timesince {
  display: block;
  text-align: right;
}
.entry-summary .read-more {
  display: inline-block;
  float: left;
  width: 100%;
  margin: 15px 0;
}
/*Below title meta styling - added May 05 */
.below-title-meta {
  padding-bottom: 26px;
  width: 100%;
  font-size: 13px;
  line-height: 1em;
}
.submeta-singlepost {
  float: left;
  position: relative;
  padding-top: 10px;
  text-transform: capitalize;
}
.subview-singlepost,
.readtime {
  float: left;
  position: relative;
  padding: 0 10px;
  overflow: hidden;
}
.subcomment-singlepost {
  float: left;
  position: relative;
  padding: 0 0 0 10px;
}
.subdate-singlepost {
  float: left;
  position: relative;
  padding: 0 5px 0 0;
}
.subcomment-singlepost:before,
.subview-singlepost:before,
.readtime:before {
  content: "";
  height: 25px;
  width: 1px;
  left: 0;
  position: absolute;
  background-color: #777;
}
.adt-comment {
  float: right;
}
.articletags a {
  background-color: #333;
  margin: 2px;
  padding: 3px;
  text-decoration: none;
  text-shadow: 0 0px 0 #ffffff;
  color: #fff;
}
.articletags a:hover {
  color: #f2f2f2;
}
.footercopy {
  padding-left: 20px;
  float: left;
}
.footercredit {
  float: right;
  padding-right: 20px;
  margin-left: 20px;
}
.footer-nav {
  color: #888888;
  padding: 25px 0;
  float: left;
  font-size: 13px;
}
.site-wordpress {
  color: #888888;
  padding: 25px 0 25px 15px;
  float: right;
  text-align: right;
  font-size: 13px;
}
.site-wordpress a {
  color: #666666;
  text-decoration: none;
}
/* =Plugins
----------------------------------------------- */
img#wpstats {
  display: block;
  margin: 0 auto 24px;
}
.socialmedia {
  float: right;
  padding: 7px 10px;
  text-align: right;
  width: 25%;
  margin-top: 30px;
}
.socialmedia a {
  padding: 0 5px;
}
.widget_top-posts .widgets-list-layout-links {
  float: right;
  width: 80%;
}
/* new responsive selectnav.js css */
.selectnav {
  display: none;
}
select.selectnav {
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin: 4px;
  padding: 10px;
  width: 96%;
} /* mobile menu styling */

/* when to trigger the select menu.js #menu-top { 
		display: inline!important; 
	}*/

@media screen and (max-width: 768px) {
  .header-style1 .col-md-2,
  .header-style1 .col-md-10 {
    float: left;
    width: 100%;
  }
  .header-style1 .d-flex {
    display: block !important;
  }
  .socialmedia {
    display: none;
  }
  .site-header {
    text-align: center;
    height: auto;
    border: none;
  }
  .javapaper-logo {
    float: none;
    margin: 0 0 10px;
  }
  .javapaper-nav {
    box-shadow: none;
  }
  .entry-header .entry-title {
    margin-top: 20px;
  }
  .wrapper {
    border: none;
  }
}

@media screen and (max-width: 1040px) {
  #searchsubmit {
    margin-left: 0px;
  }
}
@media screen and (max-width: 420px) {
  .site-header {
    height: auto;
    border: none;
  }
  .entry-header .entry-title {
    font-size: 20px;
  }
}
/*MENU NAVIGATION*/
.javapaper-nav ul.nav-menu,
.javapaper-nav div.nav-menu > ul {
  display: flex;
  text-align: left;
  width: 100%;
  justify-content: center;
}
.javapaper-nav ul {
  margin: 0;
  text-indent: 0;
}
.javapaper-nav li a,
.javapaper-nav li {
  display: inline-block;
  text-decoration: none;
  color: #181818;
}
.javapaper-nav li a {
	font-size: 13px;
    border-bottom: 0;
    color: #181818;
    padding: 4px 8px;
    white-space: nowrap;
    transition: 0.3s ease 0s;
    font-weight: 600;
    text-transform: uppercase;
    border-right: 1px solid #eee;
}

.javapaper-nav li:last-child a {
	border:none;
}

.javapaper-nav li a:hover {
  background-color: #e30a17;
  color: #fff;
}
.javapaper-nav li {
  position: relative;
}
.javapaper-nav li ul {
  display: none;
  background: #181818;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  z-index: 999;
}
.javapaper-nav li ul ul {
  top: 0;
  left: 100%;
}
.javapaper-nav ul li:hover > ul {
  border-left: 0;
  display: block;
}
.javapaper-nav li ul li a {
  font-weight: 400;
  border-bottom: 1px solid #333;
  color: #eee;
  display: block;
  font-size: 14px;
  line-height: 2.181818182;
  padding: 4px 18px;
  margin-bottom: 0px;
  width: 180px;
  white-space: normal;
  letter-spacing: 0.5px;
}
.javapaper-nav li ul li a:hover {
  background: #333;
  color: #fff;
}
.javapaper-nav .current-menu-item > a,
.javapaper-nav .current-menu-ancestor > a,
.javapaper-nav .current_page_item > a,
.javapaper-nav .current_page_ancestor > a {
  color: #dd3333;
  font-weight: bold;
}
.footer-bottom-wrapper .javapaper-nav li a:first-child {
  padding: 6px 20px 6px 0;
}
.footer-nav .javapaper-nav li ul {
  bottom: 0px !important;
}
/* =Media queries
-------------------------------------------------------------- */
/* ---------------------------------------------------------------
 * MOBILE CSS fallback for device width 768px or below
 * ------------------------------------------------------------ */
/* Minimum width of 768pixels. */
@media screen and (min-width: 850px) {
  .site-content .jmodule-maintitle {
    top: -20px;
    color: #181818;
  }
  .site-content .jmodule-maintitle h3 {
    font-size: 20px;
  }
  .site-content .moduletitle-wrapper {
    margin-bottom: 0px;
  }
  .site-content.left {
    float: right;
    padding: 0 0 0 25px;
  }
  .site-content.nosidebar {
    float: none;
    padding: 0;
    margin: 0 auto;
  }
  .singlepost5 .entry-header {
    margin: 0;
  }
  .feature-postimg.fulldiv {
    margin: -3px auto 20px auto;
  }
  /*When add width for class fulldiv*/
  .fulldiv {
    margin-left: -100px !important;
  }
  .feature-postimg.fulldiv img {
    width: 100%;
    height: auto;
  }
  body.template-front-page .site-content,
  body.single-attachment .site-content,
  body.full-width .site-content {
    width: 100%;
    border-right: none;
  }

  .sidebar.nosidebar {
    display: none;
  }
  #respond form textarea.blog-textarea {
    width: 79.666666667%;
  }
  .template-front-page .site-content,
  .template-front-page article {
    overflow: hidden;
  }
  .template-front-page.has-post-thumbnail article {
    float: left;
    width: 47.916666667%;
  }
  .entry-page-image {
    float: right;
    margin-bottom: 0;
    width: 47.916666667%;
  }
  .template-front-page .widget-area .widget,
  .template-front-page.two-sidebars .widget-area .front-widgets {
    float: left;
    padding-left: 10px;
    width: 51.875%;
    margin-bottom: 24px;
  }
  .template-front-page .widget-area .widget:nth-child(odd) {
    clear: right;
  }
  .template-front-page .widget-area .widget:nth-child(even),
  .template-front-page.two-sidebars
    .widget-area
    .front-widgets
    + .front-widgets {
    float: right;
    width: 39.0625%;
    margin: 0 0 24px;
  }
  .template-front-page.two-sidebars .widget,
  .template-front-page.two-sidebars .widget:nth-child(even) {
    float: none;
    width: auto;
  }
  .commentlist .children {
    margin-left: 48px;
  }
}
/* 404
----------------------------------------------- */
.error-wrapper {
  float: left;
  width: 100%;
  text-align: center;
  border: 1px solid#ddd;
  padding: 50px 15px;
}
.error-image {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .error-image img {
    width: 100%;
    height: auto;
  }
}
.error-wrapper input {
  border: 1px solid #eee;
  width: 50%;
  margin: 15px auto;
  padding: 8px 10px;
}
.error-wrapper .entry-title {
  text-align: center;
  margin: 30px 0;
}
.category1-topinside select {
  float: left;
  width: 100%;
  padding: 10px;
}
.error-cat {
  float: left;
  width: 100%;
  margin: 30px 0;
  position: relative;
}
.error-cat .category1-topinside {
  float: none;
  width: 60%;
  margin: 0 auto;
}
.screen-reader-text {
  display: none;
}

/* iPad fix*/

@media screen and (max-width: 440px) {
  .site {
    padding: 0px;
  }
  .entry-header {
    margin-bottom: 15px;
  }
  .entry-header .entry-title {
    margin-bottom: 15px;
  }
  .alignleft.wp-post-image {
    width: auto;
    float: none;
  }
  .entry-summary {
    text-align: center;
  }
  .entry-summary p {
    text-align: left;
  }
  .footercopy {
    float: none;
    padding-right: 20px;
    text-align: center;
  }
  .footercredit {
    float: none;
    margin-left: 0;
    margin-top: 10px;
    padding: 0 20px;
    text-align: center;
  }
  .site-wordpress {
    width: 100%;
    text-align: center;
    padding: 0 0 25px 0;
  }
  .footer-nav {
    width: 100%;
    float: left;
    padding: 25px 0;
  }
  .below-title-meta {
    width: 100%;
    margin-left: 0;
  }
}
/* Print styles
----------------------------------------------- */

@media print {
  body {
    background: none !important;
    color: #000;
    font-size: 10pt;
  }
  footer a[rel="bookmark"]:link:after,
  footer a[rel="bookmark"]:visited:after {
    content: " [" attr(href) "] "; /* Show URLs */
  }
  a {
    text-decoration: none;
  }
  .entry-content img,
  .comment-content img,
  .author-avatar img,
  img.wp-post-image {
    border-radius: 0;
    box-shadow: none;
  }
  /* hide top social icons */
  .socialmedia img {
    display: none;
  }
  .site {
    clear: both !important;
    display: block !important;
    float: none !important;
    max-width: 100%;
    position: relative !important;
  }
  .site-header {
    margin-bottom: 72px;
    text-align: left;
  }
  .site-header h1 {
    font-size: 21pt;
    line-height: 1;
    text-align: left;
  }
  .site-header h2 {
    color: #000;
    font-size: 10pt;
    text-align: left;
  }
  .site-header h1 a,
  .site-header h2 a {
    color: #000;
  }
  .author-avatar,
  #colophon,
  #respond,
  .commentlist .comment-edit-link,
  .commentlist .reply,
  .entry-header .comments-link,
  .entry-meta .edit-link a,
  .page-link,
  .site-content nav,
  .widget-area,
  img.header-image,
  .javapaper-nav {
    display: none;
  }
  .wrapper {
    border-top: none;
    box-shadow: none;
  }
  .site-content {
    margin: 0;
    width: auto;
  }
  .singular .entry-header .entry-meta {
    position: static;
  }
  .singular .site-content,
  .singular .entry-header,
  .singular .entry-content,
  .singular footer.entry-meta,
  .singular .comments-title {
    margin: 0;
    width: 100%;
  }
  .entry-header .entry-title,
  .entry-title,
  .singular .entry-title {
    font-size: 21pt;
  }
  footer.entry-meta,
  footer.entry-meta a {
    color: #444;
    font-size: 10pt;
  }
  .author-description {
    float: none;
    width: auto;
  }
  /* Comments */
  .commentlist > li.comment {
    background: none;
    position: relative;
    width: auto;
  }
  .commentlist .avatar {
    height: 39px;
    left: 2.2em;
    top: 2.2em;
    width: 39px;
  }
  .comments-area article header cite,
  .comments-area article header time {
    margin-left: 50px;
  }
}

.alert.alert-info {
  color: #080808;
  background-color: transparent;
  border-color: #ddd;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
}
/****************************************************
GO TO TOP
*****************************************************/
#back-top {
  position: fixed;
  right: 5px;
  bottom: 35px;
  z-index: 11111;
}
#back-top a {
  width: 34px;
  height: 34px;
  text-align: center;
  display: block;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
#back-top a:hover {
  background: #000;
  color: #fff;
}
#back-top a span i.fa.fa-angle-up.fa-2x {
  padding-top: 0;
}
#back-top a span i.fa.fa-angle-up.fa-2x:before {
  font-family: FontAwesome;
}
/****************************************************
AUTHOR
*****************************************************/
.content-author2 {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
.date-author2 {
  float: left;
  margin-right: 10px;
  padding: 0;
  position: relative;
}
.author_left_style2 {
  float: left;
  position: relative;
  margin: 0 0 30px;
  border: 1px solid#ddd;
  padding: 25px;
}
.author-description_left_style2 {
  float: left;
  width: 100%;
  line-height: 20px;
}
.author-descwrapper {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.author-description_left_style2 h4 {
  float: left;
  width: 100%;
  color: #181818;
  margin-bottom: 15px;
}
.authorname_wrapper {
  float: left;
  width: 100%;
}
.authorname_wrapper img {
  float: left;
  margin: 0 15px 2px 0;
}
.author_left_style2 .authorname_name {
  float: left;
  margin: 0 0 15px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1em;
  text-transform: capitalize;
  width: 100%;
  color: #000;
}
.author_left_style2 .authorname_name span {
  color: #666;
  font-weight: 400;
  margin-right: 3px;
}
.author_left_style2 .authorname_position {
  float: left;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.1em;
  text-transform: capitalize;
}
.author-twitter,
.author-facebook,
.author-youtube,
.author-gplus,
.author-vimeo,
.author-linkedin,
.author-devianart,
.author-dribble,
.author-flickr,
.author-instagram,
.author-behance,
.author-reddit,
.author-forrst,
.author-github,
.author-pinterest {
  float: left;
  width: 20px;
  height: 20px;
  font-size: 18px;
  margin-right: 20px;
}
.author-socmed-wrapper {
  margin: 0 10px 0 0;
  float: left;
  display: inline;
  width: 18px;
  position: relative;
}
.author-socmed-wrapper img {
  padding: 8px 0 0;
  width: 25px;
  opacity: 1;
}
.author-socmed-wrapper a:hover img {
  opacity: 0.5;
}
.author-socmed-wrapper .tooltiptext {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 2px 10px;
  top: -25px;
  left: 0;
  position: absolute;
  z-index: 1;
}
.author-socmed-wrapper:hover .tooltiptext {
  visibility: visible;
}
.author-twitter:before {
  font-family: "FontAwesome";
  content: "\f099";
}
.author-facebook:before {
  font-family: "FontAwesome";
  content: "\f09a";
}
.author-youtube:before {
  font-family: "FontAwesome";
  content: "\f167";
}
.author-gplus:before {
  font-family: "FontAwesome";
  content: "\f0d5";
}
.author-vimeo:before {
  font-family: "FontAwesome";
  content: "\f27d";
}
.author-linkedin:before {
  font-family: "FontAwesome";
  content: "\f0e1";
}
.author-devianart:before {
  font-family: "FontAwesome";
  content: "\f1bd";
}
.author-dribble:before {
  font-family: "FontAwesome";
  content: "\f17d";
}
.author-flickr:before {
  font-family: "FontAwesome";
  content: "\f16e";
}
.author-instagram:before {
  font-family: "FontAwesome";
  content: "\f16d";
}
.author-behance:before {
  font-family: "FontAwesome";
  content: "\f1b4";
}
.author-reddit:before {
  font-family: "FontAwesome";
  content: "\f281";
}
.author-forrst:before {
  font-family: "FontAwesome";
  content: "\f286";
}
.author-github:before {
  font-family: "FontAwesome";
  content: "\f09b";
}
.author-pinterest:before {
  font-family: "FontAwesome";
  content: "\f231";
}
.single2-wrapper {
  width: 100%;
  margin: 30px auto;
  position: relative;
}
.single2-intro {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #181818;
  position: relative;
  margin: 0 0 30px;
}
.single2-widget {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 30px;
}
.feature-postimg {
  width: 100%;
  position: relative;
}
.feature3-postimg {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 15px;
  margin: 30px 0 0;
}
.feature3-postimg img {
  width: 100%;
  height: auto;
}
/*BOOTSTRAP*/
@media (max-width: 800px) {
  .wrapper-header .row {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.wrapper-header.narrow .row {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  float: left !important;
  position: relative;
}
@media (min-width: 768px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left !important;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.header-topinside .col-md-12 {
  padding-right: 0;
  padding-left: 0;
}

/****************************************************
/* RELATED POST ON SINGLE POST 
*****************************************************/
.related-wrapper {
  width: 100%;
  margin: 0 0 20px 0;
}
.related-wrapper.hide {
  display: none;
}
.comments-title,
.related-maintitle {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #000;
}
.related-thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 130px;
}
.related-thumb img {
  width: 100%;
  height: auto;
  max-width: inherit;
}
.related-title h6 {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .related-wrapper {
    margin: 0 0 5px 0;
  }
  .related-subwrapper:nth-child(even) {
    float: left;
    width: 47%;
    margin: 0 0 15px 0;
    clear: left;
  }
  .related-subwrapper:nth-child(odd) {
    float: right;
    width: 47%;
    margin: 0 0 15px 0;
  }
}
img {
  vertical-align: middle !important;
}
.wp-block-columns {
  width: 100%;
}

/*
Custom CSS Template.
*/

.home-cat-content {
  padding: 15px 0 30px 0;
}

#primary .home-cat-content:first-child {
  padding-top: 0;
}

#primary .home-cat-content:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

#primary .home-cat-content:nth-child(even) .home-cat-list,
.wrap .home-cat-list {
  flex-flow: wrap;
}

.cat-name-list {
  display: flex;
  margin-bottom: 16px;
}

.home-cat-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: row-reverse;
  gap: 20px;
}

.featured-post {
  flex: 2;
}

.text-post {
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.featured-post a {
  display: block;
}

.featured-post a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1100 / 620;
  min-height: 166px;
  object-fit: cover;
}

.featured-post .post-title {
  margin-top: 14px;
  font-size: 26px;
  line-height: 1.2;
}

.colunm-news .post-title {
  font-size: 14px;
}

.text-post-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.home-cat-list a {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

.open-menu.btn-customized {
  display: none;
}

.switch {
  margin-left: 0 !important;
}

#masthead {
  background-color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 2;
  position: relative;
}

.fixed {
  position: fixed !important;
  top: 0;
  animation: fixed-menu 1s;
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25);
  margin-top: 0 !important;
}

@keyframes fixed-menu {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

.simple-marquee-container {
  display: flex;
  height: 40px;
  align-items: center;
}

.header-bottom {
  width: 100%;
  background-color: #fff;
  z-index: 1;
}

.colunm-news {
  flex: 1 calc(33% - 20px);
}

.colunm-news h3 a {
  font-size: 16px;
}

.widget-img-post {
  padding-bottom: 16px !important;
  border-bottom: 1px solid #aaa;
  margin-bottom: 22px;
}

.main-sidebar .widget-img-post {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
}

.main-sidebar .widget-img-post .post-item:nth-child(1) {
  width: 100%;
  border-bottom: 1px dashed #eee;
  padding-bottom: 3px;
}

.widget-img-post .post-item {
  width: calc(50% - 5px);
}

.post-title {
  font-weight: 600;
  display: block;
  margin-top: 6px;
}

.post-date {
  display: block;
  margin-top: 4px;
  font-size: 12px;
}

.main-sidebar aside {
  padding: 0;
}

.module9-titlebig h2 {
  font-size: 20px;
}

.home-cat-name-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 10px;
}

.home-cat-name,
.related-maintitle > * {
  font-size: 30px;
  font-weight: bold;
}

.sub-category {
  list-style: none;
  position: relative;
  display: flex;
  flex-flow: wrap;
}

.sub-category li a {
  padding: 2px 8px;
  border-left: 1px solid #eee;
}

.half-page {
  margin-top: 40px;
  padding-top: 24px !important;
}

.half-page .home-cat-list {
  flex-flow: column;
}

.half-page .text-post-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.half-page .featured-post {
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa;
}

.rand-post-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.rand-post-item {
  flex: 1 calc(20% - 20px);
}

.rand-post-item img {
  min-height: 140px;
  object-fit: cover;
  max-height: 140px;
  margin-bottom: 8px;
}

.small-cat-name ul {
  list-style: none;
  display: flex;
  gap: 10px;
}

.small-cat-name a {
  font-weight: 500;
  font-size: 14px;
  color: #e30a17;
}

.cat-sub-category {
	display: flex;
    flex-flow: wrap;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 6px;
    margin-top: 15px;
	list-style:none;
}

.cat-sub-category a {
  padding: 0 8px;
  border-right: 1px solid #eee;
  line-height: 1;
  text-transform: uppercase;
  font-size: 12px;
}

.cat-main {
  margin-bottom: 50px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 24px;
}

.group-1 .news-item {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.group-1 .news-info {
  max-width: 600px;
  text-align: center;
  margin-top: 30px;
  width: 100%;
}

.group-1 .news-title {
  font-size: 22px;
}

.group-1 .first-cat-item:hover .news-title {
  text-decoration: underline;
}

.group-1 .excerpt,
.group-2-4 .excerpt {
  margin-top: 10px;
  margin-bottom: 5px;
}

.group-1 .news-time,
.group-2-4 .news-time {
  font-size: 12px;
}

.group-2-4 a {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  width: 100%;
}

.group-2-4 .news-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.group-2-4 .news-title {
  width: 100%;
  font-size: 16px;
  display: block;
}

.group-2-4 img {
  width: 90px;
  height: 90%;
}

.group-5-10 {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  gap: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 24px;
}

.group-5-10 .col-cat-item {
  flex: 1 calc(20% - 40px);
  position: relative;
}

.group-5-10 .col-cat-item::before {
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #eee;
  right: -20px;
  content: "";
  cursor: default;
}

.group-5-10 .col-cat-item:last-child:before {
  display: none;
}

.group-5-10 .news-title {
  font-size: 14px;
  margin: 10px 0;
}

.group-5-10 .col-cat-item:hover .news-title {
  text-decoration: underline;
}

.cat-sub-category li:last-child a {
  border-right: none;
}

.cat-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

a.cat-item {
  text-decoration: none !important;
  color: #000 !important;
}

.cat-item .news-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.cat-item .news-time {
  min-width: 140px;
  font-size: 12px;
}

.cat-item .news-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row;
  width: 100%;
  gap: 30px;
}

.cat-item img {
  transition: all 0.5s;
}

.cat-item:hover img {
  opacity: 0.75;
}

.cat-item .news-info {
  width: 100%;
  display: block;
}

.cat-item .news-info .news-title {
  font-size: 22px;
}

.cat-item:hover .news-info .news-title {
  text-decoration: underline;
}

.cat-item .news-info .excerpt {
  margin-top: 6px;
}

.entry-header .feature-postimg img {
  width: 100%;
  max-height: 550px;
}

/*
	.news-content {
		max-width: 960px;
	}

	.news-content .site-content{
		border:none;
	}
*/

.related-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.related-subwrapper {
  flex: 1 calc(50% - 20px);
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #eee;
  align-items: center;
}

.related-subwrapper:hover {
  text-decoration: underline;
}

.related-subwrapper .text-post-item {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
}

.wrapper-header {
  display: flex;
  justify-content: center;
	overflow: hidden;
    max-width: 100% !important;
}

/*
#lang_menu {
    display: flex;
    list-style: none;
    margin-top: 6px;
}

#lang_menu a {
    font-size: 12px;
    font-weight: 500;
    color: #666;
    padding: 0 8px;
    border-right: 1px solid #eee;
}

#lang_menu li:last-child a {
    border-right: none;
}
*/
#colophon {
  display: flex;
  flex-flow: column;
}

.widget-area {
  display: block;
  margin-bottom: 28px;
}

#colophon .widget-area:nth-child(3),
#colophon .widget-area:nth-child(2) {
  margin-bottom: 0 !important;
}

.footer-topinside aside.widget,
.widget-area figure {
  margin: 0;
}

.footer-topinside .widget_polylang ul {
  display: flex;
  gap: 20px;
}

.footer-topinside .widget_polylang ul li {
  margin: 0;
  padding: 0;
  border: none;
}

#colophon .menu {
  display: flex;
  list-style: none;
  flex-flow: wrap;
}

#colophon .menu li {
  border: none;
  padding: 0;
  margin: 0;
}

#colophon .menu a {
  padding: 2px 10px;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  border-right: 1px solid #eee;
  margin: 8px 0;
}

.footer-topinside {
  padding: 15px;
}

.first-cat-item {
  width: 100%;
}

.group-2-4 .row-cat-item:hover .news-title,
.home-cat-list a:hover,
.post-item a:hover,
.widget_category-posts-widget a:hover {
  text-decoration: underline;
}

.footer-logo {
  max-width: 230px;
}

.footer-topinside .widget_polylang select {
  padding: 10px;
  min-width: 140px;
  background-color: #eee;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-color: #fff;
}

.group-last {
  display: flex;
  flex-flow: column;
}

.loadmore {
  display: inline-block;
  cursor: pointer;
  margin: 10px auto;
  padding: 10px 15px;
  background-color: #000;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.visible {
  opacity: 1;
  visibility: visible;
}

.loadmore:hover {
  background-color: #e30a17;
}

.nav-main {
  display: flex;
  width: 100%;
}

.site-content {
  margin: 0px;
}

.header-middleinside {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1126px !important;
	padding: 0 25px;
    box-sizing: content-box;
}

.header-right {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.search-btn, .responsive-menu-btn, .world {
    display: flex;
    width: 26px;
    height: 26px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    line-height: 1;
    transition: all .4s;
}

.search-btn:hover, .responsive-menu-btn:hover, .world:hover {
	background-color: #000;
	color: #fff;
}

.world {
  position: relative;
}

.menu-langs {
    position: absolute;
    width: 150px;
    top: calc(100% + 5px);
    right: 0;
    background-color: #f3f4f6;
    display: block;
    box-shadow: 0 12px 6px -6px rgba(120, 120, 120, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    padding: 6px;
}


.world:hover .menu-langs {
	opacity:1;
	visibility:visible;
}

.menu-langs li {
    display: flex;
    width: 100%;
    transition: inherit;
}

.menu-langs li:hover {
background-color:#fff;
}

.menu-langs a {
    padding: 6px;
    display: flex;
    font-size: 14px;
    align-items: center;
    gap: 2px;
    width: 100%;
}

.current-lang a {
  color: #000 !important;
  font-weight: 600;
}

.search-form {
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  margin-top: -70px;
}

.show-search {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.search-form form > div {
  display: flex;
  gap: 10px;
}

.search-form input {
  margin: 0;
  line-height: 1.5;
  border-color: #ddd !important;
  outline: none;
  transition: all 0.5s;
}

.search-form input[type="search"] {
  min-width: 250px;
}

.search-form input[type="submit"] {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}

.page-header {
  margin-bottom: 30px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 30px;
}
.responsive-menu-content {
  display: flex;
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 280px;
  padding: 56px 15px 15px 15px;
  top: 0;
  right: -280px;
  z-index: 99;
  border-left: 2px solid #eee;
  transition: all 1s;
}

.menu-show {
  right: 0 !important;
}

.responsive-menu-content > div {
    width: 100%;
    overflow: auto;
}

#responsive_menu {
  list-style: none;
}

.menu-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

#responsive_menu a {
  display: block;
  padding: 8px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #eee;
  font-size: 12px;
}

#responsive_menu a:hover {
  background-color: #eee;
}

.wp-block-embed {
  margin: 1.2em;
}

.news-title {
  font-weight: 700;
}

.is-provider-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}

.is-provider-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#breadcrumbs {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 8px 0;
  margin-bottom: 20px;
  font-size: 13px;
}

.news-share {
    margin: 20px 0;
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px dashed #eee;
    border-bottom: 1px dashed #eee;
}

.news-share-left {
    display: flex;
    align-items: center;
}


.agency-content {
    display: flex;
    align-items: center;
    flex-flow: row;
    width: 100%;
	    min-width: 166px;
}


.news-date {
    margin-left: 15px;
    border-left: 1px solid #eee;
    padding: 0 0 0 15px;
    display: flex;
    width: 100%;
}

.news-date svg {
    font-size: 18px;
}

.news-date span {
    margin-left: 6px;
}

.site-icon {
    min-width: 34px;
    width: 34px;
    padding-right: 12px;
    box-sizing: content-box;
    border-right: 1px dashed #eee;
    margin-right: 12px;
}

.site-icon img {
  height: auto;
  min-height: initial;
  aspect-ratio: 1 / 1;
  border-radius: 25px;
  border: 4px solid #eee;
}

.site-name {
    font-weight: 500;
    line-height: 1.1;
}

.share-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-share-btns {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.news-share-btns a {
  display: inline-block;
  border: 1px solid #eee;
  padding: 5px;
  line-height: 1;
}

.news-share-btns a:hover {
  border-color: #000;
}

.news-share-btns a img {
  max-width: 16px;
  aspect-ratio: 1 / 1;
  max-height: 16px;
  min-height: 16px;
}

#home-ads {
  margin: 14px 0;
}

#home-ads img {
  width: 100%;
  height: auto;
  display: inline-block;
}

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
  min-height: 100vh;
  background: #c4d3f6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;
}

.wrap-table100 {
  width: 960px;
  border-radius: 10px;
  overflow: hidden;
}

.borsa-table {
  display: table;
  border: 1px solid #eee;
}

.borsa-row {
  display: flex;
  background: #fff;
  justify-content: center;
  flex-flow: row;
  margin: 0 !important;
}

.borsa-row.header {
  background-color: #eee;
}

.borsa-row .cell {
  font-size: 14px;
  line-height: 1;
  padding: 14px 0;
  border-bottom: 1px dashed #eee;
  flex: 1 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.borsa-row:last-child .cell {
  border: none;
}

.borsa-row.header .cell {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.borsa-row .cell:nth-child(1) {
  width: 250px;
  padding-left: 26px;
}

.borsa-row .cell:nth-child(2) {
  width: 120px;
}

.borsa-row .cell:nth-child(3) {
  width: 120px;
}

.borsa-row .cell:nth-child(4) {
  width: 120px;
}

.borsa-table,
.borsa-row {
  width: 100% !important;
}

.color-green {
  color: #29d500 !important;
}

.color-red {
  color: #c90000 !important;
}

.borsa-row .cell:first-child {
    position: sticky;
    left: 0;
	z-index:2;
}

.flag {
  width: 26px;
  border-radius: 21px;
  box-shadow: 0 6px 9px -3px #aaa;
  border: 1px solid #aaa;
}


.borsa-row.header .cell:first-child {
    background-color: #eee;
}

.currency-name {
  font-weight: 500;
		background-color:#fff;
}

.name-code p {
  margin: 0;
}

.name-code span {
  margin-top: 5px;
  display: block;
  font-weight: 400;
  font-size: 12px;
}

.header-curr-content {
  padding: 15px;
  width: 100%;
  overflow: auto;
}

.header-curr-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  line-height: 1;
  min-width: 1126px;
}

.curr-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #ccc;
}

.curr-item:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

.curr-name,
.curr-number {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
}

.curr-rate {
  font-size: 12px;
}

.borsa {
  font-weight: 600;
  color: #999;
}

.slider {
  position: relative;
  margin-bottom: 15px;
}

.slider .slick-slide a {
  width: 100%;
}

.slider-item {
  text-align: center;
}

.slider-item .post-title {
    font-size: clamp(16px, 2.2vw, 22px);
    max-width: 640px;
    position: absolute;
    z-index: 222;
    bottom: 25px;
    left: 0;
    margin: 0;
    text-align: start;
    color: #000;
}

.slider-item .post-title span {
    background-color: white;
    line-height: clamp(36px, 5vw, 48px);
    box-shadow: 0px 0px 0px 6px white;
    -webkit-box-decoration-break: clone;
    padding-right: 10px;
    padding-left: 10px;
}

/*
.slick-current .post-title span {
}*/

.slider-arrow {
	position: absolute;
    top: calc(50% - 30px);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    cursor: pointer;
    transition: all 0.5s;
    z-index: 2;
}

.slider-arrow:hover {
  background-color: #000;
  color: #fff;
}

.left-arrow {
  left:0;
}

.right-arrow {
    right: 0;
}

.slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 2px;
}

.slick-dots button {
    margin: 0 !important;
    border: 1px solid;
    background-color: #d82521;
    line-height: 1;
    height: 30px;
    width: 30px;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	
}

.slick-dots button:hover {
    background-color: #000;
}

.slick-active button{
	background-color: #fff !important;
	color:#000 !important;
}

/*
.slider-thum {
  margin-bottom: 50px;
}

.slider-thum-item {
    margin: 0 3px;
    cursor: pointer;
	transition: all .5s;
	position:relative;
	opacity: .5;
}

.thum-number {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    margin: auto;
    padding: 2px 4px;
    box-sizing: content-box;
}

.slider-thum-item.slick-current {
    opacity: 1;
}*/

.entry-content a {
  color: #e30a17;
}

.borsa-sub-category {
  list-style: none;
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 12px;
  border-bottom: 2px solid #ccc;
}

.borsa-sub-category li {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #eee;
  line-height: 1;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.weather {
    width: 100%;
}

.weather_header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.weather_search input {
    border: none;
    background: #f6f6f6;
    outline: none;
    padding: 0.75rem 2.5rem;
    width: 100%;
    font-weight: 500;
    font-size: 12px;
	margin: 0;
}

.weather_search {
  position: relative;
  width: 100%;
}

.weather_search svg {
  position: absolute;
  left: 10px;
  top: 13px;
  font-size: 16px;
}

.weather_units {
  font-size: 1.5rem;
}

.weather_units span {
  cursor: pointer;
}

.weather_units span:first-child {
  margin-right: 0.5rem;
}

.weather_body {
    background-color: #f6f6f6;
    padding: 1.5rem 0;
    border-top: 1px solid #ddd;
}

.weather_city,
.weather_datetime {
  text-align: center;
}

.weather_city {
    font-size: 22px;
    font-weight: 800;
}

.weather_success {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.weather_forecast {
  display: inline-block;
  margin-top: 7px;
  text-transform: capitalize;
  line-height: 1.2;
  text-align: center;
}

.weather_tems {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
}

.weather_success,
.weather_tems {
  width: calc(50% - 0.5rem);
}

.weather_icon img {
    height: 56px;
    width: auto;
    max-width: 110px;
    object-fit: contain;
}

.weather_temperature {
  font-size: clamp(40px, 4vw, 64px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.weather_minmax {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.weather_minmax p {
  font-size: 14px;
}

.weather_info {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  flex-flow: wrap;
}

.weather_success,
.weather_tems {
  width: calc(50% - 0.5rem);
}

.weather_card {
    display: flex;
    justify-content: center;
    background-color: #f6f6f6;
    padding: 1rem;
    flex-direction: column;
    text-align: center;
    width: calc(50% - 0.5rem);
}

.weather_card svg {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.weather_card p {
  font-size: 14px;
}

@media (max-width: 936px) {
  .weather_header {
    flex-direction: column;
  }

  .weather_units {
    margin-top: 1rem;
  }
}

@media (max-width: 400px) {
  .weather_info {
    grid-template-columns: none;
  }
}

.ads img {
  width: 100%;
  height: auto;
  display: inline-block;
}

.map-label {
  background-color: white;
  border: 1px solid black;
  padding: 5px;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -100%);
  white-space: nowrap;
}

.font-bold {
  font-weight: 700;
}

.table-container {
  width: 100%;
  overflow-x: auto;
}

.football-table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
  width: 100%;
  border-top: 1px dashed #eee;
}

.football-table tbody,
.football-table thead {
  width: 100%;
}

.football-table:not(.fikstur-table) tbody tr td:nth-child(2),
.football-table:not(.fikstur-table) thead tr td:nth-child(2) {
  position: sticky;
  left: 0;
  z-index: 2;
  background-color: #fff;
}

.football-table:not(.fikstur-table) tbody tr td:last-child {
  min-width: 175px;
}

.border-dashed {
  border-style: dashed;
  border-color: #eee;
}

.border-b {
  border-bottom-width: 1px;
}

.team {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: fit-content;
  text-decoration: none !important;
}

.team img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.team span {
  color: #000;
}

.team.float-right span {
	text-align:right;
}


.form-item {
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  border-radius: 12px;
  background-color: #ccc;
  margin: 0 1px;
  cursor: default;
  color: #fff;
}

.form-W {
  background-color: #00ab5c;
}

.form-L {
  background-color: #e10016;
}

.score {
  text-decoration: none;
  font-weight: 600;
  color: #000;
  font-size: 1.5rem;
}

.float-right {
  float: right;
}

.winner {
  font-weight: 700 !important;
}

.time {
    font-size: 0.85rem;
    display: flex;
    z-index: 2;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background-color: #fafafa;
    font-weight: 500;
    color: #999;
}

.time-text {
    margin: 0;
    display: inline-block;
    text-transform: capitalize;
}

.score-content {
  min-width: 110px;
  display: table-cell;
  border-right: 1px dashed #eee;
  border-left: 1px dashed #eee;
}

.match-status {
    display: inline-block;
    text-align: center;
    box-sizing: content-box;
    transition: all 0.5s;
    border-radius: 3px;
    font-size: 12px;
}

.fikstur-table tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#seasonForm,
#weekForm {
  display: inline-block;
  margin-right: 10px;
}

.custom-select {
  position: relative;
  width: 150px;
}

.custom-select select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  background-color: #fff;
  border: 1px solid #eee;
  color: #000;
  cursor: pointer;
  outline: none !important;
}

.custom-select::after {
  --size: 0.35rem;
  content: "";
  position: absolute;
  right: 8px;
  pointer-events: none;
}

.custom-select::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid #ccc;
  top: 44%;
}

.football-table td {
  vertical-align: middle;
}

.lig-list-container {
  display: inline-block;
  width: 100%;
  overflow-x: auto;
}

.lig-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  min-width: 665px;
  width: 100%;
}

.lig-item img {
  height: 46px;
}

[id^="menu-footer-alt-menu"] {
  display: flex;
  gap: 10px;
  list-style: disc !important;
  margin-bottom: 14px !important;
}

[id^="menu-footer-alt-menu"] li {
    font-size: 12px !important;
    line-height: 1 !important;
    padding: 0;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 10px !important;
    list-style: inside !important;
    padding-bottom: 0 !important;
}

.wp-video {
    width: 100% !important;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    width: 100% !important;
}

.wp-video-shortcode video, video.wp-video-shortcode {
    width: 100% !important;
    height: auto !important;
}

.league-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.league-form {
    display: flex;
}

.league-time {
    font-size: 13px;
}



@media (max-width: 1200px) {
.javapaper-nav ul.nav-menu, .javapaper-nav div.nav-menu > ul {
    display: none;
}
}



@media (max-width: 992px) {
  .main-sidebar {
    margin-top: 40px;
    border-top: 1px solid #aaa;
    padding-top: 40px;
  }

  .widget-img-post:nth-child(1) .post-item:nth-child(1) {
    border-bottom: none;
    padding-bottom: 3px;
  }

  .widget-img-post .post-item {
    width: calc(33% - 5px) !important;
  }

  .half-page {
    margin-top: 0px !important;
  }

  .home-cat-name,
  .related-maintitle > * {
    font-size: 26px;
  }

  .rand-post-content {
    padding: 0 15px;
  }

  .rand-post-item {
    flex: 1 calc(50% - 20px);
  }

  .cat-item .news-time {
    min-width: 120px;
  }
  .group-5-10 {
    gap: 30px;
  }

  .group-5-10 .col-cat-item {
    flex: 1 calc(20% - 30px);
  }
  .group-5-10 .col-cat-item::before {
    right: -15px;
  }

  .group-2-4 {
    gap: 15px;
    display: flex;
    margin-top: 20px;
  }

  .group-2-4 a {
    width: 33%;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .group-2-4 .news-info {
    flex-flow: column-reverse;
  }
  .group-2-4 img {
    width: 100%;
    height: auto;
  }
  first-cat-item {
    margin-bottom: 12px;
  }
  .group-1 .news-item {
    align-items: start;
  }
  .group-1 .news-info {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .home-cat-content .excerpt {
    display: none;
  }

  .single2-wrapper {
    padding: 0 !important;
  }

  .category-content {
    padding: 0 15px;
  }

  .group-last .cat-item {
    flex-flow: column;
    gap: 8px;
  }
  .group-last .wp-post-image {
    max-width: 200px;
  }

  .group-5-10 {
    gap: 15px;
  }

  .group-5-10 .col-cat-item {
    flex: 1 calc(33% - 15px);
  }

  .group-5-10 .col-cat-item::before {
    display: none;
  }


  #masthead {
    border-bottom: 1px solid #eee;
  }
  .header-middleinside {
    display: flex;
    gap: 10px;
  }

  .related-subwrapper {
    flex: 1 100%;
  }

  .related-thumb {
    max-width: 220px;
  }

  .lig-list {
    margin-bottom: 30px;
  }

  .lig-item img {
    height: 40px;
  }
	

.borsa-row .cell:nth-child(2) {
  width: 90px;
}

.borsa-row .cell:nth-child(3) {
  width: 90px;
}

.borsa-row .cell:nth-child(4) {
  width: 90px;
}

	
.time-text {
    margin-right: 0;
    width: inherit;
}
	
	.single2-wrapper{
		margin-top:15px !important;
	}
	.search-content {
    padding: 0 15px;
}
	
.slider-item .post-title {
    max-width: 480px;
}
	
	.header-middleinside {
    padding: 0 10px;
}
	
}

@media (max-width: 576px) {
  .javapaperlogo img {
    max-height: 26px;
  }
	
	.header-right {
    gap: 4px;
}
	
.search-btn, .responsive-menu-btn, .world {
    width: 26px;
    height: 26px;
    font-size: 18px;
}

  .home-cat-list {
    flex-flow: column !important;
  }
  .home-cat-content .excerpt {
    display: block;
  }

  .widget-img-post .post-item {
    width: 100% !important;
  }

  .home-cat-name-content {
    align-items: flex-start;
    flex-flow: column;
  }

  .sub-category {
    margin-top: 10px;
  }
  .sub-category li a {
    border-left: none;
    border-right: 1px solid #eee;
  }

  .group-last .cat-item .news-item {
    flex-flow: column-reverse;
    gap: 20px;
  }

  .group-last .wp-post-image {
    max-width: 100%;
  }

  .group-2-4 {
    gap: 30px;
    flex-flow: column;
  }
  .group-2-4 a {
    width: 100%;
  }
	
	.borsa-row .cell:nth-child(1) {
    width: 200px;
    padding-left: 18px;
}
	.league-info {
    align-items: start;
    flex-flow: column;
		gap:15px;
}
	.team img {
    display: none;
}
	
.news-share {
    align-items: flex-start;
    flex-flow: column;
    gap: 20px;
}
	
.slider-item .post-title {
    padding-top: 10px;
    max-width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    height: 74px;
}
	
.slider-item .post-title span {
    background-color: transparent;
    line-height: 1.3;
    box-shadow: none;
    -webkit-box-decoration-break: initial;
    padding-right: 0;
    padding-left: 0;
    display: inline-block;
}
	
}

@media (max-width: 480px) {
  .group-5-10 .col-cat-item {
    flex: 1 calc(50% - 30px);
  }

  .cat-sub-category a {
    padding: 0 6px;
    font-size: 10px;
    font-weight: 600;
  }
	
	.score-content {
		min-width: 80px;}
	.score {
    font-size: 1.25rem;
}
}



.next-news-load {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #d82521;
    z-index: 99;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 16px;
    justify-content: space-around;
    align-items: center;
    display: none;
    color: #fff;
}

.next-news-load::before, .news-loading {
    height: 6px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}


.next-news-load::before {
    background-color: #fff;
    width: 100%;
    z-index: 1;
}

.news-loading {
    background-color: #000;
    width: 0;
    z-index: 2;
}

.next-news-cancel {
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
	transition: all .4s;
	margin-left:15px;
	text-align:center;
}

.next-news-cancel:hover{
    background-color: #000;
    color: #fff;
}

.next-news-time, .news-text{
	font-weight:600;
}

#cat-ads {
    display: inline-block;
    width: 100%;
    margin: 24px 0;
    text-align: center;
}

#news_ads_top, #news_ads_bottom {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.wp-block-image.alignleft {
    margin-right: 15px;
}

.ads a {
	position:relative;
}

#clone {
    width: 100%;
    filter: blur(90px);
    opacity: .75;
    position: absolute;
    z-index: -1;
    left: 0;
}

.slider-thum-item img {
    max-width: 150px;
}

.lang-item-tr{
display:none !important;
}



.news-cats {
    display: flex;
    justify-content: flex-start;
    gap: 6px;
}

.news-cats a {
    display: inline-block;
    background-color: #e30a17;
    line-height: 1;
    padding: 6px 10px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 4px;
    font-size: 12px;
}

.news-cats a:hover {
    background-color: #000;
}



.wp-block-social-link a {
    font-size: 1.5em;
    line-height: 1;
    justify-content: center;
}