/*
Theme Name: WP Bootstrap
Theme URI: http://teamtreehouse.com/how-to-build-a-simple-responsive-wordpress-site-with-twitter-bootstrap
Description: A simple responsive theme built with Bootstrap
Author: Zac Gordon
Author URI: http://zacgordon.com/
Version: 1.0
Tags: responsive, white, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

This is an example theme to go along with the Treehouse blog post on <a href="http://teamtreehouse.com/how-to-build-a-responsive-wordpress-site-with-twitter-bootstrap">How to Build a Simple Responsive WordPress Site Using Twitter Bootstrap</a>.
*/

/* @import url('bootstrap/css/bootstrap.min.css'); */
@import url('bootstrap/css/bootstrap.css');
@import url('css/style.css?123321321');

body {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
}

.all-about-vaccinations .container .row .link-wrapper {
    border-left: 0px solid white;
    display: flex;
    justify-content: center;
}

.all-about-vaccinations .link-wrapper {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #F1F1F1;
    padding-top: 20px;
}

.link-wrapper__text {
    margin-left: 20px;
    min-width: 250px;
}

.link-wrapper__headline {
    color: #025396;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
    max-width: 250px;
    min-height: 75px;
}

.all-about-vaccinations .container .row .link-wrapper__link {
    padding-left: 0;
    font-size: 1.5rem;
    font-weight: 300;
    position: relative;
    display: flex;
    align-items: center;
}

.long-arrow-right,
.long-arrow-left{
  display: block;
  margin: 20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #f5ab35;
  border-left: 1px solid #f5ab35;
}

.arrow-right,
.long-arrow-right{
 transform: rotate(135deg);
}

.long-arrow-right::after,
.long-arrow-left::after{
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: #f5ab35;
  transform: rotate(-45deg) translate(5px, 1px);
  left: 0;
  top: 0;
}

.all-about-vaccinations .col-12.col-sm-4 {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #F1F1F1;
}

.all-about-vaccinations .col-12.col-sm-4:nth-child(2n) {
    border-left: 1px solid #F1F1F1;
    border-right: 1px solid #F1F1F1;
} 


/* .header>div .version-switch {
    top: -10px;
}

.header>div .menu-container #menu {
    margin-top: 23px;
} */

/* .header.fixed .search-container {
    margin-top: 23px;
} */

/* .header>div .search-container {
    margin-top: 23px;
} */

.social-hide {
    display: none;
}

.social-media {
    min-height: 30px;
    min-width: 90px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: white;
}

.social-mobile {
    height: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.social-mobile a {
    margin-left: 10px;
    margin-right: 10px;
}

.open .social-mobile {
    height: auto;
}

.menu-container.open {
    padding-bottom: 30px;
}

.use-print-version {
    cursor: pointer;
}

.news-section {
    display: flex;
    justify-content: center;
}

.news-section .container {
    margin-left: 0;
    margin-right: 0;
}

.category-list {
    background-color: #025396;
    min-width: 270px;
    list-style-type: none;
    padding-left: 20px;
    padding-top: 20px;
    color: white;
    margin-left: 30px;
}

.category-list li {
    margin-bottom: 20px;
}

.category-list li a {
    color: white;
}

.news-section .news-list>div>div {
    padding-top: 0;
}

.category-list ul {
    margin-top: 10px;
}

.dictionary-container {
    display: flex;
    justify-content: space-between;
    
}

.dictionary-container input {
    background-color: #084b81;
    color: white;
    border: 0;
    height: 26px;
    padding-left: 5px;
}

.dictionary-container form {
    display: flex;
}

.dictionary-container input {
    border: 0 !important;
}

.dictionary-container input::placeholder {
    color: white;
}

.dictionary-container button {
    background-color: #084b81;
    border: 0 !important;
}

.dictionary-container textarea:focus, .dictionary-container input:focus{
    outline: none;
}

.dictionary-container button i {
    color: white;
}

.table span a::after {
    display: none;
}

a[href]:after {
    content: "";
}

body .files .files-list .file-item .filename {
    display: block;
}

.file-item {
    margin-bottom: 10px;
}

.file-item a {
    display: flex;
    align-items: center;
}

.file-item a span {
    margin-left: 10px;
}

.page-id-788 #slider label:last-of-type {
    display: none;
}

.category-list h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .news-section {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .header>div .search-container {
        margin-top: 0;
    }

    body .uwy.userway_p1 .uai {
        top: 2px;
        right: 5px;
    }
}


/* Custom Checkbox */
/* Customize the label (the container) */
.cc-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 300;
  }
  
  /* Hide the browser's default checkbox */
  .cc-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
  }
  
  /* On mouse-over, add a grey background color */
  .cc-container:hover input ~ .checkmark {
    background-color: #fff;
  }
  
  /* When the checkbox is checked, add a blue background */
  .cc-container input:checked ~ .checkmark {
    background-color: #004F91;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .cc-container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .cc-container .checkmark:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }