/*
 *Theme Name: everybodys
 *Author: Dave Hall
 *Author URI: http://d-g-h.co/
 *Version: 1.0
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
html {
  overflow-y: scroll; /* 2 */
  -webkit-text-size-adjust: 100%; /* 3 */
  -ms-text-size-adjust: 100%; /* 3 */
}
body {
  margin: 0;
  padding: 0;
}
mark {
  background: #ff0;
  color: #000;
}
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle;
/* 3 */
}
button,
input {
  line-height: normal; /* 1 */
  *overflow: visible;
/* 2 */
}
table button,
table input {
  *overflow: auto;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; /* 1 */
  -webkit-appearance: button; /* 2 */
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  overflow-y: auto;
}
a,
a *,
label {
  cursor: pointer;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
html {
  overflow-y: scroll; /* 2 */
  -webkit-text-size-adjust: 100%; /* 3 */
  -ms-text-size-adjust: 100%; /* 3 */
}
body {
  margin: 0;
  padding: 0;
}
mark {
  background: #ff0;
  color: #000;
}
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle;
/* 3 */
}
button,
input {
  line-height: normal; /* 1 */
  *overflow: visible;
/* 2 */
}
table button,
table input {
  *overflow: auto;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; /* 1 */
  -webkit-appearance: button; /* 2 */
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  overflow-y: auto;
}
a,
a *,
label {
  cursor: pointer;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfixw:after {
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.center {
  text-align: center;
  margin: 0 auto 1em;
}
body {
  font-family: 'PT Sans', sans-serif;
  text-stroke: 0.35px;
  background-color: #0da6e5;
  text-rendering: optimizelegibility;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
#primary {
  background-color: #fff;
  float: left;
  width: 100%;
}
article,
section {
  overflow: auto;
}
h1 {
  color: #0da6e5;
  text-transform: uppercase;
}
h1 a {
  color: #0da6e5;
  text-shadow: 0px 0px 2px #fff;
  font-size: 32px;
  font-size: 2rem;
}
.featured h1 {
  color: #0da6e5;
  font-family: 'PT Sans', sans-serif;
  margin: 0;
  text-transform: uppercase;
}
.featured h1 a {
  color: #eb4750;
  font-size: 48px;
  font-size: 3rem;
}
.featured h1 a span {
  font-size: 4.8px;
  font-size: 0.3rem;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: #eb4750;
}
p {
  font-size: 20px;
  font-size: 1.25rem;
}
.readmore {
  color: #eb4750;
}
.single-featured .radius_fix {
  float: none;
}
.radius_fix {
  float: left;
  margin-right: 1.5em;
}
.tickets {
  display: inline-block;
  width: 33%;
  margin: 0;
  padding: 0;
  text-align: center;
}
/*Fonts*/
@font-face {
  font-family: 'ebm-social';
  src: url("fonts/ebm-social.eot");
  src: url("fonts/ebm-social.eot?#iefix") format('embedded-opentype'), url("fonts/ebm-social.woff") format('woff'), url("fonts/ebm-social.ttf") format('truetype'), url("fonts/ebm-social.svg#ebm-social") format('svg');
  font-weight: normal;
  font-style: normal;
}
.search a,
.mail a,
.facebook a,
.rss a,
.twitter a {
  font-family: 'ebm-social';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 0.5%;
  width: 1em;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 19.2px;
  font-size: 1.2rem;
}
.search a:before {
  content: "\e600";
}
.twitter a:before {
  content: "\e601";
}
.facebook a:before {
  content: "\f09a";
}
.rss a:before {
  content: "\f09e";
}
.mail a:before {
  content: "\e602";
}
.twitter a:hover {
  color: #4099ff;
}
.facebook a:hover {
  color: #3b5998;
}
.site {
  margin: 16px auto;
  margin: 1rem auto;
  width: 90%;
}
.screen-reader-text {
  display: none;
}
.featured-title,
.latest-title {
  font-size: 32px;
  font-size: 2rem;
  font-family: 'PT Sans', sans-serif;
  text-shadow: 0 0 0.5px rgba(0,0,0,0.85);
  color: #0da6e5;
  text-align: center;
}
.latest-title {
  margin: 0;
}
.featured-title {
  margin: 0.1em 0 0;
  padding-top: 0;
  vertical-align: top;
}
.featured-content {
  margin: 0;
  padding: 1em 0;
}
.featured-content p {
  color: #fff;
  width: 75%;
  font-size: 32px;
  font-size: 2rem;
  text-transform: capitalize;
  text-shadow: 1px -1px 1px rgba(0,0,0,0.85);
}
.postid-89.single-featured header {
  text-align: center;
}
.postid-89.single-featured img.featured-thumbnail {
  display: none;
}
.single-featured .grid-full {
  width: 100%;
  text-align: center;
  margin-bottom: 6em;
}
.single-featured .grid {
  float: left;
  width: 33%;
  height: 10em;
  margin: 2em auto;
  text-align: center;
}
.single-featured img.featured-thumbnail {
  float: left;
  margin: 0 0.5em 0 0 !important;
  max-width: 50%;
}
.single-featured .featured {
  height: 100%;
}
.single-featured .featured img {
  max-width: 100%;
  height: auto;
  float: none;
  margin: 1em auto;
  display: block;
}
.single-featured .featured p {
  margin-bottom: 0;
}
.single-featured form height 40px {
  display: block;
  margin: 1em auto;
  max-width: 100%;
}
.home .featured {
  position: relative;
  height: 105px;
  height: 35rem;
  padding: 1em 0 1em 1em;
  overflow: hidden;
  float: left;
  width: 85%;
  margin-bottom: 1em;
}
.home .featured img {
  width: 100%;
  height: auto;
}
.home .audio {
  position: fixed;
  margin: 0.1em 1em 1em 1em;
  right: 0;
}
.home .audio audio {
  background-color: rgba(0,0,0,0.1);
}
.sponsors-side {
  float: left;
  width: 15%;
}
.sponsors-side img {
  max-width: 80%;
  display: block;
  float: none;
  margin: 1em auto;
}
.sponsors-footer {
  width: 100%;
  background-color: #fff;
  float: left;
  height: 16em;
}
.sponsors-footer .image-wrapper {
  width: 20%;
  float: left;
}
.sponsors-footer .image-wrapper img {
  display: block;
  width: 40%;
  margin: 0 auto;
}
.page .sponsors-footer {
  float: left;
  width: 100%;
  padding: 1em;
}
.cycle-slideshow {
  padding-top: 1px;
}
.cycle-slide {
  background-position: 0 6em !important;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 105px;
  height: 35rem;
}
#pager {
  position: relative;
  z-index: 9999;
  top: -120px;
}
#pager li {
  display: inline;
}
#pager li:hover img {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#pager img {
  max-width: 100px;
  max-height: 100px;
  border-radius: 50%;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}
#pager .cycle-pager-active img {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.site-title {
  display: block;
  background: url("images/EBM-LOGO.png") no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  height: 102px;
  height: 6.5rem;
  width: 300px;
  margin-bottom: 0;
}
.site-title a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 100%;
}
#site-navigation {
  float: left;
  width: 100%;
  position: relative;
}
nav {
  background-color: #0da6e5;
  font-family: 'PT Sans', sans-serif;
}
nav a {
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
}
nav .sub-menu {
  display: none;
  float: left;
  position: absolute;
  z-index: 99999;
  background: #fff;
  padding-bottom: 16px;
}
nav .sub-menu li {
  display: block;
}
nav .sub-menu li a {
  color: #0da6e5;
}
nav .sub-menu li a:hover {
  color: #eb4750;
}
.nav-menu > li:hover ul {
  display: block;
}
.nav-menu {
  text-align: center;
}
.nav-menu li {
  display: inline-block;
  padding: 0.5em;
}
.toggled {
  display: block;
}
.site-content {
  width: 100%;
}
.menu-toggle {
  display: none;
}
.home .excerpt p {
  font-size: 16px;
  font-size: 1rem;
}
.home .entry-content img {
  max-width: 200px;
  height: auto;
  float: left;
  margin: 0 0.95em 0 0;
}
.home .post {
  float: left;
  width: 100%;
  margin: 0 auto;
}
.home .post img {
  float: left;
  margin: 0 0.5em 1em 0;
  max-width: 100%;
}
.single #content {
  background-color: #fff;
}
.single .post {
  padding: 1em;
}
.single .post img {
  float: left;
  margin: 0 1em 1em 0;
}
.newslogo > div {
  width: 100%;
  text-align: center;
}
.newslogo {
  display: inline-block;
  width: 100%;
}
.bbc-logo {
  display: block;
  height: 5em;
  float: left;
}
.bbc-logo img {
  max-width: 140px;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.fromblog {
  float: left;
}
.fromblog h1#LatinAmerica-CaribbeanNews {
  margin-top: 0;
  text-align: center;
}
.bvctv {
  display: block;
  float: right;
  height: 5em;
}
.page img {
  height: auto;
}
.plan {
  width: 94%;
  margin: 0 auto;
  text-align: center;
  float: left;
  background-color: rgba(0,0,0,0.15);
}
.plan form {
  margin-top: 2em;
}
.magazines img {
  max-width: 30%;
}
.magazines #digital,
.magazines #print {
  float: left;
  width: 50%;
  margin: 1em 0;
}
.magazines #digital table,
.magazines #print table {
  margin: 0 auto;
}
.magazines #digital .center,
.magazines #print .center {
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.5em;
}
.magazines #digital p,
.magazines #print p {
  text-align: center;
}
.magazines .year-subscription,
.magazines .back-issues {
  margin-top: 48px;
  margin-top: 3rem;
}
.single-issue {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px #000;
  box-shadow: 0 0 20px #000;
}
.single-issue img {
  max-width: 80%;
}
.single-issue .price {
  font-size: 32px;
  font-size: 2rem;
}
.latest-issue {
  text-align: center;
  margin-bottom: 2em;
}
article {
  float: left;
  padding: 1em;
  width: 100%;
}
#comments {
  padding: 1em;
}
#secondary {
  float: left;
  width: 100%;
}
#secondary .widget-title {
  display: none;
}
#secondary .widget img {
  max-width: 100px;
  margin: 0 auto;
  display: block;
}
.clicktodownload {
  margin: 0 auto;
  text-align: center;
}
#flipbook {
  margin: 0 auto;
}
.page-template-page-calendar-php a {
  font-size: 32px;
  font-size: 2rem;
  text-decoration: underline;
}
.page-template-page-calendar-php .site-title {
  float: left;
  width: 10%;
  margin-top: 0;
  height: 2em;
}
.page-template-page-calendar-php #site-navigation {
  width: 90%;
}
.page-template-page-calendar-php nav a {
  font-size: 1em;
  vertical-align: bottom;
}
.page-id-105 .radius_fix {
  float: none;
  text-align: center;
}
.page-id-105 .radius_fix img {
  max-width: 100%;
}
@media (min-width: 62em) {
  .site-content {
    width: 100%;
  }
  .home .post {
    width: 25%;
    margin: 0;
    padding: 0 2% 0;
    height: 47em;
  }
  .home .post header {
    height: 5em;
  }
  .home .post header h1 a {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .home .post .excerpt,
  .home .post .readmore {
    float: left;
    width: 100%;
  }
  .page-template img {
    max-width: 200%;
    max-height: 100%;
    width: 100%;
  }
  .page-template .twopages {
    height: 80%;
    width: 100%;
  }
  .page-template .twopages #flipbook {
    margin: 0 auto;
  }
  .page-template .tap-to-turn,
  .page-template .clicktodownload {
    width: 50%;
    color: #fff;
  }
  .page-template .turn-page-wrapper {
    background-color: #0da6e5;
    margin: 0 -0.1em;
  }
  .page-template .centerStart,
  .page-template .centerEnd {
    left: -253px;
  }
  .page-template .centerStart .turn-page-wrapper,
  .page-template .centerEnd .turn-page-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .page-template .loader {
    background-image: url("../images/loader.gif");
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 238px;
    left: 188px;
  }
  .left-side,
  .right-side {
    float: left;
    width: 50%;
  }
}
@media (max-width: 35em) {
  html {
    font-size: 62.5%;
  }
  #pager {
    display: none;
  }
  #flipbook {
    margin: 0 auto;
  }
  #flipbook img {
    max-width: 100%;
  }
}
