/*
Theme Name:     fixmypage
Description:    Theme for mariannawybieralska.com
Author:         fixmypage.pl
Template:		twentysixteen
*/

 
/* BODY AND MAIN ELEMENTS */

/* COLORS 
	light-green: #9dff00;
*/

@import url('https://fonts.googleapis.com/css?family=Muli:400,800&display=swap&subset=latin-ext');

body {
	margin: 0;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	text-transform: none;
	background-color: #fff;
}

@media all and (min-width: 1300px) {
	.container {
		max-width: 1260px;
	}
}

@media all and (min-width: 1600px) {
	.container {
		max-width: 1540px;
	}
}

@media all and (min-width: 1920px) {
	.container {
		max-width: 95%;
	}
}

.fClear {
	clear: both;
	content: " ";
	display: table;
}

.fShow {
	display: block!important;
}

.fHide {
	display: none;
}

.fOpacity {
	opacity: 1!important;
	transition: 1s opacity ease-in-out;
	-webkit-transition: 1s opacity ease-in-out;
}

.fGrayscale {
	filter: grayscale(1);
    -webkit-filter: grayscale(100%);
} 

p {
	margin: 0;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #000;
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
}

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

img {
	display: block;
	max-width: 100%;
	height: auto;
}

h1 {
	font-size: 36px;
	font-weight: 800;
	padding-bottom: 15px;
}

.fRight, .fRight h1 {
	text-align: right;
}

.fZIndex {
	z-index: -3;
}

#fStartDim {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index:999999;
	display: none;
	background: url('images/fLogin.png') no-repeat center;
	background-size: 60px auto;
	background-color: #fff;
	transition: 3s all linear;
	-webkit-transition: 3s all linear;
}

.fStartDimMoved {
	background-size: 140px auto!important;
}

.home #fStartDim {
	display: block;
}

.fArrowDown {
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 80px;
	background: url('images/fArrowDown.png') no-repeat center;
	transition: 0.5s all ease-in-out;
	background-size: 40px auto;
	cursor: pointer;
	z-index: 9996;
}

.fArrowDown:hover {
	transform: translateY(15px);
}

.fWrapper {
	padding-top: 200px;
	min-height: 100vh;
}

a.fBlock {
	display: block;
	width: 100%;
	height: 100%;
}

a.fCTA {
	padding: 8px 22px;
	padding-bottom: 9px;
	color: #000!important;
	border: 1px solid #000;
	background: transparent;
	font-size: 15px;
	font-weight: 400;
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
}

a.fCTA:hover {
	color: #fff!important;
	background: #000;
}

/* HEADER */

.fHeader {	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 160px;
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
	z-index: 10;
	background: #fff;
}

.fHeaderScrolled {
   height: 65px;
}

.fHeaderScrolled .fLogo {
	top: 8px;
}

.fHeaderScrolled .fLogo p:nth-child(3),
.fHeaderScrolled .fLogo p:nth-child(4),
.fHeaderScrolled .fLogo p:nth-child(5) {
	display: none;
}

.fHeader .container {
	position: relative;
}

.fLogo {
	position: absolute;
	top: 20px;
	left: 15px;
	width: 240px;
	height: 98px;
	transition: 0.5s all ease-in-out;
	line-height: 18px;
}

.fLogo a {
	font-size: 14px;
}

.fLogo a p {
	margin-bottom: 0;
}

.fLogo a p:nth-child(2) {
	margin-bottom: 10px;
}

.fLogo a strong, .fLogo a b {
	font-size: 17px;
	line-height: 21px;
}

.fMenu {
	position: absolute;
	top: 30px;
	right: 30px;
	text-align: center;
	transition: 0.5s all ease-in-out;
}

.fHeaderScrolled .fMenu {
	top: 19px;
}

ul.menu {
	margin: 0;
	padding: 0;
	display: inline-block;
}

ul.menu li {
	display: inline;
	margin-left: 25px;
	margin-right: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	cursor: pointer;
}

ul.menu li:first-child {
	margin-left: 0px;
}

ul.menu li:hover ul.sub-menu {
	z-index: 999;
	opacity: 1;
	transition: 1s opacity ease-in-out;
	-webkit-transition: 1s opacity ease-in-out;
}

ul.menu li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	font-weight: 800;
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
}

ul.menu li a:hover {
	transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
}

.fMenu .current-menu-item > a,
.fMenu .current-menu-item ul.sub-menu li.current-menu-item > a,
.fMenu .current-menu-parent > a {
	/*text-decoration: underline;*/
}

.fMenu .current-menu-item ul.sub-menu,
.fMenu .current-menu-parent ul.sub-menu {
	display: block;
	opacity: 1;
}

.fMenu ul.menu li a:after,
.fMenu ul.sub-menu li a:after {
  /*content: '';
  display: block;
  border-bottom: 2px solid #00573f;
  width: 0;
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;*/
}

.fMenu ul.menu li.current-menu-item a:after,
.fMenu ul.menu li a:hover:after, 
.fMenu ul.sub-menu li a:hover:after { 
  width: 100%; 
}

.fMenuIcon {
	display: none;
}

/* HOME */

.fSection {
	margin-bottom: 60px;
}

.fSectionLine {
	/*width: 200px;
	height: 0px;
	border-bottom: 2px solid #000;
	margin: 20px 0px;*/
}

.fSectionTitle {
	display: inline-block;
	font-weight: 800;
	font-size: 38px;
	line-height: 40px;
	padding-top: 20px;
	border-top: 1px solid #000;
}

.fSectionContentTitle {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 5px;
}

/* HOME - LAST */

.fLast .fSectionPhoto {
	margin-left: 30px;
	margin-right: 30px;
}

.fLast .fSectionContent {
	position: absolute;
	left: 15px;
	bottom: -10px;
	width: 80%;
}

/* HOME - PROJECTS */

.fProjects {
	padding-top: 40px;
}

.fProjectLoop {
	padding: 60px 0px;
	padding-top: 30px;
}

.fProjectItem {
	position: relative;
	width: calc(33.3% - 20px);
	padding: 0px;
	margin-bottom: 20px;
}

.fProjectItemBlue {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	text-align: center;
	opacity: 0;
	transition: 0.4s all ease-in-out;
}

.fProjectItem:hover .fProjectItemBlue {
	opacity: 1;
}

.fProjectTitle {
	font-weight: 800;
	margin-bottom: 5px;
}

.fProjectSubtitle {
	font-size: 15px;
	margin-bottom: 40px;
}

.fProjectDesc {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.fProjectsMore {
	text-align: center;
}

.fProjectsMoreContainer {
	display: none;
}

/* HOME - WHAT */

.fWhatItem {
	padding-right: 20px;
	padding-bottom: 60px;
}

.fWhatItem img {
	width: 110px;
	max-width: 50%;
	transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
}

/*.fWhatContainer:nth-child(2n+1):hover .fWhatItem > a > img {
	transform: translateX(15px);
	-webkit-transform: translateX(15px);
}

.fWhatContainer:nth-child(2n):hover .fWhatItem > a > img {
	transform: translateX(-15px);
	-webkit-transform: translateX(-15px);
}*/

.fWhatItem:hover  a > img {
	transform: translateX(15px);
	-webkit-transform: translateX(15px);
}


	.fWhatContainer:nth-child(3) .fWhatItem > a > img {
		margin-left: -25px;
	}

.fWhatTitle {
	padding: 8px 0px;
	font-weight: 800;
	font-size: 18px;
}

.fWhatContact {
	border: 7px solid #9dff00;
	padding-left: 160px;
	background: url(images/whatContact.svg) no-repeat center left 40px;
	background-size: 90px auto;
	margin-bottom: 80px;
	font-weight: 800;
	font-size: 20px;
}

.fWhatContact span, .fWhatContact a {
	font-size: initial;
}

.fWhatContact a {
	font-weight: 400;
}

.fWhatContactDesc {
	padding: 30px 20px;
}

/* HOME - ABOUT */

.fAbout .fSectionPhoto {
	overflow: hidden;
}

.fAbout .fSectionPhoto img {
	margin-top: 30px;
	float: right;
	transition: 0.4s all ease-in-out;
	-webkit-transition: 0.4s all ease-in-out;
}

.fAbout .fSectionPhoto img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.fAbout .fSectionDesc {
    padding-left: 30px;
    padding-top: 24px;
}

/* HOME - COOP */

.fCoop {
	padding: 60px 0px;
}

.fCoop .fSectionTitle {
	font-size: 28px;
}

.fCoopLoop {
	padding-top: 60px;
}

.fCoopItem {
	padding-bottom: 40px;
}

.fCoopItem img {
	/*filter: grayscale(100%);
	-webkit-filter: grayscale(100%);*/
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
}

.fCoopItem img:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

/* TAXONOMY */

.archive .fSectionTitle {
	width: 120px;
	overflow-x: visible;
}

.archive .fSectionTitle img {
	margin-top: 15px;
	width: 100px;
	height: auto;
}

/* SINGLE */
.single .fSectionLine {
	width: 120px;
	display: block;
	border-bottom: 1px solid #000;
}

.single .fSectionTitle {
	border: none;
	font-weight: 800;
	font-size: 34px;
	padding-top: 30px;
}

.single .fFooter .fSectionTitle {
	border-top: 1px solid #000;
}

.fSingleSubtitle {
	font-size: 20px;
	padding: 20px 0px;
}

.fSingleYear {
	font-size: 14px;
	padding-bottom: 60px;
}

.fSingleThumb img {
	width: 100%;
	height: auto;
}

.fSingleContent {
	padding: 30px 0px;
	/*width: 600px;
	max-width: 90%;*/
	font-size: 18px;
}

.fSingleContent p {
	width: 600px;
	max-width: 90%;
}

.fSingleContent img {
	max-width: 100%;
	height: auto;
}

.fSingleContent a {
	text-decoration: underline;
	font-size: 18px;
}

.fSingleNavContainer {
	padding: 40px 0px;
	padding-bottom: 80px;
}

.fSingleNext a {
	padding-right: 60px;
	text-align: right;
	background: url(images/next.svg) no-repeat center right 15px;
	background-size: 36px auto;
	height: 36px;
	transition: 0.4s all ease-in-out;
	-webkit-transition: 0.4s all ease-in-out;
}

.fSinglePrev a {
	padding-left: 60px;
	background: url(images/prev.svg) no-repeat center left 15px;
	background-size: 36px auto;
	height: 36px;
	transition: 0.4s all ease-in-out;
	-webkit-transition: 0.4s all ease-in-out;
}

.fSingleNext a, .fSinglePrev a {
	display: block;
	padding-top: 8px;
	font-weight: 700;
	font-size: 14px;
	padding-bottom: 20px;
}

.fSingleNext a:hover {
	background-position: center right 5px;
}

.fSinglePrev a:hover {
	background-position: center left 5px;
}

/* FOOTER */

.fFooter, .fFooter a {
	font-size: 13px;
	line-height: 18px;
}

.fAbout a,
.fFooter a {
	text-decoration: underline;
}

.fHeart {
	width: 44px;
	height: auto;
	margin-top: 20px;
	transition: 0.2s all ease-in-out;
	padding-bottom: 60px;
}

.fHeart:hover {
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
}

.fFooter .fSectionTitle {
	width: 180px;
}

@media all and (max-width: 1279px) {
	.fMenuIcon {
		display: block;
		position: absolute;
		right: 15px;
		top: 15px;
		width: 30px;
		height: 30px;
		background: url('images/fMenuIcon.png') no-repeat center;
		background-size: 30px auto;
		transition: 1s all ease-in-out;
		-webkit-transition: 1s all ease-in-out;
		cursor: pointer;
	}
	.fMenuIcon:hover {
		opacity: 0.3;
	}
	
	.fMenuIconClicked {
		background: url('images/fClose.png') no-repeat center;
		background-size: 25px auto;
		transition: 1s all ease-in-out;
		-webkit-transition: 1s all ease-in-out;
		cursor: pointer;
	}
	.fMenu {
		position: fixed;
		left: 0px;
		top: 60px;
		width: 100%;
		display: none;
	}
	.fHeaderScrolled .fMenu {
		top: 60px;
	}
	.fMenu ul.menu {
		padding-left: 0px;
		width: 100%;
	}
	.fMenu ul.menu li {
		display: block;
		width: 100%;
		height: 40px;
		margin: 0;
		text-align: center;
		background: rgba(255,255,255,1);
		border-bottom: 1px solid #d9d9d9;
	}
	.fMenu ul.menu li a {
		display: block;
		padding-top: 10px;
	}
	.fHeader {
	   height: 60px;
	}
	div#n2-ss-2 .n2-ss-layer .n2-font-c4ed38a40698f0a6a742535a1515557f-paragraph {
		font-size: 22px!important;
	}
	.fHome {
		padding-top: 60px;
	}
	.fTextSection {
		padding: 30px 0px;
	}
	.fTextSection h2 {
		padding-bottom: 20px;
		font-size: 20px;
	}
	.fLogo {
		top: 8px;
	}
	.fProjectItem {
		padding: 5px;
		margin: 0;
	}
}

@media all and (max-width: 992px) {
	.fLast .fSectionContent {
		position: relative;
		left: 0;
		padding-top: 30px;
	}
	.fLast .fSectionPhoto {
		margin-left: 0;
		margin-right: 0;
		padding-top: 30px;
	}
	.fProjectItem {
		padding: 0;
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.fProjectItem img {
		max-width: 100%;
	}
	.fWhatLoop {
		padding-top: 40px;
	}
	.col-xs-6 {
		max-width: 50%!important;
	}
	.fCoop {
		padding-bottom: 20px;
	}
	.fProjectItem {
		width: calc(50% - 20px);
	}
}

@media all and (max-width: 992px) {
	html, body {
		overflow-x: hidden;
	}
	.well, .item {
		width: 100%;
	}
	.fWhatItem {
	}
	.fWhatItem img {
	}
	.fProjectItem img {
		display: block;
		margin: 0 auto;
	}
}

@media all and (max-width: 599px) {
	.fWhatContact {
		background: #fff;
		padding: 20px;
		text-align: center;
	}
	.fProjectItem {
		width: calc(100% - 20px);
		width: 100%;
	}
}

.fWhatContactDesc > div,
.fAbout .fSectionDesc > div,
#ostatnio .fSectionDesc > div {
	display: none!important;
}

.fFooter .row .col-lg-3 div {
	display: none!important;
}

.fFooter .row .col-lg-3 div.fHeart,
.fFooter .row .col-lg-3 div.fSectionTitle {
	display: block!important;
}

.fAbout .fSectionPhoto img {
	float: none;
}

@media all and (max-width: 1599px) {
	.fAbout .fSectionDesc {
		padding-top: 20px;
	}
}

@media all and (min-width: 992px) {
	#klienci .testimonial {
		padding-left: 40px;
	}
}

.strong-view.controls-style-buttons .wpmslider-prev {
	width: 36px!important;
	height: 36px!important;
	background: url(/wp-content/themes/fixmypage/images/prev.svg) no-repeat center;
	background-size: contain;
	color: transparent;
	border: none;
}

.strong-view.controls-style-buttons .wpmslider-next {
	width: 36px!important;
	height: 36px!important;
	background: url(/wp-content/themes/fixmypage/images/next.svg) no-repeat center;
	background-size: contain;
	color: transparent;
	border: none;
}

#klienci .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before,
#klienci .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {
	top: 0;
	width: 36px;
	height: 36px;
	opacity: 0;
}

@media all and (min-width: 1100px) {
	#klienci {
		overflow-x: hidden;
	}
	
	#klienci .wpmslider-controls.wpmslider-has-controls-direction {
		transform: translateX(75%);
	}
}

.fWhatContainer:nth-child(3) .fWhatItem > a > img {
	margin-left: 0;
}

@media all and (max-width: 1279px) {
	.fAbout .fSectionDesc {
		padding-left: 0;
	}
	#klienci .col-lg-2 .fSectionPhoto {
		padding: 30px 0;
	}
	#klienci .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls {
		bottom: -60px;
		text-align: left;
	}
}