/*
	Theme Name: Love Support Unite
	Theme URI: https://wpdedicated.uk
	Description: Hand Crafted theme
	Version: 1.0
	Author: Ben Kitching
	Author URI: https://benkitching.uk
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

:root {
  --orange: #EF8550;
  --black: #000;
  --white: #fff;
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

html {
	font-size: 1vw;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
}

@media (min-width: 1921px) {
	html {
		font-size: 19px;
	}
}

body {
	font: normal 1.6rem/1.2 'Jomhuria', arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	max-width: 100vw;
	overflow-x: clip;
}

body.loading, body.burger {
	overflow: hidden;
}

#header, main, .footer {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#loader {
	background-color: #fff;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
}

/* clear */
.clear: before,
.clear: after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

/*------------------------------------*\
    LINKS
\*------------------------------------*/

a {
	color: inherit;
	text-decoration: underline;
	transition: 0.5s all;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

a.no-decoration {
	text-decoration: none;
}

.btn {
	font-size: 1.6rem;
	padding: 0.5rem 1rem;
	border: 1px solid;
	border-radius: 1rem;
	font-weight: bold;
	text-decoration: none;
}

/*------------------------------------*\
    FORMS
\*------------------------------------*/

input:focus {
	outline:0;
	border:1px solid #003D47;
}

input[type=text], input[type=textarea], input[type=email], input[type=password] {
	padding:1rem;
	background-color:#fff;
	border-radius: 1rem;
	border:1px solid var(--light-blue);
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

main {
	padding-top: 8rem;
}

.block {
	width:100%;
	position: relative;
}

.wrapper {
	max-width: 1824px;
	width: 95%;
	margin: 0 auto;
	position: relative;
}

.logo {
	width: 100%;
	height: auto;
}

.logo img {
	height: auto;
	width: 100%;
}

#header {
	position: fixed;
	background: transparent;
	padding: 2rem 2rem 0;
	width: 100%;
	top:0;
	left: 0;
	z-index: 99;
}

#header.scrolled {
	
}

.footer {
	font-size: 1.2rem;
}

.footer a {
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

/*------------------------------------*\
    Colors
\*------------------------------------*/



/*------------------------------------*\
	MISC
\*------------------------------------*/

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
::-webkit-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

p {
	margin: 1rem 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, h5, h6 {
	font-family: 'Hegarty', arial, sans-serif;
	margin:1rem 0;
	line-height: 1;
	font-weight: normal;
}

h1, .h1 {
	font-size: 3.6rem;
}

h2, .h2 {
	font-size: 2.6rem;
}

h3, .h3 {
	font-size: 2.2rem;
}

h4, .h4 {
	font-size: 1.5rem;
}

h5, .h5 {
	font-size: 1.2rem;
}

.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}

.text-upper {
	text-transform: uppercase;
}

@font-face {
    font-family: 'Jomhuria';
    src: url('./fonts/jomhuria.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hegarty';
    src: url('./fonts/hegarty.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*------------------------------------*\
    Spacing and Grid
\*------------------------------------*/

.w100 {
	width: 100%;
}


/*------------------------------------*\
    Blocks
\*------------------------------------*/



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

.sfs {
	display: none;
}

@media (orientation: portrait) {

	html {
		font-size: 1vw;
	}

	.hfs {
		display: none;
	}
	.sfs {
		display: block;
	}

}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.block-editor-block-list__block {
	width: 80%;
	max-width: 1440px;
}

.block-editor-block-list__block.acf-block-preview {
	zoom:0.5;
}
html .mceContentBody {
    font-size: 18px;
    padding:10px;
}
html .mceContentBody p {
	margin: 16px 0;
	font-size: 14px;
	line-height: 1.1;
}
.editor-styles-wrapper a {
	text-decoration: none;
}
.editor-styles-wrapper input[type=text], .editor-styles-wrapper input[type=textarea], .editor-styles-wrapper input[type=email], .editor-styles-wrapper input[type=password] {
	border-radius: 4px;
	border: 1px solid #8c8f94;
}

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}