/**
* Theme Name: Ryse Child Theme
* Description: This is a child theme of Ryse, automatically generated.
* Author: <a href="https://radiantthemes.com">RadiantThemes</a>
* Template: ryse
* Version: 3.1.1
*/


.custom-list { list-style: disc; padding-left:20px; }

/* Case Studies*/
/* .single-case-studies .case-studies-single-content ul{ list-style: disc; padding-left:20px; } */
.single-case-studies .wraper_inner_banner_main, 
.single-case-studies .wraper_inner_banner_breadcrumb { display:none; }
.single-case-studies .gallery { display: flex; flex-wrap: wrap; justify-content: space-around; }
.single-case-studies .gallery .gallery-item{ width: 20%; text-align: center; }

@media only screen and (max-width: 768px) {
	.single-case-studies .gallery {  margin: 0; }
	.single-case-studies .gallery .gallery-item{  max-width: 50%; text-align: center; width: 50%; padding: 0 5px 25px 0; }

} 

/* News Pages*/
.single-news .wraper_inner_banner, 
.single-news .blog_banner_image, 
.single-news .wraper_blog_banner, 
.single-news .wraper_blog_comments{ display:none; }
.single-news .wraper_blog_main .container{ padding-top:0 !important }
.single-news .single-post .entry-main .entry-content.default-page ul.contact{ list-style: none; }
.single-news .single-post .entry-main .entry-content.default-page ul.contact li i{ top:5px; }
.single-news .single-post .entry-main .entry-content.default-page ul.contact li { padding: 0 0px 10px 30px !important; }

/* Blog */
body.blog .inner_banner_main p.title{ text-align:left !important  }
body.blog .wraper_inner_banner { padding: 120px 0; color: #fff; }
body.blog .wraper_inner_banner .wraper_inner_banner_main .inner_banner_main .title { color: #fff; }
body.blog .wraper_inner_banner .wraper_inner_banner_main .inner_banner_main .subtitle { color: #fff; }
body.blog .wraper_inner_banner .inner_banner_breadcrumb { display: none; }
body.blog .wraper_inner_banner .wraper_inner_banner_main { border: 0; }


.career-opening{
	font-size:28px !important;
	color:#1E1765;
	font-weight: 500;
	line-height:45px !important;
	letter-spacing:-0.3px !important;
}

.career-opening span{
    border-bottom: 1px solid;
}

