/**
* Theme Name: Uptime Child
* Description: This is a child theme of Uptime, generated by Merlin WP.
* Author: <a href="http://www.tommusrhodus.com/">Tom Rhodes</a>
* Template: uptime
* Version: 1.0.4
*/



@import url('../uptime/style.css');

/* Elementor */

.elementor-section.elementor-section-boxed>.elementor-container {
	max-width: 1224px;
}

/* Theme Colours */

.bg-primary {
  background-color: #172D44 !important;
}
.text-primary {
  color: #000046 !important;
}
.footer-background{
background: linear-gradient(180deg, rgba(242,243,246,1) 0%, rgba(225,228,234,1) 100%);
}
  color: #F49600 !important;
}
.text-body {
  color: #747b7d !important;
}
.text-highlight {
  color: #F7971E !important;
}

/* Theme Font Sizes */

h1, h2, h3, h4, h5, h6, a, u, p, .text-small, .lead {
  text-transform: none;
  font-family: "source-sans-pro",sans-serif!important;
}

p {
  font-size: 17px;
  line-height: 26px!important;
  letter-spacing: -0.24;
  margin-bottom: 0;
}
.text-small {
  font-size: 15px;
  line-height: 20px!important;
  letter-spacing: -0.15;
}



.h5 {
  font-size: 17px;
  line-height: 22px!important;
  letter-spacing: -0.22;
}

.h3 {
  font-size: 20px;
  line-height: 24px!important;
}

.display-text {
  font-size: 20px;
  line-height: 24px!important;
}


.fw-regular {
  font-weight: 400;
}
.fw-semi {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}


.display-1 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.58px;
  margin-bottom: 0;
}
.display-2 {
  font-size: 32px;
  line-height: 41px;
  letter-spacing: -0.1px;
  margin-bottom: 24px;
}
.lead {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.28px;
  margin-bottom: 24px;
}

/* Container Width */

.container {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto; }

  @media (min-width: 1200px) {
    .container {
      max-width: 1224px!important; }


      .elementor-inner-section {
        padding: 0;
        margin: 0;
      }
    }

/* Row width */

.elementor-widget-wrap>.elementor-element.iris-row {
    width: auto;
    margin-left: -12px;
    margin-right: -12px;
}

      /* IRIS Updates Section Cards */

      .updates .card {
    background-color: #f8f9fa00;
    border: none;
}

.updates .col-md-6.col-lg-4.d-flex.aos-init.aos-animate {
    padding: 0 12px 0 12px;
}
.updates .card-body {
  flex: 1 1 auto;
  padding: 0;
}

/* Linked Section Cards */

section#about-iris .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff00;
    background-clip: border-box;
    border: 1px solid rgba(26, 75, 118, 0.25);
    border-radius: 0!important;
}
section#about-iris .card:hover {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #FFFFFF;
    background-clip: border-box;
    border: 1px solid #000046;
    border-radius: 0!important;
    box-shadow: inset 0px 4px 0px #000046;
}
.short-link-cards .h3 {
    display: none;
}
.bottom-link-cards .h3 {
    display: none;
}


.bottom-link-cards .card {
    margin-bottom: 4px;
}



section#about-iris .card-body {
    flex: 1 1 auto;
    padding: 32px 24px;
}


/* Margins */

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-1 {
    margin-bottom: 8px !important;
}


/* Navigation */

.navbar-nav li {
    border-right: solid 1px #1CB5E0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 32px;
    padding-left: 32px;
}

.dropdown-toggle:after {
    display: inline-flex!important;
}
.dropdown-toggle::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    display: inline-block;
    border-top: 0em solid;
    vertical-align: 0.055em;
    color: white;
    content: "\f078";
    margin-left: 8px;
    border-left: 0em solid transparent;
    border-right: 0px;
}

.dropdown-grid-menu {
    background: #fff;
    border-radius: 0;
    border-top: 2px solid #ffbf00;
    padding: 1.125rem 1.125rem;
    box-shadow: 0 0.625rem 1.5rem rgba(0, 0, 0, 0.08);
    min-width: 10rem;
}


.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #172c44;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown .fal.fa-chevron-right {
    position: absolute;
    right: 0;
    line-height: 27px;
}


/* Page Template */
.page-hero .elementor-column-wrap.elementor-element-populated {
	margin-left: -100%!important;
	padding-left: 100%!important;
	width: 175%!important;
}

.elementor-widget-tommusrhodus-accordion-block .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #172c44;
    border-radius: 0;
}
/* Progress Bar */

progress.reading-position {
  transition: opacity 0.2s ease;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  color: GREEN; }
  progress.reading-position.reading-position-hidden {
    opacity: 0; }

progress.reading-position::-webkit-progress-bar {
  background-color: transparent; }

progress.reading-position::-webkit-progress-value {
  background-color: GREEN; }

progress.reading-position::-moz-progress-bar {
  background-color: GREEN; }

/* List Styles */

.icon-list li.elementor-icon-list-item i.fas:before {

    font-family: "Font Awesome 5 Pro";
    line-height: 2.5rem;
    font-size: 19px;
    font-weight: 400;

}


.icon-list span.elementor-icon-list-icon {
    background: #172c44;
    border-radius: 100%;
    height: 40px!important;
    width: 40px!important;
}


.icon-list span.elementor-icon-list-icon i {
    width: 100%;
    text-align: center;
}

.icon-list li.elementor-icon-list-item {
    margin-top: 12px!important;
}


.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 12px;
		font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
    color: #000046;
		text-decoration: underline;
}

/* list functions */
.icon-list.functions span.elementor-icon-list-icon {
    background: #F7971E;
    border-radius: 100%;
    height: 40px!important;
    width: 40px!important;
}
.icon-list.functions li.elementor-icon-list-item i.fas:before {
    content: "\f061"!important;
    color: #eaf8fd;
}
.icon-list.functions li.elementor-icon-list-item {
    margin-top: 24px!important;
}
/* List Uploads */
.icon-list.uploads li.elementor-icon-list-item i.fas:before {
    content: "\f574"!important;
    color: #eaf8fd;
}

/* link list */

.link-list span.elementor-icon-list-icon {
    display: none;
}

.link-list a:after {
    content: '\f061';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    font-size: 19px;
    font-weight: 400;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #000046;
}

.link-list span.elementor-icon-list-text {
    padding-left: 0 !important;
       padding-right: 24px;
}

.link-list a {
    border-bottom: solid 1px #000046;
    padding: 8px 0;
    text-decoration: underline;
}

.link-list *{
text-decoration: none!important ;
    font-weight: 400!important;
}
.link-list h5{
	text-decoration: none!important;
	font-weight: 600!important;
	line-height: 26px;
}

.link-list .elementor-column .elementor-element:first-child {
    border-top: solid 1px #010046;
}


.link-list .elementor-row {
    margin-left: -6px;
}



/* Badge Styling */


/* category Styling */



.post-category {
    display: inline-block;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    /* line-height: 1; */
    /* text-align: center; */
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: underline;
}
.post-category {
    color: #010046;
    /* background-color: #01004600; */
}

.post-category{
    text-transform: none;
    letter-spacing: .02em;
    position: relative;
    /* bottom: 1px; */
    vertical-align: middle;
    padding-bottom: 8px;
}


/* footer */

.border-top {
    border-top: 2px solid #F7971E!important;
}
.border-top-widget {
    border-top: 1px solid #000046!important;
}
footer a {
    color: #020046;
    font-weight: 500;
    text-decoration: underline;
}
footer .nav-link {
    display: block;
    padding: 0;
		padding-right: 16px;
}
footer svg.icon * {
    fill: #010046;
}

/* Page Header styles */

@media (max-width: 1260px){
    .page-hero {
        padding: 200px 0 0 12px !important;
    }
}
​
@media (max-width: 767px){
    .page-hero {
        padding: 200px 60px 0 0 !important;
    }
}
/* 
File Manager  */
.wpdmpro-template-default .col-md-5, 
.wpdmpro-template-default .container.pt-3,
.wpdmpro-template-default .card.mb-3.p-3,
.wpdmpro-template-default .d-flex.align-items-center,
.wpdmpro-template-default h1.mt-0 {
    display: none!important;
}

