/*
Theme Name: Studio Tworzenia
Author: Krzysztof Głośnicki
Description:
Version: 0.2.0
Date: 2025-04-04
*/

/*

	1. Layout
	2. Header
	3. Content
	4. Footer
	5. Front-page
	6. Formularz
	7. Sidebar
	8. Mobile

	10. Margins and paddings
	11. Efekty

*/

/*
	- Breakpoint dla komórek 520px;
*/

/*===============================

	1. LAYOUT

================================*/
* {
	box-sizing: border-box;
}

body {
	background: #ffffff;
	color: #3a3939;
	font-family: "Montserrat";
	font-weight: 300;
	font-size: 20px;
	margin: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: Oswald;
  font-weight: 400;
	text-transform: uppercase;
}

h1, .h1 {
	font-size: 3rem;
}
@media (max-width:512px) {
	h1, .h1 {
		font-size: 1.6rem;
	}
}
h2, .h2 {
	font-size: 2.4rem;
}


li {
    margin-bottom: 5px;
}

strong {
    font-weight: 600;
}

:target:before {
    content: "";
    display: block;
    height: 80px;
    margin: -80px 0 0;
}


.box {
    /*background: #f1f1f1;
    border-radius: 12px;*/
    padding: 0.3rem 1.2rem;
}

.entry-content a.outline-button {
	display: inline-block;
	color: #1493ff;
	padding: 1rem 2rem;
	background: white;
	border: 1px solid #1493ff;
	border-radius: 10px;
	transition: background-color 0.2s ease, color 0.2s ease;
}
.entry-content a.outline-button:hover {
	background: #1493ff;
	color: #fff;
}
.center-button {
	display: inline-block;
	margin: 0 auto;
}


input, button, submit {
	outline: none !important;
}

.top-bar {
	width: 100%;
}


#pg-2-0.panel-has-style > #row-uslugi.panel-row-style,
#pg-2-1.panel-has-style > #row-onas.panel-row-style	{
	align-items: center;
}


#main > .wrapper {
	display: flex;
	flex-direction: row;
	padding: 0;
}

.hentry, .home-posts {
	width: 100%;
}

.wrapper {
	max-width: 1440px;
	margin: 0 auto;
	padding: 15px;
	position: relative;
}
header .wrapper {
	padding-bottom: 0;
}


.section-padding {
	padding: 50px 0;
}


.tick-list ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
}
.tick-list ul li {
	padding-left: 40px;
  margin-bottom: 18px;
	background-image: url('images/tick.png');
	background-repeat: no-repeat;
	background-position: left center;
}
.tick-list ul li:before {
	content: '✓';
	position: absolute;
	left: 11px;
}



.nowrap {
	white-space: nowrap;
}

.button-lineart {
	border: 1px solid #ff9c00;
	padding: 10px 15px;
	border-radius: 14px;
	margin-top: 13px;
  display: inline-block;
}
.link-lineart-black {
	color: #000;
	border: 1px solid #000;
	padding: 10px 15px;
	border-radius: 14px;
	margin-top: 13px;
  display: inline-block;
}



/*===============================

	2. HEDAER

================================*/

#contact-bar {
	font-size: 14px;
	padding: 10px 14px;
}
#contact-bar span {
	margin-right: 10px;
}
#contact-bar span.rightside {
	float: right;
}
#contact-bar .lang-item img {
	height: 15px;
}

.custom-logo {
	max-height: 28px;
    width: auto;
}

#masthead {
	position: relative;
	max-width: 100%;
	overflow: hidden;
}

#masthead {
	margin: 0 auto;
}



/*===============================

	3. CONTENT

================================*/
.page-template-page-slick #main > .wrapper {
	max-width: 950px;
}

#main {
	padding: 0px;
}
hr {
	margin: 3rem auto;
}




article.page {
	padding: 80px 0;
  margin-bottom: 38px;
}
.home article.page {
	padding:  0;
}
@media screen and (max-width: 968px) {
	article.page {
		padding: 50px;
	}
}
@media screen and (max-width: 768px) {
	article.page {
		padding: 10px;
	}
}
.entry-title,
.entry-content .widget-title {
	text-align: center;
	margin-bottom: 14px;
}
.entry-content {
    margin-top: 25px;
}

.entry-content a {
    color: #000;
    text-decoration: none;
    background: #ffd1016e;
    padding: 0 5px;
}


@media screen and (max-width: 520px) {
	.entry-content {
		margin-top: 7px;
	}
	.widget-title {
		margin-bottom: 5px;
	}
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}



.hilite-1 {
	text-decoration:underline;
	text-decoration-color: #ffd101;
}


/*===============================

	4. FOOTER

================================*/
footer {
	position: relative;
	background-color: #5bc1ff;
	font-size: 1rem;
	font-family: Montserrat;
}
.bottom-bar {
	color: #5d5d5d;
	margin: 0;
	width: 100%;
	text-align: center;
	background: #181C1F;
  padding: 10px 0;
	font-size: 14px;
}
.bottom-bar a {
	color: #868686;
}

#footer-widget-areas {
	display: flex;
	    gap: 5rem;
}

.footer-widgets {
	padding: 50px 0;
	flex: 33%;
}

.footer-widgets:first-child {
	flex: 20%;
}

@media screen and (min-width: 521px) and (max-width: 559px) {
	#footer-widgets-2 {
		padding: 10px;
	}
	#footer-widgets-2 .widget p,
	#footer-widgets-2 .widget h3 {
		text-align: center;
	}
	#footer-widgets-2 .widget img {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
}
footer .widget-title {
	font-size: 20px;
    font-family: Montserrat;
    font-weight: 600;
	text-transform: none;
}

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

	body {
		font-size: 17px;
	}
	#footer-widget-areas {
		flex-flow: row wrap;
	}
	#footer-widgets-1,
	#footer-widgets-2 {
		flex: 50%;
	}
	#footer-widgets-3 {
		flex: 100%;
	}

	#szczegoly {
		display: none;
	}

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

	#footer-widget-areas {
		flex-flow: column-reverse;
	}
	#footer-widgets-1,
	#footer-widgets-2 {
		flex: 100%;
		width: 100%;
	}
	#footer-widgets-1 {
		padding: 0 0 50px 0;
	}
	#footer-widgets-2 {
		padding: 50px 13px;
	}
	#footer-widgets-3 {
		display: none;
	}
	#footer-widgets-2 p,
	#footer-widgets-2 .widget-title {
		text-align: center;
	}
	.widget > a > img {
		margin: 0 auto;
		display: block;
	}

}


.footer-image {
	max-width: 152px;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
}
footer i.fas {
	width: 30px;
}
footer iframe {
	margin: 0 auto;
    display: block;
}

#footer-widgets .textwidget img {
	max-width: 314px;
	margin: 0 20px
}
#footer-widgets {
	padding: 50px;
	background: #d4e3ea;
}




/*===============================

	5. FRONT PAGE

================================*/



/*===============================

	6. FORMULARZ

================================*/
body .nf-form-content {
	padding: 5px 0;
}
body .nf-field-description,
body .nf-before-form-content {
	margin-bottom: 10px;
}
body .nf-form-title h3 {
	font-family: "Poiret One";
	font-size: 3rem;
	text-transform: uppercase;
}

body .nf-error .nf-error-msg {
	color: #ffae00;
}
body .nf-error.field-wrap .nf-field-element:after {
	background: #f18200;
}
body .nf-error .ninja-forms-field {
	border-color: #f18200 !important;
}

body .nf-field-label label {

}

body .nf-form-content input[type=text],
body .nf-form-content input[type=tel],
body .nf-form-content input[type=email],
body .nf-form-content input[type=button],
body .nf-form-content textarea {
	border: 1px solid #9f9f9f;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(61, 59, 53, 0.16) 0px 0px 0px 1px, rgba(61, 59, 53, 0.08) 0px 2px 5px 0px;
	border-radius: 8px;
	padding: 15px;
	font-size: 1rem;
	font-family: 'Montserrat';
	    outline: none;
}


body .nf-form-content input[type=submit] {
	cursor: pointer;
	color: #5bc1ff;
	padding: 1rem 2rem;
	background: white;
	border: 1px solid #5bc1ff;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(61, 59, 53, 0.16) 0px 0px 0px 1px, rgba(61, 59, 53, 0.08) 0px 2px 5px 0px;
	transition: background-color 0.2s ease, color 0.2s ease;
}
body .nf-form-content input[type=submit]:hover {
	background: #5bc1ff;
	color: #fff;
}





/*===============================

	7. SIDEBAR

================================*/
#sidebar .widget {
	color: white;
	text-align: center;
	width: 300px;
}
#sidebar ul {
	list-style: none;
}
.widget-title,
.entry-title {
	font-family: "Poiret One";
	font-size: 35px;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

/*===============================

	8. MOBILE

================================*/
.mobile-menu-container {
    display: none;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #bbbcbc;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

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

	.menu-nav-menu-container {
		display: none;
	}
	.mobile-menu-container {
		display: inline-block;
	}

}
.mobile-menu  {
	display: none;
	background: #000000bf; /*#00000091;*/
	position: absolute;
    z-index: 1000;
    right: 0;
    top: 61px;
}
.mobile-menu.change {
	display: none;
}
.mobile-menu ul {
	flex-direction: column;
}

.show-more {
	display: none;
}
.panel-grid.panel-has-style>.panel-row-style.hidden-content {
	display: none;
}

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

	/* Collapsable */
	.show-more {
		display: block;
	}
	.show-more i {
		transition: transform 0.3s ease;
	}
	.open {
		transform: rotate(90deg);
	}
	.mobile-collapse {
		display: none;
	}

	/*Inne tło*/
	.badge-title .widget-title {
		background: #20282B;
		/*margin-left: -30px;
		margin-right: -30px;*/
	}

	#widget-zadowolenie .custom-html-widget {
		padding: 5px 30px 30px;
	}

}

@media screen and (max-width: 520px) {
	.hide-on-mobile {
		display: none;
	}
}

	.mobile-only {
		display: none;
	}
	@media screen and (max-width: 520px) {
		.mobile-only {
			display: table;
		}
	}


	.hide-title-on-mobile .widget-title {
		display: block;
	}
	.title-mobile-only .widget-title {
		display: none;
	}

@media screen and (max-width: 710px) {
	.header-info {
		margin-top: 50px;
		width: 54%;
	}
	.header-features {
		padding: 20px 10px 0 0;
	}
}

@media screen and (max-width: 520px) {
	.top-bar {
		position: static;
	}

	.header-info {
		margin-top: 30px;
		padding: 10px;
		width: 100%;
	}
	.header-features {
		padding: 0;
	}
	#main > .wrapper {
		flex-direction: column;
	}
	#sidebar {
		margin: 20px;
		width: 100%;
	}
	#sidebar .widget {
		width: 100%;
	}

	.widget-title {
		text-align: center;
	}

	.hide-title-on-mobile .widget-title {
		display: none;
	}
	.title-mobile-only .widget-title {
		display: block;
	}
}

@media screen and (min-width: 969px) and (max-width: 1470px)
{
	article.page {
		padding: 20px;
	}
}


/*===============================

	9. GALERIA

================================*/




/*===============================

	10. MARGINS AND PADDINGS

================================*/
.m0{ margin:0 }
.mt0{ margin-top:0 }
.mr0{ margin-right:0 }
.mb0{ margin-bottom:0 }
.ml0{ margin-left:0 }
.mx0{ margin-left:0; margin-right:0 }
.my0{ margin-top:0; margin-bottom:0 }

.m1{ margin: .5rem }
.mt1{ margin-top: .5rem }
.mr1{ margin-right: .5rem }
.mb1{ margin-bottom: .5rem }
.ml1{ margin-left: .5rem }
.mx1{ margin-left: .5rem; margin-right: .5rem }
.my1{ margin-top: .5rem; margin-bottom: .5rem }

.m2{ margin: 1rem }
.mt2{ margin-top: 1rem }
.mr2{ margin-right: 1rem }
.mb2{ margin-bottom: 1rem }
.ml2{ margin-left: 1rem }
.mx2{ margin-left: 1rem; margin-right: 1rem }
.my2{ margin-top: 1rem; margin-bottom: 1rem }

.m3{ margin: 2rem }
.mt3{ margin-top: 2rem }
.mr3{ margin-right: 2rem }
.mb3{ margin-bottom: 2rem }
.ml3{ margin-left: 2rem }
.mx3{ margin-left: 2rem; margin-right: 2rem }
.my3{ margin-top: 2rem; margin-bottom: 2rem }

.m4{ margin: 4rem }
.mt4{ margin-top: 4rem }
.mr4{ margin-right: 4rem }
.mb4{ margin-bottom: 4rem }
.ml4{ margin-left: 4rem }
.mx4{ margin-left: 4rem; margin-right: 4rem }
.my4{ margin-top: 4rem; margin-bottom: 4rem }

.ml-auto{ margin-left:auto }
.mr-auto{ margin-right:auto }
.mx-auto{ margin-left:auto; margin-right:auto; }

.p0{ padding:0 }
.pt0{ padding-top:0 }
.pr0{ padding-right:0 }
.pb0{ padding-bottom:0 }
.pl0{ padding-left:0 }
.px0{ padding-left:0; padding-right:0 }
.py0{ padding-top:0;  padding-bottom:0 }

.p1{ padding: .5rem }
.pt1{ padding-top: .5rem }
.pr1{ padding-right: .5rem }
.pb1{ padding-bottom: .5rem }
.pl1{ padding-left: .5rem }
.py1{ padding-top: .5rem; padding-bottom: .5rem }
.px1{ padding-left: .5rem; padding-right: .5rem }

.p2{ padding: 1rem }
.pt2{ padding-top: 1rem }
.pr2{ padding-right: 1rem }
.pb2{ padding-bottom: 1rem }
.pl2{ padding-left: 1rem }
.py2{ padding-top: 1rem; padding-bottom: 1rem }
.px2{ padding-left: 1rem; padding-right: 1rem }

.p3{ padding: 2rem }
.pt3{ padding-top: 2rem }
.pr3{ padding-right: 2rem }
.pb3{ padding-bottom: 2rem }
.pl3{ padding-left: 2rem }
.py3{ padding-top: 2rem; padding-bottom: 2rem }
.px3{ padding-left: 2rem; padding-right: 2rem }

.p4{ padding: 4rem }
.pt4{ padding-top: 4rem }
.pr4{ padding-right: 4rem }
.pb4{ padding-bottom: 4rem }
.pl4{ padding-left: 4rem }
.py4{ padding-top: 4rem; padding-bottom: 4rem }
.px4{ padding-left: 4rem; padding-right: 4rem }





/*===============================

	11. EFEKTY

================================*/
::selection {
    color: #fff;
    background: #1493ff;
}



/*===============================

	12. OVERRIDES

================================*/
.mega-menu-link {
	transition: all 0.2s ease !important;
}
