/*
	Theme Name: Cara
	Theme URI: http://www.cara1933.org;
	Description: Cara website
	Version: 1.0
	Author: NONUMBERS (@nonmbrs)
	Author URI: http://nonumbers.co.uk
	Tags:

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/*

Colour Values

Dark Blue : 11,34,69;
Rubine Red : 203,1,69;
Grey : 165,163,160;
Light Blue : 17,136,152;

*/

/*Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define visible focus styles! 
:focus {
  outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* global box-sizing */

*,
*:after,
*:before {
          -moz-box-sizing: border-box;
               box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
   text-rendering: optimizeLegibility;
   -moz-osx-font-smoothing: grayscale;

}
/* html element 62.5% font-size for REM use */

body {
  font: 400 15px/1.5 'CaraSans', Helvetica, Arial, sans-serif;
}


/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  @include transition(color 100ms linear);
}

a:hover {
  transition: 0.1s color linear;
}

a:focus {
  outline: 0;
  text-decoration: none;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

a:active {
  color: red;
}

em,
i {
  font-style: italic;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

aside {
  border-left: dashed 1px #DDD;
  padding-left: 2em;
  margin-left: -2em;
  color: #333;
}

aside a {
  color: #AAA;
}

aside ul {
  list-style-type: none;
}

/*------------------------------------*\
    NAVBAR MOBILE
\*------------------------------------*/

.navbar {
  background-color: white;
}

.navbar-brand img {
  width: 3em;
  margin-top: 2.5px;
  margin-left: 15px;
}

.navbar {
  position: fixed;
  display: block;
  top: -150px;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.3s top cubic-bezier(.3,.73,.3,.74);
}

.navbar-nav ul li {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.navbar-nav ul li:first-of-type { padding-left: 0px;}

.navbar-right {
  padding-top: 2px;
  padding-bottom: 0;
}

.navbar-right a.donate-right{
  position: relative;
  top: 12px;
  margin-right: 1em;
  padding-right: 5px;
  border: solid 2px rgb(203,1,69);
  padding: 6px 8px 6px 8px;
  color: rgb(11,34,69);
  font-size: 1em;
}

.navbar-right a.support-right {
  position: relative;
  top: 12px;
  margin-right: 2em;
  padding-right: 5px;
  border: solid 2px rgb(203,1,69);
  padding: 6px 8px 6px 8px;
  color: rgb(11,34,69);
  font-size: 1em;
}


#menu-primary .menu-item {
  text-transform: lowercase;
}

body.down .navbar {
  top: 0;
}


.navbar-header a.donate-right {
  position: relative;
  top: 15px;
  right: 17px;
  color: rgb(203,1,69);
  display: none;
  font-size: 1em;
  float: right;
  padding-left: 1em;
}
.navbar-header a.support-right {
  position: relative;
  top: 15px;
  color: rgb(203,1,69);
  display: none;
  font-size: 1em;
  float: right;
  right: 17px;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

.header-bg {
  padding-top: 1em;
  margin-bottom: 2em;
  border-bottom: solid 1px #EEE;
}

.tagline {
  font-family: 'CaraSans';
  position: relative;
  top: 5px;
  padding-bottom: 0.5em;
  font-size: 1.6em;

}

@media only screen and (max-width:992px) {
  .tagline {
    font-size: 1.1em;
    top: 9px;
    padding-bottom: 1em;
  }
}

h2.tagline {
  color: rgb(203,1,69);
}

header ul.menu-support {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
  top: 5px;
  right: -15px;
}

header ul.menu-support li {
  margin-top: 2px;
  font-size: 1em;
  position: absolute;
  right: 1em;
  display: inline;
  border: solid 2px black;
  padding: 4px 6px 3px 6px;
  transition: color 0.2s linear;
  transition: background-color 0.2s linear;
}


header ul.menu-support li.get-support{
  color: rgb(11,34,69);
  border-color: rgb(203,1,69); 
  transition: border-color 0.2s linear;

}

body.get-support header ul.menu-support li.get-support,
header ul.menu-support li.get-support:hover{
  background-color: #FFF;
  border-color: rgb(11,34,69);
  color: rgb(203,1,69);
}

header ul.menu-support li.donate{
  color: rgb(11,34,69);
  border-color: rgb(203,1,69); 
  transition: border-color 0.2s linear;
  margin-right: 7em;
}

header ul.menu-support li.donate:hover{
  background-color: #FFF;
  border-color: rgb(11,34,69);
  color: rgb(203,1,69);
}

header ul#menu-primary-1 {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 0.4em;
}

header ul#menu-primary-1 li{
  display: inline-block;
  text-transform: lowercase;
}

header ul#menu-primary-1 a{
  color: rgb(11,34,69);
}

header ul#menu-primary-1 a:hover{
  color: rgb(165,163,160);
}

header ul#menu-primary-1 .current-page-ancestor a,
#menu-primary .current-page-ancestor a,
#menu-primary .current_page_item a, 
header ul#menu-primary-1 .current_page_item a {
  color: rgb(165,163,160);
}

span.menu-bar {
  margin-right: 0.5em;
  margin-left: 0.5em;
  color: #000;
}


.logo h1 {
  font-size: 4em;
  font-family: 'CaraSans', sans-serif;
  padding: 0;
  margin: 0;
  line-height: 0.8em;
}

span.logo-bar {
  color: rgb(165,163,160);
}

span.logo-tagline {
  color: rgb(203,1,69);
}

/*------------------------------------*\
    DONATION OVERLAY
\*------------------------------------*/
.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(165,163,160,0.9);
  position: fixed;
  z-index: 999;
  display: none;
  overflow: hidden;
}

.donatecontainer {
  width: 500px;
  margin: auto;
}

#CAFDonateWidgetContainer {
  position: relative;
  margin: auto;
  padding: 1em;
}

/*------------------------------------*\
    SLICK SLIDER
\*------------------------------------*/

button.slick-prev,
button.slick-next,
button.slick-prev:hover,
button.slick-next:hover, 
button.slick-prev:focus,
button.slick-next:focus {
  position: absolute;
  top: 0;
  height: 100%;
  width: 11%;
  margin: 2.625%;
  margin-top: 0%;
  background-image: url('img/ArrowRightHover.png');
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

button.slick-prev,
button.slick-prev:focus {
  background-image: url('img/ArrowLeftHover.png');
}

button.slick-prev:hover {
  background-image: url('img/ArrowLeft.png');
}

button.slick-next:hover {
  background-image: url('img/ArrowRight.png');
}

.news button.slick-prev,
.news button.slick-next,
.news button.slick-prev:hover,
.news button.slick-next:hover, 
.news button.slick-prev:focus,
.news button.slick-next:focus {
  width: 7.2%;
  background-size: 20px;
}

.slick-slide {
  transition: opacity 0.4s linear;
}

.excerpt {
  margin: auto;
  padding: 0.5em;
}

a.mobile-hidden {
  display: none;
}

.slick-slide img {
  background-color: white;
}

@media only screen and (max-width:480px) {
  a.desktop-hidden {
    display: none;
  }
  a.mobile-hidden {
    display: block;
  }
}
/*------------------------------------*\
    CAMPAIGN SLIDER
\*------------------------------------*/


.campaign-slider .slick-slide {
  margin-left: 0.2em;
  margin-right: 0.2em;
}

.campaign-slider h4 {
  text-align: center;
}

.excerpt-green {
  position: relative;
  top: 0;
  background-color: rgb(203,1,69);
  color: white;
  text-align: center;
}

.excerpt-green a {
  color: white;
  font-size: 1.2em;
}

.excerpt-green a:hover {
  color: rgb(165,163,160);
}

.slick-slide img {
  transition: opacity 0.2s linear;
}

.slick-slide img:hover {
  opacity: 0.9;
}

/*------------------------------------*\
    NEWS SLIDER
\*------------------------------------*/

.news-slider {
  margin-top: -1.5em;
}

.excerpt-red {
  position: relative;
  top: 0;
  background-color: rgb(17,136,152);
  color: white;
  font-size: 1em;
  padding-bottom: 1em;
  min-height: 8em;
  max-height: 8em;
  text-overflow: ellipsis;
}

.excerpt-red a {
  color: white;
}

.excerpt-red a:hover {
  color: rgb(165,163,160);
}

.news-slider .slick-slide {
  margin-left: 0.2em;
  margin-right: 0.2em;
}

p.news-overflow {
  height: 5em;
  text-overflow: elipsis;
  overflow: hidden;
}

/*------------------------------------*\
    HOW TO HELP
\*------------------------------------*/

.help {
  font-size: 1em;
}

.help .col-xs-6 {
  padding-top: 2em;
}

.help h4 {
  margin-top: 1em;
}

.help .caption {
  color: rgb(165,163,160);
}

.center-img img {
  margin: auto;
}

.content {
  min-height: 15em;
}

/*------------------------------------*\
    WHAT WE DO
\*------------------------------------*/


@media only screen and (max-width:767px) {
  .what-we-do-images {
    padding-top: 2em;
  }
}


/*------------------------------------*\
   ARCHIVE
\*------------------------------------*/

article.archive {
  padding-bottom: 2em;
  margin-bottom: 2em;
  margin-right: 2em;
  border-bottom: dashed 1px rgba(203,1,69,1);
}

span.date{color: rgb(165,163,160);}
span.category{ 
  background-color: rgb(203,1,69);
  color: #FFF;
  padding: 2px 4px 2px 4px;
}

.pagination a{
  color: rgb(165,163,160);
}


span.Event {
  background-color: rgb(17,136,152);
}

.archive h2 {
  padding-bottom: 0;
}

body.news-events .mobile-nav {
  display: none;
}

.news-events-excerpt {
  padding-top: 2em;
}
/*------------------------------------*\
    SINGLE POST
\*------------------------------------*/

article.single-post {
  margin-right: 2em;
}
article {
  margin-bottom: 2em;
}

article h2 a {
  color: rgb(203,1,69);
}

h2 {
  transition: color 0.1s linear;
}
h1.collapseomatic:hover, 
h2.collapseomatic:hover, 
h3.collapseomatic:hover, 
h4.collapseomatic:hover, 
h5.collapseomatic:hover {
  color: rgb(165,163,160);
  text-decoration: none;
}

article a {
  color: rgb(17,136,152);
}

article a:hover {
  color: rgb(203,1,69);
}

.article .article-image,
.archive .article-image {
  padding-top: 1em;
}

.article-image {
  padding-bottom: 0.5em;
}
#idTextPanel {
  padding-top: 1em;
}

.article-caption {
  font-size: 0.85em;
  max-width: 20em;
  color: rgb(165,163,160);
  padding-bottom: 0.5em;
  padding-top: 1em;
  line-height: 1.3em;
}

.post-title {
  margin-bottom: 1em;
}

.sidebar-article {
  margin-top: 3em;
  padding: 1.5em;
}

.sidebar-next,
.sidebar-prev {
  padding-bottom: 2em;
}

/*------------------------------------*\
    SINGLE PAGE
\*------------------------------------*/

.text-sections h3{
  color: rgb(165,163,160);
}

.case-study {
  padding-top: 2em;
}

article h2 {
  padding-bottom: 0.75em;
}

.sign-off {
  padding-top: 3em;
  color: rgb(17,136,152);
}

/*------------------------------------*\
    SITE MAP FOOTER
\*------------------------------------*/

.border-section {
  padding-top: 2em;
  padding-bottom: 2em;
  margin-top: 4em;
  border-top: dashed 1px rgb(165,163,160);
}

.site-map ul {
  list-style-type: none;
  padding: 0;
}


.site-map ul li {
  padding: 0;
  margin: 0;
}

.site-map ul li a {
  color: rgb(165,163,160);
  transition: color 0.1s linear;
}

.site-map ul li a:hover {
  color: black;
}

/*------------------------------------*\
   FOOTER
\*------------------------------------*/

footer {
  padding-bottom: 2em;
}

.site-nav ul {
  padding: 0;
  margin: 0;
  float: right;
  text-align: right;
}

.site-nav ul li {
  padding-left: 1em;
  margin-top: 0.2em;
}

.avatar,
.u-photo {
  display: none!important;
}

.copyright {
  margin: 0;
  padding: 0;
  color: rgb(165,163,160);
}

h2.logo-bottom {
  margin: -5px;
  padding: 0;
  color: rgb(165,163,160);
}

/*------------------------------------*\
   TWITTER
\*------------------------------------*/

.social-icons ul li {
  display: inline-block;
  padding:0;
  margin: 0;
  padding-right: 3px;
}

#tw-widget1 {
  overflow-x: hidden; 
}

#tw-widget1 a {
  text-decoration: none; 
}

#tw-widget1 .tweet a[data-scribe="element:url"] {
  color: rgb(17,136,152); }

  #tw-widget1 .tweet a:hover[data-scribe="element:url"] {
  color: rgb(203,1,69); }

#tw-widget1 .tweet a[data-scribe="element:hashtag"] {
  color: rgb(203,1,69); }

#tw-widget1 .timePosted {
  margin: 0 0 10px;
  padding: 0 20px;
  font-size: 12px;
  text-align: right; 
}
#tw-widget1 .timePosted:before {
  font-family: "Fontawesome";
  content: "";
  padding-right: 4px; 
}




/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/

.sidebar {
  color: rgb(165,163,160);
}

.list-title {
  border-bottom: solid 2px white;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 2em;
  background-color: rgb(203,1,69);
}

.list-title a {
  color: white;
}

.list-title a:hover {
  color: white;
}

.sidebar ul {
  margin: 0;
  padding-left: 0;
}

.sidebar li {
  list-style-type: none;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 2em;
  padding-right: 1em;
  background-color: rgb(203,1,69);
  transition: background-color 0.1s linear;
}

.sidebar li:hover {
  background-color: rgb(165,163,160);
}

.sidebar li a {
  color: #ddd;
  transition: color 0.1s linear;
}

.sidebar li a:hover {
  color: #fff;
}

.sidebar li.current_page_item a {
  color: white;
  opacity: 1;
}

.sidebar li.current_page_item {
  background-color: rgb(165,163,160);
}

body.parent-pageid-261 .sidebar .list-title {display: none;}
body.parent-pageid-145 .sidebar .list-title,
body.parent-pageid-145 .sidebar {display: none;}

.sidebar li.page-item-695 {display: none;}

ul.children {display: none;}

/*------------------------------------*\
    SIDEBAR ARCHIVE
\*------------------------------------*/

.sidebar-archive {
  color: rgb(165,163,160);
}

.sidebar-archive .list-title {
  border-bottom: solid 2px white;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 2em;
  background-color: rgb(203,1,69);
}

.sidebar-archive .list-title a {
  color: #fff;
}

.sidebar-archive .list-title a:hover {
  color: #fff;
}

.sidebar-archive ul {
  margin: 0;
  padding-left: 0;
}

.sidebar-archive li {
  list-style-type: none;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 2em;
  padding-right: 1em;
  background-color: rgb(203,1,69);
  transition: background-color 0.1s linear;
}

.sidebar-archive li:hover {
  background-color: rgb(165,163,160);
}

.sidebar-archive li a {
  color: #ddd;
  transition: color 0.1s linear;
}

.sidebar-archive li a:hover {
  color: #fff;
}

.sidebar-archive li.current_page_item a {
  color: white;
  opacity: 1;
}

.sidebar-archive li.current_page_item {
  background-color: rgb(203,1,69);
}



/*------------------------------------*\
    MOBILE NAV
\*------------------------------------*/

.mobile-nav {
  top: -150px;
  width: 100%;
  position: fixed;
  z-index: 1;
  transition: 0.3s top cubic-bezier(.3,.73,.3,.74);
}

.mobile-nav ul {
  margin: 0;
  padding-left: 0;
}

.mobile-nav li {
  list-style-type: none;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 2em;
  background-color: rgb(203,1,69);
  transition: background-color 0.1s linear;
}

.mobile-nav li:hover {
  background-color: rgb(165,163,160);
}

.mobile-nav li a {
  color: white;
}

.mobile-nav li.current_page_item {
  background-color: rgb(165,163,160);
}

.mobile-nav .list-title {
  display: block;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.mobile-nav .list-title button {
  background-color: rgb(203,1,69);
}

.mobile-nav .page_item {
  display: none;
}

.mobile-nav .current_page_item {
  display: block;
}

.drop-down-button {
  border: solid 1px #DDD;
  background-color: rgb(165,163,160);
  border-radius: 3px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  right: 0;
  margin-right: 1em;
  margin-top: -4px;
}

.drop-down-button:hover {
  background-color: #CCC;
}


/*------------------------------------*\
    CAMPAIGN PAGES
\*------------------------------------*/

.block {
  background-color: rgb(17,136,152);
  padding: 1.5em;
  margin-bottom: 2em;
}

.block h2 {
  color: white;
  padding: 0;
  margin: 0;
}

.pull-quote {
  background-color: rgb(203,1,69);
  padding: 2em;
  margin-bottom: 1em;
  min-height: 15em;
}

.pull-quote h2 {
	color: white;
	margin: 0;
	padding: 0;
}

.pull-quote small {
  color: white;
  font-size: 1em;
}

.pull-quote-image {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

/*------------------------------------*\
  GOVERNANCE
\*------------------------------------*/

body.governance h3 {
  margin-top: 0;
}

body.governance article .row,
body.our-staff article .row {
  margin-bottom: 2em;
}

body.our-staff img {
  padding-bottom: 1em;
}

/*------------------------------------*\
  GET SUPPORT
\*------------------------------------*/

.form {
  background-color: rgb(17,136,152);
  padding: 1em;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 2em;
  margin-bottom: 2em;
}

.form h2 {
  color: white;
  padding: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin: 0;
}

.form-question {
  border: solid white 2px;
  margin-bottom: 1em;
}

.form select {
  width: 6em!important;
}


.form input[type="radio"] {
  margin-right: 1em;
  margin-left: 1em;
  margin-bottom: 2em;
}

.form select {
  width: 90%;
  margin-bottom: 1em;
}

.form input[type="submit"] {
  background-color: rgb(17,136,152);
  color: white;
  font-size: 1.2em;
  padding-left: 0.5em;
  margin-top: 1em;
  padding-top: 0.25em;
  padding-right: 0.5em;
  border: solid 2px white;
}

.form input[type="submit"]:hover {
  background-color: white;
  color: rgb(17,136,152);
}

.immediate-help {
  background-color: rgb(203,1,69);
  padding: 1em;
}

.immediate-help h2{
  color: white;
  padding: 0;
  margin: 0;
}

.immediate-help ul {
  padding: 0;
  padding-top: 1em;
  margin: 0;
  list-style-type: none;
  color: white;
}


/*------------------------------------*\
  IMAGES
\*------------------------------------*/

.image-background {
  background-color: #fff;
}

.image-background img {
  margin: auto;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'CaraSans';
    src: url('fonts/carasansv4-webfont.eot');
    src: url('fonts/carasansv4-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/carasansv4-webfont.woff2') format('woff2'),
         url('fonts/carasansv4-webfont.woff') format('woff'),
         url('fonts/carasansv4-webfont.ttf') format('truetype'),
         url('fonts/carasansv4-webfont.svg#cara_sans_v3regular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'CaraSansSemiBold';
    src: url('fonts/carasanssemibold-webfont.eot');
    src: url('fonts/carasanssemibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/carasanssemibold-webfont.woff2') format('woff2'),
         url('fonts/carasanssemibold-webfont.woff') format('woff'),
         url('fonts/carasanssemibold-webfont.ttf') format('truetype'),
         url('fonts/carasanssemibold-webfont.svg#cara_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
  color: rgb(11,34,69);
}

body p b,
body strong {
  font-family: 'CaraSansSemiBold'!important;
  font-weight: 400;
}

a {
  color: rgb(11,34,69);
}

a:hover {
  text-decoration: none;
  color: rgb(17,136,152);
}

h1 {
  font-family: 'CaraSansSemiBold';
  margin-top: 0;
  line-height: 1.2em;
  letter-spacing: 0.005em;
}

h2 {
  color: rgb(203,1,69);
  font-family: 'CaraSansSemiBold';
  line-height: 1.3em;
  font-size: 1.6em;
  padding: 0;
  margin: 0;
}

h3 {
  font-size: 1.2em;
  line-height: 1.3em;
  padding-bottom: 0.5em;
  color: rgb(203,1,69);
  margin-top: 1em;
}

h4 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

h1,h2,h3,h4,h5 {
  font-weight: 400!important;
}

p {
  padding-bottom: 1em;
}

.text-right {
  text-align: right;
}

span.edit a {
  color: rgb(165,163,160);
  font-size: 0.85em;
}

span.read-more a {
  color: rgb(165,163,160);
  font-size: 0.8em;
}

hr {
  border: solid 1px rgba(203,1,69,1);
}

small a {
  color: rgb(165,163,160);
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
}

@media only screen and (max-width:480px) {

  /*Structure*/

  
  h1{font-size: 1.4em;}
  h2{font-size: 1.2em;}
  .excerpt-red { max-height: 7em; min-height: 7em;}
   p.news-overflow {font-size: 15px!important;}
  .excerpt-red a {font-size: 15px!important;}

  .navbar-brand img {
    margin-left: 0px;
  }
  html,body.home {
    overflow-x: hidden; 
  }


  /*------------------------------------*\
    RESPONSIVE Slider Arrows
\*------------------------------------*/

  button.slick-prev,
  button.slick-next,
  button.slick-prev:hover,
  button.slick-next:hover, 
  button.slick-prev:focus,
  button.slick-next:focus {
    width: 30%;
    background-image: url('img/ArrowRight.png');
    background-size: 15px;
  }

  button.slick-prev,
  button.slick-prev:focus {
    background-image: url('img/ArrowLeft.png');
  }

  button.slick-prev:hover {
    background-image: url('img/ArrowLeft.png');
  }

  button.slick-next:hover {
    background-image: url('img/ArrowRight.png');
  }

  .news button.slick-prev,
  .news button.slick-next,
  .news button.slick-prev:hover,
  .news button.slick-next:hover, 
  .news button.slick-prev:focus,
  .news button.slick-next:focus {
    width: 30%;
    background-size: 15px;
  }
  
}

@media only screen and (max-width:779px) {

  body{padding-top: 70px; }
  .sidebar-archive {max-width: 15em}
  header, .header-bg, .nav-menu-bg {display: none;}

  .navbar {display: block; top:0;}
  .mobile-nav {display: block; top: 50px;transition: 0.3s top cubic-bezier(.3,.73,.3,.74);}
  .news-events .mobile-nav {display: none;}
  .container{padding-top: 80px; padding-left: 0.75em; padding-right: 0.75em;}
  .block, .pull-quote {padding: 1.5em;}
  .mobile-nav button:focus{outline: none;}
  .home .container, .single .container, .news-events .container {padding-top: 0px;}
  .help .caption p {display: none;}

  .navbar-nav ul li {display: block; padding: 0; padding-top: 0.5em; padding-bottom: 0.5em; }
  .navbar-right {padding-left: 1.5em; }
  .sidebar, .sidebar-archive{display: none;}
  .country-selector div:first-of-type {border-right: none; }
  .country-selector div:last-of-type {border-left: none; }
  article.single-post {margin-right: 0; }
  article.archive {margin-right: 0; }
  .site-map {padding: 1em;}

  .navbar-header a.donate-right {display: inline}
  .navbar-header a.support-right {display: inline}

  .navbar-right {display: none;}

  p.news-overflow {font-size: 1.7vw;}
  .excerpt-red a {font-size: 1.7vw;}
  

}

@media only screen and (max-width:990px) {
header ul.menu-support {text-align: left; margin-left: -1em; padding-bottom: 1em; }
.excerpt-red  {min-height: 4em !important;}


@media only screen and (min-width:1024px) {
}

@media only screen and (min-width:1140px) {
}

@media only screen and (min-width:1280px) {
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

.colomat-hover {
  display: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.sticky {
}

.bypostauthor {
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
	a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
    content: "";
  }

  pre,blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }
	@  page {
    margin: 0.5cm;
  }

  p,
	h2,
	h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
	h3 {
    page-break-after: avoid;
  }
}


