/* ************************************************
 @project                   : ReAya Holding
 @company                   : Larsa LLC
 @year                      : 2017
 @developer                 : Hiba Almanakly
 @email                     : eng.hibaalmanakly@gmail.com
 @createdDate               : November, 2017
 @updatedBy                 : Hiba Almanakly
 @updatedDate               : November, 2017
 ************************************************ */

#admin-menu{
    /* display: none;*/
    direction: ltr;
}
iframe{
    width: 100%;
    height: 100%;
}
.bg {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.image{
    width: 100%;
}
.imagebyheight{
    height: 100%;
}

/* For edit node from UI */
/* parent class */
.editable{
    border :1px dashed transparent;
}
/* child class */
.edittitle{
    position: absolute;
    background: black;
    color: white;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #dedede;
    z-index: 300;
    font-size: 12px;
    font-family: arial;
    line-height: 1;
    padding: 3px 9px;
    border-radius: 0 0px 6px 6px;
    top: -1px;
    left: -1px;
    opacity: 0;
}
.contactlefttitle .edittitle{
    left: initial;
    right: 0;
}
.editable:hover{
    border: 1px dashed #dedede;
}
.editable:hover .edittitle{
    opacity: 1;
}
.edittitle:hover{
    background: white;
    color: black;
}

#wpadminbar{
    display: none;
}
html, body{
    margin:0 !important;
    padding:0 !important;
}
/*
h1, h2, h3, h4, h5, h6{
    margin:0;
    padding:0;
}
p, ul, ol{
    padding-left: 1vw;
}
li{
    margin-bottom: 0.3vw;
    margin-left: 3%;
}*/
a{
    text-decoration: none;
    color:inherit;
}

a:focus, a:hover {
    text-decoration: none;
    color: inherit;
}
body::-webkit-scrollbar {
    width: 9px;
}
body::-webkit-scrollbar-thumb {
    background-color: #868686;
    outline: #000000;
    border-radius: 0;
    -webkit-box-shadow: inset 0px 0px 4px rgb(0, 0, 0);
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0, 0, 0);
    background-color: #4e4e4e;
}
.container{
    position: relative;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.section{
    position: relative;
    float: left;
    width: 100%;
}

body{
    line-height: initial;
    font-family: creg;
}
.font9{
    font-size: 9px;
}
.font10{
    font-size: 10px;
}
.font11{
    font-size: 11px;
}
.font12{
    font-size: 12px;
}
.font14{
    font-size: 14px;
}
.font15{
    font-size: 15px;
}
.font16{
    font-size: 16px;
}
.font20{
    font-size: 20px;
}
.font24{
    font-size: 24px;
}
.font28{
    font-size: 28px;
}
.font30{
    font-size: 30px;
}
.font46{
    font-size: 46px;
}

input{
    border: none;
    line-height: 2.6;
    float: left;
    padding: 0;
    margin: 0;
    font-size: inherit;
    font-family: creg;
}

* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}