/*
Theme Name: Magzviral
Theme URI: http://themeku.store/demo/magzviral/
Author: Themeku.store
Author URI: https://www.facebook.com/hasralgana
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: magzviral

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-style: normal;
  font-weight: 600;
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin-bottom: 1.714285714rem;
}
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;
  border-radius: 6px;
  -ms-interpolation-mode: bicubic;
}

/* 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: "";
}
.clear {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
*,
::after,
::before {
  box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
  font-size: 18px;
  line-height: 1.3;
  color: #b52b31;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 3px solid #b52b31;
  margin-bottom: 10px;
}
.reply-title {
  font-size: 19px;
  line-height: 2.181818182;
  color: #b52b31;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 3px solid #b52b31;
  margin-bottom: 10px;
}
/* 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;
  font-size: 0.785714286rem;
  line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
  border: 1px solid #ccc;
  border-radius: 15px;
  font-family: inherit;
  padding: 6px;
  padding: 0.428571429rem;
}
button,
input {
  line-height: normal;
}
textarea {
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
}

/* 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 */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type="submit"],
.bypostauthor cite span {
  padding: 6px 10px;
  padding: 0.428571429rem 0.714285714rem;
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 1.428571429;
  font-weight: normal;
  color: #7c7c7c;
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type="submit"]:hover {
  color: #5e5e5e;
  background-color: #ebebeb;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  color: #757575;
  background-color: #e1e1e1;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: linear-gradient(top, #ebebeb, #e1e1e1);
  box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
  border-color: transparent;
}
.bypostauthor cite span {
  color: #fff;
  background-color: #b52b31;
  background-image: none;
  border: 1px solid #1f6f93;
  border-radius: 2px;
  box-shadow: none;
  padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  border-radius: 7px; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  width: 100% !important;
  object-fit: cover;
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
  max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important; /* Override the Twitter embed fixed width */
}
p {
  font-size: 16px;
}
.widget.widget_media_image {
  text-align: center;
}

/* Images */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	// Add fancy borders to all WordPress-added images but not things like badges and icons and the like 
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); 
}*/
.wp-caption {
  max-width: 100%; /* Keep wide captions from overflowing their container. */
  padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  font-style: italic;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.3;
  color: #757575;
}
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.box-shadow {
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.5);
}
.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 */
.site-content nav {
  clear: both;
  line-height: 1.4;
  overflow: hidden;
  margin-bottom: 10px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
#nav-above {
  padding: 24px 0;
  padding: 1.714285714rem 0;
}
#nav-above {
  display: none;
}
.paged #nav-above {
  display: block;
}
.nav-previous,
.previous-image {
  float: left;
  width: 45%;
  padding: 10px;
  font-size: 16px;
  font-weight: 300;
}
.nav-next,
.next-image {
  float: right;
  text-align: right;
  width: 45%;
  padding: 10px;
  font-size: 16px;
  font-weight: 300;
}
.nav-single + .comments-area,
#comment-nav-above {
  margin: 10px 0;
  margin: 1.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
  margin-bottom: 10px;
}
.author-info {
  border-top: 1px solid #ededed;
  margin: 24px 0;
  margin: 1.714285714rem 0;
  padding-top: 24px;
  padding-top: 1.714285714rem;
  overflow: hidden;
}
.author-description p {
  color: #757575;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.author.archive .author-info {
  border-top: 0;
  margin: 0 0 48px;
  margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
  margin-top: 0;
}
.post-author img {
  border-radius: 50%;
  margin: -7px 5px;
  padding: 3px;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
  font-size: 87.5%;
}
body {
  font-size: 14px;
  font-size: 1rem;
  font-family: Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  color: #444;
}
body.custom-font-enabled {
  font-family: "Roboto", Helvetica;
}
a {
  outline: 0;
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #b52b31;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}
.main-nav .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
  background: #fff;
  border: 2px solid #333;
  border-radius: 3px;
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 12px;
  height: auto;
  padding: 12px;
  position: absolute;
  top: 5px;
  left: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

.txt__3 {
  -webkit-line-clamp: 3;
}
.txt__1,
.txt__2,
.txt__3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* Page structure */
.site {
  background-color: transparent;
}

/* Header */
.site-header {
  display: inline-block;
  width: 100%;
  padding: 0px 0;
  background: #f2f2f2;
}
.site-header h1,
.site-header h2 {
  text-align: center;
}
.site-header h1 a,
.site-header h2 a {
  color: #515151;
  display: inline-block;
  text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
  color: #b52b31;
}
.site-header h1 {
  font-size: 24px;
  font-size: 1.714285714rem;
  line-height: 1.285714286;
  margin-bottom: 14px;
  margin-bottom: 1rem;
}
.site-header h2 {
  font-weight: normal;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #757575;
}
.header-logo {
  float: left;
  position: relative;
  width: 220px;
}
.header-logo img {
  border-radius: 0;
}
.header-ads {
  float: right;
  position: relative;
  padding: 0;
  height: auto;
  width: 720px;
}
.header__-pc {
  display: none;
}
.menu-secon-on {
  height: 11rem;
}
.menu-secon-off {
  height: 10rem;
}
.stickytop {
  position: fixed;
  background: #fff;
  top: 0;
  border-top: none;
  z-index: 6;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: slide-down 0.7s;
  -moz-transition: margin 0.2s linear;
  -o-transition: margin 0.2s linear;
  -webkit-transition: margin 0.2s linear;
  transition: margin 0.2s linear;
  width: 1100px;
}

/* =Gride Layout Fourmagz
-------------------------------------------------------------- */

.main-container,
.main-container-2cr,
.right-sidebar-2cr,
.main-container-2cl,
.left-sidebar-2cl,
.main-container-3cm,
.left-sidebar-3cm,
.right-sidebar-3cm {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  padding-top: 14px;
}

/* =Block Header
-------------------------------------------------------------- */

.block-header {
  position: relative;
  display: flex;
  width: 100%;
}
/* Left Header */
.block-header .left-header {
  float: left;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.left-header span {
  display: inline-block;
  padding: 5px 0;
}

/* Center Header */
.block-header .search-header {
  display: inline-block;
}
.center-header {
  position: relative;
  float: left;
  min-height: 1px;
}

/* Right Header */
.right-header {
  float: right;
  min-height: 1px;
  display: inline-block;
}
/* Section Header Logo, Date Login, Search, Social, Ads, Text */
.login-header {
  position: relative;
  margin: 15px 0;
}
.login-header span {
  display: inherit;
  padding: 5px;
}
.social-header {
  display: inline-block;
  float: right;
  margin: 27px 2px;
}
.logo-header {
  position: relative;
  margin-top: 10px;
}
.logo-header img {
  max-width: 350px;
  height: auto;
  clear: both;
}
.ads-header {
  max-width: 728px;
  max-height: 90px;
  margin-top: -10px;
}
.center-header .logo-header {
  padding-left: 30px;
}
.right-header .login-header,
.right-header .logo-header {
  float: right;
}

/* Navigation Menu */
.main-nav {
  text-align: center;
  background: linear-gradient(to right, #b52b31 45%, #ff6363 110%);
  height: 37px;
}
.main-nav li {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  font-size: 12px;
  line-height: 1.42857143;
  font-weight: 700;
}
.main-nav a {
  color: #5e5e5e;
}
.main-nav li:hover a {
  border-bottom: 4px solid #fff;
  line-height: 2.2;
}
.main-nav li ul li a {
  border-bottom: none !important;
}
.main-nav li ul li:hover a {
  border-bottom: none !important;
  text-decoration: underline;
}
.main-nav ul.nav-menu,
.main-nav div.nav-menu > ul {
  display: none;
}
.main-nav ul.nav-menu.toggled-on,
.menu-toggle {
  display: inline-block;
}
/* Menu Mobile */
.nav-menu-mb {
  position: relative;
}
.nav-menu-mb li {
  float: left;
  width: 100%;
}
.sidenav .tb-nav {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  display: inline-block;
  height: auto;
  padding: 15px 0;
  width: 100%;
}
.nav-menu-mb li.menu-item-has-children {
  position: relative;
  height: auto;
  display: inline-block;
  width: 100%;
}
.tb-nav-net {
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  width: 100%;
  display: inline-block;
  height: auto;
}
.second-mb {
  display: inline-block;
  width: 100%;
  padding: 15px;
  text-transform: uppercase;
  font-size: 18px;
  color: #212121;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 22px;
}
.second-menu-mb li {
  float: left;
  width: 50%;
}

/* Second Menus */
.second-menu {
  padding: 5px;
  position: relative;
  font-weight: normal;
}
.second-menu li {
  text-decoration: none;
  display: inline-block;
  padding: 5px 15px;
  position: relative;
  border-right: 1px solid #b2b2b2;
  line-height: 0;
}
.second-menu li:last-child {
  border-right: none;
}
.second-menu li a {
  color: #1d1d1d;
  font-weight: normal;
}

/* Banner */
section[role="banner"] {
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
}

/* Extra Sidebar */
#extra-sidebar {
  float: left;
  width: 22%;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
}

/* Sidebar */
.widget-area {
  float: right;
}
.widget-area .widget {
  margin: 0 16px;
}
@media screen and (min-width: 600px) {
  .widget-area .widget {
    margin: 0;
  }
}
.widget-area .widget .widget-wrap {
  margin: 0 8px;
}
.widget-area .widget {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin-bottom: 15px;
  word-wrap: break-word;
  background-color: #fff;
  border-radius: 15px;
}
.widget-area .widget h3 {
  margin-bottom: 6px;
  border-bottom: 0px solid #b52b31;
  font-weight: 600;
  color: #b52b31;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
  font-size: 15px;
  line-height: 1.1;
}
.widget-area .widget p {
  margin-top: 7px;
  margin-bottom: 7px;
}
.widget-area .textwidget ul,
.widget-area .textwidget ol {
  list-style: disc outside;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li > ul,
.widget-area .textwidget li > ol {
  margin-bottom: 0;
}
.widget-area .textwidget ol {
  list-style: decimal;
}
.widget-area .textwidget li {
  margin-left: 36px;
  margin-left: 2.571428571rem;
}
.widget-area .widget a {
  color: #0b0b0b;
}
.widget-area .widget a:hover {
  color: #b52b31;
}
.widget-area #s {
  width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
/* Custom css menu topik */
#menu-sidebar-topik li {
  font-size: 19px;
  line-height: 2rem;
}

/* Popular Post */
.popular__item {
  padding: 4px 0 20px 0;
}
.widget .popular__num {
  position: relative;
  color: #085ca9;
  font-size: 28px;
  font-weight: 600;
  margin: 0px 10px 0px 0px;
  width: 45px;
  float: left;
  padding: 7px 0 0 6px;
  font-style: italic;
  background-color: #eee;
  border-radius: 13px;
  height: 42px;
}
.widget .popular__title {
  position: relative;
  display: table;
}
.widget .popular__title h2 {
  font-size: 16px;
  font-weight: 550;
  line-height: 1.6rem;
}
.widget .popular__info {
  float: right;
  font-size: 12px;
  color: #c3c3c3;
}
.cat-item {
  padding: 5px 0;
}
a.btn-more {
  position: relative;
  display: block;
  background-color: #ccc;
  border-radius: 0.7rem;
  padding: 15px;
  text-align: center;
}
/* Recent Post */
.repost__item {
  height: 100px;
  border-bottom: 1px solid #dadada;
}
.widget .repost__img {
  width: 100px;
  float: right;
  margin-right: 0;
  margin-left: 10px;
  margin-top: 8px;
  position: relative;
}
.widget .repost__img span.icon-post-format {
  display: block;
  position: absolute;
  top: 25%;
  right: 40%;
  font-size: 2.4rem;
}
.widget .repost__img span.icon-post-format {
  color: rgba(219, 219, 219, 0.8);
}
.widget .repost__img span.format-yu {
  color: rgba(158, 10, 10, 0.8);
}
.widget .repost__img span.format-img {
  color: rgba(219, 219, 219, 0.8);
}
.widget .repost__title {
  display: table;
}
.widget .repost__title h2 {
  hyphens: none;
  width: 100%;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  padding: 8px 0 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
}
.widget .repost__item span {
  font-size: 12px;
  line-height: 2.2;
}
.widget span.repost__group {
  font-size: 12px;
  line-height: 1;
  font-size: 12px;
  color: #c3c3c3;
}

/* Custom Category */
#extra-sidebar .custom-category .repost__title h2 {
  font-size: 14px;
  line-height: 1.2;
}

/* =Feature Headline 
-------------------------------------------------------------- */
.magzviral-headline {
  position: relative;
  height: auto;
  margin: 16px;
}
@media screen and (min-width: 600px) {
  .magzviral-headline {
    margin: 5px;
  }
}

.headline-post {
  padding: 0;
  border: none;
  cursor: inherit;
  z-index: 1;
  height: inherit;
}
.headline-post img {
  width: 100%;
  height: 300px;
  border-radius: 6px;
  transform: scale3d(1, 1.02, 1);
  transition: all 1s ease-out;
  object-fit: cover;
}
.headline-category {
  padding: 5px 10px;
  font-weight: 300;
  z-index: 1;
  font-size: 16px;
  position: absolute;
  left: 15px;
  top: 15px;
  border-radius: 7px;
  background: linear-gradient(to right, #b52b31 20%, #ff6363 120%);
}
.headline-post .icon-hl {
  display: block;
  position: absolute;
  top: 35%;
  right: 42%;
  font-size: 6rem;
  color: rgba(255, 255, 255, 0.68);
}
.headline-gradient {
  position: absolute;
  color: #fff;
  width: 100%;
  bottom: -1px;
  border-radius: 6px;
  padding: 0;
  background: #000;
  background: -moz-linear-gradient(
    top,
    transparent 0,
    rgba(0, 0, 0, 0.47) 31%,
    rgba(0, 0, 0, 0.7) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, transparent),
    color-stop(31%, rgba(0, 0, 0, 0.47)),
    color-stop(100%, rgba(0, 0, 0, 0.7))
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0,
    rgba(0, 0, 0, 0.47) 31%,
    rgba(0, 0, 0, 0.7) 100%
  );
  background: -o-linear-gradient(
    top,
    transparent 0,
    rgba(0, 0, 0, 0.47) 31%,
    rgba(0, 0, 0, 0.7) 100%
  );
  background: -ms-linear-gradient(
    top,
    transparent 0,
    rgba(0, 0, 0, 0.47) 31%,
    rgba(0, 0, 0, 0.7) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 0,
    rgba(0, 0, 0, 0.47) 31%,
    rgba(0, 0, 0, 0.7) 100%
  );
}
.headline-post .headline-title {
  padding: 15px;
}
.headline-title {
  overflow: hidden;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
}
.headline-title h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.8rem;
  text-shadow: 2px 1px 2px #000;
}
a.headline-link {
  color: #fff !important;
}
a:hover.headline-link {
  color: #f8f8f8 !important;
}

/* =Block Video
-------------------------------------------------------------- */
.block__video-title {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
  padding: 0 8px;
}
.block__video-title::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 20px;
  left: 0;
  bottom: 50%;
  width: 100%;
  height: 1px;
  z-index: 0;
}
span.bg__video {
  border-radius: 7px;
  background: linear-gradient(to right, #b52b31 20%, #ff6363 120%);
}
span.bg__video {
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 16px;
  position: relative;
  text-transform: uppercase;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
  z-index: 1;
}
.block__video {
  position: relative;
  margin-bottom: 7px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 600px) {
  .block__video {
    padding-left: 0;
    padding-right: 0;
  }
}
.block__video .list__video {
  margin: 0 5px;
}
.block__video .img-homepage {
  position: relative;
}
.block__video .video-bg::before {
  content: "";
  display: inline-block;
  position: relative;
  min-width: 170px;
  min-height: 135px;
  background-color: #ccc;
  border-radius: 7px;
}
.list__video .play-video {
  display: block;
  position: absolute;
  top: 15%;
  left: 33%;
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.68);
}
.list__video .title-list__video {
  font-size: 13px;
  line-height: 1.5rem;
  padding-top: 10px;
}
.slick-slide img {
  width: 100%;
  height: 135px;
  border-radius: 7px;
}

/* =Block Fokus
-------------------------------------------------------------- */
.fokus-news {
  position: relative;
  width: 96%;
  padding-left: 16px;
  height: 190px;
  margin-top: 26px;
}
.f__title {
  position: relative;
  border-bottom: 1px solid #b52b31;
  width: 100%;
  padding: 17px 0 7px 0;
}
.fokus-news h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  line-height: 1;
  margin-bottom: 5px;
  padding: 6px 0 7px 0px;
  color: #b52b31;
}
.fokus_carousel {
  height: 147px;
  margin-bottom: 0px;
  overflow: hidden;
}
.caroufredsel_wrapper {
  height: 100% !important;
}
#f__news {
  height: 100% !important;
}
#f__news li {
  margin: 3px;
  padding: 0;
  float: left;
  height: 100%;
  width: 190px !important;
  display: block;
  position: relative;
  border-radius: 5px;
}
#f__news li a {
  color: #fff;
}
.f--box_img {
  height: auto;
}
.f--box_img:after {
  padding-top: 56.25%;
}
.f--box_img:after {
  content: "";
  display: block;
  padding-top: 100%;
  overflow: hidden;
}
.f--box_img img {
  width: 100%;
  border-radius: 5px;
}
.f--box_img-grad {
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.8) 70%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, transparent),
    color-stop(70%, rgba(0, 0, 0, 0.8))
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0,
    rgba(0, 0, 0, 0.8) 70%
  );
  background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.8) 70%);
  background: -ms-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.8) 70%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.8) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  bottom: 3px;
  border-radius: 5px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
.fokus_carousel h3 {
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  text-align: left;
  line-height: 120%;
  padding: 0 8px;
  position: absolute;
  bottom: 10px;
}
.f__slide--nav {
  color: transparent;
  position: absolute;
  text-decoration: none;
  font-size: 16px;
}
#f__prev {
  top: 5px;
  right: 25px;
  padding: 0 25px 4px;
}
#f__next {
  top: 5px;
  right: 0px;
  padding: 0 28px 4px;
}

/*Related Post*/
.relatedposts {
  padding: 0 16px;
}
.relatedposts .load_post {
  position: relative;
  display: inline-block;
  width: 100%;
}
.relatedposts .meta-home {
  margin-top: 7px;
}
.relatedposts img {
  width: 100%;
  height: 85px;
  border-radius: 7px;
}
.load_post .relatedthumb {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: none;
  width: 46.89642%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  white-space: normal;
  margin-bottom: 10px;
  margin: 4px;
}
.relatedthumb h2 {
  font-size: 1rem;
  line-height: 1.4rem;
  padding-top: 5px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
}
.fa-relatid {
  position: absolute;
  top: 20%;
  left: 40%;
  font-size: 3rem;
  color: rgba(215, 0, 0, 0.7);
  cursor: pointer;
}

/* Footer */
footer[role="contentinfo"] {
  border-top: 1px solid #ededed;
  clear: both;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  max-width: 1100px;
  margin-top: 24px;
  margin-top: 1.714285714rem;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px;
}
footer[role="contentinfo"] a {
  color: #686868;
}
footer[role="contentinfo"] a:hover {
  color: #b52b31;
}
.footer-wrap {
  border-top: 0px solid #dfdfdf;
  position: relative;
  display: inline-block;
  max-width: 1100px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 15px;
  margin-top: 15px;
  background-color: #fff;
  border-radius: 6px;
}
.footer-top {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  border-bottom: 1px solid #dfdfdf;
}
.footer-top aside {
  margin: 10px;
}
.footer-top h3.widget-title {
  font-size: 14px;
  font-size: 1.167rem;
  line-height: 2.181818182;
  font-weight: normal;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #444;
  border-bottom: 1px solid #444;
}
.footer-top select {
  width: 100%;
  margin-top: 10px;
}
.footer-top aside .textwidget {
  color: #444;
}
.footer-top aside > ul {
  padding-top: 10px;
}
.footer-top aside > ul > li {
  margin-bottom: 5px;
  display: block;
  background-color: rgba(255, 255, 255, 0); /* #fff0; */
  padding: 0;
}
.footer-top li > a {
  color: #454545;
  line-height: 1.5;
}
.footer-top-left {
  float: left;
  position: relative;
}
.footer-top-center {
  position: relative;
  float: left;
  min-height: 1px;
}
.footer-top-right {
  float: right;
  min-height: 1px;
  display: inline-block;
}
.ft-container {
  display: inline-block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}
.ft-container a {
  color: #a8a8a8;
}
.site-info span[role="separator"] {
  padding: 0 0.3em 0 0.6em;
}
.site-info span[role="separator"]::before {
  content: "\002f";
}
.home .credit {
  width: 100%;
  padding-left: 0;
}
.home .credit p {
  padding: 0;
}
.credit,
.credit-sing {
  display: inline-block;
  width: 100%;
  color: #383838;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}
.credit-sing {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #686868;
  padding-top: 5px;
}
.credit,
.footer-social-wrap {
  display: block;
  min-height: 1px;
  float: left;
  position: relative;
  line-height: 2.5;
}
.home .credit {
  text-align: center;
}
.credit,
.footer-social-wrap {
  width: 100%;
  text-align: center;
}
.footer-wrap .foot__wrap li {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
.credit p {
  font-size: 14px;
}

/* Social Footer */
.home .footer-social-wrap {
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 0;
  padding-left: 0;
}
.footer-social-wrap {
  text-align: center;
  float: right;
  margin-top: -3px;
  margin-bottom: 0 !important;
}
.sc-foot-icon-wrap {
  position: relative;
  display: inline-block;
  margin: 0;
}
.widget .sc-foot-icon-wrap {
  position: relative;
  display: inline-block;
  margin: 7px 2px 5px 0 !important;
}
.sc-foot-icon-wrap a {
  display: inline-block;
}
.footer-social-wrap .sc-icon-font {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  color: #131212;
  border: 1px solid #737373;
  background-color: #cccccc;
}
.sc-icon-font:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.03;
}
.footer-social-wrap .sc-icon-font {
  line-height: 1.8;
  font-size: 14px;
  text-align: center;
}

.widget-footer {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 0 8px;
  margin: 16px 0;
}
.foot__wrap,
.foot__sing {
  position: relative;
  display: inline-block;
  line-height: 1.5rem;
}
.foot__sing {
  float: right;
  padding-top: 10px;
}
.widget-footer .foot__wrap li a {
  color: #383838;
}
.widget-footer .foot__wrap li,
.widget-footer .foot__sing li {
  padding-right: 15px;
  line-height: 1.286153846 !important;
  display: inline-block;
}
.foot__wrap a {
  color: #383838;
}
.foot__wrap a:hover,
.foot__sing a:hover {
  text-decoration: underline;
}

/* Costum Search */
.search-form {
  float: right;
  margin-left: 5px;
  display: inline-block;
  position: relative;
}
button[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
}
.search-form .btn-submit i {
  font-size: 16px;
  color: #393939;
}
.form-search {
  width: 350px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ededed;
  border-radius: 29px;
  height: 33px;
}
.form-search .search-field,
#searchform .search-field {
  background: none;
  border: 0 !important;
  font-size: 14px;
  color: #393939;
  padding-left: 10px;
  padding-right: 15px;
  line-height: normal;
  height: 32px;
  width: auto;
  vertical-align: middle;
  font-family: inherit;
  line-height: inherit;
  -webkit-text-size-adjust: 100%;
}
#searchform .widget-search-form {
  width: auto;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 29px;
  height: auto;
  margin-top: 10px;
}
#searchform .searchsubmit {
  float: right;
}
#searchform .searchsubmit {
  background: #ededed;
  color: #333;
  cursor: pointer !important;
  width: 34px;
  height: 34px;
  vertical-align: middle;
  border: 0;
  margin: 0;
  border-radius: 50%;
  transition: all 0.5s ease;
  padding: 0;
  text-align: center;
}
button[type="submit"] {
  background: #fff;
  cursor: pointer !important;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin: 1.2px;
  border-radius: 50%;
  transition: all 0.5s ease;
  padding: 0;
  text-align: center;
}
button {
  border-radius: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
}
button[type="submit"]:hover {
  background: #a1a1a1;
}
input:focus,
textarea:focus,
keygen:focus,
select:focus {
  outline: none !important;
}

/* Back to Top */
#back-to-top.affix {
  background-color: #b52b31;
  position: fixed;
  right: 30px;
  bottom: 14.696%;
  z-index: 9999;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.affix {
  position: fixed;
  border-radius: 50%;
}
#back-to-top > a {
  color: #fff;
  display: block;
  font-size: 12px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
#back-to-top > a:hover,
#back-to-top > a:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
}

/* =Paged
-------------------------------------------------------------- */
.hide {
  display: none;
}
.show {
  display: block;
}
.text-center {
  text-align: center;
}
.navigation {
  position: relative;
  text-align: center;
  margin-top: 15px;
  margin-top: 1.214285714rem;
  margin-bottom: 15px;
  margin-bottom: 1.214285714rem;
}
.navigation li {
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  background-color: #b52b31;
}

.navigation li > a {
  position: relative;
  width: 33px;
  height: 33px;
  display: inline-block;
  padding-top: 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.navigation li > a {
  color: #eaeaea;
}
.pagination > li > a.active,
.pagination > li > span.active {
  cursor: default;
  background-color: #fff9;
}
.loadmore-parent a {
  padding: 5px 10px;
  font-weight: 500;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(to right, #b52b31 20%, #ff6363 120%);
}
.loadmore-parent a:hover {
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(to right, #ff6363 20%, #ff6363 120%);
}

/* =Block Recent Post
-------------------------------------------------------------- */
.wp-block-latest-posts.wp-block-latest-posts__list {
  padding: 0 8px 16px!important;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  padding: 10px 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list
  li
  .wp-block-latest-posts__featured-image {
  float: right;
  width: 100px;
  margin-right: 0;
  margin-left: 8px;
  margin-top: 8px;
}
@media only screen and (min-width: 600px) {
    .wp-block-latest-posts.wp-block-latest-posts__list
  li
  .wp-block-latest-posts__featured-image {
      float: left;
	  margin-right: 8px;
  	  margin-left: 0;
    }
}
.wp-block-latest-posts.wp-block-latest-posts__list
  li
  .wp-block-latest-posts__featured-image img{
  height: 80px;
    width: 100%;
}
.wp-block-latest-posts.wp-block-latest-posts__list.is-grid
  li
  .wp-block-latest-posts__featured-image {
  width: 100% !important;
}
.wp-block-latest-posts.wp-block-latest-posts__list
  li
  .wp-block-latest-posts__post-title {
  hyphens: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  padding: 5px 0 3px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

.widget_popular_entries .popular__row {
  padding: 0 8px 8px;
}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
  clear: both;
}
.entry-header {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
  padding: 0 15px;
}
.entry-header img.wp-post-image {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
  font-size: 20px;
  font-size: 1.428571429rem;
  line-height: 1.2;
  font-weight: normal;
}
.entry-header .entry-title a {
  text-decoration: none;
}
.entry-header .entry-format {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  font-weight: normal;
}
.entry-header .comments-link {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #757575;
}
.comments-link {
  display: inline-block;
}
.comments-link a,
.entry-meta a {
  color: #757575;
  display: inline-block;
}
.comments-link a:hover,
.entry-meta a:hover {
  color: #b52b31;
}
article.sticky .featured-post {
  border-top: 4px double #ededed;
  border-bottom: 4px double #ededed;
  color: #757575;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 3.692307692;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
  text-align: center;
}
/* Stiky Post FrondPage */
article.sticky .headline-post {
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 3;
  background: #fff;
  text-transform: uppercase;
  padding: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #de4444;
}
/* article.sticky {
  height: auto !important;
  padding: 1px 0 !important;
} */
article.sticky .entry-header-img {
  padding-right: 0;
}
article.sticky .img-home img {
  width: 100%;
}
article.sticky .title-home-list {
  display: inline-block;
  height: auto;
  padding: 0;
}
article.sticky .meta-home,
article.sticky .entry-summary {
  padding: 0 10px;
}
.entry-content,
.entry-summary,
.mu_register {
  line-height: 1.714285714;
}
.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;
  margin: 1.714285714rem 0;
  line-height: 1.714285714;
  display: inline-block;
}
.entry-content h1,
.comment-content h1 {
  font-size: 21px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
  font-size: 18px;
  font-size: 1.285714286rem;
  line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
  font-size: 16px;
  font-size: 1.142857143rem;
  line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  font-weight: 400;
  line-height: 1.5;
}
.entry-content .more-link {
  white-space: nowrap;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  line-height: 1.714285714;
}
.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: disc 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;
  margin: 0 0 0 2.571428571rem;
}
.entry-content .wp-block-pullquote blockquote {
  border-top: 4px solid #444;
  border-bottom: 4px solid #444;
}
.entry-content blockquote.wp-block-quote {
  border-left: 2px solid #dedede;
  background-color: #f8f8f8;
}
.entry-content blockquote,
.comment-content blockquote {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
  padding: 24px;
  padding: 1.714285714rem;
  font-style: italic;
}
.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;
  font-size: 0.857142857rem;
  line-height: 2;
}
.entry-content pre,
.comment-content pre {
  background-color: #f8f8f8;
  color: #666;
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 1.714285714;
  margin: 24px 0;
  margin: 1.714285714rem 0;
  overflow: auto;
  padding: 24px;
  padding: 1.714285714rem;
}
.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 #666;
  cursor: help;
}
.entry-content address,
.comment-content address {
  display: block;
  line-height: 1.714285714;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
  margin: 12px 24px 12px 0;
  margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
  margin: 12px 0 12px 24px;
  margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
  clear: both;
  margin-top: 12px;
  margin-top: 0.857142857rem;
  margin-bottom: 12px;
  margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
  margin: 0 24px;
  margin: 0 1.714285714rem;
}
.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;
  margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
  border-bottom: 1px solid #ededed;
  color: #757575;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  width: 100%;
}
.entry-content table caption,
.comment-content table caption {
  font-size: 16px;
  font-size: 1.142857143rem;
  margin: 24px 0;
  margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}
/*.home .site-content article, 
.archive .site-content article, 
.search .site-content article {
    height: 95px;
    background: #f4f4f4;
    position: relative;
    border-top: 2px solid #f8f8f8;
    margin: 0px;
}*/

.home .site-content article,
.archive .site-content article,
.search .site-content article {
  height: 105px;
  background: #fff;
  position: relative;
  border: 1px solid #dedede;
  margin-bottom: 8px;
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 10px;
}
.page .site-content article {
  margin: 9px 0 1px;
  background: #fff;
  position: relative;
  padding: 10px;
  line-height: 2.5rem;
}
.entry-header-img {
  width: 125px;
  float: right;
  padding-right: 10px;
  z-index: 2;
}
.img-home {
  height: 103px;
  width: 125px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  /*border-radius: 7px;*/
}
.img-home {
  border-radius: 0 7px 7px 0;
}

@media screen and (min-width: 600px) {
  .img-home {
    border-radius: 7px 0 0 7px;
  }
}
.title-home-list {
  height: auto;
  overflow: hidden;
}
.archive .title-home-list,
.search .title-home-list {
  overflow: hidden;
}
.title-home-list h1 {
  line-height: 125%;
  padding: 10px;
  font-weight: 700;
}
.home .entry-summary p,
.archive .entry-summary p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2em;
}
.img-home .play-video {
  display: block;
  position: absolute;
  top: 25%;
  right: 10%;
  font-size: 3.4rem;
  color: rgba(158, 10, 10, 0.8);
}
.img-home .img-icon {
  display: block;
  position: absolute;
  top: 25%;
  right: 8%;
  font-size: 3.4rem;
  color: rgba(203, 203, 203, 0.8);
}
.meta-home {
  margin-top: 0;
  padding-left: 10px;
}
.page-links {
  clear: both;
  line-height: 1.714285714;
}
footer.entry-meta {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #757575;
}
.single-author .entry-meta .by-author {
  display: none;
}
.mu_register h2 {
  color: #757575;
  font-weight: normal;
}

.search .entry-summary,
.archive .entry-summary,
.home .entry-summary {
  display: none;
}

/* Meta Tags */
.post-meta-tags ul {
  margin: 0 10px 20px 10px;
}
.post-meta-tags .post-tags {
  margin: 0;
  padding: 10px 10px;
  list-style: none;
}
.post-tags .list__post-tags {
  position: relative;
  display: inline-block;
  padding: 4px;
  margin: 5px 5px 5px;
  border: 2px solid #d4d4d3;
  background-color: #f4f3f3;
  border-radius: 8px;
}

/* Single Content */
.single #content {
  background: #fff;
}
.img-single-content {
  padding: 0 16px;
}
.img-single-content img {
  height: auto;
}
.title-post-list h1 {
  margin: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-family: "PT Serif", Georgia, serif;
}
.entry-content,
.single .entry-summary,
.mu_register,
.nav-single,
.comments-area {
  position: relative;
  margin: 0px 16px;
  font-family: "PT Serif", Georgia, serif;
}
.comments-area {
  padding: 15px 15px;
}

/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
  margin-bottom: 10px;
  padding: 0 16px;
}
.archive-meta {
  color: #757575;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 20px;
  margin-top: 1.571428571rem;
  padding: 0 5px 0 5px;
}

@media screen and (min-width: 600px) {
  .archive-header,
  .page-header {
    padding: 0 5px;
  }
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
  max-width: 400px;
}

.attachment .entry-content .mejs-container {
  margin-bottom: 24px;
}

/* =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;
  margin-top: 0.571428571rem;
}

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

article.format-aside h1 {
  font-size: 1.2rem;
  line-height: 120%;
  padding: 0;
  font-weight: 700;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
.single article.format-aside h1 {
  font-size: 1.8rem;
  padding: 15px;
}
article.format-aside h1 a {
  text-decoration: none;
  color: #4d525a;
}
article.format-aside h1 a:hover {
  color: #2e3542;
}
article.format-aside {
  padding: 12px;
  background: #d2e0f9 !important;
  border-left: 22px solid #a8bfe8;
}
article.format-aside p {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
  margin-bottom: 0;
}

/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  font-weight: normal;
}
article.format-image footer h2 {
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 2.181818182;
}
article.format-image footer a h2 {
  font-weight: normal;
}
.single article.format-image header {
  position: absolute;
}
article.format-image header {
  padding: 0 10px;
  padding: 0 0.714285714rem;
  float: right;
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 2.181818182;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  color: #848484;
  background-color: #fffbb4;
}

/* Link posts */
article.format-link header {
  padding: 0 10px;
  padding: 0 0.714285714rem;
  float: right;
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 2.181818182;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  color: #848484;
  background-color: #fffbb4;
}
article.format-link .entry-content {
  max-width: 80%;
  float: left;
}
article.format-link .entry-content a {
  font-size: 22px;
  font-size: 1.571428571rem;
  line-height: 1.090909091;
  text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
  margin: 0;
  padding-bottom: 24px;
  padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
  display: block;
  padding: 24px 24px 0;
  padding: 1.714285714rem 1.714285714rem 0;
  font-size: 15px;
  font-size: 1.071428571rem;
  line-height: 1.6;
  font-style: normal;
  color: #6a6a6a;
  background: #efefef;
}
article.format-quote header {
  padding: 0 10px;
  padding: 0 0.714285714rem;
  float: right;
  font-size: 11px;
  font-size: 0.785714286rem;
  line-height: 2.181818182;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  color: #848484;
  background-color: #b4f2ff;
}

/* Video posts */
.magzviral-video-frame {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 4%;
  height: 0;
  overflow: hidden;
}
.magzviral-video-frame iframe {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single .magzviral-video-frame {
  margin-top: 15px;
}
.img-single img {
  width: 100%;
  border-radius: 0;
}

/* Status posts */
.single .format-status .entry-header {
  margin-bottom: 24px;
  padding-top: 24px;
}
.format-status .entry-header header {
  display: inline-block;
}
.format-status .entry-header h1 {
  font-size: 15px;
  font-size: 1.071428571rem;
  font-weight: normal;
  line-height: 1.6;
  margin: 0;
  color: #787878;
}
.format-status .entry-header .title-status-list h1 {
  position: absolute;
  font-size: 1.2rem;
  line-height: 120%;
  padding: 0;
  font-weight: 700;
}
.format-status .entry-header h2 {
  font-size: 12px;
  font-size: 0.857142857rem;
  font-weight: normal;
  line-height: 2;
  margin: 0;
}
.format-status .entry-header h2 a {
  color: #787878;
}
.format-status .entry-header img {
  float: left;
  margin-right: 21px;
  margin-right: 1.5rem;
  border-radius: 50%;
}
/* audio posts */
.single .format-audio .img-single {
  position: relative;
}
.single .format-audio .magzviral-audio-frame {
  position: absolute;
  width: 80%;
  margin: 0 auto;
  bottom: 20%;
  left: 10%;
}

/* Breadcrume */
.breadcrumb,
.breadcrumb a {
  font-size: 1rem;
  color: #787878;
  padding: 16px 8px 0;
}
.breadcrumb a:hover {
  color: #b52b31;
}

/* Meta Tags Home & Single */
.meta-home .post-meta {
  display: inline-block;
  padding-right: 10px;
}
.meta-home .post-meta a,
.meta-home .post-view {
  font-size: 12px;
  color: #888;
}
.meta-home .post-meta a:hover {
  color: #393939;
}
.meta-single {
  padding: 0 6px 0 17px;
}
.meta-single .post-meta {
  display: inline-block;
  padding-right: 10px;
  font-size: 1rem;
  line-height: 2.6rem;
  color: #787878;
}
.meta-single .post-meta a {
  font-size: 1rem;
  line-height: 2.6rem;
  color: #787878;
}
.meta-single .post-meta a:hover {
  color: #393939;
}
.meta-single .post-share {
  display: inline-block;
  position: relative;
  float: right;
  padding-right: 10px;
  padding-bottom: 10px;
}
.desc-image {
  position: relative;
}
.desc-image p {
  color: #a7a7a7;
  padding: 6px 15px 10px 15px;
  line-height: 1.2;
  font-size: 12px;
}
.cat-program {
  position: absolute;
  top: 20px;
  background: #12b4f3;
  padding: 0 10px;
  line-height: 1.8659;
}
.cat-program a {
  color: #f8f8f8;
}

/* Social Share */
.post-share i {
  margin-top: 8px;
  color: #fff;
}
.social-icons li {
  float: left;
  cursor: pointer;
  font-size: 18px;
  border-radius: 50%;
  margin: -1px 3px;
  width: 32px;
  height: 32px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fb-social {
  background-color: #0064c2;
}
.twitter-social {
  background-color: #292929;
}
.g-social {
  background-color: #ec4c4c;
}
.instagram-social {
  background-color: #570b51;
}
.youtube-social {
  background-color: #b90d00;
}
.pinterest-social {
  background-color: #c93227;
}
.tumblr-social {
  background-color: #09114b;
}
.linkedin-social {
  background-color: #384393;
}
.whatsapp-social {
  background-color: #43bc62;
}
.link-social {
  background-color: #333;
}
.mailto-social {
  background-color: #950c0c;
}
.rss-social {
  background-color: #d7700c;
}
footer .fb-social,
footer .twitter-social,
footer .g-social,
footer .instagram-social,
footer .youtube-social,
footer .pinterest-social,
footer .tumblr-social,
footer .mailto-social,
footer .rss-social {
  background-color: #fff0;
}

footer.entry-meta {
  margin-top: 24px;
  margin-top: 1.714285714rem;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #757575;
  padding: 15px;
}
.single-author .entry-meta .by-author {
  display: none;
}

/* Meta Author */
.post-info-author {
  display: inline-block;
  width: 100%;
  line-height: 1.283;
  padding-left: 18px;
  padding-bottom: 10px;
}
.post-info-author span {
  float: left;
  display: inline-block;
  width: 100%;
}
.post-info-author a,
.post-info-author span {
  color: #787878;
}

/* =Comments
-------------------------------------------------------------- */
.comment-now {
  padding: 0 16px;
  margin: 16px 0;
}
.comments-title {
  margin-bottom: 48px;
  margin-bottom: 3.428571429rem;
  font-size: 16px;
  font-size: 1.142857143rem;
  line-height: 1.5;
  font-weight: normal;
}
.comments-area article {
  margin: 24px 0;
  margin: 1.714285714rem 0;
}
.comments-area article header {
  margin: 0 0 48px;
  margin: 0 0 3.428571429rem;
  overflow: hidden;
  position: relative;
}
.comments-area article header img {
  float: left;
  padding: 0;
  line-height: 0;
  border-radius: 50%;
}
.comments-area article header cite,
.comments-area article header time {
  display: block;
  margin-left: 85px;
  margin-left: 6.071428571rem;
}
.comments-area article header cite {
  font-style: normal;
  font-size: 15px;
  font-size: 1.071428571rem;
  line-height: 1.42857143;
}
.comments-area cite b {
  font-weight: normal;
}
.comments-area article header time {
  line-height: 1.714285714;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.857142857rem;
  color: #5e5e5e;
}
.comments-area article header a {
  text-decoration: none;
  color: #5e5e5e;
}
.comments-area article header a:hover {
  color: #b52b31;
}
.comments-area article header cite a {
  color: #444;
}
.comments-area article header cite a:hover {
  text-decoration: underline;
}
.comments-area article header h4 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
  padding: 0.428571429rem 0.857142857rem;
  font-size: 12px;
  font-size: 0.857142857rem;
  font-weight: normal;
  color: #fff;
  background-color: #ff6363;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ff6363, #ff6363);
  background-image: -ms-linear-gradient(top, #ff6363, #ff6363);
  background-image: -webkit-linear-gradient(top, #ff6363, #ff6363);
  background-image: -o-linear-gradient(top, #ff6363, #ff6363);
  background-image: linear-gradient(top, #ff6363, #ff6363);
  border-radius: 3px;
  border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
  position: absolute;
  margin-left: 5px;
  margin-left: 0.357142857rem;
  padding: 2px 5px;
  padding: 0.142857143rem 0.357142857rem;
  font-size: 10px;
  font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
  font-weight: bold;
}
.comment-reply-title {
  margin-bottom: 1px;
}
a.comment-reply-link,
a.comment-edit-link {
  color: #686868;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
  color: #b52b31;
}
.commentlist .pingback {
  line-height: 1.714285714;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
  margin-top: 48px;
  margin-top: 3.428571429rem;
}
#respond h3#reply-title {
  font-size: 16px;
  font-size: 1.142857143rem;
  line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
  margin-left: 10px;
  margin-left: 0.714285714rem;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.857142857rem;
}
#respond form {
  margin: 24px 0;
  margin: 1.714285714rem 0;
}
#respond form p {
  margin: 11px 0;
  margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
#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;
  font-size: 0.857142857rem;
  line-height: 0.714285714;
  padding: 10px;
  padding: 0.714285714rem;
  width: 100%;
}
#respond form p.form-allowed-tags {
  margin: 0;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  color: #5e5e5e;
}
#respond #wp-comment-cookies-consent {
  margin: 0 10px 0 0;
}
#respond .comment-form-cookies-consent label {
  display: inline;
}
.required {
  color: red;
}
#extra-sidebar {
  display: none;
}
.txt-comment {
  width: 100%;
}
/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
  margin-bottom: 14px;
  margin-bottom: 1rem;
}
.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;
  padding-top: 1.714285714rem;
  border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
  margin: 8px 0 0;
  margin: 0.571428571rem 0 0;
  font-size: 13px;
  font-size: 0.928571429rem;
  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: #b52b31;
}
.template-front-page .widget-area .widget_text img {
  float: left;
  margin: 8px 24px 8px 0;
  margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-area .widget ul ul {
  margin-left: 12px;
  margin-left: 0.857142857rem;
}
.widget_rss li {
  margin: 12px 0;
  margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
  color: #aaa;
  font-size: 11px;
  font-size: 0.785714286rem;
  margin-left: 12px;
  margin-left: 0.857142857rem;
}
#wp-calendar {
  margin: 0;
  width: 100%;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
  color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
  text-align: left;
}
#wp-calendar #next {
  padding-right: 24px;
  padding-right: 1.714285714rem;
  text-align: right;
}
.widget_search label {
  display: block;
  font-size: 13px;
  font-size: 0.928571429rem;
  line-height: 1.846153846;
}
.widget_twitter li {
  list-style-type: none;
}
.widget_twitter .timesince {
  display: block;
  text-align: right;
}
.tagcloud ul {
  list-style-type: none;
}

.tagcloud ul li {
  display: inline-block;
}

.widget-area .widget.widget_tag_cloud li {
  line-height: 1;
}
.template-front-page .widget-area .widget.widget_tag_cloud li {
  margin: 0;
}

.widget-area .gallery-columns-2.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-3.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-4.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-5.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-6 .gallery-icon img,
.widget-area .gallery-columns-7 .gallery-icon img,
.widget-area .gallery-columns-8 .gallery-icon img,
.widget-area .gallery-columns-9 .gallery-icon img {
  height: auto;
  max-width: 80%;
}

/* MagzViral side navigation menu Mobile */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  background: #fff;
  overflow-x: hidden;
  padding-top: 55px;
  transition: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #000;
  display: block;
  transition: 0.3s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.1rem;
  -ms-flex: 1 1 0.000000001px;
  -webkit-flex: 1;
  flex: 1;
  flex-basis: 0%;
  flex-basis: 0%;
  -webkit-flex-basis: 0.000000001px;
  flex-basis: 0.000000001px;
}
.sidenav a:hover,
.offcanvas a:focus {
  background-color: hsl(0, 0%, 93.3%);
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 36px;
  cursor: pointer;
  padding: 10px;
}
.sidenav .logo-menu {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 32px;
}
.sidenav .logo-menu img {
  width: auto;
  position: relative;
  margin: 13px 0;
  height: 27px;
  border-radius: 0;
}
.hwd-close-menu {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.7;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
  background: rgba(0, 0, 0, 0.2);
}
.header__-mb {
  display: block;
  position: relative;
  margin-bottom: 45px;
}

/* Mobile Menu */
.header__mob {
  position: fixed;
  display: inline-block;
  width: 100%;
  margin-top: -3px;
  padding-top: 8px;
  padding-bottom: 8px;
  z-index: 4;
  background: #fff;
  box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
  border-bottom: 2px solid #b52b31;
}
.menu-top-menu-container {
  border-top: none;
  background: transparent;
}
.menu__op {
  position: relative;
  float: right;
  top: 9px;
  right: 5px;
  width: 33px;
  height: 33px;
}
.menu__op span {
  font-size: 1.6rem;
  box-sizing: border-box;
  display: inline-flex;
  color: #717171;
}
.menu__logo {
  position: relative;
  display: inline-block;
  left: 15px;
  top: 5px;
}
.menu__logo img {
  width: auto;
  height: 36px;
  border-radius: 0;
}
.menu__src {
  position: relative;
  float: right;
  top: 8px;
  right: 17px;
  width: 33px;
  border-right: 1px solid #d2cdcd;
}
.cs {
  cursor: pointer;
}
.menu__src span {
  font-size: 1.6rem;
  box-sizing: border-box;
  display: inline-flex;
  color: #717171;
}
.search-hwd button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.search-on {
  display: none;
  padding: 10px 5px 0;
  background: #fff;
  margin-top: 10px;
  position: relative;
}
.search-on form {
  display: flex;
  margin-top: 27px;
  height: 49px;
  position: fixed;
  z-index: 9;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 10px;
}
.search-on input {
  width: 100%;
  height: 30px;
}
.search-on button {
  margin-right: 0;
  color: hsla(0, 0%, 6.7%, 0.4);
  margin-top: 10px;
  margin-right: 10px;
}
.sub-menu a {
  padding: 8px 8px 8px 50px;
  color: #555;
  font-weight: 400;
}
span.search-hwd {
  display: inline-block;
  width: 100%;
  margin: 20px;
}
.search-hwd a {
  float: left;
  display: inline-block;
  padding: 5px;
}
.search-hwd a:hover {
  background: none;
}
.credit-hwd-menu {
  color: hsla(0, 0%, 6.7%, 0.4);
  position: relative;
  display: block;
  left: 20px;
  padding-bottom: 20px;
}
.credit-hwd-menu p {
  font-size: 14px;
}
.credit-hwd-menu a {
  font-size: inherit;
  padding: 0;
  color: #989898;
  display: inline-block;
  line-height: 0.898;
}
.mh-head {
  text-align: center;
  padding: 0 10px;
  position: relative;
  background: linear-gradient(to right, #b52b31 50%, #ff6363 86%);
  height: 30px;
  top: 3.4rem;
}
.mh-head .mh-list {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  white-space: nowrap;
  list-style: none;
  line-height: 30px;
  display: block;
  padding: 0;
  margin: 0;
}
.mh-head .mh-list li {
  display: inline-flex;
  padding: 0 18px;
  margin: 0;
}
.mh-head .mh-list a {
  color: #ffffff;
}

/* Footer widget */
.footer-container-2cr,
.footer-container-2cl,
.footer-container-3cm,
.left-footer-3cm,
.right-footer-3cm,
.left-footer-2cl,
.right-footer-2cr,
.right-footer-3cm,
.left-footer-3cm {
  width: 100%;
}

/* Ads */
.ads-top-bottom-headline,
.ads-header-bottom,
.ads-top-content,
.ads-bottom-content,
.ads-top_footer {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 0;
}
.ads-top-bottom-headline {
  padding: 8px 7px 5px 7px;
}
.ads-bottom-content {
  max-width: 490px;
}
.ads-float {
  display: block;
}
.ads-float-left {
  position: fixed;
  float: left;
  top: 15px;
}
.ads-float-right {
  position: fixed;
  float: right;
  top: 15px;
}
@media screen and (min-width: 420px) {
  .ads-top-content,
  .ads-bottom-content {
    width: 490px;
  }
}
@media screen and (min-width: 1600px) {
  .ads-float-left {
    left: -4.5% !important;
  }
  .ads-float-right {
    right: -4.5% !important;
  }
}
@media screen and (max-width: 1338px) {
  .ads-float {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .ads-header-bottom,
  .ads-top_footer {
    width: 970px;
    margin-top: 0;
    margin-bottom:0;
  }
  .ads-float-left {
    left: -13.5%;
  }
  .ads-float-right {
    right: -13.5%;
  }
}

/* Slick */
.slick-dots-00 {
  position: relative;
  text-align: center;
}
.slick-dots-00 li {
  display: inline-block;
  padding: 10px 2px;
}
.slick-dots-00 button {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #c2c2c2;
  background-color: #fff;
}
.slick-dots-00 .slick-active button {
  background-color: #efefef;
}

/* Style CSS Terpopuler */
.page-template-terpopuler .site-content {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.page-template-terpopuler .popular__num {
  position: relative;
  color: #ff6c00;
  font-size: 28px;
  font-weight: 700;
  margin-right: 10px;
  width: 42px;
  line-height: 2.5rem;
  float: left;
  background-color: #eee;
  border-radius: 13px;
  height: 42px;
  font-style: italic;
  padding: 3px 0 0 5px;
}
.page-template-terpopuler .popular__title {
  position: relative;
  display: table;
  line-height: 1.6rem;
  font-size: 16px;
}
.page-template-terpopuler .widget.widget_popular_entries {
  display: none;
}

/* Hides all sub-menus */
li.menu-item-has-children ul.sub-menu {
  display: none;
}
li.menu-item-has-children:after {
  content: "\f0da";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  padding: 10px;
  text-decoration: none;
  position: absolute;
  top: 6px;
  right: 10px;
  background-color: #fbfbfb;
  border-radius: 1rem;
  width: 40px;
  text-align: center;
  cursor: pointer;
}

/* =Plugins
----------------------------------------------- */

img#wpstats {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 1.714285714rem;
}

/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1000px, 0);
    transform: translate3d(0, -1000px, 0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
  .txt-comment {
    width: 100%;
  }
  .author-avatar {
    float: left;
    margin-top: 8px;
    margin-top: 0.571428571rem;
  }
  .author-description {
    float: right;
    width: 80%;
  }
  .fokus-news {
    width: 70.5%;
    padding-left: 0;
  }
  #f__news li {
    width: 260px !important;
  }
  .f__title {
    padding: 18px 0 6px 0;
  }
  .magzviral-headline {
    height: auto;
  }
  .site {
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
    overflow: hidden;
  }
  .title-home-list h1 {
    font-size: 1.2rem;
    line-height: 120%;
    padding: 0;
    font-weight: 700;
  }
  .meta-home {
    margin-top: 0;
    line-height: 2;
    padding-left: 0;
  }
  /* Block Video*/
  .block__video .list__video {
    margin: 0 3px;
  }
  .img-home .play-video {
    top: 30%;
    right: 35%;
  }
  .img-home .img-icon {
    top: 30%;
    right: 35%;
  }
  /* Small headers */
  .archive-title,
  .page-title,
  .widget-title,
  .entry-content th,
  .comment-content th {
    padding-left: 0;
  }
  /* List Content Home */
  .home .site-content article,
  .archive .site-content article,
  .search .site-content article {
    margin: 0px 7px 9px 5px;
    height: 145px;
    padding: 10px;
  }
  .entry-header-img {
    float: left;
    position: relative;
    width: 165px;
  }
  .img-home {
    height: 123px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .title-post-list h1 {
    font-size: 32px;
    font-weight: bold;
  }
  .search .entry-summary,
  .archive .entry-summary,
  .home .entry-summary {
    display: block;
  }
  /* CSS Terpopuler */
  .page-template-terpopuler .site-content {
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  /* Single Content */
  .meta-single .post-share {
    float: right;
    padding-bottom: 0;
  }
  .social-icons li {
    font-size: 20px;
    width: 36px;
    height: 36px;
  }
  /* Related Post */
  .load_post .relatedthumb {
    width: 23%;
    margin: 0px 7px 0px 0px;
  }
  body.template-front-page .site-content,
  body.attachment .site-content,
  body.full-width .site-content {
    width: 100%;
  }
  .widget-area {
    width: 100%;
  }
  .site-header h1,
  .site-header h2 {
    text-align: left;
  }
  .site-header h1 {
    font-size: 26px;
    font-size: 1.857142857rem;
    line-height: 1.846153846;
    margin-bottom: 0;
  }
  .main-nav ul.nav-menu,
  .main-nav div.nav-menu > ul {
    display: inline-block !important;
    text-align: left;
    width: 100%;
    padding: 0 15px;
  }
  .main-nav ul {
    margin: 0;
    text-indent: 0;
  }
  .main-nav li a,
  .main-nav li {
    display: inline-block;
    text-decoration: none;
  }
  .main-nav li a {
    border-bottom: 0;
    color: #f7f7f7;
    line-height: 3;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 13px;
  }
  .main-nav li {
    margin: 0 20px 0 0;
    position: relative;
  }
  ul.sub-menu {
    background: #b52b31;
  }
  .sub-menu li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }

  .main-nav li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 1;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    right: 0;
  }
  .main-nav li ul ul {
    top: 0;
    left: 100%;
  }
  .main-nav ul li:hover > ul,
  .main-nav ul li:focus > ul,
  .main-nav .focus > ul {
    border-left: 0;
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
  }
  .main-nav li ul li a {
    display: block;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 1.181818182;
    padding: 0 10px;
    width: 150px;
    white-space: normal;
    z-index: 3;
  }
  .main-nav .current-menu-item > a,
  .main-nav .current-menu-ancestor > a,
  .main-nav .current_page_item > a,
  .main-nav .current_page_ancestor > a {
    font-weight: bold;
  }
  .menu-toggle {
    display: none;
  }

  .entry-header .entry-title {
    font-size: 22px;
    font-size: 1.571428571rem;
  }
  #respond form input[type="text"] {
    width: 46.333333333%;
  }
  #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;
    width: 51.875%;
    margin-bottom: 24px;
    margin-bottom: 1.714285714rem;
  }
  .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;
    margin: 0 0 1.714285714rem;
  }
  .template-front-page.two-sidebars .widget,
  .template-front-page.two-sidebars .widget:nth-child(even) {
    float: none;
    width: auto;
  }
  .commentlist .children {
    margin-left: 48px;
    margin-left: 3.428571429rem;
  }
  /* Footer widget */
  .footer-container-2cl {
    width: 70%;
    left: 30%;
  }
  .left-footer-2cl {
    width: 30%;
    right: 70%;
  }

  .footer-container-2cr {
    width: 70%;
  }
  .right-footer-2cr {
    width: 30%;
  }

  .footer-container-3cm {
    width: 40%;
    left: 30%;
  }
  .right-footer-3cm {
    width: 30%;
  }
  .left-footer-3cm {
    width: 30%;
    right: 40%;
  }
  .footer-social-wrap {
    text-align: right;
  }
  .ft-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-wrap .footer-social-wrap {
    padding-top: 20px;
  }
  .footer-wrap .credit,
  .footer-wrap .footer-social-wrap {
    width: 50%;
  }
  .credit {
    text-align: left;
  }
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
  body {
    background-color: #f2f2f2;
  }
  body.custom-background-empty {
    background-color: #fff;
  }
  body.custom-background-empty .site,
  body.custom-background-white .site {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
  }
  /* Header */
  .header-container-2cl {
    width: 70%;
    left: 30%;
  }
  .left-header-2cl {
    width: 30%;
    right: 70%;
  }

  .header-container-2cr {
    width: 70%;
  }
  .header-container-2cr .header-ads,
  .header-container-2cr .social-header {
    float: left;
  }
  .right-header-2cr {
    width: 30%;
  }
  .right-header-2cr .header-logo {
    float: right;
  }
  .header-container-3cm {
    width: 40%;
    left: 30%;
  }
  .header-container-3cm .header-logo {
    float: none;
    margin: 15px auto;
  }
  .right-header-3cm {
    width: 30%;
  }
  .left-header-3cm {
    width: 30%;
    right: 40%;
  }
  .left-header-3cm .social-header {
    float: left;
  }
  .content-wrap {
    padding: 0;
  }
  .header__-pc {
    display: block;
  }
  .header__-mb {
    display: none;
  }
  .header-right {
    padding: 0;
  }
  .widget-area {
    width: 28%;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
  }
  .widget-area .widget {
    padding: 0;
  }
  .widget .repost__img {
    float: left;
    margin-right: 8px;
    margin-left: 0;
    margin-top: 9px;
  }
  #extra-sidebar {
    display: block;
    padding-left: 0;
  }
  .home .m_top--f {
    margin-top: -13rem;
    display: block;
  }
  .paged #secondary {
    margin-top: 0;
  }
  .main-container-3cm {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .main-container-2cr,
  .main-container-2cl {
    width: 72%;
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
  }
  .left-sidebar-2cl {
    float: left;
    width: 28% !important;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
  }
  .main-container-2cl {
    float: right;
    padding-left: 10px;
  }
  .main-container-2cr {
    float: left;
    padding-right: 10px;
  }
  .home .footer-social-wrap,
  .home .credit {
    text-align: left;
  }
  /* Hides all sub-menus */
  li.menu-item-has-children ul.sub-menu {
    display: block;
  }
  li.menu-item-has-children:after {
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
    display: none;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .fokus-news,
  .single .site-content,
  .home .site-content,
  .archive .site-content,
  .search .site-content {
    width: 100%;
  }
}

/* =Print
----------------------------------------------- */

@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;
  }
  .site {
    clear: both !important;
    display: block !important;
    float: none !important;
    max-width: 100%;
    position: relative !important;
  }
  .site-header {
    margin-bottom: 72px;
    margin-bottom: 5.142857143rem;
    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,
  .main-nav {
    display: none;
  }
  .wrapper {
    border-top: none;
    box-shadow: none;
  }
  .site-content {
    margin: 0;
    width: auto;
  }

  .entry-header .entry-title,
  .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;
    margin-left: 3.57142857rem;
  }
}
.block_3460 {
  padding: 9.5px;
}

/* CUSTOM CSS */
.main-nav {
  border-radius: 10px;
}
.widget-area .widget h3 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  border-radius: 10px;
  background-color: #b52b31;
  text-align: center;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget .widget-title p.title {
  padding-top: 3px;
}
.widget-area .widget h3.wp-block-heading {
  margin-bottom: -15px;
}