/*
Theme Name: Tipstars
Theme URI: https://wordpress.org/themes/tipstarz/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Tipstars brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 3.2
Tested up to: 6.2
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tipstarz
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@media (min-width: 1400px) {
  .container {
    max-width: 1420px !important;
  }
}
video {
  border-radius: 10px;
}
.padding-lr {
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 16px !important;
}
h1.entry-title {
  font-size: 36px;
  margin-bottom: 20px;
}
.ts-title .bar {
  height: 4px;
  width: 85px;
  background: #c59a00;
  margin: 20px auto 25px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.ts-title .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(85px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(85px);
    transform: translateX(85px);
  }
}
.menu-list li {
  display: inline-block;
  margin-top: 35px;
}
.menu-list li a {
  padding: 0px 14px;
  font-size: 18px;
  color: #fff;
  line-height: 19px;
  border-right: 1px solid #fff;
}
.menu-list li:last-child a {
  border-right: none;
}
nav.in a.btn-primary {
    background: #fff;
    color: #000;
    border-color: #fff;
}
ul.social-list {
  margin-top: 23px;
  margin-bottom: 23px;
  list-style-type: none;
}
ul.social-list li {
  display: inline-block;
  margin-right: 5px;
}
ul.social-list li a {
  color: #fff;
  font-size: 25px;
  padding: 0px 7px;
}
.copyright {
  color: #fff;
  font-size: 15px;
}
.blog-section .single-blog {
  margin-top: 30px;
  overflow: hidden !important;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.164);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.164);
  border-radius: 8px;
  background-color: #fff;
}

.blog-section .single-blog .blog-img {
  overflow: hidden;
  height:270px;
}

.blog-section .single-blog .blog-img a {
  width: 100%;
}

.blog-section .single-blog .blog-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
	height:270px;
	object-fit:contain;
}

.blog-section .single-blog:hover .blog-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-section .single-blog .blog-content {
  padding: 30px;
}

.blog-section .single-blog .blog-content .category {
  font-size: 14px;
  color: #c59a00;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
}

.blog-section .single-blog .blog-content h4 {
  display: block;
  margin-top: 5px;
  line-height: 25px;
}

.blog-section .single-blog .blog-content h4 a {
  font-size: 19px;
  color: #081828;
  display: inline-block;
  text-decoration: none !important;
}

.blog-section .single-blog .blog-content h4 a:hover {
  color: #c59a00;
}

.blog-section .single-blog .blog-content p {
  display: block;
  margin-top: 20px;
}

.accordion-body p {
  margin: 0;
  margin-bottom: 20px;
  color: #777;
}

.accordion-body p:last-child {
  margin: 0;
}

.accordion-item {
  margin-bottom: 20px;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-right: 40px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.accordion-item .accordion-button {
  border-radius: 8px;
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  display: block;
  overflow: hidden;
  border: none;
  border: 1px solid #eee;
  padding: 20px;
  padding-right: 40px;
}

.accordion-item .accordion-button .title {
  font-size: 15px;
  position: relative;
  font-weight: 600;
  float: left;
  padding-left: 45px;
  line-height: 25px;
}

.accordion-item .accordion-button .title .serial {
  color: #081828;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #eee;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion-item .accordion-button i {
  font-size: 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #c59a00;
  border-color: transparent;
  border-radius: 8px 8px 0 0;
}

.accordion-button:not(.collapsed) .serial {
  background-color: #fff;
  color: #c59a00;
  border-color: transparent;
}

.accordion-button:not(.collapsed) i::before {
  content: "\f106";
}
.accordion-item {
  background: transparent !important;
  border: 0px !important;
}
.accordion-button::after {
  display: none;
}

.accordion-collapse {
  border: none;
}

.accordion-body {
  border-radius: 0 0 8px 8px;
  padding: 20px;
  background-color: #f9f9f9;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#what-is-appstorm .bar {
  margin-left: 0;
  margin-right: 0;
}
.video-overlay {
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.video-overlay:after {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  /* width: 32px; */
  /* height: 44px; */
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 17px 20px 18px 26px;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #c59a00;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
a.navbar-brand {
  position: relative;
  width: 120px;
  padding: 10px 15px 15px;
  border-radius: 8px 8px;
  overflow: hidden;
}
a.navbar-brand img{
	width: 100%;
}
a.navbar-brand:after {
  position: absolute;
  content: "";
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
}
/* .in a.navbar-brand:after {
  position: absolute;
  content: "";
  top: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
} */
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #c59a00;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#c59a00, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 19px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.play-icon {
  background: #c59a00;
  width: 60px;
  height: 60px;
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0;
  border-radius: 100px;
  line-height: 60px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  right: 0;
  bottom: 0;
  margin: auto;
}
.inner-ts {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-ts h1 {
  font-size: 45px;
  text-align: center;
  margin-bottom: 0;
}
.blog-single .meta-info li {
  font-size: 14px;
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}
.blog-single .meta-info li a {
  color: #888;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.blog-single .meta-info {
  margin-top: 25px;
}
.blog-single .meta-info li a i {
  display: inline-block;
  margin-right: 2px;
}
.home-slide img {
  max-width: 320px !important;
  width: auto !important;
  height: auto !important;
}
.blog-single .post-thumbnils {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  text-align: center;
}
.blog-single .post-thumbnils img{
max-width: 100%;}
.blog-single .detail-inner {
  background-color: #fff;
  padding: 30px;
}
.blog-single .single-inner .main-content-head {
  -webkit-box-shadow: 0 1px 20px 0 rgba(32, 32, 32, 0.11);
  box-shadow: 0 1px 20px 0 rgba(32, 32, 32, 0.11);
  border-radius: 8px;
  overflow: hidden;
}
.blog-single .post-title a {
  font-size: 28px;
  font-weight: 600;
  display: inline-block;
}
.blog-single .meta-information {
  background-color: #fff;
  padding: 30px;
  text-align: center;
}
.banner h1,
.banner h3 {
  color: #000;
}
.banner h3 span {
  color: #c59a00;
}
.trademark {
  color: #fff;
  font-size: 22px;
  margin-bottom: 0;
}
.screen-box {
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 2px solid rgb(197 154 0 / 89%);
}

.screen-box:after,
.screen-box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.screen-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 30px;
  margin-top: -30px;
}
.screen-box:before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: rgb(197 154 0 / 89%);
  border-width: 33px;
  margin-top: -33px;
}

.screen-box p {
  line-height: 1.72rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  margin-bottom: 18px;
}
.screen-container .owl-nav .owl-prev {
  left: -3.5rem !important;
}
.screen-container .owl-nav .owl-next {
  right: -3.5rem !important;
}
.screen-box h3{
  font-size: 23px;
  margin-bottom: 0.5rem !important;
}
#download{
  position: relative;
}
#download:after{
  position: absolute;
  height: 50%;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .screen-container .owl-nav {
    display: none !important;
  }
  .screen-container img{
    max-width: 320px;
    margin: auto;
  }
  .screen-box{
    margin-top: 35px;
  }
  .screen-box:after,
  .screen-box:before {
    top: auto !important;
    right: auto !important;
    bottom: 100%;
    left: 50%;
    /* border: solid transparent; */
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  .screen-box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 18px;
    margin-left: -18px;
    margin-top: 0px !important;
  }
  .screen-box:before {
    border-color: rgba(197, 154, 0, 0);
    border-bottom-color: #c59a00;
    margin-left: -21px;
    border-width: 21px;
    margin-top: 0px !important;
  }
  .screen-box h3{
    font-size: 20px !important;
  }
  .screen-box p{
    font-size: 16px !important;
  }
}
@media screen and (min-width: 768px) {
  .banner h1{
    margin-bottom: 0px !important;
  }
}
@media(min-width: 992px){
.blog-single .post-thumbnils img{
max-width: 830px;}
}
@media screen and (min-width: 1200px) and (max-width: 1499px){
  body{
    zoom: 90%;
  }
}
.ts-background.inner-ts h1{
margin-top: 64px;}


.single-post .ts-background.inner-ts{
	display: none;
}