/*
Theme Name:     siostrzana-fixmypage
Description:    Theme for siostrzana.org
Author:         fixmypage.pl
*/

/* COLORS
pink: #fc00a1;
orange: #f3843d;
purple: #8c388d;
*/

@font-face {
  font-family: "Geomanist";
  src:
    url("fonts/Geomanist-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Geomanist-Bold";
  src:
    url("fonts/Geomanist-Bold.ttf") format("truetype");
}

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

@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: #fff;
	opacity: 0.7;
	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: 100px;
	background: #fff;
	padding-bottom: 80px;
}

.home .fWrapper {
	padding-top: 100px;
	padding-bottom: 80px;
}

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

.cool-vertical-timeline-body.ctlb-wrapper .timeline-content.icon-false .timeline-block-icon svg {
		fill: #fc00a1!important;
	}
	
.cool-vertical-timeline-body.alternating-sided .timeline-content .position-left .story-details:before, .cool-vertical-timeline-body.both-sided .timeline-content .position-left .story-details:before, .cool-vertical-timeline-body.one-sided.right .timeline-content .story-details:before {
	border-left: 15px solid #fc00a1!important;
}

.cool-vertical-timeline-body.alternating-sided .timeline-content .position-left .story-details, .cool-vertical-timeline-body.both-sided .timeline-content .position-left .story-details, .cool-vertical-timeline-body.one-sided.right .timeline-content .story-details {
	border-right: 4px solid #fc00a1!important;
}

.cool-vertical-timeline-body.alternating-sided .timeline-content .position-right .story-details:before, .cool-vertical-timeline-body.both-sided .timeline-content .position-right .story-details:before, .cool-vertical-timeline-body.one-sided.left .timeline-content .story-details:before {
	border-right: 15px solid #fc00a1!important;
}

.cool-vertical-timeline-body.alternating-sided .timeline-content .position-right .story-details, .cool-vertical-timeline-body.both-sided .timeline-content .position-right .story-details, .cool-vertical-timeline-body.one-sided.left .timeline-content .story-details {
	border-left: 4px solid #fc00a1!important;
}

/* HEADER */

.fHeader {
	position: fixed;
	top: 0;
	left: 0;
	height: 100px;
	width: 100%;
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
	z-index: 9999;
	background: #fff;
	border-bottom: 1px solid #fc00a1;
}

.home .fHeader {
border-bottom: none;
}

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

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

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

.fLogo {
	position: absolute;
	top: 20px;
	left: 0;
	width: 220px;
	height: 60px;
	background: url('images/logo.svg') no-repeat center;
	background-size: contain;
	background-position: left;
	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: 769px) {
	#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: 24px!important;
		font-weight: 300!important;
		letter-spacing: 0.5px;
		color: #000;
		font-weight: 600!important;
		font-family: 'Barlow Condensed',sans-serif!important;
	}
	.fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link {
		color: #000;
	}
	.fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-menu-item-1701 > a.mega-menu-link:hover,
	.fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-menu-item-1701 > a.mega-menu-link {
		color: #fff!important;
		background: #fc00a1!important;
	}
	.fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, .fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, .fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
		background: transparent;
	}
	
	.fHeader #mega-menu-wrap-header_menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-header_menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-header_menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
		background: #fc00a1!important;
	}
	
	
	.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-menuul.mega-sub-menu {
		padding-bottom: 15px;
	}
	
	.fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
		
	}
	
	.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 {
		
	}
	
	.fHeader.fHeaderScrolled #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link {

	}
	
	.fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link {
		background: #fff!important;
	}
	
	.fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-flyout ul.mega-sub-menu {
		padding-left: 12px;
		padding-right: 12px;
		background: #fff;
		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 a.mega-menu-link {
		background: #fff!important;
		color: #000;
		border-bottom: 1px solid #fc00a1;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	.fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item a.mega-menu-link:hover {
		color: #fc00a1!important;
	}
	
}

@media all and (max-width: 768px) {
	.fHeader #mega-menu-wrap-header_menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-header_menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-header_menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
			background: #fc00a1!important;
		}
	.fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu li a {
		text-transform: uppercase!important;
		font-size: 24px!important;
		font-weight: 300!important;
		letter-spacing: 0.5px;
		color: #000;
		font-weight: 600!important;
		font-family: 'Barlow Condensed',sans-serif!important;
	}
	.fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link {
		color: #000;
	}
	
	#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: 24px!important;
		font-weight: 300!important;
		letter-spacing: 0.5px;
		color: #000;
		font-weight: 600!important;
		font-family: 'Barlow Condensed',sans-serif!important;
	}
	.fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link {
		color: #000;
	}
	.fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-menu-item-1701 > a.mega-menu-link:hover,
	.fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-menu-item-1701 > a.mega-menu-link {
		color: #fff!important;
		background: #fc00a1!important;
	}
	.fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, .fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, .fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
		background: transparent;
	}
	
	.fHeader #mega-menu-wrap-header_menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-header_menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-header_menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
		background: #fc00a1!important;
	}
	
	
	.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-menuul.mega-sub-menu {
		padding-bottom: 15px;
	}
	
	.fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
		
	}
	
	.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 {
		
	}
	
	.fHeader.fHeaderScrolled #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link {

	}
	
	.fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link {
		background: #fff!important;
	}
	
	.fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-flyout ul.mega-sub-menu {
		padding-left: 12px;
		padding-right: 12px;
		background: #fff;
		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 a.mega-menu-link {
		background: #fff!important;
		color: #000;
		border-bottom: 1px solid #fc00a1;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	.fHeader #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item a.mega-menu-link:hover {
		color: #fc00a1!important;
	}
}

.fSubMenuTitle {
	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%;
}

.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: 26px;
	outline: none;
	background: transparent;
	color: inherit;
	font-size: 17px;
}

.fMenu {
	position: relative;
	display: block;
	margin-top: 28px;
	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 */

.fPLR10 {
	padding-left: 10%;
	padding-right: 10%;
}

.fMainSlider {
	position: relative;
}

.fMainSliderContent {
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	padding: 30px;
	max-width: 30%;
}

.fMainSliderContent h2 {
	font-family: 'Geomanist-Bold',sans-serif;
	font-size: 30px;
	text-align: center;
}

.fMainSliderContent h3 {
	font-size: 21px;
	text-align: center;
	font-family: 'Geomanist-Bold',sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}

.fMainSliderContent p {
	font-size: 15px;
	text-align: justify;
	margin-bottom: 0;
}

.fMainContent .container {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.wp-block-image.full-img {
	padding: 0;
	width: 100%;
	margin: 0;
	margin-bottom: -7px;
	display: block;
}

.wp-block-columns.has-background {
	margin: 0;
	padding: 0;
}

@media all and (min-width: 992px) {
	.gs_logo_area {
		padding-left: 10%;
		padding-right: 10%;
	}
	.gs_logo_single img {
		max-width: 60%;
	}
}

.fMainContent h2 {
	font-size: 40px;
	line-height: 1.3;
	font-family: 'Geomanist-Bold',sans-serif;
	padding-bottom: 0;
}

.fMainContent h3 {
	font-size: 38px;
	line-height: 1.5;
	font-family: 'Geomanist-Bold',sans-serif;
	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;
}

.apply {
	text-align: center;
	padding-left: 20%!important;
	padding-right: 20%!important;
}

.apply .contrast-text {
	display: inline-block;
}

.apply .contrast-text a {
	color: #8c388d!important;
	background: #fff;
	padding: 6px 26px;
	font-weight: 800;
	text-decoration: none!important;
	display: block;
	border: 2px solid #fff;
}

.apply .contrast-text a:hover {
	color: #fff!important;
	background: #8c388d!important;	
}

/* PAGE - DEFAULT */

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

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

h1.fPageTitle {
	font-weight: 700;
	font-size: 42px;
	padding-top: 50px;
	padding-bottom: 30px;
	color: #fc00a1;
	text-align: center;
}

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

.wpcf7 textarea,
.wpcf7 input {
	margin-top: 10px;
}

.wpcf7 input.wpcf7-text,
.wpcf7 input.wpcf7-mail,
.wpcf7 textarea {
	padding: 12px;
	border-radius: 10px;
	border: 1px solid #fc00a1;
}

.fSingleNewsContent .wpcf7 p {
		padding-bottom: 0;
}

@media all and (min-width: 1280px) {
	.fSingleNewsContent .wpcf7 {
		text-align: center;
	}
	.fSingleNewsContent .wpcf7 p:nth-of-type(1),
	.fSingleNewsContent .wpcf7 p:nth-of-type(2),
	.fSingleNewsContent .wpcf7 p:nth-of-type(3), 
	.fSingleNewsContent .wpcf7 p:nth-of-type(4) {
		width: 40%;
		margin-left: 2%;
		margin-right: 2%;
		display: inline-block;
	}
	.fSingleNewsContent .wpcf7 p input {
		width: 100%;
	}
	.fSingleNewsContent .wpcf7 p:nth-of-type(5),
	.fSingleNewsContent .wpcf7 p:nth-of-type(6),
	.fSingleNewsContent .wpcf7 p:nth-of-type(7) {
		width: 100%;
	}
	.fSingleNewsContent .wpcf7 p:nth-of-type(5) label,
	.fSingleNewsContent .wpcf7 p:nth-of-type(6) label {
		width: 100%;
	}
	.fSingleNewsContent .wpcf7 p select {
		width: 84%;
		margin-top: 10px;
		padding: 8px;
		border-color: #fc00a1;
		border-radius: 10px;
	}
	.fSingleNewsContent .wpcf7 textarea {
		width: 84%;
	}
}





.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: 20px;
}

.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%;
	color: #fc00a1;
}

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

.fNewsContent {
	max-height: 220px;
	overflow: hidden;
}

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

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

.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;
}

.fNewsMore a {
	display: block;
	padding: 8px 20px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	background: #fc00a1;
	width: 180px;
	margin: 20px auto;
}

/* 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 .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;
}

/* PAGE - SUPPORT */

.fSupportBanner {
	padding-top: 60px;
	padding-bottom: 10px;
}

.fSupportBanner h1.fSingleNewsTitle {
	padding-top: 10px;
}

.fSupportLead {
	font-size: 22px;
	line-height: 36px;
}

.fSingleNewsContent h2 {
	font-weight: 700;
	padding: 10px 0px 15px 0px;
}

.fSupportWrapper > .container {
	padding: 60px 0;
	display: block;
	margin: 0 auto;
	width: 1200px;
	max-width: 90%;
	line-height: 32px;
}

.fSupportThumbnail {
	padding-top: 60px;
}

.page-template-fSupport .fNewsletter {
	display: none;
}

/* PAGE - SCHOLAR */

.fNewsItem.fScholarItem {
	margin-bottom: 20px;
}

.fScholarMeta {
	font-size: 16px;
	padding-bottom: 15px;
}

.fScholarMeta > div {
	display: inline-block;
}

.fScholarDate {
	font-weight: 600;
}

.fNewsItem.fScholarItem .fNewsTitle {
	padding-bottom: 5px;
}

@media all and (min-width: 992px) {
	.fScholarItem {
		padding-left: 200px;
		background: url(/wp-content/themes/fixmypage/images/scholar.svg) no-repeat left;
		background-size: 110px auto;
	}
}



/* NEWSLETTER */

.fNewsletter {
	padding: 60px 0px;
	background: #55debb;
}

.fNewsletterImg {
	display: block;
	margin: 0 auto;
	width: 80px;
	height: auto;
	margin-bottom: 15px;
}

.fNewsletterTitle {
	font-size: 34px;
	font-weight: 800;
	padding-bottom: 20px;
	text-align: left;
}

.fNewsletterSubtitle {
	padding-bottom: 15px;
}

.fNewsletterForm input.wpcf7-email {
	padding: 12px 15px;
	font-size: 17px;
	width: 340px;
	max-width: 100%;
	margin-bottom: 20px;
	margin-right: 28px;
}

.fNewsletterForm input.wpcf7-submit {
	background: transparent;
	color: #FFF7F3;
	border: 1px solid #FFF7F3;
	border-radius: 30px;
	padding: 11px 30px;
	font-size: 18px;
}

/* FOOTER */

.fFooterDesc {
		padding-top: 60px;
		font-size: 16px;
		font-weight: 400;
}

.fFooterMail {
	padding-top: 30px;
	text-align: right;
}

.fFooterSocials {
	text-align: right;
	margin-right: 20px;
}

.fFB {
	display: inline-block;
	width: 100px;
	height: 100px;
	background: url(images/fb.png) no-repeat center;
	background-size: contain;
}

.fIG {
	display: inline-block;
	width: 100px;
	height: 100px;
	margin-right: 30px;
	background: url(images/ig.png) no-repeat center;
	background-size: contain;
}

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

.fFooter .fFooterMail a {
	font-size: 26px;
	font-weight: 700;
	color: #000;
	text-decoration: none;
}

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

.fFooter {
	width: 100%;
	padding: 20px 0 80px 0;
	background: #6ed0d3;
	font-size: 17px;
	font-weight: 400;
	position: relative;
	z-index: 2;
	
}

.fFooter a {
	
}

.fFooter a:hover {

}

.fFooter .container {
	width: 89%;
	max-width: 89%;
}

.fFooterLogo img {
	width: 400px;
	max-width: 100%;
	height: auto;
}

@media all and (max-width: 1279px) {
	
	#mega-menu-wrap-header_menu .mega-menu-toggle ~ button.mega-close:before {
		font-size: 36px!important;	
	}
	
	/*.fMenu {
		position: fixed;
		left: 0px;
		top: 72px;
		width: 100%;
		height: auto;
		margin: 0;
		text-align: center;
		background: #FFF7F3;
		display: none;
	}
	.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;
		top: 30px;
	}
	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: right;
	margin-bottom: 30px;
}

.fFooterSocials .fSocial {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	width: 52px;
	height: 52px;
	margin-right: 34px;
	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: #fff!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;
}

@media all and (min-width: 1280px) and (max-width: 1699px) {
	.fMenu {
		padding-left: 200px;
	}
}

@media all and (max-width: 991px) {
	.fMainSliderContent {
		top: 30px;
		transform: none;
		max-width: 90%;
	}
}
