/*
Theme Name:   woffice child theme
Description:  Write here a brief description about your child-theme
Author:       netmow
Author URL:   https://netmow.com
Template:     woffice
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  woffice-child
*/

/* Write here your own personal stylesheet */


/*new style by pranto*/
.netmow-wiki-wrap {
	width: 100%;
	display: flex;
}
#main-content.full-width .netmow-wiki-wrap #left-content {
	width: 75% !important;
}
.netmow-wiki-wrap .wiki-right-sidebar {
	width: 25%;
	background-color: #fff;
	padding: 0;
}

.netmow-wiki-post .wiki-category-container .list-wiki, .netmow-wiki-post .wiki-category-container > a {
	display: none;
}
.netmow-wiki-post #wiki-page-content {
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
}
.netmow-wiki-post #wiki-page-content .row {
	width: 50%;
	padding: 0;
	margin: 0;
	justify-content: space-around;
}
.netmow-wiki-post #wiki-page-content .col-md-6 {
	flex: inherit;
	max-width: calc(50% - 30px);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #14202A;
	min-height: 100px;
	margin-bottom: 30px;
	border-radius: 10px;
}
.netmow-wiki-post #wiki-page-content .col-md-6 .heading {
	margin: 0 !important;
	background-color: transparent;
	width: 100%;
	height: 100%;
}
.netmow-wiki-post #wiki-page-content .col-md-6 .heading h2 {
	background: transparent;
	font-size: 18px;
	width: 100%;
	height: 100%;
	text-align: center;
	text-transform: uppercase;
}
.netmow-wiki-post #wiki-page-content .col-md-6 .heading h2 a {
	color: #00BD53 !important;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600 !important;
}
.netmow-wiki-post #wiki-page-content .col-md-6 .heading h2 a i, .netmow-wiki-post #wiki-page-content .col-md-6 .heading h2 a span, .netmow-wiki-post #wiki-page-content .fw-page-builder-content, .netmow-wiki-post #wiki-page-content .edit-link, .netmow-wiki-post #wiki-bottom {
	display: none;
}
/**/
.countdown-area {
	padding: 15px;
	background-color: #FAF9FD;
}
.countdown-area h4 {
	font-size: 20px;
	text-transform: uppercase;
	color: #115090;
	margin-bottom: 5px;
	background-color: #FAF9FD;
}
.countdown-area .countdown-image {
	width: 100%;
	height: 230px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.countdown-area #timer {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #14202A;
	/*margin-left: -15px;*/
	/*margin-right: -15px;*/
	padding: 10px;
}
.countdown-area #timer > div {
	width: 52px;
	background-color: #56C476;
	color: #fff;
	text-align: center;
	margin-right: 15px;
	font-size: 18px;
	line-height: 1.6;
}
.countdown-area #timer > div:last-chhild {
    margin-right: 0;
}
.countdown-area #timer > div > span {
    display: block;
    background-color: #14202A;
    font-size: 12px;
}

@media only screen and (max-width: 1200px) {
    .netmow-wiki-wrap {
    	flex-wrap: wrap;
    }
    #main-content.full-width .netmow-wiki-wrap #left-content {
    	width: 100% !important;
    }
    .netmow-wiki-wrap .wiki-right-sidebar {
    	width: 100%;
    	margin-bottom: 50px;
    }
    .netmow-wiki-post #wiki-page-content .row {
        width: 100%;
    }
    .netmow-wiki-post #wiki-page-content .col-md-6 {
        max-width: calc(50% - 15px);
        margin-bottom: 15px;
    }
    #content-container .intern-padding {
    	padding: 25px 10px;
    }
}

.tax-wiki-category .heading {
	margin-top: 0 !important;
}
.tax-wiki-category .heading h2 {
	font-size: 22px !important;
}
.tax-wiki-category .heading h2 {
	font-size: 19px !important;
}
.tax-wiki-category .heading h2 a {
	font-weight: 600 !important;
	text-transform: uppercase;
	color: #4EB346 !important;
}
.tax-wiki-category .edit-link {
	display: none;
}
.tax-wiki-category  #content-container .heading i {
    color: #4EB346 !important;
}
.tax-wiki-category #wiki-bottom {
	display: none;
}


.wiki-section-title {
	margin-bottom: 2px;
	font-weight: 600;
	font-size: 24px;
	color: #48465b !important;
	text-transform: inherit;
}
.file-list-image img {
	max-width: 544px;
	margin-bottom: 30px;
}
.single-wiki #wiki-tab-edit, .single-wiki #wiki-content-edit {
	display: none !important;
}


.wiki-section-content {
	margin-bottom: 25px !important;
}
.wiki-section-content p, .wiki-section-content {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 1.5;
	color: #6c7293;
}
.file-list-wrap {
	margin-bottom: 33px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.file-list-wrap a {
	padding: 10px 26px;
	margin-right: 10px;
	background-color: #efefef;
	color: #3c3f4d !important;
	font-size: 13px;
	text-transform: capitalize;
}
.file-list-wrap a:hover {
    text-decoration: none!important;
}
body.woffice-2-5 #content-container .intern-box#project-nav, body.woffice-2-5 #content-container .intern-box#wiki-nav {
	padding: 20px;
	box-shadow: 0 0 15px 0 #523f690d;
}