/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */


.content {
  /*border: 1px solid red !important;*/
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}



#header_main_alternate {
  background-color: #5b553f;
}

#mobile-advanced {
  background-color: #5b553f !important;
  font-weight: bold;
}

/* FOOTER STUFF */
.pmd_footer_links1 a {
  display: inline-block;
  margin: 0 10px;
  font-size: 1.0em;
}

.pmd_footer_links2 {
  margin-top: 30px;
}

div#footer.container_wrap .container {
  text-align: center;
  border-top: 1px solid #eee;
}

#footer {
    padding: 10px 0 20px 0 !important;    
}

#footer .widget {
    /*margin: 30px 0 0 0;*/
    margin: 0;
    /*background-color: red;*/
}

footer#socket.container_wrap .container {
  text-align: center;
  border-top: 1px solid #eee;
}

#socket .copyright {
  float: none !important;
}

.grid-content, .grid-content .avia-arrow {
  background-color: #e4e4e4 !important;
}

.grid-content .entry-content-header .entry-title {
  background-color: transparent !important;
  text-align: center;
}



/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
}