/************************************************

Stylesheet: Global Stylesheet

*************************************************/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Voltaire&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy&display=swap');
body {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
}
h1,h2,h3,h4,h5 {
	font-family: 'Sorts Mill Goudy', serif;
	text-transform: uppercase;
}
@media screen and (max-width: 39.9375em) {
.h2, h2 {
    font-size: 2rem;
}
}
a {
    color: #748a9e;

}
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  font-size:14px; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  /*margin-top: 1em;*/ }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */
/***********************
ILD STYLES
***********************/
/*ACF OPTION OVERRIDES*/
.top-bar, .top-bar ul {
    background-color: inherit;
}
.menu .active>a {
    background: inherit;
    color: inherit;
}
a.menu-home {
	font-family: 'Sorts Mill Goudy', serif;
	text-transform: uppercase;
}
.sticky {
    position: relative;
    z-index: 10;
}
/*HEADER*/
.hrild {
	max-width:100%;
	margin-bottom:50px;
}
.inner-header-bg {
	position: relative;
    background-position: center;
	-webkit-background-position: center;
    -moz-background-position: center;
    -o-background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.canvas {
    background: rgba(34,34,34,0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.site-branding h1 {
    color: #b9d0c0;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0px;
}
.site-description h2 {
	color: #f9f9f9;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}
.article-header {
    background: #222;
    text-align: center;
    color: #f9f9f9;
	margin-bottom: 30px;
}
.page-title {
    font-size: 26px;
    padding:6px 15px 0px;
    margin-top: 0px;
    border-top: 1px solid #BDC3C7;
	color: #f0e5c3;
}
/*HOME PAGE ELEMENTS*/
/*---Hero Banner---*/
#hero, #home_book_feature {
    position: inherit;
    background-position: top left;
	-webkit-background-position: top left;
    -moz-background-position: top left;
    -o-background-position: top left;    
	background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#hero h1 {
	font-size:4rem;
}
.tagline {
	font-size:1em;
	margin: 10px 0 25px;
}
.dimmer {
    background: rgba(34,34,34,0.1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding:20px 0;
	text-align:center;
}
.button {
    border: 1px solid #f9f9f9;
}
.button:focus, .button:hover {
    border-color: #f9f9f9;
	background-color: #748a9e;
}
a.nav-logo {
	font-size: 24px;
    padding: 5px 10px;
}
.home-logo h1 {
    font-size: 75px;
    text-shadow: 1px 1px 1px #474973;
    margin: 0px;
}
@media screen and (min-width: 40em) {
.home-logo h1 {
    font-size: 120px;
}
}
.book_blurb {
	font-size:20px; 
}
#home_book_feature h1 {
	margin-bottom:30px;
	font-size:50px;
	text-transform:uppercase;
    line-height: 50px;
    margin: 30px 0 30px;
}
@media screen and (max-width: 39.9375em) {
	.book_blurb {
		font-size:16px;
	}
	#home_book_feature h1 {
    margin-bottom: 30px;
    font-size: 39px;
    line-height: 20px;
    margin: 30px 0 0px;
}
}
@media print, screen and (min-width: 31.25em) {
#hero, #home_book_feature, #home_lower_banner {
    position: inherit;
    background-position: top left;
	-webkit-background-position: top left;
    -moz-background-position: top left;
    -o-background-position: top left;    
	background-repeat: no-repeat;
    background-attachment:scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#hero h1 {
	font-size:4rem;
}
.dimmer {
	padding:30px 0 40px;
}
.dimmer_lb {
	padding:70px 0 50px;
}
.tagline {
	font-size:1.3em;
	margin: 0 0 55px;
}
}
#home_book_feature {
	margin-bottom: -50px;
}
@media screen and (min-width: 64em) {
	#home_book_feature {
	height: 100vh;	
}
}
/*---Welcome Section---*/
#home-welcome {
	padding: 50px 0;
	font-size:18px;
}
#home-welcome h2 {
	font-size:36px;	
}
/*---Launch Boxes---*/
#home-launch {
	padding:30px 0 0;
	background: inherit;
}
.launch-box {
	border-top: 1px solid #222;
    border-left: 1px solid #222;
    border-right: 1px solid #222;
    float: left;
    width: 100%;
}
.l_box {
	padding:15px;	
}
.lbh {
    border-bottom: 1px solid #222;
	padding: 4px 5px 1px;
	text-align:center;
}
@media print, screen and (min-width: 40em) {
.lbh h3 {
	font-size:1.875rem !important;	
}
}
.lbh h3 {
	font-size: 1.975rem;
	margin:0;	
}
.lbi {
	padding:0 0 15px;
	text-align: center;
}
.lbc {
	color:inherit;
}
.lbf {
    border: 1px solid #222;
    width: 100%;
    float: left;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
}
/*---Book Feature Section---*/
#home_book_feature {
	font-size:16px;
}
.book-feature-home {
	max-width: 1400px;
	margin: auto;
}
.sb {
	font-family: 'Voltaire', sans-serif;	
	color:#f0e5c3;
	letter-spacing: 1px;
}
@media print, screen and (min-width: 40em) {
#home_book_feature h1 {
	/*margin-bottom:15px;*/
	font-size:80px;
}
}
.book_image {
	margin-bottom:30px;	
}
.lower_dimmer {
	padding:20px 0;
    background: rgba(34,34,34,0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*---About the Author---*/
.author-header h2 {
	text-align:center;
	color:#f9f9f9;
	text-transform: uppercase;
	font-size:40px;
	margin:20px 0 15px;
	
}
#about_the_author h3 {
	text-align:center;
}
#about_the_author {
	border-top: 1px solid #BDC3C7;	
    border-bottom: 1px solid #BDC3C7;
}
.author_image {
	padding-top:30px;
	padding-bottom:30px;
}
.author_blurb {
	padding:30px 0;
    color: inherit;
}
/*---Lower Banner---*/
.dimmer_lb {
	padding:50px 0;
    background: rgba(34,34,34,0.3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*BOOK LISTING PAGE ELEMENTS*/
.book_box {
	border:1px solid #222;
	padding-top:15px;
	padding-bottom:15px;
	float:left;
	width:100%;
	margin-bottom:30px;	
}
.book_box h2 {
	margin-top:0;
	color:#2e323d;
	font-size:26px;
}
.books_cover img {
	margin-bottom:20px;	
}
@media only screen and (min-width: 64.063em) { 
.book_box img {
	margin-bottom:0px;	
}
}
/*SINGLE BOOK PAGE ELEMENTS*/
.sidebar {
    padding: 15px;
    border: 1px solid #222;
    margin-bottom: 30px;
}
.widget-title,
.widgettitle {
    font-size: 24px;
    border-bottom: 1px solid #222;
    text-align: left;
	width: 100%;
    margin-bottom: 15px;
}
.btb {
	font-size:30px;
	text-align:center;
}
#fixed-article {
	/*margin-top:1.5em;*/
}
#book-menu ul li a {
    display: block;
    padding: 5px 15px;
    line-height: 1;
    color: #f9f9f9;
    text-decoration: none;
}
@media only screen and (max-width: 40em) { 
#book-menu ul li a {
    padding:5px 8px;
	font-size: 15px;
}
}
#first {
	margin-top:30px;	
}
#first,
#second {
	border:1px solid #222;
	padding-top:15px;
	padding-bottom:15px;
	float:left;
	width:100%;
	margin-bottom:30px;	
}
#third {
	border:1px solid #222;
	padding-top:15px;
	padding-bottom:15px;
	float:left;
	width:100%;
}
.book_desc h2,
.book_rev h2,
.book_exc h2 {
	margin-top:0;
	color:#2e323d;
	font-size:26px;
	border-bottom: 1px solid #222;
	margin-bottom: 15px;
}
.button.buy_button {
	width:100%;
	padding: 0em 1em;
	border:1px solid #222;		
}
.button.buy_button img {
	height:39px;	
}
.button.buy_button:hover,
.button.buy_button:focus {
	opacity: 0.5;
	-webkit-opacity:0.5;
	-moz-opacity:0.5;
}
.button.amazon {
    background-color: #f9f9f9;
}
.button.barnes {
    background-color: #295a34;
}
.button.google {
    background-color: #fff;
}
.button.ibooks {
    background-color: #f9f9f9;
}
.button.kobo {
    background-color: #ffffff;
}
.button.million {
    background-color: #7c98ab;
}
.button.target {
    background-color: #d2202f;
}
.button.indiebound {
    background-color: #f8f2d9;
}
.button.powells {
    background-color: #d63d25;
}
.button.ebooks {
    background-color: #ddd;
}
.button.amazon:hover,
.button.amazon:focus {
	background-color: #f9f9f9;
}
.button.barnes:hover,
.button.barnes:focus {
	background-color: #295a34;
}
.button.google:hover,
.button.google:focus {
	background-color: #fff;
}
.button.ibooks:hover,
.button.ibooks:focus {
	background-color: #f9f9f9;
}
.button.kobo:hover,
.button.kobo:focus {
	background-color: #ffffff;
}
.button.million:hover,
.button.million:focus {
	background-color: #7c98ab;
}
.button.target:hover,
.button.target:focus {
	background-color: #d2202f;
}
.button.indiebound:hover,
.button.indiebound:focus {
	background-color: #f8f2d9;
}
.button.powells:hover,
.button.powells:focus {
    background-color: #d63d25;
}
.button.ebooks:hover,
.button.ebooks:focus {
    background-color: #ddd;
}
.es_button {
	margin-bottom:15px;	
}
/*---------------------
Sidebar Book Box
---------------------*/
.sidebar_book_box{
	
}
/*---------------------
Footer
----------------------*/
#colophon {
    background: #222;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #f9f9f9;
    border-top: 1px solid #BDC3C7;
}
#social-icons {
	text-align:center;	
}
#social-icons .ico svg {
	fill:#cccccc;
  	transition: 0.4s all ease;
  	webkit-transition: 0.4s all ease;
  	-moz-transition: 0.4s all ease;
}
#social-icons .fb svg:hover {
    fill: #3d5a98;
  	transition: 0.4s all ease;
  	webkit-transition: 0.4s all ease;
  	-moz-transition: 0.4s all ease;
}
#social-icons .tw svg:hover {
    fill: #5ea9dd;
  	transition: 0.4s all ease;
  	webkit-transition: 0.4s all ease;
  	-moz-transition: 0.4s all ease;
}
#social-icons .go svg:hover {
    fill: #dd4b39;
  	transition: 0.4s all ease;
  	webkit-transition: 0.4s all ease;
  	-moz-transition: 0.4s all ease;
}
#social-icons .in svg:hover {
    fill: #7c5641;
  	transition: 0.4s all ease;
  	webkit-transition: 0.4s all ease;
  	-moz-transition: 0.4s all ease;
}
#social-icons .li svg:hover {
    fill: #007bb6;
  	transition: 0.4s all ease;
  	webkit-transition: 0.4s all ease;
  	-moz-transition: 0.4s all ease;
}
#social-icons .re svg {
	width: 52.7px;
    height: 52.7px;
    fill: #cccccc;
  	transition: 0.4s all ease;
  	webkit-transition: 0.4s all ease;
  	-moz-transition: 0.4s all ease;
	padding-left: 3px;
}
#social-icons .re svg:hover {
	fill:#f9f9f9;
  	transition: 0.4s all ease;
  	webkit-transition: 0.4s all ease;
  	-moz-transition: 0.4s all ease;
}
#social-icons .li svg:hover {
    fill: #007bb6;
  	transition: 0.4s all ease;
  	webkit-transition: 0.4s all ease;
  	-moz-transition: 0.4s all ease;
}
#social-icons .am svg {
	/*width: 52.7px;
    height: 52.7px;*/
    fill: #cccccc;
  	transition: 0.4s all ease;
  	webkit-transition: 0.4s all ease;
  	-moz-transition: 0.4s all ease;
	padding-left: 3px;
}
#social-icons .am svg:hover {
	fill:#ff9900;
  	transition: 0.4s all ease;
  	webkit-transition: 0.4s all ease;
  	-moz-transition: 0.4s all ease;
}
#social-icons .bo svg {
	/*width: 52.7px;
    height: 52.7px;*/
    fill: #cccccc;
  	transition: 0.4s all ease;
  	webkit-transition: 0.4s all ease;
  	-moz-transition: 0.4s all ease;
	padding-left: 3px;
}
#social-icons .bo svg:hover {
	fill:#e93f33;
  	transition: 0.4s all ease;
  	webkit-transition: 0.4s all ease;
  	-moz-transition: 0.4s all ease;
}
.accreditation {
	background:#222;	
	color:#f9f9f9;
	text-align:center;
	font-size:11px;
	padding-top:8px;
}
#colophon h4 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;	
	color: #f9f9f9;
	text-align:center;
}
.widget-icon {
    float: left;
    padding-right: 5px;
}
/*Additional*/
.wp-block-image {
	margin-bottom:0px;	
}

/*# sourceMappingURL=style.css.map */

/*FOOTER*/
#colophon {
    background: #222;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #f9f9f9;
    border-top: 1px solid #BDC3C7;
	margin-top: 50px;
}
#social-icons {
	text-align:center;	
}
#social-icons .ico svg {
	fill:#cccccc;
  	transition: 0.4s all ease;
  	webkit-transition: 0.4s all ease;
  	-moz-transition: 0.4s all ease;
}
#social-icons .fb svg:hover {
    fill: #3d5a98;
  	transition: 0.4s all ease;
  	webkit-transition: 0.4s all ease;
  	-moz-transition: 0.4s all ease;
}
#social-icons .tw svg:hover {
    fill: #5ea9dd;
  	transition: 0.4s all ease;
  	webkit-transition: 0.4s all ease;
  	-moz-transition: 0.4s all ease;
}
#social-icons .go svg:hover {
    fill: #dd4b39;
  	transition: 0.4s all ease;
  	webkit-transition: 0.4s all ease;
  	-moz-transition: 0.4s all ease;
}
#social-icons .in svg:hover {
    fill: #7c5641;
  	transition: 0.4s all ease;
  	webkit-transition: 0.4s all ease;
  	-moz-transition: 0.4s all ease;
}
#social-icons .li svg:hover {
    fill: #007bb6;
  	transition: 0.4s all ease;
  	webkit-transition: 0.4s all ease;
  	-moz-transition: 0.4s all ease;
}
#social-icons .re svg {
	width: 52.7px;
    height: 52.7px;
    fill: #cccccc;
  	transition: 0.4s all ease;
  	webkit-transition: 0.4s all ease;
  	-moz-transition: 0.4s all ease;
	padding-left: 3px;
}
#social-icons .re svg:hover {
	fill:#f9f9f9;
  	transition: 0.4s all ease;
  	webkit-transition: 0.4s all ease;
  	-moz-transition: 0.4s all ease;
}
#social-icons .li svg:hover {
    fill: #007bb6;
  	transition: 0.4s all ease;
  	webkit-transition: 0.4s all ease;
  	-moz-transition: 0.4s all ease;
}
#social-icons .am svg {
	/*width: 52.7px;
    height: 52.7px;*/
    fill: #cccccc;
  	transition: 0.4s all ease;
  	webkit-transition: 0.4s all ease;
  	-moz-transition: 0.4s all ease;
	padding-left: 3px;
}
#social-icons .am svg:hover {
	fill:#ff9900;
  	transition: 0.4s all ease;
  	webkit-transition: 0.4s all ease;
  	-moz-transition: 0.4s all ease;
}
#social-icons .bo svg {
	/*width: 52.7px;
    height: 52.7px;*/
    fill: #cccccc;
  	transition: 0.4s all ease;
  	webkit-transition: 0.4s all ease;
  	-moz-transition: 0.4s all ease;
	padding-left: 3px;
}
#social-icons .bo svg:hover {
	fill:#e93f33;
  	transition: 0.4s all ease;
  	webkit-transition: 0.4s all ease;
  	-moz-transition: 0.4s all ease;
}
.accreditation {
	background:#202020;	
	color:#f9f9f9;
	text-align:center;
	font-size:11px;
	padding-top:8px;
}
#colophon h4 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;	
	text-align:center;
	color:#f0e5c3;
}
.widget-icon {
    float: left;
    padding-right: 5px;
}
/*Additional*/
.wp-block-image {
	margin-bottom:0px;	
}
/*BLOG SECTION*/
.index-header, .index-footer {
    /* margin-bottom: 30px; */
}
.index-header {
	border-bottom: 1px solid #222;
}
.index-footer {
	padding-top: 5px;
    padding-bottom: 5px;
	border-top: 1px solid #222;	
	text-align:center;
}
.post-box {
	margin-bottom:30px;
	border: 1px solid #222;
}
.index-main {
	/*padding-top:15px;*/
	padding-bottom:15px;	
}
.index-footer {
	font-size:12px;
	padding:15px;
}
.index-title {
    font-size:24px;
    text-align: center;
    margin: 0;
    padding: 4px 0 5px;
}
.post-box p {
	margin-bottom:0;	
}	
.post-title {
	font-size:36px;
}
.entry-summary {
	margin: 0.5em 0 0;	
} 
.featured-thumb {
	margin: 0.8em 0 0;	
}
.excerpt-read-more {
	
}
.post-header h1 {
	font-size: 40px;
    border-bottom: 1px solid #ccc;
	color:#222;	
}
.post-header {
	text-align:center;	
}
.byline-single {
	font-size:12px;	
}

/*# sourceMappingURL=style.css.map */
