/*
	Theme Name: ARTIXEN.NET
	Theme URI: 
	Description: 
	Version: 0.0.1
	Author: 
	Author URI: 
	License: 
	License URI: 
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/



/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing:antialiased;
	-moz-font-smoothing: antialiased;
	text-rendering:optimizeLegibility;
}

@media (min-width: 1px) {
	html {
		font-size:110%;
	}
}

@media (min-width: 576px) {
	html {
		font-size:110%;
	}
}

@media (min-width: 768px) {
	html {
		font-size:90%;
	}
}

@media (min-width: 992px) {
	html {
		font-size:80%;
	}
}

@media (min-width: 1200px) {
	html {
		font-size:94%;
	}
}

@media (min-width: 1400px) {
	html {
		font-size:110%;
	}
}

body {
	font:300 11px/1.4 'Montserrat' sans-serif;
	color:#000000;
	font-size: 1rem;
	position: relative;
	font-smooth: always;
}


.w-img-100 img{
	width:100%;
	height:auto
}

p{
	font-size:1rem;
	line-height:1.5;
}



body {
	margin: 0;
	width: 100%;
	padding:0;
	height:100%;
}

.wrapper{
	
	width: 100%;
	height:100%;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/


main{
	width:100%;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/




/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#b30000;
	color:#fff;
	text-shadow:none;
}
::-webkit-selection {
	background:#b30000;
	color:#fff;
	text-shadow:none;
}
::-moz-selection {
	background:#b30000;
	color:#fff;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	
}
.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 {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

.bypostauthor {
	
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*------------------------------------*\
    BOOTSTRAP OVERWRITE
\*------------------------------------*/



h2, .h2 {
	
}

h3, .h3 {
	
}

h4, .h4 {
	
}


b, strong {
	font-weight: 800;
}

/*------------------------------------*\
    CUSTOM
\*------------------------------------*/



@media (min-width: 768px) {
	.text-md-center p, .text-md-center a, .text-md-center div{
		text-align:center !important;
	}
	
	.text-md-start p, .text-md-start a, .text-md-start div{
		text-align:left !important;
	}
}

@media (min-width: 1px) {
	.text-center p, .text-center a, .text-center div{
		text-align:center;
	}
	
	.text-start p, .text-start a, .text-start div{
		text-align:left;
	}
}

@media (min-width: 576px) {
	.half-container-sm,  .half-container {
		max-width: 270px;
		width:100%;
	}
}
@media (min-width: 768px) {
	.half-container-md,  .half-container-sm,  .half-container {
		max-width: 360px;
		width:100%;
	}
}
@media (min-width: 992px) {
	.half-container-lg,  .half-container-md,  .half-container-sm,  .half-container {
		max-width: 480px;
		width:100%;
	}
}
@media (min-width: 1200px) {
	.half-container-xl,  .half-container-lg,  .half-container-md,  .half-container-sm,  .half-container {
		max-width: 570px;
		width:100%;
	}
}
@media (min-width: 1400px) {
	.half-container-xxl,  .half-container-xl,  .half-container-lg,  .half-container-md,  .half-container-sm,  .half-container {
		max-width: 660px;
		width:100%;
	}
}



body {
	font-family: 'Montserrat', sans-serif !important;
	font-weight:400;
}

a {
	color: #b30000;
}

a:hover {
	color: #284661; 
	text-decoration: none; 
}



.w-img-100 img{
	width:100%;
	height:auto;
}


.row-custom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
}

.vertical-align {
    display: flex;
    align-items: center;
}

iframe{
	aspect-ratio:16/9;
	width:100%;
	height:auto;
}




/*------------------------------------*\
    KOLORY
\*------------------------------------*/





.bg-black{
	background-color:#b30000;
}

.bg-color-1{
	background-color:#b30000;
}

.bg-color-2{
	background-color:#b30000;
}



.bg-white{
	background-color:#ffffff;
}



.border-1{
	border:2px solid #b30000;
}

.border-2{
	border:2px solid #b30000;
}


.border-radius{
	border-radius: 0.4rem;
	overflow: hidden;
}

.border-radius-bottom{
	border-radius: 0 0 0.4rem 0.4rem;
	
	overflow: hidden;
}

/* BUTTONY */




a.btn-color-1, .btn-color-1 a, a.btn-color-2, .btn-color-2 a, .wpcf7-form span.btn-color-1, .newsletter-form span.btn-color-1, .wpcf7-form span.btn-color-2, .newsletter-form span.btn-color-2{
	padding: 0.8rem 1rem 0.8rem 1rem;
	margin: 0.3rem;
	font-weight:600;
	display:inline-block;
	position:relative;
	border-radius: 0.8rem;
}


/* BUTTON 1 */


.btn-color-1, .btn-color-2{
	position:relative;
	z-index: 1;
}

a.btn-color-1, .btn-color-1 a, form span.btn-color-1{
	color:#fff !important;
	background-color:#000000;
	display:inline-block;
	cursor:pointer;
	transition:all 0.2s linear;
	position: relative;
	width:auto;
	line-height:1.3;
	z-index:1;
	font-weight:500;
	font-size: 1rem !important;
	text-decoration:none !important;
}

form span.btn-color-1 input{
	color:#fff;
	font-weight:600;
	font-size: 1rem !important;
	line-height:1.3;
}


a.btn-color-1:hover, .btn-color-1 a:hover{
	background-color: #b30000;
}








/* COLORS */
.bg-white{
	background-color:#FFFFFF;
}

.bg-white-transparent{
	background-color:rgba(255, 255, 255, 0.8);
}



.color-1, .color-1 p{
	color:#b30000;
}

.color-2, .color-2 p{
	color:#b30000;
}


.white, .white p{
	color:#FFFFFF;
}

.black, .black p{
	color:#b30000;
}

/* END COLORS */


/*------------------------------------*\
    SEARCH FORM
\*------------------------------------*/


.nav{
	position:relative;
}





/* TITLE */

.title-1{
	font-family: 'Montserrat', serif;
	font-size:1.8rem;
	font-weight:700 !important;
	line-height:1.2;
	display:inline-block;
	width:100%;
	margin-bottom:1rem;
}

.uppercase{
	text-transform:uppercase
}

.title-2{
	font-size:1.8rem;
	font-weight:400;
	line-height:1.2;
	display:inline-block;
	width:100%;
	margin-bottom:1rem;
}

.lead-1 {
    font-size: 1.5rem !important;
	line-height:1;
	font-weight:600 !important;
	color:#000000;
	margin-bottom:2rem;
	line-height:1.2
}


@media(max-width:767px){
	
	.title-1{
		font-family: 'Montserrat', serif;
		font-size:1.4rem;
		font-weight:700 !important;
		line-height:1.2;
		display:inline-block;
		width:100%;
		margin-bottom:1rem;
	}
	
	.uppercase{
		text-transform:uppercase
	}
	
	.title-2{
		font-size:1.4rem;
		font-weight:400;
		line-height:1.2;
		display:inline-block;
		width:100%;
		margin-bottom:1rem;
	}
	
	.lead-1 {
		font-size: 1.2rem !important;
		line-height:1;
		font-weight:600 !important;
		color:#000000;
		margin-bottom:2rem;
		line-height:1.2
	}
	
}

/* END TITLE */



/* FOOTER */

.footer-menu li{
	list-style:none;
	margin:0;
	
}

.footer-menu ul{
	padding:0;
}



footer a{
	color:#b30000
}


footer a:hover{
	color:#b30000;
}


footer li{
	margin-bottom:0.5rem
}


footer .category-footer-menu{
	
	list-style-type:none;
	padding:0;
	margin-bottom:0.5rem
}



footer p, footer a{
	font-size:0.8rem;
	font-weight:300;
	color:#000000; 
	line-height:1.6; 
	text-align:left;
}




footer b{
	font-size:0.8rem;
	font-weight:600;
	line-height:1.3
	
}	


footer .contact-title p{
	font-size:1.1rem;
	font-weight:600;
	line-height:1.3;
	
}

footer .social-icon{
	display:inline-block;
}

footer .social-icon svg{
	width:2rem;
	height:auto;
}

@media(max-width:767px){
	footer .social-icon img{
		height:20px
	}
}

@media(min-width:768px){
	footer .social-icon img{
		height:30px
	}
}



.social-icon:hover path{
	fill:#b30000
}

/* END FOOTER */







/* CUSTOM */

@media(min-width:768px){
	.column-2{
		-webkit-column-count: 2;
		column-count: 2;
		
	}
}


.span-no-margin span{
	margin:0 !important;
}

/* END CUSTOM */


/* HEADER */

header{
	
	width:100%;
	
}

@media(min-width:992px){
	
	header{
		top:0;
		width:100%;
		z-index:999;
	}
	
}


header{
	position:absolute;
	
}


/* END HEADER */

hr{
	border: 1px solid #000;
	border-image-slice: 1;
	border-width: 2px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	opacity: 1;
	margin: 0.5rem 0 1.2rem 0;
}

article h3{
	
	font-size: 0.9rem;
	font-weight: 400;
	color: #000;
	color:#b30000;
	text-align:center;
	
	text-align:center;
}

article .product-content-image{
	padding:1rem;
}






main ul{
	
	padding-left: 0.6rem;
	position:relative;
}


main ul li{
	list-style: none;

	margin-bottom:0.5rem;
	position:relative;
}

main ul li:before{
	content: "\F105";
	font-family:FontAwesome;
	color: #b30000;
	margin-right: 0;
	position: relative;
	left: -0.5rem;
	top: 0;
	font-size: 1rem;
	line-height: 0.45;
	margin-top: 0;
	margin-left: -0.3rem;
}
/*
	main ul li[style="text-align: center;"]:before{
	position: static;
	}
*/
main ul li[style="text-align: center;"]{
	padding-right:1rem;
}

.text-border p:last-child, .text-border h1:last-child, .text-border h2:last-child, .text-border h3:last-child, .text-border h3:last-child, .text-border h4:last-child{
	margin-bottom:0;
}



/* left-right-text */

@media(min-width:768px){
	.icons-container-2 p{
		line-height: 1.3;
		text-transform: uppercase;
		font-size: 0.6rem;
	}
}


@media(max-width:767px){
	.icons-container-2 p{
		line-height: 1.3;
		text-transform: uppercase;
		font-size: 0.7rem;
		letter-spacing: 0.03rem;
	}
}

/* END left-right-text */



/* FORMULARZ */

.wpcf7-radio .wpcf7-list-item-label{
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-top: 1.5rem !important;
}


.wpcf7-radio input[type="radio"]{
	opacity:0;
	width: 1rem;
	height: 1rem;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	top: 0.1rem;
}

.wpcf7-radio label{
	position:relative;
}

.wpcf7-radio span.wpcf7-list-item{
	margin: 0 0.3rem !important;
}

.wpcf7-radio input[type="radio"] + span::before {
	content: "";
	width: 1rem;
	height: 1rem;
	background-color: white;
	border: none;
	position: absolute;
	left: 50%;
	transform:translate(-50%,0);
	top: 0.1rem;
	cursor:pointer;
}


.wpcf7-radio input[type="radio"]:checked + span::before {
	background-color: #FFF;
	content: '\f00d';
	color: #b30000;
	font-size: 0.8rem;
	font-family: FontAwesome;
	line-height: 1.2;
	text-align: center;
}



.wpcf7-form .form-txt p{
	font-size:0.8rem;
	
}
.wpcf7-form input{
	width:100%;
	border: none;
	padding:0.5rem 0.5rem;
	background: transparent;
}



.wpcf7-form .agreements input[type="checkbox"]{
	width: 1rem;
	height: 1rem;
	
}
form textarea{
	width:100%;
	padding:0.5rem;
}

.wpcf7-form input[type="submit"], form input[type="submit"]{
	margin-bottom:0;
	background-color:transparent;
	border:0;
	padding:0;
}

.wpcf7-acceptance{
	display:inline-block;
}

.wpcf7-acceptance span.wpcf7-list-item-label{
	font-size:0.6rem;
	line-height: 1.3;
	font-size: 0.65rem;
	display: inline-block;
	padding: 0 0 0 1.5rem;
	position: relative;
	color:#000000;
}




.wpcf7-form .form-class input.agreement {
	width: auto;
	margin: 0.1rem 0.5rem 0 0;
    margin-left: 0px;
	line-height: normal;
	position: absolute;
	left: 0;
	margin-left: -1rem;
}

input[type="checkbox"] + span::before, input[type="checkbox"] + p::before {
	content: "";
	width: 1rem;
	height: 1rem;
	background-color: white;
	border: 1px solid #b30000;
	position: absolute;
	left: 0;
	top: 0;
	cursor:pointer;
}

input[type="checkbox"] {
	opacity:0;
	position: absolute;
	left: 0;
	top: 0.1rem;
	width: 1rem;
	height: 1rem;
}


.wpcf7-list-item {
	display: inline-block;
	margin: 0;
}

.wpcf7-spinner{
	position: absolute;
	left: -3rem;
	margin:0 !important;
	top: 50%;
	transform: translate(0,-50%);
}

input[type="checkbox"]:checked + span::before {
	background-color: #FFF;
	content: '\f00d';
	color: #000;
	font-size: 0.7rem;
	font-family: FontAwesome;
	line-height: 1;
	text-align: center;
}


.wpcf7-form-control-wrap {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-bottom:0.5rem;
	width: 100%;
}

.wpcf7-form p {
	margin-bottom:0;
	color:#b30000;
	line-height: 1.3;
	font-size: 0.65rem;
}

form textarea, form input[type="text"], form input[type="email"]  {
	font-size: 1rem;
	border:1px solid #b30000;
	border-radius: 0.8rem;
}




.wpcf7 form .wpcf7-response-output {
  border-color: #46b450;
  color: #000;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  margin:1rem 0 0 0;
  font-size: 1rem;
}

.wpcf7-not-valid-tip {
	color: red;
	font-size: 0.8rem;
	font-weight: normal;
	display: block;
}


.wpcf7-response-output:empty {
    display: none !important;
}


.wpcf7-form .text-more{
	display:none;
}


.wpcf7-form .read-more{
	color:#b30000;
	cursor:pointer;
}

/* END FORMULARZ */


/* FOOTER */

footer .conact-footer{
	padding-left:1.7rem;
	position:relative;
}



footer .conact-footer.mail:before{
	content:'';
	background-image:url('img/icon-footer-mail.svg');
	position:absolute;
	left:0;
	top:-0.1rem;
	width:1.4rem;
	height:1.4rem;
	background-size: contain;
	display: block;
	background-repeat: no-repeat;
	
}

footer .conact-footer.phone:before{
	content:'';
	background-image:url('img/icon-footer-phone.svg');
	position:absolute;
	left:0;
	top:-0.1rem;
	width:1.4rem;
	height:1.4rem;
	background-size: contain;
	display: block;
	background-repeat: no-repeat;
}

.footer-description{
	font-size:0.65rem;
	color:#6e7a84
}

.footer-description a{
	color:#6e7a84
}

/* END FOOTER */



/* BREADCRUMB */

.breadcrumb, .breadcrumb a {
	text-transform:uppercase;
	color:black;
	letter-spacing:0.15rem;
	font-size:0.8rem
}

.breadcrumb{
	
}

/* END BREADCRUMB */




/* Aktualności */

.prev-post, .next-post{
	color: #282828;
	
}

.prev-post:hover, .next-post:hover{
	color: #b30000;
	
}

/* END Aktualności */



/* WPML */

.wpml-ls-legacy-list-horizontal a {
    display: block;
    text-decoration: none;
    padding: 0.2rem 0.1rem;
    line-height: 1;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
    display: inline;
    vertical-align: middle;
	width: 1.2rem;
	height:auto;
}


.wpml-ls-legacy-list-horizontal {
    border: 1px solid transparent;
    padding: 0.2rem 0;
    clear: both;
}

/* END WPML */




.otgs-development-site-front-end{
	display:none !important;
}


table td{
	padding:0.2rem;
	border:1px solid #b30000	
}

.post-archive .post-thumb{
	background-size: cover;
	background-position: center center;
	background-repeat:no-repeat;
	filter: none;
	-webkit-filter: none;
	-moz-filter: none;
	transition: all 0.2s ease;
	aspect-ratio: 14/9;
	width: 100%;
}

.post-archive:hover .post-thumb{
	
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}

.post-archive h2{
	font-family: 'Montserrat', serif;
	font-size: 1rem !important;
	font-weight: 600;
	line-height: 1.3;
}

.post-archive p{
	margin:0;
}


.post-archive .terms{
	padding:0.25rem 0.6rem;
	border:1px solid #FFFFFF;
	width:auto;
	display:inline-block;
	margin-bottom:0.8rem;
	font-size:0.7rem;
	text-transform:uppercase;
	border-radius: 0.4rem;
}

.post-archive .post-content{
	position:relative;
	border-radius: 0.4rem;
	overflow: hidden;
}

.post-archive .post-content .tags{
	position:absolute;
	top: 1rem;
	left:1rem;
	z-index:99
}
.post-archive .post-content .tag{
	padding:0.15rem 0.3rem;
	background-color:#ffffff;
	color:#b30000;
	width:auto;
	display:inline-block;
	margin-bottom:0.3rem;
	font-size:0.7rem;
	text-transform:uppercase;
	
}


.single article .tag{
	padding: 0.25rem 0.6rem;
	border: 1px solid #b30000;
	width: auto;
	display: inline-block;
	margin-bottom: 0.8rem;
	font-size: 0.7rem;
	text-transform: uppercase;
	border-radius: 0.4rem;
	color:#b30000;
}

.single h1{
	position:relative;
}

.single h1:before{
	content:'';
	width:10rem;
	height:2px;
	background-color:#b30000;
	position:absolute;
	left:0;
	bottom:-0.7rem;
	
}



#searchform{
	position:fixed;
	z-index:9999;
	left:50%;
	transform:translate(-50%,0);
}

#searchform input{
	width:100%;
	padding: 0.8rem 0.8rem;
}

.nav-desktop .search-button img, .nav-desktop .search-button svg{
	width:1rem;
	height:1rem;
	display:inline-block;
}


.nav-desktop .search-button:hover svg path{
	fill:#b30000
	
}

.nav-desktop .search-button{
	padding: 1.9rem 1.4rem 1.9rem 1.4rem;
	cursor:pointer;
}


.menu-toggle .search-button img, .menu-toggle .search-button svg{
	width:1.5rem;
	height:1.5rem;
	display:inline-block;
}


.menu-toggle .search-button:hover svg path{
	fill:#b30000
	
}

.menu-toggle .search-button{
	padding: 1.2rem 1rem;
	cursor:pointer;
}

#searchform button {
	margin: 0;
	padding: 0.8rem;
	cursor: pointer;
  	position:absolute;
	right:0;
	top:0;
	background:transparent;
	border:none;
}

#searchform img {
	width: 1.5rem;
	height: 1.5rem;
}

.w-100-iframe iframe{
	width:100%;
}

.w-100-iframe iframe{
	width:100%;
}

.bold, .bold > a, .bold > p{
	font-weight:bold;
}


.single-ludzie article .social-icon svg{
	width: 2rem;
	height: auto;
}

.single-ludzie article .social-icon svg path{
	fill: #b30000;
}


/* PAGINACJA */

.pagination .page-numbers{
	font-size:1rem;
	padding:0.2rem;
	
	line-height: 1.9;
	text-align: center;
	margin-left:0.3rem;
	font-weight: 400;
	color:#163254;
	transition:all 0.2s linear;
	width:2.4rem;
	height:2.4rem;
	border:0;
}

.pagination .page-numbers:hover, .pagination .page-numbers.current{
	color:#b30000;
	transition:all 0.2s linear;
	text-decoration:none;
	border:1px solid #b30000;
	width:2.4rem;
	height:2.4rem;
}








.pagination .next:after{
	content: '>';
}


.pagination .prev:after{
	content: '<';
}


.scroll-top {
	position: fixed;
	bottom: 3rem;
	right: 3rem;
	cursor: pointer;
}


.scroll-top img{
	width:3rem;
	height:3rem;
	opacity:0.5;
	transform:rotate(-90deg);
}

.scroll-top img:hover{
	opacity:0.8;
}

.scroll-top {
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}

.scroll-top.is-visible {
    opacity: 1;
    pointer-events: auto;
}


.table-responsive {
    width: 100%;
    overflow-x: auto;     
    -webkit-overflow-scrolling: touch;
}

.table-responsive table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
}

