input[type="text"].ui, input[type="text"].ui + label,
input[type="password"].ui, input[type="password"].ui + label,
textarea.ui, textarea.ui + label,
select.ui, select.ui + label,
.btn, .btn-o, .btn-x {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
input[type="text"].ui, input[type="password"].ui, textarea.ui {
    border: none;
    border-bottom: 1px solid #fff;
    background: none;
    color: #2e2e2e;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    height: 48px;
    outline: none;
    line-height: 40px;
    padding: 0 4px;
}
textarea.ui {
    padding: 14px 4px;
    min-height: 96px;
    font-size: 15px;
    line-height: 18px;
    resize: none;
}
.ui::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit;
}
.ui + label sup {
    color: #fff;
}
input[type="text"].ui + label,
input[type="password"].ui + label {
    position: absolute;
    color: #fff;
    cursor: text;
    font-size: 16px;
    left: 4px;
    bottom: 4px;
}
textarea.ui + label {
    position: absolute;
    color: #fff;
    cursor: text;
    font-size: 16px;
    left: 4px;
    top: 24px;
}
input[type="text"].ui:not(:placeholder-shown) + label, input[type="text"].ui:focus + label {
    bottom: 34px;
    font-size: 12px;
}
textarea.ui:not(:placeholder-shown) + label,
textarea.ui:focus + label {
    top: -6px;
    font-size: 12px;
}
input[type="text"].ui:not(:placeholder-shown),
textarea.ui:not(:placeholder-shown) {
    border-bottom: 1px solid #2e2e2e !important;
}
input[type="text"].ui:hover, input[type="password"].ui:hover,
select.ui:hover,
textarea.ui:hover {
    border-bottom: 1px solid #2e2e2e !important;
}
input[type="text"].ui:focus, input[type="password"].ui:focus,
select.ui:focus,
textarea.ui:focus {
    border-bottom: 1px solid #2e2e2e !important;
}
input[type="text"].ui.error-field, textarea.ui.error-field {
    border-bottom: 1px solid #f13037;
}


select, .custom-file-upload {
    display: inline-block;
    width: 100%;
    height: 40px;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #555555;
    font-size: 16px;
    line-height: 40px;
    padding: 0 12px;
    border: 1px solid #d0d0d0;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/* label {
    color: #555555;
}
.label {
    display: block;
    width: 100%;
    color: #555555;
    font-size: 16px;
    line-height: 44px;
    border-bottom: 1px solid #d0d0d0;
} */

/* textarea {
    font-size: 15px;
    line-height: 16px;
    min-height: 120px;
    line-height: 20px;
    padding: 8px;
    resize: none;
} */
input[type="file"] {
    display: none;
}
.custom-file-upload {
    vertical-align: top;
    display: inline-block;
    width: auto;
    cursor: pointer;
}
.textarea-content {
    min-height: 480px;
}
.textarea-advanced {
    min-height: 240px;
    resize:vertical;
}
/* .btn .fas, .btn-o .fas {
    margin: 0 8px;
} */
.btn, .btn-o {
    display: inline-block;
    padding: 0 24px;
    height: 48px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}
.btn {
    background: rgb(214,131,14);
    background: linear-gradient(0deg, rgba(214,131,14,1) 0%, rgba(255,169,51,1) 100%);
    -webkit-box-shadow: 0px 8px 10px -8px rgba(0,0,0,0.5);
    box-shadow: 0px 8px 10px -8px rgba(0,0,0,0.5);
    color: #fff !important;
    text-shadow: 0 -1px 0 #ca7b0d !important;
}
.btn:hover {
    background: rgb(219,144,39);
    background: linear-gradient(0deg, rgba(219,144,39,1) 0%, rgba(255,177,71,1) 100%);
    text-shadow: 0 -1px 0 #d58b23 !important;
}
.btn.dark {
    background: rgb(78,78,78);
    background: linear-gradient(0deg, rgba(78,78,78,1) 0%, rgba(126,126,126,1) 100%);
    color: #fff;
}
.btn.dark:hover {
    background: rgb(62,62,62);
    background: linear-gradient(0deg, rgba(62,62,62,1) 0%, rgba(110,110,110,1) 100%);
}
.btn-o {
    background: #ff8a00;
    border: 1px solid #ff8a00;
    color: #fff;
}
.btn-o:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #ff8a00;
    text-shadow: none;
}
.btn-o.dark {
    background: none;
    border: 1px solid #4e4e4e;
    color: #4e4e4e;
}
.btn-o.dark:hover  {
    background: #4e4e4e;
    border: 1px solid #4e4e4e;
    color: #fff;
}
.btn-o.white {
    background: #fff;
    border: none;
    color: #f1a030;
    text-shadow: none;
}
.btn-o.white:hover  {
    background: #fafafa;
    border: none;
    color: #f1a030;
    text-shadow: none;
}


/*
.btn.white {
    background: #fff;
    border: 1px solid #fff;
    color: #ff8a00;
}
.btn.white:hover {
    background: #ff8a00;
    border: 1px solid #fff;
    color: #fff;
}

.btn.grey {
    background: rgba(129,129,129,1);
    border: 1px solid #656565;
    color: #fff;
}
.btn.grey:hover {
    background: rgba(141,141,141,1);
    border: 1px solid #747474;
    color: #fff;
}

.btn-o.dark {
    border: 2px solid #555555;
    color: #555555;
}

.btn-o {
    background: none;
    color: #555555;
    border: 1px solid #d0d0d0;
}
.btn-o:hover {
    color: #457bbe;
    border: 1px solid #457bbe;
}


*/

/* Close Button */
.btn-x, .btn-x:before, .btn-x:after {
    display: block;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.btn-x:before, .btn-x:after {
    display: block;
    position: absolute;
    content: '';
    top:0;
    width: 24px;
    height: 2px;
    background: rgba(0,0,0,0.2);
}
.btn-x:before {
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.btn-x:after {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.btn-x.dark:after, .btn-x.dark:before {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #2e2e2e;
}
.btn-x.dark:hover:after, .btn-x.dark:hover:before {
    background: #fff;
}
.btn-x.white:after, .btn-x.white:before {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #fff;
}
.btn-x.white:hover:after, .btn-x.white:hover:before {
    background: #2e2e2e;
}

/* Mobile Menu Button */
.btn-hamburger, .btn-hamburger:before, .btn-hamburger:after {
    width: 32px;
    height: 3px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.btn-hamburger {
    display: inline-block;
    position: relative;
}
.btn-hamburger:before, .btn-hamburger:after {
    display: block;
    position: absolute;
    content: '';
    margin: -10px 0 0;
}
.btn-hamburger:after {
    margin: 10px 0 0;
}

/* 3 Dots Button */
.btn-dots, .btn-dots:before, .btn-dots:after {
    display: inline-block;
    position: relative;
    width:4px;
    height:4px;
    background: #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.btn-dots:before, .btn-dots:after {
    display: block;
    position: absolute;
    content: '';
    margin:-7px 0 0;
}
.btn-dots:after {
    margin:7px 0 0;
}

/* socials */
.socials ul {

}
.socials ul li {
    display: block;
    float:left;
    margin: 0 8px !important;
}
.socials ul li:first-child {
    margin-left: 0 !important;
}
.socials ul li:last-child {
    margin-right: 0 !important;
}
.socials ul li a {
    display: block;
    color: #fff !important;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 22px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    background-color: #2e2e2e;
}
.social-link-icon {
    display: block;
    color: #fff !important;
    width: 40px;
    height: 40px;
    line-height: 48px;
    text-align: center;
    font-size: 22px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #2e2e2e;
    padding-right: 0 !important;
    margin-right: 4px;
}
.socials ul li a:hover,
.social-link-icon:hover {
    background-color: #ea891c;
}
/* .socials .fb {
    background: #4267b2;
}
.socials .tg {
    background: #0d86d7;
}
.socials .vb {
    background: #675da9;
}
.socials .vt {
    background: #25D366;
} */

/* Menu Vertical */
.menu-vertical li {
    display: block;
}
.menu-vertical ul li ul {
    position: absolute;
    right: 0;
    display: none;
    z-index: 1000;
}
.menu-vertical ul li:hover > ul, .menu-vertical ul li ul:hover {
    display: block;
}

/* Menu Horizontal */
.menu-horizontal ul li {
    display: block;
    float: left;
    position: relative;
}
.menu-horizontal ul li ul {
    display: none;
    position: absolute;
    left: 0;
    z-index: 1000;
}
.menu-horizontal ul li ul li {
    float: none;
}
.menu-horizontal ul li:hover > ul, .menu-horizontal ul li ul:hover {
    display: block;
}
