/*
Theme Name: infopediya theme
Theme URI: https://www.infopediya.com
Author: infopediya
Author URI: https://www.infopediya.com
Description: It is a Wordpress theme for creating Android app stores, file downloads,and Windows/Mac app stores.
Version: 1.0.0
License: GNU General Public License version 3.0
License URI: http: //www.gnu.org/licenses/gpl-3.0.html
Text Domain: infopediya
Tags: mobile app store, apk files, android apps, ios apps, software downloading sites, desktop apps

*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

img {
  height: auto;
  max-width: 100%;
}

textarea {
  width: 100%;
  min-height: 200px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

a {
  text-decoration: none !important;
}

/*--------------------------------------------------------------
# Margins and Paddings
--------------------------------------------------------------*/
.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

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

.mr-0 {
  margin-right: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.single-post-image-star-div .btn {
  width: 150px;
  margin-top: 10px;
  padding: 9px;
}

.ratting-text {
  font-weight: 500;
}

.additional-info-btn {
  margin: 2px;
}

@media all and (max-width: 990px) {
  .single-post-top {
    display: flex;
    flex-direction: column-reverse;
  }

  .single-post-image-star-div {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .single-post-image-star-div .btn {
    margin-bottom: 20px;
    width: 100%;
  }

  .single-download-btn a {
    padding: 10px;
    width: 100%;
  }
}

/* top apps */

.top-apps img {
  border-radius: 30px;
  padding: 20px;
  max-width: 130px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  height: 80px;
  background: #ffffff;
  position: fixed;
  padding: 10px 0;
  width: 100%;
  z-index: 999;
  /* box-shadow: 1px 3px 9px #dddd; */
  border-bottom: 2px solid #ff914d;
}

.site-header .container {
  height: 100%;
  position: relative;
}

.site-branding {
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  text-align: center;
}

.site-branding a {
  display: inline-block;
  height: 60px;
  padding-top: 10px;
}

.site-branding a img {
  max-height: 100%;
  width: auto;
}

.header-search a {
  color: #00a6ed;
  line-height: 0;
}

.header-search-box {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 20px;
  background: #fff;
  margin-top: 1px;
  z-index: 9999;
  width: calc(100% - 70px);
  display: none;
  height: 100%;
}

.search-container {
  display: flex;
  align-items: center;
  justify-content: end;
}

.search-container .searchinput {
  width: 50%;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  border: none;
  background: rgb(237, 237, 237);
  margin-right: 5px;
}

.search-container .header-search-btn {
  width: 100px;
  float: right !important;
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #ff914d;
  border: none;
  font-size: 16px;
  position: relative;
  top: 1px;
  border-radius: 5px;
}

@media all and (max-width: 768px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 80px;
  }

  .search-container .searchinput {
    width: 100%;
  }

  .search-container .header-search-btn {
    text-align: center;
    padding: 10px;
    color: #fff;
    border: none;
    font-size: 14px;
    position: relative;
    top: 1px;
  }
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 80px;
  left: 0;
  background-color: #333333;
  overflow-x: hidden;
  padding-top: 0px;
  transition: 0.5s;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #333333;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#content {
  padding: 5px;
}

#page {
  background: #eee;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  margin-top: 35px;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: none;
  position: relative;
  width: 100%;
}

.main-navigation li a {
  display: inline-block;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  padding: 0 15px;
  border-bottom: 1px solid #707070;
  width: 100%;
}

.main-navigation li:hover {
  background-color: #f37431;
}

.main-navigation li a span {
  display: inline-block;
  margin-left: 5px;
}

.main-navigation li a img {
  position: relative;
  top: -2px;
}

.main-navigation ul ul {
  display: none;
}

.main-navigation ul ul li {
  display: inline-block;
  width: 33%;
}

.main-navigation ul ul li a {
  font-weight: normal;
  font-size: 13px;
  display: inline-block;
  width: 100%;
  line-height: 30px;
  padding: 5px 0px;
  height: 40px;
  text-transform: capitalize;
  color: #333333;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation li:hover>a,
.main-navigation li.focus>a {
  line-height: 50px;
}

.main-navigation ul ul li:hover>a,
.main-navigation ul ul li.focus>a {
  background: #f37431;
  border-top: none;
  line-height: 30px;
  color: #fff;
}

.main-navigation li a i {
  color: #a4c739;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  left: 100%;
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

#openNav,
#closeNav,
#searchToggle {
  font-size: 30px;
  line-height: 50px;
  color: #00a6ed;
  max-width: 80px;
}

#closeNav {
  display: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-main .page-header {
  margin-top: 0;
}

.home-apps-block,
.featured-app-block,
.archive-main,
.search-main {
  margin: 70px 0 1.5em;
  background: #fff;
  border-radius: 4px;
  padding: 0;
}

.similar-apps {
  border-radius: 4px;
  background: #fff;
}

.post-content {
  background: #fff;
  border-radius: 4px;
  margin-top: 100px;
}

.app-block {
  padding: 5px;
}

.home-apps-block .block-body {
  padding: 50px;
}

.app-block .app-block-inner {
  height: 100%;
  padding: 10px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #eee;
  border-bottom: 2px solid #ff914d;
  transition: 0.4s all;
}

.app-block:hover .app-block-inner {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  scale: 103%;
}

.app-block .app-block-inner .app-info {
  text-align: center;
  margin-bottom: 15px;
  color: #000 !important;
}

.app-block .app-block-inner .app-info a {
  font-weight: 400;
  margin-top: 10px;
}

.post-banner {
  padding: 5px;
}

.block-head,
.archive-main .page-header,
.search-header,
.search-main .page-header {
  margin: 0;
  padding: 1.5rem;
  background: linear-gradient(45deg, #2d2d2d, #5a5959);
  font-size: 18px;
  display: block;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.block-head h3,
.archive-main .page-header h3,
.search-header h1,
.search-main .page-header h1 {
  margin: 0;
  line-height: 1;
  clear: both;
  width: 100%;
}

.block-head h3,
.search-header h1 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1rem;
}

.block-head h3 .title-text {
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
}

.block-head .more-btn {
  font-size: 14px;
}

.block-head .more-btn i {
  font-size: 12px;
}

.block-body,
.apps-container {
  padding: 10px;
  border-radius: 0px 0px 5px 5px;
}

.app-screenshots {
  max-width: 1160px;
  overflow: hidden;
  overflow-x: scroll;
  padding: 20px 0 10px;
  background: #fff;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  border-bottom: 20px solid #fff;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.screenshots-wrap {
  white-space: nowrap;
}

.screenshots-wrap img {
  max-width: auto;
  max-height: 400px;
  margin-right: 20px;
}

.app-block .app-thumbnail img {
  border-radius: 4px;
  width: 100%;
  height: auto;
}

.app-block .app-info .app-title,
.app-title-large {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #444444;
  display: inline-block;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}

.app-stats {
  margin-top: 0.5rem;
}

.app-block .app-info .app-info-row {
  display: flex;
  width: 100%;
  padding: 1px;
  justify-content: space-evenly;
  font-size: 13px;
}

.app-block .app-info .app-icon {
  display: inline-block;
  width: 80px;
  padding: 3px;
  background: #f0f0f0;
  border-radius: 5px;
  margin-top: -10px;
}

.app-block .app-info .app-icon img {
  width: 100%;
}

.block-tabs a {
  display: inline-block;
  padding: 12px 30px;
  color: #666;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: -1px;
}

.block-tabs a.active,
.block-tabs a:hover {
  background: #fff;
  border-top: 3px solid #1b00ff;
  text-decoration: none;
}

.block-tabs a.active {
  border-right: solid 1px #f2f2f2;
  border-left: solid 1px #f2f2f2;
}

.app-download-btn {
  padding: 10px 30px;
  color: #fff !important;
  background: #1b00ff;
  font-size: 14px;
}

.download-top {
  margin-top: 70px;
}

.download-btn-row {
  margin-top: 10px;
}

.app-download-btn:hover {
  text-decoration: none;
  color: #fff;
}

.app-title-large {
  color: #666666;
  font-size: 30px;
  height: 35px;
}

.app-title-large:hover {
  text-decoration: none;
}

.featured-app-block .app-block .app-info .app-info-row {
  font-size: 14px;
  display: flex;
  border: 1px solid #f2f5f9;
  margin-bottom: 5px;
}

.featured-app-block .app-block .app-info .app-info-row span {
  padding: 5px;
}

.featured-app-block .app-block .app-info .app-info-row span.info-label {
  background: #f2f5f9;
  flex: 1;
}

.featured-app-block .app-block .app-info .app-info-row span.info-value {
  flex: 2;
}

.featured-app-block .owl-theme .owl-controls .owl-buttons div {
  top: 40%;
  border: 1px solid #ddd;
}

#appScreenshots {
  height: 300px;
  position: relative;
  overflow: hidden;
}

#appScreenshots .owl-item,
#appScreenshots .owl-item .fapp-slide-thumb {
  height: 100%;
}

#appScreenshots .owl-item img {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .app-block:nth-child(3n) {
    border-right: 1px solid #f0f0f0;
  }
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.blog-post-inner {
  padding: 10px;
  background: #fff;
  text-align: center;
  height: 100%;
}

.blog-post-inner p {
  font-size: 16px;
}

.post-sharing-single {
  text-align: center;
  padding: 10px;
}

.at-style-responsive .at-share-btn {
  margin-bottom: 0 !important;
}

.post-header {
  padding: 1.8rem;
}

.app-title-single h1 {
  margin: 0;
  font-size: 30px;
  font-weight: normal;
}

@media only screen and (max-width: 1200px) {
  #footer-menu {
    text-align: start !important;
  }

  .page-content,
  .entry-content,
  .entry-summary {
    padding: 10px !important;
  }

  .main-navigation {
    margin-top: 1px;
  }

  .app-block {
    padding: 3px;
  }

  .home-apps-block .block-body {
    padding: 0px;
  }

  .block-body,
  .apps-container {
    padding-left: 0;
    padding-right: 0;
  }

  .home-apps-block,
  .featured-app-block,
  .archive-main,
  .search-main {
    margin: 70px 0 1.5em !important;
  }

  #postContent,
  .download-main {
    margin-top: 90px;
  }

  /*Tablets [601px -> 1200px]*/
  .app_name_title {
    text-align: center;
  }

  .app-info-value {
    margin-left: 10px;
  }

  .site-branding a {
    line-height: 40px;
  }

  .comment-form-email .comment-form-field-input,
  .comment-form-author .comment-form-field-input {
    width: 100% !important;
  }

  .home-apps-block {
    margin-top: 20px;
    border-radius: 0px !important;
  }
}

@media only screen and (max-width: 600px) {

  /*Big smartphones [426px -> 600px]*/
  .app_name_title {
    text-align: center;
  }

  .site-branding a {
    line-height: 40px;
  }

  .comment-form-email .comment-form-field-input,
  .comment-form-author .comment-form-field-input {
    width: 100% !important;
  }

  .home-apps-block {
    margin-top: 20px;
    border-radius: 0px !important;
  }

  .top-apps-title {
    padding-left: 1px !important;
  }

  .top-apps-title a {
    font-size: 18px;
  }

  .top-apps-status {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 425px) {

  /*Small smartphones [325px -> 425px]*/
  .app_name_title {
    text-align: center;
  }

  .site-branding a {
    line-height: 40px;
  }

  .comment-form-email .comment-form-field-input,
  .comment-form-author .comment-form-field-input {
    width: 100% !important;
  }

  .home-apps-block {
    margin-top: 20px;
    border-radius: 0px !important;
  }
}

.post-main .review-form,
.post-main .user-reviews,
.page-main,
.download-post-row {
  padding: 20px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #ddd;
}

.page-main {
  margin-top: 70px;
}

@keyframes blink {

  /**
     * At the start of the animation the dot
     * has an opacity of .2
     */
  0% {
    opacity: 0.2;
  }

  /**
     * At 20% the dot is fully visible and
     * then fades out slowly
     */
  20% {
    opacity: 1;
  }

  /**
     * Until it reaches an opacity of .2 and
     * the animation can start again
     */
  100% {
    opacity: 0.2;
  }
}

.download-post-row h1 {
  font-size: 30px;
  margin-bottom: 10px;
}

.download-post-row h2 {
  color: #ff914d;
  font-size: 20px;
}

.download-post-row h5 {
  font-size: 18px;
  margin-top: 20px;
}

.download-post-row h5 a {
  color: #38baf9;
}

.page-content {
  padding: 10px 20px;
}

.post-content .entry-footer {
  border-top: 1px solid #f0f0f0;
}

.review-data-head .review-author {
  float: left;
  width: 100px;
  height: 100px;
  text-align: center;
  background: #f8f8f8;
  border-radius: 50%;
}

.review-data-head .review-author .glsr-review-avatar,
.review-data-head .review-author .glsr-review-author {
  display: inline-block;
  width: 100%;
  float: none !important;
  clear: both;
}

.review-data-head .review-author .glsr-review-avatar {
  margin: 20px 0 0 0;
}

.review-data-head .review-author .glsr-review-author {
  padding: 0 10px;
}

.review-data-head .review-meta-info {
  float: left;
  margin-left: 15px;
}

.review-data-head .review-meta-info .glsr-review-title {
  margin-top: 15px;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
  font-size: 16px;
  padding: 50px;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.pagination {
  width: 100%;
  clear: both;
  margin: 0;
  padding: 10px;
  background: #fbfbfb;
}

.pagination ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

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

.pagination ul li a {
  padding: 10px 15px;
  color: #333;
  background: #dddddd;
  border-radius: 5px;
}

.pagination ul li .current {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
}

.pagination ul li .current,
.pagination ul li a:hover {
  background: #ff914d;
  color: #fff;
  border-radius: 5px;
}

@media all and (max-width: 990px) {
  .post-content {
    border-radius: 3px;
  }
}

@media all and (max-width: 768px) {
  .content-area {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  background: #fff;
  padding: 10px 20px;
}

.widget_media_image {
  text-align: center;
}

.banner-widget {
  text-align: center;
}

.banner-widget img,
.banner-widget-img {
  width: 100%;
}

.banner-widget-img {
  margin-top: 10px;
}

.widget ul {
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
}

.widget .widget-title,
.widget-apps-block .block-head {
  margin: 0 0 10px 0;
  padding: 20px 15px;
  background: #fbfbfb;
  font-size: 18px;
  margin-left: -10px;
  margin-right: -10px;
  display: block;
  border-bottom: 1px solid #e8e8e8;
}

.widget-apps-block .block-head h3 {
  font-size: 18px;
  color: #666666;
}

.widget-apps-block .block-body {
  padding: 0;
}

.widget-apps-block .app-block {
  border: none !important;
  border-bottom: 1px solid #f0f0f0 !important;
  margin-bottom: 0;
}

.widget-app-label span {
  margin-top: 20px;
  display: inline-block;
  padding: 5px 10px;
  background: #e7e7e7;
  color: #666666;
  font-weight: bold;
  font-size: 13px;
}

.widget-apps-block .app-block:first-child .widget-app-label span {
  background: #de2630;
  color: #fff;
}

.widget-apps-block .app-block:nth-child(2) .widget-app-label span {
  background: #f37431;
  color: #fff;
}

.widget-apps-block .app-block:nth-child(3) .widget-app-label span {
  background: orange;
  color: #fff;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.comments-title {
  font-size: 20px !important;
  margin-bottom: 20px;
  color: #ff914d;
}

#reply-title {
  font-size: 20px !important;
  color: #ff914d;
}

.comment-author {
  font-size: 16px;
}

.comment-author img {
  border-radius: 25px !important;
  padding: 1px;
  box-shadow: 0 0 2px 1px #57565699;
  margin-right: 5px;
  margin-bottom: 5px;
}

.comment-content p {
  font-size: 16px;
  margin-bottom: 3px;
}

.comment-list {
  margin-left: 0px !important;
}

.comment-list li {
  list-style: none !important;
}

.reply {
  margin-bottom: 20px;
}

.bypostauthor {
  display: block;
}

.comment-form .submit {
  font-size: 1.3rem;
  align-items: center;
  border-radius: 5px;
  font-weight: 400;
  padding: 1rem 1.4rem;
  color: #fff;
  border: none;
  box-shadow: 0 0.5rem 1rem #ffd5ba !important;
  letter-spacing: 0.1rem;
  background: #ff914d;
  transition: 0.3s all;
}

.comment-form .submit:hover {
  scale: 103%;
}

.comment-form-url {
  display: none;
}

.comment-form-field-input {
  padding: 13px !important;
  font-size: 16px;
}

.comment-form-email .comment-form-field-input,
.comment-form-author .comment-form-field-input {
  width: 50%;
}

.comment-form-cookies-consent {
  display: flex;
}

#wp-comment-cookies-consent {
  margin-right: 10px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  padding: 0;
  color: rgb(220, 218, 218);
  background: linear-gradient(45deg, #2d2d2d, #5a5959);
  padding-top: 50px;
  padding-bottom: 50px;
}

#copyright-text {
  color: #bbb;
  background: #2c2c2c;
  border-top: 1px solid #5a5a5a;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget .widget-title {
  font-size: 24px;
  text-transform: uppercase;
  padding: 10px;
  margin-bottom: 5px;
  color: #666;
  font-weight: 400;
}

.footer-widget ul {
  margin: 0;
  padding: 0 0 0 10px;
  list-style: none;
}

#footer-menu {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

#footer-menu li {
  display: inline-block;
}

#footer-menu li a {
  padding: 10px 15px;
  font-size: 1.2rem;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: rgb(255, 255, 255);
}

#footer-menu li a:hover {
  color: #ff914d;
}

/* #footer-menu li:first-child a {
	border-left: 1px solid #e9e9e9;
} */
.footer-widget ul li {
  margin-bottom: 0px;
}

.footer-widget ul li a {
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 2px solid #2e2e2e;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
  font-weight: 400;
}

.footer-widget p,
.footer-widget,
.footer-widget ul li,
.footer-widget ul li a {
  color: #b0b1b4;
}

.footer-notice .notice-txt {
  margin-bottom: 30px;
  background: rgba(255, 0, 0, 0.18);
  color: #ccc;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
}

.footer-notice .notice-txt p {
  margin-bottom: 0;
}

.site-info {
  font-size: 12px;
  background: #f0f0f0;
}

.site-info p {
  margin-bottom: 0;
  display: inline-block;
  color: #bbb;
  font-size: 1.2rem;
}

.site-info ul {
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
  display: inline-block;
}

.site-info ul li {
  display: inline-block;
}

.site-info ul li a {
  color: #333333;
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #cccccc;
}

/* single post */
.single-post-top {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #eee;
}

.single-post-img {
  border-radius: 5px;
  width: 150px;
  height: 150px;
}

.app_name_or_title {
  font-size: 20px;
  margin: 0;
}

.single-post-top .post-categories {
  display: flex;
  margin-top: 20px;
  padding: 0 !important;
}

.single-post-top .post-categories li {
  margin-right: 10px;
  background: #ff914d;
  padding: 2px 10px;
  border-radius: 6px;
  list-style: none;
}

.single-post-top .post-categories li a {
  color: #fff !important;
}

.single-post-top .excerpt {
  margin-top: 15px;
}

.single-file-info {
  display: flex;
  margin-top: 20px;
}

.single-download-btn a {
  background: #ff914d;
  color: #fff;
  transition: 0.3s all;
}

.single-download-btn a:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  scale: 103%;
  color: #fff;
}

.single-post-header {
  padding: 0 !important;
}

.block-head {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.page-title,
.block-head a {
  color: #fff;
}

.page-title {
  font-size: 20px;
}

/* card */

.blog-card {
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;
  font-family: sans-serif;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
}

.blog-card a {
  color: inherit;
}

.blog-card a:hover {
  color: #ff914d;
}

.blog-card:hover .photo {
  transform: scale(1.3) rotate(3deg);
}

.blog-card .meta {
  position: relative;
  z-index: 0;
  height: 200px;
}

.blog-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s;
}

.blog-card .details,
.blog-card .details ul {
  margin: auto;
  padding: 0;
  list-style: none;
}

.blog-card .details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  margin: auto;
  transition: left 0.2s;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 0.9rem;
}

.blog-card .details a {
  text-decoration: dotted underline;
}

.blog-card .details ul li {
  display: inline-block;
}

.blog-card .details .tags li {
  margin-right: 2px;
}

.blog-card .details .tags li:first-child {
  margin-left: -4px;
}

.blog-card .description {
  padding: 1rem;
  background: #fff;
  position: relative;
  z-index: 1;
}

.blog-card .description h1,
.blog-card .description h2 {
  font-family: Poppins, sans-serif;
}

.blog-card .description h1 {
  line-height: 1;
  margin: 0;
  font-size: 1.7rem;
}

.blog-card .description h2 {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #a2a2a2;
  margin-top: 5px;
}

.blog-card .description .read-more {
  text-align: right;
}

.blog-card .description .read-more a {
  color: #f37431;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.blog-card p {
  position: relative;
  margin: 1rem 0 0;
}

.blog-card:hover .details {
  left: 0%;
}

@media (min-width: 640px) {
  .blog-card {
    flex-direction: row;
    max-width: 700px;
  }

  .blog-card .meta {
    flex-basis: 40%;
    height: auto;
  }

  .blog-card .description {
    flex-basis: 60%;
  }

  .blog-card.alt {
    flex-direction: row-reverse;
  }

  .blog-card.alt .details {
    padding-left: 25px;
  }
}

.similar_appp_custom{
font-size: 20px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.1rem;
	float: left;
    width: 100%;
}