body {
font-family: 'Bai Jamjuree', sans-serif;
font-weight: 400;
font-size: 14px;
color: #fff;
background: #000;
overflow-x:hidden;
}
h1, h2 {
font-weight:bold;
}
section.bg-white {
background:#fff;
color:#000;
}
.bg-light-white {
background:#aa9e7e;
color:#000;
}
.bg-light-white input::placeholder { color: white;
opacity: 0.75; } 
section.bg-dark {
background-color:#000 !important;
color:#fff; background: -moz-linear-gradient(top,  rgba(30,3,9,1) 0%, rgba(35,89,136,0.25) 50%, rgba(4,11,17,1) 99%, rgba(3,9,15,1) 100%); background: -webkit-linear-gradient(top,  rgba(30,3,9,1) 0%,rgba(35,89,136,0.25) 50%,rgba(4,11,17,1) 99%,rgba(3,9,15,1) 100%); background: linear-gradient(to bottom,  rgba(30,3,9,1) 0%,rgba(35,89,136,0.25) 50%,rgba(4,11,17,1) 99%,rgba(3,9,15,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e0309', endColorstr='#03090f',GradientType=0 ); }
.link-white {
color:#fff;
}
.dark-background {
color:#fff;
background:#000;
}
.py-60 {
padding-top:60px;
padding-bottom:60px;
}
.py-120 {
padding-top:120px;
padding-bottom:120px;
}
.btn {
border-radius: 25px;
border: 2px solid #716a55;
background: none;
color: #fff;
text-transform: uppercase;
padding: 15px 30px;
font-size: 12px;
font-weight:bold;
}
.btn:hover {
background: #716a55; background: -moz-linear-gradient(45deg,  #716a55 0%, #aa9e7e 100%); background: -webkit-linear-gradient(45deg,  #716a55 0%,#aa9e7e 100%); background: linear-gradient(45deg,  #716a55 0%,#aa9e7e 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#716a55', endColorstr='#aa9e7e',GradientType=1 ); color: #fff;
box-shadow: 0px 0px 40px #5b523b;
}
.btn-active {
border-radius: 25px;
border: 2px solid #716a55;
background: #716a55; background: -moz-linear-gradient(45deg,  #716a55 0%, #aa9e7e 100%); background: -webkit-linear-gradient(45deg,  #716a55 0%,#aa9e7e 100%); background: linear-gradient(45deg,  #716a55 0%,#aa9e7e 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#716a55', endColorstr='#aa9e7e',GradientType=1 ); color: #fff;
text-transform: uppercase;
padding: 15px 30px;
font-size: 12px;
box-shadow: 0px 0px 20px #5b523b;
}
.btn-black {
border-radius: 25px;
border: 2px solid #716a55;
background: #716a55; background: -moz-linear-gradient(45deg,  #716a55 0%, #aa9e7e 100%); background: -webkit-linear-gradient(45deg,  #716a55 0%,#aa9e7e 100%); background: linear-gradient(45deg,  #716a55 0%,#aa9e7e 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#716a55', endColorstr='#aa9e7e',GradientType=1 ); color: #fff;
text-transform: uppercase;
padding: 15px 15px;
font-size: 12px;
box-shadow: 0px 0px 20px #5b523b;
}
.btn-black-light  {
color:#000;
border: 2px solid #716a55;
}
a .product-read {
color:#000;
text-decoration:underline !important;
}
a:hover .product-read {
color:#716a55;
text-decoration:underline !important;
}
a .product-title {
color:#000;
}
a:hover .product-title {
color:#716a55;
}
.img-shadow {
-webkit-box-shadow: 15px 15px 0 0 rgba(0,0,0,1);
-moz-box-shadow: 15px 15px 0 0 rgba(0,0,0,1);
box-shadow: 15px 15px 0 0 rgba(0,0,0,1);
}
.owl-theme .owl-dots .owl-dot.active span {
background:#716a55
}
.owl-theme .owl-dots .owl-dot:hover span {
background:#aa9e7e
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
border-radius: 50%;
border: 1px solid #ededed;
background: #fff;
height: 50px;
width: 50px;
font-size: 18px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
background:#716a55
}
.owl-prev, .owl-next {
width: 15px;
height: 100px;
position: absolute;
top: calc(50% - 25px);
transform: translateY(-50%);
display: block !important;
border:0px solid black;
}
.owl-prev { left: -20px; }
.owl-next { right: -20px; }
.nav-pills .nav-link {
border-radius: 25px;
border: 2px solid #716a55;
background: none;
color: #000;
text-transform: uppercase;
padding: 15px 30px;
font-size: 12px;
font-weight:bold;
margin-left:10px;
margin-right:10px;
}
.product-box {
padding:25px;
}
.product-box:hover {
background:#fff;
}
.price {font-size:20px;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
border-radius: 25px;
border: 2px solid #716a55;
background: #716a55; background: -moz-linear-gradient(45deg,  #716a55 0%, #aa9e7e 100%); background: -webkit-linear-gradient(45deg,  #716a55 0%,#aa9e7e 100%); background: linear-gradient(45deg,  #716a55 0%,#aa9e7e 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#716a55', endColorstr='#aa9e7e',GradientType=1 ); color: #fff;
text-transform: uppercase;
padding: 15px 30px;
font-size: 12px;
box-shadow: 0px 0px 20px #5b523b;
}
.form-switch .form-check-input:checked {
background-color:#716a55;
border-color: #5b523b;
}
.form-control {
border-color: #ccc;
border-left:0;
border-right:0;
border-top:0;
border-radius:0;
background:transparent
}
input:focus, textarea:focus, keygen:focus, select:focus {
outline-offset: 0;
}
a {
color:#716a55;
}
a:hover {
color:#716a55;
}
.form-control:focus {
border-bottom:1px solid #716a55;
box-shadow: none;
border-left:0;
border-right:0;
border-top:0;
border-radius:0;
}
.active-gold {
font-weight: bold;
color: #aa9e7e;
}
.gold {
color: #aa9e7e;
} section.header {
padding: 0;
z-index: 9;
position: relative;
font-size: 12px;
}
section.header a {
color: #fff;
text-decoration: none;
}
section.header a:hover {
color: #aa9e7e;
}
section.header .header-logo {
max-width: 200px;
}
section.hero-inside {
width: 100%;
margin: auto;
position: absolute;
top: 50%;
transform: translateY(-50%); z-index: 8;
}
section.hero-bottom {
width: 100%;
position: absolute;
bottom: 30px;
z-index: 9;
}
section.hero-bottom a {
color:#fff;
text-decoration:none;
font-size:12px;
}
section.hero-bottom a:hover {
color:#aa9e7e;
}
.social i {
color: #aa9e7e;
}
.header-video {
position: absolute;
top: 50%;
left: 50%;
min-width: 120%;
min-height: 120%;
width: auto;
height: auto;
z-index: 0;
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
opacity: 0.3;
}
.overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 1; background: -moz-linear-gradient(top,  rgba(30,3,9,1) 0%, rgba(35,89,136,0.25) 50%, rgba(4,11,17,1) 99%, rgba(3,9,15,1) 100%); background: -webkit-linear-gradient(top,  rgba(30,3,9,1) 0%,rgba(35,89,136,0.25) 50%,rgba(4,11,17,1) 99%,rgba(3,9,15,1) 100%); background: linear-gradient(to bottom,  rgba(30,3,9,1) 0%,rgba(35,89,136,0.25) 50%,rgba(4,11,17,1) 99%,rgba(3,9,15,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e0309', endColorstr='#03090f',GradientType=0 ); }
.hero-section {
position: relative;
background-color: black;
min-height: 100vh;
width: 100%;
overflow: hidden;
}
.hero-section2 {
position: relative;
background-color: black;
width: 100%;
overflow: hidden;
background:url(https://clif-designs.pl/wp-content/themes/clifdesigns/img/ciecie-folii-ppf.jpg) no-repeat top center;
background-size: cover;
}
.overlay2 {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 1; background: linear-gradient(to right,  rgba(0,0,0,0) 24%,rgba(0,0,0,0.25) 43%,rgba(0,0,0,1) 100%); } section.menu {
border-top: 1px solid #1f1f1f;
z-index: 9;
position: relative;
}
.navbar {
padding: 0 !important;
}
.navbar-nav {
position: relative;
z-index: 99999999;
padding: 25px 0
}
.navbar-light .navbar-nav .nav-link {
color: #fff;
padding-left: 20px;
padding-right: 20px;
text-transform: uppercase;
font-size: 14px;
font-weight:bold;
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
color: #fff;
background-color: #000;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
color: #aa9e7e;
}
.dropdown-menu-dark .dropdown-item {
color: #000;
font-size: 14px;
}
.dropdown-menu-dark {
background:#aa9e7e;
}
.call-cta {
border:2px solid #aa9e7e;border-radius:25px;padding:10px 25px !important;
}
.call-cta:hover {
background: #716a55; background: -moz-linear-gradient(45deg,  #716a55 0%, #aa9e7e 100%); background: -webkit-linear-gradient(45deg,  #716a55 0%,#aa9e7e 100%); background: linear-gradient(45deg,  #716a55 0%,#aa9e7e 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#716a55', endColorstr='#aa9e7e',GradientType=1 ); color: #fff !important;
box-shadow: 0px 0px 40px #5b523b;
border:2px solid #aa9e7e;
}
.navbar-light .navbar-toggler-icon {
background-image: none;
}
.navbar-light .navbar-toggler {
border-color: transparent;
}
.navbar-toggler span {
display: block;
background-color: #aa9e7e;
height: 3px;
width: 25px;
margin-top: 5px;
margin-bottom: 5px;
position: relative;
left: 0;
opacity: 1;
transition: all 0.2s ease-out;
transform-origin: center left;
}
.navbar-toggler span:nth-child(1) {
margin-top: 0.3em;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
transform: translate(15%, -33%) rotate(45deg);
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
opacity: 0;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
transform: translate(15%, 33%) rotate(-45deg);
}
.navbar-toggler span:nth-child(1) {
transform: translate(0%, 0%) rotate(0deg);
}
.navbar-toggler span:nth-child(2) {
opacity: 1;
}
.navbar-toggler span:nth-child(3) {
transform: translate(0%, 0%) rotate(0deg);
}
section.bg-video {
color:#fff;
background-image:url(//clif-designs.pl/wp-content/themes/clifdesigns/assets/img/videoclif.jpg);
background-size:cover;
background-position:center;
}
section.bg-wykrojnik {
color:#fff;
background-image:url(//clif-designs.pl/wp-content/themes/clifdesigns/assets/img/wykrojnik.jpg);
background-size:cover;
background-position:center;
}
section.bg-product {
color:#000;
background-image:url(//clif-designs.pl/wp-content/themes/clifdesigns/assets/img/background-product.jpg);
background-size:cover;
background-position:center;
}
.green-color {
color:green;
font-weight:bold;
} footer {
font-size:12px;
}
footer a {
color:#fff;
text-decoration:none;
}
footer a:hover {
color:#aa9e7e;
}
footer i {
color:#aa9e7e;
}
footer .footer-logo {
max-width: 350px;
}
footer .navbar-light .navbar-nav .nav-link {
color: #fff;
padding-left: 20px;
padding-right: 20px;
text-transform: uppercase;
font-size: 12px;
font-weight:normal;
}
.box-icon {
border-radius:35px;
border:1px solid rgba(113, 106, 85, 0.22);
padding:30px 20px;
}
.box-icon:hover { background: #716a55; background: -moz-linear-gradient(45deg,  #716a55 0%, #aa9e7e 100%); background: -webkit-linear-gradient(45deg,  #716a55 0%,#aa9e7e 100%); background: linear-gradient(45deg,  #716a55 0%,#aa9e7e 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#716a55', endColorstr='#aa9e7e',GradientType=1 ); box-shadow: 0px 0px 40px #5b523b;
}
.box-icon img {
max-width:80px;
}
.owl-szkolenia img {
height: 250px;
object-fit: cover;
}
@media (max-width: 991.98px) {
}
@media (max-width: 768px) {
.hero-section2 {
background-image:none;
background-color:#000;
}
section.header {
padding: 15px 0;
}
.py-60 {
padding-top:30px;
padding-bottom:30px;
}
.py-120 {
padding-top:60px;
padding-bottom:60px;
}
.header-video {
width: 200vh !important;
}
.product-box {
padding:5px;
}
.price {
font-size:16px;
}
.navbar-nav {
background: #040d14;
}
.navbar-light .navbar-nav .nav-link {
padding-bottom: 15px;
padding-top: 15px;
}
.call-cta {
margin-top:15px;
}
.nav-pills .nav-link {
border-radius: 25px;
border: 2px solid #716a55;
background: none;
color: #000;
text-transform: uppercase;
padding: 10px 15px;
font-size: 9px;
font-weight: bold;
margin-left: 5px;
margin-right: 5px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
border-radius: 25px;
border: 2px solid #716a55;
background: #716a55;
background: -moz-linear-gradient(45deg,  #716a55 0%, #aa9e7e 100%);
background: -webkit-linear-gradient(45deg,  #716a55 0%,#aa9e7e 100%);
background: linear-gradient(45deg,  #716a55 0%,#aa9e7e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#716a55', endColorstr='#aa9e7e',GradientType=1 );
color: #fff;
text-transform: uppercase;
padding: 10px 15px;
font-size: 9px;
box-shadow: 0px 0px 20px #5b523b;
}
}
.single_page_content {
background-color: white;
}
.pass p {
color: black;
}
.pass form {
text-align: center;
}
.pass input[type=submit] {
display: block;
margin: 0 auto;
font-weight: bold;
border-radius: 25px;
border: 2px solid #716a55;
background: #716a55;
background: -moz-linear-gradient(45deg, #716a55 0%, #aa9e7e 100%);
background: -webkit-linear-gradient(45deg, #716a55 0%,#aa9e7e 100%);
background: linear-gradient(45deg, #716a55 0%,#aa9e7e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#716a55', endColorstr='#aa9e7e',GradientType=1 );
color: #fff;
text-transform: uppercase;
padding: 15px 30px;
font-size: 12px;
box-shadow: 0px 0px 20px #5b523b;
margin-top: 30px;
}
.pass input[type=submit]:hover{
box-shadow: 0px 0px 40px #5b523b;
}
.pass input[type=password] {
border: 0px;
border-bottom: 1px solid #ccc;
padding: 10px 20px;
}
.pass input[type=password]:focus-visible {
outline:none;
}
.main_single_image img{
width: 100%;
height: auto;
}
.blog-ap img {
height: 250px;
width: 100%;
object-fit: cover;
}
.blog-ap a {
text-decoration: none;
}
.blog-ap .post-title {
text-decoration: none;
color: black;
}
.blog-ap .post-content {
padding: 30px;
padding-top: 10px;
}
.blog-ap .h-article {
border: 1px solid #ddd;
}