/*
Theme Name: LightOne Child
Theme URI: http://lightone.az-theme.net
Description: LightOne - Responsive OnePage WordPress Theme
Author URI: http://az-theme.net
Author: AZ-Theme
Version: 1.0.0
Template: lightone
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lightone
Tags: blog, business, clean, corporate, creative, gallery, modern, one page, onepage, photography, portfolio, responsive, glasbau, bauglas, glaswand, glasboden, glastrennwand, showcase, single-page
*/


/**
 * Table of Contents
 *
 * [TYPOGRAPHY]
 *
 * [HEADER]
 * [SHORT CODE]
 *    - Title section
 *    - Service
 *    - Team member
 *    - Testimonial
 *    - Client
 *    - Pricing table
 *    - Contact info
 *    - About section
 *    - Funfact
 *
 * [PORTFOLIO]
 *    - Filter
 *    - Single Portfolio
 *
 * [BLOG]
 *    - Our blog
 *    - Single post
 *    - Comment list
 *    - Comment form
 *
 * [SIDEBAR]
 *
 * [EXAMPLE DATA]
 *
 * [FOOTER]
 *
 * [RESPONSIVE]
 *
 */
    
/* ------------------------
		TYPOGRAPHY
------------------------ */
body{
	background: #11223c;
	font-family: 'Arial';
	font-size: 16px;
	color: #11223c;
	line-height: 0px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Arial';
	font-weight: normal;
	color: #000;
	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{
	color: inherit;
}
a:hover, a:focus{
	color: #000;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
img{
	max-width: 100%;
	height: auto;
}
.az-row-overlay{
	position: absolute!important;
	top: 0;
	background: rgba(17,34,60);
	width: 100%;
	height: 100%;
	left: 0;
}
ul, ol{
	padding: 0;
	margin: 0;
}
ul ul, ol ol, ul ol, ol ul{
	padding-left: 20px;
}
input[type="text"], input[type="email"],input[type="password"], textarea{
	width: 100%;
	margin-bottom: 30px;
	line-height: 24px;
	font-size: inherit;
	background: transparent;
	color: inherit;
}
textarea{min-height: 150px;}
.az-button, button, .button, input[type="submit"]{
	background: #000000;
	padding: 11px 35px;
	color: #ffffff;
	font-size: inherit;
	line-height: 24px;
	border: 2px solid #000;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.az-button:hover, button:hover, .button:hover, input[type="submit"]:hover,
.az-button:focus, button:focus, .button:focus, input[type="submit"]:focus{
	background: #fff;
	color: #000;
	outline: none;
}
select{
	font-size: inherit;
	width: 100%;
	background: #ffffff;
}
::-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;  
}
iframe{
	max-width: 100%;
}
.owl-nav > div{
	width: 40px;
	height: 40px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	font-size: 24px;
	color: #000;
	text-align: center;
	line-height: 38px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.1);
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}
.owl-nav > div span{line-height: 40px;}
.owl-nav > div:hover{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.owl-nav > div.owl-prev{
	left: 20px;
}
.owl-nav > div.owl-next{
	right: 20px;
}

.post-gallery .owl-nav > div.owl-prev{
	left: 20px;
}
.post-gallery .owl-nav > div.owl-next{
	right: 20px;
}

.owl-dots .owl-dot{
	display: inline-block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin: 0 8px;
}
.owl-dots .owl-dot.active{
	background: #ffffff;
}
/* Page template */
.pagecontent{
	padding: 0px 0 100px;
}
.page-template-full-width .pagecontent{
	padding: 0;
}
/* Select chosen */
.chosen-container{max-width: 100%}
.chosen-container-single .chosen-single{
	background: none;
	border-color: #ddd;
	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: #686868;
	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: #ddd;
}
.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: #ddd;
	background: #fff;
}
.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: #000;
}
.chosen-container-single .chosen-search input[type="text"]{
	border-color: #ddd;
	font-family: inherit;
	padding: 12px 20px 12px 4px;
}
.chosen-container-single .chosen-search input[type="text"]{
	background: url(images/icon-search.png) no-repeat right center;
}
.chosen-container-active.chosen-with-drop .chosen-single{
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
/* ------------------------
			HEADER
------------------------ */
header{
	background: transparent;
	position: fixed;
	width: 50%;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 10;
	top: 0;
  padding: 0px;
}
body.single header{
	position: relative;
	top: 0;
}
body.single header.menu-fixed{
	position: fixed;
}
header.menu-fixed,
body.single header{
  background: rgba(0,0,0,0.9);
}
.az-adminbar header,
body.single.az-adminbar header.menu-fixed{
	top: 32px;
}
.header-content:after,
.header-content:before{
	content: "";
	display: table;
}
.header-content{
  display: table;
  width: 100%;
}
.header-content .logo,
.header-content .az-mainmenu,
.header-content .header-social{
  display: table-cell;
  vertical-align: middle;
}
.header-content .logo{
	min-width: 120px;
}
.header-content .az-mainmenu{
  text-align: center;
  width: 100%;
  padding: 13px 0;
}
.header-content .header-social{white-space: nowrap;width: 10% }
.logo h1{margin-bottom: 0;line-height: 0;}
.logo a{line-height: 0;color: #fff;}
/* Social header */
.header-social a{
  color: #fff;
  font-size: 20px;
  margin-left: 25px;
}
/* Menu */
.toggle-mobile-menu{
	display: none;
	color: #fff;
	font-size: 14px;
}
.toggle-mobile-menu:focus,.toggle-mobile-menu:hover{
	color: #fff;
}
.lightone-mainmenu > li{
	display: inline-block;
	margin: 0 18px;
}
.lightone-mainmenu > li > a{
	padding: 22px 0;
	color: inherit;
	font-size: 16px;
	font-family: Arial,Helvetica;
	position: relative;
	display: inline-block;
}
.lightone-mainmenu > li > a:after{
	content: "";
	height: 1px;
	width: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: #fff;
	display: block;
}
.lightone-mainmenu > li > a:hover:after{
	opacity: 1;
	width: 100%;
}
.lightone-mainmenu li{
	position: relative;
}
.lightone-mainmenu li a{
	position: relative;
}
.lightone-mainmenu .sub-menu{
	padding: 0;
	text-align: left;
	min-width: 200px;
	position: absolute;
	left: 0;
	top: 100%;
	background: #ffffff;
	z-index: 3;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 0.3s ease, opacity 0.5s ease 0s;
	-o-transition: all 0.3s ease, opacity 0.5s ease 0s;
	transition: all 0.3s ease, opacity 0.5s ease 0s;
	visibility: hidden;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.lightone-mainmenu .sub-menu:before{
	content: "";
	display: block;
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
	top: -20px;
}
.lightone-mainmenu .sub-menu .sub-menu{
	left: 100%;
	top: 0px;
	-webkit-transform: translateY(-20px) translateX(3px);
	-ms-transform: translateY(-20px) translateX(3px);
	-o-transform: translateY(-20px) translateX(3px);
	transform: translateY(-20px) translateX(3px);
}
.lightone-mainmenu .sub-menu .sub-menu:before{
	content: "";
	width: 3px;
	height: 100%;
	position: absolute;
	left: -3px;
	top: 0;
}
.lightone-mainmenu .show-submenu > .sub-menu{
	opacity: 1;
	visibility: visible;
}
.lightone-mainmenu .sub-menu li{
	list-style: none;
	padding:10px 30px;
	white-space: nowrap;
}
.lightone-mainmenu .sub-menu li a{
	padding: 0;
	display: block;
}
.lightone-mainmenu .sub-menu li:first-child a{
	border-top: none;
}
.lightone-mainmenu .sub-menu li.menu-item-has-children > a > .caret{
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.lightone-mainmenu .sub-menu li a:hover{
	color: #000;
}
.lightone-mainmenu li a > .caret{
	cursor: pointer;
	float: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -15px;
	font-family: Arial,Helvetica;
	height: 24px;
	line-height: 24px;
	margin: 0;
	text-align: right;
	width: 18px;
	z-index: 20;
}
.lightone-mainmenu li a > .caret::after {
  content: "\f0d7";
  font-size: 14px;
  vertical-align: middle;
}
.lightone-mainmenu .sub-menu li:last-child {
  border-bottom: none;
}
.lightone-mainmenu > .menu-item:last-child > .sub-menu{
	left: auto;
	right: 0;
}
.lightone-mainmenu > .menu-item:last-child > .sub-menu .sub-menu,
.lightone-mainmenu > .menu-item:nth-last-child(2) > .sub-menu .sub-menu{
	left: auto;
	right: 100%;
}
/* -- Page banner --- */
.az-page-banner{
	min-height: 70px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.az-page-banner:after{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	left: 0;
	top: 0;
	position: absolute;
}
.az-page-banner h2{
	color: #ffffff;
	font-size: 30px;
	position: absolute;
	top: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	margin: 0;
	font-weight: bold;
	z-index: 1;
	letter-spacing: 1px;
}
.az-page-banner h2:after{
	display: block;
	content: "";
	width: 40px;
	height: 2px;
	background: #ffffff;
	margin: 10px auto 0;
}
/* ------------------------
		SHORT CODE
------------------------ */
/* ---- Feature icon --- */
.featured-icon{
	margin-bottom: 45px;
}
.fea-title{
	overflow: hidden;
	margin-bottom: 15px;
}
.fea-title span.icon{
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #000;
	color: #fff;
	font-size: 24px;
	float: left;
	margin-right: 20px;
}
.fea-title .title{
	display: block;
	text-transform: capitalize;
	font-size: 18px;
	margin: 0;
	line-height: 50px;
	padding-left: 70px;
}
/* --- Skill bar --- */
.az-skillbar{
	color: #fff;
	margin-bottom: 35px;
}
.skillbar-title{
	display: block;
	color: inherit;
	font-size: inherit;
}
.skill-bar-bg{
	height: 6px;
	width: 100%;
	background: #000;
	display: block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.skill-bar-bg .skillbar-bar{
	position: relative;
	height: 100%;
	background: #fff;
	width: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.skill-bar-bg .skillbar-bar .skill-bar-percent{
	position: absolute;
	right: 0;
	top: -25px;
}
/* --Our team-- */
.az-team-member{
	position: relative;
}
.az-team-member figure{overflow: hidden;}
.az-team-member img{
	-webkit-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}
.az-team-member:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.az-team-member .info-team{
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	text-align: center;
	margin: 0 1px 2px;
}
.az-team-member .info-member{
	border-bottom: 1px dashed #ddd;
	padding: 25px;
}
.az-team-member h4{
	font-size: 18px;
	margin-bottom: 8px;
}
.social-member{
	padding: 11px 0
}
.social-member a{
	display: inline-block;
	color: inherit;
	font-size: 16px;
	margin: 0 15px;
}
.social-member a:hover{
	color: #000;
}
/* --- Funfact ---*/
.az-funfact{
  display: block;
  height: 210px;
  margin: 0 auto 30px;
  width: 210px;
  text-align: center;
  color: #fff;
}
.az-funfact .number {
  display: block;
  font-family: "Arial";
  font-size: 72px;
  font-weight: bold;
  line-height: 80px;
  margin-bottom: 15px;
}
.az-funfact .title {
  font-weight: normal;
  margin: 0;
}