/*
Theme Name:     Newspaper 7 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:        7.0c
*/


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

.td-menu-background:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.98;
    background: rgb(49,59,69);
    background: -webkit-gradient(180deg, rgba(49,59,69,1) 50%, rgba(85,91,93,1) 100%);
    background: linear-gradient(180deg, rgba(49,59,69,1) 50%, rgba(85,91,93,1) 100%);
}

/*== LinkedIn Share Button ==*/
.td-classic-linkedin{
  position: relative;
  top: -1px;
  left: 7px;
}

.td-post-sharing-top .td-social-linkedin, .td-post-sharing-bottom .td-social-linkedin {
 background-color: #0077b5;
 margin-right: 10px;
 display: inline-block;
 vertical-align: middle;
}

.td-post-sharing-top .td-social-linkedin .IN-widget a[id$="link"], .td-post-sharing-bottom .td-social-linkedin .IN-widget a[id$="link"] {
 display: block !important;
 min-height: 40px !important;
}

@media (min-width: 1141px) {
 .td-classic-sharing ul {
  margin:0 0 0 20px;
 }
}

.td-social-pinterest {
 margin-right: 10px;
}

@media (max-width: 320px) {
 .td-social-pinterest {
   margin-right: 0px;
 }
}

/*== Hatch WTB API styling ==*/
#hatch_url {
  position: absolute;
  z-index: 9001;
  margin-top: 11px;
  opacity: 1;
  background-color: rgb(255, 255, 255);
  transition: opacity 0.5s ease;
  width: 211px;
}
.hatch_ctnr {border-radius: 3px; position: relative;box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 2px, rgba(0, 0, 0, 0.1) 0px 0px 0px 1px; }
.hatch_ctnr:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  z-index: 9999;
  top: -9px;
  left: 9px;
}
.hatch_ctnr:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #999;
  top: -10px;
  left: 9px;
}
.hatch_ctnr a div{
  border-collapse: collapse;
  box-sizing: content-box;
  vertical-align: middle;
  display: table-cell;
  height: 30px;
  line-height: 25px;
  font-size: 15px;
  max-width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid rgb(221, 221, 221);
  padding: 8px 10px;
  overflow: hidden;
}
.hatch_ctnr a:first-child div:first-child {
  border-top-left-radius: 3px;
}
.hatch_ctnr a:first-child div:last-child {
  border-top-right-radius: 3px;
}
.hatch_ctnr a:last-child div:first-child {
  border-bottom-left-radius: 3px;
}
.hatch_ctnr a:last-child div:last-child {
  border-bottom-right-radius: 3px;
}
.hatch_ctnr a:hover div:first-child {
  box-shadow: inset 4px 0 0 0 #0098d7;
}
.hatch_ctnr a:hover div:last-child {
  box-shadow: inset -4px 0 0 0 #0098d7;
}
.hatch_ctnr a{display:table-row;text-align:center;text-decoration:none;color:#666666;font-size:0.8em;}
.hatch_ctnr a img{
  height: 100%;
  max-width: inherit;
  vertical-align: middle;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
}
.hatch_ctnr .no_stock {color: #b4b4b4;}
.hatch_ctnr .stock {color:#0098d7; width: 100px;}
.hatch_ctnr .stock:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 8px;
  transform: rotate(45deg);
  box-sizing: content-box;
  border-style: solid;
  border-width: 0px 3px 3px 0px;
  margin: 0px 7px 1px 3px;
}
.hatch_ctnr span {
  padding: 10px;
  display: block;
  cursor: default;
  color: #666;
  font-size: 14px;
}
.cta_link{color:#0098d7; margin: 0 auto; text-align: center;cursor:pointer; position: relative;}
.cta_btn{width: 100%; display: block; background-color:#0098d7; color:#FFF; padding:10px; margin: 0 auto; text-align: center;cursor:pointer; position: relative;word-wrap: break-word;line-height: 1.1rem;}
.hatch_ctnr:before, .hatch_ctnr:after {
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* ASUS Subscribe Btn - table-press */
.subscribe {
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom:30px;
}
.subscribe-tb {
  display: table-cell;
  width: 50%;
}
.subscribe .region {
  display: table;
  width: 100%;
}
.subscribe-tb .btn {
  display: table-cell;
  width: 50%;
}
.subscribe-tb .form_question_button {
  background-color: #4db2ec;
  color:#fff;
  padding: 7px 10px;
  border: none;
  border-radius: 4px;
}
.subscribe-tb .form_question_button:hover {
  background-color: #1b95e0;
}
@media screen and (max-width: 480px) {
  .subscribe-tb {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}

/* ASUS Legal Pop up */
.legal-container-pop-up {
  display: block;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
  background-color: #424242;
}
.pop-up-inner {
  position: relative;
  padding: 30px;
  color: #fff;
  max-width: 1100px;
  margin: 0 auto;
}
.pop-up-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #1b95e0;
  background-image: url("images/icons/icon-popup-close.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  height: 17px;
  width: 17px;
}
.pop-up-content {
  width: 80%;
  margin-left: 0;
}
@media screen and (max-width: 480px) {
  .pop-up-content {
    width: 100%;
    margin: 0 auto;
  }
}