@import "../fonts/font-awesome/less/font-awesome.css";

@font-face {
    font-family: 'Zmizz';
    src: url('../fonts/web-fonts/zmizz-webfont.eot');
    src: url('../fonts/web-fonts/zmizz-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/web-fonts/zmizz-webfont.woff2') format('woff2'),
         url('../fonts/web-fonts/zmizz-webfont.woff') format('woff'),
         url('../fonts/web-fonts/zmizz-webfont.ttf') format('truetype'),
         url('../fonts/web-fonts/zmizz-webfont.svg#swis721_btroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ZmizzLight';
    src: url('../fonts/web-fonts/zmizzcl-webfont.eot');
    src: url('../fonts/web-fonts/zmizzcl-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/web-fonts/zmizzcl-webfont.woff2') format('woff2'),
         url('../fonts/web-fonts/zmizzcl-webfont.woff') format('woff'),
         url('../fonts/web-fonts/zmizzcl-webfont.ttf') format('truetype'),
         url('../fonts/web-fonts/zmizzcl-webfont.svg#swis721_ltcn_btlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Table of Contents
------------------------------------------------------- *

	0. Bootstrap Fixes
	1. Less Variables
	2. Header
	3. Links
	5. Slider
	6. Content
		6.1. Primary
		6.2. Secondary
	7. Pagination
	8. Footer
	9. HTML Markup and Formatting
	10. Widgets Style
	11. Comments
	

/* 0. Bootstrap Fixes
-------------------------------------------------------	*/
body {
  background: #FFF;
}
#page {
    position: relative;
    /* min-height: 100%;
    margin: 0 auto -20px;  */
}
#primary {
  width: 100%;
}
#main {
  width: 100%;
}
.container {
  margin: auto;
}
code {
  white-space: pre-wrap !important;
}
/* 1. Less Variables & Mixins
-------------------------------------------------------	*/
.font {
   font-family: 'Zmizz', Arial, sans-serif;
}
/* 2. Header
------------------------------------------------------- */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  height: calc( 100% - 32px );
  overflow: hidden;
}

body {
   font-family: 'Zmizz', Arial, sans-serif;
   background-image: url('../images/opmd-bg-white.png');
   background-position: bottom -32px left;
   background-repeat: no-repeat;
   background-size: 180px;
/*   min-height: calc( 100vh - 20px );
*/   margin: 0;
   padding: 0;
   color: #555 !important;
}

body.page-id-6 {
/*  overflow-y: scroll;
  padding-bottom: 100px; */
  max-height: 100vh; 
  overflow-y: scroll;
}

body.page-id-6 #colophon {
  position: fixed;
  z-index: 1;
}

body.page-id-6 #content {
/*  margin-bottom: 80px;
*/
  padding-left: 0;
  padding-right: 0;
}  

body.admin-bar {
  height: calc( 100% - 22px );
}

h1, h2, h3, h4, h5, h6 {
   font-family: 'Zmizz', sans-serif;
}
h2 {
  font-size: 24px;
  color: #333;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}

h4 strong {
  font-weight: bold;
}

a, a:visited, a:hover, a:active {
  color: #555 !important;
}
#masthead {
  margin: 20px auto 0px;
  padding: 0;
}
#header-wrapper {
  width: 100%;
  border-bottom: 1px solid #555;  
}
.site-branding,
.site-title {
  margin: 0 auto;
  padding: 0;
  width: auto;
  text-align: center;
  z-index: 9999;
}
.site-title a {
  display: inline-block;
  background-image: url('../images/oneplusMindDLogo.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 274px;
  height: 33px;
  margin-top: 20px;
  float: left;
  clear: none;
  text-align: -10000px;
  font-size: 0;
}
.site-title a:hover {
  text-decoration: none;
  opacity: 0.9;
}
.site-description {
  font-size: medium;
}
.main_logo {
  max-width: 360px;
}
#social-icons {
  float: right;
  text-align: right;
  margin-top: 20px;

  display: none;
}
.social-icon {
  color: #78757a;
  font-size: 36px;
}
.social-icon:hover {
  color: #2571bd;
}
a:hover .social-icon {
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .site-title,
  .site-description,
  #social-icons {
    text-align: center;
    float: none;
  }
}
/* 3. Links
------------------------------------------------------- */
a {
  color: #918f93;
}
a:hover,
a:focus,
a:active {
  color: #2571bd;
}
/* 4. Navigation Menu 
-------------------------------------------------------	*/
.nav-wrapper {
    width: auto;
    float: right;
    clear: none;
}
.nav-wrapper .navbar-default {
  margin-top: 5px;
  border: none;
  margin-bottom: 5px;
}
.navbar-nav>li>a {
  padding-top: 30px;
  padding-bottom: 0px;
}

.navbar-default ,
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  background: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #ef4031 !important;
}

.nav-wrapper ul ul {
/*  background: #e7e7e7;
*/  border: none;
}
.nav-wrapper ul ul a:hover {
/*  background: #f8f8f8;
*/  color: #555;
}
ul.nav ul li.dropdown:hover > ul.dropdown-menu {
  /*  display: block;  */
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  background: transparent;
  font-weight: bold;
}

/* 5. Slider
-------------------------------------------------*/
.slider-wrapper {
  margin: auto;
  margin-top: 15px;
}
.slide-title {
  color: #ddd;
}
.nivo-caption {
  max-width: 700px;
  min-width: 200px;
  overflow: hidden;
  bottom: 15px;
  left: 10px;
}
.nivo-html-caption {
  display: none;
}
div.slide-title {
  font-size: 36px;
  display: block;
}
div.slide-description {
  font-family: 'Zmizz', Arial, sans-serif;
}
@media screen and (max-width: 768px) {
  div.slide-title {
    font-size: 18px;
  }
  div.slide-description {
    font-size: 13px;
  }
}
/* 6. Content 
------------------------------------------------------- */
#outer-wrapper {
    clear: both;
    width: 100%;
    min-height: 450px;
    margin: 65px 0 0;
    height: auto !important;
/*    height: 466px; 
    background: #999 url(../images/grey-bg.png) repeat; 
    background: #EEE repeat; */
}


.page-id-11 #outer-wrapper,
.page-id-8 #outer-wrapper {
      background: #EEE repeat;
}

#content {
  padding-right: 140px;
}

.entry-content {
  margin-top: 0;
}

.entry-content p {

}

.entry-content h3 {
  margin-bottom: 55px;

}

.hentry {
  margin: 0;
}

.wrapped-content {
  background-color: #fff;
  height: 100%;
  min-height: 450px;
  min-height: 450px;
  max-width: 600px;
  padding: 30px 60px;
  float: right;
}

.wrapped-content  {
  display: inline-block;
}

/* 6.1 Primary 
------------------------------------------------------- */
.featured-thumb {
  margin-top: 35px;
  text-align: center;
}
.featured-thumb img {
  box-shadow: 0px 1px 2px #444;
  border-radius: 5px;
}
.archive .entry-title a {
  font-size: 16px;
  color: black;
}
.archive .entry-title a:hover {
  color: #2571bd;
}
.archive .entry-meta {
  font-size: small;
  color: #918f93;
}
.archive .entry-meta .posted-on {
  margin-right: 6px;
}
.featured-image-single {
  text-align: center;
}
.featured-image-single img {
  max-width: 80%;
  border: solid 5px #ffffff;
  box-shadow: 0px 2px 2px #888;
  margin-bottom: 15px;
}
/* 6.2 Secondary 
------------------------------------------------------- */
#secondary {
  padding-top: 20px;
}
#secondary ul {
  list-style: none;
  margin-left: 5px;
}
#secondary ul li:before {
  margin-right: 5px;
  content: "\f0da";
  font-family: "FontAwesome";
  color: #918f93;
}
#secondary ul ul {
  margin-left: 15px;
}
#secondary ul ul ul {
  margin-left: 5px;
}
#secondary .widget_recent_entries li:before {
  content: "\f0f6";
}
#secondary .widget_recent_entries li {
  border-bottom: solid 1px #f7f7f7;
  padding: 5px 0px;
}
#secondary .widget_recent_comments li:before {
  content: "\f075";
}
#secondary .widget_recent_comments li {
  border-bottom: solid 1px #f7f7f7;
  padding: 5px 0px;
}
#secondary h1.widget-title {
  font-size: 24px;
}
#secondary .widget_search input[type=submit] {
  display: inline-block;
}
#secondary .widget_search input[type=search] {
  display: block;
  width: 100% !important;
}
/* 7. Pagination
-----------------------------------------------*/
.pagination {
  margin: 20px 0;
  /* text-align: center; */

  width: 100%;
  margin-left: -40px;
  clear: both;
}
.pagination ul {
  list-style: none;
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a {
  color: #f8f8f8;
  transition: all 0.4s ease;
}
.pagination ul > li > a .next {
  float: right;
}
.pagination ul > li > a:hover {
  color: #918f93;
  background: #e3e3e3;
}
.pagination .current {
  background: #e4e2e2;
}
.pagination ul  > li  > a,
.pagination ul  > li  > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fcfcfc;
  border: solid 1px #f1f1f1;
  border-left-width: 0;
  display: inline-block;
  color: #919191;
}
.pagination ul  > li:first-child  > a,
.pagination ul  > li:first-child  > span {
  border-left-width: 1px;
}
.pagination ul  > li:last-child  > a,
.pagination ul  > li:last-child  > span {
  border-rigth-width: 1px;
}
/* 8. Footer 
------------------------------------------------------- */
#colophon {
  padding: 0px;
  position: fixed;
  bottom: 0; 
  left: 130px;
  height: 20px;
}
.push {
/*  height: 20px;
*/}
.site-info {
  margin-left: 50px;
}
#footertext {
  float: right;
  text-align: right;
}
/* 9. HTML Markup & Formatting
--------------------------------------------------- */
article table {
  background: #f7f7f7;
}
article table td {
  padding: 5px;
  border: solid 1px #eee;
}
article table th {
  padding: 5px;
  background: #ccc;
  border: solid 1px #ccc;
}
/* 10. Widgets Style
---------------------------------------------------- */
.rp-item {
  display: block;
  clear: both;
  overflow: auto;
  margin-bottom: 5px;
  border-bottom: solid 1px #f7f7f7;
  padding-bottom: 5px;
}
.rp-item:last-child {
  border-bottom: none;
}
.rp-item:before {
  content: none !important;
}
.rp-thumb {
  float: left;
  width: 64px;
  margin-right: -5px;
  margin-top: 3px;
}
.rp-thumb img {
  width: 48px;
  border: solid 2px #eee;
  border-radius: 2px;
}
.rp-thumb rp-title {
  clear: none;
}
.rp-thumb rp-title a {
  display: block;
}
/* 11.1 Comments
---------------------------------------------------------- */
#respond input[type=text] {
  max-width: 450px;
}
#comments ol.comment-list {
  list-style: none;
}
#comments li.comment {
  border: solid 1px #f8f8f8;
  padding: 10px;
  margin-top: 15px;
  list-style: none;
}
#comments .vcard img {
  border: solid 4px #f8f8f8;
  border-radius: 5px;
  margin: 0 10px 10px 0;
}
#comments .comment-metadata {
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .vcard img {
    width: 100px !important;
    height: auto;
  }
}


.page-id-6 .alignleft {
  clear: both;
  margin: 0;
  margin-right: 10px;
}

.edit-link,
.soliloquy-prev,
.soliloquy-next,
.soliloquy-pager {
  display: none !important;
}  

.soliloquy-container {
  float: right !important;
/*  margin-right: 125px !important;
*/}

/*.soliloquy-viewport {
  height: 450px !important;
  width: auto !important;
  overflow: visible;
}

.soliloquy-container .soliloquy-image {
  max-width: 8000px;
  min-height: 450px;
  height: 450px;
  width: auto;
}*/

/* Pages */

.page-heading-wrapper {
    width: 79%;
    float: right;
    padding-top: 15px;
    padding-left: 15px;
}

.about-section {
  margin: 0 0px 10px;
  padding: 15px 30px 20px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9999;
  background: #eee;
}

.about-section:last-of-type {
  margin-bottom: 0;
  padding-bottom: 15px;
}


.about-section span {
  margin-bottom: 15px;
  display: inline-block;
}

.about-image {
  width: 19%;
}

.about-image {
  max-width: 100%;
  height: auto;
}

.about-info {
  width: 79%;
  float: right;
  clear: none;  
  display: inline-block;
/*  min-height: 220px;  */
  border-bottom: 1px solid #fff; 
}

.contact-info {
  float: left;
  clear: none;
  padding-top: 120px;
  text-align: center;
  margin-left: 15px;
}

.contact-info h2 {
  margin-bottom: 0;
}

.contact-info .website-link {
  margin-top: -20px;
  display: inline-block;
}

.contact-info a.email-link {
  color: blue !important;
}

.contact-info h4 {
  margin-top: 30px;
}

.map {
  height: 480px;
  max-width: 53%;
  float: right;
  clear: none;
}


.aligncenter {
  text-align: center;
  margin: 0 auto;
}



/* MOBILE */

@media screen and (min-width: 540px) {
  .mobile-only { display: none; }
}

@media screen and (max-width: 540px) {
    .desktop-only { display: none;}
    .mobile-only { display: inline-block;}

  body {
    max-height: auto;
    overflow: scroll;
    background: transparent;
  }

  #outer-wrapper {
    margin-top: 8px;
    background: transparent;
  }

  #content {
    padding-right: 0;
  }

  .entry-content {
    background: #fff;
  }

  .site-title a {
    margin-left: 15px;
  }
  .site-title, .site-description, #social-icons {
    display: initial;
  }

  .nav-wrapper .navbar-default {
    margin-top: -42px;
    margin-right: -15px;
  }
  .navbar-default, .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    width: 100vw;
    text-align: center;
  }

  .navbar-toggle {
    margin-top: 5px;
  }

  .site-info {
    text-align: center;
    width: 100vw;
    margin: 0 auto;
    padding: 0;
  }

  .wrapped-content {
    padding: 10px;
  }
  
  .entry-content h3 {
    margin-bottom: 15px;
  }

  .mobile-gallery {
    text-align: center;
    background-color: #fff;
    margin-top: 15px;
  }

  .mobile-gallery img {
    margin-bottom: 10px;
    display: inline-block;
  }

  .about-section {
    padding: 15px;
    text-align: center;
  }

  .about-section img {
    width: 100%;
  }
  
  .about-image {
    width: 100%;
  }

  .about-info {
    width: 100%;
    text-align: left;
    border: 0 solid;
  }

  .contact-info {
    padding: 8px 0 0;
  }

  .map {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  #colophon {
    background-color: #fff;
    left: 0;
  }

 }

@media screen and (max-width: 340px) {
  .site-title a {
        width: 230px;
        margin-top: 2px;  
  }

}

/*@media screen and (max-height: 1000px) {
    #outer-wrapper  {
      background: #fff; 
    }
 }*/
 