/**
* Theme Name: BookChoix Child
* Description: This is a child theme of BookChoix.
* Author: AcmeeDesign Softwares and Solutions
* Template: bookchoix
* Version: 1.0.0
*/

/**
* You can add your custom styles here
*/


.fa {
    display: inline-block;
	font: 27px / 1 FontAwesome !important;}
	
.acmthemes-mobile-menu-icon a {
    font-size: 64px;
    line-height: 76px;
    color: #000;
    padding-left: -13px !important;
    letter-spacing: 132.6px;
    cursor: pointer;
}

@media screen and (max-width: 1280px) {
    .boxed-layout #wrap .container {
        padding-left: 19px;
        padding-right: 30px;
        margin-right: 26px;
    }
}
}