/* *
 * @author Duable
 * @link http://duable.com */

/**
 * Typography
 */
h1 {
  font-family: 'Libre Baskerville', serif;
  font-size: 3em;
  line-height: 1.3em;
  font-weight: 400;
  color: #192c5a;
  margin-bottom: 1.5em;
}
h2 {
  font-size: 2.5em;
  font-family: 'Libre Baskerville', serif;
  line-height: 1.3em;
  font-weight: 400;
  color: #B22234;
  padding: 0 0 .3em;
}
@media only screen and ( max-width: 768px ){
  h2 {
    font-size: 2em;
  }
}
h3 {
  font-size: 2.5em;
  line-height: 1.3em;
  font-weight: 300;
  color: #000;
  padding: 0 0 .8em;
}
h3 strong {
  font-weight: 700;
}
h4 {
  font-size: 2.5em;
  line-height: 1.3em;
  font-weight: 300;
  color: #000;
  padding: 0 0 1em;
}
h5 {
  font-size: 2.5em;
  line-height: 1.3em;
  font-weight: 300;
  color: #000;
  padding: 0 0 1em;
}
article .page-content h1 {
  font-size: 2em;
  line-height: 2em;
}
article .page-content h2 {
    font-size: 1.9em;
    line-height: 1.9em;
}
article .page-content h3 {
    font-size: 1.8em;
    line-height: 1.8em;
}
article .page-content h4 {
    font-size: 1.7em;
    line-height: 1.7em;
}
article .page-content h5 {
    font-size: 1.6em;
    line-height: 1.6em;
}
@media only screen and ( max-width: 768px ) {
  article .page-content h1 {
    font-size: 1.6em;
    line-height: 1.6em;
  }
  article .page-content h2 {
      font-size: 1.5em;
      line-height: 1.5em;
  }
  article .page-content h3 {
      font-size: 1.4em;
      line-height: 1.4em;
  }
  article .page-content h4 {
      font-size: 1.3em;
      line-height: 1.3em;
  }
  article .page-content h5 {
      font-size: 1.3em;
      line-height: 1.3em;
  }
 }
p {
  line-height: 1.6em;
  color: #000;
  padding: 0 0 1em;
}
blockquote {
  font-size: 1.2em;
  padding: 0 0 2em;
  margin: 1em;
}
a {
  color: #B22234;
  text-decoration: none;
}
a:hover {
  color: #666666;
  opacity: .8;
}
ul,
ol {
  color: #000;
}
ul > li {
  list-style: none;
}
ul > li:before {
  display: none;
  position: absolute;
  margin-top: 0;
  margin-left: -2em;
  content: "\2605";
  color: #840a2d;
}
.copy ul,
.copy ol{
  padding: 0 0 1em 1em;
}
ul ul,
ul ol,
ol ol,
ol ul,
p ol,
ol p,
p ul,
ul p{
  font-size: 1em;
  padding-bottom: 0;
}
.container{
  max-width: 1100px !important;
}
.section-title{
  text-align: center;
}
.post-title,
.post-title a{
  font-size: 1.2em;
  color: #253F8E;
  text-decoration: none;
  line-height: 1.5em;
}
.int-content h1{
	font-size: 2.8em;
  font-family: 'Libre Baskerville', serif;
  line-height: 1.3em;
  font-weight: 400;
  color: #B22234;
	text-align: center;
	margin-bottom: 0;
}
.page-id-1657 .int-content p{
	display: inline;
}
.int-content input:invalid{
	background-color: #fff;
	margin-bottom: 5px;
}
.int-content input{
	margin-bottom: 5px;
}
.int-content{
	bottom: 35px;
	position: relative;
}
.color-overlay{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(25, 44, 90, .7);
}
/**
 * Buttons
 */
.int-content button{
  display: block;
  width: 175px;
  position: relative;
  padding: 0 1.2em;
  margin: .2em 0 .8em;
  background: #B22234;
  border: none;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 35px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}
.int-content button:hover {
	background: #192c5a;
	color: #fff;
  opacity: 1;
  transition: .3s;
}
.red-button{
  display: inline-block;
  position: relative;
  padding: 0 1.2em;
  margin: .2em 0 .8em;
  background: #B22234;

  font-weight: 400;
  font-size: 1.2em;
  line-height: 50px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.red-button:hover {
  background: #192c5a;
  color: #fff;
  opacity: 1;
  transition: .3s;
}
.red-button.button-small {
  width: 80px;
  padding: 0 1em;
  font-size: 0.85em;
  line-height: 22px;
}
.red-button.button-rounded {
  -webkit-border-radius: .2em .2em .2em .2em;
  -moz-border-radius: .2em .2em .2em .2em;
  -o-border-radius: .2em .2em .2em .2em;
  border-radius: .2em .2em .2em .2em;
}

/**
 * Strips
 */
.strip{
  display: inline-block;
  position: relative;
  margin-left: 50px;
  padding: 0 1.5em;
  font-size: 2em;
  text-transform: uppercase;
  line-height: 63px;
  letter-spacing: 1px;
}
.strip.black{
  background: #000;
  color: #fff;
}

/**
 * Gravity Forms
 */
 /**
  * Gravity Forms
  */
 .gform_button{
   width: 260px;
   border: none;
   font-size: 1.5em!important;
 }
 main .gform_wrapper{
   max-width: 800px;
   margin: 10px auto;
 }
 .gform_fields{
   text-align: center;
 }
 .gform_wrapper input.medium{
    width: 100%!important;
    padding: 15px!important;
    padding-right: 0px!important;
    box-sizing: border-box;
 }
 .gform_wrapper ul li.gfield {
   padding: 10px;
   box-sizing: border-box;
 }
 .stau-updated .gform_wrapper ul{
   text-align: center;
 }
 .stay-updated .gform_wrapper ul li.gfield{
   clear: none;
   display: inline-block;
   text-align: left;
   width: 48%;
   margin: 0;
 }
 .stay-updated #gform_submit_button_1{
   display: inline-block;
   width: 175px;
   background: #B22234;
   color: #fff;
   font-size: 1.4em!important;
   line-height: 45px;
   text-transform: uppercase;
   vertical-align: middle;
   text-align: center;
   border: 3px solid #B22234;
 }
 .stay-updated #gform_submit_button_1:hover{
    color: #fff;
    opacity: 1;
    transition: .3s;
    color: #B22234;
    background-color: transparent;
    border: 3px solid white;
    color: white;
 }
 .stay-updated .gform_footer{
   text-align: center;
 }
 .stay-updated.content-panel{
    background-size: cover;
    background-image: url(../images/banner-7.jpg);
    background-position: center;
    margin: 2em 0 0;
    margin: 0;
    padding: 60px 0;
  }
  .stay-updated h2{
    color: #ffffff;
  }
 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   font-size: 1.2em;
   line-height: 1.2em;
   color: #000;
 }
 ::-moz-placeholder { /* Firefox 19+ */
   font-size: 1.2em;
   line-height: 1.2em;
   color: #000;
 }
 :-ms-input-placeholder { /* IE 10+ */
   font-size: 1.2em;
   line-height: 1.2em;
   color: #000;
 }
 :-moz-placeholder { /* Firefox 18- */
   font-size: 1.2em;
   line-height: 1.2em;
   color: #000;
 }
.accomplishmentList.content-panel{
   margin-top: 0;
 }
 .accomplishments{
   margin: 1em 2%;
 }
 .accomplishments li{
	color:#253F8E;
	font-size: 1.2em;
	list-style: disc;
	line-height: 34px;
  margin-left: 30px;
	}
.accomplishmentList .container{
    max-width: 960px;
}
 .accomplishments li{
   padding: 5px 0;
 }
 @media only screen and ( max-width: 768px ) {
   .gform_wrapper {
    overflow: inherit;
    margin: 10px 0;
    max-width: 100%;
    padding: 10px 0;
  }
  .stay-updated .gform_wrapper ul li.gfield{
    width: 100%;
    margin: 0;
  }
  .gform_wrapper .top_label input.medium {
     padding-right: 2px;
     box-sizing: border-box;
 }
 }
/*Text MSG Form*/
.page-id-1657 .int-content form{
	display: block;
	text-align: center;
}
/* CampaignShortCuts Volunteer Form Style - 1 */

#volunteerSurvey{display:block;width:600px;max-width:100%;margin: 0 auto}
#volunteerSurvey{font-size:16px;}
#volunteerSurvey label{display:block;float:none;line-height:35px;font-size:16px;width:100%;font-weight:normal;}
#volunteerSurvey label input[type="checkbox"]{line-height:35px;vertical-align:middle;display:inline-block;float:none;margin:0 10px 0 0;}
#volunteerSurvey input.text{display:block;float:none;font-size:16px;height:35px;padding:0 5px;margin-bottom:15px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;color:#404040;border-color:#CCC;}
#volunteerSurvey div.half{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:50%;padding:0 10px;float:left;}
#volunteerSurvey div.row{margin-left:-10px;margin-right:-10px;}
#volunteerSurvey select{font-family: Arial, Helvetica, sans-serif;font-style: italic;color:#404040;background: #ffffff;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;border: 1px solid #cbcbcb;position: relative;height:35px;font-size:16px;padding:0 5px;margin-bottom:15px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;border-color:#CCC;}
#volunteerSurvey input[type="submit"]{background-color: #02274b;display: inline-block;padding: 8px 12px;margin-bottom: 0;font-size: 14px;font-weight: normal;line-height: 1.428571429;text-align: center;white-space: nowrap;vertical-align: middle;cursor: pointer;background-image: none;border: 1px solid transparent;border-radius: 4px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;-o-user-select: none;user-select: none;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#04519b), color-stop(60%, #033c73), to(#02325f));background-image: -webkit-linear-gradient(#04519b, #033c73 60%, #02325f);background-image: -moz-linear-gradient(top, #04519b, #033c73 60%, #02325f);background-image: linear-gradient(#04519b, #033c73 60%, #02325f);background-repeat: no-repeat;border-bottom: 1px solid #022241;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b', endColorstr='#ff02325f', GradientType=0);filter: none;text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);color:#FFF;border-radius:10px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
#volunteerSurvey input[type="submit"]:active{color: #ffffff;background-color: #02274b;border-color: #011d37;background-image: none;outline: 0;-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);}
#volunteerSurvey div.row:before, #volunteerSurvey div.row:after {display: table;content: " ";}
#volunteerSurvey textarea{width:100%;height:100px;margin-bottom:15px;}
#volunteerSurvey div.row:after {clear: both;}
#volunteerSurvey hr{clear:both;margin-top:15px;margin-bottom:15px;height:1px;background:#CCC;display:block;}
#main{clear:both;}
#header > div {background: none !important;}
#topNav {display: none !important;}
#comments { display: none; }
#volunteerSurvey input{ max-width: 70%; margin: .3em 0; line-height: 2em;}
/**
 * Sliders + Carousels
 */
.flexslider{
  border: 0;
  margin: 0;
  background: transparent;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.flex-direction-nav a:before {
  display: inline-block;
  font-family: inherit;
  font-size: 90px;
  font-weight: 500;
  color: #ccc;
  text-shadow: 1px 1px 3px #333;
  height: 80px;
  width: auto;
}
.flex-direction-nav a.flex-next:before {
  content: '›';
}
.flex-direction-nav a.flex-prev:before {
  content: '‹';
}

/**
 * Social Icons
 */
.social-nav a{
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-image: url(../images/social-sprites.png);
  background-repeat: no-repeat;
}
.smi-fb{
  background-position: 10px 10px;
}
.smi-twitter{
  background-position: -30px 10px;
}
.smi-instagram{
  background-position: -70px 10px;
}

/**
 * Structure
 */
body {
  background: #fff;
  font-size: 100%;
  font-weight: 300;
  line-height: 120%;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Panels
 */
.content-panel{
  position: relative;
  padding: 2em 0 1em;
  margin: 2em 0;
  border-top: 1px solid #E1E2E3;
}
.content-panel:before{
  width: 100%;
  content: " ";
  /*background: url(../images/george-star.png) top center no-repeat;*/
  top: -15px;
  left: 0;
  display: block;
  position: absolute;
  height: 30px;
}
.page-content{
  padding: 2.5em 0;
}
@media only screen and ( max-width: 768px ){
  article .page-content{
    padding: 0 0 2.5em;
  }
}

/**
 * Columns
 */
.three-columns > li{
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 28%;
  /*min-width: 220px;*/
  margin: 1em 2%;
}
.four-columns > li{
  text-align: left;
  float: left;
  width: 21%;
  min-width: 220px;
  min-height: 150px;
  margin: 1em 2%;
}

@media only screen and ( max-width: 1010px ) {
  .three-columns,
  .four-columns{
    text-align: center;
  }
  .three-columns > li,
  .four-columns > li{
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and ( max-width: 768px ) {
  .three-columns,
  .four-columns{
    text-align: center;
  }
  .three-columns > li,
  .four-columns > li{
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 1em 0;
  }
}

/**
 * Header
 */
.top-bar{
  position: absolute;
  top: 20px;
  width: 100%;
  text-align: center;
  z-index: 1;
}
@media only screen and ( max-width: 800px ) {
  .top-bar{
    position: absolute;
  }
}

nav.main{
  display: inline-block;
  position: relative;
  z-index: 999;
}
nav.main ul{
  display: inline-block;
}
.top-bar .menu li:hover {
    border-bottom: 5px solid white;
    transition: all ease .3s;
}
.top-bar .menu li {
    padding-bottom: 4px;
    border-bottom: 1px solid white;
    font-size: 16px;
}
nav.main ul li{
  float: left;
}
nav.main ul li ul{
  display: none;
}
nav.main ul li a{
  color: #fff;
  font-size: 1.3em;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #666;
  margin: 0 1em;
}
@media only screen and ( max-width: 600px ){
  nav.main ul{
    text-align: center;
    font-size: 0;
  }
  nav.main ul li{
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: .5em 0;
  }
  nav.main ul li a{
    margin: 0 .4em;
  }
}

nav.social-nav{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
.top-bar nav.social-nav{
  top: -.6em;
}
.top-bar .donate-button{
  position: fixed;
  right: -5px;
  top: 70px;
  background-image: url(../images/ribbon-donate.png);
  color: #fff;
  padding: .2em 1em;
  background-size: cover;
  background-position: left;
}
@media only screen and ( max-width: 800px ){
  nav.social-nav{
    position: relative;
    padding-top: 2.5em;
  }
}

header.main{
  position: relative;
}
.main-banner{
  position: relative;
  min-height: 450px;
  background: url(../images/banner-1.jpg) center center no-repeat;
  z-index: 0;
}
.main-banner .color-overlay{
  background-color: rgba(0, 0, 0, .2);
  z-index: 3;
}
.main-banner li{
  min-height: 450px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and ( min-width: 1600px ){
  .main-banner{
    position: relative;
    min-height: 450px;
    background: url(../images/banner-1.jpg);
    background-size: cover !important;
    background-position: center;
    z-index: 0;
  }
  .main-banner li{
    background-size: cover !important;
  }
}
.main-banner li.slide-1{
  background: url(../images/banner-1.jpg);
}
.main-banner li.slide-2{
  background: url(../images/banner-2.jpg);
}
.main-banner li.slide-3{
  background: url(../images/banner-3.jpg);
}
.main-banner li.slide-4{
  background: url(../images/banner-4.jpg);
}
.main-banner li.slide-5{
  background: url(../images/banner-5.jpg);
}
.main-banner li.slide-6{
  background: url(../images/banner-6.jpg);
}
.main-banner li.slide-7{
  background: url(../images/banner-7.jpg);
}
.main-banner li.slide-8{
  background: url(../images/banner-8.jpg);
}
.main-banner li.slide-9{
  background: url(../images/banner-9.jpg);
}
nav.secondary {
    margin: 40px auto;
    border-bottom: 1px solid #E1E2E3;
    padding-bottom: 30px;
    text-align: center;
    max-width: 1280px;
}
.home nav.secondary{
  border-bottom: none;
  padding-bottom: 0;
}
nav.secondary .red-button {
    margin: 0 2em;
    padding: 20px 0;
    width: 200px;
    max-width: 25%;
    width: 100%;
    margin: 0 10px;
    letter-spacing: .05em;
    font-weight: 400;
}

@media only screen and ( max-width: 900px ) {
  nav.secondary .red-button{
    margin: 0 1em;
    width: 180px;
  }
}

@media only screen and ( max-width: 680px ) {
  nav.secondary{
    margin: 30px;
  }
  nav.secondary .red-button{
    width: 100%;
    max-width: none;
    margin: 10px 0;
    padding: 10px 0;
    box-sizing: border-box;
  }
}
.main-logo-container{
  position: absolute;
  top: 25%;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.main-logo{
  max-width: 90%;
  width: 400px;
}

@media only screen and ( max-width: 600px ) {
  .main-logo-container{
    top: 35%;
  }
}

.post-previous-link {
    margin-bottom: 30px;
}

/**
 * Footer
 */
footer.main{
  position: relative;
  padding: 1.2em 0 2.5em;
  background: url(../images/banner-3.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 0;
  padding: 60px 20px;
}
footer .three-columns > li{
  margin: 1em 2.6%;
  font-size: 16px;
  line-height: 1.3em;
}
.footer-panels > li ul li {
  padding-bottom: .5em;
  color: #ccc;
}
.footer-panels > li li a{
  color: #000;
  color: #ccc;
}
.footer-title{
  padding-bottom: .8em;
  font-size: 1.6em;
  font-family: 'Libre Baskerville', serif;
  color: #fff;
}
nav.footer ul li ul{
  display: none;
}

.disclaimer{
  position: relative;
  padding: 1em 0;
  background: #192c5a;
  color: #97aee2;
  text-align: center;
}
footer.main .four-columns > li{
  min-width: 0;
}
footer .footer-recent-posts li{
  list-style-type: disc;
  margin: 0 25px;
}
@media only screen and ( max-width: 1010px ) {
  footer.main .four-columns > li{
    width: 45%;
    margin: 2.5em 4% 0 0;
    text-align: center;
  }
}

@media only screen and ( max-width: 600px ) {
  footer.main .four-columns > li{
    width: 95%;
    margin: 2em auto;
  }
}

/**
 * Modals
 */
.donate-iframe{
  width: 1600px;
  height: 500px;
  max-width: 100%;
}

.action-share-buttons a{
  display: block;
  padding: .2em 0;
}

/**
 * WooCommerce
 */
.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
  padding-top: .5em;
  white-space: nowrap;
  display: inline-block;
  padding-left: 30px;
}

/**
 * Social Wall
 */
.wall-outer{
  max-width: 1000px;
  margin: 0 auto;
}

/**
 * Post Listing
 */
ul li.post-list-item{
  padding-bottom: 3em;
}
.post-list-item-title{
  font-size: 1.7em;
  color: #253F8E;
}
.recent-news{
  text-align: center;
}
header.post-title {
    padding-bottom: 15px;
}
.home .recent-post-excerpt{
  padding: 15px 0;
}
.post-list-item-excerpt {
    padding:  0  0 15px;
}
.recent-news .red-button{
  margin: 30px;
}
.post-list-item-image {
    margin-bottom: 15px;
}
.issue-videos li{
  text-align: center;
}
/*Twitter Section*/
.social-feed.content-panel {
    text-align: center;
    margin: 0;
}
#kebo_twitter_feed_widget-3 {
    width: 100%;
    font-size: 0;
    margin: 0 auto 30px;
    text-align: center;
}
img.profile-img {
    border-radius: 50%;
    max-width: 150px;
    display: block;
    margin: 0 auto;
}

a.tw-account {
    padding: 20px 0;
    display: block;
    font-size: 20px;
    color: black;
    font-weight: 300;
}

i.fa.fa-twitter {
    color: #1dcaff;
    font-size: 30px;
    line-height: 30px;
    vertical-align: text-top;
}
.social-feed .ktweet {
    display: inline-block;
    font-size: 16px;
    width: 30%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: top;
    box-sizing:border-box;
    text-align: left;
    padding: 0;
    /*padding-left: 2%;*/
    width: 28%;
}
.social-feed .ktweet:last-child{
    margin-right: 0;
}
.kfooter a {
    font-size: 20px;
}
.ktext {
    font-size: 18px;
    margin-bottom: 20px;
    margin: 0px auto 25px;
    font-weight: 300;
}
.ktext a{
  color: #1dcaff;
  opacity: 1;
}
.ktext a:hover{
  color: #B22234;
  transition: all ease .3s;
}
.kmeta {
    font-size: 0;
}
.kaccount {
    background-color: #192c5a;
    color: white;
    font-weight: 400;
    padding: 15px;
    margin: 0;
    font-size: 1.1vw;
    font-size: 18px;
    /*max-width: 50%;
    width: 100%;*/
    display: inline-block;
    box-sizing: border-box;
    display: none;
}
.kaccount:hover {
    background-color: #B22234;
    transition: all ease .3s;
    opacity: 1;
    color: #fff;
}
a.kdate {
    color: white;
    color: #000;
    font-weight: 300;
    padding: 15px 0;
    margin: 0;
    font-size: 20px;
    font-size: 1.1vw;
    font-size: 18px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    display: block;
}
.social-feed .ktweet {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 30px;
}

.kebo-tweets .ktweet .kfooter a {
    background: url("/wp-content/plugins/kebo-twitter-feed/imgs/twitter_feed_icons_sprite.png") top left no-repeat;
    width: 20px;
    height: 14px;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: none;
    float: none
}

.kebo-tweets.dark .ktweet .kfooter a.ktogglemedia,
.kebo-tweets.light .ktweet .kfooter a.ktogglemedia {
    float: left;
    width: auto;
    height: auto;
    background: none;
    font-size: 12px;
    padding: 0;
    opacity: 1;
    overflow: hidden;
    line-height: 1em;
    margin-top: 8px
}

.kebo-tweets .ktweet .kfooter a.ktogglemedia:hover {
    text-decoration: underline
}

.kebo-tweets .ktweet .kfooter a.ktogglemedia .kshow {
    display: none
}

.kebo-tweets .ktweet .kfooter a.ktogglemedia .khide {
    display: inline-block;
    float: left
}

.kebo-tweets .ktweet .kfooter a.ktogglemedia.kclosed .kshow {
    display: inline-block;
    float: left
}

.kebo-tweets .ktweet .kfooter a.ktogglemedia.kclosed .khide {
    display: none
}

.kebo-tweets .ktweet .kmedia {
    height: auto;
    overflow: hidden;
    margin-top: 5px;
    text-align: center
}

.kebo-tweets .ktweet .kmedia.kclosed {
    height: 0px
}

.kebo-tweets .ktweet .kmedia img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    margin: 0 0 5px 0;
    padding: 0
}

.kebo-tweets .kfollow {
    margin: 10px 0 0 0;
    padding: 0
}

.kebo-tweets.rtl .ktweet .kmeta {
    text-align: right
}

.kebo-tweets.rtl .kmeta a {
    direction: rtl;
    unicode-bidi: bidi-override
}

.kebo-tweets.rtl .kmeta .kaccount {
    float: right
}

.kebo-tweets.rtl .kmeta .kdate {
    float: left
}

.kebo-tweets.rtl .ktext {
    text-align: right;
    direction: rtl;
    unicode-bidi: bidi-override
}

.kebo-tweets.rtl .ktweet .kavatar {
    float: right;
    margin: 7px 0 0 7px
}

.kebo-tweets.rtl .kfooter a {
    float: left;
    direction: rtl;
    unicode-bidi: bidi-override
}

.kebo-tweets.light.rtl .ktweet .kfooter a.ktogglemedia,
.kebo-tweets.dark.rtl .ktweet .kfooter a.ktogglemedia {
    float: right;
    margin-top: 2px
}

.kebo-tweets.light.rtl .ktweet .kfooter a.ktogglemedia span,
.kebo-tweets.dark.rtl .ktweet .kfooter a.ktogglemedia span {
    direction: rtl;
    unicode-bidi: bidi-override
}

.kebo-tweets.light .ktweet .kfooter a {
    opacity: 0.5
}

.kebo-tweets.light .ktweet .kfooter a:hover {
    opacity: 0.7
}

.kebo-tweets.light .ktweet .kfooter .kreply {
    background-position: 0px 0px
}

.kebo-tweets.light .ktweet .kfooter .kretweet {
    background-position: -27px 0px
}

.kebo-tweets.light .ktweet .kfooter .kfavorite {
    background-position: -54px 0px
}

.kebo-tweets.light .ktweet .kfooter .ktimeago {
    color: rgba(0, 0, 0, 0.5)
}

.kebo-tweets.dark .ktweet .kfooter a {
    opacity: 1
}

.kebo-tweets.dark .ktweet .kfooter a:hover {
    opacity: 0.6
}

.kebo-tweets.dark .ktweet .kfooter .kreply {
    background-position: 0px -32px
}

.kebo-tweets.dark .ktweet .kfooter .kretweet {
    background-position: -27px -32px
}

.kebo-tweets.dark .ktweet .kfooter .kfavorite {
    background-position: -54px -32px
}

.kebo-tweets.dark .ktweet .kfooter .ktimeago {
    color: rgba(255, 255, 255, 0.5)
}

html body ul.kebo-tweets.slider {
    overflow: hidden;
    width: 100%;
    margin: 0 !important;
    padding: 0;
    list-style: none;
    border: none;
    outline: none;
    background-image: none;
    position: relative;
    overflow: hidden
}

html body ul.kebo-tweets.slider li.ktweet {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    outline: none;
    background-image: none;
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0
}
@media only screen and ( max-width: 800px ){
  .social-feed .ktweet {
    width: 100%;
    margin: 15px 0;
  }
}

/* Pagination */
.pagination.loop-pagination{
  text-align: center;
}
.pagination .page-numbers{
  font-size: 1.1em;
  padding: 0 .5em;
  background: #B22234;
  color: #fff;
}
.pagination .page-numbers.current{
  background: #ccc;
}
