/*
Theme Name: Custom-Sites New
Theme URI: http://underscores.me/
Author: Avraham Yoffe
Author URI: http://www.custom-sites.com
Description: Custom-Sites New Parent Theme
Version: 1.1.3
License: GNU General Public License v2 or later
Text Domain: cs_new
* Bitbucket Theme URI: https://custom-sites@bitbucket.org/custom-sites/cs_new-parent-theme/wp-content/themes/cs_new/
* Bitbucket Branch:    master

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.

Custom-Sites is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

html {
    overflow-y: scroll;
}

body {
    overflow: hidden;
}

.elementor-editor-active #preloader {
    display: none;
}

#preloader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    z-index: 999999;
}

#preloader_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translatex(-50%);
    -o-transform: translateY(-50%) translatex(-50%);
    transform: translateY(-50%) translatex(-50%);
}

#content {
    position: relative;
}

a.credit:active {
    text-transform: none;
    color: #000000;
    text-decoration: none
}

a.credit:link {
    text-transform: none;
    color: #000000;
    text-decoration: none
}

a.credit:visited {
    text-transform: none;
    color: #000000;
    text-decoration: none
}

a.credit:hover {
    text-transform: none;
    color: rgba(0, 0, 0, 0.85);
    text-decoration: none
}


/* ######################################### */


/* Header */

#cs_main_header {
    position: relative;
    z-index: 1000;
}

#cs_main_header.header_fixed {
    position: fixed;
    width: 100%;
}

#cs_main_header.sticky {
    position: fixed;
    opacity: 0;
    width: 100%;
    top: 10px;
    left: 0px;
}

#cs_main_header_spacer {
    display: none;
    position: relative;
    width: 100%;
}

#cs_sticky_header {
    position: fixed;
    opacity: 0;
    width: 100%;
    top: 10px;
    left: 0px;
    z-index: 1000;
}


/* ######################################### */


/* FOOTER */

#cs_footer_container {
    position: relative;
    z-index: 100;
}


/* ######################################### */

.show_on_mobile {
    display: none;
}


/* ######################################### */

#cs_scroll_top {
    display: none;
    position: fixed;
    right: 10px;
    z-index: 1000;
    cursor: pointer;
}


/* ######################################### */

h2.home-title,
h2.search-title {
    margin-top: 0px;
}


/* ######################################### */

@media screen and (max-width:767px) {
    .show_on_mobile {
        display: block;
    }
    .hide_on_mobile {
        display: none;
    }
}
