/*
Template: reboot
Version: 1.0.0
*/
.td-md-is-chrome .td_block_inner_overflow .td_module_wrap,
.td-md-is-chrome .td_block_inner_overflow .item-details {
  position: relative;
}
.author-profile-card {
    padding: 15px;
    margin-bottom: 15px;
}
.author-photo {
    float: left;
    text-align: left;
    padding: 10px;
}
.social-center {
  display: flex;
  justify-content: center;
}
@media (max-width: 1000px) {
.hidden-widget{
    display: none;
  }
}
.nonea a {
    display: inline-block;
    color: #000000;
    line-height: 1.5;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
.nonea a:after {
    display: block;
    content: "";
    background-color: #FF8496;
    height: 1.5px;
    width: 0%;
    left: 50%;
    position: absolute;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.nonea a:hover {
color: #FF8496;
}
.nonea a:hover:after,
.nonea a:focus:after {
    width: 100%;
}
@media (max-width: 1000px) {
.nonea{
    display: none;
  }
}
.site-branding {
margin-left: auto;
margin-right: auto;
}
/*  ----------------------------------------------------------------------------
    Code for up-down block
*/
#slidebox_container {
    font-family: RobotoCondensedRegular;
    font-style: normal;
    font-weight: normal;
            position: fixed;
            z-index: 9999999;
            padding: 0;
left: 0;
right: 0;
bottom: 0;
top: auto;
width: 100%;
border: 1px solid gainsboro;
background: #FFCCFF;
        }
#slidebox_container .sbclose {
position: absolute;
top: -43px;
right: 0px;
font-size: 15px;
text-decoration: none;
line-height: 38px;
color: #007DAC;
cursor: pointer;
background: #fcfcfc;
padding: 0 10px 0 10px;
height: 40px;
border: 1px solid #007DAC;
font-family: arial;
        }
#slidebox_container .sbclose:hover {
color: #FF1BBE;
}