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

:root {
  --primary-background: #0e8313;   /*green*/
  --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-text-color: #333333;                               /* Primary text - body text and headings */     
  --service-secondary-background-color: #0e8313;               /* Secondary background - accent/highlight sections */     
  --service-secondary-text-color: #fff;                        /* Secondary text - text on secondary backgrounds */  
  --service-tertiary-background-color: #eaf7fb;                /* Tertiary background - accent/highlight sections */     
  --service-tertiary-text-color: #222;                      /* Tertiary text - text on backgrounds */   
  --cta-background-color: #e95b1d;                             /* CTA background - high contrast for action items */     
  --cta-text-color: #fff;                                   /* CTA text - text on CTA backgrounds */
  --cta-btn-color: #1ee576;
  --cta-btn-color-hover: #1ee576CC;
  --cta-btn-text-color: #000;
  --cta-split-background: #222222;
  --service-icon-badge-color: #fff;
  --service-icon-background-color: #e7581a;
}

h1, h2, h3, h4 {
  	color: var(--color-text-primary);
    font-family: "Outfit", Sans-serif;
    font-weight: 600;
  	letter-spacing: 0.6px;
    word-spacing: 0.6px;
  	line-height: 1.3;
}

h2 {
    font-size: 1.5em;
    margin: 2.5em 0 8px;
}

h3 {
    font-size: 1.17em;
    margin: 2em 0 8px 10px;
}

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

h4 {
    font-size: 20px;
    margin-bottom: 0.3em;
}

ul li,
ol li {
    margin-bottom: 0.3em;
}

p {
	margin-bottom: 25px;	
}

p, ol, ul, li {
  	color: var(--color-text-primary);
  	font-family: "Outfit", Sans-serif;
    font-size: 1em;
  	font-weight: 400;
    line-height: 1.5;
	letter-spacing: 0.6px;
    word-spacing: 0.6px;
}

a.interior-btn {
    color: var(--color-text-seconday);
    background: #111;
    padding: 8px 16px;
    border-radius: 4px;
    display: inline-block;
    margin: 12px 0;
}

p:empty {
    display: none;
}

figure + span + h2 {
    margin-top: 0;
}

figcaption {
    font-size: 12px !important;
    text-align: center;
    display: none;
}

/*** 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;
}

@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;
	}
}

header.site-header.dynamic-header,
footer.site-footer {
	display: none;
}

body.page-id-6304 header.entry-header.ast-header-without-markup {
	display: none !important;
}