/* Enter Your Custom CSS Here */

/* Page */





#page-heading .wrap{
	position:relative;
	padding: 15px 0px 15px 0px;
}

.page-heading-subtitle #breadcrumb{
	padding:18px 0px 0px 0px;
}

#breadcrumb{
	float:right;
	padding:6px 0px 0px 0px;
    display:none;
}

#breadcrumb a{
	display:none;
	padding:0px 3px 0px 0px;
}

.middle-breadcrumb{
	padding:0px 3px 0px 0px;
    display:none;
}

#breadcrumb span{
	display:none;
	padding:0px 0px 0px 3px;
}

#breadcrumb i{
	display:none;
	margin-right:5px;
}

.custom li.widget {
  	margin-bottom:-400px !important;
}
 
.section-line2{
    visibility: hidden !important;
}

.section-line1{
    visibility: hidden !important;
}


/** Duck Soup Styles **/

.main-menu ul ul.sub-menu li:hover ul.sub-menu {
  display:block;
}

.main-menu ul ul.sub-menu ul.sub-menu li a {
  color:#262626 !important;
}

.wpcf7-form {
width:100%;
max-width:350px;
}

.wpcf7-form p {
width:100%;
}

.wpcf7-form form {
display: inline-block;
}

.wpcf7-form form span, .wpcf7-form textarea, .wpcf7-form input, .wpcf7-form select {
width:100%;
}

.wpcf7-form .wpcf7-submit {
margin-right: 0;
    width: 104%;
}

.main-menu ul li {
margin-left:35px;
}

.main-menu ul.menu li a {
letter-spacing:1px !important;
}

#mc_embed_signup form {
  padding:0 !important;
}

#mc_embed_signup {
  width:100%;
  max-width:500px;
}

/** Homepage Layout **/

.home .page-entry-content {
  padding-top:20px;
}

.HomeSlider {
  margin-bottom:20px;
}

.HomeFeatures {
  margin:0 0 40px -40px;
  overflow:hidden;
}

.HomeFeatures h2 {
  font-size: 18px;
    padding-bottom: 0;
  font-family: "Montserrat",Arial,helvetica !important;
}

.HomeFeatures p {
  font-size: 16px;
    padding-bottom: 10px;
  line-height: 1.4;
}

.HomeFeatures a {
  font-weight:bold;
}

.Feature {
  float:left;
  width:50%;
  padding:0 0 0 40px;
  overflow:hidden;
  box-sizing:border-box;
  text-align:center;
}

.HomeSocial {
  display:inline-block;
  width:100%;
  margin-bottom:20px;
}

.HomeSocial h3 {
  letter-spacing:2px;
  text-transform:uppercase;
  font-family: "Montserrat",Arial,helvetica !important;
  font-size:18px;
  position:relative;
  text-align:center;
  color:#2e2e2e;
}

.HomeSocial h3::after {
    background: #ddd none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 20%;
    position: absolute;
    top: 50%;
    width: 60%;
}

.HomeSocial h3 span {
  background: #fff none repeat scroll 0 0;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.HomeSocial ul {
  list-style:none outside none;
  text-align:center;
  padding:0;
}

.HomeSocial li {
  display:inline-block;
  margin:0 20px;
}

.HomeSocial li a {
  color: #808080 !important;
    font-size: 40px;
}

.HomeSocial li a:hover {
  color:#a0d65b !important;
}

.HomeWelcome {

}

.HomeWelcome h1 {
  color: #2e2e2e !important;
    font-family: "Montserrat",Arial,helvetica !important;
    font-size: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.HomeWelcome p {
}

.HomeWelcome a {
  font-weight:bold;
}

#top-bar {
  display:none;
}




/* 1000px */
@media screen and (max-width: 1000px) {
  
  .Feature {
    width:50%;
  }
  
  .HomeSocial h3::after {
    width:100%;
    left:0;
  }
  
  .HomeWelcome h1 {
    line-height:1.3;
  }
  
  
}


/* 760px */
@media screen and (max-width: 760px) {
  
  .Feature {
    width:100%;
  }
  
  
}



