/*
 Theme Name:   My Future Choice
 Description:  Default GeneratePress child theme
 Author:       Full Circle Marketing
 Author URI:   https://full-circle-marketing.co.uk
 Template:     generatepress
 Version:      0.1
*/

html[lang=en-US]{
	.en-US--hide {
		display: none!important;
	}
}
html[lang=ga-IE]{
	.ga-IE--hide {
		display: none!important;
	}
}
html[lang=cy-GB]{
	.cy-GB--hide {
		display: none!important;
	}
}

::selection {
	background-color: var(--mfc-pink);
	color: var(--base-3);
}

.d-none {
	display: none!important;
}

h1, h2, h3, h4, h5, h6 {font-family: "museo700", serif;}

.wp-block-uagb-advanced-heading .uagb-heading-text {
	margin:inherit;
}

.m-0 {
	margin: 0!important;
}

.text-align--center * {
	text-align: center!important;
}

.text-align--left * {
	text-align: left!important;
}

button, html input[type="button"] {
border-radius:50px;
}

@media only screen and (max-width:767px)
{
.newsletter-section .gb-inside-container .formHolder h2
{font-size:24px;
line-height:34px;
	text-align: center;}
}

.rounded-button a
{
	display:inline-block;
	line-height:40px;
	border-radius:50px;
	padding-left:20px;
	padding-right:20px;
}

#menu-item-79 a,
#menu-item-82 a,
#menu-item-8488 a,
#menu-item-8489 a,
#menu-item-8905 a,
#menu-item-8906 a {
	margin-right: 20px;
}

#menu-item-79 a,
#menu-item-8488 a,
#menu-item-8905 a {
	line-height: 36px;
	border: 2px solid #ffffff;
	color: #ffffff;
}

#menu-item-82 a,
#menu-item-8489 a,
#menu-item-8906 a {
	line-height: 40px;
	background-color: #ffffff;
	color: #203C4F;
}

body:not(.has-hero) .site-header {
	background-color: var(--mfc-grey);
}

#sticky-navigation,
#mobile-header {
	/*background-color: rgba(17,17,17,0.70);*/
	background-color: rgba(54,82,96,0.90);
}

#mobile-header {
	position:fixed;
}

#mobile-header #mobile-menu .sub-menu {
	background-color: transparent;
	color: #ffffff;
}

#mobile-header #mobile-menu .sub-menu a {
	color: #ffffff;
}

@media only screen and (max-width:880px)
{
	#mobile-header #mobile-menu .menu-item-79 a,
	#mobile-header #mobile-menu .menu-item-82 a
	{
		display: inline-block;
		margin-bottom: 25px;
		line-height: 40px;
	}

	#mobile-header #mobile-menu .menu-item-79 a {
		margin-top: 5px;
	}
}

#footer-widgets,
#footer-widgets a {
	font-size: 1em;
	text-decoration: none;
}

#footer-widgets .footer-title h4 {
	text-align: left;
	margin-bottom:20px;
}

.site-footer {
	background-image: url("../jpg/colour-strip.jpg") ;
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 10px;
	background-size: contain;
}

.wp-block-uagb-advanced-heading h1,
.wp-block-uagb-advanced-heading h1 ~ .uagb-desc-text,
.wp-block-uagb-advanced-heading h2,
.wp-block-uagb-advanced-heading h3,
.wp-block-uagb-advanced-heading h4 {
	text-align: left;
}

/*HOW WE HELP TABS*/

.choices-container {
    background: linear-gradient(180deg, #3B6C88 30%, #ffffff 30%);
}

.choices {
	overflow-y: hidden;
	max-height: 47vh;
}

.choices .choices-content-container {
	height: 47vh;
	max-height: 140px;
	padding: 20px;
	overflow-y: hidden;
	transition: max-height .35s;
}

.choices .choices-content {
	padding: 20px 35px 20px 120px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100px;
	text-align: left;
}

.choices .choices-content.choices-content--fc {
	background-image: url("../png/myfirstchoices-age-icon.png");
}

.choices .choices-content.choices-content--apt {
	background-image: url("../png/aptitude-age-icon.png");
}

.choices .choices-content.choices-content--cc {
	background-image: url("../png/mycareerchoices-age-icon.png");
}

.choices .choices-content.choices-content--uc {
	background-image: url("../png/myunichoices-age-icon.png");
}

.choices .choices-content.choices-content--eq {
	background-image: url("../png/eq-symbol-wht.png");
}

.choices .choices-content.choices-content--cq {
	background-image: url("../png/cq-symbol-wht.png");
}

.choices .choices-content p,
.choices .choices-button {
	opacity: 0;
	transition: opacity .35s;
}

.choices:hover .choices-content-container {
	max-height: 47vh;
}

.choices:hover .choices-content p,
.choices:hover .choices-button {
	opacity: 1;
	transition: opacity .35s .15s;
}

@media only screen and (min-width:1024px) {
	.choices .choices-content-container .choices-content h4 {
		font-size: 30px;
	}
}

@media only screen and (max-width:1024px) {
	.choices .choices-content-container {
		height: 100%;
		max-height: 110px;
	}

	.choices:hover .choices-content-container {
		max-height: 100%;
	}

	.choices .choices-content-container .choices-content {
		padding-left: 80px;
		background-size: 70px;
	}

	.choices .choices-content-container .gb-button-wrapper {
		margin-top: 0;
		margin-left: 80px;
	}
}

@media only screen and (max-width:768px) {

	.choices {
		flex-basis: 100%!important;
		margin-bottom: 20px;
	}

}

html[lang=en-US]{
	.choices.choices-eq,
	.choices.choices-cq {
		display: none;
	}
}
html[lang=ga-IE]{
	.choices.choices-mycc,
	.choices.choices-cq {
		display: none;
	}
	.choices.choices-eq {
		display: flex;
	}
}
html[lang=cy-GB]{
	.choices.choices-mycc,
	.choices.choices-eq {
		display: none;
	}
	.choices.choices-cq {
		display: flex;
	}
}

/*PRICING PAGE*/

.drop-shadow {
-webkit-box-shadow: 0 18px 40px -10px rgb(0 0 0 / 20%);
box-shadow: 0 18px 40px -10px rgb(0 0 0 / 20%);
}

.price-container .gb-inside-container {
	height: 100%;
	position: relative;
}

/*WHO DO WE HELP*/

.who {
	position: relative;
	transition: filter .35s;
}

.who a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.who a span {
	display: none;
}

.who:hover {
	filter:brightness(0.85)
}

.who h3,
.who p {
	text-align: left;
}

/* SLICK SLIDER CUSTOM */

[class*="-slick-carousel"] .slick-track {
	display: flex;
	align-items: center;
}

/*.successes-post-grid .uagb-post__inner-wrap {
	box-shadow: rgba(149, 157, 165, 0.4) 0px 6px 10px;
}*/

/* CONTACT FORM 7 CUSTOM */

.wpcf7 .label-group {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	margin: 0 -1%;
}

	.wpcf7 .label-group label {
		flex: 0 0 48%;
		margin: 0 1% 1rem;
	}

.wpcf7 label {
	display: block;
	margin-bottom: 1rem;
}

@media only screen and (max-width:1024px){
	.wpcf7 .label-group {
		margin: 0;
	}

		.wpcf7 .label-group label {
			flex: 0 0 100%;
			margin: 0 0 1rem;
		}
}

.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7 textarea,
.wpcf7 select,
.wpcf7-text,
.wpcf7 input[type="file"]
{
    width: 100%;
}

.wpcf7 input[type="date"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="url"],
.wpcf7 select,
.wpcf7 textarea {
	width: 100%;
	border-radius: 10px;
	padding: 16px 20px;
	background-color: #ffffff;
	border:1px solid #cccccc;
	color:#365260;

}

.wpcf7 input:focus::placeholder {
  color: transparent;
}

span.wpcf7-list-item { display: block; padding-bottom:5px; }

.wpcf7 .label-spacing {
	margin-bottom: 8px;
	display: block;
}

.wpcf7 input[type="submit"] {
	color: #ffffff;
	font-size: 18px;
	background: #59BBAF;
	padding: 15px 25px 15px 25px;
	border: none;
	border-radius: 50px;
	width: 100%;
}

.wpcf7 input:hover[type="submit"] {
	background: #43A599;
	transition: all 0.4s ease 0s;
}

.wpcf7-form select:focus {
	background: #ffffff;

}

.wp-block-latest-posts-block-latest-posts-block-latest-posts .latest-posts-block-post-content .latest-posts-block-post-category a,
.read-more-container a {
	border-radius: 50px;
}

/* TEAM STYLES */

.wp-block-uagb-team {
	width: 100%;
	padding-top: 60px;
	background-image: url('../png/symbol-35-opacity.png');
	background-position: center top 15px;
	background-repeat: no-repeat;
	background-size: 270px;
}

.wp-block-uagb-team .uagb-team__content .uagb-team__title {
	margin-top: 3rem;
}

/* LANGUAGE SELECTOR TOOL */

.main-navigation:is(.toggled) ul li:hover > ul {
	left: auto;
    opacity: 1;
    transition-delay: 150ms;
    pointer-events: auto;
    height: auto;
    overflow: visible;
}

.menu-bar-items .wpml-ls ul {
	display: block;
}

.wpml-ls {
	width: auto;
}

.wpml-ls .wpml-ls-item-toggle {
	width: 100%;
	height: 40px;
    display: flex;
	padding: 0 10px;
	border-radius: 50px;
	border: 1px solid #ffffff;
	background-color: transparent;
	box-sizing: border-box;
	line-height: 36px;
	z-index: 9;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
	padding-right: calc(10px + 1rem);
}

.wpml-ls .wpml-ls-link {
	padding: 10px;
}

.wpml-ls .wpml-ls-item-toggle,
.wpml-ls .wpml-ls-link {
	display: flex;
	align-items: center;
}

.wpml-ls-item-ga > a::before,
.wpml-ls-item-cy > a::before {
	content: "(Beta)";
	padding: 0 0 0 5px;
	font-size: 9px;
	order: 2;
	color: var(--contrast-3);
}

.wpml-ls-legacy-dropdown-click .wpml-ls-item {
	width: 90px;
    position: relative;
}

.wpml-ls-legacy-dropdown-click a {
	padding: 10px;
	border: none;
	background-color: transparent;
	color: #ffffff;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a,
.wpml-ls-legacy-dropdown-click a,
.wpml-ls-legacy-dropdown-click a:focus,
.wpml-ls-legacy-dropdown-click a:hover {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color: var(--contrast-3);
}

.wpml-ls .wpml-ls-sub-menu {
	width: 100%;
    border: 0;
    background-color: #ffffff;
    padding: 25px 0 10px;
    right: auto;
    top: 20px;
    z-index: 0;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
	overflow: hidden!important;
}

.wpml-ls .wpml-ls-sub-menu a {
	border: 0;
	opacity: .5;
	transition: opacity .35s;
}

.wpml-ls .wpml-ls-sub-menu a:hover {
	opacity: 1;
}

/* FOOTER */

.footer-widgets .widget ul li {
	margin-bottom: 0;
}

@media only screen and (min-width:769px) and (max-width:1024px){
	#footer-widgets .inside-footer-widgets {
		margin-left: 0;
		flex-wrap: wrap;
	}
	#footer-widgets .inside-footer-widgets div[class*=footer-widget-] {
		flex: 0 0 33.3%;
		margin-bottom: 20px;
		padding-right: 3.3%;
	}
	#footer-widgets .inside-footer-widgets div[class*=footer-widget-] .widget_block {
		padding: 0;
	}
}

/*SIDEBAR SEARCH*/

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	padding:10px 15px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	border:1px solid #dddddd;
	border-radius:5px;
}

.sidebar-search button {
	border-radius:5px;
}

/*JOURNEY BACKGROUND*/

.journey-bg {
	background-image: url("../jpg/mfc-journey3.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;

}

@media only screen and (max-width:767px)
{
    .journey-bg {
        background-image: url("../jpg/mobile-journey.jpg");
    }
}


/*FORM STYLES*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="date"],
select {
	height: 65px!important;
}

/*LANGUAGE FEEDBACK BUTTON*/

.wpml-tf-feedback-icon.wpml-tf-feedback-icon-right {
	top: auto;
    bottom: 100px;
	margin-right: 35px;
}

@media only screen and (max-width:767px)
{
	.wpml-tf-feedback-icon.wpml-tf-feedback-icon-right {
		bottom: 85px;
		margin-right: 20px;
	}
}

/* LANGUAGE FEEDBACK DIALOG */

.wpml-tf-feedback-form-dialog .ui-dialog-titlebar-close,
.otgs-ui-dialog .ui-button.ui-dialog-titlebar-close {
	font-size: 0!important;
	color: red!important;
}