/*
Theme Name: Ground Zero 3
Author: Wendy at Cyba Studio
Author URI: https://www.cyba.co.za 
Description: Custom theme created for MBHE
Version: 3 / 2020

*/




/*
-webkit-
-moz-
-ms-
-o-









*/
@media (prefers-color-scheme: dark) {

}





@media screen {






body {
	margin:0;
	padding:0;
	border:0;
	word-wrap:break-word;
	color:#000;

font-family: 'Lato', sans-serif;
}
 
img{
	border:0;
	max-width:100%;
	height:auto;
}

a{
	text-decoration:none;
	color:#0054a1;
}

a:visited{
	color:#0054a1;
}
 
a:hover {
	color:#1B7BD4;
} 

a:active {
}

.site{
	padding:1px 0;
}


p{
 	line-height:26px; 
	font-weight:400;
}

ul, ol { 
	margin: 0 0 10px 0; 
}


li{
	margin-bottom:10px;
}

strong{
	font-weight: bold;
}



iframe{
	max-width:100%;
}


blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 1em 10px;
	quotes: "\201C""\201D""\2018""\2019";
	font-weight:600;
}
blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
	font-family:times;
}
blockquote p {
  display: inline;
}







h1, h2, h3, h4, h5, h6{
font-family: 'Raleway', sans-serif;
	font-weight:400;

}


 
h1{
	font-size:30px;
	text-align:center;
	line-height:36px;
	
	border-bottom: 1px solid #ccc;
	display: inline-block;	
	padding-bottom: 10px ;
}

p.pretend-heading{
	font-size:30px;
	text-align:center;
	line-height:36px;
	
	border-bottom: 1px solid #ccc;
	display: inline-block;	
	padding-bottom: 10px ;
}


h2{
	font-size:26px;
}

.underline h1, 
.underline h2, 
.underline p{
	border-bottom: 1px solid #ccc;
	display: inline-block;
	padding-bottom: 10px !important;
}
 
h3{
	font-size:22px; 
}
 
h4{
	font-size:20px;
	line-height:28px;	
}
 
h5{
	font-size:16px; 
}
 
h6{
	font-size:14px; 
	font-weight:bold;
	text-transform:uppercase;
}

hr {
	background-color:none;
	border:1px solid #ccc;
	border-style: none none dashed;
	color:none; 
}






.noshow{
	line-height:0;
	color:white;
	padding:0;
	margin:0;
	position:relative;
	z-index:-101;
	height:0;
}

.noshow h2, 
.noshow p, 
.noshow img, 
.noshow a{
	line-height:0;
	color:white;
	font-size:1px;
	padding:0;
	margin:0;	
	height:0;
}

.night .noshow h2, 
.night .noshow p{
	color:black;
}





.center{
	text-align:center;
}



.wrapper{
 max-width:1200px; 
 margin:0 auto; 
}
 
.small-wrapper{
 max-width:1000px; 
 margin:0 auto; 
}

.text-wrapper{
	max-width:700px;
	margin:0 auto;
}
 

.clear{
	clear:both;
}

.clear80{
	clear:both;
	height:80px;
}






a.button-link{
	background:#0054a1; 

	padding:6px 30px 
	border-radius:24px; 
	transition:300ms; 
	display:inline-block; 
	text-decoration:none;

	margin:0;
	line-height:32px;
	font-size:18px;
	font-weight:normal;
	color:white;
}

a.button-link img{
	margin-bottom:-3px;
}
 
a.button-link:hover{
	background:#1B7BD4; 
}
 
 
#halves .half:nth-child(2){
	margin-right:0;
} 

#halves .half{
	width:47.5%;
	margin-right:5%;
	float:left;
}
 



 
#logo{
	width:100px;
	float:left;
	margin:10px 0;
}

#header-other{
 width: calc(100% - 150px);
 float:right;
 margin-top:19px;
}

#header-contact{
	float:right;
	margin-bottom:20px;
}

#header-contact span{
	margin-left:15px;
}
 
 
#white-content{
	background-color:white;
	padding:0 0 60px 0;
}
 
 
 
 
.blogpost {
	width:30%;
	margin-right:5%;
	float:left;
	margin-bottom:5%;
}

#blogposts .blogpost:nth-child(3n+3){
	margin-right:0;
}

#blogposts .blogpost:nth-child(3n+4){
	clear:both;
}

.blogpost h3{
	font-size:18px;
	line-height:24px;
}

.post-image img{
	border-radius:30px 5px;
}




 
 
 
 
 
 
 
 
 
 
 
 
 
 
 



#searchform {
	float: right;
	position: relative;
	font-size:0;
	margin-top:7px;
}

#searchform p {
	font-size:0;
}

#searchform input[type="text"]{
	width: 150px;
	margin:0;
	border-radius:0;
	height:30px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#searchform input[type="submit"]{
	border-radius:0;
	padding:0 10px;
	font-size:14px;
	line-height:17px;
	height:30px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
		background:none;
}

header input#s {
    margin: 0;
    border: none;
    height: 29px;
    width: 250px;
}

header input:active  {
    border: none;
}

header input.submit {
    border: none;
    height: 30px;
    width: 30px;
    margin: 0;
    text-indent: -99999px; 
    background: green url(images/search.png) 0 0 no-repeat;
    padding-right:20px;
}









#page-banner {
  position: relative;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
	
}



#page-banner, 
#banner-overlay{
  min-height: 500px;
	text-align:center;
}

#banner-overlay{
	background:rgba(0, 0, 0, 0.4);
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

#round-divider{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:2;
	line-height:0;
}

#round-divider img{
	width:100%;
}


#round-divider-footer{
	width:100%;
	line-height:0;
}

#round-divider-footer img{
	width:100%;
}

#get-in-touch{
	background-image:url(images/get-in-touch-banner.jpg);
	margin-top:-1px;
	padding-top:80px;
	color:white;
	width:100%;
	background-size:cover;
	background-position:center center;
}

#get-in-touch p#get-in-touch-title{
	color:white;
	font-size:30px;
}

#get-in-touch p, 
#get-in-touch a{
	color:white;
}

#get-in-touch i.fa{
	line-height: 30px;
	vertical-align: middle;
	margin:0 10px 0 0;
	font-size:24px;
	line-height:36px;
}

#get-in-touch i.fa:hover{
	color:#95e9ff;
}



.caption {
	position:relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	text-align:center;
	width:auto;
	max-width:700px;
	display:inline-block;
}

.caption  h3 {
  color: #fff;
  padding: 18px;
  font-size: 25px;
	line-height:35px;
  letter-spacing: 2px;
	margin:0;
}






.wp-custom-header iframe,
.wp-custom-header img,
.wp-custom-header video {
	display: block;
	height: auto;
	width: 100%;
	height: auto;

}

.wp-custom-header{
	position:relative;
}

.wp-custom-header-video-button{
	position:absolute;
	right:0;
	top:0;
}









#mainbar{
	float:left;
	width:calc(95% - 320px);
	margin-right:5%;
}





#sidebar-primary{
	background-color:#f4f4f4;
	float:right;
	width:300px;
	padding:10px;
}


#sidebar-footer{
	background-color:#f6f6f6 !important;
	padding:50px 0;
	margin-top:-1px;
}

#sidebar-footer .wrapper{
	display:flex;
	flex-wrap:nowrap;	
	/* align-items: center; */
  justify-content: space-evenly;
}

#sidebar-primary .widget-content p, 
#sidebar-primary .widget-content a, 
#sidebar-primary .widget-content li,
#sidebar-footer .widget-content p, 
#sidebar-footer .widget-content a, 
#sidebar-footer .widget-content li{
	margin-bottom:0;
	font-size:14px;
}

#sidebar-primary .widget-content p.widget-title, 
#sidebar-footer .widget-content p.widget-title{
	color:grey;
	font-size:16px
}

#sidebar-primary .widget-content a, 
#sidebar-footer .widget-content a{
	color:#0054a1;
}

#sidebar-primary .widget-content a:hover, 
#sidebar-footer .widget-content a:hover{
	color:#95e9ff;
}
























/* elementor */

/* add this to each box that you want to be of equal height */
.equal-height-content {
	height: 100%;
	display: flex;
}








/* these are from font awesome */


#social{
	border-top:1px solid #267ac7;

	padding-top:30px;
	margin:0 auto;
	margin-bottom:10px;
	text-align:center;

}

#social a{
	font-size:25px;
	color:#0054a1;	
}



#social a i.fa{

color:white;	
} 

#social i.fa:hover{
	color:#95e9ff;
}









#top{
	width:76px;
	margin:0 auto;
	position:fixed;
	bottom:10px;
	right:10px;
}



#top img{
	display:block;
	margin-bottom:-1px;

}




#copyright{
	position:relative;
	padding:10px 0;
	text-align:center;
} 

#copyright p{
	margin:0;
	font-size:14px;
	color:#469ab0;
}
 
 
 
 
 
 

 
 
 
 









 
/*main menu*/
#full-menu{
	position:relative;
	z-index:3;
	float:right;
	border-top:1px solid #ccc;
	width:100%;
}


#menu-wrapper ul{
	margin:0;
	padding:0;
	display:inline-block;
	float:right; 
/*	
	position:relative;
	left: 50%;
	transform: translateX(-50%);
*/	
	
}


#menu-wrapper li{
	float:left;
	list-style:none;
	position:relative;
	margin-bottom:-5px;
	/* Change the following value to push the sub menu down - haerver the submenu top: value is change it to be the same*/	
	height:50px;
}

#menu-wrapper li:last-child > a{
	padding-right:0;
}

#menu-wrapper a{
	padding:15px;
	text-decoration:none;
	color:#555;
	font-size:14px;
	line-height:50px;
	text-transform:uppercase;
	position:relative;
	z-index:10;
}

#menu-wrapper a:hover{
	cursor:pointer;
	color:#0054a1;

		
	-webkit-transition-duration: 300ms; 
	-moz-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
}

#menu-wrapper li.current-menu-item a{
	color:#0054a1;
}











ul.sub-menu{
	left: unset !important;
  transform: translateX(0) !important;
}

#menu-wrapper ul li .sub-menu::before{
	content: "▴";

	color:black;
	font-weight: bold;
	width: 31px;
	height: 29px;
	display: inline-block;
	font-size: 30px;
	position: absolute;
	top: -22px;
	left: 15px;
}

#menu-wrapper ul li .sub-menu{
	position:absolute;
	z-index:9;
	background-color:#000;
	padding:10px;
	border-radius:5px;
	margin-left:0;
	top:50px;
	display:none; 
}

#menu-wrapper ul li:hover > ul.sub-menu{
	display:block;
}


#menu-wrapper ul li .sub-menu li{
	float:none;
	width:230px;
	height:auto !important;
	list-style:outside none;
	margin-bottom:0;
}

#menu-wrapper ul li .sub-menu li ul{
	margin-left:240px;
	margin-top:-27px;
	top:27px;
}

#menu-wrapper ul li .sub-menu ul{
	background-color:#fcfcfc;
}

#menu-wrapper ul li .sub-menu a{
	padding:5px 10px;
	line-height:20px;
	display:block;	
	color:#ccc;
	font-size:12px;
}


#menu-wrapper ul li .sub-menu a:hover{
	color:#fff;

}

#menu-wrapper ul li .sub-menu a:visited{
	color:#54390;
}





/*END Main Menu */













/* responsive menu */
#responsivemenu{
	display:none;
	clear:both;
	position:relative;
	z-index:500;
	font-size:16px;
	color:#666;
}

.menubutton{
	background-color:#fff;
	color:#000;
	font-weight:bold;
	float:right;
	cursor:pointer;
	width: 94%;
	padding:10px 3%;
	height:30px;
	position:relative;
	z-index:5;
}



.menubutton img{
	padding-top:5px;
}

.menubutton p{
	line-height:30px;
	font-family: opensans,"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:16px;
	margin:0;
}

#hiddenmenu{
	display:none;
	position:relative;
	z-index:200;
	width:100%;
	background-color:#f6f6f6;
}

#hiddenmenu .current-menu-item a{
	background-color:transparent !important;
}

#hiddenmenu ul{
	margin:0;
	padding:0;
}

#hiddenmenu ul li{
	list-style:none;
	line-height:1.1em;
	margin-bottom:0 !important;	
	border-bottom:1px solid #ccc;
	border-top:1px solid #fff;
}

#hiddenmenu ul li:last-child{
	border-bottom:0;
}

#hiddenmenu ul li a{
	color:#000;
	width:100%;
	display:block;
	padding:10px 3%;
}

#hiddenmenu ul li ul.sub-menu{
	background:#f1f1f1;
}

#hiddenmenu ul li ul.sub-menu li{
	padding-left:20px !important;
	font-size:12px !important;
	background-image:none !important;
	margin-bottom:0 !important;
	padding-bottom:0;
	border-bottom:1px solid #ccc;
}

#hiddenmenu ul li ul.sub-menu li:last-child{
	border-bottom:0;
}

#hiddenmenu ul li li a{
	padding:10px 3%;
}

#hiddenmenu ul li a:active{
	background: #92c15d;
}

#hiddenmenu ul li ul.sub-menu li li{
	background:#eee;
}

#hiddenmenu ul li ul.sub-menu li li li{
	background:#fff;
}








/* END responsive menu */







 
/* Fixed Header */ 
#home-fixed-header	{
	position: fixed;
	z-index: 10;
	top: -83px;
	width: 100%;
	background:#f6f6f6;
}
	
#trigger-header {
	position: absolute;
	top: 60%;
}	
#logo-small{
	float:left;
	width:20%;
	
}

#logo-small img{
	height:75px;
}

#fixed-menu{
	float:left;
	width:80%;
}
















.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
	margin-top: 4rem;
	margin-right: auto;
	margin-bottom: 4rem;
	margin-left: auto;
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto;
}

/* Full */

.alignfull {
	margin-top: 5rem;
	margin-right: auto;
	margin-bottom: 5rem;
	margin-left: auto;
	max-width: 100vw;
	position: relative;
	width: 100%;
}

[class*="__inner-container"] > .alignfull {
	max-width: 100%;
}

/* Wide */

.alignwide {
	max-width: 120rem;
	position: relative;
	width: calc(100% - 4rem);
}

[class*="__inner-container"] > .alignwide {
	width: 100%;
}

/* Center */

.aligncenter,
.aligncenter img {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

/* Left and right */

.alignleft,
.alignright {
	max-width: 50%;
}

.alignleft {

	/*rtl:ignore*/
	float: left;
	margin: 0.3rem 2rem 2rem 2rem;
}

.alignright {

	/*rtl:ignore*/
	float: right;
	margin: 0.3rem 2rem 2rem 2rem;
}










/* -------------------------------------------------------------------------- */

/*	10. Blocks
/* -------------------------------------------------------------------------- */


/* Block Colors ------------------------------ */

.has-text-color a {
	color: inherit;
}

/* CUSTOM COLORS */

:root .has-accent-color {
	color: #cd2653;
}

:root .has-accent-background-color {
	background-color: #cd2653;
	color: #fff;
}

:root .has-primary-color {
	color: #000;
}

:root .has-primary-background-color {
	background-color: #000;
	color: #f5efe0;
}

:root .has-secondary-color {
	color: #6d6d6d;
}

:root .has-secondary-background-color {
	background-color: #6d6d6d;
	color: #fff;
}

:root .has-subtle-background-color {
	color: #dcd7ca;
}

:root .has-subtle-background-background-color {
	background-color: #dcd7ca;
	color: #000;
}

:root .has-background-color {
	color: #f5efe0;
}

:root .has-background-background-color {
	background-color: #f5efe0;
	color: #000;
}


/* Block Typography Classes ------------------ */

.has-text-align-left {

	/*rtl:ignore*/
	text-align: left;
}

.has-text-align-center {
	text-align: center;
}

.has-text-align-right {
	text-align: right;
}

.has-drop-cap:not(:focus)::first-letter {
	color: #cd2653;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 5.1em;
	font-weight: 800;
	margin: 0.05em 0.1em 0 0;
}

.has-drop-cap:not(:focus)::first-letter::after {
	content: "";
	display: table;
	clear: both;
}

.has-drop-cap:not(:focus)::after {
	padding: 0;
}


/* Block Font Families ----------------------- */

.has-drop-cap:not(:focus)::first-letter,
.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-cover-image,
.entry-content .wp-block-latest-comments,
.entry-content .wp-block-latest-posts,
.entry-content .wp-block-pullquote,
.entry-content .wp-block-quote.is-large,
.entry-content .wp-block-quote.is-style-large {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

@supports ( font-variation-settings: normal ) {

	.has-drop-cap:not(:focus)::first-letter,
	.entry-content .wp-block-archives,
	.entry-content .wp-block-categories,
	.entry-content .wp-block-latest-posts,
	.entry-content .wp-block-latest-comments,
	.entry-content .wp-block-cover-image p,
	.entry-content .wp-block-pullquote {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}

/* Block Font Sizes -------------------------- */

.entry-content .has-small-font-size {
	font-size: 0.842em;
}

.entry-content .has-normal-font-size,
.entry-content .has-regular-font-size {
	font-size: 1em;
}

.entry-content .has-medium-font-size {
	font-size: 1.1em;
	line-height: 1.45;
}

.entry-content .has-large-font-size {
	font-size: 1.25em;
	line-height: 1.4;
}

.entry-content .has-larger-font-size {
	font-size: 1.5em;
	line-height: 1.3;
}


/* Block: Base Margins ----------------------- */

*[class*="_inner-container"] > *:first-child {
	margin-top: 0;
}

*[class*="_inner-container"] > *:last-child {
	margin-bottom: 0;
}

.wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-media-text:not(.alignwide):not(.alignfull),
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull) {
	margin-bottom: 3rem;
	margin-top: 3rem;
}


/* Block: Shared Nesting Alignment Resets ---- */

[class*="__inner-container"] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*="__inner-container"] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto;
	max-width: 58rem;
}


/* Block: Shared Widget Styles --------------- */

.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments {
	list-style: none;
	margin-left: 0;
}

.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul,
.wp-block-latest-comments ul {
	list-style: none;
}

.entry-content .wp-block-archives > li,
.entry-content .wp-block-categories > li,
.entry-content .wp-block-latest-posts > li,
.entry-content .wp-block-latest-comment > li {
	margin-left: 0;
}

.entry-content .wp-block-archives > li:last-child,
.entry-content .wp-block-categories > li:last-child,
.entry-content .wp-block-latest-posts > li:last-child,
.entry-content .wp-block-latest-comment > li:last-child {
	margin-bottom: 0;
}

.entry-content .wp-block-archives *,
.entry-content .wp-block-categories *,
.entry-content .wp-block-latest-posts *,
.entry-content .wp-block-latest-comments * {
	font-family: inherit;
}

.entry-content .wp-block-archives li,
.entry-content .wp-block-categories li,
.entry-content .wp-block-latest-posts li {
	color: #6d6d6d;
}

.wp-block-archives a,
.wp-block-categories a,
.wp-block-latest-posts a,
.wp-block-latest-comments a {
	font-weight: 700;
	text-decoration: none;
}

.wp-block-archives a:hover,
.wp-block-categories a:hover,
.wp-block-latest-posts a:hover,
.wp-block-latest-comments a:hover,
.wp-block-archives a:focus,
.wp-block-categories a:focus,
.wp-block-latest-posts a:focus,
.wp-block-latest-comments a:focus {
	text-decoration: underline;
}

.wp-block-latest-posts a,
.wp-block-latest-comments__comment-meta {
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date {
	color: #6d6d6d;
	font-size: 0.7em;
	font-weight: 600;
	letter-spacing: normal;
	margin-top: 0.15em;
}


/* Block: Shared Media Styles ---------------- */

.wp-block-embed figcaption,
.wp-block-image figcaption {
	color: #6d6d6d;
	font-size: 1.4rem;
	margin-bottom: 0;
	margin-top: 1.5rem;
}

/* Block: Audio ------------------------------ */

.wp-block-audio audio {
	width: 100%;
}

/* Block: Button ----------------------------- */

.wp-block-button {
	margin: 3rem 0;
}

.wp-block-button.is-style-outline {
	color: #cd2653;
}

.is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: inherit;
}

.is-style-outline .wp-block-button__link {
	padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem);
}

/* Block: Columns ---------------------------- */

.wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
	padding-left: 2rem;
	padding-right: 2rem;
}

.wp-block-column {
	margin-bottom: 3.2rem;
}

.wp-block-column > *:first-child {
	margin-top: 0;
}

.wp-block-column > *:last-child {
	margin-bottom: 0;
}

/* Block: Cover ------------------------------ */

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	width: calc(100% - 4rem);
	padding: 2rem 0;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
	max-width: 100%;
	padding: 0;
}

.wp-block-cover-image h2,
.wp-block-cover h2 {
	font-size: 3.2rem;
}

/* Block: Embed ------------------------------ */

/* Block: File ------------------------------- */

.wp-block-file {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wp-block-file a:not(.wp-block-file__button) {
	font-weight: 700;
	text-decoration: none;
}

.wp-block-file a:not(.wp-block-file__button):not(:last-child) {
	margin-right: 1rem;
}

.wp-block-file a:not(.wp-block-file__button):focus,
.wp-block-file a:not(.wp-block-file__button):hover {
	text-decoration: underline;
}

.wp-block-file .wp-block-file__button {
	font-size: 1.5rem;
	padding: 1em 1.25em;
}

.wp-block-file a.wp-block-file__button:visited {
	opacity: 1;
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
	opacity: 1;
	text-decoration: underline;
}


/* Block: Gallery ---------------------------- */

.wp-block-gallery ul {
	list-style: none;
	margin: 0 0 -1.6rem 0;
}

figure.wp-block-gallery.alignnone,
figure.wp-block-gallery.aligncenter {
	margin-bottom: 3rem;
	margin-top: 3rem;
}

figure.wp-block-gallery.alignleft {
	margin: 0.3rem 2rem 2rem 0;
}

figure.wp-block-gallery.alignright {
	margin: 0.3rem 0 2rem 2rem;
}

figure.wp-block-gallery.alignwide {
	margin-bottom: 4rem;
	margin-top: 4rem;
}

figure.wp-block-gallery.alignfull {
	margin-bottom: 5rem;
	margin-top: 5rem;
}

/* Block: Group ------------------------------ */

.wp-block-group.has-background {
	padding: 2rem;
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-group__inner-container {
	margin: 0 auto;
}

.wp-block-group__inner-container,
.entry-content .wp-block-group p {
	max-width: 100%;
}

.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
	padding-left: 2rem;
	padding-right: 2rem;
}

/* Block: Image ------------------------------ */

/* Block: Media And Text --------------------- */

.wp-block-media-text .wp-block-media-text__content {
	padding: 3rem 2rem;
}

.wp-block-media-text .wp-block-media-text__content p {
	max-width: none;
}

.wp-block-media-text__content > *:first-child {
	margin-top: 0;
}

.wp-block-media-text__content > *:last-child {
	margin-bottom: 0;
}

/* Block: Pullquote -------------------------- */

/* STYLE: DEFAULT */

.wp-block-pullquote {
	padding: 0;
	position: relative;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	max-width: calc(100% - 4rem);
}

.wp-block-pullquote::before {
	background: #fff;
	border-radius: 50%;
	color: #cd2653;
	content: "”";
	display: block;
	font-size: 6.2rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 auto 1.5rem auto;
	text-align: center;
	height: 4.4rem;
	width: 4.4rem;
}

.reduced-spacing .wp-block-pullquote::before {
	border: 0.1rem solid currentColor;
	font-size: 5.9rem;
}

.wp-block-pullquote blockquote {
	border: none;
	margin: 0;
	padding: 0;
}

.wp-block-pullquote blockquote p {
	font-family: inherit;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.178571429;
	letter-spacing: -0.041785714em;
	max-width: 100%;
}

.wp-block-pullquote p:last-of-type {
	margin-bottom: 0;
}

.wp-block-pullquote cite {
	color: #6d6d6d;
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 1.2rem;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: 2.8rem;
}

.wp-block-pullquote.alignleft {
	text-align: left;
}

.wp-block-pullquote.alignright {
	text-align: right;
}

.wp-block-pullquote.alignleft::before {
	margin-left: 0;
}

.wp-block-pullquote.alignright::before {
	margin-right: 0;
}

/* STYLE: SOLID BACKGROUND COLOR */

.wp-block-pullquote.is-style-solid-color {
	padding: 3rem 2rem;
}

.wp-block-pullquote.is-style-solid-color::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before,
.wp-block-pullquote.is-style-solid-color.alignright::before {
	transform: translateY(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before {
	left: 2rem;
}

.wp-block-pullquote.is-style-solid-color.alignright::before {
	left: auto;
	right: 2rem;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
	text-align: inherit;
}

.wp-block-pullquote.is-style-solid-color cite {
	color: inherit;
}

/* Block: Separator  ------------------------- */

hr.wp-block-separator {
	margin: 3rem 0;
}

/* STYLE: WIDE */

.wp-block-separator.is-style-wide {
	max-width: calc(100vw - 4rem);
	position: relative;
	width: 100%;
}

/* STYLE: DOTS */

.wp-block-separator.is-style-dots::before {
	background: none;
	color: inherit;
	font-size: 3.2rem;
	font-weight: 700;
	height: auto;
	letter-spacing: 1em;
	padding-left: 1em;
	position: static;
	transform: none;
	width: auto;
}

.wp-block-separator.is-style-dots::after {
	content: none;
}


/* Block: Search ----------------------------- */

.wp-block-search .wp-block-search__input {
	width: auto;
}

/* Block: Table ------------------------------ */

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: #dcd7ca;
}

figure.wp-block-table.is-style-stripes {
	border-bottom: none;
}

.wp-block-table.is-style-stripes table {
	border-collapse: inherit;
}

/* Block: Quote ------------------------------ */

.wp-block-quote p,
.wp-block-quote cite {
	text-align: inherit;
}

.wp-block-quote[style="text-align:center"] {
	border-width: 0;
	padding: 0;
}

.wp-block-quote[style="text-align:right"] {

	/*rtl:begin:ignore*/
	border-width: 0 0.2rem 0 0;
	padding: 0 2rem 0 0;

	/*rtl:end:ignore*/
}

/* STYLE: LARGE */

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	border: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-family: inherit;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.285;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	font-size: 1.6rem;
	text-align: inherit;
}

/* Block: Widget Latest Comments ------------- */

.entry-content .wp-block-latest-comments li {
	margin: 2rem 0;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 5.5rem;
}

.entry-content .wp-block-latest-comments a {
	text-decoration: none;
}

.entry-content .wp-block-latest-comments a:hover,
.entry-content .wp-block-latest-comments a:focus {
	text-decoration: underline;
}

.wp-block-latest-comments__comment {
	font-size: inherit;
}

.wp-block-latest-comments__comment-date {
	margin-top: 0.4em;
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: 0.7em;
	margin: 0.9rem 0 2rem 0;
}

/* Block: Widget Latest Posts ---------------- */

.wp-block-latest-posts.is-grid li {
	border-top: 0.2rem solid #dcd7ca;
	margin-top: 2rem;
	padding-top: 1rem;
}

.wp-block-latest-posts.has-dates {
	list-style: none;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li {
	margin-top: 1.5rem;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li:first-child {
	margin-top: 0;
}

















img.avatar{
	float:left;
	margin:0 20px 10px 0;
	width:50px;
}




.pagination{
	padding:30px 0;
	background-color:#f6f6f6;
}

.pagination .prev{
	display:inline-block; 
	width:47%;
	text-align:left;
	
	margin-right:5%;
}

.pagination .next{
	display:inline-block; 
	width:47%;
	text-align:right;	
}

.pagination a.page-numbers{
	background-color:#fafafa;
	padding:2px 10px;
	color:;
}

.pagination a.page-numbers:hover{
	background-color:#497965;
	color:#fff;
}





.navigation{
	padding-top:10px;
	margin-top:20px;
	
}

.prev-posts {
	width:50%;
	float:left;
}

.next-posts {	   
	width:50%;
	float:right; 
	text-align:right;
}


.blog h3{
	margin-bottom:0;
}

.blog-meta{
	font-size:13px;
}






















   


	 
	 
	 

	 
	 
/* Accessibility */
.skip-link {
    position: absolute;
    top:-100px;
 
    /* Styled to match the default WordPress screen reader text */
    background-color: #f1f1f1;
    -webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);
    box-shadow:0 0 2px 2px rgba(0,0,0,.6);
    color: #21759b;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left:6px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
 
    -webkit-transition: top .75s ease-out;
    transition: top .75s ease-out;
}
 
.skip-link:focus {
    color: #21759b;
    top: 7px;
 
    -webkit-transition: top 0s;
    transition: top 0s;
}




/* forms */	 

input {
	line-height: normal;
}





button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background-color: #0054a1;
	border: 0;

	cursor:pointer;
	
	padding:6px 30px; 
	border-radius:24px; 
	transition:300ms; 
	display:inline-block; 
	text-decoration:none;

	margin:0;
	line-height:32px;
	font-size:18px;
	font-weight:normal;	
	color:white;
	
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #1B7BD4;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}





input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}




	 

	 
	 
	 
	 
	 
	 





/* captions */
.wp-caption {
	max-width: 100%;
	background-color:#000;
	padding:10px;	
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
	margin:0;
	width:100%;
}

p.wp-caption-text {
	color: #d6d6d6;
	text-align:center;
	font-size:20px;
	margin:15px 0 5px 0;
	text-transform:uppercase;
}



.wp-caption.alignnone {}
.wp-caption.alignright {
	float:right; 
	margin:0 0 10px 30px;

}
	 
.wp-caption.alignleft {
	float:left; 
	margin:0 30px 10px 0;
}
	
.wp-caption.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
}

















/* gallery */




/* responsive grid Gallery */
#gallery img {

  width: 100% !important;
  height: auto !important;
	
	margin-bottom:15px !important;
}



.gallery{
	  line-height: 0;
   
	-webkit-column-count: 3;
	-moz-column-count:    3;
	column-count:         3;

  -webkit-column-gap:   15px;
  -moz-column-gap:      15px;
  column-gap:           15px;  
	
	padding-bottom:0;
	background-color:#fff;
}

.gallery .gallery-item{
	float:none !important;
	margin-top:0 !important;
	margin-bottom:15px !important;
	vertical-align:baseline !important;
}

.gallery img{
	border:0 !important;
}

.gallery img:first-child{
}










.alignleft{
	float:left;
}

.alignright{
	float:right;
}




/*image caption styling*/
/* Some basic styles for images in posts and pages in Wordpress */

img.alignnone {}
img.alignright {
	float:right; 
	margin:0 0 1em 1em; 
	}
	
img.alignleft {
	float:left; 
	margin:0 1em 1em 0;
	}
	
img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
	}
	
a img.alignright {
	float:right; 
	margin:0 0 1em 1em;
	 }
	 
a img.alignleft {
	float:left; 
	margin:0 1em 1em 0;
	}
	
a img.aligncenter {
	display: block;
	margin-left: auto; 
	margin-right: auto; 
	}
	
	



	
	








/* comments */
.comments-area {
	margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #ccc;

}

.comments-title {
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;
	font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}








form { }
input[type=text] {
	margin-bottom:10px;
	padding:5px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px; 
	border: 1px solid #ccc;
	color:#666;

}

textarea {
	margin-bottom:10px;
	padding:5px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px; 
	border: 1px solid #ccc;
	color:#666;
}

#submit{
	background-color: #555;
	padding: 5px 20px;
	text-align: center;
	display:inline-block;
	border:0;
	color:#fff;
	font-size:14px;
}

#submit:hover{
	background-color: #f0f0f0;
	cursor:pointer;
	color:#000;
}


} /* END screen media */

















@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */

















