/*
 Theme Name:   iam
 Description:  IAM theme
 Author:       SearchMasters NZ
 Author URI:   https://www.searchmasters.co.nz
 Text Domain:  iam
*/
.widget-area ul {
    padding-left: 0px;
    list-style: none;
}
ul {
    padding-left: 10px;
}
.searchform{
	padding: 8px;
}
header .jumbotron {
    text-align: center;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .15);
    padding-top: 80px;
    padding-bottom: 80px;
}
#menu.navbar .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar .navbar-nav>.active>a:hover {
    border-bottom: solid 2px #2f9ab0;
    background-color: transparent;
}
.navbar {
    margin-bottom: 0px;
}
a .navbar-brand {
    padding: 0px;
}
.widget-area .panel {
    margin-bottom: 10px;
}
.widget-area .searchform {
    width: 100%;
}
.pager-previous {
    float: left;
}
.pager-next {
    float: right;
}
.entry-date {
    font-weight: 600;
    float: right;
}
.grid-item {
    margin-bottom: 10px;
}
article p, .wp-caption-text {
    /* Careful, this breaks the word wherever it is without a hyphen */
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.page-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 100px;
    color: #99979c;
    background-color: #012548;
}
.home footer {
    margin-top: 0px;
}
.footer-menu {}
.footer-menu a,
.footer-menu a:hover {
    color: #fff;
}
.footer-menu li {
    display: inline-block;
    list-style: none;
}
.footer-menu li+li {
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.caption {
    text-align: center;
}
#gallery-2 .gallery-item img {
    width: 100% !important;
}
#gallery-2 .gallery-item{
    padding:10px;
}
.embed-responsive iframe {
    width: 100%;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.img-thumbnail {
    box-shadow: 3px 3px 1px grey;
    padding: 10px;
}
.entry-content ul {
    padding: 15px 5px 15px 20px;
    list-style-image: url('images/bullet.jpg');
}
.entry-content li {
    padding-left: 5px;
}
.donate-buttons form {
    margin: 0 2px;
}
.center {
    display: block;
    margin: 0 auto;
}
@media (min-width: 1200px) {
    .navbar-header {
        padding-right: 15px;
    }
    .center{
        width: 80%
    }
}
.navbar {
    margin-bottom: 0px !important;
    background-color: #fff;
}
.navbar .nav, .navbar .nav > li {
    float:none;
    display:inline-block;
    *display:inline;
    /* ie7 fix */
    *zoom:1;
    /* hasLayout ie7 trigger */
    vertical-align: top;
}
.navbar-inner {
    text-align:center;
}
div.breadcrumb {
    margin-bottom: 0px;
    border-radius: 0px;
}

/*
* Temporary CSS that will be removed when Bootstrap is customised per http://getbootstrap.com/customize/
*/
.container .jumbotron h1,
.jumbotron .container h1,
.jumbotron h2,
.jumbotron p {
    color: #fff;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.iam-featurette {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.iam-featurette-divider {
    height: 300px;
    width: 100%;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .15);
}
.featurette-poppies {
    background-image: url('images/poppieshome_1.jpg');
}
.featurette-wheelchairs {
    background-image: url('images/wheelchair-sports.jpg');
}
.featurette-flag {
	background-image: url('https://iam-afghanistan.org/iam-wp/wp-content/uploads/IMG_1978-e1558334888756.jpg');
}
.featurette-tile {
	background-image: url('https://iam-afghanistan.org/iam-wp/wp-content/uploads/lsbanner1.jpg');
}
.half-rule {
    width: 100px;
    margin: 40px auto;
}
/*Remove gutter from bootstrap columns with .no-gutter*/
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.iam-featurette img {
    position: relative;
    width: 100%;
}
.iam-featurette .caption {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    color: #fff;
    box-shadow: inset 0 0 0 1000px rgba(1, 37, 72, .15);
}
.donate-button a {
    color: #fff;
    background-color: #2e849d;
    border-color: #287389;
    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: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.navbar-iam .navbar-toggle {
    border-color: #ddd;
}
.navbar-iam .navbar-toggle .icon-bar {
    background-color: #888;
}
.intro {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .intro {
        font-size: 21px;
    }
}
.panel .img-thumbnail {
    box-shadow: none;
    display: block;
    margin: 0 auto
}
@media (min-width: 768px) {
.col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }
}
.single-post .entry-date {
	margin-left:20px
}
span.cat-links a:nth-child(2) {
	margin-right:20px;
}