

/* ===========================================
    global
   ------------------------------------------------------------------------------ */
.title_outer{margin-top:80px;}
p{margin-bottom:15px;}
h2{margin-bottom:15px;}

/* ===========================================
    story page: reverse quote mark
   ------------------------------------------------------------------------------ */
.fa-quote-right:before {content: "";}

/* ===========================================
    footer
   ------------------------------------------------------------------------------ */
.footer_top.footer_top_full{padding-bottom:10px;}
.footer_bottom_holder{padding-top:25px;}

/* ===========================================
    add a background to menu region
   ------------------------------------------------------------------------------ */
aside.vertical_menu_area{
	background: url(http://chrischilds.com.au//wp-content/uploads/2015/01/header_bg.png) repeat #3b2314;
}

/* ===========================================
    new footer in template code
   ------------------------------------------------------------------------------ */
#pg-bottom{
    background-color:#C2B59B;
    font-size:12px;
    text-align:center;
    padding: 20px 0px 20px 0px;
    color: #46403C;
}
#pg-bottom a{color: #46403C;}
#pg-bottom a:hover{text-decoration:underline;}

/* ===========================================
    company pages: footnote
   ------------------------------------------------------------------------------ */
.footnote p{font-size:13px; line-height: 130%;}

/* ===========================================
    blog page: tags
   ------------------------------------------------------------------------------ */
.tags_text{text-align:right; 	border-bottom: 1px solid #c2c2c2; border-top: 1px solid #c2c2c2; padding-top:15px; padding-bottom:15px; margin-top:35px;}
.tags_text, .tags_text h5 {font-size:12px; text-transform:uppercase;}

/* ===========================================
    blog page: hide post info
   ------------------------------------------------------------------------------ */
body.single-format-link .blog_holder article .post_info a, 
body.single-format-link  .blog_holder article.format-quote .post_info, 
body.single-format-quote .blog_holder article .post_info a,
body.single-format-quote .blog_holder article.format-quote .post_info {
     color:white;
}
.blog_holder article .post_info {display:none;}

/* ===========================================
    Social Icons Pulse
   ------------------------------------------------------------------------------ */
img.hvr-pulse {margin-left:15px;}

@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.hvr-pulse {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}