/* 
Theme Name: szablon-1
Author: budowaniestron.pl
 */

/* ----- reset all ----- */
* {
   padding:0;
   margin:0;
}
ul{list-style: none;}

@font-face {
    font-family: 'Myriad Pro Cond';
    src: url('fonts/subset-MyriadPro-Cond.woff2') format('woff2'),
        url('fonts/subset-MyriadPro-Cond.woff') format('woff'),
        url('fonts/subset-MyriadPro-Cond.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro Cond';
    src: url('fonts/subset-MyriadPro-CondIt.woff2') format('woff2'),
        url('fonts/subset-MyriadPro-CondIt.woff') format('woff'),
        url('fonts/subset-MyriadPro-CondIt.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro Cond';
    src: url('fonts/subset-MyriadPro-BoldCond.woff2') format('woff2'),
        url('fonts/subset-MyriadPro-BoldCond.woff') format('woff'),
        url('fonts/subset-MyriadPro-BoldCond.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro Cond';
    src: url('fonts/subset-MyriadPro-BoldCondIt.woff2') format('woff2'),
        url('fonts/subset-MyriadPro-BoldCondIt.woff') format('woff'),
        url('fonts/subset-MyriadPro-BoldCondIt.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/subset-MyriadPro-SemiboldIt.woff2') format('woff2'),
        url('fonts/subset-MyriadPro-SemiboldIt.woff') format('woff'),
        url('fonts/subset-MyriadPro-SemiboldIt.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/subset-MyriadPro-Bold.woff2') format('woff2'),
        url('fonts/subset-MyriadPro-Bold.woff') format('woff'),
        url('fonts/subset-MyriadPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/subset-MyriadPro-Light.woff2') format('woff2'),
        url('fonts/subset-MyriadPro-Light.woff') format('woff'),
        url('fonts/subset-MyriadPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/subset-MyriadPro-Semibold.woff2') format('woff2'),
        url('fonts/subset-MyriadPro-Semibold.woff') format('woff'),
        url('fonts/subset-MyriadPro-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/subset-MyriadPro-Regular.woff2') format('woff2'),
        url('fonts/subset-MyriadPro-Regular.woff') format('woff'),
        url('fonts/subset-MyriadPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/subset-MyriadPro-BoldIt.woff2') format('woff2'),
        url('fonts/subset-MyriadPro-BoldIt.woff') format('woff'),
        url('fonts/subset-MyriadPro-BoldIt.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/subset-MyriadPro-Black.woff2') format('woff2'),
        url('fonts/subset-MyriadPro-Black.woff') format('woff'),
        url('fonts/subset-MyriadPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}





@font-face {
      font-family: 'fontello';
      src: url('fonts/mlfont.eot?47843562');
      src: url('fonts/mlfont.eot?47843562#iefix') format('embedded-opentype'),
           url('fonts/mlfont.woff?47843562') format('woff'),
           url('fonts/mlfont.ttf?47843562') format('truetype'),
           url('fonts/mlfont.svg?47843562#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
}
.font-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
}


/* ----- general ----- */

html{height: 100%; min-width: 300px; }

body {
	text-align: center;
	font: 18px/27px "Roboto", serif;
	font-weight: normal;
	background: #000;
	color: #fff;
}
@media (max-width: 1000px) {
	body {
		font-size: 16px;
		line-height: 24px;
	}
}
@media (max-width: 600px) {
	body {
		font-size: 15px;
		line-height: 21px;
	}
}

a {color: #f86a22; text-decoration: none; transition: color .2s ease-in-out, background-color .2s ease-in-out;}
a:hover {color: #FFAD24;}
a span {cursor: pointer;}

strong{font-weight: 700;}
h3{
	font: bold 1.4em/1.4em 'Myriad Pro Cond', sans-serif;
	margin-top: 1em;
	margin-bottom: .5em;
}
.home h3{
	margin-top: 0;
}
h2{
	font: 900 1.8em/1.3em 'Myriad Pro', sans-serif;
	margin-top: 0;
	margin-bottom: .7em;
	color: #fb6d21;
}
.content h2{
	padding-top: .5em;
}
.content h2:first-child{
	padding-top: 0;
}
h1{
	font: bold 2.3em/1.3em 'Myriad Pro', sans-serif;
	margin-top: 0;
	margin-bottom: .5em;
	color: #fb6d21;
}

.category h1{
	text-transform: uppercase;
}
@media (max-width: 1000px) {
	h2, .home h3{
		font-size: 1.3em;
	}
	h1, .home h2{
		font-size: 1.9em;
	}
	.home h1{
		font-size: 2.2em;
	}
}
@media (max-width: 600px) {
	h2, .home h3{
		font-size: 1.2em;
	}
	h1, .home h2{
		font-size: 1.4em;
	}
	.home h1{
		font-size: 1.8em;
	}
}

img{border:0; max-width: 100%; height: auto;}
p{margin-bottom: 1em;}
blockquote{
	margin: 3em 0 3em 0;
	border-top: solid 3px #fb6d21;
	border-bottom: solid 3px #fb6d21;
	color: #fb6d21;
}
blockquote p{
	padding-left: 5em;
	margin-top: 2em;
	margin-bottom: 2em;
	font-style:italic;
	position: relative;
}
blockquote p:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
    display: block;
    background-image: url('/wp-content/themes/szablon-1/images/quote.svg');
    background-size: 54px 43px;
    width: 54px; 
    height: 43px;
}
hr{
	border: none;
    border-top: solid 1px rgba(255, 255, 255, .12);
	background-color: transparent;
	margin-bottom: 1.5em;
}
@media (max-width: 600px) {
	blockquote p{
		padding-left: 3em;
	}
	blockquote p:before{
    	background-size: 24px 19px;
		width: 24px; 
		height: 19px;
	}
}
@media (max-width: 480px) {
	blockquote{
		padding-left: .5em;
	}
}
.small{
	font-size: .8em; 
    line-height: 1.3em;
}
.text{
	margin-bottom: 2em;
}
.image{
	margin-bottom: 1em;
}

.mobile{
  display: none !important;
}
@media (max-width: 900px) {
	.mobile{
		display: block !important;
	}
	.desktop{
		display: none !important;
	}
}

/* ----- lists ----- */

.content ul, .content ol,
.text ul, .text ol{
	margin-bottom: 1em;
	padding-left: 1em; 
}
.content ol,
.text ol{
	padding-left: 2em; 
}
.content ul > li,
.text ul > li{
    margin-left: 1em;
	margin-bottom: 0.4em;
	text-align: left;
    list-style: none;
}
.content ul > li:before,
.text ul > li:before{
    content: "\2022";
    color: #f86a22;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.content ol > li,
.text ol > li{
	margin-bottom: 0.4em;
	text-align: left;
	list-style: decimal;
}

/* ----- comin ----- */
/*
.comin{
	opacity: 0;
	transition: opacity 1s ease-in-out, top 1s ease-in-out, bottom 1s ease-in-out;
	position:relative;
}
.comin.on-screen{
	opacity: 1;
}
.comin-left{
	transition: opacity 1s ease-in-out, right 1s ease-in-out, left 1s ease-in-out;
	right: 500px;
	left: -500px;
}
.comin-right{
	transition: opacity 1s ease-in-out, right 1s ease-in-out, left 1s ease-in-out;
	right: -500px;
	left: 500px;
}
.comin-left.on-screen,
.comin-right.on-screen{
	right: 0;
	left: 0;
}
.comin-2{
	transition-delay: .2s;
}
.comin-3{
	transition-delay: .4s;
}
.comin-4{
	transition-delay: .6s;
}
.comin-5{
	transition-delay: .8s;
}
@media (max-width: 900px){
	.comin-2,
	.comin-3,
	.comin-4,
	.comin-5{
		transition-delay: 0s;
	}
}
*/

/* ----- image align ----- */
img.alignleft{
	float: left;
	margin: 0 2em 2em 0;
}
img.alignright{
	float: right;
	margin: 0 0 2em 2em;
}
img.aligncenter{
	margin: 0 auto 2em;
    display: block;
}
.wp-caption{
	max-width: 100%;
    margin-bottom: 1em;	
}
.wp-caption-text{
    font-size: .8em;
    line-height: 1.4em;
    color: #bcbcbc;
	margin-bottom: 0;
	font-style: italic;
}

.gallery-columns-2 {display: grid; grid-template-columns: repeat(2, 1fr); }
.gallery-columns-3 {display: grid; grid-template-columns: repeat(3, 1fr); }
.gallery-columns-4 {display: grid; grid-template-columns: repeat(4, 1fr); }
.gallery-columns-5 {display: grid; grid-template-columns: repeat(5, 1fr); }
.gallery-columns-6 {display: grid; grid-template-columns: repeat(6, 1fr); }
.gallery {gap: 1em; margin-bottom: 1em;}

.wp-block-image{
	text-align: center;
	margin-bottom: 1em;
}

.gallery br{
	display: none;
}
.gallery .gallery-item{
	text-align: center;
}

@media (max-width: 600px) {
	img.alignleft,
	img.alignright,
	img.aligncenter{
		float: none;
		display: block;
		margin: 0 auto 1.5em;
	}
}

/* ----- gallery ----- */

.ari-fancybox{
	opacity: 1;
	transition: opacity .2s ease-in-out;
}
.ari-fancybox:hover{
	opacity: .8;
}
.gallery br{
	display: none;
}
.content .gallery .ari-fancybox{
	margin: 0;
}
.gallery-columns-2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	column-gap: .4em;
}
.gallery-columns-3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	column-gap: .4em;
}
.gallery-columns-4{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	gap: .4em;
}
.gallery-item{
}
.gallery img{
	display: block;
}

/* ----- cols ----- */

.cols-2{ display: grid; grid-template-columns: repeat(2, 1fr); }
.cols-3{ display: grid; grid-template-columns: repeat(3, 1fr); }
.cols-4{ display: grid; grid-template-columns: repeat(4, 1fr); }
.cols-5{ display: grid; grid-template-columns: repeat(5, 1fr); }
.cols-6{ display: grid; grid-template-columns: repeat(6, 1fr); }
.cols-7{ display: grid; grid-template-columns: repeat(7, 1fr); }
.cols-8{ display: grid; grid-template-columns: repeat(8, 1fr); }
.cols-9{ display: grid; grid-template-columns: repeat(9, 1fr); }
.cols-10{ display: grid; grid-template-columns: repeat(10, 1fr); }
.cols-11{ display: grid; grid-template-columns: repeat(11, 1fr); }
.cols-12{ display: grid; grid-template-columns: repeat(12, 1fr); }
.cols-13{ display: grid; grid-template-columns: repeat(13, 1fr); }
.cols-14{ display: grid; grid-template-columns: repeat(14, 1fr); }
.cols-15{ display: grid; grid-template-columns: repeat(15, 1fr); }

.col-2{ grid-column: auto / span 2; }
.col-3{ grid-column: auto / span 3; }
.col-4{ grid-column: auto / span 4; }
.col-5{ grid-column: auto / span 5; }
.col-6{ grid-column: auto / span 6; }
.col-7{ grid-column: auto / span 7; }
.col-8{ grid-column: auto / span 8; }
.col-9{ grid-column: auto / span 9; }

.gap-mini{gap: .4em;}
.gap-1{gap: 1.6666em;}
.gap-2{gap: 2em;}
.gap-3{gap: 3em;}

.show-at-600{
	display: none;
}

@media (max-width: 1300px) {
	.gap-2 > *{ column-gap: 2em; }
	.gap-3 > *{ column-gap: 4em; }
	.cols-2-at-1300{ grid-template-columns: repeat(2, 1fr); }
	.break-at-1300{ display: block; }
	.break-at-1300 > *{ margin-bottom: 1em; }
	.cols.break-at-1300 > *:last-child{ margin-bottom: 0; }
}
@media (max-width: 900px) {
	.break-at-900{ display: block; }
	.cols-2-at-900{ grid-template-columns: repeat(2, 1fr); }
	.break-at-900 > *{ margin-bottom: 1em; }
	.cols.break-at-900 > *:last-child{ margin-bottom: 0; }
}

@media (max-width: 600px) {
	.show-at-600{ display: block; }
	.break-at-600{ display: block; }
	.break-at-600 > *{ margin-bottom: 1em; }
	.cols.break-at-600 > *:last-child{ margin-bottom: 0; }
}

/* ----- form ----- */

form .row{
    margin-bottom: 1em;
}
form .row-tiny{
    margin-bottom: .5em;
}
.label{
	display: block;
    margin-bottom: .5em;
}
label{
	display: block;
}
input,
button,
textarea,
select{
	font: 1em/1.3em  'neusa_next_stdregular', sans-serif;
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea,
select{
    width: 100%;
    color: #fff;
    padding: .5em 0;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,.3);
	background-color: transparent;
}
textarea{
	border: 1px solid rgba(255,255,255,.3);
}
select{
   width: auto;
    padding: .4em .5em;
}

input:focus{
	outline: none;
}
.acceptance-block,
.acceptance{
	text-align: justify;
	display: block;
}
.acceptance-block span{
	display: block;
}
.acceptance-block span.wpcf7-form-control-wrap{
	width: auto;
}
.wpcf7-acceptance label .wpcf7-list-item-label:before, .wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-radio label span:before{
    content: " ";
    display: inline-block;
    position: relative;
    top: 0;
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px;
    border: solid 1px #CCC;
	background-color: #fff;
	cursor: pointer;
	border-radius: 5px;
}
span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
    content: " ";
}
.wpcf7-acceptance input[type=checkbox]:checked + span:after, .wpcf7-checkbox input[type=checkbox]:checked + span:after,
.wpcf7-radio label input[type=radio]:checked + span:after{
    position: absolute;
    top: -4px;
    left: 4px;
	font-size: 2em;
    content: "\2714";
    display: block;
	cursor: pointer;
	color: #ec7e00;
}
input[type="checkbox"],
input[type="radio"] {
    display: none;
}
.wpcf7-radio label span:before {
	vertical-align: middle;
}
span.wpcf7-list-item {
    margin: 0;
}
.wpcf7-acceptance .checkbox-label {
    width: calc(100% - 58px);
    margin-left: 6px;
    margin-top: .5em;
    vertical-align: top;
	line-height: 1.4em;
    display: inline-block;
	font-size: .8em;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aeaeae;
  opacity: .85; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aeaeae;
  opacity: .85;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #aeaeae;
  opacity: .85;
}
.wpcf7-checkbox{
    display: flex;
    justify-content: space-evenly;
}
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item{
	display: inline-block;
	position: relative; 
}
.wpcf7-radio .wpcf7-list-item{
	margin-right: 1em;
}
.select-with-label{
    display: flex;
    justify-content: flex-start;
    align-items: center;
	margin-bottom: .5em;
}
.select-with-label .label{
	display: inline-block;
	margin-right: .5em;
	min-width: 5.5em;
    text-align: right;
}
.wpcf7 form .wpcf7-response-output{
    margin: 2em auto 1em;
    padding: 1em 2em;
    background-color: #fff;
    border-radius: .5em;
	max-width: calc(40em - 4em);
	border: solid 2px #4b505f;
}
.wpcf7-not-valid-tip{
    color: #cf0000;
    font-size: .9em;
    font-weight: normal;
    display: block;
	margin-top: .3em;
}
@media (max-width: 1000px) {
	input,
	button,
	textarea{
		font-size: 16px;
		line-height: 22px;
	}
}
@media (max-width: 600px) {
	input,
	button,
	textarea{
		font-size: 15px;
		line-height: 21px;
	}
	.wpcf7-checkbox .wpcf7-list-item,
	.wpcf7-radio .wpcf7-list-item{
		display: block;
		text-align: left;
    	margin-right: 0;
		margin-bottom: .5em;
	}
}


/* ----- read-more ----- */
.read-more{
	text-align: center;
}
.read-more > *,
input[type=submit],
button{
	padding: .8em 1.7em .8em;
	line-height: 1em;
	font-size: 0.8em;
	font-weight: 500;
	display: inline-block;
	transition: all .2s ease-in-out;
	border: solid 1px #f86a22;
	border-radius: 6px;
	color: #fff;
	text-transform: uppercase;
	background-color: transparent;
	cursor: pointer;
	font-family: 'Myriad Pro', sans-serif;
}
.read-more > *:hover,
input[type=submit]:hover,
button:hover{
	background-color: #f86a22;
	color: #fff;
}
.read-more.little a{
    padding: .4em 1.3em .4em;
}
.infinite-load{
	text-align: right;
	margin-top: 1.37em;
}


/* ----- wraps  ----- */

.wrap{
	max-width: 1258px;
	min-width: 280px;
	margin: 0 auto;
	text-align: left;
	padding: 0 1em;
	z-index: 2;
	position: relative;
}
.single .wrap{
	text-align: center;
}
.single-wrap{
	max-width: 1180px;
	text-align: left;
	margin: 0 auto;
}
section{
	position: relative;
}
@media (max-width: 900px) {
	.wrap{
		overflow: hidden;
	}
}
@media (max-width: 600px) {
	.wrap{
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* ----- bg-colors ----- */
.bg-dark{
	background-color: rgba(0,0,0,.8);
	border-radius: 12px;
}
.bg-orange{
	background-color: #f56a22;
}
.bg-orange a,
.home .bg-orange h2{
	color: #fff;
}
.bg-orange a:hover{
	color: #ffe3d4;
}


/* ----- prm ----- */
.scr-prm{
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
	z-index: 1;
}
.start-prm{
	text-align: center;
    margin-top: 1.5em;
    margin-bottom: 2.5em;
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.start-prm-wrap{
    max-width: 1286px;
    margin: 0 auto;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	border-radius: 6px;
}
.article-prm{
	text-align: center;
	height: 100%;
}
.article-prm-wrap{
  	position: -webkit-sticky;
  	position: sticky;
    top: 80px;
	text-align: center;
	overflow: hidden;
	border-radius: 6px;
    display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
.start-prm-wrap img,
.article-prm-wrap img{
	display:block;
}

.start-prm-wrap:before,
.article-prm-wrap:before,
.content-prm:before, 
.widget-prm:before{
	content: "Reklama" !important;
	font-weight: bold;
	font-size: .75em;
	line-height: 1.2em;
	border-bottom-left-radius: 6px;
	padding: .2em .5em .1em;
	text-transform: uppercase;
	color: rgba(0,0,0,.4);
	background-color: rgba(255,255,255,.6);
	text-align: center;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.content-prm {
    text-align: center;
    margin-bottom: 2em;
    overflow: hidden;
	position:relative;
}

@media (max-width: 1300px) {	
	.scr-prm{
		display: none;
	}
}
@media (max-width: 600px) {
	.start-prm{
		margin-left: 0;
		margin-right: 0;
	}
}

/* ----- head ----- */

#head{
	width: 100%;
	background-color: rgba(11,10,16, 1);
	position: fixed;
    z-index: 50;
	border-bottom: solid 1px rgba(115,65,162, 0);
	transition: all .2s ease-in-out;
}
.not-viewing-top #head{
	background-color: rgba(11,10,16, .9);
	border-bottom: solid 1px rgba(115,65,162, .4);
}
#head .wrap{
	overflow: visible;
	padding-top: 1em;
	padding-bottom: 1em;
	transition: all .2s ease-in-out;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
#head .wrap:after{ display: none;}
.not-viewing-top #head .wrap{
	padding-top: .2em;
	padding-bottom: .2em;
}
#head-right{
    display: flex;
	align-items: center;
	column-gap: 1em;
}

/* ----- logo ----- */

#logo{
	position: relative;
	margin-bottom: 0;
}
#logo span{
	position: absolute;
	text-indent: -9999999px;
    display: block;
	max-height: 24px;
	max-width: 24px;
	overflow: hidden;
	top: 0;
}
#logo a img{
	width: auto;
	height: inherit;
	max-height: 24px;
	transition: all .2s ease-in-out;
}
#logo a,
#logo img{
	display: block;
}
.logo{
	filter: brightness(1000%) grayscale(100%);
}
@media (max-width: 1000px) {
}

/* ----- menu ----- */

#menu .menu-wrap > div > ul > li{
	display: inline-block;
	position:relative;
}
#menu .menu-wrap > div > ul > li > a{
	font-size: .8em;
	line-height: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 .5em;
	display: block;
	transition: all .2s ease-in-out;
	color: #8a949e;
}
#menu .menu-wrap > div > ul > li.menu-item-has-children > a:after{
    font-family: "fontello";
	content: "\e809";
	margin-left: .5em;
	display: inline-block;
	vertical-align: middle;
    line-height: 1em;
} 

#menu .menu-wrap > div > ul > li.current-menu-item > a,
#menu .menu-wrap > div > ul > li.current-menu-ancestor > a{
}
#menu .menu-wrap > div > ul > li > a:hover, 
#menu .menu-wrap > div > ul > li.current-menu-item > a:hover{
	color: #f96a26;
}
#menu .sub-menu{
    max-height: 0;
	min-width: 10em;
    overflow: hidden;
    transition: all .2s ease-in-out;
	transition-delay: .4s;
    position: absolute;
    left: 0;
    top: 100%;
	background-color: #fff;
	padding-top: 0;
}
#menu li:hover .sub-menu{
	max-height: 800px;
	padding-top: .5em;
	transition-delay: 0s;
}
#menu .sub-menu a{
	font-size: 0.9em;
	line-height: 1.2em;
	padding: .7em 1.2em;
	display: block;
	color: #fff;
	transition: all .2s ease-in-out;
	background-color: #224A69;
	border-bottom: solid 1px #1A3951;
}
#menu .sub-menu li.current-menu-item a{
	background-color: #3876a5;
}
#menu .sub-menu a:hover,
#menu .sub-menu li.current-menu-item a:hover{
	background-color: #DD8A00;
	border-bottom: solid 1px #c17900;
	color: #fff;
	text-decoration: none;
}
#menu .close{
	display: none;
}

@media (max-width: 1300px) {
	#menu{
		display: none;
	}
}
#menu-mobile h2{
	font-size: 1em;
	font-weight: 400;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#menu-mobile h2 span{
    display: none;
}
#menu-mobile h2 i{
	display: inline-block;
	color: #b4b4b6;
	line-height: 1em;
	padding: 0; margin: 0;
	cursor: pointer;
	transition: all .2s ease-in-out;
	text-align: center;
	position: relative;
	z-index: 80;
	vertical-align: middle;
}
#menu-mobile h2 > span{
	color: #f2681f;
	text-transform: uppercase;
}
#menu-mobile h2 i:hover{
	color: #f2681f;
}
#menu-mobile .menu-wrap{
	position: fixed;
	left: 0;top: 0;right: 0;
	width: 100%;
	z-index: 170;
	max-height: 100vh;
	background-color: #23212C;
	height: 0;
	overflow: hidden;
	transition: height .4s ease-in-out;
}
#menu-mobile .menu-wrap.acti{
	height: 100vh;
}
#menu-mobile .menu-wrap > div > ul{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
#menu-mobile .close,
#search .close{
	font-size: 1.5em;
	line-height: 1.3em;
	position: absolute;
	right: 1em;
	top: 1em;
	cursor: pointer;
	width: 1.35em;
	height: 1.35em;
	border-radius: 100%;
	background-color: #48445B;
	text-align: center;
	transition: all .2s ease-in-out;
	display: block;
}
#menu-mobile .close:hover,
#search .close:hover{
	background-color: #f2681f;
	color: #fff;
}
#menu-mobile .menu-wrap > div > ul > li{
	display: block;
	border-left: none;
	text-align: center;
}
#menu-mobile .menu-wrap > div > ul > li > a{
	color: #fff;
	border-bottom: 2px solid #48445B;
	text-align: center;
	padding: 1em;
	font-size: 1.4em;
	line-height: 1.4em;
	padding: .5em;
	margin: .3em 0;
	display: inline-block;
	width: 8em;
	transition: all .2s ease-in-out;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}
#menu-mobile .menu-wrap > div > ul > li.menu-item-has-children > a:after{
	font-family: "fontello";
	content: "\e809";
	margin-left: .5em;
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
} 
#menu-mobile .menu-wrap > div > ul > li.current-menu-item > a, 
#menu-mobile .menu-wrap > div > ul > li.current-menu-ancestor > a{
}
#menu-mobile .menu-wrap > div > ul > li > a:hover, 
#menu-mobile .menu-wrap > div > ul > li.current-menu-item > a:hover{
	color: #f2681f;
}
#menu-mobile .sub-menu{
	max-height: none;
	position: relative;
	text-align: left;
	top: 0;
	background-color: transparent;
}
#menu-mobile li:hover .sub-menu{
	padding-top: 0;
}
#menu-mobile .sub-menu a,
#menu-mobile .sub-menu li.current-menu-item a{
	background-color: transparent;
	padding: .5em .7em;
	border: none;
}
#menu-mobile .sub-menu a:hover,
#menu-mobile .sub-menu li.current-menu-item a:hover{
	background-color: transparent;
	color: #01F4DE;
	border: none;
}

/* ----- turn-lights - buttons ----- */

#turn-lights{
	display: flex;
	padding: 0;
	background-color: transparent;
}
#turn-lights > div{
	padding: .2em .3em;
}
#turn-lights svg{
	filter: brightness(0) saturate(100%) invert(56%) sepia(28%) saturate(6917%) hue-rotate(347deg) brightness(100%) contrast(95%); 
    display: block;
	height: .9em;
	width: auto;
}
#turn-lights .dark{
	background-color: #f86a22;
}
#turn-lights .dark svg{
	filter: brightness(0); 
    fill: transparent;
}
.lights-on #turn-lights{
	border-color: #b4b4b6;
}
.lights-on #turn-lights .dark{
	background-color: transparent;
}
.lights-on #turn-lights .light{
	background-color: #7C8894;
}

/* ----- search ----- */

#search{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 150;
    max-height: 100vh;
    background-color: #23212C;
    height: 0;
    overflow: hidden;
    transition: height .4s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
}
#search.acti{
	height: 100vh;
}
#search{
}
#search-button button{
	border: none;
	background-color: transparent;
	color: #b4b4b6;
	padding: 0 .2em;
    font-size: 1em;
    display: block;
}
#search-button button:hover{
	color: #f86a22;
}
#searchform{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1em;
	font-size: 2em;
}
#searchsubmit{
    padding: .8em 1em;
    border: 1px solid rgba(255, 255, 255, .3);
}



/* ----- main ----- */

#main{
	padding-top: 84px;
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 2;
	position: relative;
}
#main > .wrap,
#main section .wrap,
aside .wrap{
	padding-top: 1.35em;
	padding-bottom: 1.35em;
}
/*
#main .content p{
	text-align: justify;
}
*/
#main .max-width-900{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1000px) {
	#main{
		padding-top: 80px;
	}
	#main > .wrap,
	#main section .wrap,
	aside .wrap{
	}
}
@media (max-width: 600px) {
	#main{
		padding-top: 75px;
	}
}


/* ----- news ----- */

.news-section h2{
	text-align: left;
}
.news-list{
}
.news-list .article-link{
	display: block;
	color: #fff;
}
.news-list .article-link:hover{
	color: #fff;
}
#main .news-list .image{
	display: inline-block;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 0;
}
.news-list .image:before{
	content: "";
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	background-color: #fff;
	z-index: 0;
	border-radius:8px;
}
.news-list .image img{
	display: block;
	opacity: 1;
	transition: opacity .2s ease-in-out;
	z-index: 1;
	position: relative;
}
.news-list a:hover .image > img{
	opacity: .8;
}
.news-list .image-expand{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: width .3s ease-in-out, height .3s ease-in-out, top .3s ease-in-out, left .3s ease-in-out;
}
.news-list .article-link:hover .image-expand{
	top: -5%;
	left: -5%;
	width: 110%;
	height: 110%;
}
.news-list .image-expand img{
	width: 100%;
	height: 100%;
}

.news-list .article-link:hover h3{
}
.news-list .text{
	margin-bottom: 0;
}
.news-list h3{
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
.news-list .first-item h3{
	font-weight: 700;
}
.pagination span,
.pagination a{
    padding: 0.8em 1.2em 0.8em;
	margin-bottom: 4px;
	display: inline-block;
	font-weight: bold;
}

.pagination span.current,
.pagination a:hover,
.pagination span:hover{
    color: #fff;
    background-color: #f86a22;
	border-color: #f86a22;
}

.news-list .text-box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	z-index: 2;
}
.news-list .text-box .bottom{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.news-list .text-box .bottom h3{
	font-size: 1.12em;
	line-height: 1.25em;
	background-color: #23212c;
	color: #fff;
	padding: .5em .5em .5em 16px;
	position: relative;
}
.news-list .text-box .title:before{
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    width: 4px;
    height: calc(100% - .7em);
    margin-top: -.5em;
    background-color: #f2681f;
}
.news-list .text-box .left-side{
	position: absolute;
	left: .6em;
	top: .6em;
    width: 80%;
}
.news-list .text-box .right-side{
	position: absolute;
	right: .6em;
	top: .6em;
}
.news-list .category{
	background-color: #f2681f;
    display: inline-block;
	padding: .3em .5em .3em 16px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
	line-height: 1em;
	position: relative;
	font-family: 'Myriad Pro', sans-serif;
}
.news-list .category:before{
    content: "";
    display: block;
    position: absolute;
    left: 5px;
	bottom: 0;
    width: 4px;
    height: calc(100% - .3em);
    margin-top: -.5em;
    background-color: #fff;
}
.breadcrumbs .category.newsy{
	background-color: #f2681f;
}
.news-list .category.recenzje,
.breadcrumbs .category.recenzje{
	background-color: #ae0b04;
}
.news-list .category.na-luzie,
.news-list .category.teksty,
.news-list .category.publi,
.breadcrumbs .category.na-luzie,
.breadcrumbs .category.teksty,
.breadcrumbs .category.publi{
	background-color: #794f87;
}
.news-list .category.kultura,
.breadcrumbs .category.kultura{
	background-color: #ff009c;
}
.news-list .category.technologie,
.breadcrumbs .category.technologie{
	background-color: #5ebc00;
}
.news-list .text-box .title.recenzje:before {
	background-color: #ae0b04;
}
.news-list .text-box .title.na-luzie:before,
.news-list .text-box .title.teksty:before,
.news-list .text-box .title.publi:before{
	background-color: #794f87;
}
.news-list .text-box .title.kultura:before {
	background-color: #ff009c;
}
.news-list .text-box .title.technologie:before{
	background-color: #5ebc00;
}
#main .news-list .image.recenzje{
	border-color: #ae0b04;
}
#main .news-list .image.na-luzie,
#main .news-list .image.teksty,
#main .news-list .image.publi{
	border-color: #794f87;
}
#main .news-list .image.kultura{
	border-color: #ff009c;
}
#main .news-list .image.technologie{
	border-color: #5ebc00;
}

.post-tags{
    display: flex;
    align-items: center;
	gap: .5em;
    flex-wrap: wrap;
}
.post-tag{
	display: block;
    padding: .2em .5em .2em;
	background-color: #fff;
    box-shadow: .1em .2em .5em rgba(0, 0, 0, .5);
	border-radius: 1em;
	color: #000;
	text-transform: uppercase;
    font-family: 'Myriad Pro Cond';
	font-weight: bold;
    font-size: 1em;
    line-height: 1em;
}
.post-tag a{
	color: #000;
}
.news-list .meta{
    margin-bottom: -1px;
}
.news-list .first-item .meta{
	display: flex;
	gap: .8em;
}
.comments-number{
    display: flex;
    align-items: center;
    font-family: 'Myriad Pro Cond';
    line-height: 1em;
	font-weight: bold;
	line-height: 1em; 
    margin-bottom: -.1em;
    padding: .2em .3em .15em;
	color: #000;
	background-color: #fff;
    box-shadow: .1em .2em .5em rgba(0, 0, 0, .5);
	border-radius: 1em;
}
.comments-number span{
	display: block;
	margin: 0 .2em;
}
.comments-number img{
	height: 1em;
}
.comments-number img.comments-fire-icon{
	margin-top: -.4em;
	height: 1.2em;
}
.date{
    font-family: 'Myriad Pro Cond';
}
.news-list .text-box .date{
    text-shadow: .1em .1em .4em rgba(0, 0, 0, 1), .1em .1em .4em rgba(0, 0, 0, 1), .1em .1em 1em rgba(0, 0, 0, 1);
    padding-top: .3em;
    margin-left: 5px;
}
.author{
    display: flex;
    align-items: center;
	gap: .3em;
    font-family: 'Myriad Pro';
	font-weight: 600;
}
.author-name{
	font-size: .9em;
}
.news-list .text-box .author{
	margin-bottom: .2em;
    text-shadow: .1em .1em .4em rgba(0, 0, 0, 1), .1em .1em .4em rgba(0, 0, 0, 1), .1em .1em .4em rgba(0, 0, 0, 1), .1em .1em .4em rgba(0, 0, 0, 1);
}
.author-avatar img{
	height: 1.4em;
	width: auto;
	border-radius: 100%;
	overflow: hidden;
    display: block;
	border: solid 2px #fff;
}


.news-intro-cols{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#main .news-style-1{
    display: flex;
    flex-direction: column;
    gap: 1.37em;
}
.news-style-1 .article-link{
	display: flex;
    align-items: stretch;
	transition: background-color .2s ease-in-out;
    background-color: #23212c;
    border-radius: 6px;
}
#main .news-style-1 .image{
	width: 320px;
	margin-right: 1.5em;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 6px 0 0 6px;
	border-right: solid 4px #f76a23;
}
.news-style-1 .text-wrap{
    width: calc(100% - 320px - 1.5em - 10px);
	display: flex;
	flex-direction: column;
    justify-content: space-between;
	position: relative;
}
.news-style-1 .text-wrap .meta{
	display: flex;
    justify-content: space-between;
    align-items: center;
	gap: .5em;
}
.news-style-1 .text-wrap .meta .left-side{
	display: flex;
    align-items: center;
	gap: .5em;
}
.news-style-1 .text-wrap .meta-top{
	margin-top: 10px;
    min-height: 1.4em;
	margin-bottom: .2em;
}
.news-style-1 .text-wrap .meta-bottom{
	margin-bottom: 10px;
    margin-top: .2em;
}
#main .news-style-1 h3{  
	font-size: 1.355em;
	line-height: 1.25em;
    font-weight: 600;
	margin-bottom: 0;
	font-family: 'Myriad Pro', sans-serif;
}
#main .news-style-1 .content{
	line-height: 1.25em;
}
.news-style-1 .category {
	position: absolute;
	top: 0;
	left: calc( -1.5em - 11px);
}
.news-style-1 .category span{
    font-size: 1.2em;
}
#main .news-style-1 .author{
	border-left: solid 1px #fff;
	padding-left: .5em;
}
.news-style-1 a h3{
	color: #fff;
	transition: color .2s ease-in-out;
}
.news-style-1 a:hover h3{
	color: #f86a22;
}
.news-style-2{
	margin-bottom: 1em;
}
.news-style-3 .image{
    padding-bottom: 45px;
}
.news-list.news-style-3  .image-expand{ 
    height: calc(100% - 45px);
}
.news-list.news-style-3  .article-link:hover .image-expand {
    height: calc(110% - 45px);
}

.news-list.news-style-4 .article-link{
	margin-bottom: 1.5em;
}
.news-list.news-style-4 h3{
	font-size: 1em;
	line-height: 1.4em;
	text-decoration: underline;
	transition: color .2s ease-in-out;
}
.news-list.news-style-4 .author-avatar{
	display: none;
}
.news-list.news-style-4 .author{
	color: #d7524d;
	font-size: .85em;
	line-height: 1.3em;
	transition: color .2s ease-in-out;
}
.news-list.news-style-4 a:hover h3{
    color: #f86a22;
}
.aside-border{
    padding-left: 1.37em;
	border-left: solid 4px #ae0b04;
    display: flex;
    flex-direction: column;
}


@media (max-width: 1300px) {	
	.news-style-2{
        max-width: 616px;
        margin: 0 auto;
	}
	.news-style-3 .image{
		padding-bottom: 30px;
	}
	.news-list.news-style-3  .image-expand{ 
		height: calc(100% - 30px);
	}
	.news-list.news-style-3  .article-link:hover .image-expand {
		height: calc(110% - 30px);
	}
}
@media (max-width: 980px) {	
	#main .news-style-1 .image{
		width: 31%;
		max-width: 320px;
        display: flex;
        align-items: center;
        justify-content: center;
		position: relative;
	}
	#main .news-style-1 .image img{
        height: auto;
		width: auto;
		max-width: none;
		position: absolute;
	}
	.news-style-1 .text-wrap{
		width: calc(100% - 31% - 1.5em - 10px);
	}
	#main .news-style-1 h3{
		font-size: 1.4em;
	}
}
@media (max-width: 900px) {	
	#main .news-style-1 .image{
		max-width: 233px;
	}
}
@media (max-width: 700px) {
	.news-style-1 .author{
		display: none;
	}
}
@media (max-width: 500px) {
    #main .news-style-1 h3 {
        font-size: 1.2em;
    }
	.news-style-1 .text-wrap .meta-bottom{
		height: 0;
		overflow: hidden;
	}
}

/* ----- wyroznione ----- */

#main #wyroznione .wrap{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#wyroznione .news-list{ 
	display: grid; 
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(8, 1fr);
}
#wyroznione .news-list .item{
	grid-row: auto / span 4;
}
#wyroznione .news-list .col-2{ 
	grid-column: auto / span 2;
	grid-row: auto / span 6;
}
#wyroznione .news-list .special-link{ 
	grid-row: auto / span 2;
}
#wyroznione .news-list .article-link{
    height: 100%;
}
#main #wyroznione .news-list .image{
    height: 100%;
}
#wyroznione .news-list .image-expand{
	height: calc(100% - 19.59px);
}
#wyroznione .news-list .article-link:hover .image-expand{
	height: calc(110% - 19.59px);
}
#wyroznione .news-list .first-item .image-expand{
	height: calc(100% - 12px);
}
#wyroznione .news-list .first-item .article-link:hover .image-expand{
	height: calc(110% - 19.59px);
}
.news-list .first-item .text-box .bottom h3{
	font-size: 1.72em;
	background-color: #fff;
	color: #000;
	padding-left: 24px;
	font-family: 'Myriad Pro', sans-serif;
}
.news-list .first-item .text-box .bottom h3:before{  
	left: 10px;
}
.news-list .first-item .category{
    margin-left: .3em;
    font-size: 1.2em;
    line-height: 1em;
    margin-bottom: 0;
}
#wyroznione .special-link{
	height: 100%;
}
#wyroznione .special-link a{
	display: flex;
    align-items: center;
	height: 100%;
	background: rgb(253,236,0);
	background: linear-gradient(130deg, rgba(253,236,0,1) 30%, rgba(255,105,29,1) 100%);
	color: #000;
	border-radius: 6px;
	overflow: hidden;
}
#wyroznione .special-link h3{  
	padding: .5em .5em;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.15em;
	width: calc(100% - 122px - 1em);
}
#wyroznione .special-link .image{
	width: 122px;
	border-radius: 0;
}
#wyroznione .special-link > img{
    max-height: 88px;
	width: auto;
}
#wyroznione .news-list .special-link .image-expand{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#wyroznione .news-list .special-link a:hover .image-expand{
	height: 110%;  
	width: 110%;
	top: -5%;
	left: -5%;
}
#wyroznione .special-link a:hover .image-expand img{
    max-height: 100%;
	width: auto;
}
@media (max-width: 1300px) {
	#wyroznione .news-list {
		grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(5, 1fr);
        max-width: 616px;
        margin: 0 auto;
	}
}

@media (max-width: 900px) {
	.news-list .first-item .text-box .bottom h3{
		font-size: 1.5em;
	}
}

@media (max-width: 600px) {
	#wyroznione .news-list .special-link{
    	grid-column: auto / span 2;
	}
	#wyroznione .special-link .image{
		max-width: 80px;
		width: 30%;
	}
	#wyroznione .special-link h3{
    	width: calc(100% - 30% - 1em);
	}
	.news-list .first-item .text-box .bottom h3{
		font-size: 1.3em;
	}
}

#main #najnowsze .wrap{
	padding-bottom: 3em;
}
#main #najnowsze .wrap,
#main #technologie .wrap{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
#main #recenzje .wrap{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

/* ----- cd-action-poleca ----- */

#main #cd-action-poleca .wrap{
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

/* ----- article ----- */

.single #heading{
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2em;
	padding-bottom: 2em;
}
#heading .meta{
	display: flex;
    flex-wrap: wrap;
	align-items: center;
	gap: 1em;
	margin-bottom: 1.2em;
    justify-content: space-between;
}
#heading .meta .left-side,
#heading .meta .right-side{
	display: flex;
    flex-wrap: wrap;
	align-items: center;
	gap: 1em;
}
#heading .excerpt,
#lead .excerpt{
	margin-bottom: .7em;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: 600;
}
#image-block-1{
	text-align: center;
	margin-bottom: 2em;
}
#image-block-1 img{
	min-width: 100%;
}
.single-cols{
    display: flex;
	gap: 3em;
    justify-content: stretch;
    flex-wrap: wrap;
	margin-bottom: 3em;
}
.single-cols .article-left-col{
	width: 100px;
}
.single-cols .content{
	max-width: 670px;
}
.single-cols .article-prm{
	width: 300px;
	height: auto;
}
#image-block-1 .caption{
	font-size: .8em;
	line-height: 1.4em;
	color: #bcbcbc;
	text-align: left;
	font-style: italic;
}
.large-author .author{
	flex-direction: column;
}
.large-author .author-avatar img{
    height: 5.35em;
}
.large-author .author-name{
	text-align: center;
	font-weight: bold;
	line-height: normal;
    font-size: .78em;
}

@media (max-width: 1310px) {
	.single-cols .article-left-col{
		order: 3;
		width: 100%;
	}
}
@media (max-width: 1110px) {
	.single-cols{
		flex-direction: column;
	}
	.single-cols .content{
		width: auto; 
		margin-left: auto;
		margin-right:auto;
	}
	.single-cols .article-prm{
		width: auto; 
	}
}
@media (max-width: 760px) {
	.single-cols .content{
		max-width: 100%;
	}
}

/* ----- breadcrumbs ----- */

.breadcrumbs{
	display: flex;
}
.breadcrumbs a{
	background-color:#8a8a8a;
	color: #fff;
    display: inline-block;
    padding: .3em .5em .3em 16px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .9em;
    line-height: 1em;
    position: relative;
}
.breadcrumbs a:before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    bottom: 0;
    width: 4px;
    height: calc(100% - .3em);
    margin-top: -.5em;
    background-color: #fff;
}
.breadcrumbs a:first-child{
	background-color: #fff;
	color: #000;
	padding-left: .5em;
}
.breadcrumbs a:first-child:before {
	display: none;
}

/* ----- comments-section ----- */
#comments-section{
	margin-top: 3em;
}
#comments-section h3{
	margin-bottom: 1em;
}
.commentlist{
	margin-bottom: 2em;
}
#comments label{
	display: block;
	margin-bottom: .2em;
	font-size: .9em;
}
.comment{
	list-style: none;
	margin-bottom: 1.5em;
	display: flex;
}
#comments-section .reply{
	font-size: .8em;
}
.comment .avatar{
	width: 64px;
	margin-right: 1em;
}
.comment-right{
	width: calc(100% - 1em - 64px);
}
.comment-meta{
	line-height: 1em;
	margin-bottom: .3em;
}
.comment-author {
	font-weight: bold;
}
.comment-date{
	margin-left: .5em;
	padding-left: .5em;
	border-left: solid 1px #999;
	color: #999;
    display: inline-block;
}
.comment-date a{
	color: #999;
}
.comment-content{
	font-size: .9em;
	line-height: 1.2em;
}
.comment-content p{
	margin-bottom: 0;
}
#comments-section .children{
	margin-left: calc(1em + 64px);
	margin-top: -.5em;
    margin-bottom: 2em;
}
#reply-title small{
	display: block;
}
#respond{
	margin-bottom: 2em;
}

@media (max-width: 600px) {	
	#comments-section{
		margin-left: 10px;
		margin-right: 10px;
	}
}

/* ----- foot ----- */

#foot{
	padding: 3em 0 2em;
	font-size: .9em;
	line-height: 1.4em;
	font-weight: 500;
    color: #999;
	background-color: #000;
    border-top: solid 1px rgba(255, 255, 255, .3);
    z-index: 10;
    position: relative;
	margin-top: 1em;
}
#foot .wrap{
	align-items: center;
}
#foot .wrap > div{
	margin-bottom: 1em;
	font-size: .8em;
	line-height: 1.4em;
}
#foot h3{
	text-transform: uppercase;
}
#foot a{
    color: #999;
}
#foot a:hover{
	color: #f86a22;
}
#foot .logo{
	max-width: 200px;
	margin-bottom: 1em;
}
#foot .about{
	max-width: 20em;
}
.social li{
	margin-bottom: .5em;
}
#foot .social li a{
	display: flex;
	align-items: center;
	gap: .5em;
	text-transform: uppercase;
}
#foot .social li .icon{
	width: 1.5em;
	text-align: center;
}
#foot .social li svg{
	height: 1em;
	width: auto;
}
#foot .social li span{
}
#copyright{
	margin-bottom: .5em;
	text-align: center;
}


/* ----- lights-on ----- */
.lights-on{
	background: #fff;
	color: #000;
}
.lights-on #head{
	background-color: rgba(255,255,255, 1);
	border-bottom: solid 1px rgba(0,0,0, 0);
}
.lights-on.not-viewing-top #head{
	border-bottom: solid 1px rgba(0,0,0, .1);
}
.lights-on .logo img{
    filter: brightness(1000%) grayscale(100%) invert(1);
}
.lights-on #turn-lights{
	border-color: #b4b4b6;
}
.lights-on #turn-lights{
	border-color: #b4b4b6;
}
.lights-on #turn-lights .light svg{
	filter: brightness(1) saturate(0%); 
}
.lights-on #turn-lights .dark svg{
	filter: brightness(1.1) saturate(0%); 
}
.lights-on .bg-dark{
	background-color: #f8f8f8;
}
.lights-on .read-more a,
.lights-on button,
.lights-on.home  h2,
.lights-on #main .news-style-1 h3,
.lights-on #main .news-style-1 .date,
.lights-on #main .news-style-1 .author,
.lights-on #main input[type=submit]{
	color: #000;
}
.lights-on .wp-caption-text{
    color: #555555;
}
.lights-on #main .news-style-1 .article-link{
	background-color: #fff;
}
.lights-on #main .news-style-1 a:hover h3{
	color: #f86a22;
}
.lights-on #main .news-style-1 .author {
    border-color: #000;
}
.lights-on .news-list.news-style-4 h3{
	color: #000;
}
.lights-on .news-list.news-style-4 a:hover h3{
	color: #d7524d;
}
.lights-on #menu-mobile .menu-wrap,
.lights-on #search{
	background-color: #EEE;
	color: #000;
}
.lights-on #menu-mobile .menu-wrap > div > ul > li > a{
	color: #000;
    border-bottom: 2px solid #d7d7d7;
}
.lights-on #menu-mobile .menu-wrap > div > ul > li > a:hover{
	color: #f86a22;
}
.lights-on #menu-mobile .close, 
.lights-on #search .close{
    background-color: #c6c4d3;
}
.lights-on #menu-mobile .close:hover, 
.lights-on #search .close:hover{
    background-color: #f86a22;
}
.lights-on input[type=text],
.lights-on input[type=email],
.lights-on input[type=password],
.lights-on input[type=tel],
.lights-on textarea,
.lights-on select{
    color: #000;
	border-bottom: 1px solid rgba(0,0,0,.3);
}
.lights-on textarea{
	border: 1px solid rgba(0,0,0,.3);
}
.lights-on #searchsubmit {
    color: #999;
    border: 1px solid rgba(0, 0, 0, .3);
}
.lights-on #searchsubmit:hover{
    color: #fff;
    border-color: #f86a22;
}
.lights-on #foot{
    border-top: solid 1px rgba(0, 0, 0, .2);
	background-color: #fff;
}