/**
 * @file
 * Visual styles for links.
 */

ul.inline,
ul.links.inline {
  display: inline;
  padding-left: 0; /* LTR */
}
[dir="rtl"] ul.inline,
[dir="rtl"] ul.links.inline {
  padding-right: 0;
  padding-left: 15px;
}
ul.inline li {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
}
ul.links a.is-active {
  color: #000;
}

.dd-select {
  border-radius: 50px !important;
  width: 39px !important;
  line-height: 21px;
  text-align: center;
  height: 39px !important;
  border: solid 2px #ffffff !important;
  background: #006633 !important;
  font-size: 13px !important;
  color: #ffffff !important;
  text-transform: uppercase;
  font-family: 'Vinnytsia Sans';
  z-index: 2001;
}

.dd-options {
  padding-top: 39px !important;
  margin-top: -39px !important;
  padding-bottom: 7px !important;
  width: 43px !important;
  background: #DEDC00 !important;

  border-radius: 50px ;
  border: none !important;
  border-top: none;
  list-style: none;
  box-shadow: none !important;
  display: none;
  position: absolute;
  z-index: 2000;
  overflow: auto;
}

.dd-option {
  padding: 0 !important;
  width: 39px !important;
  height: 29px !important;
  border-radius: 50px !important;
  font-size: 13px !important;
  text-transform: uppercase;
  font-family: 'Vinnytsia Sans';
  line-height: 29px;
  text-align: center;
  border: solid 2px #DEDC00 !important;

  display: block;
  border-bottom: none !important;
  overflow: hidden;
  text-decoration: none;
  color: #ffffff !important;
  cursor: pointer;
  background: #DEDC00 !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
}
/*.dd-option:hover{*/
  /*color: #8dbe51 !important;*/
/*}*/

.dd-select label, .dd-option label{
  cursor: pointer;
}
.dd-pointer-down{
  display: none !important;
}
