/*
Theme Name: Akom Child
Theme URI: http://newsmartwave.net/wordpress/akom
Author: SW-THEMES
Author URI: http://newsmartwave.net/
Description: Akom Responsive Wordpress + eCommerce Theme.
Version: 1.1
Template: akom
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: akom-child

*/

@import url("../akom/style.css");

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
#header .logo {
    margin: 0;
    padding: 0;
    min-width: 100px;
    line-height: 0;
    position: relative;
    top: -23px;
    z-index: 1002;
}
#header .header-main .container {
    text-align: center;
    padding: 0 !important;
}
#header .header-main .container .header-left,#header .header-main .container .header-right,#header .header-main .container .header-center
{
	padding:0 !important;
	display:inline-block;
	height:150px;
}
#header .header-main .container {
    min-height: 68px;
}
#header.logo-center .header-main .container .header-center .logo img {
    z-index: 1200;
	    position: relative;
		width:100%;
}

#header .header-main .container #main-menu {
    display: inline-block;
    vertical-align: middle;
    height: 150px;
}

#header .header-main .container #main-menu {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    position: relative;
    top: 38%;
}
#header .header-main .container .header-center {
    padding: 21px 20px 20px 20px;
    text-align: center;
    width: 70% !important;
}
.main-menu-wrap {
    background-color: transparent;
    padding: 0px 0px 15px 0px;
    display: none;
}
.sticky-header .main-menu-wrap {
    background-color: transparent;
    padding: 0px 0px 15px 0px;
    display: inline-block;
}
#header.sticky-header .logo {
    width: 250px;
}
#main {
    background-color: #f6f2e2;
}
.main-content {
    background-color: #fff;
    position: relative;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .5);
    padding: 10px;
    background: white;
    margin-top: 15px;
}
article.post .post-date, .post-item .post-date {
    float: left;
    margin-right: 10px;
    text-align: center;
    width: 40px;
    position: relative;
    left: -40px;
    top: -250px;
	 box-shadow: 1px 2px 5px rgba(0, 0, 0, .5);
}
#side-nav-panel {
    background-color: #003a1e;
}
#side-nav-panel .accordion-menu li.menu-item > a, #side-nav-panel .accordion-menu li.menu-item > h5{
    background-color: #003a1e;
	color:#fff;
}
#side-nav-panel .accordion-menu li.menu-item.active > a, #side-nav-panel .accordion-menu li.menu-item.active > h5 {
    background-color: #fff;
    color: #333;
}
article.post-full .post-image, article.post-full .post-date, article.post-large .post-image, article.post-large .post-date {
    margin-left: -30px;
    position: relative;
}
article.post-full, article.post-large {
    margin-left: 0px;
}
.post-content {
    margin: 0 15px;
}
.page-content {
    padding: 15px;
}


.simple .ccchildpage
{
	background: #f6f2e2;
	border: #003a1e 2px solid;
	border-radius:0px;
}

.fourcol .ccchildpage
{
	width: auto;
	    margin: 10px;
}
}
.cclast {
    margin: 0;
    float: none;
}
.simple .ccchildpage a {
    color: #fff;
	padding: 7px;
	background-color:#003a1e;
	font-size:14px;
    text-decoration: none;
}
article.post .post-date, .post-item .post-date {
    left: 0;
    top: 0;
}
.page-top ul.breadcrumb > li a {
    color: #fff;
}

@media (max-width: 640px) {
#header .header-main .container .header-left, #header .header-main .container .header-right, #header .header-main .container .header-center
 {

    height: auto;
}
#header .header-main .container .header-center {

    width: 50% !important;

}
.main-menu-wrap {
	display:none !important;
}
#header .logo {

    top: 0px;
margin-bottom: -17px;

}
}