/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR Aplica            ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************
* 1 imported styles 
* 2 miscelnious styles 
* 3 header styles 
* 4 footer styles 
* 5 banner styles 
* 6 contact styles 
* 7 avail styles 
* 8 faq styles 
* 9 testimonial styles 
* 10 pricing styles 
* 11 about styles 
* 12 features styles 
* 13 best features styles 
* 14 why love styles 
* 15 fun fact styles 
* 16 screen shot styles 
* 17 page title styles 
* 18 blog styles 
* 19 sidebar styles 

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/
/************************** 
* 1 imported styles 
***************************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);
@import url(../assets/bootstrap/css/bootstrap.min.css);
@import url(../assets/font-awesome/css/font-awesome.min.css);
@import url(../assets/bootstrap-select/dist/css/bootstrap-select.min.css);
@import url(../assets/fn-icon/style.css);
@import url(../assets/owl.carousel-2/assets/owl.carousel.css);
@import url(../assets/owl.carousel-2/assets/owl.theme.default.min.css);
@import url(../assets/Magnific-Popup-master/dist/magnific-popup.css);
@import url(../assets/animate.min.css);
@import url(../assets/hover-min.css);
/************************** 
* 2 miscelnious styles 
***************************/
@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}
body {
  font-family: 'Open Sans';
  color: #848484;
  font-size: 15px;
  line-height: 26px;
}

a:hover,
a:visited,
a:active {
  text-decoration: none;
}

.sec-pad {
  padding: 120px 0;
}

.p0 {
  padding: 0 !important;
}

.pb0 {
  padding-bottom: 0;
}

.sec-title {
  position: relative;
  margin-bottom: 70px;
}
.sec-title .floated-text {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  font-size: 90px;
  color: #222222;
  opacity: .1;
  line-height: 1em;
  font-family: 'Montserrat';
}
.sec-title h2 {
  margin: 0;
  font-family: 'Montserrat';
  font-size: 42px;
  color: #222222;
  font-weight: 500;
}
.sec-title.light .floated-text {
  color: #FFFFFF;
}
.sec-title.light h2 {
  color: #FFFFFF;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #f77062;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#f77062), to(#ee488a));
  background: linear-gradient(to right, #f77062 0%, #ee488a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77062', endColorstr='#ee488a',GradientType=1 );
  /* IE6-9 */
  color: #fff;
  font-size: 25px;
  line-height: 50px;
  border-radius: 50%;
  z-index: 999999;
  cursor: pointer;
  display: none;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/preloader.gif);
}

/************************** 
* 3 header styles 
***************************/
.header .header-navigation .navbar-collapse.collapse {
  padding: 0;
  text-align: right;
}

.header .header-navigation.navbar {
  background-color: transparent;
  position: relative;
  min-height: auto;
  margin-bottom: 0px;
  border: 0px solid transparent;
  border-radius: 0;
}

.header .header-navigation.navbar > .container .navbar-brand,
.header .header-navigation.navbar > .container-fluid .navbar-brand {
  margin: 0;
  float: left;
  height: auto;
  padding: 0;
  font-size: 18px;
  line-height: 47px;
}

.header .header-navigation.navbar > .container .navbar-brand img,
.header .header-navigation.navbar > .container-fluid .navbar-brand img {
  display: inline;
}

.header .header-navigation.navbar .nav.navigation-box {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.header .header-navigation.navbar .nav > li {
  padding: 13px 0px;
  float: none;
  display: inline-block;
}

.header .header-navigation.navbar .nav > li + li {
  margin-left: 35px;
}

.header .header-navigation.navbar .nav > li > a {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  padding: 0 0px;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
}

.header .header-navigation.navbar .nav > li:hover > a {
  color: #171726;
}

.header .header-navigation.navbar .nav > li.current > a {
  color: #171726;
}

.header.stricky-fixed .header-navigation.navbar .nav > li.current > a {
  color: #DB5767;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 200px;
  padding: 0px 0;
  text-align: left;
  list-style: none;
  background-color: #161616;
  background-clip: padding-box;
  border-top: 4px solid #F5686A;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu.right-align {
  left: auto;
  right: 0;
}

.header .header-navigation.navbar .navbar-nav > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu li {
  display: block;
  position: relative;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu li a {
  font-size: 16px;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  padding: 8px 0;
  display: block;
  padding-left: 20px;
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu li + li {
  border-top: 1px dashed #282828;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu li:hover > a {
  background: #F5686A;
  border-color: #F5686A;
  position: relative;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 200px;
  padding: 0px 0;
  text-align: left;
  list-style: none;
  background-color: #161616;
  background-clip: padding-box;
  border-top: 4px solid #F5686A;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  top: 0;
  left: 100%;
  margin-top: 0px;
}

.header .header-navigation.navbar .navbar-nav > li > .sub-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1025px) {
  .nav li a span.phone-only {
    display: none;
  }

  .nav li a .sub-nav-toggler {
    display: none;
  }
}
@media (max-width: 1024px) {
  .nav li a .sub-nav-toggler {
    display: inline-block;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-top: 50px;
}

.header.stricky-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  margin: 0;
  background: #222;
  padding: 0px 0;
}

.header.stricky-fixed .header-navigation.navbar .nav > li:hover > a {
  color: #F5686A;
}

.header.stricky-fixed .header-navigation.navbar .nav > li {
  padding: 20px 0;
}

.header.stricky-fixed .header-navigation.navbar > .container .navbar-brand, .header.stricky-fixed .header-navigation.navbar > .container-fluid .navbar-brand {
  padding: 5px 0;
}
.header.stricky-fixed .header-navigation.navbar > .container .navbar-brand > img, .header.stricky-fixed .header-navigation.navbar > .container-fluid .navbar-brand > img {
  width: 70%;
}

/************************** 
* 4 footer styles 
***************************/
.footer {
  background: #fff url(../img/bg/footer-bg.png) center bottom no-repeat;
  background-size: cover;
  padding-bottom: 95px;
  padding-top: 372px;
}
.footer .footer-content .social-icons {
  margin-top: 80px;
  margin-bottom: 65px;
}
.footer .footer-content .social-icons a {
  display: inline-block;
  width: 55px;
  height: 55px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 16px;
  line-height: 55px;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #fff;
  border-radius: 50%;
}
.footer .footer-content .social-icons a:hover {
  background: #fff;
  color: #222222;
}
.footer .footer-content .social-icons a + a {
  margin-left: 20px;
}
.footer .footer-content p.copy-text {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

/************************** 
* 5 banner styles 
***************************/
.banner {
  background: #fff url(../img/bg/home-header-bg.png) center top no-repeat;
  background-size: cover;
  padding-top: 210px;
  padding-bottom: 126px;
}
.banner .banner-content {
  padding-top: 130px;
}
.banner .banner-content h3, .banner .banner-content p {
  margin: 0;
}
.banner .banner-content h3 {
  font-family: 'Montserrat';
  font-weight: 500;
  color: #fff;
  font-size: 58px;
  line-height: 56px;
  margin-bottom: 25px;
}
.banner .banner-content p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 40px;
}
.banner .banner-content a.banner-btn {
  border: 2px solid #ffffff;
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 12px 45px;
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
}
.banner .banner-content a.banner-btn i {
  font-size: 24px;
  margin-right: 4px;
}
.banner .banner-content a.banner-btn:hover {
  background: #fff;
  color: #DD5C62;
}
.banner .banner-content a.banner-btn + a.banner-btn {
  margin-left: 30px;
}
.banner img.banner-mockup {
  margin-left: 90px;
}

/************************** 
* 6 contact styles 
***************************/
.contact-section {
  padding-top: 160px;
}
.contact-section form {
  padding: 0 30px;
  margin-bottom: -240px;
  position: relative;
  z-index: 1000;
}
.contact-section form .form-inner {
  background: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0px 15px 34px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 15px 34px rgba(0, 0, 0, 0.2);
  padding: 70px;
}
.contact-section form .form-inner .row {
  margin-left: -10px;
  margin-right: -10px;
}
.contact-section form .form-inner .col-md-6 {
  padding: 0 10px;
}
.contact-section form .form-inner label.error {
  display: none !important;
}
.contact-section form .form-inner input, .contact-section form .form-inner textarea {
  border: 1px solid #E5E5E5;
  outline: none;
  width: 100%;
  height: 55px;
  border-radius: 7px;
  padding-left: 20px;
  margin-bottom: 30px;
  display: block;
}
.contact-section form .form-inner input.error, .contact-section form .form-inner textarea.error {
  background: rgba(255, 0, 0, 0.3);
  border-color: rgba(255, 0, 0, 0.3);
}
.contact-section form .form-inner textarea {
  height: 180px;
  padding-top: 10px;
}
.contact-section form .form-inner button[type=submit] {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f77062+0,ee488a+100 */
  background: #f77062;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#f77062), to(#ee488a));
  background: linear-gradient(to right, #f77062 0%, #ee488a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77062', endColorstr='#ee488a',GradientType=1 );
  /* IE6-9 */
  font-family: 'Open Sans';
  font-size: 15px;
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: .05em;
  border: none;
  outline: none;
  border-radius: 30px;
  padding: 14.5px 49.5px;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  margin-left: auto;
  margin-right: auto;
  display: block;
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
}
.contact-section form .form-inner button[type=submit]:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee488a+0,f77062+100 */
  background: #ee488a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#ee488a), to(#f77062));
  background: linear-gradient(to right, #ee488a 0%, #f77062 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee488a', endColorstr='#f77062',GradientType=1 );
  /* IE6-9 */
}

/************************** 
* 7 avail styles 
***************************/
.avail-section {
  background: #171726 url(../img/bg/avail-bg.jpg) center center no-repeat fixed;
  position: relative;
  padding: 125px 0;
}
.avail-section h3, .avail-section p {
  margin: 0;
}
.avail-section h3 {
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
}
.avail-section p {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 50px;
}
.avail-section a.dwnld-btn {
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 14px 45px;
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f77062+0,ee488a+100 */
  background: #f77062;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#f77062), to(#ee488a));
  background: linear-gradient(to right, #f77062 0%, #ee488a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77062', endColorstr='#ee488a',GradientType=1 );
  /* IE6-9 */
}
.avail-section a.dwnld-btn i {
  font-size: 24px;
  margin-right: 4px;
}
.avail-section a.dwnld-btn:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee488a+0,f77062+100 */
  background: #ee488a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#ee488a), to(#f77062));
  background: linear-gradient(to right, #ee488a 0%, #f77062 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee488a', endColorstr='#f77062',GradientType=1 );
  /* IE6-9 */
}
.avail-section a.dwnld-btn + a.dwnld-btn {
  margin-left: 30px;
}
.avail-section .avail-moc {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -100px;
}

/************************** 
* 8 faq styles 
***************************/
.faq-section {
  padding-top: 140px;
  padding-bottom: 120px;
}
.faq-section img {
  margin-top: 60px;
}
.faq-section .accrodion-grp {
  padding-left: 25px;
}
.faq-section .accrodion + .accrodion {
  margin-top: 20px;
}
.faq-section .accrodion {
  border: 2px solid #F06189;
  border-radius: 7px;
}
.faq-section .accrodion .accrodion-title {
  padding: 19px 30px;
  position: relative;
  cursor: pointer;
}
.faq-section .accrodion .accrodion-title h4 {
  font-family: 'Montserrat';
  font-size: 20px;
  color: #222222;
  font-weight: 500;
  margin: 0;
}
.faq-section .accrodion .accrodion-content {
  border-top: 2px solid #F06189;
  padding: 0 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 25px;
}
.faq-section .accrodion .accrodion-content p {
  color: #848484;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}

/************************** 
* 9 testimonial styles 
***************************/
.testimonial-section {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f77062+0,ee488a+100 */
  background: #f77062;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#f77062), to(#ee488a));
  background: linear-gradient(to right, #f77062 0%, #ee488a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77062', endColorstr='#ee488a',GradientType=1 );
  /* IE6-9 */
  padding-top: 130px;
  padding-bottom: 100px;
  position: relative;
}
.testimonial-section #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.testimonial-section .container {
  position: relative;
  z-index: 9;
}
.testimonial-section .testimonial-wrapper {
  padding: 0 100px;
}
.testimonial-section .single-testimonial {
  text-align: center;
}
.testimonial-section .single-testimonial .icon-box {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f77062+0,ee488a+100 */
  background: #f77062;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#f77062), to(#ee488a));
  background: linear-gradient(to right, #f77062 0%, #ee488a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77062', endColorstr='#ee488a',GradientType=1 );
  /* IE6-9 */
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.testimonial-section .single-testimonial .icon-box i {
  font-size: 24px;
  line-height: 90px;
  color: #fff;
}
.testimonial-section .single-testimonial h3, .testimonial-section .single-testimonial p {
  margin: 0;
}
.testimonial-section .single-testimonial p {
  font-size: 20px;
  line-height: 34px;
  color: #fff;
  margin-bottom: 25px;
}
.testimonial-section .single-testimonial h3 {
  font-size: 20px;
  line-height: 1em;
  color: #fff;
  font-family: 'Montserrat';
}
.testimonial-section .single-testimonial span {
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  display: inline-block;
  opacity: .7;
}

/************************** 
* 10 pricing styles 
***************************/
.pricing-section {
  padding-top: 140px;
  padding-bottom: 120px;
}
.pricing-section .single-pricing {
  text-align: center;
  border: 1px solid #E5E5E5;
  border-radius: 20px;
}
.pricing-section .single-pricing.featured .top-box {
  background: transparent url(../img/bg/pricing-bg.png) center center no-repeat;
  background-size: 100% 100%;
}
.pricing-section .single-pricing.featured .top-box h3 {
  color: #fff;
}
.pricing-section .single-pricing ul, .pricing-section .single-pricing li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-section .single-pricing .top-box {
  background: transparent url(../img/bg/pricing-border-bg.png) center center no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.pricing-section .single-pricing .top-box:hover {
  background: transparent url(../img/bg/pricing-bg.png) center center no-repeat;
  background-size: 100% 100%;
}
.pricing-section .single-pricing .top-box:hover h3 {
  color: #fff;
}
.pricing-section .single-pricing .top-box h3 {
  margin: 0;
  font-family: 'Montserrat';
  color: #222222;
  font-size: 28px;
  line-height: 1em;
  padding-top: 35px;
  padding-bottom: 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.pricing-section .single-pricing .top-box h4 {
  margin: 0;
  color: #222222;
  font-size: 40px;
  line-height: 1em;
}
.pricing-section .single-pricing .top-box p {
  color: #848484;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 1em;
  margin: 0;
  letter-spacing: 0;
}
.pricing-section .single-pricing .top-box .price-box {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 130px;
  height: 130px;
  border: 2px solid #F1547E;
  border-radius: 50%;
  position: relative;
  text-align: center;
  background: #fff;
  margin-bottom: -40px;
}
.pricing-section .single-pricing .top-box .price-box .inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.pricing-section .single-pricing ul.pack-list {
  margin-top: 90px;
  margin-bottom: 25px;
}
.pricing-section .single-pricing ul.pack-list li {
  color: #222222;
  font-size: 15px;
  font-family: 'Open Sans';
  line-height: 1em;
}
.pricing-section .single-pricing ul.pack-list li + li {
  margin-top: 30px;
}
.pricing-section .single-pricing a.price-btn {
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 12px 47px;
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
  position: relative;
  top: 25px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f77062+0,ee488a+100 */
  background: #f77062;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#f77062), to(#ee488a));
  background: linear-gradient(to right, #f77062 0%, #ee488a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77062', endColorstr='#ee488a',GradientType=1 );
  /* IE6-9 */
  -webkit-box-shadow: 0px 10px 20px rgba(51, 44, 72, 0.1);
          box-shadow: 0px 10px 20px rgba(51, 44, 72, 0.1);
}
.pricing-section .single-pricing a.price-btn:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee488a+0,f77062+100 */
  background: #ee488a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#ee488a), to(#f77062));
  background: linear-gradient(to right, #ee488a 0%, #f77062 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee488a', endColorstr='#f77062',GradientType=1 );
  /* IE6-9 */
}

/************************** 
* 11 about styles 
***************************/
.about {
  padding: 90px 0;
  background: #171726 url(../img/bg/about-bg.png) 0 0 no-repeat;
}
.about .about-content {
  padding-top: 70px;
}
.about .about-content h3, .about .about-content p {
  margin: 0;
}
.about .about-content h3 {
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
}
.about .about-content p {
  font-family: 'Open Sans';
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}
.about .about-content a {
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 12px 47px;
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
  margin-top: 35px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f77062+0,ee488a+100 */
  background: #f77062;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#f77062), to(#ee488a));
  background: linear-gradient(to right, #f77062 0%, #ee488a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77062', endColorstr='#ee488a',GradientType=1 );
  /* IE6-9 */
  -webkit-box-shadow: 0px 10px 20px rgba(51, 44, 72, 0.1);
          box-shadow: 0px 10px 20px rgba(51, 44, 72, 0.1);
}
.about .about-content a:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee488a+0,f77062+100 */
  background: #ee488a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#ee488a), to(#f77062));
  background: linear-gradient(to right, #ee488a 0%, #f77062 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee488a', endColorstr='#f77062',GradientType=1 );
  /* IE6-9 */
}

/************************** 
* 12 features styles 
***************************/
.feature-area {
  padding-top: 90px;
  padding-bottom: 120px;
}
.feature-area .single-feature {
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  text-align: center;
  padding-bottom: 55px;
}
.feature-area .single-feature .icon-box {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  line-height: 130px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 23px 43px rgba(51, 44, 72, 0.2);
          box-shadow: 0px 23px 43px rgba(51, 44, 72, 0.2);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f77062+0,ee488a+100 */
  background: #f77062;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#f77062), to(#ee488a));
  background: linear-gradient(to right, #f77062 0%, #ee488a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77062', endColorstr='#ee488a',GradientType=1 );
  /* IE6-9 */
}
.feature-area .single-feature h3 {
  color: #383838;
  margin: 0;
  font-family: 'Montserrat';
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 20px;
}
.feature-area .single-feature p {
  color: #848484;
  margin: 0;
  font-family: 'Open Sans';
  font-size: 15px;
  line-height: 26px;
}

/************************** 
* 13 best features styles 
***************************/
.best-feature .col-md-4.text-left,
.best-feature .col-md-4.text-right {
  margin-top: 30px;
}
.best-feature .single-best-feature {
  margin-top: 55px;
}
.best-feature .single-best-feature h3, .best-feature .single-best-feature p {
  margin: 0;
}
.best-feature .single-best-feature h3 {
  color: #222222;
  font-family: 'Montserrat';
  font-size: 20px;
  line-height: 1em;
  margin-top: 20px;
  margin-bottom: 15px;
}
.best-feature .single-best-feature p {
  color: #666666;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 26px;
}

/************************** 
* 14 why love styles 
***************************/
.why-love {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f77062+0,ee488a+100 */
  background: #f77062;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#f77062), to(#ee488a));
  background: linear-gradient(to right, #f77062 0%, #ee488a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77062', endColorstr='#ee488a',GradientType=1 );
  /* IE6-9 */
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
.why-love #particles-js-two {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.why-love .container {
  position: relative;
  z-index: 9;
}
.why-love .why-love-content {
  margin-top: 65px;
}
.why-love .why-love-content h3, .why-love .why-love-content p {
  margin: 0;
  color: #fff;
}
.why-love .why-love-content h3 {
  font-family: 'Montserrat';
  font-size: 42px;
  line-height: 1em;
  margin-bottom: 20px;
}
.why-love .why-love-content p {
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 26px;
}
.why-love .why-love-content a {
  border-radius: 30px;
  display: inline-block;
  color: #222222;
  font-size: 15px;
  padding: 12px 47px;
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
  background: #fff;
  margin-top: 30px;
}
.why-love .why-love-content a:hover {
  background: #222222;
  color: #fff;
}
.why-love .single-why-love + .single-why-love {
  margin-top: 40px;
}
.why-love .single-why-love .icon-box, .why-love .single-why-love .text-box {
  display: table-cell;
  vertical-align: top;
}
.why-love .single-why-love .icon-box .inner {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f77062+0,ee488a+100 */
  background: #f77062;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#f77062), to(#ee488a));
  background: linear-gradient(to right, #f77062 0%, #ee488a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77062', endColorstr='#ee488a',GradientType=1 );
  /* IE6-9 */
  -webkit-box-shadow: 0px 23px 43px rgba(51, 44, 72, 0.2);
          box-shadow: 0px 23px 43px rgba(51, 44, 72, 0.2);
  text-align: center;
  line-height: 90px;
}
.why-love .single-why-love .text-box {
  padding-left: 30px;
}
.why-love .single-why-love .text-box h4, .why-love .single-why-love .text-box p {
  margin: 0;
  color: #fff;
}
.why-love .single-why-love .text-box h4 {
  font-family: 'Montserrat';
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 10px;
}
.why-love .single-why-love .text-box p {
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 26px;
}

/************************** 
* 15 fun fact styles 
***************************/
.fun-fact-section {
  background: #171726 url(../img/bg/fun-fact-bg.jpg) bottom center no-repeat;
  padding: 70px 0;
}
.fun-fact-section .single-fact-counter h3, .fun-fact-section .single-fact-counter p {
  margin: 0;
}
.fun-fact-section .single-fact-counter h3 {
  font-size: 60px;
  line-height: 1em;
  color: #fff;
  font-family: 'Montserrat';
  margin-top: 17px;
  margin-bottom: 20px;
}
.fun-fact-section .single-fact-counter p {
  font-size: 15px;
  line-height: 1em;
  color: #fff;
  font-family: 'Montserrat';
}

/************************** 
* 16 screen shot styles 
***************************/
.screenshot-carousel.owl-carousel {
  z-index: 9999;
}
.screenshot-carousel.owl-carousel:before {
  content: url(../img/sreenshots/mocup-2.png);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-51.4%, -48.9%);
  transform: translate(-50%, -48.9%);
}

.screenshot-carousel .owl-stage .owl-item .item {
  position: relative;
}
.screenshot-carousel .owl-stage .owl-item .item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: .35;
  -webkit-transform: scale(0.86);
  transform: scale(0.86);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+1,0+70 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(black), color-stop(1%, #030303), color-stop(70%, rgba(179, 179, 179, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, black 0%, #030303 1%, rgba(179, 179, 179, 0) 70%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */
}

.screenshot-carousel .owl-stage .owl-item .item img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}

.screenshot-carousel .owl-stage .owl-item.center .item:before {
  display: none;
}

.screenshot-carousel .owl-stage .owl-item.center .item img {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

/************************** 
* 17 page title styles 
***************************/
.page-title {
  background: #D7417D url(../img/bg/page-title-bg.jpg) 0 0 no-repeat;
  background-size: cover;
  padding-top: 225px;
  padding-bottom: 125px;
}
.page-title h2 {
  margin: 0;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 600;
  line-height: 1em;
  font-size: 58px;
  letter-spacing: 0;
}
.page-title .bread-cumb {
  margin-top: 15px;
}
.page-title .bread-cumb a, .page-title .bread-cumb span {
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 1em;
  color: #fff;
  letter-spacing: 0;
}
.page-title .bread-cumb span.sep {
  margin-left: 10px;
  margin-right: 10px;
}

/************************** 
* 18 blog styles 
***************************/
.blog-page {
  padding: 100px 0;
}
.blog-page .single-blog-post + .single-blog-post {
  margin-top: 50px;
}
.blog-page .single-blog-post .img-box {
  position: relative;
}
.blog-page .single-blog-post .img-box .date {
  position: absolute;
  bottom: 30px;
  left: 30px;
  border-radius: 30px;
  color: #fff;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 1em;
  padding: 16px 26px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f77062+0,ee488a+100 */
  background: #f77062;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#f77062), to(#ee488a));
  background: linear-gradient(to right, #f77062 0%, #ee488a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77062', endColorstr='#ee488a',GradientType=1 );
  /* IE6-9 */
}
.blog-page .single-blog-post .text-box {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #E5E5E5;
  border-top: 0;
  padding: 30px;
  padding-bottom: 35px;
}
.blog-page .single-blog-post .text-box .meta-info a {
  color: #848484;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 1em;
  display: inline-block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-page .single-blog-post .text-box .meta-info a i {
  margin-right: 4px;
}
.blog-page .single-blog-post .text-box .meta-info a:hover {
  color: #f77062;
}
.blog-page .single-blog-post .text-box .meta-info a + a {
  margin-left: 10px;
}
.blog-page .single-blog-post .text-box h3, .blog-page .single-blog-post .text-box p {
  margin: 0;
}
.blog-page .single-blog-post .text-box h3 {
  color: #222222;
  font-family: 'Montserrat';
  font-size: 24px;
  line-height: 1em;
  margin-top: 5px;
  margin-bottom: 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-page .single-blog-post .text-box h3:hover {
  color: #F25C76;
}
.blog-page .single-blog-post .text-box p {
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 26px;
  color: #848484;
}
.blog-page .pagination {
  margin-bottom: 20px;
  margin-top: 50px;
}
.blog-page .pagination > li > a, .blog-page .pagination > li > span {
  padding: 13px 20px;
}

.single-blog-page .single-blog-post .blockqoute {
  background: #F5F5F5;
  border-radius: 10px;
  color: #848484;
  font-size: 14px;
  line-height: 26px;
  font-style: italic;
  padding: 30px;
}
.single-blog-page .single-blog-post .share-box {
  margin-top: 30px;
}
.single-blog-page .single-blog-post .share-box span {
  color: #848484;
  font-size: 15px;
  font-family: 'Open Sans';
  font-weight: 600;
  display: inline-block;
  margin-right: 15px;
}
.single-blog-page .single-blog-post .share-box a {
  width: 40px;
  height: 40px;
  color: #848484;
  font-size: 15px;
  line-height: 38px;
  border: 1px solid #D9D9D9;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-blog-page .single-blog-post .share-box a + a {
  margin-left: 10px;
}
.single-blog-page .single-blog-post .share-box a:hover {
  color: #fff;
  border-color: #f77062;
  background: #f77062;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#f77062), to(#ee488a));
  background: linear-gradient(to right, #f77062 0%, #ee488a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77062', endColorstr='#ee488a',GradientType=1 );
  /* IE6-9 */
}
.single-blog-page .comment-box, .single-blog-page .leave-a-comment {
  margin-top: 70px;
}
.single-blog-page .comment-box .title, .single-blog-page .leave-a-comment .title {
  margin-bottom: 30px;
}
.single-blog-page .comment-box .title h3, .single-blog-page .leave-a-comment .title h3 {
  color: #222222;
  font-family: 'Montserrat';
  font-size: 24px;
  line-height: 1em;
  margin: 0;
}
.single-blog-page .comment-box .single-comment + .single-comment {
  margin-top: 37px;
}
.single-blog-page .comment-box .single-comment .img-box, .single-blog-page .comment-box .single-comment .text-box {
  display: table-cell;
  vertical-align: top;
}
.single-blog-page .comment-box .single-comment .img-box {
  width: 85px;
}
.single-blog-page .comment-box .single-comment .text-box {
  padding-left: 25px;
}
.single-blog-page .comment-box .single-comment .text-box h3, .single-blog-page .comment-box .single-comment .text-box p {
  margin: 0;
}
.single-blog-page .comment-box .single-comment .text-box h3 {
  color: #222222;
  font-family: 'Montserrat';
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 5px;
}
.single-blog-page .comment-box .single-comment .text-box span {
  font-family: 'Open Sans';
  font-size: 13px;
  line-height: 1em;
}
.single-blog-page .comment-box .single-comment .text-box p {
  font-family: 'Lato';
  font-size: 15px;
  line-height: 26px;
  margin-top: 15px;
}
.single-blog-page .leave-a-comment form label.error {
  display: none !important;
}
.single-blog-page .leave-a-comment form input, .single-blog-page .leave-a-comment form textarea {
  border: 1px solid #E5E5E5;
  outline: none;
  width: 100%;
  height: 50px;
  border-radius: 7px;
  padding-left: 20px;
  margin-bottom: 30px;
  display: block;
}
.single-blog-page .leave-a-comment form input.error, .single-blog-page .leave-a-comment form textarea.error {
  background: rgba(255, 0, 0, 0.3);
  border-color: rgba(255, 0, 0, 0.3);
}
.single-blog-page .leave-a-comment form textarea {
  height: 160px;
  padding-top: 10px;
}
.single-blog-page .leave-a-comment form button[type=submit] {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f77062+0,ee488a+100 */
  background: #f77062;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#f77062), to(#ee488a));
  background: linear-gradient(to right, #f77062 0%, #ee488a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77062', endColorstr='#ee488a',GradientType=1 );
  /* IE6-9 */
  font-family: 'Open Sans';
  font-size: 15px;
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: .05em;
  border: none;
  outline: none;
  border-radius: 30px;
  padding: 14.5px 49.5px;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
}
.single-blog-page .leave-a-comment form button[type=submit]:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee488a+0,f77062+100 */
  background: #ee488a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#ee488a), to(#f77062));
  background: linear-gradient(to right, #ee488a 0%, #f77062 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee488a', endColorstr='#f77062',GradientType=1 );
  /* IE6-9 */
}

/************************** 
* 19 sidebar styles 
***************************/
.sidebar.sidebar-right {
  padding-left: 20px;
}
.sidebar .single-sidebar + .single-sidebar {
  margin-top: 50px;
}
.sidebar .single-sidebar ul, .sidebar .single-sidebar li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .single-sidebar .title {
  margin-bottom: 30px;
}
.sidebar .single-sidebar .title h3 {
  margin: 0;
  color: #222222;
  font-family: 'Montserrat';
  font-size: 24px;
  line-height: 1em;
}
.sidebar .single-sidebar.search form {
  border: 1px solid #E5E5E5;
  border-radius: 30px;
  width: 100%;
  height: 50px;
  position: relative;
}
.sidebar .single-sidebar.search form input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  padding-left: 20px;
}
.sidebar .single-sidebar.search form button {
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 17px;
  line-height: 1em;
  border-radius: 30px;
  width: 100px;
  height: 50px;
  -webkit-box-shadow: 0px 23px 42px rgba(51, 44, 72, 0.2);
          box-shadow: 0px 23px 42px rgba(51, 44, 72, 0.2);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f77062+0,ee488a+100 */
  background: #f77062;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#f77062), to(#ee488a));
  background: linear-gradient(to right, #f77062 0%, #ee488a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77062', endColorstr='#ee488a',GradientType=1 );
  /* IE6-9 */
}
.sidebar .single-sidebar.category .title {
  margin-bottom: 20px;
}
.sidebar .single-sidebar.category ul.category-list li + li {
  margin-top: 10px;
}
.sidebar .single-sidebar.category ul.category-list li a {
  color: #777777;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 1em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar .single-sidebar.category ul.category-list li a:hover {
  color: #222222;
}
.sidebar .single-sidebar.archives .title {
  margin-bottom: 20px;
}
.sidebar .single-sidebar.archives ul.archives-list li + li {
  margin-top: 10px;
}
.sidebar .single-sidebar.archives ul.archives-list li a {
  color: #777777;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 1em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar .single-sidebar.archives ul.archives-list li a:hover {
  color: #222222;
}
.sidebar .single-sidebar.latest-post .single-latest-post + .single-latest-post {
  margin-top: 30px;
}
.sidebar .single-sidebar.latest-post .single-latest-post .img-box, .sidebar .single-sidebar.latest-post .single-latest-post .text-box {
  display: table-cell;
  vertical-align: middle;
}
.sidebar .single-sidebar.latest-post .single-latest-post .img-box {
  width: 85px;
}
.sidebar .single-sidebar.latest-post .single-latest-post .text-box {
  padding-left: 20px;
}
.sidebar .single-sidebar.latest-post .single-latest-post .text-box h4 {
  margin: 0;
  color: #222222;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Open Sans';
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar .single-sidebar.latest-post .single-latest-post .text-box h4:hover {
  color: #D7417D;
}
.sidebar .single-sidebar.latest-post .single-latest-post .text-box span {
  font-family: 'Open Sans';
  font-size: 13px;
  line-height: 1em;
  color: #848484;
}

/*# sourceMappingURL=style.css.map */