/*
Theme Name: AJPO
Theme URI: http://www.witstechnologies.co.ke/projects/wp-themes/ajpo
Author: Sammy Waweru and Chacha Mwita
Author URI: http://www.witstechnologies.co.ke
Description: This is a private theme developed for AJPO Journals Ltd.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, blue, light green, one-column, no-sidebar, fixed-width, custom-menu, featured-images, post-formats, sticky-post
Text Domain: ajpo
*/

* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.sw {
	font-size: 5px;
	color: #dbd3d3;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	background: #498f97;
}
a {
	color: #40BEF9;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	line-height: normal;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}

.wrapper {
	position: relative;
	margin:0;
	padding:0;
	width: 100%;
	height:auto;
	overflow:auto;
}
.container {
	position: relative;
	height: auto;
	margin: 20px auto;
	color: #000;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(25, 25, 25, 1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(25, 25, 25, 1);
	box-shadow: 0px 0px 20px 0px rgba(25, 25, 25, 1);
}
@media (max-width: 768px) {
.container {
	margin: 0 auto;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
}
.header-container {
	height: auto;
	overflow: hidden;
}
.header-container #header-left {
	height: inherit;
}
.header-container #header-right {
	height: inherit;
}
.header-container #header-logo {
	float: left;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.header-container #header-right-top {
	width: 100%;
	padding: 37px 0 0 0;
	overflow: hidden;
}
.header-container #header-right-social {
	height: 30px;
	line-height: 30px;
	text-align: right;
	margin-bottom:10px;
}
.header-container #header-right-social .fa {
	padding-top: 2px;
	padding-right: 5px;
}
.header-container #header-right-social .fa-facebook-square:hover {
	color: #3b5998;
}
.header-container #header-right-social .fa-twitter-square:hover {
	color: #55acee;
}
.header-container #header-right-social .fa-linkedin-square:hover {
	color: #0976b4;
}
.header-container #header-right-search {
	float: left;
	width: 100%;
	text-align: right;
}
@media (max-width: 768px) {
.header-container #header-logo {
    width: 100%;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
}
.header-container #header-right-top {
	width: 100%;
	padding: 15px 0;
	overflow: hidden;
}
.header-container #header-right-social {
    position: absolute;
    text-align: right;
    height: auto;
    line-height: normal;
    right: 10px;
    top: -60px;
}
.header-container #header-right-social .fa {
    padding-top: 0;
    line-height: 30px;	
}
.header-container #header-right-search {
	float: none;
	width: 100%;
	text-align: center;
}
}
@media (min-width: 768px) {
.header-container #header-right-top {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
}
.header-container #header-right-search {
	text-align: right;
}
}
.header-container #search-input {
	width: 200px;
	padding: 4px 0 4px 4px;
	margin-right: -7px;
	border: 1px #FF0000 solid;
}
.header-container #search-button {
	color: #FFF;
	cursor: pointer;
	padding: 4px 2px;
	border: 1px #FF0000 solid;
	background: #FF0000;
}
.main-menus {
	position:relative;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	background: #40BEF9;
}
@media (max-width: 768px) {
.main-menus {
	height: auto;
	line-height:normal;
	overflow:hidden;
}
}

.main-menus #main-menus-nav {
	
}
.main-menus .navbar-toggle {
	float:left;
	border-color:#FFF;
	z-index:10;
}
.main-menus .navbar-toggle .icon-bar {
	background-color:#FFF;
}

.main-menus .navbar-collapse {
	width:100%;
	padding:0 0 0 0;
}

.main-menus #right-menu-nav {
	height: 30px;
	line-height: 30px;
	text-align: right;
}
@media (max-width: 768px) {
.main-menus #right-menu-nav {
	position: absolute;
    top: 10px;
    right: 0;
    height: auto;
    line-height: normal;
}
}

.main-menus ul {
	margin: 0;
	text-align: left;
	padding: 0 0px 0 0;
	line-height: 30px;
}
.main-menus ul li {
	position: relative;
	display: inline-table;
	padding: 0 10px 0 0;
}
.main-menus ul li:after {
	content: "|";
}
.main-menus ul li:last-child:after {
	content: "";
}
.main-menus ul li a {
	width:100%;
	color: #FFF;
	font-size:12px;
	text-decoration: none;
	font-weight: normal;
	padding: 0 0px 0 0;
}
.main-menus ul li a:hover, .main-menus ul li.current-menu-item a, .main-menus ul li.current-menu-parent a {
	color: #000;
}
.main-menus ul ul li:after {
	content: "";
}
.main-menus ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
}
.main-menus ul ul li {
	float: none;
}
.main-menus ul ul ul {
	top: 0;
	left: 300px;
	width: 300px;
}
.main-menus ul li:hover > ul {
	display: block;
}
.main-menus ul ul {
	position: absolute;
	min-width: 300px;
	margin-left: -30px;
	margin-top: 0;
	bottom: 0;
	left: 0;
	text-transform: none;
}
.main-menus ul ul li {
	position: relative;
	display: block;
	width: 100%;
	height: 32px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #FFF;
}
.main-menus ul ul li a {
	display: block;
	width: 310px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 20px;
	background: rgba(64, 190, 249, 0.9);
}
.main-menus ul ul li a:hover {
	background: #40BEF9;
}
.main-menus ul ul li:hover > a, .main-menus ul ul li.current-menu-item a, .main-menus ul ul li.current-menu-parent a {
	color: #000;
}
.main-menus ul ul li.current-menu-item a, .main-menus ul ul li.current-menu-parent a {
	background: #FF0011;
}

.main-menus ul.navbar-right,
.main-menus ul.navbar-right li:last-child {
	padding:0;
}
.main-menus ul.navbar-right li a {
	color:#333;
	font-size:11px;
}
.main-menus ul.navbar-right li a:hover {
	color:#FFF;
}
.main-menus ul.navbar-right ul li a {
	width:200px;
}
.main-menus ul.navbar-right ul {
	min-width: 200px;
    margin-left: -30px;
}

@media (max-width: 768px) {
.main-menus ul li {
	position: relative;
	display: block;
	padding: 0 10px 0 0;
}
.main-menus ul li:after {
	content: "";
}
.main-menus ul ul {
	position:relative;
	display:block;
	width:auto;
	min-width:inherit;
	margin-left:15px;
}
.main-menus ul ul li {
	border-top:1px dotted #FFF;
}
.main-menus ul ul li a {
	width:auto;
	padding:0;
}

.main-menus ul.navbar-right li {
	display: inline-table;
	padding: 0 10px 0 0;
}
.main-menus ul.navbar-right li a {
	font-size:10px;
	padding:0;
}

}

#breadcrumb {
	font-size: 10px;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #FFF;
	background-color: #F0F8FF;
	overflow: hidden;
}
#breadcrumb a {
	color: #333;
	text-decoration: none;
}
.body-container {
	margin-bottom:30px;
}

.body-container input[type="text"], .body-container input[type="password"], .body-container input[type="email"], .body-container input[type="tel"], .body-container input[type="numeric"] {
	width: 60%;
	padding: 6px 0;
	margin-bottom: 10px;
}
.body-container input[type="submit"], .body-container input[type="reset"], .body-container input[type="button"] {
	color: #FFF;
	cursor: pointer;
	padding: 6px 10px;
	border: 1px #000 solid;
	background: #000;
}
.body-container textarea {
	width: 80%;
	height: 160px;
	margin-bottom: 10px;
}

.page-posts {
	padding: 0 15px;
	margin: 0;
	overflow: hidden;
}
.page-post {
	padding: 0 15px;
	margin: 0;
	overflow: hidden;
}
.page-posts p, .page-post p {
	overflow: hidden;
}
.page-posts strong, .page-post strong {
	font-weight: bold;
}
.page-posts ul, .page-posts ol {
	color: #222;
	padding-left: 30px;
	padding-bottom: 30px;
}
.page-posts ul {
	list-style-type: square;
}
.page-posts ol {
	list-style-type: decimal;
}
.page-posts ol.lower-roman {
	list-style-type: lower-roman;
}
.page-posts ol.upper-roman {
	list-style-type: upper-roman;
}
.page-posts ol.lower-latin {
	list-style-type: lower-latin;
}
.page-posts ol.upper-latin {
	list-style-type: upper-latin;
}
.read-more {
	color: #FFF;
	padding: 6px 20px;
	background: #FF0011;
	border: 1px #333 dotted;
	text-decoration: none;
}
.read-more:hover {
	color: #000;
	text-decoration: none;
}
#home-slideshow {
	margin: 0px -15px 25px -15px !important;
}
.footer-container {
	font-size: 12px;
	height: auto;
	overflow: hidden;
	color: #FFFFFF;
	background-color: #42C0FB;
	border-top: 5px solid #42C0FB;
}
.footer-container p {
	padding: 0;
}
.footer-container #footer-top {	
	color: #000000;
	font-size: 11px;
	background-color: #DEDEDE;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
}
.footer-container #footer-top ul {
    padding-left:15px;
}
.footer-container #footer-top ul li a {
	color: #0085c3;
	font-size:12px;
	text-decoration: none;
}
.footer-container #footer-top ul li a:hover {
    color: #000;
}
.footer-container #footer-left {
	text-align: left;
}
.footer-container #footer-right {
	text-align: right;
}

@media (max-width: 768px) {
.footer-container #footer-left, 
.footer-container #footer-right {
	text-align:center;
}
}

.footer-container #footer-right-menus, .footer-container #footer-left-copyright {
	height:50px;
	line-height:50px;
}
.footer-container #footer-right-menus p, .footer-container #footer-left-copyright p,
.footer-container #footer-right-menus ul, .footer-container #footer-left-copyright ul {
	padding:0;
	margin:0;
}
.footer-container #footer-bottom ul li {
	display: inline;
}
.footer-container #footer-bottom ul li a {
	color: #FFFFFF;
	padding: 0 0 0 30px;
	text-decoration: none;
}
@media (max-width: 768px) {
.footer-container #footer-bottom ul li a {
	padding: 0 10px;
}
}
.footer-container #footer-bottom ul li a:hover {
	text-decoration: underline;
}
.footer-container #footer-bottom ul li.current-menu-item a, .footer-container #footer-bottom ul li.current-menu-parent a {
	color: #000;
}
/*styling contact form submit button*/

#contact-submit {
	background-color: #FF0000;
	border: 1px #FF0000 solid;
	margin-top: 10px;
	width: 20%;
}
/*styling contact form mobile field*/

#your-phone {
	width: 58%;
	padding: 7px;
	margin-bottom: 12px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	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: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*ojs navlinks background fomart*/
#leftSidebar .submenu-main li {
       background: #40bef9 !important;
}
#leftSidebar .submenu-main li a {
 
    font-size: 11px !important;
}
/* woocommerce new update correction css*/
.woocommerce .checkout .col2-set .col-1 {
    float: left;
    width: 100%;
}
.woocommerce .checkout .col2-set .col-2{
    float: left;
    width: 100%;
}.form-control {
    display: block;
    width: 100% !important;
}
.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em;
    color: #101213 !important;
    font-size: 15px !important;
}


.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #fff;
    background-color: #ff0000 !important;
}







.nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}
 
.nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}
 
.nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

.post-navigation {
background-color:#f3f9ff;
padding:0px;
}
.nav-previous, .nav-next{
padding:10px;
font-weight:bold
}
.nav-previous:hover,.nav-next:hover {
background-color:#0170b9;
}
.nav-previous:hover a:link ,.nav-next:hover a:link {
color:#fff;
}
select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    height: 35px !important;
    WIDTH: 80% !important;
}