/* Enter Your Custom CSS Here */
li.wide-list{
   margin-bottom:20px;
}

li.semi-wide-list{
   margin-bottom:10px;
}
a.mz_anchor{
  position: relative;
  top: -120px;
}

.welcome_h1{
  font-size:1.2rem;
}
.welcome_h2{
  font-size:1rem;
}

.floatstop {
		clear:both;
	}

@media (min-width: 801px) {	
	#mfloatelement{
		float:right;
		width: 15.625rem;
  		padding:0px 0px 0px 2.5rem;
	}
}

@media (min-width: 901px) {
	#mfloatplace{
		float:right;
  		padding:0px 0px 0px 1rem;
	}
}

.welcome_content{
		font-size: 1.15rem;
}

.site-header .site-title a{font-family: "Lucida Console", Times, Serif;}
.site-header .site-description a{font-family: "Lucida Console", Times, Serif;}

@media (max-width: 732px) {
.welcome_content{font-size: 1rem;}
.site-header .site-title a{ color: #d1907d !important;}
.site-header .site-description { color: #d1907d !important; }
}



#content .wpcf7-form p {
  margin-bottom: 0;
}

a.mlink {
  color: inherit;
  <!--text-decoration: inherit; -->
}

a.anoLink  {
  color: inherit;
  text-decoration: inherit;
}

a.anoLink:hover  {
  color: #d65555;
  text-decoration: inherit;
}

a.eMailLink  {
  color: inherit;
  <!--text-decoration: inherit; -->
}

img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0px;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
       -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    /*  background-color: #fff;
      color: #000;*/
      width: 100%;
}

@media (min-width: 760px) {
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 textarea
  {
    /*  background-color: #fff;
      color: #000;*/
      width: 700px !important;
  }
}
