 .rhi-phone-number{
    -webkit-text-fill-color : white;
 }
 
 .rhi-google-ad-container{
	max-width: 98%;
    overflow: hidden; 
    margin: 0 auto 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

 .entry-content,
 .entry-header{
    font-family: 'EB Garamond', serif;
 }

	 .entry-content{
    	font-size: 20px;
  	}


 
@media only screen and (min-width: 768px){

  .site-content-contain{
    margin-top: 30px;
  }
	
	#st-2{
		top: 35vh !important;
	}
	
	 .entry-content{
    	line-height: 2;
  	}
	
	
	.entry-content{
		line-height: 1.667;
	}


  .slides.headlines{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    box-shadow: 0 0 6px gray;
    margin-top: 20px;
    
  }

  .main-slider .slides.headlines .image-slider{
    background-position: unset;
  }

  .main-slider .no-slider .slides.headlines > li:first-child {
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 20px;
      width: 100%;
  }


  .main-slider .no-slider .slides.headlines > li{
    float:none;
  }

  .slides.headlines > li{
    position: relative;
  }


  .slides.headlines > li article{
    position: absolute;
  } 
 


  .slides.headlines > li:first-child .image-slider{
    width: 64.8%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: unset;
    position: unset;
  }




  .slides.headlines > li:first-child article{
    background-color: #1A355D;
    background-image: linear-gradient(to top, #09203f 0%, #537895 100%);
    width: 35%;
    max-width: 35%;
    height: 100%;
    top: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
  }


  .slides.headlines > li:first-child article .entry-meta span:first-child{
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .main-slider .no-slider .slides.headlines li:first-child .slider-content .slider-title a{
    font-size: 1.4em;
  }

  .main-slider .no-slider .slides.headlines li:first-child .slider-content .slider-title{
    margin-bottom: 15px;
  }


  .slides.headlines > li:not(:first-child){
    height: 490px;
    width: 24%;
  }

  .slides.headlines > li:not(:first-child)::after{
    content: "";
    position: absolute;
    width: 50%;
    height: 5px;
    top: 439px;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: red;
    transition: all 0.6s ease-in-out;
    opacity: 0;
	margin-top: 20px;
   
  }

  .slides.headlines > li:not(:first-child):hover::after{
    opacity: 1;
  }


  .slides.headlines > li:not(:first-child) article{
    top: 100%;
  }

  .slides.headlines > li:not(:first-child) article .cats-links {
    display: block;
    margin: 10px 0;
  }

  .slides.headlines > li:not(:first-child) article .cats-links a {
    color: red;
  }

  .slides.headlines > li:not(:first-child) .slider-content .slider-title a,
  .slides.headlines > li:not(:first-child) .rhi-time-ago{
    color: #1A355D !important;
    color: #2f2f2f !important;
  }

  .slides.headlines > li:not(:first-child) .slider-content .slider-title a:hover{
    color: #4C6EA4 !important;

  }


  .slides.headlines > li:not(:first-child) .slider-content .slider-title a{
    font-size: 1.15em;
	font-weight: 700;
  }


  .main-slider .no-slider .slides.headlines > li:not(:first-child) .slider-text-content{
    margin-right: 0;
    margin-left: 10px;
  }


  .slides.headlines > li:not(:first-child){
    padding: 0;
  }



}

@media only screen and (min-width: 768px) and (max-width: 1023px){
  .slides.headlines{
    padding-right: 10px;
    padding-left: 10px;
  }

  .slides.headlines > li:first-child article{
    padding-left: 8px;
    padding-right: 8px;

  }

  .slides.headlines > li:first-child article .slider-text-content{
    margin-left: 4px;
    margin-right: 4px;
  }

  .main-slider .no-slider .slides.headlines li:first-child .slider-content .slider-title a{
    font-size: 1.1em;
  }

  .slides.headlines > li:not(:first-child) .slider-content .slider-title a {
    font-size: 0.9em;
  }

  .slides.headlines > li:not(:first-child)::after{
    top: 470px;
  }

} 

@media only screen and (min-width: 480px) and (max-width: 767px){

  .main-slider .no-slider .image-slider{
    min-height: 60vw;
  }

}

@media only screen (max-width: 600px){

 	.go-to-top{
		bottom: 70px !important;
	}
	
	#st-2 .st-total {
    	display: none !important;
	}
	
	.entry-content{
    	font-size: 25px;
  	}


}




    
