/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

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

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

.left,
.alignleft,
img[align=left] {
  display: block;
  float: left; }

.right,
.alignright,
img[align=right] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align=middle] {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none;
  clear: both; }

.block,
.alignnone {
  display: block;
  clear: both; }

input[type=submit],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

/*
 * ---:[ layout structure ]:---
 */
body {
  font-family: Candara, Verdana, sans-serif;
  line-height: 26px;
  color: black;
  color: #111111;
  background-color: white;
  padding-top: 29px; }

.container {
  width: 1050px;
  margin: 0 auto; }

  .columns > .content {
    box-sizing: border-box;
    width: 700px;
    float: left;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #dddddd; }
  .columns > .sidebar {
    padding: 29px 29px 0 29px;
    width: 350px;
    float: right; }

/*
 * ---:[ links ]:---
 */
a {
  color: #dd0000;
  text-decoration: none; }
  p a {
    text-decoration: underline; }
    p a:hover {
      text-decoration: none; }

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  z-index: 50;
  list-style: none;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #dddddd; }
  .menu a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111111;
    background-color: #eeeeee;
    padding: 9px 14px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #dddddd; }
  .menu a:hover {
    background-color: #dddddd; }
  .menu li {
    position: relative;
    float: left;
    margin-bottom: -1px; }
  .menu .sub-menu {
    display: none;
    position: absolute;
    z-index: 110;
    left: -1px;
    list-style: none;
    border-color: #dddddd;
    margin-top: -1px; }
    .menu .sub-menu .sub-menu {
      top: 0;
      left: 178px;
      margin: 0 0 0 -1px; }
    .menu .sub-menu li {
      width: 178px;
      clear: both; }
    .menu .sub-menu a {
      border-left-width: 1px; }
    .menu .sub-menu .current-menu-item > a {
      border-bottom-color: #dddddd; }
  .menu li:hover > .sub-menu {
    display: block; }
  .menu .current-menu-item > a {
    border-bottom-color: white;
    background-color: white;
    cursor: text; }

.menu_control {
  display: block;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  background-color: #eeeeee;
  padding: 9px 14px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #dddddd;
  display: none;
  background-color: white; }
  .menu_control:hover {
    background-color: #dddddd; }

/*
 * ---:[ header ]:---
 */
.header {
  border-bottom: 3px double #dddddd;
  padding: 29px; }

#site_title {
  font-size: 47px;
  line-height: 1.31em;
  font-weight: bold;
  color: #111111; }
  #site_title a {
    color: #111111; }
    #site_title a:hover {
      color: #dd0000; }
  #site_title + #site_tagline {
    margin-top: 7px; }

#site_tagline {
  font-size: 18px;
  color: #888888;
  line-height: 1.5em; }

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt {
  font-size: 18px;
  line-height: 29px; }
  .grt h1,
  .grt .headline {
    font-size: 37px;
    line-height: 54px; }
  .grt h1 {
    margin-bottom: 29px; }
  .grt .headline {
    color: #111111;
    margin: 0; }
    .grt .headline a {
      color: #111111; }
      .grt .headline a:hover {
        color: #dd0000; }
  .grt h2,
  .grt h3,
  .grt h4 {
    color: #111111; }
  .grt h2 {
    font-size: 29px;
    line-height: 44px;
    margin-top: 47px;
    margin-bottom: 18px; }
  .grt h3 {
    font-size: 23px;
    line-height: 36px;
    margin-top: 40px;
    margin-bottom: 11px; }
  .grt h4 {
    font-size: 18px;
    line-height: 29px;
    font-weight: bold;
    margin-bottom: 7px; }
  .grt h1 + h2,
  .grt h2 + h3 {
    margin-top: 0; }
      .grt .post_content h2:first-child,
      .grt .post_content h3:first-child {
        margin-top: 0; }
  .grt ul {
    list-style-type: square; }
    .grt ul li a {
      text-decoration: underline; }
      .grt ul li a:hover {
        text-decoration: none; }
  .grt blockquote {
    color: #888888;
    padding-left: 18px;
    border-left: 1px solid #dddddd; }
    .grt blockquote.right,
    .grt blockquote.left {
      width: 45%;
      font-size: 29px;
      line-height: 41px;
      padding-left: 0;
      border: 0;
      margin-bottom: 18px; }
  .grt code,
  .grt pre,
  .grt kbd {
    font-size: 16px; }
  .grt code {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: rgba(0, 0, 0, 0.08);
    padding: 4px 5px;
    border-radius: 7px;
    margin: 0 1px; }
  .grt pre {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: #eeeeee;
    padding: 18px 18px 18px 11px;
    border-left: 7px solid rgba(0, 0, 0, 0.15); }
  .grt kbd {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    color: #111111;
    background-color: white;
    padding: 4px 5px;
    border-radius: 7px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.45);
    margin: 0 1px; }
  .grt .alert,
  .grt .note,
  .grt .box {
    padding: 18px; }
  .grt .alert {
    background-color: #ffff99;
    border: 1px solid #e6e68a; }
  .grt .note {
    background-color: #eeeeee;
    border: 1px solid #dddddd; }
  .grt .box {
    background-color: #ffe2e2;
    border: 1px solid #ffb2b2; }
  .grt .footnotes {
    font-size: 14px;
    line-height: 24px;
    padding-top: 29px;
    border-top: 1px dotted #dddddd; }
  .grt .footnotes,
  .grt sub,
  .grt sup,
  .grt .post_cats,
  .grt .post_tags {
    color: #888888; }
  .grt fieldset {
    margin-bottom: 29px; }
    .grt fieldset legend {
      font-size: 23px;
      line-height: 36px;
      font-weight: bold;
      margin-bottom: 7px; }
  .grt .avatar {
    width: 78px;
    height: 78px;
    float: right;
    clear: both;
    margin-left: 18px; }
  .grt .small,
  .grt .caption {
    font-size: 14px;
    line-height: 24px; }
  .grt .caption {
    margin-top: -18px;
    color: #888888; }
  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    box-sizing: border-box;
    background-color: #eeeeee;
    padding: 18px;
    border: 1px solid #dddddd; }
  .grt .wp-caption p {
    font-size: 14px;
    line-height: 24px; }
  .grt .wp-caption img,
  .grt .post_image_box .post_image,
  .grt .thumb,
  .grt .footnotes p {
    margin-bottom: 18px; }
  .grt .drop_cap {
    font-size: 58px;
    line-height: 1em;
    margin-right: 11px;
    float: left; }
  .grt .author_description {
    padding-top: 29px;
    border-top: 1px dotted #dddddd; }
    .grt .author_description .avatar {
      width: 87px;
      height: 87px;
      float: left;
      margin-right: 18px;
      margin-left: 0; }
  .grt .author_description_intro {
    font-weight: bold; }
  .grt p,
  .grt ul,
  .grt ol,
  .grt blockquote,
  .grt pre,
  .grt dl,
  .grt dd,
  .grt .center,
  .grt .aligncenter,
  .grt .block,
  .grt .alignnone,
  .grt .post_image,
  .grt .post_image_box,
  .grt .wp-post-image,
  .grt .caption,
  .grt .wp-caption,
  .grt .alert,
  .grt .note,
  .grt .box,
  .grt .footnotes,
  .grt .headline_area {
    margin-bottom: 29px; }
  .grt .right,
  .grt .alignright,
  .grt .ad {
    margin-bottom: 29px;
    margin-left: 29px; }
  .grt .left,
  .grt .alignleft,
  .grt .ad_left {
    margin-bottom: 29px;
    margin-right: 29px; }
  .grt ul,
  .grt ol,
  .grt .stack {
    margin-left: 29px; }
  .grt ul ul,
  .grt ul ol,
  .grt ol ul,
  .grt ol ol,
  .grt .wp-caption p,
  .grt blockquote.right p,
  .grt blockquote.left p {
    margin-bottom: 0; }
    .grt .alert :last-child,
    .grt .note :last-child,
    .grt .box :last-child,
    .grt .right :last-child,
    .grt .left .footnotes :last-child {
      margin-bottom: 0; }

/*
 * ---:[ other content styles ]:---
 */
.post_box.top {
  border-top: 0; }

.byline {
  color: #888888; }
  .byline a {
    color: #888888;
    border-bottom: 1px solid #dddddd; }
    .byline a:hover {
      color: #111111; }
  .byline a,
  .byline .post_author,
  .byline .post_date {
    text-transform: uppercase;
    letter-spacing: 1px; }
  .byline .post_author_intro,
  .byline .post_date_intro,
  .byline .post_cats_intro {
    font-style: italic; }
  .byline .post_edit {
    margin-left: 11px; }
    .byline .post_edit:first-child {
      margin-left: 0; }

  .wp-caption.aligncenter img {
    margin-right: auto;
    margin-left: auto; }
  .wp-caption .wp-caption-text .wp-smiley {
    display: inline;
    margin-bottom: 0; }

.num_comments_link {
  display: inline-block;
  color: #888888;
  text-decoration: none;
  margin-bottom: 29px; }
  .num_comments_link:hover {
    background-color: #eeeeee; }

.num_comments {
  font-size: 29px;
  color: #111111; }

.bracket {
  font-size: 29px;
  color: #dddddd; }

.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #dddddd; }
  .archive_intro .headline {
    margin-bottom: 29px; }

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #dddddd;
  padding: 18px 29px; }
  .prev_next .next_posts {
    float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .previous_posts a:hover,
  .next_posts a:hover {
    text-decoration: underline; }

/*
 * ---:[ comments ]:---
 */
#comments {
  margin-top: 58px; }

.comments_intro {
  color: #888888;
  padding: 0 29px;
  margin-bottom: 18px; }
  .comments_intro a:hover {
    text-decoration: underline; }

.comments_closed {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
  margin: 0 29px 29px 29px; }

.comment_list {
  list-style-type: none;
  border-top: 1px dotted #dddddd;
  margin-bottom: 58px; }

.comment {
  padding: 29px;
  border-bottom: 1px dotted #dddddd; }
  .comment .comment_head {
    margin-bottom: 18px; }
  .comment .comment_author {
    font-weight: bold; }
  .comment .avatar {
    float: right;
    width: 53px;
    height: 53px;
    margin-left: 18px; }
  .comment .comment_date {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #888888; }
    .comment .comment_date a {
      color: #888888; }
  .comment .comment_text > :last-child {
    margin-bottom: 0; }
  .comment .comment_footer {
    margin-top: 18px; }
    .comment .comment_footer a {
      font-size: 14px;
      line-height: 24px;
      color: #888888;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-right: 18px; }
  .comment .comment_footer a {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 18px; }

  .children .comment {
    list-style-type: none;
    padding: 0 0 0 29px;
    border-bottom: 0;
    border-left: 1px solid #dddddd;
    margin-top: 29px; }
  .children .bypostauthor {
    background-color: transparent;
    border-color: #dd0000; }

  .comment_head a:hover,
  .comment_footer a:hover,
  comment_nav a:hover {
    text-decoration: underline; }

.comment_nav {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 18px 29px;
  border-style: dotted;
  border-color: #dddddd; }
  .comment_nav a:hover {
    text-decoration: underline; }

.comment_nav_top {
  border-width: 1px 0 0 0; }

.comment_nav_bottom {
  border-width: 0 0 1px 0;
  margin: -58px 0 58px 0; }

.next_comments {
  float: right; }

.comment_moderated {
  font-weight: bold; }

/*
 * ---:[ inputs ]:---
 */
  input[type="text"],
  input[type="number"],
  input[type="url"],
  input[type="tel"],
  input[type="email"],
  input[type="password"] {
    font-family: inherit;
    font-size: inherit;
    line-height: 1em;
    font-weight: inherit;
    color: #111111;
    background-color: #eeeeee;
    padding: 7px;
    border: 1px solid #dddddd;
    box-sizing: border-box; }
    input[type="text"]:focus,
    input[type="number"]:focus,
    input[type="url"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus {
      background-color: white;
      border-color: #eeeeee; }

select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  color: #111111;
  background-color: #eeeeee;
  padding: 7px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  line-height: inherit; }
  select:focus,
  textarea:focus {
    background-color: white;
    border-color: #eeeeee; }

/*
 * ---:[ buttons ]:---
 */
button,
input[type="submit"] {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: bold;
  background-color: white;
  padding: 11px;
  border: 3px double #dddddd; }
  button:hover,
  input[type="submit"]:hover,
  button:active,
  input[type="submit"]:active {
    background-color: #eeeeee;
    transition: background-color 0.3s; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  padding: 0 29px;
  margin: 58px 0; }
  .comment #commentform {
    padding-right: 0;
    padding-left: 0;
    margin-top: 18px; }
  #commentform .comment_form_title {
    font-size: 23px;
    line-height: 36px;
    color: #111111;
    padding: 0 29px 18px 29px;
    border-bottom: 1px dotted #dddddd;
    margin-right: -29px;
    margin-left: -29px; }
  #commentform p {
    margin-bottom: 18px; }
    #commentform p .required {
      color: #dd0000; }
  #commentform label {
    display: block; }
  #commentform input[type="checkbox"] + label {
    display: inline;
    margin-left: 7px; }
  #commentform #wp-comment-cookies-consent + label {
    font-size: 14px;
    line-height: 24px;
    color: #888888; }
  #commentform input[type="text"] {
    width: 50%; }
  #commentform input[type="submit"] {
    font-size: 23px; }
  #commentform textarea {
    display: block;
    width: 100%; }

#cancel-comment-reply-link {
  float: right;
  font-size: 14px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #dd0000;
  margin-top: 7px; }
  #cancel-comment-reply-link:hover {
    text-decoration: underline; }

.login_alert {
  font-weight: bold;
  background-color: #eeeeee;
  border: 1px solid #dddddd; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 14px;
  line-height: 21px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading,
  .sidebar .headline {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 13px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading {
    font-variant: small-caps;
    letter-spacing: 1px; }
  .sidebar p,
  .sidebar ul,
  .sidebar ol,
  .sidebar blockquote,
  .sidebar pre,
  .sidebar dl,
  .sidebar dd,
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .center,
  .sidebar .aligncenter,
  .sidebar .block,
  .sidebar .alignnone {
    margin-bottom: 21px; }
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left {
    margin-right: 21px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .stack {
    margin-left: 21px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .wp-caption p,
  .sidebar .post_excerpt p {
    margin-bottom: 0; }
  .sidebar .text_box,
  .sidebar .thesis_email_form,
  .sidebar .query_box {
    margin-bottom: 42px; }
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%;
      margin-bottom: 13px; }
  .sidebar button,
  .sidebar input[type="submit"] {
    padding: 8px; }
  .sidebar .query_box .post_author,
  .sidebar .query_box .post_date {
    color: #888888; }
  .sidebar .widget {
    margin-bottom: 42px; }
    .sidebar .widget ul {
      list-style-type: none; }
      .sidebar .widget ul li {
        margin-bottom: 13px; }
        .sidebar .widget ul li ul,
        .sidebar .widget ul li ol {
          margin-top: 13px; }
        .sidebar .widget ul li a:hover {
          text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
  text-align: right;
  padding: 18px 29px;
  border-top: 3px double #dddddd; }
  .footer a {
    color: #888888; }
    .footer a:hover {
      color: #111111; }

/*
 * ---:[ custom template styles ]:---
 */
  body.landing {
    padding-top: 0; }
  .landing .container {
    width: 700px; }
  .landing .header,
  .landing .headline_area,
  .landing .footer {
    text-align: center; }

.full_page .columns > .content {
  width: 1050px;
  float: none;
  border-right: 0; }

/*
 * ---:[ clearfix ]:---
 */
  .columns:after,
  .menu:after,
  .post_box:after,
  .post_content:after,
  .author_description:after,
  .sidebar:after,
  .query_box:after,
  .prev_next:after,
  .comment_text:after,
  .comment_nav:after {
    display: table;
    clear: both;
    content: ''; }

/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 1049px) {
  body {
    padding-top: 0; }

  .container,
  .landing .container {
    width: auto;
    max-width: 700px; }

  .header {
    border-top: 1px solid #dddddd; }
    .landing .header {
      border-top: 0; }

  .columns {
        /*
     * > .sidebar {
     * float: none;
     * width: 100%;
     * border-top: 3px double #DDDDDD;
     * }
     */ }
    .columns > .content {
      float: none;
      width: 100%;
      border: 0; }
      .full_page .columns > .content {
        width: 100%; }

  .menu_control {
    display: block;
    width: 100%;
    background-color: white;
    padding: 1em 29px;
    border-width: 0;
    cursor: pointer;
    box-sizing: border-box; }

  .menu {
    display: none;
    clear: both;
    width: 100%;
    border-width: 1px 0 0 0; }
    .menu .sub-menu {
      position: static;
      display: block;
      padding-left: 29px;
      border-top: 1px solid #dddddd;
      margin: 0; }
      .menu .sub-menu li {
        width: 100%; }
    .menu li {
      float: none;
      width: 100%;
      margin-bottom: 0; }
      .menu li:first-child > a:first-child {
        border-top-width: 0; }
    .menu a {
      background-color: white;
      padding: 1em 29px;
      border-width: 1px 1px 0 0; }
    .menu .current-menu-item > a {
      background-color: #eeeeee; }
    .menu > li > a {
      border-left-width: 1px; }

  .show_menu {
    display: block; }

      .sidebar .search-form input[type="text"],
      .sidebar .thesis_email_form input[type="text"] {
        width: 50%; } }

@media all and (max-width: 699px) {
  .menu a {
      border-right-width: 0; }
    .menu > li > a {
      border-left-width: 0; } }

@media all and (max-width: 471px) {
  .menu a,
  .menu_control {
    padding: 1em 18px; }

  .header,
  .post_box,
  .prev_next,
  .comments_intro,
  .comment,
  .comment_nav,
  #commentform,
  #commentform .comment_form_title,
  .footer {
    padding-right: 18px;
    padding-left: 18px; }

  .menu .sub-menu,
  .children .comment {
    padding-left: 18px; }

  .right,
  .alignright,
  img[align="right"],
  .left,
  .alignleft,
  img[align="left"],
  .ad,
  .ad_left {
    float: none; }

    .grt .right,
    .grt .alignright,
    .grt .left,
    .grt .alignleft {
      margin-right: 0;
      margin-left: 0; }
      .grt blockquote.right,
      .grt blockquote.left {
        width: 100%;
        margin-bottom: 29px; }

  .post_author:after {
    display: block;
    height: 0;
    content: '\a';
    white-space: pre; }

    #commentform input[type="text"],
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%; }

  .comments_closed,
  .login_alert {
    margin-right: 18px;
    margin-left: 18px; }

  #commentform .comment_form_title {
    margin-left: -18px;
    margin-right: -18px; }

  .comment_date {
    display: none; } }

/*
 * =========== CUSTOM SKIN CSS =============
 */
html body {
  padding-top: 0 !important; }

a {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  cursor: pointer; }

.header-container {
  margin-bottom: 0; }

.site-home-container {
  padding: 0;
  width: 1280px;
  max-width: 100%;
  margin: auto; }

.site-single-container {
  padding: 0;
  width: 1240px;
  max-width: 100%;
  margin: auto; }

.site-container {
  padding: 0;
  width: 1050px;
  max-width: 100%;
  margin: auto; }

.header-wrap-container .header-nav {
  display: inline-block;
  max-width: 100%;
  width: 1239px;
  max-width: 100%;
  margin: auto; }

.header-wrap-container {
  position: relative;
  width: 1239px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px; }

.header {
  padding-bottom: 20px; }

.header-wrapper {
  background: #7c7af0; }

.heading-wrap {
  margin-left: 250px;
  float: left;
  position: unset; }

#site_tagline {
  font-size: 16px;
  color: white;
  display: none; }

.widget.header-social-icons {
  margin-bottom: 0; }

.header-social-icons {
  text-align: right;
  float: right;
  width: auto; }

.header-social-icons .widget_title {
  display: none; }

.header-social-icons ul {
  display: -webkit-inline-box; }

.header-social-icons ul li#social-icons {
  list-style: none;
  padding: 10px;
  padding-bottom: 0; }

.header-social-icons ul li#social-icons a {
  color: white; }

.menu-wrapper {
  background: #475764;
  padding-left: 60px;
  padding-right: 20px;
  margin-top: -8px;
  position: relative; }

img#thesis_logo_image {
  margin: 0;
  top: -2px;
  width: 220px;
  max-width: 100%;
  height: 100px;
  margin-left: -240px;
  position: absolute;
  z-index: 2;
  background-size: 50%; }

.menu {
  border: 0; }

.main-menu-wrap {
  margin-left: 220px; }

.main-menu-wrap > ul > li > a {
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 700;
  border: 0;
  background: none; }

.main-menu-wrap > ul > li:hover > a,
.main-menu-wrap ul li.active a {
  color: white;
  background: none; }

.main-menu-wrap > ul > li:hover,
.main-menu-wrap ul li.active:hover,
.main-menu-wrap ul li.active,
.main-menu-wrap ul li.has-sub.active:hover {
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease; }

.menu .current-menu-item > a {
  color: black; }

/*
 * .header-logo {
 * margin: 0;
 * position: absolute;
 * display: block;
 * height: 120px;
 * width: 212px;
 * max-width: 100%;
 * bottom: 0;
 * left: 0;
 * z-index: 1;
 * background: url("images/philnews_logo.png") no-repeat;
 * }
 */
/*
 * 
 * ul.new-menu {
 * margin-left: 210px;
 * }
 * span.menu_control {
 * display: none;
 * }
 * .main-menu-wrap,.main-menu-wrap ul, .main-menu-wrap ul li, .main-menu-wrap ul li a, .main-menu-wrap #head-mobile {
 * border: 0;
 * list-style: none;
 * line-height: 1;
 * display: block;
 * position: relative;
 * -webkit-box-sizing: border-box;
 * -moz-box-sizing: border-box;
 * box-sizing: border-box;
 * }
 * .main-menu-wrap:after, .main-menu-wrap > ul:after {
 * content: ".";
 * display: block;
 * clear: both;
 * visibility: hidden;
 * line-height: 0;
 * height: 0;
 * }
 * .main-menu-wrap #head-mobile {
 * display: none
 * }
 * .main-menu-wrap {
 * font-family: sans-serif;
 * background: #475764;
 * }
 * .main-menu-wrap > ul > li {
 * float: left;
 * }
 * .main-menu-wrap > ul > li > a {
 * padding: 17px;
 * font-size: 12px;
 * letter-spacing: 1px;
 * text-decoration: none;
 * color: #ddd;
 * font-weight: 700;
 * }
 * .main-menu-wrap > ul > li:hover > a, .main-menu-wrap ul li.active a{
 * color: #fff;
 * }
 * .main-menu-wrap > ul > li:hover, .main-menu-wrap ul li.active:hover, .main-menu-wrap ul li.active, .main-menu-wrap ul li.has-sub.active:hover {
 * -webkit-transition: background .3s ease;
 * -ms-transition: background .3s ease;
 * transition: background .3s ease;
 * }
 * .main-menu-wrap > ul > li.has-sub > a {
 * padding-right: 30px;
 * }
 * .main-menu-wrap > ul > li.has-sub > a:after {
 * position: absolute;
 * top: 22px;
 * right: 11px;
 * width: 9px;
 * height: 2px;
 * display: block;
 * background: #ddd;
 * content: '';
 * }
 * .main-menu-wrap > ul > li.has-sub > a:before {
 * position: absolute;
 * top: 19px;
 * right: 14px;
 * display: block;
 * width: 2px;
 * height: 8px;
 * background: #ddd;
 * content: '';
 * -webkit-transition: all .25s ease;
 * -ms-transition: all .25s ease;
 * transition: all .25s ease;
 * }
 * .main-menu-wrap > ul > li.has-sub:hover > a:before {
 * top:23px;
 * height:0
 * }
 * .main-menu-wrap ul ul {
 * position: absolute;
 * left: -9999px;
 * z-index: 999;
 * }
 * .main-menu-wrap ul ul li {
 * height: 0;
 * -webkit-transition: all .25s ease;
 * -ms-transition: all .25s ease;
 * background: #333;
 * transition: all .25s ease;
 * }
 * .main-menu-wrap li:hover > ul{
 * left: auto;
 * }
 * .main-menu-wrap li:hover > ul > li{
 * height: 35px;
 * }
 * .main-menu-wrap ul ul ul{
 * margin-left: 100%;
 * top: 0;
 * }
 * .main-menu-wrap ul ul li a{
 * border-bottom: 1px solid rgba(150,150,150,0.15);
 * padding: 11px 15px;
 * width: 170px;
 * font-size: 12px;
 * text-decoration: none;
 * color: #ddd;
 * font-weight: 400;
 * }
 * .main-menu-wrap ul ul li:last-child > a, .main-menu-wrap ul ul li.last-item > a {
 * border-bottom: 0;
 * }
 * .main-menu-wrap ul ul li:hover > a, .main-menu-wrap ul ul li a:hover {
 * color: #fff;
 * }
 * .main-menu-wrap ul ul li.has-sub > a:after {
 * position: absolute;
 * top: 16px;
 * right: 11px;
 * width: 8px;
 * height: 2px;
 * display: block;
 * background: #ddd;
 * content: '';
 * }
 * .main-menu-wrap ul ul li.has-sub > a:before {
 * position: absolute;
 * top: 13px;
 * right: 14px;
 * display: block;
 * width: 2px;
 * height: 8px;
 * background: #ddd;
 * content: '';
 * -webkit-transition: all .25s ease;
 * -ms-transition: all .25s ease;
 * transition: all .25s ease;
 * }
 * .main-menu-wrap ul ul > li.has-sub:hover > a:before {
 * top: 17px;
 * height: 0;
 * }
 * .main-menu-wrap ul ul li.has-sub:hover, .main-menu-wrap ul li.has-sub ul li.has-sub ul li:hover {
 * background: #363636;
 * }
 * .main-menu-wrap ul ul ul li.active a {
 * border-left:1px solid #333;
 * }
 * .main-menu-wrap > ul > li.has-sub > ul > li.active > a, .main-menu-wrap > ul ul > li.has-sub > ul > li.active> a {
 * border-top: 1px solid #333;
 * }
 */
.header-search {
  float: right;
  margin-bottom: 0;
  position: unset; }

.toggle-search {
  color: white;
  font-size: 14px;
  padding: 10px 0;
  margin-top: -40px;
  cursor: pointer;
  right: 50px;
  position: absolute;
  overflow: overlay;
  z-index: 999; }

.header-search .widget {
  width: 100%;
  margin: auto;
  right: -10px; }

.searchMenu {
  color: black;
  padding: 40px;
  position: absolute;
  right: 15px;
  width: 1175px;
  max-width: 100%;
  display: none;
  z-index: 1;
  height: 35px;
  background: #f4f4f4; }

.searchMenu form#searchform div .screen-reader-text {
  display: none; }

.searchMenu form#searchform div input[type="text"] {
  width: 100%;
  border-radius: 0;
  margin-right: 20px;
  border: 1px solid #333333; }

.searchMenu form#searchform div input[type="submit"] {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: bold;
  background-color: #7c7af0;
  padding: 10px;
  border: none;
  border-radius: 0;
  color: white; }

.searchMenu form#searchform div {
  float: right;
  display: inline-flex;
  width: 40%;
  padding-right: 30px; }

.searchMenu .searchform {
  margin: 0;
  opacity: 1;
  padding: 0;
  visibility: visible; }

.header-search form.gsc-search-box {
  float: right;
  display: inline-flex;
  width: 40%;
  padding-right: 30px; }

.header-search button.gsc-search-button.gsc-search-button-v2 {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: bold;
  background-color: #7c7af0;
  padding: 8px 10px;
  border: none;
  border-radius: 0;
  color: white; }

/*
 * ========= HEADER LATEST NEWS CSS ========
 */
.latest-news-container {
  width: 100%;
  background: #f4f4f4;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1), 0 -2px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 0; }

.newsSlider-container {
  max-width: 100%;
  width: 1239px;
  margin: auto;
  padding: 20px 0; }

/*
 * .latestNewsSlider .query_box .featured_image_link .alignleft.wp-post-image {
 * width: 75px;
 * height: 75px;
 * margin-right: 15px;
 * }
 * .latestNewsSlider .query_box .headline {
 * padding-right: 20px;
 * line-height: 1.5;
 * }
 * .latestNewsSlider .query_box .post_cats {
 * font-size: 12px;
 * }
 * .latestNewsSlider .query_box .post_cats a {
 * text-decoration: none;
 * text-transform: uppercase;
 * font-size: 10px;
 * }
 */
.slick-next.slick-arrow i,
.slick-prev.slick-arrow i {
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  cursor: pointer; }

.slick-next.slick-arrow {
  bottom: 10px;
  position: absolute;
  left: -80px; }

.slick-prev.slick-arrow {
  position: absolute;
  bottom: 10px;
  left: -160px; }

.latestNewsSlider.slick-initialized.slick-slider {
  margin-left: 220px; }

.latest-news-slider {
  position: absolute;
  margin-left: 60px;
  line-height: 1;
  top: 80px; }

.slick-slide {
  height: auto !important; }

.columns {
  display: inline-flex;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box; }

.site-home-container .content-column {
  width: 87%;
  float: left;
  padding-top: 30px; }

.site-single-container .content-column {
  width: 85%;
    /*
   * float: left;
   */
  box-sizing: border-box;
  max-width: 100%;
  padding-top: 20px; }

.site-container .content-column {
  width: 75%;
  float: left; }

.columns > .sidebar {
  margin-left: 0;
  margin-right: 0; }

.right-column-right {
  width: 100%;
  display: inline-flex; }

.center-column {
    /*
   * width: 100%;
   * float: left;
   * padding: 0 15px;
   */
  width: 94%;
  float: left;
  padding: 0 15px; }

.right-column {
    /*
   * width: 300px;
   * float: right;
   * padding-left: 15px;
   * margin-left: -1px;
   */
  width: 30%;
  float: right;
  padding-left: 15px; }


/*
 * ========= HOME RIGH-COLUMN CSS ========
 */
.featured-li {
  margin-bottom: 15px;
  border-bottom: 1px solid #d0d0d0; }

.recentPost-image img {
  width: 30%;
  float: left;
  margin-right: 10px; }

.featured-title a {
  font-size: 13px;
  color: #dd0000; }

.featured-comment {
  float: right; }

.featured-comment a:hover {
  color: #dd0000; }

.widget-featured-category-meta {
  font-size: 12px;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 15px; }

.widget-featured-details {
  margin-bottom: 10px; }

.post_box {
  margin-bottom: 20px;
  border-bottom: 1px solid #d0d0d0; }

.byline.small .bracket {
  display: none; }

.byline a,
.byline .post_author,
.byline .post_date {
  text-transform: unset;
    /*
   * font-family: 'Oswald', sans-serif;
   */ }

.byline {
    /*
   * font-family: 'Oswald', sans-serif;
   */
  margin-bottom: 10px; }

.byline a {
  color: #888888;
  border-bottom: none;
    /*
   * font-family: 'Oswald', sans-serif;
   */ }

.byline a:hover {
  background: none; }

.num_comments_link {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 0;
  font-size: 14px;
  color: #888888; }

.num_comments {
  font-size: 12px;
  color: #888888; }

a.num_comments_link:hover,
a.num_comments_link .num_comments:hover {
  color: #dd0000; }

/*
 * ========= SINGLE CSS ========
 */
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 0 !important; }

div#___gcse_1 .cse .gsc-control-cse,
.gsc-control-cse {
  border: 1px solid none !important;
  background-color: none !important; }

.gsc-control-cse {
  border-color: transparent !important;
  background-color: transparent !important; }

div#___gcse_1 .gsc-control-cse {
  border-color: none !important;
  background-color: none !important; }

.single-center-column {
  width: 80%;
  max-width: 700px;
    /*
   * margin: auto;
   * padding: 0;
   */
  float: right; }

.single-left-column {
  margin-right: 0;
  float: left;
  width: 20%;
  max-width: 175px; }

.custom_images {
  display: inline-grid; }

.post_cats a {
  font-size: 12px;
  text-transform: uppercase; }

.addthis_toolbox {
  display: block;
  box-sizing: border-box; }

.category-center-column {
  width: 700px;
  max-width: 100%;
  margin: auto;
  float: left;
  box-sizing: border-box; }

.category-right-column {
  width: 21%;
  max-width: 100%;
  float: right;
  padding: 0 10px;
  box-sizing: border-box; }

.category-center-column .headline_area {
  padding: 10px 0 0 0; }

.headline_area h1 {
  color: #dd0000;
  margin-bottom: 20px;
  font-size: 28px; }

.category-description {
  font-size: 18px;
  margin-bottom: 20px; }

.category-description p {
  margin-bottom: 20px; }

.category-center-column .post_box {
  border-bottom: 0;
  margin-bottom: 0 !important; }

.category-center-column .post_box .wp-post-image {
  float: left;
  width: 15%;
  margin-right: 20px;
  margin-bottom: 10px; }

.single_title h1 {
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 10px;
  color: black;
  font-size: 36px;
  padding-right: 20px; }

.single-left-column p,
.single-left-column span,
.desc-container .post_date_intro {
  font-size: 14px;
  line-height: 25px; }

.pns-author-avatar img {
  width: 78px;
  height: 78px;
  margin-bottom: 10px;
  float: none !important;
  display: block;
  margin-left: 5px !important; }

.pns-author-name a {
  text-decoration: underline dotted;
  font-size: 14px;
  font-weight: 600; }

.single-center-column .fb-like {
  margin-top: -12px !important; }

.single-center-column .custom_images {
  display: block; }

.single-widget-container {
  display: inline-flex;
  width: 100%; }

.single-widget-container .single-widget-wrapper {
  display: inline-block;
  width: 100%;
  margin-right: 20px; }

.single-widget-container .single-widget-wrapper:last-child {
  margin-right: 0; }

.single-widget-container .single-widget {
  display: inline-block;
  width: 100%; }

.grt .single-widget .widget h3 {
  line-height: 31px !important; }

div.post_box.top .single-widget .recentPost-image img {
  width: 100%;
  max-width: 75px;
  max-height: 35px;
  float: left;
  margin-right: 15px !important;
  margin-bottom: 10px; }

.single-widget .featured-li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d0d0d0; }

.single-widget .featured-title {
  line-height: 20px; }

.single-widget .featured-title a {
  font-size: 14px; }

/*
 * ====== Social Sharing======
 */
.custom_images img {
  width: auto;
  height: 32px;
  max-width: 120px; }

.addthis_button_facebook img {
  width: 120px;
  max-width: auto; }

.addthis_toolbox a {
  z-index: 1; }

.fb-like {
  margin-right: 45px !important; }

.at300b {
  padding-top: 0 !important; }

/*
 * ========= FEATURED SLIDER CSS ========
 */
.featuredCarousel-combined {
  display: none; }

.slider.featured-slider.slick-initialized.slick-slider {
  margin-left: 220px; }

.featured-image img {
  float: left;
  width: 65px;
  height: 45px;
  margin-right: 15px; }

.featuredCarousel-desc {
  margin-right: 5px; }

h4.headline.featured-Title a {
  font-size: 12px;
  color: black; }

p.post_cats a {
  font-size: 12px;
  text-decoration: none; }

.h3-widget {
  position: relative;
  margin-bottom: 20px; }

.line-title {
  margin: 0;
  position: absolute;
  display: block;
  height: 31px;
  width: 100%;
  left: 0;
  z-index: 0;
  background-image: url("images/pattern3x3.png"); }

.widget-title:after {
  right: -42px;
  content: "";
  top: -3px;
  position: absolute;
  z-index: 2;
  float: right;
  border-top: 38px solid transparent;
  border-left: 41px solid white; }

.widget-title:before {
  content: "";
  top: 0;
  position: absolute;
  z-index: 5;
  float: left;
  border-top: 30px solid transparent;
  border-left: 32px solid #d52727;
  right: -31px;
  box-shadow: 0 0 0 #d52727; }

.widget-title {
  padding: 4px 22px 2px 10px;
  background: #d52727;
  position: relative;
  color: white;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  line-height: 2em;
  z-index: 0; }

.widget-latestPost-desc-big {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 20px; }

.latestPost-header {
  margin-bottom: 10px; }

.latestPost-headline a {
  color: #333333;
  font-size: 20px;
  line-height: 1.5em; }

.latestPost-meta a:hover {
  color: #dd0000; }

.latestPost-user {
  font-size: 12px;
  color: #454545; }

.latestPost-date {
  font-size: 12px;
  color: #454545; }

.latestPost-comment,
.latestPost-comment a {
  font-size: 12px;
  color: #454545;
  float: right; }

.latestPost-comment a:hover {
  color: #dd0000; }

.latestPost-excerpt {
  margin-bottom: 20px; }

/*
 * .widget-latestPost-desc {
 * border-bottom: 1px solid #d0d0d0;
 * margin-bottom: 20px;
 * }
 * .latestPost-image {
 * float: left;
 * width: 40%;
 * margin-right: 20px;
 * }
 * .latestPost-image img {
 * height: 110px;
 * }
 */
.sidebar .widget_title,
.sidebar .sidebar_heading {
  letter-spacing: 0px; }

.widget_title {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  color: black;
  line-height: 25px;
  margin: 0 0 15px;
  padding: 6px 0 6px 0;
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0; }

/*
 * ========= CONTENT CSS ========
 */
.grt .headline {
    /*
   * font-family: 'Muli', sans-serif;
   */
  font-weight: 600; }

.byline a,
.byline .post_author,
.byline .post_date {
  text-transform: unset;
  font-size: 12px;
  margin-bottom: 10px; }

h1.headline a {
  color: #454545;
  font-weight: 600;
  line-height: 1.5em; }

h1.headline a:hover {
  color: #dd0000; }

div.post_box.top .wp-post-image {
  display: block;
  width: 100%;
  height: auto;
  margin-right: 0 !important; }

.excerpt_read_more {
  padding: 20px 0;
  margin-top: 15px;
  font-size: 14px;
  float: right;
  text-decoration: none; }

.excerpt_read_more:before {
  font-family: fontawesome;
  content: "\f0c1";
  margin-right: 3px; }

.excerpt_read_more:hover {
  color: #dd0000; }

.post_tags a {
  color: #dd0000;
  font-size: 18px; }

/*
 * ========= SINGLE NEXT/PREV CSS ========
 */
.prev_next {
  clear: both;
  color: #888888;
  overflow: hidden;
  font-weight: bold;
  border-bottom: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  padding: 16px 0; }

p.next_post {
  float: right;
  width: 45%;
  text-align: right;
  color: #ed1c24;
  text-transform: uppercase; }

p.next_post a {
  float: right;
  text-decoration: none;
  width: 100%;
  text-transform: none; }

p.previous_post {
  float: left;
  width: 45%;
  text-align: left;
  color: #ed1c24;
  text-transform: uppercase; }

.previous_post a {
  float: left;
  text-decoration: none;
  width: 100%;
  text-transform: none; }

p.next_post a:hover,
.previous_post a:hover {
  color: #dd0000; }

/*
 * ========= SINGLE RELATED POST CSS ========
 */
.rowRelated {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px; }

h3.widget_related_title {
  margin-bottom: 15px;
  font-size: 18px; }

.related-main-column {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  border: 5px solid #f0f0f0;
  background: white;
  padding: 19px;
  margin-right: 10px;
  margin-left: 5px;
  text-align: center;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.related-main-column:hover {
  border: 5px solid #aab2bd; }

.related-title a {
    /*
   * font-family: 'Muli', sans-serif;
   */ }

.related-image img {
  height: 100px;
  margin-bottom: 15px; }

/*
 * ========= SINGLE COMMENT CSS ========
 */
.comments_intro {
  color: #888888;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  padding: 5px 0;
  margin-bottom: 30px; }

.comments_intro a:hover {
  text-decoration: none;
  color: #dd0000; }

.comments_intro .bracket {
  display: none; }

#commentform {
  padding: 0;
  margin: 0; }

#commentform .comment_form_title {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  padding: 5px 0;
  margin-bottom: 15px; }

#commentform .input_text {
  width: 50%;
  padding: 8px;
  border: 1px solid #d0d0d0; }

#commentform textarea.input_text {
  width: 100%;
  height: 150px;
  border: 1px solid #d0d0d0;
  background: none; }

input[type="text"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"] {
  background: none; }

#commentform input[type="submit"] {
  font-size: 14px; }

input#submit {
  background-color: #222222;
  color: white;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  border: 0;
  padding: 10px 15px;
  cursor: pointer; }

/*
 * ========= ARCHIVE CSS ========
 */
.featured_image_link .alignleft.wp-post-image {
  width: 40%;
  height: 165px; }

.byline .post_author,
.byline .post_date,
.byline a.num_comments_link {
  margin-right: 5px; }

.post_author:before {
  font-family: fontawesome;
  content: "\f2c0";
  margin-right: 3px; }

.post_date:before {
  font-family: fontawesome;
  content: "\f133";
  margin-right: 3px; }

a.num_comments_link:before {
  font-family: fontawesome;
  content: "\f0e5";
  margin-right: 3px; }

/*
 * ========= LOTTO RESULT TEMPLATE =============
 */
.headline_area.lotto_title {
  margin-bottom: 40px; }

.lotto_prev_result {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 10px;
  font-size: 24px;
  vertical-align: middle;
  align-items: baseline;
  display: inline-flex;
  border-top: 1px solid #d0d0d0; }

.lotto_prev_result .post-category ul li {
  list-style: none;
  margin-left: 30px;
  font-weight: 600;
  font-size: 30px; }

.lotto_prev_result .post-category ul li a {
  color: black;
  pointer-events: none; }

.post-category-content.top {
  padding: 0;
  line-height: 2; }

.post-category-content .category-content {
  font-size: 18px; }

/*
 * .category-previous-article {
 * display: inline-block;
 * width: 100%;
 * }
 */
.category-image img {
  float: left;
  width: 15%;
  margin-right: 15px;
  margin-bottom: 10px; }

.category-title a {
  font-size: 18px;
  color: #dd0000;
  text-decoration: none;
  vertical-align: top; }

h1.category-title {
  line-height: 20px; }

/*
 * ========= WIDGETS CSS ========
 */
.widget {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 25px;
  overflow: hidden; }

.widget ul li a {
  line-height: 1.5;
  text-decoration: none !important; }

.widget ul li a:hover,
.tagcloud a:hover {
  color: #dd0000; }

table#wp-calendar {
  width: 100%; }

table#wp-calendar caption {
  text-transform: uppercase;
  font-family: 'oswald', sans-serif;
  font-size: 17px;
  text-align: left;
  color: black;
  line-height: 25px;
  margin: 0 0 15px;
  padding: 6px 0 6px 0;
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0; }

.cat-item {
  list-style: square !important;
  margin-left: 20px;
  font-size: 12px;
  line-height: 2;
  font-weight: normal;
  width: 40%;
  float: left; }

.cat-item {
  word-wrap: normal; }

.widget ul li#social-icons {
  display: -webkit-inline-box;
  padding: 0 8px; }

/*
 * ========= FOOTER CSS ========
 */
.footer-widgets .widget_title {
  border-top: 0;
  border-bottom: 0; }

.footer {
  text-align: left;
  padding: 0 20px;
  border-top: 3px double #dddddd; }

.footer-menu {
  border-top: 6px solid #262626; }

.footer-new-menu ul#menu-menu-2 {
  text-align: center;
  border-top: none; }

ul.footer-new-menu {
  text-align: center;
  border-left: none;
  position: relative;
  z-index: 50;
  list-style: none;
  display: inline-block;
  width: 100%;
  background: white;
  border-bottom: 1px solid #dddddd; }

ul.footer-new-menu .current-menu-item>a {
  color: black; }

ul.footer-menu .current-menu-item>a {
  color: white;
  background: #262626; }

ul.footer-new-menu li {
  border-right: 1px solid #262626;
  display: inline-block; }

ul.footer-new-menu li a {
  display: block;
  font-size: 13px;
  line-height: 19px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: black;
  padding: 8px 12px;
  margin-left: -4px; }

/*
 * Hide Dropdowns by Default
 */
ul.footer-new-menu ul {
  display: none;
  position: absolute; }

/*
 * Display Dropdowns on Hover
 */
ul.footer-new-menu li:hover > ul {
  display: inherit; }

/*
 * Fisrt Tier Dropdown
 */
ul.footer-new-menu ul li {
  width: 100%;
  float: none;
  display: block;
  list-style: none;
  position: relative;
  border-right: 0px !important;
  width: 180px;
  background-color: #262626;
  margin-left: -36px;
  text-align: left; }

/*
 * Second, Third and more Tiers
 */
ul.footer-new-menu ul ul li {
  position: relative;
  width: 180px;
  background-color: #475764;
  top: -35px;
  left: 180px;
  list-style: none;
  border-right: 0px !important; }

ul.footer-new-menu ul li a {
  color: white; }

ul.footer-new-menu ul li a:hover {
  background: #262626; }

/*
 * Change this in order to change the Dropdown symbol
 */
ul.footer-new-menu li > a:after {
  content: ' +'; }

ul.footer-new-menu li > a:only-child:after {
  content: ''; }

ul.footer-new-menu {
  border-left: none;
  position: relative;
  list-style: none;
  display: inline-block; }

.footer-widgets {
  display: inline-flex;
  width: 100%;
  margin-top: 20px; }

.footer-widgets .widget_wrap {
  width: 50%; }

.footer-widgets .footer-column {
  padding-right: 30px; }

.footer-widgets .footer-column table#wp-calendar caption {
  border: none; }

.footer-copyright {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px; }

.clear {
  clear: both; }

@media only screen and ( max-width: 1335px ) {
  .header-container {
    width: 1239px;
    max-width: 100%;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box; }

  .header-wrap-container {
    padding: 0; }

  .toggle-search {
    right: 0; }

  .header-search .widget {
    right: -20px; }

  .content-column {
    overflow: hidden;
    width: 100%;
    float: left;
    border-width: 0 1px 0 0;
    max-width: 100%; }

  .columns {
    padding: 20px;
    box-sizing: border-box; }

  /*
   * .site-home-container .columns,
   * .site-single-container .columns {
   * padding-top: 0;
   * }
   */  .grt h1,
  .grt .headline {
    font-size: 22px;
    line-height: 30px !important; }

  h1.headline {
    font-size: 24px;
    line-height: 40px !important; }

  h1.headline a {
    font-size: 22px; }

  .grt h2 {
    font-size: 27px;
    line-height: 34px;
    margin-top: 0; }

  .grt {
    font-size: 18px;
    line-height: 28px; }

  .post-category-content .category-content {
    font-size: 18px; } }

@media only screen and ( max-width: 1215px ) {
  .single-left-column {
    width: 21%;
    max-width: 180px; }

  .single-center-column {
    width: 79%; } }

@media only screen and ( max-width: 1199px ) {
  .header-container {
    width: 100%;
    padding: 0; }

  .header-wrap-container {
    position: relative;
    width: 100%;
    padding: 0; }

  .menu_control {
    color: white;
    background: none; }

  .single-left-column {
    width: 25%;
    float: left;
    max-width: 175px; }

  .single-center-column {
    width: 75%; } }

@media only screen and ( max-width: 1074px ) {
  .single-left-column {
    width: 27%; }

  .single-center-column {
    width: 73%; } }

.menu-wrapper {
  padding-left: 25%; }

span#menuButton {
  display: none; }

#myMain-menu a.closebtn {
  display: none; }

.header-wrap-container {
  width: auto; }

.header-social-icons {
  text-align: right;
  float: left;
  width: auto; }

.widget.header-social-icons {
  display: none; }

@media only screen and ( max-width: 1024px ) {
  .pns-author-avatar {
    float: left;
    overflow: hidden;
    margin-right: 10px; }

  .desc-container {
    width: 300px; }

  body {
    margin: 0; }

  .widget.header-social-icons {
    display: block; }

  #myMain-menu a.closebtn {
    display: block;
    z-index: 99;
    cursor: pointer; }

  span#menuButton {
    display: block; }

  #menuButton {
    display: block;
    padding: 15px 0; }

  #menuButton a {
    font-size: 20px;
    color: white; }

  /*
   * ============ UBERMENU RESTYLE =============
   * ============================================
   */  .myMain-menu-overlay ul li {
    display: block !important; }

  .ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group {
    min-height: auto !important; }

  ul.ubermenu-tab-content-panel.ubermenu-column.ubermenu-column-3-4.ubermenu-submenu.ubermenu-submenu-id-196714.ubermenu-submenu-type-tab-content-panel {
    display: none !important; }

  .ubermenu-skin-black-white-2 .ubermenu-submenu.ubermenu-submenu-drop {
    margin-left: 40px !important;
    margin-bottom: 0 !important; }

  .ubermenu .ubermenu-item .ubermenu-submenu-drop {
    position: unset !important; }

  .ubermenu-skin-black-white-2 .ubermenu-submenu,
  .ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-target {
    color: white !important; }

  .ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group {
    border-width: 0 !important; }

  .ubermenu .ubermenu-item .ubermenu-submenu-drop {
    box-shadow: none !important; }

  .ubermenu-skin-black-white-2 .ubermenu-submenu.ubermenu-submenu-drop {
    background: none !important;
    border: none !important; }

  ul.ubermenu-tabs-group.ubermenu-column.ubermenu-column-1-4.ubermenu-submenu.ubermenu-submenu-id-196726.ubermenu-submenu-type-auto.ubermenu-submenu-type-tabs-group {
    min-height: 0 !important; }

  .ubermenu .ubermenu-tab-layout-left>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
    display: none !important; }

  .ubermenu .ubermenu-nav .ubermenu-column-1-4 {
    width: 100%; }

  .ubermenu-transition-shift .ubermenu-item .ubermenu-submenu-drop {
    margin-top: 0 !important; }

  .ubermenu .ubermenu-colgroup .ubermenu-column,
  .ubermenu .ubermenu-custom-content-padded,
  .ubermenu .ubermenu-nonlink,
  .ubermenu .ubermenu-retractor,
  .ubermenu .ubermenu-submenu-padded,
  .ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target,
  .ubermenu .ubermenu-target,
  .ubermenu .ubermenu-widget,
  .ubermenu-responsive-toggle {
    padding: 10px 20px; }

  .ubermenu-skin-black-white-2.ubermenu-responsive-toggle {
    display: none !important; }

  .ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only {
    background: none !important; }

  .ubermenu-item-has-children i.ubermenu-sub-indicator {
    display: none !important; }

  .ubermenu-item-has-children.ubermenu-has-submenu-mega {
    display: block !important; }

  .ubermenu-submenu-type-tabs-group li a {
    padding: 10px 20px !important; }

  .nav-mb-menu-nodisplay {
    display: none; }

  .heading-wrap {
    margin-left: 0;
    float: none; }

  img#thesis_logo_image {
    top: 0;
    height: 68px;
    margin-left: 38%;
    z-index: 1;
    position: absolute; }

  .widget.header-social-icons {
    padding: 25px;
    padding-bottom: 0; }

  .widget ul li#social-icons {
    display: -webkit-inline-box !important; }

  .toggle-search {
    color: white;
    font-size: 18px;
    padding: 10px 0;
    margin-top: -35px;
    cursor: pointer;
    right: 0;
    position: absolute;
    overflow: overlay;
    z-index: 999; }

  .mob-full-menu {
    -webkit-box-shadow: 1px 2px 5px 20px #6d6565;
    -moz-box-shadow: 1px 2px 5px 20px #6d6565;
    box-shadow: 1px 2px 5px 20px #6d6565;
    position: relative;
    max-width: 100%;
    margin: 50px;
    overflow: hidden !important; }

  .header-wrap-container .header-nav {
    display: initial;
    max-width: initial;
    width: auto;
    max-width: initial;
    margin: auto; }

  .menu .current-menu-item > a {
    background: none; }

  .main-menu-content ul ul li {
    background: none; }

  .main-menu-content ul ul li a {
    border: none;
    color: white;
    width: 100%; }

  .menu a {
    background: none; }

  .main-menu-content > ul > li > a {
    font-size: 16px;
    padding: 14px; }

  .menu .sub-menu {
    border-top: none; }

  .myMain-menu-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #093b40;
    opacity: 0.99;
    overflow-x: hidden;
    transition: 0.5s; }

  .main-menu-content {
    display: none; }

  #main-menu-mb-content {
    position: relative;
        /*
     * top: 20%;
     */
    max-width: 100%;
    margin-left: 0;
    background: none;
    padding: 15px; }

  .myMain-menu-overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 18px;
    color: white;
    display: block;
    transition: 0.3s; }

  ul.sub-menu li a {
    font-size: 20px; }

  .myMain-menu-overlay a:hover,
  .myMain-menu-overlay a:focus {
    color: #f1f1f1; }

  .myMain-menu-overlay .closebtn {
    position: absolute;
    right: 25px;
    font-size: 60px;
    margin-top: 15px; }

  ul#menu-main-menu {
    overflow: hidden;
    list-style: none;
    display: none; }

  ul#menu-main-menu ul#menu-main-menu li {
    border-top: thin solid #cccccc;
    position: relative; }

  ul#menu-main-menu ul#menu-main-menu a {
    padding: 40px 0 40px 20px;
    width: 100%;
    display: table;
    font-size: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1); }

  ul#menu-main-menu ul#menu-main-menu a:hover {
    background: #eeeeee;
    color: #999999; }

  ul#menu-main-menu li.has-ul a:after {
    font-family: "Ionicons";
    content: '\f35f';
    color: #888888;
    position: absolute;
    right: 0;
    top: 0;
    padding: 40px 20px 0;
    transition: all 0.01s; }

  ul.sub-menu {
    overflow: hidden;
    margin-left: 5%; }

  ul.sub-menu li a:after {
    display: none; }

  ul.sub-menu.active {
    display: block !important;
    border-bottom: red; }

  ul#menu-main-menu li.active a:after {
    content: '\f365'; }

  .closebtn {
    display: none; }

  .menu-wrapper {
    padding-left: 20px;
    margin-bottom: 20px; }

  .menu-arrow {
    font-size: 20px;
    font-weight: 500;
    color: white;
    cursor: pointer;
    margin-top: 14px;
    position: absolute;
    right: 30px;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s; }

  .menu-arrow::after {
    font-size: 15px;
    font-weight: 500;
    color: white;
    cursor: pointer;
    margin-top: 14px;
    position: absolute;
    right: 30px; }

  .menu-arrow.active::after {
    font-size: 15px;
    font-weight: 500;
    color: white;
    cursor: pointer;
    margin-top: 14px;
    position: absolute;
    right: 30px; }

  /*
   * body {
   * padding-top: 0 !important;
   * }
   * .header-wrap-container .header-nav {
   * padding: 10px 0;
   * }
   * .header-wrapper {
   * background: #7c7af0;
   * }
   * .heading-wrap {
   * margin-left: 20px;
   * }
   * .menu-wrapper {
   * padding-left: 20px;
   * }
   * .main-menu-wrap > ul > li > a {
   * color: #111111;
   * background-color: #eeeeee;
   * padding: 9px 14px;
   * border-width: 1px 1px 1px 0;
   * border-style: solid;
   * border-color: #dddddd;
   * }
   * .header-social-icons {
   * width: 95%;
   * }
   * img#thesis_logo_image {
   * margin: 0;
   * top: -2px;
   * left: 0;
   * width: 150px;
   * max-width: 100%;
   * height: 65px;
   * margin-left: 0;
   * position: absolute;
   * z-index: 2;
   * background-size: 50%;
   * }
   * .menu_control {
   * display: block !important;
   * color: #fff;
   * background: #475764;
   * border: 0;
   * padding: 14px 0;
   * }
   * .menu_control:hover {
   * background-color: #475764;
   * }
   * .main-menu-wrap {
   * margin-left: 0;
   * }
   */  .searchMenu form#searchform div {
    width: 97%;
    padding-right: 0; }

  .searchMenu .header-search form.gsc-search-box {
    width: 97%;
    padding-right: 0; }

  .header-search {
    float: right;
    margin-bottom: 0;
    position: absolute;
    top: 45px;
    right: 0;
    width: 100%; }

  .searchMenu {
    margin-right: -20px;
    z-index: 53;
    padding: 40px 20px;
    right: 0; }

  .newsSlider-container {
    display: none; }

  .single-left-column {
    width: 100%;
    box-sizing: border-box;
    display: inline-flex;
    max-width: 100%; }

  .author-desc {
    display: inline-flex;
    width: auto;
    margin-right: 10px;
    margin-bottom: 10px; }

  .author-desc div {
    display: inline; }

  .author-desc .pns-datetime.pns-desc-dt-class {
    width: 180px;
    margin-right: 0px; }

  .author-desc .pns-author-desc.pns-desc-dt-class {
    width: 100px;
    margin-right: 20px; }

  .author-desc .post_cats {
    width: 180px; }

  .custom_images img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 120px;
    margin: 2px 0; }

  a.addthis_button_more.at300b img {
    width: auto !important; }

  .fb-like {
    top: -8px !important;
    margin-right: 35px !important;
    padding-bottom: 7px !important; }

  .single-center-column .fb-like {
    margin-top: -1px !important; }

  .addthis_toolbox a {
    margin-bottom: 0 !important; }

  .at300b {
    padding-top: 0 !important; }

  .single-center-column {
    width: 100%; }

  .site-container {
    padding: 0; }

  .columns {
    display: block;
    padding: 20px 15px; }

  .site-home-container .content-column,
  .site-single-container .content-column,
  .site-container .content-column {
    overflow: hidden;
    width: 100%;
    float: none;
    display: block; }

  .site-single-container .content-column,
  .columns {
    padding-top: 0; }

  .site-home-container .content-column {
    padding-top: 0; }

  .left-column {
    float: unset;
    width: 100%;
    border-left: none;
    padding-left: 0;
    position: relative;
    display: grid; }

  .right-column-right {
    float: right;
    width: 100%;
    display: block; }

  .center-column {
    width: 100%;
    float: left;
    padding: 0;
    border-left: none;
    border-right: none; }

  .right-column {
    width: 100%;
    float: right;
    border-left: none;
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px; }

  .columns > .sidebar {
    width: 100%;
    max-width: 100%;
    float: none;
    border-right: 0;
    border-left: 0;
    padding: 20px 0; }

  .single_title h1 {
    padding-right: 0; }

  .single-widget .recentPost-image img {
    max-width: 60px;
    float: left;
    width: 100%;
    height: auto;
    margin-right: 15px;
    margin-bottom: 10px; }

  .category-center-column .headline_area {
    padding: 0; }

  div.post_box {
    padding: 0 !important; }

  .footer {
    padding: 0 15px; }

  div.post_box .wp-post-image {
    float: left;
    width: 40%;
    margin-right: 20px;
    max-height: 100%;
    height: 50%;
    margin-bottom: 20px; }

  .recentPost-image img {
    width: 6%;
    float: left;
    margin-right: 10px; }

  .featured-time {
    margin-right: 30px; }

  .featured-comment {
    float: none; }

  table#wp-calendar td {
    line-height: 2.5; }

  table#wp-calendar th {
    text-align: left; }

  .single-left-column {
    border-left: 0;
    padding: 0;
    float: none;
    max-width: 100%; }

  .single-center-column {
    padding: 0;
    border-right: 0;
    width: 100%;
    max-width: 100%;
    float: none;
    margin-bottom: 50px;
    border-left: 0; }

  .category-center-column {
    padding: 0;
    border-right: 0;
    width: 100%;
    float: none;
    margin-bottom: 50px; }

  .single-left-column p {
    font-size: 14px;
    line-height: 25px; }

  .grt h2 {
    font-size: 20px; }

  .single-right-column {
    margin-left: -1px;
    margin-right: 0;
    float: none;
    width: 100%;
    padding: 0;
    max-width: 100%; }

  .featured_image_link .alignleft.wp-post-image {
    width: 40%;
    height: 100%; }

  .footer-widgets {
    display: block; }

  .footer-menu span.menu_control {
    text-align: center; }

  .footer-menu {
    border-top: 0; }

  ul.footer-new-menu li {
    border-right: 0;
    display: block; }

  ul.footer-new-menu li:hover > ul {
    display: inherit;
    position: unset; }

  ul.footer-new-menu ul li a {
    color: black;
    border-top: 1px solid #d0d0d0; }

  ul.footer-new-menu ul li {
    width: 100%;
    float: none;
    display: block;
    background-color: white;
    margin-left: 0;
    text-align: center; }

  .footer-widgets .widget_wrap {
    width: 100%; }

  .footer-widgets .footer-column {
    padding-right: 0; } }

@media screen and (max-width: 959px) {
  .myMain-menu-overlay ul li,
  .ubermenu-item-has-children.ubermenu-has-submenu-mega {
    display: unset !important; }

  ul.ubermenu-nav {
    display: block !important; }

  ul.ubermenu-tab-content-panel.ubermenu-column.ubermenu-column-3-4.ubermenu-submenu.ubermenu-submenu-id-198277-term-89146.ubermenu-submenu-type-tab-content-panel,
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tabs>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
    display: none !important; }

  .fa-remove:before,
  .fa-close:before,
  .fa-times:before {
    content: '' !important; }

  #main-menu-mb-content .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse {
    overflow: unset !important;
    visibility: unset !important; }

  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse .ubermenu-item .ubermenu-submenu {
    display: block !important; }

  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
    display: block !important; }

  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tab>.ubermenu-target {
    border-width: 0 !important; } }

@media only screen and (max-width: 767px ) {
  .header-search form.gsc-search-box {
    width: 100%;
    padding-right: 0; }

  .single-widget-container {
    display: inline-block;
    width: 100%; }

  .single-widget .featured-li {
    padding-bottom: 0; }

  h1.category-title {
    line-height: 20px !important; }

  .category-title a {
    font-size: 15px;
    vertical-align: top; }

  .rowRelated {
    max-width: 100%; }

  .related-main-column {
    display: block;
    vertical-align: top;
    width: auto;
    margin-bottom: 30px; }

  .related-image img {
    height: 100%;
    margin-bottom: 15px;
    width: 100%; }

  .recentPost-image img {
    width: 8%; } }

@media only screen and ( max-width: 676px ) {
  .author-desc {
    width: 100%;
    margin-right: 0; }

  .author-desc .pns-datetime.pns-desc-dt-class {
    width: 180px;
    padding-right: 0; }

  .author-desc .post_cats {
    width: 150px; }

  .addthis_toolbox {
    width: auto; }

  .custom_images img {
    width: 100%;
    margin: 2px 0; } }

@media only screen and (max-width: 600px ) {
  /*
   * img#thesis_logo_image {
   * margin: 0;
   * top: -2px;
   * left: 0;
   * width: 150px;
   * max-width: 100%;
   * height: 65px;
   * margin-left: 0;
   * position: absolute;
   * z-index: 2;
   * background-size: 50%;
   * }
   */  .single-left-column {
    display: inline-block; }

  .addthis_toolbox {
    width: 90%;
    margin: auto; }

  .author-desc {
    width: 100%;
    margin-right: 0;
    display: inline-flex; }

  .author-desc .pns-author-desc.pns-desc-dt-class {
    width: 150px;
    margin-right: 0; }

  .author-desc .pns-datetime.pns-desc-dt-class {
    width: 175px;
    padding-right: 10px; }

  .pns-author-desc {
    width: 100%;
    max-width: 95px; }

  .author-desc .post_cats {
    width: 180px; }

  .single-widget .recentPost-image img {
    width: 20%; }

  .wp-post-image {
    width: 30%;
    margin-right: 20px;
    margin-bottom: 0;
    display: block; }

  .recentPost-image img {
    width: 11%; } }

@media only screen and (max-width: 480px ) {
  .myMain-menu-overlay .closebtn {
    right: 10px; }

  #main-menu-mb-content {
    padding: 0; }

  #menuButton {
    padding: 10px 0; }

  #menuButton a {
    font-size: 16px; }

  .toggle-search {
    margin-top: -40px; }

  img#thesis_logo_image {
    top: 0;
    height: 60px;
    width: 150px;
    margin-left: 35%;
    z-index: 1;
    position: absolute; }

  .menu-wrapper {
    padding-right: 15px;
    padding-left: 15px; }

  .widget.header-social-icons {
    padding: 25px 0;
    float: left;
    width: auto; }

  .heading-wrap {
    margin-left: 0; }

  .header-social-icons {
    text-align: right;
    margin-right: 0;
    margin-bottom: 0; }

  .single-left-column {
    display: block; }

  /*
   * img#thesis_logo_image {
   * margin: 0;
   * top: -2px;
   * width: 150px;
   * max-width: 100%;
   * height: 65px;
   * margin-left: 0;
   * position: absolute;
   * z-index: 2;
   * background-size: 50%;
   * }
   */  .byline.small span a {
    margin-bottom: 0; }

  .byline.small span {
    display: inline-flex;
    margin-bottom: 0; }

  .single-center-column .fb-like {
    margin-top: -2px !important; }

  .fb-like {
    transform: scale(1.2) !important;
    -ms-transform: scale(1.2) !important;
    -webkit-transform: scale(1.2) !important;
    -o-transform: scale(1.2) !important;
    -moz-transform: scale(1.2) !important;
    top: -8px !important;
    margin-right: 25px !important;
    padding-top: 2px; }

  .custom_images {
    display: inline-flex !important; }

  .custom_images img {
    width: 100%;
    height: 24px; }

  .author-desc {
    display: block;
    margin-bottom: 10px;
    width: 100%; }

  .author-desc div {
    display: -webkit-box; }

  .author-desc .pns-desc-dt-class {
    display: inline-block;
    margin-right: 0;
    vertical-align: top; }

  .author-desc .pns-author-desc {
    margin-right: 10px; }

  .author-desc .post_cats {
    width: 100%; }

  ._2tga ._1pbq {
    width: 12px !important; }

  span._49vg ._2tga._49ve {
    font-size: 10px !important;
    height: 17px !important;
    padding: 0 !important;
    margin-top: 0; }

  .pns-author-avatar img {
    margin-right: 15px; }

  .lotto_prev_result {
    font-size: 20px; }

  .category-center-column .post_box .wp-post-image {
    width: 20%; }

  .single-widget h5.featured-title {
    padding-top: 0; }

  div.post_box .wp-post-image {
    float: left;
    width: 100%; }

  .featured_image_link .alignleft.wp-post-image {
    width: 100%; }

  .recentPost-image img {
    width: 14%; }

  #commentform input[type="text"] {
    width: 100%; }

  .footer-copyright .text_box {
    float: left;
    width: 100%; }

  .wpAdminLink {
    text-align: left;
    float: left; } }

/*
 * New CSS for Update
 */
.category-center-column .default-post-category-content {
  margin-bottom: 40px !important;
  display: inline-flex;
  width: 97%; }

h3.headline.default-category-title a {
  font-size: 22px;
  color: #111111;
  line-height: 30px;
  font-weight: 600; }

.default-post-category-content:hover .default-category-title a {
  color: #dd0000; }

.default-category-content p {
  font-size: 16px;
  color: #777777;
  line-height: 24px; }

.default-post-category-content .default-category-image {
  height: 180px;
  width: 100%;
  max-width: 180px; }

.default-post-category-content .default-category-image img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  height: 100%;
  width: 100%;
  object-fit: cover; }

.default-post-category-content .default-category-details {
  padding-left: 20px;
  width: 100%; }

@media only screen and (max-width: 600px) {
  /*
   * new update css for teaser
   */  .default-post-category-content .default-category-image {
    height: 100px;
    width: 100%;
    max-width: 100px; } }

#site_title {
  line-height: 0.1em; }

#site_title a {
  display: inline-block; }

/*
 * ---:[ custom CSS ]:---
 */
/*
 * ************AdSense responsive ad size****************
 */
@media only screen and (max-width:480px) {
  .topads {
    width: 300px;
    height: 250px;
    background: white; } }

@media only screen and (min-width:481px) {
  .topads {
    width: 336px;
    height: 280px;
    background: white; } }

@media only screen and (min-width:620px) {
  .topads {
    width: 600px;
    height: 280px;
    background: white; } }

@media only screen and (max-width:320px) {
  .midbotads {
    width: 300px;
    height: 250px;
    background: white; } }

@media only screen and (min-width:321px) {
  .midbotads {
    width: 336px;
    height: 280px;
    background: white; } }

@media only screen and (min-width:620px) {
  .midbotads {
    width: 600px;
    height: 280px;
    background: white; } }

body {
  padding-top: 10px !important; }

#header {
  padding: 5px 0 5px 0; }

.header-logo {
  float: left;
  width: 230px; }

/*
 * uncomment the code below when there\'s a buysellads ad
 */
/*
 * 
 * .header-ads {
 * display: inline-block;
 * width: 728px;
 * height: 90px;
 * }
 * 
 * @media only screen and (orientation:portrait) { .header-ads { width: 336px; height: 280px; } }
 * @media (min-width:969px) { .header-ads { float: right; width: 728px; height: 90px; } }
 */
.separator {
  clear: both; }

.headline_area {
  margin-bottom: 10px !important; }

.post_box {
  padding: 10px 2px 0 2px !important; }

.post_box .author_description {
  clear: both; }

.post-ad-left {
  width: auto; }

.sm-buttons-box {
  float: left;
  padding: 2px 0 10px 0; }

.sm_button {
  width: auto;
  float: left;
  padding: 0 5px 0 5px; }

.twitter-share-button {
  width: 85px !important; }

.sm_button_gplus {
  width: 65px !important; }

.social_media_teaser {
  float: right;
  margin-left: 5px; }

.sidebar .sidebar_heading,
.sidebar .widget_title {
  border-left: 5px solid #39b4ed;
  background: #444444;
  color: white;
  padding: 5px; }

.side-widget {
  width: 298px;
  margin: 0 0 30px 0;
  background: #f9f9f9;
  clear: both; }

.side-widget p {
  margin-bottom: 5px;
  background: #444444;
  border-left: 5px solid #39b4ed;
  padding: 5px;
  padding-left: 15px;
  color: white;
  font-family: \"Roboto Condensed\"; }

ul.wpp-list > li {
  height: 64px; }

.side-widget ul li {
  list-style: none;
  border-bottom: 1px solid #f0eded;
  padding: 5px;
  margin-bottom: 5px; }

.side-widget ul li a {
  text-decoration: none;
  font-style: normal;
  color: #807e7e;
    /*
   * padding-left:10px;
   */
  font-size: 15px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: arial; }

.side-widget ul li a:hover {
  color: #656565;
  background: #e5e5e5;
  border-bottom: 1px solid #d5d5d5;
  text-decoration: none; }

.side-widget label {
  display: none; }

.side-widget input[type=\"text\"] {
  width: 205px;
  height: 25px; }

.side-widget .wpp-thumbnail {
  float: left;
  margin-right: 5px; }

.free-updates {
  padding: 0px;
  border: 1px solid #e9e9e9;
  margin-bottom: 10px; }

.free-updates .widget_title {
  border-left: 5px solid #39b4ed;
  background: #39b4ed;
  color: white;
  padding: 5px; }

.free-updates .inner {
  padding: 10px; }

/*
 * ************SocialButton****************
 */
#social-icon {
  list-style: none;
  margin: 10px 0 10px 10px; }

#social-icon li {
  display: inline;
  margin: 0 0 5px 0px; }

#social-icon li a {
  display: block;
  float: left;
  background-image: url(/images/image_sprites.png); }

#social-icon li a.rss {
  width: 42px;
  height: 42px;
  background-position: 0px 0px;
  margin: 0 3px; }

#social-icon li a.twitter {
  width: 42px;
  height: 42px;
  background-position: 134px 0px;
  margin: 0 3px; }

#social-icon li a.facebook {
  width: 42px;
  height: 42px;
  background-position: 178px 0px;
  margin: 0 3px; }

#social-icon li a.techno {
  width: 42px;
  height: 42px;
  background-position: 91px 0px;
  margin: 0 3px; }

#social-icon li a.sms {
  width: 42px;
  height: 42px;
  background-position: 46px 0px;
  margin: 0 3px; }

#social-icon li a.reader {
  width: 90px;
  height: 25px;
  background: url(\"http://feeds2.feedburner.com/~fc/PhilNews247\") no-repeat;
  margin: 0 0 0 5px; }

/*
 * ************SocialButton****************
 */
.free-updates .gplusone {
  background-color: #ebf9e8;
  border-top: 1px solid white;
  border-bottom: 1px solid #ebebeb;
  font-size: 0.85em;
  color: black;
  padding: 9px 11px;
  line-height: 1px; }

.free-updates .gplusone span {
  margin-left: 4px;
  display: inline-block;
  vertical-align: text-top; }

.free-updates .twitter-follow {
  background-color: #eef9fd;
  order-top: 1px solid white;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 5px; }

/*
 * Social Media CSS
 */
.fb-like {
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -moz-transform: scale(1.5);
  transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -webkit-transform-origin: top left;
  padding-bottom: 20px;
  margin-right: 50px;
  float: left;
  width: auto !important; }

.at300b {
  float: left;
  margin-right: 4px;
  padding-top: 14px; }

/*
 * Google Search Results
 */
.gsc-webResult {
  line-height: 1.4; }

/*
 * custome post pagination
 */
.my-paginated-posts {
  font-size: 10px;
  font-weight: normal;
  font-family: arial; }

.my-paginated-posts p {
  font-size: 1.4em;
  line-height: 40px; }

.my-paginated-posts p a {
  background: #71bba1;
  color: black;
  padding: 0.5em 1.7em;
  text-decoration: none; }

.my-paginated-posts a:hover {
  color: white;
  background: #7f1315; }

/*
 * Used for Lotto Draw Results
 */
.draw_result {
  font-size: 27px;
  color: red;
  line-height: 34px; }