/**************************************************************************************
Defaults 
***************************************************************************************/
html { 
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: Georgia, 'Open Sans', sans-serif;
  color:#292929;
  -webkit-font-smoothing: antialiased;
}

a{
  color:#009639;
}
a, button {
  cursor:pointer;
  /*text-decoration:none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;*/
}
a:hover {
  text-decoration: none;
  color:#0FBF52;
}
a:focus, button:focus{
  text-decoration: none;
  outline:none;
}
p, li{
  font-size: 13px;
}

._single-post p, ._single-post li, ._content p, ._content li {
  font-size: 16px;
  line-height: 1.6;
}

._single-post p, ._content p {
  margin-bottom: 15px;
}

._single-post img, ._content img {
  max-width: 100% !important;
  height: auto !important;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Libre Baskerville', serif;
  font-size: 17px;
  color:#292929;
  font-weight: 700;
  letter-spacing:-0.035em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
  color:#292929;
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder,
textarea.form-control {
  color: #222;
  text-shadow:1px 1px white;
}

hr{
  border-color:#ddd;
}

/**************************************************************************************
Bootstrap Overwrites
***************************************************************************************/
.btn{
  margin:0;
  padding:0 20px;
  height: 26px;
  line-height:22px;
  font-family: 'Titillium Web', sans-serif;
  text-transform:uppercase;
  font-size: 13px;
  font-weight: 700;
  color:white;
  letter-spacing:0.075em;
}

.form-control{
  -webkit-box-shadow:none;
    box-shadow:none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(188, 0, 1, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(188, 0, 1, 0.2);
  outline: 0 none;
}

/**************************************************************************************
Custom Classes
***************************************************************************************/
/* Start of "Micro clearfix" */
.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }
/* End of "Micro clearfix" */

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.npl  {
  margin-top: 0 !important;
  margin-bottom: 15px !important;
    padding-left: 0 !important;
}
.npr  {
  margin-top: 0 !important;
  margin-bottom: 15px !important;
    padding-right: 0 !important;
}
.noleft {
  padding-left: 0 !important;
}
.noright  {
  padding-right: 0 !important;
}
.no-vert{
  margin-top:0;
  margin-bottom:0;
  padding-top:0;
  padding-bottom:0;
}

.full-height, .half-height{
  position: relative;
}

.vs {
  margin-top:15px;
}
.vs2  {
  margin-top:30px;
}
.vs3  {
  margin-top:45px;
}
.vs4  {
  margin-top:60px;
}
.vs5  {
  margin-top:90px;
}
.vs05 {
  margin-top:5px;
}
.vs10 {
  margin-top:10px;
}

.imgfull  {
  width: 100% !important;
  min-width: 100%;
  max-width: 100%;
  height:auto !important;
}

._single-post .imgfull  {
  min-width: initial;
  max-width: 350px;
  float: left;
  margin: 0 20px 20px 0;
}

.imgbordershadow  {
  border:solid 1em white;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.125);
  -moz-box-shadow:    0px 0px 30px 0px rgba(50, 50, 50, 0.125);
  box-shadow:         0px 0px 30px 0px rgba(50, 50, 50, 0.125);
}
.shadow {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.125);
  -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.125);
  box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.125);
}

.bb{
  border-bottom: solid 1px #eee;
}
.bt{
  border-top: solid 1px #eee;
}

.btn-red  {
    background:#009639;
}
.btn-red:focus,
.btn-red:hover{
    background:#0FBF52;
    color:#fff;
}

/*
.grow { transition: all .5s ease-in-out; }
.grow:hover { transform: scale(1.1); }
*/
.limit{
  display:block;
  width: 100%;
  height: 100%;
  overflow:hidden;
}

.table-responsive-wrapper{
  display:block;
  width: 100%;
  overflow-x:none;
}

/**************************************************************************************
Menu
***************************************************************************************/
#header-amspec{
  display:block;
  width: 100%;
  height: 122px;
  background:white;
  border-bottom:solid 2px #009639;
  text-align: center;
}
#header-amspec a{
  display:inline-block;
  margin-top:15px;
}

#menu{
  z-index: 4;
  width: 100%;
  height: 48px;
  background:white;
  border-bottom:solid 2px #009639;
}

#menu .navbar-default {
    background:none;
    border:none;
}
#menu .navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
  height: 45px;
    line-height:45px;
  font-family: 'Titillium Web', sans-serif;
  text-transform:uppercase;
  font-size: 13px;
  font-weight: 700;
  color:#222;
  letter-spacing:0.075em;
}
#menu .navbar-nav>li>a:hover{
  color:#0FBF52;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #009639;
    background-color: #f7f7f7;
}
#menu .navbar-nav li ul li a{
  padding-top:10px;
  padding-bottom:10px;
}

a.middlenav{
  margin-top:10px;
}

a.logo, a.logowhite{
  margin-right:64px;
}
.logowhite{
  display:block;
}
.logo{
  display:none;
}

ul#mainmenu>li{
  margin-right:12px;
  margin-left:12px;
}

a.donate{
  
}
.circle{
  display:inline-block;
  margin-right:5px;
  margin-left:15px;
  width: 26px;
  height: 26px;
  border-radius:26px; -webkit-border-radius:26px; -moz-border-radius:26px;
  background:#0a0d1d;
  text-align: center;
  line-height:26px;
  color:white;
}
.circle:hover{
  background:#009639;
  color:white;
}

.menuicon{
  display:inline-block;
  margin-left:30px;
  width: 26px;
  height: 26px;
  text-indent: -99999px;
}
.menuicon-info{
  background:url(../_img/icon-info.jpg) no-repeat 0 0;
  background-size:26px;
}
.menuicon-info:hover{
  background-position:0 -26px;
}
.menuicon-email{
  background:url(../_img/icon-email.jpg) no-repeat 0 0;
  background-size:26px;
}
.menuicon-email:hover{
  background-position:0 -26px;
}

#menu form input.form-control{
  margin-top:10px;
  height: 26px;
  background:url(../_img/icon-magnifier.jpg) no-repeat 90% 5px;
  background-size:13px;
  border:solid 1px #000;
  font-family: 'Titillium Web', sans-serif;
  text-transform:uppercase;
  font-size: 13px;
  font-weight: 700;
  color:#222;
  letter-spacing:0.075em;
}

.affix {
    top: 0;
    width: 100%;
  box-shadow: 0 5px 20px 0px rgba(0,0,0,0.15);
}
.affix + #content .container {
    padding-top: 48px;
}
.affix .logo{
  display:block;
}
.affix .logowhite{
  display:none;
}

/**************************************************************************************
Content
***************************************************************************************/
#content{
  clear: both;
  display:block;
  width: 100%;
  margin-top:30px;
}

.article{
  display:block;
  margin-bottom:30px;
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6{
  margin:0;
}
.article a{
  display:inline-block;
}
.article img{
  margin:0;
  padding:0;
}

.article a.figure{
  display:block;
  width: 100%;
}
.story{
  display:block;
  padding:15px;
}

ul.meta{
  display:block;
  //margin:10px 0 0 0;
  margin: 0;
  padding:0;
}
ul.meta li{
  display:inline-block;
  margin-right:6px;
  list-style:none;
}
ul.meta li.views a{
  padding-right:20px;
  background:url(../_img/icon-views.png) no-repeat 100% 2px;
  background-size:14px;
  color:#292929;
}
ul.meta li.comments a{
  padding-right:20px;
  background:url(../_img/icon-comments.png) no-repeat 100% 2px;
  background-size:14px;
  color:#292929;
}
ul.meta li.views a:hover,
ul.meta li.comments a:hover{
  color:black;
}

.story-black{
  background:#222;
  padding:25px;
}
.story-black h1 a, .story-black h2 a, .story-black h3 a, 
.story-black h4 a, .story-black h5 a, .story-black h6 a{
  color:white;
  font-size: 30px;
  line-height:38px;
  letter-spacing:-0.035em;
}
.story-black h1 a:hover, .story-black h2 a:hover, .story-black h3 a:hover, 
.story-black h4 a:hover, .story-black h5 a:hover, .story-black h6 a:hover{
  color:#ccc;
}
.story-black ul.meta li{
  margin-right:20px;
}

.story-black ul.meta li.author a{
  color:#009639;
}
.story-black ul.meta li.author a:hover{
  color:#0FBF52;
}
.story-black ul.meta li.views a,
.story-black ul.meta li.comments a{
  color:#ddd;
}
.story-black ul.meta li.views a:hover,
.story-black ul.meta li.comments a:hover{
  color:#fff;
}

ul.meta li.author a{
  font-size: 16px;
}
ul.blogs div.authors a {
  font-size: 16px;
}

.headlines h2{
  margin:35px 0 30px 0;
  font-size: 24px;
}
.headlines h2 span{
  color:#009639;
}
.headlines ul{
  display:block;
  margin:0;
  padding:0 25px;
}
.headlines ul li{
  display:block;
  margin:0;
  padding:15px 0;
  list-style:none;
}
.headlines ul li a span{
  display:block;
  padding:0 0 2px 0;
  font-family: 'Libre Baskerville', serif;
  color:#292929;
}
.headlines ul li a:hover span{
  color:inherit;
}
.headlines ul li .title {
  font-size:18px;
}

.label{
  display:block;
  margin-bottom:30px;
  padding:0;
  border-top:solid 1px #ddd;
  text-align: left;
}
.label span{
  display:inline-block;
  margin-top:-1px;
  padding:0 20px;
  height: 30px;
  background:black;
  line-height:30px;
  font-family: 'Titillium Web', sans-serif;
  text-transform:uppercase;
  font-size: 13px;
  font-weight: 700;
  color:white;
  letter-spacing:0.075em;
}
.label-red span{
  background: #02ce4d; /* Old browsers */
  background: -moz-linear-gradient(top,  #02ce4d 0%, #009639 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #02ce4d 0%,#009639 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #02ce4d 0%,#009639 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02ce4d', endColorstr='#009639',GradientType=0 ); /* IE6-9 */
}
.label-burgundy span{
  background: #009639; /* Old browsers */
  background: -moz-linear-gradient(top,  #009639 0%, #007c2d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #009639 0%,#007c2d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #009639 0%,#007c2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009639', endColorstr='#007c2d',GradientType=0 ); /* IE6-9 */

}

ul.blogs{
  display:block;
  width: 100%;
  margin:0;
  padding:0;
}
ul.blogs li{
  display:block;
  padding:40px 25px;
  width: 100%;
  background:#1a1a1a;
  text-align: center;
  list-style:none;
}
ul.blogs li>*{
  margin:0 auto;
}
ul.blogs li:first-child{
  background:#292929;
}
ul.blogs li:first-child+*{
  background:#212121;
}
ul.blogs li img{
  display:block;
  margin-bottom:15px;
  border-radius:60px; -webkit-border-radius:60px; -moz-border-radius:60px;
}
ul.blogs li a{
  display:block;
  color:#009639;
}
ul.blogs li a:hover{
  color:#0FBF52;
}
ul.blogs li a span{
  font-family: 'Libre Baskerville', serif;
  font-size: 16px;
  color:#ddd;
}
ul.blogs li a:hover span{
  color:white;
}

.ad{
  display:block;
  margin-top:60px;
  margin-bottom:60px;
  width: 100%;
}

.indepth{
  position: relative;
  display:block;
  margin-bottom:30px;
  width: 100%;
}
.indepth .story p {
  font-size: 16px;
  line-height: 1.6;
}
.intxt{
  position: absolute;
  top:0;
  width: 35%;
  height: 100%;
  background:white;
}
.intxt-right{
  right:0;
}
.intxt-left{
  left:0;
}
.intxt h1 a, .intxt h2 a, .intxt h3 a,
.intxt h4 a, .intxt h5 a, .intxt h6 a{
  font-size: 24px;
}

/**************************************************************************************
Results
***************************************************************************************/
.results-search{
  display:block;
  padding:37px 30px;
  background:#f7f7f7;
  border-top:solid 1px #bcbcbc;
}
.results-search input{
  width: 85%;
  height: 26px;
  background:#fff url(../_img/icon-magnifier.jpg) no-repeat 98% 5px;
  background-size:13px;
  border:solid 1px #000;
  font-family: 'Titillium Web', sans-serif;
  text-transform:uppercase;
  font-size: 13px;
  font-weight: 700;
  color:#222;
  letter-spacing:0.075em;
}

.results article{
  display:block;
  margin:45px 0;
}
.results article em{
  display:block;
  margin-bottom:5px;
  font-family: 'Libre Baskerville', serif;
  font-style:normal;
  color: #292929;
}
.results article a{
  display:block;
  margin-bottom:10px;
  font-family: 'Libre Baskerville', serif;
    font-size: 17px;
    color: #292929;
    font-weight: 700;
    letter-spacing: -0.035em;
}
.results article a:hover{
  color: #bc0001;
}
.results article p{
  display:block;
}
.results article hr{
  display:block;
  margin-top:45px;
}

.pagination{
  display:block;
  margin-bottom:45px;
}
.pagination a{
  display:inline-block;
  margin-right:15px;
  font-family: 'Libre Baskerville', serif;
    font-size: 17px;
    color: #292929;
    font-weight: 700;
    letter-spacing: -0.035em;
}
.pagination a:hover{
  color: #bc0001;
}

.ad-grey,
.widget-support,
.facebook{
  display:block;
  margin:30px 0;
}

.sidebar{
  margin-top:60px;
}
.ad-grey{
  padding:30px;
  background:#f7f7f7;
}
.widget-support{
  padding:30px;
  background:#222;
  text-align: center;
}
.widget-support>*{
  display:inline-block;
  margin:auto;
}
.widget-support h5, 
.widget-support p{
  margin-bottom:15px;
}
.widget-support h5{
  color:white;
}
.widget-support p{
  color:#cecece;
}

/**************************************************************************************
Donate
***************************************************************************************/
.donate hr{
  margin-top:30px;
  margin-bottom:30px;
}
.expiration input{
  display:inline-block;
  margin-right:10px;
  width: 20%;
}
.donate .btn{
  padding:0 90px;
  height: 40px;
}

/**************************************************************************************
Third party
***************************************************************************************/
.bawpvc-ajax-counter {
  display: none;
}

a p.bawpvc-ajax-counter {
  display: inline;
  margin-top: 0;
}

.slick-prev, .slick-next {
  z-index: 9999;
}

.slick-prev {
  left: 15px;
}

.slick-next {
  right: 15px;
}

/**************************************************************************************
Others/overrides
***************************************************************************************/
.in-depth-featured-pic {
  width: 50% !important;
  min-width: auto;
}
.in-depth-featured-pic.right {
  float: right;
  margin-left: 10px;
}
.in-depth-featured-pic.left {
  float: left;
  margin-right: 10px;
}

.slick-prev, .slick-next {
    z-index: 9993;
}
.slider .article {
    position: relative;
}
.story.story-black {
    position:absolute;
    bottom:20px;
    width:100%;
    background:rgba(34,34,34,.7);
}
.no-featured-image .story.story-black {
    position: static;
}
.story-black h2 {
    color: white;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -0.035em;
    margin: 0;
}
.story-black h4 {
    color: #e0e0e0;
    margin: 0;
}
.indepth .story {
    background: transparent;
    padding: 0;
}
ul.blogs li a span {
    color: #292929;
}
ul.blogs li a:hover span {
    color: #0FBF52;;
}
.headlines ul.meta {
    display: block;
    margin: 0;
    padding: 0;
}
.headlines ul.meta li {
    display: inline-block;
    margin-right: 6px;
    list-style: none;
    padding: 0;
}
.featured-image {
    position: relative;
}
.featured-image ul {
    margin-top: 10px;
}

/* styles for '...' */ 
.block-with-text {
  overflow: hidden;
  line-height: 1.1em;
  max-height: 3.3em; 
}

  
#menu .navbar-default .navbar-toggle{
  margin-top:22px;
  margin-bottom:0px;
}
#menu .navbar-default .navbar-toggle .icon-bar {
  background-color: #009639;;
}
#menu .navbar-default .navbar-toggle {
  border-color: white;
}
#menu .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background:white;
}
#menu .navbar-default .navbar-toggle:hover .icon-bar,
#menu .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #0FBF52;
}

#menu .navbar-header{
  display:block;
  height: 80px;
}

.story-black ul.meta li.twitter {
  position: relative;
  top: 5px;
}

.story-black ul.meta li.facebook {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  top: 1px;
}

.story-black ul.meta li.print-button {
    top: -2px;
    position: relative;
}

.view-comments {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 30px;
}

.drop-caps:first-letter {
float: left;
font-size: 45px;
line-height: 1;
font-weight: bold;
margin-right: 9px;
font-family: "Times New Roman";
}

#other-amount-value {
  width: 60px;
  display: none;
}

._single-post h1, ._content h1,
._single-post h2, ._content h2,
._single-post h3, ._content h3,
._single-post h4, ._content h4,
._single-post h5, ._content h5,
._single-post h6, ._content h6 {
    font-size: 24px;
    line-height: 30px;
}

.authors-navigation {
    font-size: 16px;
}

.in-content-ad {
  float: right;
  width: 300px;
  height: 255px;
  margin-left: 10px;
}

.single-bio .in-content-ad {
  display: none;
}

.pull-quote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ddd; 
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-style: italic;
}

ul.meta li.author a, ul.blogs div.authors a  {
  font-family: Garamond;
  text-transform: uppercase;
}

.turkey {
  width: 30px;
  height: 30px;
  background-image: url('../_img/american-spectator-logo-small.jpg');
  background-size: cover;
}

.story-black.single-post h2 {
    font-family: "Times New Roman";
    font-size: 20pt;
    line-height: 28pt;
    letter-spacing: normal;
}
.story-black.single-post h4 {
    font-family: "Times New Roman";
    font-size: 17pt;
}
.story-black.single-post ul.meta li.author a {
    font-size: 14pt;
}

.more-cartoon {
    font-size: 16px;
}

.cartoon-pagination {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
}
