/* ========================================================================= */
/*                           GENERAL PAGE OVERRIDES                          */
/* ========================================================================= */

#theme-page .mk-page-title-box {
    min-height: 285px !important;
}


p, li { font-size: 20px; }
h3 { margin-top: 30px; }
#theme-page .mk-accordion-tab {
  font-size: 20px;
  line-height: 2;
}
/* make map background layer light gray/off white */
[id^="mk-page-title-box-"] { 
  background-color: #f7f7f7; 
}
.uwkc-intro-text { 
  font-size: 16px;
  margin-top: 15px;
}
#theme-page .mk-page-title-box-content .mk-page-title-box-title {
  font-size: 56px !important;
  line-height: 56px !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1080px) {
  #theme-page .mk-page-title-box-content .mk-page-title-box-title {
    line-height: 56px !important;
  } 
}
@media screen and (max-width: 767px) {
  #theme-page .mk-page-title-box-content .mk-page-title-box-title {
    font-size: 28px !important;
    line-height: 28px !important;
  } 
}
@media screen and (max-width: 400px) {
  .uwkc-intro-text { font-size: 13px; margin-top: 5px; }
  #theme-page .mk-page-title-box-content .mk-page-title-box-title {
    font-size: 20px !important;
    line-height: 20px !important;
  } 

}

div#icegram_messages_container { display: none !important; } /* get rid of icegram fb like box */
a.mk-go-top.on, a.mk-quick-contact-link { display: none !important; } /* get rid of scroll to top icon and contact icon */



/* ========================================================================= */
/*                            2017 FREE TAX BANNER                           */
/* ========================================================================= */

/* remove default parallelogram title */
h1.mk-page-title-box-title {
  display: none !important;
}
/* remove orange bar */
.vc_separator.wpb_content_element.vc_separator_align_center.vc_sep_width_100.vc_sep_pos_align_center.vc_separator_no_text.vc_sep_color_grey.colored-lines {
  display: none;
}
/* adjust map container size */
[id^="mk-page-title-box-"] {
  /* border: 1px solid #f00; */
  max-height: 500px !important;
  max-height: calc(80vh - 100px) !important;
}
/*  */
.mk-page-title-box-content:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 900000;
  height: 162px;
  width: 100%;
  background-image: url('https://www.uwkc.org/wp-content/uploads/ftp/free-tax-help-web-banner-desktop.png');
  background-color: #fcb13e;
  background-color: rgba(252, 177, 62, .9);
  background-position-x: center;
  background-position-y: bottom;
  background-repeat: no-repeat;
}
@media(max-width:480px) {
  .mk-page-title-box-content:before {
    background-image: url('https://www.uwkc.org/wp-content/uploads/ftp/free-tax-help-web-banner-mobile.png');
    height: 65px;
  }
}


/* ========================================================================= */
/*                             BOOTSTRAP HACKERY                             */
/* ========================================================================= */
.pull-right { float: right; }
.btn-warning {
    color: #ffffff;
    background-color: #F47925;
    border-color: #F47925;
}
.btn-warning {
    background-repeat: repeat-x;
    border-color: #F47925;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-default {
  color: #ccc;
  background-color: #666;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #221E1F;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #221E1F;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #221E1F;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #221E1F;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #221E1F;
}



input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0;
}
.input-group-btn > .btn {
    position: relative;
}
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}


/* ========================================================================= */
/*                       TAXHELPER APP SPECIFIC STYLING                      */
/* ========================================================================= */
.taxhelper-map-view p {
  font-size: 13px !important;
  margin: 0 !important;
}
button#find-tax-site {
    margin-top: -4px;
    text-transform: uppercase;
}
.taxhelper-search-view p {
  color: #fff !important;
}
@media screen and (max-width: 1080px) {

}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 400px) {
  button#find-tax-site { font-size: 14px; }
  .taxhelper-search-view p  { font-size: 13px; }
}

.taxhelper-map-fixed {
  position: fixed !important;
  top: 0;
  z-index: 100;
  border-bottom: 2px solid #F47925;
  max-height: 50vh !important;
}

#taxhelper-results p,
#taxhelper-results .shifts-view span {
  color: #fff;
}
#taxhelper-results h2,
#taxhelper-results .tax-site h3 {
  color: #F47925;
}





.tax-sites p.view-all-sites { text-align: center; margin-top: 25px; }

.tax-site .address { /*font-size: 16px;*/ }
.tax-site .distance { font-size: 16px; padding-left: 10px; }
.tax-site .distance:after { content: ')'; }
.tax-site .distance:before { content: '('; }

.shift { position: relative; /*border-bottom: 1px dotted #3375af;*/ }
.shift:last-child { border-bottom:0; }
.shift:hover { background-color: rgba(245, 120, 20, 0.5); }
.shift .day { width: 50px; display: inline-block; text-align: right; font-weight: bold; margin-right: 5px; }
.shift .languages { position: absolute; right: 0; }
.language:after { content: ','; }
.language:last-child:after { content: '' !important; }

#language-links {
  text-align: center;
}
#language-links a {
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 22px;
}
@media screen and (max-width: 400px) {
  #language-links a {
    padding: 0;
    display: inline-block;
    width: 45%;
    width: 45vw;
    font-size: 22px;
  }
}
#language-links span.english {
  display: none;
}
