/*
 * ebal, Tue, 09 Apr 2019 18:48:59 +0300
 */

a:hover{
  text-decoration: underline !important;
  color: #000 !important;
}

.indexpost img {
    max-width: 100%;
    position: relative;
}

.bucket-get-help {
    background:#f3f6f8;
    text-align:center;
    margin-bottom:20px;
    overflow:hidden;
    border-radius:3px;
    padding:16px;
    clear:both;
}
.bucket-get-help div {
    margin:0 auto;
}

.title {
    color: IndianRed;
}

button.css3button {
    font-size: 16px;
    color: #ffffff;
    background-image: linear-gradient(#aec7d9, #294d66);

    padding: 8px 16px;

    border-radius: 10px;
    border: 2px solid #f8f8f8;
}

#social {
    float: right;
}

#menu_links {
    text-align: center;
    font-size: 18px;
    background-color: #FAF7F5;
    padding: 5px;
}
.button {
    display: inline;
    padding: 8px 16px;
}

/*
 * responsive  view
 */

/* Desktop Styles */
/* @media screen and (max-width:980px), screen and (max-device-width: 980px) { */
@media screen and (max-width: 980px) {
    body {
        margin: 0 0 0 0 !important;
    }
    #body-container {
        width: 98% !important;
    }
    button.css3button {
        font-size: 14px;
        padding: 20px 5px;
    }
    div.button {
        display: block;
        margin: 1%;
    }
    div#menu_links {
        display: inline-flex;
        width: 100%;
    }
    #head {
        display: none;
        text-align: center;
    }
    div#border_hack #column {
        display : none;
    }
    div#border_hack {
        margin-left : 100%;
    }
    div#border_hack #main {
        margin-left : -100%;
        width: 100%;
    }
    #whom {
        display: none;
    }
    .stackoverflow {
        display: none;
    }
    #searchbox {
        display: none;
    }
}

/*
 *  ebal, Tue, 09 Apr 2019 18:49:42 +0300
!important;
 */

@media only screen and (max-width: 800px) {
  .entry-info {
    display: none;
  }
  .entry-footer {
    display: none;
  }
  #navigation {
    display: none;
  }
  .navigation {
    display: none;
  }
  #menu_links {
    text-align: center;
  }
  #footer {
      display: none;
  }
  #social {
        display: none;
  }
}

