/* 
Theme Name: CHP Theme Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Smashing Agency Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@font-face {
font-family: 'Museo 300';
font-style: normal;
font-weight: normal;
src: local('Museo 300'), url('fonts/Museo300-Regular.woff') format('woff');
}


@font-face {
font-family: 'Museo 700';
font-style: normal;
font-weight: normal;
src: local('Museo 700'), url('fonts/Museo700-Regular.woff') format('woff');
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1281px) {

  
.elementor{
    width: 1223px !important;
    margin: 0 auto;    
	background-color:#fff!important; 
	 position: relative;
	}
	#rev_slider_1_1_forcefullwidth{
		overflow:hidden;
	}
}
.logo-back{
    position: relative;
    z-index: 1;
}
.logo-back:after{
	content: "";
	position: absolute;
	top:35px;
    height: 113px;
    z-index: 0;
    padding:0;
    background-image: url("/wp-content/uploads/2020/04/logo-bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
}