/*
Theme Name: WordPressify
Theme URI: https://www.wordpressify.co
Author: Luan Gjokaj
Author URI: https://www.riangle.com
Description: WordPressify default theme.
Version: 1.0
Tags: responsive, clean, minimal, modern, wordpressify
*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@tailwind base;
@tailwind components;
@tailwind utilities;
.edit-button {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: red;
  display: none; }

body {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  background-color: #c0c9cc; }

/* main.main-container:before {
	content: '';
	width: 86%;
	height: 100vh;
	top: 0;
	right: 0;
	bottom: 0;
	left: initial;
	position: fixed; */
/*     background: url(./img/bg-silver-2.jpg) no-repeat 50% 50%/cover; */
/* 	background: linear-gradient(-45deg, #cccccc, #aaaaaa, #ffffff, #ffffff);
	background-size: 400% 400%;
	animation: gradient 7s ease infinite; */
/* } */
/* @keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
} */

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald";
  font-weight: 300;
  font-style: normal; }

h1, h2, h3 {
  margin: 0 0 24px; }

h4, h5, h6 {
  margin: 0 0 16px; }

h1 {
  line-height: 1.3; }
  h1 {
    font-size: 48px; }
    @media screen and (min-width: 320px) {
      h1 {
        font-size: calc( 48px + 0 * ( (100vw - 320px) / 1600 )); } }
    @media screen and (min-width: 1920px) {
      h1 {
        font-size: 48px; } }

h2 {
  line-height: 1.3; }
  h2 {
    font-size: 40px; }
    @media screen and (min-width: 320px) {
      h2 {
        font-size: calc( 40px + 0 * ( (100vw - 320px) / 1600 )); } }
    @media screen and (min-width: 1920px) {
      h2 {
        font-size: 40px; } }

h3 {
  line-height: 1.4; }
  h3 {
    font-size: 32px; }
    @media screen and (min-width: 320px) {
      h3 {
        font-size: calc( 32px + 0 * ( (100vw - 320px) / 1600 )); } }
    @media screen and (min-width: 1920px) {
      h3 {
        font-size: 32px; } }

h4 {
  line-height: 1.4; }
  h4 {
    font-size: 24px; }
    @media screen and (min-width: 320px) {
      h4 {
        font-size: calc( 24px + 0 * ( (100vw - 320px) / 1600 )); } }
    @media screen and (min-width: 1920px) {
      h4 {
        font-size: 24px; } }

h5 {
  line-height: 1.6; }
  h5 {
    font-size: 18px; }
    @media screen and (min-width: 320px) {
      h5 {
        font-size: calc( 18px + 0 * ( (100vw - 320px) / 1600 )); } }
    @media screen and (min-width: 1920px) {
      h5 {
        font-size: 18px; } }

h6 {
  line-height: 1.6; }
  h6 {
    font-size: 16px; }
    @media screen and (min-width: 320px) {
      h6 {
        font-size: calc( 16px + 0 * ( (100vw - 320px) / 1600 )); } }
    @media screen and (min-width: 1920px) {
      h6 {
        font-size: 16px; } }

p {
  line-height: 1.6;
  margin: 0 0 24px; }
  p {
    font-size: 16px; }
    @media screen and (min-width: 320px) {
      p {
        font-size: calc( 16px + 0 * ( (100vw - 320px) / 1600 )); } }
    @media screen and (min-width: 1920px) {
      p {
        font-size: 16px; } }

a {
  color: #18181b; }
  a:hover {
    color: red; }

main, div, article, section {
  display: block;
  position: relative;
  box-sizing: border-box; }

.main-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }

.col {
  position: relative;
  box-sizing: border-box; }

.col-left {
  width: 20%; }

.col-right {
  width: 80%; }

.site-content .wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .site-content .wrap article {
    width: calc(70% - 16px);
    margin: 0 0 0 16px;
    position: relative; }

.site-content article.single {
  background-color: #ffffff; }
  .site-content article.single .hero {
    width: 100%;
    height: 400px;
    position: relative; }
    .site-content article.single .hero img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .site-content article.single .post-inner-content {
    padding: 24px; }

aside.sidebar {
  width: calc(30% - 16px);
  height: 100vh;
  margin: 0 0 0 16px;
  padding: 16px;
  position: relative;
  background-color: #ffffff;
  box-sizing: border-box; }

header.header {
  height: 100vh;
  padding: 24px;
  background-color: #ffffff;
  position: sticky;
  top: 0; }

header.header .logo {
  margin: 0 0 32px; }

header.header .nav-links {
  margin: 0 0 32px; }
  header.header .nav-links ul.menu {
    margin: 0;
    padding: 0;
    list-style: none; }
    header.header .nav-links ul.menu li {
      color: #717171;
      line-height: 1.6;
      font-family: "Oswald";
      font-weight: 300;
      font-style: normal;
      margin: 0 0 8px; }
      header.header .nav-links ul.menu li {
        font-size: 18px; }
        @media screen and (min-width: 320px) {
          header.header .nav-links ul.menu li {
            font-size: calc( 18px + 0 * ( (100vw - 320px) / 1600 )); } }
        @media screen and (min-width: 1920px) {
          header.header .nav-links ul.menu li {
            font-size: 18px; } }
    header.header .nav-links ul.menu a {
      color: inherit;
      font-family: inherit;
      text-decoration: none; }

header.header .footer p {
  color: #717171;
  line-height: 1.6; }
  header.header .footer p {
    font-size: 14px; }
    @media screen and (min-width: 320px) {
      header.header .footer p {
        font-size: calc( 14px + 0 * ( (100vw - 320px) / 1600 )); } }
    @media screen and (min-width: 1920px) {
      header.header .footer p {
        font-size: 14px; } }

.front-page-grid {
  padding: 8px 4px; }

.front-page-grid .wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.front-page-grid .post-item {
  margin: 0 4px 8px;
  overflow: hidden; }
  .front-page-grid .post-item:nth-child(12n + 1), .front-page-grid .post-item:nth-child(12n + 2) {
    width: calc(50% - 8px); }
  .front-page-grid .post-item:nth-child(12n + 3), .front-page-grid .post-item:nth-child(12n + 4), .front-page-grid .post-item:nth-child(12n + 5), .front-page-grid .post-item:nth-child(12n + 6) {
    width: calc(25% - 8px); }
  .front-page-grid .post-item:nth-child(12n + 7) {
    width: calc(50% - 8px); }
  .front-page-grid .post-item:nth-child(12n + 8), .front-page-grid .post-item:nth-child(12n + 9) {
    width: calc(25% - 8px); }
  .front-page-grid .post-item:nth-child(12n + 10), .front-page-grid .post-item:nth-child(12n + 11) {
    width: calc(25% - 8px); }
  .front-page-grid .post-item:nth-child(12n + 12) {
    width: calc(50% - 8px); }

.post-item .post-item--thumbnail {
  width: 100%;
  height: 240px;
  overflow: hidden; }
  .post-item .post-item--thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom; }

.post-item .post-item--content {
  height: 100%;
  padding: 16px;
  background-color: #ffffff; }
  .post-item .post-item--content h2 {
    color: #18181b;
    line-height: 1.4;
    margin: 0 0 16px; }
    .post-item .post-item--content h2 {
      font-size: 24px; }
      @media screen and (min-width: 320px) {
        .post-item .post-item--content h2 {
          font-size: calc( 24px + 0 * ( (100vw - 320px) / 1600 )); } }
      @media screen and (min-width: 1920px) {
        .post-item .post-item--content h2 {
          font-size: 24px; } }
    .post-item .post-item--content h2 a {
      color: inherit;
      text-decoration: none; }
  .post-item .post-item--content p {
    line-height: 1.6;
    margin: 0 0 32px; }
    .post-item .post-item--content p {
      font-size: 14px; }
      @media screen and (min-width: 320px) {
        .post-item .post-item--content p {
          font-size: calc( 14px + 0 * ( (100vw - 320px) / 1600 )); } }
      @media screen and (min-width: 1920px) {
        .post-item .post-item--content p {
          font-size: 14px; } }
  .post-item .post-item--content .post-item--category a {
    color: #717171;
    line-height: 1.6;
    text-decoration: none; }
    .post-item .post-item--content .post-item--category a {
      font-size: 12px; }
      @media screen and (min-width: 320px) {
        .post-item .post-item--content .post-item--category a {
          font-size: calc( 12px + 0 * ( (100vw - 320px) / 1600 )); } }
      @media screen and (min-width: 1920px) {
        .post-item .post-item--content .post-item--category a {
          font-size: 12px; } }

.ajax-load-more-wrap {
  width: 100%; }
  .ajax-load-more-wrap .alm-reveal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }

.archive-page .archive-page-header {
  margin: 0 0 16px;
  padding: 16px;
  background-color: #ffffff; }
  .archive-page .archive-page-header p {
    margin: 0; }

.archive-page .post-item {
  margin: 0 0 16px; }

.no-comments {
  display: none; }
  .no-comments p {
    margin: 0; }
header.header .nav-links ul.menu a {
    text-transform: uppercase !important;
}
body {
    font-family: Oswald;
}
.social-media li {
    position: relative;
    font-size: 20px;
    margin: 5px 7px;
    color: #666;
    float: right;
}
.social-media li a {
    position: absolute;
    left: 0;
    opacity: 0;
    width: 20px;
}
#menu-social-media,#menu-social-media-1 {
    margin: 0px !important;
    float: left;
    padding: 0px;
}
.social-media li:first-child {
    margin-right: 0px !important;
}
.social-media li:nth-child(8n) {
    margin-right: 0px !important;
}
.social-media {
    float: left;
    width: 100%;
}
.footer {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.post-item .post-item--content {
     text-transform: uppercase !important;
}
.social-media li.fa-facebook-square:hover {
    color: #45619D;
}
.social-media li.fa-twitter:hover {
    color: #1AB2E8;
}
.social-media li.fa-youtube:hover {
    color: #C2302A;
}
.social-media li.fa-pinterest-square:hover {
    color: #cb2027;
}
.social-media li.fa-linkedin-square:hover {
    color: #0274b3;
}
.social-media li.fa-vimeo-square:hover {
    color: #229acc;
}
.social-media li.fa-instagram:hover {
    color: #8c5d4d;
}
.social-media li{ transition:.3s all; }
.social-media li a {
    position: absolute;
    left: 0;
    opacity: 0;
    width: 20px;
    overflow: hidden;
}
.social-media li.fa-rss-square:hover {
    color: #f68026;
}
.social-media li.fa-google-plus-square:hover {
    color: #201f1d;
}
.social-media li.fa-tumblr-square:hover {
    color: #34506b;
}
.social-media li {
    margin: 5px 2px;}
.aauthor {
    font-size: 11px;
    margin-right: 10px;
    color: #666;
    float: left;
}
.material-icons {
    float: right;
    margin-right: 20px;
    width: 20px;
    height: 20px;
    font-size:35px !important;
    padding-right: 0 !important;
}
.readmore {
    display: inline-block;
    top: 3px;
    position: relative;
}
#searchform input {
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 100px;
    width: 93%;
    height: 23px;
    padding: 10px;
}
#searchsubmit {
    width: 46px !important;
    position: absolute;
    top: 0;
    height: 46px !important;
    right: -3px;
    background: #000 !important;
    cursor: pointer;
}
#searchform .inner-content.flex::after {

    content: '\f002';
    position: absolute;
    color: #fff !important;
    right: 4px;
    top: 7px;
    font-family: fontawesome;
    z-index: 2;
    background: #000;
    width: 30px;
    text-align: center;
    line-height: 27px;
    border-radius: 100px;
    height: 30px;

}
.single-title {
    text-transform: uppercase !important;
}
.post-item--category a {
    margin-bottom: 13px;
}
.post-item--category, .post-item--category a {
    float: left;
    width: 100%;
}
.widget-title {
    font-size: 21px;
}
#searchsubmit {
    width: 46px !important;
    position: absolute;
    top: 0;
    height: 46px !important;
    right: -3px;
    cursor: pointer;
    content: '\f002';
    color: #fff !important;
    z-index: 9;
    opacity: 0;
}
.widget-item {
    padding: 20px;
    background-color: #fff;
    border-bottom: 15px solid #c0c9cc;
}
.sidebar {
    padding: 0px !important;
}
.widget-item ul, .widget-item ul li, .widget-item ul li a {
    list-style: none;
    padding: 0px !important;
    margin: 0px !important;
    color: #666;
}
.widget-item ul li {
    margin-bottom: 14px !important;
    line-height: 25px;
}
aside.sidebar {
    height: 99vh;
}
.post-item .post-item--content {
    height: 100%;
    padding: 16px;
    background-color: #ffffff;
    overflow: hidden;
}
.brick-meta-wrap {
    position: absolute;
    bottom: 13px;
    right: -3px;
}
.post-item.has-thumbnail {
    position: relative;
}

.single #searchform input {
      width: 97%;
}
.search .single #searchform .inner-content.flex::after{
right: 7px;
}
.post-item.has-thumbnail.video-format {
    width: calc(50% - 8px);
}
#header_mobile { display:none; }
@media screen and (max-width:768px){
	#header {  display: none; }
	.col-right {  width: 100%; }
	.site-content article.single { width: 100%; max-width: 100%; }
	.post-item.has-thumbnail {  width: 100% !important; }
	aside.sidebar { width: 100%; }
	.site-content article.single {  margin: 0px; }
	.site-content .wrap {  display: block; flex-direction: row;  margin: auto !important;  max-width: 340px; }
#header_mobile {
    width: 100%;
    top: 0;
	display:block;
    background: #fff;
    z-index: 9;
    height: 64px;
}
	.mobile_bar {
    position: absolute;
    color: #000;
    cursor: pointer;
}
	.left_menus {
    background: #232323;
    margin: 0px -24px;
    padding: 24px !important;
    width: 55%;
    height: 1000px;
    overflow: scroll;
    position: fixed;
    top: 64px;
}
#header_mobile .logo {
    width: 60%;
    left: 28%;
    margin: 0px;
        margin-bottom: 0px;
    margin-bottom: 17px;
}
.left_menus {
    background: #232323;
    margin: 0px 0px;
    padding: 24px !important;
    width: 55%;
    position: fixed;
    z-index: 9;
    left: -60%;
	transition:1s all;
}
	.left_menus.active {
      left: 0px;
}
	.mobile_bar {
    position: absolute;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    top: 13px;
}
.left_menus_inner {
    height: 1290px;
    overflow: scroll;
    width: 100%;
    float: left;
}
	.main-container {
    display: block;
	}
.top_barr {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9;
    background: #fff;
    padding: 24px;
        padding-bottom: 24px;
    padding-bottom: 0px;
}
	#header_mobile {
    width: 100%;
    position: static;
    padding: 0px !important;
    top: 0px;
}header.header .nav-links ul.menu a {
    text-transform: uppercase !important;
    color: #fff;
}.page {
    width: 100% !important;
    margin: 0px !important;
}
	article.single .page {
    padding: 10px;
}
	.wrap .page #searchform {
    display: none;
}
	.widget-item {
    float: left;
    width: 100%;
}
	.single {
    float: left;
    width: 100%;
}
	.sidebar {
    float: left;
    width: 100%;
}
	.sidebar {
    float: left;
    width: 100%;
    margin-top: 15px !important;
}
	#searchform {
    float: left;
    width: 100%;
}
	article.single .page .block.mb-4 {
    margin: 0px !important;
}
	.sidebar { margin: 0px !important; }
	.site-content .wrap { max-width: 740px; }
}
@media screen and (max-width:480px){
	#header {  display: none; }
	.col-right {  width: 100%; }
	.site-content article.single { width: 100%; max-width: 100%; }
	.post-item.has-thumbnail {  width: 100% !important; }
	aside.sidebar { width: 100%; }
	.site-content article.single {  margin: 0px; }
	.site-content .wrap {  display: block; flex-direction: row;  margin: auto !important;  max-width: 340px; }
#header_mobile {
    width: 100%;
    top: 0;
	display:block;
    background: #fff;
    z-index: 9;
    height: 64px;
}
	.mobile_bar {
    position: absolute;
    color: #000;
    cursor: pointer;
}
	.left_menus {
    background: #232323;
    margin: 0px -24px;
    padding: 24px !important;
    width: 55%;
    height: 1000px;
    overflow: scroll;
    position: fixed;
    top: 64px;
}
#header_mobile .logo {
    width: 60%;
    left: 20%;
    margin: 0px;
        margin-bottom: 0px;
    margin-bottom: 17px;
}
.left_menus {
    background: #232323;
    margin: 0px 0px;
    padding: 24px !important;
    width: 55%;
    position: fixed;
    z-index: 9;
    left: -60%;
	transition:1s all;
}
	.left_menus.active {
      left: 0px;
}
	.mobile_bar {
    position: absolute;
    color: #000;
    cursor: pointer;
    font-size: 30px;
    top: 13px;
}
.left_menus_inner {
    height: 1290px;
    overflow: scroll;
    width: 100%;
    float: left;
}
	.main-container {
    display: block;
	}
.top_barr {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9;
    background: #fff;
    padding: 24px;
        padding-bottom: 24px;
    padding-bottom: 0px;
}
	#header_mobile {
    width: 100%;
    position: static;
    padding: 0px !important;
    top: 0px;
}header.header .nav-links ul.menu a {
    text-transform: uppercase !important;
    color: #fff;
}.page {
    width: 100% !important;
    margin: 0px !important;
}
	article.single .page {
    padding: 10px;
}
	.wrap .page #searchform {
    display: none;
}
	.widget-item {
    float: left;
    width: 100%;
}
	.single {
    float: left;
    width: 100%;
}
	.sidebar {
    float: left;
    width: 100%;
}
	.sidebar {
    float: left;
    width: 100%;
    margin-top: 15px !important;
}
	#searchform {
    float: left;
    width: 100%;
}
	article.single .page .block.mb-4 {
    margin: 0px !important;
}
	.sidebar { margin: 0px !important; }
	.site-content .wrap { max-width: 460px; }
.post-item.has-thumbnail.video-format {
    width:100%;
}
}
@media screen and (max-width:360px){
	#header {  display: none; }
	.col-right {  width: 100%; }
	.site-content article.single { width: 100%; max-width: 100%; }
	.post-item.has-thumbnail {  width: 100% !important; }
	aside.sidebar { width: 100%; }
	.site-content article.single {  margin: 0px; }
	.site-content .wrap {  display: block; flex-direction: row;  margin: auto !important;  max-width: 340px; }
#header_mobile {
    width: 100%;
    top: 0;
	display:block;
    background: #fff;
    z-index: 9;
    height: 64px;
}
	.mobile_bar {
    position: absolute;
    color: #000;
    cursor: pointer;
}
	.left_menus {
    background: #232323;
    margin: 0px -24px;
    padding: 24px !important;
    width: 55%;
    height: 1000px;
    overflow: scroll;
    position: fixed;
    top: 64px;
}
#header_mobile .logo {
    width: 78%;
    margin: auto;
        margin-bottom: auto;
    margin-bottom: 0px;
    margin-bottom: 17px;
    position: relative;
    left: 6%;
}
.left_menus {
    background: #232323;
    margin: 0px 0px;
    padding: 24px !important;
    width: 55%;
    position: fixed;
    z-index: 9;
    left: -60%;
	transition:1s all;
}
	.left_menus.active {
      left: 0px;
}
.mobile_bar {
    position: static;
    cursor: pointer;
    font-size: 30px;
    float: left;
    margin-top: -7px;
}
.left_menus_inner {
    height: 1290px;
    overflow: scroll;
    width: 100%;
    float: left;
}
	.main-container {
    display: block;
	}
.top_barr {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9;
    background: #fff;
    padding: 24px;
        padding-bottom: 24px;
    padding-bottom: 0px;
}
	#header_mobile {
    width: 100%;
    position: static;
    padding: 0px !important;
    top: 0px;
}header.header .nav-links ul.menu a {
    text-transform: uppercase !important;
    color: #fff;
}.page {
    width: 100% !important;
    margin: 0px !important;
}
	article.single .page {
    padding: 10px;
}
	.wrap .page #searchform {
    display: none;
}
	.widget-item {
    float: left;
    width: 100%;
}
	.single {
    float: left;
    width: 100%;
}
	.sidebar {
    float: left;
    width: 100%;
}
	.sidebar {
    float: left;
    width: 100%;
    margin-top: 15px !important;
}
	#searchform {
    float: left;
    width: 100%;
}
	article.single .page .block.mb-4 {
    margin: 0px !important;
}
	.sidebar { margin: 0px !important; }
}
.reading-time {
    margin-top: 11px;
    font-size: 11px;
}
.post-item .post-item--content p {
    text-transform: initial !important;
}
.reading-time {
    margin-top: 0px;
    font-size: 11px;
    float: left;
}
.post-item .post-item--content p {
    text-transform: initial !important;
    width: 100%;
    float: left;
    margin-top: 20px;
}
.material-icons {
    font-size: 24px !important;
}
p {
    font-size: 18px;
}
.post-item--category a {
    margin-bottom: 13px;
    text-decoration: none;
}#comments {
    border-top: 19px solid #c0c9cc;
}
.widget-item ul, .widget-item ul li, .widget-item ul li a {
    text-decoration: navajowhite;
}
.rpwwt-post-title {
    text-transform: uppercase;
}
.time-aut {
    float: left;
    width: 100%;
    font-size: 11px;
    margin-bottom: 10px;
}
.author {
    margin-right: 10px;
    float: left;
}
.reading-time {
    font-size: 11px;
}
.single-post #searchform input {
    width: 93%;
}
#loadMore span {
    font-size: 15px;
    font-weight: 500;
    width: auto;
    height: auto;
    line-height: 1;
    background: #ed7070;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    color: #fff;
    border: none;
    border-radius: 4px;
    margin: 0;
        margin-top: 0px;
    margin-top: 0px;
    padding: 15px 40px 15px 40px;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    margin-top: 20px;
}
#loadMore span:hover {
    background-color: #e06161;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.09);
    box-shadow: 0 1px 3px rgba(0,0,0,.09);
    color: #fff;
    text-decoration: none;
}
#loadMore {
    width: 100%;
    float: left;
    text-align: center;
}
#loadMore span:focus::before {
    background: #fff url(http://quadrivium.magicalthreads.co/wp-content/plugins/ajax-load-more/core/img/ajax-loader.gif) no-repeat center center;
    width: 30px;
    height: 31px;
    margin: 6px;
    border-radius: 3px;
    display: inline-block;
    z-index: 0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    -webkit-transition: width .5s ease-in-;
}
.wrap-inner {
    width: 100%;
    float: left;
}
.sc_player_container1 {
    width: 100%;
    display: block;
    height: 100%;
    line-height: 260px;
    text-align: center;
}
.post-item--thumbnail iframe {
    width: 100%;
    height: 100%;
}
p iframe {
    width: 100%;
}
.hero iframe {
    width: 100%;
    height: 100%;
}
.single-post .sc_player_container1 {
    width: 100%;
    display: block;
    height: 100%;
    line-height: 400px;
    text-align: center;
}
#player {
    width: 100% !important;
    max-width: 100% !important;
}
#player {
    width: 100% !important;
    height: 100% !important;
}
.top_img {
    height: 260px;
}
.single-post .top_img {
    height: 100%;
    width: 100%;
}
#player {
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
}.mobile_bar { color:#000 !important; }
.post-item.has-thumbnail {
    background: #545758;
}