/* For extremely small screen devices (595px and below) */
@media only screen and (max-width: 595px) {
  #html #wpadminbar{
    display: none !important;
  }

  html{
    margin-top:0 !important;
  }
  #home-content,
  .home-container,
  .single-post-container,
  .single-sidebar-container,
  aside {
    width: 100%;
    height: 100%;
    margin: 0;
  }

  #main-slider{
    /* width: 100%;
    height: 280px;
    float: left; */

    width: calc(100% - 30px);
        height: 280px;
        /* float: left; */
        margin: 0 auto 25px;
        position: relative;
        float: none;

  }

  .slider-item-content{
    padding: 15px;
    }
  /* .slider-item,
  .swiper-container{
    border-radius: 0 !important;
  } */

  .slider-item-content p a {
    text-decoration: none;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    font-family: "Ubuntu";
    float: left;
}
	
	.article-buttons-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		padding: 25px 35px;
	}

	
	.article-buttons-holder .share-icon img {
    width: 30px;
}
	
	#more_posts{
		width:100%;
		text-align:center;
		background:#f9f9f9;
		border-radius:8px;
	}

  .no-posts {
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #ccc;
    border-radius: 8px;
    font-family: "Ubuntu";
  }

  .iframe-wrapper iframe {
    max-width: 100% !important;
  }
  .facebook-iframe {
    min-height: 425px;
    height: auto;
    float: left;
    margin: 6px auto;
  }

  .single-trending-post-item {
    flex: 0 100%;
  }

  .trending-single-post {
    text-align: center;
    padding: 25px 10px;
    border-radius: 20px;
    background: #eee;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 0 10px rgb(83 119 192 / 21%) inset;
    margin: 10px 0 40px 0;
    float: left;
  }

  .trending-item .img-holder {
    width: 140px;
    height: 115px;
    float: left;
    object-fit: cover;
  }

  .trending-title {
    font-family: "Oswald";
    padding: 10px 0 0 0;
    width: calc(100% - 160px);
    float: left;
    font-size: 16px;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
  }

  aside article{
    height: 123px;
  }

  aside article picture{
    width: 160px;

  }


  footer{
    width: 100%;
    float: left;
    padding: 30px;
    margin: 30px 0 0 0;
    background: #000000;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    line-height: 22px;
    color: #fff;
    font-size: 14px;
  }

  footer a{
    color:#ed1c24 !important;
  }

  .home-content article {
    flex: 1 50%;
  }

  aside article a h2 {
    -webkit-line-clamp: 3;
  }

  footer {
    padding: 30px 30px 120px 30px;
    position: relative;
  }

  .share-button-on-post-top {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
  }

  .share-button-on-post-top img {
    width: 46px;
    height: 46px;
  }

  .footer-links ul,
  .footer-copyright {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 14px;
  }

  .footer-copyright {
    font-size: 12px;
  }

  .footer-links ul li {
    margin: 6px 0;
  }

  .single-post-mobile-wrap {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .single-post-mobile-wrap #thumb-image {
    width: 100%;
    /* height: 240px; */
    height:auto;
    position: relative;
    top: 0;
    z-index: 1;
    background-color: #fff;
	  /* box-shadow: 0 0 10px; */
  }

  .single-post-mobile-wrap #thumb-image picture {
    width: 100%;
    height: 100%;
    /* border-bottom-left-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
  }

  .single-post-mobile-wrap #thumb-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
/*     border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; */
  }

  .single-post-article-content img {
    width: 100%;
  }

  .single-post-mobile-wrap #thumb-image .mobile-post-details {
    position: absolute;
    bottom: 10px;
    color: #fff;
    z-index: 2;
    padding: 10px;
    font-size: 14px;
  }

  .mobile-title-gradient {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
/*     border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; */
  }

  .single-content {
    padding: 15px;
    position: relative;
    /* top: 200px; */
    /* padding-bottom: 240px; */
  }

  .single-content h1 {
    border-left: solid 5px #f00;
    padding: 0 0 0 10px;
    border-radius: 4px;
    font-size: 22px;
    font-family: "ubuntu";
  }

  .single-content p {
    font-size: 16px;
    line-height: 22px;
  }

  .lajme-source{
    font-size: 14px !important;
    color: #ccc;
  }

  .single-image-wrapper{
    margin:10px 0;
  }

  .single-post-article-content img{
    border:solid 1px #eee;
  }

  .social-follow-icons {
    display: flex;
    justify-content: center;
  }

  .social-follow-icons a {
    text-decoration: none;
    font-size: 12px;
  }

  /* .share-button-on-post-top img {
    width: 52px;
    height: 52px;
  } */

  /*Mobile Menu*/

  #menu-container {
    width: 100%;
  }

  #menu-wrapper {
    overflow: hidden;
    max-width: 20%;
    cursor: pointer;
    /* float: left; */
  }

  #menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 20px 30px;
    float: left;
  }

  #menu-wrapper #hamburger-menu span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: black;
    background-color: #f00;
    position: absolute;
    transform: rotate(0deg);
    transition: 0.4s ease-in-out;
  }

  #menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
  }

  #menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 9px;
  }

  #menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 18px;
  }

  #menu-wrapper #hamburger-menu.open span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
  }

  #menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
  }

  #menu-wrapper #hamburger-menu.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
  }

  #menu-container .menu-list .menu-submenu {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
    list-style: none;
    text-transform: uppercase;
    padding: 0 20px;
  }

  #menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    max-width: 450px;
    background: #fff;
    /*     box-shadow: rgba(100, 100, 100, 0.2) 6px 2px 10px; */
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
    margin: 0;
    height: 100vh;
  }

  /* #menu-container .menu-list:first-of-type:before {
    content: url(assets/img/kurora.svg);
    width: 25px;
    position: absolute;
    top: 5px;
    left: 15px;
  } */

  #menu-container .menu-list li.accordion-toggle,
  #menu-container .menu-list .menu-login {
    font-size: 16px;
    padding: 10px 10px 10px 30px;
    text-transform: uppercase;
    border-top: 1px solid #000;
    /* box-shadow: 2px 11px 20px #ccc; */
  }

  #menu-container .menu-list li:first-of-type {
    border-top: 0;
  }

  /* #menu-container .menu-list li:last-of-type {
          padding: 0;
      } */

  #menu-container > .menu-list > .menu-submenu li {
    margin: 15px 0;
    width: 100%;
  }

  .accordion-toggle,
  .accordion-content {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
  }

  .accordion-content {
    display: none;
  }

  .accordion-toggle span:before,
  .accordion-toggle span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #f00;
    transform-origin: 50% 50%;
    transition: all 0.3s ease-out;
  }

  .accordion-toggle span:before {
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
  }

  .accordion-toggle.active-tab {
    background: #f00;
    transition: all 0.3s ease;
  }

  .accordion-toggle span.active:before {
    transform: rotate(0deg);
    background: #f00 !important;
  }

  .accordion-toggle span.active:after {
    transform: rotate(180deg);
    background: #f00 !important;
    opacity: 0;
  }

  .accordion-toggle.active-tab span.active:before,
  .accordion-toggle.active-tab span.active:after {
    background-color: #fff !important;
  }

  .accordion-toggle.active-tab a {
    color: #fff;
  }

  #menu-container .menu-list .active li {
    background: #f00;
  }

  .menu-list li a {
    text-decoration: none;
    color: #f00;
    font-family: "Ubuntu";
    font-size: 24px;
    letter-spacing: normal;
  }

  .site-branding {
    width: 60%;
    position: absolute;
    /* padding: 10px; */
    left: 0;
    right: 0;
    top: 15px;
    margin: 0 auto;
    text-align: center;
  }

  .site-branding img {
    width: 140px;
  }

  .visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }

  .input,
  .button {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal;
    border: none;
    outline: none;
    max-width: 100%;
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
  }

  .fill-currentcolor {
    fill: currentcolor;
  }

  .fill-none {
    fill: none;
  }

  .icon {
    width: 24px;
    height: 24px;
    transition: 0.3s ease-out;
  }
  /* @media (min-width: 768px) {
  .icon {
    width: 32px;
    height: 32px;
  }
} */

  .button {
    cursor: pointer;
    color: #333;
    transition: 0.3s ease-out;
  }
  .button:hover,
  .button:focus {
    transform: scale(1.125);
  }
  .button:hover .icon,
  .button:focus .icon {
    transform: scale(1.25);
  }

  .button-open {
    /* display: flex;
    justify-content: center;
    align-items: center;
    align-content: center; */
    width: 20%;
    height: 96px;
    /* border-radius: 48px; */
    /* background-color: #fff; */
    /* box-shadow: 0 1px 1px rgba(187, 216, 216, 0.6), 0 3px 3px rgba(187, 216, 216, 0.4), 0 8px 16px rgba(187, 216, 216, 0.3); */
    color: #ddd;
    position: absolute;
    right: 0;
    top: 20px;
    text-align: center;
  }
  .button-open:hover,
  .button-open:focus {
    box-shadow: 0 2px 2px rgba(187, 216, 216, 0.4), 0 4px 4px rgba(187, 216, 216, 0.3), 0 12px 32px rgba(187, 216, 216, 0.3);
  }

  .button-close {
    position: absolute;
    top: 7.5vw;
    right: 7.5vw;
    padding: 0;
    background-color: transparent;
  }

  .button-search {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 16px;
  }
  /* @media (min-width: 768px) {
  .button-search {
    padding: 30px 48px;
  }
} */

  .form-search {
    position: relative;
    width: 80%;
    top: -10%;
  }
  /* @media (min-width: 768px) {
  .form-search {
    max-width: 720px;
  }
} */

  .input-search {
    padding: 16px !important;
    border: none !important;
    border-radius: 60px !important;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #fd7f71;
    background-color: #fff;
    /* box-shadow: 0 1px 1px rgba(187, 216, 216, 0.6),
      0 3px 3px rgba(187, 216, 216, 0.4), 0 8px 16px rgba(187, 216, 216, 0.3); */
  }
  /* @media (min-width: 768px) {
  .input-search {
    padding: 29px 48px;
    font-size: 32px;
    border-radius: 30em;
  }
} */

  .input-search::placeholder {
    color: #c3d8d7;
  }

  .overlay {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
    position: fixed;
    z-index: 99;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #32373c, #000);
  }
  /* @media (min-width: 768px) {
  .overlay {
    align-items: center;
    align-content: center;
  }
} */

  .hiding {
    max-height: 0;
    opacity: 0;
    bottom: 0;
    transition: max-height 0.3s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s ease-out;
  }
  .hiding .button-search,
  .hiding .input-search {
    opacity: 0;
  }
  .hiding .button-search {
    transform: translate3d(0, 33%, 0);
  }
  .hiding .input-search {
    transform: translate3d(0, 50%, 0);
  }

  .showing {
    max-height: 100%;
    top: 0;
    transition: max-height 0.4s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s ease-out;
  }

  .button-search {
    transition: 0.4s 0.6s ease-out;
  }

  .input-search {
    transition: 0.8s 0.3s ease-out;
  }

  .search {
    position: absolute;
    top: 5px;
    /* right: 50px; */
    height: 40px;
    border-radius: 40px;
    /* padding: 10px; */
    /* transform: translate(-50%, -50%); */
    background: #fff;
    border: solid 1px #ccc;
    width: 200px;
    right: 15px;
  }

  .search input[type="text"] {
    padding: 0px 0 0 15px;
    border: none;
  }

  .search-btn {
    border-radius: 50%;
    color: #ccc;
    float: right;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 0;
  }

  .fa-search:before {
    color: #ccc;
  }

  .search a {
    text-decoration: none;
  }

  .search-text {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: #fff;
    font-size: 16px;
    transition: 0.6s;
    line-height: 40px;
    /* width: 0px; */
    border: none;
  }

  .search-text::placeholder {
    padding-left: 15px;
    color: #ddd;
  }

  .show {
    display: block;
  }

  .hide {
    display: none;
  }
}

/* Small screen devices (600px and above) */
@media only screen and (min-width: 600px) {
}

/* Medium screen devices (768px and above) */
@media only screen and (min-width: 768px) {

  #html #wpadminbar{
    display: none !important;
  }
}

/* Big screen devices (889px and above) */
@media only screen and (min-width: 889px) {
}

/* Extra big screen devices (1200px and above) */
@media only screen and (min-width: 1200px) {
}
