/*
Theme Name: Bright Beginnings Theme
Theme URI: http://wordpress.org/themes/BBs_Theme
Author: Catriona Wilkinson
Author URI: http://instagram.com/cwilkdesign
Description: Catriona Wilkinson Design theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: BBs
Text Domain: BBs_Theme

*/

body {
	margin: 0;
	overflow-x: hidden;
	background-color: #fafafa;
}

body::-webkit-scrollbar {
  background-color: #ef7937;
  width: 8px;
  border-radius: 4px;
}
ca
body::-webkit-scrollbar-thumb {
  background-color: #2f2f2f;
  border-radius: 4px;
}



/* Portrait and Landscape Mobile Devices */
@media only screen 
  and (min-device-width: 300px) 
  and (max-device-width: 900px)  {
  
  
.sitelogo {
	height: 10vh;
	width: auto;
	margin: 1vh;
}

/* MENU BUTTON START */

.mobnavbutton {
    float: right;
    width: 12vh;
    height: 12vh;
    margin: 1vh 4% 1vh 0;
    position: relative;
}

.mobnavbutton>img {
    width: 100%;
    height: auto;
}

.borgor1, .borgor2, .borgor3 {
    width: 20vw;
    height: 2vh;
    background-color: #2f2f2f;
    border-radius: 10px;
    transition: 0.4s;
}

.borgor4 {
    margin: -12vh auto 0 auto;
    opacity: 0;
    transform: scale(0);
    transition: 0.3s;
    background: #2f2f2f;
    height: 20vw;
    position: relative;
    width: 2vh;
    border-radius: 10px;
}

.borgor4::after {
    background: #2f2f2f;
    content: "";
    height: 2vh;
    position: absolute;
    width: 20vw;
    top: 8vw;
    left: -8vw;
    border-radius: 10px;
}

.borgor2 {
    margin: 2vh 0;
}

.borgor1 {
    margin: 1vh 0 0 0;
}

.borgor3 {
    margin: 0 0 1vh 0;
}


.change .borgor1 {
  transform: translateY(200%) scale(0) rotate(45deg);
}

.change .borgor2 {
    transform: scale(0);
    
}

.change .borgor3 {
   transform: translateY(-200%) scale(0) rotate(-45deg);
}

.change .borgor4 {
    opacity: 1;
    transform: scale(1) rotate(45deg);
}

/* MENU BUTTON END */
/* TOP MENU START */

#navigation-top {
	width: 100%;
}

.hidemob {
    display: none;
}

.menu-top-menu-container {
    width: 100%;
    display: block;
}

#menu-top-menu {
	max-height: 75vh;
	overflow-y: scroll;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	display: inline-block;
}
  
#menu-top-menu>.menu-item {
    width: 100%;
    margin: auto;
    border-top: 1px dotted #BEDAF4;
    padding: 0.5em 0;
    height: 100%;
}



/* TOP MENU END */

.pagetitle {
	max-width: 28% !important;  
}	  
	  
.pagetitle>h1 {
    font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

.page-subtitle {
    font-size: 0.6em;
	line-height: 1.5em;
	width: 100% !important;
}

/* ENROL BANNER START */

.enrolnowbanner {
    min-height: 15vh;
}

.enrolnowbanner>.wp-block-group__inner-container>p {
    width: 60%;
    margin: auto;
    font-size: 0.8em;
}
  
.buttoncontain {
    width: 25%;
    margin: auto;
}

.enrolnowbutton {
  padding: 5px;
  font-size: 1em;
}

/* ENROL BANNER END */
/* MAIN CONTENT START */
  
.site-content-contain {
	padding-top: 14vh;
}

.bump {
    height: 10vh;
}

.pagenav {
    width: 100%;
    margin: -2vh auto 0 auto;
    background-color: #ef7937;
}

.pagenav>.buttonwrap>button {
    width: 100%;
}

.jumpto {
    margin: 1vh auto -1vh auto;
    font-size: 1em;
}

.buttonwrap {
    width: auto;
    margin: 0 auto;
}
  
.categorywrapper {
	margin-top: 5vh;
}
  
.alignright, .alignleft {
	margin: auto;
    width: 100%;
	height: auto;
}
  
.catpost, .bloggroup {
	width: 100%;
	padding-bottom: 2em;
}

.nobottompadding {
    margin-bottom: -2em !important;
}

.catpost>.wp-block-group__inner-container>h1, .catpost>.wp-block-group__inner-container>p, .catpost>.wp-block-group__inner-container>h2, .bloggroup>.wp-block-group__inner-container>h1, .bloggroup>.wp-block-group__inner-container>p, .bloggroup>.wp-block-group__inner-container>h2 {
	width: 90%;
}

.catpost>.wp-block-group__inner-container>h1, .catpost>.wp-block-group__inner-container>h2, .bloggroup>.wp-block-group__inner-container>h1 {
    text-align: center;
    margin: 1em auto 0.5em auto;
    position: relative;
}

.catpost>.wp-block-group__inner-container>p, .bloggroup>.wp-block-group__inner-container>p {
    margin: 0.5em auto 0.5em auto;
    font-size: 1.1em;
    line-height: 2em;
}

.catpost>.wp-block-group__inner-container>a, .bloggroup>.wp-block-group__inner-container>a {
	margin: 0;
}
	  
.sharetags {
	width: 90%;
}

.sharedaddy {
	width: 100%;
}
	  
.tagscontain {
	width: 100%;
	margin: 1em auto;
}

.twocolumns {
    width: 90%;
    margin: 0.5em auto 0.5em auto;
}
  
.articletitle, .testimonialstitle {
    width: 90%;
    margin: auto;
    hyphens: manual;
}

.catpost>.wp-block-group__inner-container>h2, .bloggroup>.wp-block-group__inner-container>h2 {
    font-size: 2.5em;
    line-height: 1.3em;
}

.catpost>.wp-block-group__inner-container>h3, .bloggroup>.wp-block-group__inner-container>h3 {
    font-size: 1.5em;
    line-height: 1.3em;
}


.testimonialstitle>h2 {
    line-height: 1.5em;
}

.articlecontent, .articlecontent2, .quotecontent {
    width: 80%;
    margin: 0 auto;
    line-height: 1.8em;
}

.singlepost {
    width: 80%;
    padding-top: 20px;
}

.singlepost>.articleimage {
    width: 100%;
    margin-bottom: 20px;
}

.attachmentcontain {
    margin-top: -20vh;
}

.quotecontent, .quotetitle {
    width: 70%;
    margin: auto;
    line-height: 1.5em;
}

.quotetitle {
    width: 70%;
}

.smalltext {
    font-size: 0.8em;
    text-align: center;
    margin-top: 1.5em;
}

.philosophyblock>.wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.quote {
    width: 75% !important;
}

.quoteattribute {
    width: 80%;
}

.pt1>h3, .pt2>h3, .pt3>h3, .pt4>h3, .pt5>h3, .pt6>h3, .pt7>h3 {
    font-size: 1.8em;
    margin: 0.5em auto 0.3em auto;
    width: 80%;
    font-family: 'Raleway', sans-serif;
}

.pt1>p, .pt2>p, .pt3>p, .pt4>p, .pt5>p, .pt6>p, .pt7>p {
    font-size: 0.9em;
    width: 80%;
    margin: 10px auto;
}

.pt1, .pt2, .pt3, .pt4, .pt5, .pt6, .pt7 {
    width: 100%;
    padding: 5vh 0;
    background-size: cover;
    background-position: center;
}

.bgbox {
    width: 80%;
    
}

.arpw-ul {
    justify-content: space-between;
    flex-wrap: wrap;
}

.arpw-li {
    width: 40%;
}

#contact-form-73 {
    width: 90%;
}

.grunion-field-width-50-wrap {
	flex: 0 0 100% !important;
}

.wpforms-submit-container, .wp-block-jetpack-button {
    width: 100%;
}

.wpforms-submit, .wp-block-jetpack-button>button {
    width: 100%;
    margin: 0.5em auto 0 auto;
    height: 2.8em;
}

.wp-block-table {
    width: 90%;
}

.wp-block-embed-youtube {
    margin: 1em auto;
    width: 100%;
}

.display-posts-listing {
    width: 90%;
    display: flex-wrap;
}

.display-posts-listing>li {
    width: 100%;
}

#map {
    height: 65vh;
}

.two-column-img {
    float: left;
    width: 49.9%;
    margin: auto;
}

.wp-block-gallery {
    width: 90%;
}



.orangebutton  {
    width: 90%;
}

.vidwide, .vid {
    width: 100%;
    padding-bottom: 56.25%;
}
	  
	  
/* CATEGORY PAGE */
	  
.catwrapper {
	width: 90%;
}
	  
#searchform {
	width: 100%;
}
	  
#s {
	width: 60%;
}

#searchsubmit {
	font-size: 1em;
	width: 35%;
}
	  
.categorypost {
	width: 100%;
}

.category-featureimg {
	height: 40vw;
}
	  
.cat-imgoverlay {
	height: 40vw;
	background: rgba(255, 255, 255, 0.9);
}

.catdesc {
	top: 0.5em;
}

.cattitle>a>h2 {
	margin-bottom: 0.2em;
}

.excerptblock {
	color: #2f2f2f;
	font-size: 0.8em;
}

.cattitle>a, .excerptblock a {
	color: #407cad;
}

/* BLOG POST PAGE */

.bloggroup>.wp-block-group__inner-container>h2 {
    margin: 0 auto 1em auto;
    position: relative;
    font-size: 2.2em !important;
}


.bloggroup .blogtitleimg {
    margin: 0 auto -4.5em auto;
    max-height: 6em;
}

.blogtitleimg>.blogtitleunder {
    height: 6em;
}


.staffsays figure, .staffsays .wp-block-group {
    width: 95%;
    flex-basis: auto;
    margin: 0 auto;
}

.tagscontain {
    width: 90%;
    margin: 1em auto;
}




/* MAIN CONTENT END */
/* FOOTER START */
  
  #menu-footer-menu {
	width: 100%;
	
  }
  
#menu-footer-menu>.menu-item {
    width: 80%;
    margin: 1em auto;
    padding: 1vh 0;
    text-align: center;
  }
  
#menu-footer-menu>.menu-item>a {
    font-size: 2em;
}

#menu-footer-menu>.menu-item>ul>li {
    font-size: 1.5em;
    margin: 0.8em 0;
}

.footercontact {
    width: 80%;
    margin: auto;
    font-size: 0.9em;
}

.mapcontainer {
    width: 100%;
    margin: 0 auto 1em auto;
}

.mapcontainer>iframe {
    height: 75vh;
}

.footerlogo {
    width: 80%;
    margin: auto;
    padding-top: 5vh;
}


.footersocials>a {
    margin: 2vh auto;
}

.mailbutton {
    margin-bottom: 1em;
}


/* FOOTER END */
	
}



/* END MOB PORTRAIT */





/* Landscape Mobile Devices */
@media only screen 
  and (min-device-width: 300px)
  and (max-device-width: 900px)
  and (orientation: landscape) {
  
#menuhide>img, #cross>img {
	height: 8vh;
}

#menu-top-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #fafafa;
}

#menu-top-menu>.menu-item {
    width: 49%;
    margin: 0 auto;
}
  
.sitelogo {
	height: 12vh;
    padding: 2vh;
    margin-top: 0;
}
	
.mobnavbutton {
    width: 50px;
    height: 50px;
    margin: 1vh 2vh;
}

.borgor1, .borgor2, .borgor3 {
    width: 8vw;
    height: 3vh;
}

.borgor4 {
    margin: -15vh auto 0 auto;
    height: 8vw;
    width: 3vh;
}

.borgor4::after {
    height: 3vh;
    width: 8vw;
    top: 3vw;
    left: -3vw;
}
  
.site-content-contain {
	padding-top: 16vh;
}
  
.socials {
	margin-bottom: -3vh;
}

.pagetitle {
	max-width: 25% !important;  
}	  
	  
.pagetitle>h1 {
    font-size: 1.8em;
}

.page-subtitle {
    font-size: 1em;
}

.pagenav {
    margin: -3vh auto 0 auto;
}

.pagenav>.buttonwrap>button, .orangebutton {
    padding: 0.8em !important;
}
  
.alignright, .alignleft {
	width: auto;
}

h1, h2, h3 {
  font-size: 2.8em;
}

.quotecontent>p {
    margin-top: 2em;
}

.two-column-img>img {
    display: block;
    margin: auto;
}

.catdesc {
	top: 1em;
}

.cattitle>a>h2 {
	font-size: 2em;
}

.excerptblock {
	font-size: 1em;
	line-height: 2em;
}

.footerlogo {
    width: 50%;
}

#menu-footer-menu {
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

#menu-footer-menu>li {
    break-inside: avoid;
    width: 48% !important;
}

.mapcontainer {
    width: 100%;
}


  
}



/* END MOB LANDSCAPE */


/* START TABLET PORTRAIT */
@media (min-width: 768px)
and (max-width: 1024px) 
and (orientation:portrait) {
  
.sitelogo {
    height: 12vh;
    margin: 1vh 2vh;
}

.mobnavbutton {
    width: 12vh;
    height: 12vh;
    margin: 1vh 2vh 1vh 0;
}

.borgor1, .borgor2, .borgor3 {
    width: 15vw;
}

.borgor4 {
    height: 15vw;
}

.borgor4::after {
    width: 15vw;
    top: 6vw;
    left: -6vw;
}

#menu-top-menu {
    width: 100%;
}

#menu-top-menu {
    width: 100%;
}

#menu-top-menu>.menu-item {
    font-size: 2em !important;
    padding: 1em 0;
}

.thirdblock {
    height: 100vw;
}

.pagetitle {
	max-width: 25% !important;  
}	  
	  
.pagetitle>h1 {
    font-size: 2em;
}

.page-subtitle {
    font-size: 1.2em;
}

.enrolnowbanner {
    height: 10vh;
    max-height: 15vh;
    margin-top: -2vh;
}

.enrolnowbanner>.wp-block-group__inner-container>p {
    font-size: 1.2em;
}

.enrolnowbutton {
    padding: 15px;
    font-weight: 700;
    font-size: 1.2em;
}

.pagenav {
    margin-top: -1vh;
}

.philosophyblock>.wp-block-group__inner-container {
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}


.grunion-field-width-50-wrap {
	flex: 0 0 45% !important;
}
	
.cattitle>a>h2 {
	font-size: 2.5em !important;
}

.excerptblock {
	font-size: 1.2em !important;
	line-height: 2em !important;
}
	
.footercontact {
    margin-top: -2em;
    font-size: 1.2em;
}

}


@media (min-width: 768px)
and (max-width: 1025px) 
and (orientation:landscape) {
      
	  
.pagetitle {
	max-width: 28% !important;
	right: 1.5% !important;
}
	
.pagetitle>h1 {
    font-size: 3em !important;
	margin-bottom: 0.5em;
}

.page-subtitle {
    font-size: 1.2em !important;
	width: 100% !important;
}
	
#searchform {
	width: 100% !important;
}
	
.categorypost {
	width: 100% !important;
}

.category-featureimg {
	height: 40vw !important;
}
	  
.cat-imgoverlay {
	height: 40vw !important;
	background: rgba(255, 255, 255, 0.9) !important;
}
	
.catdesc {
	top: 2em !important;
}

.cattitle>a>h2 {
	font-size: 2.5em !important;
}

.excerptblock {
	color: #2f2f2f !important;
	font-size: 1.2em !important;
	opacity: 1 !important;
}

.cattitle>a, .excerptblock a {
	color: #407cad !important;
	opacity: 1 !important;
}
	
#menu-footer-menu>li {
    font-size: 1.2em !important;
}

#menu-footer-menu>.sub-menu {
    font-size: 1em !important;
}
    
}




/* Desktop/Large Screens */
@media screen 
  and (min-device-width: 901px) 
  and (-webkit-min-device-pixel-ratio: 1) {
  
  
  .sitelogo {
	height: 8vh;
	padding: 2vh;
  }
  
  #menuhide>img, #cross>img {
	height: 8vh;
  }
  
  #menu-button {
	width: 10%;
  }
  
  .site-content-contain {
	padding-top: 12vh;
  }
  
  .mobnavbutton {
    display: none;
  }
  
  #navigation-top {
  float: right;
  padding-right: 5vh;
}
  
#menu-top-menu::-webkit-scrollbar { 
	display: none; 
}
  
#menu-top-menu>.menu-item {
    margin: 0px 5px;
    height: 12vh;
}

#menu-top-menu>.menu-item>a {
    height: 100%;
}


.categoryimage {
    width: 100%;
    position: relative;
}

.pagetitle {
    padding: 1em;
}

.pagetitle>h1 {
    font-size: 4em;
	line-height: 1.2em;
}

.page-subtitle {
    font-size: 1.5em;
	line-height: 1.2em;
}



.enrolnowbanner {
    height: 12vh;
    margin-top: -6vh;
}

.enrolnowbanner>.wp-block-group__inner-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 10vh;
}

.enrolnowbanner>.wp-block-group__inner-container>p {
    font-size: 1.5em;
    width: 80%;
    height: max-content;
    display: block;
    flex-basis: auto;
    margin: 0 auto;
}

.buttoncontain {
    width: 33%;
    padding-right: 10%;
}

.enrolnowbutton {
  padding: 10px;
  font-size: 1.2em;
}

.bump {
    height: 8vh;
    width: 100%;
}

.pagenav {
    width: 100%;
    margin: -2vh auto 4vh auto;
    background-color: #ef7937;
    padding: 2vh 0;
}

.jumpto {
    margin: 1vh auto;
}

.buttonwrap {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.catpost {
	width: 100%;
	padding-top: 3em;
	padding-bottom: 3em;
}

.bloggroup {
	width: 70%;
	padding-top: 3em;
	padding-bottom: 3em;
	margin: 0 auto;
}

.nobottompadding {
    margin-bottom: -3em !important;
}

.catpost>.wp-block-group__inner-container>h1, .catpost>.wp-block-group__inner-container>h2 {
    width: 60%;
    text-align: center;
}

.bloggroup h1, .bloggroup h2 {
    width: 80%;
}

.catpost>.wp-block-group__inner-container>h2, .bloggroup>.wp-block-group__inner-container>h2 {
    font-size: 3em;
    margin: 0 auto 1em auto;
    position: relative;
}

.catpost>.wp-block-group__inner-container>h3, .bloggroup>.wp-block-group__inner-container>h3 {
    font-size: 2em;
    margin: 1em auto 0.5em auto;
    position: relative;
}

.quote {
    width: 45% !important;
}

.quoteattribute {
    width: 50%;
}


.wpforms-field-container, .contact-form  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
	  
#contact-form-73 {
	width: 60%;
}

.wpforms-field {
    flex-basis: auto;
    width: 100%;
}

.wpforms-field-large {
    width: 100%;
}

.halffield  {
    width: 45%;
}
	  
.grunion-field-width-50-wrap {
	flex: 0 0 45% !important;	  
}
	  
.contact-form>.wp-block-jetpack-button>button {
	margin: 0 auto;
	display: block;
}

.catpost>.wp-block-group__inner-container>p, .wpforms-confirmation-container>p {
    width: 50%;
    margin: 0 auto 1em auto;
}


.articlecontent, .quotecontent {
	    width: 50%;
	    margin: auto;
}
	
.articlecontent2 {
    width: 60%;
    margin: auto;
}
	
.articlecontent>p, .articlecontent>ul, .articlecontent2>p, .articlecontent2>ul .quotecontent>p {
	width: 80%;
	line-height: 1.8em;
	margin:1vh auto;
}

.singlepost {
    width: 60%;
}

.singlepost>.articleimage {
    width: 50%;
    float: left;
    margin: 0 20px 20px 0;
}

.vidwide {
    width: 100%;
    padding-bottom: 46%;
}

.vid {
    width: 80%;
    padding-bottom: 46%;
}

.wp-block-gallery {
    width: 80%;
}

.wp-block-table {
    width: 50%;
}

.quotetitle {
    width: 55%;
}

.attachmentcontain {
    margin-top: -10vh;
}

.twocolumns {
    column-count: 2;
    -webkit-column-gap: 5em; /* Chrome, Safari, Opera */
    -moz-column-gap: 5em; /* Firefox */
    column-gap: 5em;
    width: 70%;
    margin: 0 auto 1em auto;
    font-size: 0.9em;
}

.twocolumns>li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.wide {
    width: 115% !important;
    margin-left: -7.5% !important;
}


.nudge-left {
    margin-left: -7.5% !important;
}

.two-column-img {
    float: left;
    width: 49.9%;
    margin: auto;
}
	  

.icon-contain {
	margin: 1em 2em !important;
}

.philosophyblock>.wp-block-group__inner-container {
    width: 50%;
    margin: auto;
    display: flex;
    -webkit-flex: 1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */  
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-around;
}


.pt1, .pt2, .pt3, .pt4, .pt5, .pt6, .pt7 {
    width: 100%;
    margin-top: 0;
    text-align: left;
    padding: 10vh 0;
    margin-bottom: -7.5vh;
    background-size: cover;
}

.bgbox {
    width: 60%;
}

.articlegallery {
    width: 45%;
}

.arpw-ul {
    justify-content: space-evenly;
    width: 80%;
}

.arpw-li {
    width: 20%;
}

.testimonialstitle {
    text-align: center;
    color: #407cad;
    margin-top: 5vh;
}

.wpforms-container {
    width: 50%;
    margin: 0 auto;
}

.wpforms-field {
    margin-bottom: 1em;
}

.wpforms-submit {
    margin: 0 auto 1em auto;
    padding: 1.5vh 3vh;
}

.wp-block-embed-youtube {
    width: 50%;
    margin: 0 auto;
}

.display-posts-listing {
    width: 80%;
    display: flex;
}

.display-posts-listing>li {
    width: 45%;
}

/* CATEGORY PAGE */
	  
.catwrapper {
	width: 80%;
}
	  
#searchform {
	width: 50%;
}
	  
#s {
	width: 75%;
	font-size: 1.2em;
}

#searchsubmit {
	font-size: 1.2em;
	width: 20%;
}
	  
.categorypost {
	width: 45%;
}

.category-featureimg {
	height: 15vw;
}
	  
.cat-imgoverlay {
	height: 15vw;
	background: rgba(255, 255, 255, 0.3);
	transition: background 0.6s;
}

.catdesc {
	top: 2em;
}

.cattitle>a>h2 {
	font-size: 2em;
	margin-bottom: 1em;
}

.cattitle>a, .excerptblock, .excerptblock a {
	color: #fafafa;
	opacity: 0.6;
	transition: opacity color 0.6s;
	line-height: 2em;
}

.categorypost:hover .cat-imgoverlay {
	background: rgba(255, 255, 255, 0.9);
	transition: background 0.2s;
}

.categorypost:hover .cattitle>a, .categorypost:hover .excerptblock a {
	opacity: 1;
	color: #407cad;
	transition: opacity color 0.2s;
}

.categorypost:hover .excerptblock {
	opacity: 1;
	color: #2f2f2f;
	transition: opacity color 0.2s;
}


/* BLOG POST PAGE */

.blogentry {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.bloggroup {
    flex-basis: auto;
}

.bloggroup {
    padding-bottom: 5em;
}


.bloggroup p, .bloggroup ul {
    width: 80%;
    margin: 0 auto 1em auto;
}

.bloggroup figure {
    width: 60%;
    margin: 0 auto 1em auto;
}

.bloggroup figure>img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.bloggroup .blogtitleimg {
    margin: -3em auto -4em auto;
    max-height: 15em;
}

.blogtitleimg>.blogtitleunder {
    height: 15em;
}



.staffsays figure {
    width: 20%;
}

.staffsays .wp-block-group {
    width: 75%;
}
	  
.bloggroup .wp-block-responsive-lightbox-gallery {
	width: 80%;
	margin: 0 auto;
}

.sharetags {
	width: 70%;
}

.sharedaddy {
	max-width: 30%;
}
	  
.tagscontain {
	max-width: 50%;
	margin: 1em auto;
}




#map {
    height: 70vh;
}

.footerlogo {
    width: 25%;
    margin-left: 10%;
    padding-top: 5vh;
}

#menu-footer-menu {
    width: 50%;
    column-count: 2;
    justify-content: space-around;
    float: left;
    margin-left: 10%;
}

#menu-footer-menu>.menu-item {
	width: 80%;
	padding: 2vh 0;
	text-align: center;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    font-size: 1.5em;
    margin: auto;
}

#menu-footer-menu>.menu-item>.sub-menu>li {
    font-size: 0.8em;
}

.footercontact {
    width: 25%;
    float: left;
    margin-left: 3%;
}

.mapcontainer {
    width: 25%;
    margin-top: -15vh;
    margin-right: 12%;
    margin-bottom: 1em;
    float: right;
}

.mapcontainer>iframe {
    height: 30vh;
}

.socials {
    display: flex;
    justify-content: space-evenly;
    width: 50%;
    margin-left: 10%;
    float: left;
}

.footersocials {
    width: 50%;
}

.footersocials>a {
    margin: 0 auto 5vh auto;
}

.mailbutton {
    width: 50%;
    margin: 0 auto 0 auto;
}

.mailbutton>.orangebutton {
    max-width: 100%;
}

}


/* END LARGE SCREENS */


/* IE 10 & 11 */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  
  
  .sitelogo {
	height: 8vh;
	padding: 2vh;
  }
  
  #menuhide>img, #cross>img {
	height: 8vh;
  }
  
  #menu-button {
	width: 10%;
  }
  
  .site-content-contain {
	padding-top: 12vh;
  }
  
  .mobnavbutton {
    display: none;
  }
  
  #navigation-top {
  float: right;
  padding-right: 5vh;
}
  
#menu-top-menu::-webkit-scrollbar { 
	display: none; 
}
  
#menu-top-menu>.menu-item {
    margin: 0px 5px;
    height: 12vh;
}

#menu-top-menu>.menu-item>a {
    height: 100%;
}


.categoryimage {
    width: 100%;
    position: relative;
}

.pagetitle {
    padding: 1em;
}

.pagetitle>h1 {
    font-size: 4em;
	line-height: 1.2em;
}

.page-subtitle {
    font-size: 1.5em;
	line-height: 1.2em;
}



.enrolnowbanner {
    height: 12vh;
    margin-top: -6vh;
}

.enrolnowbanner>.wp-block-group__inner-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 10vh;
}

.enrolnowbanner>.wp-block-group__inner-container>p {
    font-size: 1.5em;
    width: 80%;
    height: max-content;
    display: block;
    flex-basis: auto;
    margin: 0 auto;
}

.buttoncontain {
    width: 33%;
    padding-right: 10%;
}

.enrolnowbutton {
  padding: 10px;
  font-size: 1.2em;
}

.bump {
    height: 8vh;
    width: 100%;
}

.pagenav {
    width: 100%;
    margin: -2vh auto 4vh auto;
    background-color: #ef7937;
    padding: 2vh 0;
}

.jumpto {
    margin: 1vh auto;
}

.buttonwrap {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.catpost {
	width: 100%;
	padding-top: 3em;
	padding-bottom: 3em;
}

.bloggroup {
	width: 70%;
	padding-top: 3em;
	padding-bottom: 3em;
	margin: 0 auto;
}

.nobottompadding {
    margin-bottom: -3em !important;
}

.catpost>.wp-block-group__inner-container>h1, .catpost>.wp-block-group__inner-container>h2 {
    width: 60%;
    text-align: center;
}

.bloggroup h1, .bloggroup h2 {
    width: 80%;
}

.catpost>.wp-block-group__inner-container>h2, .bloggroup>.wp-block-group__inner-container>h2 {
    font-size: 3em;
    margin: 0 auto 1em auto;
    position: relative;
}

.catpost>.wp-block-group__inner-container>h3, .bloggroup>.wp-block-group__inner-container>h3 {
    font-size: 2em;
    margin: 1em auto 0.5em auto;
    position: relative;
}

.quote {
    width: 45% !important;
}

.quoteattribute {
    width: 50%;
}

.catpost>.wp-block-group__inner-container>p, .wpforms-confirmation-container>p {
    width: 50%;
    margin: 0 auto 1em auto;
}


.articlecontent, .quotecontent {
	    width: 50%;
	    margin: auto;
}
	
.articlecontent2 {
    width: 60%;
    margin: auto;
}
	
.articlecontent>p, .articlecontent>ul, .articlecontent2>p, .articlecontent2>ul .quotecontent>p {
	width: 80%;
	line-height: 1.8em;
	margin:1vh auto;
}

.singlepost {
    width: 60%;
}

.singlepost>.articleimage {
    width: 50%;
    float: left;
    margin: 0 20px 20px 0;
}

.vidwide {
    width: 100%;
    padding-bottom: 46%;
}

.vid {
    width: 80%;
    padding-bottom: 46%;
}

.wp-block-gallery {
    width: 80%;
}

.wp-block-table {
    width: 50%;
}

.quotetitle {
    width: 55%;
}

.attachmentcontain {
    margin-top: -10vh;
}

.twocolumns {
    column-count: 2;
    -webkit-column-gap: 5em; /* Chrome, Safari, Opera */
    -moz-column-gap: 5em; /* Firefox */
    column-gap: 5em;
    width: 70%;
    margin: 0 auto 1em auto;
    font-size: 0.9em;
}

.twocolumns>li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.wide {
    width: 115% !important;
    margin-left: -7.5% !important;
}


.nudge-left {
    margin-left: -7.5% !important;
}

.two-column-img {
    float: left;
    width: 49.9%;
    margin: auto;
}
	
.icon-contain {
	margin: 1em 2em !important;
}

.philosophyblock>.wp-block-group__inner-container {
    width: 50%;
    margin: auto;
    display: flex;
    -webkit-flex: 1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */  
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-around;
}

.pt1, .pt2, .pt3, .pt4, .pt5, .pt6, .pt7 {
    width: 100%;
    margin-top: 0;
    text-align: left;
    padding: 10vh 0;
    margin-bottom: -7.5vh;
    background-size: cover;
}

.bgbox {
    width: 60%;
}

.articlegallery {
    width: 45%;
}

.arpw-ul {
    justify-content: space-evenly;
    width: 80%;
}

.arpw-li {
    width: 20%;
}

.testimonialstitle {
    text-align: center;
    color: #407cad;
    margin-top: 5vh;
}

.wpforms-container {
    width: 50%;
    margin: 0 auto;
}

.wpforms-field {
    margin-bottom: 1em;
}

.wpforms-submit {
    margin: 0 auto 1em auto;
    padding: 1.5vh 3vh;
}

.wp-block-embed-youtube {
    width: 50%;
    margin: 0 auto;
}

.display-posts-listing {
    width: 80%;
    display: flex;
}

.display-posts-listing>li {
    width: 45%;
}



/* BLOG POST PAGE */

.blogentry {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.bloggroup, .tagscontain {
    flex-basis: auto;
}

.bloggroup {
    padding-bottom: 5em;
}


.bloggroup p, .bloggroup ul {
    width: 80%;
    margin: 0 auto 1em auto;
}

.tagscontain {
    width: 70%;
    margin: 1em auto;
}

.bloggroup figure {
    width: 60%;
    margin: 0 auto 1em auto;
}

.bloggroup figure>img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.bloggroup .blogtitleimg {
    margin: -3em auto -4em auto;
    max-height: 15em;
}

.blogtitleimg>.blogtitleunder {
    height: 15em;
}



.staffsays figure {
    width: 20%;
}

.staffsays .wp-block-group {
    width: 75%;
}
	
.bloggroup .wp-block-responsive-lightbox-gallery {
	width: 80%;
	margin: 0 auto;
}

.sharetags {
	width: 70%;
}

.sharedaddy {
	max-width: 30%;
}
	  
.tagscontain {
	max-width: 50%;
	margin: 1em auto;
}




#map {
    height: 70vh;
}

.footerlogo {
    width: 25%;
    margin-left: 10%;
    padding-top: 5vh;
}

#menu-footer-menu {
    width: 50%;
    column-count: 2;
    justify-content: space-around;
    float: left;
    margin-left: 10%;
}

#menu-footer-menu>.menu-item {
	width: 80%;
	padding: 2vh 0;
	text-align: center;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    font-size: 1.5em;
    margin: auto;
}

#menu-footer-menu>.menu-item>.sub-menu>li {
    font-size: 0.8em;
}

.footercontact {
    width: 25%;
    float: left;
    margin-left: 3%;
}

.mapcontainer {
    width: 25%;
    margin-top: -15vh;
    margin-right: 12%;
    margin-bottom: 1em;
    float: right;
}

.mapcontainer>iframe {
    height: 30vh;
}

.socials {
    display: flex;
    justify-content: space-evenly;
    width: 50%;
    margin-left: 10%;
    float: left;
}

.footersocials {
    width: 50%;
}

.footersocials>a {
    margin: 0 auto 5vh auto;
}

.mailbutton {
    width: 50%;
    margin: 0 auto 0 auto;
}

.mailbutton>.orangebutton {
    max-width: 100%;
}

}



/* All Viewports */

.hide {
  display: none;
}

.show {
  display: block;
}

.clear {
  clear: both;
}

#masthead {
  background-color: #fafafa;
  z-index: 3;
  position: fixed;
  width: 100%;
  border-bottom: solid 1px #BEDAF4;
}

.sitelogo {
  float: left;
}

#menu-button {
  float: right;
  text-align: center;
  cursor: pointer;
}

#menu-top-menu {
  margin: 0;
}

#menu-top-menu>.menu-item {
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  word-spacing: 0.2em;
  float: left;
  list-style: none;
}

#menu-top-menu>.menu-item>a {
  padding: 4.5vh 20px;
  position: relative;
  color: #407cad;
  height: auto;
  display: block;
}

#menu-top-menu>li:hover {
    background-color: #C2DFEC;
}

.site-content-contain {
  position: relative;
  min-height: 80vh;
}

#content {
  display: block;
  position: relative;
  width: 100%;
}

#wrapper {
  width: 90%;
  margin: auto;
}

h1, h2, h3  {
    font-family: 'Dosis', Sans-serif;
    font-weight: 800;
    margin: 0px;
}

p, li, a, button {
    font-family: 'Raleway', sans-serif;
}

p {
    font-weight: 400;
    font-style: normal;
    padding: 0;
	margin: 0 0 10px 0;
	font-size: 1em;
}

a {
  text-decoration: none;
}

button {
    cursor: pointer;
}

.jarallax {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.jarallax .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.jarallax-img {
	height: auto !important;
}

.bg-overlay {
    height: 100%;
    width: 100%;
    margin-bottom: -100%;
    position: absolute;
    top: 0;
}

.pagetitle {
    position: absolute;
    right: 3%;
    transform: translate(0%, -50%);
    max-width: 25%;
    z-index: 1;
}

.categoryimage {
    position: relative;
}

.pagetitle>h1 {
    color: #fafafa;
    text-align: right;
}

.page-subtitle {
	color: #fafafa;
	font-family: "Raleway", sans-serif;
	width: 60%;
	float: right;
	text-align: right;
}

.pagenav {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.pagenav>.buttonwrap>button, .orangebutton {
    padding: 1.5vh 3vh;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em;
    margin: auto;
    display: block;
    cursor: pointer;
}

.jumpto {
    margin: 1vh auto;
    text-align: center;
    color: #fafafa;
    width: 100%;
}

.orangebutton {
    background-color: #ef7937;
    color: #fafafa;
}

.about>button {
    background-color: #ef7937D;
}

.our-program>button {
    background-color: #7FD163;
}

.enrol>button {
    background-color: #407cad;
}

.orangebutton {
    border: 2px solid rgba(255, 0, 0, 0);
}

.testimonials>button {
    background-color: #CE55E8;
}

.pagenav>.buttonwrap>button {
    margin: 2vh auto;
    position: relative;
    background-color: #fafafa;
    color: #ef7937;
}

.catpost>.wp-block-group__inner-container>ul>li, .catpost>.wp-block-group__inner-container>.twocolumns>ul>li, .bloggroup ul>li {
    list-style-image: url('../../uploads/2019/05/dotpoint.png');
}

.bgbox>ul {
    margin: 0 auto;
}

.bgbox>ul>li {
    list-style-image: url('../../uploads/2019/05/bwdotpoint.png');
}

.entry>h1, .entry>h2, .entry>h3 {
  padding: 10px;
  width: 80%;
  margin: auto;
  word-spacing: 0.2em;
}

.quote {
    font-style: italic;
    text-align: justify;
}

.catpost:nth-of-type(even)>.wp-block-group__inner-container>.quoteattribute {
    color: #407cad;
}

#contact-form-73  {
	margin: 0 auto;
}

#contact-form-73 a {
	color: #f36f21;
}

.contact-form {
    margin: 0 auto;
	width: 100%;
	justify-content: space-between !important;
}


.wpforms-field-container ul {
    padding: 0;
}

.wpforms-field-container ul>li {
    list-style: none;
    display: inline-block;
    padding: 0 1em;
}

.grunion-field-wrap>input, .contact-form textarea {
    border: 2px solid #407cad !important;
    border-radius: 10px;
    padding: 1em;
    width: 100%;
    margin: 0 0 1em 0;
    font-size: 1em;
    font-family: 'Raleway', sans-serif;
	box-sizing: border-box;
}

.grunion-field-label {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
}

.grunion-radio-label {
	font-family: 'Raleway', sans-serif;
}

.contact-form p>a {
	font-weight: 800;
}

.contact-form>.wp-block-jetpack-button>button {
    background-color: #F36F21;
    border: none;
    border-radius: 10px;
    color: #fafafa;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em;
    display: block;
    cursor: pointer;
}

.enrolnowbanner {
    width: 100%;
    position: relative;
}

.enrolnowbanner>.wp-block-group__inner-container {
    width: 100%;
    display: flex;
    align-items: center;
}

.enrolnowbanner>.wp-block-group__inner-container>p {
    color: #fafafa;
    text-align: center;
}

.buttoncontain {
    text-align: right;
}

.enrolnowbutton {
  border-radius: 10px;
  color: #fafafa;
  background-color: #F36F21;
  border: 2px solid #fafafa;
  height: 60%;
}


.enrolnowbutton:hover {
    background-color: #953A0D;
}

.bump1 {
    height: 0;
}

.catpost, .bloggroup {
	float: left;
	overflow: hidden;
}
  
.catpost>.wp-block-group__inner-container>a>.articleimage {
	width: 100%;
	height: 100%;
}

.wpforms-confirmation-container>p {
    color: #ef7937;
    font-weight: 800;
    padding: 1em;
    background-color: #fafafa;
    box-sizing: border-box;
    border-radius: 10px;
}

.singlepost {
    margin: 0 auto;
    padding-bottom: 5vh;
}

.singlepost>.articletitle {
    line-height: 1em;
    color: #407cad;
    margin-bottom: 20px;
}

.entry, .blogentry {
    color: #4F4F4F;
    line-height: 2.2em;
}

.singlepost>.articleimage>img {
    width: 100%;
    height: auto;
}

.categoryimage {
    overflow: hidden;
    z-index:-1;
}

.categoryimage>img {
	width: 100%;
	margin: 0 auto;
    height: auto;
}

.catpost:nth-of-type(even), .bloggroup {
    background-color: #fafafa;
    color: #2f2f2f;
}

.catpost:nth-of-type(odd) {
    background-color: #407cad;
    color: #fafafa;
}

.blogentry {
    background-color: #D9E9F0;
}

.catpost:nth-of-type(even)>.wp-block-group__inner-container>p>a, .bloggroup a {
    color: #ef7937;
    font-weight: 700;
}

.bloggroup .blogtitleimg {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.blogtitleimg>img {
    filter: contrast(50%) brightness(120%);
}

.blogtitleimg>.blogtitleunder {
    width: 100%;
    background: linear-gradient(0deg, rgba(250,250,250,1) 20%, rgba(250,250,250,0) 100%);
    position: absolute;
    bottom: 0;
}

.staffsays {
    width: 90%;
    border: 1px solid #ef7937;
    margin: 0 auto;
    background-color: #fafafa;
}

.staffsays>.wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1em;
}

.staffsays figure, .staffsays .wp-block-group {
    flex-basis: auto;
    margin: 0 auto;
}

.staffsays>.wp-block-group__inner-container>.wp-block-group p, .staffsays>.wp-block-group__inner-container>.wp-block-group h3 {
    width: 100%;
}

.staffsays>.wp-block-group__inner-container>.wp-block-group h3 {
    font-size: 1.5em;
    color: #ef7937;
}

.sharetags {
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}

.sharedaddy {
	flex-basis: auto;
	margin: 1em auto 0 auto;
}

.tagscontain {
	flex-basis: auto;
}


.catpost:nth-of-type(odd)>.wp-block-group__inner-container>p>a {
    color: #ffb088;
    font-weight: 700;
}

.catpost:nth-of-type(even)>.wp-block-group__inner-container>h2 {
    color: #407cad;
}

.tagscontain {
    font-family: 'Raleway', sans-serif;
}

.tagscontain a {
    color: #407cad;
}

h1.hidden {
    display: none;
}

#404-page {
    background-color: #fafafa !important;
    color: #2f2f2f !important;
}


/* CATEGORY PAGE */

.catwrapper {
	margin: 0 auto;
}

.searchbutton {
	width: max-content;
	background-color: #ef7937;
	padding: 10px 1em;
	margin: 0 auto;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.searchbutton>p {
	color: #fafafa;
	font-weight: 800;
	margin: 0;
}

#searchform {
	margin: 1em auto;
}

.searchwrapper {
	height: 3.5em;
}

.searchresults {
	width: 100%;
	margin: 1em;
	text-align: center;
}

#s {
	border: 2px solid #407cad;
	border-radius: 10px;
	padding: 15px;
	display: block;
	float: left;
	box-sizing: border-box;
}

#searchsubmit {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	cursor: pointer;
	border: none;
	color: #fafafa;
	background-color: #f36f21;
	border-radius: 10px;
	float: right;
	padding: 15px;
	text-align: center;
}

.postswrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.categorypost {
	margin: 1em 0;
	flex-basis: auto;
	position: relative;
}

.category-featureimg {
	position: relative;
}

.cat-imgoverlay {
	width: 100%;
	position: absolute;
	top: 0;
}

.catdesc {
	position: absolute;
	left: 5%;
	width: 90%;
}




.articletitle {
    text-align: center;
}

.articlecontent>ul, .articlecontent2>ul {
    margin-bottom: 1em;
    font-size: 0.9em;
}

.articlecontent>ul>li, .articlecontent2>ul>li {
    padding: 0.8em 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.attachmentcontain>.articletitle {
    color: #407cad;
    margin-bottom: 2vh;
}

.attachmentimg {
    width: 80%;
    margin: auto;
}

.attachmentimg>img {
    margin: auto;
    text-align: center;
    width: 100%;
    height: auto;
}

.icon-contain {
	display: flex;
	flex-wrap: wrap;
	width: 8.5em;
	margin: 1em;
}

.philosophyicon {
	width: 100%;
	height: 8.5em;
	border-radius: 20px;
	position: relative;
	flex-basis: auto;
	cursor: pointer;
	transform: scale(1);
	transition: 0.2s transform;
}

.philosophyicon i {
	color: #00000075;
	font-size: 6em;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: 0.2s color;
}

.philosophyicon:hover {
	transform: scale(1.05);
	transition: 0.2s transform;
}

.philosophyicon:hover i {
	color: #00000090;
	transition: 0.2s color;
}



.philosophydesc {
	width: 100%;
	flex-basis: auto;
}

.philosophydesc h3 {
	text-align: center;
	text-transform: uppercase;
}

.pi1 {
	background: #cc4636;
}

.pi2 {
	background: #ef7937;
}

.pi3 {
	background: #FFF452;
}

.pi4 {
	background: #7FD163;
}

.pi5 {
	background: #64b3ea;
}

.pi6 {
	background: #563ee5;
}

.pi7 {
	background: #CE55E8;
}

.pt1, .pt2, .pt3, .pt4, .pt5, .pt6, .pt7 {
    background-blend-mode: multiply;
}

.pt1 {
    background-color: #CC4536;
}

.pt2 {
    background-color: #ef7937;
}

.pt3 {
    background-color: #FFF452;
}

.pt4 {
    background-color: #7FD163;
}

.pt5 {
    background-color: #407cad;
}

.pt6 {
    background-color: #563ee5;
}

.pt7 {
    background-color: #CE55E8;
}

.philosophyanchor {
    height: 0;
    border: none;
}

.bgbox {
    margin: 0vh auto 1vh auto;
    padding: 20px;
    background-color: rgba(0,0,0,0.7);
    font-weight: 700;
}

.bgbox>h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.5em;
}

.bgbox>ul>li {
    margin: 1.2em 0 0 0;
}

.arpw-ul {
    display: flex;
    margin: 0 auto;
}

.arpw-thumbnail {
    width: 100%;
    height: auto;
    border-radius: 40px;
}

.arpw-title {
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    color: #407cad;
}

.testimonialstitle {
    text-align: center;
    color: #407cad;
    margin-top: 5vh;
}

.wp-block-quote {
	text-decoration:italic;
}

.wp-block-quote cite {
	font-family: 'Dosis', sans-serif;
	font-size: 2em;
	font-weight: 800;
}

.quotecontent {
    padding-top: 8vh;
}

.quotecontent>p {
    text-align: justify;
    text-align-last: center;
    font-style: oblique;
}

.quotemarkstart, .quotemarkend {
    font-family: serif;
    font-weight: 700;
    width: 100%;
    font-style: oblique;
}

.quotemarkstart {
    margin-left: -0.8em;
    margin-bottom: -1.2em;
}

.quotemarkend {
    text-align: right;
    margin-left: 0.6em;
    margin-top: -1em;
}

.quotetitle {
	margin: 1vh auto;
    font-family: 'Raleway', sans-serif;
    margin-top: -1em;
}

.wp-block-table {
    background-color: #fafafa;
    color: #2f2f2f;
    font-family: 'Raleway', sans-serif;
    margin: 0.5em auto;
    text-align: center;
    border: none;
}

.wp-block-table>tbody>tr>td {
    padding: 5px 0;
}

.wp-block-table>tbody>tr>th {
    background-color: #2f2f2f;
    color: #fafafa;
    padding: 5px 0;
}


.pagebump {
	margin-top: 15vh;
}

.display-posts-listing>li {
    list-style: none !important;
}

#map {
    width: 100%;
}

#map>iframe {
    width: 100%;
    height: 100%;
}

.form {
    width: 100%;
}

.form>iframe {
    width: 100%;
}

.wp-block-embed__wrapper {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}

.wp-block-embed__wrapper>iframe {
    width: 100%;
    position: absolute;
    height: 100%;
}

.wp-block-gallery {
    margin: 0 auto !important;
}

.blocks-gallery-item figcaption {
    padding: 10px 10% !important;
    width: 80% !important;
    font-weight: 600;
    line-height: 1.3em;
}

.blocks-gallery-grid, .wp-block-gallery {
    justify-content: space-around;
}

.rl-pagination-bottom {
    text-align: center;
    margin-top: 2em;
}

.rl-pagination-bottom>a {
    color: #ef7937;
}

.page-numbers {
    font-family: 'Dosis', sans-serif;
    font-size: 2em;
}

.entry-caption {
    width: 80%;
    margin: 1em auto;
    text-align: center;
}

.vidwide, .vid {
    margin: 0 auto 1em auto;
    position: relative;
}

.vidwide>iframe, .vid>iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.display-posts-listing {
    padding: 0;
    margin: 0 auto;
    justify-content: space-around;
}

.display-posts-listing>li {
    margin: 0 auto;
    height: 100%;
}

.content {
    position: relative;
}

.content>h2, .content>p {
    width: 90%;
    margin: 0 auto;
    height: min-content;
}

.content>h2 {
    text-align: center;
    padding: 1em 0 0.5em 0;
}

.content>p {
    padding-bottom: 0.5em;
}

.content>.vid {
    width: 100%;
    height: 5vw;
    margin: 0 auto;
}

.wp-block-quote {
	position: relative;
	border-top: 1px solid #407cad;
	border-bottom: 1px solid #407cad;
	padding: 1em 0;
}

.wp-block-quote::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f10d";
	color: #407cad;
	font-size: 2em;
	position: absolute;
	top: 0.5em;
	left: 2em;
}
.wp-block-quote::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f10e";
	color: #407cad;
	font-size: 2em;
	position: absolute;
	bottom: 1em;
	right: 2em;
}


/* FOOTER */

.site-footer {
  background-color: #2f2f2f;
  width: 100%;
  bottom: -2vh;
  position: relative;
  padding-bottom: 3vh;
  margin-top: -2vh;
}
  
.footerlogo {
    max-width: 450px;
}  
  
.footerlogo>img {
    width: 100%;
}
  

#menu-footer-menu {
  padding: 0;
  text-transform: uppercase;
}

#menu-footer-menu>.menu-item>ul {
    margin: auto;
    padding: 1vh 0;
}
  
#menu-footer-menu>.menu-item>ul>li {
    list-style: none;
    text-align: center;
    padding: 1vh 0;
}

#menu-footer-menu>li {
	display: block;
}

#menu-footer-menu>.menu-item>a {
    color: #fafafa;
}

#menu-footer-menu>.menu-item>ul>li>a {
    color: #fafafa;
}

.footercontact {
    text-align: center;
    color: #fafafa;
}

.footercontact>div {
    padding: 4vh 0 0 0;
}

.mapcontainer>iframe {
    width: 90%;
    margin: auto;
    display: block;
}

.footersocials {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footersocials>a {
    width: 10%;
}

.footersocials>a>img {
    width: 100%;
}

#menu-footer-menu>li>a, #menu-footer-menu>li>ul>li>a {
    color: #fff !important;
}

#designcredit {
  color: #fafafa;
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 2vh;
  border-top: 1px dashed #fafafa;
}