.hidden {
  display: none;
}

.promo-banner a {
  display: block;
  height: 250px;
  background-size: 1200px 100%;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -100%;
  overflow: hidden;
  color: transparent;
}

.mobile-banner a {
  display: none;
}

@media (max-width: 768px) {
  
  .promo-banner {
  display: none;  
  }
  
  .mobile-banner a {
    display: block;
    width: 100%;
    height: 202px;
    text-indent: -200%;
    overflow: hidden;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
  }

}

/* topics */

.area .headline {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
  margin-top: 15px;
  padding: 20px 0 20px 0;
}

@media (max-width: 768px) {

  .area .headline {
    text-indent: 20px;
  }

}

.area .headline .text,
.area .headline .text h1 {
  font: bold 22px Arial;
}

.area .post {
  font: normal 14px Arial;
  line-height: 18px;
}

.content-area .post-caption {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 20px 0 20px 0;
  padding-left: 60px;
  font: bold 28px Arial;
  line-height: 50px;
  color: #1a1919;
  text-transform: uppercase;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: left center;
}

.content-area .post-caption a {
  text-decoration: none;
  color: #1a1919;
}

.content-area .post-caption a:hover, .content-area a.post-caption:hover {
  opacity: 0.7;
}

.content-area .post-caption .show-all {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -wekbit-align-items: center;
  height: 20px;
  padding: 2px 24px 0px 0px;
  line-height: 100%;
  background-image: url(images/icon-show-all.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 15px;
  color: #000;
  font-size: 17px;
  text-decoration: none;
  opacity: 0.6;
}

.content-area .post-caption .show-all:hover {
  cursor: pointer;
  opacity: 0.5;
}

@media (max-width: 768px) {

  .content-area .post-caption .show-all {
    display: none;
  }

  .content-area .post-caption {
    display: flex;
    display: -webkit-flex;
    white-space: nowrap;
    margin: 20px 15px 20px 15px;
  }

}

/* Content Area Section */

.content-area {
  padding: 0 0 30px 0;
}

.content-area.bg {
}

.content-area.bg-white {
  background-color: #fff;
}

.content-area.sidebar .wrapper {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}

.content-area .wrapper .area {
  width: 100%;
}

.content-area .wrapper .board {
    margin: 30px 0 60px 0;
    padding: 20px 20px 0 20px;
    background: #fff;
    box-shadow: 0px 0px 6px #888;
}

.content-area .wrapper .board h1.big {
    text-transform: uppercase;
    font: bold 50px trade-ghotic-lt;
}

.content-area .wrapper .board p.small {
    font: normal 20px myriad-pro-regular;
}


@media (max-width: 768px) {
  .content-area .wrapper .board {
    margin: 0;
    padding: 15px 15px 15px 15px;
    box-shadow: none;
   }
}

.content-area .wrapper .board {
  margin: 30px 0;
  padding: 15px 20px;
  background: #fff;
  box-shadow: 0px 0px 6px #888;
}

.content-area .wrapper .board h1 {
  margin: 5px 0 20px 0;
  font: bold 20px Arial;
  color: #084084;
}

.content-area .wrapper .board ul {
  margin: 0 0 20px 15px;
  padding: 0;
  list-style-type: square;
  color: #fb5e1e;
}

.content-area .wrapper .board ul li {
  margin: 10px 0 15px 0;
  padding: 0;
  font: normal 14px Arial;
}

.content-area .wrapper .board ul li .name {
  font-size: 16px;
  color: #333;
}

.content-area .wrapper .board ul li .count {
  background: #ece8e8;
  color: #9e9e9e;
  padding: 0px 5px;
  font-size: 11px;
}

.content-area .wrapper .board ul li a {
  font-size: 16px;
  color: #333;
}

.content-area .wrapper .board ul li a:hover {
  text-decoration: none;
}

.content-area .wrapper .board ul li p {
  margin-top: 5px;
  font-size: 14px;
  color: #333;
}

.content-area .wrapper .board ul ul {
  margin: 0 0 20px 20px;
  list-style-type: square;
}

.content-area .wrapper .board ul ul a {
  font-size: 100%;
}

.content-area .wrapper .board ul ul p {
  font-size: 14px;
}

.content-area #post {
  margin: 30px 0;
  padding: 20px 20px 15px 20px;
  background: #fff;
  box-shadow: 0px 0px 6px #888;
}

.content-area #post .caption {
  font: normal 20px Arial;
  color: #084084;
}

.content-area #post .caption h1 {
  margin: 5px 0 20px 0;
  font: bold 20px Arial;
}

.content-area #post .post-views {
  float: right;
  font-size: 11px;
  font-weight: normal;
  color: silver;
}

@media (max-width: 1024px) {

  .content-area #post .post-views {
    display: none;
  }

}

.content-area #post .meta {
  display: flex;
  display: -webkit-flex;
  margin: 9px 0 0 0;
}

.content-area #post .meta .av {
  width: 50px;
}

.content-area #post .meta .av img {
  width: 40px;
  height: 40px;
}

.content-area #post .meta .date-and-author {
  width: calc(50% - 50px);
  box-sizing: border-box;
  padding: 0 0 0 5px;
}

.content-area #post .meta .date-and-author .author {
  margin: 5px 0 5px 0;
  font: normal 13px Arial;
  color: #8a8787;
}

.content-area #post .meta .date-and-author .date {
  margin: 0;
  font: normal 13px Arial;
  color: #8a8787;
}

.content-area #post .meta .category-and-tags {
  width: 50%;
}

.content-area #post .meta .category-and-tags a {
  color: #5690d9;
}

.content-area #post .meta .category-and-tags a:hover {
  text-decoration: none;
}

.content-area #post .meta .category-and-tags .category {
  margin: 5px 0 5px 0;
  text-align: right;
  font-family: Arial;
  font-size: 13px;
}

.content-area #post .meta .category-and-tags .tags {
  margin: 0;
  text-align: right;
  font-family: Arial;
  font-size: 13px;
}

.content-area #post .subject {
  margin: 10px 0 0 0;
  font: normal 15px Arial;
  text-align: justify;
}

.content-area #post .subject h1 {
  margin: 20px 0 10px 0;
  font-size: 19px;
  font-weight: bold;
}

.content-area #post .subject h2 {
  margin: 20px 0 10px 0;
  font-size: 17px;
  font-weight: bold;
}

.content-area #post .subject h3 {
  margin: 20px 0 10px 0;
  font-size: 15px;
  font-weight: bold;
}

.content-area #post .subject .post-thumb {
  float: left;
  width: 380px;
  margin: 0 20px 5px 0;
}

.content-area #post .subject img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.content-area #post .subject img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}

.content-area #post .subject img.alignnone {
  display: block;
  margin: 5px auto 0 auto;
}

@media (max-width: 768px) {

  .content-area #post .subject img {
    width: 100%;
    height: auto;
  }

  .content-area #post .subject img.alignleft,
  .content-area #post .subject img.alignright {
    float: initial;
    width: 100%;
    height: auto;
    margin: 0;
  }

}

.content-area #post .subject p,
.content-area #post .subject p span {
  margin: 10px 0;
  font: normal 15px Arial;
  line-height: 20px;
}

.content-area #post .subject blockquote {
  margin: 25px 0px 0px 0px;
  padding: 15px 40px;
  background: url(images/icon-quote-start.png) top left no-repeat, url(images/icon-quote-end.png) bottom right no-repeat;
}

.content-area #post .subject blockquote p {
  font-style: italic  !important;
}

.content-area #post .subject a {
  color: #5690d9;
  text-decoration: underline;
}

.content-area #post .subject a:hover {
  text-decoration: none;
}

.content-area #post .subject iframe {
  margin-bottom: 5px;
}

.content-area #post .subject ul,
.content-area #post .subject ol {
  margin: 15px 0 20px 15px;
  padding-left: 15px;
  list-style: none;
}

.content-area #post .subject ul li,
.content-area #post .subject ol li {
  margin: 0px 0 5px 0;
}

.content-area #post .subject ul li:before,
.content-area #post .subject ol li:before {
  content: "■";
  color: #f2641c;
  position: absolute;
  font-size: 11px;
  margin: 2px 0 0 -16px;
}

@media (max-width: 768px) {

  .content-area #post {
    margin: 0;
    padding: 15px 15px 15px 15px;
    box-shadow: none;
  }

  .content-area #post .subject .post-thumb {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .content-area.form form {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .content-area.form form input {
    margin-top: 5px;
    margin-bottom: 5px;
  }

}

/* section: latest posts */

.area.latest-post {
  padding: 15px 0 0 0;
}

.area.latest-post .post-caption {
  background-image: url(images/icon-latest-post.png);
  text-decoration: none;
}

.area.latest-post .holder {
  display: flex;
  display: -webkit-flex;
  padding: 0 0 20px 0;
}

.area.latest-post .holder .image {
  margin-right: 20px;
}

.area.latest-post .holder .image img {
  min-width: 360px;
  width: 360px;
  height: auto;
}

.area.latest-post .holder .contents {
  position: relative;
}

.area.latest-post .title,
.area.latest-post .title a {
  font-family: myriad-pro-regular, Arial;
  font-weight: bold;
  font-size: 20px;
  color: #084084;
  text-decoration: none;
}

.area.latest-post .title:hover,
.area.latest-post .title a:hover {
  opacity: 0.8;
}

.area.latest-post .comments {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  margin: -25px 0 0 0;
  text-align: center;
  background-color: #bbbbbb;
  border-radius: 100%;
  color: #fff;
  font: normal 11px Arial;
}

.area.latest-post .post {
  margin: 5px 0 15px 0;
  padding: 0;
  font: normal 15px Arial;
  line-height: 20px;
  text-align: justify;
}

.area.latest-post .post a {
  color: #5690d9;
}

.area.latest-post .post a:hover {
  text-decoration: none;
}

.area.latest-post .post img {
  width: 380px;
  height: 210px;
  margin-right: 20px !important;
}

.area.latest-post .post p {
  line-height: 18px;
}

.area.latest-post .more a {
  text-transform: uppercase;
  font-family: Arial;
  font-weight: bold;
  font-size: 17px;
  color: #fa5309;
  text-decoration: none;
}

.area.latest-post .more a:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {

  .area.latest-post .post {
    font-size: 16px;
    line-height: 22px;
  }

  .area.latest-post .holder {
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 0 15px;
  }

  .area.latest-post .holder .image {
    margin: 0;
  }

  .area.latest-post .holder .image img {
    display: block;
    width: calc(100% - 0px);
    height: auto;
    min-width: initial;
    margin: 0 auto;
  }

  .area.latest-post .holder .contents {
    margin: 20px 0;
  }

  .area.latest-post .more a {
    font-size: 19px;
  }

}

/* section: tag posts */

.area.tag-posts {
  padding: 20px 0 20px 0;
}

.area.tag-posts.popular .post-caption { 
  background-image: url(images/icon-popular-posts.png);
}

.area.tag-posts.training .post-caption { 
  background-image: url(images/icon-training-tips.png);
}

.area.tag-posts.opening .post-caption { 
  background-image: url(images/icon-opening-tips.png);
}

.area.tag-posts.popular .post {
  border-bottom: 3px solid #f44f4f;
}

.area.tag-posts.training .post {
  border-bottom: 3px solid #48c571;
}

.area.tag-posts.opening .post {
  border-bottom: 3px solid #1868cb;
}

.area.tag-posts .post-caption .tags {
  float: right;
  width: 50%;
  margin: 10px 0 0 10px;
  overflow: hidden;
  line-height: 100%;
  text-align: right;
  text-overflow: ellipsis;
}

.area.tag-posts .post-caption .tags a {
  margin-left: 10px;
  font-size: 18px;
  font-family: trade-ghotic-lt, Arial;
  text-decoration: none;
  text-transform: none;
  color: #6c6c6c;
}

.area.tag-posts .post-caption .tags a:hover {
  opacity: 0.7;
}

.area.tag-posts .holder {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.area.tag-posts .holder .post {
  width: 32%;
  background: #fff;
  box-shadow: 1px 2px 7px #bbb;
}

.area.tag-posts .holder .post .image img {
  width: 100%;
  height: auto;
  max-height: 198px;
}

.area.tag-posts .holder .post .contents {
  margin: 10px 15px 15px 15px;
}

.area.tag-posts .holder .title a {
  line-height: 130%;
  font-family: montserrat-regular, Arial;
  font-size: 19px;
  font-weight: bold;
  color: #084084;
  text-decoration: none;
}

.area.tag-posts .holder .title a:hover {
  opacity: 0.7;
}

.area.tag-posts .holder .text {
  margin: 10px 0 15px 0;
  font: normal 14px Arial;
  line-height: 20px;
  text-align: justify;
}

.area.tag-posts .holder .text ul,
.area.tag-posts .holder .text li {
  font: normal 14px lora-regular;
  margin-left: 15px;
}

.area.tag-posts .holder .text a {
  font: normal 14px lora-regular;
  color: gray;
}

.area.tag-posts .holder .text a span {
  font: normal 14px lora-regular !important;
}

.area.tag-posts .holder .text p {
  line-height: 18px;
}

.area.tag-posts .holder .text-continue {
  font-family: trade-ghotic-lt, Arial;
  font-size: 17px;
  font-weight: bold;
  color: #1a1919;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.area.tag-posts .holder .text-continue:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {

  .area.tag-posts .holder .post .image img {
    height: auto;
  }

  .area.tag-posts .post-caption .tags {
    display: none;
  }

  .area.tag-posts .holder {
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 0 10px;
  }

  .area.tag-posts .holder .post {
    width: 100%;
    margin: 0 auto 20px auto;
  }

  .area.tag-posts .holder .text {
    font-size: 16px;
    line-height: 22px;
  }

}

@media (max-width: 768px) {

  #wpadminbar {
    display: none;
  }

}

/* common */

html, body, div, form, fieldset, legend, label {
 margin: 0;
 padding: 0; 
}

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

th, td {
 text-align: left;
 vertical-align: top;
}

h1, h2, h3, h4, h5, h6, th, td, caption { margin: 0; font-weight:normal; }

img { border: 0; }

.clfx {
  clear: both;
}

body {
  margin: 0;
  min-width: 300px;
  background: #efefef url(images/bg-squares.jpg);
}

.wrapper {
  box-sizing: border-box;
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 768px) {

  .wrapper {
    padding: 0;
  }

}

/* elements */

#header {
  height: 90px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background: #fff;
}

#header .wrapper { 
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  height: 100%;
}

#header .logo {
  display: block;
  min-width: 265px;
  max-width: 456px;
  height: 100%; 
  background-image: url('images/logo-new.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  text-indent: -100%;
  overflow: hidden;
}

#header .socials {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 10px;
}

#header .socials a {
  overflow: hidden;
  display: inline-block; 
  width: 34px;
  height: 34px; 
  margin: 5px;
  text-indent: -200px;
}

#header .socials .facebook { 
  background-image: url('images/icon-facebook.png');
}

#header .socials .facebook:hover { 
  background-image: url('images/icon-facebook-active.png');
}

#header .socials .twitter { 
  background-image: url('images/icon-twitter.png');
}

#header .socials .twitter:hover {
  background-image: url('images/icon-twitter-active.png');
}

#header .socials .pinterest {
  background-image: url('images/icon-pinterest.png');
}

#header .socials .pinterest:hover {
  background-image: url('images/icon-pinterest-active.png');
}

#header .socials .youtube {
  background-image: url('images/icon-youtube.png');
}

#header .socials .youtube:hover {
  background-image: url('images/icon-youtube-active.png');
}

@media (max-width: 768px) {

  #header {
    height: initial; 
  }

  #header .wrapper {
    align-items: center;
    -webkit-align-items: center;
  }

  #header .logo {
    height: 75px;
	background-image: url('images/logo-new.png');
    background-position: center;
  }

  #header .socials {
    display: none;
  }

}

/* menu section */

.menu {
  width: 100%;
  background-color: #084084;
}

@media (max-width: 768px) {
  .menu.fixed {
    top: 0;
    z-index: 10;
    position: fixed;
  }
  .menu.opened {
    position: absolute;
    z-index: 65000;
  }
}

.menu-caption {
  display: none;
  height: 45px;
  min-height: 45px;
}

.menu .wrapper {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  min-height: 42px;
  padding-left: 5px;
  padding-right: 5px;
}

.menu a, .menu span.empty {
  display: block;
  padding: 12px 12px;
  font-family: montserrat-regular, Arial;
  font-weight: normal;
  font-size: 16px ;
  color: #fff;
  background-color: #084084;
  text-decoration: none;
}

.menu a:hover {
  background-color: #0066b5;
  color: #fff;
  cursor: pointer;
}

.menu ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 0;
  padding: 0;
}

.menu ul li {
  display: inline-block;
}

.menu ul ul {
  display: none;
  position: absolute;
  z-index: 1;
  padding-bottom: 8px;
  background-color: #084084;
}

.menu ul ul li {
  display: block;
}

.menu ul ul li a {
  padding-left: 20px;
  padding-right: 30px;
  font-size: 15px;
}

.menu .search {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.menu .search form div {
  display: flex;
  display: -webkit-flex;
}

.menu .search label {
  display: none;
}

.menu .search input[type="text"] {
  box-sizing: border-box;
  height: 30px;
  padding: 0 5px;
  background-color: #084084;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font: normal 15px Arial;
}

.menu .search input[type="submit"] {
  box-sizing: border-box;
  min-width: 30px;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  padding: 0;
  background-color: #084084;
  border: 1px solid #fff;
  border-radius: 0;
  background-image: url('images/icon-search.png');
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -200px;
  color: transparent;
}

.menu .search input[type="submit"]:hover {
  opacity: 0.7;
  cursor: pointer;
}

#menu.opened .wrapper {
  flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
}

#menu.opened ul ul {
  display: block !important;
  margin-left: 10px;
}

#menu.opened ul ul a {
  font-size: 14px !important;
}

@media (max-width: 1024px) {
  .menu .desktop {
    display: none;
  }

  .menu .wrapper {
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    box-sizing: border-box;
  }

  .menu .caption {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    display: block;
    margin-left: 5px;
    margin-right: 10px;
    color: #fff;
    font-family: Arial;
    font-size: 17px;
  }

  .menu ul {
    display: none;
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 100%;
    order: 3;
    -webkit-order: 3;
  }

  .menu ul:hover {
  }

  .menu ul li {
    width: 100%;
  }

  .menu ul ul {
    position: static;
  }

  .menu-caption {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    height: 30px;
    padding-left: 50px;
    background-size: 35px auto;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(images/icon-menu-button.png);
    cursor: pointer;
    font: bold 16px Arial;
    color: #fff;
  }

  .menu-caption:hover {
    opacity: 0.7;
  }

}

@media (max-width: 768px) {

  .menu .wrapper {
    flex-wrap: initial;
    -webkit-flex-wrap: initial;
  }

  .menu-caption {
    flex-grow: initial;
    -webkit-flex-grow: initial;
  }

  .menu .search input[type="text"] {
    width: 60%;
    width: 35vw;
  }

  .menu .search form div {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }

}

/* promo banner section for home page */

.promo {
  /* min-height: 480px; */
  background: #d9dbde radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  box-shadow: 0px 3px 2px #ccc;
}

.promo .caption {
  padding: 40px 0 30px 0;
  font-family: Arial; /*  myriad-pro-semi-bold */
  font-weight: normal;
  font-size: 27px;
  color: #161616;
  text-align: center;
  text-transform: uppercase;
}

.promo .holder {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.promo .holder .image {
  width: 290px;
  min-width: 290px;
  height: 365px;
  min-height: 365px;
  margin: -20px 0 0 40px;
  background-image: url('images/img-journal.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.promo .holder .contents {
  padding: 20px 10px 0 10px;
}

.promo .holder .contents p {
  margin: 0;
}

.promo .holder .contents strong {
  display: inline-block;
  margin: 0 0 10px 0;
  font-family: Arial; /* myriad-pro-semi-bold */
  font-weight: normal;
  font-size: 23px;
  text-transform: uppercase;
  text-align: center;
}

.promo .holder .contents ul {
  margin: 30px 0 0 0;
  padding: 0 0 0 25px;
}

.promo .holder .contents ul li {
  display: block;
  margin: 20px;
  padding: 1px 0 0 31px;
  font: normal 19px Arial;
  color: #1d1c1a;
  background-image: url(images/icon-checkbox-blue.png);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  background-size: 18px auto;
}

.promo .holder .contents form {
  display: flex;
  display: -webkit-flex;
}

.promo .holder .contents form input {
  box-sizing: border-box;
  display: block;
  width: 230px;
  margin: 10px 10px 0 0;
}

.promo .holder .contents form input[type="text"],
.promo .holder .contents form input[type="email"] {
  display: block;
  height: 42px;
  padding: 1px 14px 0 14px;
  border: 1px solid silver;
  box-shadow: 0 0 1px #999, inset 0 0 1px #999;
  font-family: myriad-pro-regular;
  font-size: 15px;
}

.promo .holder .contents form input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: none;
  height: 42px;
  padding: 0 30px 0 30px;
  background: #ff620a;
  font-family: sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.promo .holder .contents form input[type="submit"]:hover {
 opacity: 0.8;
}

.promo .holder .contents .note {
  margin: 15px 0 25px 0;
  padding: 1px 0 0 20px;
  font: normal 13px Arial;
  color: #8a8787;
  background-image: url(images/icon-lock.png);
  background-repeat: no-repeat;
  background-position: left center;
}


@media (max-width: 1080px) {

  .promo .caption {
    font-size: 24px;
    text-align: left;
  }

  .promo .holder .image {
    display: none;
  }

}

@media (max-width: 768px) {

  .promo .caption {
    padding: 30px 20px 20px 20px;
    text-align: center;
  }

  .promo .holder {
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .promo .holder .image {
    width: 145px;
    height: 182.5px;
    margin: 0;
  }

  .promo .holder .contents .title {
    font-size: 19px;
    text-align: center;
  }

  .promo .holder .contents ul {
    margin: 0;
    padding-left: 20px;
    padding-right: 10px;
  }

  .promo .holder .contents ul li {
    padding-top: 0;
    margin: 20px 0 20px 10px;
    font-size: 17px;
  }

  .promo .holder .contents form input {
    display: block;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .promo .holder .contents .note {
    display: inline-block;
    background-image: none;
    text-align: center;
  }

  .promo .form {
    text-align: center;
  }

  .promo .holder .contents form {
    flex-direction: column;
    -webkit-flex-direction: column;
  }

}

/* sidebar */

.content-area .wrapper #sidebar {
  width: 25%;
}

.content-area.sidebar .wrapper .area {
  width: 75%;
}

#sidebar .subscribe-primary {
  margin: 30px 0 0 20px;
  padding: 15px 0 5px 0;
  background-color: #1b4f8e;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font: normal 14px Arial;
  box-shadow: 0px 0px 6px #888;
  background: url(images/tile-sidebar-blue.png);
}

#sidebar .subscribe-primary .title {
  font-size: 19px;
  font-family: sans-serif;
  line-height: 26px;
  margin: 5px 15px 15px 15px;
}

#sidebar .subscribe-primary .title span {
  font-family: Arial;
  color: #ff620a;
}

#sidebar .subscribe-primary input {
  display: block;
  box-sizing: border-box;
  width: 90%;
  margin: 10px auto 11px auto;
  padding: 15px 9px 15px 12px;
  border: none;
  font-size: 15px;
}

#sidebar .subscribe-primary input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  height: 48px;
  padding: 0 0 0 15px;
  background: #ff620b;
  font-size: 18px;
  font-family: sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}

#sidebar .subscribe-primary input[type="submit"]:hover {
  cursor: pointer;
  opacity: 0.9;
}

#sidebar .socials-section {
  margin: 10px 0 0 20px;
  padding: 15px 10px 15px 10px;
  text-align: center;
  background: #fff;
}

#sidebar .cross-sites-section {
  margin: 10px 0 0 20px;
}

#sidebar .cross-sites-section div a {
  display: block;
  width: 275px;
  height: 245px;
  margin: 0 0 10px 0;
  color: transparent;
  overflow: hidden;
  text-indent: -200%;
}

/*
#sidebar .cross-sites-section .banner_wrapper {
  margin: 0 0 10px 0;
}

#sidebar .cross-sites-section .banner {
  position: relative;
}

#sidebar .cross-sites-section a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

#sidebar .cross-sites-section img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
*/

#sidebar .cross-sites-section.small a {
  display: block;
  width: 275px;
  height: 83px;
  background-size: contain;
  text-indent: -100%;
  overflow: hidden;
}

@media (max-width: 1230px) {
  #sidebar .socials-section {
    display: none;
  }
  #sidebar .cross-sites-section {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .content-area.sidebar .wrapper .area {
    width: auto;
  }
  .content-area.sidebar .wrapper #sidebar {
    display: none;
  }
}

/* footer */

#footer {
  background: #14437c;
}

#footer .wrapper {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 auto;
  padding: 20px 15px;
}

#footer .column {
  width: 33.3%;
  color: #fff;
  font: bold 15px Arial;
  text-transform: uppercase;
}

#footer .column:nth-child(1) {
  width: 22%;
}

#footer .column:nth-child(2) {
}

#footer .column:nth-child(3) {
}

#footer .column .caption {
  font-family:  open-sans-bold, Arial;
}

#footer .column ul {
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
}

#footer .column li {
  margin: 5px 0;
  color: #ff620a;
  font-family: open-sans-regular, Arial;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
}

#footer .column li a {
  padding: 0 0 0 14px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-image: url('images/img-orange-square.png');
  background-position: left center;
  background-repeat: no-repeat;
}

#footer .column li a:hover {
  text-decoration: underline;
}

#footer .site-info {
  display: flex;
  display: -webkit-flex;
  width: 100%;
  padding: 15px 0 15px 0;
  color: #fff;
  background: #0a305f;
  text-align: center;
}

#footer .site-info .wrapper {
  padding: 0 15px;
}

#footer .site-info a {
  margin-left: 5px;
  font-family: montserrat-regular, Arial;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  color: #a7b4c5;
}

#footer .site-info a:hover {
  text-decoration: underline;
}

#footer .site-info ul li {
  display: inline;
  font: normal 14px montserrat-regular;
  color: #a7b4c5;
}

#footer .site-title {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

@media (max-width: 768px) {

  #footer .wrapper {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }

  #footer .column {
    width: initial !important;
  }

  #footer .column ul {
    margin-bottom: 25px;
    margin-left: 10px;
    padding: 0;
  }

  #footer .site-info {
    text-align: left;
  }

  #footer .site-info .wrapper ul {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    list-style-type: disc;
    margin-top: 5px;
    margin-left: 15px;
    padding: 0;
  }

  #footer .site-info .wrapper ul li {
    display: list-item;
    padding: 2.5px 0;
    color: #ff620a;
  }

  #footer .site-info .wrapper ul li span {
    margin-left: -5px;
    color: #fff;
  }

}

/* Credential section: author, date, etc. */

.credentials {
  display: flex;
  display: -webkit-flex;
  margin: 10px 0 10px 0;
}

.credentials .av img {
  border: 3px solid #fff;
  border-radius: 100%
}

.credentials .date-n-author {
  position: relative;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}

.credentials .date {
  margin: 2px 7px;
  font: normal 13px Arial;
  color: #8a8787;
}

.credentials .author {
  margin: 2px 7px;
  font-family: Arial; /* myriad-pro-regular */
  font-size: 13px;
  font-weight: normal;
  color: #8a8787;
}

.credentials .tags {
  margin: 2px 7px;
  font: normal 13px Arial;
  color: #8a8787;
}

.credentials .tags a {
  color: #5690d9;
}

.credentials .tags a:hover {
  text-decoration: none;
}

.credentials .category {
  margin: 2px 7px;
  font: normal 13px Arial;
  color: #8a8787;
}

.credentials .category a {
  color: #5690d9;
}

.credentials .category a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {

  .credentials .date-n-author {
    display: flex;
    display: -webkit-flex;
  }

  .credentials .author {
    order: 1;
  }

  .credentials .date {
    order: 3;
  }

  .credentials .category {
    order: 2;
    position: static;
    margin: 2px 7px;
  }

}

#subscription-video-block {
  padding: 30px 20px;
  text-align: center;
  background: #fff;
}

#subscription-video-block .holder {
  box-sizing: border-box;
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 15px;
}

#subscription-video-block .caption {
  margin: 0 0 5px 0;
  font: bold 19px Arial;
  text-transform: uppercase;
  color: #ff620a;
}

#subscription-video-block .caption-sub {
  margin: 0 0 5px 0;
  font: bold 16px Arial;
  text-transform: uppercase;
  color: #787575;
}

#subscription-video-block form {
  margin: 15px 0 10px 0;
}

#subscription-video-block form input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  margin: 0 5px;
  padding: 12px 9px;
  font: normal 14px Arial;
  border: 2px solid #dadada;
}

#subscription-video-block form input[type="submit"] {
    padding-left: 55px;
    padding-right: 20px;
    background-color: #ff620a;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    border: none;
    background-repeat: no-repeat;
    background-position: 20px 12px;
    background-image: url(images/icon-msg.png);
}

#subscription-video-block form input[type="submit"]:hover {
  opacity: 0.7;
}

#subscription-video-block .note {
  display: inline-block;
  margin: 5px 0 0 0;
  padding: 1px 0 0 20px;
  font: normal 13px Arial;
  color: #8a8787;
  background-image: url(images/icon-lock.png);
  background-repeat: no-repeat;
  background-position: left center;
}

@media (max-width: 768px) {

  #subscription-video-block form {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  #subscription-video-block form input {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  #subscription-video-block form input[type="submit"] {
    height: 40px;
    padding: 0;
    text-align: center;
    background: #ff620a;
  }

  #subscription-video-block .note {
    background-image: none;
  }

}

div[role="form"] label {
  font: bold 14px Arial;
  color: #333;
}

div[role="form"] label span[role="alert"] {
  margin-left: 10px !important;
  color: #d84545;
}

div[role="form"] textarea {
  box-sizing: border-box;
  min-width: 330px;
}

div[role="form"] input[type="text"],
div[role="form"] input[type="email"] {
  box-sizing: border-box;
  min-width: 330px;
}

div[role="form"] input[type="submit"] {
  min-width: 330px;
  padding: 5px;
  font: bold 14px Arial;
  cursor: pointer;
}

@media (max-width: 768px) {

  div[role="form"] textarea, div[role="form"] input[type="text"], div[role="form"] input[type="email"], div[role="form"] input[type="submit"] {
    width: 100%;
    min-width: initial;
  }

}

/* Contact Form */

.wpcf7-form textarea {
  box-sizing: border-box;
  width: 370px;
  padding: 11px 8px;
  font-size: 15px;
  border-radius: 3px;
  border: 1px solid silver;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
  box-sizing: border-box;
  width: 370px;
  margin: 5px 0 0 0;
  padding: 11px 8px;
  font-size: 15px;
  border-radius: 3px;
  border: 1px solid silver;
}

.wpcf7-form input[type="submit"] {
  width: 370px;
  padding: 8px 0 !important;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  border-radius: 2px;
  border: 1px solid silver;
}

.area .topics {
  padding: 15px 20px 25px 20px;
  background: #fff;
  box-shadow: 0px 0px 6px #888;
}

.area .post-holder {
  margin: 0 0 50px 0;
}

.area .post-holder .title {
  font-size: 20px;
  font-family: montserrat-regular;
  color: #005d9e;
}

.area .post-holder .content .title-inner {
  display: none;
  margin: 12px 0 5px 0;
}

.area .post-holder .content .title-inner a {
  color: #005d9e;
  font-family: montserrat-regular;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
}

.area .post-holder .content .title-inner a:hover {
  opacity: 0.7;
}

.area .post-holder .content .date-n-author-inner {
  display: none;
}

.area .post-holder .title a {
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  color: #005d9e;
  text-decoration: none;
}

.area .post-holder .title a:hover {
  opacity: 0.8;
}

.area .post-holder .title a h2 {
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
}

.area .post-holder .meta {
  display: flex;
  display: -webkit-flex;
  margin: 10px 0 0 0;
}

.area .post-holder .meta .author-avatar img {
    border: 3px solid #fff;
    border-radius: 100%;
}

.area .post-holder .meta .date-n-author {
  position: relative;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
}

.area .post-holder .meta .author {
  margin: 2px 7px;
  font: normal 13px Arial;
  color: #8a8787;
}

.area .post-holder .meta .date {
  margin: 2px 7px;
  font: normal 13px Arial;
  color: #8a8787;
}

.area .post-holder .meta .category {
  position: absolute;
  right: 0;
  top: 16px;
  margin: 10px 0 5px 0;
  font: normal 13px Arial;
  color: #8a8787;
}

.area .post-holder .meta .category a {
  color: #5690d9;
}

.area .post-holder .meta .category a:hover {
  text-decoration: none;
}

.area .post-holder .frame {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin: 0;
  font: normal 14px Arial;
  line-height: 18px;
}

.area .post-holder .image img {
  display: block;
  width: 230px;
  height: 130px;
}

.area .post-holder .image .more a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0 0 0;
  padding: 11px 0 9px 0;
  text-align: center;
  border: 2px solid #5690d9;
  font-family: Arial;
  font-weight: bold;
  color: #5690d9;
  text-decoration: none;
  text-transform: uppercase;
}

.area .post-holder .image .more a:hover {
  opacity: 0.8;
}

.area .post-holder .content {
  margin: 0 0 0 15px;
  font-family: Arial;
  text-align: justify;
}

.area .post-holder .content a {
  font-family: Arial;
  color: #004fb3;
}

.area .post-holder .content a:hover {
  text-decoration: none;
}

.area .post-holder .content p {
  margin-top: 0;
  font-family: Arial;
  line-height: 18px;
}

.area .post-holder .content .more {
  display: none;
  margin-top: 10px;
}

.area .post-holder .content .more a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: trade-ghotic-lt;
  font-size: 16px;
  color: #000;
}

.area .post-holder .content .more a:hover {
  opacity: 0.8;
}

.area .post-holder .more-after {
  display: none;
}

@media (max-width: 768px) {

  .area .post-holder .image img {
    width: 100px;
    height: auto;
  }

}

@media (max-width: 568px) {

  .area .post-holder .frame {
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .area .post-holder .image img {
    width: 100%;
    height: auto;
  }

  .area .post-holder .content {
    margin: 10px 0 0 0;
  }

  .area .post-holder .image .more a {
    display: none;
  }

}

/* Pagination */

.pagination {
  display: flex;
  display: -webkit-flex;
}

.pagination h2 {
  margin: 0 5px 0 0;
  font-family: Arial;
  font-size: 16px;
  color: #333;
}

.nav-links a:hover {
  cursor: pointer;
  opacity: 0.7;
  text-decoration: none;
  background: #eee;
}

.nav-links a,
.nav-links span {
  padding: 2px;
  border-radius: 5px;
  font-family: Arial;
  font-size: 16px;
  color: #333;
}

.nav-links span.current {
  font-weight: bold;
}

/* common in topics */

.content-area .wp_rp_content {
  margin: 50px 0 0 0;
}

.content-area .wp_rp_content .wp_rp_edit {
  display: none;
}

@media (max-width: 768px) {
  .content-area .wp_rp_content {
    padding: 0 15px;
  }
}

.content-area .related_post_title {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 46px;
  margin: 10px 0 20px 0 !important;
  padding: 0 0 0 60px;
  font-family: Arial;
  font-weight: bold;
  font-size: 25px !important;
  text-transform: uppercase;
  background-image: url(images/icon-related-posts.png);
  background-repeat: no-repeat;
}

.content-area .related_post {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 0 !important;
  padding: 0 !important;
}

.content-area .related_post li {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  width: 100%;
  max-width: 280px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 6px #aaa;
}

.content-area .related_post li:before {
  display: none;
}

.content-area .related_post li:hover {
  opacity: 0.8;
}

.content-area .related_post li:nth-child(2n+1) {
  border-bottom: 5px solid #f44f4f;
}

.content-area .related_post li:nth-child(2n+2) {
  border-bottom: 5px solid #1868cb;
}

.content-area .related_post li:nth-child(2n+3) {
  border-bottom: 5px solid #48c571;
}

.content-area .related_post li a {
  display: block;
}

.content-area .related_post li .wp_rp_title {
  display: block;
  padding: 5px 10px 10px 10px;
  text-align: left;
  font-family: Arial;
  font-size: 105%;
  text-decoration: none;
  color: #2282f9;
}

.content-area .related_post li .wp_rp_publish_date {
  order: 1;
  -webkit-order: 1;
  display: block;
  padding: 0px 10px 10px 10px;
  font-family: myriad-pro-regular;
  color: #a9a6a6;
}

.content-area .related_post li .wp_rp_thumbnail {
}

.content-area .related_post li .wp_rp_thumbnail img {
  width: 100%;
  height: 160px;
  border-radius: 3px 3px 0 0;
}

@media (max-width: 1024px) {
  .content-area .related_post {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .content-area .related_post li:nth-child(2n+1),
  .content-area .related_post li:nth-child(2n+2) {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {

  .content-area .related_post {
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
  }

  .content-area .related_post li {
    width: 100%;
    max-width: initial;
    margin: 0 0 20px 0;
  }

  .content-area .related_post li .wp_rp_thumbnail img {
    height: initial;
  }

}

#related-products .title {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 46px;
  margin: 40px 0 20px 0;
  padding: 0 0 0 60px;
  font-family: Arial;
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
  background-image: url(/wp-content/themes/thechessworld/images/icon-related-posts.png);
  background-repeat: no-repeat;
}

#related-products .container {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

#related-products .product {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  max-width: 280px;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 20px 0 0 0;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 6px #aaa;
  text-decoration: none;
}

#related-products .product .caption {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 10px;
  padding: 5px 10px 5px 10px;
  font-family: Arial;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  color: #2282f9;
}

#related-products .product img {
  display: block;
  height: auto;
  width: 90%;
}

#related-products .product a {
  font-family: montserrat-regular;
  font-size: 105%;
  text-decoration: none;
  color: #2282f9;
}

@media (max-width: 1024px) {
  #related-products .container {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
}

@media (max-width: 768px) {
  #related-products {
    margin-left: 15px;
    margin-right: 15px;
  }
  #related-products .product {
    max-width: initial;
  }
}

.content-area .adv-area {
  padding: 40px 10px;
  border: 2px solid #ff620a;
  margin: 25px -20px -15px -20px;
  cursor: pointer;
  text-decoration: none;
}

.content-area .adv-area .caption {
  font-family: myriad-pro-semi-bold;
  font-size: 20px;
  text-align: center;
  color: #1868cb;
  text-transform: uppercase;
}

.content-area .adv-area .caption b {
  color: #ff620a;
}

.content-area .adv-area a.image {
  display: block;
}

.content-area .adv-area a.image img {
  display: block;
  width: 100%;
  max-width: 706px;
  margin: 14px auto 12px auto;
}

.content-area .adv-area .holder {
  margin: 0 20px;
  text-align: center;
  line-height: 120%;
  font-family: myriad-pro-regular, Arial;
  font-weight: normal;
  font-size: 20px;
}

.content-area .adv-area .holder a.button {
  display: inline-block;
  margin: 20px auto 15px auto;
  padding: 15px 20px 10px 20px;
  font-family: myriad-pro-semi-bold, Arial;
  font-size: 17px;
  white-space: nowrap; 
  text-align: center;
  text-transform: uppercase;
  text-decoration: none; 
  color: #ff620a !important;
  border: 2px solid #ff620a;
}

.content-area .adv-area .holder a.button:hover {
  text-decoration: none !important;
  color: #5690d9 !important;
  opacity: 0.8;
  border-color: #5690d9;
}

.content-area .adv-area .holder a.link {
  color: #1868cb;
  text-decoration: underline
}

.content-area .adv-area .holder a.link:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .content-area .adv-area {
    margin: 20px 0 0 0;
  }
}

/* comments styles */

.comments-area {
  margin: 50px 0 0 0;
}

.comments-area .caption {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 0 0 30px 0;
  padding: 0 0 0 63px;
  height: 46px;
  background-image: url(images/icon-add-comment.png);
  background-repeat: no-repeat;
  font-family: Arial;
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
}

.comments-area .comment-list {
  margin: 0;
  padding: 0;
}

.comments-area .comment {
  margin: 15px 0;
  padding: 15px;
  list-style: none;
  background: #fff;
  border: 2px solid #c9c9c9;
}

.comments-area .comment .comment-meta {
  display: flex;
  display: -webkit-flex;
}

.comments-area .comment .comment-meta .author-avatar {
}

.comments-area .comment .comment-meta .author-avatar img {
}

.comments-area .comment .comment-meta .author-meta {  
  margin: 0 0 0 10px;
}

.comments-area .comment .comment-meta .name-and-edit {
  margin: 0 0 5px 0;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
}

.comments-area .comment .comment-meta .name-and-edit a {
  color: #2381f9;
}

.comments-area .comment .comment-meta .name-and-edit a:hover {
  text-decoration: none;
}

.comments-area .comment .comment-meta .date-and-time {
  font-family: Arial;
  font-size: 13px;
}

.comments-area .comment .comment-content {
}

.comments-area .comment .comment-content p {
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
}

.comments-area .comment .reply {  
}

.comments-area .comment .reply a {
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #2381f9;
}

.comments-area .comment .reply a:hover {
  text-decoration: none;
}

/*
.comments-area .comment-edit-link {
  color: #0057b0;
}
*/

/* comment reply area and form */



.comments-area .comment-form label {
  display: block;
  text-transform: uppercase;
  font-family: trade-ghotic-lt;
  font-size: 20px;
}

/*
.comments-area .comment-list {
  padding: 0;
}

.comments-area .comment-list li {
  margin: 0 0 15px 0;
  padding: 20px 20px 15px 19px;
  background-color: white;
  border: 2px solid #cacacb;
  list-style: none
}

.comments-area .comment-list .comment-head {
  display: flex;
}

.comments-area .comment-list .comment-head .avatar {
  border-radius: 100%;
}

.comments-area .comment-list .comment-author-meta {
  padding: 5px 0 0 9px;
}

.comments-area .comment-list .comment-author-meta span.num {
  display: none;
  font-family: myriad-pro-regular;
  font-size: 17px;
  color: #8a8787;
}

.comments-area .comment-list .comment-author-meta span.author,
.comments-area .comment-list .comment-author-meta span.author a {
  font-family: myriad-pro-semi-bold;
  font-size: 17px;
  color: #262525;
}

.comments-area .comment-list .comment-author-meta span.author a:hover {
  text-decoration: none;
}

.comments-area .comment-list .comment-author-meta span.date-n-time {
  font-family: myriad-pro-regular;
  font-size: 13px;
  color: #8a8787;
}

.comments-area .comment-list .comment-body {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.comments-area .comment-list .comment-body p {
  font: normal 15px Arial;
}

.comments-area .comment-list .comment-body .comment-author {
  width: 100px;
}

.comments-area .comment-list .comment-body .comment-meta {
  width: calc(100% - 100px);
}

.comments-area .comment-list .comment-data {
  display: flex;
  display: -webkit-flex;
}

.comments-area .comment-list .comment-data .text {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  overflow: hidden;
}

.comments-area .comment-list .comment-data .text p {
  color: #161616;
  line-height: 20px;
  font-family: Tahoma;
  font-size: 15px;
  text-align: justify;
  word-break: break-all;
  white-space: normal;
}

.comments-area .comment-list .actions {
  display: none;
  margin-top: -60px;
}

.comments-area .comment-list .actions a {
  display: block;
  margin: 8px 0 0 0;
  padding: 8px 25px 5px 25px;
  font-family: myriad-pro-semi-regular;
  font-size: 17px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}

.comments-area .comment-list .actions a:hover {
  opacity: 0.8;
  cursor: pointer;
}

.comments-area .comment-list .comment-reply-link {
  color: rgba(3, 108, 162, 0.97);
  border: 2px solid rgba(3, 109, 162, 0.97);
}

.comments-area .comment-list .comment-quote-link {
  color: rgba(137, 138, 138, 0.97);
  border: 2px solid rgba(137, 138, 138, 0.97);
}
*/

.comments-area .comment-respond .comment-reply-title {
  box-sizing: border-box;
  margin: 50px 0 10px 0;
  padding: 7px 0 0 63px;
  height: 46px;
  background-image: url('images/icon-add-comment.png');
  background-repeat: no-repeat;
  font-family: trade-ghotic-lt, Arial;
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
}

.comments-area .comment-respond .comment-reply-title a {
  text-decoration: none;
  color: #2381f9;
}

.comments-area .comment-respond .comment-reply-title small {
  display: none;
}

.comments-area .comment-respond .comment-form {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.comments-area .comment-respond .comment-form .logged-in-as a {
  font-family: Arial;
  font-size: 14px;
  color: #1868cb;
}

.comments-area .comment-respond .comment-form .logged-in-as a:hover {
  text-decoration: none;
}

.comments-area .comment-respond label {
  display: none;
}

.comments-area .comment-respond p {
  margin: 10px 0 10px 0;
}

.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 530px;
  min-height: 50px;
  padding: 5px 14px;
  border: 1px solid #cacacb;
  box-shadow: 0px 0px 1px #d5d5d5, inset 0px 0px 1px #f1f1f1;
  font-family: Arial;
  font-size: 15px;
  line-height: 20px;
  color: #555;
}

.comments-area .comment-respond textarea {
  min-height: 150px;
  padding: 12px 14px 5px 14px;
}

.comments-area .comment-respond .comment-notes {
  order: 1;
  -webkit-order: 1;
  margin: 15px 0 5px 0;
  font-family: myriad-pro-regular;
  font-size: 14px;
  color: #8a8787;
}

.comments-area .comment-respond .comment-form-author {
  order: 2;
  -webkit-order: 2;
}

.comments-area .comment-respond .comment-form-email {
  order: 3;
  -webkit-order: 3;
}

.comments-area .comment-respond .comment-form-url {
  order: 4;
  -webkit-order: 4;
}

.comments-area .comment-respond .comment-form-comment {
  order: 5;
  -webkit-order: 5;
}

.comments-area .comment-respond .form-submit {
  order: 6;
  -webkit-order: 6;
}

.comments-area .comment-respond .g-recaptcha {
  margin: 0.5em 0;
}

.comments-area .comment-respond .submit {
  height: 40px;
  margin: 0;
  padding: 1px 25px 0 25px;
  background: none;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: 2px solid #4290f1;
  color: #3d8ef3;
  box-shadow: inset 0px 0px 1px #b7cde7, 0px 0px 1px #518cd5;
}

.comments-area .comment-respond .submit:hover {
  opacity: 0.8;
  cursor: pointer;
}

@media (max-width: 768px) {
  .comments-area {
    padding: 0 15px;
  }
}

.content-area #post .subject img.aligncenter {
  display: block;
  margin: 20px auto;
}

.useful-and-share-tip {
  margin: 0 0 20px 0;
  font-family: Arial;
  font-weight: bold;
}

/* social buttons */

#social-buttons {
  display: flex; 
  display: -webkit-flex; 
  flex-wrap: wrap; 
 -webkit-flex-wrap: wrap;
}

#social-buttons .cell {
  margin: 5px 5px 0 0;
}