Custom CSS Code:
.carousel-bottom-caption {
display: none;
}
#content-wrapper form .form-checkboxes, #content-wrapper form .form-radios {
margin: 13px 0 0 0;
margin-left: -25px;
}
.btn-retirement,
.btn-retirement:hover,
.btn-retirement:active{
color:#fff;
padding:25px 10px;
font-size:1em;
font-weight:bold;
margin-top:50px;
}
.btn-retirement{
background-color:#a20a35;
white-space: initial;
}
.btn-retirement:hover{
background-color:#80092B;
}
@media screen and (max-width:500px){
.btn-retirement{
margin-top:10px;
}
}
@media screen and (max-width:600px){
.slide1,
.slide2,
.slide3{
min-height:700px;
}
}
.client-login img {
max-height: 36px;
}
/* Remove arrows from team section */
#block-views-team_member_navigation-block_2 > a.left.carousel-control > span.glyphicon.glyphicon-chevron-left {
display:none;
}
#block-views-team_member_navigation-block_2 > a.right.carousel-control > span.glyphicon.glyphicon-chevron-right {
display:none;
}
/* removing animation effect from team block */
.animated {
-webkit-animation-duration: 0s !important;
animation-duration: 0s !important;
display: initial !important;
}
.stage2 {
-webkit-animation-delay: 0s !important;
animation-delay: 0s !important;
}
Custom Script Code:
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" />
<script>
$(document).ready(function(){
$(".team-nav-wrapper").removeClass("animated fadeInUpStart fadeInUp");
aw.cache.carouselFrontpagePause = true;
aw.cache.carouselFrontpageInterval = false;
$('#carousel-frontpage').carousel({
pause: aw.cache.carouselFrontpagePause,
interval: aw.cache.carouselFrontpageInterval
});
if($('.page-admin-build-block').length > 0){
console.log('admin block page');
}else{
$('body :not(script,sup)').contents().filter(function() {
return this.nodeType === 3;
}).replaceWith(function() {
return this.nodeValue.replace(/[™®©]/g, '<sup>$&</sup>');
});
}
});
</script>
<!-- Hotjar Tracking Code for http://www.fairviewfinancial.com -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:321802,hjsv:5};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'//static.hotjar.com/c/hotjar-','.js?sv=');
</script>
<script>
jQuery(document).ready(function($) {
if ($(window).width() <= 768) {
var loginButton = $('<a href="/client-login" class="client-login-btn btn btn-primary" style="margin-left: 245px; margin-top: 15px;">Client Login</a>');
$('.navbar-toggle').before(loginButton);
}
});
</script>
Custom Powered By AW Button:
White
