@media screen and (min-width: 1px) {
  .top-container {
    background-color: #7dd9e8;
    padding: 0 0 10px 0;
    /* width: 100%; */
    margin: 0 auto;
    font-family: "Mulish", sans-serif;
  }

  .header-1 {
    max-width: 960px;
    margin: 0 auto;
  }
  a {
    text-decoration: none;
    color: black;
  }
  .header-1::after {
    content: "";
    display: block;
    clear: both;
  }

  .logo-container {
    /*   float: left; */
    text-align: center;
  }
  .logo-container img {
    width: 227px;
  }
  .search-container {
    /*   float: left; */
    /*   padding-top: 20px; */
    position: relative;
    /* background-color: blueviolet; */
    /* border: 2px solid red; */
    width: 80%;
    float: right;
    height: 50px;
  }
  .hamburger {
    width: 60px;
    /* border: 2px solid red; */
    float: left;
    text-align: center;
  }
  .hamburger img {
    max-width: 100%;
    width: 30px;
  }

  /********************* hover effect */
  /* Dropdown Button */
  .dropbtn {
    background-color: #7dd9e8;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    height: 20px;
  }

  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }

  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;

    z-index: 1;
  }

  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {
    background-color: #ddd;
  }

  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }

  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {
  }
  /* ****************************** */
  .searchbar-left-curve,
  .searchbar-right-curve {
    float: left;
  }
  .search-container input {
    background-color: #caeff7;
    float: left;
    width: 70%;
    height: 20px;
    /*   border: 2px solid red; */
    font-size: 10px;
  }
  .cross-icon {
    position: absolute;
    right: 143px;
    bottom: 7px;
    display: none;
  }
  .search-icon {
    position: absolute;
    right: 125px;
    bottom: 7px;
    display: none;
  }

  .search-button {
    background: url(../images/icons/search-button.png) no-repeat;
    width: 53px;
    margin-left: 4px;
    float: left;
    height: 22px;
    font-size: 11px;
    padding-top: 4px;
    padding-left: 7px;
  }
  .profile-section {
    /*   float: right; */
    /* background-color: red; */
    text-align: right;
    padding-top: 14px;
    font-weight: bold;
    display: none;
  }
  .profile-section h1 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .profile-section a {
    font-size: 12px;
  }

  .top-bar {
    background-color: #f5f5f5;
    width: 100%;
    margin: 1px auto;
  }
  .top-bar a:hover {
    color: #7dd9e8;
  }
  .bottom-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 2px 25px;
  }
  .bottom-container-left {
    float: left;
    padding-top: 12px;
    padding-bottom: 10px;
    /* border: 2px solid red; */
    width: 90%;
  }
  .bottom-container-right {
    float: left;
    padding-top: 10px;
    /* border: 2px solid red; */
    display: none;
  }
  .bottom-container-right-only-icons {
    float: left;
    margin-top: 10px;
  }
  .bottom-container-right-only-icons img {
    margin-left: 5px;
  }
  .bottom-container-left a {
    font-family: "Mulish", sans-serif;
    font-size: 13px;
    margin-right: 22px;
    font-weight: bolder;
  }
  .bottom-container-right img {
    /*   margin-left: 22px; */
    position: relative;
    top: 3px;
    right: 3px;
  }
  .bottom-container-right a {
    font-family: "Mulish", sans-serif;
    font-size: 13px;
  }
  .topics {
    font-weight: bolder;
  }

  .bottom-container::after {
    content: "";
    display: block;
    clear: both;
  }
  form input {
    border: none;
    height: 21px;
    outline: none;
  }

  /* Below top-bar */

  .main-container-wrapper {
    padding: 0px 0px 31px 0px;
  }
  .main-container {
    margin: 0px auto;
    padding: 22px 31px 0px 33px;
    max-width: 960px;
  }
  .main-left {
    max-width: 738px;
  }
  /* .left {
  float: left;
} */
  .sidebar-left {
    margin-top: 8px;
    width: 194px;
    display: none;
  }
  .sidebar-title-bottom,
  .sidebar-title-right,
  .sidebar-title-top {
    background-color: #2fc1da;
    color: #fff;
    font-size: 16px;
  }

  .sidebar-title-top {
    padding: 13px 12px 11px 12px;
  }
  .sidebar-bottom,
  .sidebar-top {
    background-color: #f0f4f5;
  }

  .sidebar-top {
    height: 89px;
  }
  ul {
    list-style: none;
  }
  .sidebar-content {
    background-color: #f0f4f5;
    position: relative;
  }
  .sidebar-content:hover,
  .sidebar-right-content:hover {
    background-color: white;
    color: #7dd9e8;
  }

  .sidebar-text,
  .sidebar-text-bottom {
    color: #474747;
    font-size: 11px;
  }
  .sidebar-text {
    padding: 13px 18px 7px 11px;
    position: relative;
    width: 140px;
    font-weight: bolder;
  }
  .sidebar-text-bottom {
    padding: 10px 7px 10px 11px;
    position: relative;
    width: 150px;
    font-weight: bolder;
  }
  .top-text-top-sidebar {
    margin-bottom: 4px;
  }
  /* .right {
  float: right;
} */
  .cross-icon-container,
  .search-button-container,
  .selected-button,
  .sidebar-icon,
  .sidebar-link,
  .sidebar-text,
  .sidebar-text-bottom,
  .sidebar-top-text,
  .sidebar-right-content,
  .social-fcn-links-left,
  .social-fcn-links-right,
  .unselected-button {
    cursor: pointer;
  }
  .sidebar-icon-menu {
    position: absolute;
    top: 40.99%;
    right: 14px;
  }
  .sidebar-icon-download {
    position: absolute;
    bottom: 7px;
    right: 14px;
  }
  .sidebar-title-bottom {
    padding: 12px 12px 12px 12px;
    border-bottom: 1px solid #f0f4f5;
  }
  .sidebar-bottom {
    /* height: 431px; */
  }
  .entry-container {
    font-size: 30px;
    margin-top: 3px;
    max-width: 518px;
  }
  .entry-nav {
    border-bottom: 2px solid #2fc1da;
    margin-top: 4px;
    padding-left: 50px;
  }
  .all-entries {
    background: url(../images/left.png) no-repeat;
    background-color: #f5f5f5;
  }
  .all-entries,
  .subscribed {
    height: auto;
    width: 40%;
    /*   max-width: 258px; */

    float: left;
  }
  .subscribed {
    background: url(../images/right.png) no-repeat;
    background-color: #f5f5f5;
  }
  .entry-nav-title {
    font-size: 12px;
    text-align: center;
    padding-top: 12px;
  }

  .selected-button,
  .unselected-button:hover {
    background: url(../images/selected.png) no-repeat;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 44.1%;
    color: #fff;
    font-size: 11px;
    text-align: center;
  }

  .selected-button {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 11px;
    padding-top: 9px;
    width: 44.12%;
    height: 20px;
    float: left;
  }
  /* .pad-left {
     margin-left: 10px; 
  } */
  .unselected-button {
    background: url(../images/unselected.png) no-repeat;
    /*     background-size:contain; */
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #343434;
    font-size: 11px;
    text-align: center;
    margin-top: 11px;
    padding-top: 9px;
    width: 44.1860465%;
    height: 20px;
    float: left;
    margin-left: 1px;
  }

  .pad-right {
    margin-right: 10px;
  }

  .entry {
    padding: 14px 0px 15px 0px;
    border-bottom: 1px solid #d8d8d8;
    width: 92%;
  }
  .profile-pic {
    margin-top: 1px;
    float: left;
    width: 20%;
  }
  a,
  a.social-fcn-links,
  a.social-fcn-link-right {
    color: #3b464a;
    text-decoration: none;
  }
  .entry-details {
    /*   width: 429px; */
    padding-right: 11px;
    line-height: 14px;
    float: right;
    width: 70%;
  }
  .entry-topic {
    font-size: 14px;
    margin-bottom: 5px;
  }
  a.topic-link {
    color: #505050;
    font-weight: bolder;
  }
  .pad-left1 {
    padding-left: 1px;
  }
  .entry-info,
  .notification,
  .user-profile-fcn-link {
    font-size: 11px;
  }
  .entry-info {
    color: #7e7e7e;
    margin-bottom: 4px;
  }
  .bold {
    font-weight: bold;
  }
  .blue {
    color: #50afc1;
  }
  .green {
    color: #8ba949;
  }
  .green:hover,
  .red:hover {
    cursor: pointer;
  }
  .notification {
    margin-bottom: 3px;
    margin-top: 2px;
  }
  .red {
    color: #d3401e;
  }
  .sidebar-right {
    background-color: #f5f5f5;
  }
  .sidebar-right {
    margin-top: 8px;
    width: 45%;

    float: left;
  }
  /* .right {
  float: right;
} */
  .sidebar-title-bottom,
  .sidebar-title-right,
  .sidebar-title-top {
    background-color: #2fc1da;
    color: #fff;
    font-size: 16px;
  }
  .sidebar-title-right {
    border-bottom: 3px solid #f5f5f5;
    padding: 13px 12px 11px 13px;
  }
  .sidebar-right-content-wrapper {
    height: 325px;
  }
  .sidebar-right-content {
    color: #5b5b5b;
    font-size: 11px;
    padding: 10px 0px 10px 12px;
    font-weight: bolder;
  }

  .sidebar-lefty {
    margin-top: 8px;
    margin-right: 8px;
    width: 45%;
    float: left;
  }
  /* ************FOOTER************* */

  .main {
    background-color: #727272;
    /* width: 100%; */
    height: 37px;
    padding-top: 22px;
  }
  .footer-container {
    max-width: 960px;
    margin: 0px auto;
    font-size: 10px;
    color: white;
  }
  .footer-content-left {
    float: left;
    margin-right: 25px;
  }
  .footer-content-right {
    float: left;
  }
  .footer-content-left a {
    color: white;
  }
  .footer-content-left a:hover {
    text-decoration: underline;
    color: #7dd9e8;
  }

  .search-text {
    color: white;
    font-family: "Mulish", sans-serif;
    font-size: 10px;
  }
}

/* ***************************************************************** */

@media screen and (min-width: 768px) {
  /* CHANGED */
  .hamburger,
  .dropdown,
  .bottom-container-right-only-icons {
    /* display: none; */
  }
  .bottom-container-right {
    float: left;
    padding-top: 10px;
    /* border: 2px solid red; */
  }
  .hamburger img {
    max-width: 100%;
    width: 20px;
  }
  .main-container {
    padding: 22px 0 0px 33px;
  }

  .main-left {
    width: 100%;
  }
  .sidebar-left {
    display: block;
    float: left;
  }

  .entry-container {
    float: right;
  }
  .sidebar-lefty {
    display: none;
  }
  .sidebar-right {
    width: 100%;
  }
  .bottom-container-right-only-icons img {
    margin-left: 20px;
  }
}

@media screen and (min-width: 992px) {
  .hamburger,
  .dropdown {
    display: none;
  }
  .bottom-container-right-only-icons {
    display: inline;
  }
  .profile-section {
    float: right;
    text-align: right;
    padding-top: 14px;
    font-weight: bold;
    display: inline;
  }

  /*/*/

  .top-container {
    background-color: #7dd9e8;
    padding: 0 0 10px 0;
    width: 100%;
    margin: 0 auto;
    font-family: "Mulish", sans-serif;
  }

  .header-1 {
    width: 960px;
    margin: 0 auto;
  }
  a {
    text-decoration: none;
    color: black;
  }
  .header-1::after {
    content: "";
    display: block;
    clear: both;
  }

  .logo-container {
    float: left;
    width: 25%;
    margin-right: 40px;
  }
  .logo-container img {
    width: 227px;
  }
  .search-container {
    width: 45%;
    float: left;
    padding-top: 20px;
    position: relative;
    /* background-color: blueviolet; */
    display: b;
  }
  .searchbar-left-curve,
  .searchbar-right-curve {
    float: left;
  }
  .search-container input {
    background-color: #caeff7;
    float: left;
    width: 297px;
    height: 20px;
  }
  .cross-icon {
    position: absolute;
    right: 143px;
    bottom: 7px;
  }
  .search-icon {
    position: absolute;
    right: 125px;
    bottom: 7px;
  }

  .search-button {
    background: url(../images/icons/search-button.png) no-repeat;
    width: 53px;
    margin-left: 4px;
    float: left;
    height: 22px;
    font-size: 11px;
    padding-top: 4px;
    padding-left: 7px;
  }

  .profile-section h1 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .profile-section a {
    font-size: 12px;
  }
  /* footer */
  .main {
    background-color: #727272;
    width: 100%;
    height: 37px;
    padding-top: 22px;
  }
  .footer-container {
    width: 945px;
    margin: 0px auto;
    font-size: 10px;
    color: white;
  }
  .footer-content-left {
    float: left;
  }
  .footer-content-right {
    float: right;
  }
  .footer-content-left a {
    color: white;
  }
  .footer-content-left a:hover {
    text-decoration: underline;
    color: #7dd9e8;
  }
  .bottom-container-right-only-icons img {
    margin-left: 20px;
  }
}

@media screen and (min-width: 1150px) {
  .bottom-container-right {
    display: inline-block;
    float: right;
  }

  .bottom-container-left {
    width: 50%;
  }

  .main-left {
    width: 80%;
    float: left;
  }
  .sidebar-right {
    width: 20%;
    float: right;
  }
  .cross-icon {
    position: absolute;
    right: 146px;
    bottom: 33px;
    display: inline;
  }
  .search-icon {
    position: absolute;
    right: 125px;
    bottom: 32px;
    display: inline;
  }

  /* footer */
  .main {
    background-color: #727272;
    width: 100%;
    height: 37px;
    padding-top: 22px;
  }
  .footer-container {
    width: 945px;
    margin: 0px auto;
    font-size: 10px;
    color: white;
  }
  .footer-content-left {
    float: left;
  }
  .footer-content-right {
    float: right;
  }
  .footer-content-left a {
    color: white;
  }
  .footer-content-left a:hover {
    text-decoration: underline;
    color: #7dd9e8;
  }
  .entry-nav {
    padding: 0px;
  }

  .all-entries,
  .subscribed {
    width: 49%;
  }
  .bottom-container-right-only-icons {
    display: none;
  }
}
