/*
Theme Name:     bp-fixmypage
Description:    Theme for bezprzemocy.edu.pl
Author:         fixmypage.pl
*/

body {
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	color: #321957;
	text-transform: none;
	background: #FFF6EA;
}

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

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

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

@media all and (max-width: 767px) {
	.container {
		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: 15px;
    -webkit-font-smoothing: antialiased;
}

a {
	text-decoration: none;
	color: #4F085C;
	transition: 0.1s all ease-in-out;
	-webkit-transition: 0.1s all ease-in-out;
}

a:hover {
	text-decoration: underline;
}

a.fCTA {
	display: inline-block;
	padding: 10px 26px;
	background: transparent;
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.5px;
	font-weight: 400;
	transition: 0.2s;
	border: 1px solid #fff;
}

a.fCTA:hover {
}

.fCTAcontainer {
	text-align: center;
}

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

h1 {
	font-size: 42px;
	font-weight: 400;
	padding-bottom: 10px;
}

h1.fSectionTitle {
	font-size: 28px;
	text-align: left;
	padding-bottom: 30px;
}

.fZIndex {
	z-index: -3;
}

.fStartDim {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #FFF7F3;
	z-index: 9999;
}

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

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

.fArrowUp {
	position: fixed;
	bottom: 40px;
	right: 60px;
	width: 20px;
	height: 50px;
	background: url('images/arrowUp.png') no-repeat center;
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
	background-size: 20px auto;
	cursor: pointer;
	z-index: 9996;
	display: none;
}

.fWrapper {
	padding-top: 40px;
	background: #FFF6EA;
	padding-bottom: 80px;
}

.home .fWrapper {
	padding-top: 150px;
	padding-bottom: 0;
}

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

/* HEADER */

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

.fHeader .container {
	position: relative;
	height: 100%;
}

.fHeader.fHeaderScrolled,
.home .fHeader.fHeaderScrolled {
	background: #321957;
}

@media all and (min-width: 992px) {
	.fHeader .container {
		max-width: 89%;
	}
}

.fLogo {
	position: absolute;
	top: 30px;
	left: 0;
	width: 220px;
	height: 40px;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	z-index: 111;
}

.fLogo:hover {
	transform: translateX(2px);
	-webkit-transform: translateX(2px);
}

.fHeaderScrolled {
}

@media all and (min-width: 1280px) {
	#mega-menu-wrap-header_menu {
		background: transparent;
	}
	#mega-menu-wrap-header_menu li a:hover {
		background: transparent!important;
	}
	.fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu {
		text-align: center;
	}
	.fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu li a {
		text-transform: uppercase!important;
		font-size: 15px!important;
		font-weight: 300!important;
		letter-spacing: 0.5px;
	}
	.fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-flyout ul.mega-sub-menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #321957;
		padding-top: 100px;
		z-index: -1;
		min-height: 100vh;
		max-height: 100vh;
		overflow-y: auto;
	}
	
	.fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
		color: #FFF6EA;
		padding-top: 15px!important;
		padding-bottom: 15px!important;
		border-bottom: 1px solid #FFF6EA!important;
		margin-bottom: 15px!important;
		width: 50%!important;
		max-width: 50%!important;
		margin-left: 45%!important;
		background: url(/wp-content/themes/bp-fixmypage/images/arrow-menu.svg) no-repeat right;
		background-size: 40px auto;
		background-color: #321957;
		transition: 0.2s opacity;
	}
	
	.fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:hover {
		opacity: 0.7!important;
	}
	
	.fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		color: #FFF6EA;
		text-transform: none!important;
		font-size: 24px!important;
		font-weight: 500!important;
		letter-spacing: 0.5px;		
		padding-left: 0!important;
		padding-right: 50px!important;
		background-color: transparent;
	}
	
	.fHeader.fHeaderScrolled #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link {
		background: #321957!important;
	}
	
}

.fSubMenuTitle {
	position: relative;
	color: #00B894;
	font-weight: 800;
	font-size: 42px;
	margin-left: 45%;
	padding-bottom: 40px;
	min-height: 70px;
	padding-right: 80px;
	background: url(/wp-content/themes/bp-fixmypage/images/menu-close.svg) no-repeat top right -12px;
	background-size: 70px auto;
	width: 50%;
}

.fSubMenuTitleClose {
	position: absolute;
	z-index: 999;
	right: 0;
	top: 0;
	width: 80px;
	height: 100%;
}

.fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu li .fSubMenuTitle a {
	color: #00B894!important;
	font-weight: 800!important;
	font-size: 42px!important;
	display: block!important;
	width: calc(100% - 80px)!important;
	height: 100%!important;
	text-transform: none!important;
}

.fSocial.fFB {
	display: inline-block;
	width: 52px;
	height: 52px;
	background: url(/wp-content/themes/fixmypage/images/fb.svg) no-repeat center;
	background-size: contain;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}

.fSocial.fIG {
	display: inline-block;
	width: 52px;
	height: 52px;
	background: url(/wp-content/themes/fixmypage/images/ig.svg) no-repeat center;
	background-size: contain;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}

.fSocial.fYT {
	position: absolute;
	right: 0px;
	top: 40px;
	width: 22px;
	height: 18px;
	background: url(images/yt.svg) no-repeat center;
	background-size: contain;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}

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

.fSearchForm {
	position: absolute;
	top: 15px;
	right: 200px;
	border: 1px solid #4F085C;
	border-radius: 30px;
	background: transparent;
}

input.search-submit {
	height: 50px;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: -30px;
	padding-left: 24px;
	padding-right: 24px;
	display: none;
}

.fSearchForm input.search-field::placeholder {
	color: #4F085C!important;
	opacity: 0.9!important;
}

.fSearchForm input.search-field {
	border: none;
	font-size: 18px;
	padding: 16px 20px 7px 20px;
	height: 32px;
	outline: none;
	background: transparent;
	color: inherit;
	font-size: 17px;
}

.fMenu {
	position: relative;
	display: block;
	margin-top: 21px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	width: 100%;
	display: block;
}

ul.menu {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style-type: none;
}

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

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

.fMenu ul.sub-menu {
	position: absolute;
	text-align: left;
	top: 60px;
	left: 0px;
	margin-left: 0px;
	display: none;
	opacity: 1;
	width: 100%;
	background: #444444;
	padding: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.fMenu ul.sub-menu li {
	margin-left: 20px;
	margin-right: 20px;
	height: 38px;
	padding-bottom: 10px;
	display: inline-block;
	text-align: center;
	border-left: 1px solid #666666;
}

.fMenu ul.sub-menu li:nth-child(1) {
	border-left: none;
}

.fMenu ul.sub-menu li:first-child {

}

.fMenu ul li a {
	text-transform: lowercase;
	font-weight: 400;
	font-size: 19px;
	color: #4F085C;
}

.fMenu ul > li > a:hover {
	text-decoration: underline;
	color: #4F085C;
}

.fMenu ul li.menu-item-27 a {
	font-family: 'HeyWowBold',sans-serif;
	font-size: 18px;
}

.fMenu ul li:hover ul.sub-menu {
}

.fMenu ul.sub-menu li a:hover {
	color: #4F085C;
}

ul.menu > li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

ul.menu > li.current-menu-item,
ul.menu > li:hover {

}

.fMenuIcon {
	display: none;
}

.fTopMenu {
	position: absolute;
	top: 20px;
	right: 0;
}

.fPageMenu {
	padding-top: 100px;
}

.fTopMenu a {
	font-size: 18px;
}

.fPageMenu ul.sub-menu {
	display: block;
	padding-left: 0!important;
	margin-top: 30px;
}

.fPageMenu ul.sub-menu li {
	display: block;
}

.fPageMenu li {
	border-bottom: none!important;
	padding: 0!important;
	display: block;
}

.fPageMenu ul.menu li a {
	font-weight: 400;
	font-size: 28px;
}

.fPageMenu ul.sub-menu li a {
	font-size: 19px;
}

.fPageMenu ul.sub-menu li.current-menu-item > a {
	font-weight: 700;
}

.fPageMenu ul > li {
	display: none;
}

.fPageMenu ul > li.current-menu-ancestor {
	display: block;
}

/* HOME */

.home .fWrapper {
	padding-top: 0;
}

.home .fHeader {
	background: transparent;
}

.fStartBanner {
	background: url(/wp-content/themes/bp-fixmypage/images/home-bkg.jpg) no-repeat center;
	background-size: cover;
	min-height: 60vh;
}

.fStartBannerContent {
	margin-top: 0;
	padding: 170px 100px 70px 100px;
	color: #FFF6EA;
}

.fStartBannerContent h1 {
	font-size: 74px;
	letter-spacing: 1px;
}

.fStartBannerContent h1 em {
	display: inline-block;
	padding: 0 8px;
	line-height: 1.1;
	background: #00b894;
	color: #FFF6EA;
	font-weight: 800!important;
	font-size: 72px!important;
	font-style: normal;
	letter-spacing: 1px;
}

.fStartBannerContent p {
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.fStartBannerContent .wp-block-button__link {
	border: none;
	text-decoration: underline!important;
	background: url(/wp-content/themes/bp-fixmypage/images/arrow-down.svg) no-repeat center left;
	background-size: auto 44px;
	padding-left: 70px;
	margin-top: 60px;
}

.fMainContent .container {
	padding-top: 80px;
	padding-bottom: 80px;
}

.fMainContent h2 {
	font-size: 40px;
	line-height: 1.3;
	font-weight: 700;
	padding-bottom: 0;
}

.fMainContent h3 {
	font-size: 38px;
	line-height: 1.5;
	font-weight: 700;
	padding-bottom: 10px;
}

.fMainContent .wp-element-button {
	font-size: 22px;
	border-radius: 60px;
	font-weight: 600;
	padding-left: 44px;
	padding-right: 44px;
	margin-top: 20px;
	margin-bottom: 20px;
	transition: 0.2s all;
	border: 1px solid;
}

.fMainContent .gradient-1 .wp-element-button,
.fMainContent .wp-element-button:hover {
	background: #4f085c;
	color: #FFF7F3!important;
}

.fMainContent .gradient-1 .wp-element-button {
	background: transparent;
}

.fMainContent .gradient-2 .wp-element-button {
	background: #230C5A;
	color: #FFF7F3!important;	
}

.fMainContent .wp-block-column > .wp-block-heading,
.fMainContent .wp-block-column > .wp-block-buttons,
.fMainContent .wp-block-column > p {
}

.greenbox {
	background: #00B894;
	padding: 30px;
	padding-bottom: 0;
}

.greenbox h2 {
	line-height: 1.2;
}

/* PAGE - DEFAULT */

.wp-block-column p > a {
	text-decoration: underline;	
}

.fWrapper.fPageWrapper {
	padding-top: 0;
}

.fPageHead {
	background: url(/wp-content/themes/bp-fixmypage/images/tlo_bez_przemocy.jpg) no-repeat center;
	background-size: cover;
	padding: 180px 0 60px 0;
}

h1.fPageTitle {
	font-weight: 800;
	font-size: 44px;
	padding-top: 0;
	padding-bottom: 60px;
	color: #FFF6EA;
	text-align: left;
	width: 800px;
	max-width: 90%;
}

.fPageLead {
	font-size: 22px;
	font-weight: 300;
	padding: 0px;
	color: #FFF6EA;
	text-align: left;
	width: 600px;
	max-width: 90%;
}





.gradient-1 {
	background: linear-gradient(to right, #4F085C, #230C5A);
	color: #FFF7F3;
}

.gradient-2 {
	background: #230C5A;
	color: #FFF7F3;
	padding: 160px 30px 180px 30px;
	text-align: center;
}

.mb0 {
	margin-bottom: 0!important;
}

@media all and (max-width: 1279px) {
	
}

@media all and (max-width: 991px) {
	.gradient-1 {
		padding-top: 30px;
	}
}

@media (max-width: 768px) {
    .reverse-mobile {
        flex-direction: column-reverse;
    }
}

/* PAGE - NEWS */

.fNewsLoop {
	padding-top: 80px;
}

.fNewsDate {
	font-size: 17px;
	padding-top: 20px;
}

.fNewsTitle {
	font-size: 32px;
	font-weight: 700;
	padding: 15px 0px;
	padding-top: 5px;
	line-height: 1.2;
}

.fNewsTitle a {
	display: block;
	width: 100%;
	height: 100%;
	padding-right: 80px;
	background: url(/wp-content/uploads/2025/12/strzalka_kolko.svg) no-repeat bottom 15px right 15px;
	background-size: 30px auto;
}

.fNewsTitle a:hover {
	text-decoration: underline;
}

.fNewsExcerpt {
	font-size: 18px;
	line-height: 28px;
}

.fNewsItem {
	margin-bottom: 60px;
	padding-left: 3%;
	padding-right: 3%;
}

.fNewsTitle a {
	color: #321957;
}

.fNewsPhoto {
	overflow: hidden;
	width: 100%;
}

.fNewsPhoto img {
	width: 100%;
	height: auto;
	display: block;
}

.fNewsLoop .fNewsExcerpt {
	padding-top: 5px;
}

.fNewsItem a.fCTA:hover {
	background: #043648;
	color: #fff;
}

.fNewsTags a {
	display: inline-block;
	font-weight: 300;
	font-size: 15px;
	color: #4F085C;
	text-transform: uppercase;
}

/* PAGE - DEFAULT */

h3.wp-block-heading {
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 10px;
	padding-top: 10px;
}

.wp-block-image {
	padding-top: 24px;
	padding-bottom: 24px;
}

.wp-block-faq-block-for-gutenberg-faq {
	background: transparent!important;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 6px;
}

.wp-block-faq-block-for-gutenberg-faq .question h4 {
	color: #4F085C!important;
	font-size: 28px;
	font-weight: 700;
	font-family: 'HeyWow',sans-serif!important;
	border-bottom: 1px solid #4F085C;
	padding-bottom: 24px;
}

.wp-block-faq-block-for-gutenberg-faq .active+.answer {
	color: #4F085C!important;
	font-family: 'HeyWow',sans-serif!important;	
	font-size: 20px;
	line-height: 1.5;
	padding: 30px;
	transition: 0.1s all;
}

.wp-block-faq-block-for-gutenberg-faq .active+.answer br {
	display: block;
	height: 16px;
}

.wp-block-faq-block-for-gutenberg-faq .question:before {
	color: transparent;
	background: url(/wp-content/themes/fixmypage/images/faq-arrow.svg) no-repeat center;
	background-size: contain;
	width: 28px;
	transition: 0.1s all;
}

.wp-block-faq-block-for-gutenberg-faq .active:before {
	transform: rotate(180deg);
}

.fSingleWrapper p {
	font-size: 20px;
	line-height: 1.5;
	padding-bottom: 30px;
}

.fSingleWrapper li {
	padding-bottom: 16px;
}

/* SINGLE */

.fSingleWrapper > .container {
	padding: 60px 0;
	display: block;
	margin: 0 auto;
	width: 1000px;
	max-width: 90%;
}

.fSingleNewsTitle {
	font-size: 34px;
	font-weight: 700;
	padding-bottom: 20px;
}

.fSingleNewsThumb {
	width: 100%;
	margin: 40px 0px;
}

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

.fSingleNewsDate {
	padding-top: 0px;
	font-size: 16px;
	text-transform: uppercase;
}

.fSingleNewsDesc {
	padding: 60px 0px;
}

.fSingleNewsDesc p {
	font-size: 20px;
	margin: 20px 0px;
}

.fSingleNewsCats {
	padding-left: 30px;
}

.single .fSingleWrapper p {
	padding-bottom: 20px;
}

.fSingleNewsThumb {
	padding: 40px 0;
}

blockquote {
	padding-left: 40px;
	margin-left: 40px!important;
	font-size: 19px;
	font-weight: 600;
	border-left: 12px solid #00B894;
	margin: 40px 0;
}

.has-background {
	margin: 40px 0;
}



/* PAGE - PUBLICATIONS */

.fPubItem {
	padding-bottom: 40px;
}

.fNewsCats.fPubCats {
	padding-top: 20px;
	font-size: 15px;
	text-transform: uppercase;
}

.fPubItem .fNewsImage {
	
}

.fPubItem .fNewsImage img {
	max-width: 100%;
	max-height: 280px;
	width: auto;
}

.fPubItem .fNewsTitle {
	margin-top: 10px;
}

.fPubItem .fNewsTitle a {
	font-size: 24px;
}

.fPubCTA {
	margin-top: 40px;
	margin-bottom: 20px;
}

.fPubCTA a {
	font-size: 19px;
	border: 1px solid #4f085c;
	border-radius: 40px;
	font-weight: 600;
	padding: 14px 28px;
	transition: 0.2s all;
}

.fPubCTA a:hover {
	background: #4f085c;
	color: #FFF7F3!important;
}

/* PAGE - DEFAULT */

.fPageContent {
	width: 900px;
	max-width: 90%;
	padding-left: 100px;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
}

.fPageDesc {
	padding-bottom: 60px;
}

.fPageDesc p {
	margin-bottom: 20px;
}

.fPageDesc p, .fPageDesc a {
	font-size: 18px;
	line-height: 30px;
}

/*.page-template-default .fSingleNewsContent {
	width: 800px;
	max-width: 90%;
}*/

.fSingleNewsContent p,
.fSingleNewsContent .wp-block-buttons {
	width: 800px;
	max-width: 100%;
	display: block;
}

.fSingleNewsContent .sticky p {
	max-width: 80%;
}


.fSingleNewsContent .wp-block-button__link {
	width: 100%;
	margin-bottom: 20px;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #321957;
	text-align: left;
	padding-left: 0;
	font-size: 19px;
	background: url(/wp-content/uploads/2025/12/strzalka_kolko.svg) no-repeat right;
	background-size: 32px auto;
	background-color: transparent;
}

.fSingleNewsContent .wp-block-buttons>.wp-block-button {
	display: block;
	text-align: left;
	font-weight: 700;
}

/* NEWSLETTER */

.fNewsletter {
	padding: 60px 0px;
	background: url('/wp-content/themes/bp-fixmypage/images/newsletter-bkg.jpg') no-repeat center;
	background-size: cover;
}

.fNewsletter .container {
	margin-left: 5%;
	margin-right: 5%;
}

.fNewsletterHead h2 {
	font-size: 34px;
	font-weight: 700;
	color: #FFF6EA;
	padding-bottom: 20px;
	text-align: left;
}

.fNewsletterDesc {
	padding-top: 10px;
	padding-bottom: 30px;
	color: #FFF6EA;
}

.fNewsletterCTA a {
	display: inline-block;
	background: url('/wp-content/themes/bp-fixmypage/images/nl-arrow.svg') no-repeat center right 14px;
	background-size: 24px auto;
	background-color: #FFCD00;
	color: #321957;
	border: 1px solid #FFCD00;
	border-radius: 30px;
	padding: 11px 44px 11px 30px;
	font-size: 18px;
	font-weight: 700;
}

.fNewsletterCTA a:hover {
	text-decoration: none!important;
}

/* FOOTER */

.fPreFooter {
	padding-bottom: 60px;
}

.fFooter {
	width: 100%;
	padding: 0;
	color: #FFF7F3;
	background: #170334;
	font-size: 17px;
	font-weight: 400;
	position: relative;
	z-index: 2;
	
}

.fFooter a {
	color: #FFF7F3;
}

.fFooter a:hover {
	color: #fff;
}

.fFooter .container {
	width: 100%;
	padding: 0;
	max-width: 100%;
}

.footer-top {
	background: #00B894;
	color: #321957;
	padding: 60px 5%;
}

.footer-top a {
	color: #321957;
}

.footer-bottom,
.footer-middle {
	background: #170334;
	color: #FFF6EA;
	padding: 60px 5%;
	font-weight: 300;
}

.footer-bottom a,
.footer-middle a {
	color: #FFF6EA;
	font-weight: 300;
	text-decoration: none!important;
}

.footer-middle h3.wp-block-heading {
	padding-top: 0;
}

.fFooter :where(.wp-block-columns) {
	margin-bottom: 0;
}

.footer-logos figure {
 	display: inline-block;
	max-width: 45%;
}

.footer-logos figure:nth-of-type(2) {
	padding-left: 120px;
}

.footer-logos figure img {
	max-width: 100%;
	height: auto;
}

.footer-logos figure:nth-of-type(2) img {
	margin-top: -33%;
}

.footer-bottom .wp-block-image {
	padding: 0;
}

@media all and (min-width: 992px) {
	.footer-bottom figure {
		margin-bottom: 0;
	}
}





@media all and (max-width: 1279px) {
	.fMenu {
		position: fixed;
		left: 0px;
		top: 72px;
		width: 100%;
		height: auto;
		margin: 0;
		text-align: center;
		background: #FFF7F3;
		display: none;
		padding-top: 50px;
		background: #321957;
	}
	.fMenu ul.menu {
		padding-left: 0px;
		padding-top: 5px;
		padding-bottom: 10px;
		border-bottom: 1px #898989;
	}
	.fMenu ul.menu li {
		display: block;
		width: 100%;
		height: 32px;
		padding-bottom: 8px;
		text-align: center;
		margin: 0;
	}
	.fMenu ul.menu li a {
		display: block;
		padding-top: 7px;
		color: #000;
	}
	.fMenu ul.menu li a:after,
	.fMenu ul.menu li.current-menu-item a:after,
	.fMenu ul.sub-menu li a:after {
		display: none!important;
	}
	.fMenu ul.menu li.current-menu-item a {
		font-weight: bold;
	}
	.fMenuIcon {
		display: block;
		position: fixed;
		right: 20px;
		top: 16px;
		width: 30px;
		height: 30px;
		transition: 1s all ease-in-out;
		-webkit-transition: 1s all ease-in-out;
		cursor: pointer;
		z-index: 10001;
	}
	.fMenuIcon:hover {
	}
	
	.fMenuIconClicked {
		transition: 1s all ease-in-out;
		-webkit-transition: 1s all ease-in-out;
		cursor: pointer;
	}
	.fMenu ul.sub-menu {
		display: block!important;
		position: relative;
		background: #fff;
		color: #000;
		top: auto;
		left: auto;
		padding: 0;
	}
	.fMenu ul.menu li {
		height: auto!important;
		min-height: 32px!important;
	}
	.fMenu ul.sub-menu li {
		border-left: none;
		height: 32px!important;
	}
	.fHeader {
		height: 72px;
	}
	.fWrapper {
		padding-top: 80px;
	}
}

@media all and (max-width: 1199px) {
	.fFooter, .fFooter a {
		/*font-size: 16px;*/
	}
}

@media all and (max-width: 991px) {
	.fMenu ul li {
		display: block;
		padding-bottom: 10px;
	}
	.fFooterSocials {
		margin-top: 30px;
	}
	.fLogo {
		width: 150px;
	}
	html, body {
		overflow-x: hidden;
	}
	.fMenu {
		text-align: center;
		padding-right: 0;
	}
	.fMenu ul.menu li {
		text-align: center;
	}
	.fMenu ul.menu li a {
		font-size: 16px;
	}
	.fFooter {
		padding-top: 60px;
	}
	iframe {
		max-width: 100%;
	}
}

@media all and (max-width: 799px) {
	iframe {
		height: 300px;
	}
	.fSearchForm {
		display: none;
	}
}

/* NAV-ICON */

/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 36px;
  height: 36px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFF6EA;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 6px;
}

#nav-icon1 span:nth-child(2) {
  top: 18px;
}

#nav-icon1 span:nth-child(3) {
  top: 29px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.single .fHomeCase {
	padding-top: 60px;
}

.fHomeForm {
	position: relative;
}

.fHomeFormBkgL {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #f04e30;
}

.fHomeFormBkgR {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	background: #3d0d35;
}

.fSingleNavContainer {
	padding-top: 60px;
	font-family: 'TTNormsBold', sans-serif;
}

.fSinglePrev {
	padding-left: 40px;
	background: url(images/arrowLeft.png) no-repeat left;
	background-size: auto 44px;
}

.fSingleNext {
	text-align: right;
	padding-right: 40px;
	background: url(images/arrowRight.png) no-repeat right;
	background-size: auto 44px;
}

.fSingleNavContainer span {
	font-size: 54px;
    font-family: 'TTNorms', sans-serif;
    padding: 10px;
}

/* TEAM - LOOP */

.fTeamImage img {
	width: 100%!important;
	height: auto;
}

.fTeamTitle {
	padding-bottom: 5px;
}

.fTeamFunction {
	color: #00b3e6;
	padding-bottom: 20px;
}

a.more-link {
	display: none!important;
}


.fSingleNewsThumb img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

/* ADDENDA */

.fFooterSocials {
	text-align: left;
	margin-bottom: 30px;
}

.fFooterSocials .fSocial {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	width: 52px;
	height: 52px;
	margin-right: 24px;
	margin-bottom: 20px;
	display: inline-block;
}

@media all and (min-width: 1280px) {
	.fMenu ul.sub-menu li {
		float: left;
		width: 50%;
		margin-left: 0;
		margin-right: 0;
	}
}

.home .fBreadcrumb {
	display: none;
}

.fBreadcrumb {
	padding-top: 150px;
}

.fBreadcrumb ol {
	padding-left: 0;
}

.fBreadcrumb ol li:last-child a {
	font-weight: 700;
}

.fBreadcrumb ol li, .fBreadcrumb ol li a {
	text-transform: lowercase;
	font-size: 16px;
}

.fBreadcrumb span.separator {
	display: inline-block;
	color: transparent;
	background: url(/wp-content/themes/fixmypage/images/breadcrumb-arrow.svg) no-repeat center;
	background-size: auto 14px;
}

.fSingleWrapper > .container {
	padding-top: 0;
}

.home .wp-block-columns.mb0 .wp-block-image {
	padding-bottom: 0;
}

.wp-block-faq-block-for-gutenberg-faq .question:before {
	color: #4F085C;
	font-size: 30px!important;
}

@media all and (max-width: 1279px) {
	.fSubMenuTitle {
		color: #00B894;
		font-weight: 800;
		font-size: 22px;
		margin-left: 0;
		padding-bottom: 20px;
		min-height: 70px;
		padding-right: 60px;
		background: url(/wp-content/themes/bp-fixmypage/images/menu-close.svg) no-repeat top right;
		background-size: 40px auto;
		width: 50%;
	}
	#mega-menu-wrap-header_menu .mega-menu-toggle + #mega-menu-header_menu {
		background-color: #321957!important;
	}
	.fStartBannerContent {
		padding: 90px 30px 70px 30px;
	}
	.fStartBannerContent h1 {
		font-size: 32px;
		letter-spacing: 0;
	}
	.fStartBannerContent h1 em {
		font-size: 32px!important;
	}
	.fStartBannerContent p {
		font-size: 16px;
	}
	.home .wp-block-spacer {
		max-height: 30px!important;
	}
	.fFooter .container .wp-block-column p {
		text-align: left!important;
	}
	
}

.sticky {
	position: sticky!important;
    top: 100px!important;
    display: block!important;
}

.fExit {
	position: fixed;
	top: 24px;
	right: 40px;
	border-radius: 23px;
	background: url(/wp-content/themes/bp-fixmypage/images/exit.svg) no-repeat center right 18px;
	background-size: 18px auto;
	background-color: #FFCD00;
	color: #321957;
	font-size: 14px;
	text-transform: lowercase;
	cursor: pointer;
}

.fExit a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	padding: 7px 54px 7px 16px;
	color: #321957!important;
}

@media all and (max-width: 1279px) {
	.fExit {
		top: 80px;
		right: 15px;
	}
}

.fSubMenuTitle:nth-last-of-type(2),
.fSubMenuTitle:nth-last-of-type(3) {
	display: none!important;
}

.sticky a {
	font-size: 16px;
}

blockquote .answer {
	font-weight: initial!important;
}

.fSingleNewsContent p {
	margin-bottom: 25px;
}

.fSingleNewsContent h2,
.fSingleNewsContent h3 {
	padding-top: 15px;
	padding-bottom: 10px;
}

.fSingleNewsContent .greenbox h2.wp-block-heading a {
	color: #FFF6EA;
}

.wsp-pages-title {
	display: none;	
}

.fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
	color: #FFF6EA!important;
	opacity: 1!important;
}

.fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:hover {
	opacity: 1!important;
}

.footer-bottom {
	padding-top: 0;
}

.pb80 {
	padding-bottom: 80px!important;
}

.fSubScrollTop {
	position: fixed;
	top: calc(50% - 40px);
	left: calc(40% - 40px);
	width: 40px;
	height: 40px;
	background: url(/wp-content/themes/bp-fixmypage/images/arrow-light.svg);
	background-size: contain;
	z-index: 999999;
	transform: rotate(-90deg);
}

.fSubScrollBottom {
	position: fixed;
	top: calc(50% + 40px);
	left: calc(40% - 40px);
	width: 40px;
	height: 40px;
	z-index: 999999;
	background: url(/wp-content/themes/bp-fixmypage/images/arrow-light.svg);
	background-size: contain;
	z-index: 999999;
	transform: rotate(90deg);
}

.fSubMenuContent .fSubMenuTitle {

}

.fSubMenuContent .fSubMenuTitle:nth-child(6),
.fSubMenuContent .fSubMenuTitle:nth-child(7),
.fSubMenuContent .fSubMenuTitle:nth-child(8),
.fSubMenuContent .fSubMenuTitle:nth-child(9),
.fSubMenuContent .fSubMenuTitle:nth-child(10),
.fSubMenuContent .fSubMenuTitle:nth-child(11),
.fSubMenuContent .fSubMenuTitle:nth-child(12) {
	display: none;
}

@media all and (max-width: 1279px) {
	html, body {
		overflow-x: hidden;
	}
	.fSubScrollTop, .fSubScrollBottom,
	.fSubMenuTitle,
	.onetap-container-toggle {
		display: none!important;
	}
	.fMenu {
		max-height: calc(100% - 100px);
		overflow-y: scroll;
	}
}
