.navbar-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 3px;
  background: #ccc;
  transition: transform .28s cubic-bezier(0.230, 1.000, 0.320, 1.000), opacity .2s ease;
}

/* Slider margin tweak */

#slider {
  margin: 0 0 20px;
}

/* Show category pages as links tweak */

.archive .recent-posts .post,
.search .recent-posts .post {
  width: 100%;
  margin-right: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  max-height: 100%;
  border-bottom: 1px solid #eee;
  padding: 0 0 1px;
  margin-bottom: 10px;
}

.archive .recent-posts .post:nth-child(2n+2),
.search .recent-posts .post:nth-child(2n+2) {
  margin-right: 0%;
}

.archive .recent-posts .post:nth-child(3n+3),
.search .recent-posts .post:nth-child(3n+3) {
  margin-right: 0%;
}

.archive .recent-posts .post-thumb {
  display: none;
}

.archive .recent-posts .post:after {
  display: none;
}

/* Sub-menu links tweak */

.navbar-nav ul {
  text-align: left;
}

.navbar-nav ul a {
  text-transform: uppercase;
}

/* Homepage slider title placement tweak */

.slides li .slide-header {
  bottom: 7%;
}

/* Homepage featured ost title placement tweak */

.featured-post-with-bg .featured-post-overlay-header {
  position: absolute;
  bottom: 3%;
  margin: 0 10%;
  width: 80%;
  text-align: center;
}

/* Widget margin tweak 1 */

.widget {
  margin-bottom: 20px;
}

/* Widget margin tweak 2 */

.site-widgetized-section.section-top {
  margin-bottom: 0px;
}

/* Widget division line removal tweak */

.home-widgetized-sections {
  border-bottom: 0px solid #eee;
}

/* Text widget above footer background color tweak */

.section-footer {
  background: bisque;
}

/* Spacing above footer widget tweak */

.site-widgetized-section .widgets .widget {
  padding-top: 20px;
}

/* Site info tweak 1 */

.site-info {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 15px;
  color: #bebdbd;
  font-size: 14px;
  background: #000;
}

/* Site info tweak 2 */

.site-footer {
  font-size: 16px;
  background: black;
}

/* Paragraph line spacing tweak */

p {
  line-height: 1.5;
}

.entry-content a {
  text-decoration: none;
  font-size: 16px;
}

/* Css by workin */

/* Byline slider */

.byline {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 12px;
}

/* Contact */

.contact_row-wrapper {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  padding: 20px 10px;
}

.contact_row-wrapper > div {
  width: 50%;
}

.contact_row-wrapper img {
  max-width: 200px;
  margin-bottom: 5px;
}

.contact_row-wrapper h3 {
  margin-bottom: 15px;
  line-height: 1.4;
  font-weight: 500;
}

.contact_row-wrapper .byline {
  position: static;
}

.contact_row-wrapper div:nth-child(even) {
  text-align: right;
}

/* Frontpage */

.post-thumb .byline {
  position: static;
  float: right;
  padding-top: 3px;
  font-size: 24px;
  color: #050505;
}

/* Tablet Portrait */

@media screen and (max-width: 768px) {
  .contact_row-wrapper div {
    width: 100%;
  }

  .contact_row-wrapper div:nth-child(even) {
    order: 1;
    text-align: left;
  }

  .contact_rows .contact_row-wrapper div:nth-child(odd) {
    order: 2;
  }

  .contact_row-wrapper img {
    max-width: 100%;
  }
}

.navbar-nav a:hover {
  color: #e1007a;
  font-size: 20px;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
  background-color: #e1007a;
}

.navbar-nav .current-menu-parent ul a:hover {
  color: #e1007a;
}

.entry-content h4 {
  font-size: 24px;
  font-weight: 600;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
  background-color: #e1007a;
}

.navbar-toggle .icon-bar {
  background-color: #e1007a;
}
    max-width: 370px!important;
}