
/*--------Wordpress Required--------*/
/* =WordPress Core
-------------------------------------------------------------- */
em{
font-style: italic;
}
h1, h2, h3, h4, h5, h6{
margin-top: 10px;
margin-bottom: 10px;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
	vertical-align: middle;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
	vertical-align: middle;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
	vertical-align: middle;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
	vertical-align: middle;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
	vertical-align: middle;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*---------------to make dynamic----------*/
div.page div.canvas img{
	width: 100%;
	opacity: 0.6;
	z-index: -1;
}
div.page div.canvas{
	max-height: 325px;
	overflow: hidden;
	background-color: #43bbf2;
}
div.page h1.entry-title{
	margin-top: -200px;
	margin-bottom: 170px;
	!font-size: 6em;
	color: #FFFFFF;
	position: relative;
	z-index: 99;
}





















/*--------------------------------Wordpress Setup-----------*/
#mainMenu div ul li a{
text-decoration: none;
}
h1{
font-weight: 600;
line-height: normal;
}
h2{
font-weight: 600;
line-height: normal;
}
h3{
font-weight: 600;
line-height: normal;
}
h4{
	line-height: 1.4em;
}
h5{
line-height: 1.4em;
}
h6{
font-weight: 600;
}

a{
color: #1f1f1f;
text-decoration: none;
}
a:hover{
color: #555566;
}
h2 a{
color: #006CB7;
text-decoration: none;
}
h2 a:hover{
color: #006CC7;
}

#footerTxt{
font-size: 0.75em;
}

/*----------------------------------Structure------------------------------------*/
body{
width:100%;
height: 100%;
min-width:1024px;
}
#wrapper{
width: 100%;
height: 100%;
!min-width:1024px;
}

#container{
margin: 0 auto;
width: 100%;
!min-width: 1024px;
}
.anchors{
	position:relative; 
	top:-150px;
}
/*------------------------------------Header-------------------------------------*/


#topPadding{
!position: absolute;
display: none;
width: 100%;
height: 10%;
min-height: 150px;
!min-width: 1024px;
!top: -76px;
z-index: 99;
}
/*---Social Media Icons---*/
#socialMediaIcons{
text-align: center;
}

#headerWrapper #socialMediaIcons #socialMediaIconsBG{
padding-left: 10px;
margin-top: 35px;
float: right;
}
#socialMediaIcons span{
display: inline-block;
}
#socialMediaIcons div a{
}
#infoTop{
	float: right;
	margin-top: 42px;
	padding-left: 10px;
}
#infoTop a{
	color: #aaaaaa;
	font-size: 1.5em;
}
#promoContactBox{
	padding: 50px 50px 0px 50px;
}
#promoText h1{
	padding-bottom: 30px;
}

  #promoContactBox input, #promoContactBox textarea{
  width: 100%;
  line-height: 1.5;
  padding: 15px 10px;
  border: 1px solid var(--borderFormEls);
  color: #cccccc;
  background: rgba(16,16,16,0.9);
  transition: background-color 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25),
    transform 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
	box-sizing: border-box;
  }
  #promoContactBox textarea{
  height: 170px;
  }
  #promoContactBox {
	max-width: 500px;
	margin-left: 50px;
  }
  #promoImg{
	  opacity: 0.5;
  }
	#promoBox{
		margin-top: 0px;
	}
	#blueDivider{
		height:20px;
		background-color: #43bbF2;
	}

/*------------------------------------Footer-------------------------------------*/
#footerSpacing{
clear: both;
width: 100%;
!height: 110px;
}
#footerTxt{
width: 100%;
!position: fixed;
!bottom: 0px;
text-align: right;
}
#footerTxt, #footerTxt a{
text-decoration: none;
color: #cccccc;
}
#footerTxt a:hover{
color: #333333;
}
footer{
!position: fixed;
!bottom: 0px;
width: 100%;
height: 110px;
!min-width: 1024px;
max-width: 1920px;
background-color: #FFFFFF;
!z-index: 100;
margin: 0 auto;

!opacity: 0.0;
!filter: Alpha(opacity=00); /* IE8 and earlier */
!border-top-color:rgba(0, 0, 0, 0.9);
!border-top-width: 1px;
!border-top-style: solid;
}
#footerWidgetArea{
!width: 70%;
!text-align: center;
color: #000000;
}
#footerWidgetArea a{
color: #000000;
}
#footerWidgetArea h1{
margin-left: 30px;
}
#footerWidgetArea:hover, #footerWidgetArea a:hover{
color: #333333;
}
#footerWidgetArea img{
!margin-left: 20px;
!margin-right: 20px;
!margin-bottom: 10px;
!width: 150px;
!height: 40px;
}

#footerCallout div.boxContent{
	padding-left: 25%;
	padding-right: 25%;
	padding-bottom: 0px;
}
#footerCallout div.boxContent h2{
	font-size: 3.2em;
	line-height: 1.4em;
}
#footerCallout div.boxContent h4{
	font-size: 1.1em;
	line-height: 1.4em;
}
#footerCallout div.boxContent div.boxButton a{
	margin-top: 30px;
	min-width: 300px;
}


/*--------------------------------General Objects---------------------------*/

/*----Main Logo-----*/
#mainLogo{
	float:left;
text-align: left;
}

#secondLogoImg{
!float: right;
z-index:200;
!margin-top: -40px;
}
/*----Main Menu-----*/
nav{
}
#mainMenuMobileDropdown{
position: absolute;
top: 0px;
right: 0px;
!z-index: 999;
display: none;
}
#mainMenu{
width: 100%;
z-index: 100;
background-color: inherit;
text-transform: uppercase;
}
#mainMenu div{
	background-color: inherit;
}
#mainMenu div ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
text-decoration: none;
background-color: inherit;
}
#mainMenu div ul li{
display: inline;
background-color: inherit;
position: relative;
text-align: left;
}
#mainMenu div ul li a:hover{
color: #999999;
}
#mainMenu div ul li a{
text-decoration: none;
padding-left: 30px;
padding-right: 30px;
}
#mainMenu div ul li ul.sub-menu{
	visibility: hidden;
	background-color: inherit;
	display: block;
	position: absolute;
	z-index: 100000;
	transition: all 1s ease;
	left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
	text-align: left;
	margin-right: -100%
}

#mainMenu div ul li:hover ul.sub-menu{
	visibility: visible;
	!position: absolute;
}
#mainMenu div ul li ul.sub-menu:hover ul.sub-menu{
	visibility: visible;
	!position: absolute;
	!z-index: 100000;
}
#mainMenu div ul li ul.sub-menu li{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	min-width: 350px;
}



/*--------------------------Page Layout--------------------------*/
#content{
!padding: 40px;
}
.entry-title{
margin-bottom: 2%;
text-align: center;
}
.entry-content{
text-align: left;
}
.entry-content-wrapper{
	padding: 0px 5% 0px 5%;
}
.entry-content p{

}
.entry-content a{
color: #333333;
text-decoration: none;
}
.entry-content a:hover{
color: #555566;
}
.entry-content img{
padding-right: 30px;
padding-left: 30px;
}


#pageFeaturedImg{
	width: 100%;
	height: 15em;
	object-fit: cover;
}

/*----Simple Left Template----*/
#content-left-simple{
padding: 40px;
}
#content-left-simple .entry-content{
margin-left: 45%;
margin-top: -350px;
}
#content-left-simple .canvas{
margin-left: 8%;
}
#content-left-simple .canvas img{
width: 50%;
min-width: 600px;
}
/*----Simple Right Template----*/
#content-right-simple{
padding: 40px;
}
#content-right-simple .entry-content{
margin-right: 45%;
margin-top: -350px;
}
#content-right-simple .canvas{
margin-right: 5%;
text-align: right;
}
#content-right-simple .canvas img{
width: 50%;
min-width: 600px;
}

/*----Homepage Template----*/
#homeContent .entry-content{
line-height: 150%;
padding-top: 60px;
width: 80%;
margin: 0 auto; 
}
#homeContent .entry-content img{
padding: 0px;
vertical-align: middle;
!margin-left: -40px;
!margin-right: 40px;
margin-top: -60px;
}
#homeContent .entry-content h1{
margin-top: 60px;
margin-bottom: 60px;
!margin-right: -40px;
}
#homeContent .entry-content h2{
margin-top: 50px;
margin-bottom: 50px;
!margin-right: -40px;
}

#homeContent .entry-content p{
!margin-right: -40px;
}
#homeContent .entry-content h4{
margin-top: 30px;
margin-bottom: 30px;
}
#frontPageImage{
text-align: center;
margin-left: auto; 
margin-right: auto; 
}

#homeContent .canvas img{
width: 50%;
min-width: 600px;
}






/*----home widget areas-----

#wid1 #home_main_wid_area h1{
	
	font-size: 2em;
	!background-color: rgba(255, 255, 255, 0.75);
	line-height: 1.25em;
	
	color: #FFF;
	
}
#wid1 .wp-block-columns{
	color: #FFF;
	width: 55%;
	text-align: left;
	!margin: 0 auto;
	margin-left: 20%;
	margin-right: 20%;
	padding-right: 25%;
	line-height: 1.75em;

}
#wid1 .wp-block-column{
	margin-top: 45%;
	margin-bottom: 15%;
	!background-color: rgba(255, 255, 255, 0.7);
	padding: 2%;
}
#wid1 .wp-block-button__link{
	background-color: #006CC7;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wid4{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 1.75em;
	padding-bottom: 3em;
	background-color: rgba(255, 255, 255, 1);
	!background-color: rgba(0, 0, 0, 1);
	padding-left: 20%;
	padding-right: 20%;
	!color: #FFF;
}
#wid4 h3{
	padding-top: 3em;
	color: #006CC7;
}
#wid4 .wp-block-image{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	margin-bottom: 0px;
}
#wid2 .wp-block-column{
margin-bottom: 1.75em;
}
#wid4 img, #wid2 img, #wid3 img, #wid5 img{
	height: auto;
}

#wid4 img{
	padding: 2em;
	height: auto;
	padding: 2%;
	max-width: 70%;
}
#wid4 p{
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5em;
}
#wid4 .wp-block-columns{
	padding: 0px;
}

#wid3{
	width: 50%;
	margin: 0 auto;
	margin-top: 2%;
	padding: 1%;
	background-color: rgba(0, 0, 0, 0.9);
	color: #FFF;
}
#wid3 h2{
	color: #006CC7;
	margin-bottom: 1em;
}
#wid3 .wp-block-quote{
	margin: 2%;
}

.wpcf7-text, .wpcf7-textarea{
	width: 95%;
}
#wid3 p{
	padding: 5px;
	padding-left: 0px;
	line-height: 1.75em;
}
#wid3 cite{
	line-height: 1em;
	font-size: 0.75em;
}

#wid1 h3{
	padding-top: 20px;
}
#wid1{
	!min-height: 1000px;
}

.wpcf7-submit{
	color: #fff;
    background-color: #006CC7;
    border-radius: 9999px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    box-sizing: border-box;
	border-style: none;
}

#home_main_wid_area, #home_second_wid_area, #home_third_wid_area, #home_forth_wid_area{
display: block;
margin-left: auto;
margin-right: auto;
}
.homepageWidgetScrollImg{
text-align: center;
}
#wid2{
	background-color: rgba(255, 255, 255, 1);
	padding: 1%;
	padding-left: 20%;
	padding-right: 20%;
	!width: 100%;
	!margin: 0 auto;
	text-align: center;
}
#wid5{
	!background-color: rgba(255, 255, 255, 1);
	background-color: rgba(0, 0, 0, 0.9);
	padding: 1%;
	padding-left: 20%;
	padding-right: 20%;
	!width: 100%;
	!margin: 0 auto;
	text-align: center;
	color: #FFF;
}
#wid4{
	margin-top: 2%;
}
#wid2{
	font-size: 1em;
	line-height: 1.5em;
	
	margin-top: -1%;
}
#wid2 ul{
	margin-top: 1em;
}
#wid2 p{
	margin-top: 1em;
}
#wid2 ul li{
	list-style-type: circle;
	list-style-position: inside;
	line-height: 2em;

}
#wid2 h1, #wid5 h1{
	padding: 20px;
	color: #006CC7;
}
#wid2 h3, #wid5 h3{
	!padding-bottom: 20px;
	color: #006CC7;
}
#wid2 p, #wid5 p{
	font-size: 1em;
}
#wid5 cite{
	font-size: 0.75em;
}
#wid2 .wp-block-pullquote{
	padding: 0px;
}
#wid5 #home_fifth_wid_area{
	width: 60%;
	margin: 0 auto;
	margin-bottom: 30px;
}
*/
.contactMapEmbed{
	width: 600px;
	height: 450px;

}
.wpcf7-submit{
	color: #43bbF2;
	background-color: #FFFFFF;
	border-radius: 9999px;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1.125em;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	text-align: center;
	text-decoration: none;
	word-break: break-word;
	box-sizing: border-box;
	min-width: 273px;
	font-size: 1.2em;
	font-family: 'Montserrat', 'Open Sans', 'Times New Roman';
	font-weight: 600;
	line-height: normal;
}
.wpcf7-spinner{
	clear: both;
	width: 100%;
}
div.contactBox{
	padding-bottom: 5px;
}
/*---posts display ---*/
#postsDisplay{
	width: 80%;
	min-height: 600px;
	margin: 0 auto;
	display: flex;
	align-content: center;
	justify-content: safe center;
	flex-wrap: wrap;
}
#postsDisplay div.post{
	!display: block;
	!float: left;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.6);
	border-width: 1px;
	
    border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.1);
	padding: 1em;	
	margin: 1em;
}
#postsDisplay .entry-title{
	width: 300px;
}

.entry-canvas{
	width: 300px;
	height: 300px;
	margin: 0 auto;
	display: block;
}
.entry-canvas img{
	width: 300px;
	height: 300px;
}
.entry-meta{
	padding: 1em;
	font-size: 0.75em;
	text-align: center;
}





/*----Facebook----*/
#recentPosts, .wff-feed-wrapper{
width:70%;
min-width: 600px;
margin-left: auto;
margin-right:auto;
}
#recentPosts img{
width: 260px;
height: 90px;
float: right;
}
.wff-fb-item{
	padding: 20px;
	border-bottom-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.wff-fb-item:nth-child(even)
{
    text-align: right;
}
.wff-fb-item:nth-child(odd)
{
    text-align: left;
}
.wff-fb-item:nth-child(even) img
{
    float: right;
	padding: 10px;
}
.wff-fb-item:nth-child(odd) img
{
    float: left;
	padding: 10px;
}
.wff-facebook-feed-title-div{
padding:30px;
}

.fb-text-wrapper, .wff-shared-link-wrapper{
padding: 10px;
margin: 10px;
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
}
/*----Video Player----*/


.yendifplayer{
margin-left: auto;
margin-right: auto;
position: relative;
z-index: 0;
max-width: 1020px;
}
.dividerImg{
width: 100%;
text-align: center;
padding-top: 35px;
padding-bottom: 35px;
clear: both;
}
.dividerImg img{
height: 5px;
width: 80%;
margin-left: auto;
margin-right: auto;
}
#home_fourth_wid_area .textwidget{
width: 700px;
margin: 0 auto;
margin-top: 50px;
}

/*--------------------Album Page------------------*/

#album-gallery{
!margin-left: 10%;
!margin-right: 10%;
!min-height: 380px;
}

#albumsWidgetScrollImgDown, #albumsWidgetScrollImgUp{
!position: absolute;
!margin-left: 200px;
!z-index: 100;
}
#albumsWidgetScrollImgDown img, #albumsWidgetScrollImgUp img{
!width: 120px;
!height: 80px;
}
#albumsWidgetScrollImgDown{
!margin-top: 340px;
}
/*---General---*/
#album-gallery{
!margin-top: -30px;
}



.album-canvas-img{
width: 40%;
height: 40%;
max-width: 500px;
max-height: 500px;
margin-right: 5%;
border-style: solid;
border-color: #FFFFFF;
border-width: 3px;
float: left;
margin-bottom: 100px;
}
.album-canvas{
}
.album{
!position:absolute;
}
.album-content h2{
line-height: 2em;
}
.album-title{
!margin-bottom: 20px;
!margin-top: 20px;
}

div.widget{
padding-left: 40px;
}
/*---Social Media Icons Contact---*/
#socialMediaIconsContact{
margin-top: 40px;
}
#socialMediaIconsContact span{
display: inline-block;
}
#socialMediaIconsContact div a{
}
#socialMediaIconsContact span img{
margin-left: -5px;
margin-right: 10px;
margin-top: 10px;
padding: 5px;
}

#frontPageImage{
margin-left: auto; margin-right: auto; clear: both;
max-height: 600px;
overflow: hidden;
}
#newAlbumImg{
height: 474px;
}
.contactUsLabel{
	text-align: left;
}
.contactUsValue{
	text-align: left;
	padding-left: 10%;
}
.soundcloudPlayButtonImg{
width: 20px;
height: 20px;
vertical-align: middle;
margin: 5px;
}
#mainMenu{
	!min-width: 1024px;
}
@media only screen and (max-width:1280px), only screen and (max-height: 720px) {
	
	#wid1 .wp-block-columns{
		margin-left: 0px;
		margin-right: 0px;
		padding: 5%;
		width: 90%;
	}
#wid4, #wid2, #wid3, #wid5{
	padding-left: 5%;
	padding-right: 5%;
}
#wid1 .wp-block-column{
	margin-top: 0px;
}
#wid3{
	width: 90%;
}
}

/* Mobile Style Sheet */
@media only screen and (max-width: 700px), only screen and (max-height: 500px){
	
	#socialMediaIcons span{
		display: block;
		}
		#socialMediaIcons #socialMediaIconsBG{
			margin-top: 10px;
			}
	#wid1{
		width: 90%;
		padding-right: 0px;
}		
#wid1 .wp-block-columns{
	padding: 0px;
	width: 90%;
}
#wid1 .wp-block-column{
	margin-top: 0px;
}

}
div.entry-content{
	clear: both;
}




.offers{
    border-radius: 99px;
	border-color: #1f1f1f;
	border-style: solid;
	padding: 3%;
	color: #FFF;
}
#wid2 .offers ul{
	margin-top: 0px;
}
#wid2 .offers p{
	margin-top: 0px;
}
#wid2 .offers ul li{
	line-height: 1.5em;
}
#wid2 .offers ul li ul{
	margin-left: 2em;
}
#wid2 .offers p{
	line-height: 1.5em;
}
.offers h2{
	color: #FFF;
	line-height: 1.5em;
    padding-left: 20px;
    padding-right: 20px;
}
.wideOffer{
	width: 100%;
	background-color: #006CC7;
	box-shadow: 5px 10px #555555;
}
.wideOffer div{
	text-align: left;
	margin: 0px;
	margin-top: 1em;

padding-left: 4%;
padding-right: 4%;
}
.offerOne{
	background-color: #004075;
	!background-color: #585895;
	box-shadow: 5px 10px #555555;

}
.offerTwo{
	background-color: #004075;
	!background-color: #585895;
	box-shadow: 5px 10px #555555;

}
.offerThree{
	background-color: #004075;
	!background-color: #585895;
	box-shadow: 5px 10px #555555;

}
#phoneNo{
	margin-left: 2em;
}
.wpsm_panel-body{
	font-family: 'Montserrat', 'Open Sans', 'Times New Roman' !important;
	font-size: 1em !important;
}
.ac_title_class{
	font-family: 'Montserrat', 'Open Sans', 'Times New Roman' !important;
	font-size: 1em !important;
}
.contactImg{
	margin-left: 1em;
}


.sidebarBox{
	display: block;
	float: right;
	background-color: #43bbF2;
	max-width: 350px;
	padding: 20px;
	color: #FFFFFF;
	text-align: center;
	margin-left: 100px;
	margin-bottom: 100px;
}

div.support{
	text-align: center;
	clear: both;
    padding: 50px 5% 50px 5%;
	
}
.supportBoxes{
	display: flex;
	flex-wrap: wrap;
    gap: 1%;
	!width: 100%;
}
.supportBox{
	width: 30%;
    flex-grow: 1;
    margin-top: 50px;
}
.supportBox img{
	width: 80%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.supportBox h5{
	padding: 0px 50px 0px 50px;
}
.dealBoxImg{
	width: 510px;
	height: 510px;
	float: left;
	margin-top: 50px;
	margin-left: 5%;
	margin-right: 50px;
}
#dealBox ul{

	list-style-position: outside;
}
#dealBox ul li::before {
	content: attr(data-icon);
	/* Make slightly larger than the li font-size
	but smaller than the li gap */
	font-size: 1.25em;
	list-style-position: outside;
  }
  #dealBox ul li{
	list-style-position: outside;

  }
  .contactBox input{
	max-width: 450px;
	padding: 10px;
	border: none;
  }
  .contactBox textarea{
	max-width: 450px;
	padding: 10px;
	border: none;
  }
  .contactBox {
	max-width: 500px;
	margin-left: 50px;
  }


/* Mobile Style Sheet */
@media only screen and (max-width: 700px), only screen and (max-height: 500px) {
	body, #wrapper, #container, header, #topPadding, footer, #frontPageImage, #frontPageImage img, #recentPosts, .wff-feed-wrapper, #homeContent .canvas img, .dividerImg img, #content-left-simple .canvas img, #content-right-simple .canvas img, #socialMediaIcons div img{
		 min-width: 414px;
		 min-height: 0px;
	}
	body{
		 font-size: 10px;
	}
	#content-left-simple, #content, #content-right-simple{
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	}
	
	.entry-content img{
			padding: 0;
	}
	#content{
	padding: 5px;
	}
	#container{
		 width: 100%;
	}
	#footerWidgetArea{
		 display: none;
	}    
	header{
		 !height: 50px;
	}
	footer{
		 height: 45px;
	}  
	#mainLogo{
		margin: 5px;
	}
	#mainLogoImg{
		 !position: absolute;
		 !top: 0px;
		 !right: 0px;
		 height: 30px;
		 !width: 132px
	}
	#socialMediaIcons{
		margin-right: 100px;
	}	
#socialMediaIcons span.smMobHide{
	display: none;
}
#socialMediaIcons span a img{
	max-width: 105px;
	height: auto;
}
	#promoText h1{
		font-size: 1.25em;
	}
	#promoText h2{
		font-size: 1.10em;
	}
	#promoContactBox h5{
		display: block;
	}
	#promoContactBox{
		margin-left: 0px;
	}
		
	.yendifplayer{
		 margin-left: auto;
		 margin-right: auto;    
	}
	#homeContent .canvas img, #content-left-simple .canvas img, #content-right-simple .canvas img,#content-left-simple .canvas , #content-right-simple .canvas {
		 min-width: 290px;
		 padding-left: 5px;
		 margin-left: 0px;
	}
	#content-left-simple .entry-content, #content-right-simple .entry-content{
		 margin-left: 0px;
		 margin-top: -125px;
		 word-wrap: break-word;
	}
	#footerTxt{
	position: static;
	bottom: 0px;
	left: 0px;
   !display: none;
	}
	#container{
	!padding-bottom: 100px;
	}
	#socialMediaIcons{
	}
	#socialMediaIcons div img{
	min-width: 60px;
	height: 60px;
	}
	#menu-main-menu{
   display: none;
   position: fixed;
   width: 100%;
   !top: 37px;
   z-index: 999;
	}
	#mainMenu{
	margin-top: 0px;
	!height: 38px;
	padding: 0px;
	clear: both;
	}
	

	
	#mainMenu div ul li{
	display: block;
	padding-bottom: 2%;
	padding-top: 2%;
	border-style: solid;
	border-color: #FFFFFF;
	border-bottom-width: 1px;
	background-color: #FFF;
	}
	#mainMenu div ul li a{
	font-size: 1em;
	}
	#mainMenuMobileDropdown{
   display: inline;  
	}
	#mainMenuMobileDropdown img{
	!float: right;
	width: 81px;
	height: 110px;
	!height: 5%;
	!padding: 10px;
	}
	.entry-title{
		 margin-top: 20px;
		 margin-bottom: 20px;
	}
   #newAlbumImg{
	   width: 250px;
	   height: 220px; 
	   margin: 0 auto;
	   float: none;
   }
   #newAlbumImgDiv{
	   width: 100%;
	   float: left;
	   text-align: center;
   }
   #newAlbumImgSpacer{
	   width: 100%;
	   height: 100px;
   }
   #home_fourth_wid_area .textwidget{
	   width: 100%;
   }
   .contactUsLabel{
   }
   .contactUsValue{
	   padding-left: 0px;
   }
   
   
   #contactBox{
	   display: block;
	   order: 3;
	   margin-left: 0px;
	   margin-bottom: 0px;
   }
   #contentContact{
	   order: 1;
   }
   .contactMapEmbed{
	   order: 2;
	   margin-bottom: 20px;
   }
   #contact-entry-wrapper{
	   display: flex;
	   flex-direction: column;
   }
   .contactBox input{
	   max-width: 80%;
   }
   .contactBox textarea{
	   max-width: 80%;
   }
   

#wid1 .wp-block-columns{
	margin-left: 0px;
	margin-right: 0px;}
	#wid1, #wid4, #wid2, #wid3, #wid5{
	padding-left: 5%;
	padding-right: 5%;
}
	#wid4 img{
		 padding: 2em;
	}
	#wid2 h3{
		 padding-top: 0%;
	}
#secondLogo{
	!width: 100%;
	!position: fixed;
	!text-align: center;
	!padding-left: 5%;
	!padding-right: 5%;
}
#secondLogo a{
	display: block;
	!width: 15%;
	margin: 0 auto;
	!text-align: center;
}
	#secondLogoImg{
		display: inline;
		!margin: 0 auto;
		width: 100%;
		!position: relative;
		!z-index: 200;
	}
	nav{
		min-height: 110px;
	}
	#wid4 img, #wid2 img, #wid3 img, #wid5 img{
		max-width: 250px;
		padding: 0px;
		height: auto;
	}
#wid3 img{
	display: none;
}


#footerCallout div.boxContent{
	padding: 5%;
}
#footerCallout img.sectionFeatImg{
	height: 100%;
	width: auto;
}

#footerCallout div.boxContent h2{
	font-size: 2em;
}
div.page div.canvas img{
	min-height: 325px;
	object-fit: cover;
}
.contactMapEmbed{
	width: 100%;
	height: 300px;

}

}