/*
    Medium & Message Haven 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;	
}

.notification {
  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;
}
.notification:before, .notification: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;
}
.notification: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;
}

/*SHORTCODE*/
/* -------------------------------------
 * Timeline
 * ------------------------------------- */

.timeline {
  list-style: none;
}

ul.timeline li {
	margin-bottom: -1.6em;
}
 .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
  	 width: 100px;
    float: left;
    margin-top: 20px;
    padding-right: 10px;
  }
  .timeline-headline {
    width: 85%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
    margin-top: 0px;
  }
  .timeline-headline h3{
  padding-top: 0;
  }
  .timeline-date:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #666666;
    position: absolute;
    left: 96px;
    top: 24px;
    border-radius: 100%;
  }
.timeline-content {
	margin-bottom: 20px;
	width: 100%;
}
/*Internal Page links */

.link-location {
	display: inline-block;
	margin: 0px auto;
	padding: 0 20px 20px 0;
	text-transform: uppercase;	
	}
.link-location a {
	font-size: 1.4em;
}	
.link-location a:hover {
	border-bottom: 2px solid #333;
}
.internal-link { 
	padding-top: 1em;
	margin: .5em 0 0 0!important;	
}
/*columns*/
.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: 0 15px 0 0!important;
}
.col-md-4, .span4 {
width: 32%;
}
.col-md-8 {
width:65%;
}
.col-md-9{
width:73%;
}
/*END SHORTCODE*/

@media only screen and (min-width: 992px) and (max-width: 1300px) {

/*SHORTCODE */
.timeline-headline {
  width: 80%;
  float: left;
  border-left: 3px #e5e5d1 solid;
  padding-left: 30px;
  margin-top: 0px;
}

/* END SHORTCODE */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {

/*SHORTCODE*/

.timeline {
  list-style: none;
}

ul.timeline li {
	margin-bottom: -1.6em;
}
 .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
	font-size: .8em!important;	
    width: 10%;
    float: left;
    margin-top: 20px;
  }
  .timeline-headline {
    width: 85%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
    margin-top: 0px;
  }
  .timeline-headline h3{
  
  }
  .timeline-date:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #666666;
    position: absolute;
    left: 9%;
    top: 24px;
    border-radius: 100%;
  }
.timeline-content {
	margin-bottom: 20px;
	width: 100%;
}

.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;
	min-height:275px;
	}
	.col-md-4, .span4 {
	width: 29%;
	}
	.col-md-6, .span6  {
	width: 45%;
	}
	.col-md-8, .span8  {
	width: 55%;
	}
	.col-md-9, .span9  {
	width: 95%;
	padding-bottom: 10px;
	}
	.footercol1, .footercol2, .footercol3, .footercol4 {
		margin-top: 10px;
		}
	
/*END SHORTCODE*/
}

@media only screen and (max-width: 767px) {
/*SHORTCODE*/
.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;
	}

.timeline {
  list-style: none;
}

ul.timeline li {
	margin-bottom: -1.6em;
}
 .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
  	font-size: .8em!important;
    width: 10%;
    float: left;
    margin-top: 20px;
  }
  .timeline-headline {
    width: 85%;
    float: left;
    border-left: 3px #e5e5d1 solid;
    padding-left: 30px;
    margin-top: 0px;
  }
  .timeline-headline h3{
  
  }
  .timeline-date:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #666666;
    position: absolute;
    left: 9%;
    top: 24px;
    border-radius: 100%;
  }
.timeline-content {
	margin-bottom: 20px;
	width: 100%;
}
	
/*END SHORTCODE*/
@media screen and (max-width: 600px) {
/* SHORTCODE */
.timeline-date {
  width: 15%;
  float: left;
  margin: 20px 10px 0 0;
  padding-right: ;
}
.timeline-headline {
  width: 80%;
  float: left;
  border-left: 3px #e5e5d1 solid;
  padding-left: 5%;
  margin-top: 0px;
}
.timeline-date:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #666666;
  position: absolute;
  left: 16.5%;
  top: 24px;
  border-radius: 100%;
}
/* END SHORTCODE */
