/*
Theme Name: Professional Blogger Pro
Theme URI: https://www.misbahwp.com/products/blogger-wordpress-theme/
Description: Blog WordPress Theme is a modern, professional and luxurious Blog theme to create a Blog website or store. It is cross-browser compatible that loads smoothly on all major browsers. It is executed on bootstrap framework that makes it really handy and smoother to work with. This premium theme is regularly updated to give you the best user experience and to be always compatible with the latest WordPress version. The codes used are clean, secure and well-optimized. With the advance social media option and widgets you can link all your social media pages. This will help to showcase your popularity. There is no language barrier for anyone as the users can translate the pages into the language they want and it also support RTL layout. It comes with full online documentation. It is compatible with many popular WordPress plugins like Contact form 7, WooCommerce, Elementor and many more. Custom Backgrounds, Colors, Headers, Logo & Menu are available that you can utilize.
Author:misbahwp
Author URI: https://www.misbahwp.com/
Version: 1.0
Requires PHP: 7.1
Tested up to: 6.2
Tags: entertainment, portfolio, e-commerce, wide-blocks, one-column, two-columns, right-sidebar, left-sidebar, grid-layout, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, editor-style, theme-options, threaded-comments
Text Domain: professional-blogger-pro
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.alignwide {
  margin-left: -80px;
  margin-right: -80px;
}

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}

.alignfull img {
  width: 100vw;
}

.post-single a,
.page-single a,
.sidebar-area .textwidget a,
.comment-content a {
  text-decoration: none;
}

body {
  font-family: 'Outfit';
  color: black;
  margin: 0;
  background: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Yeseva One';
}

header.header-top {
  background: #131c21;
}

section.category-title h1 {
  font-size: 18px;
  font-weight: 600;
}

/* ===============================================
   HEADER BOX
   ============================================= */

.register,
.login {
  background: #aa8a63;
  color: #fff;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.login {
  background: #fff;
  color: #212121;
}

.header {
  position: static;
}

/*404 Page*/
.page-404 h1 {
  font-size: 300px;
  color: #090a14;
}

.page-404 h3 {
  font-size: 38px;
  color: #090a14;
}

.page-404 hr {
  width: 10%;
  background: #ff5575;
  padding: 1px;
}

.page-404 p {
  margin-left: 30%;
  margin-right: 30%;
}

.page-404 .intro-button {
  display: inline-block;
  padding: 15px 40px;
  text-align: center;
  color: #ffff;
  transition: all 0.2s;
  text-decoration: none;
  text-transform: uppercase;
  background: #ff5575;
  font-weight: 400;
  font-size: 18px;
}

.page-404 .intro-button,
.page-404 .intro-button::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.page-404 .intro-button::before,
.page-404 .intro-button::after {
  background: #ff5575;
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 6px;
}

.page-404 .intro-button:hover {
  color: #fff;
  background: #090a14;
}

.page-404 .intro-button::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  background: #090a14;
}

.page-404 .intro-button:hover:after {
  width: 100%;
}

div#mySidenav {
  display: flex;
  /* justify-content: center; */
}

.page-404 a {
  color: #fff;
}

/* ===============================================
   LOGO BOX
   ============================================= */

.logo {
  display: block;
  min-height: 53px;
  line-height: 1.4em;
  word-break: break-all;
}

.logo a {
  color: #090a14;
  font-size: 30px;
  line-height: 35px;
  text-decoration: none;
  -webkit-transition: color .1s linear;
  -moz-transition: color .1s linear;
  -o-transition: color .1s linear;
  transition: color .1s linear;
  font-weight: 600;
}

.logo a:hover,
.logo a:focus {
  color: #ff5575;
}

.logo span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #767c83;
}

.logo-image {
  float: unset;
  display: flex;
  padding: 10px;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
}

/* ===============================================
   SOCIAL BOX
   ============================================= */

   .social-links a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Outfit";
}
.social-links a:hover {
  color: #ff5575;
  margin-bottom: 0;
}

/* ===============================================
   MENU BOX
   ============================================= */

body {
  overflow-x: hidden;
}

#main-menu {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
}

#main-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
}

#main-menu ul li {
  position: relative;
  display: block;
  text-align: left;
}

#main-menu ul li:nth-child(5) {
  margin-left: auto;
}

#main-menu ul li a {
  color: #161616;
  text-decoration: none;
  display: block;
  z-index: 1;
  padding: 10px 25px;
  margin: 0;
  font-weight: 500;
  -webkit-transition: color .1s linear, background-color .1s linear;
  -moz-transition: color .1s linear, background-color .1s linear;
  -o-transition: color .1s linear, background-color .1s linear;
  transition: color .1s linear, background-color .1s linear;
  position: relative;
  line-height: 40px;
}

/* #main-menu a:hover,
#main-menu ul li a:hover,
#main-menu li:hover>a,
#main-menu a:focus,
#main-menu ul li a:focus,
#main-menu li.focus>a,
#main-menu li:focus>a,
#main-menu ul li.current-menu-item>a,
#main-menu ul li.current_page_item>a,
#main-menu ul li.current-menu-parent>a,
#main-menu ul li.current_page_ancestor>a,
#main-menu ul li.current-menu-ancestor>a {
  color: #ff5575;
} */

#main-menu ul.children,
#main-menu ul.sub-menu {
  opacity: 0;
  position: absolute;
  top: 50px;
  left: 0;
  background: #fff;
  z-index: 10001;
  width: 213px;
  padding-left: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  box-shadow: 0px 5px 30px rgb(0 0 0 / 13%);
  border-radius: 3px;
  display: block;
}

#main-menu ul.children li,
#main-menu ul.sub-menu li {
  display: block;
  position: relative;
  float: none;
  line-height: 18px;
  margin-left: 0;
  margin-right: 0;
  -webkit-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
  padding: 5px 10px;
}

#main-menu li li:hover>ul,
#main-menu li li:focus>ul,
#main-menu li li.focus>ul {
  top: 0px;
  left: -100%;
}

#main-menu ul.children li a,
#main-menu ul.sub-menu li a {
  display: block;
  position: relative;
  padding: 0px 14px;
  padding-right: 14px;
  font-size: 14px;
  color: #767c83;
  -webkit-transition:
    all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#main-menu ul.sub-menu li a:hover {
  color: #fff;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

#main-menu ul.sub-menu li a:before,
#main-menu ul.sub-menu li a:after {
  content: '';
  position: absolute;
  -webkit-transition:
    inherit;
  transition:
    inherit;
  z-index: -1;
}

#main-menu ul.sub-menu li a:before,
#main-menu ul.sub-menu li a:after {
  top: 0;
  width: 0;
  height: 100%;
}

#main-menu ul.sub-menu li a:before {
  left: 0;
  border: 1px solid #ff5575;
  border-left: 0;
  border-right: 0;
}

#main-menu ul.sub-menu li a:hover:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

#main-menu ul.sub-menu li a:hover:before,
#main-menu ul.sub-menu li a:hover:after {
  width: 100%;
}

#main-menu ul.sub-menu li a:after {
  right: 0;
}

#main-menu ul.sub-menu li a:hover:after {
  background: #ff5575;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

#main-menu ul.sub-menu li a:hover:before,
#main-menu ul.sub-menu li a:hover:after {
  width: 100%;
}

#main-menu ul.children li ul:before,
#main-menu ul.sub-menu li ul:before {
  display: none;
}

#main-menu li:hover>ul,
#main-menu li:focus>ul,
#main-menu li.focus>ul {
  opacity: 1;
  right: calc(100% - 213px);
}

.menu-toggle,
.dropdown-toggle,
button.close-menu {
  display: none;
  background: #ff5575;
  color: #fff;
}

#main-menu ul.children li ul:before,
#main-menu ul.sub-menu li ul:before {
  display: none;
}


#site-navigation .sidenav a.closebtn,
.open-menu {
  display: none;
}


/* ===============================================
   POST BOX
   ============================================= */

.post-box,
.post-single,
.page-single {
  background: #fff;
}

.post-thumbnail {
  line-height: 0;
}

h4.post-title {
  font-size: 20px;
  color: #090a14;
  font-weight: 500;
}

.latest-post :hover h4 a {
  color: #ff5575;
}

.post-content p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    font-weight: 400;
}


.post-meta i {
  color: #ff5575;
}

.post-meta span {
  text-decoration: none;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  color: #090a14;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #121d21;
  white-space: break-spaces;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.post-content img,
.post-thumbnail img,
.post-content iframe,
.post-content object,
.post-content embed {
  max-width: 100%;
}

.post-content img,
.post-thumbnail img {
  max-height: 100%;
  height: auto;
}

.post-content:after {
  content: "";
  display: table;
  clear: both;
}

#content,
footer {
  width: 100%;
}

.post-box {
  border: 2px solid #edf1f5;
  background: #fff;
  border-radius: 0 0 10px 10px;
}

.latest-post {
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.08));
  border-radius: 10px;
}

.latest-post .post-admin span img {
  width: auto;
  display: inline-block;
  border-radius: 50%;
}

.latest-post .post-meta {
  border: none;
  background: #fff;
}

.latest-post .post-date span,
.post-single .admin a,
.single-services .admin a {
  color: #090a14;
}

.latest-post .post-meta i {
  color: #ff5575;
}

.latest-post .post-meta a {
  color: #090a14;
  font-weight: 500;
  font-style: italic;
  font-size: 18px;
}

.latest-post figure {
  margin: 0;
  padding: 0;
  background: #222222;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.latest-post figure:hover+span {
  opacity: 1;
}

.latest-post figure img {
  webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
}

.latest-post :hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}

.latest-post .icon-book {
  float: right;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #717982;
  width: 40px;
  height: 40px;
  padding: 10px 14px;
  margin-top: -8px;
}

.post-single .tags-bg a {
  padding: 10px 15px;
  background: #ff5575;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 10px;
}

.post-single .tags-bg a:hover {
  background: #090a14;
}

.post-single .blog_share_icon .fab {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #ff5575;
  color: #fff;
  font-size: 18px;
  padding: 15px;
  margin: 0 10px;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.post-single .blog_share_icon .fab:hover {
  transform: rotate(360deg);
  background: #090a14;
}

.post-single {
  display: block;
}

label {
  display: block;
}

.latest-post .button {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  color: #ffff;
  transition: all 0.2s;
  text-decoration: none;
  border-radius: 6px;
  text-transform: uppercase;
  background: #ff5575;
  font-weight: 500;
  font-size: 14px;
}

.latest-post .button,
.latest-post .button::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.latest-post .button::before,
.latest-post .button::after {
  background: #ff5575;
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 6px;
}

.latest-post .button:hover {
  color: #fff;
  background: #090a14;
}

.latest-post .button::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  background: #090a14;
}

.latest-post .button:hover:after {
  width: 100%;
}

.single-tournament .far {
  color: #ff5575;
}

.single-tournament .group {
  color: #ff5575;
  font-weight: 800;
}

.single-tournament .day,
.single-tournament .time {
  color: #090a14;
  font-weight: 500;
}

.single-tournament h6 {
  background: #ff5575;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
}

.single-tournament .fab,
.single-tournament .fas {
  font-size: 40px;
  margin: 0 15px;
}

.single-tournament i.fab.fa-youtube {
  color: #ff0000;
}

.single-tournament i.fab.fa-vimeo-v {
  color: #47a9e8;
}

.single-tournament i.fab.fa-twitch {
  color: #5a3e85;
}

.page-single .tournament {
  background: #f1f1f1;
}

.single-tournament .vs-text {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ff5575;
  padding: 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-form-url input {
  width: 100%;
}

.comment-respond input#submit {
  background: #ff5575;
  border: none;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  border-radius: 7px;
  display: inline-block;
  margin: 15px 0;
}

.comment-respond input#submit:hover {
  background-color: #090a14;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list {
  padding-left: 0;
}

.comment-list .comment {
  display: block;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback a {
  margin-left: 5px;
  margin-right: 5px;
}

.comment-content.card-block {
  padding: 15px;
}

.comment-reply a {
  background: #ff5575;
  padding: 5px 15px;
  color: #fff;
  border-radius: 7px;
}

.comment-reply a:hover {
  background: #090a14;
  color: #f3f4f7;
  text-decoration: none;
}


@media screen and (min-width : 0) and (max-width : 767px) {

  section.category-title h1 {
    text-align: center;
  }

  #mySidenav span {
    display: block;
    font-size: 30px;
    cursor: pointer;
  }

  .logo {
    text-align: center;
  }

  .open-menu {
    display: block;
  }

  #main-menu ul li {
    float: left;
    width: 100%;
    padding: 5px 15px;
  }

  #main-menu>li>ul.children,
  #main-menu>li>ul.sub-menu {
    position: absolute;
    top: -100%;
    background: #fff;
  }

  #main-menu li.focus>ul.children,
  #main-menu li.focus>ul.sub-menu,
  #main-menu li:hover>ul.children,
  #main-menu li:hover>ul.sub-menu,
  #main-menu li:focus>ul.children,
  #main-menu li:focus>ul.sub-menu {
    width: 100%;
    top: 0;
    left: 0 !important;
    position: relative;
  }

  #main-menu ul {
    padding: 0;
    float: none;
  }

  #main-menu ul li a {
    padding: 0;
    display: initial;
    font-size: 18px;
  }

  #main-menu ul.children li a,
  #main-menu ul.sub-menu li a {
    padding: 0;
    line-height: 53px;
  }

  #main-menu ul li.menu-item-has-children:after {
    content: '';
    position: absolute;
    border: solid #ff5575;
    right: 10px;
    top: 50%;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
  }

  #main-menu ul.children li,
  #main-menu ul.sub-menu li {
    width: 100%;
    padding-left: 10px;
  }

  #main-menu ul li.menu-item-has-children:hover:after,
  #main-menu ul li.menu-item-has-children:focus:after,
  #main-menu ul li.menu-item-has-children.focus:after {
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #main-menu a:hover,
  #main-menu ul li a:hover,
  #main-menu li:hover>a,
  #main-menu a:focus,
  #main-menu ul li a:focus,
  #main-menu li.focus>a,
  #main-menu li:focus>a,
  #main-menu ul li.current-menu-item>a,
  #main-menu ul li.current_page_item>a,
  #main-menu ul li.current-menu-parent>a,
  #main-menu ul li.current_page_ancestor>a,
  #main-menu ul li.current-menu-ancestor>a {
    background: none;
  }

  #main-menu ul.sub-menu li a:hover:after {
    background: transparent;
  }
}


/* ===============================================
   Pagination
   ============================================= */

.pagination,
.professional-blogger-pro-pagination {
  margin: 25px 0;
}

.pagination .nav-links a,
.pagination .nav-links span.current,
.professional-blogger-pro-pagination a span,
.professional-blogger-pro-pagination span.current {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  color: #222;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  margin: 0;
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  -ms-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links span.current,
.professional-blogger-pro-pagination span.current,
.professional-blogger-pro-pagination span.current:hover,
.professional-blogger-pro-pagination span.current:focus,
.professional-blogger-pro-pagination a span:hover,
.professional-blogger-pro-pagination a span:focus {
  background: #ff5575;
  color: #ffffff;
}

.commentlist {
  list-style: none;
  margin: 0;
  padding: 0
}

.commentlist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.commentlist li {
  margin: 0;
}

.commentlist li .comment-respond {
  margin-bottom: 25px;
}

.commentlist li:last-of-type .comment-respond {
  margin-bottom: 0px;
}

.comment-container {
  position: relative;
  margin: 0 0 25px 0;
  padding: 30px;
  background: #fff;
  border: solid 1px #f3f4f7 !important;
  z-index: 999
}

.comment-avatar img {
  float: left;
}

.comment-text {
  position: relative;
  margin-left: 110px;
  padding: 0 0 0 15px
}

.comment-container .comment-date {
  padding: 15px 0;
}

.comment-avatar {
  position: relative;
  width: 110px;
  float: left;
}

.comment-author .author {
  display: block;
  font-weight: bold;
}

.commentlist .children li {
  margin-left: 30px;
}

.comment-notes {
  font-size: 12px;
  margin: -25px 0 25px 0;
}

h3#reply-title,
h3.comments {
  height: 30px;
  line-height: 30px;
  margin: 30px 0;
}

h3#reply-title small,
.logged-in-as {
  font-size: 15px;
  margin: -25px 0 25px 0;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
  padding: 10px 2%;
  background: #fff;
  width: 100%;
  margin: 0 0 15px 0;
  border: 1px solid black;
  color: #222222;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.comment-form input[type=submit] {
  background: #ff5575;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  position: relative;
  display: block;
  text-shadow: none;
  padding: 10px 15px;
  width: inherit;
  margin: 0;
  -webkit-transition: color .3s ease, background-color .3s ease;
  -moz-transition: color .3s ease, background-color .3s ease;
  -o-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
  cursor: pointer;
}

.comment-form input[type=submit]:hover,
.comment-form input[type=submit]:focus {
  background-color: #248efa;
  text-decoration: none
}

.logged-in-as a {
  color: #222222;
}

.logged-in-as,
.comment-notes,
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.form-submit {
  display: block;
}

/* ===============================================
   SIDEBARS
   =============================================== */

.sidebar-area .textwidget img {
  width: 100%;
  height: auto;
}

.sidebar-area .sidebar-widget {
  margin-bottom: 25px;
  box-shadow: 0px 5px 16px 0px rgb(200 183 255 / 30%);
  background: #fff;
}

.sidebar-area a,
.sidebar-area p,
.sidebar-area li,
.sidebar-area address,
.sidebar-area dd,
.sidebar-area blockquote,
.sidebar-area td,
.sidebar-area th,
.sidebar-area .textwidget {
  line-height: 1.9em;
  font-weight: normal;
}

.sidebar-area ul,
#calendar_wrap,
.sidebar-area .textwidget,
.tagcloud {
  list-style: none;
  margin: 0;
  padding: 0 15px;
}

.sidebar-area li a,
.sidebar-area li {
  font-size: 16px;
  font-weight: 500;
}

.sidebar-area li {
  padding-bottom: 15px;
  color: #090a14;
}

.sidebar-area h4.title {
  padding: 10px 15px;
  border-left: solid 5px #ff5575;
  color: #fff;
  font-size: 24px;
  background: #090a14;
}

.sidebar-area .tagcloud a {
  font-size: 15px !important;
  background: #fff;
  color: #121d21;
  padding: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: inline-block;
  margin: 5px 0;
  text-decoration: none;
}

.sidebar-area .tagcloud a:hover {
  background: #ff5575;
  color: #fff;
}

.sidebar-area form {
  padding: 0;
}

.sidebar-area select,
.sidebar-area textarea,
#comments textarea,
.sidebar-area input[type="text"],
#comments input[type="text"],
.sidebar-area input[type="password"],
.sidebar-area input[type="datetime"],
.sidebar-area input[type="datetime-local"],
.sidebar-area input[type="date"],
.sidebar-area input[type="month"],
.sidebar-area input[type="time"],
.sidebar-area input[type="week"],
.sidebar-area input[type="number"],
.sidebar-area input[type="email"],
.sidebar-area input[type="url"],
.sidebar-area input[type="search"],
.sidebar-area input[type="tel"],
.sidebar-area input[type="color"],
.sidebar-area .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  margin: 0;
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid #dee2e6;
  float: unset;
  border-radius: 4px;
}

#wp-calendar th,
#wp-calendar #today,
#wp-calendar #today a {
  background: #f3f4f7;
  color: #434343 !important;
}

#wp-calendar a:hover {
  border: none;
}

#wp-calendar {
  background: #fff;
  width: 100%;
}

#wp-calendar caption {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  text-align: left;
}

#wp-calendar th,
#wp-calendar td {
  text-align: center;
  font-size: 14px;
  color: #434343 !important;
  padding: 3px 6px;
}

#wp-calendar td a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #434343 !important;
  text-decoration: underline
}

#wp-calendar td#prev a,
#wp-calendar td#prev a {
  text-decoration: none;
  text-align: left;
}

#wp-calendar th {
  font-weight: bold
}

#wp-calendar tr:nth-child(2n+2) {
  background-color: #f3f4f7;
}

.searchform label {
  display: block;
}

.searchform input[type=text] {
  width: calc(100% - 110px);
  margin: 0;
  padding: 12px;
  float: left;
  background-color: transparent;
  border: none;
}

.searchform input[type=submit] {
  background: #ff5575;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  position: relative;
  float: left;
  text-shadow: none;
  padding: 14px 0;
  width: 110px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: color .3s ease, background-color .3s ease;
  -moz-transition: color .3s ease, background-color .3s ease;
  -o-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
}

.searchform input[type=submit]:hover,
.searchform input[type=submit]:focus {
  background-color: #090a14;
  text-decoration: none
}

.searchform:after {
  content: "";
  display: table;
  clear: both;
}

.sidebar-area .post-thumbnail img {
  width: 100%;
  height: 75px;
  border-radius: 50%;
  margin-top: 10px;
}

.sidebar-area .post-title {
  font-size: 16px;
}

footer {
  background: #20222a;
  margin-top: -7px;
}

footer .sidebar-area {
  background: none;
  padding: 25px 0 0 0;
}

footer a,
footer p,
footer .sidebar-area li,
footer .sidebar-area address,
footer .sidebar-area dd,
footer .sidebar-area blockquote,
footer .sidebar-area td,
footer .sidebar-area th,
footer .sidebar-area .title,
footer .sidebar-area .textwidget {
  color: #666666;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
img.alignleft,
img.alignright,
img.aligncenter,
.attachment img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

div.aligncenter,
img.aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 25px;
  max-width: 100% !important;
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  margin: 5px 5px 0;
  width: 96%;
  height: 100%
}

.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}

.footer-area .woocommerce ul.cart_list li img,
.footer-area .woocommerce ul.product_list_widget li img {
  height: 70px;
}

/*SCROLL TO TOP BUTTON*/

#button_scroll {
  display: inline-block;
  background: #ff5676;
  width: 45px;
  height: 45px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #fff;
  border-radius: 6px;
}

#button_scroll::after {
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  line-height: 50px;
  color: #fff;
}

#button_scroll:hover,
#button_scroll:active {
  cursor: pointer;
  background: #090a14;
  color: #fff;
}

#button_scroll.show {
  opacity: 1;
  visibility: visible;
}

#button_scroll .fas {
  color: #fff;
  padding: 8px;
  margin: 5px 0;
}

#button_scroll,
#button_scroll::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#button_scroll::before,
#button_scroll::after {
  background: #ff5575;
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 6px;
}

#button_scroll:hover {
  color: #fff;
  background: #090a14;
}

#button_scroll::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  background: #090a14;
}

#button_scroll:hover:after {
  width: 100%;
}

/*PRELOADER*/
/** page **/
.cssloader {
  padding-top: calc(45vh - 25px);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 99999;
}

/** loader **/
.sh1 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #ff5575 transparent transparent transparent;
  margin: 0 auto;
  animation: shk1 1s ease-in-out infinite normal;
}

.sh2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #161616 transparent;
  margin: -50px auto 0;
  animation: shk2 1s ease-in-out infinite alternate;
}

/** animation starts here **/
@keyframes shk1 {
  0% {
    transform: rotate(-360deg);
  }

  100% {}
}

@keyframes shk2 {
  0% {
    transform: rotate(360deg);
  }

  100% {}
}

.lt {
  color: #161616;
  margin: 30px auto;
  text-align: center;
  font-weight: 100;
  letter-spacing: 10px;
}

a.close-search-form {
  display: none;
}

/*SRTICKY HEADER*/

.fix-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.admin-bar .fix-sticky {
  margin-top: 0px;
}

/*Body*/

.page-template-frontpage .menu-header {
  background: #090a14;
  z-index: 999;
}

.menu-header {
  background: #090a14;
}

.top-header {
  background: #090a14;
}

.top-header span.dashicons {
  color: #ff5575;
  font-size: 20px;
}

.top-header span {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Outfit";
}

.top-header .logo-bg {
  background: #ff5575;
  clip-path: polygon(30% 100%, 67% 100%, 75% 0, 22% 0%);
  position: absolute;
  left: 35%;
  right: 0;
}

.top-header .social-text {
  position: relative;
 
}

.header-calling .email-text {
  color: #727489;
  font-weight: 400;
}

.icons {
  display: inline-flex;
}

.icons a {
  margin-right: 5px;
}

.icons p {
  margin: 0px 1px;
}
#site-navigation {
  border-top: 1px solid #22232c;
  background: #ffffff;
  background-color: #ffffff;
  padding: 18px 0;
  box-shadow: 4px 0 10px 0 #c6c6c6;
}

#site-navigation .button1 {
  display: inline-block;
  padding: 10px 20px;
  margin: 10px 0;
  text-align: center;
  color: #727489;
  transition: all 0.2s;
  text-decoration: none;
  border-radius: 6px;
  text-transform: uppercase;
  background: transparent;
  font-weight: 500;
  font-size: 14px;
}

#site-navigation .button1,
#site-navigation .button1::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#site-navigation .button1::before,
#site-navigation .button1::after {
  background: #ff5575;
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 6px;
}

#site-navigation .button1:hover {
  color: #fff;
  background: #ff5575;
}

#site-navigation .button1::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  background: #fff;
}

#site-navigation .button1:hover:after {
  width: 100%;
  background: #ff5575;
}

#site-navigation .button2 {
  display: inline-block;
  padding: 10px 20px;
  margin: 10px 20px;
  text-align: center;
  color: #fff;
  transition: all 0.2s;
  text-decoration: none;
  border-radius: 6px;
  text-transform: uppercase;
  background: #ff5575;
  font-weight: 500;
  font-size: 14px;
}

#site-navigation .button2,
#site-navigation .button2::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#site-navigation .button2::before,
#site-navigation .button2::after {
  background: #fff;
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 6px;
}

#site-navigation .button2:hover {
  color: #090a14;
  background: #727489;
}

#site-navigation .button2::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  background: #fff;
}

#site-navigation .button2:hover:after {
  width: 100%;
}

.menu-header a.goog-logo-link {
  display: none;
}

.menu-header .language {
  background: transparent;
  padding: 0;
}

.menu-header .goog-te-gadget .goog-te-combo {
  border: none;
  font-size: 14px;
  color: #727489;
  font-weight: 400;
  outline: none;
  background: #090a14;
  width: 100%;
}

.menu-header .goog-te-gadget {
  font-size: 0;
}

/*Slider Section*/

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 680px;
  object-fit: cover;
}
div#slider {
  position: relative;
  padding: 30px 30px;
}
#slider .slider-box .post-content {
  width: 420px;
  height: 237px;
  background-color: #ffffff;
  position: absolute;
  top: 62%;
  left: 4%;
  padding: 20px;
}

#slider .slider-box .post-content .post-type {
  max-width: 96px;
  padding: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  border-radius: 20px;
  color: #ffffff;
  
}

#slider .slider-box .post-content .post-title {
  font-size: 23px;
  line-height: 36px;
  color: #161616;
  font-weight: 400;
}

#slider .owl-carousel.owl-drag .owl-item:nth-child(1) .post-content .post-type {
  background-color: #b556ff;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Outfit";
}

#slider .owl-carousel.owl-drag .owl-item:nth-child(2) .post-content .post-type {
  background-color: #31d0ce;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Outfit";
}

#slider .owl-carousel.owl-drag .owl-item:nth-child(3) .post-content .post-type {
  background-color: #b556ff;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Outfit";
}

/*Trending Topics*/

#trending_topics .heading {
  position: relative;
}

#trending_topics .heading h3 {
  position: relative;
  line-height: 80px;
  z-index: 99;
  display: table;
  margin: auto;
  padding: 0 30px;
}

#trending_topics .heading h3:after {
  content: '';
  position: absolute;
  left: 0;
  top: 41px;
  height: 2px;
  width: 100%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

#trending_topics .trend_topic_img {
  width: 100%;
  height: 150px;
  overflow: hidden;
}

#trending_topics .trend_topic_img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#trending_topics .trend_topic_img img:hover{
  transform: scale(1.1);
}


#trending_topics .trend_topic_post_type h6 {
  text-align: center;
  padding: 10px;
}
#trending_topics .trend_topic_post_type h6 a {
  color: #56a6ff;
}
#trending_topics 
.owl-item:nth-child(2n) .trend_topic_post_type h6 a {
    color: #b556ff;
}
#trending_topics 
.owl-item:nth-child(3n) .trend_topic_post_type h6 a {
    color: #e89830;
}
#trending_topics 
.owl-item:nth-child(4n) .trend_topic_post_type h6 a {
    color: #ff5a5a;
}
#trending_topics 
.owl-item:nth-child(5n) .trend_topic_post_type h6 a {
    color: #8174ff;
}
#trending_topics 
.owl-item:nth-child(6n) .trend_topic_post_type h6 a {
    color: #31d0ce;
}
#trending_topics .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -7%;
  top: 24%;
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #3d2b4b;
  outline: none;
  font-size: 25px;
}

#trending_topics .owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #ff5676;
}

#trending_topics .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -7%;
  top: 24%;
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #3d2b4b;
  outline: none;
  font-size: 25px;
}

#trending_topics .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #ff5676;
}

/*Trending News*/
#trending_news .heading {
  line-height: 84px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
#trending_news .heading::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

#trending_news .heading h3 {
  display: inline;
  background-color: #fff;
  position: relative;
  z-index: 999;
  padding-right: 20px;
}
#trending_news .heading .viewall {
  color: #ff5575;
  margin-left: auto;
  background-color: #fff;
  padding-left: 20px;
  position: relative;
  z-index: 999;
}

#trending_news .box {
  background: #47505c;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}

#trending_news .product-box {
  padding: 15px 0px;
  overflow: hidden;
}

#trending_news .product-box img {
  width: 100%;
  height: 243px;
  object-fit: cover;
  border-radius: 10px;
  transition: .3s ease-in-out;
}
#trending_news .product-box img:hover {
  transform: scale(1.1);
}

#trending_news .product-box h6 {
  position: absolute;
  top: 56%;
  left: 13%;
  max-width: 128px;
  padding: 6px 14px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  border-radius: 20px;
  color: #ffffff;
  background-color: #30d0ce;
}

#trending_news .product-box h3 {
  font-size: 26px;
  color: #161616;
  font-weight: 400;
  line-height: 30px;
  height: 48px;
  width: 326px;
  margin: 28px 0px 0px 0px;
}

#trending_news .product-box p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin: 18px 0px 0px 0px;
  color: #666666;
}

#trending_news .row .col-md-4:nth-child(1) .product-box h6 {
  background-color: #B556FF;
}

#trending_news .row .col-md-4:nth-child(2) .product-box h6 {
  background-color: #56A5FF;
}

#trending_news .row .col-md-4:nth-child(3) .product-box h6 {
  background-color: #E89830;
}

#trending_news .row .col-md-4:nth-child(4) .product-box h6 {
  background-color: #FF5A5A;
}

#trending_news .row .col-md-4:nth-child(5) .product-box h6 {
  background-color: #8174FF;
}

#trending_news .row .col-md-4:nth-child(6) .product-box h6 {
  background: color #30D0CE;
}

/*Hot Stories*/
#hot_stories .hot_stories_img {
  height: 100%;
  overflow: hidden;
}
#hot_stories {
  margin-top: 30px;
}

#hot_stories .hot_stories_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s ease-in-out;
}
#hot_stories .hot_stories_img img:hover {
  transform: scale(1.1);
}
#hot_stories .img_box {
  position: absolute;
  top: 54%;
  left: 8%;
  width: 475px;
  max-height: 260px;
  padding: 23px;
  background-color: #ffffff;
}

#hot_stories .box {
  max-width: 510px;
}

#hot_stories .main_heading,
#trending_topics .main_heading,
#instagram_post .main_heading,
#entertainment .main_heading {
  position: relative;
  margin: 20px;
}

#hot_stories .main_heading h3,
#trending_topics .main_heading h3,
#instagram_post .main_heading h3,
#entertainment .main_heading h3 {
  text-align: center;
  line-height: 80px;
  background-color: #fff;
  position: relative;
  z-index: 99;
  display: table;
  margin: auto;
  padding: 0 30px;
}
 
#hot_stories .box p {
  color: #666666;
}

#hot_stories .main_heading:after, #trending_topics .main_heading:after, #instagram_post .main_heading:after, #entertainment .main_heading:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  height: 3px;
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#hot_stories .row .box h6, #hot_stories .img_box h6 {
  max-width: 149px;
  padding: 10px 8px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  border-radius: 20px;
  background-color: #55a5ff;
}

#hot_stories .row .box h3 {
  font-size: 27px;
  line-height: 36px;
}

#hot_stories .row .box:nth-child(1) h6 {
  background-color: #FF5959;
}

#hot_stories .row .box:nth-child(2) h6 {
  background-color: #31CFCD;
}

#hot_stories .row .box:nth-child(3) h6 {
  background-color: #8173FF;
}

/*Latest Blog */
#latest_blog .heading {
  line-height: 84px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
#latest_blog .heading::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
#latest_blog .heading h3 {
  display: inline;
  background-color: #fff;
  position: relative;
  z-index: 999;
  padding-right: 20px;
}

#latest_blog .blog_card .content h3 a {
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
}

#latest_blog .heading .viewall {
  color: #ff5575;
  margin-left: auto;
  background-color: #fff;
  padding-left: 20px;
  position: relative;
  z-index: 999;
}

#latest_blog {
  position: relative;
  margin-top: 50px;
}
#latest_blog .blog_card {
  width: 370px;
  height: 330px;
}

#latest_blog .blog_img {
  height: 100%;
  overflow: hidden;
}

#latest_blog .blog_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: .3s ease-in-out;
}

#latest_blog .blog_img img:hover {
  transform: scale(1.1);
}

#latest_blog .blog_card .content {
  position: absolute;
  padding: 15px 15px;
  top: 58%;
  left: 4%;
  color: #ffffff;
  width: 369px;
  border-radius: 10px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}

#latest_blog .blog_card .content h6 {
  max-width: 125px;
  font-size: 14px;
  padding: 6px;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  background-color: red;
}

#latest_blog .row .col-md-4:nth-child(1) .blog_card .content h6 {
  background-color: #e89830;
}

#latest_blog .row .col-md-4:nth-child(2) .blog_card .content h6 {
  background-color: #56a6ff;
}

#latest_blog .row .col-md-4:nth-child(3) .blog_card .content h6 {
  background-color: #b556ff;
}

.latest_blog_second_row {
  padding: 20px 0px;
  overflow: hidden;
}

.latest_blog_second_row img {
  width: 100%;
  height: 210px;
  border-radius: 10px;
  object-fit: cover;
  transition: .3s ease-in-out;
}
.latest_blog_second_row img:hover{
  transform: scale(1.1);
}

.latest_blog_second_row .post-content {
  padding: 10px 0px;
}

.latest_blog_second_row .post-type {
  width: 140px;
  padding: 5px;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  font-size: 14px;
  background-color: red;
  min-width: 150px;
}

#latest_blog .row .col-md-6:nth-child(1) .latest_blog_second_row .post-type {
  background-color: #ff5a5a;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Outfit";
  padding: 10px 10px;
  min-width: 150px;
}

#latest_blog .row .col-md-6:nth-child(2) .latest_blog_second_row .post-type {
  background-color: #31d0ce;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Outfit";
  padding: 10px 10px;
  min-width: 150px;
}

#latest_blog .row .col-md-6:nth-child(3) .latest_blog_second_row .post-type {
  background-color: #8174ff;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Outfit";
  padding: 10px 10px;
  min-width: 150px;
}

#latest_blog .row .col-md-6:nth-child(4) .latest_blog_second_row .post-type {
  background-color: #b556ff;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Outfit";
  padding: 10px 10px;
  min-width: 150px;
}

.latest_blog_second_row .post-title {
  font-size: 24px;
  line-height: 33px;
}

#latest_blog .latest_blog_second_row .content-post {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

/* Entertainment */

#entertainment .entertainment_card .entertainment_thumb_img {
  width: 230px;
  height: 200px;
}

#entertainment .entertainment_card .entertainment_thumb_img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

#entertainment .entertainment_card {
  padding: 10px 0px;
}

#entertainment .entertainment_card .post-content .post-type {
  max-width: 170px;
  padding: 10px;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  font-size: 14px;
  background-color: red;
}

#entertainment .entertainment_card .post-content .post-title {
  font-size: 22px;
}

#entertainment .post-content .content-post {
  font-size: 14px;
  line-height: 24px;
  color: #161616;
}

#entertainment .entertainment_card .post-content {
  padding: 15px 13px;
}

#entertainment .heading h3 {
  line-height: 87px;
  font-size: 30px;
  text-align: center;
}

#entertainment .entertainment_second_card .post-content {
  padding: 20px 0px;
}

#entertainment .entertainment_thumb_img {
  width: 500px;
  height: 360px;
  overflow: hidden;
}

#entertainment .entertainment_thumb_img img {
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: .3s ease-in-out;
}
#entertainment .entertainment_thumb_img img:hover {
    transform: scale(1.1);
}

#entertainment .entertainment_second_card .post-content .post-type {
  max-width: 150px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  font-size: 14px;
  background-color: red;
}

#entertainment .entertainment_second_card .post-content .post-title {
 
  line-height: 36px;
  font-size: 24px;
  font-weight: 400;
}

#entertainment .entertainment_second_card .post-content .content-post {
  font-size: 16px;
  line-height: 24px;
  margin: 15px 0px;
  min-width: 180px;
}

#entertainment .row .col-md-6 .entertainment_card:nth-child(1) .post-content .post-type {
  background-color: #56a6ff;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Outfit";
  
}

#entertainment .row .col-md-6 .entertainment_card:nth-child(2) .post-content .post-type {
  background-color: #ff5a5a;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Outfit";
}

#entertainment .row .col-md-6 .entertainment_card:nth-child(3) .post-content .post-type {
  background-color: #b556ff;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Outfit";
}

#entertainment .row .col-md-6 .entertainment_second_card:nth-child(1) .post-content .post-type {
  background-color: #e89830;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Outfit";
}

/* Latest Blog 1*/

#latest_blog1 .heading {
  line-height: 84px;
  display: flex;
  align-items: center;
  position: relative;
  margin: 33px 0 6px 0;
  z-index: 1;
}

#latest_blog1 .heading::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

#latest_blog1 .heading h3 {
  display: inline;
  background-color: #fff;
  position: relative;
  z-index: 999;
  padding-right: 20px;
}

#latest_blog1 .heading a {
  color: #ff5575;
  margin-left: auto;
  background-color: #fff;
  padding-left: 20px;
  position: relative;
  z-index: 999;
}

#latest_blog1 .post-content .post-title a {
  color: #161616;
}

#latest_blog1 .blog_thumb_img {
  
  overflow: hidden;
}

#latest_blog1 .blog_thumb_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: .3s ease-in-out;
}
#latest_blog1 .blog_thumb_img img:hover {
  transform: scale(1.2);
}
#latest_blog1 .post-content{
  position: relative;
}
#latest_blog1 .post-content .post-type {
  position: absolute;
  bottom: 80px;
  left: 13%;
  max-width: 125px;
  padding: 6px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  border-radius: 20px;
  color: #ffffff;
  background-color: red;
}

#latest_blog1 .post-content .post-title {
  font-size: 24px;
  line-height: 36px;
  margin-top: 21px;
}
#latest_blog1 .row .col-md-4:nth-child(1) .post-content .post-type {
  background-color: #b556ff;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Outfit";
  padding: 8px 24px;
}
#latest_blog1 .row .col-md-4:nth-child(2) .post-content .post-type {
  background-color: #56a6ff;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Outfit";
  padding: 8px 24px;
}

#latest_blog1 .row .col-md-4:nth-child(3) .post-content .post-type {
  background-color: #31d0ce;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Outfit";
  padding: 8px 24px;
}

#latest_blog1 .row .col-md-4:nth-child(4) .post-content .post-type {
  background-color: #e89830;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Outfit";
  padding: 8px 24px;
}

#latest_blog1 .row .col-md-4:nth-child(5) .post-content .post-type {
  background-color: #ff5a5a;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Outfit";
  padding: 8px 24px;
}

#latest_blog1 .row .col-md-4:nth-child(6) .post-content .post-type {
  background-color: #8174ff;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Outfit";
  padding: 8px 24px;
}

#latest_blog1 a.open-video {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: -84px;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 52px;
  color: #b555ff;
}
#latest_blog1 .project-box:hover a.open-video {
  visibility: visible;
  color: #fff;
}
#latest_blog1 .row .col-md-4:nth-child(2n) a.open-video {
  color: #56a6ff;
}
#latest_blog1 .row .col-md-4:nth-child(3n) a.open-video {
  color: #31d0ce;
}
#latest_blog1 .row .col-md-4:nth-child(4n) a.open-video {
  color: #e89830;
}
#latest_blog1 .row .col-md-4:nth-child(5n) a.open-video {
  color: #ff5a5a;
}
#latest_blog1 .row .col-md-4:nth-child(6n) a.open-video {
  color: #8174ff;
}
#latest_blog1 a i {
background-color: #fff;
border-radius: 52px;
overflow: hidden;
width: 50px;
height: 50px;
line-height: 50px;
display: flex;
    align-items: center;
    justify-content: center;
}

#latest_blog1 .video-blog {
  position:fixed;
  top:0;
  right:-100%;
  width:100%;
  height:100%;
  padding:0;
  z-index:1001;
  visibility: hidden;
  -webkit-transition-property: all , -webkit-transform;
    transition-property: all , transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  background: rgba(255,255,255, 0.98) none repeat;
  border:none !important;
}
#latest_blog1 .is-open {
  right:0;
  height:100%;
  visibility: visible;
  top: 30px;
}
#latest_blog1 .is-open section#videoblog {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 50px;
}
#latest_blog1 .video-blog a.close-video {
  top: 15px;
  position:absolute;
  left:50%;
}
#latest_blog1 .video-blog i.videoblog-close-button {
  font-size:25px;
  color:#616161 !important;
  -webkit-transition: transform .2s linear;
  -moz-transition: transform .2s linear;
  -o-transition: transform .2s linear;
  transition: transform .2s linear;
}
#latest_blog1 .is-open i.videoblog-close-button:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}


/*Instagram Post */

/* #instagram_post .insta_post_img {
  width: 253px;
  height: 240px;
}

#instagram_post .insta_post_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */


/* Newsletter */

#newsletter {
  margin: 30px 0px;
}

#newsletter .content p {
  font-size: 20px;
  line-height: 30px;
  color: #666666;
  font-weight: 400;
  font-family: "Outfit";
  max-width: 395px;
  margin: 20px auto;
}

#newsletter .newsletter_form {
  width: 600px;
  margin: auto;
}

#newsletter .wpcf7-form-control-wrap {
  position: relative;
}

#newsletter input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
  width: 570px;
  height: 70px;
  border-radius: 35px;
  border: none;
  background-color: #f0f2f5;
}
#newsletter form.wpcf7-form.init{
  position: relative;
}

#newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 180px;
  height: 50px;
  border: none;
  border-radius: 25px;
  background-color: #ff5676;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Outfit";
}
#newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background: #3c2a4b;
}

#newsletter input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email:focus {
  outline: none;
}

#newsletter .main_heading h1 {
  font-size: 35px;
  line-height: 36px;
  color: #161616;
  font-weight: 400;
  font-family: "Yeseva One";
  text-align: center;
}

#newsletter .content {
  text-align: center;
}

#newsletter input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email {
  border-radius: 35px;
  background-color: #f0f2f5;
  padding: 18px;
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  font-weight: 400;
  font-family: "Outfit";
  width: 100%;
}

/*Footer Section*/

.footer-area ul {
  list-style: none;
  line-height: 2;
  padding: 0;
}


.footer-area .copyright a {
  color: #ffffff;
}


.footer-area ul li a:before {
  content: '';
  margin-right: 10px;
  position: relative;
  bottom: 15px;
}

.footer-area .textwidget ul li {
  margin: 15px 0;
  font-size: 16px;
  color: #e7e7e7;
  font-weight: 500;
}

.footer-area .textwidget ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  margin-right: 10px;
}

.footer-area h4.title {
  margin-left: 12px;
  font-size: 26px;
  line-height: 36px;
  color: #161616;
  font-weight: 400;
}

.footer-area bdi {
  color: #ff5575;
}

.copyright {
  background: #ff5676;
  color: #fff;
}

.copyright p {
  color: #ffffff;
  margin-bottom: 0;
}

.copyright a {
  color: #ffffff;
}

.footer-area .fab {
  width: 30px;
  height: 30px;
  padding: 8px 9px;
  background: #f0f2f5;
  border-radius: 50%;
  margin-right: 5px;
  margin-top: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  text-align: center;
}

.footer-area .social-links {
  margin: auto;
  padding: 7px 97px;
  width: 640px;
  height: 66px;
  border-radius: 10px;
  filter: drop-shadow(0 0 25px rgba(61,93,185,0.1));
  background-color: #ffffff;
}
span.follow {
  font-size: 11px;
  line-height: 40px;
  color: #666666;
  font-weight: 400;
  font-family: "Outfit";
}
span.social-name {
  font-size: 16px;
  line-height: 40px;
  color: #161616;
  font-weight: 500;
  font-family: "Outfit";

}

.footer-area .post-thumbnail img {
  max-width: 100px;
  height: 70px;
  float: right;
  border-radius: 4px;
}

.footer-area .post-title {
  font-size: 16px;
  font-weight: 400;
}

.footer-area .post-meta a {
  font-weight: 400;
  font-size: 18px;
}

.footer-area ul li a {
  font-size: 16px;
}

.footer-area .wpcf7-spinner {
  display: none;
}

.footer-area input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email {
  padding: 10px;
  width: 70%;
  background: #202129;
  color: #fff;
  border: none;
  border-radius: 4px 0 0 4px;
}

.footer-area input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email::placeholder {
  color: #777777;
}

.footer-area input.wpcf7-form-control.has-spinner.wpcf7-submit {
  padding: 10px;
  background: #ff5575;
  color: #fff;
  border-radius: 0 4px 4px 0;
  border: none;
  font-weight: 600;
}

.footer-area input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background: #ffff;
  color: #777777;
}

.footer-area img {
  width: 100%;
}

.footer-area select {
  width: 100%;
  padding: 10px;
}

/*Contact Page*/

#contact .contact-form {
  background: #090a14;
}

#contact h2 {
  color: #090a14;
  font-size: 44px;
  font-weight: 600;
}

#contact h4 {
  color: #090a14;
  font-weight: 500;
  font-size: 30px;
}

#contact input.wpcf7-form-control.wpcf7-text {
  padding: 15px 10px;
  width: 100%;
  margin: 10px 0;
  background: rgba(255, 255, 255, .05);
  color: #898d94;
  border: 1px solid #898d94;
  outline: none;
}

#contact input.wpcf7-form-control.wpcf7-text::placeholder {
  color: #898d94;
}

#contact textarea.wpcf7-form-control.wpcf7-textarea {
  padding: 15px 10px;
  width: 100%;
  line-height: 14px;
  background: rgba(255, 255, 255, .05);
  color: #898d94;
  border: 1px solid #898d94;
  margin: 10px 0;
  outline: none;
}

#contact textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
  color: #898d94;
}

#contact input.wpcf7-form-control.has-spinner.wpcf7-submit {
  padding: 15px;
  width: 100%;
  background: #ff5575;
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: 700;
}

#contact input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  color: #fff;
  background: #090a14;
}

#contact .wpcf7 form.failed .wpcf7-response-output,
#contact .wpcf7 form.aborted .wpcf7-response-output {
  color: #090a14;
  border-color: #090a14;
}

#contact span {
  color: #090a14;
  font-weight: 600;
}

#contact .dashicons {
  color: #090a14;
  margin: 0 10px;
  font-weight: 100;
  font-size: 22px;
}

#contact .dashicons:hover {
  color: #ff5575;
}

.site-main h2,
.woocommerce h2 {
  font-family: 'Inter', sans-serif;
}

/*MEDIA QUERY 320 TO 720*/

@media only screen and (min-width: 320px) and (max-width: 720px) {

  #mySidenav {
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
  }

  #site-navigation .sidenav a.closebtn,
  .open-menu {
    display: inline-block;
    padding: 4px 15px;
    color: #fff;
    height: 35px;
    width: 35px;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
  }

  .top-header .social-text {
    left: 0;
  }

  .open-menu {
    position: relative;
    z-index: 99;
  }

  .text-center {
    text-align: left !important;
  }

  #site-navigation .open-menu {
    display: inline-block;
    background: #ff5575;
    padding: 4px 15px;
    color: #fff;
    height: 40px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fix-sticky {
    top: 0;
  }

  #site-navigation .sidenav .closebtn {
    display: inline-block;
    padding: 4px 15px;
    color: #fff;
    height: 42px;
  }

  #site-navigation .sidenav .closebtn {
    position: absolute;
    right: 30px;
    top: 2%;
    font-size: 22px;
  }

  #main-menu ul {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
  }

  #main-menu ul li {
    text-align: left;
  }
  
  #slider .slider-box .post-content{
    width: 100%;
    height: auto;
    background: #eee;
    position: relative;
    left:0;
    top: 0;
  }
  .owl-carousel .owl-item img{
    width: 100%;
    height: auto;
  }
  #slider .slider-box .post-content .post-title{
    font-size: 20px;
    line-height: 25px;
  }
  
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    margin: 0 6px;
    width: 10px;
    height: 10px;
    outline: 0;
    background: #000;
  }
   .owl-carousel button.owl-dot.active {
    background-color: #ff5575;
  }
  .owl-dots {
    margin: 10px auto;
    display: block;
    text-align: center;
     
  }
  
  .owl-carousel .owl-nav{
    display: none;
  }
  #trending_topics .owl-carousel .owl-nav button.owl-prev {
    left: 15%;
    top: 82%;
  }

  #trending_news .product-box h3{
    font-size: 20px;
  }
  #trending_news .heading, #latest_blog .heading, #latest_blog1 .heading{
    line-height: 40px;
    flex-direction: column;
  }
  #trending_news .heading::after, #latest_blog .heading::after, #latest_blog1 .heading::after{
    top: 70%;
  }
  
  #trending_news .heading .viewall, #latest_blog .heading .viewall, #latest_blog1 .heading a{
    margin-left: 0;
    padding: 0 20px;
    right: 0;
  }
  #trending_topics .owl-carousel .owl-nav button.owl-next {
    right: 20%;
    top: 82%;
  }
  #hot_stories .main_heading, #trending_topics .main_heading, 
  #instagram_post .main_heading, #entertainment .main_heading{
    margin: 0;
  }

  #trending_news .product-box {
    margin-bottom: 20px;
  }

  #trending_news .product-box h6 {
    top: 54%;
    left: 8%;
  }
  #hot_stories .col-md-6{
    position: relative;
  }
  #hot_stories .img_box {
    padding: 20px;
    width: auto;
    left: 25px;
    right: 25px;
    bottom: 20px;
    top: unset;
  }
  #hot_stories .hot_stories_img img{
    height: auto;
  }

  #hot_stories .row .box h6,
  #hot_stories .img_box h6 {
    max-width: 130px;
    text-align: center;
    font-size: 11px;
  }

  #hot_stories .img_box h3 {
    font-size: 20px;
   
  }

   

  #hot_stories .box {
    max-width: 510px;
    margin: 20px 0px;
  }

  #hot_stories .row .box h3 {
    font-size: 22px;
    line-height: 30px;
  }

  
   

  #latest_blog .blog_card {
    width: 100%;
    height: 330px;
    margin: 10px 0px;
  }

  #latest_blog .blog_card .content {
    padding: 10px 10px;
    top: unset;
    bottom: 10px;
    left: 4%;
    right: 4%;
    width: auto;
    max-height: 100%;
  }

  #latest_blog .blog_card .content h6 {
    max-width: 105px;
    font-size: 11px;
    padding: 5px;
  }

  #latest_blog .blog_img {
    width: 100%;
    height: 100%;
  }

  #latest_blog .blog_card .content h3 {
    font-size: 22px;
    line-height: 30px;
  }

  #latest_blog .latest_blog_second_row .post-type {
    width: 115px;
    font-size: 11px;
    background-color: red;
  }

  #latest_blog .latest_blog_second_row .post-title {
    font-size: 22px;
    line-height: 30px;
  }

  #latest_blog .latest_blog_second_row .content-post {
    font-size: 13px;
    line-height: 18px;
  }

  #entertainment .entertainment_card .entertainment_thumb_img {
    width: auto;
  }

  #entertainment .entertainment_card .post-content .post-type {
    max-width: 180px;
    padding: 5px;
    font-size: 13px;
  }

  #entertainment .entertainment_card .post-content .post-title {
    font-size: 22px;
  }

  #entertainment .entertainment_card .post-content .content-post {
    font-size: 13px;
    line-height: 20px;
  }

  #entertainment .entertainment_thumb_img {
    width: 100%;
    height: 100%;
  }

  #entertainment .entertainment_thumb_img img {
    width: 100%;
  }

  #entertainment .entertainment_second_card .post-content .post-title {
    line-height: 28px;
    font-size: 22px;
  }

  #entertainment .entertainment_second_card .post-content .content-post {
    font-size: 13px;
    line-height: 20px;
  }

   

  #latest_blog1 .blog_thumb_img {
    width: 100%;
    height: auto;
  }

  #latest_blog1 .post-content .post-type {
    bottom: 70px;
    left: 5%;
    padding: 8px;
    font-size: 13px;
  }

  #latest_blog1 .post-content .post-title {
    font-size: 22px;
    line-height: 30px;
  }

  #newsletter .main_heading h1 {
    font-size: 35px;
  }

  #newsletter p {
    font-size: 14px;
  }
  
  #newsletter .newsletter_form {
    width: 100%;
    margin: auto;
  }
   
  .footer-area .social-links{
    width: 100%;
    padding: 5px 10px;
    height: auto;
  }
  #newsletter .content p{
    max-width: 1005;
  }

}

/*MEDIA 721 TO 1023*/
@media only screen and (min-width: 721px) and (max-width: 1023px) {

  .fix-sticky{
    position: unset;
  }
  
  .header-position .col-md-12{
    margin-top: 50px;
  }
  .header-position{
    position:relative;
  }
  #trending_topics .owl-carousel .owl-nav button.owl-next {
    right: 0%;
    top: 83%;
  }
  .logo-image{
    top: 0;
  }
  #main-menu ul li:nth-child(5){
    margin-left: 0;
  }
  #main-menu ul{
    justify-content: center;
  }


  #trending_topics .owl-carousel .owl-nav button.owl-prev {
    left: 0%;
    top: 83%;
  }



  #trending_news .product-box img {
    height: 200px;
  }

  #trending_news .product-box h6 {
    top: 53%;
    max-width: 140px;
    padding: 8px;
    font-size: 13px;
  }

  #trending_news .product-box h3 {
    font-size: 20px;
    line-height: 28px;
    height: unset;
    width: unset;
    margin: 13px 0px 5px 0px;
  }

  #trending_news .product-box p {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0px 0px 0px;
  }

  #hot_stories .row .box h6,
  #hot_stories .img_box h6 {
    max-width: 150px;
    font-size: 13px;
  }

  #hot_stories .row .box h3,
  #hot_stories .img_box h3 {
    font-size: 18px;
    line-height: 28px;
  }

  #hot_stories .row .box p,
  #hot_stories .img_box p {
    font-size: 13px;
  }

  #hot_stories .img_box {
    top: 56%;
    width: 301px;
    max-height: 260px;
    overflow: hidden;
    padding: 15px;
  }

  #latest_blog .heading .viewall {
    right: 5%;
  }

  #latest_blog .blog_card {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  #latest_blog .blog_card .content {
    padding: 10px 10px;
    top: 41%;
    left: 6%;
    right: 6%;
    width: auto;
  }

  #latest_blog .blog_card .content h6 {
    font-size: 13px;
    padding: 5px;
  }

  #latest_blog .blog_card .content h3 {
    font-size: 18px;
    margin: 0px;
  }
  #latest_blog .blog_card .content h3 a{
    font-size: 18px;
  }

  .latest_blog_second_row {
    padding: 10px 0px;
  }

  .latest_blog_second_row img {
    height: 127px;
  }

  .latest_blog_second_row .post-type {
    max-width: 130px;
    font-size: 13px;
  }

  .latest_blog_second_row .post-title {
    font-size: 22px;
    line-height: 28px;
  }

  .latest_blog_second_row .content-post {
    font-size: 13px;
    line-height: 20px;
  }

  #entertainment .entertainment_card .entertainment_thumb_img {
    width: 100%;
    height: 100%;
  }

  #entertainment .entertainment_card .post-content .content-post {
    font-size: 13px;
    line-height: 20px;
  }

  #entertainment .entertainment_card .post-content .post-title {
    font-size: 18px;
  }

  #entertainment .entertainment_card .post-content .post-type {
    max-width: 150px;
    padding: 10px;
    font-size: 13px;
  }

  #entertainment .entertainment_card .post-content {
    padding: 5px 5px;
  }

  #entertainment .entertainment_thumb_img {
    width: 100%;
    height: auto;
  }

  #entertainment .entertainment_thumb_img img {
    width: 100%;
    height: 100%;
  }

  #entertainment .entertainment_second_card .post-content .post-type {
    max-width: 160px;
    padding: 10px;
    font-size: 13px;
  }

  #entertainment .entertainment_second_card .post-content .post-title {
    height: unset;
    line-height: 28px;
    font-size: 18px;
  }

  #entertainment .entertainment_second_card .post-content .content-post {
    font-size: 17px;
    line-height: 21px;
  }

  #latest_blog1 .blog_thumb_img {
    width: 100%;
  
  }

  #latest_blog1 .post-content .post-type {
    padding: 10px;
    font-size: 13px;
  }

  #latest_blog1 .post-content .post-title {
    font-size: 22px;
    line-height: 30px;
    padding: 10px 0px 10px 5px;
  }

  #newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 172px;
    height: 50px;
    border: none;
    border-radius: 25px;
    background-color: #ff5676;
  }

  #newsletter input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    width: 550px;
    height: 64px;
    border-radius: 35px;
    border: none;
    background-color: #f0f2f5;
  }

  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    margin: 0 6px;
    width: 10px;
    height: 10px;
    outline: 0;
    background: #000;
  }
   .owl-carousel button.owl-dot.active {
    background-color: #ff5575;
  }
  .owl-dots {
    margin: 10px auto;
    display: block;
    text-align: center;
     
  }
  
  .owl-carousel .owl-nav{
    display: none;
  }

}

/*MEDIA 1024 TO 1119*/
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .top-header span {
    font-size: 12px;
  }

  .top-header img.image-logo {
    height: 40px;
    width: 100px;
  }

  .header-navigation p {
    font-size: 16px;
  }

  #main-menu ul li a {
    padding: 10px 10px;
  }

  #slider #carousel-caption {
    top: 50%;
    left: 10%;
    right: 45%;
  }

  #slider .nav-button.owl-prev,
  #slider .nav-button.owl-next {
    padding: 5px 10px;
  }

  #release_game .game-content {
    left: 45%;
  }

  #release_game .game-content2 {
    left: 35%;
  }

  #about_us img {
    width: auto;
  }

  #tournament .vs-text {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  #tournament img.season_thumbnail_img {
    width: 100%;
  }

  #tournament img.season_thumbnail_img_two {
    width: 100%;
  }

  #latest_products .owl-carousel .owl-nav {
    display: none;
  }

  #join_us .game-content {
    left: 18%;
  }

  #join_us h4 {
    font-size: 44px;
  }

  #trailers .owl-carousel .owl-nav {
    display: none;
  }

  #latest_products .owl-carousel .owl-nav {
    display: none;
  }

  #contact .content {
    margin-top: 30%;
  }

  #featured_games .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
  #featured_games .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    bottom: 240px;
    left: 160px;
  }

  #featured_games #sp-wqv-view-button.sp-wqv-view-button.button.before_add_to_cart,
  #featured_games #wps-slider-section .sp-wqv-view-button.button.before_add_to_cart,
  #featured_games #wpsp-slider-section .sp-wqv-view-button.button.before_add_to_cart {
    bottom: 180px;
    left: 160px;
  }

  .site-main .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    top: 10px;
    left: 215px;
  }

  .archive #sp-wqv-view-button.sp-wqv-view-button.button.before_add_to_cart,
  .archive #wps-slider-section .sp-wqv-view-button.button.before_add_to_cart,
  .archive #wpsp-slider-section .sp-wqv-view-button.button.before_add_to_cart {
    top: 40%;
    right: 15px;
  }

  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    margin: 0 6px;
    width: 10px;
    height: 10px;
    outline: 0;
    background: #000;
  }
   .owl-carousel button.owl-dot.active {
    background-color: #ff5575;
  }
  .owl-dots {
    margin: 10px auto;
    display: block;
    text-align: center;
     
  }
  
  .owl-carousel .owl-nav{
    display: none;
  }
  #latest_blog1 .post-content .post-title{
    font-size: 20px;
  }
  #entertainment .entertainment_card .entertainment_thumb_img {
    width: auto;
    height: auto;
 }
 #entertainment .entertainment_card .post-content .post-title{
  font-size: 20px;
 }
 #latest_blog .blog_card {
  width: auto;
  height: 330px;
}
#latest_blog .blog_card .content{
  width: auto;
  right: 5%;
  left: 5%;
  bottom: 0;
}
#latest_blog .blog_card .content h3 a{
  font-size: 20px;
}
#trending_news .product-box h6{
  top: 53%;
}
}

/*MEDIA 1200 TO 1440*/
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  #latest_products .owl-carousel .owl-nav {
    display: none;
  }

  #trailers .owl-carousel .owl-nav {
    display: none;
  }
}
.recent_post {
  margin-bottom: 20px;
}