/*=======================================================================
* Template Name: AppCase
* Template URI: http://codepassenger.com/html/appcase
* Author: CodePassenger
* Author URI: http://codepassenger.com/
* Description: AppCase - Material Design Multipurpose App Landing HTML5 Template
* Version: 1.0
* License: GPL v2 or later
* License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
* Tags: html, template, appcase, app landing, email app, marketing, codepassenger
======================================================================= */
/* Table of content
--------------------------------------------
General Styles
Prelaoder Styles
Button Styles
Header Styles
Banner Styles
Client Logo Styles
Feature Styles
Screenshot Styles
Pricing Styles
Download Styles
Testimonial Styles
Team Styles
FAQ Styles
Custom Styles
Footer Styles
-------------------------
Blog Page Styles
Blog Single Page Styles
-----------------------------------------*/
/*--------------------------------------
General Styles
--------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.8rem;
  color: #707070;
  line-height: 1.6667;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}

p {
  font-size: 1.8rem;
  color: #707070;
  line-height: 1.6667;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  margin-bottom: 42px;
}
.text-white p, .theme-bg p {
  color: #ffffff;
}
p:last-child {
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 7.2rem;
}

h2,
.h2 {
  font-size: 3.6rem;
}

h3,
.h3 {
  font-size: 3rem;
}

h4,
.h4 {
  font-size: 2.4rem;
}

h5,
.h5 {
  font-size: 1.8rem;
}

h6,
.h6 {
  font-size: 1.4rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.25;
  color: #424242;
  font-weight: 300;
}
.text-white h1, .theme-bg h1, .text-white
.h1, .theme-bg
.h1, .text-white
h2, .theme-bg
h2, .text-white
.h2, .theme-bg
.h2, .text-white
h3, .theme-bg
h3, .text-white
.h3, .theme-bg
.h3, .text-white
h4, .theme-bg
h4, .text-white
h4, .theme-bg
h4, .text-white
h5, .theme-bg
h5, .text-white
.h5, .theme-bg
.h5, .text-white
h6, .theme-bg
h6, .text-white
.h6, .theme-bg
.h6 {
  color: #ffffff;
}

a {
  color: #1491fb;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:focus, a:visited {
  color: #707070;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #707070;
  text-decoration: none;
  outline: none;
}

.main-wrap {
  float: left;
  width: 100%;
}

.section {
  float: left;
  width: 100%;
  clear: both;
  position: relative;
}

.theme-bg {
  background-color: #1491fb;
}

.second-bg {
  background-color: #0dd49b;
}

.gray-bg {
  background-color: #eef2f5;
}

.section-padding {
  padding: 130px 0;
}
.section-padding.top-padding-normal {
  padding-top: 0;
}
.section-padding.bottom-padding-normal {
  padding-bottom: 0;
}

.section-header {
  margin-bottom: 25px;
}
.section-header .section-subtext {
  margin-top: 38px;
  margin-bottom: 70px;
}

.section-title {
  margin: 0;
}
.section-title span {
  display: block;
  clear: both;
}

form {
  position: relative;
}

input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

textarea {
  resize: none;
}

/*--------------------------------------
Preloader Styles
--------------------------------------*/
.preloader {
  position: fixed;
  z-index: 999;
  background-color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lds-css.ng-scope {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@keyframes lds-ripple {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
  }
}
@-webkit-keyframes lds-ripple {
  0% {
    top: 96px;
    left: 96px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 18px;
    left: 18px;
    width: 156px;
    height: 156px;
    opacity: 0;
  }
}
.lds-ripple {
  position: relative;
}

.lds-ripple div {
  box-sizing: content-box;
  position: absolute;
  border-width: 4px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(1) {
  border-color: #1491fb;
}

.lds-ripple div:nth-child(2) {
  border-color: #0dd49b;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.lds-ripple {
  width: 100px !important;
  height: 100px !important;
  -webkit-transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
  transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
}

/*--------------------------------------
Button Styles
--------------------------------------*/
.play-video {
  font-size: 2.4rem;
  text-align: center;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: #1491fb;
  color: #ffffff;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
  display: inline-block;
  border-radius: 50%;
}
.play-video:focus, .play-video:visited {
  color: #ffffff;
}
.play-video:hover {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
}
.play-video i {
  margin-left: 5px;
}
.text-white .play-video, .theme-bg .play-video {
  color: #0dd49b;
  background-color: #ffffff;
}
.text-white .play-video:focus, .text-white .play-video:visited, .theme-bg .play-video:focus, .theme-bg .play-video:visited {
  color: #0dd49b;
}

.btn {
  color: #0dd49b;
  border: 2px solid #e6e6e6;
  height: 50px;
  line-height: 46px;
  border-radius: 25px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0 28px;
  text-transform: uppercase;
}
.btn:focus, .btn:visited {
  color: #0dd49b;
}
.btn:hover {
  color: #ffffff;
  border-color: #0dd49b;
  background-color: #0dd49b;
}
.text-white .btn, .theme-bg .btn {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}
.text-white .btn:focus, .text-white .btn:visited, .theme-bg .btn:focus, .theme-bg .btn:visited {
  color: #ffffff;
}
.text-white .btn:hover, .theme-bg .btn:hover {
  border-color: #0dd49b;
}

/*--------------------------------------
Header Styles
--------------------------------------*/
.navbar-default {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  z-index: 990;
  border: none;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  min-height: 71px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-default .navbar-brand {
  height: 71px;
 /* padding-top: 0;
  padding-bottom: 0;*/
}
.navbar-default .navbar-brand img {
  max-height: 71px;
}
.navbar-default .navbar-nav {
  background-color: rgba(255, 255, 255, 0.15);
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-default .navbar-nav > li > a {
  font-weight: 400;
  color: #ffffff;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 25px;
  padding: 15px 30px;
}
.navbar-default .navbar-nav > li > a.btn-download {
  background-color: #0dd49b;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:visited {
  color: #ffffff;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #53be96;
  background-color: #ffffff;
}
.navbar-default .navbar-nav > li.active > a {
  color: #53be96;
  background-color: #ffffff;
}
.navbar-default .navbar-nav > li.active > a:focus, .navbar-default .navbar-nav > li.active > a:visited, .navbar-default .navbar-nav > li.active > a:hover {
  color: #53be96;
  background-color: #ffffff;
}
.navbar-default .navbar-nav li.dropdown .dropdown-menu {
  border: none;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-default .navbar-nav li.dropdown .dropdown-menu li a {
  font-weight: 400;
  color: #0dd49b;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 25px;
}
.navbar-default .navbar-nav li.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
.navbar-default.affix {
  top: 0;
  min-height: 55px;
  background-color: #636679;
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.22), 0 2px 1px -1px rgba(0, 0, 0, 0.05);
}
/*.navbar-default.affix .navbar-brand {
  margin-top: -8px;
  margin-bottom: -8px;
}
.navbar-default.affix .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}*/

/*--------------------------------------
Banner Styles
--------------------------------------*/
.banner {
  position: relative;
  background-image: url(../images/banner/bg.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 880px;
}

.banner-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 57px;
}
.banner-content h1 {
  line-height: 8rem;
  margin: 0;
}
.banner-content p {
  font-weight: 400;
  font-size: 2.4rem;
  margin-bottom: 0;
  margin-top: 54px;
}

.banner-play {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  position: absolute;
}

/*--------------------------------------
Client Logo Styles
--------------------------------------*/
.client-logo .container {
  border-bottom: 1px solid #dbdbdb;
}

.client-logos {
  float: left;
  width: 100%;
  margin-top: 66px;
  padding-bottom: 17px;
}
.client-logos label {
  font-weight: 300;
  font-size: 2.4rem;
  margin-bottom: 0;
  margin-top: 29px;
}

.logo-item {
  display: block;
  float: left;
  text-align: center;
  position: relative;
  height: 95px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.2;
}
.logo-item:hover {
  opacity: 1;
}
.logo-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*--------------------------------------
Features Styles
--------------------------------------*/
.features-section .section-header {
  margin-bottom: 70px;
}

.features {
  float: left;
  width: 100%;
  margin-bottom: -60px;
}

.feature {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
.feature p {
  margin-top: 16px;
}

.feature-icon {
  position: relative;
  background-color: #0dd49b;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 3rem;
  color: #424242;
  text-align: center;
}
.feature-icon span {
  position: absolute;
  right: 27px;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
}

.feature-title {
  margin-top: 18px;
  margin-bottom: 0;
}

/*--------------------------------------
Screenshot Styles
--------------------------------------*/
.screenshot-wrap {
  float: left;
  width: 70%;
  margin: auto 15%;
}

.screenshot-carousel .image-large {
  display: block;
  margin: 15px;
  box-shadow: 0 0 5px 0 rgba(1, 2, 2, 0.15), 8px 0 5px 0 rgba(1, 2, 2, 0.15);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.screenshot-carousel .image-large:hover {
  box-shadow: 0 0 12px 0 rgba(1, 2, 2, 0.3), 10px 0 5px 0 rgba(1, 2, 2, 0.3);
}
.screenshot-carousel .image-large img {
    width: 100%;
  max-width: 100%;
}
.screenshot-carousel .owl-pagination {
  display: block;
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
  margin-top: 30px;
}
.screenshot-carousel .owl-pagination .owl-page {
  width: 15px;
  height: 15px;
  border: 1px solid #c0c0c0;
  display: inline-block;
  border-radius: 7.5px;
  margin: 0 7.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.screenshot-carousel .owl-pagination .owl-page.active {
  border-color: #0dd49b;
  background-color: #0dd49b;
  width: 30px;
}

/*--------------------------------------
Pricing Styles
--------------------------------------*/
.price-section .section-header {
  margin-top: 30px;
}

.package {
  border: 1px dashed #dbdbdb;
  float: left;
  width: 100%;
  padding: 43px 57px;
}
.package.package-premium {
  border-style: solid;
}

.pack-title {
  margin: 0;
  line-height: 100%;
}

.pack-price {
  margin: 0;
  color: #424242;
  font-size: 4.8rem;
}
.pack-price .currency {
  margin-right: 11px;
}

.pack-duration {
  font-size: 1.8rem;
  margin-left: 11px;
}

.pack-features {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  min-height: 110px;
}
.pack-features li {
  line-height: 2;
}

.order-btn {
  color: #0dd49b;
  border: 1px solid #e6e6e6;
  font-weight: 400;
  text-transform: uppercase;
  height: 40px;
  line-height: 38px;
  padding: 0 25px;
  border-radius: 20px;
  display: inline-block;
  margin-top: 38px;
}
.order-btn:hover {
  color: #ffffff;
  border-color: #0dd49b;
  background-color: #0dd49b;
}

/*--------------------------------------
Download Styles
--------------------------------------*/
.download-section .section-header {
  margin-top: 44px;
}
.download-section .section-subtext {
  margin-top: 21px;
  margin-bottom: 52px;
}
.download-section .download-btn {
  display: inline-block;
}
.download-section .download-btn + .download-btn {
  margin-left: 27px;
}

/*--------------------------------------
Testimonial Styles
--------------------------------------*/
.testimonial-section .section-header {
  margin-bottom: 70px;
}

.testimonials {
  margin: -15px;
  float: left;
  width: 100%;
}

.testimonial-item {
  margin: 15px;
  border-style: dashed;
  border-color: #dbdbdb;
  border-width: 0 1px 1px;
  text-align: center;
  padding: 12px 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial-item:hover {
  border-color: transparent;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.testimonial-item:before {
  content: "\e67e";
  font-family: 'themify';
  font-size: 3.6rem;
  color: #0dd49b;
  line-height: 100%;
}
.testimonial-item blockquote {
  padding: 0;
  margin: 6px 0;
  border: none;
  font-size: 1.8rem;
}
.testimonial-item .commenter {
  margin-top: 22px;
  margin-bottom: 28px;
}
.testimonial-item .commenter .name {
  color: #424242;
  text-transform: uppercase;
}
.testimonial-item .commenter .profession {
  font-style: italic;
}

.testimonial-carousel .owl-pagination {
  display: block;
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
  margin-top: 30px;
}
.testimonial-carousel .owl-pagination .owl-page {
  width: 15px;
  height: 15px;
  border: 1px solid #c0c0c0;
  display: inline-block;
  border-radius: 7.5px;
  margin: 0 7.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial-carousel .owl-pagination .owl-page.active {
  border-color: #0dd49b;
  background-color: #0dd49b;
  width: 30px;
}

/*--------------------------------------
Team Styles
--------------------------------------*/
.team-section .section-header {
  margin-bottom: 50px;
}

.team-img {
  display: inline-block !important;
}

/*--------------------------------------
FAQ Styles
--------------------------------------*/
.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  border-radius: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none;
}

.panel-default > .panel-heading {
  background-color: transparent;
  color: #424242;
  border: none;
  padding: 17px 0;
}
.panel-default > .panel-heading .panel-title {
  font-size: 2.2rem;
  font-weight: 300;
}
.panel-default > .panel-heading .panel-title a {
  color: #424242;
  line-height: 100%;
}
.panel-default > .panel-heading .panel-title a:before {
  line-height: inherit;
  color: #0dd49b;
  content: "\e64b";
  font-family: 'themify';
  vertical-align: middle;
  margin-right: 15px;
}
.panel-default > .panel-heading .panel-title a:hover, .panel-default > .panel-heading .panel-title a[aria-expanded=true] {
  color: #1491fb;
}
.panel-default > .panel-heading .panel-title a[aria-expanded=true]:before {
  content: "\e648";
}

.panel-body {
  padding: 15px 0 0 42px;
}

/*--------------------------------------
Custom Content Styles
--------------------------------------*/
.custom-section-1, .custom-section-2, .download-section {
  overflow: hidden;
}

.side-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  margin-right: 140px;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  width: 606px;
  z-index: 0;
}
.side-img.right-img {
  left: 50%;
  right: auto;
  margin-left: 140px;
  margin-right: 0;
}
.custom-section-1 .side-img {
  background-image: url(../images/mock/1.png);
}
.custom-section-2 .side-img {
  background-image: url(../images/mock/2.png);
}
.download-section .side-img {
  background-image: url(../images/mock/3.png);
}

.main-content {
  position: relative;
  z-index: 1;
}

.custom-section-2-carousel .item h2 {
  margin: 0;
}
.custom-section-2-carousel .item h2 span {
  display: block;
}
.custom-section-2-carousel .item p {
  margin-top: 24px;
}
.custom-section-2-carousel .owl-buttons {
  position: absolute;
  right: -220px;
  bottom: 0;
}
.custom-section-2-carousel .owl-prev, .custom-section-2-carousel .owl-next {
  border: 1px solid #ffffff;
  height: 38px;
  width: 38px;
  font-size: 1.8rem;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
}
.custom-section-2-carousel .owl-prev span, .custom-section-2-carousel .owl-next span {
  color: inherit;
  line-height: inherit;
}
.custom-section-2-carousel .owl-prev {
  margin-right: 15px;
}

/*--------------------------------------
Footer Styles
--------------------------------------*/
.footer {
  float: left;
  width: 100%;
  clear: both;
}

.footer-upper {
  float: left;
  width: 100%;
  background-image: url(../images/junk/newsletter-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 130px 0 135px;
}

.footer-upper-content h3 {
  font-size: 3.6rem;
  margin: 0;
}
.footer-upper-content p {
  font-size: 2.4rem;
  margin-top: 46px;
  margin-bottom: 0;
}
.footer-upper-content .subscription {
  width: 100%;
  max-width: 430px;
  margin: 54px auto 0;
}
.footer-upper-content .subscription input  {
  border: 1px solid #ffffff;
  background-color: transparent;
  height: 50px;
  border-radius: 25px;
  line-height: 48px;
  text-align: center;
  width: 100%;
  color: #ffffff;
  margin-bottom: 2px; 
}


.footer-upper-content .subscription [type=submit] {
  font-weight: 400;
  color: #0dd49b;
  font-size: 1.8rem;
  text-transform: uppercase;
  line-height: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 25px;
  border: none;
  padding: 0 42px;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-upper-content .subscription [type=submit]:hover {
  background-color: #0dd49b;
  color: #ffffff;
}
.footer-upper-content .subscription ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.footer-upper-content .subscription ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.footer-upper-content .subscription :-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.footer-upper-content .subscription :-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.newsletter-success, .newsletter-error {
  margin-top: 15px;
  margin-bottom: 0;
  display: none;
}
.footer-upper-content .newsletter-success, .footer-upper-content .newsletter-error {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 1.6rem;
}

.newsletter-success {
  background-color: #0dd49b;
}

.newsletter-error {
  background-color: #e74c3c;
}

/*** Copyright Footer ***/
.copyright-footer {
  float: left;
  width: 100%;
  clear: both;
  padding: 70px 0 45px;
}

.social a {
  color: #424242;
  font-size: 1.4rem;
  display: inline-block;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  background-color: rgba(13, 212, 155, 0.2);
  border-radius: 50%;
}
.social a + a {
  margin-left: 10px;
}
.social a:hover {
  background-color: #0dd49b;
  color: #ffffff;
}
.social + .copyright-text {
  margin-top: 42px;
  margin-bottom: 0;
}

/*--------------------------------------
Blog Page Styles
--------------------------------------*/
.page-header {
  border: none;
  margin: 0;
  padding: 340px 0 85px;
  border-radius: 0;
  background-image: url(../images/junk/page-header.png);
  background-position: center center;
  background-size: cover;
}

.page-title {
  font-size: 6rem;
  margin: 0;
}

.blog-list {
  float: left;
  width: 100%;
  position: relative;
}
.blog-list:after {
  position: absolute;
  right: -65px;
  background-color: #dbdbdb;
  width: 1px;
  top: 0;
  height: 100%;
  content: "";
}

.blog {
  float: left;
  width: 100%;
}
.blog + .blog {
  margin-top: 80px;
}
.blog .post-thumb {
  display: block;
  float: left;
  width: 100%;
}
.blog .post-thumb img {
  width: 100%;
}
.blog .post-metas {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.blog .post-metas .date-meta {
  display: inline-block;
  margin-right: 2px;
}
.blog .post-metas .admin-meta {
  margin-left: 2px;
  display: inline-block;
}
.blog .post-title {
  font-size: 2.4rem;
  color: #424242;
  margin-top: 6px;
  margin-bottom: 0;
}
.blog .post-title a {
  color: inherit;
}
.blog .post-title a:hover {
  color: #0dd49b;
}
.blog .post-excerpt {
  margin-top: 21px;
  margin-bottom: 0;
}
.blog .readmore-btn {
  display: inline-block;
  border: 1px solid #0dd49b;
  color: #0dd49b;
  text-transform: uppercase;
  font-weight: 400;
  height: 40px;
  line-height: 38px;
  padding: 0 27px;
  margin-top: 27px;
  border-radius: 20px;
}

.pagination {
  display: block;
  margin: 80px 0 0;
  float: left;
  width: 100%;
  border-radius: 0;
}

.page-numbers {
  display: inline-block;
  color: #707070;
  font-size: 1.8rem;
  border: 1px solid #e6e6e6;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  float: left;
}
.page-numbers + .page-numbers {
  margin-left: 10px;
}
.page-numbers.current {
  border-color: #0dd49b;
  color: #0dd49b;
}

.current-page {
  font-size: 1.6rem;
  display: inline-block;
  float: left;
  margin-top: 7px;
  margin-right: 33px;
}

/*** Sidebar ***/
.sidebar {
  float: left;
  width: 100%;
}
.sidebar .widget {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 40px;
  margin-bottom: 33px;
}
.sidebar .widget + .widget {
  margin-top: 0;
}
.sidebar .widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar .widget .widget-title {
  font-size: 2.4rem;
  margin-top: 0;
  margin-bottom: 28px;
}
.sidebar .widget .widget-inner {
  float: left;
  width: 100%;
}
.sidebar .widget.search-widget {
  border-bottom: none;
  padding-bottom: 0;
}
.sidebar .widget .searchform {
  width: 100%;
  float: left;
  position: relative;
}
.sidebar .widget .searchform ::-webkit-input-placeholder {
  color: #707070;
  opacity: 1;
}
.sidebar .widget .searchform ::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
.sidebar .widget .searchform :-ms-input-placeholder {
  color: #707070;
  opacity: 1;
}
.sidebar .widget .searchform :-moz-placeholder {
  color: #707070;
  opacity: 1;
}
.sidebar .widget .searchform [type=search] {
  color: #707070;
  width: 100%;
  height: 50px;
  border: 1px solid #dbdbdb;
  line-height: 48px;
  padding: 0 60px 0 15px;
}
.sidebar .widget .searchform [type=submit] {
  width: 50px;
  height: 50px;
  border: 1px solid transparent;
  line-height: 48px;
  color: #424242;
  position: absolute;
  background-color: transparent;
  right: 0;
  top: 0;
  font-size: 1.4rem;
}
.sidebar .widget .widget-cat {
  padding: 0;
  margin: 0;
}
.sidebar .widget .widget-cat .cat {
  display: block;
  width: 100%;
}
.sidebar .widget .widget-cat .cat + .cat {
  margin-top: 14px;
}
.sidebar .widget .widget-cat .cat a {
  color: #707070;
  display: block;
  line-height: 1.6667;
}
.sidebar .widget .widget-cat .cat a span {
  float: right;
}
.sidebar .widget .widget-cat .cat a:before {
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.sidebar .widget .widget-cat .cat a:hover {
  color: #0dd49b;
}
.sidebar .widget .widget-posts {
  float: left;
  width: 100%;
}
.sidebar .widget .widget-posts .widget-post {
  float: left;
  width: 100%;
}
.sidebar .widget .widget-posts .widget-post + .widget-post {
  margin-top: 30px;
}
.sidebar .widget .widget-posts .widget-post .widget-thumb {
  display: inline-block;
  width: 70px;
  float: left;
  margin-right: 20px;
  position: relative;
}
.sidebar .widget .widget-posts .widget-post .widget-thumb:before {
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 1.4rem;
  color: #ffffff;
  background-color: rgba(13, 212, 155, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 70px;
  text-align: center;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.sidebar .widget .widget-posts .widget-post .widget-thumb + .widget-post-content {
  float: left;
  width: calc(100% - 90px);
}
.sidebar .widget .widget-posts .widget-post .widget-post-title {
  color: #424242;
}
.sidebar .widget .widget-posts .widget-post .widget-post-title:hover {
  color: #0dd49b;
}
.sidebar .widget .widget-posts .widget-post .widget-post-date {
  margin-top: 7px;
  margin-bottom: 0;
}
.sidebar .widget .widget-posts .widget-post:hover .widget-thumb:before {
  opacity: 1;
}
.sidebar .widget .tags {
  margin: -5px;
  float: left;
  width: calc(100% + 10px);
}
.sidebar .widget .tags .tag {
  display: inline-block;
  color: #707070;
  height: 35px;
  line-height: 33px;
  border: 1px solid #dbdbdb;
  border-radius: 17px;
  padding: 0 17px;
  float: left;
  margin: 5px;
}
.sidebar .widget .tags .tag:hover {
  color: #0dd49b;
  border-color: #0dd49b;
}

/*--------------------------------------
Blog Single Styles
--------------------------------------*/
.blog-single {
  float: left;
  width: 100%;
  position: relative;
}
.blog-single:after {
  position: absolute;
  right: -65px;
  background-color: #dbdbdb;
  width: 1px;
  top: 0;
  height: 100%;
  content: "";
}

.blog-single .blog .post-metas {
  margin-top: 42px;
}
.blog-single .blog .post-title {
  font-size: 3rem;
}
.blog-single .blog .post-entry {
  margin-top: 20px;
}
.blog-single .blog .post-entry p {
  margin-bottom: 20px;
}
.blog-single .blog .post-entry blockquote {
  color: #707070;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  padding: 0 0 0 98px;
  border: none;
}
.blog-single .blog .post-entry blockquote:before {
  content: "\e67e";
  font-family: 'themify';
  font-size: 3.6rem;
  color: #0dd49b;
  position: absolute;
  line-height: 100%;
  top: 0;
  left: 32px;
}

.single-footer {
  float: left;
  width: 100%;
  clear: both;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin-top: 20px;
}
.single-footer label {
  font-weight: 300;
  font-size: 1.8rem;
  margin: 0;
  color: #424242;
  border-right: 1px solid #e1e1e1;
  padding: 10px 15px;
  line-height: 30px;
}
.single-footer .post-tag-wrap {
  display: inline-block;
  padding: 10px 16px;
}
.single-footer .post-tag-wrap a {
  display: inline-block;
  line-height: 30px;
  color: #707070;
  font-size: 1.6rem;
}
.single-footer .post-share {
  float: left;
  width: 100%;
  text-align: right;
}
.single-footer .post-share label {
  float: right;
  border-right: none;
  border-left: 1px solid #e1e1e1;
}
.single-footer .post-share .share-social {
  display: inline-block;
  padding: 10px 16px;
}
.single-footer .post-share .share-social a {
  font-size: 1.4rem;
  color: #707070;
  line-height: 30px;
}
.single-footer .post-share .share-social a + a {
  margin-left: 19px;
}

.given-comment {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 74px;
}
.given-comment .comments {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
  clear: both;
}
.given-comment .child-comments {
  padding-left: 110px;
}
.given-comment .comment {
  width: 100%;
  float: left;
}
.given-comment .comment-wrap {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e6e6e6;
  padding: 40px 0;
}
.given-comment .commenter-thumb {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}
.given-comment .commenter-thumb img {
  max-width: 100%;
}
.given-comment .comment-body {
  float: left;
  width: calc(100% - 110px);
}
.given-comment .comment-title {
  margin: 0;
  line-height: 100%;
}
.given-comment .comment-title .commenter-name {
  font-size: 1.8rem;
}
.given-comment .comment-title .comment-date {
  font-size: 1.6rem;
  color: #707070;
}
.given-comment .comment-content {
  margin-top: 20px;
}
.given-comment .comment-reply {
  font-weight: 400;
  color: #0dd49b;
  text-transform: uppercase;
  width: 100px;
  height: 35px;
  line-height: 33px;
  border-radius: 17px;
  text-align: center;
  border: 1px solid #e6e6e6;
  display: inline-block;
  margin-top: 18px;
}
.given-comment .comment-reply:hover {
  background-color: #0dd49b;
  border-color: #0dd49b;
  color: #ffffff;
}

.given-comment-title {
  font-size: 2.4rem;
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
}

.commenting-wrap {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 74px;
}
.commenting-wrap p {
  margin-bottom: 20px;
}

.comment-form-title {
  margin-top: 0;
  margin-bottom: 28px;
}

.comment-form input, .comment-form textarea {
  border: 1px solid #dbdbdb;
  background-color: transparent;
  width: 100%;
  margin-bottom: 30px;
  padding: 5px 20px;
}
.comment-form [type=submit] {
  font-weight: 400;
  color: #0dd49b;
  text-transform: uppercase;
  border: 1px solid #dbdbdb;
  background-color: transparent;
  height: 50px;
  line-height: 48px;
  border-radius: 25px;
  padding: 0 55px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comment-form [type=submit]:hover {
  color: #ffffff;
  background-color: #0dd49b;
  border-color: #0dd49b;
}
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}