/*
Theme Name: Orchid Essentials Theme
Theme URI: https://krischase.com
Author: Kris Chase
Author URI: https://wordpress.org/
Description: A theme developed by Kris Chase for Orchid Essentials
Version: 1.0
*/
#orchid_slider .img-fluid {
    max-width: 100%;
    height: auto;
    min-height: 360px;
    /* background-size: 100%; */
    object-fit: cover;
}

@media only screen and (max-width: 1159px) {
    #orchid_slider .img-fluid{
    min-height: 200px;
}
}

@media only screen and (max-width: 1023px) {
    #orchid_slider .img-fluid{
    min-height: 250px;
}
}

@media only screen and (max-width: 375px) {
#orchid_slider .img-fluid{
    min-height: 180px;
}
}

@font-face {
	font-family: 'Abolition-Round';
	src: url('fonts/Abolition-Round.eot') format('embedded-opentype'),
		url('http://dev.orchidessentials.com/wp-content/themes/orchid-essentials-theme/fonts/Century&#32;Gothic.woff') format('woff'),
		url('fonts/Abolition-Round.ttf') format('truetype'),
		url('fonts/Abolition-Round.svg') format('svg'),
		url('fonts/Abolition-Round.otf') format('OTF');
	font-weight: normal;
	font-style: normal;
  }
.blog_nav > h2.sect-heading{display:none;}

.news_content h3 a{
    font-size: 49px;
    color: #ffffff;
    font-family: "Abolition-Round", sans-serif;
    text-transform: uppercase;
}
.blog_btm .highlights a{
    color: #ffffff;
}
.top_bar .social_nav .search .search_icon {
    font-size: 14px;
    padding-left: 17px;
    color: #fff;
    position: relative;
}

.top_bar .social_nav .search .search_icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 20px;
    margin: auto;
    background: #fff;
}
.search_icon input::placeholder{
    color: #fff;
}
.latest_box img {
    width: 100%;
  
    object-fit: cover;
}
.blog_article img {
    width: 100%;
    min-height: 430px;
    max-height: 430px;
    object-fit: cover;
}

.article_heading h1 {
    font-size: 40px;
    font-weight: 500;
    color: #0b73af;
    margin-bottom: 20px;
}
.article_post img, .post_content img{
    object-fit: cover;
}
.post_content.article-content figure{
    max-width: 100%;
  
}
.article-content figure .wp-caption-text{
        font-size: 14px;
    font-style: italic;
    color: #bcbcbc;
    display: block;
    padding-top: 12px;
    margin-bottom: 23px;
}

.defaultPage h1{
    margin-top: 40px;
}

.defaultPage p {
    font-size: 16px;
    color: #000;
}
