/*
Styles for default wordpress widgets
*/
/*Fonts*/
.glyphicon-font {
  font-family: 'Glyphicons Halflings';
}
.ubuntu-font {
  font-family: 'Ubuntu', sans-serif;
}
/*Fonts*/
.placeholder::-webkit-input-placeholder {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.placeholder:-moz-placeholder {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.placeholder::-moz-placeholder {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.placeholder:-ms-input-placeholder {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.placeholder:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
}
.placeholder:focus:-moz-placeholder {
  color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
}
.placeholder:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
}
.placeholder:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
}
.clearfix:before {
  display: block;
  content: "";
  clear: both;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}
.clearfix-disable:before {
  display: none;
}
.clearfix-disable:after {
  display: none;
}
.default-input-style {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.default-input-style:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.submit-button-style {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  background-image: none;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #19294c;
  border-color: #0b1a3a;
  color: #fff;
}
.submit-button-style:hover {
  background-color: #0b1a3a;
  border-color: #0b1a3a;
  color: #fff;
}
.widget {
  background-color: #ffffff;
  border: 4px solid #2b2e34;
  border-radius: 0;
  box-sizing: border-box;
  padding: 10px 20px;
}
.widget h3.widget-title, .widget h2.widget-title {
  background-color: #2b2e34;
  border-bottom: 1px solid #2b2e34;
  border-radius: 0;
  box-sizing: content-box;
  color: #ffffff;
  font-size: 20px !important;
  font-weight: 600;
  height: 20px;
  line-height: 25px;
  margin-bottom: 10px;
  margin-left: -20px;
  margin-top: -10px;
  overflow: hidden;
  padding: 10px 20px;
  width: 100%;
}
.widget ul {
  padding-left: 25px;
}
.widget_calendar table#wp-calendar {
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
  width: 100%;
}
.widget_calendar table#wp-calendar caption {
  color: #777;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 10px;
  text-align: center;
}
.widget_calendar table#wp-calendar th {
  text-align: center;
}
.widget_calendar table#wp-calendar th,
.widget_calendar table#wp-calendar td {
  padding: 3px 0;
}
.widget_calendar table#wp-calendar tbody tr {
  background-color: #EEE;
}
.widget_calendar table#wp-calendar tbody tr:nth-child(2n) {
  background-color: #FFF;
}
/*widget_calendar*/
.widget_archive label.screen-reader-text {
  display: block;
}
.widget_archive .bootstrap-select {
  width: 100% !important;
}
.widget_archive .bootstrap-select.btn-group:not(.input-group-btn),
.widget_archive .bootstrap-select.btn-group[class*="col-"] {
  width: 100%;
}
.widget_archive ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*widget_archive*/
.widget_categories label.screen-reader-text {
  display: block;
}
.widget_categories .bootstrap-select {
  width: 100% !important;
}
.widget_categories > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_categories > ul > li .children {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}
.widget_categories > ul > li .children li:before {
  content: "- ";
  display: inline-block;
  margin-left: -5px;
  margin-right: 5px;
  position: relative;
}
/*widget_categories*/
.widget_nav_menu ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_nav_menu ul.menu > li .sub-menu {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}
.widget_nav_menu ul.menu > li .sub-menu li:before {
  content: "- ";
  display: inline-block;
  margin-left: -5px;
  margin-right: 5px;
  position: relative;
}
/*widget_nav_menu*/
.widget_pages > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_pages > ul > li .children {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}
.widget_pages > ul > li .children li:before {
  content: "- ";
  display: inline-block;
  margin-left: -5px;
  margin-right: 5px;
  position: relative;
}
/*widget_nav_menu*/
.widget_search .searchform:before {
  display: block;
  content: "";
  clear: both;
}
.widget_search .searchform:after {
  display: block;
  content: "";
  clear: both;
}
.widget_search .searchform .screen-reader-text {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
}
.widget_search .searchform input[type="text"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  float: left;
  width: 73%;
}
.widget_search .searchform input[type="text"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.widget_search .searchform input[type="submit"] {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  background-image: none;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #19294c;
  border-color: #0b1a3a;
  color: #fff;
  float: right;
  width: 23%;
}
.widget_search .searchform input[type="submit"]:hover {
  background-color: #0b1a3a;
  border-color: #0b1a3a;
  color: #fff;
}
/*widget_search*/
