/*
Theme Name: AdmitOne
Theme URI:  https://www.admit-one.co.uk
Author:     AdmitOne
Author URI: https://www.admit-one.co.uk
Template:   neve
Version:    1.0
License:    GNU General Public License v2 or later
*/
			    
/* CSS added with WPS Child Theme Generator */			    

/*
Theme Name:   AdmitOne
Description:  Admit One
Author:       James Gibson
Author URL:   James Gibson
Template:     neve
Version:      1.0
ense v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  AdmitOne
*/

/* Write here your own personal stylesheet */

/* ==============================
Contents
--------
#Global
#Backgrounds
#Footer
#Forms
#Header
#Home
#Posts
================================*/



/* ==============================
#Global
================================*/


html {
    scroll-behavior: smooth;
}

:target:before {
    content: "";
    display: block;
    height: 100px;
    margin: -300px 0 0;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

body {font-family:'Muli', Helvetica, Arial, sans-serif;}

strong {letter-spacing:0.5px;}

h1, h2, h3, h4, h5, h6 {
	margin-bottom:5px!important;
	font-family:'Poppins', Helvetica, Arial, sans-serif;
}

p {margin-bottom:20px;}

.wp-block-coblocks-row[data-columns=\"1\"] .wp-block-coblocks-column__inner>[class*=wp-block-] {
	max-width:1200px;
}

:root {
 	--border-radius-8: 8px; 
	--border-radius-10: 10px; 
	
	--pt-sm:100px;
	--pt-md:200px;
	--pt-lg:300px;
	--pb-sm:100px;
	--pb-md:200px;
	--pb-lg:300px;

	--px-sm:0 20px;
	--px-md:0 40px;
	--px-lg:0 60px;
	--py-sm:20px 0;
	--py-md:40px 0;
	--py-lg:60px 0;
	--p-sm:20px;
	--p-md:40px;
	--p-lg:60px;

	--my-sm:1.5em 0;
	--my-md:3em 0;
	--my-lg:4.5em 0;
	--mt-sm:1.5em;
	--mt-md:3em;
	--mt-lg:4.5em;
	--mb-sm:1.5em;
	--mb-md:3em;
	--mb-lg:4.5em;
}

#content .wp-block-column {word-break:normal; overflow-wrap:normal;}

/*Remove spacing in Signup Widget Footer */
footer.site-footer .widget {margin:0;}

/* ==============================
#Backgrounds
================================*/
/* 
body.home {
	background-image: url("/wp-content/uploads/2026/03/bg_home.png");
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
} */
/* ==============================
#Footer
================================*/

.footer-main {
	padding:2em 0;
}

.footer--row-inner {
	padding: 0 15px;
}

/* ==============================
#Forms
================================*/

/* Sets label above form-field */
form .mc-field-group {
	display:flex;
	flex-direction:column;
	margin-top:10px;
}

form input.button {
	border-radius:var(--border-radius-8);
	margin:var(--my-sm);
}

/* Styling Checkboxes */
form .mc-field-group ul {
	list-style:none;
	margin:0;
	padding:0;
}

form .mc-field-group ul.a1Checkbox li {
	display:inline-block;
	margin:5px;
}
form .mc-field-group ul label {
	display:block;
	border: 1px solid #acacac;
    padding: 5px 10px;
    border-radius: 3px;
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
}

form .mc-field-group ul label:hover { cursor:pointer; }

form .mc-field-group ul input[type="checkbox"]:checked + label {
	background:#a9252b;
	color:white;
	border: 1px solid #a9252b;
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
}
form .mc-field-group ul input[type=checkbox] { display:none; }

/* GDPR */
form #gdpr.mc-field-group {margin-top: 20px;}
form #gdpr.mc-field-group p {margin-bottom:10px;}

/* ==============================
#Header
================================*/
.hfg_header .header--row.header-main {
	-webkit-transition: background-color .5s ease-out, height .2s ease-out;
  -moz-transition: background-color .5s ease-out, height .2s ease-out;
  -o-transition: background-color .5s ease-out, height .2s ease-out;
  transition: background-color .5s ease-out, height .2s ease-out;
}

body.home .hfg_header .header--row.header-main a.button, #header-menu-sidebar-inner a.button {
	border:none;
}

/* Button style when header backgeround is applied */
body.home .hfg_header.is-stuck .header--row.header-main a.button {
	border:1px solid #ffffff;
	color: #ffffff;
}

/* Mobile Menu */
.header-menu-sidebar .navbar-toggle-wrapper button.navbar-toggle {
	border:none;
	padding-right:0;
}

.header-menu-sidebar .has-nav {
	margin:20px 0;
}


/* =============================
#Home
================================*/
/*INTRO*/
.a1HomeIntro .counter {
	margin: 20px;
	padding:20px!important;;
}

.a1HomeIndustry .innerblocks-wrap .wp-block-themeisle-blocks-advanced-column {
	width:100%;
}
/* Medium Screen */
@media (min-width: 783px) {
	.a1HomeIndustry {
		
	}
}

/*=== ISOMETRIC TABS ===*/
/*MENU*/
ul#a1HomeTabs li {
    width: calc(100% / 2);
    margin: 0px -4px;
    text-align: center;
    padding: 10px;
}
/* Medium Screen */
@media (min-width: 783px) {
	ul#a1HomeTabs li {
		width: calc(100% / 4);
	}
}
/* Large Screen */
@media (min-width: 1201px) {
	ul#a1HomeTabs li {
		width: calc(100% / 6);
	}
}



ul#a1HomeTabs li a {
	display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    border-radius: 10px;
    border: 1px solid #acacac;
}

ul#a1HomeTabs li.active a {
	color:white;
	background:var(--nv-primary-accent);
	border:1px solid var(--nv-primary-accent);
}

ul#a1HomeTabs li.active .buttons img {
	opacity:0!IMPORTANT;
}
/*CONTENT*/
.tabs {
	border-bottom:none;
}
.tabs-content .tab .caption {
	position: relative;
    left: 0px;
    max-width: 100%;
	padding: 2em;
}
.tabs-content .tab .caption .intro {
	margin-bottom:0;
}

/* Large Screen */
@media (min-width: 1024px) {
.tabs-content .tab .caption {
		position: absolute;
		left: 75%;
        max-width: 23%;
		z-index: 2;
		top:20px;
		background-color: white;
		border-radius: 10px;
		-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3); 
		box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
	}
	
	.tab figure img {
		width:85%!important;
		height:auto;
	}
/* ==============================
#Posts
================================*/
/*Sets Post Header content to centre*/
body .nv-post-cover { --textalign: center; }
body .nv-post-cover .container { justify-content:center;}


/*POST GRID */
/*Sorts Margin issue.*/
@media (min-width: 1200px) {
	.grid-right .rt-grid-item {
		margin-bottom:0!important;
	}
	.grid-right .rt-grid-item:first-child {
		margin-bottom:40px!important;
	}
}

/*Removes folder icon */
.flaticon-folder { display: none; }
/* Category Text Uppercase */
.flaticon-folder + a { text-transform:uppercase; }