/* ukrycie outline dla focus */
* {
  outline: medium none !important;
  box-sizing: border-box;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #000;
  border: 0;
  margin: 0;
/*background-color: rgba(255, 242, 218, 0.1);
background-image: linear-gradient(180deg, rgba(255, 242, 218, 0.1) 0%, rgba(142, 94, 0, 0.1) 100%);
background-color: rgba(212, 208, 186, 0.1);
background-image: linear-gradient(180deg, rgba(212, 208, 186, 0.1) 10%, rgba(255, 255, 255, 1) 65%);*/
}
#header-level-1 {
  background: #c79d63;
  padding: 10px 0;
}
#header-level-1 a {
  color: #fff;
  font-size: 1rem;
}
#header-level-1 svg {
  color: #000;
  font-size: 1rem;
}
#header-level-1 span {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
/* #header-level-1 div[class^="header-"] {background: red;} - using css wildcard
#header-level-1 .mod-custom {
  background: blue;
  width: 30%;
}*/
#header-level-1 .navbar-nav {
  padding: 0.5rem 0;
  flex-wrap: wrap;
  flex-direction: row;
}
.offcanvas .navbar-nav {flex-direction: column !important;}
.offcanvas .dropdown-menu.show li {display: block !important;}
#header-level-1 .mod-list li {display: inline-block;}
#header-level-1 .mod-list a {
  padding: 5px 15px;
  text-decoration: none;
  font-size: 0.875rem;
  color: #072f60;
  transition: all 0.5s ease 0s;
}
#header-level-1 .mod-list a:hover,
#header-level-1 .mod-list li.item-126 a,
#header-level-2 .navbar a:hover {
  background: #c79d63;
  transition: all 0.5s ease 0s;
  border-radius: 5px;
}
#header-level-2 {padding: 15px 0;}
#header-level-2 .logo img {
  max-height: 50px;
  width: auto;
  transition: all 0.5s ease 0s;
}
#header-level-2 .navbar a, .offcanvas .offcanvas-body .mod-list.navbar-nav a {
  padding: 5px 15px;
  text-decoration: none;
  font-size: 1.2rem !important;
  color: #072f60;
  transition: all 0.5s ease 0s;
  display: inline-block;
}
/* Positioning of offcanvas button */
.offcanvas-button {
  position: fixed;
  right: 0;
  top: 300px;
  z-index: 10;
}
/*.offcanvas-button:before {content: "Offcanvas button";}*/
.offcanvas-button {
  display: block;
  background: url('../images/btn-close.png') left center no-repeat;
  color: #fff;
  text-decoration: none;
  width: 25px;
  height: 19px;
}
.offcanvas-button:hover {background: url('../images/btn-close.png') right center no-repeat;}
.collapse.navbar-collapse .nav-link {display: inline-block;}
ul.dropdown-menu.show {
  border-top: 2px solid #283683 !important;
  border: 0;
  border-radius: 0;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.13);
}
.offcanvas-body .dropdown-menu.show {
  position: relative !important;
  transform: initial !important;
  text-align: center;
}
.offcanvas-body .nav-link {padding: 0;}
#cookiesBar {
  color: #fff;
  position: fixed;
  z-index: 9999;
  max-width: 400px;
  font-size: 0.8rem;
}
#cookiesBarWrap {
  position: relative;
  padding: 15px 35px 15px 135px;
  background-color: #283683;
  background-image: url('../images/cookies.png');
  background-repeat: no-repeat;
  background-position: 15px center;
  color: #fff;
}
#cookiesBarClose {
  display: block;
  width: 20px;
  height: 19px;
  background: url("../images/btn-close.png") 0 0 no-repeat;
  text-indent: -999em;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 40px;
}
a#cookiesBarClose {border: 0;}
#cookiesBarClose:hover {background-position: -30px 0;}
.com-content-article__body a:link, .com-content-article__body a:visited {
  text-decoration: none;
  color: #007bff;
  transition: all 0.5s ease 0s;
  border-bottom: 1px dashed #007bff;
  padding-bottom:1px;
}
.page-slider {
  height: 450px;
  width: 100%;
}
body.start .page-slider {
  height: 700px;
  width: 100%;
}
.page-slider .carousel, .page-slider .carousel-inner, .page-slider .carousel-item {height: 100%;}
.page-slider .carousel .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
footer {
  background: #010112;
  color: #fff;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {color: #c79d63; }
#footer-1, #footer-2, #footer-3 {padding: 15px 0}
#footer-1 {background: #c79d63;}
#footer-2 {padding: 100px 0 50px 0}
#footer-3 {font-size: 0.7rem; padding-bottom: 20px;}
#footer-3 a {color: #c79d63; font-weight: bold;}  
#footer-3 a:hover {color: #b08953;}
#footer-4 {padding: 100px 0 100px 0}
.footer h3 {color: #fff; font-size: 1.2rem; font-weight: 600; padding-bottom: 20px;}
.footer p, .footer a {color: #fff; font-size: 0.8rem; font-weight: 400; padding: 0; margin: 0;}
.custom.footer .fs-1 svg {height: 40px; padding-right: 15px;}
.footer h3 svg {color: #c79d63;}
.footer .nav {display: block;}
.footer-4-4 img {height: 40px; width: auto; padding-right: 15px;}

/* Left & Right columns */
.left .moduletable {
  color: #fff;
  padding: 30px 20px 80px 20px;
  border-radius: 5px;
  background: #000 url('../images/tlo-left3.png') bottom left no-repeat;
}
.right .moduletable {
  border: 1px dashed #000;
  padding: 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
.right .moduletable h3 {font-family: 'Playfair Display', serif;}
.right .moduletable h3::before {
  content: '🍕 Not ';
}
.column {float: left;}
.size-1of3 {width: 33.333%;}
.size-1of2 {width: 50%;}
.size-1of1 {width: 100%;}
.column .blog-item {
  border: 1px solid #000;
  margin: 0 5px 15px 5px;
}
.column .blog-item .item-content {padding: 0 15px;}
.blog-item a {
  text-decoration: none;
  color: inherit;
}
.blog-item a button {transition: all 0.5s ease 0s;}
.blog-item a:hover button {
  letter-spacing: 1px;
  transition: all 0.5s ease 0s;
}
.float-panel {
  transition: all 0.5s ease 0s;
  background: #fff;
}
.right .moduletable, .left .moduletable {margin-bottom: 30px;}
.tab-content {min-height: 200px;}

.blog .page-link, #phocagallery .page-link {
  display: inline-block;
  color: #007A39;
}
.blog .page-item.active .page-link, #phocagallery .page-item.active .page-link {
  background-color: #007A39;
  border-color: #007A39;
  color: #fff;
}
.intro-txt {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}
.intro-txt h2 {
  color: #000; 
  font-size: 2.5rem;
  font-weight: 400;
  text-transform: uppercase;
}
/*.intro-txt h2 span{
  font-weight: 800;
  font-size: 2.7rem;
  font-family: 'Philosopher', sans-serif;
}
*/
.intro-small, .intro-block h1, .mod-custom h1, .onas-block h1 {text-transform: uppercase;}
.mod-custom.intro-head {text-align: center; margin-bottom: 0px;}
.mod-custom.intro-head h1 {text-transform: uppercase; font-weight: bold; font-size: 2.5rem;}
.mod-custom.intro-head h2 {text-transform: uppercase; font-weight: bold; font-size: 2.5rem;}
.mod-custom.intro-head h3 {text-transform: uppercase; font-weight: bold; font-size: 1.6rem;}
.mod-custom.intro-head-light h2 {text-align: center; font-weight: bold; font-size: 2.5rem; color: #fff; text-transform: uppercase;}
.mod-custom.intro-head-light p {color: #fff;}
.mod-custom.onas-block {margin-bottom: 50px;}
.intro-small {font-weight: bold;}
.intro-block h1 {font-weight: bold;}
.intro-block h1 span {font-weight: normal;}
.onas-block h1 {font-weight: bold;}
.onas-block h1 span {font-weight: normal;}
.onas-block img {border-radius: 5px; margin-bottom: 30px;}
.intro-small svg {color: #bb7944;} 
/*.start #main-content .mod-custom {margin-bottom: 150px;}*/
.offer-box {
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 5px #e4e4e4;
  padding: 60px 20px 20px 20px;
  border-radius: 5px;
  color: #000;
  background-color: #fff;
}
.offer-box svg {
  font-size: 2rem;
  color: #bb7944;
}
.middle .offer-box svg {
  font-size: 2rem;
  color: #fff;
}
.offer-box h3 {color: #000;}
.middle .offer-box {background: #bb7944; color: #fff;}
.middle .offer-box h3 {color: #fff;}
.blog-item a p.readmore {transition: all 0.5s ease 0s;}
.blog-item a:hover p.readmore {
  letter-spacing: 1px;
  transition: all 0.5s ease 0s;
}
.blog-item img {border-radius: 5px;}
.blog-item h2 {
  font-size: 1.3rem;
  font-weight: bold;
}
/* Features */
/*#main-content .mod-custom {margin-bottom: 30px;}*/

.feature-box-icon {font-size: 1.2rem; width: 20px;}
.flex-row .feature-box-icon,
.flex-row .number-box-icon {margin: 0 10px 0 0;}
.color .feature-box-icon {
  color: red;
  text-align: center;
  margin: 0 auto;
}
.feature-box-text p {margin-bottom: 5px;}

.fa-stack.small { font-size: 1em; }
i { vertical-align: middle; }

.progress-bar {width: 0%;}

/* Clients (aka Simply Scroll) */
.simply-scroll,
.simply-scroll .simply-scroll-clip,
.simply-scroll .simply-scroll-list li {height: 78px;}

.simply-scroll-list li img {
	border: none;
	display: block;
	}
.simply-scroll {width: 100%;}
.simply-scroll-container {position: relative;}
.simply-scroll .simply-scroll-clip {
	width: 100%;
	position: relative;
	overflow: hidden;
	}
.simply-scroll-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	}
.simply-scroll .simply-scroll-list li {
	float: left;
	width: auto;
	padding: 0 10px;
	list-style: none;
	}

/* Contact module */
.contact-form label {display: block;}
.contact-form input[type=text], .contact-form textarea, .contact-form input[type=date], .contact-form select {
  width: 100%;
  padding: 3px 5px;
  border: 1px solid #000;
}
.field_group {margin-bottom: 10px;}
.newsletter-form {
  background: #000;
  color: #fff;
  padding: 35px 25px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.newsletter-form h3 {
  font-weight: bold;
  text-transform: uppercase;
}
.newsletter-form a {
  color: #F1E219;
  text-decoration: none;
}
.btn-yellow {
  background: #F1E219;
  color: #000;
}
/* Gallery */
#phocagallery .pg-item-box-title a, #phocagallery .pg-category-box-title a {display: inline;}
#phocagallery .pg-item-box, #phocagallery .pg-category-box {margin: 0 0 25px 0;}
.pswp__caption .pswp__caption__center {
  max-width: 90%;
  text-align: center;
  font-size: 1rem;
}

/* Slope banner */
.custom.slope-banner {
  height: 100%;
  background: url('../images/head1.jpg') center bottom no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 150px;
}
.slope-banner .shape-container {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 2;
  bottom: -1px;
}
.slope-banner .shape-container  > svg path,
/*.slope-banner .shape-container > svg polygon {fill: #f8f7f3;}*/
.slope-banner .shape-container svg {
  transform: rotateX(180deg) translateX(-50%);
  display: block;
  width: 100%;
  position: relative;
  left: 50%;
}
.slope-page-title {
  color: #fff;
  font-weight: bold;
}
/*.banner-overlay {
  background: linear-gradient(150deg, rgba(0, 138, 12, 0.89) 13%, rgba(209, 226, 0, 0.72) 95%) transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  mix-blend-mode: darken;
}*/
.page-slider .slope-banner .banner-text {
  z-index: 3;
  position: relative;
  padding-top: 150px;
}
.page-slider .slope-banner h1 {
  font-weight: bold;
}
.slope-banner .intro-small svg {color: #fdd340;}
.page-slider .slope-banner {color: #fff;}
.banner-text a.link-button, .call-button a.link-button {
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  color: #010112;
  border-radius: 5px;
  border: 3px solid #c79d63;
  padding: 10px 20px 10px 20px;
  transition: all 0.5s ease 0s;
  background: #c79d63; 
}     
.banner-text a.link-button:hover, .call-button a.link-button:hover {
  background: #b08953;
  transition: all 0.5s ease 0s;
}
.banner-text a.link-button-light {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  border: 3px solid #b08953;
  padding: 10px 20px 10px 20px;
  transition: all 0.5s ease 0s;
  background-color: rgba(0, 0, 0, 0.4);
}   
.banner-text a.link-button-light:hover {
  transition: all 0.5s ease 0s;
  background-color: rgba(0, 0, 0, 0.3);
  /*background-color: rgba(253, 212, 64, 0.3);*/
}
/* Multiphotos module */
[class^="photo-box"] {
  position: relative;
  box-shadow: 0px 0px 10px 5px #e4e4e4;
  border-radius: 5px;
  overflow: hidden;
}
.photo-box-1, .photo-box-2 {margin-bottom: 30px;}
.overlay-background-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transition: .35s;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  transform: translate3d(-50px,0,0);
}
.photo-box-1:hover .overlay-background-image,
.photo-box-2:hover .overlay-background-image,
.photo-box-3:hover .overlay-background-image,
.photo-box-4:hover .overlay-background-image {
  transform: translate3d(0,0,0);
}
[class^="photo-box"] a.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.overlay-background-image-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.photo-box-1 .sppb-addon-overlay-image-content,
.photo-box-2 .sppb-addon-overlay-image-content {height: 200px;}
.photo-box-3 .sppb-addon-overlay-image-content,
.photo-box-4 .sppb-addon-overlay-image-content {height: 300px;}
.sppb-addon-overlay-image-content {
  padding: 35px;
  display: flex;
  position: relative;
  backface-visibility: hidden;
  overflow: hidden;
}
.last-box {
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 3;
}
.last-box-2 {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 3;
}
.last-box .multiphoto-text {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.41);
  box-shadow: 0 0 0 0 #ffffff;
  padding: 20px 20px 20px 20px;
  margin-bottom: 40px;
}
.last-box-2 .multiphoto-text {
  color: #000;
  /*background-color: rgba(0, 0, 0, 0.41);*/
  background-color: #fff;
  box-shadow: 0 0 0 0 #ffffff;
  padding: 20px 20px 20px 20px;
  top: 50%;
  margin-bottom: 40px;
}
.item-image img {border-radius: 5px;}
.call-baner {
  border-radius: 5px;
  height: 450px;
  background: url('../images/biuro-legalizacji-warszawa.jpg') center bottom repeat-x;
  background-size: cover;
  box-shadow: 0px 0px 10px 5px #e4e4e4;
}
/*.call-baner-overlay {
  background: linear-gradient(150deg, rgba(0, 138, 12, 0.3) 13%, rgba(209, 226, 0, 0.3) 95%) transparent;
  background-color: rgba(5, 3, 51, 0.8);
  background-image: linear-gradient(90deg, rgba(5, 3, 51, 0.8) 0%, rgba(41, 53, 86, 0.5) 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: darken;
  border-radius: 5px;
}*/
.intro-small2 {
  align-items: center;
  color: red;
}
.o-nas {max-width: 1100px; margin: 0 auto;}
.o-nas img {
  border-radius: 5px;
  box-shadow: 0px 0px 10px 5px #e4e4e4;
}
#main-content .mod-custom.o-nas h3 {font-weight: bold; font-size: 1.8rem;}
.call-baner-2 {position: relative;}
.call-baner-2 .call-baner-overlay {position: absolute;}
#main-content .mod-custom.test2 {margin-bottom: 50px;}

.call-button {
  z-index: 5; 
  margin-top: 100px;
}
.intro-txt .row {
  max-width: 900px;
  margin: 0 auto;
}
.mb-all {margin-bottom: 100px!important;}
.mt-25 {margin-top: 25px!important;}
.my-50 {margin-top: 50px!important; margin-bottom: 50px!important;}
.mb-15 {margin-bottom: 15px!important;}
.mb-25 {margin-bottom: 150px!important;}
.mb-25a {margin-bottom: 25px!important;}
.mb-50 {margin-bottom: 50px!important;}
.mb-100 {margin-bottom: 100px!important;}
.opinie-mod {margin-bottom: 150px;}
#main-content .mod-custom.intro-txt {margin-bottom: 0;}
#dj-masonry2m213, #dj-masonry1m200 {margin-bottom: 150px;}
.rezerwacja form {
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 5px #e4e4e4;
  padding: 20px;
  border-radius: 5px;
  color: #000;
  background-color: #fff;
}   
.rezerwacja form .contact-form input, .rezerwacja form .contact-form select, .rezerwacja form .contact-form textarea { 
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: rgba(0,0,0,0.1);
  color: #000;
  padding: 5px;
}
.rezerwacja form .contact-form input[type="submit"] { 
  border-radius: 5px;
  background-color: #b08953;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  width: 400px;
}
.rezerwacja form .contact-form input[type="submit"]:hover {background-color:#c79d63;}
.rezerwacja form .contact-form label {color: #000;}
/*.bottom-full {
  background: url('/images/img/legalizacja-dokumentw-warszawa.jpg') center bottom no-repeat;
  background-size: cover;
  position: relative;
  padding: 50px 0 100px 0;
}*/

.bottom-full {
  text-align: center;
  background: url('/images/img/legalizacja-dokumentw-warszawa.jpg') center bottom no-repeat;
  background-size: cover;
  position: relative;
  padding: 50px 0 100px 0;
}
.bottom-full h1, .bottom-full-paralax p {color: #fff;}
.bottom-full svg {
  color: #fdd340;
  font-size: 4rem;
}
.bottom-full svg:hover {color: #ffe487;}
.paralax-inner {
  z-index: 5;
  position: relative;
}
/* Prices */

.price-item {
  border: 1px solid #c79d63;
  border-radius: 5px;
  padding: 20px;
}
.price-item .price-button {
  width: 100%;
  border: #c79d63;
  border-radius: 5px;
  padding: 15px 25px;
  transition: all 0.5s ease 0s;
  background: #c79d63;
  color: #010112;
  font-weight: bold;
}
.price-item .price-button:hover {
  background: #b08953;
  transition: all 0.5s ease 0s;
}
.price-item .price-options li {margin: 10px 0;}
.price-item .price-icon svg {padding-right: 10px;}
.price-item hr {
  border-top: 1px solid #000;
  border-bottom: 0;
  opacity: 1;
}
.price-item .price {
  font-size: 1.5rem;
  font-weight: bold;
}
.price-item .price span {
  font-size: 3rem;
  padding-right: 5px;
}
.price-item .price-date {text-transform: uppercase;}
.price-item .price-header {
  font-size: 1.8rem;
  font-weight: bold;
}

/*testowe style*/



/*
.test2 {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #000;
  column-gap: 10px;
  grid-column-gap: 10px;
}*/
.domek-p img {border-radius: 5px;}
.gallery img {border-radius: 5px;}
.shadow {box-shadow: 0px 0px 10px 5px #e4e4e4;}

.mod-custom.test3 {
  color: #fff;
  background-color: #000;
  margin-bottom: 5px;
  padding: 20px 50px;
}
.mod-custom.intro-head2 {
  text-align: center; 
  margin-bottom: 50px;
}
.mod-custom.intro-head2 h1 {text-transform: uppercase; font-weight: bold; font-size: 2.5rem;}
.mod-custom.intro-head2 h2 {text-transform: uppercase; font-weight: bold; font-size: 2.5rem;}
.pl-1 {padding-left: 30px;}
.rezerwacje img {border-radius: 5px;}
.udogodnienia svg {color: #010112; width: 20px; font-size: 2rem; vertical-align: middle;}
.udogodnienia span {color: black; padding-left: 10px; vertical-align: middle;}
.udogodnienia li {padding-top: 10px; margin: auto auto; vertical-align: middle;}



/*.start #main-content .mod-custom {margin-bottom: 150px;}










/* !!! */
/* !!! */
/* !!! */











@media only screen and (min-width:320px) {}
  .step-item .step-icon-next {display: none;}
  .step-item .step-icon-down {display: block;}
  .rezerwacja #submit {width: 250px;}
  .columns-6-2 {column-count: 2;}
  .columns-4-2 {column-count: 2;}
  .columns-3-1 {column-count: 1;}
  .page-slider .slope-banner h1 {font-size: 2.0rem;}
  .photo-box-3, .photo-box-4 {margin-bottom: 30px;}
  .photo-box-5, .photo-box-5 .sppb-addon-overlay-image-content {height: 500px;}
  .photo-box-5-2, .photo-box-5-2 .sppb-addon-overlay-image-content {max-height: 200px;}
  #cookiesBar {
    bottom: 0;
    right: 0;
  }
}
@media only screen and (min-width:360px) {}
  .article-tabs .nav.nav-pills {flex-direction: column;}
  #blog-items[data-columns]::before {content: '1 .column.size-1of1';}
}
@media only screen and (min-width:375px) {}
}
@media only screen and (min-width:480px) {}
}
@media only screen and (min-width: 568px) {}
}
@media only screen and (min-width: 600px) {}
@media only screen and (min-width: 667px) {}
@media only screen and (min-width: 736px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 1024px) {
  .rezerwacja #submit {width: 400px;}
  .columns-6-2 {column-count: 6;}
  .columns-4-2 {column-count: 4;}
  .columns-3-1 {column-count: 3;}
  .full-bg-bottom {background: url('../images/tlosztosy.png') bottom left repeat-x;}
  .photo-box-3, .photo-box-4 {margin-bottom: 0px;}
  .photo-box-5, .photo-box-5 .sppb-addon-overlay-image-content {height: 100%;}
  .photo-box-5-2, .photo-box-5-2 .sppb-addon-overlay-image-content {height: 100%;}
  .article-tabs .nav.nav-pills {flex-direction: initial;}
  #blog-items[data-columns]::before {content: '2 .column.size-1of2';}
}
@media only screen and (min-width: 1224px) {
  .step-item .step-icon-next {display: block;}
  .step-item .step-icon-down {display: none;}
  .page-slider .slope-banner h1 {
    font-size: 3.5rem;
}
  .float-panel.fixed {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    z-index: 10;
    transition: all 0.5s ease 0s;
  }
  #header-level-2.float-panel.fixed .logo img {
    max-height: 50px;
    transition: all 0.5s ease 0s;
  }
  #blog-items[data-columns]::before {content: '3 .column.size-1of3';}
}
@media only screen and (min-width: 1440px) {
/* Steps */

.steps h3 {text-align: center;}
.steps h3::after {
  content: '';
  display: block;
  width: 35px;
  height: 6px;
  background: #c79d62;
  border-radius: 3px;
  margin: 15px auto 0 auto;
}
.steps .container {max-width: 1680px;}
.step-item {margin-bottom: 30px;}
.step-item .step-icon {padding-right: 15px;}
.step-item .step-desc-header h4 {
  font-size: 1.2rem;
  font-weight: bold;
}
.step-item .step-icon-next,
.step-item .step-icon-down {
  color: #c79d62;
  font-size: 1.7rem;
}
.step-item .step-text::before {
  display: block;
  width: 47px;
  margin-top: 14px;
  height: 5px;
  border-radius: 0;
  content: '';
  background: #c79d62;
  margin-bottom: 15px;
}
.step-item .step-text {font-size: 0.8rem}
.step-item a {
  color: #c79d62;
  text-decoration: none;
}
.step-item a.step-link {text-transform: uppercase;}
.step-item a:hover {text-decoration: underline;}
  
}