/*
Theme Name: 15.10 Custom Theme
Theme URI: https://github.com/willnjl/15.10-custom-theme
Author: 15.10 
Version: 1.0.0
Author URI: fifteenten.co.uk
Description: A custom wordpress theme developed by 1510 in Bristol.
Tags: Recruitment, Custom, Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/**
HOTFIXES ONLY
**/

@media only screen and (min-width: 1200px) {
	body.single-case-study .cs-hero h1 {
		line-height: 8.4rem;
		font-size: 8rem;
	}
}

@media only screen and (min-width: 1024px) {
	body.single-case-study .cs-hero h1 {
		line-height: 6.4rem;
		font-size: 6rem;
	}
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.job-card {
		min-height: 50rem;
	}
}

.columns-stats.bg-deep {
	background: rgb(37, 56, 74);
	background: -moz-linear-gradient(
		-45deg,
		rgba(37, 56, 74, 1) 0%,
		rgba(16, 25, 32, 1) 100%
	);
	background: -webkit-linear-gradient(
		-45deg,
		rgba(37, 56, 74, 1) 0%,
		rgba(16, 25, 32, 1) 100%
	);
	background: linear-gradient(
		135deg,
		rgba(37, 56, 74, 1) 0%,
		rgba(16, 25, 32, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25384a', endColorstr='#101920',GradientType=1 );
}

/* COLUMNS.SCSS LINE 27 */
@media only screen and (min-width: 768px) {
	.columns-stats__stat {
		margin-bottom: 1rem;
	}
}

/* MIXINS.SCSS LINE 115 */
.columns-stats__stat {
	font-weight: 200;
}

@media screen and (min-width: 1024px) {
	.columns-stats__heading {
		font-size: 3rem;
		line-height: 3.5rem;
	}
}

/* Update twitter icon */
.fa-twitter{
	font-family:sans-serif;
}
.fa-twitter::before{
	content:"𝕏" !important;
	font-size:1em;
}

/* Fix added for chatbot cross icon */
#herefishChatPromptCloseButton {
	position: absolute !important;
	right: 0px !important;
	top: 0px !important;
}

.hf-chat-expand-btn {
	font-family: "Talent",sans-serif;
}
