/**
* Theme Name: AFGC China
* Template: Divi
**/

.relevanssi-query-term {
    color: #127bb7;
    padding: 2px;
    font-style: italic;
}

 li.current-menu-item>a {
    font-weight: bold;
    text-decoration: underline
}

input.text, input.title, input[type=text], select, textarea {
    border: 0.5px solid;
	box-sizing:border-box;
    padding: 7px;
    width: 53%;
    line-height: 1.7em!important;
    font-size: 15px;
    height: 43px;
}

.afgc_button {
    position: relative;
    padding: 7px 1em;
    border: 2px solid;
	box-sizing:border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(255,255,255,0.9);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 15px;
    font-family: 'Arial';
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.7em!important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    color: #568484;
    height: 43px;
    cursor: pointer;
}

input#search {
    border: none;
}

div#bot-admin {
    position: fixed;
    float: right;
    bottom: 150px;
    display: block;
    background: #4c4c4c;
    z-index: 999999;
    color: #ffffff;
    padding: 20px;
    width: 130px;
    border-radius: 20px;
    right: 80px;
	box-sizing:border-box;
}

#et-secondary-menu form {
    padding: 0;
    margin: 0;
}

#et-secondary-menu form input {
    height: 30px !important;
    font-size: 10px;
	    padding: 0 8px;
}

#et-secondary-menu input#search {
    width: 170px;
}