/*
Theme Name: Chomok Child
Template: chomok
Theme URI: http://themewar.com/wp/chomok/
Author: ThemeWar
Author URI: http://themewar.com/
Description: Child theme for Chomok. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Version: 1.0
License: 
License URI: 
Text Domain: chomok-child
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/*	Preloader logo size fix  */

.preloader .loLogo img {
    animation: movement 1s infinite alternate;
    height: auto!important;
    width: auto;
}

/*	Menu nav position fix  */
.dRight .main-menu {
    justify-content: flex-start;
	margin-left:0;
}

/*  Fix About Us widget mobile look	*/
@media (max-width:768px){
#aboutus-tab-onas .row{
	flex-direction: column-reverse;
}
}



@media screen and (min-width:1200px){
/*  Main menu position to right */
	.dRight .main-menu {
		justify-content: flex-end;
		margin-right: 0;
		margin-left:auto
	}
/* Main menu contact like a btn  */
	.cmMainmenu li:last-child>a{
	background:#000;
	color:#fff;
	}
}

/*  Baner centering fix */
.pageBannar{
	    display: flex;
    align-items: center;
    padding: 10px;
}
.pageBannarContent h2 {
    font-size: 74px;
	line-height: 1;
}
.custom-heading span{
	position:relative;
	z-index:1;
}
.custom-heading span::before {
    background: var(--theme-color);
    content: "";
    position: absolute;

    z-index: -1;
    top: 8px;
    bottom: 14px;
    left: -10px;
    right: -18px;
}