/* ==============================================================

Project:	Axen - Personal Portfolio WordPress Theme
Info:		https://themeforest.net/item/axen-personal-portfolio-wordpress-theme/21199994
Version:	2.7
Author:		AthenaStudio
Profile:	https://themeforest.net/user/athenastudio

-----------------------------------------------------------------
					*** TABLE OF CONTENTS ***
-----------------------------------------------------------------

	1.	General
	2.	Loader
	3.	Navigation
	4.	Content
	5.	Intro
	6.	Skills
	7. 	Services
	8.	Portfolio
	9.	Testimonials
	10.	Blog
	11.	Sidebars
	12.	Contact
	13. Google maps
	14. Comments
	15.	Footer
	16.	Error page
	17. Visual composer
		
=============================================================*/

/*********************
    - 1. General -
*********************/
html {
	font-size:100%;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:100%;
		-ms-text-size-adjust:100%;	
}   
   
html, body {
	font-family:"Raleway", sans-serif;
	font-size:15px;
	line-height:1.75;
	color:#000;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:#fff;
	-webkit-font-smoothing:antialiased;
}

body {	
	overflow-x:hidden;
}

h1, h2, h3, h4, h5, h6 {
	clear:both;
	font-weight:700;
	margin:0px;
}

h1, h1 a {
	position:relative;
	font-size:50px;
	font-weight:700;
	line-height:1.2em;
	color:#000;
	padding-bottom:10px;
	letter-spacing:1px;
	text-transform:uppercase;
}

h2, h2 a {
	position:relative;
	font-size:42px;
	font-weight:700;
	line-height:1.2em;
	color:#000;
	padding-bottom:10px;
	letter-spacing:1px;
	text-transform:uppercase;
}

h3, h3 a {
	position:relative;
	font-size:32px;
	font-weight:700;
	line-height:1.2em;
	color:#000;
	padding-bottom:10px;
	letter-spacing:1px;
	text-transform:uppercase;
}

h4, h4 a {
	display:block;
	font-size:28px;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:20px !important;
	text-transform:uppercase;
	letter-spacing:1px;
}

h5, h5 a {
	letter-spacing:5px;
	font-size:20px;
	font-weight:700;
	line-height:1.2em;
	text-transform:uppercase;
	text-align:center;
	padding-bottom:30px;
}

h6, h6 a {
	font-size:16px;
	line-height:1.2em;
}

p:empty {
    display:none;
}

ol, ul {
	margin:0 0 10px 3em;
	padding:0;
}

ol ol, ol ul, ul ol, ul ul {
	margin-top:10px;
}

li {
	margin-bottom:10px;
}

a {
	color:#000;
	-webkit-transition:.3s;
	   -moz-transition:.3s;
			transition:.3s;
}

a:hover {
	text-decoration:none;
}

a:focus {
	outline:none;
}

.nav > li > a:focus, .nav > li > a:hover {
	background:transparent;
}

.sec-pad {
	padding:70px 0px;
}

img {
	max-width:100%; 
	height:auto;
}

.nplr {
	padding:0px;	
}

.npl {
	padding-left:0px;	
}

.npr {
	padding-right:0px;	
}

.pb {
	padding-bottom:50px;
}

.pt {
	padding-top:20px !important;
}

.alter-bg {
	background:#f5f5f5;
}

.null {
	height:0 !important;
}

del {
	text-decoration:line-through;
}

table {
	border-spacing:0px;
	border:0px;
}

a img {
	border:none;
}

iframe {
	border:0;
}

/* Table */
table, th, td {
  	border:1px solid rgba(0, 0, 0, 0.1);
}

table {
  	border-collapse:separate;
  	border-spacing:0;
  	border-width:1px 0 0 1px;
  	margin-bottom:24px;
  	width:100%;
}

caption, th, td {
  	font-weight:normal;
  	text-align:left;
  	padding:10px 20px;
}

th,
table tbody tr:first-child td {
  	border-width:0 1px 1px 0;
  	font-weight:bold;
}

td {
  	border-width:0 1px 1px 0;
}

/* Definition list */
dt {
	font-weight:bold;	
}

dd {
	padding-bottom:15px;
}

/* Blockquote */
dfn, cite, em, i {
	font-style:italic;
}

blockquote,
blockquote.is-large {
	font-size:14px;
	margin-top:15px;
	margin-bottom:15px;
	border-left:3px solid #f1f1f1;
	padding:15px 30px 18px !important;
}

blockquote p {
	font-size:20px;
	font-weight:bold;
	line-height:1.3 !important;
}

blockquote.is-large p {
	font-size:32px !important;
	font-style:normal !important;
}

blockquote cite {
	font-style:italic;
	font-size:inherit;
	color:inherit;
}

address {
	margin:0 0 1.5em;
}

pre {
	display:block;    
	background:#f9f9f9;
	border-color:rgba(180,180,180,1);
    border-style:solid;
    border-width:0px 0px 0px 4px;
	font-family:"Courier 10 Pitch", Courier, monospace;
	font-size:15px;
	line-height:1.6;
	margin:20px 0;
	max-width:100%;
	overflow:auto;
	padding:10px;
}

code, kbd, tt, var {
	font-family:Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size:15px;
}

abbr, acronym {
	border-bottom:1px dotted #bbb;
	cursor:help;
}

mark, ins {
	background:#fff9c0;
	text-decoration:none;
}

big {
	font-size:125%;
}

/* Placeholder */
::placeholder {
    color:#666;
    opacity:1;
}

:-ms-input-placeholder { 
    color:#666;
}

::-ms-input-placeholder {
    color:#666;
}

/********************
    - 2. Loader -
********************/
.page-loader {
	position:fixed;
  	z-index:9999;
  	left:0;
  	right:0;
  	bottom:0;
  	top:0;
	background-color:#fff;
}

.page-loader .line-scale {
  	position:absolute;
  	top:49%;
  	left:49%;
}

.line-scale .line {
	display:inline-block;
	width:4px;
	height:35px;
	margin:2px;
	border-radius:2px;	
	-webkit-animation-fill-mode:both;
			animation-fill-mode:both;
}

.line-scale .line1 {
	-webkit-animation:line-scale 1s 0.1s infinite cubic-bezier(.2, .68, .18, 1.08);
			animation:line-scale 1s 0.1s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale .line2 {
	-webkit-animation:line-scale 1s 0.2s infinite cubic-bezier(.2, .68, .18, 1.08);
			animation:line-scale 1s 0.2s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale .line3 {
	-webkit-animation:line-scale 1s 0.3s infinite cubic-bezier(.2, .68, .18, 1.08);
			animation:line-scale 1s 0.3s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale .line4 {
	-webkit-animation:line-scale 1s 0.4s infinite cubic-bezier(.2, .68, .18, 1.08);
			animation:line-scale 1s 0.4s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.line-scale .line5 {
	-webkit-animation:line-scale 1s 0.5s infinite cubic-bezier(.2, .68, .18, 1.08);
			animation:line-scale 1s 0.5s infinite cubic-bezier(.2, .68, .18, 1.08)
}

@-webkit-keyframes "line-scale" {
	0% {
		-webkit-transform:scaley(1);
				transform:scaley(1);
	}
	
	50% {
		-webkit-transform:scaley(0.4);
				transform:scaley(0.4);
	}
	
	100% {
		-webkit-transform:scaley(1);
				transform:scaley(1);
	}
}

@keyframes "loader" {
	0% {
		-webkit-transform:scaley(1);
				transform:scaley(1);
	}
	
	50% {
		-webkit-transform:scaley(0.4);
				transform:scaley(0.4);
	}
	
	100% {
		-webkit-transform:scaley(1);
				transform:scaley(1);
	}
}

/************************
    - 3. Navigation -
************************/
.navbar {
	position:absolute;
	z-index:9998;
	width:100%;
	height:auto;
	min-height:0;
	border:0;
	margin-bottom:0;
	padding-top:60px;
	-webkit-backface-visibility:hidden;
}

.navbar-header {
	width:100%;
}

/* Logo */
.navbar .logo {
	position:relative;
	float:left;
	padding-top:0;
	padding-bottom:0;
	color:#fff;
	font-size:23px;
	line-height:23px;
	font-weight:800;
	letter-spacing:2px;
}

/* Menu button open */
.menu-btn-open {
	position:relative;
    display:inline-block;
    width:24px;
    height:16px;
	line-height:1px;
	margin:0;
	color:#fff;
}

.menu-btn-open span {
    display:block;
    position:absolute;
    width:100%;
    height:0px;
    color:inherit;
    border:1px solid;
    -webkit-transition:all 0.6s;
       -moz-transition:all 0.6s;
    		transition:all 0.6s;
}

.menu-btn-open .line1 {
    top:0;
}

.menu-btn-open .line2 {
    top:7px;
}

.menu-btn-open .line3 {
    bottom:0;
}

/* Menu button close */
.menu-btn-close {
    position:relative;
	z-index:999;
	float:right;
    display:block;
    width:24px;
    height:24px;
    margin:0;
	top:38px;
    color:#fff;  
}

.wp-bar .menu-btn-close {
	top:95px;
}

.menu-btn-close span {
    display:block;
    position:absolute;
    width:100%;
    height:0px;
    top:40%;
    color:inherit;
    border:1px solid;
	-webkit-transform:translateZ(0);
	   -moz-transform:translateZ(0);
    		transform:translateZ(0);
    -webkit-transition:all 0.6s;
       -moz-transition:all 0.6s;
    		transition:all 0.6s;
}

.menu-btn-close .line1 {
    transform:translateY(-6px);
}

.menu-btn-close .line2 {
    transform:translateY(6px);
}

.menu-btn-close.loaded .line1 {
    -webkit-transform:rotate(45deg);
       -moz-transform:rotate(45deg);
   			transform:rotate(45deg);
}

.menu-btn-close.loaded .line2 {
    -webkit-transform:rotate(-45deg);
       -moz-transform:rotate(-45deg);
    		transform:rotate(-45deg);
}

/* Menu lightbox */
.menu-lightbox {
    position:fixed;
    top:0%;
    right:0;
    left:0%;
    bottom:0;
    width:100%;
	height:100%;
	overflow:hidden;	
    background-color:rgba(0, 0, 0, 0.9);
    z-index:9998;
    color:#fff;
    display:none;
}

.menu-lightbox .tbl {
	position:absolute;
	top:0;
    display:table;
    width:100%;
    height:100%;
}

.menu-lightbox .tbl-cell {
    vertical-align:middle;
    display:table-cell;
}

.menu-lightbox .menu,
.menu-lightbox .menu ul {
    width:100%;
    margin:0 auto;
    padding:0;
    list-style:none;
}

.menu-lightbox .menu li {
	list-style:none;
    padding:0;
    margin:0 0 21px 0;
    text-align:center;
	opacity:0;
	transform:translate(0, 30px);
    -webkit-transition:all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
    		transition:all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}

.menu-lightbox .menu li:last-child {
	margin:0 !important;
}

.menu-lightbox .menu li a {
    color:#fff;
    font-weight:800;
    font-size:16px;
    line-height:16px;
    text-transform:uppercase;
    letter-spacing:2.5px;
    position:relative;
    display:inline-block;
}

.menu-lightbox.active .menu li {
	opacity:1;
    transform:translate(0, 0px); 
}

/* Submenu */
.menu-lightbox i {
	position:relative;
	display:inline-block;
	font-size:14px;
	line-height:14px;
	color:#fff;
	margin-left:5px;
	cursor:pointer;
	-webkit-transition:all .3s;
	   -moz-transition:all .3s;
			transition:all .3s;
}

.menu-lightbox .menu > li > ul {
	display:none;
}

.menu-lightbox .menu > li > ul > li {
	position:relative;
	padding:0;
    margin:0;
	line-height:20px;
}

.menu-lightbox .menu > li > ul > li a {
	font-weight:400;
    font-size:13px;
    line-height:13px;
	letter-spacing:0;
}
	
/*********************
    - 4. Content -
*********************/
/* Scroll button */
.scroll-downs {
  	position:absolute;
	z-index:10;
  	right:0;
  	left:0;
  	margin:auto;
  	bottom:30px;
}

.mouse {
	position:absolute;
	width:24px;
	height:40px !important;
	border:2px solid #fff;
	border-radius:13px;
	background:transparent;
	margin:0 auto;
	left:0;
	right:0;
	bottom:0;
}

.mouse .wheel {
	width:6px;
	height:6px;
	background-color:#fff;
	border-radius:50%;
	margin-left:auto;
	margin-right:auto;
	margin-top:6px;
	left:0;
	right:0;
	-webkit-animation:magic-mouse 1.7s infinite ease;
			animation:magic-mouse 1.7s infinite ease;
}

@keyframes magic-mouse {
 	0% {
 		margin-top:6px;
 		opacity:0;
	}
	
 	30% {
 		opacity:1;
	}
	
 	100% {
 		margin-top:18px;
 		opacity:0;
	}
}

@-webkit-keyframes magic-mouse {
 	0% {
 		margin-top:6px;
 		opacity:0;
	}
	
 	30% {
 		opacity:1;
	}
	
 	100% {
 		margin-top:18px;
 		opacity:0;
	}
}

/* Carousel */
.carousel .item  .banner-img {
	height:100%;
	background-repeat:no-repeat !important;
	background-position:top center !important;
	background-size:cover !important; 	
}

.carousel, .item, .active {
	height:100%;
}

.carousel-inner{
	height:100%;
}

.carousel-fade .carousel-inner .item {
  opacity:0;
  transition-property:opacity;
} 
   
.carousel-fade .carousel-inner .active {
  opacity:1;
}
    
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left:0;
  opacity:0;
  z-index:1;
} 
   
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity:1;
}  
  
.carousel-fade .carousel-control {
  z-index:2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity:0;
      -webkit-transform:translate3d(0, 0, 0);
              transform:translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity:0;
      -webkit-transform:translate3d(0, 0, 0);
              transform:translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity:1;
      -webkit-transform:translate3d(0, 0, 0);
              transform:translate3d(0, 0, 0);
    }
}

.link-wrapper {
	position:relative;
	display:block;
	overflow:hidden;
	color:#fff;
}

/* Section title */
section .section-title {
	margin-bottom:40px;
	color:#999;
}

section .section-title > h1 {
	position:relative;
	font-size:24px;
	font-weight:700;
	line-height:30px;
	padding-bottom:15px;
	letter-spacing:1px;
	text-transform:uppercase;
}

section .section-title > p {
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
}

section .section-title > hr {
	width:30px;
	margin:30px auto;
	height:1px !important;
	color:#777;
	background-color:#777;
}

/* Close button */
section .section-title .icon.close {
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	opacity:0.3;
	-webkit-transition:opacity .3s;
	   -moz-transition:opacity .3s;
		 	transition:opacity .3s;
}

section .section-title .icon.close:hover {
	opacity:1;
}

/* Button */
.btn, 
input.submit,
.wp-block-button__link {
	display:inline-block;
	border-radius:2px;
	font-size:14px;
	font-weight:600;
	letter-spacing:1px;
	line-height:30px;
	margin:30px 0 0;
	padding:5px 20px;
	width:auto;
	border:2px solid #000;
	background:transparent;
	text-transform:uppercase;
	transition:0.3s;
}

.btn > i, 
input.submit > i,
.wp-block-button__link > i {
	margin-right:10px;	
}

.btn:hover, .btn:active, .btn:focus,
input.submit:hover, input.submit:active, input.submit:focus,
.wp-block-button__link:hover, .wp-block-button__link:active, .wp-block-button__link:focus,
a:not([href]):not([tabindex]).wp-block-button__link:hover {
	color:#fff;
}

/*******************
    - 5. Intro -
*******************/
.intro {
	position:relative;
	height:100%;
	overflow:hidden;
	background-color:#1a1a1a;
}

.intro .wpb-content-wrapper,
.intro .vc_row, .intro .wpb_column, 
.intro vc_column-inner, .intro wpb_wrapper {
	position:inherit;
	height:inherit;
}

/* Overlay */
.intro:after {
	content:'';
	position:absolute;
	display:block;
	height:100%;
	top:0;
	left:0;
	right:0;
	background:rgba(0, 0, 0, 0.5);
}

/* Text slider */
.intro .intro-text {
	position:absolute;
	text-align:center;
	left:0;
	right:0;
	top:50%;
  	color:#fff;
	z-index:100;
	transform:translateY(-50%);
}

.intro-text .top-text {
	font-size:24px;
	line-height:24px;
	margin-bottom:20px;
	letter-spacing:10px;
	text-transform:uppercase;
}

.intro-text .effect-text {
	font-size:60px;
	line-height:60px;
	font-weight:800;
}

.intro-text .typed-cursor {
    font-weight:300;
}

.intro-text .type-wrap > b {
	display:none;
}

@keyframes slide-in {
  	0% {
    	opacity:0;
    	-webkit-transform:translateY(-100%);
    	   -moz-transform:translateY(-100%);
    			transform:translateY(-100%);
  	}
  
  	60% {
    	opacity:1;
    	-webkit-transform:translateY(20%);
    	   -moz-transform:translateY(20%);
    			transform:translateY(20%);
  	}
  
  	100% {
    	opacity:1;
    	-webkit-transform:translateY(0);
    	   -moz-transform:translateY(0);
   				transform:translateY(0);
  	}
}

@keyframes slide-out {
  	0% {
    	opacity:1;
    	-webkit-transform:translateY(0);
    	   -moz-transform:translateY(0);
    			transform:translateY(0);
  	}
  
  	60% {
    	opacity:0;
    	-webkit-transform:translateY(120%);
    	   -moz-transform:translateY(120%);
    			transform:translateY(120%);
  	}
  
  	100% {
    	opacity:0;
    	-webkit-transform:translateY(100%);
    	   -moz-transform:translateY(100%);
     			transform:translateY(100%);
  	}
}

/* Youtube player */
.player-controls {
	position:absolute;
	top:190px;
	right:25%;
}

.player-controls a {
	background:none;
	color:#fff !important;
	outline:none;
	width:30px;
	margin:5px;
	border:1px solid #F8F8F8;
	height:30px;
	line-height:28px;
    font-size:12px;
	text-decoration:none !important;
	border-radius:50%;
	-webkit-transition:all 0.3s ease-in-out !important;
	   -moz-transition:all 0.3s ease-in-out !important;
			transition:all 0.3s ease-in-out !important;
}

.player-controls a:hover {
	color:#fff;
	text-decoration:none !important;
	-webkit-transition:all 0.3s ease-in-out !important;
	   -moz-transition:all 0.3s ease-in-out !important;
			transition:all 0.3s ease-in-out !important;
}

/* Blog background */
.intro.blog {
	height:auto;
	padding:150px 0;
	background-color:#333;
}

.intro-text .blog-title {
	text-transform:capitalize;
	font-size:36px;
	font-weight:800;
	letter-spacing:1px;
	text-align:center;
}

.intro-text .blog-subtitle {
	text-transform:none;
	font-size:28px;
	text-align:center;
	padding:0;
	margin:0;
}

/********************
    - 6. Skills -
********************/
#skills {
	overflow:hidden;
}

.skills-holder {
	position:relative;
	text-align:center;
	line-height:0;
	padding-top:30px;
	background:#fff;
}

.alter-bg .skills-holder {
	background:#f5f5f5;
}

.skills-holder:after {
	content:"";
	position:absolute;
	left:20%;
	right:20%;
	bottom:0;
	z-index:-1;
	width:60%;
	height:50%;
	box-shadow:0 0 20px rgba(0, 0, 0, 0.8);
	border-radius:100%;	
}

.alter-bg .skills-holder:after {
	display:none;
}

.skills-holder .wrap {
	display:inline-table;
    position:relative;
    width:70px;
    height:160px;
    vertical-align:bottom;
    z-index:1;
}

.skills-holder .wrap > div {
	position:absolute;
	left:20px;
	bottom:0;
  	width:30px;
	height:160px;
  	margin:0 auto;
    background-color:#fd7061;
  	border-top-left-radius:10px;
  	border-top-right-radius:10px;
  	border:2px solid rgba(0, 0, 0, 0.1);
  	border-bottom:0;
  	-webkit-transition:height 0.3s;
  	   -moz-transition:height 0.3s;
  			transition:height 0.3s;
}

.alter-bg .skills-holder .wrap:after {
	content:"";
	position:absolute;
	bottom:0;
	width:calc(100% + 3px);
	left:0;
	right:0;
	border-bottom:1px solid rgba(0, 0, 0, 0.1);
}

.skills-holder .wrap > div[data-percent="1"] {
	height:60px;
	background-color:#bfbfbf;
}

.skills-holder .wrap > div[data-percent="2"] {
	height:60px;
	background-color:#bfbfbf;
}

.skills-holder .wrap > div[data-percent="3"] {
	height:60px;
	background-color:#fdcc61;
}

.skills-holder .wrap > div[data-percent="4"] {
	height:60px;
	background-color:#fdcc61;
}

.skills-holder .wrap > div[data-percent="5"] {
	height:80px;
	background-color:#c5dfc9;
}

.skills-holder .wrap > div[data-percent="6"] {
	height:80px;
	background-color:#c5dfc9;
}

.skills-holder .wrap > div[data-percent="7"] {
	height:100px;
	background-color:#ffcb98;
}

.skills-holder .wrap > div[data-percent="8"] {
	height:120px;
	background-color:#cbe6ec;
}

.skills-holder .wrap > div[data-percent="9"] {
	height:120px;
	background-color:#a6b1d9;
}

.skills-holder .wrap > div[data-percent="10"] {
	height:160px;
	background-color:#fd7061;
}

.skills-holder .wrap > div > p {
	font-style:italic;
	word-wrap:break-word;
    font-size:0.85em;
    position:absolute;
    line-height:initial;
    top:-40px;
    left:0;
    width:70px;
    margin-left:-20px;
}

/**********************
    - 7. Services -
**********************/
.border-right {
	border-right:1px solid #e1e1e1;
}

.border-bottom {
	border-bottom:1px solid #e1e1e1;
}

.services-row {
	text-align:center;	
}

.services-row > div {
	margin:0;
	padding:0;	
}

.services-content {
	padding:30px;
	cursor:pointer;
	position:relative;
	text-align:center;
	-webkit-transition:all .5s;
	   -moz-transition:all .5s;
			transition:all .5s;
}

.services-content > span {
	background-color:transparent;
	font-size:36px;
	line-height:1;
	margin-bottom:30px;
	display:block;
	-webkit-transition:all .5s;
	   -moz-transition:all .5s;
			transition:all .5s;
}

.services-content > h3 {
	font-size:16px !important;
	font-weight:700;
	letter-spacing:1px;
	margin-top:0;
	padding-top:0;
	text-transform:uppercase;
}

.services-content >  p {
	padding-top:10px;
}

/* Hover */
.services-content:hover,
.services-content:hover > h3,
.services-content:hover > span,
.services-content:hover > p {
	color:#fff;
}

/***********************
    - 8. Portfolio -
***********************/
.portfolio {
	overflow:hidden;
}

.works {
	position:relative;
	padding:0;
	margin:0;
}

.works .mix {
	display:inline-block;
}

/* Filters */
.works-filters {
	margin-bottom:40px;
	text-align:center;;
}

.works-filters li {
	position:relative;
	display:inline-block;
	cursor:pointer;
	color:#b7b7b7;
	font-size:12px;
	font-weight:400;
	padding:3px 8px;
	margin:0 3px;
	letter-spacing:2px;
	text-transform:uppercase;
	background-color:none;
	border-radius:50px;
	-webkit-transition:all .3s;
	   -moz-transition:all .3s;
			transition:all .3s;
}

.works-filters li.active {
	color:#fff !important;
}

/* Portfolio item */
.works .portfolio-item {
	position:relative;
	float:left;
	width:25%;
	margin:0;
}

.works .portfolio-item img {
	width:100%;
	transition:all 1s;
}

.works .portfolio-item p {
	margin:0 !important;
}

/* Hover */
.works .portfolio-item .portfolio-hover:hover img {
	opacity:0.2;
	-webkit-transform:scale(1.3);
			transform:scale(1.3);
}

.works .portfolio-item .portfolio-hover {
	position:relative;
	width:100%;
	height:100%;
}

.works .portfolio-item .portfolio-hover .portfolio-hover-content {
	position:relative;
	top:0;
	left:0;
	right:0;
	bottom:0;
	color:#fff;
	background:#000;
	text-align:center;
	-webkit-transition:all ease 1s;
	   -moz-transition:all ease 1s;
			transition:all ease 1s;
}

.works .portfolio-item .portfolio-hover .portfolio-hover-content .text {
	position:absolute;
	left:0;
	right:0;
	top:50%;
	opacity:0;
	transform:translate(0, 30px);
    -webkit-transition:all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
    		transition:all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}

.works .portfolio-item .portfolio-hover:hover .portfolio-hover-content .text {
	opacity:1;
	transform:translate(0, -50%); 
	-webkit-transition:all 0.6s;
	   -moz-transition:all 0.6s; 
	   		transition:all 0.6s;
}

.works .portfolio-item .portfolio-hover .portfolio-hover-content h4 {
	font-size:16px;
	font-weight:700;
	margin-bottom:5px !important;
	letter-spacing:1px;
	text-transform:uppercase;
}

.works .portfolio-item .portfolio-hover .portfolio-hover-content p {
	color:#aaa;
}

/* Preloader */
.works .portfolio-item .loading {
	z-index:4;
	position:absolute;
	width:0;
	height:3px;
	top:0;
	left:0;
}

/* Details */
#portfolio-details {
	display:none;
	border-top:1px solid #eee;
}

/* Custom lists */
.fa-ul.details {
	margin-left:1.3em;
}

.fa-ul.details li {
	padding-top:3px;
	padding-bottom:3px;
}

.fa-ul.details li:last-child {
	border-bottom:0;
}

.fa-ul.details li strong {
	color:#282828;
	display:inline-block;
	margin-right:6px;
}

.fa-ul.details li .fa-li {
	top:0.2em;
}

.fa-ul > li {
	margin-bottom:3px;
}

/**************************
    - 9. Testimonials -
**************************/
.testimonials .owl-carousel .owl-item .testimonials-wrapper {
	text-align:center;
	margin-bottom:20px;
}

.testimonials .owl-carousel {
	max-width:600px;
	margin:0 auto;
}

.testimonials .owl-carousel .owl-item.active.center {
	opacity:1;
}

.testimonials .owl-carousel .owl-item {
	padding:0 50px;
	opacity:0.2;
}

.testimonials .owl-carousel .owl-item .client {
	font-size:12px;
	text-transform:uppercase;
	color:#000;
	letter-spacing:2px;
	font-weight:600;
	margin:15px 0 0 0;
}

.testimonials .owl-carousel .owl-item .job {
	font-size:12px;
	margin-bottom:15px;
	font-weight:300; 
}

.testimonials .owl-carousel .owl-item img {
	display:block;
	width:100px;
	height:100px;
	margin:0 auto;
	border:1px solid #fff;
	border-radius:50%;
}

.testimonials .owl-carousel .owl-item p {
	line-height:24px;
	margin-top:15px;
}

.testimonials .owl-carousel .owl-dots {
	text-align:center;
}

.testimonials .owl-carousel .owl-dots .owl-dot {
	display:inline-block;
}

.testimonials .owl-dot span {
	display:block;
	width:7px;
	height:7px;
	margin:0px 7px;
	border-radius:50%;
	background-color:#9d9d9d;
}

/*******************
    - 10. Blog -
*******************/
.blog-post {
	margin-bottom:50px;
}

.entry-title {
	font-size:32px;
	line-height:32px;
	font-weight:600;
}

.entry-title:before {
	content:".";
	visibility:hidden;
	display:block;
	clear:both;
	height:0;
	font-size:0;
}

.blog-post #share-image {
	margin-top:20px;
}

.blog-post.is-single #share-image {
	margin-top:0;
}

.blog .blog-col h4,
.blog .blog-col h4 a {
	margin:0 !important;
}

.blog-wrapper .blog-text h4,
.blog-wrapper .blog-text h4 a {
	font-size:16px;
}

.blog-text {
	clear:both;
}

.blog-text a:hover {
	color:#000;
}

.blog-text h4 {
	padding-bottom:10px;
}

.blog .blog-col h5, .blog .blog-col h5 a,
.comment .text h5, .comment h5 a {
	text-align:left;
	padding-bottom:10px;
}

.blog .blog-col h6, .blog .blog-col h6 a,
.comment h6, .comment h6 a {
	padding-bottom:30px;
}

.blog-about {
	padding:10px 0 15px 0;
	margin:0; 
}

.blog-about li {
	margin-right:15px;
	display:inline-block;
}

.blog-about li a, .blog-about li {
	font-size:13px;
	font-weight:normal;
	color:#666;
	transition:0.5s;
	text-transform:uppercase;
}

.blog-about li i {
	color:#cfcfcf;
	margin-right:5px;
}

.blog .blog-col > a {
	display:block;
	background:#fff;
}

.blog .blog-col a img {
	max-width:100%;
	-webkit-transition:.5s;
	   -moz-transition:.5s;
			transition:.5s;
}

.blog .blog-col a img:hover {
	opacity:0.6;
}

.blog .blog-col .blog-text p.focus-text {
	padding-left:20px;
	margin:15px 0 15px 20px;
	color:#999;
	border-left:2px solid #999;
}

h3.heading,
h3.comment-reply-title {
	font-size:24px !important;
	font-weight:700;
	margin-bottom:5px;
	text-transform:capitalize;
}

/* Read more */
.more-link {
	clear:both;
	display:block;
	font-size:14px;
	font-weight:600;
	margin:20px 0 0 0;
	padding:0;
	line-height:normal;
	border:0;
	background:none;
	text-align:left;
	text-transform:capitalize;
	letter-spacing:0;
}

.more-link:hover, .more-link:focus {	
	background:none !important;
}

.more-link:after {
	content:".";
	visibility:hidden;
	display:block;
	clear:both;
	height:0;
	font-size:0;
}

/* Tag list */
.tag-list {
	clear:both;
	margin:10px 0;
}

.tag-list span {
	display:inline-block;
	margin-right:25px;
	font-weight:600;
}

/* Share */
.share-panel {
	clear:both;
	margin:10px 0;
}

.share-panel span {
	display:inline-block;
	margin-right:25px;
	font-weight:600;
}

.share-panel .social {
	display:inline-block;
	cursor:default;
}

.share-panel a {
	display:inline-block;
	margin-right:10px;
	padding:5px;
}

.share-panel a:last-of-type {
	margin-right:0;
}

.share-panel a > i {
	cursor:pointer;
	font-size:16px;
	color:rgba(0, 0, 0, 0.2);
	-webkit-transition:color 0.3s;
	   -moz-transition:color 0.3s;
			transition:color 0.3s;
}

.share-panel a:hover > i {
	color:#282828;
}

/* Comment */
.comment-form .form-group.col-md-6 {
	margin-top:0;	
}

/* Page links */
.page-links {
	clear:both;
	margin:0 0 1.5em;
}

/* About author */
.about-author {
	clear:both;
	margin-top:40px;
	padding:1em;
	background:#f5f5f5;
	-webkit-border-radius:2px;
	   -moz-border-radius:2px;
			border-radius:2px;
}

.about-author .avatar {
	margin-right:17px;
	padding-top:3px;
	float:left;
}

.about-author .avatar img {
	display:block;
}

.about-author .description {
	overflow:hidden;
}

.about-author .description h1 {
	padding-bottom:10px;
	font-size:15px;
	font-weight:normal;
	line-height:23px;
}

.about-author .description p {
	padding-bottom:0px;
	line-height:20px;
}

/***********************
    - 11. Sidebars -
***********************/
.side-content {
	font-size:14px;
}

.sidebar {
	clear:both;
	margin-top:50px;
}

.side-content > .sidebar:first-child {
	margin-top:0;
}

.sidebar .screen-reader-text {
	display:none;
}

.search-field {
	width:220px;
	height:43px;
	padding:10px !important;
	margin-right:3px;
}

label > .search-field {
	margin-right:0;
}

.sidebar .search-form label {
	width:70%;
}

.sidebar .search-field {
	width:100%;
	margin-right:2%;
}

.sidebar .newsletter-form .btn, 
.sidebar.widget_search .btn, 
.search-submit {
	width:auto !important;
	padding:10px 20px !important;
	text-transform:uppercase;
	font-weight:600;
	cursor:pointer;
}

.sidebar .search-submit {
	width:28% !important;
}

/* Categories */
.sidebar h4 {
	position:relative;
	font-size:16px !important;
	font-weight:600;
	margin-bottom:5px;
	text-transform:uppercase;
	background:#f5f5f5;
	letter-spacing:1px;
	padding:1em;
	text-align:center;
	-webkit-border-radius:2px;
       -moz-border-radius:2px;
    		border-radius:2px;
}

.sidebar h4:after {
	top:100%;
	left:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-top-color:#f5f5f5;
	border-width:8px;
	margin-left:-8px;
}

/* List */
.sidebar ul {
	list-style:none;
	padding:0;
	margin:0;
}

.sidebar ul li {
	border-bottom:1px solid #f1f1f1;
	padding:5px 0;
	margin:0;
}

.sidebar ul li > ul {
	list-style:disc;
	margin-left:2em;
	font-size:14px;
}

.sidebar ul li > ul li {
	padding:3px 0;
}

.sidebar ul li > ul li > ul {
	list-style:circle;
	font-size:13px;
}

.sidebar ul li:last-child,
.sidebar ul li > ul li {
	border-bottom:0;
}

.sidebar a {
	font-weight:600;
}

.sidebar.widget_recent_entries .post-date {
	display:block;
	clear:both;
	font-size:12px;
}

/* Tag cloud */
.sidebar .tagcloud {
	overflow:hidden;
}

.sidebar .tagcloud > a {
	display:block;
	float:left;
	margin-right:8px;
	margin-bottom:8px;
	border-radius:3px;
	padding:2px 10px;
	font-size:13px !important;
	color:#fff;
	text-decoration:none;
	-webkit-transition:all 0.15s ease;
	   -moz-transition:all 0.15s ease;
			transition:all 0.15s ease;
}

/* Keyboard */
kbd {
	padding:2px 4px;
	font-size:90%;
	color:#fff;
	background-color:#333;
	-webkit-border-radius:2px;
       -moz-border-radius:2px;
    		border-radius:2px;
}

/* Calendar */
.widget_calendar {
	float:left;
}

#wp-calendar {
	width:100%;
}

#wp-calendar caption { 
	text-align:right; 
	color:#333; 
	font-size:12px; 
	margin-top:10px;
}
	
#wp-calendar thead { 
	font-size:10px; 
}

#wp-calendar thead th { 
	padding-bottom:10px; 
}

#wp-calendar tbody { 
	color:#aaa; 
}

#wp-calendar tbody td { 
	background:#f5f5f5; 
	border:1px solid #fff; 
	text-align:center; padding:8px;
}

#wp-calendar tbody td:hover { 
	background:#fff; 
}

#wp-calendar tbody .pad { 
	background:none; 
}

#wp-calendar tfoot #next { 
	font-size:10px; 
	text-transform:uppercase; 
	text-align:right; 
}

#wp-calendar tfoot #prev { 
	font-size:10px; 
	text-transform:uppercase; 
	padding-top:10px; 
}

/* Navigation menu */
.widget_nav_menu li li {
	border-bottom:0 !important;
}

/**********************
    - 12. Contact -
**********************/
.wpcf7-form {
	margin:0 0 50px 0;
}

.wpcf7-submit {
	font-family:"Raleway", sans-serif, 'Font Awesome 5 Free';
	outline:none;
}

.wpcf7 .ajax-loader {
	vertical-align:middle;
}

.wpcf7-not-valid-tip {
	margin-top:10px;
	font-size:14px;
}

.wpcf7-response-output {
	border:0 !important;
	padding:0 !important;
	margin:20px 0 0 0 !important;
	font-weight:700 !important;
	color:#dc3232 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	font-size:20px !important;
}

.wpcf7 textarea.form-control {
	height:100px;
}

.contact-right {
	padding-left:3% !important;
}

.contact-box .icon {
	font-size:20px;
}

.contact-box {
	margin:15px 0 25px;
}

.contact-box h6 {
	clear:none;
	float:left;
	margin-left:10px;
	font-weight:700;
	line-height:32px;
	letter-spacing:2px;
	text-transform:uppercase;
}

.contact-box .icon {
	float:left;
}

.contact-box p {
	clear:both;	
}

.form-group input, .form-group textarea,
.sidebar input, .search-form input {
	padding:15px;
	border:1px solid #bbb;
	color:#444;
	border-radius:2px;
	font-size:12px;
	background-color:transparent;
	box-shadow:0 0 0 rgba(0, 0, 0, 0);
}

.form-group input.form-control {
	height:auto;
}

.form-control:focus {
	box-shadow:none;
}

/* Form styles */
input, textarea, select {
	color:#222;
	background:transparent !important;
	vertical-align:top;
	margin:0;
	padding:15px;
	width:100%;
	height:100%;
	border:0;
	border:1px solid #ccc;
	font-size:12px;
	font-weight:400;
	letter-spacing:2px;
	-webkit-transition:all .3s;
	   -moz-transition:all .3s;
	   		transition:all .3s;
}

input:focus, textarea:focus, select:focus {
	outline:none;
	position:relative;
	z-index:5;
	-webkit-transition:all .3s;
	   -moz-transition:all .3s;
			transition:all .3s;
}

select {
	width:auto;
	height:auto;
	padding:12px 15px;
	border-radius:2px;
}

button.submit, input.submit {
	cursor:pointer;
	margin-top:0;
}

button.submit > i, input.submit > i {
	margin-right:10px;	
}

.form-group {
	margin:20px 0;
}

.help-block > ul {
	list-style:none;
	margin-left:0;
}

/**************************
    - 13. Google maps -
**************************/
#google-container {
  	position:relative;
  	width:100%;
  	height:250px;
 	background-color:#fff;
}

.google-map {
  	position:relative;
}

#zoom-in, #zoom-out {
  	height:32px;
  	width:32px;
  	cursor:pointer;
  	margin-left:40px;
  	background-repeat:no-repeat;
  	background-size:32px 64px;
  	background-image:url("../images/map-controller.svg");    
  	-webkit-transition:all 0.5s ease;
  	   -moz-transition:all 0.5s ease;
  			transition:all 0.5s ease;
}

#zoom-in {
  	background-position:50% 0;
  	margin-top:100px;
  	margin-bottom:1px;
}

#zoom-out {
  	background-position:50% -32px;
}

/***********************
    - 14. Comments -
***********************/
.user-comment {
	margin-bottom:50px;
}

.user-comment .image {
	float:left;
	width:80px;
	margin-right:30px;
	margin-top:5px;
}

.user-comment .details {
	margin-left:110px;
}

.user-comment.pingback .details {
	margin-left:0;
}

.user-comment .details .info {
	width:100%;
	margin-bottom:10px;
	font-size:14px;
	overflow:hidden;
}

.user-comment .details .info .author {
	display:inline-block;
	float:left;
	font-size:18px;
	font-weight:500;
}

.user-comment .details .info .date {
	display:inline-block;
	float:right;
	color:#a6a6a6;
}

.user-comment .details .reply a {
	color:#a6a6a6;
	text-decoration:none !important;
	-webkit-transition:color 0.15s ease;
	   -moz-transition:color 0.15s ease;
		 -o-transition:color 0.15s ease;
			transition:color 0.15s ease;
}

.user-comment .user-comment {
	margin-top:50px;
	margin-left:5%;
}

.user-comment .comment-approved {
	color:#f75016;
}

.user-comment .post-author {
	display:none;
	margin-left:10px;
	text-transform:none;
}

.user-comment.bypostauthor {
	background-color:#fbfbfb;
}

.comments, .comment-respond {
	clear:both;
	padding-bottom:20px;
}

.comment-respond #cancel-comment-reply-link {
	vertical-align:middle;
	font-size:12px;
	letter-spacing:1px;
	margin-left:5px;
	padding:4px 6px;
	border:1px solid #000;
	border-radius:2px;
}

.comment-respond #cancel-comment-reply-link:hover {
	color:#fff;
}

/*********************
    - 15. Footer -
*********************/
footer {
	position:relative;
	z-index:10;
	background-color:#1a1a1a;
	padding:50px 0;
	color:#999;
	text-align:center;
	text-transform:uppercase;
}

/* Copyright */
footer .copyright {
	clear:both;
	font-size:12px;
	line-height:12px;
	letter-spacing:2px;
	margin-bottom:15px;
}

footer .copyright > a {
	font-weight:bold;
}

footer a:hover {
	color:#fff !important;
	text-decoration:none;
}

/* Social links */
footer .social-icon {
	clear:both;
}

footer .social-icon a {
	display:inline-block;
	margin-right:18px;
	list-style:none;
}

footer .social-icon a:last-child {
	margin-right:0;
}

footer .social-icon a > i {
	font-size:16px;
	line-height:16px;
	color:rgba(237, 237, 237, 0.4);
	-webkit-transition:all 0.3s; 
	   -moz-transition:all 0.3s; 
			transition:all 0.3s;
}

footer .social-icon a:hover > i {
	color:rgba(237, 237, 237, 1);
}

/* Footer menu */
footer .widget_nav_menu {
	clear:both;
	text-align:center;
}

footer .widget_nav_menu .menu {
	margin:5px 0 0 0;
}

footer .widget_nav_menu .menu li {
	list-style:none;
	display:inline-block;
	border:0 !important;
	padding:0 5px;
	margin:0;
}

footer .widget_nav_menu .menu li > a {
	color:#fff;
	font-weight:bold;
	font-size:12px;
	line-height:12px;
	letter-spacing:2px;
	-webkit-transition:all 0.3s; 
	   -moz-transition:all 0.3s; 
			transition:all 0.3s;
}

/*************************
    - 16. Error page -
*************************/
#error-page {
	position:absolute;
	top:50%;
	left:0;
	right:0;
	-webkit-transform:translateY(-50%);
	   -moz-transform:translateY(-50%);
			transform:translateY(-50%);
}

#error-page p > i {
	font-size:120px;
	margin-bottom:20px;
}

/******************************
    - 17. Visual composer - 
******************************/
.wpb_row.vc_row-flex .row {
    box-sizing:border-box;
    display:flex;
    flex-wrap:wrap;
}

.wpb_row.vc_row-o-equal-height .vc_column_container {
    -moz-box-align:stretch;
    align-items:stretch;
}

.wpb_row.vc_row-flex .vc_column_container {
    display:flex;
}

.wpb_row.vc_row-o-content-middle .vc_column_container .vc_column-inner {
    -moz-box-pack:center;
    justify-content:center;
}

.wpb_row.vc_row-flex .vc_column_container .vc_column-inner {
	-moz-box-flex:1;
    display:flex;
    flex-direction:column;
    flex-grow:1;
}

.wpb_row.vc_row-o-content-bottom .vc_column_container .vc_column-inner {
    -moz-box-pack:end;
    justify-content:flex-end;
}

.wpb_row.vc_row-o-content-top .vc_column_container .vc_column-inner {
    -moz-box-pack:start;
    justify-content:flex-start;
}

.wpb_content_element {
	margin-bottom:0 !important;	
}

