@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab);

@media screen and (min-width: 300px) {
body {
  font-family: 'true_mediumregular';
}

wrapper {
  width: 100%;
}



/* BEGIN POP UP STYLES */
div.popup {
    position: fixed;
    bottom: 0px;
    right: -3000px;
    margin-right: 20px;
    margin-bottom: 100px;
    background-color: #e7212c;
    text-align: center;
    padding: 15px;
	padding-top:18px;
    height: 65px;
    width: 65px;
    overflow: visible;
    z-index: 9999;
    border-radius:300px;
	color:#ffffff;
	box-shadow:2px 2px 2px #c1bfbf;
}



div.popup div.popup-email-form h4.widgettitle {
  text-align: left;
  color: #136E94;
}

div.popup div.popup-email-form p {
  text-align: left;
}

div.popup div.popup-email-form input#mc4wp_email {
  width: 100%;
  float: right;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}



.fb-popup {
  margin: 20px auto;
  float: none;
}

div.popup-close {
    position: absolute;
    top: -5px;
    right: -5px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    color: #666;
}


div.popup-close img {
  width: 80%;
}
/*END POPUP STYLES */
}

@media screen and (min-width: 768px) {
  div.page-content {
  width: 67%;
}

div.sidebar {
  width: 30%;
}

}