#menu .item-m1,
#menu .item-m2 {
  display: none; 
}

@media screen and (max-width: 1130px) {

  .front {
    margin-left: 23px;
    margin-right: 23px;
  }

  #menu a {
    font-size: 22pt;
  }
}

@media screen and (max-width: 930px) {             
  h2.widget-title {
    font-size: 13px; 
  }
  
  #logo-bar h1 {
    font-size: 40pt;
  }

  #slogan-inner {
    font-size: 12pt;
  }

  #menu a {
    font-size: 16pt;
  }
  
  .single #content .actions .action a {
    font-size: 16pt;
  }

  #footer-menu {
    width: auto;
    margin: 0;
  }

  #footer-menu li {
    float: none;
    background-image: none !important;
    background-color: #2055b3 !important;
    margin: 5px auto !important;
    height: auto !important;
  }

  #footer-menu li a {
    font-size: 13pt;
    line-height: 1.8em;
  }

  h1.comp-title {
    font-size: 31pt;
    margin-top: 0;
  }
}

@media screen and (max-width: 850px) {
  /* Index page mobile style */
  .index #content article {
    position: relative; 
  }
  
  .index #content .fluid-wrap {
    width: auto;
    float: none;
  }

  .index #content .fluid {
    width: auto;
    margin: 0;
  }

  .index #content .fluid .main-part {
    width: auto;
    margin-right: 0;
  }

  .index #content .fluid .main-part .article-header .post-time{
    background: url('images/clock.png') no-repeat 0% 50%;
  }

  .index #content .fluid-wrap .fluid .thumbnail {
    float: none;
    width: 50%;
  }
  
  .index #content .fluid-wrap .fluid .thumbnail .thumbnail-inner .thumb-img img {
    height: auto;
  }

  #content .actions .action a {
    margin-top: 2px
  }
  
  .index #content .actions {
    width: 100%;
    margin: 0;
  }
  
  .index  #content .actions .votes {
    position: absolute;
    width: 43%;
    top: 10%;
    right: 3.5%;
  }
  
  .index #content .actions .votes .percent {
    padding: 0;
    float: none;
    width: 100%;
    position: absolute;
    top: 26.5%;
  }
  
  .index #content .actions .votes .percent-inner {
    margin: 0;
  }
  
  .index #content .actions .votes .options {
    margin: 0;
    float: none;
    width: auto;
  }
  
  .index #content .actions .votes .options ul li a,
  .index #content .actions .votes .options ul li a:hover {
    width: auto;
    background-position: 50% 0;
  }
  
  .index #content .actions .votes .options .vote-up a {
    border-radius: 0;
  }
  
  .index #content .actions .votes .options .vote-down a {
    border-radius: 0;
  }
  
  .index #content .actions .votes .options .vote-up {
    margin: 0;
  }

  .index #content .actions .votes .options .vote-down {
    margin: 37px 0 0 0;
  }
  
  /* Single page mobile style */  
  .single #content .actions {
    margin: 5px 0;
    padding: 0;
  }
  
  .single #content .actions .action {
    width: 45%;
    position: relative;
    float: left;
    margin: 0 4% 0 2%;
  }
  
  .single #content .actions .action a {
    font-size: 20pt;
  }
  
  .single #content .post .actions .votes {
    width: 45%;
    float: left;
  }
  
  .single #content .main-part {
    width: auto;
    padding: 2% 2% 0;
    float: none;
  }
  
  .single #content .fluid-wrap .fluid .thumbnail {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  .single #content .fluid-wrap .fluid .thumbnail .thumbnail-inner {
    width: 50%;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 780px) {
  /* Follow-us */
  .follow-us-social-icons ul {
    width: 520px;
  }
  
  .follow-us-social-icons ul .youtube {
     margin: 5px 0 0 38%;
  }

  .get-button a {
    font-size: 18pt;
  }
}

@media screen and (max-width: 700px) {

  /* Hide hover for mobile */
  #content .votes .options li.vote-up a:hover,
  #content .votes .options li.vote-down a:hover {
    background-color: transparent;
  }

  .front {
    margin-left: 0;
    margin-right: 0;
  }

  #logo-bar h1 {
    font-size: 16pt;
  }

  #logo,
  #logo img {
    width: 40px;
    height: 40px;
  }

  #menu a {
    font-size: 13pt;
  }

  #menu li.cur .arrow {
    display: none;
  }

  #sidebar {
    display: none;
  }

  #content {
    width: auto;
    float: none;
  }

  #page {
    padding-top: 0;
  }
  
  #menu .item-m1,
  #menu .item-m2 {
    display: list-item; 
  }
  
  #menu .item-4 {
    display: none; 
  }
  
  #logo-bar h1 {
    font-size: 20pt; 
  }
  
  #menu {
    margin: 20px 0; 
  }

  #menu .front li {
    width: 33.33%;
  }

  #menu .front li .arrow {
    display: none;
  }

  #menu li a {
    font-size: 13pt;
    margin: 0;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
  }
  
  /* Menu search show */
  .menu-search {
    display: block;
  }
  
  #menu .menu-search a {
    background: url('images/search-icon.svg') #eee;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
  }
  
  #menu .menu-search:hover a {
    background: url('images/search-icon.svg') #ccc;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
  }
  
  article.post {
    border: 5px solid #707070;
  }

  .post .thumbnail .thumb-img,
  .post .thumbnail .thumb-img img {
    height: auto;
  }
  
  /* blog wrap */
  #content .blog-post-wrap {
    width: auto;
  }
  
  #content .blog-post-wrap .entry {
    text-align: center;
  }
  
  #content .blog-post-wrap h1.entry-title {
    text-align: center;
  }

  h1.comp-title {
    font-size: 12pt;
    margin-top: 0;
  }
}

@media screen and (max-width: 600px) {
  
  /* Follow-us */
  .follow-us-social-icons ul {
    width: 390px;
  }
  
  .follow-us-social-icons ul .youtube {
    margin: 5px 0 0 5px;
  }
  
  .follow-us-social-icons ul .pinterest {
    margin: 5px 0 0 17%;
  }
  
  #footer-inner {
    height: auto;
  }

  .page-template-competition-page-php .post-wrap {
    padding: 0;
  }
}

@media screen and (max-width: 460px) {
  #slogan-inner {
    line-height: 20px;
  }
  
  /* Follow-us */
  .follow-us-social-icons ul {
    width: 110px;
  }
  
  .follow-us-social-icons ul li {
    margin: 5px 0 0 0; 
  }
  
  .follow-us-social-icons ul li.youtube {
    margin: 5px 0 0 0; 
  }
  
  .follow-us-social-icons ul li.pinterest {
    margin: 5px 0 0 0; 
  }
}

@media screen and (max-width: 430px) {
  
  #slogan-inner {
    font-size: 9pt;
  }

  #menu li a {
    font-size: 10pt;
    height: 43px;
    line-height: 43px;
  }
  
  .single #content .actions .action a {
    font-size: 15pt;
  }

  .get-button a {
    font-size: 14pt;
  }
}

@media screen and (max-width: 350px) {
  .hide-content {
    display: none;
  }

  .get-button a {
    font-size: 10pt;
  }
}
