/* Author Box Shortcode */
.author-info {
	margin-bottom: 40px;
	border: 1px solid #EEE;
	border-radius: 6px;
	padding: 25px;
	position: relative;
	background: #e5f3fc;
	border-color: #BFE3EC;
	min-height: 130px;
}

.author-info-content {
	padding-left: 100px;
	color: #333333;
	font-size: 14px;
}

.author-info-content h3 {
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 8px;
	margin-top: 0;
}

.author-info img.author-img {
	max-width: 85px;
	float: left;
	margin-right: 15px;
	border-radius: 6px;
	
}
/* Boxes Shortcode */

.box {
	color: #333333;
	padding: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
	word-wrap: break-word;
}

.box.shadow {
	border: 1px solid #ddd;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 5px rgba(153, 153, 153, 0.6);
	   -moz-box-shadow: 0 0 5px rgba(153, 153, 153, 0.6);
			box-shadow: 0 0 5px rgba(153, 153, 153, 0.6);
}

.box.shadow div.box-inner-block {
	padding: 0;
	
}

.box.info {
	background: #d6f6ff;
	border: solid;
	border-color: #BFE3EC;
	border-width: 2px 0 2px 0;
	border-radius: 6px;
}


.box.success {
	background: #e2f2cb;
	border: solid;
	border-color: #D1E4B7;
	border-width: 2px 0 2px 0;
	border-radius: 6px;
}


.box.warning {
	background: #fffddb;
	border: solid;
	border-color: #E9E59E;
	border-width: 2px 0 2px 0;
	border-radius: 6px;
}


.box.error {
	background: #ffe6e2;
	border: solid;
	border-color: #EEBFB8;
	border-width: 2px 0 2px 0;
	border-radius: 6px;
}


.box.download {
	background: #edf9dc;
	border: solid;
	border-color: #D1E4B7;
	border-width: 2px 0 2px 0;
	border-radius: 6px;
}

.box.note {
	background: #fffddb;
	border: solid;
	border-color: #E9E59E;
	border-width: 2px 0 2px 0;
	border-radius: 6px;
}

.box.note2 {
	background: #e8f6ff;
	border: solid;
	border-radius: 6px;
	border-color: #037bd9;
	border-width: 2px 0 2px 0;
}

.box.sum {
  	background-color: #e8f6ff;
 	border: 5px solid #00abe9;
	border-radius: 6px;
	border-width: 2px 0 2px 0;
 	padding: 25px;
}

.box.note3 {
  	background-color: #e8f6ff;
 	border: 10px solid #245ba1;
	border-radius: 6px;
	border-width: 0 0 0 10px;
 	padding: 25px;
}

.box.eyk {
  	 border: 4px dotted #245ba1;
      border-radius: 16px;
	  background-color: #e8f6ff;
      width: 100%px;
      padding: 20px;
}

.box.quote {
 	border: 5px solid #00abe9;
	border-radius: 6px;
	border-width: 2px 0 2px 0;
 	padding: 25px;
}

.box.dotted {
  	 border: 4px dotted #245ba1;
      border-radius: 16px;
      width: 100%px;
      padding: 20px;
}

/**
 * Post Elements
 * -----------------------------------------------------------------------------
 */

.normal {
    text-transform: none;
}

h1 {
  display: block;
	color: #000D4E ;
font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;	
}
h2 {
  display: block;
	color: #025ba1 !important;
font-size: 1.75em;  
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
h3 {
  display: block;
  color: #010444;
  font-size: 1.4em ;
	font-style: italic;
	font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

ul {
	color: #444444;
	line-height: 1.5;
}


ol {
	color: #444444;
	line-height: 1.5;
}
	
ol.cir {
  list-style-type: disc;
	line-height: 1.5;
}
p {
	color: #595959;
	font-size: 1.1em !important;
	line-height: 1.5 !important;
}


/* Buttons Shortcode */

a.shortc-button {
	border: none;
	cursor: pointer;
	padding: 0 10px;
	display: inline-block;
	margin: 10px 0 0;
	font-weight: 700;
	outline: none;
	position: relative;
	background: #bdc3c7;
	text-decoration: none;
	font-size: 10px;
	height: 25px;
	line-height: 25px;
	opacity: .9;
	overflow: hidden;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

a.shortc-button:hover {
	opacity: 1;
}

a.shortc-button:active {
	top: 1px;
}

a.shortc-button i {
	margin-right: 10px;
}

a.shortc-button.blue {
	background: #e5f3fc;
}


a.shortc-button.white {
	background: #ecf0f1;
	color: #333 !important;
}

a.shortc-button.medium {
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
}

a.shortc-button.big {
	font-size: 24px;
	height: 65px;
	line-height: 65px;
	padding: 0 20px;
}

/* allows small caps */
abbr, acronym {
font-variant: small-caps;
}

/* drop caps */

.dropcap {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  background: #245ba1;
  color: #Ffffff;
  float: left;
  font-size: 5rem;
  line-height: 1;
  margin: 0 0.15em 0 0;
  padding: 0.2em;
  border-radius: 6px;
}

.dropcap:before,
.dropcap:after {
  content: "";
  display: block;
}
.dropcap:before {
  margin-top: -0.2em;
}
.dropcap:after {
  margin-bottom: -0.15em;
}
/* quick link wrapper */
.quicklist {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.quicklist a {
    margin: 10px 4px;
    padding: 10px 20px;
    font-size:14px; 
}



