/*
Theme Name: SiteOrigin - Nirimba Fields
Author: J
Description: SiteOrigin Child Theme for Nirimba Fields
Version: 1.0.0
Template: siteorigin-corp
Text Domain: siteorigin-corp-child
Domain Path: /languages/
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
@font-face {
  font-family: Basics Serif;
  src: url(assets/fonts/BasicsSerifFreeRegular.ttf);
}
.font-accent1{
    font-family: 'Basics Serif';
}
#masthead.site-header.stuck{
    background-color: rgba(0,0,0,0.9);
    border-bottom: 0;
    padding-top: 0 !important;
    padding-bottom: 9px !important;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
.site-header .site-branding{
    margin-top: 10px;
}
.site-header .site-branding .site-title a{
    color: #fff !important;
}
.register-menu a{
    background-color: #a28db7;
    color: #ffffff !important;
 }
#site-navigation .register-menu{
    padding: 0 !important;
}
#site-navigation .register-menu a{
    border-bottom: 0 !important;
    padding: 15px !important;
    border-radius: 5px;
    font-family: 'Basics Serif';
}
#site-navigation .register-menu a:hover{
    background-color: #ffffff;
    color: #a28db7 !important;
}
.img-hover-zoom img{
    transition: transform .2s;
}
.img-hover-zoom img:hover{
    transform: scale(1.5);
}
#register-divider{
    word-break: break-word;
    line-height: 40%;
    text-transform: uppercase;
    text-align: center;
    font-size: 5em;
    font-weight: bold;
    width: 20px;
    float: left;
    margin-top: 12px;
}
#register-text-con .register-text{
    font-size: 5em;
    margin-left: 15%;
    line-height: 145%;
}
.bg-green .decoration .decoration-inside{
    border-top: 10px dotted #efede2 !important;
}
.bg-bone .decoration .decoration-inside{
    border-top: 10px dotted #462c1d !important;
}
.bg-white .decoration .decoration-inside{
    border-top: 10px dotted #fff !important;
}
.main-navigation ul li:not(:last-child) {
    margin-right: 20px !important;
    text-transform: capitalize;
}
#home-register-btn span{
    vertical-align: text-bottom;
    line-height: 150%;
}
#float-enquire {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 70px;
    z-index: 90;
    font-size: 15px;
    border: none;
    outline: none;
    background-color: #a28db7;
    color: #ffffff;
    cursor: pointer;
    padding: 10px;
}
#float-enquire:hover, #float-enquire:active {
    background-color: #ffffff;
    color: #a28db7;
}
.scale-hover:hover {
    transform: scale(1.5);
}
/* cf7 */
#register ::placeholder{
  color: #ffff;
  opacity: 1;
}
#register :-ms-input-placeholder{
  color: #ffff;
}
#register ::-ms-input-placeholder{
  color: #ffff;
}
#register input:not([type="submit"]):focus{
    border-color: #fff;
}
div.wpcf7 .ajax-loader{
    background-color: #fff;
    border-radius: 50%;
}
#register input[type="submit"] {
    color: #a28db7;
    background: #fff;
}
#register input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), #register select, #register textarea {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ffff;
    color: #ffff;
    width: 100%;
    padding: 15px;
    padding-left: 0;
}
#register select.wpcf7-form-control option {
    background-color: #000;
}
#register div[class^="col-"] {
    margin-bottom: 20px;
}
/* new */
.gradient-bg1 {
  background: #a28db7;
}
.gradient2:hover, a.smooth-transition.scale-hover.ow-icon-placement-left.ow-button-hover:hover {
  background: #a28db7;
}
.gradient2, a.smooth-transition.scale-hover.ow-icon-placement-left.ow-button-hover {
  background: #a28db7;
}
.register-button-home {
    text-align: center;
    margin: 0 auto;
    margin-top: 5%;
    padding: 15px 5%;
    width: 550px;
    max-width: 100%;
    border-radius: 15px;
    color: #fff;
    font-size: 1.3em;
    background: #a28db7;
}
.register-button-home:hover {
    cursor: pointer;
}
.register-button-home a {
    color: #fff !important;
}
.register-button-home-head {
    font-size: 2em;
}


@media (max-width:1400px){
    #register-text-con .register-text{
        font-size: 3em;
    }
}
@media (max-width:992px){
    span.wpcf7-list-item{
        width: 47%;
        float: left;
    }
}
@media (max-width:780px){
    #register-text-con .register-text{
        font-size: 2.8em;
        margin-left: 0;
    }
    #register-divider{
        margin-top: -15px;
    }
    .hide-mobile{
        display: none;
    }
}