﻿/*
Theme Name: www.webcenter.com.pl
Theme Name: www.webcenter.com.pl
Description: ....
Author: B0l0
Author URI: Theme Name: www.webcenter.com.pl
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu (optional)

License:
License URI:

General comments (optional).
*/



.navbar-light .navbar-nav .nav-link:focus {background: transparent; margin-top:0px;}

.red {
	color: #3e8c24;
}

.carousel-control-next, .carousel-control-prev {
  transition: 0.8s;
}
.carousel-control-next:hover, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .5;
    
}


.btn-dark:hover {
	background: transparent;
	}



.phone-header {

    font-size: 11pt;
}




a:hover {
	text-decoration: none;

}


.more > a > h3::after {
	content: "\f0dd";
	font-family: "Font Awesome 5 Free";
	visibility: hidden;
	display: block;
	margin-top: 0px;
	transition: 1s;
}
.nopadding {
	padding-right: 0px;
    padding-left: 0px;
	margin: auto;
}
.more:hover > a > h3::after {
	margin-top: 5px;
	display: block;
	visibility: visible;
}


.text-desc { font-size:11pt;
}



.navbar-brand img {
	transition: 0.4s;
}

.effect {
	position: relative;
	overflow: hidden;
	max-height: 330px;
}
.effect > a {
	position: absolute;
	top: 50%;
	left: 0%;
	opacity: 0;
	transition: 0.3s;
	color: white;
	font-size: 28px;
	font-weight: 800;
	    transform: translate(-50%, -50%);
	    text-align: center;

}
.effect > a:after {
	width: 10px;
	height: 2px;
	background: red;
	margin: 0px auto;
	display: block;
	transition: 0.3s;
}
.effect:hover > a {
	top: 50%;
	left: 50%;
	opacity: 1;
}
.effect:hover > a:after {
	content: "";
	width: 150px;
	height: 2px;
	background: white;

}

.effect img {
	transform:  scale(1.0);
	transition: 0.5s;
}
.effect:hover img {
	 transform: scale(1.5);
}
.realizacje {
color: black; 
font-size: 24px; 
font-weight: 800;
}
.realizacje:after {
    content: '';
    width: 205px;
    height: 3px;
    display: block;
	margin: 10px auto;
    background: white;
}


.usluga {
	border: 2px solid #e7e7e7;
	padding: 15px 15px;
	transition: 0.4s;

}
.usluga:hover {
	border: 2px solid #ac8033;
}

.usluga > h3 > a {
	color: black;
	font-weight: 400;

}
.usluga:hover > h3 > a {
	color: #848484;
	font-weight: 400;
	
}

.copyright {
background: rgb(15, 15, 15); 
  padding: 50px 0px;
}
.linki ul {
	list-style: none;
}
ul.footer-link li a {
	color: rgba(153,153,153,1);
	transition: 0.4s;
}
ul.footer-link li a:hover {
color: white;
	}
.lista-blog ul {
	    padding-inline-start: 0px;
	        margin-block-start: 0px;
	        list-style: none;
	    
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    color: white;
    background: rgba(0,0,0,0.65);
}
.dropdown-item {
    font-weight: 600;
    color: white;

}

@keyframes slider {
  0% {
  opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}



h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: -1px;
    color: #030303;
}
h5:before {
  width: 4px;
  height: 25px;
  content: "";
  background: #ac8033;

  margin: 15px 10px -5px 0px;
  display: inline-block;
}
.red > a {
  color: #f3994b;
}


.logo {
      color: #f3994b;
    font-size: 13px;
    font-weight: 900;
    line-height: 15px;
    display: block;
    letter-spacing: 2px;
    overflow: hidden;
    padding-left: 13px;
    position: relative;
    top: 4px;
    text-transform: uppercase;
}

.komentarz {
  max-width: 600px;
  text-align: center;
  margin: 10px auto;
}
.komentarz > span {
  font-weight: 700;
}

.color > span {
  color: #f3994b;
}

.carousel-indicators .active {
    opacity: 1;
    border: 2px solid green;
    background: #80b159;
    padding: 1px;
    width: 70px;
    height: 70px;
    animation: indicator 1s ease-out infinite;
}

.wpcf7-not-valid-tip {
  color: black;
}
.wpcf7-list-item-label {
  color: black;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ac8033;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.btn-extra > a {
  color: white;
  text-decoration: none;
}

.nav-tabs .nav-link {
    color: #828282;
}

.gallery {
  padding: 100px 50px;
}
.btn-outline-info {
  color: #3e8c24;
  border: none;
  transition: 0.4s;
}
.btn-outline-info:hover {
  background: transparent;
  border: 1px solid #3e8c24;
  animation: rotate 0.8s ease-in 1;
}

@keyframes indicator {
  0% {
    background: green;
  }
  50% {
    background: black;
  }
  100% {
    background: green;
  }
}

.lista-blog ul li a{
	color: rgba(190,190,190,1);
	transition: 0.4s;
}
.lista-blog ul li a:hover{ color: white; }

img.img-opacity {
	transition: 0.4s;
	opacity: 1;
}
img.img-opacity:hover {
	opacity: 0.7;
	-webkit-box-shadow: -5px 9px 15px -5px rgba(0,0,0,0.75);
-moz-box-shadow: -5px 9px 15px -5px rgba(0,0,0,0.75);
box-shadow: -5px 9px 15px -5px rgba(0,0,0,0.75);
}

.header-contact {
	position: relative;
}


.wrapper {
  overflow: hidden;
  max-height: 180px;
  position: relative;
}
.plus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white !important;
}
.wrapper > .plus {
  opacity: 0.1;
  transition: 0.4s;
}
.wrapper:hover > .plus {
  opacity: 1;
}
input[type="text"] {
  margin: 10px 0px;
}
input[type="email"] {
  margin: 10px 0px;
}
input[type="textarea"] {
  margin: 10px 0px;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    border-radius: 0px;
  }
  50% {
    
    border-radius: 50%;
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn-outline-info > a {
  color: #3e8c24;
}

 @media screen and (max-width:1280px) {
  .slider-text {
    position: absolute;
    top: 150px;
  }
  .slider-text {
    position: absolute;
    top: 40%;
    width: 600px;
    padding: 30px 5%;
    font-style: italic;
    left: 35%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 20px;
    animation: slider 2s ease-in 1;
}

}
 @media screen and (max-width:768px) {

  .carousel-inner {
  max-height: 600px;
  overflow: hidden;
}

.slider-text {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 60%;
    padding: 15px 10%;
    font-style: italic;

    left: 50%;
    transform: translate(-50%, -50%);
}



}
    @media screen and (max-width:468px) {

      .logo {max-width:60%;}
      .obraz {
  background-image: url('<?php bloginfo('template_directory'); ?>/assets/images/piesiekmobilne.jpg');
}
.carousel-inner {
  max-height: 193px;
  overflow: hidden;
}
.navbar-light .navbar-nav .nav-link:focus {background: transparent; margin-top:0px;}
.slider-text {
  font-size: 14px;
  text-align: center;
}
.opis-slider {display: none;}
.fsi-social-icons-right {
  display: none;
}
.carousel-indicators {
  top: 110px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link {
    transition: 0.3s;
    margin: 20px 20px;
    padding: 0px 10px;
}

}