/*
Theme Name: Anzio
Theme URI: https://az-theme.net/downloads/anzio-responsive-onepage-wordpress-theme/
Author: AZ-Theme.Net
Author URI: www.az-theme.net
Description: Anzio - Responsive OnePage WordPress Theme
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-logo, portfolio, translation-ready
Text Domain: anzio
Tested up to: 5.7.2
Requires PHP: 7.0
*/
:root {
    --accent-color: #f09326;
    --primary-color: #000;
    --border-color: #ddd;
    --text-color: #666;
}
body{
	background: #f5f5f5;
	font-family: 'Lato';
	font-size: 14px;
	color: var(--text-color);
	line-height: 24px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat';
	font-weight: bold;
	color: var(--primary-color);
	margin-top: 0;
	margin-bottom: 10px;
}
h1{
	font-size: 36px;
}
h2{
	font-size: 30px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 14px;
}
h6{
	font-size: 12px;
}
p{
	margin-bottom: 30px;
}
a, a:hover, a:focus{
    color: var(--accent-color);
    text-decoration: none;
	text-decoration: none;
	outline: none;
	transition: all 0.3s ease 0s;
}
img{
	max-width: 100%;
	height: auto;
}
.az-button, button, .button, input[type="submit"]{
	background: var(--accent-color);
	border: none;
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	display: inline-block;
}
.az-button:hover, button:hover, .button:hover, input[type="submit"]:hover,
.az-button:focus, button:focus, .button:focus, input[type="submit"]:focus{
	background: #ffffff;
	color: var(--accent-color);
	outline: none;
}
ul, ol{
	padding: 0;
	margin: 0;
}
ul ul, ol ol, ul ol, ol ul{
	padding-left: 30px;
}
input[type="text"], input[type="email"], textarea{
	background: transparent;
	border: 1px solid var(--border-color);
	padding: 9px 20px;
	font-size: 12px;
	letter-spacing: 1px;
	width: 100%;
	margin-bottom: 30px;
}
select{
	border: 1px solid var(--border-color);
	padding: 9px 10px;
	font-size: 12px;
	width: 100%;
	background: transparent;
}
.gallery-caption{}
.bypostauthor{}
::-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;}
.anzio-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-carousel .owl-dots {
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
}
.owl-carousel .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	background: #fff;
	margin: 0 8px;
}
.owl-carousel .owl-dots .owl-dot.active {
    background: var(--accent-color);
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: rgba(255,255,255,0.5);
	color: var(--accent-color);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	font-size: 18px;
}
.owl-carousel .owl-nav button:hover{
	background: #ffffff;
}
.owl-carousel .owl-nav button.owl-prev{
	left: -50px;
}
.owl-carousel .owl-nav button.owl-next{
	right: -50px;
}
.owl-carousel:hover .owl-nav button.owl-prev{
	left: 10px;
}
.owl-carousel:hover .owl-nav button.owl-next{
	right: 10px;
}
/* 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: 'FontAwesome';
	font-size: 12px;
	color: #aaaaaa;
	line-height: 40px;
}
.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(images/icon-search.png) no-repeat right center;
}
/* ------------------------
			HEADER
------------------------ */
.site-header{
	background: #fff;
	position: relative;
	transition: all 0.5s ease 0s;
	z-index: 10;
}
body:not( .page ) .site-header {
    margin-bottom: 50px;
}
.site-header .header-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-content .logo img {
	max-height: 75px;
	width: auto;
}
.header-content .logo h1{
	margin-bottom: 0;
    line-height: 0;
}
.header-content .logo a {
    display: inline-block;
    line-height: 0;
}
.menu-trans{
	background: transparent;
	position: absolute;
	top: 0;
	width: 100%
}
.az-adminbar .menu-trans{
	top: 32px;
}
.menu-fixed{
	position: fixed;
	top: 0;
	width: 100%;
}
.az-adminbar .site-header.menu-fixed{
	top: 32px;
}
.site-header.menu-fixed{
	background: rgba(255,255,255,0.9);
}
.site-header.menu-trans.bgfade{
	background: rgba(0,0,0,0.5);
}
.primary-menu {
    font-family: Montserrat, sans-serif;
    color: var(--text-color);
}
.primary-menu li {
	position: relative;
	margin-left: 30px;
}
.primary-menu li a, .primary-menu li i, .primary-menu li a:hover {
    color: inherit;
    cursor: pointer;
}
.primary-menu li a {
	display: inline-block;
	padding: 30px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
.mobile-toggle {
	display: none;
	align-items: center;
	justify-content: center;
}
.mobile-toggle a {
	padding: 15px 0;
    display: block;
}
.mobile-toggle span {
	display: block;
	width: 25px;
	height: 1px;
	background: var(--text-color);
	margin: 5px 0;
}
.site-header.menu-trans .mobile-toggle span {
	background: #fff;
}
.site-header .add-menu {
	padding: 30px 0;
}
/* ------------------------
		SHORT CODE
------------------------ */
/*----- Title section ----*/
.title-section{
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 55px;
}
.title-section.light h2{
	color: #ffffff;
}
.title-section h2{
	font-size: 30px;
}
.title-style1 .divider {
  display: inline-block;
  overflow: hidden;
  text-align: center;
  width: 135px;
  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);
  display: block;
  height: 12px;
  width: 12px;
  -webkit-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  -o-transform: rotate(44deg);
  transform: rotate(44deg);
}
.title-section.title-style2{
	margin-bottom: 70px;
}
.title-style2 h2{
	margin-bottom: 20px;
}
.title-style2 .divider{
	height: 3px;
	width: 35px;
	background: var(--accent-color);
	display: block;
	margin: 0 auto;
}
/*----- Service -----*/
.az-service{
	margin-bottom: 45px;
}
.az-service .icon-service{
	font-size: 48px;
	color: var(--accent-color);
	float: left;
}
.az-service .service-info{
	display: block;
	padding-left: 85px;
}
.az-service h3{
	text-transform: uppercase;
	font-size: 18px;
	color: #F09326
}
.az-service h3 a{
	color: inherit;
}
.az-service h3 a:hover{
	color: var(--accent-color);
}

/*----- TEAM MEMBER -----*/
.az-team-member{
	position: relative;
	overflow: hidden;
}
.az-team-member figure img{
	-webkit-transition: all 0.5s ease 0.2s;
	-o-transition: all 0.5s ease 0.2s;
	transition: all 0.5s ease 0.2s;
}
.az-team-member:hover figure img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.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;
}
.team-style1 .info-hover{
	background: rgba(0,0,0,0.7);
}
.team-style2 .info-hover{
	background: rgba(240,147,38,0.7);
}
.az-team-member:hover .info-hover{
	opacity: 1;
}
.az-team-member .info-member h5{
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 18px;
	margin-bottom: 8px;
}
.az-team-member .info-member span{
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 1px;
}
.az-team-member .info-hover .hover-content{
	overflow: hidden;
	padding: 35px;
	position: absolute;
	left: 0;
	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;
}
.team-style1 .info-hover .hover-content{
	bottom: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.team-style1 .az-team-member:hover .info-hover .hover-content{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.team-style2 .info-hover .hover-content{
	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);
}
.team-style2 .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);
}
.team-style1 .info-member{
	float: left;
	width: 60%;
}
.team-style1 .social-member{
	float: right;
	width: 40%;
	text-align: right;
}
.social-member a{
	display: inline-block;
	font-size: 15px;
	margin-left: 15px;
}
.social-member a:hover{
	color: #ffffff;
}
.team-style2 .az-team-member .info-member h5{
	margin-bottom: 3px;
}
.team-style2 .az-team-member .info-member{
	margin-bottom: 20px;
}
.team-style2 .az-team-member .info-member:after{
	content: "";
	width: 30px;
	height: 2px;
	display: block;
	margin: 20px auto 15px;
	background: #ffffff;
}
.team-style2 .social-member a{
	color: #ffffff;
	margin: 0 10px;
}
/* -------- CTA ----------*/
.anzio-cta{
	padding: 75px 0;
	display: table;
	width: 100%;
}
.anzio-cta .cta-heading{
	display: table-cell;
	font-family: 'Montserrat';
	font-size: 24px;
	line-height: 30px;
	vertical-align: middle;
}
.anzio-cta .cta-heading p{
	margin-bottom: 0;
}
.anzio-cta .cta-button{
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

/* ---- Testimonial --- */
.anzio-testimonials {
	text-align: center;
	color: #fff;
	padding-bottom: 50px;
}
.anzio-testimonials .item-slide {
	max-width: 70%;
	margin: 0 auto;
}
.anzio-testimonials .item-slide .title-client{
    font-size: 18px;
    font-weight: bold;
}
.anzio-testimonials .item-slide .desc-client{
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 45px;
}
.anzio-testimonials .item-slide .name-client{
	text-transform: uppercase;
	font-size: 24px;
	color: var(--accent-color);
	margin-bottom: 5px;
}
.anzio-testimonials .item-slide .positon{
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
.anzio-testimonials .owl-dots {
	bottom: 0;
}
.anzio-testimonials .owl-dots .owl-dot{
	display: inline-block;
	background: #ffffff;
	height: 12px;
	width: 12px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 15px;
}
.anzio-testimonials .owl-dots .owl-dot.active{
	background: var(--accent-color);
}

.portfolio-item .post-gallery .owl-dots {
  bottom: 30px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.portfolio-item .post-gallery .owl-dots .owl-dot{
	display: inline-block;
	background: #ffffff;
	height: 12px;
	width: 12px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 15px;
}
.portfolio-item .post-gallery .owl-dots .owl-dot.active{
	background: var(--accent-color);
}

/* ----- Client ------ */
.anzio-client-shortcode {
  overflow: hidden;
}
.anzio-client-shortcode .client-item img {
	margin: 0 auto;
	opacity: 0.5;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.anzio-client-shortcode .client-item:hover img {
  opacity: 1;
}
.anzio-client-shortcode .client-item{
	text-align: center;
	padding: 40px 15px;
}
/* Style 1 */
.client-style1 .client-item {
	float: left;
	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 ---- */
.anzio-pricing{
	border: 1px solid var(--border-color);
	background: #ffffff;
	padding-bottom: 65px;
	text-align: center;
	margin-bottom: 35px;
}
.anzio-pricing .pricing-title{
	background: #1a1a1a;
	padding: 35px 20px 70px;
}
.pricing-title h3{
	text-transform: uppercase;
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.anzio-pricing .price{
	font-size: 30px;
	font-weight: bold;
	font-family: 'Montserrat';
}
.anzio-pricing ul{padding: 0;}
.anzio-pricing ul li{
	list-style: none;
	display: block;
	text-align: center;
	line-height: 35px;
}
.anzio-pricing .az-button{
	background: transparent;
	border: 2px solid var(--primary-color);
	color: var(--primary-color);
	min-width: 130px;
	margin-top: 40px;
}
.anzio-pricing .az-button:hover,
.anzio-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: 100px;
	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{
	text-align: center;
	margin-bottom: 70px;
}
.az-contact-info .icon-contact{
	display: block;
	color: var(--accent-color);
	font-size: 36px;
	margin-bottom: 30px;
}
.az-contact-info .text-contact{
	color: var(--primary-color);
}
.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 30px;
  display: block;
}
.wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"],
.wpcf7-form textarea,
.wpcf7-form .wpcf7-form-control{
	text-transform: uppercase;
	margin-bottom: 0;
}
.wpcf7-form .wpcf7-submit{
	border-color: var(--accent-color);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
	margin-bottom: 0;
	padding: 10px 30px;
}
.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form .wpcf7-submit:focus{
	background: var(--primary-color);
	color: #ffffff;
}
.wpcf7-form p{margin-bottom: 0}
/* --- About section ---- */
.anzio-about-section{
	display: table;
	width: 100%;
}
.anzio-about-section .left-section,
.anzio-about-section .right-section{
	width: 50%;
	display: table-cell;
	padding: 50px 0;
}
.anzio-about-section .right-section{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.anzio-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{
	text-transform: uppercase;
	margin-bottom: 45px;
}
.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;
}
/* ---- 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-family: 'Montserrat';
	font-weight: bold;
	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 30px;
	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: 30px;
	margin-bottom: 17px;
}
.funfact-style-2 .number{
	color: var(--accent-color);
	margin-bottom: 15px;
}
/* ----- Video intro ---- */
.anzio-our-video{
	text-align: center;
	color: #ffffff;
}
.anzio-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;
}
.anzio-our-video h4{
	text-transform: uppercase;
	color: inherit;
	letter-spacing: 2px;
}
/* ----------------------
		PORTFOLIO
------------------------ */
.item-portfolio{
	position: relative;
	overflow: hidden;
}
.item-portfolio .pf-image img{
	width: 100%;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.item-portfolio:hover .pf-image img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.item-portfolio .pf-hover{
	width: 100%;
	z-index: 2;
}
.item-portfolio .pf-cats{
	font-size: 12px;
	font-style: italic;
	margin-bottom: 5px;
	position: relative;
	letter-spacing: 1px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	color: #ffffff;
}
.item-portfolio .pf-cats a{
	color: #ffffff;
}
.item-portfolio .pf-title{
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 25px;
	position: relative;
	line-height: normal;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.item-portfolio .pf-title a{
	color: inherit;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.item-portfolio .pf-title a:after{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: #ffffff;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.item-portfolio .pf-title a:hover{
	letter-spacing: 2px;
}
.item-portfolio .pf-title a:hover:after{
	width: 100%;
}
.item-portfolio .pf-icon{
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	position: relative;
}
.item-portfolio .pf-icon a{
	width: 52px;
	height: 52px;
	color: #ffffff;
	font-size: 18px;
	line-height: 52px;
	margin: 0 7px;
	text-align: center;
	display: inline-block;
	border: 1px solid #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.item-portfolio .pf-icon a:hover{
	background: #ffffff;
	color: var(--accent-color);
}
/* Filter */
.portfolio_fillter{
	text-align: center;
	margin: 30px 0 50px
}
.portfolio_fillter .item-fillter{
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	cursor: pointer;
	display: inline-block;
	margin: 0 10px;
	padding: 5px 20px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.portfolio_fillter .item-fillter:hover,
.portfolio_fillter .item-fillter.fillter-active{
	background: var(--accent-color);
	border-color: var(--accent-color);
	color: #ffffff;
}
/* Style 1 */
.portfolio-style1 .item-portfolio .pf-image:before{
	content: "";
	width: 50%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	position: absolute;
	left: 0;
	top: -100%;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 1;
}
.portfolio-style1 .item-portfolio .pf-image:after{
	content: "";
	width: 50%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	position: absolute;
	right: 0;
	bottom: -100%;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 1;
}
.portfolio-style1 .item-portfolio:hover .pf-image:before{
	top: 0;
}
.portfolio-style1 .item-portfolio:hover .pf-image:after{
	bottom: 0;
}
.portfolio-style1 .item-portfolio .pf-hover{
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease-in-out 0.35s;
	-o-transition: all 0.5s ease-in-out 0.35s;
	transition: all 0.5s ease-in-out 0.35s;
}
.portfolio-style1 .item-portfolio .pf-cats a:hover{
	letter-spacing: 2px;
}
.portfolio-style1 .item-portfolio .pf-cats{
	left: -100%;
}
.portfolio-style1 .item-portfolio:hover .pf-cats{
	left: 0;
}
.portfolio-style1 .item-portfolio .pf-icon{
	left: -100%;
}
.portfolio-style1 .item-portfolio:hover .pf-icon{
	left: 0;
}
.portfolio-style1 .item-portfolio .pf-title{
	right: -100%;
}
.portfolio-style1 .item-portfolio:hover .pf-title{
	right: 0;
}
.portfolio-style1 .item-portfolio .pf-title a:after{
	margin: 0 auto;
}
/* Style 2 */
.portfolio-style2 .portfolio-grid{
	margin: 0 -15px;
}
.portfolio-style2 .item-portfolio{
	padding: 0 15px;
	margin-bottom: 30px;
}
.portfolio-style2 .item-portfolio .pf-caption{
	position: relative;
	overflow: hidden;
}
.portfolio-style2 .item-portfolio .pf-caption::before, .portfolio-style2 .item-portfolio .pf-caption::after {
  bottom: 15px;
  content: "";
  left: 15px;
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.portfolio-style2 .item-portfolio .pf-caption::before {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  transform: scale(0, 1);
}
.portfolio-style2 .item-portfolio .pf-caption::after {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: scale(1, 0);
}
.portfolio-style2 .item-portfolio:hover .pf-caption::before, .portfolio-style2 .item-portfolio:hover .pf-caption::after{
  opacity: 1;
  transform: scale(1);
  -webkit-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  -o-transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
  transition: opacity 0.4s ease 0s, transform 0.45s ease 0.2s;
}
.portfolio-style2 .item-portfolio .pf-image:after{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(240,147,38,0.8);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.portfolio-style2 .item-portfolio:hover .pf-image:after{
	opacity: 1;
}
.portfolio-style2 .item-portfolio .pf-hover{
	padding: 25px 35px;
	width: 100%;
	position: absolute;
	bottom: -100%;
	left: 0;
	text-align: left;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.portfolio-style2 .item-portfolio:hover .pf-hover{
	bottom: 0;
}
.portfolio-style2 .pf-cats:before{
	content: "";
	width: 20px;
	height: 1px;
	background: #ffffff;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 2px;
}
.portfolio-style2 .item-portfolio .pf-title{
	margin-bottom: 0;
}
.portfolio-style2 .item-portfolio .pf-icon{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	text-align: center;
	z-index: 2;
}
.portfolio-style2 .item-portfolio:hover .pf-icon{
	opacity: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.portfolio-style2 .item-portfolio .pf-icon a{
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
}
.portfolio-style2 .item-portfolio:hover .pf-icon a{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.portfolio-style2 .item-portfolio .pf-icon a.icon-popup{
	-webkit-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.portfolio-style2 .item-portfolio .pf-icon a.icon-link{
	-webkit-transition: all 1s ease 0.05s;
	-o-transition: all 1s ease 0.05s;
	transition: all 1s ease 0.05s;
}
/* --- SINGLE PORTFOLIO ---- */
.anzio-single-portfolio{
	background: #ffffff;
}
.anzio-single-portfolio .post-format{
	margin-bottom: 45px;
}
.anzio-single-portfolio .post-content{
	padding: 0 40px;
	margin-bottom: 35px;
}
.anzio-single-portfolio .pf-title{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 27px;
}
.anzio-single-portfolio .project-metas{
	padding: 0 40px;
	margin-bottom: 95px;
}
.project-metas{
	overflow: hidden;
}
.project-metas .meta-item{
	width: 33.3333%;
	float: left;
	padding: 30px;
	border-left: 1px solid var(--border-color);
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}
.project-metas .meta-item:first-child{
	padding-left: 0;
	border-left: none;
}
.meta-item .meta-title .lnr{
	font-size: 14px;
	color: var(--accent-color);
	float: left;
}
.meta-item .meta-title .title{
	text-transform: uppercase;
	display: block;
	padding-left: 30px;
	letter-spacing: 1px;
	font-weight: normal;
}
.meta-item .meta-info{
	font-size: 12px;
	letter-spacing: 1px;
	font-style: italic;
}
.meta-item .meta-info a{
	color: inherit;
}
.meta-item .meta-info a:hover{
	color: var(--accent-color);
}
.anzio-single-portfolio .anzio-pagination{
  display: inline-block;
  width: 100%;
  padding: 0 40px;
  margin-bottom: 60px;
}
.anzio-pagination a{
	text-transform: uppercase;
	font-size: 10px;
	font-family: 'Montserrat';
	letter-spacing: 1px;
	color: var(--primary-color);
}
.nav-portfolio  a:hover{
	color: var(--accent-color);
}
.nav-portfolio .lnr{
	font-size: 14px;
	vertical-align: sub;
}
.nav-portfolio .older .lnr{
	margin-right: 15px;
}
.nav-portfolio .newer .lnr{
	margin-left: 15px;
}
/* ------------------------
			BLOG
------------------------ */
/* ---- Our Blog ---- */
.anzio-our-blog .blog-item{
	margin-bottom: 35px;
}
.blog-item .title-post{
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	font-weight: normal;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.blog-item .title-post a{
	color: inherit;
}
.blog-item .title-post a:hover{
	color: var(--accent-color);
}
.cats-post{
	font-style: italic;
	margin-bottom: 20px;
}
.blog-item .excerpt-post{
	margin-bottom: 40px;
}
.post-format iframe {
    width: 100%;
}
.meta-post li{
	display: inline-block;
	list-style: none;
	line-height: 24px;
	letter-spacing: 1px;
	font-size: 12px;
	font-style: italic;
	color: #999999;
	margin: 0 15px;
}
.meta-post li:first-child{
	margin-left: 0;
}
.meta-post li a{
	color: inherit;
}
.meta-post li a:hover{
	color: var(--accent-color);
}
.meta-post li .fa{
	margin-right: 5px;
}
.blog-item{
	background: #fff;
}
.blog-item .post-format figure{
	margin: 0;
}
.sticky.blog-item .main-content-post{
	border: 1px solid var(--accent-color);
}
.blog-item .main-content-post{
	padding: 30px 30px 35px;
}
.anzio-blog .blog-item{
	margin-bottom: 50px;
}
.blog-item:first-child{
	padding-top: 0;
}
.anzio-pagination {
	margin-bottom: 80px;
}
.anzio-pagination .screen-reader-text{
	display: none;
}
.anzio-pagination .nav-links > .page-numbers {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #fff;
	display: inline-block;
	font-size: 14px;
	color: inherit;
	margin-right: 8px;
}
.anzio-pagination .nav-links > .page-numbers:hover,
.anzio-pagination .nav-links > .page-numbers.current{
	border-color: var(--accent-color);
	background: var(--accent-color);
	color: #ffffff;
}
.anzio-pagination .pagination{
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
/* 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 .meta-post{
	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: 60px;
	font-size: 13px;
	letter-spacing: 1px;
}
.az-single-post-tags span{
	color: var(--primary-color);
}
.az-single-post-tags a{
	color: inherit;
}
.az-single-post-tags a:hover{
	color: var(--accent-color);
}
/* Comment list */
.comment-respond .comment-reply-title,
.comments-area .comments-title{
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: normal;
	margin-bottom: 20px;
}
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;
	padding-left: 80px;
}
.comment-body .comment-content .comment-text p{
	margin-bottom: 10px;
}
.comment-content .author-name{
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 12px;
}
.comment-content .date-comment a{
	font-size: 12px;
	color: #bbbbbb;
}
.comment-content .reply{
	float: right;
}
.comment-content .reply a{
	background: var(--border-color);
	color: inherit;
	font-size: 12px;
	margin: 0 5px;
	padding: 3px 6px;
}
.comment-content .reply a:hover{
	background: var(--accent-color);
	color: #ffffff;
}
.comment-content .comment-text{
	display: block;
	margin-top: 5px;
}
/* Comment form */
.comment-respond{
	margin-top: 70px;
}
.comment-form textarea{
	min-height: 180px;
}
/* --------------------
		SIDEBAR
--------------------- */
.sidebar .widget{
	margin-bottom: 50px;
	background: #ffffff;
	padding: 20px 15px;
}
.widget .widget-title{
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 20px;
}
.widget .widget-title:after{
	content: "";
	height: 2px;
	width: 25px;
	display: block;
	background: var(--accent-color);
	margin-top: 15px;
}
.widget ul li{
	list-style: none;
	line-height: 35px;
}
.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_rss ul li{
	margin-bottom: 20px;
}
.widget_calendar #wp-calendar{margin-bottom: 0}
.widget_search .searchform input[type=text]{
	background: #f1f1f1;
	border: none;
}

#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) none repeat scroll 0 0;
  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 {
  color: #858585;
  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
------------------------ */
.anzio-footer {
    background: #1a1a1a;
}
.main-footer {
  padding: 100px 15px 69px;
  text-align: center;
}

.logo-ft{
	margin-bottom: 35px;
}
.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: #aaaaaa;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
}

.social-ft li{
	display: inline-block;
	list-style: none;
	width: 30px;
	height: 30px;
	line-height: 30px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 1px solid var(--accent-color);
	font-size: 13px;
	margin: 0 15px 30px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.social-ft li:hover{
	background: var(--accent-color);
}
.social-ft li a{
	color: var(--accent-color);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block;
}
.social-ft li a:hover,
.social-ft li:hover a{
	color: #ffffff;
}

/* ------------------------
		OTHER
------------------------ */
.wpb_revslider_element.wpb_content_element{
	margin-bottom: 0;
}
.az-page-banner{
	padding: 200px 20px;
	position: relative;
	background-position: center;
	background-size: cover;
	background-attachment:fixed;
    color: #fff;
    margin-bottom: 50px;
}
.az-page-banner:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(42,42,42,0.3);
}
.az-page-banner h1{
	margin: 0;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
}
.az-page-banner * {
    color: inherit;
}
.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;
}
/* 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: 1199.98px ) {
    .primary-menu li {
    	margin-left: 20px;
    }
}

@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.3s;
    	opacity: 0;
    	padding: 5px 0;
    	box-shadow: 0 30px 30px rgba(0,0,0,0.1);
    }
    .primary-menu ul ul {
    	top: 30%;
    	left: 100%;
    }
    .primary-menu li li {
    	margin: 0;
    }
    .primary-menu li li a {
    	padding: 5px 15px;
    	display: block;
    	letter-spacing: 0;
    	text-transform: capitalize;
    }
    .primary-menu li i {
    	display: inline-block;
    	font-size: 12px;
    	padding: 3px;
    }
    .primary-menu li li i {
    	position: absolute;
    	right: 0;
    	top: 0;
    	padding: 9px;
    }
    .primary-menu li.menu-item-has-children:hover > ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    .primary-menu li li.menu-item-has-children:hover > ul {
        top: -5px;
    }
    .mobile-toggle {
        display: none;
    }
    .site-header.menu-trans .primary-menu {
        color: #fff;
    }
    .site-header.menu-trans .primary-menu ul a{
        color: var(--text-color);
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
	.header-content .az-main-menu{width: 87%}
	.az-main-menu > ul > li > a{padding: 30px 10px;}
	.about-content{
		padding: 40px 20px 25px;
		width: 576px;
	}
	.az-main-menu #anzio-mainmenu > .menu-item:nth-last-child(2) > .sub-menu{
		left: auto;
		right: 0;
	}
	.az-main-menu #anzio-mainmenu > .menu-item:nth-last-child(2) > .sub-menu .sub-menu{
		left: auto;
		right: 100%;
	}
}
@media(min-width: 768px) and (max-width: 991px) {
	.header-content .az-main-menu{width: 85%}
	.az-main-menu > ul > li > a,
	.menu-fixed .az-main-menu > ul > li > a{
		padding: 25px 7px;
	}
	.az-main-menu ul li a{font-size: 11px;}
	.az-main-menu .sub-menu{min-width: 200px}
	.az-main-menu #anzio-mainmenu > .menu-item:nth-last-child(2) > .sub-menu{
		left: auto;
		right: 0;
	}
	.az-main-menu #anzio-mainmenu > .menu-item:nth-last-child(2) > .sub-menu .sub-menu{
		left: auto;
		right: 100%;
	}
	.anzio-about-section .left-section .about-content{
		margin: 0 auto;
		float: none;
	}
	.anzio-about-section{display: block;}
	.anzio-about-section .right-section{min-height: 400px}
	.anzio-about-section .left-section, .anzio-about-section .right-section{
		width: 100%;
		display: block;
	}
	.vc_row-o-equal-height .az-maps-wrapper{
		position: relative;
	}
}

@media( max-width: 991.98px ) {
    .site-header .header-content {
    	position: relative;
    }
    .header-content .logo {
    	margin: 15px 0;
    }
    .mobile-toggle {
        display: flex;
    }
    .primary-menu {
    	background: #fff;
    	padding: 0px;
    	position: absolute;
    	top: 100%;
        width: 100%;
        display: none;
    }
    .primary-menu, .primary-menu ul {
        list-style: none;
        margin: 0;
    }
    .primary-menu ul {
        padding-left: 15px;
        display: none;
        border-top: 1px solid var(--border-color);
        margin-top: -1px;
    }

    .primary-menu li {
        position: relative;
    }

    .primary-menu li a {
    	display: block;
    	padding: 10px 0;
    	border-bottom: 1px solid var(--border-color);
    }

    .primary-menu > li:last-child > a {
    	border-bottom: none;
    }

    .primary-menu li i {
    	position: absolute;
    	right: 0;
    	top: 0;
    	z-index: 2;
    	cursor: pointer;
    	height: 42px;
    	line-height: 42px;
    	width: 30px;
    	text-align: center;
    }
}


@media(max-width: 767px){
	.az-adminbar header.menu-fixed{
		top: 0;
	}
	#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;
	}
	.toggle-mobile-menu{
		display: block;
	}
	.header-content .az-main-menu{
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		width: auto;
		text-align: left;
		background: #ffffff;
	}
	.az-main-menu > ul > li{
		display: block;
	}
	.header-content .logo {
    	width: calc(100% - 35px);
    	padding-right: 35px;
    }
	.az-main-menu > ul > li > a{
		padding: 10px 15px;
		border-top: 1px solid var(--border-color);
	}
	.az-main-menu ul li a{
		display: block;
	}
	.az-main-menu li a > .caret{
		float: right;
	}
	.menu-trans .header-content .az-main-menu{
		background: rgba(0,0,0,0.5);
	}
	.menu-trans .az-main-menu .sub-menu{
		background: transparent;
	}
	.menu-trans .az-main-menu > ul > li > a{
		border-color: rgba(255, 255, 255, 0.2)
	}
	.az-main-menu .sub-menu{
		position: relative;
		visibility: visible;
		opacity: 1;
		display: none;
		padding-left: 20px;
	}
	.az-main-menu .show-submenu > .sub-menu{
		display: block;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.az-main-menu .sub-menu li{padding: 0}
	.menu-fixed .az-main-menu > ul > li > a {
	  padding-bottom: 10px;
	  padding-top: 10px;
	}
	.anzio-about-section .left-section, .anzio-about-section .right-section{
		display: block;
		width: 100%;
		padding: 0;
	}
	.anzio-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%;
	}
	.anzio-about-section .right-section{
		min-height: 400px;
	}
	.anzio-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);
	}
	.anzio-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;
	}
	.vc_row-o-equal-height .az-maps-wrapper{
		position: relative;
	}
	.menu-fixed{position: relative;}
	.anzio-cta{
		display: block;
	}
	.anzio-cta .cta-heading{
		display: block;
		text-align: center;
		margin-bottom: 30px;
	}
	.anzio-cta .cta-button{
		display: block;
		text-align: center;
	}
	.bottom-post .meta-post{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;}
}
@media(max-width: 782px){
	.az-adminbar .menu-trans,
	.az-adminbar header.menu-fixed{
		top: 46px;
	}
}