/* cmsms stylesheet: PI Main Menu modified: Wednesday, June 19, 2024 9:52:26 PM */
#nav {overflow-y:scroll;border:none;}

#main-menu-container {border:none;overflow-y:scroll;}

div.main-navigation {
    height: auto;
    float: none;
    display: block;
    margin-left: 0;
    width: 100%;
    clear: left;
    border:none;
}

#main-menu {
    border:none;
    padding:0;
    list-style:none;
    font-weight:400;
    line-height:.9em;
    font-size: .8em; 
    margin:60px auto;
    width:100%;
    letter-spacing:2px;
}

#main-menu > li {
	display: block;
	position: relative;
        width:97%;
        text-align:left;
        padding:0;
        list-style:none;
        
}

#main-menu > li:last-child {
	border-bottom: none;
}

#main-menu > li > a,
#main-menu > li.sectionheader > span {
	background-color:#000;
	text-transform: uppercase;
	color:#fff;
	text-decoration: none;
	cursor: pointer;
	padding:0 0 0 .5em;
	display: block;
	position: relative;
        font-size:1em;
        line-height:2em;
        border:none;

}

#main-menu > li.current > a,
#main-menu > li.current.sectionheader > span,
#main-menu > li:hover > a,
#main-menu > li.sectionheader:hover > span {
	color: #fff;
        background-color:#666;

}

#main-menu > li > ul,
#main-menu > li > ul > li > ul  {
	position: relative;
	left:1em;
        border:none;
        list-style:none;
        padding:0;
        width:95%;
}

#main-menu > li:hover > ul,
#main-menu > li.active > ul,
#main-menu > li > ul > li:hover > ul, #main-menu > li > ul > li.active > ul {
	position: relative;
	left: 1em;
        border:none;
}

#main-menu > li > ul > li > a,
#main-menu > li > ul > li.sectionheader > span,
#main-menu > li > ul > li > ul > li > a, #main-menu > li > ul > li > ul > li.sectionheader > span {
	text-decoration: none;
	color: #666;
	text-transform: uppercase;
	display: block;
	padding:0 0 0 .5em;
        border:none;
        line-height:2em;
}

#main-menu > li > ul > li:hover > a,
#main-menu > li > ul > li.sectionheader:hover > span,
#main-menu > li > ul > li > ul > li:hover > a,
#main-menu > li > ul > li > ul > li.sectionheader:hover > span {
	color: #fff;
        background-color:#666;
        width:97%;
        border:none;
}

#main-menu > li > ul > li > ul > li > a,
#main-menu > li > ul > li > ul > li.sectionheader > span {
	padding-left: 15px;
	font-size: .875em;
	text-transform: none;
}

#main-menu > li > a i,
#main-menu > li > ul > li > a i,
#main-menu > li.sectionheader > span i,
#main-menu > li > ul > li.sectionheader > span i {
	float: right;
	position: relative;
	padding-top: 6px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform 250ms ease-out 0s;
	-moz-transition: -moz-transform 250ms ease-out 0s;
	-o-transition: -o-transform 250ms ease-out 0s;
	transition: transform 250ms ease-out 0s;
}

#main-menu > li:hover > a i,
#main-menu > li.active > a i,
#main-menu > li > ul > li:hover > a i,
#main-menu > li > ul > li.active > a i,
#main-menu > li.sectionheader:hover > span i,
#main-menu > li.active.sectionheader > span i,
#main-menu > li > ul > li.sectionheader:hover > span i,
#main-menu > li > ul > li.active.sectionheader > span i {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}



/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* Button styling */
.menu-toggle {
  display: inline-block;
  width:40px;
  height:40px;
  position:absolute;
  top:10px;
  left:10px;
  padding:0;
  line-height: 1em;
  font-size: 1em;
  color: #333;
  background-color:transparent;
  background-image:url(/uploads/images/layout/menu_open.png);
  background-repeat:no-repeat;
  background-size:contain;
  border:none;
  border-radius:3px;
}


.menu-toggle:hover,
.menu-toggle:focus {
  color: #666;
}

/*
 Default styles + Mobile first
 Offscreen menu style
*/

.main-menu {
  position: absolute;
  left: -108%;
  top: 0;
  height: 100%;
  overflow-y: visible;
  overflow-x: visible;
  border:none;
  z-index: 999;

}


.main-menu .menu-close {
  position: absolute;
  top:8px;
  left:8px;
  width:40px;
  height:40px;
  background-image:url(/uploads/images/layout/menu_close.png);
  background-repeat:no-repeat;
  background-size:contain;
  border:none;
  border-radius:3px;
}

/*
 On small devices, allow it to toggle...
*/
/*
 :target for non-JavaScript
 aria-expanded="true/false" will be for JavaScript
*/
.main-menu:target,
.main-menu[aria-expanded="true"] {
  left: 0;
  outline: none;
  -moz-box-shadow: 3px 0 12px rgba(0,0,0,.25);
  -webkit-box-shadow: 3px 0 12px rgba(0,0,0,.25);
  box-shadow: 3px 0 12px rgba(0,0,0,.25);
border:none;
   width:97%;
}

.main-menu:target .menu-close,
.main-menu[aria-expanded="true"] .menu-close {
  z-index: 1001;

}

.main-menu:target ul,
.main-menu[aria-expanded="true"] ul {
  position: relative;
  z-index: 1000;
}

/* 
 We could use `.main-menu:target:after`, but
 it wouldn't be clickable.
*/
.main-menu:target + .backdrop,
.main-menu[aria-expanded="true"] + .backdrop {
  position: absolute;
  display: block;  
  content: "";
  left: 0;
  top: 0;
  width: 97%;
  height: 100%;
  z-index: 998;
  background: #fff;
  cursor: default;
  border:none;
  opacity:0.9;
  overflow-y:scroll;
}

@supports (position: fixed) {
  .main-menu,
  .main-menu:target + .backdrop,
  .main-menu[aria-expanded="true"] + .backdrop {
    position: fixed;
  }
}

/* FLEX 1 */


/* =====================================
 SCREENS IPAD 700px - 1000px
 ===================================== */

@media screen and (min-width: 700px)    {

/* HAMBURGER MENU */


/* Button styling */
.menu-toggle {
  width:50px;
  height:50px;
  top:15px;
  left:20px;
}

.main-menu .menu-close {
  width:50px;
  height:50px;
  top:15px;
  left:20px;
}


}

/* FLEX 2*/

/* =====================================
 SCREENS BIGGER THAN 1000px 
 ===================================== */

@media screen and (min-width: 1000px) {

#nav, #main-menu-container {overflow-y:visible;}

div.main-navigation {
		z-index: 990;
		height: 55px;
		line-height: 1em;
                width:100%;
		margin-top:0;
        font-size:95%;       
       position: relative;
       margin-bottom:1em;
}

#main-menu {
    border:none;
    overflow:visible;
    padding:0;
    margin:0 auto;
    text-align:center;
    font-weight:400;
    line-height:1em;
    font-size:1em;
    text-transform:lowercase;
}

		#main-menu > li {
		display: inline-block;
		padding: 0;
		margin: 0 3px;
		border: none;
                width:auto;
                text-align:center;
                white-space:nowrap;
	}

		#main-menu > li i {
		display: none;
	}
	
	.touch-device #main-menu > li i {
		display: inline-block;
		float: none;
	}
	
	.touch-device #main-menu > li li i {
		float: left;
		display: inline-block;
		margin-right: 8px;
		padding-top: 2px;
		text-align: left;
	}
	
	.touch-device #main-menu > li:first-child li i {
		float: right;
	}

	#main-menu > li:first-child, #main-menu > li.first {
		margin-left: 0;


	}


	#main-menu > li:last-child, #main-menu > li.last {
		margin-right: 0;
	}

	#main-menu > li > a, 
	#main-menu > li.sectionheader span {
		padding:5px 3px;
		line-height: 1em;
                font-size:.9em;
                border:none;
                background-color:transparent;
                color:#fff;
	}



	#main-menu > li.parent:hover > a, 
	#main-menu > li.sectionheader.parent:hover > span,
	#main-menu > li.parent.active > a, 
	#main-menu > li.parent.active > span {
		color: #f2da49;
                background-color:transparent;
	        border:none;	
                opacity:0.9;
	}

#main-menu > li.current {
         background-color:transparent;
         color:#f2da49;
}

#main-menu > li.current > a,
#main-menu > li.current.sectionheader > span,
#main-menu > li:hover > a,
#main-menu > li.sectionheader:hover > span {
	background-color:transparent;
        color:#fff;

}

	

#main-menu > li > ul,
#main-menu > li > ul > li > ul  {
	position: absolute;
	left:-999em;
}


	#main-menu > li > ul,
	#main-menu > li > ul > li > ul  {
		display: block;
		width: 100%;
                background-color: #fff;
                
            
	}

        #main-menu > li:hover > ul,
	#main-menu > li.active > ul,
	#main-menu > li > ul > li:hover > ul,
	#main-menu > li > ul > li.active > ul {
		height: auto;
		position: absolute;
		z-index: 9999;
		top: 4px;
		right: auto;
		left: -2em;
		display: block;
		border-radius: 0;
                opacity:0.9;
                border:none;
                width:20em;
                padding:0;
	}
	
        #main-menu > li:first-child > ul {
                border:none;
                margin-left:200px;
}
	
	#main-menu > li > ul > li {
		position: relative;
		line-height: 1.25;
		margin: 0;
		padding:0;
               border:none;
	}
	
	#main-menu > li:first-child > ul > li {
		padding-right: 0;
		padding-left: 0;

                
	}
	
	#main-menu > li > ul > li > a,
	#main-menu > li > ul > li.sectionheader > span,
	#main-menu > li > ul > li > ul > li > a,
	#main-menu > li > ul > li > ul > li.sectionheader > span {
		color: #666;
		display: block;
		text-transform: uppercase;
		line-height: 1.25em;
		border-bottom: none;
		background-color: #fff;
		padding: 5px;
		font-size: .9em;
		text-decoration: none;
                text-align:left;
                border:none;
                width:15em;
	}
	
	#main-menu > li > ul > li.current > a, 
	#main-menu > li > ul > li.current.sectionheader > span,
	#main-menu > li > ul > li > ul > li.current > a, 
	#main-menu > li > ul > ul > li > li.current.sectionheader > span {
		color: #ccc;
	}

#main-menu > li > ul > li:hover > a,
#main-menu > li > ul > li.sectionheader:hover > span,
#main-menu > li > ul > li > ul > li:hover > a,
#main-menu > li > ul > li > ul > li.sectionheader:hover > span {
	color:#ccc;
        background-color:#fff;
        width:95%;
        border:none;
}

		#main-menu > li > ul > li:hover > ul,
	#main-menu > li > ul > li.active > ul {
		width: 15em;
		height: auto;
		top: 0;
		right: auto;
		left: -15em;
	}
	
	#main-menu > li:first-child > ul > li:hover > ul,
	#main-menu > li:first-child > ul > li.active > ul {
		left: auto;
		right: -250px;

	}
	
	.lt-ie9 #main-menu > li > ul > li:hover > ul,
	.lt-ie9 #main-menu > li > ul > li.active > ul {
		left: -247px;
	}

	#main-menu > li > ul > li:hover > ul:after,
	#main-menu > li > ul > li.active > ul:after {
		content: ' ';
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 0;
		border-color: transparent;
		position: absolute;
		right: -6px;
		top: 12px;
	}
	
	.lt-ie9 #main-menu > li:first-child > ul > li:hover > ul,
	.lt-ie9 #main-menu > li:first-child > ul > li.active > ul {
		left: auto;
		right: -247px;
	}
	
	#main-menu > li:first-child > ul > li:hover > ul:after,
	#main-menu > li:first-child > ul > li.active > ul:after {
		left: -10px;
		right: auto;

	}

	#main-menu li ul li a:hover, 
	#main-menu li ul li span.sectionheader:hover {
		box-shadow: 0;
		z-index: 2;
	}

	#main-menu > ul > li:last-child > a,
	#main-menu > ul > li.sectionheader:last-child > span,
	#main-menu > ul > li > ul > li:last-child > a,
	#main-menu > ul > li > ul > li.sectionheader:last-child > span {
		border-bottom: none;
	}

/* Clear float */
.clear {
    clear:both;
}


.menu-toggle,.main-menu .menu-close {
    display: none;
  }
  

/* Undo positioning of off-canvas menu */
  .main-menu {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
  }

}
/* cmsms stylesheet: FormBuilder Default Style modified: Wednesday, July 27, 2022 7:40:48 PM */
/* Sample FormBuilder CSS base */
form {
	margin-top: 0;
	font-size: 90%;
        letter-spacing:0;
}
form div {
	margin-bottom: 0;
}
fieldset div {
	margin-bottom: 0.5em;
	margin-left: 1em;
}
fieldset div div {
	margin-top: 0.5em;
	margin-left: 1em;
}
fieldset {
	margin-bottom: 1em;
	border: 1px solid #F60;
	padding: 0.5em;
}
fieldset label, label {
	width: auto;
        font-weight:600;

}
legend {
	color: #FFF;
	background: #F60;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: auto;
	border: 1px solid #CCC;
}

textarea, input, select {
        background-color:transparent;
        border:1px solid #000;
        margin:.5em auto .5em 5px;
}

textarea {
	margin: 0.5em 0;
	width: auto;
	height:200px;
}


/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
	float: left;
	width: 10em;
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16em;
}
/* Pretty up your Captcha image output */
.captcha {
	margin: 0.5em 0;
	width: 200px;
	text-align: center;
        font-size:80%;
}
.captcha img {
	border: 1px solid #000;
	margin-bottom: 0.5em;
}
.captcha input {
	width: 196px;
	margin-top: 0.5em;
}
/* Just a bit more room for the Submit button */
.submit {
	margin-top: 0.5em;
}

.submit input {
     background-color:#000;
     color:#fff;
     text-transform:uppercase;
}


.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}

.req_mark {
    color:#940707;
    padding:0 2px;
    display:inline;
}
/* cmsms stylesheet: Gbook module modified: Sunday, December 8, 2019 6:57:29 PM */
/*----------- Gbook Sample CSS ----------- */

.gbook_form label {
  display:inline-block;
  width:100px;
  margin-bottom:10px;
}

.gbook_form input {
  width:340px;
  padding:3px;
  border:2px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.gbook_form input.cms_checkbox {
  width:auto;
}

.gbook_form input.cms_submit {
  width:auto;
  margin-left:100px;
  padding:2px 30px;
}

.gbook_form input.cms_submit:hover {
}

.gbook_form textarea {
  width:340px;
  height:140px;
  padding:2px;
  border:2px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
  vertical-align:middle;
}

.gbook_field_error input, 
.gbook_field_error textarea, 
.gbook_field_error .gbook_stars {
  background:#fdd url("https://www.planetaryinfluence.com/modules/Gbook/images/error.png") no-repeat center right;
}

.gbook_form .gbook_smileys {
  margin:4px 0 0 100px;
}

.gbook_form .gbook_starrating {
  margin:12px 0 12px 0;
}

.gbook_pagelinks {
  height:20px;
  text-align:right;
}

.gbook_pagelinks a {
  padding:1px 3px;
  border:2px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
  background-color:#ddd;
  color:#999;
  text-decoration:none;
}

.gbook_pagelinks a.gbook_active_page {
  font-weight:bold;
  color:#333;
}

.gbook_pagelinks a:hover {
  color:#555;
  background-color:#bbb;
}

.gbook .gbook_entry {
  margin-top:20px;
  padding:20px;
 border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  background-color:#eee;
}

.gbook .gbook_entry_name {
  text-align:right;
  padding-left:10px;
  font-weight:bold;
}

.gbook .gbook_entry_date {
  float:right;
  padding-right:10px;
  font-weight:bold;
}

.gbook .gbook_entry_title {
  padding:2px 10px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  background-color:#ddd;
}

.gbook .gbook_entry_message {
  margin:4px 0;
  padding:0px 10px;
}

.gbook_form .gbook_stars {
  display:inline-block;
  padding:1px 24px 1px 2px;
}

.gbook .gbook_entry_rating {
  text-align:right;
}
/* cmsms stylesheet: PI Mobile Friendly modified: Sunday, November 30, 2025 9:55:50 AM */
* {
	padding:0;
	margin:0;
}

@font-face {
    font-family:Goldenlead;
    src:url("/uploads/fonts/Goldenlead Regular.ttf");
}

@font-face {
    font-family:Hind;
    src:url("/uploads/fonts/Hind-Regular.ttf");
}

body {
    background-color:#fff;
    background-image:url('/uploads/images/layout/bg_2024_pi_logo_stars_only.png');
    background-repeat:repeat;
    background-attachment:fixed;
    background-size:contain;
    color:#000;
    font-size:1em;
    font-family: Hind,'Open Sans', sans-serif;
    margin:0;
    padding:0;
    letter-spacing:1px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight:500;
    letter-spacing:5px;
    font-variation-settings: 'wght' 500 'wdth' 150;
    font-optical-sizing: auto;  
    color:#0e8cee;
    margin:1em auto;
    line-height:150%;
    text-transform:uppercase;
    text-align:center;
}

h1 {
    font-size:160%;
    font-weight:500;
    color:#fff;
    margin-bottom:2em;
}

.section h1 {color:#0c2743;}

h2 {
    font-size:130%;

}

h3 {
    font-size:120%;
    margin:1em auto 0 auto;
}

h4 {
    font-size:110%;
}

a {
    color:#1666ba;
    text-decoration:none;
}

a:hover {
    color:#358ce8;
}


p, li, div, blockquote {
    margin:.75em auto;
    line-height:150%;
}

blockquote {
     text-align:left;
     margin:1em 3em;
     font-size:90%;
     font-style:italic;
}

ul, ol {
     margin:1em auto 1em 2em;
     text-align:left;
}

em {font-style:italic;}

strong {font-weight:600;}

#container {
     border:none;
     width:100%;
     margin:0 auto;
     background-image:url('/uploads/images/layout/');
     background-repeat:no-repeat;
     background-size:90%;
     background-position:right top;
     background-attachment:scroll;
     overflow:auto;
 }

#header {
    width:auto;
    height:auto;
    margin:0 auto 1em auto;
    border:none;
    overflow:auto;
    text-align:center;
}

.logo {text-align:center;}
.logo img {width:300px;}

.tagline {
     letter-spacing:1px;
     color:#fff;
     font-size:110%;
     text-transform: uppercase;
     font-weight:400;
     letter-spacing:3px;
     margin:.5em  auto;
     border:none;
     position:relative;
     top:0;
}

#nav {
     height:auto;
     width:auto;
     border:none;
     margin:0 auto 0 0;
     padding:0;
     font-size:1.1em;
     letter-spacing:2px;
     font-weight:400;
     text-transform:uppercase;
}

#follow {
     height:32px;
     width:170px;
     border:0;
     margin:0 auto;
     padding:0;
     position:relative;
     left:0;
     top:0;
}

#follow div {
     width:30px;
     height:30px;
     float:right;
     margin:0 3px 0 0;
     padding:0;
}

#follow div img {
      width:30px;
      height:30px;
}


#main {
     padding:0 0 150px 0;
     border-radius: 0;
     color:#000;
     background-color:#fff;
     width:auto;
     margin:0 .25em;
     border:none;
     overflow:auto;
     background-image:url('/uploads/images/layout/aum_100.png');
     background-repeat:no-repeat;
     background-position:center bottom;
     opacity:.9;
}

#main-parallax {
     padding:0 0 150px 0;
     -moz-border-radius: 15px;
     border-radius: 15px;
     color:#fff;
     background-color:transparent;
     width:auto;
     margin:0 .75em;
     border:none;
     overflow:auto;
     background-image:url('/uploads/images/layout/aum_100.png');
     background-repeat:no-repeat;
     background-position:center bottom;
     opacity:.95;
}

.spacer {
    border:none;
    background-color:transparent;
    opacity:0.5;
    height:0;
}


.section {
    text-align:center;
    border:1px solid black;
    border-radius: 0;
    margin: -3em 0 3em 0;
    padding:1em;
    background-color:#fff;
    color:#000;
    font-size:1em;
    position:relative;
    overflow:auto;
    z-axis:100;
    line-height:1.5em;
    opacity:0.9;
}

.parallax {
     border: none;
     width:auto;
     border-radius:0 0;
/* Set a specific height */
     min-height: 150px; 

/* Create the parallax scrolling effect */
     background-position: center;
     background-repeat: no-repeat;
     background-attachment: fixed;
     background-size: 100%;
}


#content  {
     margin:0 auto;
     width:96%;
     padding:5px 15px 30px 15px;
     border:none;
}

#content-parallax  {
     margin:0 auto;
     width:96%;
     padding:5px 15px 30px 15px;
     border:none;
}

#content-parallax p {
     text-align:left;
     line-height:1.5em;
}

#content div {
     text-align:center;
}


#content div p {
     text-align:left;
}

#content-parallex div form img {
    border:none;
    box-shadow:none;
}


#content div img, #content-parallax div img {
     width:100%;
     margin:1em auto;
     border:none;
     border-radius:0;

}

#content div form {
     border:none;
}

#content div form img {
     border:none;
     width:auto;
     border-radius:0;
     box-shadow:none;
}



#footer {
    clear:both;
    text-align:center;
    font-size:80%;
    padding:5px;
     margin:1em auto;
    border:none;
    overflow:auto;
}

.breadcrumb {
    border:none;
    margin:1em auto;
    font-size:90%;
    line-height:100%;
    text-align:center;
    color:#eee;
    padding:.5em 0;
}

.breadcrumb span {
     margin:0;
     padding:0;
}

.breadcrumb .crumb a {color:#f2f139;}

.copyright {
    color:#ccc;
    padding-top:60px;
}

.facebook-likebox {
    color:#fff;
}
    
#astro_widget {
    border:none;
    width:300px;
    
}

#astro_widget_content {
    border:1px solid red;
    width:290px;
    background-color:#ccc;
}

.submenu {
     border:1px solid red;
     margin:0;
     padding:0;
     overflow:auto;
     background-color:#000;
     text-transform:uppercase;
}

.submenu ul {
     list-style-type:none;
     margin:0;
     padding:0;
     font-size:14px;
     line-height:16px;
}

.submenu li {
     list-style-type:none;
     margin:0 5px;
     text-align:center;
     float:left;
     border:none;
}

.thumb_menu {
     border:none;
     margin:0 auto;
     padding:0;
     overflow:auto;
     text-align:center;
}

.thumb_menu ul {
     list-style-type:none;
     margin:0 auto;
     padding:0;
}

.thumb_menu li {
     list-style-type:none;
     width:30%;
     margin:5px;
     height:auto;
     text-align:center;
     display:inline-block;
     border:none;
}

.thumb_menu li img {
     width:90%;
     height:auto;
     margin:5px;
     border:1px solid #000;
}

.readings div {
    border:1px solid #000;
    background-color:#edda59;
    float:left;
    width:300px;
    height:280px;
    margin:5px;
    padding:10px 5px 10px 5px;
}
.readings div p {
    line-height:125%;
}


#sidebar {
     width:100%;
     margin:1em auto;
     text-align:center;
}

#sidebar .readings div {
    border:1px solid #333;
    background-color:#eee;
    opacity:.8;
    margin:5px auto;
    float:none;
    width:280px;
    height:auto;
    text-align:center;

}

#sidebar div.action {
     font-size:1.5;
    font-weight:500;
     text-transform:uppercase;
     border:1px solid #333;
    border-radius:5px;
    background-color:#fff;
    opacity:0.8;
    margin:.5em auto;
    float:none;
    width:350px;
    height:auto;
    text-align:center;
    padding:3px;
    color:#d93d0e;
}

#sidebar div.action a {color:#d93d0e;font-weight:500;}

#sidebar div.action form {
    margin:0 auto 5px auto;
    padding:0;
    border:none;
    text-align:center;
}


#sidebar div.action input {
     background-color:#fff;
     margin:0 auto;
}

#sidebar div.action input[type="submit"] {
    margin:0 auto;
    text-align:center;
    background-color:#fbc332;
    color:#d93d0e;
    border:none;
    padding:3px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size:12px;
    vertical-align:middle;
    text-transform:uppercase;
}

#sidebar div.action input[type="image"]{
    float:right;
    margin-right:30px;
}


.readings div h2, .readings div h3, .readings div form,  .readings div form input  {
    text-align:center;
    margin:0 auto 5px auto;
    padding:0;
    border:2px solid red;
    letter-spacing:-1px;

}

.reading-payment {
    border:1px solid #000;
    background-color:#edda59;
    float:right;
    width:280px;
    margin:5px;
    padding:10px 5px 10px 5px;
}
.reading-payment p {
    line-height:125%;
}

.reading-payment h2, .reading-payment h3, .reading-payment form,  .reading-payment form input  {
    text-align:center;
    margin:5px auto;
    padding:0;
    border:none;
    letter-spacing:0;

}

.reading-payment h2, .reading-payment h3 {
    width:100%;
}

.reading-payment form select {
     margin:5px 15px 20px 15px;
}

.forecast-menu, .content-sidebar {
    width: 98%; 
    font-size: 100%; 
    margin:.2em; 
    text-align:center;
-moz-border-radius: 10px;
     border-radius: 10px;
    background-color: #f5f0b3; 
     border:none;
     padding:1%;
}

.forecast-menu, .content-sidebar p {
     text-align:center;
}

.forecast-menu div {
    display:block;
}

.forecast-menu h3, .content-sidebar h1, .content-sidebar h2 {
    margin: 5px auto;
    text-align:center;
    font-size:120%;
}

.forecast-menu a {
     color:#ba392f;
     margin:0 2em;
}

.forecast-menu a:hover {
     color:#ff2919;
}




.content-image {
    border:2px solid #000;
    margin:5px;
}

.float-r {float:right;}
.float-l {float:left;}



form, form table, form input, form input [type=image] {
     margin:1em auto;
     padding:5px;
     text-align:center;
     font-size:1em;
border:none;
}


.content-sidebar img {border:2px solid #fff;margin:0;}

table {border-collapse:collapse;}
tbody {vertical-align:top;}

table.forecast {width:99%;overflow:auto;}
table.forecast td {border:1px solid black;padding:.5em;}
table.forecast h1 {margin-top:0;}
table.forecast tr {border:none;}
table.forecast td:first-child {text-align:center;font-weight:500;width:20%;}
table.forecast td:first-child img {margin:0 auto;border:none;box-shadow:none;width:auto;}
table.forecast td:first-child p {border:none;text-align:center;}
table.forecast td:second-child {text-align:left;vertical-align:top;width:auto;}
table.forecast td:second-child p {border:none;text-align:left;}

#forecast {border:none;}
#forecast h1 {margin:.2em auto 0 auto;}
#forecast .graha {text-align:center;}
#forecast .graha img {margin:0;}
#forecast .vakya {}
#forecast .vakya p, #forecast .graha p {text-align:center;}
#forecast .clear {border-bottom:1px solid black;margin:0 2em;}


.button {
     margin:1em auto;
     text-align:center;
     background:#eee;
     border-radius:10px;
     font-weight:600;
     color:#000;
     padding:1em 2em;
     display:block;
     width:300px;
}

.button a {color:#d93d0e;}
.button a:hover {color:#f2da49;}

.buttons {height:100%;}

.buttons div {margin:1em;}

.fb-page {width:98%;margin:1em auto;}

.blob {
    background-color:#eee;
    border-radius:5px;
    border:1px solid #333;
    width:90%;
    margin:1em auto;
    padding:1em;
    display:block;
    text-align:center;
}

.blob form {margin:.5em auto; text-align:center;border:none; width:300px;}

#content-parallex div.blob form img {border:none; box-shadow:none;}

.NewsDetailField {text-align:center;border:none; width:100%;margin:1em 0;padding:0;}
.NewsDetailField img {border:none;width:100%;margin:0;border-radius:0;}
#NewsPostDetailContent {margin:1em auto 3em auto; border:none;}

#content-parallax div.podcast-buttons {margin:1em auto;text-align:center;}
#content-parallax div.podcast-buttons img {
     width:100px;margin:1em auto 0 auto;}



/* FLEX 1 */


/* =====================================
 SCREENS IPAD 700px - 1000px
 ===================================== */


@media screen and (min-width: 700px) and (max-width: 1000px)  {

body {
    background-size:cover;
}

#container {
     border:none;
     width:auto;
     background-size:cover;
     background-position:right top;
     padding-top:0;
}

#header {
    width:100%;
    height:auto;
    margin:0 auto;
    border:none;
    background-size:contain;
    overflow:auto;
    text-align:center;
}

.tagline {
     letter-spacing:1px;
     color:#fff;
     font-size:120%;
     font-weight:400;
     margin:0 auto;
     border:none;
     position:relative;
     top:0;

}

#nav {
     
}

#follow {
     float:none;
     height:30px;
     width:170px;
     border:none;
     margin:0 auto;
     padding:0;
     position:relative;
      top:0;

}


#content  {
     float:none;
     padding:5px 15px 30px 15px;
     border:none;
}

#content-parallax  {
     float:none;
     padding:5px 15px 30px 15px;
     border:none;
}

.spacer {
    border:none;
    background-color:transparent;
    opacity:0.5;
    height:0;
}

.section {
    text-align:center;
    border:none;
    margin: -2em 0;
    padding:1em;
    background-color:#fff;
    color:#000;
    font-size:1em;
    position:relative;
    z-axis:100;
    line-height:1.5em;
    opacity:0.9;
}

.parallax {
     border: none;
     width:auto;
/* Set a specific height */
     min-height: 270px; 

/* Create the parallax scrolling effect */
     background-attachment: fixed;
     background-position: center;
     background-repeat: no-repeat;
     background-size: 100%;
}



#sidebar {
     float:none;
     width:100%;
     margin:1em auto;
     text-align:center;

}

#sidebar h1, #sidebar p, #sidebar h2 {text-align:center;}

#sidebar img {
     width:auto;
}

.fb-page {width:500px;height:400px;}
   
.forecast-menu, .content-sidebar {
    width: 300px; 
    font-size: 100%; 
    margin: 2em; 
    text-align:center;
   -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f5f0b3; 
     border:none;
     padding:1em;
}

.content-sidebar {
     float:right;
     
}

#content-parallax div.podcast-buttons img {
     width:150px;
}

#forecast .graha img {width:60%;border:none;}



}


/* FLEX 2 */



/* =====================================
 SCREENS BIGGER THAN 1000px
 ===================================== */

@media screen and (min-width: 1000px) {

body {
    background-size:cover;
}

#container {
     width:85%;
     border:none;
     background-size:contain;
     
}

#header {
    width:100%;
    height:auto;
    margin:0;
    background-size:cover;
    overflow:visible;
    border:none;
    text-align:center;
}



.tagline {
     letter-spacing:1px;
     color:#fff;
     font-size:120%;
     margin:0 auto;
     border:none;
    position:relative;
     top:0;
}

#nav {
     height:30px;
     width:auto;
     text-align:center;
     position:relative;
     top:0;
}

#follow {
     float:none;
     height:30px;
     width:170px;
     border:none;
     margin:0 auto;
     padding:0;
     position:relative;
     top:0;
}




#content  {
     margin:0;
     width:auto;
     padding:1em 2em 3em 2em;
     border:none;
     
}

#content-parallax  {
     margin:0;
     width:auto;
     padding:0;
     border:none;
     

}

#content-parallax p {
     text-align:left;
}

.spacer {
    border:none;
    background-color:transparent;
    opacity:0.5;
    height:0;
}


.section {
    text-align:center;
    border:none;
    margin: -1em 0 -1em 0;
    padding:1em;
    background-color:#fff;
    color:#000;
    font-size:1em;
    position:relative;
    overflow:auto;
    z-axis:100;
    line-height:1.5em;
    opacity:0.9;
}

.parallax {
     border: none;
     width:auto;
     
/* Set a specific height */
     min-height: 400px; 

/* Create the parallax scrolling effect */
     background-attachment: fixed;
     background-position: center;
     background-repeat: no-repeat;
     background-size: 100%;
}

#sidebar {
     width:500px;   
     margin:1em auto;  


}

.fb-page {width:500px;height:400px;}

#sidebar h1, #sidebar p, #sidebar h2 {text-align:center;}

#sidebar img {
     width:auto;
}

.forecast-menu, .content-sidebar {
    width: 300px; 
    font-size: 100%; 
    margin: 2em; 
    text-align:center;
   -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f5f0b3; 
    border:none;
    padding:1em;
}

.content-sidebar {
     float:right;
     margin:1em 0 2em 2em;
}




#forecast .graha {float:left;width:55%;}
#forecast .graha img {width:60%;}
#forecast .vakya {margin-left:60%;font-size:120%;text-align:center;}
#forecast .vakya p, #forecast .graha p{text-align:center;}

#content-parallax div.podcast-buttons img {
     width:150px;

}


}
