/*!
Theme Name: Insports
Theme URI: http://insport.gov.jm/
Author: JIS
Author URI: https://jis.gov.jm/
Description: Institute of Sports main website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: insports
Tags: sports, athletics, football, tracks
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing.carousel-caption.d-none.d-md-block
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0;
}
::-webkit-scrollbar {
    width: 11px;
}
/* Custom Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
    background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #606060;
    border-radius: 10px;
}
.slider--outer--wrapper {
    width: 100%;
    background: #fff;
}
.container-fluid.slider-slider--wrap {
    padding: 0 !important;
    height: 100%;
}
.slider--outer {
    margin-left: 40px;
    background: #f4f4f4;
    border-bottom-left-radius: 14px;
    height: 600px;
    max-height: 600px;
    overflow: hidden;
}
.slider--inner-wrapper {
    position: relative;
    max-height: 100%;
}
.item.active {
    position: relative;
    height: 595px;
    
}
.carousel-caption {
    text-shadow: none !important;
}
.banner-wrap {
    overflow: hidden;
    background: #f3f3f3;
    height: 595px;
}
.carousel-inner {
    display: contents;
}
.carousel-caption.d-none.d-md-block {
    position: absolute;
    left: -530px;
    top: 170px;
    width: 530PX;
    height: 270PX;
    display: block;
    z-index: 99;
    text-align: left;
}
.carousel-caption h5 {
    font-family: 'Montserrat', sans-serif;
    color: #646363;
    text-shadow: 0 0 black;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    padding: 0;
}
.carousel-caption h1 {
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    margin-top: 15px;
    font-weight: 700;
    color: #000;
    font-size: 34px;
}
a.in_btn {
    position: absolute;
    top: 350px;
    left: -530px;
    background: #a00839bf;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 15px 35px;
    border-radius: 30px;
    display: inline-table;
    z-index: 999;
    transition: all 0.5s ease-in-out;
}
a.in_btn:hover {
    background: #fed42a;
    color: #000;
}
a.carousel-control {
    height: 90px;
    position: absolute;
    background-image: none !important;
    width: 110px;    
    top: 400px;
}
a.left.carousel-control {
    left: -730px;
}
a.right.carousel-control {
    right: 1500px;
}
.item.active.left {
    display: none !important;
}
.slider_image_container {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 100%;
    height: 100%;
    border-radius: 554px 0px 0px 554px !important;
}
.col-lg-7.header-split {
    padding-right: 0;
}
div#round-edge .elementor-spacer-inner {
    border: 70px solid rgb(255,255,255,0.47);
    border-left: 0;
    border-radius: 0 250px 250px 0;
}
#learn-more i.fas.fa-chevron-circle-right {
    color: #007749;
}
#mandate-learn-more i.fas.fa-chevron-circle-right {
    color: #e7ca15;
}
.match-up-wrapper {
    text-align: center;
    margin-top: 50px;
    border-radius: 30px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    position: relative;
    overflow: hidden;
    color: #335792;
}
.match-up-wrapper-inner {
    position: relative;
    padding: 30px 0;
}
.match-up-wrapper-inner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,255,220,.9);
    top: 0;
    left: 0;
}
.match-up-inner, .date_and_location_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    position: relative;
}
.team-name {
    font-size: 19px;
    font-family: 'Roboto';
    font-weight: 500;
    text-transform: uppercase;
    width: 145px;
    position: relative;    
    font-weight: 900;
}
.vs-text {
    font-size: 66px;
    font-family: 'Montserrat';
    font-weight: 700;
    width: 110px;
    position: relative;
}
.team-logo {
    width: 115px;
    height: auto;
    position: relative;
}
.team-logo img {
    width: 100%;
    height: auto;
}
.date_and_location_wrap {
    column-gap: 40px;
    font-size: 16px;
    padding: 22px 0;
    color: #335792;
    font-weight: 600;
}
a.match_cta_link {
    font-size: 18px;
    color: #000;
    background: #fff;
    border-radius: 50px;
    padding: 15px 25px;
    display: inline-block;
    transition: all .2s linear;
    position: relative;
}
a.match_cta_link:hover {
    color: #fff;
    background: #325695;
}
select.goog-te-combo {
    background: #f3f3f3 !important;
    border-radius: 3px !important;
    padding: 4px 10px !important;
    margin: 0 !important;
}
.bg-img-wrp {
    width: 100%;
    height: 170px;
    overflow: hidden;
}
p.gform_required_legend {
    display: none;
}
form#gform_1 input, form#gform_1 textarea {
    border-radius: 3px;
    border: 1.5px solid #c7c7c7 !important;
}
input#gform_submit_button_1 {
    background: #f69322;
    border: none !important;
    -webkit-highlight: none;
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 3px;
    color: #000;
    width: 100%;
    font-weight: 700;
}
.mec-events-event-image img {
    width: 100% !important;
    height: auto !important;
}
@media screen and (max-width: 1200px) { 
    .slider_image_container {
        border-radius: 0 !important;
    }
    .col-lg-7.header-split {
        padding: 0 !important;
    }
    .carousel-caption.d-none.d-md-block {
        left: 0 !important;
        top: 50% !important;
        transform: translate(30px, -50%);
        width: 100%;
    }
    a.in_btn {
        left: 30px;
        background: #ffdf00;
        color: #000;
        top: 345px;
    }
    .carousel-caption h5 {
        color: #fff;
        text-shadow: 0 0 white;
        font-weight: 400;
        font-size: 19px;
    }
    .carousel-caption h1 {
        margin-top: 9px;
        font-weight: 700;
        color: #fff;
        text-shadow: -1px 1px 7px rgba(0,0,0,0.6);
    }
}