/*
    Medium & Message Harper Theme Shortcodes CSS
*/


.single .dropcap:first-letter, .single p.dropcap:first-letter {
		font-family: inherit;
		font-size: 2em;
	    padding: 0 10px;
	    float: left;
}
.page .dropcap:first-letter, .page p.dropcap:first-letter{
		font-family: inherit;
		font-size: 2em;
	    padding: 0 10px;
	    float: left;
}

.single .firstline:first-line, .page .firstline:first-line{
	font-weight: bold;
}
.callout {
	margin: 1em 0 1.4em 0;
	padding: 1em;
	column-span: all;
	-moz-column-span: all;
	-webkit-column-span: all;
	border: 1px solid #333;
} 
.custom-excerpt {
	margin: 1em 0;
	padding: 1em 0;
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
}
.custom-excerpt p {
	margin: 0!important;	
}

.custom-excerpt p:last-child:after{
	text-transform: none;
	content: " "!important; 
}

.note {
  padding: 20px;
  position:relative;
  -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;
   box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}
.note:before, .note:after {
	content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.8);
    box-shadow:0 0 0px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:0px;
    right:0px;
    -moz-border-radius:10px / 10px;
    border-radius:10px / 10px;
}
.note:after {
	right:2px;
    left:auto;
    -webkit-transform:skew(8deg)rotate(3deg);
    -moz-transform:skew(8deg) rotate(3deg);
    -ms-transform:skew(8deg) rotate(3deg);
    -o-transform:skew(8deg) rotate(3deg);
    transform:skew(8deg) rotate(3deg);
}
.button {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  background-color: transparent;
  outline: 0;
  border: 2px solid inherit;
  line-height: 18px;
  display: inline-block;
  padding: 7px 20px;
  z-index: 1;
  border: 2px solid #ccc;
  }
.button:after {
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  position: absolute;
  background-color: #ccc;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
}
.button:hover, .button:active {
  color: #fff;
}
.button:hover:after, .button:active:after {
  height: 100%;
  color: #fff;
}
hr.one {
margin: 20px 15%;
width: 70%;
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
hr.four {
width: 60%;
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

hr.four:before, hr.four:after {
	margin: 50px!important;
}
.highlight {
background: #666666; 
color: #ffffff;
}
.col-md-3, .span3 {
width: 25%;
}
.footer .col-md-4 {
	margin-left: 2.5em;
}
.footer .col-md-3, .footer .col-md-4, .footer .col-md-6 {
float: left;
position: relative;
min-height: 1px;
padding-left: 2.5em;
top: 0;
}
.footer .col-md-4, .span4 {
width: 28%;
}
.col-md-6, .span6  {
width: 50%;
}

.col-md-3, .col-md-4, .col-md-6, .col-md-8, .col-md-9 {
float: left;
position: relative;
min-height: 1px;
padding-left: 1em;
vertical-align: top!important;
padding-top: 0!important;
}
.col-md-4, .span4 {
width: 32%;
}
.col-md-8 {
width:65%;
}
.col-md-9{
width:73%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

.col-md-3, .span3 {
	width: 45%;
	}
	.col-md-3, .col-md-4, .col-md-6, .col-md-8, .col-md-9 {
	float: left;
	position: relative;
	min-height: 1px;
	margin: 0 .7em;
	min-height:275px;

	}
	.col-md-4, .span4 {
	width: 29%;
	}
	.col-md-6, .span6  {
	width: 45%;
	}
	.footercol1, .footercol2, .footercol3, .footercol4 {
		margin-top: 10px;
		}

@media only screen and (max-width: 767px) {
.custom-excerpt p {
	padding: 0em;
	margin: 0;
	font-size: 1.3em!important;
	line-height: 1.3em!important;
}

.col-md-3, .span3, .col-md-4, .span4, .col-md-6, .col-md-8, .col-md-9, .span6  {
  width: 95%;
  min-height: 1px;
  padding: 0;
  vertical-align: top!important;
  }
.col-md-3, .col-md-6 {
	float: left;
	position: relative;
	min-height: 1px;
	margin: 0 .7em;
	padding-left: 1.6em;
	}
	.col-md-4 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: .5em;
	vertical-align: top!important;
	}
	.custom-excerpt p {
		padding: 0em;
		margin: 0;
		font-size: 1.3em!important;
		line-height: 1.3em!important;
	}
}


