/* 
# Theme Name:     Sacred Geometry
# Theme URI:      http://www.sacredgeometry.blog
# Author:         Richard Donald
# Version:        2.1 
# */


/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: transparent
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1,
.h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: \201C \201D \2018 \2019
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],

/* 1 */

input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}
a.read-more {
    display:none;
 }

/*layout*/

body {
    text-align: center;
    padding: 40px 0;
    background: url(images/mp-body-bg.jpg) center top fixed;
    background-size: cover;
}

.wrapper {
    max-width: 960px;
    margin: 0 auto;
    text-align: left;
    background: url(images/mp-wrapper-bg.jpg);
    -webkit-box-shadow: 0 0 15px #000;
    -moz-box-shadow: 0 0 15px #000;
    box-shadow: 0 0 15px #000;
}

header,
footer {
    padding: 0 40px;
}

header {
    position: relative;
    height: 165px;
    margin: 0 0 30px;
    background: url(http://www.sacredgeometry.blog/wp-content/uploads/2019/08/sacred-geometry-header-2019.jpg);
}

nav {
    float: left;
    line-height: 34px;
}

article,
aside {
    float: left;
}

.header-wrap,
.content-wrap {
	max-width: 880px;
	margin: 0 auto;
}

.header-wrap {
	padding: 0 20px;
}

article {
    width: 64%;
    padding: 40px;
    background: #FFF;
    text-align: center;
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, .25);
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, .25);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, .25);
}

body.home article,
body.search article {
    text-align: left;
}

section {
    padding: 20px 0;
    border-bottom: 1px solid #4D4A43;
}

section:first-child {
    padding-top: 9px;
    border-top: 0;
}

.clear {
	clear: both;
}

aside {
    width: 25%;
    float: right;
}

footer {
    clear: both;
    height: 122px;
    background: url(images/mp-footer-bg.png);
}



/*module*/

.clearfix:after,
.wrapper:after,
section:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}


/* IE6 */

*:first-child+html .clearfix {
    zoom: 1;
}


/* IE7 */

.slider {
    position: relative;
    max-width: 880px;
    margin: 0 auto 30px;
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, .75);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .75);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .75);
}

.slider-shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, .75);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .75);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .75);
}

.pagination {
    clear: both;
    height: 80px;
    margin: 0 40px;
    padding: 4px 0 0;
    border-bottom: 1px solid #dacba4;
    text-align: center;
}

.footer {
    padding: 20px 0 0;
    border-top: 1px solid #F5E9CB;
    font-size: 15px;
}

body.home header {
    margin-bottom: 15px;
}

body.home .pagination {
    padding-top: 20px;
}

.navigation > li {
    display: inline-block;
    font-size: 21px;
    text-shadow: 0 1px #DFD3B6;
}

.navigation a {
    padding: 0px 10px 0px 10px;
    color: #000;
}

.navigation a:hover,
.toc a:hover {
    background: #bfae88;
    padding-top: 6px;
}

.search-box {
    float: right;
    min-width: 200px;
    height: 28px;
    border: 1px solid #CBBB95;
    background: #faf2db;
}

.search-field {
    width: 110px;
    height: 28px;
    padding: 0 5px;
    border: 0;
    background: transparent;
    font-size: 15px;
}

.search-button {
    float: right;
    width: 18px;
    height: 18px;
    margin: 5px 4px 5px 0;
    border: 0;
    background: url(images/mp-search-icon.png) center no-repeat;
}

.toc {
    font-size: 18px;
}

aside h4 {
    margin: 0 0 0 16px;
}

.toc a {
    display: block;
    padding: 7px 7px 5px 16px;
    color: #000;
}

.copyright {
    width: 50%;
}

.meta-nav {
    float: right;
}

.meta-nav > li {
    display: inline-block;
    margin-left: 25px;
}

.facebook {
    clear: both;
    float: left;
    padding: 0 0 0 42px;
    line-height: 32px;
    background: url(images/mp-facebook.png) no-repeat;
}

.avatar {
    float: right;
    line-height: 32px;
}

.avatar,
.avatar a {
    color: #a6a4a0;
}

body[class*='paged-'] .avatar {
    display: none;
}

.attachment-featured-image {
    float: left;
    margin: 0 20px 70px 0;
}

.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}

.alignright {
    float: right;
    margin: 0 0 15px 15px;
}

.go-home {
	display: block;
	height: 123px;
	width: 265px;
	margin: 0 auto 7px;
}

.button {
    display: inline-block;
    width: auto;
    height: 28px;
    line-height: 2;
    padding: 0 10px;
    border: 1px solid #4D4A43;
    background: url(images/mp-aside-bg.png);
    font-size: 13px;
    color: #000;
}


/*theme*/

@font-face {
    font-family: "Papyrus";
    src: url('fonts/Papyrus-Regular.woff2') format('woff2'),
        url('fonts/Papyrus-Regular.woff') format('woff'),
        url('fonts/Papyrus-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Papyrus", Papyrus, "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}

a {
    text-decoration: none;
    color: #000;
}

p > a {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h6,
p,
ul {
    margin-top: 0;
}

ul {
    list-style: none;
    padding: 0;
}

h3 {
    margin-bottom: 2px;
    font-size: 32px;
    color: #4d4a43;
}

h3 a {
    color: #4d4a43;
}

h4 {
    font-size: 21px;
    color: #4d4a43;
    font-weight: bold;
}

h6 {
    margin-bottom: 1em;
    font-size: 21px;
    font-weight: bold;
}

p {
    font-size: 15px;
    line-height: 1.7;
}

img {
    margin-bottom: 1em;
    max-width: 100%;
    height: auto;
}

.xl-number {
    font-size: 3em;
    line-height: 1;
}

.xl-infinity {
    font-size: 5em;
    line-height: .66;
}

.page_navi {
    text-align: center;
    font-size: 16px;
}

.page_navi li {
    display: inline;
    list-style: none;
}

.page_navi li a,
.page_navi li.current span {
    padding: 8px 8px;
    background: url(images/mp-aside-bg.png);
    display: inline-block;
    border: solid 1px #D1C19D;
    text-decoration: none;
}

.page_navi li a:hover,
.page_navi li.current span {
    background: #c8ba99;
}

.page_navi li.page_nums span {
    color: #fff;
    padding: 5px 5px;
    background: #666;
    display: inline-block;
    border: solid 1px #333;
}

.mobile-slide {
	float: left;
	display: none;
	height: 22px;
	padding-top: 7px;
}

.mobile-slide span {
	background-color: #111;
	display: block;
	height: 2px;
	position: relative;
	transition: background .2s ease-out;
	width: 25px;
	top: 7px;
	transition: all .3s ease-out;
}

.mobile-slide span::before, .mobile-slide span::after {
	background-color: #111;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
}

.mobile-slide span::before {
	top: 8px;
}

.mobile-slide span::after {
	top: -8px;
}

.menu-opened .mobile-slide span {
	background: none;
}

.menu-opened .mobile-slide span::before,
.menu-opened .mobile-slide span::after {
	background: #111;
	top: 0;
}

.menu-opened .mobile-slide span::after {
	transform: rotate(45deg);
}

.menu-opened .mobile-slide span::before {
	transform: rotate(-45deg);
}

.mobile-menu {
	display: none;
}

.mobile-menu li a {
	display: block;
	padding: 15px !important;
}


.sidebar {
    padding: 15px 0 0 0;
    border: 1px solid #D5C7A1;
    background: url(images/mp-aside-bg.png);
}

	
.shop-link {
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 10px;
    background-color: #cc8631;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
}

#content-desktop {display: block;}
#content-mobile {display: none;}

@media screen and (max-width: 768px) {

#content-desktop {display: none;}
#content-mobile {display: none;}

}

@media screen and (max-width : 960px) {
	
	body {
		padding: 0;
	}

	header, footer {
		padding: 0 25px;
	}

	header,
	.wrapper {
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.menu-primary-navigation-container {
		display: none;
	}

	.mobile-menu .menu-primary-navigation-container {
		display: block;
		float: none;
	}

	.navigation > li {
		display: block;
	}

	.mobile-slide {
		display: block;
	}

	.mobile-menu li a {
		font-size: 18px;
		text-align: center;
	}
}

@media screen and (max-width : 880px) {
	body,
	.wrapper {
		background-position: center;
		background-size: auto;
	}

    body {
        background: none;
    }

    .wrapper {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

	.header-wrap {
		padding: 0;
	}

	body.home header,
	header {
		margin-bottom: 0;
	}

	.slider {
		margin-bottom: 25px;
	}

	.content-wrap {
		padding: 0 25px;
	}

	article,
	aside {
		float: none;
		width: auto;
	}

    aside {
        background: url(images/mp-wrapper-bg.jpg) no-repeat;
        background-attachment: fixed;
        background-size: cover;
        border: 0;
    }

	article {
		margin-bottom: 25px;
	}

	.introduction {
		display: none;
	}
	
	.introduction {
		text-align: center;
}
	}

	.pagination {
		margin: 0 25px;
	}

	footer {
		height: auto;
		padding: 25px;
        background: none;
	}

	footer .alignleft {
		margin: 0;
	}


@media screen and (max-width : 767px) {

	
	.slider {
		margin-bottom: 0;
		overflow: hidden;
	}

	.content-wrap {
		padding: 0;
	}

	article {
		padding: 25px;
		margin-bottom: 0;
	}

	.introduction img {
		width: 100%;
	}


	.attachment-featured-image {
		float: none;
		margin: 0 auto 20px;
		display: block;
	}

	h3 {
		font-size: 26px;
	}

	footer {
		background-size: cover;
	}

	.avatar,
	footer .alignleft, footer .alignright {
		float: none;
		text-align: center;
	}
	
	footer .aligncentre {
		text-align: center;
	}
	
}