/*

Theme Name: Nir Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

Description: Hello Elementor Child is a child theme of Hello Elementor, created by nir levy

Author: nir levy

Author URI: https://null248.com/

Template: hello-elementor

Version: 1.0.1

Text Domain: nir-hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

/* */
@import url("../hello-elementor/style.css");

.sunsetBG{
    background: linear-gradient(
      145deg,
      #FF4500 0%,
      #FFA500 15%,
      #FFD700 25%,
      #ffffff 35%,
      #ffffff 65%,
      #FFD700 75%,
      #FFA500 85%,
      #FF4500 100%
    );
}

.recommendationBox{
    background: linear-gradient(
      145deg,
      #9C6C34 0%,
      #b8860b 15%,
      #EDCE97 25%,
      #ffffff 35%,
      #ffffff 65%,
      #EDCE97 75%,
      #b8860b 85%,
      #9C6C34 100%
    );
}

#services{
    display: block;
    position: relative;
    top: -80px;
}

@media only screen and (max-width: 676px) {
    .recommendationBox{
        background: linear-gradient(
          110deg,
          #9C6C34 0%,
          #b8860b 15%,
          #EDCE97 25%,
          #ffffff 35%,
          #ffffff 65%,
          #EDCE97 75%,
          #b8860b 85%,
          #9C6C34 100%
        );
    }
}


