/**
Theme Name: NSIS
Author: fnscreative
Author URI: https://fnscreative.co.uk
Description: A theme for The Sprint Group.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nsis
Template: astra
*/

.clearfix{
	clear:both;
	width:100%;
}

.fl-rich-text a{
    transition: all 1s;
    color:#3a3a3a;
}

.fl-rich-text a:hover{
    border-bottom: 1px solid #8a348b;
    color:#3a3a3a;
}

.sprint-inset{
	padding-left:40px !important
}

.sprint-post-thumb img {
    object-fit: cover;
    min-height: 100%;
    flex: 0;
}

/*menu width mods*/
.menu-open.uabb-creative-menu .uabb-off-canvas-menu.uabb-menu-right {
    transform: translate3d(0px, 0px, 0px);
    transition: transform 0.8s ease;
    /*width: 50%;*/
}

.uabb-creative-menu .uabb-off-canvas-menu.uabb-menu-right {
/*     transform: translate3d(100%, 0px, 0px); */
    /*width: 50%;*/
}

.uabb-creative-menu .uabb-off-canvas-menu.uabb-menu-right {
    transform: translate3d(100%, 0px, 0px);
}

.menu-open.uabb-creative-menu .uabb-off-canvas-menu.uabb-menu-right {
    transform: translate3d(0%, 0px, 0px);
    transition: transform 0.8s ease;
}

.menu-item {
    border-bottom: 0px !important;
}

.sprint-tooltip p{
	margin-bottom:5px;
}

.sprint-tooltip a, .sprint-tooltip a:hover{
	color:white;
	font-size: 14px !important;
    white-space: nowrap;
}

.sprint-tooltip .uabb-hotspot-tooltip-content{
	width:240px;
}

/* CONTACT FORM */
.sprint-contact-form {
    font-size: 18px;
}

select.sprint-sector {
    width: 50%;
    margin-left: 10px !important;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
	height: 33px !important;
    border-radius: 0px !important;
}

.sprint-form-input{
	margin-right: 5px;
	margin-left: 5px;
}

.sprint-contact-form {
    padding-top: 10px !important;
    display: inline-block;
}

/* JOB LISTING*/

ul.job_listings li.job_listing a div.position{
    padding-left:0px !important;
}

/* JOB LISTING*/

/* style for css dropdown */
.select-css {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
/*     border-radius: .5em; */
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
    display: none;
}
.select-css:hover {
    border-color: #888;
}
.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}
.select-css option {
    font-weight:normal;
}

/* style for css dropdown */
.sprint-select-25 {
    width: 33%;
    float: left;
    padding: 0px 0px 0px 10px;
}

.fl-theme-builder-header-scrolled {
    background: #1D1B3C;
}

.sprint-service-bar-wrapper a {
    color: white;
}

.sprint-service-bar {
    width: 80%;
    float: left;
    font-size: 30px;
    padding: 5px 0px 0px 15px;
}

.sprint-out-arrow .dashicons {
    font-size: 35px;
    padding-top: 13px;
}

.sprint-out-arrow {
    width: 20%;
    float: left;
    text-align: right;
    padding-right: 30px;
}

.sprint-title h2 span{
	background:#1e1b3c;
	padding:15px 10px 10px 10px;
}

.sprint-find-out-more {
    /* text-align: right; */
    width: 30%;
    float: right;
    margin-top: 18px;
}

.sprint-find-out-more-right {
    font-size: 45px;
    width: 20%;
    line-height: 43px;
    float: left;
    margin-top: 84px;
    color: white;
    text-align: center;
}

.sprint-find-out-more-right .dashicons{
    font-size: 32px;
}

.sprint-find-out-more-left {
    font-size: 45px;
    width: 80%;
    line-height: 43px;
    float: left;
    color: white;
    text-align: right;
}

/*pagination*/
.pagination {
    width: 100%;
    text-align: center;
    margin-top:20px;
}

.pagination span.current {
    border: solid 1px #1D1B3C;
    color: #1D1B3C;
}

.pagination .page-numbers{
    padding: 16px 0px;
    border: 1px solid #eee;
    margin-right: 3px;
    color: #343434;
    width: 60px;
    height: 60px;
    display: inline-block;  
}

.pagination .next, .pagination .prev{
    border: 1px solid #eee;
    margin-right: 3px;
    color: #343434;   
    width:90px !important;
}

.pagination a:hover{
    border: 1px solid #232586;
    /*color: #cc0000;   */
}
/*pagination ends*/

/* HOMEPAGE BLOG POSTS */
.sprint-post-inner-hero-wrapper {
    width: 50%;
    padding-left: 20px;
	float: left;
	margin-bottom: 20px;
}

.sprint-post-inner-hero-wrapper a {
	color:black;
}

.sprint-post-inner-hero-wrapper a:hover {
	color:#8a348b;
}

.sprint-post-tags {
    font-size: 18px;
    font-weight: 100;
}

.sprint-post-guide-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    min-height: 60px;
}

.sprint-post-guide-wrapper{
    background-color: white;
  -webkit-transition: all 1s; /* Safari prior 6.1 */
  transition: all 1s;
  min-height: 400px;
  position:relative;
}

.sprint-post-guide-wrapper:hover{
	transform: scale(1.05);
}

.sprint-post-post-info {
    padding: 20px;
}

.sprint-post-thumb {
    max-height: 175px;
    overflow: hidden;
    min-height: 175px;
    /* object-fit: cover; */
    position: relative;
    overflow: hidden;
    display: flex;
}

.sprint-read-more {
    border: 1px solid black;
    float: right;
    padding: 5px 5px 0px 7px;
    margin-bottom: 20px;
    margin-right: 20px;
    position: absolute;
    bottom: 0px;
    right:0px;
}

.sprint-read-more a {
	color:black;
}

.sprint-read-more a:hover {
	color:purple;
}

/* LINK STYLING  */

.sprint-link a{
	transition: all 1s;
	padding: 4px 4px 0px 4px;
	border-bottom: 1px solid rgba(0,0,0,0);
}

.sprint-link a:hover{
/* 	background-image: linear-gradient(to right, #8a348b 0, black 100%); */
	border-bottom: 1px solid #8a348b;
	color:white;
/* 	background-position: 6px 0px; */
}

.sprint-footer-links a{
  background-image: linear-gradient(to right, #3ba935 0, #3ba935 100%);
  background-position: 0 1.2em;
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: background .5s;
  padding: 5px 5px;
}

.sprint-footer-links a:hover {
  background-size: 100% 100%;
}

.sprint-footer-links a{
  background-position: 0 -0.1em;
}

/* LINK STYLING ENDS */

.uabb-creative-menu-mobile-toggle-container {
    height: 40px;
}

.uabb-creative-menu-mobile-toggle {
    font-family: Manjari, sans-serif;
    font-weight: 400;
    font-size: 40px;
    height: 40px;
}

.uabb-creative-menu .uabb-off-canvas-menu{
	background:url(https://thesprintgroup.com/wp-content/uploads/2020/01/sprint-group-bg-01.png);
}

.uabb-creative-menu .uabb-off-canvas-menu {
    background: url(https://thesprintgroup.com/wp-content/uploads/2020/01/sprint-group-bg-01.png);
    background-position: left 0px;
    background-size: 600px;
    background-repeat: no-repeat;
}

.sprint-button{
  -webkit-transition: all 1s; /* Safari prior 6.1 */
  transition: all 1s;
}

.sprint-text p{
	margin-bottom:0px;
}

.sprint-button:hover{
	transform: scale(1.1);
}

/* menu-button */
.uabb-svg-container {
    height: 20px;
    width: 20px !important;
}

.sprint-hero-header .fl-html{
/* 	position:relative; */
}

/* .sprint-hero-header .fl-html {
    position: absolute;
    top: 0px;
    clear: both;
    min-height: 100vh !important;
    width: 100% !important;
	overflow:hidden;
} */

.sprint-group-logo-spinner {
    min-height: 600px;
/*     min-width: 55%; */
/*     position: absolute; */
    top: -5%;
    left: -2%;
}

.sprintgroup-disc1, .sprintgroup-disc2, .sprintgroup-disc3, .sprintgroup-disc4, .sprintgroup-disc5 {
    float: left;
    /* display: block; */
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

.sprintgroup-disc1{
	z-index: 5;
}

.sprintgroup-disc2 {
z-index:4;
}

.sprintgroup-disc3 {
z-index:3;
}

.sprintgroup-disc4 {
z-index:2;
}

.sprintgroup-disc5 {
z-index:1;
}

/*mobile specific queries*/
@media only screen and (min-device-width : 360px) and (max-device-width : 667px) {
	
.sprint-title h2 span{
	background:none;
/*  	padding:20px 10px 20px 10px; */
}

.sprint-title .fl-heading{
	background:#1e1b3c !important;
	padding:10px 10px 10px 10px !important;
}	
	.sprint-title {
    margin-bottom: -7px;
}
	
.it-support-heading .fl-heading-text {
    color: #8a348b !important;
}

	.telecoms-title .fl-heading-text {
    	color: #2277a9 !important;
	}

	.mobiles-heading .fl-heading-text {
		color: #26378d !important;
	}
	
	.telematics-heading .fl-heading-text {
		color: #3ba935 !important;
	}
	
	.sprint-post-inner-hero-wrapper {
    width: 100%;
	}
	
/* solution finder	 */
	.sprint-select-25{
		width:100%;
	}
	
/*menu width mods*/
.menu-open.uabb-creative-menu .uabb-off-canvas-menu.uabb-menu-right {
    transform: translate3d(0px, 0px, 0px);
    transition: transform 0.8s ease;
    width: 100%;
}

.uabb-creative-menu .uabb-off-canvas-menu.uabb-menu-right {
/*     transform: translate3d(100%, 0px, 0px); */
    width: 100%;
}

.uabb-creative-menu .uabb-off-canvas-menu.uabb-menu-right {
    transform: translate3d(100%, 0px, 0px);
}

.menu-open.uabb-creative-menu .uabb-off-canvas-menu.uabb-menu-right {
    transform: translate3d(0%, 0px, 0px);
    transition: transform 0.8s ease;
}
}