/* Copyright (C) arrowthemes, Regular/Extended Licence */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.sheet {-webkit-box-shadow: 0 0 0 1px rgba(18, 38, 63, 100);}
.sheet {-moz-box-shadow: 0 0 0 1px rgba(18, 38, 63, 100);}
.sheet {box-shadow: 0 0 0 1px rgba(18, 38, 63, 100);}


#slide-zone {
    margin-bottom: 14px;
}

.footer-body {
  	background-color: rgba(36, 75, 125, 100) !important;
	border-radius: 0 0 0 0;
    /* border-radius: 0 0 5px 5px; */
    -webkit-box-shadow: 0 0 0 1px rgba(18, 38, 63, 100);
    -moz-box-shadow: 0 0 0 1px rgba(18, 38, 63, 100);
    box-shadow: 0 0 0 1px rgba(18, 38, 63, 100);
}

/* #bottom-c {
    margin-top: 14px;
    border-top: 0px solid rgba(0,0,0,0);
  	background-color: rgba(25, 53, 88, 0) !important;
    border-bottom: 0px solid rgba(255,255,255, .0);
    box-shadow: 0 0 0 0px rgba(255,255,255,0.2);  

} */

.bg_texture_24 {
    background-image: url("https://workforthesoul.org.au/images/custom-bg5.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: fixed;
    background-size:cover;  
}

.top-bg.show_top_half {
/*
    background-image: url("https://workforthesoul.org.au/images/header-bg.jpg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-attachment: local;
    background-size:1200px 189px;     
*/
}