/*
Theme Name:     fixmypage
Description:    Theme for Biblioteka Kongresu
Author:         fixmypage.pl
Template:       twentytwenty
*/


/* BODY AND MAIN ELEMENTS */

/* COLORS
	* light-green: #55debb;
	* pink: #ffb4b5;
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

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

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

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

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

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

.fMobile {
	display: none;
}

.fNotMobile {
	display: block;
}

.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: #000;
	transition: 0.1s all ease-in-out;
	-webkit-transition: 0.1s all ease-in-out;
}

a:hover {
	text-decoration: none;
	opacity: 0.9;
	color: initial;
}

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 {
	background: #fff;
	color: #000;
}

.fCTAcontainer {
	text-align: center;
}

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

h1 {
	font-size: 42px;
	font-weight: 700;
	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;
	z-index: 9999;
	background-color: rgba(255,255,255,1);
}

.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 {
	min-height: 80vh;
	padding-top: 150px;
	background: #fff;
	padding-bottom: 80px;
}

.fGreyWrapper {
	background: #f6f6f6;
	padding-top: 160px;
}

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

.fLang {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 10px;
	height: 10px;
	outline: none;
}

.fLang li {
	list-style-type: none;
	text-transform: uppercase;
	font-size: 13px;
}

.fLang li a {
	transition: 0.2s all;
}

.fLang li a:hover {
	color: #ff0018;
}

.fLang li.current-lang {
	display: none;
}

.fButtonContainer {
	width: 100%;
	display: block;
	text-align: center;
}

.fButton {
	height: 36px;
	background: #e9e9e9;
	width: 150px;
	display: inline-block;
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
}

.fButton a {
	color: #fff;
	text-align: center;
	padding-top: 6px;
	display: block;
}

.fButton:hover {
	opacity: 0.7;
}

/* HEADER */

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

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

.fLogo {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 200px;
	height: 100px;
	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 {
}

.fSocial.fFB {
	position: absolute;
	right: 35px;
	top: 40px;
	width: 18px;
	height: 18px;
	background: url(images/fb.svg) no-repeat center;
	background-size: cover;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}

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

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

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

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

ul.menu li {
	display: inline;
	padding: 10px 8px;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
}

ul.menu 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 li.menu-item-131 ul.sub-menu {
	
}

.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.sub-menu li a {
	position: relative;
	display: block;
	text-transform: lowercase;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	padding: 5px;
}

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

.fMenu ul.sub-menu li a:hover {
	color: #55debb;
}

ul.menu > li a {
	color: #000;
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
}

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

}

li.menu-item-18 {
	border: 2px solid #000;
}

.fMenuIcon {
	display: none;
}

/* HOME */

.fTileIcon {
	position: relative;
	width: 100%;
	border: 2px solid #000;
}

.fTileIcon img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 75%;
	max-height: 75%;
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
}

.fTileIcon:hover img {
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
}

.fTileTitle {
	display: block;
	font-size: 19px;
	font-weight: 700;
	color: #000;
	padding: 10px 0;
	padding-bottom: 30px;
	max-width: 60%;
}

h1.fHomeTitle {
	padding-bottom: 30px;
}

.searchandfilter ul {
	padding-left: 0;
}

.searchandfilter li {
	display: block;
}

.searchandfilter li h4 {
	font-weight: 700;
	margin-top: 30px;
}

.searchandfilter li input[type=submit] {
	background: #fff;
	color: #000;
	border: 2px solid #000;
	box-shadow: none;
	outline: none;
	font-weight: 700;
	font-size: 16px;
	padding: 8px 32px;
	cursor: pointer;
	margin: 30px 0;
}

.searchandfilter li input[type=text] {
	padding: 8px 15px;
	border: 2px solid #000;
	box-shadow: none;
	width: 100%;
	max-width: 280px;
	padding-left: 50px;
	background: url(images/lupa.svg) no-repeat center left 10px;
	background-size: 24px auto;
}

.searchandfilter li ::placeholder {
	color: #000!important;
	font-weight: 700!important;
}

/* CATEGORY */

h1.fPageTitle {
	font-weight: 700;
	padding-top: 0;
	padding-bottom: 26px;
	font-size: 36px;
}

.category h1.fPageTitle,
.archive h1.fPageTitle {
	font-size: 26px;
}

.fPostItem {
	margin-bottom: 40px;	
}

.fPostTitle {
	color: #000;
	font-weight: 700;
	padding-top: 20px;
	font-size: 18px;
}

.fPostImage img {
	width: 70%;
	height: auto;
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
}

.fPostImage img:hover {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
}

.fOrgPhoto img {	
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
}

.fOrgPhoto img:hover {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
}

/* SINGLE */

.single h1.fPageTitle {
	padding-bottom: 30px;
}

.fSingleBack {
	padding-bottom: 30px;
}

.fSingleBack a {
	font-weight: 700;
	color: #000;
	cursor: pointer;
}

.fSingleTitle {
	font-weight: 700;
	margin-bottom: 30px;
}

.fSingleThumb img {
	width: 90%;
	height: auto;
	box-shadow: 0 0 6px 6px #d9d9d9;
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
}

.fSingleThumb img:hover {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
}

.single .fSectionCTA {
	margin-top: 20px;
	margin-right: 10%;
}

.fSectionCTA {
	text-align: center;
}

a.fCTA {
	background: #fff;
	color: #000;
	border: 2px solid #000;
	box-shadow: none;
	outline: none;
	font-weight: 700;
	font-size: 16px;
	padding: 8px 32px;
	cursor: pointer;
	margin: 30px 0;
}

/* PAGE - DEFAULT */

.fPageContent {
	display: block;
	margin: 0 auto;
	width: 800px;
	max-width: 100%;
}

.fPageDesc h2 {
	font-size: 26px;
	font-weight: 700;
	padding: 60px 0 20px 0;
}

.fPagePhotos {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 80px; 
}

.fPagePhotos img.aligncenter {
	margin: 30px auto;
}

/* PAGE - ADD */

.page-template-fAdd .searchandfilter input[type="submit"],
.page-template-fThanks .searchandfilter input[type="submit"] {
	display: none;
}

input.wpcf7-submit {
	background: #fff!important;
	color: #000;
	border: 2px solid #747474;
	box-shadow: none;
	outline: none;
	font-weight: 700;
	font-size: 16px;
	padding: 6px 32px;
	cursor: pointer;
	margin: 30px 0;
}

input.wpcf7-text, input.wpcf7-email {
	padding: 5px 15px;
	margin: 2px 15px 10px 0;
	border: 2px solid #747474!important;
}

input.wpcf7-text {
	width: 33%;
	min-width: 200px;
}
input.wpcf7-email {
	width: calc(50% - 15px);
	min-width: 200px;
}

/* PAGE - THANKS */

.page-template-fThanks .fPageTitle {
	width: 500px;
	max-width: 100%;
}

/* PAGE - LOGIN */

.page-template-fLogin .fFooter {
	position: fixed;
	bottom: 0;
}

.page-template-fLogin .fWrapper,
.page-template-fLogin .fHeader,
.page-template-fLogin .fFooter {
	filter:blur(4px);
    -o-filter:blur(4px);
    -ms-filter:blur(4px);
    -moz-filter:blur(4px);
    -webkit-filter:blur(4px);
}

.fLoginContainer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 99999; 
}

.fLoginInner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	border: 2px solid #000;
	background: #FFAC2D;
	width: 700px;
	max-width: 90%;
	height: auto;
	text-align: center;
	padding-top: 20px;
}

.fLoginInner input {
	border: 1px solid #898989!important;
	margin: 10px;
	padding: 6px 20px;
}

.fLoginInner button.fSubmit {
	background: #fff!important;
	border: 1px solid #898989;
	padding: 7px 20px;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 700!important;
}

.fLoginImg {
	width: 33%;
	height: auto;
	margin: 0 auto;
}

.fLoginInner p {
	font-size: 15px;
}

.fLoginInner a {
	font-weight: 700;
	color: #000;
}

/* PAGE - MAIN ORG */

.page-template-fThanksOrg,
.tax-zakres,
.tax-kategoria-ofert,
.page-template-fOrg,
.page-template-fClass {
	border: 6px solid #ffaf45;
}

.page-template-fThanksOrg .fLogo,
.tax-zakres .fLogo,
.tax-kategoria-ofert .fLogo,
.page-template-fOrg .fLogo,
.page-template-fClass .fLogo {
	background: url('images/logoOrg.svg') no-repeat center;
	background-size: contain;
	background-position: left;
	height: 130px;
	top: 10px;
}

.page-template-fThanksOrg .fWrapper,
.tax-zakres .fWrapper,
.tax-kategoria-ofert .fWrapper,
.page-template-fOrg .fWrapper,
.page-template-fClass .fWrapper {
	padding-top: 170px;
}

.page-template-fThanksOrg .fHeader,
.tax-zakres .fHeader,
.tax-kategoria-ofert .fHeader,
.page-template-fOrg .fHeader,
.page-template-fClass .fHeader {
	border: 6px solid #ffaf45;
	border-bottom: none;
	height: 150px;
}

/* PAGE - NASZA KLASA */

.fClassAdd {
	border: 3px solid #000;
	padding: 30px 10px;
	padding-left: 50px;
	padding-top: 40px;
	cursor: pointer;
}

.fClassAdd h2 {
	font-weight: 700;
	text-align: center;
	color: #000;
}

.fClassAdd.f1 {
	background: url(images/offer.svg) no-repeat center left 15px;
	background-size: auto 70%;
	background-color: #ffaf45;
}

.fClassAdd.f2 {
	background: url(images/need.svg) no-repeat center left 15px;
	background-size: auto 70%;
	background-color: #ff4e9d;
}

.fOfferItem {
	border: 3px solid #ffb155;
	padding: 30px;
	padding-bottom: 0;
	margin-bottom: 30px;
}

.fOfferItem.oferuje-wsparcie {
	border: 3px solid #ff60a6;
}

.fOfferTitle {
	font-weight: 700;
	font-size: 18px;
}

.fOfferCats {
	font-size: 14px;
	color: #4fbbdd;
	font-weight: 700;
	padding: 10px 0;
}

.fOfferItem a.fCTA {
	position: relative;
	margin-top: 10px;
}

.fOfferLess a.fCTA {
	padding-right: 40px;
}

.fOfferLess a.fCTA span {
	position: absolute;
	top: 18%;
	right: 12px;
	font-size: 22px;
}

.fOfferDesc {
	display: none;
}

.fOfferThumb {
	margin-top: 33%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.fClassContent h2 {
	font-weight: 700;
	font-size: 26px;
	padding-bottom: 10px;
}

/* FORM - NASZA KLASA */

.fBlurred {
	filter:blur(4px);
    -o-filter:blur(4px);
    -ms-filter:blur(4px);
    -moz-filter:blur(4px);
    -webkit-filter:blur(4px);
}

.fFormContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	z-index: 99999;
	display: none; 
}

.fFormInner {
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	border: 15px solid #FFAC2D;
	background: #FFF;
	width: 900px;
	max-width: 90%;
	height: auto;
	padding: 40px;
	margin-bottom: 100px;
}

.fFormInner h6 {
	font-size: 16px;
	font-weight: 700;
	padding-top: 15px;
}

.page-template-fAdd form select {
	padding: 8px 6px;
	border: 2px solid #898989!important;
	min-width: 80%;
	outline: none;
	margin-top: 5px;
}

.page-template-fAdd form input#fNewOrg {
	min-width: 80%;
}

.fFormInner select {
	padding: 8px 6px;
	border: 1px solid #898989!important;
}

.fFormInner input.wpcf7-email {
	border: 1px solid #898989!important;
	min-width: 50%;
}

.fFormInner textarea {
	width: 100%;
	border: 1px solid #898989;
	padding: 10px;
	box-sizing: border-box;
}

.fFormSubmit {
	text-align: center;
}

.fFormInner input.wpcf7-submit {
	border: 1px solid #FFAC2D;
	background: #FFAC2D!important;
	color: #000;
	font-weight: 700;
	font-size: 21px;
	padding: 22px 40px;
}

.fFormSubmit {
	position: relative;
}

.fSubmitLayer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.fFormInner .wpcf7-checkbox label  {
	padding: 5px 15px;
	border: 2px solid #898989;
	border-radius: 30px;
	background: #fff;
	cursor: pointer;
}

.fFormInner .wpcf7-checkbox .wpcf7-list-item {
	margin-left: 0;
	margin-right: 12px;
	margin-bottom: 4px;
}

.fFormInner .wpcf7-checkbox label.fChecked {
	background: #c9c9c9;
}

.fFormInner .wpcf7-checkbox input {
	position: fixed;
	top: -9999px;
}

.fFormInner.f2 {
 border: 15px solid #ff4e9d;
}

.fFormInner.f2 input.wpcf7-submit {
	border: 1px solid #ff4e9d;
	background: #ff4e9d!important;
}

.fFormInner h1 {
	font-size: 36px;
    background: #FFAC2D;
    width: 100%;
    margin-left: -41px;
    margin-top: -41px;
    width: calc(100% + 82px);
    padding-top: 5px;
    padding-bottom: 15px;
}

.fFormInner.f2 h1 {
    background: #ff4e9d;
}

.fFormClose {
	position: absolute;
	top: 5px;
	right: 0;
	cursor: pointer;
	opacity: 1;
	color: #000;
	font-size: 9px;
	padding-top: 28px;
	width: 36px;
	background: url(images/close.png) no-repeat top;
	background-size: 24px auto;
}

/* TAXONOMY - RODZAJ */

.fOrgItem {
	margin-bottom: 40px;
}

.fOrgTitle a {
	color: #000;
}

/* FOOTER */

.fFooter {
	position: relative;
	width: 100%;
	height: 300px;
	padding: 80px 0px;
	color: #000;
	background: url(images/footer.svg) no-repeat bottom;
	background-size: 500px auto;
	font-size: 17px;
	font-weight: 400;
	line-height: 25px;
	position: relative;
	z-index: 2;
}

.fCredits {
	position: absolute;
	bottom: 10px;
	right: 20px;
}

.fCredits p {
	float: left;
	padding-top: 8px;
	margin: 0;
	font-size: 12px;
}

.fCredits img {
	float: left;
	margin-left: 20px;
	height: 40px;
	width: auto;
}

.fCursor {
	cursor: pointer!important;
}

.fMenuMobTitle {
	display: none;
}

.search .entry-title {
	padding-top: 30px;
}

@media all and (max-width: 1365px) {
	.fHeadTitle {
		font-size: 28px;
		line-height: 36px;
	}
	.fHeadDesc {
		margin: 20px 0px;
		font-size: 24px;
		line-height: 30px;
	}
	.fHeadCTA a {
		padding: 8px 20px;
	}
	.fTopMenu {
		right: 60px;
	}
	.fSocial.fInst {
		right: 60px;
	}
	.fSocial.fFB {
		right: 90px;
	}
}

@media all and (max-width: 1279px) {
	.fMenuMobTitle {
		display: block;
		padding: 30px;
		text-align: left;
		font-size: 22px;
		font-weight: 700;
	}
	.fMenu {
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: auto;
		background: #fff;
		margin: 0;
		text-align: left;
		border-bottom: 1px dotted #f04e30;
		display: none;
		z-index: 9999;
	}
	.fMenu ul.menu {
		padding: 20px 15px 30px 15px;
		border-bottom: 1px #898989;
		width: 100%;
		text-align: left;
	}
	.fMenu ul.menu li {
		display: block;
		height: 32px;
		padding-bottom: 8px;
		padding-left: 20px;
		padding-right: 20px;
		text-align: left;
		margin: 0;
	}
	.fMenu ul.menu li a {
		display: block;
		padding-top: 0;
		padding-bottom: 0;
		color: #000;
		font-size: 26px;
	}
	.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;
	}
	.fMenu ul.menu li.menu-item-18 {
		margin-top: 10px;
		display: inline-block;
		margin-left: 20px;
	}
	.fMenuIcon {
		display: block;
		position: fixed;
		right: 20px;
		top: 20px;
		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;
	}
	.fMenuIcon .fMenuIconTitle,
	.fMenuIcon .fMenuIconClickedTitle {
		font-size: 11px;
		margin-top: 4px;
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
	}
	.fMenuIcon .fMenuIconClickedTitle {
		display: none;
	)
}

@media all and (max-width: 991px) {
	.fNotMobile {
		display: none;
	}
	.fMobile {
		display: block;
	}
	.fLogo {
		width: 150px;
	}
	html, body {
		overflow-x: hidden;
	}
	.fMenu {
		text-align: center;
		padding-right: 0;
	}
	.fMenu ul.menu li a {
		font-size: 22px;
	}
	.fNewsItem {
		margin-bottom: 0px;
	}
	.searchandfilter ul > li {
		display: none;
	}
	.searchandfilter ul > li:nth-child(1) {
		display: block;
	}
	.fHomeTitle.fMobile {
		font-size: 30px;
		padding-bottom: 0px;
	}
	.container.fMobileFull {
		max-width: 100%;
		width: 100%!important;
		margin: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.fMobilePadding {
		padding-left: 30px;
		padding-right: 30px;
	}
	.fTileIcon {
		border-left: none;
		border-right: none;
		border-top: none;
		border-bottom: 3px solid #000;
		min-height: 300px;	
	}
	.fTileIcon.f1 {
		border-top: 3px solid #000;
	}
	.fTileIcon img {
		height: 50%;
		max-height: 50%;
		top: 25%;
		left: 5%;
		margin: 0;
	}
	.fHomeTiles .col-lg-3 {
		position: relative;
	}
	.fTileTitle {
		position: absolute;
		top: 50%;
		left: 40%;
		font-size: 36px;
		width: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.fHomeTiles .row {
		margin-bottom: -1px;
	}
	.fNotMobileCol {
		display: none;
	}
	.fCredits {
		bottom: auto;
		right: auto;
		top: 0;
		left: 50%;
		margin-left: -170px;
	}
	.fCredits p {
		float: none;
		margin-bottom: 10px;
		text-align: center;
	}
	.fFooter {
		background-size: 360px auto;
	}
	.searchandfilter ul {
		width: 100%;
	}
	.searchandfilter li input[type=text] {
		max-width: 400px;
	}
	.fMobFil a.fCTA {
		margin-top: 5px;
	}
	h1 { font-size: 29px }
	.fTileIcon img { height: 40%; max-height: 40%; top: 25% }
	.fClassAdd { margin-bottom: 20px }
	.fFormInner h1 { font-size: 24px; line-height: 41px }
	.fFormInner select { max-width: 100% }
}	

@media all and (max-width: 699px) {
	.fTileIcon {
		min-height: 240px;	
	}
	.fTileIcon img {
		height: 40%;
		max-height: 40%;
		top: 25%;
		left: 5%;
		margin: 0;
	}
	.fTileTitle {
		font-size: 30px;
	}
	.fFormInner input.wpcf7-email {
		border: 1px solid #898989!important;
		min-width: 80%;
	}
	.fFormInner input.wpcf7-submit {
		font-size: 19px;
		padding: 15px 25px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

/* NAV-ICON */

/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 36x;
  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: #000;
  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);
}
