
/* ## Import Entry Divider Embellish Icon Font
-------------------------------------------------------- */
@font-face {
    font-family: "embellish";
    src: url("../fonts/embellish/embellish.eot");
    src: url("../fonts/embellish/embellish.eot?#iefix") format("embedded-opentype"), url("../fonts/embellish/embellish.woff") format("woff"), url("../fonts/embellish/embellish.ttf") format("truetype"), url("../fonts/embellish/embellish.svg#embellish") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="embellish-"]:before,
[class*=" embellish-"]:before {
    font-family: "embellish" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.embellish-swirl:before {
    content: "\61"
}

.embellish-eternity-knot:before {
    content: "\62"
}

.embellish-celtic-knot:before {
    content: "\64"
}

.embellish-accent:before {
    content: "\63"
}

.embellish-lotus:before {
    content: "\65"
}

.embellish-accent-2:before {
    content: "\66"
}

.embellish-accent-3:before {
    content: "\67"
}

.embellish-diamonds:before {
    content: "\68"
}


/* ## Entry Divider
-------------------------------------------------------- */

.entry-divider {
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 1;
    clear: both;
    overflow: hidden;
    margin: 5px 0 0;
}

.embellish-element {
    margin: 0 auto;
    display: block;
    text-align: center;
    position: relative;
    width: 50px;
    height: 60px;
}

.embellish-element:before,
.embellish-element:after {
    position: absolute;
    left: -1000px;
    width: 1000px;
    top: 50%;
    margin-top: -3px;
    content: '';
    display: inline-block;
    height: 4px;
    border-bottom: 4px double #222;
}

.embellish-element:after {
    left: auto;
    right: -1000px;
}

.embellish-icon:before {
    top: 3px;
    line-height: 60px;
    font-size: 40px;
}

@media (min-width: 700px) { 
	.entry-divider {
	    height: 80px;
	    margin-bottom: -5px;
	}

	.embellish-element {
	    width: 60px;
	    height: 80px;
	}

	.embellish-icon:before {
	    top: 3px;
	    line-height: 80px;
	    font-size: 50px;
	}
}


/* ## Display Embellish Icon
-------------------------------------------------------- */
body.embellish-none .embellish-icon:before  {
    display: none;
}

body.embellish-none .embellish-element {
    width: 0px;
}

/* swirl/spiral */
body.embellish-1 .embellish-icon:before {
    content: "\61"
}

/* japanese eternity knot */
body.embellish-2 .embellish-icon:before {
    content: "\62"
}

/* swish */
body.embellish-3 .embellish-icon:before {
    content: "\63"
}

/* celtic knot */
body.embellish-4 .embellish-icon:before {
    content: "\64"
}

/* lotus */
body.embellish-5 .embellish-icon:before {
    content: "\65"
}

/* flower */
body.embellish-6 .embellish-icon:before {
    content: "\66"
}

/* flower alternate */
body.embellish-7 .embellish-icon:before {
    content: "\67"
}

/* diamonds */
body.embellish-8 .embellish-icon:before {
    content: "\68"
}

/* adjust height and postion based on choice */
body.embellish-2 .embellish-title em:first-child {
    height: 3px
}

body.embellish-4 .embellish-title em:first-child,
body.embellish-5 .embellish-title em:first-child,
body.embellish-6 .embellish-title em:first-child {
    height: 7px
}

body.embellish-7 .embellish-icon:before {
    top: 5px
}

@media (min-width: 1200px) { 
	body.embellish-7 .embellish-icon:before {
	    top: 7px
	}
}


/* ## Background Patterns (pseudo elements)
--------------------------------------------- */

.esteem-pattern-block {
	position: relative;
}

@media screen { 
	.site-container:before,
	.off-canvas-menu-panel-bg,
	.page-header:before,
	.page-footer:before,
	.site-header:before,
	.site-footer:before,
	.esteem-pattern-block:before {
	    content: '';
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    position: absolute;
	    background-image: url(../images/background-patterns/vine-2.png);
	    background-attachment: fixed;
	    background-size: 350px 176px;
	    opacity: 0.08;
	}

	.site-container:before {
	    position: fixed;
	    z-index: -2;
	    opacity: 0.4;
	}

	.page-header:before,
	.page-footer:before {
	    opacity: 0.03;
	}
	
	.off-canvas-menu-panel-bg {
	    opacity: 0.05;
	    background-attachment: scroll;
	    z-index: -1;
	   	display: block;
	}
	
	.bg-color-accent-primary.esteem-pattern-block:before {
	    opacity: 0.08;
	}
		
	.bg-color-accent-secondary.esteem-pattern-block:before {
	    opacity: 0.05;
	}
		
	.bg-color-accent-tertiary.esteem-pattern-block:before {
	    opacity: 0.3;
	}		
	
	.bg-color-accent-quaternary.esteem-pattern-block:before {
	    opacity: 0.2;
	}			
		
			
} 


@media print { 

	.entry-divider { display: none }

}