/*
Theme Name: The8 (Child Theme)
Theme URI: http://the8.creaws.com/
Author: Creative Web Solutions
Author URI: http://themeforest.net/user/creativews
Description: The8 - Corporate, Business WordPress Theme.
Version: 1.0.0
License: GNU General Public License version 3.0 & Envato Regular/Extended License
License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses
Tags: blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: the8
Template: the8

*/ 

/* =Theme customization starts here
-------------------------------------------------------------- */

/* =HEADER -------------------------------------------------------------- */
/* Suppression du bloc logo dans le menu header ---------- */

	.header_wrapper_container .site_header .header_logo_part .logo {
		display: none;
	}


/* =PAGE -------------------------------------------------------------- */

.page_content:not(:empty) {
    padding: 20px 0;
}

/* Desactivation de la section titre des pages, fil d'arriane -------------------------------------------------------------- */

	.page_title .title {

		display: none;
	}


	.page_title {
		padding: 3px 0;
		margin-top: 21px;
		background-color: #fff;
	}

/* = FOOTER
-------------------------------------------------------------- */

.footer_container .cws-widget .cws_textwidget_content .text ul li b:after {
    width: 100px;
}

.footer_container .cws-widget .cws_textwidget_content .text ul li b {
    font-weight: bold;
}

.footer_container iframe,
embed {
    border-radius: 0;
}

.footer_container .cws-widget .widget-title::after {
    content: '';
    display: block;
    width: 120px;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 25px;
    background-color: #0398D0 !important;
}

address:not(:last-child) ,
p:not(:last-child) ,
ul:not(:last-child) ,
ol:not(:last-child) ,
blockquote:not(:last-child) ,
table:not(:last-child) ,
dl:not(:last-child) ,
code {
    margin-bottom: 0;
}

.footer_container ul li {
    list-style: none;
}

.menu-footer-2-container ul,
ol {
    list-style: none;
}

.menu-footer-3-container ul,
ol {
    list-style: none;
}

.footer_container .cws-widget li:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #0398D0;
}

.footer_container .cws-widget ul li:before {
    display: none!important;
}


.cws-widget .menu-item:hover > a {
    color: #0398D0!important;
}

.copyrights_area {
    background-color: #000000!important;
}


.footer_container a {
    color: #fff !important;
}


/* = SIDEBAR
-------------------------------------------------------------- */

.cws-widget ul li {

	padding-left: 18px;

}

