@import url(http://fonts.googleapis.com/css?family=Anonymous+Pro:400,400italic,700,700italic);

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

@font-face {
    font-family: 'texgyrescholabold';
    src: url('./fonts/texgyreschola-bold-webfont.eot');
    src: url('./fonts/texgyreschola-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/texgyreschola-bold-webfont.woff') format('woff'),
         url('./fonts/texgyreschola-bold-webfont.ttf') format('truetype'),
         url('./fonts/texgyreschola-bold-webfont.svg#texgyrescholaitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

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


body{
    width: 1300px;
    font-family: texgyrescholaregular;
    font-size: 16px;
    margin: 0;
    padding: 25px;
    background-color: honeydew;
    margin-bottom: 80px;
}

*{
    color: black !important;
}

img{
    max-width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 10px;
    height: auto;
}

iframe{
    margin-bottom: 20px;
}

.toTop{
    display: none;
}

.single-post{
    width: 62%;
    max-width: 800px;
    float: right;
    padding-top: 16px;
}

.featuredImg{
    width: 34%;
    float: left;
    margin-top: 0px;
}

iframe{
    width: 100%;
    float: left;
}

.date{
    display: none;
}

.dateSingle{
  width: 34%;
}

.postInfoSingle{
  margin: 0px;
  width: 34%;
}

.postInfoSingleTitle{
  margin: 0px;
  margin-bottom:20px; 
  width: 34%;
/*  margin-top: -20px;*/
}

.postInfoSingleTitle label{
    margin-left: 3px;
}

.postInfoSingleTitle input{
/*    margin-left: 0px;*/
}

h1{
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: normal;
}

.fulljustify {
    text-align: justify;
    margin: 0;
    margin-top: -8px;
    line-height: 0px !important;
}

.fulljustify:after {
    content: "";
    display: inline-block;
    width: 100%;
}


.postInfoSingleWrapper{
    font-family: 'Anonymous Pro';
    font-size: 15px;
    line-height: 21px;
}

.postExcerpt{
  display: none !important;
}

.postExcerptLink{
  display: none !important;
}

.innerContentWrapper{
    margin-top: 14px;
  }

.wp-caption-text{
    font-family: anonymous pro;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
}

strong, b {
    font-family: 'Anonymous Pro';
    font-size: 15px;
    font-weight: normal;
    border-bottom: solid 1px black;
    padding-bottom: 3px;
}

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

  body{
      width: auto;
      font-family: texgyrescholaregular;
      font-size: 16px;
      margin: 0;
      padding: 25px;
      background-color: honeydew;
      margin-bottom: 80px;
  }

}

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

  body{
      /*width: 800px;*/
      font-family: texgyrescholaregular;
      font-size: 16px;
      margin: 0;
      padding: 25px;
      background-color: honeydew;
      margin-bottom: 80px;
  }

}

@media only screen and (min-width:600px) and (max-width:960px) {

  body{
/*      width: 600px;*/
      font-family: texgyrescholaregular;
      font-size: 16px;
      margin: 0;
      padding: 25px;
      /*padding-top: 80px;*/
      background-color: honeydew;
      margin-bottom: 80px;
  }

}

@media only screen and (min-width:0px) and (max-width:599px) {

  body{
      /*width: 400px;*/
      font-family: texgyrescholaregular;
      font-size: 16px;
      margin: 0;
      padding: 25px;
      /*padding-top: 80px;*/
      background-color: honeydew;
      margin-bottom: 80px;
  }

}
