/* Enter Your Custom CSS Here */

p {
  font-size: 1em;
}

.homewidgetnews h3.widget-title {
  margin: 5px 0 !important;
}

.mc4wp-form {
  margin: 0 !important;
}

input[type="submit"] { 
  margin: 10px 0 !important;
}

h1.p1, h2.p1, h3.p1, h4.p1, h5.p1, h6.p1 {
  text-transform: capitalize;
}

.widget h3.widget-title {
  padding: 10px 0 0 0;
}

.content .format-audio .entry-content {
  background: none;
}

.lines {
  display: none;
}

span.date {
  display: none;
}

.entry-header h2.entry-title {
  text-transform: capitalize;
}
 
.entry-header h2.entry-title a, h2.entry-title a {
  color: #2f4f66 !important;
}

.content .wpcf7 input.wpcf7-text, .content .wpcf7 textarea {
  border: 1px solid rgb(219, 219, 219);
  border-radius: 6px;
}

hr {
  border: 1px solid #dfdfdf !important;
}

.widget h3.widget-title {
  color: #728674 !important;
}

aside.widget {
  padding: 10px !important;
}

input[type="submit"] {
  padding: 6px 10px !important;
  border-radius: 4px;
}

aside.footer_widget div#mc4wp-form-2.form.mc4wp-form input#mc4wp_email {
  width: 22% !important;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
}

aside.footer_widget div#mc4wp-form-1.form.mc4wp-form input#mc4wp_email {
  width: 22% !important;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
}

.mc4wp-form input[type=submit] {
  color: #fff !important;
  background-color: #728674 !important;
  border-radius: 4px;
  border: none;
}

.mc4wp-form input[type=submit]:hover {
  color: #fff !important;
  background-color: #9EAE9F !important;
}

.mc4wp-form input[type=email] {
  border-radius: 4px;
}

input.wpcf7-form-control.wpcf7-submit {
  background-color: #728674 !important;
  font-size: 14px;
  line-height: 20px;
}

input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #9EAE9F !important;
}

aside#recent-posts-3.widget.widget_recent_entries h3.widget-title {
    color: #a63a33 !important;
}

.albumart {
  width: 100% !important;
}

/* TABLETS */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
 
/* Styles */
 aside.footer_widget div#mc4wp-form-2.form.mc4wp-form input#mc4wp_email {
  width: 30% !important;
}
  
   .socials ul li a {
    padding: 0;
  }
  
  #toppart #mainnav ul li {
    background: #242323;
  }
  
  #toppart #mainnav ul li a {
  padding: 5px 10px;
}
  
    .content .format-audio .innerpart {
    padding: 0px;
  }
 
}

/* MOBILE PHONES */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
 
/* Styles */
   aside.footer_widget div#mc4wp-form-2.form.mc4wp-form input#mc4wp_email {
  width: 90% !important;
}
  
  .socials ul li a {
    padding: 0;
  }
  
  .menu-toggle {
    display: inline !important;
    background: #242323 url(images/menuarrow.png) 10px 15px no-repeat;
  }
  
  #toppart #mainnav ul li {
    background: #242323;
  }
  
  .site-logo img {
    max-width: 67%;
  }
  
  .content .format-audio .innerpart {
    padding: 0px;
  }