﻿/*
 Theme Name:  Appmom
 Description:  Appmom - WordPress Landing Page Theme
 Author:  HasTech
 Author URI:  https://hastech.company
 Version:  1.1.0
 Tags:  slider, site-builder, page-builder, responsive-layout, fixed-layout, fluid-layout, charity, non-profit, one-column, two-column, three-column, four-column, custom-colors, custom-header, custom-menu, editor-style, featured-images, translation-ready, full-width-template, theme-options
 License:  GPL 2.0
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Template:  layerswp
 
-------------------------------
    ** TABLE OF CONTENTS ** 
-------------------------------
** Common Classes
** Header Area
** Slider Area
** Advertise Area
** Class Area
** Register Area
** Service Area
** Fun Factor Area
** Testimonial Area
** Gallery Area
** Blog Area
** Newsletter Area
** Map Area
** Footer Area

/*------------------------------*/
/*- 1. THEME DEFAULT CSS -------*/
/*------------------------------*/
html {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: calc(100%) !important;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
  font-weight: 400;
}
a:focus, 
:focus {
    outline: 0px solid;
}
a:hover {
    text-decoration: none;
}
a:active, 
a:hover {
    outline: 0 none;
}
body{
color:#333333;
}
.container {
    margin: auto;
    max-width: 1200px;
    padding: 0 20px;
}
.container.list-masonry {
    max-width: 1200px;
}
[class*="column"] {
    margin-bottom: 0px;
}
.content-vertical-massive {
    padding-top: 90px;
    padding-bottom: 90px;
}
.fix {overflow:hidden;}
.clear{clear:both;}

/*------------------------------*/
/*- Write your code here ---------*/
/*------------------------------*/


/*------------------------------*/
/*- 1. BREADCRUMB AREA ---------*/
/*------------------------------*/
.breadcrumb-area {
    background-color: #dcdcdc;
    padding: 67px 0 70px;
    background-size:cover;
}
.breadcrumb-area.single-page{
  padding: 92px 0 96px;
}
.breadcrumb-title h1 {
    color: #5aa16a;
    font-size: 36px;
    font-weight: 500;
}
.breadcrumb-list {
  margin: 0;
}
.breadcrumb-list {
}
.breadcrumb-list li, .breadcrumb-list li a {
  display: inline-block;
  font-size: 14px;
  padding: 0 5px;
}
.breadcrumb-list li a:hover,
.breadcrumb-list li .current > a {
    text-decoration: none;
}
.breadcrumb-padding.pages-p {
  text-align: center;
}
.breadcrumb-list a, .breadcrumb-list a{
    color: #5e5e5e;
}
.breadcrumb-list a:hover{
    color: #3a3ac0;
    transition: all 0.3s ease 0s;
}
.breadcrumb-list li,.breadcrumb-list ul {
  color: #555;
}
/*------------------------------*/
/*-  Sidebar AREA ---------*/
/*------------------------------*/

.sidebar .content.well {
    background:transparent;
}
.push-bottom-large {
  margin-bottom: 0;
}
.pull-right.sidebar h5.section-nav-title,
.pull-left.sidebar h5.section-nav-title
 {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
}
.pull-right.sidebar h5.section-nav-title,
.pull-left.sidebar h5.section-nav-title
 {
    border-bottom: 1px solid #e5e5e5;
    bottom: -1px;
    display: block;
    font-size: 20px;
    line-height: 17px;
    padding-bottom: 13px;
    position: relative;
    text-transform:capitalize;color: #333;
    font-weight:500;
}
.pull-right.sidebar h5.section-nav-title::before, 
.pull-left.sidebar h5.section-nav-title::before {
  background: #2727c1 none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 50%;
}
/* tag */
.tagcloud a {display: inline-block;}
.footer-site .footer-top-grid .tagcloud a {
  color: #fff ;
}
.tagcloud a {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  color: #333333;
  display: inline-block;
  margin: 0 6px 10px 0;
  padding: 8px 17px;
  text-align: center;
  font-size:15px !important;
}
.tagcloud a:hover {
    border-color: #3a3ac0;
    background: #3a3ac0;
    color: #fff
}
/* textwidget */
.textwidget img{
    margin-top:10px;
}
.textwidget form{
    margin-top:5px;
}

.sidebar aside {
    border: 1px solid #eeeeee;
    box-shadow: 1px 1px 5px #eeeeee;
}
.sidebar aside+aside {
    margin-top: 20px;
}

/* calender*/

.widget_calendar #wp-calendar caption {
    font-size: 14px;
    margin-bottom: 5px;
}

.widget_calendar #wp-calendar tr td {
    border: 1px solid #ccc;
}

.widget_calendar table,
.widget_calendar table th {
    border: 1px solid #ccc;
    text-align: center;
}

.widget_calendar #wp-calendar tr td#today {
    background: #ccc none repeat scroll 0 0;
}


/*------------------------------*/
/*- BLOG AREA ---------*/
/*------------------------------*/
.blog-pages{
    padding-top:75px;
    padding-bottom:90px;
}

.home-blog-page{
    padding-top: 0;
    padding-bottom: 70px;
}
.archive-page article + article, 
#post-list article + article {
  margin-top: 40px;
}
.navigation.pagination {
  margin: 40px 0 0;
}

.tempate-blog-page{
    padding-top:75px;
    padding-bottom:90px;    
}
.blog-heading-title a{
    font-size: 22px;
    font-weight:400;
}
.blog-heading-title .heading{
    margin-bottom:7px;
}
.sk{
    margin-bottom:20px;
}
#post-list .sticky, #post-list .tag-sticky-2 {
  border: 1px solid #3a3ac0;
  padding: 10px 15px 15px;
}
.extra-pagination .pagination {
  padding-top: 30px;
}
.meta-info {
  line-height: 1;
  margin-bottom: 13px;
}
.meta-item {
  display: inline-block;
  font-size: 14px;
}
.button {
  padding: 8px 15px;
}
.single-blog-item {
  padding-bottom: 20px;
}

/*------------------------------*/
/*- PAGE AREA ---------*/
/*------------------------------*/
.page-area{
    padding-top:75px;
    padding-bottom:90px;    
}

/*------------------------------*/
/*- PAGE AREA ---------*/
/*------------------------------*/
.page-area{
    padding-top:75px;
    padding-bottom:70px;    
}

/*------------------------------*/
/*-  single page AREA ---------*/
/*------------------------------*/
.single-blog-page {
    padding-top:75px;
    padding-bottom:90px;    
}
.single-title-heading{
    font-weight: 700;
     font-size:26px;
     margin-bottom:20px;
}
.story h1,
.comment h1,
.story h2,
.comment h2,
.story h3,
.comment h3,
.story h4,
.comment h4,
.story h5,
.comment h5,
.story h6,
.comment h6
{
  font-weight: 700;
  margin-bottom: 15px;
}
.story h1,
.comment h1
{
   font-size: 3.4rem;
}
.story h2,
.comment h2
{
   font-size: 3rem;
}
.story h3,
.comment h3
{
   font-size: 2.7rem;
}
.story h4,
.comment h4
{
   font-size: 2.6rem;
}
.story h5,
.comment h5
{
   font-size: 2.4rem;
}
.story h6,
.comment h6
{
   font-size: 2.2rem;
   font-weight: 700;
}
pre {
  overflow-x: scroll;
}
pre {
  overflow-x: scroll;
}
/*------------------------------*/
/*-  404 AREA ---------*/
/*------------------------------*/
.page-404{
    padding-top:75px;
    padding-bottom:90px;    
}

.not-found-title h1,.not-found-form h2 {
  font-size: 24px;
  text-transform: uppercase;
}
input[type="email"], 
input[type="text"], 
input[type="url"], 
input[type="search"], 
input[type="password"], 
input[type="number"], 
input[type="tel"], 
input[type="date"] {
  -moz-appearance: none;
  height: 45px;
  max-width: 100%;
}
.search-form input.search-field {
  width:80%;
  float: left;
}
.search-form input[type="submit"] {
  float: left;
  height: 45px;
}
.footer-site .search-form input.search-field {
  width: 100%;
}
textarea, input, select, button {
  border: 1px solid #eeeeee;
}
textarea {
  max-width: 100%;
}
.form-submit input[type="submit"] {
  height: 45px;
}
table td {
  border-right: 1px solid #ddd;
  text-align: center;
}
.post-password-form label {
  display: inline-block;
}

/*------------------------------*/
/*- search AREA ---------*/
/*------------------------------*/
.search-page-area{
    padding-top:75px;
    padding-bottom:90px;    
}
/*------------------------------*/
/*- SHOP AREA ---------*/
/*------------------------------*/
.product-pages{
    padding-top:75px;
    padding-bottom:90px;    
}

/*------------------------------*/
/*- SINGLE SHOP AREA ---------*/
/*------------------------------*/
.single-product-page{
    padding-top:75px;
    padding-bottom:90px;    
}

/*------------------------------*/
/*- comment area ---------*/
/*------------------------------*/
.grid.comments-nested.push-top {
    border-top: 0px solid #ddd;
}

#comments .content {
  padding: 40px;
}

.push-top-large .children {
    margin-left: 20px;
}
.comment.even.content.well,
.comment-list .even.content.well {
    display: block;
    width: 100%;
    background-color: #f5f5f5;
}
.comment.odd.content.well,
.comment-list .odd.content.well {
    display: block;
    width: 100%;
    background-color: #f7f7f7;
}
.comment-respond {
    width: 100%;
}
.push-top-large {
  margin-top: 0;
}
.form-submit input[type="submit"] {
  padding: 10px 14px;
}


/*------------------------------*/
/*- some unit test style ---------*/
/*------------------------------*/

/* menu css */
.nav-horizontal li:hover > a{
  color: #3a3ac0;
}

.sub-menu, .nav .children {
  background-color: #fff;
  border: 1px solid #ddd;
  left: 0;
  line-height: normal;
  opacity: 0;
  position: absolute;
  top: 50px;
  transition: all 0.4s ease-in-out 0s;
  visibility: hidden;
  z-index: 5;
}
.sub-menu li a, .nav .children li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #000;
}
.sub-menu li a:hover, .nav .children li a:hover {
  background-color: #3a3ac0;
  color: #ffffff;
}
.nav li:hover > .sub-menu,
.nav li:hover > .children {
  opacity: 1;
  top: 100%;
  transition: all 0.2s ease-in-out 0s;
  visibility: visible;
}
.nav-horizontal ul.menu li ul.children li ul.children {
    opacity: 0;
    left: 100%;
    top: 0;  
}
.nav-horizontal ul.menu li ul.children li:hover ul.children {
  opacity: 1;
}

body.blog .header-site{
    border-bottom:1px solid #ddd;
}
.site-description {
  padding-bottom: 18px;
}
.sitename {
  line-height: 1;
}
.tagline {
  line-height: 1;
  margin: 0;
}
.header-site .nav-horizontal > ul > li {
  margin: 0 2px;
  padding-bottom:10px;
}
.nav > ul > li .sub-menu .sub-menu, 
.nav li:hover > .sub-menu .sub-menu, 
.nav > ul > li .children .children, 
.nav li:hover > .children .children {
  left: 181px;
  top: -1px;
}
.sitename.sitetitle > a {
    color: #ffffff;
}
.tagline {
    color: #ffffff;
}

/* page image aligment */
.alignleft {
  margin-right: 15px;
}
.wp-caption {
  background:transparent;
}
.avatar .avatar-body .avatar-name {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.post-password-form input[type="submit"] {
  margin-left: 0;
  padding: 12px 20px;
}
.nocomments {
  background: #f5f5f5 none repeat scroll 0 0;
  margin-top: 25px;
  padding: 10px;
}
.conmment-title_quick .heading.comment-title {
   font-size: 2.7rem;
  font-weight: 700;
  margin: 20px 0  13px 0;
}
.copy blockquote {
  font-size: 1.5rem;
}
article {
  overflow: hidden;
}
.avatar-body > small {
  color: #333333;
  font-size: 13px;
}
.site-description {
  padding-bottom: 0;
}
.meta-item i {
  text-align: center;
  width: 18px;
}

/*Hidden Class*/
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}


/*Helper class*/
.overflow--visible{
  overflow: unset !important;
}

/*Section Title */

.section-title {
  margin-bottom: 75px;
}
.section-title > .heading {
  color: #535353;
  font-size: 36px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.section-title > .heading span {
  font-weight: bold;
}
.section-title > p, 
.section-title > .excerpt {
  
}

/*Slider area*/
.section-title.slider-text h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.section-title.slider-text h2 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 21px;
    text-transform: uppercase;
}
.section-title.slider-text p {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    padding-right: 132px;
}
.button-set a.button {
    background-color: #fff;
    border: 1px solid #ffffff;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    font-weight: 700;
    padding: 10px 30px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.button-set a {
    margin-right: 10px;
}
.button-set a.button.active {
    margin-right: 30px;
}
.button-set a.button:hover,
.button-set a.button.active {
    background: none;
    border-color: #fff;
    transition: all 0.3s ease 0s;
    color: #fff;
}
.button-set a.button.active:hover {
    background-color: #fff;
    border: 1px solid #ffffff;
    border-radius: 3px;
    color: #444;
}
.button-set {
    margin-top: 42px;
}
.at-slider-wrap .swiper-slide.image-right .copy-container, 
.at-slider-wrap .swiper-slide.image-left .copy-container {
  width: 85%;
}

.gradient-overlay {
    position: relative;
}
.gradient-overlay::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}
.gradient-overlay > div {
    position: relative;
    z-index: 9;
}


/*---------------------------*/
/*- SLIDER VIDEO BG  --------*/
.swiper-slide video{
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: auto;
  background-size: cover;
  object-fit: cover;
  -webkit-object-fit: cover;
}
.swiper-slide video source{
  width: 100%;
  height: 100%;
}
.apptech-slider-video {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.apptech-slider-video iframe{
  max-width: none;
  position: absolute;
  display: block;
}

.apptech-slider-video.layers-slider-video-ultra-wide iframe{
  width: 100%;
  height: 350%;
  top: -125%;
  left: 0;
}

.apptech-slider-video.layers-slider-video-super-wide iframe{
  width: 100%;
  height: 250%;
  top: -75%;
  left: 0;
}

.apptech-slider-video.layers-slider-video-wide iframe{
  width: 100%;
  height: 200%;
  top: -50%;
  left: 0;
}

.apptech-slider-video.layers-slider-video-square iframe{
  width: 160%;
  height: 100%;
  top: 0;
  left: -30%;
}

.apptech-slider-video.layers-slider-video-tall iframe{
  width: 250%;
  height: 100%;
  top: 0;
  left: -75%;
}

.apptech-slider-video.layers-slider-video-super-tall iframe {
  width: 400%;
  height: 100%;
  top: 0;
  left: -150%;
}


/*----------------------
  3. Service area
------------------------*/

.single-item {
    padding: 43px 15px 35px;
    transition: all 0.3s ease 0s;
}
.single-item:hover {
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15);
}
.single-item-icon {
    margin-bottom: 10px;
    padding-bottom: 20px;
    position: relative;
}
.single-item-icon::before{
    background: #34173f;
    background: -moz-linear-gradient(45deg, #34173f 29%, #2727c1 99%);
    background: -webkit-linear-gradient(45deg, #34173f 29%, #2727c1 99%);
    background: linear-gradient(45deg, #34173f 29%, #2727c1 99%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#34173f', endColorstr='#2727c1', GradientType=1);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 40px;
}

.text-right .single-item-icon::before{
  right: 0;
  left: auto;
}
.text-left .single-item-icon::before{
  right: auto;
  left: 0;
}
.text-center .single-item-icon::before{
  right: 0;
  left: 0;
}


.appmom-service-area .single-item .media-image{

}
.single-item-icon i {
    background-color: rgba(0, 0, 0, 0);
    color: #3a3ac0;
    font-size: 50px;
    transition: all 0.3s ease 0s;
    width: 100px;
}
.single-item .heading.ht-pt{
    color: #666666;
    font-size: 21px;
    font-weight: 600;
    margin: 0;
}
.single-item p, 
.single-item .excerpt {
  color: #7a7a7a;
  font-family: "Lato",sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 15px;
}

.single-item .media-image img {
  max-width: 50px;
}

/*======================================
  About area
========================================*/
.about-bottom-left h1.heading {
    color: #535353;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 13px;
    text-transform: uppercase;
    line-height: 30px;
}
.about-bottom-left  h1.heading span {
    font-weight: bold;
}
.about-bottom-left h3 {
  color: #666666;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 24px;
}
.about-icon ul {
  display: flex;
  justify-content: flex-start;
}
.about-icon ul li {
    padding-right: 30px;
}
.about-icon ul li:last-child {
    padding-right: 0;
}
.text-right .about-icon ul {
    justify-content: flex-end;
}
.text-center .about-icon ul {
    justify-content: center;
}
.about-icon li a {
    color: #666666;
    font-size: 22px;
    line-height: 0;
}
.about-icon li a i {
    transition: 0.3s;
}
.about-icon li a:hover i {
    color: #3a3ac0;
}
.about-pb {
    padding-bottom: 12px;
}
.about-bottom-left > p {
    padding-right: 36px;
}
.about-bottom-img {
    padding-left: 57px;
}
.about-icon {
    display: block;
    margin-top: 39px;
}
.about-bottom-img {
    padding-top: 46px;
}
.appmom-about-wrapper div[class*="column"] {
  align-self: center;
}

/*----------------------
  Feature area
------------------------*/

.title-style > h1 {
    color: #535353;
    font-size: 36px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.title-style > h1 span {
    font-weight: bold;
}
.title-style > p {
    padding: 0 232px;
}
.feature-list-icon {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 50%;
    height: 70px;
    line-height: 87px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 70px;
}
.single-features-list:hover .feature-list-icon {
    background: #3B3CC4;
}
.single-features-list:hover .feature-list-icon i {
    color: #fff
}
.featured-left .feature-list-icon {
    float: right;
}
.featured-right .feature-list-icon {
    float: left;
}
.feature-list-icon i {
    color: #444;
    font-size: 35px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.feature-list-text > h3,
.feature-list-text2 > h3 {
    color: #666666;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 14px;
    margin-top: 20px;
}
.featured-left .feature-list-text {
    margin-right: 85px;
}
.featured-right .feature-list-text {
    margin-left: 85px;
}
.single-features-list {
    margin-bottom: 50px;
}
.title-pb {
    padding-bottom: 74px;
}
.title-pb5 {
    padding-bottom: 90px;
}
.title-pb4 {
    padding-bottom: 68px;
}
.title-pb3 {
    padding-bottom: 64px;
}
.title-pb2 {
    padding-bottom: 78px;
}
.feature-top {
    padding-top: 79px;
}
.feature-list-text2 {
    padding-left: 110px;
    padding-right: 100px;
}
p {
  color: #7a7a7a;
  font-family: "Lato",sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 15px;
}

.column.featured-left {
    margin-right: 0;
}
.column.featured-right {
    margin-left: 0;
}
.feature-list {
  margin-top: 50px;
}

/*----------------------
  Video area 
------------------------*/

.video-area {
  padding: 200px;
}
.video-area h2{
  color: #fff;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 600;
}

.video-popup {
  border: 5px solid #ffffff;
  border-radius: 50px;
  color: #ffffff;
  display: inline-block;
  height: 60px;
  line-height: 64px;
  margin: 0 auto;
  text-align: center;
  width: 60px;
}
.video-popup i {
    color: #ffffff;
    font-size: 30px;
    padding-left: 3px;
    transition: 0.3s;
}
.video-popup:hover {
    border: 5px solid #3a3ac0;
}
.video-popup:hover i {
    color: #3a3ac0;
}

/*----------------------
  Question area
------------------------*/

.question-area .panel-group {
    margin-bottom: 0;
}
.sauget-accordion .panel-heading {
    border: medium none;
    border-radius: 0;
    padding: 0;
}
.sauget-accordion .panel-heading h4 a {
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, #34173f 29%, #2727c1 99%) repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    padding: 18px 0 18px 67px;
    position: relative;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
}
.sauget-accordion .panel-heading h4 a.collapsed {
    background: #f1f1f1;
    color: #666;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    padding: 18px 0 18px 67px;
    box-shadow: none;
}
.panel-group .panel + .panel {
    margin-top: 10px;
}
.panel {
    border: none;
    box-shadow: none;
}
.panel-body {
    border: medium none !important;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    padding: 23px 30px 25px;
}
.panel.sauget-accordion {
    margin-right: 83px;
}
.faq-accordion .panel-title a.collapsed::before,
.faq-accordion .panel-title a::before {
    background-color: #fff;
    border-radius: 100%;
    color: #808080;
    content: "";
    font-family: Material-Design-Iconic-Font;
    font-size: 16px;
    height: 27px;
    left: 30px;
    line-height: 28px;
    position: absolute;
    text-align: center;
    top: 13px;
    width: 27px;
}
.faq-accordion .active .panel-title a.collapsed::before {
    background-color: #fff;
    content: "\f273";
}
.faq-accordion .panel-title a::before {
    background-color: #fff;
    content: "\f273";
}
.feature-list.mt-0{
  margin-top: 0;
}
.choose-area .feature-list-text h3 {
  margin-top: 0px;
}
.choose-area [class*="column"] {
  align-self: center;
}



/*----------------------
  Download area
------------------------*/

.download-area.gradient-overlay .section-title > .heading{
  font-weight: 700;
  color: #fff;
}
.download-area.gradient-overlay .section-title > .excerpt, 
.download-area.gradient-overlay .section-title > .excerpt p{
  color: #fff;
}
.download-links a {
  color: #666;
  font-size: 26px;
  line-height: 73px;
}
.download-links a {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #666;
  display: inline-block;
  font-size: 26px;
  height: 80px;
  line-height: 73px;
  margin: auto 20px;
  padding: 0 45px;
  transition: all 0.3s ease 0s;
}
.download-links a:hover {
    background-color: transparent;
}
.download-links a i {
  color: #666;
  display: block;
  float: left;
  font-size: 35px;
  line-height: 78px;
  padding: 0 16px 0 0;
  transition: all 0.3s ease 0s;
}

.download-links a i,
.download-links a .button-text {
    transition: 0.3s;
}
.download-links a:hover i,
.download-links a:hover .button-text {
    color: #fff;
}
.appstore-area .container .grid {
  justify-content: center;
}
.appstore-area.content-vertical-massive {
  padding-bottom: 120px;
  padding-top: 120px;
}

/*======================================
  Question area
========================================*/
#accordion .panel-title {
    background: #f1f1f1 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #666;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    margin: 10px;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title.ui-accordion-header-active {
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, #34173f 29%, #2727c1 99%) repeat scroll 0 0;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
}
.ui-accordion .ui-accordion-content {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  margin: 10px;
  padding: 25px 30px;
}
.ui-accordion .ui-accordion-content p{
  color: #7a7a7a;
  font-family: "Lato",sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 15px;
}
.ui-icon-triangle-1-e {
  background-position: 0 -192px;
  transition: 0.3s;
  margin-right: 8px;
}
.ui-icon-triangle-1-s {
  background-position: -16px -192px;
  transition: 0.3s;
  margin-right: 8px;
}


.appmom-faq-area #accordion{
  margin-right: 85px;
}

/*======================================
   Screenshot area
========================================*/
.screenshot-slider .slick-list {
    padding: 43px 0 !important;
}
.single-screenshot .image a {
    display: block;
    position: relative;
}
.single-screenshot.slick-center .image a {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
    -webkit-transform: scaleY(1.1) scaleX(1.1);
    -ms-transform: scaleY(1.1) scaleX(1.1);
    -o-transform: scaleY(1.1) scaleX(1.1);
    transform: scaleY(1.1) scaleX(1.1);
    transition: 0.3s;
}
.slick-slide img {
    display: block;
    width: 100%;
}
.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.slick-dots {
    display: block;
    line-height: 7px;
    margin-top: 47px;
    text-align: center;
}
.slider-2 .slick-dots {
    margin-top: 60px;
}
.slick-dots li button {
    background-color: #8BBBFC;
    border-radius: 50px;
    height: 14px;
    width: 14px;
    padding: 0;
    text-indent: -999999px;
    border: 2px solid transparent;
}
.slick-dots li:not(.slick-active) button {
    opacity: 0.5;
}
.slick-dots li.slick-active button {
  background-color: transparent;
  border: 2px solid #3a3ac0;
  transform: scale(1.4);
}
.single-screenshot {
    position: relative;
}
.single-screenshot .image a:before {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    transition: all .3s ease 0s;
}
.single-screenshot .image a:hover:before {
    opacity: 0;
}
.single-screenshot.slick-current .image a:before {
    opacity: 0;
}
.screenshot-slider .single-screenshot {
    padding: 0 15px;
}
.screenshot-slider.slick-slider {
    padding: 0 125px;
}

/*======================================
  15. Review area
========================================*/
.reating-icon i {
    color: #f1c30d;
    font-size: 17px;
    margin-right: 3px;
}
.team-details > h3 {
    color: #666666;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}
.team-social p {
    margin-bottom: 10px;
}
.team-details {
  padding: 35px 45px 33px;
}
.team-image-wrap {
  padding-bottom: 60px;
}
.single-team.text-center {
    position: relative;
}
.team-image {
  background-color: #ffffff;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: inline-block;
  left: 50%;
  position: absolute;
  text-align: center;
  top: -40px;
  transform: translateX(-50%);
}
.team-image img {
  border-radius: 100%;
  margin: auto;
  width: 100px;
}
.slider-2 .slick-dots li button {
    border: medium none rgba(0, 0, 0, 0);
    background-color: #8BBBFC;
    border:3px solid transparent;
}
.slider-2 .slick-dots li:not(.slick-active) button {
  opacity: 0.5;
}
.slider-2 .slick-dots li.slick-active button {
    background-color: transparent;
    border: 2px solid #3a3ac0;
}
.slider-2 .slick-list {
    padding-top: 60px !important;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}
.slider-2 .slick-dots {
    margin-top: 0;
}

/*======================================
  Pricing area
========================================*/
.single-price-package {
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    padding-bottom: 60px;
    transition: 0.3s;
}
.single-price-package.on{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}
.price-title > h3 {
    color: #666666;
    font-size: 22px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 43px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-top: 60px;
}
.single-price-package .pricing-table-price > h4,
.single-price-package .pricing-table-price > p {
    color: #535353;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
    transition: all 0.3s ease 0s;
    z-index: 9;
}
.pricing-table-price .text-top {
    font-size: 20px;
    padding-right: 4px;
    position: relative;
    top: -12px;
}
.pricing-table-price h4 span.text-large {
    color: #535353;
    font-size: 50px;
    line-height: 61px;
    transition: all 0.3s ease 0s;
}
.pricing-table-price {
    padding: 25px 0 37px;
    position: relative;
    transition: all 0.3s ease 0s;
    z-index: 2;
    background: #e8e8e8;
}
.pricing-area .pricing-table-price > p {
    bottom: -6px;
    left: 6px;
    position: relative;
}
.price-title > h3::before {
    background: #cccccc none repeat scroll 0 0;
    bottom: -13px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: all 0.3s ease 0s;
    width: 46px;
}
.price-title > h3::after {
    background: #cccccc none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    transition: all 0.3s ease 0s;
    width: 29px;
}
.price-list {
    padding-top: 28px;
}
.price-list li {
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
}
.page .price-btn .button {
  border-radius: 10px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 30px;
  padding: 0 47px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  background: #e8e8e8 none repeat scroll 0 0;
  color: #616161;
}
.single-price-package:hover .button,
.single-price-package:hover .pricing-table-price,
.single-price-package.on .button,
.single-price-package.on .pricing-table-price {
    color: #fff;
    transition: all 0.3s ease 0s;
}
.page .single-price-package:hover .pricing-table-price > h4,
.page .single-price-package:hover .pricing-table-price > p,
.page .single-price-package:hover h4 span.text-large,
.page .single-price-package.on .pricing-table-price > h4,
.page .single-price-package.on .pricing-table-price > p,
.page .single-price-package.on h4 span.text-large {
    color: #fff;
    transition: all 0.3s ease 0s;
}
.grid.pricing-container .pricing-area .single-price-wrap {
  padding: 0 5px;
}
.grid.pricing-container {
  margin-left: -15px;
  margin-right: -15px;
}

.single-price-package.thumbnail-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

/*======================================
  Counter area
========================================*/
.counter {
  display: block;
  padding: 15px;
}
.icon-text {
    display: inline-block;
    float: left;
    margin-top: -20px;
    text-align: left;
}
.icon-coun {
    display: inline-block;
    float: left;
    padding-right: 34px;
}
.icon-coun i {
    font-size: 36px;
    height: 74px;
    line-height: 74px;
    width: 74px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: 0.3s;
}
span.timer {
    color: #535353;
    font-family: "Lato", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 69px;
}
.icon-text > p {
    color: #666666;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0 !important;
    text-transform: uppercase;
}
.counter-area {
  padding: 115px 180px 100px;
}
.counter:hover .icon-coun i {
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, #34173f 29%, #2727c1 99%) repeat scroll 0 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
    color: #fff;
}
.container .icon-coun {
  display: inline-block;
  float: none;
  margin-bottom: 30px;
  padding-right: 0;
  text-align: center;
}
.container .icon-text {
  display: block;
  float: none;
  margin-top: -20px;
  text-align: center;
}

/*======================================
  Subscribe form
========================================*/
.apptech-subscribe-form input[type="email"] {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border-color: -moz-use-text-color -moz-use-text-color #fff;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 2px;
  color: #fff;
  font-size: 16px;
  height: 70px;
  padding: 0 65px 0 5px;
}
.apptech-subscribe-form {
  display: flex;
  justify-content: space-between;
  margin: 35px auto auto;
  position: relative;
  width: 360px;
}
.page .apptech-subscribe-form input[type="submit"] {
  background: rgba(255, 255, 255, 1) url("assets/images/icon/submitbtn-color.png") no-repeat scroll center center / 45% auto;
  border-radius: 100%;
  height: 45px;
  margin-top: 0;
  position: absolute;
  right: 0;
  text-indent: -999px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 45px;
}
.page .apptech-subscribe-form input[type="submit"]:hover {
  background: rgba(33, 150, 243, 1) url("assets/images/icon/submitbtn-color-hover.png") no-repeat scroll center center / 45% auto;
}
.data-black-overlay {
    position: relative;
}
.data-black-overlay::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}
.data-black-overlay > div {
  position: relative;
  z-index: 2;
}
.mc4wp-response {
  margin-top: 20px;
}
.content-vertical-massive.subscribe-area {
  padding: 120px 120px 40px;
}

.gradient-overlay .section-title > .heading,
.gradient-overlay .section-title > .excerpt, 
.gradient-overlay .section-title > .excerpt p {
    color: #fff;
}

.gradient-overlay input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.gradient-overlay input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.gradient-overlay input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.gradient-overlay input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.newsletter-shortcode{
  margin-top: 80px;
}

/*----------------------
   Slider logo
------------------------*/

.single-item2 a{
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 30px 20px;
    transition: all 0.3s ease 0s;
    display: block;
    text-align: center;
}
.single-item2 a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
}


.brand-slide-area .brand-list {
  margin-left: -15px;
  margin-right: -15px;
}
.brand-list .brand-team{
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 20%;
}
.brand-slide-area .slick-slide img {
    width: inherit !important;
    height: auto;
    max-width: 100%;
    margin: auto;
}
.brand-slide-area .brand-list .brand-team{
  width: 100%;
}

/*======================================
  Contact form
========================================*/
.contact-form input[type="email"], 
.contact-form input[type="text"], 
.contact-form input[type="url"], 
.contact-form input[type="search"], 
.contact-form input[type="password"], 
.contact-form input[type="number"], 
.contact-form input[type="tel"], 
.contact-form input[type="date"], 
.contact-form .submit-form input[type="submit"], .contact-form textarea {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dddddd;
  border-radius: 10px;
  color: #777;
  font-family: "Lato",sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  margin-bottom: 18px;
  max-width: inherit;
  padding: 0 20px;
  transition: all 0.3s ease 0s;
  width: 100%;
  max-width: inherit;
}
.contact-form input[type="email"]:focus, 
.contact-form input[type="text"]:focus, 
.contact-form input[type="url"]:focus, 
.contact-form input[type="search"]:focus, 
.contact-form input[type="password"]:focus, 
.contact-form input[type="number"]:focus, 
.contact-form input[type="tel"]:focus, 
.contact-form input[type="date"]:focus, 
.contact-form textarea:focus{
    border-color: #3a3ac0;
    box-shadow: inherit;
    outline: 0 none;
}
.contact-form textarea {
  height: 100px;
  padding: 16px 20px;
}
.submit-form input[type=submit] {
  margin-bottom: 0;
  margin-top: 20px;
  transition: all 0.3s ease 0s;
  color: #777;
}
.contact-form .submit-form input[type="submit"] {
text-transform: uppercase;
}
.contact-form .submit-form input[type="submit"]:hover {
  background-color: #3a3ac0;
  border: 1px solid #3a3ac0;
  color: #fff;
}
.submit-form {
    position: relative;
}
.submit-form img.ajax-loader {
    display: inline-block;
    left: 50%;
    margin-bottom: auto;
    margin-right: auto;
    margin-top: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
div.wpcf7 img.ajax-loader{
  margin-left: 0;
}
div.wpcf7-response-output {
  color: #777;
  margin: 5px 0 0;
  padding: 15px 20px;
  border-radius: 8px;
}
.contact-title.with-comaddress h2 {
  color: #535353;
  font-size: 26px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
.contact-title.with-comaddress p {
  color: #535353;
  font-size: 16px;
  text-align: center;
}
.contact-title.with-comaddress {
  margin-bottom: 40px;
}
.conatct-info {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    padding: 52px 100px;
    text-align: center;
}
.contact-icon {
    border: 1px solid #F3F3F3;
    border-radius: 10px;
    display: inline-table;
    height: 54px;
    margin-right: 18px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 54px;
}
.contact-icon i {
    display: table-cell;
    font-size: 30px;
    vertical-align: middle;
    color: #666666;
    transition: 0.3s;
}
.single-contact-info:hover .contact-icon {
    border: 1px solid #3a3ac0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
    background-color: #3a3ac0;
}
.single-contact-info:hover .contact-icon i {
    color: #fff;
}
.single-contact-info {
  display: flex;
}
.contact-text {
  text-align: left;
}
.column.setaddressinfo.span-12 {
  margin-bottom: 0;
}
.setaddressinfo {
  z-index: 999999;
}
.content-vertical-massive.apptech-contactus {
  padding-bottom: 0;
}
.company-location {
  margin-bottom: -80px;
  margin-top: 20px;
}
.contact-form-area {
    margin-bottom: 80px;
}

/*Footer*/
.footer-site{
  padding-top: 0;
  padding-bottom: 0;
}
/*======================================
  23. Custom footer
========================================*/
/* Start Custom footer */
/*overlay*/
[data-top-overlay], 
[data-copyright-overlay], 
[data-foo-overlay] {
  position: relative;
}
[data-top-overlay]:before, 
[data-copyright-overlay]:before, 
[data-foo-overlay]:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-top-overlay]:before, 
[data-copyright-overlay]:before, 
[data-foo-overlay]:before {
  background: #3a3ac0;
}
[data-top-overlay="1"]:before,
[data-copyright-overlay="1"]:before,
[data-foo-overlay="1"]:before {
  opacity: 0.1;
}
[data-top-overlay="2"]:before,
[data-copyright-overlay="2"]:before,
[data-foo-overlay="2"]:before {
  opacity: 0.2;
}
[data-top-overlay="3"]:before, 
[data-copyright-overlay="3"]:before, 
[data-foo-overlay="3"]:before {
  opacity: 0.3;
}
[data-top-overlay="4"]:before, 
[data-copyright-overlay="4"]:before, 
[data-foo-overlay="4"]:before {
  opacity: 0.4;
}
[data-top-overlay="5"]:before, 
[data-copyright-overlay="5"]:before, 
[data-foo-overlay="5"]:before {
  opacity: 0.5;
}
[data-top-overlay="6"]:before, 
[data-copyright-overlay="6"]:before, 
[data-foo-overlay="6"]:before {
  opacity: 0.6;
}
[data-top-overlay="7"]:before,
[data-copyright-overlay="7"]:before,
[data-foo-overlay="7"]:before {
  opacity: 0.7;
}
[data-top-overlay="8"]:before,
[data-copyright-overlay="8"]:before, 
[data-foo-overlay="8"]:before {
  opacity: 0.8;
}
[data-top-overlay="9"]:before,
[data-copyright-overlay="9"]:before,
[data-foo-overlay="9"]:before {
  opacity: 0.9;
}
[data-top-overlay="10"]:before, 
[data-copyright-overlay="10"]:before, 
[data-foo-overlay="10"]:before {
  opacity: 1;
}
[data-top-overlay="0"]:before, 
[data-copyright-overlay="0"]:before, 
[data-foo-overlay="0"]:before {
  opacity: 0;
}
[data-top-overlay] > div, 
[data-copyright-overlay] > div, 
[data-foo-overlay] > div {
    z-index: 99;
    position: relative;
}

/*-------------------------------*/
/*-FOOTER LOGO SIZING -----------------*/
/*-------------------------------*/
.footer-logo a .credit-card a{
  display: block;
}
.footer-logo-small a img{
  width: auto;
  max-height: 20px;
}
.footer-logo-medium a img{
  width: auto;
  max-height: 40px;
}
.footer-logo-large a img{
  width: auto;
  max-height: 80px;
}
.footer-logo-massive a img{
  width: auto;
  max-height: 120px;
}
/*Credit card style*/
.credit-card-small  img{
  width: auto;
  max-height: 10px;
}
.credit-card-medium img{
  width: auto;
  max-height: 20px;
}
.credit-card-large img{
  width: auto;
  max-height: 30px;
}
.credit-card-massive img{
  width: auto;
  max-height: 50px;
}
/*footer social icon*/
.footer-icon li {
    display: inline-block;
    transition: 0.3s;
}
.footer-icon ul li + li {
  margin-left: 15px;
}
.footer-icon a {
  border: 1px solid #f3f3f3;
  border-radius: 10px;
  color: #666;
  display: block;
  font-size: 25px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
}
.footer-icon a  i{
  transition: all 0.3s ease 0s;
}
.footer-icon a:hover {
    border: 1px solid #3a3ac0;
    box-shadow: 0 0 12px rgba(0, 0, 0, .35);
    background-color: #3a3ac0;
    transition: all 0.3s ease 0s;
}
.footer-icon a:hover i {
    color: #fff;
}
.footer-icon {
    padding: 30px 0 26px;
}
.footer-site {
  padding-bottom: 0;
  padding-top: 0;
}
.footer-site .container{
  padding-top: 0;
  padding-bottom: 0;
}
.footer-site  .grid.footer-top-grid {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-site  .grid.footer-top-grid .column {
  margin-bottom: 7px;
  padding: 20px 0 0;
}
/*Footer menu*/
.nav.nav-horizontal.footermenu {
  margin-top: 30px;
}
.copytest, .center-logo {
  align-self: center;
}
/*copyright style 2*/

.copyright .nav-horizontal li:last-child {
    margin-right: 0;
}
.copyright .nav-horizontal li:first-child {
    margin-left: 0;
}
.foo-copyright-style-2 .foo-copyright-foomenu-layout-2 .nav.nav-horizontal.footermenu, 
.foo-copyright-style-3 .foo-copyright-foomenu-layout-3 .nav.nav-horizontal.footermenu, 
.foo-copyright-style-5 .foo-copyright-foomenu-layout-5 .nav.nav-horizontal.footermenu,
.foo-copyright-style-4 .foo-copyright-foomenu-layout-4 .nav.nav-horizontal.footermenu,
.foo-copyright-style-6 .foo-copyright-foomenu-layout-6 .nav.nav-horizontal.footermenu,
.foo-copyright-style-7 .foo-copyright-foomenu-layout-7 .nav.nav-horizontal.footermenu,
.foo-copyright-style-8 .foo-copyright-foomenu-layout-8 .nav.nav-horizontal.footermenu,
.foo-copyright-style-9 .foo-copyright-foomenu-layout-9 .nav.nav-horizontal.footermenu,
.foo-copyright-style-11 .foo-copyright-foomenu-layout-11 .nav.nav-horizontal.footermenu,
.foo-copyright-style-12 .foo-copyright-foomenu-layout-12 .nav.nav-horizontal.footermenu,
.foo-copyright-style-13 .foo-copyright-foomenu-layout-13 .nav.nav-horizontal.footermenu,
.foo-copyright-style-14 .foo-copyright-foomenu-layout-14 .nav.nav-horizontal.footermenu,
.foo-copyright-style-15 .foo-copyright-foomenu-layout-15 .nav.nav-horizontal.footermenu,
.foo-copyright-style-10 .foo-copyright-foomenu-layout-10 .nav.nav-horizontal.footermenu{
  margin-top: 0;
}
.foo-copyright-style-2 .foo-copyright-foomenu-layout-2 .site-text,
.foo-copyright-style-4 .foo-copyright-foomenu-layout-4 .site-text,
.foo-copyright-style-5 .foo-copyright-foomenu-layout-5 .site-text,
.foo-copyright-style-6 .foo-copyright-foomenu-layout-6 .site-text,
.foo-copyright-style-7 .foo-copyright-foomenu-layout-7 .site-text,
.foo-copyright-style-8 .foo-copyright-foomenu-layout-8 .site-text,
.foo-copyright-style-9 .foo-copyright-foomenu-layout-9 .site-text,
.foo-copyright-style-11 .foo-copyright-foomenu-layout-11 .site-text,
.foo-copyright-style-12 .foo-copyright-foomenu-layout-12 .site-text,
.foo-copyright-style-13 .foo-copyright-foomenu-layout-13 .site-text,
.foo-copyright-style-14 .foo-copyright-foomenu-layout-14 .site-text,
.foo-copyright-style-15 .foo-copyright-foomenu-layout-15 .site-text,
.foo-copyright-style-10 .foo-copyright-foomenu-layout-10 .site-text{
  line-height: 28px;
}
.foo-copyright-foomenu-layout-2 {
  padding: 15px 0 0;
}
.foo-copyright-style-2 .foo-copyright-foomenu-layout-2 .nav-horizontal ul {
  display: block;
}

@media (max-width: 767px) {
  .copytest .site-text.text-right,
  .copytest .site-text.text-left {
    text-align: center;
  }
  .copyright .foo-menu {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .copyright .foo-menu {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 1200px) {

}
/*Footer style 6*/
.footer-icon.social-foo-right {
  padding: 0;
}
.social-foo-flex-center, .credit-card, .foo-menu {
  align-self: center;
}
.credit-card {
  align-self: center;
  display: flex;
  flex-direction: row-reverse;
}
.credit-card-area {
  align-self: center;
}
/*footer top area*/
.footer-top-area{
  padding: 50px 0;
}
.footer-top-info {
    display: flex;
    justify-content: center;
}

.footer-top-info.text-right {
    display: flex;
    justify-content: flex-end;
}
.footer-top-info.text-left {
    display: flex;
    justify-content: flex-start;
}
.footer-top-info .info-sin {
    padding: 0 20px;
}
.footer-top-info .info-sin:last-child {
    padding-right: 0;
}
.footer-top-info .info-sin:first-child {
    padding-left: 0;
}

.text-right .footer-top-info {
    justify-content: flex-end;
}
.text-left .footer-top-info {
    justify-content: flex-start;
}
.info-sin i, .info-sin p {
  display: inline-block;
}
.footer-top-info .info-sin, .footer-top-info .info-sin a {
  color: #fff;
  font-size: 18px;
}
/* End Custom footer */


/* Header style */
.header-site, .header-site.header-sticky {
  background: rgba(0, 0, 0, 0) linear-gradient(45deg, #34173f 29%, #2727c1 99%) repeat scroll 0 0;
}
.header-site .nav-horizontal > ul > li > a {
    padding: 0 0px;
    line-height: 1.42857143;
}
.header-site .nav-horizontal > ul > li > a {
    padding: 0 0px;
    line-height: 1.42857143;
}
.header-site.invert .nav.nav-horizontal > ul.menu > li > a, 
.header-site .nav-horizontal > ul > li > a {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  line-height: 1.42857143;
}

.header-site.invert .nav.nav-horizontal > ul.menu > li > a::before, 
.header-site .nav-horizontal > ul > li > a::before {
  background: #ffffff none repeat scroll 0 0;
  bottom: -5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(0);
  transition: all 0.3s ease 0s;
  width: 15px;
}
.header-site.invert .nav.nav-horizontal > ul.menu > li:hover > a::before, 
.header-site .nav-horizontal > ul > li:hover > a::before,
.header-site.invert .nav.nav-horizontal > ul.menu > li.current-menu-item > a::before, 
.header-site .nav-horizontal > ul > li.current-menu-item > a::before {
    transform: scale(1);
}
.sidebar .search-form input.search-field {
  width: 100%;
}
.sidebar .search-form input[type="submit"] {
  width: 100%;
}
.header-sticky nav.nav ul li ul li {
  font-size: 13px;
  width: 210px;
}
.nav li:hover > .sub-menu, .nav li:hover > .children {
  top: 45px;
}
.header-site.invert .sub-menu, .header-site.invert .sub-menu li a {
  font-size: 12px;
}
.header-site.invert .sub-menu, .header-site.invert .sub-menu li a {
  background: #3a3ac0 none repeat scroll 0 0;
  color: #ffffff;
}
/* archive page */
.archive-page article + article {
  margin-top: 20px;
}
.pagination .current {
  background-color: #e76a08;
  color: #ffffff;
}
.pagination a, .pagination span {
  height: 45px;
  line-height: 43px;
  min-width: 38px;
  width: 45px;
  padding:0 15px
}
.pagination a.prev,.pagination a.next {
  width: auto;
}
.pagination a:hover {
  background-color: #e76a08;
}
.off-canvas-right .search-form input[type="submit"] {
  width: 100%;
}
.off-canvas-right .search-form input.search-field {
  width: 100%;
}
div[class*=" off-canvas-"] .section-nav-title {
  color: #fff;
}

.breadcrumb-area {
    position: relative;
}
.breadcrumb-area::before {
    content: "";
    height: 100%;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
}


/* new unit taste css */
.search-page-area .push-bottom-large {
  margin-bottom: 20px;
}



/* =========================Responsive========================== */

@media (min-width: 1200px) and (max-width: 1500px) {
.icon-text {
  margin-top: 0;
}

}


@media (min-width: 992px) and (max-width: 1169px) {
.feature-list {
  margin-top: 0;
}
.counter-area [class*="span-"]{
  width: calc(100% / 12 * 6 - 20px);
}
.icon-coun {
  padding-right: 12px;
}
.blog-pages [class*="span-"] {
  width: calc(100% / 12 * 6 - 20px);
}
.pull-right.sidebar h5.section-nav-title, .pull-left.sidebar h5.section-nav-title {
  font-size: 16px;
}



}



@media (min-width: 768px) and (max-width: 991px) {

.apptech-feature-widget [class*="span-"] {
  width: 100%;
}
.feature-list {
  margin-top: 0;
}
.featured-right .single-features-list:last-child {
  margin-bottom: 0;
}
.apptech-whychoos-widget [class*="span-"] {
  width: 100%;
}
.download-links a {
  margin: auto 10px;
  padding: 0 25px;
}
.appmom-faq-area [class*="span-"] {
  width: 100%;
}
.appmom-faq-area .has-image {
  order: -1;
}
.appmom-faq-area #accordion {
  margin-right: 0;
}
.screenshot-slider.slick-slider {
  padding: 0 20px;
}
.counter-area {
  padding: 90px 20px;
}
.apptech-subscribe-form {
  width: 100%;
}
.single-item2 a {
  align-content: center;
  display: flex;
  height: 60px;
  padding: 0 20px;
}
.conatct-info {
  padding: 52px 20px;
}
.section-title {
  margin-bottom: 50px;
}
.blog-pages [class*="span-"] {
  width: calc(100% / 12 * 6 - 20px);
}
.blog-info-both .thumbnail img {
  width: 100%;
}
.not-found-area .search-form {
  display: block;
  margin: 20px 0 50px;
  overflow: hidden;
}

}


@media (max-width: 767px) {
    
.container {width:300px}

 /* login dashboard header */
.logged-in .header-site .container {
 margin-top: 44px;
}
.logged-in .header-site.header-sticky.is_stuck .container {
 margin-top: 0px;
}

.logged-in.admin-bar div[class*=" off-canvas-"] {
  margin-top: 90px;
  padding-top: 47px;
}
 /* login dashboard end */

.slider-text .button-set a.button {
  padding: 10px;
}
.button-set {
  margin-top: 0;
}
.section-title.slider-text p {
  font-size: 14px;
  padding-right: 0;
}
.swiper-slide .section-title.large .heading {
  font-size: 24px !important;
}
.at-slider-wrap .swiper-slide.image-right .copy-container, .at-slider-wrap .swiper-slide.image-left .copy-container {
  width: 100%;
}
.about-bottom-left h1.heading {
  font-size: 30px;
}
.about-bottom-left h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
.appmom-about-wrapper .has-image {
  margin-top:30px
}
.section-title > .heading {
  font-size: 24px;
  margin-bottom: 10px;
}
.section-title {
  margin-bottom: 40px;
}
.feature-list {
  margin-top: 0;
}
.featured-left .feature-list-text {
  margin-right: 0;
}
.featured-left .feature-list-icon {
  float: none;
}
.feature-list-icon {
  margin: auto;
}
.feature-list-text {
  text-align: center;
}
.featured-right .feature-list-icon {
  float: none;
}
.featured-right .feature-list-text {
  margin-left: 0;
}
.column.featured-right {
  margin-top: 40px;
}
.video-area {
  padding: 40px 15px;
}
.featured-right .single-features-list:last-child {
  margin-bottom: 0;
}
.feature-list-icon {
  margin: 10px auto;
}
.download-links a {
  font-size: 20px;
  margin: 10px 0;
  padding: 0 20px;
}
.appmom-faq-area .has-image {
  order: -1;
}
.appmom-faq-area #accordion {
  margin-right: 0;
}
.appmom-faq-area [class*="span-"] {
  width: 100%;
}
.screenshot-slider.slick-slider {
  padding: 0 20px;
}
.team-details {
  padding: 20px;
}
.pricing-area {
  margin-bottom: 10px;
  margin-top: 10px;
}
.counter-area {
  padding: 50px 0;
}
.icon-coun {
  padding-right: 25px;
}
span.timer {
  font-size: 30px;
  line-height: 50px;
}
.icon-text > p {
  font-size: 18px;
  line-height: 20px;
}
.icon-text {
  margin-top: -5px;
}
.content-vertical-massive.subscribe-area {
  padding: 50px 20px;
}
.apptech-subscribe-form {
  margin: auto;
  width: 100%;
}
.newsletter-shortcode {
  margin-top: 30px;
}
.content-vertical-massive.subscribe-area {
  padding: 70px 20px 20px;
}
.single-item2 a {
  align-content: center;
  display: flex;
  height: 60px;
  padding: 0 20px;
}
.content-vertical-massive {
  padding-bottom: 50px;
  padding-top: 50px;
}
.single-contact-info {
  display: block;
  text-align: center;
  width: 100%;
}
.conatct-info {
  display: block;
  padding: 20px;
}
.contact-text {
  text-align: center;
}
.contact-icon {
  margin:10px 0;
}
.company-location {
  margin-bottom: 50px;
  margin-top: 0;
}
.contact-form-area {
  margin-bottom: 30px;
}
.footer-icon ul li + li {
  margin-left: 10px !important;
}
.invert .copyright {
  padding: 50px 0 20px !important;
}
.footer-icon ul li a {
  font-size: 20px !important;
}
.search-form input[type="submit"] {
  width: 40%;
}
.search-form input.search-field {
  width: 60%;
}
.not-found-area .search-form,.search-page-area .search-form {
  display: block;
  margin: 20px 0 50px;
  overflow: hidden;
}
html.canvas {
  margin-top: 0 !important;
}


}



@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}
.download-links a {
  margin: 10px;
}
.single-contact-info {
  margin: 10px 0;
}

.appmom-about-wrapper [class*="span"] {
  width: 100%;
}

.apptech-feature-widget [class*="span"] {
  width: 100%;
}
.apptech-whychoos-widget [class*="span"] {
  width: 100%;
}
.apptech-pricing-widget [class*="span"] {
  width: 100%;
}

.appmom-service-area [class*="span"] {
  width: 100%;
}
.blog-pages [class*="span-"] {
  width: 100%;
}
.widget.widget_calendar {
  overflow-x: scroll;
}
.calendar_wrap {
  overflow: scroll;
}
.pull-right.sidebar h5.section-nav-title, .pull-left.sidebar h5.section-nav-title {
  font-size: 14px;
}
    
}


/* woocommerce*/
.woo-pd-90{
	padding:90px 0;
}
.woocommerce-loop-product__title {
  padding-top: 20px;
}
.single-product .woocommerce-product-rating {
  margin-bottom: 10px;
  margin-top: 20px;
}
.single_add_to_cart_button {
  height: 36px;
}

#scrollUp {
    bottom: 35px;
    cursor: pointer;
    right: 12px;
    text-align: center;
}
#scrollUp i {
    background-color: #7f7f7f;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    width: 40px;
}
#scrollUp i:hover {
    background: #e76a08 repeat scroll 0 0;
    color: #ffffff;
}

.copyright .site-text {
  color: #ddd;
  font-size: 14px;
  margin: 0;
  padding: 15px 0;
}
.sidebar .widget ul li ul li:first-child {
  border-top: 1px solid #ddd;
  padding-top: 6px;
}
.footer-site .widget li ul {
  margin-left: 15px;
}
.footer-site .widget li ul li:first-child {
  margin-top: 8px;
}
.footer-site .widget_calendar #wp-calendar tr td#today {
  background: #2a24a6 none repeat scroll 0 0;
}
.footer-site aside.widget {
  margin: 35px 0;
}
.footer-site aside.widget:first-child {
  margin-top: 0;
}
.footer-site aside.widget:last-child {
  margin-bottom: 0;
}
/*CSS Jenny*/
.wrapper {
	max-width: 1140px;
	width: 100%;
	margin: 0px auto;
}
.columns {
	display: flex;
	flex-flow: row wrap;
	text-align: justify;
	margin: 5px 0;
}

.column {
	flex: 1;
	margin: 2px;
	padding: 10px;
}
	.column :first-child { margin-left: 0; }
	.column :last-child { margin-right: 0; }
	

@media screen and (max-width: 980px) {
  .columns .column {
	margin-bottom: 5px;
	flex-basis: 40%;
	}
	.columns .column :nth-last-child(2) {
			margin-right: 0;
	}
	.columns .column :last-child {
		flex-basis: 100%;
		margin: 0;
	}
}

@media screen and (max-width: 768px){.img_servizi{display: none;}}

@media screen and (max-width: 680px) {
	.columns .column {
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
}
/*fine css*/