/**
 *
 * Copyright (c) 2021 CARI Journals Ltd
 * Copyright (c) 2021 Sammy M. Waweru 
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * CARI Theme.
 *
 */

@import url(https://fonts.googleapis.com/css?family=Fjalla+One);

* {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

body {
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-style: normal;
 font-weight: normal;
 color: #34495e;
 background: #F5F5F5 !important;
}

a {
 color: #103DB0 !important;
}

a:hover, a:focus {
 color: #161764 !important;
}

.pkp_structure_content h1, .pkp_structure_content h2, .pkp_structure_content h3, .pkp_structure_content h4 {
 font-family: "Fjalla One";
 font-weight: normal;
 color: #103DB0;
}

.pkp_structure_content h1 {
 font-size: 20px !important;
}

.pkp_structure_content h2 {
 font-size: 18px !important;
}

.pkp_structure_content h3 {
 font-size: 16px !important;
}

.pkp_structure_content h4 {
 font-size: 14px !important;
}

.pkp_structure_page {
 margin: 0 auto;
 background: #F5F5F5;
}

.pkp_structure_head {
 color: #000 !important;
 background-color: #FFF !important;
 border-bottom: 1px solid #e7e7e7;
 padding-top: 15px;;
}

.pkp_head_wrapper {
 background-image: url(https://carijournals.org/wp-content/themes/cari/images/cari-journals-logo.png) !important;
 background-repeat: no-repeat !important;
 background-size: inherit;
 margin-left: 15px;
 margin-right: 15px;
 padding-top: 90px !important;
}

.has_site_logo .pkp_head_wrapper {
 padding-top: inherit !important;
}

.pkp_site_name {
 padding-bottom: 15px;
}

.pkp_navigation_primary_row {
 position: absolute;
 top: 30px;
 left: 0;
 width: 100%;
 margin: 0;
 height: 30px;
 text-transform: uppercase;
 line-height: 30px;
}

.pkp_navigation_primary {
 padding: 0;
 width: 100%;
 height: 27px;
 position: relative;
 margin: 0 auto;
 text-align: right;
}

.pkp_site_nav_menu {
 margin-left: -15px;
 margin-right: -15px;
 width: auto;
}

.has_site_logo .pkp_head_wrapper {
 background-image: none !important;
}

.has_site_logo .pkp_head_wrapper, .has_site_logo .pkp_site_nav_menu {
 margin-left: inherit;
 margin-right: inherit;
 width: auto;
}

.pkp_structure_head a, .pkp_site_name .is_text {
 color: #40BEF9 !important;
}

.pkp_structure_sidebar {
 background: #D9D9D9;
}

.pkp_block .title {
 color: #FFF;
 font-family: "Fjalla One";
 font-size: 12px;
 font-weight: normal;
 text-transform: uppercase;
 padding: 6px 4px;
 margin-bottom: 10px;
 background-color: #103DB0;
}

.pkp_brand_footer {
 display: none !important;
}

.pkp_page_index .homepage_image img {
 width: auto !important;
}
