

@font-face {
    font-family: Neris;
    src: url("../webfonts/neris/Neris-Black.otf") format("opentype");
}

@font-face {
    font-family: Neris;
    font-weight: 100;
    src: url("../webfonts/neris/Neris-Thin.otf") format("opentype");
}

@font-face {
    font-family: Neris;
    font-weight: 300;
    src: url("../webfonts/neris/Neris-Light.otf") format("opentype");
}

@font-face {
    font-family: Neris;
    font-weight: 600;
    src: url("../webfonts/neris/Neris-SemiBold.otf") format("opentype");
}

@font-face {
    font-family: Neris;
    font-style: italic;
    src: url("../webfonts/neris/Neris-LightItalic.otf") format("opentype");
}

body, h1, h2, h3, h4, h5 {
    font-family: Neris !important;
    font-weight: 300 !important;
}
body {
    font-size: 16px !important;
}
.h2, h2, .entry-header h2  {
    /* font-size: 24px; */
        margin: 20px 0 0;
        font-weight: bold !important;
        font-size: 27px;
}
.h3, h3 {
    font-size: 25px;
}
.h4, h4 {
    font-size: 16px;
    color: #87764e;
}

img {
    display: initial;
}

a {
    color: #87764e;
}

::-webkit-input-placeholder { /* Chrome */
  color: white;
  transition: opacity 250ms ease-in-out;
}
:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white;
  transition: opacity 250ms ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0.5;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: white;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0.5;
}

/*  Header  */

#sp-header .sp-default-logo {
    display: initial;
    margin-left: 5px;
}

#sp-header {
    box-shadow: initial;
    background-color: #3a3a3c;
    height: 188px;
    color: white;
    font-family: Neris;
    font-weight: 500;
}
#sp-header .container {
    background-image: url(../images/logo-bg.png);
    background-repeat: no-repeat;
    padding-top: 55px;
    height: 188px;
}

#sp-header h2 {
    font-size: 24px;
    margin-top: 0;
    font-weight: bold !important;
}
#sp-header p {
      font-weight: 100;
          font-size: 25px;
}

#sp-header h3 {
        font-size: 14px;
    color: #a49679;
    text-transform: uppercase;
    margin-top: 0px;
}
#sp-top1 .custom {
        float: right;
        text-align: right;
}
#sp-top1 img {
    padding-right: 3px;
    padding-bottom: 5px;
    vertical-align: middle;
}


@media (max-width: 767px){
   
 #sp-header {
       position: relative;
       z-index: 700;
 }
   #sp-header .logo {
        margin-left: auto;
        margin-right: auto;
   }
   #sp-top1 {
           padding-top: 50px;
       text-align: center;
       background-color: #3a3a3c;
   }
   #sp-top1 .custom {
       float: initial;
        text-align: center;
   }
   
}



/*Menu*/
#sp-menu{
    background: #fff;
    z-index: 500;
    position: relative;
    }

.sp-megamenu-parent {
    float: left;
    display: table;
    width: 107%;
    margin-left: -39px;
        /* width: 103%;
    margin-left: -20px; */

}
.sp-megamenu-parent >li {
     padding-right: 15px;
    padding-left: 15px; 
        display: table-cell;
}
.sp-megamenu-parent >li >a {
   padding: 0px 20px;
    line-height: 40px;
    color: #483f3b;
    font-family: Neris;
    text-transform: initial;
    font-weight: 100;
    font-size: 16px;
    display: block;
    text-align: center;
}
.sp-megamenu-parent >li.active>a,
.sp-megamenu-parent >li:hover>a {
    color: #bdb39c;
    border-bottom: thick solid #bdb39c;
    border-width: 4px;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
    color: #bdb39c;
    border-bottom: thick solid #bdb39c;
    background: initial;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 10px;
}

#offcanvas-toggler {
   line-height: 39px;
}
#offcanvas-toggler >i:hover {
  color: #9c8b64;
}

@media (max-width: 1200px){
   
 .sp-megamenu-parent >li{
       padding-right: 10px;
     padding-left: 10px;
}
.sp-megamenu-parent >li >a {
    padding: 0px 10px;
    
}

}
/* Hero */

#sp-slide{
    margin-top: -47px;
    
}
#sp-slide img{
    object-fit: cover;
    width: 100%;
    min-height: 340px;
}

.flex-viewport {
    overflow: visible !important;
}
/* Featured */
.featured-box {
    width: 50%;
    float: right;
    cursor: pointer;
    margin-bottom: 43px;
    
    }
    
    .featured-box img{
        margin-left: auto;
        /* margin-right: auto; */
        display: block;
        min-width: 290px;
        margin-bottom: 0 !important;
        padding-left: 0 !important;
    }
    .featured-box p {
        margin-top: -41px;
        color: white;
        background: rgba(67,75,81, 0.82);
        max-width: 290px;
        padding-right: 15px;
        text-align: right;
        font-weight: 600;
        line-height: 41px;
        font-size: 22px;
        z-index: 400;
        position: relative;
        margin-left: auto;
        margin-bottom: 0;
        /* margin-right: auto; */
    }
    
   .featured-box a { 
        color: white;
   }
    /* .featured-box a:hover, .featured-box a:focus {
           font-style: italic;
    }
     */
    @media (max-width: 1200px){
   
        .featured-box {
                width: 100%;
        }
        .featured-box img, .featured-box p{
                margin-right: auto;  
        }

    }
    @media (max-width: 360px){
   
       .featured-box img {
           min-width: initial;
        }

    }
    
    
    /* Body */
    
    #sp-main-body {
        padding-top: 5px;
        padding-bottom: 5px;
    }
   
    .post-format {display: none;}
    
     .blog-featured h3 {
         margin-top: 0;
     }
     
     .blog-featured div div {
        padding-right: 0;
        padding-left: 0;
     }
     .entry-header.has-post-format {
              margin-left: 0; 
     }
     /*  Search  */
     
     #sp-search {
            background-color: #3a3a3c;
         
     }
     
     .fa-search:before {
            content: "\f002";
            float: right;
            color: #ccc;
            margin-bottom: -22px;
            padding-top: 15px;
            padding-right: 10px;
     }
     #mod-search-searchword {
        margin-bottom: 10px;
        margin-top: 10px;
        background-color: #575759;
        border-color: #575759 !important;
        color: white;
        height: 28px;
        border-radius: 19px;
     }
     
     .blog img {
         padding: 5px;
     }

     .btn-group>.btn:first-child {
             background: #9c8b64;
     }

     .search .btn-toolbar span.icon-search {
         padding-right: 21px;
     }
     /* Bottom */
     
     #sp-bottom {
            background-color: #232325 !important;
            padding: 50px 0px !important;
            color: white;
            font-size: 14px !important;
     }
     
     #sp-bottom1 h5 {
             font-size: 15px !important;
            text-transform: uppercase !important;
            font-weight: 600 !important;
     }
     
      #sp-bottom2 h2 {
           margin: 0;
           padding: 0;
                   
     }
     
     #sp-bottom2 p {
            margin-bottom: 1px;
            padding-bottom: 0;
            line-height: 17px;
         
     }
     
      #sp-bottom2 img {
            margin-bottom: 8px;
                   
     }
     
     #sp-bottom3 h4 {
         
         color: #ecd8a7;
     }
     .ui.brown.button {
            background-color: #9c8b64 !important;
            color: #FFF;
            text-shadow: none;
            background-image: none;
            border-radius: 17px;
            padding: 6px;
            float: right;
            font-weight: 100;
            padding-left: 55px;
            padding-right: 55px;
            font-size: 17px;
     } 
     /* Footer */
     
     #sp-footer {
        background: #18181a;
        padding: 10px;
        font-size: 11px;
         
     }
     
     
     /* form */
     
     .chronoforms6_credits {
         display: none;
     }
     #name {  width:98%; }
     #email {
         width: 100%;
     }
     #sp-bottom3 input, #sp-bottom3 textarea {
        background-color: #575759;
        font-style: italic;
        border-radius: 0;
        border-color: #575759 !important;
        color: white;
        font-weight: 500;
        font-size: 14px;
     }
     #sp-bottom3 .ui.form .inline.fields .field {
            padding-right: 0;
            margin-bottom: 4px;
     }
     
      #sp-bottom3 input {
          height: 30px;
      }
       #sp-bottom3 textarea {
          height: 120px;
          margin-top: 4px;
      }
      #sp-bottom3 .field:nth-child(2) { 
          margin-bottom: 0;
          padding-right: 0;
     }
     

     .ui.form .inline.fields {
             margin-bottom: 0 !important;
     }
     .ui.form .inline.field .prompt, .ui.form .inline.fields .field .prompt {
             margin: -2.4em 0 -.5em .5em !important;
         float: right;}
         
         .ui.form .field.error input[type=text] {
         border-color: #9c8b64 !important;
         }
         .ui.form .field.error input:not([type]), .ui.form .field.error input[type=date], .ui.form .field.error input[type=url], .ui.form .field.error input[type=datetime-local], .ui.form .field.error input[type=email], .ui.form .field.error input[type=number], .ui.form .field.error input[type=password], .ui.form .field.error input[type=search], .ui.form .field.error input[type=tel], .ui.form .field.error input[type=time], .ui.form .field.error input[type=text], .ui.form .field.error input[type=file], .ui.form .field.error select, .ui.form .field.error textarea, .ui.form .fields.error .field input:not([type]), .ui.form .fields.error .field input[type=date], .ui.form .fields.error .field input[type=url], .ui.form .fields.error .field input[type=datetime-local], .ui.form .fields.error .field input[type=email], .ui.form .fields.error .field input[type=number], .ui.form .fields.error .field input[type=password], .ui.form .fields.error .field input[type=search], .ui.form .fields.error .field input[type=tel], .ui.form .fields.error .field input[type=time], .ui.form .fields.error .field input[type=text], .ui.form .fields.error .field input[type=file], .ui.form .fields.error .field select, .ui.form .fields.error .field textarea {
               border: 1px solid #9c8b64!important;
              
         }
         
          @media (max-width: 767px){
   
       #name {  width:100%; }

    }

    .ui.form input[type="text"]{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }


    /* about */

    .image-box {
        width: 100%;
        float: left;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .image-box img {
        padding: 20px;
    }
    .right {
        float: right;
    }

      @media (max-width: 1200px){
   
     .right {
        float: left;
    }
    }

    #two-colums{
        padding-top: 5px;
        padding-bottom:20px; 
    }
#two-colums ul {     
    width: 50%;
    float: left;
    }

 @media (max-width: 767px){
   
 #two-colums ul { width: 100%;}

 #two-colums ul:nth-child(2) { 
    padding-top: 0;
    margin-top: -10px;}
    }


#thumbs {
    margin-bottom: 20px;
    margin-top: 20px;
    float: left;
    width: 100%;
}
#thumbs .left {
    padding-left: 0;
    text-align: left;
}

#thumbs .right {
    padding-right: 0;
    text-align: right;
}
    #thumbs div {text-align: center;}

    article img {
         margin-bottom: 20px;
        /* padding-left: 20px; */
        text-align: center;
    }


 @media (max-width: 1200px){
    #thumbs .left, #thumbs .right {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }


}