/* 
Theme Name: Hello Elementor 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: Elementor 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
*/

/*
    Add your custom styles here
*/

@import url("https://p.typekit.net/p.css?s=1&k=flk7nqz&ht=tk&f=29405.29406&a=96063825&app=typekit&e=css");

@font-face {
font-family:"bigmoore";
src:url("https://use.typekit.net/af/bae91d/0000000000000000774a6730/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/bae91d/0000000000000000774a6730/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/bae91d/0000000000000000774a6730/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

@font-face {
font-family:"bigmoore";
src:url("https://use.typekit.net/af/44ed2d/00000000000000007736b57a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/44ed2d/00000000000000007736b57a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/44ed2d/00000000000000007736b57a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:400;font-stretch:normal;
}

.tk-bigmoore h2 { font-family:"bigmoore",serif !important }
section#site-header {
    position: fixed;
    top: 0;
    Z-INDEX: 2;
    WIDTH: 100%;
}

section#site-header.sticky {
    background: #242a39;
    padding: 5px 0;
}

html, body {
	overflow-x:hidden;
}
section#site-header.sticky img {
    width: 50%;
}
button.slick-nexts.pull-right.slick-arrow {
    display: none;
}

button.slick-arrow {
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    outline: 0 !IMPORTANT;
    color: transparent !IMPORTANT;
}

button.slick-prevs.pull-left.slick-arrow {
    left: -11%;
}

button.slick-nexts.pull-right.slick-arrow {
    right: 0;
    display:none !IMPORTANT;
}

button.slick-arrow:hover {
    background: transparent;
}

button.slick-prevs.pull-left.slick-arrow {}

button.slick-arrow:focus {
    background: transparent !IMPORTANT;
}
figure.gallery-item.slick-slide.slick-cloned[data-slick-index="-1"]{
	opacity:0;
}


button.slick-prevs.pull-left.slick-arrow {
    display: none !IMPORTANT;

}