/*
Theme Name: X Child
Theme URI: https://themeforest.net/item/x-the-theme/full_screen_preview/5871901
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress X child theme.
Template: x
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.1.0
Text Domain: x-child
*/


@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,700,800|Source+Sans+Pro:200,300,300i,400,400i,600,700,900";


body {
    font-family: Open Sans, sans-serif !important;
}

.kb-dashborad {
    display: flex;
}
.kb-content {
    flex: 1;
    padding: 30px;
    background: #ffffff;
}
.kb-sidebar {
    padding: 30px;
    width: 270px;
    height: auto;
    background: #f5f5f5;
}
.kb-sidebar h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: #5b4e47;
    margin-bottom: 25px;
}
.kb-sidebar h4 {
    font-size: 18px;
    color: #5b4e47;
}
.back-link a {
    display: inline-block;
    font-size: 16px;
    color: #8b8b8b;
}
.kb-sidebar .kb-main-content {
    margin: 0;
    padding: 0;
}
.kb-sidebar .kb-main-content li {
    display: block;
    list-style: none;
    margin: 0;
    margin-bottom: 15px;
}
.kb-sidebar .kb-main-content li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #8b8b8b;
    text-decoration: none;
}
.kb-sidebar .kb-main-content li .children {
    margin: 0;
    margin-left: 15px;
    display: none;
}
.kb-sidebar .kb-main-content li .children li {
    margin: 0;
    margin-bottom: 15px;
}
.kb-sidebar .kb-main-content li:hover .children {
    display: block;
}
.child-page {
    margin-bottom: 0;
    margin-left: 0;
}
.sub-child-page {
    margin-bottom: 0;
    margin-left: 0;
}
.kb-content h2 {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    color: #392c25;
}
.kb-content ul {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
}
.kb-content ul .page_item {
    width: calc(50% - 40px);
    margin: 0 20px 40px;
    list-style: none;
}
.kb-content ul .page_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    background: #f5f5f5;
    text-decoration: none;
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    color: #392c25;
}
.single-seo-item {
    display: block;
    padding: 0 0 30px 230px;
    border-bottom: 1px solid #ddd;
    margin-top: 30px;
    position: relative;
}

.single-seo-item .child-page-thumbnail {
    position: absolute;
    left: 0;
    top: 5px;
}

.single-seo-item .seo-left {
}
.single-seo-item .seo-left .child-page-thumbnail img {
    width: 200px;
    height: 150px;
    object-fit: cover;
}
.single-seo-item .seo-left .child-page-title {
    flex: 1;
    padding-left: 0px;
}
.single-seo-item .seo-left .child-page-title h2 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    color: #212121;
}
.single-seo-item .seo-left .child-page-title p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
    color: #212121;
}
.single-seo-item .child-page-button a {
    display: inline-block;
    padding: 9px 25px;
    color: #ffffff;
    background: #212121;
    text-decoration: none;
}

.single-seo-item .child-page-button a:hover {
    color: #ffffff;
    background: #f7931e;
}

.list-border {
    border: 1px solid #ccc;
    margin-top: 25px;
}
.list-border .child-page-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    border-bottom: 1px solid #bfbfbf;
}
.list-border .child-page-content:last-child .child-page-details {
    border-bottom: none;
}
.list-border .child-page-details h2 {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    color: #212121;
}
.list-border .child-page-details a {
    display: inline-block;
    padding: 10px 25px;
    color: #ffffff;
    background: #212121;
    text-decoration: none;
}
.list-border .child-page-details a:hover {
    color: #ffffff;
    background: #f7931e;
}
.pagination-btn {
    display: inline-block;
    padding: 10px 25px;
    background: #e0e0e0;
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    text-decoration: none;
    min-width: 120px;
    text-align: center;
}

.pagination-btn:hover {
    background: #f7931e;
    color: #fff;
}

.home .kb-dashborad {
	display: flex;
}
.home .kb-content {
    width: 700px;
}
.home .kb-content ul .page_item a{
	font-size: 20px;
}

.home .entry-wrap {
    max-width: 600px;
    margin: 0 auto;
}
.child-page{
	margin-left: 10px;	
}
.sub-child-page{
	margin-left: 20px;	
}

.kb-sidebar .kb-main-content li .children{
	margin-top: 10px;
}
.kb-content ul .page_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #392c25;
    padding: 25px 25px 40px;
    background: #fff;
    border: 1px solid #cbcbcb;
    box-shadow: 0 10px 27px rgb(46 61 98 / 6%);
    text-align: center;
    position: relative;
    height: 270px;
    line-height: 1.4;
}

.kb-content ul .page_item a:hover {
    border: 1px solid #f7931e;
    box-shadow: inset 0px 0 0px 2px #f7931e;
}

.kb-content {
    flex: 1;
    padding: 0 0 0 40px;
    background: #ffffff;
}
.kb-sidebar h4 {
    margin: 0;
	margin-bottom: 25px;
	font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
}
.kb-content h4 {
	margin: 0;
	font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: #392c25;
	display: none;
}
.kb-content ul {
	margin: 0 -15px;
}
.kb-sidebar .kb-main-content li {
	margin-bottom: 10px;
}
.kb-sidebar .kb-main-content li a {
	font-family: 'Open Sans', sans-serif;
}
.entry-wrap {
    padding: 40px;
}

.kb-sidebar .kb-main-content li a {
    padding-left: 15px;
		position: relative;
}

.kb-sidebar .kb-main-content li a:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent #8b8b8b;
    display: block;
    width: 0;
    z-index: 1;
    left: 0;
    top: 9px;
}

.kb-sidebar .kb-main-content > li:hover > a,
.kb-sidebar .kb-main-content li a:hover  {
color: #f7931e;
}

.kb-sidebar .kb-main-content li a:hover:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent #f7931e;
    display: block;
    width: 0;
    z-index: 1;
    left: 0;
    top: 9px;
}

.page-template-child-tpt .kb-sidebar {
		padding-top: 45px;
		position: relative;
}


.back-link > a {
    display: inline-block;
    font-size: 16px;
    color: #f7931e;
    font-size: 13px;
    text-transform: uppercase;
    position: absolute;
    top: 30px;
    padding-left: 15px;
}

.back-link > a:before {
    content: "";
    border: 1px solid #f7931e;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    border-width: 0 1px 1px 0;
    transform: rotate(
135deg);
    top: 8px;
}


@media (max-width: 991px) {

.kb-dashborad {
    display: block;
}

.kb-sidebar {
    width: 100%;
}

.kb-content {
    padding: 40px 0 0 0;
}

}

@media (max-width: 575px) {

.kb-content ul .page_item {
    width: 100%;
    margin: 0 0 30px;
}

.kb-content ul {
    margin: 0;
}
	
.list-border .child-page-details {
    display: block;
}
	
.list-border .child-page-details h2 {
    margin: 0 0 15px;
}

.navigation.section-inner {
    display: table;
    width: 100%;
}
	
.pagination-btn {
    display: inline-block;
    font-size: 14px;
    min-width: 106px;
}

}



