/*
Theme Name: Nanto
Theme URI: https://themeforest.net/item/nanto-onepage-parallax-wordpress-theme/24427344
Author: AZ-Theme
Author URI: https://az-theme.net
Description: Nanto - Responsive One Page Parallax WordPress Theme
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, portfolio, entertainment
Text Domain: nanto
Tested up to: 5.7
Requires PHP: 7.0
*/
:root {
    --accent-color: #dd3333;
    --text-color: #333;
    --primary-color: #000;
    --border-color: #ddd;
    --meta-color: #999;
}
body{
	background: #f5f5f5;
	font-family: 'montserrat';
	font-size: 14px;
	color: var(--text-color);
    font-weight: 400;
	line-height: 1.8;
}
h1,h2,h3,h4,h5,h6{
	color: var(--primary-color);
    font-family: Playfair Display;
    font-weight: 700;
}
h1{
	font-size: 48px;
}
h2{
	font-size: 36px;
}
h3{
	font-size: 30px;
}
h4{
	font-size: 24px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 18px;
}
a, a:hover{
	color: var(--accent-color);
    text-decoration: none;
}

img{
	max-width: 100%;
	height: auto;
}
.btn {
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 25px;
	font-size: 0.9rem;
}
.btn-primary {
	color: #fff;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}
.btn-outline-primary {
	color: var(--primary-color);
	background-color: transparent;
	background-image: none;
	border-color: var(--primary-color);
}
.btn-primary:hover {
	color: #fff;
	background-color: var(--accent-color);
	border-color: var(--accent-color);
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: var(--accent-color);
	border-color: var(--accent-color);
}

input[type="text"], input[type="phone"], input[type="tel"], input[type="password"], input[type="email"], textarea {
	border: 1px solid var(--border-color);
	padding: 10px;
    color: var(--text-color);
    background: #f9f9f9;
}

select{
	border: 1px solid var(--border-color);
	padding: 9px 10px;
	font-size: 12px;
	width: 100%;
	background: transparent;
}
code {
	color: var(--accent-color);
}
ul ul, ul ol, ol ol, ol ul{
    padding-left: 20px;
}
.widget > ul {
	padding-left: 0;
	margin-bottom: 0;
}
.gallery-caption{ background-color: transparent; }
.bypostauthor{ background-color: transparent; }
::-webkit-input-placeholder {
   color: inherit;
   opacity: 1;
}
:-moz-placeholder {
   color: inherit;
   opacity: 1;  
}
::-moz-placeholder {
   color: inherit;
   opacity: 1;  
}
:-ms-input-placeholder {  
   color: inherit;
   opacity: 1;  
}
.vc_row{position: relative;}
.aztheme-bgoverlay-row{
	position: absolute!important;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.wpb_gmaps_widget .wpb_wrapper{padding: 0!important;}
iframe{
	max-width: 100%;
}
.owl-carousel{
	overflow: hidden;
}
.owl-controls .owl-nav > div{
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #fff;
	color: var(--primary-color);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-size: 18px;
}
.owl-controls .owl-nav > div:hover{
	background: #ffffff;
}
.owl-controls .owl-nav > div.owl-prev{
	left: -50px;
}
.owl-controls .owl-nav > div.owl-next{
	right: -50px;
}
.owl-carousel:hover .owl-controls .owl-nav > div.owl-prev{
	left: 10px;
}
.owl-carousel:hover .owl-controls .owl-nav > div.owl-next{
	right: 10px;
}
.owl-carousel .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	background: #ccc;
	display: inline-block;
	z-index: 100;
	margin: 0px 10px;
	border-radius: 50%;
}
.owl-carousel .owl-dots .owl-dot.active {
	background: var(--primary-color);
}
/* Select chosen */
.chosen-container-single .chosen-single{
	background: none;
	border-color: var(--border-color);
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	color: inherit;
	height: auto;
	padding: 9px 20px;
}
.chosen-container-single .chosen-single div b{
	background: none!important;
	position: relative;
}
.chosen-container-single .chosen-single div b::after {
	content: "\f0d7";
	font-family: 'Font Awesome 5 Free';
	font-size: 12px;
	color: #aaaaaa;
	line-height: 40px;
	font-weight: 900;
}
.chosen-container-active.chosen-with-drop .chosen-single div b:after{
	content: "\f0d8";
}
.chosen-container-active.chosen-with-drop .chosen-single{
	background: none;
	border-color: var(--border-color);
}
.chosen-container-single .chosen-drop{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	border-color: var(--border-color);
}
.chosen-container .chosen-results{
	color: inherit;
	margin: 0;
	padding: 0;
}
.chosen-container .chosen-results li{
	line-height: 24px;
}
.chosen-container .chosen-results li.highlighted{
	background: var(--accent-color);
}
.chosen-container-single .chosen-search input[type="text"]{
	border-color: var(--border-color);
	font-family: inherit;
	padding: 8px 20px 8px 4px;
}
.chosen-container-single .chosen-search input[type="text"]{
	background: url(assets/images/icon-search.png) no-repeat right center;
}
/* ------------------------
			HEADER
------------------------ */
.site-header {
	background: #fff;
	position: relative;
	transition: all 0.5s ease 0s;
	z-index: 10;
	box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.1);
	width: 100%;
}
.header-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	transition: all 0.5s ease 0s;
}
.header-content .logo {
    padding: 10px 0;
    width: 15%;
}
.header-content .logo h1{
	margin-bottom: 0;
    line-height: 0;
    
}
.header-content .logo a {
    display: inline-block;
    line-height: 0;
}

.site-branding {
	max-width: 200px;
}

.site-branding .site-title, .site-branding .site-title a {
	margin: 0;
	line-height: 1;
	text-transform: uppercase;
	font-size: 2.5rem;
	color: #111;
	display: inline-block;
}

.site-branding .site-logo a {
    display: inline-block;    
}

.primary-menu li a {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--primary-color);
	font-size: 12px;
	padding: 30px 0;
	display: inline-block;
}

.primary-menu li i {
	display: inline-block;
	font-size: 12px;
	padding: 3px;
}

.toggle-mobile-menu {
	display: none;
}

.toggle-mobile-menu .line {
	display: block;
	width: 25px;
	height: 1px;
	background: var(--primary-color);
	margin: 5px 0;
}

/* ------------------------
		SHORT CODE
------------------------ */
/*----- Title section ----*/
.title-section{
	text-align: center;
}
.title-section.light h2{
	color: #ffffff;
}
.title-style1 .divider {
  display: inline-block;
  overflow: hidden;
  text-align: center;
  width: 150px;
  max-width: 100%;
}
.title-style1 .divider-content {
  display: inline-block;
  position: relative;
}
.title-style1 .divider .divider-content::before, 
.title-style1 .divider .divider-content::after {
  border-bottom: 1px solid var(--accent-color);
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 49%;
  width: 9999%;
}
.title-style1 .divider .divider-content::after {
  left: 100%;
  margin-left: 15px;
}
.title-style1 .divider .divider-content::before {
  margin-right: 15px;
  right: 100%;
}
.title-style1 .divider .divider-content > span {
  background: var(--accent-color);
  border-radius: 50%;
  display: block;
  height: 8px;
  width: 8px;
}
.title-style2 h2 {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
}
.title-style2 h2::before, .title-style2 h2::after {
	content: "";
	position: absolute;
	border-top: 1px solid var(--accent-color);
	border-bottom: 1px solid var(--accent-color);
	width: 80px;
	height: 4px;
	top: 60%;
	transform: translateY(-60%);
}
.title-style2 h2::before {
	left: -110px;
}
.title-style2 h2::after {
	right: -110px;
}
/*----- TEAM MEMBER -----*/
.az-team-slide {
	position: relative;
	padding-bottom: 50px;
}
.az-team-slide .owl-dots {
	position: absolute;
	display: block;
	text-align: center;
	width: 100%;
	bottom: 0;
}
.az-team-member{
	position: relative;
	overflow: hidden;
}
.az-team-member .avatar {
	display: block;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.az-team-member .avatar::after {
	content: "";
	display: block;
	padding-top: 100%;
}
.az-team-member .info-hover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background: rgba(0,0,0,0.7);
}
.az-team-member:hover .info-hover{
	opacity: 1;
}
.az-team-member .info-hover .hover-content {
	position: absolute;
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out 0.2s;
	-o-transition: all 0.5s ease-in-out 0.2s;
	transition: all 0.5s ease-in-out 0.2s;
	text-align: center;
	top: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%) scale(0);
	-ms-transform: translateY(-50%) scale(0);
	-o-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
}
.az-team-member:hover .info-hover .hover-content{
	-webkit-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	-o-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}
.az-team-member .info-member{
	margin-bottom: 20px;
}
.az-team-member .info-member::after {
	content: "";
	width: 36px;
	height: 1px;
	display: block;
	margin: 15px auto;
	background: #ffffff;
}
.az-team-member .info-member h5 {
	color: #ffffff;
	margin-bottom: 10px;
}
.az-team-member .info-member span{
	color: #ffffff;
}
.az-team-member .social-member a{
	color: #ffffff;
	margin: 0 10px;
}
.az-team-member .social-member a:hover{
	color: #ffffff;
}
/* -------- CTA ----------*/
.aztheme-cta{
	padding: 75px 0;
	display: table;
	width: 100%;
}
.aztheme-cta .cta-heading {
	display: table-cell;
	vertical-align: middle;
}
.aztheme-cta .cta-heading p{
	margin-bottom: 0;
}
.aztheme-cta .cta-button{
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

/* ---- Testimonial --- */
.aztheme-testimonials{
	text-align: center;
	color: #ffffff;
}
.aztheme-testimonials .title-client {
    margin-bottom: 35px;
}
.aztheme-testimonials .item-slide .desc-client{
	margin-bottom: 35px;
}
.aztheme-testimonials .item-slide .name-client {
    color: var(--accent-color);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}
.aztheme-testimonials .owl-dots{
	width: 100%;
	margin-top: 35px;
}
.aztheme-testimonials .item-slide .position{
	font-size: 13px;
    font-weight: normal;
}
/* ----- Client ------ */
.aztheme-client-shortcode {
     display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
}
.aztheme-client-shortcode .client-item img {
	margin: 0 auto;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.aztheme-client-shortcode .client-item:hover img {
  opacity: 1;
}
.aztheme-client-shortcode .client-item{
	text-align: center;
	padding: 20px 15px;
}
/* Style 1 */
.client-style1 .client-item {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
	border-bottom: 1px solid var(--border-color);
	border-right: 1px solid var(--border-color);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.client-style1.two-item .client-item{
	width: 50%;
}
.client-style1.two-item .client-item:nth-child(2n+1) {
  clear: both;
   border-left: 1px solid var(--border-color);
}
.client-style1.two-item .client-item:first-child,
.client-style1.two-item .client-item:nth-child(2){
	border-top: 1px solid var(--border-color);
}
.client-style1.three-item .client-item{
  width: 33.3334%;
}
.client-style1.three-item .client-item:nth-child(3n+1){
  clear: both;
  border-left: 1px solid var(--border-color);
}
.client-style1.three-item .client-item:first-child,
.client-style1.three-item .client-item:nth-child(2),
.client-style1.three-item .client-item:nth-child(3){
	border-top: 1px solid var(--border-color);
}
.client-style1.four-item .client-item {
  width: 25%;
}
.client-style1.four-item .client-item:nth-child(4n+1) {
  clear: both;
  border-left: 1px solid var(--border-color);
}
.client-style1.four-item .client-item:first-child,
.client-style1.four-item .client-item:nth-child(2),
.client-style1.four-item .client-item:nth-child(3),
.client-style1.four-item .client-item:nth-child(4){
	border-top: 1px solid var(--border-color);
}
/* Style 2 */
.client-style2 .owl-item img{
	width: auto;
}
/* --- Pricing table ---- */
.aztheme-pricing {
	background: #f5f5f5;
	padding-bottom: 45px;
	text-align: center;
	margin-bottom: 35px;
}
.aztheme-pricing .pricing-title{
	background: #1a1a1a;
	padding: 35px 20px 70px;
}
.pricing-title h5{
	color: #ffffff;
	margin-bottom: 5px;
}
.aztheme-pricing ul{padding: 0;}
.aztheme-pricing ul li{
	list-style: none;
	display: block;
	text-align: center;
	line-height: 35px;
}
.aztheme-pricing .az-button{
	background: transparent;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	min-width: 130px;
	margin-top: 20px;
}
.aztheme-pricing .az-button:hover,
.aztheme-pricing.active .az-button{
	border-color: var(--accent-color);
	color: #ffffff;
	background: var(--accent-color);
}
/* Style1 */
.pricing-style1 .pricing-title .unit{
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	color: var(--accent-color);
}
.pricing-style1 .price{
	background: var(--accent-color);
	text-align: center;
	color: #ffffff;
	width: 100px;
	height: 100px;
	line-height: 90px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0 3px 3px rgba(189,189,189,0.75);
	-moz-box-shadow: 0 3px 3px rgba(189,189,189,0.75);
	-webkit-box-shadow: 0 3px 3px rgba(189,189,189,0.75);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* Style2 */
.pricing-style2 .pricing-title{
	padding-bottom: 35px;
}
.pricing-style2.active .pricing-title{
	background: var(--accent-color);
}
.pricing-style2 .icon-pricing{
	display: block;
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 10px;
}
.pricing-style2 .price{
	color: var(--accent-color);
	display: block;
	margin-top: 35px;
	margin-bottom: 8px;
}
.pricing-style2 .unit{
	font-size: 12px;
	font-style: italic;
	margin-bottom: 20px;
	display: block;
}

/* --- Contact info --- */
.az-contact-info {
	margin-bottom: 35px;
}
.az-contact-info .contact-icon {
	display: block;
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
	height: 50px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	background: var(--accent-color);
	border-radius: 50%;
}
.az-contact-info .contact-title {
	margin-bottom: 10px;
}
.az-contact-info .contact-info {
	overflow: hidden;
	text-align: left;
	line-height: 20px;
	padding-top: 5px;
}
.az-contact-info.left{
    
}
.az-contact-info.left .contact-info {
	overflow: hidden;
	text-align: left;
	line-height: 20px;
}
.az-contact-info.left .contact-icon {
	float: left;
	margin-right: 10px;
}
.az-contact-info.top{
    text-align: center;
}
.az-contact-info.top .contact-icon {
	display: inline-block;
}
.az-contact-info.top .contact-info {
	overflow: hidden;
	text-align: center;
	line-height: 20px;
	padding-top: 5px;
}
.az-contact-info.right .contact-icon {
	float: right;
	margin-left: 10px;
}
.az-contact-info.right .contact-info {
	text-align: right;
}

.az-contact-info.right .contact-title{
    
}
.az-contact-info.right .contact-text{
    
}
.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 30px;
  display: block;
}
.wpcf7-form .wpcf7-submit, .wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea{
	width: 100%;
}
.wpcf7-form p{margin-bottom: 0}
/* --- About section ---- */
.aztheme-about-section{
	display: table;
	width: 100%;
}
.aztheme-about-section .left-section,
.aztheme-about-section .right-section{
	width: 50%;
	display: table-cell;
	padding: 50px 0;
}
.aztheme-about-section .right-section{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.aztheme-about-section .left-section .about-content{
	float: right;
	margin-right: -50px;
}
.about-content{
	border: 5px solid var(--accent-color);
	background: #ffffff;
	width: 650px;
	max-width: 100%;
	padding: 60px 80px 45px;
	text-align: center;
}
.about-content h3 {
	margin-bottom: 35px;
}
.about-me{overflow: hidden;}
.about-block{
	text-align: center;
	border: 1px solid var(--border-color);
	padding: 20px;
	margin: 0 20px 40px;
	float: left;
	width: 198px;
}
.about-block .icon-about{
	font-size: 30px;
	margin-bottom: 18px;
	display: block;
	color: var(--accent-color);
}
.about-block .about-text {
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}
/* ---- Funfact ------ */
.az-funfact{
	text-align: center;
}
.az-funfact .title {
	font-family: inherit;
	letter-spacing: 1px;
	color: inherit;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	text-transform: uppercase;
}
.az-funfact .number {
	font-size: 36px;
	display: block;
	line-height: 36px;
}
.funfact-style-1 .number{
	color: var(--primary-color);
}
.funfact-style-1{
	width: 165px;
	height: 165px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid var(--accent-color);
	display: block;
	margin: 0 auto 35px;
	padding-top: 50px;
}
.funfact-style-1 .hr{
	width: 30px;
	height: 2px;
	background: var(--accent-color);
	display: block;
	margin: 8px auto 13px;
}

.funfact-style-2{
	background: #ffffff;
	border: 1px solid var(--border-color);
	padding: 60px 20px;
	width: 100%;
	margin-bottom: 30px;
}
.funfact-style-2 .icon-funfact {
	display: block;
	color: var(--accent-color);
	font-size: 36px;
	margin-bottom: 15px;
}
.funfact-style-2 .number {
	margin-bottom: 10px;
}
/* ----- Video intro ---- */
.aztheme-our-video{
	text-align: center;
	color: #ffffff;
}
.aztheme-our-video .html5lightbox{
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: rgba(255,255,255,0.1);
	font-size: 24px;
	margin-bottom: 30px;
	display: inline-block;
	color: inherit;
}
.aztheme-our-video h4{
	text-transform: uppercase;
	color: inherit;
	letter-spacing: 2px;
}
/* ------------------------
			BLOG
------------------------ */
.archive .post .post-format, .blog .post .post-format, .single-post .post .main-content-post {
    margin-bottom: 0;
}
.main-content-post{
	background: #fff;
	padding: 30px;
}
.aztheme-blog.blog-list .post {
	display: flex;
	align-items: center;
	background: #fff;
}

.aztheme-blog.blog-list .post .post-format {
	width: 45%;
}

.aztheme-blog.blog-list .post .post-info {
	width: 55%;
}

.aztheme-blog.blog-list .post .main-content-post{
    min-height: 250px;
}

.aztheme-our-blog .main-content-post {
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.blog .post .post-title {
	margin-bottom: 20px;
}
.aztheme-our-blog .post{
	margin-bottom: 35px;
}
.post .post-title {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.single-post .post .post-title {
	font-size: 36px;
	margin-bottom: 20px;
}
.blog-3columns .post .post-title, .blog-grid .post .post-title {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}
.blog-2columns .post .post-title, .blog-list .post .post-title {
	font-size: 22px;
}
.blog-list .post .featured-image {
	display: block;
	background-color: #fff;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	min-height: 250px;
}
.post .post-title a{
	color: inherit;
}
.post .post-title a:hover{
	color: var(--accent-color);
}
.post-category {
	margin-bottom: 5px;
}
.post-category a {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
}
.post-meta {
    margin: 0;
    padding: 0;
}
.post-meta li {
	display: inline-block;
	list-style: none;
	line-height: 24px;
	font-size: 12px;
	font-style: italic;
	color: var(--meta-color);
	margin: 0 8px;
}
.post-meta li:first-child{
	margin-left: 0;
}
.post-meta li a{
	color: inherit;
}
.post-meta li a:hover{
	color: var(--accent-color);
}
.post-meta li .fa{
	margin-right: 5px;
}
.sticky.post .main-content-post{
	border: 1px solid var(--accent-color);
}
.post-format {
    text-align: center;
}
.single-post .post .post-format {
	margin-bottom: 0;
}
.aztheme-blog .post, .aztheme-single-post .post {
	margin-bottom: 50px;
}
.post:first-child{
	padding-top: 0;
}
.aztheme-pagination {
    margin-bottom: 50px;
}
.aztheme-pagination .screen-reader-text{
	display: none;
}
.aztheme-pagination .nav-links > .page-numbers {
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background: #fff;
	display: inline-block;
	color: inherit;
	margin-right: 5px;
}
.aztheme-pagination .nav-links > .page-numbers:hover,
.aztheme-pagination .nav-links > .page-numbers.current{
	border-color: var(--accent-color);
	background: var(--accent-color);
	color: #ffffff;
}
.aztheme-pagination .pagination{
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.link-to-blog {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 35px;
}
.link-to-blog a {
	min-width: 250px;
}
/* Single post */
.bottom-post{
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
	overflow: hidden;
	position: relative;
	margin-bottom: 70px;
}
.bottom-post .post-meta{
	text-align: center;
	padding: 20px 0;
	position: absolute;
	left: 100px;
	right: 100px;
	border-right: 1px solid var(--border-color);
	border-left: 1px solid var(--border-color);
}
.bottom-post .nav-link{
	padding: 20px 0;
	width: 100px;
}
.bottom-post .nav-link.pull-left{
	padding-left: 8px;
}
.bottom-post .nav-link.pull-right{
	padding-right: 8px;
	text-align: right;
}
.bottom-post .nav-link a{
	text-transform: uppercase;
	font-size: 10px;
	font-family: 'Montserrat';
	letter-spacing: 1px;
	color: var(--primary-color);
}
.bottom-post .nav-link a:hover{
	color: var(--accent-color);
}
.az-single-post-tags {
	margin-bottom: 35px;
	margin-top: 35px;
}
.az-single-post-tags a {
	display: inline-block;
	background: #f5f5f5;
	padding: 3px 10px;
	color: var(--text-color);
	border-radius: 3px;
	margin: 0 8px 8px 0;
}
.single-post .post .post-meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #ddd;
	padding: 15px 30px;
	margin: 35px 0;
}
/* Comment list */
.comment-respond .comment-reply-title, .comments-area .comments-title {
	margin-bottom: 15px;
	font-size: 24px;
}
.comment-list {
    padding-left: 0;
}
ol.comment-list > li,
ol.comment-list ol.children > li{
	list-style: none;
}
.comment-body{
	padding: 25px 0;
	border-bottom: 1px dashed var(--border-color);
}
.comment-body .comment-author{
	float: left;
}
.comment-body .comment-content{
	display: block;
    overflow: hidden;
}
.comment-body .comment-content .comment-text p{
	margin-bottom: 10px;
}
.comment-content .author-name {
	font-size: 12px;
	display: inline-block;
	margin-right: 10px;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.comment-content .date-comment a {
	font-size: 12px;
	color: var(--meta-color);
}
.comment-body .comment-content .comment-text p:last-child {
    margin-bottom: 0;
}
.comment-content .reply{
	float: right;
}
.comment-content .reply a {
	background: var(--border-color);
	color: inherit;
	font-size: 10px;
	margin: 0px 1px;
	padding: 3px 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.comment-content .reply a:hover{
	background: var(--accent-color);
	color: #ffffff;
}
.comment-author img {
	margin-right: 15px;
	border-radius: 100%;
}
.comment-list .comment-body {
	padding: 15px 0;
	border-bottom: 1px dashed var(--border-color);
	overflow: hidden;
}
/* Comment form */
.comment-respond {
	margin-top: 35px;
}

#commentform .comment-form-cookies-consent {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: center;
	margin-bottom: 15px;
}

#commentform #wp-comment-cookies-consent {
	margin: 0;
}

.comment-form-cookies-consent label {
	margin: 0 0 0 5px;
	font-size: 0.8rem;
}

#commentform .form-submit {
	margin-bottom: 0;
}

#commentform .form-submit #comment_submit {
   margin: 0;
}

.comment-list li #respond {
    margin-bottom: 25px;
}

.comment-form .input-form, .comment-form .textarea-form {
	width: 100%;
	margin: 0 0 25px 0;
}
/* --------------------------------- Page: Search --------------------------------- */
.archive-title {
	margin-bottom: 35px;
}

/* --------------------
		SIDEBAR
--------------------- */
.sidebar .widget {
	margin-bottom: 50px;
	background: #ffffff;
	padding: 30px;
}
.sidebar .widget:last-child {
    margin-bottom: 0;
}
.widget .widget-title {
	margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.widget .widget-title::after {
	content: "";
	height: 8px;
	width: 8px;
	position: absolute;
	background: var(--accent-color);
	right: -15px;
	bottom: 4px;
	border-radius: 100%;
}
.widget ul li {
	list-style: none;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 15px;
	padding-top: 15px;
}
.widget ul ul li:first-child {
	border-top: 1px dashed #ddd;
}
.widget ul li:first-child {
    padding-top: 0;
}
.widget ul ul li:first-child {
    padding-top: 15px;
}
.widget_archive .screen-reader-text, .widget_categories .screen-reader-text{
    display: none;
}
.widget ul ul {
    padding-top: 15px;
}
.widget ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.widget ul li a{
	color: inherit;
}
.widget ul li a:hover{
	color: var(--accent-color);
}
abbr[data-original-title], abbr[title]{
	border-bottom: none;
}
.widget_calendar #wp-calendar{margin-bottom: 0}
.widget_search .searchform input[type="text"] {
	background: #f9f9f9;
    width: 100%;
}

#sidebar .widget_search .searchform input[type="text"] {
    margin-bottom: 0;
}

.widget .tagcloud a{
	border: 1px solid var(--border-color);
	color: inherit;
	display: inline-block;
	font-size: 14px !important;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.tagcloud a:hover {
  background: var(--accent-color);
  border-color: var(--accent-color);
  color: #ffffff;
}
.widget_nav_menu .sub-menu {
  padding-left: 15px;
}
/* --------------------------
		EXAMPLE DATA 
---------------------------- */
.content-post h1, .except-post h1,
.content-post h2, .except-post h2,
.content-post h3, .except-post h3,
.content-post h4, .except-post h4,
.content-post h5, .except-post h5,
.content-post h6, .except-post h6{
	margin-bottom: 20px;
    margin-top: 20px;
}
table, th, td{
	border: 1px solid var(--border-color);
}
th, td {
  padding: 0.4em;
}

table {
  border-collapse: separate;
  border-spacing: 0;
 border: none;
  margin: 0 0 1.6em;
  table-layout: auto;
  width: 100%;
}
th {
  border-width: 0 1px 1px 1px;
}
td {
  border-width: 0 1px 1px 1px;
}
th {
  border-width: 0 1px 1px 0px;
}
td {
  border-width: 0 1px 1px 0px;
}
tbody tr th{
    font-weight: 400;
}
tr td:first-child, tr th:first-child{
	border-left-width: 1px;
}
table tbody tr:first-child td,
table tbody tr:first-child th,
table thead tr:first-child th{
	border-top-width: 1px;
}
table thead + tbody tr:first-child td,
table thead + tbody tr:first-child td,
table tfoot + tbody tr:first-child td{
	border-top-width: 0;
}

.content-post dl, .content-post dd, .content-post table,
.except-post dl, .except-post dd, .except-post table {
  margin-bottom: 1.6842em;
}
.alignleft {
	display: inline;
	float: left;
  	margin: 5px 20px 20px 0;
}
.alignright {
  display: inline;
  float: right;
  margin: 5px 0px 20px 20px;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px
}
.wp-caption-text {
  line-height: 1.5;
  padding: 0.5em 0;
}
.wp-caption {
  max-width: 100%;
}
.post-thumbnail {
  margin-bottom: 30px;
}
.post-thumbnail img {
  display: block;
  margin: 0 auto;
}
.gallery-item {
  display: inline-block;
  padding: 1.79104%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
blockquote{
	font-size: 14px;
	font-style: italic;
	border-left-color: var(--accent-color);
}
dd{
	margin-bottom: 10px;
}
/* ------------------------
			FOOTER
------------------------ */
.aztheme-footer {
	background: var(--primary-color);
	padding-top: 50px;
}
.main-footer {
	text-align: center;
}
.menu-footer{
	margin-bottom: 40px;
}
.menu-footer li{
	list-style: none;
	display: inline-block;
	font-family: 'Montserrat';
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0 9px;
	text-transform: uppercase;
}
.menu-footer li a{
	color: #ffffff;
}
.menu-footer li a:hover{
	color: var(--accent-color);
}
.copyright {
	border-top: 1px solid #222;
	color: #686868;
	font-size: 16px;
	padding: 20px 0;
	text-align: center;
	margin-top: 20px;
}
.social-ft {
	margin: 0;
	padding: 35px 0 0 0;
}
.social-ft li {
	display: inline-block;
	list-style: none;
	margin: 0 5px 15px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.social-ft li a {
	color: #fff;
	display: inline-block;
	width: 44px;
	line-height: 44px;
	border-radius: 50%;
	height: 44px;
	border: 1px solid var(--text-color);
}
.social-ft li a:hover {
	color: var(--primary-color);
    background: #fff;
    border-color: transparent;
}

/* ------------------------
		OTHER
------------------------ */
#aztheme-wrapper{
  padding: 80px 0;
}
.page-template-page-builder #aztheme-wrapper{
    padding: 0;
}
.wpb_revslider_element.wpb_content_element{
	margin-bottom: 0;
}
.az-page-banner {
	padding: 100px 30px;
	position: relative;
	background: #eee;
	text-align: left;
}
.az-page-banner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.3);
}
.az-page-banner h2{
	margin: 0;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 30px;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
}
.scroll-arrow,
.scroll-arrow:hover{
	color: #ffffff;
}
.scroll-arrow .lnr{
	font-size: 30px;
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	-webkit-animation-name:todown;
	animation-name:todown;
	display: inline-block;
}
.scroll-arrow:hover .lnr{
	-webkit-animation: none;
	-o-animation: none;
	animation: none;
}
/*------------------------------- PAGE -------------------------------------------*/
.post.type-page .post-title {
	margin-bottom: 25px;
}
.search #aztheme-wrapper{
    min-height: 680px;
}
.search-header {
	margin-bottom: 36px;
}
.search-header span {
    color: var(--accent-color);
} 
.search .post-excerpt > p:last-child{
    margin-bottom: 0;
}
.search-no-results .search-inner {
	background: #fff;
	padding: 150px 150px 170px;
	text-align: center;
}
.search-no-results .search-header {
	margin-bottom: 10px;
}
.search-no-results .searchform .text {
	width: 70%;
	height: 50px;
	line-height: 50px;
}
.search  .post .post-title {
	font-size: 24px;
}
/* TO DOWN */
@-webkit-keyframes todown{
	0%{
		-webkit-transform:translateY(-15px);
		opacity:0;
	}
	10%{
		-webkit-transform:translateY(-15px);
		opacity:0;
	}
	50%{
		-webkit-transform:translateY(0);
		opacity:1;
	}
	90%{
		-webkit-transform:translateY(15px);
		opacity:0;
	}
	100%{
		-webkit-transform:translateY(15px);
		opacity:0;
	}
}
@keyframes todown{
	0%{
		transform:translateY(-15px);
		opacity:0;
	}
	10%{
		transform:translateY(-15px);
		opacity:0;
	}
	50%{
		transform:translateY(0);
		opacity:1;
	}
	90%{
		transform:translateY(15px);
		opacity:0;
	}
	100%{
		transform:translateY(15px);
		opacity:0;
	}
}
/* ---------------------
		RESPONSIVE
--------------------- */
@media(max-width: 1199px ) {
    .link-to-blog {
        margin-top: 0;
    }
    .site-branding {
    	max-width: 170px;
    }
    .aztheme-blog.blog-list .post {
    	display: block;
    }
    .aztheme-blog.blog-list .post .post-format, .aztheme-blog.blog-list .post .post-info {
        width: 100%;
    }
    .aztheme-blog.blog-list .post .main-content-post {
	   min-height: inherit;
    }
}

@media(min-width: 992px) {
    .primary-menu, .primary-menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .primary-menu {
    	display: flex;
    	align-items: center;
    }

    .primary-menu ul {
    	visibility: hidden;
    	position: absolute;
    	top: 130%;
    	left: 0;
    	min-width: 230px;
    	background: #fff;
    	transition: 0.36s;
    	opacity: 0;
    }

    .primary-menu ul ul {
    	top: 30%;
    	left: 100%;
    }

    .primary-menu li {
    	position: relative;
    	margin-left: 25px;
    }

    .primary-menu li li {
    	margin: 0;
    	border-top: 1px solid #eee;
    }

    .primary-menu li li a {
    	padding: 10px 15px;
    	display: block;
    	letter-spacing: 0;
    	text-transform: capitalize;
    	width: calc(100% - 40px);
    }

    .primary-menu li.menu-item-has-children:hover > ul, .primary-menu li.menu-item-has-children.active > ul{
        visibility: visible;
        opacity: 1;
        top: 100%;
    }

    .primary-menu li li.menu-item-has-children:hover > ul, .primary-menu li li.menu-item-has-children.active > ul {
        top: -1px;
    }
    
    .primary-menu li li i {
    	position: absolute;
    	right: 0;
    	top: -1px;
    	width: 41px;
    	height: 100%;
    	text-align: center;
    	display: flex;
    	justify-content: center;
    	align-items: center;
    }

    .menu-fixed {
    	position: fixed;
    	top: 0;
    	width: 100%;
    }

    .admin-bar .menu-fixed{
    	top: 32px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
	.about-content{
		padding: 40px 20px 25px;
		width: 576px;
	}
    .az-main-menu > ul > li {
    	margin: 0 10px;
    }
}
@media(min-width: 768px) and (max-width: 991px) {
	.header-content .logo{
		width: 12%;
		margin: 15px 0;
	}
	.menu-fixed .header-content .logo{
		margin: 15px 0;
	}
	.header-content .az-main-menu{width: 85%}
    .az-main-menu > ul > li:last-child > a {
		padding-right: 0;
	}
	.az-main-menu ul li a{font-size: 11px;}
	.az-main-menu .sub-menu{min-width: 180px}
	.aztheme-about-section .left-section .about-content{
		margin: 0 auto;
		float: none;
	}
	.aztheme-about-section{display: block;}
	.aztheme-about-section .right-section{min-height: 400px}
	.aztheme-about-section .left-section, .aztheme-about-section .right-section{
		width: 100%;
		display: block;
	}
	.vc_row-o-equal-height .az-maps-wrapper{
		position: relative;
	}
}
@media(max-width: 767.98px){
	.admin-bar header.menu-fixed{
		top: 0;
	}
    .header-content {
    	padding-top: 10px;
    	padding-bottom: 10px;
    }
	#gallery-3 .gallery-item,
	#gallery-4 .gallery-item,
	#gallery-5 .gallery-item,
	#gallery-6 .gallery-item,
	#gallery-7 .gallery-item,
	#gallery-8 .gallery-item,
	#gallery-9 .gallery-item,
	#gallery-10 .gallery-item{
		width: 100%;
	}
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item{
		max-width: none;
	}
	.aztheme-about-section .left-section, .aztheme-about-section .right-section{
		display: block;
		width: 100%;
		padding: 0;
	}
	.aztheme-about-section .left-section .about-content{
		float: none;
		margin: 0;
	}
	.about-content{
		padding: 35px 35px 30px;
	}
	.about-block{
		margin: 0 0 30px 0;
		width: 100%;
	}
	.aztheme-about-section .right-section{
		min-height: 400px;
	}
	.aztheme-about-section{
		padding: 0 15px;
		display: block;display: block;
	}
	.portfolio_fillter .item-fillter{
		margin-bottom: 15px;
	}
	.client-style1.three-item .client-item,
	.client-style1.four-item .client-item{
		width: 50%;
	}
	.client-style1.three-item .client-item:nth-child(3n+1),
	.client-style1.four-item .client-item:nth-child(4n+1){
		clear: none;
		border-left: none;
	}
	.client-style1.three-item .client-item:nth-child(2n+1),
	.client-style1.four-item .client-item:nth-child(2n+1){
		clear: both;
		border-left: 1px solid var(--border-color);
	}
	.aztheme-client-shortcode .client-item{
		min-height: 180px;
		padding: 30px 15px;
	}
	.client-style1.four-item .client-item:nth-child(3),
	.client-style1.four-item .client-item:nth-child(4),
	.client-style1.three-item .client-item:nth-child(3){
		border-top: none;
	}
	.menu-fixed{position: relative;}
	.aztheme-cta{
		display: block;
	}
	.aztheme-cta .cta-heading{
		display: block;
		text-align: center;
		margin-bottom: 30px;
	}
	.aztheme-cta .cta-button{
		display: block;
		text-align: center;
	}
	.bottom-post .post-meta{display: none;}
	.comment-body .comment-author{width: 50px;}
	.comment-body .comment-content{padding-left: 60px}
	.comment-content .reply {
	  display: block;
	  float: none;
	}
	ul ul, ol ol, ul ol, ol ul{
		padding-left: 25px;
	}
	.az-funfact{margin-bottom: 30px;}    
    .title-style2 h2::before, .title-style2 h2::after {
    	width: 36px;
    }
    .title-style2 h2::before {
    	left: -60px;
    }
    .title-style2 h2::after {
    	right: -60px;
    }
    .portfolio-style1 .portfolio-item .portfolio-image::before,
    .portfolio-style1 .portfolio-item .portfolio-image::after{
        background: rgba(0,0,0,0.2);
    }
    .portfolio-style1 .portfolio-item .portfolio-image:before{
        top: 0;
    }
    .portfolio-style1 .portfolio-item .portfolio-image:after{
        bottom: 0;
    }
    .portfolio-style1 .portfolio-item .portfolio-category {
    	left: 0;
    }
    .portfolio-style1 .portfolio-item .portfolio-title {
    	right: 0;
    }
    .portfolio-style1 .portfolio-item .portfolio-icon {
    	left: 0;
    }
    .portfolio-style2 .portfolio-item .portfolio-caption::before, .portfolio-style2 .portfolio-item .portfolio-caption::after{
      opacity: 1;
      transform: scale(1);
    }
    .portfolio-style2 .portfolio-item .portfolio-image:after{
    	opacity: 1;
    }
    .portfolio-style2 .portfolio-item .portfolio-hover{
    	bottom: 0;
    }
    .portfolio-style2 .portfolio-item .portfolio-icon{
    	opacity: 1;
    	-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	-o-transform: translateY(-50%);
    	transform: translateY(-50%);
    }
    .portfolio-style2 .portfolio-item .portfolio-icon a{
    	-webkit-transform: translateY(0);
    	-ms-transform: translateY(0);
    	-o-transform: translateY(0);
    	transform: translateY(0);
    }
}

@media(max-width: 991.98px) {
    .site-branding {
    	padding: 10px 0;
    }
    
    .header-content {
        position: relative;
    }

    .toggle-mobile-menu{
    	display: block;
    }

    header .primary-menu li:last-child > a {
    	padding-right: 15px;
    }

    .primary-menu, .primary-menu ul {
        list-style: none;
        margin: 0;
    }

    .primary-menu {
    	background: #fff;
    	padding: 0px;
    	position: absolute;
    	top: 100%;
    	left: 0;
    	width: 100%;
    	box-shadow: 0 50px 50px rgba(0,0,0,0.1);
        display: none;
    }

    .primary-menu ul {
    	display: none;
    	padding: 0;
    }

    .primary-menu li {
    	position: relative;
    }

    .primary-menu li a {
    	display: block;
    	padding: 10px 20px;
    	border-top: 1px solid #eee;
    }

    .primary-menu li li a {
    	padding-left: 30px;
    	text-transform: none;
    	letter-spacing: 0;
    	font-size: 13px;
    }
    
    .primary-menu li li li a {
    	padding-left: 45px;
    }

    .primary-menu li i {
    	position: absolute;
    	right: 0;
    	top: -1px;
    	width: 41px;
    	height: 43px;
    	text-align: center;
    	display: flex;
    	justify-content: center;
    	align-items: center;
        cursor: pointer;
    }
}
