/**
 * Theme Name: DCW v2
 * Description: Core styles loosely based on PixelGreen template.
 * Version: 1.0
 * Author: Maurice Lebon
 * Author URI: www.mauricelebon.com
 */
/**********
 * Global *
 **********/
body {
  font-family: 'Poppins', Open Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  color: #555;
  background: #FFF;
}

a {
  color: #4572A5;
}

a:hover {
  color: #669900;
  text-decoration: underline;
}

/**********
 * Layout *
 **********/
#container {
  width: 1010px;
  margin: 0 auto;
  padding-top: 25px;
}

#content-wrap {
  float: left;
  background: #FFFFFF;
  padding: 19px 20px 20px;
}

#content {
  text-align: left;
  min-height: 500px;
  padding: 0;
  margin: 0 auto;
  width: 970px;
}

/***********
 * Sidebar *
 ***********/
#sidebar {
  float: right;
  width: 250px;
  margin: 0;
  padding: 0;
}

#sidebar h2 {
  color: #0B93D6;
  padding: 12px 0px 0px 33px;
  margin: 0;
  font-weight: 500;
  font-size: 1.2em;
  background: transparent url(../images/search.png) no-repeat 10px 12px;
}

#sidebar ul.sidemenu {
  list-style: none;
  margin: 10px 0 15px 0;
  padding: 0;
  background: #F2F2F2;
}

#sidebar ul.sidemenu li {
  padding: 1px 10px;
}

#sidebar ul.sidemenu a {
  display: block;
  font-weight: normal;
  font-size: 0.85em;
  color: #333;
  outline: 0;
  padding: .3em 0 .3em 15px;
  line-height: 1.5em;
  border-bottom: 1px dashed #D4D4D4;
  text-decoration: none;
}

#sidebar ul.sidemenu a:hover {
  padding: .3em 0 .3em 9px;
  border-left: 6px solid  #4A7294;
  color: #4A7294;
}

#sidebar ul.sidemenu a.top {
  border-top: 1px dashed #D4D4D4;
  padding-top: .4em;
}

#sidebar ul.sidemenu a.top:hover {
  padding-top: .4em;
}

#sidebar ul.sidemenu a.selected {
  color: #669900;
}

.sidebox {
  border: 1px solid #EFEDED;
  background: #F5F5F5;
  margin-bottom: 20px;
}

/*********
 * Table *
 *********/
table {
  border-collapse: collapse;
  margin: 10px 15px;
  font-size: 0.9em;
}

table th {
  background: #0B93D6;
  padding-left: 8px;
  padding-right: 8px;
  color: #fff;
  text-align: left;
  border-left: 1px solid #9AB6D5;
  border-bottom: solid 2px #FFF;
  font-weight: 600;
}

table th strong {
  color: #fff;
}

table tr {
  height: 32px;
}

table td {
  padding-left: 8px;
  padding-right: 8px;
  border-left: 1px solid #FFF;
  border-bottom: solid 1px #ffffff;
}

table td.first, table th.first {
  border-left: 0px;
}

table tr.row-a {
  background: #F8F8F8;
}

table tr.row-b {
  background: #EFEFEF;
}

table tr.row-c {
  background: #FFFFFF;
}

table tr.row-d {
  background: #FFFFFF;
}

table tr.row-c td, table tr.row-d td {
  padding: 0px;
}

table tr.row-c td div.description, table tr.row-d td div.description {
  padding: 10px;
  margin: 0px;
  border-bottom: 1px dotted #bbb;
  border-top: 0;
  color: #678;
}

/*********
 * Cards *
 *********/
.card {
  border: 0;
}

.card .card-header {
  border-radius: 0;
}

.card .card-body {
  padding: .5rem;
}

.card .card-body .list-group {
  font-size: 0.9em;
}

.card .card-body .list-group-item {
  border-style: dashed;
  padding: .75rem .75rem;
}

/********
 * Form *
 ********/
form {
  margin: 10px 15px;
  padding: 0;
  border: 1px solid #f2f2f2;
  background-color: #FAFAFA;
}

fieldset {
  background: transparent;
  border: 0px;
}

label {
  display: block;
  font-weight: bold;
  margin: 5px 0;
}

input {
  padding: 2px;
  border: 1px solid #E7E7E7;
  font-weight: normal;
  font-size: 1em;
  color: #777;
}

textarea {
  width: 400px;
  padding: 2px;
  font-weight: normal;
  font-size: 1em;
  border: 1px solid #E7E7E7;
  height: 100px;
  display: block;
  color: #777;
}

/**********
 * Search *
 **********/
.searchform {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

.searchform p {
  margin: 10px;
  padding: 0;
}

.searchform input.textbox {
  width: 130px;
  color: #333;
  height: 20px;
  padding: 2px;
  vertical-align: top;
}

.searchform input.button {
  font: bold 12px Arial, Sans-serif;
  color: #333;
  width: 60px;
  height: 26px;
  border: 1px solid #DADADA;
  padding: 3px 5px;
  vertical-align: top;
}

/****************
 * Main content *
 ****************/
#main {
  float: left;
  width: 700px;
  margin: 0 0 10px 0;
  padding: 0;
  /* &.home h2 {
        color: #0B93D6;
        padding: 10px 0px 0px 5px;
        // font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
        font-weight: bold;
        font-size: 1.4em;
    } */
}

#main.full {
  width: 100%;
}

#main.padded {
  padding: 5px 10px;
}

#main img {
  border: 0px;
  padding: 0px;
  background: transparent;
}

#main h2 {
  color: #0B93D6;
  margin: 0 0 15px 0px;
  border-bottom: 1px solid #f2f2f2;
  font-weight: normal;
  font-size: 1.6em;
}

#main h3 {
  color: #4A7294;
  padding: 15px 0px 5px 5px;
  margin: 0 0 0 10px;
  border-bottom: 1px solid #f2f2f2;
  font-weight: normal;
  font-size: 1.3em;
}

#main h3.section {
  margin: 10px 0px 10px 10px;
  border: 0px;
}

#main ul li {
  list-style-image: url(../images/bullet.gif);
}

/************
 * Home page *
 ************/
.header-over {
  display: none;
  text-align: center;
  padding: 10px 20px;
  width: 100%;
  color: #283c61;
  /* background: gainsboro; */
  /*666;*/
  margin-bottom: 5px;
  position: relative;
  font-size: 1.2em;
  font-weight: 500;
}

.header-over .p-cta {
  position: absolute;
  right: 0px;
  top: -15px;
  font-size: 0.9rem;
}

.header-image {
  position: relative;
  float: left;
  margin-bottom: 10px;
  height: 450px;
  width: 970px;
  padding: 0px;
}

.header-image .header-globe {
  float: left;
  position: relative;
  top: 50px;
  left: 60px;
  opacity: 0.8;
}

.header-image .header-globe img {
  width: 90%;
}

.header-image .header-caption {
  position: relative;
  right: 20px;
  top: 15px;
  text-align: right;
  /* &.bg-1 {
            color: #525591;
        }
        &.bg-2 {
            display: none;
        } */
}

.header-image .header-caption h2 {
  font-size: 1.3em;
}

.bg-1 .header-image {
  background: url(../images/home-bg-dcw-1.jpg) 50% no-repeat;
  background-size: cover;
}

.bg-1 .header-image .header-caption {
  color: #525591;
}

.bg-2 .header-over {
  display: block;
}

.bg-2 .header-image {
  background: url(../images/home-bg-dcw-2.jpg) 50% no-repeat;
  background-size: cover;
}

.bg-2 .header-image .header-caption {
  display: none;
}

.p-cta {
  background: transparent;
  margin-top: 20px;
  text-align: right;
}

.p-cta a {
  font-size: 0.98em;
}

.btn-cta.btn-primary {
  color: #333;
  background: #FFF url(../images/gradientbg.jpg) repeat-x;
  border-color: #FFF;
}

/********
 * Post *
 ********/
.post {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  background: #FFF url(../images/gradientbg.jpg) repeat-x;
  border: 1px solid #EFEDED;
}

.post table.with-sidebar {
  width: 668px;
  margin-top: 15px;
}

.post .post-footer {
  background-color: #FAFAFA;
  border: 1px solid #f2f2f2;
  padding: 5px;
  margin-top: 20px;
  font-size: 95%;
}

.post .post-footer .date {
  background: url("../images/clock.gif") no-repeat 0 center;
  padding-left: 20px;
  margin: 0 10px 0 5px;
}

.post .post-footer .comments {
  background: url("../images/comment.gif") no-repeat 0 center;
  padding-left: 20px;
  margin: 0 10px 0 5px;
}

.post .post-footer .readmore {
  background: url("../images/page.gif") no-repeat 0 center;
  padding-left: 20px;
  margin: 0 10px 0 5px;
}

.cols {
  min-height: 240px;
}

/** Watch section **/
.nsy, .nsy a {
  color: #FF6E1F;
}

.storyline, .storyline a {
  font-weight: bold;
}

/** Usernames **/
a.user {
  color: #669900;
}

span.unknown {
  color: #000000;
}

/************
 * Comments *
 ************/
table.comments {
  width: 658px;
  margin: 10px 0px 20px 20px;
}

table.comments th {
  border-bottom: 1px dotted #dddddd;
  padding: 10px 0px 7px;
  vertical-align: top;
  text-align: center;
  background: transparent;
  border-left: 0px;
}

table.comments td {
  border-bottom: 1px dotted #dddddd;
  padding: 10px 5px 10px 10px;
  vertical-align: top;
}

form.dcform {
  width: 100%;
  margin-top: 20px;
  background: transparent;
}

form.dcform fieldset {
  width: 100%;
}

form.dcform div {
  float: left;
}

form.dcform div.submit {
  margin: 2px 0px 10px 255px;
}

form.dcform label {
  font-weight: normal;
  float: left;
  width: 250px;
  text-align: right;
  line-height: 22px;
  height: 20px;
  padding-right: 5px;
  margin: 0;
}

form.dcform input, form.dcform select, form.dcform textarea {
  padding: 2px 0 2px 2px;
  margin: 2px 0;
}

form.dcform select {
  border: solid 1px #EEEEEE;
  color: #777777;
  padding: 0px 0 0px 2px;
  font-size: 12px;
  width: 305px;
}

form.dcform input {
  width: 180px;
}

form.dcform input.submit {
  width: 80px;
  margin-top: 0px;
  font-weight: normal;
}

form.dcform textarea {
  float: left;
  height: 70px;
  width: 300px;
}

form.dcform.comments {
  border: 0px;
  margin-top: 0px;
}

form.dcform.comments input.submit {
  margin-top: 2px;
  float: right;
  margin-right: 28px;
}

form.dcform.comments textarea {
  width: 658px;
  height: 120px;
}

form.dcform.report-form label {
  width: 200px;
}

form.dcform.report-form div.submit {
  margin-left: 205px;
}

form.dcform .center {
  width: 100%;
  text-align: center;
}

form.dcform .desc {
  margin-top: 15px;
  width: 668px;
}

/************
 * Podcasts *
 ************/
.table-podcasts td:nth-child(2) {
  white-space: nowrap;
}

/*********
 * Video *
 *********/
#main ul.videomenu {
  width: 100%;
  height: 29px;
  padding: 0;
  margin: -5px 0 5px;
  background: #EFF6FF;
  list-style-type: none;
}

#main ul.videomenu li {
  position: relative;
  float: left;
  list-style-image: none;
}

a.artist {
  color: #d0e0ef;
}

a.artist:hover {
  color: #ffffff;
  border-bottom: 1px dotted #ffffff;
  text-decoration: none;
}

.videomenu .vmenubutton {
  width: 80px;
  line-height: 29px;
  background: #59BDEF;
}

.videomenu .vmenubutton a, .videomenu .vmenubutton span {
  height: 29px;
  display: block;
}

.videomenu .vmenubutton a {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
}

.videomenu .vmenubutton a:hover {
  color: #f3f7e3;
  background: #0B93D6;
}

.videomenu .vmenubutton span.none {
  background: #EFF6FF;
}

.videomenu .vmenurating {
  width: 508px;
  height: 29px;
  text-align: center;
}

.videomenu .vmenurating table {
  margin: 0px auto;
  margin-left: 65px;
}

.videomenu .vmenurating td {
  border: 0;
  padding: 0;
  text-align: left;
  padding-top: 4px;
}

.videomenu .vmenurating td.label {
  padding-top: 0px;
  padding-right: 3px;
}

/***********
 * Twitter *
 ***********/
.twtr-doc img {
  background: none;
  padding: 0px;
}

/*****************
 * Rating system *
 *****************/
#star {
  width: 100%;
}

#star ul.star {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 170px;
  height: 20px;
  left: 5px;
  top: -5px;
  position: relative;
  float: left;
  background: url("../images/stars.gif") repeat-x left -25px;
  cursor: pointer;
}

#star li {
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 170px;
  height: 20px;
  text-decoration: none;
  text-indent: -9000px;
  z-index: 20;
  position: absolute;
  padding: 0;
}

#star li.curr {
  background: url("../images/stars.gif") left 25px;
  font-size: 1px;
}

#star div.user {
  left: 10px;
  position: relative;
  float: left;
  font-size: 13px;
  font-family: Arial;
  color: #888;
}

/**********
 * Footer *
 **********/
#footer {
  clear: both;
  font-weight: normal;
  font-size: .9em;
  text-align: left;
  background: #FFFFFF;
  margin: 0 auto;
  padding: 0;
}

#footer strong {
  font-weight: 600;
}

#footer h1, #footer p {
  margin-left: 0;
}

#footer-content {
  width: 970px;
  border-top: 1px solid #EAEAEA;
  margin: 0 auto;
  padding-top: 8px;
}

#footer-content a {
  text-decoration: none;
  color: #777;
}

#footer-content a:hover {
  text-decoration: underline;
  color: #333;
}

#footer-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/****************
 * Responsivity *
 ****************/
@media (max-width: 991px) {
  #container {
    width: 100%;
    padding: 10px;
  }
  #content-wrap {
    width: 100%;
    padding: 0px;
  }
  #content {
    width: 100%;
  }
  #content.home {
    padding: 15px;
  }
  .header-image {
    position: relative;
    margin: 0;
    width: 100%;
  }
  .header-image .header-globe {
    float: none;
    position: initial;
    margin: 50px auto 0;
    min-width: 325px;
    max-width: 45%;
  }
  .header-image .header-caption {
    position: absolute;
    margin: 0;
    padding: 15px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .header-image .header-caption h2 {
    font-size: 1.2em;
  }
  .header-image .header-caption p {
    font-size: 0.9em;
  }
  .header-image .header-caption .p-cta {
    margin: 10px 0 0;
  }
  .header-image .header-caption .btn-cta {
    background: #0B93D6;
    border-color: #0B93D6;
    color: #fff;
  }
  #main {
    width: 100%;
  }
  #main.padded {
    padding: 15px 20px;
  }
  #main.home .card:first-child {
    margin-top: 15px !important;
  }
  .post {
    padding: 10px;
  }
  .post table.with-sidebar {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #sidebar {
    width: 100%;
  }
  #sidebar .sidebox {
    width: 49%;
    float: left;
  }
  #sidebar .sidebox:last-child {
    float: right;
  }
  #footer {
    padding: 0 20px;
  }
  #footer-content {
    width: 100%;
  }
}

/*********
 * Other *
 *********/
.float-left {
  float: left;
}

.float-right {
  float: right;
}

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

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

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

.clear {
  clear: both;
}

.gray {
  color: #BFBFBF;
}

.errors {
  color: #EE3300;
  border: 1px solid #EE3300;
  padding: 6px;
  margin: 15px 15px 0px;
}

.messages {
  color: #009900;
  border: 1px solid #009900;
  padding: 6px;
  margin: 15px 15px 0px;
}
