/*
Theme Name:     Newspaper 6 Child theme
Theme URI:    http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI:   http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        6.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

/* =============> General Link Styling <============= */

.welcome a:link {
  color: #fff;
  text-decoration: underline;
}
.welcome a:hover {
  color: #fff;
  text-decoration: underline;
}
.welcome a:active {
  color: #fff;
  text-decoration: underline;
}
.welcome a:visited,
.home-cat a:visited {
  color: #fff;
  text-decoration: none;
}

.home-cat a:link {
  color: #fff;
  text-decoration: none;
}
.home-cat a:hover {
  color: #fff;
  text-decoration: none;
}
.home-cat a:active {
  color: #fff;
  text-decoration: none;
}
.elancer-register a:hover {
  text-decoration: underline;
}


/* =============> Logo <============= */
.logo-text-container .td-tagline-text {
  color: #4DB2EC;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .logo-text-container .td-tagline-text {
    color: #4DB2EC;
    font-size: 16px;
  }
}

/* =============> (Advanced) Search <============= */
.search-page-search-wrap #searchsubmit {
  position: static;
  display: inline-block;
  height: 50px;
  margin-bottom: 20px;
  font-size: 120%;
}

#s, #searchsubmit {
  height: 50px;
}
#searchsubmit {
  padding: 10px 30px;
}
.search-page-search-wrap #s {
  border: 2px solid #111;
  margin-bottom: 20px;
  font-size: 120%;
}
.checkbox-wrapper h5 {
  margin-top: 0;
}

/* =============> Start Page <============= */
.welcome p {
  color: #fff;
}



.home-cat .td_module_6 {
  position: relative;
  height: 100%;
  padding: 0;
  margin-bottom: 48px;
  height: 200px;
}
.home-cat .td_module_6 a {
  display: block;
  height: 100%;
}
.home-cat .td_module_6 .entry-title {
  font-size: 130%;
  line-height: 30px;
  padding:15px 5px;
}
.home-cat .td_module_6 .item-details {
  min-height: 0;
}

.home-cat-details {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 !important;
  padding: 0.2rem 1.2rem !important;
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.5);
}
/* =============> Social Media <============= */

.instapaper img{
    max-height: 36px;
    padding-top: 3px;
    padding-left: 5px;
}

/* =============> Search <============= */

.td-drop-down-search .more-search{
    text-align: right;
    display: block;
    padding-top: 5px;
}

.search-text{
    position: relative;
}

.checkbox-wrapper{
    margin-bottom: 20px;
}

.checkbox{
    float: left;
}

.checkbox input[type="checkbox"] {
    display:none;
}

.checkbox input[type="checkbox"] + label {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #111;
    cursor: pointer;
    padding: 5px;
    margin: 5px 5px 5px 0px;
}
.checkbox input[type="checkbox"]:checked + label {
    background: black;
    color: #ffffff;
}

/* =============> Print Icon <============= */
#td-top-print {
  position: absolute;
  right: 60px;
  top:20%;

}
i.td-icon-print {
  display: inline-block;
  font-size: 19px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}

/* =============> Register <============= */

.alphas-line{
  margin-bottom: 20px;
}

.alphas-line ul{
  list-style: none;
}

.alphas-line ul li{
  display: block;
  float: left;
  width: 3.84%;
  text-transform: uppercase;
  color: #c3c3c3;
}

.elancer-register ul{
  list-style: none;
}

.elancer-register ul li {
  margin-left: 0;
}

.author-box-wrap hr,
.search-page-search-wrap hr {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 20px;
  border: 1px solid #ededed;
}

.dropcap{
  width: 70px;
  height: 70px;
  padding: 8px 5px 5px 5px;
  text-align: center;

  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  float: left;
  display: block;
  font-size: 50px;
  line-height: 50px;
  background-color: #111;
  color: white;
  margin: 9px 13px 0 0;
  font-family: Verdana, Geneva, sans-serif;
  text-transform: uppercase;
}

.author-box-wrap img{
  margin-right: 10px;
}

.hide {
  display: none;
}

.clearfix {
  clear: both;
}

ul.horizontal-list li {
  display: inline-block;
  width: 50%;
  float: left;
}

@media (max-width: 450px) {
  ul.horizontal-list li {
    width: 100%;
    clear: both;
  }
}
