/*
Theme Name:   Skylith Child
Theme URI:    https://1.envato.market/skylithwpinfo
Author:       nK
Template:     skylith
Author URI:   https://nkdev.info/
Description:  Skylith Child Theme
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  skylith-child
Tags:
*/


/* Theme customization starts here
-------------------------------------------------------------- */


/**Font**/

h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif !important;
    color: #000;
}

p, b, li {
    font-family: Arial, Helvetica, sans-serif !important;
    color: #000;
}

p.ExtraSmlHeading {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.2em;
}

.nk-main {
    background-color: #fff;
}
.nk-gap-3 {
    display: none;
}

.Header img {
    max-width: 230px;
    margin: auto;
    display: block;
}

.HeroSec {
    height: 70vh;
        padding-top: 100px;
}

p.SmallHeading {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
}

.HeroSec img {
    max-width: 1000px;
    margin: auto;
    display: block;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.ContentBlock h4 {
    font-size: 22px;
    font-weight: 100;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.2rem;
    margin-bottom: 40px;
}

.ContentBlock p {
    font-size: 14px;
    line-height: 1.4rem;
}

.ContentBlockCenter h4 {
    font-size: 22px;
    font-weight: 100;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.2rem;
    margin-bottom: 20px;
    text-align: center;
}

.ContentBlockCenter p {
    font-size: 14px;
    line-height: 1.4rem;
    text-align: center;
}

.ContentBlockCenter img {
    margin: auto;
    display: block;
    padding-bottom: 30px;
}

.SiteNotice p {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}

.iIDDUy {
    background: transparent;
    border-radius: 0.3125rem;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    padding:0px !important;
    position: relative;
}



.Header {
    padding-top: 20px;
}

/**Form**/

.liOVdz {
    margin: 5px 0px !important;
}

button.js-cm-submit-button.sc-jKJlTe.kxMIMn {
    width: 100%;
    border-radius: 0px;
    padding: 20px;
    border: 1px solid #fff;
    font-family: 'Nexa-Bold';
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 0.1em;
}

button.js-cm-submit-button.sc-jKJlTe.kxMIMn:hover {
    color: #000;
    background: #fff;
    padding: 20px;
    border: 1px solid #000;
    transition: 0.6s;
    
}



::placeholder {
    color: black !important;
}

.js-cm-form .iMsgpL {
    box-shadow: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    background: transparent;
    padding: 10px 0px;
    color: #000 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 12px;
    font-weight: 300;
}

.ComingSoon {
    margin-top: 30px;
}

.FormCol {
    margin-left: 0px !important;
}

.SiteNotice p {
    margin-top: 20px;
}

/**Media Query 1160**/

@media only screen and (max-width: 1160px) {
  .FirstSecImage {
    margin-top:-300px;
  }
}

/**Media Query 1030**/

@media only screen and (max-width: 1030px) {
  .FirstSecImage {
    margin-top:-100px;
  }
}

/**Media Query 768**/

@media only screen and (max-width: 768px) {
  .FirstSecImage {
    margin-top:-100px;
  }
}

/**Media Query 600**/

@media only screen and (max-width: 600px) {
  .FirstSecImage {
    margin-top:-400px;
  }
  
  .HeroSec {
    height: 40vh;
        padding-top: 100px;
}
}








/******Off-White V2******/

 @font-face { 
font-family: Nexa-Regular; 
src: url(/wp-content/themes/skylith-child/fonts/NexaRegular.otf);
}

 @font-face { 
font-family: Nexa-Bold; 
src: url(/wp-content/themes/skylith-child/fonts/NexaBold.otf);
}

 @font-face { 
font-family: Nexa-Light; 
src: url(/wp-content/themes/skylith-child/fonts/NexaLight.otf);
}

h1, h2 {
  font-family: 'Nexa-Regular' !important;
}

h3, h4, h5, h6 {
  font-family: 'Nexa-Regular' !important;
}

p, li, b {
  font-family: 'Inter', sans-serif !important;
  font-weight: 300;
  font-size: 14px;
}






/**General Styling*/

::selection {
    color: #fff;
    background-color: #000000;
}


.OffMenuSection p {
    text-align: center;
    font-size: 30px;
    font-family: 'Nexa-Bold' !important;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin-bottom: 0px;
    margin-top: 30px;
}

p.Address {
    font-size: 12px;
    margin: 0px;
    font-family: 'Nexa-Regular' !important;
    letter-spacing: 0.1rem;
}

p.DeveloperIntro {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 30px;
    font-size: 14px;
    font-family: 'Nexa-Regular' !important;
    letter-spacing: 0.1rem;
}

p.DeveloperIntro {
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
}

.OffAboutSec h3 {
    text-transform: uppercase;
    line-height: 1.4em;
    color: #000;
    margin-bottom: 30px;
}

.Off-WhiteTable table {
    width: 100% !important;
    display: table !important;
}

p.sqmTbl {
    font-size: 20px;
    font-family: 'Nexa-Bold' !important;
    margin-bottom: 0px;
    text-transform: uppercase;
}

p.sqmName {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.Off-WhiteTable td {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    width: 20%;
}

p.OffSmallHeading {
    margin-bottom: 30px;
}

/**Feature**/

p.OffSmallHeading {
    text-transform: uppercase;
    font-family: 'Nexa-Bold' !important;
        margin-bottom: 10px;
}

.FeatureItems p {
    margin-bottom: 5px;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 5px;
    font-size: 10px;
    text-transform: uppercase;
}

.FeatureSec {
    border-bottom: 1px solid #000;
}


/**Gallery**/
.GallerySec h3 {
    text-transform: uppercase;
    line-height: 1.4em;
    color: #000;
}

/**Developer**/
.DeveloperSec h3 {
    text-transform: uppercase;
    line-height: 1.4em;
    margin-bottom: 30px;
    color: #000;
}

/** Hover **/



a.hover-underline-animation-Dark:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000000;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

a.hover-underline-animation-Dark:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
    text-transform: none !important;
}

a:hover {
    text-decoration: none !important;
}

a.hover-underline-animation-Dark {
    display: inline-block;
  position: relative;
  color: #000000;
  letter-spacing: 0.1em;
    font-family: 'Nexa-Bold';
    margin-top: 30px;
    text-decoration: none;
    font-size: 0.8em;
}



/**Contact**/

.sc-kAzzGY.dLkilY {
    display: none;
}

p.agentdetails {
    margin-bottom: 20px;
}

p.FormDisclaimer {
    text-align: center;
    margin-top: 10px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}


.ContactSection {
    border-bottom: 1px solid #000;
    margin-bottom: 0px;
}





/**Media Queries 600px**/

@media only screen and (max-width: 600px) {
  p.sqmName {
    font-size: 5.3px;
  }
  
  p.sqmTbl {
    font-size: 12.2px;
  }

  .OffAboutSec h3 br{
  display: none !important;
  }
  
  .GallerySec h3 br{
  display: none !important;
  }
  
  .OffAboutSec h3{
  font-size: 1.2em;
  }
  
  .GallerySec h3{
  font-size: 1.2em;
  }
  
  .DeveloperSec h3{
  font-size: 1.2em;
  }
  
  .OffMenuSection p{
  margin-bottom: -20px;
  margin-top: 15px;
  font-size: 1.2em !important;
  }
  
  p {
      font-size: 12px;
  }
  
  p.DeveloperIntro {
  font-size: 10px;
  }
  
  p.Address {
    font-size: 9px !important;
    margin: 20px 0px 0px 0px;
    font-family: 'Nexa-Regular' !important;
    letter-spacing: 0.1rem;
    
  }

 

}

