@charset "UTF-8";
/*
File Name: style.css
Theme Name:  Ava - Child Theme
Author: RT-Themes
Version: 1.0
Author URI: http://themeforest.net/user/stmcan
Theme URI: http://themeforest.net/user/stmcan
Description: Designed and developed by RT-Themes - <a href="http://themeforest.net/user/stmcan">stmcan</a>
License: GNU General Public License
License URI: /Licensing/gpl.txt
Text Domain: ava
Template: ava
*/

/*
.image-content-box{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
          -ms-flex-align: end;
          align-items: flex-end;
}


.image-content-box > * {
display: inline-block;
width: 50%;
vertical-align: bottom;
}

*/
.image-content-box > * {
    display: inline-block;
}

/** BLOG **/
.article-header-fullwidth {
    width: 100vw;
    max-height: 680px;
    overflow: hidden;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 22px;
}

.blog-single {
    background-color: #FFFFFF;
    padding: 30px;
    margin-top: 30px;
}

.term-badge {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #005F85;
    border-radius: 15px;
    color: #005F85;
    text-decoration: none;
    font-weight: 400;
    margin: 0px 0 20px 0;
    text-transform: uppercase;
}

.entry-title {
    margin: 20px 0 10px 0 !important;
    color: #000000;
}

.entry-hr {
    border-bottom: 1px solid #777777;
    margin: 0px 0 60px 0;
}
.entry-content {
    margin-bottom: 0px !important;
}