/* Title */

#sp-main-body {
    padding: 0!important;
}
body.com-j2store #sp-main-body {
  padding-bottom: 50px!important;
}
.sticky-wrapper.is-sticky #sp-header {
  background:#fff;
}
#sp-bottom2 a {
    color: #000;
}
#offcanvas-toggler >i {
    color: #333;
}
.at-title h1 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.at-title h2 {
    background: url(../images/header-title.png) no-repeat bottom center ;
	font-size: 45px;
    padding:30px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.at-title h5 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 10px;
}
.at-title h6 {
    color: #ffffff;
    padding: 6px 10px 6px;
    margin-top: 0px;
    font-size: 12px;
    letter-spacing: 2px;
    display: inline-block;
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.at-title p {
	margin: 0;
	color: #bcbcbc;
	font-size: 14px;
	font-weight: 500;
}
/* Transition */
h1, h2, h3, h4, h5, h6, i, i:before, i:after  {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}
/* Slider */
.at-slider .tp-caption a {
	padding: 12px 35px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.at-slider .tp-caption .button {
    padding: 12px 35px;
    font-size: 14px;
    text-transform: uppercase;
}
.at-slider .tp-caption a.button1 {
    background: none!important;
    border: 2px solid #ffffff;
}
.at-slider .tp-caption a.button1:hover {
    background: #333!important;
    border: 0px;
}
.at-slider .button:hover {
	background: #222;
}
.at-bounce {
	position: absolute;
	bottom: 10px;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 9999;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    color: #fff;
    font-size: 24px;
}
 
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-30px);}
    60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-30px);}
    60% {-o-transform: translateY(-15px);}
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}
@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/* About */
#at-about img {
    margin: auto;
    display: inline-block;
}
.at-about-title p {
    font-size: 24px;
}
.at-about-item h3 {
    font-size: 30px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 20px;
}
#at-about-item-button {
    padding: 10px 30px;
    border-radius: 50px;
    text-transform: uppercase;
}
#at-about-item-button:hover {
    color: #ffffff!important;
}
/* Collection*/
#at-collection-item  {
    cursor: pointer;
}
.at-collection-item .qx-blurb-content {
    padding: 20px;
}
.at-collection-item h2 {
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50px;
    padding: 20px;
    font-weight: 600;
    margin: 0;
}
/* Delivery*/
.at-delivery-item i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50px;
    border: 1px solid #ddd;
}
.at-delivery-item i:hover {
    color: #ffffff!important;
}
#at-menu .qx-element-tabs .tabs > li a.active {
    background: #fff;
}
/* Happy Hour */
#at-happy-hour-item {
    border: 4px solid #ffffff;
    padding: 10px;
}
/* Up Coming */
#at-up-coming-item {
    border: 4px solid #ffffff;
    padding: 20px;
}
/* Gallery */
#at-gallery .qx-col-md-3 {
    padding: 0px;
}
/* Portfolio */
.at-portfolio-button:hover {
	color: #fff;
}
.sp-simpleportfolio .sp-simpleportfolio-fiater > ul > li {
	margin: 5px;
}
.project-img img {
    width: 100%;
}
.projects-fiater {
    text-align: center;
    display: inline-block;
}
.projects-fiater ul {
    display: inherit;
    line-height: 43px;
    margin: 0 auto;
}
.projects-fiater ul li {
    line-height: 40px;
    margin: 5px 0;
    display: static!important;
    float: left;
}
.projects-fiater a {
    padding: 8px 15px;
    border: 1px solid #fff;
}
.item-page .project-img {
    border: 5px solid #fff;
}
.pp-button {
    color: #fff;
    padding: 12px 40px;
    font-weight: 700;
}
.pp-button:hover {
    color: #fff;
    background: #666;
}
.projects-fiater a {
    width: 200px;
    display: inline-block;
    padding: 0;
    border-radius: 20px;
}
.projects-wrapper .project-img .project-img-extra h4 {
    color: #ffffff;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  float:left!important;
  width:100%;
}
.portfolio-list {
  padding-bottom:70px;
}
/* Team */
.at-team-item {
	position: relative;
	margin: 0 5px; 
    border: 1px solid #ddd;
}
.at-team-item img {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}
.at-team-item:hover img{
    transform: rotate(5deg)scale(1.1);
}
.at-team-item .qx-person-img {
	margin-bottom: 0;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.at-team-item .qx-person-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9999;
    transition: all .3s linear;
    z-index: 2;
}
.at-team-item:hover .qx-person-img:before {
    opacity: .7;
}
.at-team-item .qx-person-position {
	z-index: 9999;
    font-size: 22px;
    transition: all .3s linear;
    color: #1F1F1F;
    text-transform: uppercase;
    font-weight: 700;
}
.social-links > a  {
    border: 1px solid #ddd !important;
    padding: 10px;
}
.at-team-item h4 {
	background: #fff;
	padding: 15px 5px;
}
.at-team-item:hover .social-links {
	bottom: 80px;
	opacity: 1;
}
.at-team-item .social-links a {
    width: 40px;
    height: 40px;
    display: block;
    background: #fff;
    color: #007dac;
    text-align: center;
    margin: 0 6px;
    margin-bottom: 32px;
    display: inline-block;
}
/* Newsllater */
#at-newsletter {
  margin-bottom:80px;
}
.at-newsletter-title h1 {
    margin-top: 0;
    color: #333;
    font-weight: 700;
    font-size: 36px;
    font-weight: 700;
}
.at-newsletter-title h5 {
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 300;
}

.at-newsletter-content table input {
    background: none!important;
    padding: 25px 205px!important;
    border:0px!important;
    width:95%!important;
}
.at-newsletter-content table .button:hover {
    background-color:#333!important;
}
.at-newsletter-content table .button {
    padding: 16px 20px!important;
    border-color: 0px!important;
}
.at-newsletter-content table tr {
    display: inline;
}
/* Blog */
.entry-header h2 a {
    font-size: 30px;
    font-weight: 400;
}
div.sp-module .sp-module-title {
    font-size: 20px;
    font-weight: 400;
}
.sp-page-title {
    margin-bottom: 50px;
}
.at-blog div.k2ItemsBlock ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
    position: relative;
    overflow: hidden;
}
.at-blog div.k2ItemsBlock ul li:nth-child(3n) {
    margin-right: 0;
}
.at-blog div.k2ItemsBlock ul li a {
    display: inherit;
    overflow: hidden;
    font-size: 16px;
    padding-bottom: 20px;
}
.at-blog div.k2ItemsBlock ul li img {
    width: 100%;
    margin-bottom: 15px!important;
    transition: all .40s linear;
    transform: scale(1.1);
}
.at-blog div.k2ItemsBlock ul li:hover img {
    transform: rotate(4deg)scale(1.2);
}
.at-blog ul li .moduleItemDateCreated {
    display: block;
    text-align: center;
    background: rgba(0,0,0, .4);
    padding: 5px;
    font-size: 12px;
    color: #fff;
}
.at-blog .at-portfolio-button {
    margin-top: 0!important;
}
.at-blog > div > p {
    clear: left;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext {
    background-color: #fff;
    padding: 4px;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
    float:left!important;
    width: 100%;
}
/* Contact */
#at-contact .qx-icon {
    padding: 20px;
}
.at-contact-item .qx-icon {
     -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
     transition: all 0.4s ease-in-out 0s; 

}

.at-contact-item:hover .qx-icon:before {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    display: block; 
    color: #fff!important;

}
.at-contact-item:hover .qx-icon {

    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.at-contact-item {
    cursor: pointer;
}
.at-contact-form label {
    color: #333;
}
.at-contact-form input {
    border-radius: 0!important;
    height: 25px!important;
    width: 100%;
}
.at-contact-form textarea {
    height: 100px!important;
    border-radius: 0!important;
    width: 100%;
}
.at-contact-form button {
    background: none;
    width: 150px;
    height: 35px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #fff!important;
    transition: all .25s linear;
    font-weight: 400;
}

.at-contact-form button:hover {
    color: #fff!important;
}
#sp-bottom4 .inputbox {
  width:100%!important;
}
#sp-bottom4 table.acymailing_form {
    margin:0px;
    float: left;
    margin-top: 12px;
    width: 93%;
}
#sp-bottom4 .acysubbuttons .btn-primary {
  float:left;
}
/* product*/
.additional-image-list li {
   float: left!important;
}
/** RESPONSIVE **/
/* Screen min 1199px */
@media (min-width: 1200px) {
	.at-services-right,
	.at-about .at-title {
		padding-left: 60px;
		padding-right: 60px;
	}
}
/* Screen min 1199px */
@media (max-width: 1199px) {
	.at-services-right,
	.at-about .at-title {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/* Screen min 980px and max 1199px */
@media (min-width: 1200px) and (max-width: 1550px) {
	.at-services-right, .at-about .at-title {
	    padding: 30px;
	}
	.at-services-content h2 {
	    margin-bottom: 10px;
	}
}
/* Screen min 980px and max 1199px */
@media (min-width: 980px) and (max-width: 1199px) {
	.at-about .at-title {
		padding-top: 40px;
		padding-bottom: 0!important;
	}
	.at-services > div {
		width: 100%!important;
	}
  .sp-megamenu-parent >li >a {
    padding: 0px 12px;
    font-size: 9px!important;
  }
  .sp-megamenu-parent >li >a {
    padding: 0px 10px!important;
    font-size: 9px!important;
  }
}
/* Screen min 979px and max 781px */
@media (min-width: 768px) and (max-width: 979px) {
  .at-slider {
	position: relative;
    top:0px;
}
  .sp-megamenu-parent >li >a {
    padding: 0px 12px!important;
    font-size: 9px;
  }
	
}
/* Screen max 767px */
@media (max-width: 767px) {
	.at-subscribe > div:first-child {
		padding-bottom: 0!important;
	}
   .sp-megamenu-parent >li >a {
    padding: 0px 12px;
    font-size: 9px;
   }
   .at-slider {
	position: relative;
    top:0px;
   }
	.at-action-title,
	.at-newllater > div > div {
		text-align: left;
	}
	.at-blog div.k2ItemsBlock ul li {
		width: 100%;
		margin-right: 0;
	}
    div.j2store.j2store-module-product.span4 {
      width: 100%;
      margin-bottom:30px;
 
  }
  .j2store-product-list div.span9 {
    width: 100%;
  }
  .j2store-product-list div.span4 {
    width: 100%;
    margin-bottom: 20px;
	margin-left: 0;
  }
}
/* Screen max 480px */
@media (max-width: 480px) {
  .at-slider {
	position: relative;
    top:0px;
}
  .j2store-product-module .j2store-module-product:nth-child(3n+1) {
    margin-bottom:30px;
  }
	
}
body.com-users #sp-component {
    padding: 40px 70px 70px 70px;
}
/* Improve sub menu dropdown clickable for offcanvas menu */
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon,
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
 float: right;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
 width: 100%;
}
