HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/israel-rentals/wp-content/themes/israel-rentals/scss/common.scss
@import 'partials';
body{
    font-family: $primaryFont;
    font-size: 16px;
    color: $txtColor;
}
.btn{
    border-radius: 27px;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    padding: 16px 22px 15px 16px;
    @media ($sm-1679){
        padding: 14px 18px 14px 16px;
        font-size: 16px;
    }
    @media ($sm-1441){
        font-size: 14px;
    }
    .icon{
        max-height: 20px;
        margin-right: 12px;
    }
    &.btn-primary{
        background: $primaryColor;
        border: 1px solid $primaryColor;
    }
    &.btn-secondary{
        background: $secondaryColor;
        border: 1px solid $secondaryColor;
    }
}

.sec-title{
    font-size: 47px;
    line-height: 57px;
    color: #292B2B;
    @media ($sm-1679){
        font-size: 38px;
        line-height: 50px;
    }
    @media ($sm-1441){
        font-size: 36px;
        line-height: 46px;
    }
    @media ($sm-1199){
        font-size: 30px;
        line-height: 40px;
    }
    @media ($sm-991){
        font-size: 26px;
        line-height: 34px;
    }
    @media ($sm-991){
        font-size: 24px;
        line-height: 34px;
    }
}
.sub-txt{
    font-size: 18px;
    line-height: 28px;
    color: #030051;
    @media ($sm-1679){
        font-size: 16px;
        line-height: 26px;
    }
    @media ($sm-1199){
        font-size: 14px;
        line-height: 26px;
    }
}
.secondary-sec-title{
    font-weight: 600;
    font-size: 42px;
    line-height: 58px;
    color: #030051;
    @media ($sm-1679){
        font-size: 38px;
        line-height: 48px;
    }
    @media ($sm-1441){
        font-size: 34px;
        line-height: 44px;
    }
    @media ($sm-1199){
        font-size: 30px;
        line-height: 40px;
    }
    @media ($sm-991){
        font-size: 26px;
        line-height: 34px;
    }
    @media ($sm-767){
        font-size: 24px;
        line-height: 32px;
    }
}
.sec-title-sub{
    font-size: 24px;
    line-height: 30px;
    color: $txtColor;
    font-weight: 600;
    @media($sm-1679){
        font-size: 22px;
        line-height: 28px;
    }
    @media($sm-1441){
        font-size: 20px;
        line-height: 26px;
    }
    @media($sm-1199){
        font-size: 18px;
        line-height: 24px;
    }
}

/* Customize the label (the container) */
.custom-chkbox {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .custom-chkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid #030051;
  }
  
  /* On mouse-over, add a grey background color */
  .custom-chkbox:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .custom-chkbox input:checked ~ .checkmark {
    background-color: #292B2B;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .custom-chkbox input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .custom-chkbox .checkmark:after {
    left: 4px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .parsley-errors-list {
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0px;
    position: absolute;
    left: 0px;
    .parsley-required,.parsley-custom-error-message,.parsley-min,.parsley-type{
        list-style: none;
        color: red;
        font-size: 13px;
    }
  }
  .file-uploader{
    .parsley-errors-list {
        bottom: -22px;
    }
  }
.form-group{
    .inline-checks{
        position: relative;
        .parsley-errors-list{
            bottom: -16px !important;
        }
    }
}  

.container{
    @media ($sm-579){
        padding-left: 20px;
        padding-right: 20px;
    }
}