  /*
Do a find and replace to change all colours / fonts

Colour:
main dark grey #575757
Lighter grey #8f8f8f

Font:
'Quicksand' is the google font
***/
html,
body {
    height: 100%;
	color: #000;
	font-size: 16px;
	font-family: Calibri, sans-serif;
}
/* Wrapper for page content to push down footer */
      #wrap {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        /* Negative indent footer by it's height */
		/* ----- Margin for Two Column Sticky Footer -----*/
        margin: 0 auto -264px;
      }
	  #wrap.home-wrap{
		background-image: url(/themes/sacredheart/img/bg-tile.png);
	  }

      /* Set the fixed height of the footer here */
      #push/*, #footer*/ {
		/* ----- Height for Two Column Sticky Footer -----*/
        height: 264px;
      }
h1 {
	color: #fa0024;
	padding: 0px 0px 10px;
	margin: 0px 0px 10px 0px;
}
h2, h3 {
	color: #fa0024;
}

#page-top {
	position: relative;
	height: 650px;
}
#page-top.other-page {
    display: none;
}

/* ----- IF One Column Header -----*/
header {
	background-color: #fff;
}
header.home-header {
	background-color: #fff;
	position: relative;
}
header.other-header {
	display: none;
}
.navbar-header {
    text-align: center;
}
.navbar-brand {
    color: #fa0024;
	height: 100%;
	font-size: 22px;
	float: none;
	display: block;
	line-height: normal;
	font-weight: 500;
}
.navbar-brand:focus, .navbar-brand:hover {
    color: #fa0024;
}
.navbar-brand > img {
	margin: 0 auto 15px;
}
@media (min-width: 576px) {
	.navbar-brand {
	float: left !important;
	display: inline;
	line-height: 20px;
	font-size: 27px;
	}
}
@media (min-width: 768px) {
	.navbar-brand {
	font-size: 32px;
	}	
}
@media (min-width: 992px) {
	#page-top {
	height: 100%;
	}
	.navbar-brand {
	font-size: 42px;
	}
	.navbar-brand span{
	top: -20px;
	position: relative;
	}
	.navbar-brand h3{
	text-align: right;
	top: -75px;
    position: relative;
    margin-bottom: -45px;
	}
	.navbar-brand > img {
	display: inline-block;
	padding-right: 20px;
	margin: 0;
	}
	.container > .navbar-header {
    text-align: left;
	}
}
/* ----- One Column Header END -----*/
#tagline {
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 20px;
	position: absolute;
	bottom: -58px;
	width: 100%;
	background: #fa0024;
	z-index: 1;
}
/*** Triangle Section Separator Styles ***/

/* Common style for pseudo-elements */
#tagline::after {
	position: absolute;
	content: '';
	pointer-events: none;
}

/* Triangles */
.tag-triangle::after {
	left: 50%;
	width: 40px;
	height: 40px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.tag-triangle::after {
	bottom: -20px;
	z-index: -1;
	background-color: #fa0024;
}
/*** END ***/

section#main-text {
	
}
section#main-text #content p, section#main-text #content p span, section#main-text #content span{
	font-family: Calibri, sans-serif !important;
	font-size: 18px !important;
}
section#main-text.home-text {
	text-align: center;
	padding-top: 100px;
}
section#main-text a {
    color: #e7711b;
}
section#main-text.home-text #content h1 {
    display: none;
}
section#main-text.home-text h1 {
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1;
}
section#main-text.home-text h1 span {
    font-size: 22px;
    /*padding: 12px 0 10px;*/

}
section#main-text .mission-statement{
	padding: 10px;
	background: #fa0024;
	color: #fff;
	width: 200px;
	margin: 20px auto;
	display: block;
	transition: 0.3s;
	font-size: 20px;
}
section#main-text .mission-statement .fa{
	margin-left: 5px;
}
section#main-text .mission-statement:hover{
	background: #bd112a;
	text-decoration: none;
}

/* ----- Quick Links -----*/
section#quick-links{
	text-align: center;
	border-bottom: 3px solid #fa0024;
}
section#quick-links .ql-box{
	padding: 0;
}
section#quick-links .ql-container{
	display: block;
	background: #fa0024;
	text-align: center;
	color: #fff;
	transition: 0.3s;
	padding: 30px 0px;
	font-size: 32px;
	font-weight: 700;
}
section#quick-links .ql-container .fa{
	font-weight: normal;
	font-size: 48px;
	display: block;
}
section#quick-links .ql-container:hover{
	background: #999;
	text-decoration: none;
}
/* ----- Bottom Blocks Styles -----*/
#bottom-blocks {
    background: #fff;
    padding-top: 40px;
	border-top: 3px solid #fa0024;
}
#bottom-blocks .container {
    width: auto;
}
#bottom-blocks .block-item {
    margin-bottom: 10px;
	padding:0;
}
#bottom-blocks a.view-more-btn:hover .content-main, #bottom-blocks a.view-more-btn:hover .divi-triangles::after {
    background: #bd112a;
}
#bottom-blocks .image-0{
	background: url(/themes/sacredheart/img/sample_1.jpg) center no-repeat;
	background-size: cover;
	height: 400px;
}
#bottom-blocks .image-1{
	background: url(/themes/sacredheart/img/sample_2.jpg) center no-repeat;
	background-size: cover;
	height: 400px;
}
#bottom-blocks .image-2{
	background: url(/themes/sacredheart/img/sample_3.jpg) center no-repeat;
	background-size: cover;
	height: 400px;
}
#bottom-blocks .img-bb {
    width: 100%;
	height: auto;
}
#bottom-blocks .img-bb:hover {
    background-color: #fff;
	opacity: 0.8;
}
#bottom-blocks .container .item {
    display: none;
	margin-right: -15px;
	margin-left: -15px;
}
#bottom-blocks .container .item.active{
    display: block;
	margin-right: -15px;
	margin-left: -15px;
}
#bottom-blocks .left i.fa, #bottom-blocks .right i.fa{
    font-size: 50px;
}
#bottom-blocks .block-container{
    display: none;
}
#bottom-blocks .block-container.active{
    display: block;
}
#bottom-blocks h1 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
    color: #fa0024;
}
#bottom-blocks h1 a {
    color: #fa0024;
	font-weight: 700;
}
#bottom-blocks h1 a:hover, #bottom-blocks h1 a:focus {
	text-decoration: none;
    color: #bd112a;
}
#bottom-blocks h1 i.fa:hover{
    cursor: pointer;
	color: #bd112a;
}
#bottom-blocks .box h2{
    display: none;
}
#bottom-blocks .content-main {
    padding: 6px;
	position: relative;
    background: #fa0024;
	min-height: 62px;
}
#bottom-blocks .content-main:hover {
    background: #bd112a;
}
#bottom-blocks .content-main h2 {
    margin: 8px 0;
    font-size: 16px;
	text-align: center;
	color: #fff;
}
#bottom-blocks .content-main .details {
    display: none;
}
#bottom-blocks .content-main .details p {
    font-size: 14px;
	color: #333;
	text-align:left;
}
#bottom-blocks .view-more-btn:hover {
    color: #2d5486;
	text-decoration: none;
}
/*** Triangle Section Separator Styles ***/

/* Common style for pseudo-elements */
.image::after {
	position: absolute;
	content: '';
	pointer-events: none;
}

/* Triangles */
.divi-triangles::after {
	left: 50%;
	width: 40px;
	height: 40px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.divi-triangles::after {
	bottom: 42px;
	z-index: 0;
	background-color: #fa0024;
}
/*** END ***/

/* ----- Events Styles -----*/
section#events_section {
	padding-top: 50px;
	padding-bottom: 50px;
}
section#events_section .container {
    padding-bottom: 50px;
	position: relative;
}
#events_section h1 {
	text-align: center;
	font-weight: 700;
	font-size: 26px;
}
#events_section h1 a {
    color: #fa0024;
}
#events_section h1 a:hover, #events_section h1 a:focus {
	text-decoration: none;
    color: #bd112a;
}
#events_section .divider {
    border-bottom: 2px solid #5d2d70;
    width: 40%;
    margin: auto;
    margin-bottom: 20px;
}
#events_section .controls {
    margin: 0 auto;
    /*width: 200px;*/
    text-align: center;
    font-size: 40px;
    display: block;
    margin-bottom: 20px;
}
#events_section .controls .left {
    float: left;
}
#events_section .controls .right {
    float: right;
}
#events_section .main_title, #school-list .main_title{
    text-align: center;
    margin-bottom: 40px;
}
#events_section .container .item{
    display: none;
}
#events_section .container .item.active{
    display: block;
}
#events_section .event-col:not(.first-child){
    margin-top: 20px;
}
#events_section .event-col .event-container {
    padding: 20px 20px;
    position: relative;
    border: 2px solid #c0c0c0;
	background: #fff;
}
#events_section .event-col .event-container::before {
  	content: "";
  	background: #ccc;
  	opacity: 0.1;
  	top: 0;
  	left: 0;
 	bottom: 0;
  	right: 0;
  	position: absolute;
  	z-index: 0;
}
#events_section .event-col .event-container::before {
    -webkit-transition: opacity 0.4s ease-in;
	-moz-transition: opacity 0.4s ease-in;
	-o-transition: opacity 0.4s ease-in;
	transition: opacity 0.4s ease-in;
}
#events_section .event-col .event-container:hover::before {
    opacity: 0.5;
}
#events_section .event-col .event-container .event-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#events_section .event-col .event-container .fa.fa-calendar {
    position: absolute;
    top: -45px;
    font-size: 46px;
    background: #355ea8;
    padding: 16px;
    color: #fff;
	border: 2px solid #355ea8;
	z-index: 1;
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 90px;
	height: 90px;
}
#events_section .box.events{
    display: inline-block;
    width: 100%;
}
#events_section .event-col .event-container .event-date{
    font-size: 40px;
    margin-top: 10px;
}
#events_section .event-col .event-container .event-date, #events_section .event-col .event-container .event-time, #events_section .event-col .event-container .event-fulldetails{
    color: #fa0024;
}
#events_section .event-col .event-container .event-time {
	font-size: 32px;
}

#events_section .event-col .event-container .event-title{
    margin-top: 15px;
    font-size: 22px;
    color: #999;
}
#events_section .event-col .event-container .event-fulldetails{
	font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 600;
	margin-top: 30px;
}
#events_section .box.events .content{
    display: inline-block;
    width: 100%;
}
#events_section .left, #events_section .right {
    cursor: pointer;
	-webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -ms-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
	background: #fa0024;
	color: #fff;
	width: 44px;
	height: 44px;
	font-size: 36px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#events_section .right {
	padding: 1px 17px;
}
#events_section .left {
	padding: 1px;
}
#events_section .left:hover, #events_section .right:hover {
    background: #bd112a; 
}
.calendar-link-row {
	position: absolute;
	bottom: -35px;
	width: 100%;
}
.calendar-button {
	font-size: 22px;
}
.calendar-button a {
	color: #fa0024;
}

section#twitter-section{
	padding: 30px 0px;
	background: #fff;
	text-align: center;
	border-bottom: 3px solid #fa0024;
}
section#twitter-section h1{
	font-weight: 700;
}
.tweet-col {
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
}
.tweet-col:last-child .tweet-holder {
	border-bottom: none;
}
.tweet-holder {
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.tweet-col .time {
	padding: 20px 20px 20px;
	font-weight: 700;
	font-size: 18px;
}
.tweet-col .time a {
	color: #fa0024 !important;
}
.tweet-col .image {
	height: 240px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 12px;
}
.tweet-col .image img {
	width: 260px;
	height: 260px;
	margin: 0 auto;
}
.tweet-col .tweet {
	padding: 0 20px 30px;
}
.tweet-col .tweet a {
	color: #1da1f2;
	word-break: break-word;
}
.tweet-col .tweet a:hover {
	text-decoration: underline !important;
}
.tweet-col a.more {
	background: #c0d4a4;
	padding: 20px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	color: #000;
}

/ CONTACT STYLES ***/

section#contact {
}
.contact-wrap {
	background-color: #ccc;
}
#contact_details {
}
#contact_details .pad_out {
	padding: 34px 0;
	color: #fa0024;
}
#contact_details h2 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 28px;
	color: #fa0024;
	text-transform: uppercase;
	font-weight: 700;
}
#contact_details .contact-title {
	font-size: 18px;
	font-weight: 700;
}
#contact_details .contact-phone {
	margin-bottom: 5px;
}
#contact_details .contact-phone, #contact_details .contact-email {
	color: #fa0024;
	font-size: 18px;
}
#contact_details .contact-email.upper {
	margin-bottom: 20px;
}
#contact_details .contact-name {
	margin-bottom: 20px;
}
#contact_details .contact-phone a, #contact_details .contact-email a {
	color: #fa0024;
}
.map-wrap {
    margin-bottom: -6px;
    padding-right: 0;
    padding-left: 0;
}
.inner-map a.circle-link {
	border-radius: 300px;
	height: 300px;
	width: 300px;
	margin: 50px auto 0;
	background-color: rgba(192, 192, 192, 0.6);
	-webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -ms-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
	display: none;
}
.inner-map a.circle-link:hover {
	background-color: rgba(192, 192, 192, 0.8);
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
section#bottom-logos {
	background: #fff;
}
@media (min-width: 1040px) {
	section#bottom-logos {
		
	}
}



section#bottom-logos img {
	height:100px;
	margin-bottom: 22px;
}


/* ----- Mobile Black Bar Styles -----*/
#mobile_black_bar {
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
}
#mobile_black_bar a {
	display:block;
	color:#FFF;
	padding:10px;
	text-align:center;
	font-size:20px;
}
#mobile_black_bar .staff_login, #mobile_black_bar .blogs {
	background: #000;
}
#mobile_black_bar .parent_login {
	background: #666;
}

/* ----- Footer Styles -----*/

footer {
	padding: 20px;
	background-color: #c0c0c0;
	color: #fff;
	text-align: center;
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #fa0024;
	text-decoration: none;
}

/* ----- IF Two Column Footer -----*/
.footer-right {
    margin-top: 16px;
}
.footer-right a {
    color: #fff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
.footer-right a:hover {
    color: #fa0024;
}
.footer-right span {
    width: 50px;
    font-size: 22px;
}

@media (max-width: 1040px) {
	.footer-right .mobile-link {
    	display: none;
	}
}

/* ----- Contact Form -----*/

.contact_block input {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #6b793a;
    margin-bottom: 10px;
    color: #6b793a;
}

.contact_block textarea {
    width: 100%;
    padding: 10px 15px;
    color: #6b793a;
    font-size: 16px;
    border: 1px solid #6b793a;
    margin-bottom: 10px;
    min-height: 200px;
}

.contact_submit {
    padding: 15px 20px !important;
    font-size: 18px !important;
    background: #6b793a;
    color: #fff !important;
    text-decoration: none !important;
}
.g-recaptcha{
	margin: 10px 0px;
}

form #contact_form_website {
    display: none;
}

.success{
	color: #fff;
	text-align:center;
	font-size: 18px;
	padding: 10px 0px;
	background: #90af26;
	position: relative;
	bottom: -40px;
}

.fail{
	color: #fff;
	text-align:center;
	font-size: 18px;
	padding: 10px 0px;
	background: #c72515;
	position: relative;
	bottom: -40px;
}


/* ----- Common Styles -----*/

.top-buffer {
	padding-top: 40px;
}
.bottom-buffer {
	padding-bottom: 20px
}

/* ----- Responsive Styles -----*/


@media(max-width:380px) {
	section#main-text.home-text h1 span {
    font-size: 18px;
	}
	.col-md-5ths {
     width: 100%;
     float: left;
    }
}
@media (min-width: 470px) {
	.ql-header span::after {
	display: block;
	}
	#bottom-blocks h1 {
    font-size: 32px;
	}
	#events_section h1 {
	font-size: 36px;
	}
	#events_section .top-arrow-left {
    margin-right: 20px;
	}
	#events_section .top-arrow-right {
    margin-left: 20px;
	}
	#contact_details .pad_out {
	padding: 34px 3px;
	}
	#contact_details .contact-phone, #contact_details .contact-email {
    color: #fa0024;
    font-size: 19px;
	}
}
@media(min-width: 576px) {
	#logo {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
	}
	#logo img {
    margin: 0;
    display: inline;
	padding-right: 20px;
	}
	#bottom-blocks h1 {
    font-size: 36px;
	}
	.calendar-button {
	font-size: 32px;
	}
	#contact_details .pad_out {
	padding: 34px 22px;
	}
	#contact_details h2 {
	font-size: 28px;
	}
	#contact_details p {
	font-size: 20px;
	}
	#contact_details .contact-phone, #contact_details .contact-email {
	font-size: 20px;
	}
	/* ----- Wrap and Push for Two Column Sticky Footer -----*/
	#wrap {
    margin: 0 auto -249px;
    }
    #push {
    height: 249px;
    }
}
@media(min-width: 768px) {
	#tagline {
    font-size: 24px;
	bottom: -58px;
	}
	section#main-text.home-text {
	/*background: url(/themes/sacredheart/img/leaf_01.png) no-repeat 2% 2%;*/
	background-size: 80px;
	padding-top: 110px;
	}
	section#main-text.home-text h1 {
    font-size: 46px;
	}
	section#main-text.home-text h1 span {
    font-size: 26px;
	}
	#bottom-blocks h1 {
    /*background: url(/themes/sacredheart/img/leaf_01.png) no-repeat 86% -3px;*/
	background-size: 70px;
	}
	#events_section h1 {
    /*background: url(/themes/sacredheart/img/leaf_03.png) no-repeat 100% 8px;*/
	background-size: 50px;
	}
	#contact_details .pad_out {
	padding: 50px 50px;
	}
	#contact_details h2 {
	font-size: 30px;
	}
	/* ----- Wrap and Push for Two Column Sticky Footer -----*/
	#wrap {
    margin: 0 auto -210px;
    }
    #push {
    height: 210px;
    }
}

@media(min-width:992px) {
	.tweet-col{
	width: 33.33333%;
	}
	.tweet-holder{
	border-bottom: 0;
	}
	#tagline {
	padding: 20px;
    font-size: 24px;
	bottom: 0;
	}
	section#main-text.home-text {
	padding-bottom: 60px;
	padding-top: 60px;
	/*background: url(/themes/sacredheart/img/leaf_01.png) no-repeat 2% 4%/80px, url(/themes/sacredheart/img/leaf_04.png) no-repeat 4% 99%/50px, url(/themes/sacredheart/img/leaf_02.png) no-repeat 97% 96%/70px;*/
	}
	section#main-text.home-text h1 {
    font-size: 50px;
	}
	section#main-text.home-text h1 span {
    font-size: 28px;
	}
	.sm-column.lower {
	background: #6b793a; /* Old browsers */
	background: -moz-linear-gradient(top, transparent 40%, #6b793a 40%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, transparent 40%,#6b793a 40%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, transparent 40%,#6b793a 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#6b793a',GradientType=0 ); /* IE6-9 */
	}
	.facebook-column {
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	}
	#bottom-blocks h1 {
    /*background: url(/themes/sacredheart/img/leaf_01.png) no-repeat 78% -3px;*/
	background-size: 70px;
	}
	#events_section .right {
	padding: 3px 17px;
	margin-left: 30px;
	}
	#events_section .left {
	padding: 3px;
	margin-right: 30px;
	}
	section#events_section {
    padding-bottom: 60px;
	}
	#events_section .event-col .event-container .event-title {
		min-height: 125.773px;
		max-height: 125.773px;
	}
	.contact-wrap {
	/*background: rgba(192, 192, 192, 0.6) url(/themes/sacredheart/img/leaf_01.png) no-repeat 99% 280px;*/
	background-size: 100px;
	}
	#contact_details .pad_out {
	padding: 23px 12px;
	}
	#contact_details .contact-name {
    margin-bottom: 30px;
	}
	#contact_details p {
    font-size: 17px;
	}
	#contact_details .contact-phone {
	font-size: 17px;
	}
	#contact_details .contact-email {
		font-size: 14px;
	}
	#contact_details .contact-email span {
		font-size: 17px;
	}
	#contact_details .logo-wrap img {
	margin-bottom: 0;
	}
	.map-wrap {
    margin-bottom: 0;
	padding: 0;
	flex: auto;
	}
	.inner-map a.circle-link {
	display: block;
	}
	.col-md-5ths {
    width: 20%;
    float: left;
    }
	.col-md-7ths {
		width: 14.2857142857%;
	}
	section#bottom-logos img {
		height: 60px;
	}
	section#bottom_login {
		display: none;
	}
	section#mobile_black_bar {
		display: none;
	}
	/* ----- IF Two Column Footer -----*/
	.footer-right {
    margin-top: 0;
	}
	/* ----- Wrap and Push for Two Column Sticky Footer -----*/
	#wrap {
    margin: 0 auto -64px;
    }
    #push {
    height: 64px;
    }
}

@media(min-width:1200px) {
	#tagline {
    font-size: 28px;
	}
	#bottom-blocks h1 {
    /*background: url(/themes/sacredheart/img/leaf_01.png) no-repeat 72% -3px;*/
    background-size: 70px;
	}
	section#events_section {
    /*background: url(/themes/sacredheart/img/leaf_02.png) no-repeat 1% 90%;*/
    background-size: 100px;
	}
	section#bottom-logos img {
		height: 80px;
	}
	#contact_details .pad_out {
    padding: 25px 10px;
	}
	#contact_details p {
	font-size: 19px;
	}
	#contact_details .contact-phone, #contact_details .contact-email {
		font-size: 18px;
	}
	#contact_details .contact-email span {
		font-size: 19px;
	}
}
@media(min-width:1400px) {
	.ql-header span::after {
	display: block;
	}
	section#main-text {
	padding-bottom: 40px;
	/*background: url(/themes/sacredheart/img/leaf_01.png) no-repeat 2% 2%/80px, url(/themes/sacredheart/img/leaf_04.png) no-repeat 98% 20%/50px, url(/themes/sacredheart/img/leaf_03.png) no-repeat 70% 100%/40px;*/
	}
	section#events_section {
    /*background: url(/themes/sacredheart/img/leaf_02.png) no-repeat 4% 84%;*/
    background-size: 100px;
	}
	#contact_details .pad_out {
		padding: 25px 50px;
	}
}
@media(min-width:1700px) {
	section#main-text {
	padding-bottom: 40px;
	/*background: url(/themes/sacredheart/img/leaf_01.png) no-repeat 12% 2%/80px, url(/themes/sacredheart/img/leaf_04.png) no-repeat 86% 20%/50px, url(/themes/sacredheart/img/leaf_03.png) no-repeat 70% 99%/40px;*/
	}
	section#main-text.home-text {
	/*margin-top: -40px;*/
	padding-bottom: 60px;
	/*background: url(/themes/sacredheart/img/leaf_01.png) no-repeat 12% 4%/80px, url(/themes/sacredheart/img/leaf_04.png) no-repeat 20% 99%/50px, url(/themes/sacredheart/img/leaf_02.png) no-repeat 86% 96%/70px;*/
	}
	#bottom-blocks .content-main h2 {
    font-size: 16px;
	}
	section#events_section {
    /*background: url(/themes/sacredheart/img/leaf_02.png) no-repeat 12% 84%;*/
    background-size: 100px;
	}
	#contact_details {
	max-width: 80%;
	margin: 0 0 0 10%;
	}
}