/*-- Enter your custom CSS below --*/
@media only screen and (max-width: 480px) {
.mobile {
    display: none;
}
.sidr ul li a {
text-shadow: none;
}
}

h1.entry-title a {
     color: #0D0B0F;
}

html {
scroll-behavior: smooth;
}
body {
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#D6BA9C,  endColorStr=#BD945B)";
	background: -o-linear-gradient( top,rgb(214,186,156) , rgb(189,148,91) );

	background: -ms-linear-gradient( top,rgb(214,186,156) , rgb(189,148,91) );

	background: -moz-linear-gradient( top,rgb(214,186,156) , rgb(189,148,91) );

	background: -webkit-linear-gradient( top,rgb(214,186,156) , rgb(189,148,91) );

	background: linear-gradient( top,rgb(214,186,156) , rgb(189,148,91) );
}

h1.site-title, h2.site-description {
/*font-size: 190%;*/
}
.fixed-header.header-background {background-image: url("https://lancasterlatinmass.com/wp-content/uploads/2026/07/cropped-cropped-IMG_2329.jpg");}
.header-image {
margin-left: 7em;
}
.nav-menu ul li a {
text-decoration: underline;
}
.menu-item, .site-title {text-shadow: 2px 2px black;}
.site-content .wrapper {background-color: #fff;}
.nav-menu ul li a:hover, .nav-menu ul li a:focus {
text-decoration: none;
}
.entry-content a {
color: #A85816;
}
img#exterior {
float: right;
-ms-box-shadow: 4px 3px 3px 5px rgb(0,0,0);
-moz-box-shadow: 4px 3px 3px 5px rgb(0,0,0);
-webkit-box-shadow: 4px 3px 3px 5px rgb(0,0,0);
box-shadow: 4px 3px 3px 5px rgb(0,0,0); 
}

img.contacts {
float: left;
}

ul.list {
list-style: none;
}

ul.list li {
padding-top: 10px;
padding-bottom: 15px;
}
.page-id-1690 .entry-title {
display: none;
}
h2 {
clear:none;
}
#video {
		
		position: relative; padding-bottom: 56.25%; height: 0; /*overflow: hidden;*/ max-width: 100%; height: auto;
  		
	}
	
#video iframe, #video object, #video embed {
		position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

@media only screen and (min-width: 769px) {
    #video iframe, #video object, #video embed {
	width: 715px;
	height: 415px;
}
}
