/*Theme Name: Practice Of Mind
2	Theme URI: www.practiceofmind.com
3	Description: Practice of Mind offers two types of methods, or practises if you will – Rebirthing Breathwork and PSYCH-K.
4	Version: 1.0 
5	Author: Steve Gershin
6	Author URI: www.royalarchproduction.com
7	Tags: Rebirthing, Breathwork, PSYCH-K, Vipassana 
8	*/


@charset "utf-8";

/* ============================================================
  RESET - http://meyerweb.com/eric/tools/css/reset/
============================================================ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

nav ul li.page_item.page-item-381,
.menu ul li.page_item.page-item-381,
nav ul li.page_item.page-item-408,
.menu ul li.page_item.page-item-408,
nav ul li.page-item-440,
.menu ul li.page-item-440 {
    display: none !important;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
 header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ============================================================
  BOX SIZING & CLEARFIX
============================================================ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



/* ============================================================
  HTML & BODY
============================================================ */

html, body {
height: 100%;
}

body {
font-family: 'Lato', sans-serif;
font-size:12pt;
color:#181818;
padding:0;
margin:0;
background: url('images/bgb.jpg') no-repeat top center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


a, a:visited {
color: inherit;
text-decoration: none;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}

a:hover {
color: #03aa99;
}

iframe {
border:0;
}

strong {
font-weight: bold;
}
div.body {
width: 100%;
min-height: 80%;
padding-bottom: 32px;
}

div.osd-sms-title {
display: none !important;
}

div.osd-sms-wrapper {
margin-bottom: -16px !important;
}

div.body:after {
clear: both;
  content: "";
  display: block;
  height:72px;
}

 footer {
 display: block;
   width: 100%;
   height:42px;
 padding: 12px 0;
 text-align: center;
 color: #cccccc;
 z-index: 5;
   background: rgba(18, 18, 18, 0.9);
}


.clear{
clear:both;
}

h1 {
display: block;
font-size: 32pt;
line-height: 42pt;
margin: 8px auto;
font-weight: bold;
text-align: center;
font-family: 'Francois One', sans-serif;
}

h1 span {
font-family: 'Lato', sans-serif;
}

h2 {
 display: block;
 font-size: 16pt;
 line-height: 24pt;
 font-weight: bold;
 text-align: justify;
 margin: 18px 0;
}

h3 {
display: block;
font-weight: bold;
padding: 12px 0;
font-size: 14pt;
}

p {
line-height: 18pt;
margin: 8px 0;
text-align: justify;
}

img {
border:0;
max-width: 100%;
}

a.iconlink {
display: block;
width:30px;
height:30px;
}

img.icon {
margin: 6px 0;
border:0;
width: 30px;
height: auto;
}

.body,  header {
  width: 100%;
  margin: 0 auto;
  height: auto;
}



header {
background: rgba(18, 18, 18, 0.7);
padding-bottom:6px;
-webkit-box-shadow: 0 4px 8px -2px #000000;
-moz-box-shadow: 0 4px 8px -2px #000000;
box-shadow: 0 4px 8px -2px #000000;
}


 div#top {
 max-width:1200px;
 margin:0 auto;
 padding: 18px 0 0 0;
 text-align: center;
  z-index: 4;
}

 header::after, div#top::after {
 display:block;
 clear: both;
 content: "";
 }


div.entry-meta {
font-weight: bold;
}

p.form-allowed-tags {
display: none;
}


div#top img.logo{
 display: block;
 margin: 0 auto 18px auto;
 max-width: 18%;
opacity: 1;
 	-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
}

div#top img.logo:hover {
 opacity: 0.6;
}


.nav {
	padding: 6px 0;
	background: rgba(18, 18, 18, 0.9);
	position: -webkit-sticky;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
    box-sizing: border-box;
}


nav {
position:relative;
margin: 4px auto;
}

	
	nav ul {
	background: transparent; 
	padding: 0 6px;
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
}
	nav ul:after {
		content: ""; clear: both; 
		display: block;
	}
	
	nav ul li {
	float: left;
}

	nav ul li a {
		display: block; 
		padding: 5px 10px 0 10px;
		color: #ffffff;
                font-size:  12pt;
                font-family: 'PT Sans', sans-serif;
		text-transform: capitalize;
		text-decoration: none;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}


		nav ul li:hover a, nav ul li.current_page_item a, nav ul li.current_page_ancestor a, nav ul li.current_page_parent a {
			color: #03aa99;
		}

nav ul li.page-item-17 a {
cursor:default;
}
	
nav ul ul.children {
display: none;
}


	nav ul li:hover > ul.children {
		display: block;
	}

nav ul:after {
		content: ""; clear: both; display: block;
	}

nav ul ul.children {
	background: #181818; 
        border-radius: 0px; 
        padding: 0;
	position: absolute; 
        -webkit-box-shadow: 0 4px 12px -2px #000000;
        -moz-box-shadow: 0 4px 12px -2px #000000;
        box-shadow: 0 4px 12px -2px #000000;
        z-index: 2000;
}

nav ul li:hover ul.children li {
margin: 8px;
border-bottom: 1px #cccccc solid;
float: none !important;
}

nav ul li:hover ul.children li:last-child {
 border-bottom:0;
}


nav ul li:hover ul.children li a {
display: block;
padding: 8px 0;
 color: #ffffff !important;
cursor: pointer;
}

nav ul li:hover ul.children li a:hover,  nav ul li ul.children li.c a {
 color: #03aa99 !important;
}

  span.smalltext {
  display: block; 
  font-size: 10pt;
}

   div#main {
   min-height: 100%;
   line-height:16pt;
   margin:0 auto -63px auto;
   }
   
   div#main::after {
    display: block;
    clear: both;
    height: 42px;
   }

 
   div#main article p {
   margin: 20px 0;
   text-align: jastufy;
   line-height: 18pt;
   }


  ul.welcome {
    max-width: 850px;
   list-style-type: none;
   display: inline-block;
   margin: 36px 0;
  }

   ul.welcome li {
   display: block;
   float: left;
   margin:10px;
   background: rgba(18, 18, 18, 0.7);
        -webkit-box-shadow: 0 4px 12px -2px #000000;
    -moz-box-shadow: 0 4px 12px -2px #000000;
    box-shadow: 0 4px 12px -2px #000000;
   }

   ul.welcome li span.imgholder {
    display:block;
   }

   ul.welcome li span.imgholder img {
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
   opacity: 1;
   border: 0;
   }

   ul.welcome li span.imgholder img:hover {
   opacity: 0.6;
   }

    ul.welcome li a,  ul.welcome li a:visited {
    display: block;
    width:250px;
    height:250px;
    font-weight: 400;
    text-align: center;
    font-size: 16pt;
    line-height: 28pt;
    text-transform: uppercase;
    text-decoration: none;
    color: #999999;
     -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
    }

   ul.welcome li a:hover {
    color: #ffffff;
   }

   ul.welcome li a span.titles {
   position:relative;
   top:90px;
   font-family: 'PT Sans', sans-serif;
   }

   div.content {
   padding: 14px 0 0 0;
   }
   
   
   div.content::after {
   content: ""; 
   clear: both; 
   display: block;
   }
   
   img.aboutimg {
display: block;
float: left;
max-width:26%;
margin: 19px 18px 0 0;
-webkit-box-shadow: 0 4px 8px -2px #000000;
-moz-box-shadow: 0 4px 8px -2px #000000;
box-shadow: 0 4px 8px -2px #000000;
}



ul.items {
 list-style-type: none;
 display: block;
}

ul.items li {
display: block;
margin: 8px;
padding: 4px 0 4px 42px;
background: url('images/lotus.png') no-repeat left top;
}


.video{
        margin:24px auto;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
-webkit-box-shadow: 0 6px 22px -2px #000000;
-moz-box-shadow: 0 6px 22px -2px #000000;
box-shadow: 0 6px 22px -2px #000000;
}

.cont {
position:relative;

}


input:focus {
outline: none;
}

textarea:focus {
outline: none;
}


div.cntform {
width:517px;
margin: 0 auto;
}

div.cntform::after {
 display:block;
 clear:both;
content: "";
}

div.cntform input[type="text"], div.cntform input[type="email"], div.cntform textarea {
width:490px;
margin: 8px auto;
padding:8px;
border:0;
font-family: 'Lato', sans-serif;
-webkit-box-shadow: 1px 4px 6px -4px #181818;
-moz-box-shadow: 1px 4px 6px -4px #181818;
box-shadow: 1px 4px 6px -4px #181818;
}

div.cntform input[type="text"], div.cntform input[type="email"] {
 height: 32px;
}


div.cntform textarea#note {
height: 190px !important;
resize: none;
overflow: auto;
}


div.cntform input.doit {
 float: right;
 margin: 20px 24px 0 0;
 padding:10px 20px;
 border: 0;
 background: transparent;
 font-style: normal;
 color:#ffffff;
 cursor: pointer;
 -webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 transition: all 0.5s ease;
background: #181818;
-webkit-box-shadow: 1px 4px 6px -4px #181818;
-moz-box-shadow: 1px 4px 6px -4px #181818;
box-shadow: 1px 4px 6px -4px #181818;
border-radius: 8px;
}

div.cntform::after {
 display: block;
 clear: both;
 content: "";
}

div.cntform input.doit:hover {
background: #03aa99;
}

a.more-link, a.more-link:visited, input.submit  {
position: relative;
top: 10px;
 padding:10px 20px;
 border: 0;
 background: transparent;
 font-style: normal;
 color:#ffffff;
 cursor: pointer;
 -webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 transition: all 0.5s ease;
background: #181818;
-webkit-box-shadow: 1px 4px 6px -4px #181818;
-moz-box-shadow: 1px 4px 6px -4px #181818;
box-shadow: 1px 4px 6px -4px #181818;
border-radius: 8px;
}

 a.more-link:hover, input.submit:hover {
background: #03aa99;
}

div.type-post { 
margin: 0 0 18px 0;
padding-bottom: 20px;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    right:0;
    bottom: 0;
    left: 0;
    background: rgba(38, 38, 38, 0.9);
    z-index: 10000001;
}

.loader {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader img {
    display: block;
    width: 100%;
}

.thisError {
    display: block;
    border: 2px #ff0000 solid;
    box-shadow: 0 8px 12px -3px #999999;
}


::-webkit-input-placeholder {
    color: #181818;
}

:-moz-placeholder { /* Firefox 18- */
    color: #181818;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #181818;
}

:-ms-input-placeholder {
    color: #181818;
}

div#smnavpanel, div.ddmenu {
    display: none;
}



div.testi:before {
    text-align: left;
    content:"“";
    font-weight: bold;
    font-size:18pt;
}

div.testi:after {
  display:block;
  text-align:right;
  content:"”";
  font-weight: bold;
  font-size:18pt;
margin-bottom: 18px;
}

div.testi p {
display: block;
clear: both;
margin:4px 0 !important;
}


div.entry-utility {
display: none;
}

label {
display: block;
font-weight: bold;
}

textarea#comment {
max-width:100%;
resize: none;
overflow: auto;
}

div.social {
display: inline-block;
 float: right;
margin: -25px 6px;
}

div.social::after {
display: block;
clear: both;
content: "";
} 

div.social a img {
 float: right !important;
margin-left:6px;
}

.errorMess {
    display: block;
    padding: 6px;
    text-align: center;
    border: 2px #ff0000 solid;
    border-radius: 6px;
    transition: all 0.5s ease;
}


/* Media */

@media (min-width: 801px) {
    .reHolder  {
        display: inline-block;
        width: 400px;
    }
    .sendBtnHolder {
        display: inline-block;
        width: 105px;
    }
}

@media only screen and (max-width: 800px) {

div#top img.logo {
float: left;
margin:-8px 0 0 8px;
max-width:10%;
}

header {
position: relative;
z-index:1000;
}

header, footer {
background: rgba(18, 18, 18, 0.8);
}
  .nav {
   display: none !important;
  }


img.aboutimg {
 float: none !important;
 margin: 12px auto !important;
 border-radius: 0 !important;
max-width: 100% !important;
}

ul.welcome li {
float: none;
display: block;
margin: 16px auto;
}


div.cntform {
width:500px;
margin:0 auto;
}

 div.cntform input[type="text"], div.cntform input[type="email"], div.cntform textarea, div.cntform input.doit {
width:466px
}

div.cntform input.doit {
float: none !important;
display: block;
margin: 20px auto !important;
position: relative;
left:-16px;
}

div#smnavpanel {
display: block;
}
div#smnavpanel ul.menu {
 display: block;
 float: right;
 list-style-type: none;
 margin:0 12px 0 0 !important;
 padding: 0 !important;
}

 div#smnavpanel ul.menu li {
 width: auto !important;
 height: auto !important;
 margin: -6px -12px 0 0 !important;
 padding: 0 !important;
 }

 div#smnavpanel ul.menu li img {
  width: 70%;
  height: auto;
  margin:0 !important;
 border: 2px #ffffff solid;
 -webkit-box-shadow: 0 3px 8px -1px #000000;
 -moz-box-shadow: 0 3px 8px -1px #000000;
 box-shadow: 0 3px 8px -1px #000000;
 }
 
  div.ddmenu {
  position: absolute;
  right: 10px;
  margin:6px 0;
  padding: 6px;
  background: rgba(18, 18, 18, 0.9);
   z-index: 2000;
  }
 
 div.ddmenu div.menu ul {
 list-style-type: none;
 display: block;
 }
 
  div.ddmenu div.menu ul li {
  float: none !important;
  display: block;
  margin: 6px 0;
  }
  
  div.ddmenu div.menu ul li a, div.ddmenu div.menu ul li a:visited {
  display: block;
  padding:8px 16px !important;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
   -webkit-transition: all 1s ease;
 -moz-transition: all 1s ease;
 -o-transition: all 1s ease;
 -ms-transition: all 1s ease;
 transition: all 1s ease
  }
  
  div.ddmenu div.menu ul li a:hover, div.ddmenu div.menu ul li.current_page_item a {
   color: #03aa99;
  }

div.ddmenu div.menu ul li.page-item-17 a {
 display: none;
}

div.ddmenu div.menu ul li.page-item-17 {
 	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
        margin:0;
        padding:0;
}

div.ddmenu div.menu ul li.page-item-17 ul li {
 text-indent: 0%;
}
div.ddmenu div.menu ul li.page-item-17 ul li a {
 display: block;
}

div.ddmenu div.menu ul li.page-item-102 a {
margin-top: 8px;
}
}

 @media only screen and (max-width: 500px) {
 div.cntform {
width:250px;
margin: 0 auto;
}

 div.cntform input[type="text"], div.cntform input[type="email"], div.cntform textarea {
width:230px
 }

div#top img.logo {
max-width: 16%;
}

     div.cntform input[type="text"], div.cntform input[type="email"], div.cntform textarea, div.cntform input.doit {
         display: block;
         width: 100%;
     }

     div.cntform input.doit {
        left: 0;
     }

     div.cntform .g-recaptcha {
         transform:scale(0.82);
         transform-origin:0 0;
     }

}
