/*
Theme Name: DIGIFOX
Theme URI: http://www.thissideup.media
Description: Super Simple One Page Builder
Author: Schalk Joubert
Author URI: https://www.thissideup.media
Version: 2.3.1.3
License: Proprietary
Text Domain: digifox
*/
/*@import "assets/css/style-normal.css";*/
/*@import "assets/css/style-animations.css";*/
@import "assets/css/style.css";

@import "assets/css/style-dynamic.css";


@import "assets/slick/slick-theme.css";
@import "assets/slick/slick.css";

/*@import "assets/css/style-header-shrink.css";
@import "assets/css/style-footer.css";*/

/*@import "assets/css/style-fonts.css";*/



/*body.modal-open {
  overflow: hidden;
}


#modal * {
    color:  #000 !important;
}

    #modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

#modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}

#modal .modal-content h1 {
  font-size: 28px;
  margin-bottom: 10px;
}

#modal .modal-content p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

#modal .close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}*/







/*.modal-link {
  width: 150px;
  height: 40px;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  border: none;
  border-radius: 5px;
  background: #00bfff;
  color: white;
  text-transform: uppercase;
  
}*/


/*@media only screen and (min-width: 768px) {
  .hide {
    display: none;
  }
  .show {
    display: block!important;
  }
    .modal-wrapper {
        z-index: 999;
        position: absolute;
        left: calc((100vw - 600px)/2); 
    }

    .modal {
        display: none;
        position: relative;
        width: 600px;
        min-height: 300px;
        padding: 20px 15px;
        background: #EEEEEE;
        color: #000000;
        text-align: center;

        .close-modal {
            position: absolute;
            top: 20px;
            right: 15px;
            cursor: pointer;
        }

        h1 {
            font-size: 56px;
            margin: 35px 0;
        }

        .entry-content {
            p {
                font-size: 16px;
            }
        }
    }
}


@media only screen and (min-width: 1030px) {}*/

