/* 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 */

p {
  line-height: 2em;
}

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

.subsell {
  font-weight: bold; color: #000;
  margin: 25px 0 20px 0;
}

.subsell a {
  color: #953e08;
}


h1 {
  font-family: "Times New Roman", Times, serif !important;
  font-size: 28px !important;
  line-height: 34px !important;
  font-weight: bold;
  text-transform: none !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;
  font-family: Serif, "Sans-serif"  !important;
  letter-spacing: 4px;
  color: #0e3300;
}


.av-active-burger-items a {
  background-color: #0e3300 !important;
}


.avia-menu {
  font-family: Serif, "Sans-serif"  !important;
  font-size: 1.1em !important;

}
.menu-item a {
  font-weight: 100 !important;
  letter-spacing: 4px;
}


#av-burger-menu-ul .avia-menu-text {
  color: #fff !important;
}


.lh-small p {
  line-height: 24px !important;
  font-size: .9em;
}


.entry-content-wrapper {
  padding-top: 35px;
}

#header_main_alternate {
  border-top: 1px solid #8a8a8a !important;
}


.grid-entry .inner-entry {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 20px;
    box-shadow: 0 0 !important;
}



.grid-content .avia-arrow {
   display: none;
}

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


/* CF7 */
.wpcf7-form input[type=text], .wpcf7-form input[type=email] {
  background-color: #fff !important;
  padding: 10px 10px !important;
  margin-bottom: 15px !important;
}
.wpcf7-form input[type=submit] {
  background-color: #666666;
  padding: 15px 25px !important;
}
.wpcf7-form .wpcf7-spinner {
  display: block;
  text-align: right;
}
.wpcf7-form p {
  margin: 0 !important;
}

.wpcf7-form .wpcf7-not-valid-tip {
  color: red !important;
  margin-top: -20px !important;
}


.wpcf7-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 1; /* Firefox */
}

.wpcf7-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999999;
}

.wpcf7-form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #999999;
}
/*
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;
  }

  .logo {
    margin-top: 20px !important;
  }

  .center-desc {
    /*border: 1px solid red;*/
    padding: 0 20%;
  }

}



/*
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;
  }
  
  .center-desc {
    padding: 0;
  }

}