/* 

Theme Name: AlizMatisz_com_2020

Theme URI: https://alizmatisz.com

Author: AlizMatisz_com_2020

Author URI: https://alizmatisz.com

Version: 2.0

*/



html, 
body
{
	min-height: 100%;
	-webkit-text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;	
	-moz-font-smoothing: none;
	font-smoothing: antialiased;
}


body
{
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: Work Sans;
	background: #f7f7f7;
	color: black;
    overflow-x: hidden;
}

body#fade
{
	opacity: 0;
}


p {
    margin: 0 0 14px 0;
}

a 
{
	text-decoration: none;
	color: black; 
	outline: none;
}


.clear {
    clear: both;
}


.align-center
{
	text-align: center;
}

body.home #spaceMargin {
    margin-bottom: 50px;
}


* 
{
	border-color: inherit;
	-webkit-box-shadow: none;	
	box-shadow: none;
    outline:none !important;
}
*:focus,
*:active,
*:hover
{
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
    outline:none !important;
}


.backgroundSize
{
	background-repeat:no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
}

.relative {
    position: relative;
}

.fullimg
{
	display: block;
	width: 100%;
}

.frontimage, .frontvideo {
    margin: 0 0 30px 0;
}
 
.frontimage.resized img {
    max-height: 100vh;
    width: auto;
    margin: 0 auto;
}

#wrapBackground
{
	position: relative;
	z-index: 3000;
	overflow: hidden;
}


.archiveItem {
    margin-bottom: 27px;
}

a.logo {
    display: inline-block;
    padding: 8px 12px 10px;
    font-size: 32px;
    font-weight: 100;
    position: relative;
    top: 1px;
    font-family: Lato;
}

.theContent a 
{
	color: black;
}
.theContent a:hover
{
	color: #ccc;
}


.theContent h1,
.theContent h2,
.theContent h3,
.theContent h4,
.theContent h5,
.theContent h6
{
    padding-left: 0px;
}

.project_date
{
	font-size: 25px;
	line-height: 27px;
}

.theContent h1 
{
	font-size: 40px;
	margin: 0 0 40px 0;
}
.theContent h1.title {
    font-size: 23px;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-family: 'Work Sans';
    letter-spacing: 2px;
    line-height: normal;
}

.theContent h2
{
	font-size: 35px;
}
.theContent h3
{
	font-size: 35px;
}
.theContent h4
{
	font-size: 30px;
}
.theContent h5
{
	font-size: 26px;
}
.theContent h6
{
	font-size: 22px;
}




.theContent
{
	position: relative;
    padding: 6px 0 14px 0;
    overflow: hidden;
}
.theContent p {
	
}
.theContent p:last-child
{
	margin-bottom: 0;
}

#single .theContent p {
    font-size: 13px;
    line-height: 20px;
	margin-bottom: 14px;
}

.aSingleContent {
    font-size: 13px;
    line-height: 20px;
}



.editlinks {
    position: absolute;
    right: 0;
    top: 0;
}

.theContent blockquote p {
    font-size: 22px;
    font-style: italic;
    line-height: 1.4em !important;
}
.theContent blockquote {
    padding-left: 75px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0 0 30px 25px;
}

.post-nav {
    text-align: center;
}




.textFeatured {
    overflow: hidden;
    margin-bottom: 27px;
}

.wrapped_img {
    margin-bottom: 30px;
    text-align: center;
    overflow: hidden;
}


.lead {
	overflow: hidden;
}



span[id^="more-"] {
    height: 0;
    width: 0;
    display: none;
}
span[id^="more-"] + br {
    height: 0;
    width: 0;
    display: none;
}



.no_more_posts_archive {
    margin-top: 45px;
    margin-bottom: 80px;
    position: relative;
}

#no_more_posts,
#more_posts_archive
{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
}

@media only screen and (max-width: 680px) 
{
	#no_more_posts,
	#more_posts_archive
	{
		font-size: 19px;
	}
}


#no_more_posts.active,
#more_posts_archive.active
{
	opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

#no_more_posts a:hover,
#more_posts_archive a:hover
{
	text-decoration: underline;
}


.ajax_loader {
    display: block;
    clear: both;
    height: 100%;
    position: fixed;
    z-index: 999999;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0;
    font-size: 60px;
    font-weight: bolder;
    color: #f7d900;
}
.ajax_loader > div
{
	display: inline-block;
    position: relative;
    top: calc(50% - 120px);
}


@media only screen and (max-width: 880px) 
{
	.ajax_loader {
		font-size: 30px;
	}
}
	
	
.ajax_no_more {
    text-align: center;
    padding: 150px 0;
	display: none;
}

@-moz-keyframes loader {
	100% { 
		-moz-transform: rotate(360deg);
	}	
}
@-webkit-keyframes loader { 
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes loader {
	100% {
		-webkit-transform: rotate(360deg); transform:rotate(360deg);
	}
}





#homeList {
    overflow: hidden;
}







.theContent .wp-caption.aligncenter,
.theContent .aligncenter
{
    margin: 0 auto;
    display: inherit;
}

.theContent .wp-caption.alignleft,
.theContent .alignleft,
.theContent .aligned.wrapped_img:nth-child(odd)
{
    float: left;
    margin: 0 15px 30px 0;
   /*max-width: calc(50% - 15px);*/
   width: calc(50% - 15px);
}

.theContent .wp-caption.alignright,
.theContent .alignright,
.theContent .aligned.wrapped_img:nth-child(even)
{
    float: right;
    margin: 0 0px 30px 15px;
   /*max-width: calc(50% - 15px);*/
   width: calc(50% - 15px);
}


.theContent .aligned.wrapped_img img
{
    float: none;
    margin: 0;
   /*max-width: 100%;*/
   width: 100%;
}

.theContent .wp-caption:not(.wrapped_img):nth-child(2n+1),
.theContent .aligned.wrapped_img:nth-child(2n+1)
{
    clear: left;
}

@media only screen and (max-width: 680px) 
{
	
	.theContent .wp-caption.alignleft,
	.theContent .alignleft,
	.theContent .wp-caption.alignright,
	.theContent .alignright,
	.theContent .aligned.wrapped_img:nth-child(odd),
	.theContent .aligned.wrapped_img:nth-child(even)
	{
		float: none;
		max-width: none;
		margin: 0 0px 30px 0;
		width: 100% !important;
	}
	
}



.iframe_container {
    margin-bottom: 30px;
}

.theContent iframe 
{
	max-width: 100% !important;
}





#getmenu {
    z-index: 3001;
}
.clickmenu {
    display: block;
    color: #fff;
    float: left;
    position: relative;
    top: 17px;
    left: 50px;
    font-size: 16px;
    cursor: pointer;
    background: url(../svg/resp_menu.svg) center center no-repeat;
    background-size: 51px auto;
    width: 20px;
	margin-right: 80px;
    height: 30px;
    transform: rotate(-5deg);
	
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.clickmenu.active,
.clickmenu:hover
{
	opacity: 0.6;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


#header_nav {
    background: #ebebe0;
    text-align: center;
    height: 68px;
}
#nav {
    float: left;
    position: fixed;
	z-index: 1000;
    background: #ffffff;
    height: 100%;
    width: 200px;
    top: 0;
	
	display: none;
}
.nav-menu {
    margin-top: 40px;
}
.close_menu {
    margin: 0 42px;
    font-size: 26px;
    font-family: Work Sans;
    font-weight: 300;
    transform: rotate(45deg);
    top: 55px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.close_menu:hover {
	opacity: 0.6;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#back_nav_layer
{
    position: fixed;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
	z-index: 999;
    top: 0;
	
	display: none;
}
#blog
{
    overflow: hidden;
    padding-top: 48px;
}
.wrapList {
    margin-top: 50px;
    margin-bottom: 50px;
}
#homepage
{
    overflow: hidden;
    margin: 0px 25px;
}
body.home #homepage
{
    margin: 50px 25px;
}
#single, #blog {
    overflow: hidden;
    margin: 50px 50px;
}






.header_socials {
    float: right;
    width: 100px;
    right: 50px;
    top: 22px;
    font-size: 19px;
    position: relative;
    text-align: right;
}
.header_socials a {
	opacity: 1;
    margin-left: 6px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#nav .header_socials a 
{
	margin-left: 0;
	margin-right: 8px;
}
.header_socials a:hover {
	opacity: 0.6;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.header_socials a:last-child {
    margin-left: 6px;
    font-size: 17px;
    position: relative;
    top: -1px;
}
@media only screen and (min-width: 681px)
{
	#header_nav .header_socials
	{
		display: block;
	}
	#nav .header_socials
	{
		display: none;
	}
}
@media only screen and (max-width: 680px)
{
	#blog {
		overflow: hidden;
		margin-top: 0px;
		float: none;
	}
	
	#single
	{
		float: none;
		margin: 48px auto 0 auto;
	}
	
	body.home #single
	{
		margin-top: 48px;
	}
	#header_nav .header_socials
	{
		display: none;
	}
	#nav .header_socials {
		display: block;
		right: unset;
		left: 52px;
		float: none;
	}
	.wrapList {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.clickmenu {
		left: 25px;
		margin-right: 0;
	}
	
	a.logo
	{
		left: -5px;
		position: relative;
	}
}



ul#mymenu {
    overflow: hidden;
    margin: 0 auto;
    padding-left: 0;
    margin-top: 12px;
    display: block;
}
ul.sub-menu {
    padding-left: 15px;
}
ul#mymenu .sub-menu li {
    clear: left;
}
	

ul#mymenu>li {
    padding: 8px 0 6px 50px;
    position: relative;
} 
ul#mymenu > li:last-child
{
	/*margin-right: 20px !important;*/
}
ul#mymenu>li>a {
    font-size: 16px;
    padding: 0;
    position: relative;
    z-index: 2;
    cursor: pointer;
    text-transform: lowercase;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    font-weight: 400;
    text-transform: capitalize;
    color: #000000;
    text-transform: uppercase;
}
span.active_nav {
    background: #ebebe0;
    position: absolute;
    height: 100%;
    width: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#mymenu > .menu-item > a:hover,
#mymenu > .current_page_item > a,
#mymenu > .current_page_parent > a,
#mymenu > .active_page_parent > a,
#mymenu > .current-page-ancestor > a,
#mymenu > .current-menu-ancestor > a,
#mymenu > .current-menu-parent > a,
#mymenu > .current-menu-item > a,
#mymenu .sub-menu > .current-menu-item a,
body.category-office #menu-item-451 a,
body.category-restaurant #menu-item-452 a,
body.category-residence #menu-item-453 a,
body.category-store #menu-item-454 a,
body.category-event #menu-item-455 a
{
    color: grey;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu a:hover + span.active_nav,
.menu a.active + span.active_nav, 
.current_page_item > span.active_nav,
.current_page_parent > span.active_nav,
.active_page_parent > span.active_nav,
.current-page-ancestor > span.active_nav,
.current-menu-ancestor >  span.active_nav,
.current-menu-parent > span.active_nav,
body.category-office #menu-item-451 > span.active_nav,
body.category-restaurant #menu-item-452 > span.active_nav,
body.category-residence #menu-item-453 > span.active_nav,
body.category-store #menu-item-454 > span.active_nav,
body.category-event #menu-item-455 > span.active_nav
{
    /*height: 100%;*/
	width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sub-menu .active_nav {
    display: none;
}
.more_nav
{
	display: none;
}
ul.sub-menu ul.sub-menu {
    position: static;
    margin: 0;
    display: block;
    padding: 0;
}
ul.sub-menu ul.sub-menu a:before {
	content: "—";
}

@media only screen and (max-width: 1000px)
{
	.hideAtMobile
	{
		display: none;
	}
}

.fb_iframe_widget, .fb_iframe_widget>span, .fb_iframe_widget iframe {
    width: 100% !important;
    z-index: 99999;
}


.theContent img {
    width: 100%;
    height: auto;
	display: block;
}
body.page-id-11 .theContent img {
    margin: 14px 0 10px 0;
}



.theContent .wp-caption {
    font-size: 13px;
    margin: 0 auto 30px auto;
    max-width: 100%;
}
.theContent .wp-caption.aligncenter .wp-caption-text {
    text-align: center;
}
.theContent .wp-caption.alignright .wp-caption-text {
    text-align: right;
}
.theContent .wp-caption p {
    line-height: 20px;
}
.theContent .wp-caption img {
	margin-bottom: 8px;
}

.theContent hr {
    border: 0;
    clear: both;
    margin: 0;
}

.aSingleContent {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}




.cn-bottom {
    bottom: 14px !important;
}
#cookie-notice {
    background: white !important;
    color: black !important;
    bottom: 0 !important;
}
#cookie-notice .button {
    font-weight: bolder;
}




body.page-id-15 i.fa.fa-instagram {
    font-size: 57px;
}



.wrap
{
    overflow: hidden;
	margin: 0 auto;
}

.checkGridWidth
{
	opacity: 1 !important;
}
.homeGridItem,
.get_ajax-sizer
{
    overflow: hidden;
    margin-bottom: 0;
    width: calc(33.3333333% - 50px);
    float: left;
    padding: 0 25px;
}

#msnGrid {
    min-height: 100vh;
}




.gallery-image-single img 
{
	
    display: block;
}

span.click_bigger
{
	display: none;
}
@media only screen and (min-width: 681px)
{
	.gallery-image-single
	{
		opacity: 1;
		-webkit-transition: opacity 0.3s ease;
		-moz-transition: opacity 0.3s ease;
		-ms-transition: opacity 0.3s ease;
		-o-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
	.gallery-image-single.active_hover:hover
	{
		cursor: pointer;
		opacity: 0.8;
		-webkit-transition: opacity 0.3s ease;
		-moz-transition: opacity 0.3s ease;
		-ms-transition: opacity 0.3s ease;
		-o-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
	.gallery-image-single:hover:not(.active_width) span.click_bigger,
	#device_touch .gallery-image-single:not(.active_width) span.click_bigger
	{
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 42px;
		height: 42px;
		background: #ebebe0;
		text-align: center;
		line-height: 42px;
		font-size: 30px;
		font-family: times new roman;
	}
}



.gallery-image-single > div {
    position: relative;
}
.get_single-sizer,
.gallery-image-single
{
	width: calc(50% - 20px);
	margin: 0 20px 20px 0;
	float: left;
}

.get_single-sizer.active_width,
.gallery-image-single.active_width
{
	width: 100%;
	margin: 0 0 20px 0;
	float: none;
	opacity: 1;
	cursor: auto !important;
}
.single_left
{
    float: left;
    width: calc(100% - 600px);
	overflow: hidden;
}

.single_right
{
    padding: 5vh 50px 50px 25px;
    float: right;
    width: 525px;
}

.scrolledSidebar
{
    -webkit-transition: position 0.3s ease;
    -moz-transition: position 0.3s ease;
    -ms-transition: position 0.3s ease;
    -o-transition: position 0.3s ease;
    transition: position 0.3s ease;
}
.scrolledSidebar.sticky
{
	position: fixed;
	top: 5vh;
	width: 525px;
    -webkit-transition: position 0.3s ease;
    -moz-transition: position 0.3s ease;
    -ms-transition: position 0.3s ease;
    -o-transition: position 0.3s ease;
    transition: position 0.3s ease;
}
body:not(.singe) .single_left > img {
    margin-right: 25px;
    width: calc(100% - 25px);
}







/*new projekt_page */
body.single .theContent {
    max-width: 1000px;
    float: none; 
    padding: 0 20px;
    margin: 0 auto;
}
body.single .projectCont
{
    clear: both;
    text-align: center;
	margin: 0px 0 40px;
	padding-top: 40px;
}
body.single .projectCont_inside
{
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}

@media only screen and (min-width: 681px)
{

	body.single .gallery-image-single
	{
		float: left;
		margin: 0 auto 20px auto;
		width: calc(50% - 0px);
	}
	
	body.single .gallery-image-single--item_1,
	body.single .gallery-image-single--item_5,
	body.single .gallery-image-single--item_11
	{
		width: 100%;
		clear: both;
		float: none;
	}
	
	body.single .gallery-image-single--item_3,
	body.single .gallery-image-single--item_19,
	body.single .gallery-image-single--item_22
	{
		width: calc(80% - 40px);
		float: none;
		clear: both;
	}
	
	body.single .gallery-image-single--item_2,
	body.single .gallery-image-single--item_12
	{
		margin-left: -20px;
	}
	body.single .gallery-image-single--item_8,
	body.single .gallery-image-single--item_15
	{
		width: calc(70% - 40px);
		clear: both;
		float: right;
	}
	body.single .gallery-image-single--item_4,
	body.single .gallery-image-single--item_9,
	body.single .gallery-image-single--item_21
	{
		margin-right: -20px;
		float: right;
	}
	body.single .gallery-image-single--item_6,
	body.single .gallery-image-single--item_9,
	body.single .gallery-image-single--item_20
	{
		margin-top: 20vh;
		width: calc(50% - 0px);
	}
	body.single .gallery-image-single--item_7
	{
		margin-right: -20px;
		float: right;
		width: calc(50% - 0px);
	}
	body.single .gallery-image-single--item_13,
	body.single .gallery-image-single--item_17
	{
		margin-right: -20px;
		margin-top: 20vh;
		float: right;
	}
	
	body.single .gallery-image-single--item_14,
	body.single .gallery-image-single--item_18
	{
		width: calc(70% - 40px);
		clear: both;
		float: left;
	}
	body.single .gallery-image-single.active_width
	{
		float: none;
		margin: 0 0 20px 0;
		width: auto;
	}

	body.single .gallery-image-single.middle_img
	{
		width: calc(50% - 0px);
	}
	body.single .gallery-image-single.small_img
	{
		width: calc(33% - 0px);
	}
	
		
		body.single .gallery-image-single--item_1 img,
		body.single .gallery-image-single--item_5 img,
		body.single .gallery-image-single--item_11 img,
		body.single .gallery-image-single--item_3 img,
		body.single .gallery-image-single--item_19 img,
		body.single .gallery-image-single--item_8 img,
		body.single .gallery-image-single--item_15 img,
		body.single .gallery-image-single--item_14 img,
		body.single .gallery-image-single--item_18 img
		{
			max-height: 80vh;
			width: auto;
			margin: 0 auto;
		}
		
}

/*new homepage */
body.home .homeGridItem,
body.page .homeGridItem
{
    width: calc(50% - 50px);
    margin-bottom: 60px;
}
body.home .homeGridItem_2,
body.page .homeGridItem:nth-child(2),
body.page .homeGridItem:nth-child(3),
body.page .homeGridItem:nth-child(6)
{
	float: right;
    margin-top: 40vh;
}
body.page .homeGridItem:nth-child(7)
{
    width: calc(70% - 50px);
    float: left;
}
body.page .homeGridItem:nth-child(8)
{
	float: right;
}
body.page .homeGridItem:nth-child(9)
{
    float: left;
    margin-top: 40vh;
}
body.home .homeGridItem.homeGridItem_3,
body.home .homeGridItem.homeGridItem_5,
body.page .homeGridItem:nth-child(4)
{
    width: calc(70% - 50px);
    float: right;
}
body:not(.home) #msnGrid_nope {
    margin-top: 75px;
}
/**/



@media only screen and (max-width: 1380px)
{
	.single_left {
		float: left;
		width: calc(100% - 500px);
	}
	.single_right {
		width: 425px;
	}
	.scrolledSidebar.sticky
	{
		width: 425px;
	}
}
@media only screen and (max-width: 1180px)
{
	.single_left {
		float: left;
		width: calc(100% - 400px);
	}
	.single_right {
		width: 325px;
	}
	.scrolledSidebar.sticky
	{
		width: 325px;
	}
}
@media only screen and (max-width: 1080px)
{
	.homeGridItem,
	.get_ajax-sizer
	{
		width: calc(50% - 50px);
	}
}
@media only screen and (max-width: 980px)
{
	.single_left {
		float: none;
		width: unset;
		margin-bottom: 0 !important;
	}
	.single_right {
		float: none;
		width: unset;
	}
	.scrolledSidebar.sticky
	{
		position: static;
		width: unset;
	}
	body:not(.singe) .single_left > img {
		margin-right: 0;
		width: 100%;
	}
}
@media only screen and (max-width: 680px)
{
	.homeGridItem,
	.get_ajax-sizer,
	body.home .homeGridItem,
	body.page .homeGridItem
	{
		width: calc(100% - 0px) !important;
		float: none !important;
		padding: 0 0px !important;
		margin-top: 0 !important;
		margin-bottom: 25px !important;
	}
	.get_single-sizer,
	.gallery-image-single
	{
		width: unset;
		margin: 0 0 20px 0;
		float: none;
	}
	.single_right
	{
		padding: 0 25px 0 25px;
		margin: 0 0 50px 0 !important;
	}
}








.homeGridItem h2.title {
    margin: 15px 0 18px 0px;
}

.homeGridItem.singleContentMobile {
    text-align: left;
}


.title_wrap {
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bolder;
    font-family: Work Sans;
	opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.cat_title,
.cat_title a
{
    font-weight: 300;
    font-family: Work Sans;
    margin-top: 2px;
    letter-spacing: 4px;
    text-transform: uppercase;
	padding-left: 1px;
}
body.single .cat_title {
    font-size: 11px;
    position: relative;
    top: -15px;
}
body.home .cat_title,
body.archive .cat_title
{
    font-size: 10px;
    letter-spacing: 2px;
}
body.home .title_wrap,
body.archive .title_wrap
{
    font-size: 15px;
    letter-spacing: 1px;
}



.homeGridItem:hover .title_wrap,
#device_touch .homeGridItem .title_wrap,
#device_desktop .homeGridItem .title_wrap
{
	opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
#device_touch .homeGridItem h2.title {
    margin: 15px 0 36px 0;
}

.gallery_item {
   text-align: center;
   overflow: hidden;
}
.pic-title {
    font-weight: bolder;
}


/*
.gallery_item img {
    width: 1090px;
    max-width: calc(100% - 80px);
    padding: 0 40px;
    float: left;
    max-height: 80vh;
}*/

span.gallery_item_caption {
    clear: both;
    display: block;
    text-align: left;
}
span.gallery_item_caption > span {
    display: block;
    width: 12px;
    border-top: 2px solid grey;
    margin-top: 8px;
    margin-bottom: 6px;
    position: relative;
    left: 0px;
}
span.gallery_prev {
    display: inline-block;
    width: 30px;
    height: 60px;
    top: calc(50% - 30px);
    background: url(../img/prev2.png) left center no-repeat;
    background-size: 14px auto;
    position: absolute;
    cursor: pointer;
    left: 0;
    z-index: 99;
	opacity: 0.6;
	
	display: none !important;
}

span.gallery_next {
    display: inline-block;
    width: 30px;
    height: 60px;
    top: calc(50% - 30px);
    background: url(../img/next2.png) right center no-repeat;
	background-size: 14px auto;
    position: absolute;
    cursor: pointer;
    right: 0;
    z-index: 99;
	opacity: 0.6;
	
	display: none !important;
}
.gallery_item .pic_wrap {
    position: relative;
    display: inline-block;
}
.contentGallery {
    position: relative;
     margin-bottom: 40px;
}


.gall-mobile-slide {
    margin-bottom: 25px;
}


.swiper-slide .gallery_item
{
    padding: 25px 125px;
}
.swiper-container {
      width: 100%;
      height: 100%;
}
.swiper-slide {
	position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.swiper-slide img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: calc(100% - 1px);
    display: block;
	opacity: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.swiper-button-next {
    cursor: url(../img/next3.png), auto !important;
    width: 50% !important;
    position: absolute;
    top: 0 !important;
	right: 0 !important;
    height: 100% !important;
}
.swiper-button-prev {
    cursor: url(../img/prev3.png), auto !important;
    width: 50% !important;
    position: absolute;
    top: 0 !important;
	left: 0 !important;
    height: 100% !important;
}
.swiper-container {
    height: calc(100vh - 192px) !important; /*146*/
}
.swiper-slide {
    margin: 0 50px 0 0;
	width: auto !important;
}
.swiper-button-next,
.swiper-button-prev {
    margin-top: 0px !important;
}

.swiper-slide:last-child {
    margin-right: 0;
}

.responsive-img {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.projectCont {
	margin: 20px 0 40px 0;
}
