h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.3;
}

#header.sticky-header #header-wrap,
#header.full-header.border-full-header.sticky-header #header-wrap {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#primary-menu ul li a:hover {
  color: #ed655a!important;
}

#primary-menu ul li a {
  font-size: 14px;
}

@media (max-width: 991px) {
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a {
    color: #ed655a!important;
  }
  #primary-menu ul li:first-child {
    border-top: 1px solid #EEE;
  }
}

.hero {
  background-image: url('img/pencil.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.emphasis-title h1{
  font-size: 48px;
}

.emphasis-title h2 {
  font-size: 48px;
  letter-spacing: 0;
}


.lead {
  font-weight: 400;
}

.feature-box.fbox-plain.fbox-dark .fbox-icon i, .feature-box.fbox-plain.fbox-dark .fbox-icon img {
  color: #ed655a;
}

.input-lg {
  border-radius: 0;
  margin-bottom: 5px;
}

#footer .widget > h4 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

#footer .widget ul.footer-site-links li {
  font-size: 13px;
}

#footer .footer-widgets-wrap {
  padding: 30px 0;
}

.widget p.lead {
  font-size: 13px;
}

#copyrights {
  padding: 15px 0;
  font-size: 11px;
  line-height: 1;
}

@media (min-width: 992px) {
  .side-header #logo {
    margin: 60px 0 20px;
  }
}

#mc_embed_signup {
  clear: left;
  font-size: 13px;
}

#mc_embed_signup form {
  padding: 0;
  text-align: center;
}

#mc_embed_signup .mc-field-group {
  width: 100%;
}

#mc_embed_signup input {
  border: 1px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #555;
}

#mc_embed_signup input:focus {
  border-color: transparent;
}


#mc_embed_signup .mc-field-group {
  min-height: 30px;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  margin: 2px 0 0.5em 0;
  background-color: transparent;
  border-radius: 0;
}

/*#mc_embed_signup .clear {
  font-size: 13px!important;
  height: auto!important;
  line-height: inherit!important;
  width: 100%!important;
  overflow:visible!important;
}*/

#mc_embed_signup .button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  margin: 5px;
  padding: 0 22px;
  font-size: 13px;
  height: 40px;
  line-height: 36px;
  background-color: transparent;
  color: #F9F9F9;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 2px solid #F9F9F9;
  border-radius: 20px;
  text-shadow: none!important;
}

#mc_embed_signup .button:hover {
  border-color: transparent !important;
  background-color: #F9F9F9;
  color: #333;
}

body:not(.device-touch) #mc_embed_signup .button {
  transition: all .2s ease-in-out;
}

.testi-content p {
  font-style: normal;
}

.portfolio-desc h3 {
  font-size: 16px;
  text-transform: uppercase;
}

.portfolio-desc span {
  font-size: 12px;
}

.portfolio-overlay {
  background-color: rgba(255,255,255,0.8);
}

.portfolio-filter.style-3 li:not(:first-child) {
  margin-left: 0;
}

.portfolio-meta.line {
  margin: 40px 0;
}

.portfolio-meta-item {
  padding: 0 0 15px 0;
}

.portfolio-detail-head {
  padding: 5px 0;
  font-weight: 700;
  font-size: 1.1em;
}

.divider-line {
  overflow: hidden;
  margin: 40px 0;
  content: '';
  width: 100%;
  height: 0;
  border-top: 1px solid #EEE;
}

.portfolio-image-item {
  margin-bottom: 20px;
}

.portfolio-image-item:last-child {
  margin-bottom: 0;
}

.portfolio-meta.line {
    border-top: 2px solid #ed655a;
}

@media (max-width: 479px) {
  .portfolio .portfolio-item {
    padding: 0 0 15px 0;
  }
}

.button-after-text {
  display: block;
  font-size: 13px;
  margin-top: 15px;
}

/* Portfolio Single Navigation
-----------------------------------------------------------------*/

#portfolio-navigation-bottom {
	position: absolute;
  right: 10px;
	left: auto;
	max-width: 96px;
	height: 24px;
	margin-top: -12px;
}

#portfolio-navigation-bottom a {
	display: block;
	float: left;
	margin-left: 12px;
	width: 24px;
	height: 24px;
	text-align: center;
	color: #444;
	transition: color .3s linear;
	-webkit-transition: color .3s linear;
	-o-transition: color .3s linear;
}

#portfolio-navigation-bottom a i {
	position: relative;
	top: -1px;
	font-size: 24px;
	line-height: 1;
}

#portfolio-navigation-bottom a i.icon-angle-left,
#portfolio-navigation-bottom a i.icon-angle-right {
	font-size: 32px;
	top: -6px;
}

#portfolio-navigation-bottom a i.icon-angle-right { left: -1px; }

#portfolio-navigation-bottom a:first-child { margin-left: 0; }

#portfolio-navigation-bottom a:hover { color: #ed655a; }

#portfolio-ajax-show #portfolio-navigation-bottom {
	top: 0;
	margin-top: 0;
}

/*------------------------------------*/

.checkbox-style:checked + .checkbox-style-3-label:before, .radio-style:checked + .radio-style-3-label:before {
  background: #ed655a!important;
}

.checkbox-style-1-label:before, .radio-style-1-label:before, .checkbox-style-2-label:before, .radio-style-2-label:before, .checkbox-style-3-label:before, .radio-style-3-label:before {
  border: 1px solid #DDD;
}

label {
  font-weight: normal;
  text-transform: none;
}

.ckbx-desc {
  color: #999;
  display: block;
  margin: 10px 0;
}

.form-control {
  height: 40px;
  border-radius: 0;
}

.form-control:focus {
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(230, 230, 230, 0.6);
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.jh-msg {
  height: auto;
}

#contact-budget.sm-form-control {
  height: 48px;
  border-radius: 0;
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  /*color: #999;*/
  font-weight: 400;
  letter-spacing: 1px;
  font-family: 'Source Sans Pro', sans-serif;
}

select option {
  padding: 5px 0;
}

@media (max-width: 767px) {
  #content>.section {
    padding: 0;
  }
  .emphasis-title h2 {
    margin-bottom: 10px;
  }
}

.video-overlay {
  background: rgba(255,255,255,0.5);
}

.text-404 {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  h2.title-404 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  h2.title-404 {
    font-size: 35px!important;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .text-404 .emphasis-title {
    margin-bottom: 0;
  }
  .img-404 {
    margin-bottom: 20px;
  }
  .lead {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
  }
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.postcontent, .sidebar, .col_full, .col_half, .col_one_third, .col_two_third, .col_three_fourth, .col_one_fourth, .col_one_fifth, .col_two_fifth, .col_three_fifth, .col_four_fifth, .col_one_sixth, .col_five_sixth {
  margin-bottom: 30px;
}