/*

Theme Name: Access to Professionals
Theme URI: https://theme.co/pro/
Author: Jon @ Design & Print Solution
Author URI: https://designprintsolutions.co.uk
Description: Custom Access to Professionals Wordpress theme
Version: 1.0.0
Template: pro

*/

/*To restyle header nav*/

.x-navbar .desktop .sub-menu a {
	color: #144835 !important;
}

.x-topbar-inner.x-container.max.width a {
	color: #ffffff;
}
.x-topbar-inner.x-container.max.width .x-social-global a:hover {
	color: #144835;
}

/*Top bar*/

.right-text {
	float: right;
	margin-top: 11px;
}
.x-topbar .x-social-global a {
	font-size: 38px;
}

/*END OF SECTION*/




/*To restyle the footer*/

/*.x-column.x-md.x-1-3.last {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}*/

/*footer area 3 to push logo down*/
/*#block-11 {
	margin-top: 158px;
}*/

/*@media (max-width: 978px) {
#block-11 {
	display: none;
}
}*/

footer.x-colophon a, footer.x-colophon p, footer.x-colophon h2, footer.x-colophon h3, footer.x-colophon.bottom  {
	color: #ffffff;
}

footer.x-colophon a:hover, footer.x-colophon.bottom a:hover  {
	color: #04637F;
}

footer.x-colophon #block-12 .wp-block-image {
	margin-left: calc(100% - 256px);
	margin-top: 170px;
}

/*.widget_nav_menu .current-menu-item>a {
	background-color: transparent;
}*/

/*END OF SECTION*/



/*To remove border from bottom of slider*/

.x-slider-container.below {
	border: none;
}


/*To make video corners actaully rounded*/

/*.mb-u.x-frame {
	overflow: hidden;
}*/
.x-frame-inner {
	border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}



/*To recolour main nav and header*/

.masthead.masthead-inline, .x-navbar.x-navbar-fixed-top {
	background-color: #7BB92D;
}

.x-navbar, .x-topbar {
	border-bottom: #7BB92D;
}

.x-navbar-fixed-top-active .x-navbar-wrap {
	margin-bottom: 0px !important;
}

.x-navbar {
	box-shadow: 0 0.4em 0.5em 0 rgb(0 0 0 / 15%);
}

/*To re-colour footer area*/

.x-colophon.top, .x-colophon.bottom {
	background-color: #7BB92D;
	border-top: 0px;
}

.x-colophon+.x-colophon {
	box-shadow: none;
}

.x-colophon.top .widget ul {
	border-color: #ffffff;
	box-shadow: none;
}

.x-colophon.top .widget ul li a {
	color: #ffffff;
}

.x-colophon.top .widget ul li a:hover {
	color: #144835;
}


.x-colophon.top .widget.widget_nav_menu, .x-colophon.top .widget.widget_block {
	text-shadow: none;
}


/*END OF SECTION*/




/*THE CLEVER BIT FOR APPLICATION FORMS-----------------------------------------------------------------------*/

.open.x-alert {
	display: none;
}
.closed.x-anchor-button {
	display: none;
}
/*To make alert full width on Studentships and Masters Post types*/
.studentships-template-default .x-global-block, .masters-template-default .x-global-block {
	min-width: 100%;
}

/*END OF SECTION*/



/*All project and studentships' posts*/

.inline p {
	display: inline;
}

/*END OF SECTION*/


/*Search results*/

.search-results .entry-featured, .search-results .entry-footer.cf, .search-results .p-meta {
	display: none;
}























