/*
Theme Name: Hello Plexamedia
Version: 1.0
Template: hello-elementor
*/

/* global style */
:root {
  /* font family */
  --heading-font-family: "Outfit", Sans-serif;
  --body-font-family: "Outfit", Sans-serif;
  
  --primary-background: #AD0836;   /* maroon */
  --secondary-background: #e95b1d; /* orange */
  --tertiary-background: #eaf7fb;  /* Tertiary background - should be a light color for mainnly used for ul, ol */     
  --color-text-primary: #000;
  --color-text-seconday: #fff;
  --color-text-tertiary: #000;
  --highlight: #ffb900;
 
  --accent-color-1: #0D6EFD;   
  --accent-color-2: #6710F5;   
  --accent-color-3: #6F42C1;   
   --accent-color-4: #D63384;   
   --accent-color-5: #DC3545;
  /* Theme color */
  --theme: var(--primary);
  
  --service-background-color: #fff;                            /* Primary background - main content areas */     
  --service-heading-text-color: #000;                          /* Primary Heading */
  --service-text-color: #333333;                               /* Primary Text - body text */     
  --service-secondary-background-color: #AD0836;               /* Secondary background - accent/highlight sections */    
  --service-secondary-heading-text-color: #fff;                /* Secondary Heading */
  --service-secondary-text-color: #fff;                        /* Secondary Text - text on secondary backgrounds */  
  --service-tertiary-background-color: #eaf7fb;                /* Tertiary background - accent/highlight sections */  
  --service-tertiary-heading-text-color: #000;                 /* Tertiary Heading */
  --service-tertiary-text-color: #222;                      /* Tertiary text - text on backgrounds */   
  --cta-background-color: #AD0836;                             /* CTA background - high contrast for action items */     
  --cta-text-color: #fff;                                   /* CTA text - text on CTA backgrounds */
  --cta-btn-color: #fff;
  --cta-btn-color-hover: #1ee576CC;
  --cta-btn-text-color: #000;
  --cta-split-background: #222222;
  --service-icon-badge-color: #fff;
  --service-icon-background-color: #AD0836;
}

h3 + div,
h3 + p,
h3 + p + p,
h3 + p + p + p,
h3 + p + p + p + p,
h3 + p + p + p + p + p,
h3 + p + p + p + p + p + p,
h3 + p + p + p + p + p + p + p, 
h3 + p + p + p + p + p + p + p + p, 
h3 + p + p + p + p + p + p + p + p + p, 
h3 + p + p + p + p + p + p + p + p + p + p{
    margin-left: 10px !important;
}

/*** end of global style ***/

/* hiding home header */
div.page-header{
	display: none;
}

/* hiding accessebility icon */
.mdp-readabler-trigger-button-box.bottom-center.mdp-entrance-fade.mdp-hover-none{
  	display: none !important;
}

/* breadcrumbs */
div.breadcrumbs li.uc-breadcrumb-item span{
	font-size: 14px;
    color: #666;
}

div.breadcrumbs li.uc-breadcrumb-item span.uc-item-title-inner {
	color: #A70B2D;
}

/* gallery */
div.gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

figure.gallery-item {
    flex: 0 0 30%;
    margin-right: 15px;
}

figure.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* hiding header and footer in needs cost savings */
body.page-id-1450 header#site-header,
body footer#site-footer {
	/* display: none; */
}


.pagination {
    display: flex;
    justify-content: center;
    margin: 20px auto;
}
 
.page-numbers {
    min-width: 32px;
    height: 32px;
    border-radius: 24px;
    margin: 0px 4px 0px 4px;
}
 
.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    line-height: 1em;
    color: #000;
   font-weight: 500;
}
 
.nav-links {
    display: flex;
}
 
span.page-numbers.current {
    background: #000;
    color: #fff;
}

@media(max-width:767px){
  
  .interior-page-style h1 {
      font-size: 2em !important;
      line-height: 1.3;
	}
  
  .interior-page-style h2 {
      font-size: 1.5em !important;
      line-height: 1.3;
	}
  
  .interior-page-style h3 {
      font-size: 1.17em !important;
      line-height: 1.3;
	}
  
  .interior-page-style h4 {
      font-size: 20px !important;
      line-height: 1.3;
	}

  .interior-page-style h5 {
      font-size: 18px !important;
      line-height: 1.3;
	}
}