/*
Theme Name: Legal Infrastructure
Version: 1.00
Author: Investnet
Author URI: https://www.investnet.pl/
*/


html {
	overflow-y: scroll;
	background:#FFF;
}

html,
button,
input,
select,
textarea {
	font-family: 'Open Sans', Helvetica, Arial, Sans-serif;
}

body { 
	margin: 0;  
	font-family: 'Open Sans', Helvetica, Arial, Sans-serif;
	color:#414247;
	font-size:16px;
	font-weight:300;
    line-height: 1.6em; 
}

a {
    color: #1e1e1e; 
	text-decoration: none;
}

a:focus,
a:active,
a:hover { 
	outline: none;
	border:none;
}

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

p strong{
	color:#1e1e1e;
}
 
h1{ 
    font-weight: 600;
    font-size: 45px;
    margin: 0 0 30px;
	color:#1e1e1e; 
	padding:0;
	line-height:1.2;  	
	letter-spacing:-1px;
}

h2 {
    font-weight: 600;
    font-size: 45px;
    margin: 0 0 30px;
	color:#1e1e1e; 
	padding:0;
	line-height:1.2;  	
	letter-spacing:-1px;
}  
h1 strong,
h2 strong{
	color:#1e1e1e;
}

h3{
    font-weight: 600;
    font-size: 35px;
    margin: 0 0 30px;
	color:#1e1e1e; 
	padding:0;
	line-height:1.2;  	
	letter-spacing:-1px;
}
h4 {
    font-weight: 600;
    font-size: 25px;
    margin: 0 0 20px;
	color:#1e1e1e; 
	padding:0;
	line-height:1.2;  	
	letter-spacing:-1px;
}
h5{ 
    font-weight: 600;
    font-size:20px;
    margin: 0 0 20px;
	color:#1e1e1e; 
	padding:0;
	line-height:1.2; 
}

h5 a{
    font-size:20px;
	color:#1e1e1e;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
h5 a:hover{
	color:#1e1e1e;
	text-decoration:none;
}


h6{
	margin:0 0 15px; 
	padding:0;
	font-size:20px; 
	color:#1e1e1e;
	font-weight:normal; 
}

p {
	margin: 0 0 20px; 
	font-size:1em; 
    line-height: 1.7em;
    text-align: justify;
}
 

.wp-caption-text{
	text-align:center;
	padding:10px;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
    max-width: 100% !important; 
    padding: 0; 
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

.button, 
html input[type="button"],
input[type="reset"],
input[type="submit"],
.button-a a{ 
	cursor: pointer;    
	outline:none;
	border:none; 
	text-decoration:none;
	margin:0;
	color:#FFF;
	border:none;
    text-align: center; 
	letter-spacing:1px;
	font-size:13px;  
	text-transform:uppercase;
	font-weight:500;
	padding:14px 32px;  
	line-height:1.2;  
	display:inline-block;   
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;  
    background-color: #FF8705;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    box-shadow: -60px 0px 50px 0px #FFAA23 inset;
}
.button:hover,
.button:active,
.button:focus, 
html input[type="button"]:hover,
input[type="reset"]:hover,
.button-a a:hover{   
	color:#17adb6;  
	text-decoration:none; 
	background:transparent;
	border:solid 2px #17adb6;
} 
  
.button-white{ 
	border:solid #FFF 2px;
	color:#FFF;
}
.button-white:hover,
.button-white:focus,
.button-white:active{ 
	border:solid #FFF 2px;
	color:#1e1e1e; 
	background:#FFF;
} 
.button-orange{
	border:solid #e18b1d 2px;
	color:#FFF;
	background:#e18b1d; 
    box-shadow: 0 0 0 0 rgba(225, 139, 29, 0.1);
	transform: scale(1);
	animation: pulse 2s infinite;
}

@keyframes pulse{
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(225, 139, 29, 0.6);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(225, 139, 29, 0);
	}

	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(225, 139, 29, 0);
	}
}
.button-orange:hover,
.button-orange:focus,
.button-orange:active{ 
	border:solid #e18b1d 2px;
	color:#e18b1d; 
	background:transparent;
} 
  
  
button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield; 
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td { 
	padding: 12px;
}

table tr:nth-of-type(even){
	background:#f0f0f0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

/**
 * INNE
 * ----------------------------------------------------------------------------
 */

.clear:after{
	clear: both;
}

.clear:before,
.clear:after{
	content: "";
	display: table;
}

.screen-reader-text {
	display:none;
} 

::-webkit-input-placeholder {
	color: #838383;
}

:-moz-placeholder {
	color: #838383;
}

::-moz-placeholder {
	color: #838383;
}

:-ms-input-placeholder {
	color: #838383;
}

img{
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}
img,
img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

ul{ 
	margin:0 0 20px;
	padding:0 0 0 20px;
}

ul li{
	margin: 0 0 5px;
	padding: 0px;	
}

input{ 
	font-size:16px;
	padding:15px;
	margin:0 0 10px;  
    background: #fff;
	border:solid 1px #ddd;
	color:#000;
	font-weight:300;
	width:100%;  
}
textarea{
	height: 147px;  
	color:#000;
	font-weight:300;
	width: 100%; 
	font-size:16px;
	padding:15px;
	margin:0 0 5px;   
    background: #fff;
	border:solid 1px #ddd; 
}
textarea:focus,
input:focus{
	outline:none; 
	border:solid 1px #1e1e1e;
}

.aligncenter{
	margin:0 auto;
}
.alignleft{
	float:left;
	margin:0 20px 20px 0;
}
.alignright{
	float:right;
	margin:0 0 20px 20px;
}

.container{
	margin:0 auto;
}
 
 
@media (min-width: 1300px){
	.container {
		width: 1110px;
	}
}

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */
  
 
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
  

/* GRID 1 */


.grid1_1 .elementor-widget-wrap{
	background:#1e1e1e;
}
.grid1_1 p{
	margin:0;
	color:#FFF;
}

.elementor-shape-circle .elementor-icon{ 
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10); 
}

.white-text p,
.white-text h4{
	color:#FFF;
}

.next-event{
	background:#ff8705;
	padding:20px 15px;
	color:#FFF;
	text-align:center;
	font-size:14px;
    line-height: 1.4;
}

.next-event p{
	margin:0 0 15px;
	padding:0 0 10px;
	border-bottom:solid 1px;
	border-color:rgba(255,255,255,0.3);
	color:#FFF;
	font-weight:bold;
}
  
.wpis{
	display:flex;
    background: #ff8705;
	border-radius:5px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
	overflow:hidden;
}
 
/* REALIZACJE */
 
 
.row{
	margin:0 -15px;
}
 
.col-md-6{
	width:50%;
	float:left;
	padding:15px;
}

.margin-bottom2{
	margin-bottom:50px;
}

blockquote{
    background: #1e1e1e;
    margin-bottom: 30px;
    color: #FFF;
    padding: 30px 20px 30px;

}
blockquote p,
blockquote p strong,
blockquote p strong span{
	color:#FFF !important;
}
blockquote p a{
	color:#ffc20f !important;
}


/* PAGE */


.page-top{ 
	text-align:center;
	margin-bottom:60px;
	background:#0a0a0a;
    padding-top: 30px;
	padding-bottom:80px;

}
.page-top h1{ 
    font-weight: 300; 
    font-size: 50px;
    margin: 0 0 10px;
    color: #FFF; 
    display: inline-block; 
}
 

.breadcrumbs{
	color:#FFF;
	font-size:12px;
	opacity:0.7;
	text-transform:uppercase;
}
.breadcrumbs a{
	color:#FFF;
}

.form-group{
	margin:0;
    background: #f4f8fc;
    padding: 30px;
}
 

.icon-date,
.icon-author,
.icon-cat{ 
	padding:10px 15px 10px 35px;
	font-size:0.9em;
	color:#7b7b7b;
	font-weight:bold;
	display:inline-block; 
}
.icon-date{
	background:url(images/date.png)no-repeat left 10px center #F4F4F4;
	margin-right:10px;
}
.icon-author{
	background:url(images/author.png)no-repeat left 10px center #F4F4F4;
	margin-right:10px;
}
.icon-cat{
	background:url(images/cat.png)no-repeat left 10px center #F4F4F4; 
}
.icon-cat a{
	font-size:0.9em;
	color:#7b7b7b;
	font-weight:bold;
}

.wpis{
	margin-bottom:20px;
}
 
.wpis-wrap{   
}

.wpis-wrap .elementor-image-box-content{
	padding:30px;
}
.wpis-wrap .elementor-image-box-img{
    overflow: hidden;
    line-height: 1;
    display: block !important;
}

.more-button{ 
    color: #e18b1d;
    font-weight: 600;
    text-decoration: underline !important;  
	padding:0;
} 

.wpis:nth-of-type(3n+1){
	clear:both;
}

.home .wpis:nth-of-type(3n+1){
	clear:none;
}

.box{
	background:#FFF; 
	padding:25px 35px 20px; 
}
.box h5{
	margin-bottom:15px;
}
.box h5 a{
    color: #252733; 
    font-size: 18px; 
    min-height: 43px;
    display: block;
}
.box h5 a:hover{
	color:#1e1e1e;
} 

.tumb-sm{
	overflow:hidden;
    display: block;
}
.tumb-sm img{
	width:100%;
}


/* INNE */

.margin-bottom{
	margin-bottom:40px;
}
.margin-bottom2{
	margin-bottom:60px;
}

.post-comments{
	padding-top:30px;
}

.sidebar ul{
	margin:0;
	padding:0;
	list-style:none;
}


/* OPINIE */

#quote-carousel {
    padding: 0 10px 10px 10px;
}
#quote-carousel .carousel-control {
	opacity:0.6;
    top: 40%;
    background: none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
#quote-carousel .carousel-control img{
filter: brightness(0) invert(1);
}
#quote-carousel .carousel-control.right{
	text-align:right;
}
#quote-carousel .carousel-control:hover{
	opacity:1;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px; 
    margin-right: -19px;
    min-height: 158px;
	margin-bottom:15px;
}
#quote-carousel .carousel-indicators li {
    width: 100px;
    height: 100px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 158px;
    height: 158px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
	background:none;
    font-style: italic;
    text-align: center;
} 

.text-place,
.test-name{
	color:#FFF;
    font-style: normal;
}
.test-name{
	font-weight:bold;
}
	
	
/* PAGINACJA */


.paginacja {
	margin:30px 0 0;
	padding-bottom:30px;
}

.paginacja ul {
text-align:center
}
.row-padding  .paginacja ul li {
display:inline-block;
margin:0 2px;
padding:0;
}

.paginacja ul li a,.paginacja ul li span {
padding:10px 12px;
display:inline-block;
float:right;
font-weight:bold;
font-size:1em;
line-height:1.2;
-webkit-transition:all .5s;
-moz-transition:all .5s;
transition:all .5s;
background:#FFF;
border:solid 2px #1e1e1e;
color:#1e1e1e; 
}

.paginacja ul li span {
font-weight:bold;
background:#1e1e1e;
color:#FFF;
text-decoration:none;
border:solid 2px #1e1e1e;
}

.paginacja ul li a:hover {
background:#1e1e1e;
color:#FFF;
text-decoration:none;
border:solid 2px #1e1e1e;
}

label{
   padding: 8px 0;
}
 

.text-right p{
	text-align:right;
}

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

/* PAGE */

.wpcf7 p{
	margin-bottom:10px;
	color:#FFF;
    font-size: 12px;
}
.wpcf7 p strong{
	color:#FFF;	
}
.wpcf7 input{
	width:100%;
}
input.wpcf7-form-control.wpcf7-submit{ 
	width:auto;
}  


@media (max-width: 1200px){ 
 
	h2{
		font-size:35px;
	}
	h5 a {
		font-size: 18px;
	}
}
 
@media (max-width: 990px) { 	 
	   
	h2 { 
    font-size: 26px;
	} 
	
	.paginacja{
		margin-bottom:30px;
	}  
	.page-top{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	 
	.page-top h1{
		font-size:20px;
		margin:0;
	}
	  
	h1{
		font-size:22px;
	}
	 
	 #quote-carousel .carousel-indicators .active,
	#quote-carousel .carousel-indicators li {
		width: 40px;
		height: 40px;
	}
	#quote-carousel .carousel-indicators{
		min-height:auto;
	}
	#quote-carousel .carousel-indicators{
		margin:0;
		padding:0;
		left:auto;
		right:auto;
		position:relative;
		width:100%;
		bottom:auto;
		}
	.margin-bottom {
		margin-bottom: 20px;
	}
}

/* Mobile devices */
@media (max-width: 766px) {
 
	  
}
	
/* Mobile devices */
@media (max-width: 500px) {
	
	.elementor-image-box-description{
		text-align:center;
	}
	
}


.cookie-notice-container span{
    vertical-align: middle;
}
#cookie-notice{
	font-family:"Open Sans" !important;
}
#cookie-notice .cn-button{
    vertical-align: middle;
	background:#000;
	font-size:13px;
	border:solid 2px #FFF; 
	font-family:"Open Sans";
}
#cookie-notice .cn-button:hover{
	color:#000 !important;
	background:#FFF !important;
	font-weight:normal !important;
} 
.cookie-notice-container {
    padding: 20px;
}
 
label {
    padding: 4px 0;
    color: #3c3c3c;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.3;
}
label a{
	color:#FFF; 
}	
label a:hover{
	color:#000; 
}	
input[type="checkbox"], input[type="radio"]{
	width:auto !important;
}