/*
Theme Name: Steel City Pest
Author: Plexamedia
Version: 1.0
Template: hello-elementor
*/

/* global style */

h2, h3, h4 {
  	color: #111;
    font-family: "Sora", Sans-serif;
    font-weight: 600;
  	letter-spacing: 0.6px;
    word-spacing: 0.6px;
  	line-height: 1.3;
}

p, ol, ul, li {
  	color: #111;
  	font-family: "Noto Sans", Sans-serif;
    font-size: 1em;
  	font-weight: 400;
    line-height: 1.5;
	letter-spacing: 0.6px;
    word-spacing: 0.6px;
}

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

/* end of global style */

.interior-page-style h2 {
    font-size: 1.5em;
    margin: 24px 0 8px;
}

.interior-page-style h3 {
    font-size: 1.17em;
    margin: 24px 0 8px 10px;
}

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

.interior-page-style h4 {
    font-size: 20px;
    margin-bottom: 0.3em;
}

.interior-page-style ul li,
.interior-page-style ol li,
.interior-page-style p{
    margin-bottom: 0.3em;
}

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

@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;
	}
  
  .blog__toc.elementor-sticky--effects {
    position: fixed !important;
    left: 0 !important;
    top: 1px !important;
    box-shadow: none !important;
    margin: 15px;
  }
}

/*** 
	BLOG
***/

/* table of contents */
.blog__toc .elementor-toc__header {
    padding: 8px;
}

.blog__toc svg.e-fas-circle{
    max-width: 16px;
    min-width: 16px;
    position: relative;
    bottom: 2px;
}

.blog__toc .elementor-toc__list-item-text-wrapper {
    align-items: baseline;
    display: flex;
}

/* blog tags */
.blog__tags span.elementor-post-info__terms-list a{
    display: inline-block;
    background-color: #eee;
    padding: 4px 12px;
    border-radius: 3px;
}

.blog__tags span.elementor-post-info__terms-list a:hover{
    background-color: #eeeeee70;
}

.blog__tags span * {
    color: inherit;
}

.blog__tags span.elementor-post-info__terms-list {
    color: transparent;
}

/* blog single content */
.blog__content h2 {
    font-size: 1.5em;
    margin: 24px 0 8px;
}

.blog__content h2:first-child {
    margin-top: 0;
}

.blog__content h3 {
    font-size: 1.17em;
    margin: 24px 0 8px 10px;
}

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

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

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

.blog__content img {
    display: block;
    margin: 32px auto;
    min-width: 100%;
    max-height: 350px;
    object-fit: cover;
    object-position: center center;
    border-radius: 4px;
} 

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


/* service area single content */
.sarea_content h2 {
    font-size: 1.5em;
    margin: 24px 0 8px;
}

.sarea_content h2:first-child {
    margin-top: 0;
}

.sarea_content h3 {
    font-size: 1.17em;
    margin: 24px 0 8px 10px;
}

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

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

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

.sarea_content img {
    display: block;
    margin-top: 32px !important;
    min-width: 100%;
    max-height: 350px;
    object-fit: cover;
    object-position: center center;
    border-radius: 4px;
}

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


/* service areas single */
.sarea__toc .elementor-toc__header {
    padding: 8px;
}

.sarea__toc svg.e-fas-circle{
    max-width: 16px;
    min-width: 16px;
    position: relative;
    bottom: 2px;
}

.sarea__toc .elementor-toc__list-item-text-wrapper {
    align-items: baseline;
    display: flex;
}

.sarea__toc img {
    width: 100% !important;
    height: 400px !important;
    margin-top: 30px !important;
    object-fit: cover;
    margin-bottom: 0 !important;
}

/* blog tags */
/*
.sarea__tags span.elementor-post-info__terms-list a{
    display: inline-block;
    background-color: #eee;
    padding: 4px 12px;
    border-radius: 3px;
}

.sarea__tags span.elementor-post-info__terms-list a:hover{
    background-color: #eeeeee70;
}

.sarea__tags span * {
    color: inherit;
}

.sarea__tags span.elementor-post-info__terms-list {
    color: transparent;
}
*/


/* new tags style */
.sarea_tags span.elementor-post-info__item a{
    display: inline-flex  !important;
    background-color: #dde8ef !important;
    color: #266790 !important;
    padding: 7px 12px;
    border-radius: 8px;
    color: #333;
    font: 400 0.9rem / 1.1 'Outfit' !important;
    letter-spacing: 0.6px;
    word-spacing: 0.6px;
    border: 1px solid #3ab1ff;
}
/*
.sarea_tags span.elementor-post-info__item a:nth-child(2n) {
    background-color: #a70b2d3b !important;
    color: #a70b2d !important;
    border: 1px solid #ff809c;
}
*/

.sarea_tags span.elementor-post-info__item > :nth-child(2n){
    display: none;
}

.sarea_tags span * {
    color: inherit;
}

.sarea_tags span.elementor-post-info__item {
    color: transparent;
}




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

figcaption {
    display: none !important;
}
