/*
Theme Name: ISI Print
Theme URI: http://www.isi-print.ch
Author: WEBSAMURAI AG
Author URI: http://www.websamurai.ch
Version: 1.0
License: Copyright 2018 by WEBSAMURAI AG
Text Domain: isiprint
*/

.product-descr.loading *{
	opacity: 0;
}
.product-descr.loading #fountainG{
	opacity: 1;
}
.footer-widget .menu{
    padding-left: 0;
    list-style: none;
}
.team-childrens ul{
	list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
}
.team-childrens ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 19px;
	line-height: 22px;
}
.team-childrens ul li {margin-bottom: 5px;}
.team-childrens ul a:not(hover) {color: inherit;}
.post-preview.blue.type3:hover{
	/* opacity: 0.7; */
	color: #fff;
}
.team .post-preview.type4:focus{
	color: #504b3a;
}
.team .post-preview.type4:focus .img {
    opacity: .44;
}
.post-preview.active .img {
    opacity: .44;
    color: #504b3a;
}
.post-preview.active .descr{
	opacity: 1;
	color: #504b3a;
}
.post-preview:focus .descr{
	color: #504b3a;
}

iframe {
    height: 420px;
}

.wpcf7 .wpcf7-recaptcha iframe {
    height: 78px;
}

/* .upload-widget iframe{
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.upload-widget .upload-widget-inner{
    width: 385px;
    margin: 0 auto;
} */
/* Proccesing */
/* .post-area.proccesing{
    opacity: 0.8;
    -webkit-filter: blur(1px);
    filter: blur(1px);
} */
.alax-container.proccesing{
    opacity: 0.8;
    -webkit-filter: blur(1px);
    filter: blur(1px);
}
/* Loading dots */
#fountainG{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -35px;
}
.fountainG{
	opacity: 1;
    position:absolute;
    top:0;
    background-color:rgb(0,0,0);
    width:28px;
    height:28px;
    animation-name:bounce_fountainG;
        -o-animation-name:bounce_fountainG;
        -ms-animation-name:bounce_fountainG;
        -webkit-animation-name:bounce_fountainG;
        -moz-animation-name:bounce_fountainG;
    animation-duration:0.7s;
        -o-animation-duration:0.7s;
        -ms-animation-duration:0.7s;
        -webkit-animation-duration:0.7s;
        -moz-animation-duration:0.7s;
    animation-iteration-count:infinite;
        -o-animation-iteration-count:infinite;
        -ms-animation-iteration-count:infinite;
        -webkit-animation-iteration-count:infinite;
        -moz-animation-iteration-count:infinite;
    animation-direction:normal;
        -o-animation-direction:normal;
        -ms-animation-direction:normal;
        -webkit-animation-direction:normal;
        -moz-animation-direction:normal;
    transform:scale(.3);
        -o-transform:scale(.3);
        -ms-transform:scale(.3);
        -webkit-transform:scale(.3);
        -moz-transform:scale(.3);
    border-radius:19px;
        -o-border-radius:19px;
        -ms-border-radius:19px;
        -webkit-border-radius:19px;
        -moz-border-radius:19px;
}

#fountainG_1{
	opacity: 1;
    left:0;
    animation-delay:0s;
        -o-animation-delay:0s;
        -ms-animation-delay:0s;
        -webkit-animation-delay:0s;
        -moz-animation-delay:0s;
}

#fountainG_2{
	opacity: 1;
    left:29px;
    animation-delay:0.1s;
        -o-animation-delay:0.1s;
        -ms-animation-delay:0.1s;
        -webkit-animation-delay:0.1s;
        -moz-animation-delay:0.1s;
}

#fountainG_3{
	opacity: 1;
    left:58px;
    animation-delay:0.2s;
        -o-animation-delay:0.2s;
        -ms-animation-delay:0.2s;
        -webkit-animation-delay:0.2s;
        -moz-animation-delay:0.2s;
}

#fountainG_4{
	opacity: 1;
    left:88px;
    animation-delay:0.3s;
        -o-animation-delay:0.3s;
        -ms-animation-delay:0.3s;
        -webkit-animation-delay:0.3s;
        -moz-animation-delay:0.3s;
}

#fountainG_5{
	opacity: 1;
    left:117px;
    animation-delay:0.4s;
        -o-animation-delay:0.4s;
        -ms-animation-delay:0.4s;
        -webkit-animation-delay:0.4s;
        -moz-animation-delay:0.4s;
}

#fountainG_6{
	opacity: 1;
    left:146px;
    animation-delay:0.5s;
        -o-animation-delay:0.5s;
        -ms-animation-delay:0.5s;
        -webkit-animation-delay:0.5s;
        -moz-animation-delay:0.5s;
}

#fountainG_7{
	opacity: 1;
    left:175px;
    animation-delay:0.6s;
        -o-animation-delay:0.6s;
        -ms-animation-delay:0.6s;
        -webkit-animation-delay:0.6s;
        -moz-animation-delay:0.6s;
}

#fountainG_8{
	opacity: 1;
    left:205px;
    animation-delay:0.7s;
        -o-animation-delay:0.7s;
        -ms-animation-dela:0.7s;
        -webkit-animation-delay:0.7s;
        -moz-animation-delay:0.7s;
}



@keyframes bounce_fountainG{
    0%{
    transform:scale(1);
        background-color:rgb(0,0,0);
    }

    100%{
    transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-o-keyframes bounce_fountainG{
    0%{
    -o-transform:scale(1);
        background-color:rgb(0,0,0);
    }

    100%{
    -o-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-ms-keyframes bounce_fountainG{
    0%{
    -ms-transform:scale(1);
        background-color:rgb(0,0,0);
    }

    100%{
    -ms-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-webkit-keyframes bounce_fountainG{
    0%{
    -webkit-transform:scale(1);
        background-color:rgb(0,0,0);
    }

    100%{
    -webkit-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-moz-keyframes bounce_fountainG{
    0%{
    -moz-transform:scale(1);
        background-color:rgb(0,0,0);
    }

    100%{
    -moz-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}
/* Contact Form 7 */
.wpcf7 input[type="date"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="url"],
.wpcf7 select,
.wpcf7 textarea{
	width: 100%;
}
.wpcf7-form-control-wrap{
	display: block;
}
div.wpcf7-response-output{
	margin: 0;
	padding: 0.344em 1em;
	padding-left: 30px;
	border: none;
	color: #ffffff;
	background-color: #255379;
	position: relative;
	z-index: 1;
	margin-bottom: 5px;
}
div.wpcf7-response-output:before{
	content: "\f05a";
	position: absolute;
	top: 50%;
	left: 11px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	margin-top: -9px;
}
div.wpcf7-validation-errors{
	background-color: #c24747;
	font-size: 75%;
    line-height: 22px;
}

div.wpcf7-mail-sent-ok{
	background-color: #0fa55d;
}
div.wpcf7-mail-sent-ok:before{
	content: "\f058";
}

span.wpcf7-not-valid-tip{
	margin: 0;
	font-size: 90%;
	color: #c24747;
}

.wpcf7-not-valid {
	border: 1px solid #c24747;
}
.wpcf7-form p{
	margin-bottom: 0;
}
/* end Contact Form 7 */

/* Post Navigation */
.post-navigation  {
	font-size: 13px;
}
.post-navigation .nav-previous {
	float: left;
	width: 50%;

}

.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.nav-next,
.post-navigation .nav-next {
	margin-top: 0;
}
.post-navigation {
	font-weight: 800;
	margin: 3em 0;
}

.post-navigation .nav-links {
	padding: 1em 0;
}

.nav-subtitle {
	background: transparent;
	color: #767676;
	display: block;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.nav-title {
	color: #333;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
}

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.hidden {
	display: none!important;
}
.searchandfilter {
	float: left;
	width: 100%;
}
.search-filter-results {
	float: left;
	width: 100%;
}
.searchandfilter select.sf-input-select{
	min-width: auto;
}
.searchandfilter ul {
	padding: 0;
}
.searchandfilter label {
	display: block;
	width: 100%;
}
.searchandfilter ul li{
	float: left;
}

/* WordPress Generated Classes */

.size-auto,
.alignnone {
    margin: 5px 20px 0 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 40px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 40px 20px 20px 0;
}
img{
	height: auto;
    width: 100%;
}
a img.alignright {
    float: right;
    margin: 40px 0 20px 20px;
}

a img.alignnone {
    margin: 40px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 40px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    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: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-caption {
	display: block;
	line-height: 1.5;
	padding: 0.5em 0;
}
.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}
.search-form {
	width: 100%;
	max-width: 100%;
	background: none;
}
.search-form [type="search"] {
	float: left;
	width: 40%;
}
.search-form [type="submit"] {
	float:left;
	min-width: 10%;
	border: none;
	background: #e9e9e9;
	padding: 10px 23px;
    height: 45px;
}
@media screen and (max-width: 767px), screen and (max-width: 767px) and (orientation: landscape), screen and (max-width: 767px) and (orientation: portrait){
	.search-form [type="search"] {
		float: left;
		width: 78%;
	}
	.search-form [type="submit"] {
    	height: 41px;
    }
}

/* WordPress Generated Classes END */


/*wp-pagenavi*/
.wp-pagenavi{
	position: relative;
	font-size: 16px;
	margin-bottom: 2em;
	margin-top: 1em;
	padding-bottom: 0;
	text-align: center;
	padding: 10px 0 15px;
}
.wp-pagenavi span{
	color: #BFBFBF;
	font-weight: normal !important;
}
.wp-pagenavi .pages{
	display: none;
	border-radius: 999px;
	border: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	font-weight: 300;
	/* display: inline-block; */
	vertical-align: middle;
	position: absolute;
	bottom: -5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.wp-pagenavi a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.wp-pagenavi a{
	background: #000;
	color: #ffffff;
	padding: 0;
	vertical-align: middle;
	display: inline-block;
	line-height: 30px;
	margin: 0 2px;
    border: 0px none;
}
.wp-pagenavi .page{
	width: 30px;
	height: 30px;

}
.wp-pagenavi .current,
.wp-pagenavi .extend{
    background: #e8e7e7;
    color: #9c9b98;
	margin: 0 2px;
	cursor: no-drop;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	padding: 0;
    border: 0px none;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last{
	width: 30px;
	height: 30px;
	font-size: 0;
	line-height: 0;
	position: relative;
	margin: 0 2px;
}
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before,
.wp-pagenavi .first:before,
.wp-pagenavi .last:before,
.wp-pagenavi .first:after,
.wp-pagenavi .last:after{
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	border: solid  #ffffff;
	border-width: 0 0 1px 1px;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.wp-pagenavi .previouspostslink:before{
	margin: -5px 0 0 -3px;
}
.wp-pagenavi .nextpostslink:before{
	margin: -5px 0 0 -6px;
}
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .first:before,
.wp-pagenavi .first:after{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.wp-pagenavi .first:before{
	margin: -5px 0 0 -6px;
}
.wp-pagenavi .first:after{
	margin: -5px 0 0 -0px;
}
.wp-pagenavi .nextpostslink:before,
.wp-pagenavi .last:before,
.wp-pagenavi .last:after{
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.wp-pagenavi .last:before{
	margin: -5px 0 0 -3px;
}
.wp-pagenavi .last:after{
	margin: -5px 0 0 -9px;
}

/* main elements */

.info-form .select-box .holder{float: left;}

.navigation {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
	padding: 0 0 5px;
}
.navigation a{
	text-decoration: none;
}
.navigation .prev{
	float: left;
	padding-right: 30px;
}
.navigation .next{
	float: right;
	padding-left: 10px;
}
.respond{
	overflow: hidden;
	padding: 0 0 30px;
}
.respond h2{
	font-size: 19px;
	line-height: 25px;
	margin: 0 0 5px !important;
}
.respond p{margin: 0 0 5px !important;}
.respond dl{margin: 0;}
.respond dt{display: block;}
.respond dd{
	margin: 0;
	overflow: hidden;
}
.respond textarea {
	border:1px solid #dddfe0;
	background:#fff;
	padding:5px;
	height:116px;
	font-size:15px;
	line-height:18px;
	overflow:auto;
	color: #444441;
}
.comments{padding: 40px 0 10px;}
.comments h2{
	margin: 0 0 15px;
	font: 19px/25px 'chunkfive-roman', serif;
}
.commentlist{
	margin: 0;
	padding: 0 0 0 25px;
	list-style: none;
}
.commentlist .comment{
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
}
.commentlist .comment p{margin: 0 0 5px !important;}
.commentlist .comment img{
	float: left;
	margin: 0 5px 5px 0;
}
#content .commentlist ul{
	padding: 0 0 0 20px;
	margin: 0;
	list-style: none;
}
#content .commentlist ul li{padding: 0;}
#content .commentlist ul li:before{display: none;}
#comments h2, #respond h2{
	font: 22px/34px 'Helvetica-Regular', sans-serif;
}
#comments a, #respond a{
	font-weight: bold;
	text-decoration: none;
}
#respond #submit{
	margin: 10px 0;
}
#respond #comment{
	width: 100%;
}

/* Loading */
.wrapper{
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.wrapper.loading{
	opacity: 0;
}
.animsition-loading, .animsition-loading:after {
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
	border-radius: 50%;
	z-index: 2
}
.animsition-loading {
	background-color: transparent;
	border-top: 5px solid rgba(0,0,0,.2);
	border-right: 5px solid rgba(0,0,0,.2);
	border-bottom: 5px solid rgba(0,0,0,.2);
	border-left: 5px solid #eee;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-name: animsition-loading;
	animation-name: animsition-loading
}
@-webkit-keyframes animsition-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
@keyframes animsition-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
@-webkit-keyframes fade-in {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes fade-in {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@media screen and (max-width: 1300px) {
    .team .post-preview {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .team .post-preview {
        font-size: 19px;
    }
}

