/* Enter Your Custom CSS Here */

.redbold {
    font-family: adelle-sans, sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #D81830;

}

.post ul {
    list-style: none;
	  list-style-type: circle;
    list-style-position: outside;
    font-family: serif;
  	font-size:130%;
  	line-height:1.3;
  	padding-bottom: 20px;
    margin-left: 0;
	 	padding-left: 2.5em;
    text-indent: -.65em;
}

.post ol {
    list-style-type: decimal !important;
    list-style-position: outside;
    font-family: serif;
  	font-size:130%;
  	line-height:1.3;
  	padding-bottom: 20px;
    margin-left: 0;
	 	padding-left: 2.5em;
    text-indent: -.65em;
}

.post ul li:before {
    content: "• ";
    color: #D81830;
}


.small {
    font-variant: small-caps;
}

.photocap {
  	color: silver;
  	font-size: 14px;
  	line-height: 1 !important;
    margin-top:-15px;
    padding-bottom: 20px;
	  padding-left: 5px;
}

div.caption-wrap {
text-indent:1px;
}

.metaslider .caption-wrap {
	position:relative !important;
}

.pullquote {
    float:right;
    font-family: adelle-sans, sans-serif;
    font-size: 32px;
    letter-spacing: 1px;
    color: #D81830;
    margin-right:0;
    text-align:right;
  	line-height:1.3;
    margin-left:30%;
    padding-bottom:40px;
    padding-top:10px;
}

.pullquote:before {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    width: 70%; /* Change this to whatever width you want. */
    margin-left:30%;
    padding-bottom: 20px; /* This creates some space between the element and the border. */
    border-top: 7px solid black; /* This creates the border. Replace black with whatever color you want. */
}

.swp-form-cont-44062 .field-submit {
	font-size: 24px;
	height:auto;
}