/*
Theme Name: Alio
Theme URI: 
Author: AZ-Theme
Author URI: 
Description: Alio is a unique portfolio WordPress Theme, focused on minimalism, elegance and simplicity. Perfect typography and unique elements that will help you create your own style.
Version: 2.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: portfolio, blog, photography
Text Domain: alio
Tested up to: 6.2
Requires PHP: 7.0
*/
:root {
    --primary-color: #222333;
    --text-color: #403d3d;
    --accent-color: #c5a781;
    --meta-color: #999;
    --border-color: #ddd;
}
body {
	font-family: 'Jost';
	color: var(--text-color);
}
img {
    max-width: 100%;
    height: auto;
}

h1,h2,h3,h4,h5,h6{
	color: var(--primary-color);
    font-weight: normal;
}
p {
    margin: 0 0 25px 0;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
a, a:hover, a:focus, a:active {
    color: var(--accent-color);
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    outline: none;
    margin: 0;
}
iframe, select {
    max-width: 100%;
}
button {
    outline: none;
}
input:focus{
    outline: none;
}
input[type="text"],input[type="email"],input[type="password"], textarea {
 	color: var(--meta-color);
 	padding: 11px 18px;
 	line-height: 24px;
 	border: 1px solid var(--border-color);
 	width: 100%;
}
textarea{
	min-height: 150px;
}
input[type="submit"], .alio-button{
	background: var(--accent-color);
	border: none;
	color: #fff;
	display: inline-block;
	padding: 12px 35px;
	cursor: pointer;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
    border-radius:30px;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
    min-width: 150px;
}
input[type="submit"]:hover,.alio-button:hover,
input[type="submit"]:focus,.alio-button:focus{
    background: var(--primary-color);
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
:-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;  
}
figure{margin: 0;}
blockquote{
	padding: 10px 0px 10px 30px;
	border-left: 1px solid var(--accent-color);
	font-size: 18px;
	line-height: 27px;
	font-style: italic;
}
pre{
	background: #efeff1;
	border: 1px solid var(--border-color);
	padding: 28px 30px;
	font-size: 18px;
	font-style: italic;
	line-height: 27px;
}
/* Select chosen */
.chosen-container{
  width: 100%!important;
  min-width: 200px;
}
.chosen-container-single .chosen-single{
  box-shadow: none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  border-color: var(--border-color);
  height: 48px;
  padding: 11px 18px;
  color: var(--meta-color);
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single{
  border-color: var(--border-color);
  box-shadow: none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.chosen-container-single .chosen-single div{width: 25px}
.chosen-container-single .chosen-single div b{
  background: none!important;
}
.chosen-container-single .chosen-single div b:after{
  content: "\f0d7";
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.chosen-container .chosen-drop{
  box-shadow: none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  border-color: var(--border-color);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.chosen-container-single .chosen-search input[type="text"]{border-color: var(--border-color);}
.chosen-container .chosen-results li{line-height: 24px;}
.chosen-container .chosen-results li.highlighted{
  background-image: none;
  background-color: var(--accent-color);
}

.post-format.post-gallery .owl-nav .owl-prev, .post-format.post-gallery .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255,255,255,0.8);
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 3px;
	font-size: 0.9rem;
}

.post-format.post-gallery .owl-nav .owl-prev {
	left: 30px;
}
.post-format.post-gallery .owl-nav .owl-next {
	right: 30px;
}
.wpb-content-wrapper .vc_row{
    margin-left: -10px;
    margin-right: -10px;
}
/* ----- WORDPRESS CORE ----- */
.sticky {}
.screen-reader-text {
  display: none;
}
.gallery-caption {}
.bypostauthor{}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    max-width: 100%;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: inherit;
  font-style:italic;
  color:inherit;
  line-height: 17px;
  margin: 8px 0 0;
}
#wp-calendar {
	width: 100%;
}
table {
    border-collapse: collapse;
}
table, td{
  border: 1px solid var(--border-color);
}
dt, dd {
  line-height: inherit;
  font-weight: normal;
}
td, th {
    padding: 5px;
}
.entry-title{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
/** Site Header ---------------------------------------------------------- */
.site-header {
	position: relative;
	z-index: 10;
}
.header-wrapper {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: space-between;
    margin: 0;
}
.site-branding .site-title {
	margin: 0;
	font-size: 3rem;
	color: var(--primary-color);
}
.site-branding .site-title a {
    display: block;
    color: inherit;
}
.header-content{
	position: relative;
}
/* ---------------------------------------- Site Navigation ------------------------------------- */
.nav-menu .add-menu {
	color: var(--primary-color);
	padding: 10px 0;
	display: inline-block;
}
.primary-menu li a {
	color: var(--meta-color);
	cursor: pointer;
}
.primary-menu li li a {
	font-size: 0.95rem;
    text-align: left;
}
.primary-menu li a {
	display: flex;
	padding: 2rem 0;
	text-transform: capitalize;
	font-size: 1.2rem;
	align-items: center;
	justify-content: space-between;
}
.primary-menu li .toggle {
	font-size: 0.9rem;
	margin-left: 0.3rem;
	color: var(--accent-color);
}
.primary-menu li:hover > a {
    color: var(--accent-color);
}
.header-style2{
	border-bottom: 1px solid var(--border-color);
}
.header-style2 .toggle-menu{
	display: none;
}
/** Button Menu ------------------------------------------------------------------- */
.toggle-menu {
	position: relative;
	width: 25px;
	cursor: pointer;
	border: none;
	outline: none;
	height: 39px;
}
.toggle-menu span {
	width: 100%;
	height: 2px;
	background: var(--primary-color);
	border-radius: 2px;
	transition: all 0.3s linear;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.toggle-menu span.line.line-1 {
	top: calc( 50% - 6px );
}
.toggle-menu span.line.line-3 {
	top: calc( 50% + 6px );
}
.toggle-menu.on span.line-3 {
	transform: rotate(45deg);
}
.toggle-menu.on span.line-3 {
	transform: rotate(45deg);
    top: 50%;
}
.toggle-menu.on span.line-2 {
	display: none;
}
.toggle-menu.on span.line-1 {
	transform: rotate(-45deg);
    top: 50%;
}
.site-header .header-style1 .toggle-menu {
    display: block;
}
/** Header Minimal ------------------------------------------------------------------------------------- */
.header-style1{
	padding-top: 100px;
    padding-bottom: 100px;
}
.header-style1 .nav-menu {
	text-align: center;
	position: fixed;
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	background: rgba(0,0,0,0.95);
	opacity: 0;
	transition: all 0.5s ease 0s;
	z-index: -1;
	overflow-y: auto;
	display: flex;
	padding: 30px;
	align-items: center;
	justify-content: center;
	visibility: hidden;
}
.admin-bar .header-style1 .nav-menu{
	top: 62px;
}
.show-menu .header-style1 .nav-menu{
	z-index: 99999;
	opacity: 1;
    visibility: visible;
}
.close-nav {
	width: 36px;
	height: 36px;
	display: block;
	cursor: pointer;
	top: 40px;
	right: 40px;
	position: absolute;
}
.close-nav .line {
	width: 50px;
	height: 1px;
	display: block;
	background: #fff;
}
.close-nav .line-1 {
	-webkit-transform: rotate(45deg) translate(8px,17px);
	-ms-transform: rotate(45deg) translate(8px,17px);
	-o-transform: rotate(45deg) translate(8px,17px);
	transform: rotate(45deg) translate(8px,17px);
	position: absolute;
}
.close-nav .line-2 {
	position: absolute;
	-webkit-transform: rotate(-45deg) translate(-17px,7px);
	-ms-transform: rotate(-45deg) translate(-17px,7px);
	-o-transform: rotate(-45deg) translate(-17px,7px);
	transform: rotate(-45deg) translate(-17px,7px);
}
.header-style1 .header-right.text-right {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.social-icons {
	display: flex;
	margin-right: 10px;
}
.social-icons a {
	color: var(--primary-color);
	margin-right: 5px;
	border: 1px solid var(--border-color);
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	font-size: 12px;
	justify-content: center;
	border-radius: 100px;
}
.social-icons a:hover {
    background: var(--primary-color);
    color: #fff;
    border: transparent;
}
/** PORTFOLIO ------------------------------------------------------------------------------------------------------- */
.alio-portfolio {
	margin: 0 auto;
}
.alio-portfolio .portfolio-fillter {
	margin-bottom: 3rem;
}
.alio-portfolio .filter-item {
	cursor: pointer;
	display: inline;
	color: var(--meta-color);
	margin-right: 50px;
	position: relative;
}
.alio-portfolio .filter-item.active::after {
	width: 100%;
	height: 2px;
	display: block;
	content: "";
	background: var(--accent-color);
	left: 0;
	position: absolute;
	bottom: 0;
}
.portfolio-heading{
	overflow: hidden;
	margin-bottom: 53px;
}
.portfolio-heading .portfolio-title{
	float: left;
	line-height: 50px;
	margin-bottom: 0
}
.portfolio-heading .portfolio-link{
	float: right;
	padding: 12px 38px;
	border: 1px solid var(--border-color);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	color: var(--primary-color);
}
.portfolio-items {
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
    min-height: 300px;
}

.portfolio-items .portfolio-item {
    width: 33.3345%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
    overflow: hidden;
}

.portfolio-items.portfolio-type-2cols .portfolio-item,
.portfolio-items.portfolio-type-2cols_titles .portfolio-item,
.portfolio-items.portfolio-type-2cols_masonry .portfolio-item,
.portfolio-items.portfolio-type-2cols_titles_masonry .portfolio-item {
    width: 50%;
}

.portfolio-item .entry-caption{
	position: relative;
}
.portfolio-navigation {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3rem;
}
.portfolio-navigation .page-numbers {
	display: inline-block;
	margin: 0 1rem;
	color: var(--meta-color);
	text-align: center;
	padding: 2px 5px;
    border-bottom: 2px solid transparent;
}
.portfolio-navigation .page-numbers.current, .portfolio-navigation .page-numbers:hover {
	color: var(--primary-color);
	border-bottom-color: var(--primary-color);
}
/* Standard */
.portfolio-standard .portfolio-item .entry-image:after{
	content: "";
	position: absolute;
	background: rgba(255,255,255,0.97);
	left: 20px;
	right: 20px;
	bottom: 20px;
	top: 20px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.portfolio-standard .portfolio-item:hover .entry-image:after{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.portfolio-standard .portfolio-item .entry-info{
	position: absolute;
	padding: 25px 30px;
	bottom: -100px;
	left: 20px;
	right: 20px;
	opacity: 0;
	-webkit-transition: bottom 1s ease 0s, opacity 2s ease;
	-o-transition: bottom 1s ease 0s, opacity 2s ease;
	transition: bottom 1s ease 0s, opacity 2s ease;
}
.portfolio-standard .portfolio-item:hover .entry-info{
	opacity: 1;
	bottom: 20px
}
.portfolio-item .entry-title {
	font-size: 1.5rem;
}
.portfolio-item .entry-title a{
	color: inherit;
}
.portfolio-item .entry-title a:hover{
	color: var(--accent-color);
}
.portfolio-item .entry-category{
	color: var(--meta-color);
}
.entry-category a{
	color: inherit;
	font-size: 0.9rem;
}
.entry-category a:hover{color: var(--accent-color)}
.portfolio-loadmore {
	margin-top: 2rem;
}
.portfolio-loadmore .alio-button:focus{
    background: var(--accent-color);
    color:#fff;
}
/* Portfoli title */
.portfolio-type-title .portfolio-item{
	margin-bottom: 3rem;
}
.portfolio-type-title .portfolio-item .entry-image{
	margin-bottom: 22px;
	position: relative;
	overflow: hidden;
}
.portfolio-type-title .portfolio-item .entry-info{
	padding-left: 30px;
}
.portfolio-type-title .portfolio-item .entry-title {
	margin-bottom: 0.5rem;
}
.portfolio-type-title .portfolio-item  .pf-link{
	width: 50%;
	height: 100%;
	background: #f5f5f5;
	position: absolute;
	top: 0;
	right: -50%;
	-webkit-transition: right 1s cubic-bezier(0.86,0,0.07,1);
	-o-transition: right 1s cubic-bezier(0.86,0,0.07,1);
	transition: right 1s cubic-bezier(0.86,0,0.07,1);
	overflow: hidden;
}
.portfolio-type-title .portfolio-item:hover  .pf-link{
	right: 0;
}
.portfolio-type-title .portfolio-item .entry-image .pf-image{
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.86,0,0.07,1) 0s;
	-o-transition: -o-transform 1s cubic-bezier(0.86,0,0.07,1) 0s;
	transition: transform 1s cubic-bezier(0.86,0,0.07,1) 0s;
}
.portfolio-type-title .portfolio-item:hover .entry-image .pf-image{
	-webkit-transform: translateX(-20%);
	-ms-transform: translateX(-20%);
	-o-transform: translateX(-20%);
	transform: translateX(-20%);
}
.portfolio-type-title .portfolio-item  .pf-link  a{
	color: var(--primary-color);
	position: absolute;
	bottom: 50px;
	right: 50px;
	opacity: 0;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	transform: translateX(-50px);
	-webkit-transition: -webkit-transform 1s ease 0s,opacity 0.7s ease 0.3s;
	-o-transition: -o-transform 1s ease 0s,opacity 0.7s ease 0.3s;
	transition: transform 1s ease 0s,opacity 0.7s ease 0.3s;
	font-size: 1rem;
}
.portfolio-type-title .portfolio-item:hover  .pf-link  a{
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 0.4s ease 0.58s;
	-o-transition: all 0.4s ease 0.58s;
	transition: all 0.4s ease 0.58s;
}
/* Single Portfolio */
.pf-title{
	text-align: center;
	margin-bottom: 30px;
}
.alio-work-meta-row{margin-bottom: 30px;}
.alio-work-meta-row dt{
	margin-bottom: 5px;
}
.alio-work-meta-row dd{
	color: var(--meta-color);
}
.az-single-portfolio .entry-sharing{
	text-align: center;
	margin-top: 15px;
}
.az-single-portfolio .entry-sharing a{margin: 0 2px}
.az-single-portfolio .post-format {
	margin-bottom: 45px;
	text-align: center;
}
.az-single-portfolio .post-format.post-audio iframe {
	width: 100%;
}
.nav-portfolio {
	padding: 23px 0;
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
	margin-top: 50px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-portfolio a{
	color: var(--primary-color);
}
.nav-portfolio .text-left a{
	background: url(images/prev.png) no-repeat left center;
	padding-left: 60px;
}
.nav-portfolio .text-right a{
	background: url(images/next.png) no-repeat right center;
	padding-right: 60px;
}
.nav-portfolio .all-works {
	position: absolute;
	display: inline;
	line-height: 0;
	left: 50%;
	transform: translateX(-50%);
}
.nav-portfolio .all-works a{
	width: 24px;
	height: 24px;
	margin: 0 auto;
	display: inline-block;
}
.nav-portfolio .all-works span {
	width: 8px;
	height: 8px;
	display: inline-block;
	background: var(--primary-color);
	margin: 2px 0.5px;
}
/** Blog Page -------------------------------------------------------------------------------- */
.post{
    margin-bottom: 45px;
}
.post .post-format{
	margin-bottom: 24px;
    text-align: center;
}
.post-format.post-audio iframe {
	width: 100%;
}
.entry-title {
	font-size: 1.5rem;
	margin-bottom: 15px;
}
.entry-title a{
    color: inherit;
}
.entry-title a:hover{
    color: var(--accent-color);
}
.entry-meta {
	margin-bottom: 0.5rem;
}
.entry-meta p{
	display: inline-block;
	margin: 0;
	font-size: 14px;
	line-height: 21px;
}
.entry-meta .entry-date{
 	color: var(--meta-color);
}
.entry-meta .entry-date:after{
  	content: "|";
  	margin: 0 10px;
}
.entry-meta .entry-date a{
    color: inherit;
}
.entry-meta .entry-cats a:hover{
    color: var(--accent-color);
}
/** Single Post ---------------------------------------------------------------------------- */
.alio-single-post .post-info .entry-title {
	font-size: 3rem;
}
.entry-content {
	font-size: 1.2rem;
}
.entry-footer{
    margin-top: 45px;
}
.entry-tags {
	margin-bottom: 2rem;
}
.entry-tags span{
	display: block;
	color: var(--primary-color);
}
.entry-tags a{
	text-transform: capitalize;
}
.entry-sharing a{
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	background: var(--primary-color);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	font-size: 12px;
	margin-right: 5px;
}
/* Comment form */
.comment-respond{margin-top: 45px;}
.comment-form .logged-in-as{margin-bottom: 0}
.comment-reply-title{margin-bottom: 25px;}
.comment-form .input-form, .comment-form .textarea-form{
	margin-bottom: 25px;
}
.comment-form .form-submit{margin-bottom: 0}
/* Comment list */
.comments-area{margin-top: 45px;}
.comments-title{font-size: 30px;margin-bottom: 25px}
.comment-list{padding: 0;}
.comment-list li{
	list-style: none;
}
.comment-body{
	overflow: hidden;
	margin-bottom: 30px;
}
.comment-body .comment-author{
	float: left;
	margin-right: 15px;
	width: 85px;
}
.comment-body .comment-content{overflow: hidden;}
.comment-content .author-name{
	margin-bottom: 0;
	font-size: 16px;
}
.comment-content .author-name a{
	color: inherit;
}
.date-comment{
	color: var(--meta-color);
	font-size: 14px;
}
.date-comment a{color: inherit;}
.date-comment a:hover{color: var(--accent-color)}
.comment-content .reply{
	float: right;
	font-size: 14px;
}
.comment-content .comment-text{margin-top: 5px;}
.comment-content .comment-text p:last-child{margin-bottom: 0px;}
/* Post relate */
.item-relate .post-img{
	margin-bottom: 22px;
	display: inline-block;
}
/* ------------------------
		MAINCONTAINER
-------------------------- */
.page-header2{
	padding: 95px 0 100px;
}
body.page-template-template-custom-page .page-header2{
	padding: 0;
}
.page-image{
	margin-bottom: 38px;
	position: relative;
}
.page-image:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
}
.page-image .page-title{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	color: #fff;
	margin: 0;
	z-index: 5;
	font-size: 48px;
	line-height: 54px;
}
.wpcf7-form .wpcf7-form-control-wrap{
	margin-bottom: 25px;
	display: inline-block;
	width: 100%;
}
.alio-pagination{
	border-top: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
	padding: 23px 0;
	overflow: hidden;
	margin-top: 40px;
}
.alio-pagination > div{margin: 0}
.alio-pagination a {
	color: var(--primary-color);
}
.alio-pagination .nav-previous > a{
	background: url(images/prev.png) no-repeat left center;
	padding-left: 60px;
}
.alio-pagination .nav-next > a{
	background: url(images/next.png) no-repeat right center;
	padding-right: 60px;
}
/** Sidebar ----------------------------------------------------------------------------------------------- */
.sidebar .widget{
	margin-bottom: 45px;
}
.widget-title{
	border-bottom: 3px solid var(--border-color);
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.widget ul{
	padding: 0;
}
.widget ul ul{
	padding-left: 30px;
}
.widget ul li{
	list-style: none;
}
.widget_categories li.cat-item a,
.widget_recent_comments li a,
.widget_archive li a,
.widget_meta li a,
.widget_recent_entries li a,
.widget_pages li a,
.widget_nav_menu .menu-item a{
	color: var(--primary-color);
}
.widget_categories li.cat-item a:hover,
.widget_recent_comments li a:hover,
.widget_archive li a:hover,
.widget_meta li a:hover,
.widget_recent_entries li a:hover,
.widget_pages li a:hover,
.widget_nav_menu .menu-item a:hover{
	color: var(--accent-color);
}
/* widget wp */
.widget_media_image {
  text-align: center;
}
ol.wp-block-latest-comments {
	padding-left: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li, .wp-block-latest-comments__comment, .wp-block-archives-list li, .wp-block-categories li {
	border-bottom: 1px dashed var(--border-color);
	padding: 10px 0;
	margin-bottom: 0;
}
.widget_recent_entries > ul > li,
.widget_recent_comments > ul > li,
.widget_meta > ul > li,
.widget_categories .cat-item,
.widget_archive > ul > li,
.widget_pages .page_item{
	padding: 15px 0;
	border-bottom: 1px dashed var(--border-color);
}
.widget_recent_entries > ul > li:last-child,
.widget_recent_comments > ul > li:last-child,
.widget_meta > ul > li:last-child,
.widget_categories .cat-item:last-child,
.widget_archive > ul > li:last-child,
.widget_pages .page_item:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.widget_recent_entries > ul > li:first-child,
.widget_recent_comments > ul > li:first-child,
.widget_meta > ul > li:first-child,
.widget_categories .cat-item:first-child,
.widget_archive > ul > li:first-child,
.widget_pages .page_item:first-child{
	padding-top: 0;
}
abbr[data-original-title], abbr[title]{border-bottom: none;}
.widget_rss > ul > li{
    padding-bottom:10px;
}
.widget_nav_menu .menu-item{
    line-height:36px;
}
.widget_nav_menu .widget-title{margin-bottom:25px}
/* Tagclound */
.tagcloud a{
	display: inline-block;
	font-size: 16px!important;
	padding: 5px 15px;
	border: 1px solid;
	color: inherit;
	margin: 3px 2px;
}
.tagcloud a:hover{
	color: var(--accent-color);
}
/** Site Footer ----------------------------------------------------------------------------------------------- */
.pre-footer{
	padding: 95px 0 100px;
	border-top: 1px solid var(--border-color);
}
.pre-footer .widget_mc4wp_form_widget{
	text-align: center;
}
.pre-footer .widget{margin-bottom: 0;}
.pre-footer .widget-title{
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 50px;
	border-bottom: none;
}
.mc4wp-form-fields{
	border: 1px solid var(--border-color);
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	padding: 11px 50px;
	width: 775px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
}
.mc4wp-form-fields input[type="email"]{
	border: none;
	padding-left: 0;
	display: inline-block;
	width: 95%;
	text-align: left;
}
.mc4wp-form-fields button[type="submit"]{
	display: inline-block;
	background: url(images/arrow-right.png) no-repeat center center;
	color: transparent;
	width: 40px;
	height: 48px;
	border: none;
}
.site-footer{
	background: #efeff1;
	padding: 97px 0;
	text-align: center;
}
.social-ft{
	padding: 0;
	list-style: none;
	margin-bottom: 40px;
}
.social-ft li{
	display: inline-block;
	color: var(--primary-color);
	margin: 0 35px;
}
.social-ft li a{color: inherit;}
.social-ft li a:hover{color: var(--accent-color);}
.copy-right{color: var(--meta-color);}
.backtotop{
	width: 50px;
	height: 60px;
	text-align: center;
	border: 2px solid var(--primary-color);
	display: inline-block;
	line-height: 60px;
	margin-bottom: 35px;
}
/** Responsive ----------------------------------------------------------------------------------------- */
@media ( min-width: 992px ) {
    .primary-menu, .primary-menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .primary-menu {
    	display: flex;
    	align-items: center;
    	justify-content: center;
    }
    .primary-menu ul {
    	visibility: hidden;
    	position: absolute;
    	top: 130%;
    	left: 0;
    	min-width: 260px;
    	background: #fff;
    	transition: 0.3s;
    	opacity: 0;
    	box-shadow: 0 15px 25px rgba(0,0,0,0.1);
    	border: 1px solid var(--border-color);
    }
    .primary-menu ul ul {
    	top: 30%;
    	left: 100%;
    }
    .primary-menu li {
    	position: relative;
    	margin-left: 2.5rem;
    }
    .nav-second .primary-menu > li {
        margin: 0 20px;
    }
    .primary-menu li li {
    	margin: 0;
    	padding: 0 20px;
        text-align: left;
    }
    .nav-second .primary-menu > li > a {
    	padding: 20px 0;
    }
    .primary-menu li li a {
    	padding: 12px 0px;
    	border-top: 1px solid var(--border-color);
    }
    .primary-menu ul li:first-child > a {
        border-top: none;
    }
    .primary-menu li.menu-item-has-children:hover > ul, .primary-menu li.active > ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
    .primary-menu li li.menu-item-has-children:hover > ul, .primary-menu li li.active > ul {
        top: -1px;
    }
}
@media( max-width: 782.98px ) {
    .admin-bar .site-header .header-style1 .nav-menu {
    	top: 76px;
    }
}
@media( max-width: 991.98px ) {
    .header-style1 {
    	padding-top: 50px;
    	padding-bottom: 50px;
    }
    .header-wrapper {
    	min-height: 80px;
    }
    .header-style2 .toggle-menu {
    	display: block;
    }
    .site-header .header-style2 .nav-menu {
    	position: absolute;
    	left: 0;
    	width: 100%;
    	top: 150%;
    	padding: 0 25px;
    	background: #fff;
    	box-shadow: 0 15px 25px rgba(0,0,0,0.1);
    	border: 1px solid var(--border-color);
        visibility: hidden;
        opacity: 0;
        transition: 0.36s;
    }
    .site-header .header-style2 .nav-menu.active {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
    .primary-menu, .primary-menu ul {
        list-style: none;
        margin: 0;
    }
    .primary-menu {
    	background: #fff;
    	padding: 0px;
    	position: relative;
    }
    .primary-menu ul {
        padding-left: 20px;
        display: none;
    }
    .primary-menu li.active > ul {
        display: block;
    }
    .primary-menu > li {
    	position: relative;
    	border-top: 1px solid var(--border-color);
    }
    .primary-menu li a {
    	display: flex;
    	padding: 10px 0;
    	align-items: center;
    	justify-content: space-between;
    	width: calc(100% - 40px);
    }
    .primary-menu li li a {
        padding: 5px 0;
    }
    .primary-menu > li:first-child {
    	border-top: none;
    }
    .primary-menu li .toggle {
    	width: 30px;
    	text-align: right;
    	font-size: 1rem;
    	line-height: 30px;
    	margin: 0 -40px 0;
    }
    .site-header .header-style1 .primary-menu {
    	width: 80%;
    	background: transparent;
    }
    .site-header .header-style1 .primary-menu > li {
    	border-top: 1px solid;
    }
    .site-header .header-style1 .primary-menu > li:first-child {
    	border-top: none;
    }
}
@media (max-width: 767.98px){
	.header-style1{padding: 30px 0;}
	.pre-footer{padding: 60px 0 65px;}
	.mc4wp-form-fields input[type="email"]{
	   width: 85%;
       text-overflow: ellipsis;
    }
	.mc4wp-form-fields{padding: 6px 30px;}
	.site-footer{padding: 60px 0}
	.social-ft li{margin: 0 10px}
	.portfolio-loadmore {margin-top: 25px;}
	.alio-portfolio .filter-item{margin-right: 20px}
	.header-style2 .toggle-menu{display: block;float: right;}
	.portfolio-type-title .portfolio-item .pf-link a{font-size: 16px;}
	.close-nav{top: 15px; right: 15px;}
	.close-nav .line{width: 40px}
	.alio-single-post .post-info .entry-title{font-size: 36px;line-height: 45px}
	.pf-title{font-size: 36px;}
}
@media( max-width: 599.98px ) {
    .site-header.show-menu {
    	z-index: 999999;
    }
    .site-header .header-style1 .nav-menu {
    	top: 0;
    	left: 0;
    	right: 0;
    	bottom: 0;
    }
    .admin-bar .site-header .header-style1 .nav-menu {
    	top: 0;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.portfolio-items .portfolio-item{width: 50%}
	.portfolio-standard .portfolio-item .entry-info{padding: 15px 20px;}
	.portfolio-item .entry-title{font-size: 18px;line-height: 26px;}
	body{font-size: 14px;}
}
@media (max-width: 575.98px) {
	.portfolio-items .portfolio-item{width: 100%;}
	.header-style2{padding: 10px 0;}
	.portfolio-items.portfolio-type-2cols .portfolio-item, 
	.portfolio-items.portfolio-type-2cols_titles .portfolio-item, 
	.portfolio-items.portfolio-type-2cols_masonry .portfolio-item, 
	.portfolio-items.portfolio-type-2cols_titles_masonry .portfolio-item{
		width: 100%
	}
	.portfolio-heading .portfolio-link{display: inline-block;float: none;}
	.portfolio-heading .portfolio-title{float: none;}
    .header-style1 .header-wrapper {
       display: block;
    }
    .header-style1 .site-branding {
    	text-align: center;
    }
    .header-style1 .header-right.text-right {
    	justify-content: space-between;
    	border-bottom: 1px solid var(--border-color);
    	padding-bottom: 10px;
    }
}
