/*
Theme Name: CMC Global
Theme URI: https://hoangquoclong.com
Author: Hoang Quoc Long
Author URI: https://hoangquoclong.com
Description: CMC Global
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cmc
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*.admin-bar .mobile-header {*/
/*	top: 46px;*/
/*}*/

.admin-bar .site-header {
	top: 32px;
}

.item-intro p {
	margin-bottom: 0;
}
/*
@media screen and (max-width: 767px) {
	.blox-alternating-classic-pointer-timeline li .blox-dote, .blox-alternating-classic-pointer-timeline li:nth-child(2n) .blox-dote {
	    right: auto;
	    left: 50%;
	    margin-left: -7px!important;
	    top: -45px!important;
	}
}*/

button.menu-toggler.active::before, button.menu-toggler.active:after {
	content: "";
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: #383838;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 16px;
}

button.menu-toggler.active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

button.menu-toggler.active i {
	display: none;
}