/*
 Theme Name:   Journal Child Theme
 Theme URI:    http://fraction.orange-themes.com/
 Description:  Fraction Premium Wordpress Child Theme
 Author:       Orange Themes
 Author URI:   http://www.orange-themes.com/
 Template:     fraction-theme
 Version:      1.0.0
 Tags: 
 Text Domain:  fraction-theme-child
*/

@import url("../fraction-theme/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.header .header-left {
	background: #535353;
}

.polylang-switcher {
	float: right!important;
}

.polylang-switcher li a {
	padding: 0 12px!important;
}

.polylang-switcher li span {
	display: none!important;
}

.polylang-switcher li img {
	margin-top: 15px;
}

p.caps:first-letter {
	font-size: unset;
	font-weight: unset;
	float: none;
	margin: unset;
	color: unset;
	line-height: unset;
}

.article-content h2, .main-content .main-title h2 {
	font-size: 1.2em;
    font-weight: 600;
}

.article-content p {
	color: #000;
	text-align: justify;
}

.issue-widget-button a.button {
	font-size: 1.5em!important;
    margin: 0 2px 5px 0;
    display: inline-block;
    padding: 15px 25px;
    color: #fff!important;
    background: #e34922;
    text-decoration: none!important;
    text-transform: uppercase;
    border-radius: 2px;
}

.issue-widget-button a.button:hover {
	background: #535353!important;
}

.journal-wrap {
    display: block;
    overflow: auto;
}

.journal-wrap .fa {
    color: red;
    font-size: 24px!important;
}

.jurpost-meta {
    width: 100%;
    background-color: rgb(228, 228, 228);
    padding: 5px;
    display: block;
    overflow: auto;
}

.jurpost-meta .author {
    font-style: italic;
}

.article-author-block .author-block-inner .author-block-content h3 {
    font-family: unset!important;
    color: #13133a;
    font-size: 26px;
}

.jurpost-dateview {
    float: right;
    font-size: 11px;
}

.jurpost-author {
    float: left;
}

.jurpost-title {
    margin-bottom: 5px;
    margin-top: 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

div.jurposts-loop a.journal-archive-title:hover {
	text-decoration: none!important;
}

.one-issue img {
    width: 100px;
    float: left;
    margin-right: 20px;
}

.one-issue {
    display: block;
    min-height: 170px;
}

.one-year h3 {
    border-bottom: 1px solid #ccc!important;
    padding-bottom: 8px!important;
    font-size: 25px;
    font-weight: normal;
    font-style: italic;
}

.one-issue-title {
    font-size: 23px!important;
}

.one-issue-link {
    font-size: 16px!important;
}

.main-title {
	margin-bottom: 20px;
}

.article-header {
	font-size: 12px;
}

.article-content ul {
    font-size: 1.15em;
    color: #000;
}

.article-content h1 {
    font-size: 1.5em!important;
}

.main-title h2 {
    font-size: 0.9em!important;
    letter-spacing: unset;
}

.main-title span {
    font-size: 1em!important;
}

.share-body {
    width: 50px!important;
    height: 50px!important;
}

.share-body i.fa {
    padding: 14px 0;
    width: 50px;
}

.no-comments-yet h3 {
    font-size: 1.5em!important;
}

.entry-title {
    font-size: 1.2em!important;
}

.content-category {
    font-size: 1em!important;
}

.main-title a.button {
    margin-top: 0;
}

body.home .main-title h2 {
    font-size: 1.5em!important;
}

.widget .article-block h4 {
    font-size: 1em!important;
}

.ot-slider .ot-slider-layer strong {
    font-size: 1.5em!important;
}

.ot-slider .ot-slider-layer.second a strong {
    font-size: 1.2em!important;
}

body.home .category-default-block .item .item-content h3 {
    font-size: 1.1em!important;
}

.home-featured-article .home-featured-item .feature-text strong {
    font-size: 2em!important;
}

body.home .main-title span {
    font-size: 0.9em!important;
}

.header-languages ul li {
    display: inline-block;
}

.header-languages {
    display: none;
}

@media(max-width: 767px){
    .header-languages {
        display: block;
    }

    .header-left {
        padding: 10px 0!important;
    }
}

.header-socials {
    padding-top: 12px;
}

.fledu-btns {
	display: flex;
	justify-content: space-around;
}
