/*
Theme Name: Astra Child
Template: astra
Version: 1.0
*/

/* @import url("../astra/style.css"); */
/* @import url("hemingway-style.css"); */


.content-page .post-content h4 {
    font-family: bree, sans-serif;
    font-size: 28px !important;
    font-weight: 200 !important;
    color: #4c4c4c !important;
    margin: 50px 0 25px !important;
    line-height: 120%;
}


/*
.wrapper,
.page .wrapper.wrapper-margin {
    margin-top: 40px;
    margin-bottom: 40px;
}

.page .wrapper {
    margin-top: 0px;
}

.content {
    width: 65%;
}

.sidebar {
    width: 30.5%;
}

.right {
    float: right;
}

.cl-full-width{
  width: 100%;
}

.cl-full-width .featured-media img{
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.cl-full-width .ssba{
  margin-top: 64px;
}

.cl-full-width .post-content p{
  font-size: 1.1em;
}

.cl-news-tpl .ssba{
    margin-top: 0px;
}

.cl-news-tpl > .wp-post-image, .cl-post-tpl > .wp-post-image{
    max-height: 250px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 15px;
    border-radius: 5px;
}

.section-inner {
    width: 1040px;
    max-width: 86%;
    margin: 40px auto;
}

/* -------------------------------------------------------------------------------- */
/*	Side widget
/* -------------------------------------------------------------------------------- */

.sidebar .widget {
    border: 0px;
    padding: 0px;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 25px;
}

.sidebar .widget.widget_sidebar_ads {
    background: #f1f5fa;
    padding: 8px 0px;
    text-align: center;
}

.sidebar .widget.widget_sidebar_ads div {
    display: inline-block;
}

.sidebar .widget.widget_sidebar_ads ins {
    background: #4d637b;
}

.widget-content ul li {
    border: 0px;
}

.sidebar .widget-content ul li {
    border: 0px;
    padding: 3px 0px;
}

.sidebar .widget-content ul {
    padding: 15px 22px;
}

.sidebar .widget-content ul li a .categories-icon {
    line-height: 20px !important;
    color: #6e90a9 !important;
    font-size: 12px !important;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
}

.sidebar .widget-content ul li a {
    color: #6e90a9;
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    overflow: hidden;
    display: table;
}

.sidebar .widget-content ul li a em,
.sidebar .widget-content ul li a .categories-icon {
    font-style: normal;
    display: table-cell;
}

.sidebar .widget-content ul li a em {
    text-align: left;
    display: inline-block;
    line-height: 30px;
    padding-left: 7px;
}

.sidebar .widget-content ul li a:hover {
    color: #38b1ec;
}

.sidebar .widget-content ul li a:hover .categories-icon {
    color: #38b1ec !important;
}

.sidebar .widget-title {
    border-bottom: 1px solid #f1f5fa;
    color: #4d637b;
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
    padding: 17px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.post-content a {
    color: #ff7e27;
    font-size: 28px;
}

.post-content h1{
	line-height: 120%;
}

.post-content h3 {
	margin: 50px 0 25px;
	text-align: center;
}

.post-content ul {
    list-style: disc;
    margin-left: 1.5em;
    line-height: 170%;
    margin-bottom: 1.1em;
}

.post-content li {
    margin-bottom: 0.5em;
    line-height: 170%;
    font-size: 100%;
}

.post-content li a {
	font-size: 16px;
}

.post-content p a {
	font-size: 18px;
}


.cl-post-author{
    background-color: #F9F9F9;
    color: #909090;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
    position: relative;
}

.cl-post-author label{
	color: #909090;
}

.cl-post-author > .cl-post-author-header{
    border-bottom: 1px solid #dddddd;
    padding: 5px 8px;
    font-weight: bold !important;
    cursor: pointer;
    font-size: 18px;
    position: relative;
    color: #333333;
}

.cl-post-author > .cl-post-author-header > span{
    width: 18px;
    height: 18px;
    background-color: #606060;
    color: #fff;
    text-align: center;
    font-size: 14px;
    position: absolute;
    right: 5px;
    transform: translateY(-50%);
    top: 50%;
}

.cl-post-author > .cl-post-author-content{
    display: flex;
}

.cl-post-author > .cl-post-author-content > .content-left-area{
    padding: 5px;
    height: 80px;
}

.cl-post-author > .cl-post-author-content > .content-right-area{
    padding: 5px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center; 
    font-size: 14px;  
}

.cl-post-author > .cl-post-author-content > .content-left-area > img{
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.cl-post-author > .cl-post-author-content > .content-right-area label{
    font-weight: bold !important;
    font-size: 13px;
}

.cl-post-author > .cl-post-author-content > .content-right-area > div{
    font-weight: bold !important;
    margin-bottom: 5px;
    line-height: normal;
}

.cl-post-author > .cl-post-author-content > .content-right-area > div > a{
    font-weight: bold !important;
}

.post-content blockquote {
    padding: 1.1em;
    line-height: 150%;
    color: #666;
    background: #EEE;
    font-family: 'Raleway', 'Helvetica Neue', sans-serif;
}

blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    line-height: 1;
    font-family: inherit;
    text-align: left;
}

.post-content *:last-child {
    margin-bottom: 0;
}

*/


.cl-post-author > .cl-post-author-content > .content-right-area a{
	color: #ff7e27;
}