/*

Theme Name: Ifrahlaw child theme
Description: A customized child theme for the Ifrahlaw website.
Version: 0.9.2
Author: Blueberry Ln.
Author URI: http://blueberryln.com
Text Domain: ifrahlaw

*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}



/*
 * publication detail
 */

.publication-area.detail {
  margin-bottom: 6rem;
}

.publication-area.detail .publication-title {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: -0.1rem;
  color: #79bde9;
}


.publication-area.detail .post-info .news-author,
.publication-area.detail .post-info .news-publication,
.publication-area.detail .post-info .news-date
{
  display: inline-block;
  color: #959595;
  font-weight: 500;
  font-size: 2rem;
}

@media (max-width: 565px) {
  .publication-area.detail .post-info .news-author,
  .publication-area.detail .post-info .news-publication,
  .publication-area.detail .post-info .news-date
  {
   display: block;
  }
}

.publication-area.detail .post-info .news-author:after,
.publication-area.detail .post-info .news-publication:after
{
  content: '\007C';
  color: #959595;
  margin: 0 1rem 0 1.5rem;
  font-weight: 500;
}

@media (max-width: 565px) {
.publication-area.detail .post-info .news-author:after,
.publication-area.detail .post-info .news-publication:after
{
  content: '';
  margin: 0rem;
}
}


.publication-area.detail .post-info .news-author {

}

.publication-area.detail .post-info .publication-date {

}

.publication-area.detail .post-content h1{
  font-size: 4rem;
}

@media (max-width: 767px) {
  .publication-area.detail .post-content h1{
    font-size: 3rem;
  }
  .publication-area.detail .post-content h2 span{
    font-size: 2.5rem;
  }
 }

.publication-area.detail .post-content {

}

.publication.detail .readmore {
  font-size: 1.5rem;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

 /*
 * Articles and Presentations Listings Page
 */
.articles-presentations .articles .attorney-blog-item:last-child {
  margin: 0;
}
.articles-presentations .presentations {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4.5rem 0 0;
  border-top: none;
  margin-bottom: 5rem;
}

/* search page */


body.search .publication {padding: 0 0 10px;
margin: 0 0 20px;}

.h1-news {
    font-size: 6rem;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    vertical-align: top;
    background: #79bde9;
    padding: 1.5rem 2rem;
    font-weight: 400;
    margin: 0 0 0 -2.5rem;
    color: #fff;
    line-height: 1.1;
}

@media (max-width: 480px){
    .h1-news  {
        font-size: 11.2vw;
    }
}
@media (max-width: 991px){
    .h1-news  {
        font-size: 4.8rem;
        padding: 1rem 1.5rem;
        margin: 0;
    }
}