/*-BODY-*/
h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #31343c;
    font-family: 'Droid Serif';
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.5em;
}

a { color: #053b75; }
a:hover { color: #3F595E;} 

.page-numbers.current {
    background: #053b75;
    border: 1px solid #053b75;
    color: #fff;
}

a.page-numbers:hover, a.page-numbers:focus {
    background-color: #053b75;
    border: 1px solid #053b75;
    color: #fff;
    text-decoration: none;
}

.wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button__link.is-style-outline {
    color: #32373c;
    background-color: transparent;
    border: 2px solid;
	letter-spacing: 1px;
	font-size: 14px;
}

.site-content{
	padding-top: 0px;
	padding-bottom: 0px;
}

/*-HEADER-*/

.custom-header-media .wp-custom-header img {
    display: auto;
    height: auto;
    max-width: 100%;
	background-size: contain;
}


.site-title {
    font-size: 58px;
    font-weight: 500; 
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Droid Serif';
}

.site-description {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

@media all and (max-width: 850px) {
	.site-branding {
		padding: 20px 0;
	}
	.site-title {
    font-size: 40px;
    font-weight: 500; 
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Droid Serif';
}
}

@media all and (max-width: 450px) {
	.site-branding {
		padding: 50px 0;
	}
		.site-title {
    font-size: 24px;
    font-weight: 500; 
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Droid Serif';
}
	
	.site-description {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
}
}


/*-HEADER PAGES-*/
.hero-img-off .custom-header {
    background: url(https://leeduigon.com/wp-content/uploads/2020/09/LeeHeader2020a.jpg);
	background-position: top center;
	background-size: cover;
    padding: 100px 0;
}
@media all and (max-width: 850px) {
	.hero-img-off .custom-header {
    background: url(https://leeduigon.com/wp-content/uploads/2020/09/LeeHeader2020a.jpg);
	background-position: top left;
		background-size: cover;
    padding: 80px 0;
}
}

/* MENU */
.navbar-inverse .main-nav .sub-menu {
    background-color: #282828;
		min-width: 270px;
    margin: 0px 0 0 0;
    padding-top: 6px;
    padding-bottom: 6px;
    position: absolute;
    top: 100%;
    left: 0;
}

.navbar-inverse .main-nav .sub-menu a {
    color: #cecece;
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 12px 10px 12px;
    text-decoration: none;
}

.navbar-inverse .main-nav .sub-menu li {
    padding-right: 7px;
    margin-bottom: 1px;
    padding-left: 7px;
}


.hero-img-off .site-title a, .hero-img-off .site-title a:hover, .hero-img-off .site-description {
    color: #fff;
}
.breadcrumb { padding: 20px 20px 0px 30px; }
.breadcrumb-wrapper > div:nth-child(1) {
    background: url(https://leeduigon.com/wp-content/uploads/2014/07/body2.png);
	background-size: cover;
}

@media all and (max-width: 850px) {
	.breadcrumb-wrapper > div:nth-child(1) {
    background: url(https://leeduigon.com/wp-content/uploads/2010/11/body-no-sidebar1.png);
	background-size: cover;
}
}


/*-PAGE-*/

.site-content .container {
    background: url(https://leeduigon.com/wp-content/uploads/2014/07/body2.png);
	background-size: contain;
	padding-top: 50px;
}

.col-md-9 {
    width: 65%;
	margin-left: 2%;
}

.col-md-3 {
    width: 30%;
	margin-left: 1%;
	padding-bottom: 60px;
}

@media all and (max-width: 850px) {
	.site-content .container {
    background: url(https://leeduigon.com/wp-content/uploads/2010/11/body-no-sidebar1.png);
	background-size: contain;
	padding-top: 50px;
}

.col-md-9 {
    width: 98%;
	padding: 10px 20px 10px 20px;
}

.col-md-3 {
    width: 100%;
	padding: 20px 10px 60px 10px;
}
}

.comments-area {
    padding-top: 0.9375em;
	  padding-bottom: 40px;
}





.btn-scroll-up {
    background: #222 url(/wp-content/themes/friendly-lite/assets/images/up-arrow.png) no-repeat center center;
    display: inline-block;
    height: 48px;
    width: 62px;
    overflow: hidden;
    position: fixed;
    right: 48px;
    bottom: 20px;
    z-index: 999999;
}

.btn-scroll-up:hover, .btn-scroll-up:focus {
    background: #333 url(/wp-content/themes/friendly-lite/assets/images/up-arrow.png) no-repeat center center;
}

.site-footer {
    margin-top: 0px;
}