/* remove auto-hyphenation */
.entry-content {-moz-hyphens:none;-ms-hyphens:none;-webkit-hyphens:none;hyphens:none}
/* edits to navigation + site logo */
body::before {box-shadow:none}
.site-info {display:none}
.site {max-width:100%}
.site-description {color:#383838}
.site-title a {font-weight: 300; letter-spacing:2px;color:#757575}
.site-title a:hover, .main-navigation a:hover {text-decoration:none !important}
.hentry, .page-header, .page-content {box-shadow:none}
body::before {width:calc(20%)}
/* remove extra padding */
#main {padding:0}
/* properly show sidebar with content for desktop */
.site-content {margin-left:15%; width:85%}
.hentry {padding:0; margin-top: 50px}
/* text + content styling */
h1,h2,h3 {font-family:"Noto Sans",sans-serif;font-weight: 300; letter-spacing:2px;color:#757575;}
a {font-family:"Noto Sans",sans-serif}
button {background-color:#7E7E7E;margin-top:.5em}
button a {color:white;text-decoration:none;}
p {margin-bottom:.75em; color:#505153; font-family:"Noto Sans", sans-serif; font-size:1.4rem;}
.entry-content {padding-bottom:5%}
.entry-content h1, .entry-content h2 {margin-top:1em; margin-bottom:.5em}
.entry-content h3 {margin-bottom:.5em}
.main-navigation ul, .main-navigation li, .secondary-toggle, .widget input, .widget textarea, .widget table, .widget th, .widget td, .widget pre, .widget li, .widget_categories .children, .widget_nav_menu .sub-menu, .widget_pages .children, .widget abbr[title] {border-color:white}
.entry-content a, .entry-summary a, .page-content a, .comment-content a, .pingback .comment-body > a {border-bottom:0px}
/* remove comment boxes */
.attachment #comments {display:none;}
.wpcf7-form {width:80%; margin:auto}
.col-md-4 {
  padding-left:10px !important;
  padding-right:10px !important;
}
/* caption fix */
.wp1s-caption-wrapper.wp1s-caption-type-4 .wp1s-caption-content {
	text-transform:none;
	line-height:1.5em;
	margin:0;
	text-align:left;
	letter-spacing:0px;
}
.wp1s-main-wrapper.wp1s-arrow-type-7.bx-wrapper.bx-prev,.wp1s-main-wrapper.wp1s-arrow-type-7.bx-wrapper.bx-next {
  url('../images/arrow/arrow-type-7.png') no-repeat -50px 0;
}
.wp1s-caption-wrapper {
  position:relative;
}
.wp1s-caption-wrapper.wp1s-caption-type-4.wp1s-caption-topleft, .wp1s-caption-wrapper.wp1s-caption-type-4.wp1s-caption-middleleft, .wp1s-caption-wrapper.wp1s-caption-type-4.wp1s-caption-bottomleft {
  max-width:100%;
}
.wp1s-caption-wrapper.wp1s-caption-topleft, .wp1s-caption-wrapper.wp1s-caption-middleleft, .wp1s-caption-wrapper.wp1s-caption-bottomleft {
  margin:0;
}
.wp1s-caption-wrapper.wp1s-caption-bottomleft, .wp1s-caption-wrapper.wp1s-caption-bottomcenter, .wp1s-caption-wrapper.wp1s-caption-bottomright {
  margin-bottom:0;
}
.wp1s-caption-wrapper.wp1s-caption-type-4 {
  padding-top:10px;
  padding-right:0px;
  padding-left: 0px;
}
/* to display on tablet + mobile */
@media only screen and (max-width: 960px) {
  .site-content {
    margin:auto;
    width:100%;
  }
  a {
    color:#7a818c !important;
  }
}
