/*-----------------------------------------------------------------------------------
    Template Name: Zmagazine - Magazine HTML Template
    Template URI: # 
    Description: This is html5 template
    Author: Nilartstudio
    Author URI: #
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
  
    1. Theme Default CSS
-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  1. Google fonts
/*----------------------------------------*/
@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,500,700';

/*font-family: 'Roboto', sans-serif;*/
/*font-family: 'Roboto Condensed', sans-serif;*/


.btn {
    background: #f0442c none repeat scroll 0 0;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    color: #fff !important;
}
.btn.ns-btn {
  background: #ff4081 none repeat scroll 0 0;
  color: #fff;}
.btn.ns-btn:hover {
    background: #f50057 none repeat scroll 0 0;
}

.pre-overlay{
  position: relative;
}
.pre-overlay:before{
  position: absolute;
  content: "";
  background: rgba(0,0,0,0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}


/*---------------------------------------
    13. Scroll To Top
----------------------------------------*/
#scrollUp {
  background: #ff4081 none repeat scroll 0 0;
  border-radius: 15% 15% 0 0;
  bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 22px;
  height: 35px;
  left: 50px;
  line-height: 35px;
  position: fixed;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 50px;
  z-index: 200;
}
#scrollUp:hover {
    height: 45px;
    line-height: 35px;
}
@-webkit-keyframes scroll-to-top {
  0% {
    opacity: 0;
    bottom: 0;
  }
  50% {
    opacity: 1;
    bottom: 50%;
  }
  100% {
    opacity: 0;
    bottom: 75%;
  }
}
@-moz-keyframes scroll-to-top {
  0% {
    opacity: 0;
    bottom: 0;
  }
  50% {
    opacity: 1;
    bottom: 50%;
  }
  100% {
    opacity: 0;
    bottom: 75%;
  }
}
@keyframes scroll-to-top {
  0% {
    opacity: 0;
    bottom: 0;
  }
  50% {
    opacity: 1;
    bottom: 50%;
  }
  100% {
    opacity: 0;
    bottom: 75%;
  }
}
#scrollUp:hover i {
  animation: 800ms linear 0s normal none infinite running scroll-to-top;
  height: 100%;
  left: 0;
  margin-bottom: -25px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.footer-area .copyright {
  opacity: 0.8;
}
.social-media a {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 50px;
    line-height: 52px;
    width: 50px;
    position: relative;
}
.social-media ul li {
    display: inline-block;
    margin: auto 5px;
    transform: translateY(10px);
    transition: 0.3s;
}

.social-media ul li:hover {
    transform: translateY(-10px);
}

.social-media ul li:hover a.facebook {
    background: #597AC7;
    color: #fff
}
.social-media ul li:hover a.twitter {
    background: #5BBCEC;
    color: #fff
}
.social-media ul li:hover a.google {
    background: #FF4519;
    color: #fff
}
.social-media ul li:hover a.dribbble {
    background: #E24F86;
    color: #fff
}
.social-media ul li:hover a.pinterest {
    background: #FF3635;
    color: #fff
}
.social-media ul li:hover a.rss {
    background: #FBC95D;
    color: #fff
}
.social-media ul li:hover a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.social-media > ul {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.footer-area {
    position: relative;
    z-index: 2;
}
.social-media a::after {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
    opacity: 0;
}
.social-media a:hover::after {
    transform: scale(1);
    opacity: 0.5;
}
.social-media ul {
    position: relative;
}
.social-media ul::before {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 24%, rgba(0, 0, 0, 0) 69%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    bottom: -38px;
    content: "";
    height: 50px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 350%;
    z-index: 50;
}
.social-media {
    margin-bottom: -7px;
}

#footer .widget-social .social-media:last-child a:hover {
  transform: translateY(0px);
}
.contact-area .section-title p {
  color: #fff;
  opacity: 0.7;
}




h1.theme-name {
  font-size: 120px;
  padding-bottom: 0;
}
.title.creative-slide-content .tlt {
  color: #fff;
  padding: 30px 0;
  font-size: 38px;
}








.row .masonry__item > a {
  display: block;
}
.card-3 {
  margin-bottom: 30px;
}
.card .card__image {
  margin: 0;
}
.card .card__image .image-bg {
  border-radius: 3px 3px 0 0;
}
.card .card__image .image-bg .image-shop-scroll {
  border-radius: 3px 3px 0 0;
}
.card .card__body {
  border-radius: 0 0 3px 3px;
  margin-bottom: 0;
}
.boxed {
  margin-bottom: 30px;
  overflow: hidden;
  padding: 1.7em;
  position: relative;
}
.bg--white {
  background: #fff none repeat scroll 0 0;
}
.card-3 .card__body .card__title {
  margin-bottom: 0;
}
a .card p, a .card span {
  color: #767676;
}
.card .card__title h1, .card .card__title h2, .card .card__title h3, .card .card__title h4, .card .card__title h5, .card .card__title h6 {
  font-weight: 400;
  letter-spacing: 0.2px;
  margin: 0;
}
.section-title h2.purchas-sms {
  line-height: 40px;
  margin-bottom: 30px;
  margin-top: 0;
}










 /*===================
    Header Transprent 
======================*/
.transparent-header {
    background: rgba(0,0,0,0.5);
    margin: auto;
    position: fixed;
    width: 100%;
    z-index: 999999;
}
 /*==================
   headroom--pinned
=====================*/

.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
  transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}
.headroom--not-top.headroom--pinned .logo a {
    margin-top: 16px;
}
.headroom--not-top.headroom--pinned .main-menu > li > a {
    height: 70px;
    line-height: 70px;
}
.headroom--not-top.headroom--pinned .header-search {
    margin-top: 20px;
}
.header-search, .transparent-header {
  transition: 0.3s;
}
.headroom--not-top.headroom--pinned.transparent-header {
  background: transparent;
}



 /*======================
 End  headroom--pinned
========================*/


.theme-name .text-theme {
  color: #F04229;
  font-size: 180px;
}
h1.theme-name {
  font-size: 100px;
  padding-bottom: 0;
}
.transparent-header {
  padding-top: 0;
}
.header-area {
  padding: 10px 0;
}
.header-logo img {
  width: 70px;
}
/*.filter-area {
  background: #393d50 none repeat scroll 0 0;
}
.filter-menu-inner ul li {
    display: inline-block;
}
.filter-menu-inner ul li a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 80px;
    line-height: 80px;
    padding: 0 35px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 1;
}*/
.primary-menu ul li a{
  position: relative;
}
/*.filter-menu-inner ul li a::before, .primary-menu ul li a::after {
    background: #f04229 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: 0.3s;
    z-index: -1;
}
.primary-menu ul li a::after {
    background: #000 none repeat scroll 0 0;
    opacity: 0.6;
}
.filter-menu-inner ul li a:hover::before, .primary-menu ul li a:hover::after {
    height: 100%;
    bottom: 0;
}*/

.filter-menu-inner.text-center > ul {
    display: flex;
    justify-content: center;
}
.filter-menu-inner.text-center > ul li {
    margin: auto 10px;
}
.filter-menu-inner.text-center > ul li a {
    border-radius: 20px;
    display: block;
    font-size: 18px;
    font-weight: 400;
    height: 35px;
    line-height: 34px;
    padding: 0 30px;
    color: #676767 !important;
    
}
.filter-menu-inner.text-center > ul li.is-checked a, .filter-menu-inner.text-center > ul li a:hover {
    color: #fff !important;
    background: #f0442c;
}
.filter-area {
    padding-top: 70px;
}
/*footer.footer-area.bg-1 {
  background-attachment: fixed;
}
*/

.feature-inner {
    display: flex;
    justify-content: space-around;
}
.single-feature {
    text-align: center;
}
.sf-content i {
    font-size: 40px;
    color: #606060;
}
.sf-content h3 {
    font-size: 30px;
    margin: 5px 0;
}

.footer-area .section-title h2 {
    color: #fff;
    text-transform: uppercase;
}
.contact-area .section-title p {
    font-size: 18px;
    opacity: 1;
}




/*Officer style*/
.zm-pro-link {
  bottom: 150px;
  display: inline-block;
  font-weight: 700;
  position: fixed;
  right: 40px;
  text-decoration: none;
  z-index: 9999;
}
.zm-price-sticker {
  height: 75px;
  line-height: 75px;
  width: 75px;
}
.zm-price-sticker, .zm-price-text {
  background-color: #fc1547;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 28px;
  text-align: center;
  transform: scale(0);
  transition: none 0s ease 0s ;
}
.zm-price-sticker span::before {
  content: "$";
  font-size: 14px;
  position: relative;
  top: -8px;
}
.zm-price-btn-box .zm-price-text {
  transition-delay: 0.2s;
}
.zm-price-text {
  background-color: #db0332;
  bottom: -20px;
  font-size: 12px;
  height: 50px;
  line-height: 1em;
  padding-top: 13px;
  position: absolute;
  right: -20px;
  width: 50px;
}
.zm-price-btn-box .zm-price-sticker, .zm-price-btn-box .zm-price-text {
  transform: scale(1);
  transition: all 0.5s cubic-bezier(0.64, 1.87, 0.79, 0.66) 0s;
}



section.page-wrapper {
  background: #fff none repeat scroll 0 0;
}
.image-bg {
    display: block;
    height: 450px;
    position: relative;
    width: 100%;
}
.card__image .image-shop-scroll {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 4s ease-out 0s;
    width: 100%;
}
/*.card__image:hover .image-shop-scroll {
    background-position: center 100% !important;
}
*/



.demo-wrap .single-demo a .card__image{
    display: block;
    position: relative;
}
.demo-wrap .single-demo a .card__image::before {
    border: 2px solid #000;
    border-radius: 3px 3px 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    transform: scale(1);
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 2;
}
.demo-wrap .single-demo a .card__image:hover::before {
    opacity: 0;
    transform: scale(1);
}
