/*
Theme Name: UA Bootstrap Four
Theme URI: http://www.zenman.com/
Author: Tom Horak
Author URI: http://www.zenman.com/
Description: A custom responsive Bootstrap WordPress theme based on Alpha Twitter Bootstrap 4.
Version: 0.1
License: MIT
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, right-sidebar, responsive-layout, fluid-layout, custom-menu
Text Domain: ua-bootstrap-four

Partially based on bootstrapfour WordPress Theme, Copyright 2015 Taylor Young.
*/

/* The bootstrap.css file is auto-enqueued in functions.php, also font-awesome */

/* * * * * * * * * * * * * * *
 * WordPress Content Classes
 * * * * * * * * * * * * * * */

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
.alignright {
  display: inline;
  float: right;
  margin: 0.4rem 0 1.6rem 1.6rem;
}
.alignleft {
  display: inline;
  float: left;
  margin: 0.4rem 1.6rem 1.6rem 0;
}
.aligncenter {
  display: block;
  margin: 0.4rem auto 1.6rem auto;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption-text {

}
.sticky {
  background: #f7f7f9;
  padding: 1rem;
}
.bypostauthor {
  background: #f7f7f9;
  padding: 0.5rem;
}
.gallery-caption {
  font-weight: bold;
}
/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
/* * * * * * * * * * * * * * *
 * ??? profit
 * * * * * * * * * * * * * * */

body > nav.navbar {
  border-radius: 0;
}

.main-container {
  border-radius: .25rem;
  background: white;
  padding-top: 1rem;
  margin-bottom: 2rem;
}

.widget {
  margin-bottom: 2rem;
}

.post {
  margin-bottom: 2rem;
}

.container-feature .col-sm-6 {
  text-align:center;
}

@media (min-width: 768px) {
  .col-sm-6 {
    width: 48.5%;
  }
}
@media (min-width: 576px){
  .container-feature .col-sm-6 {
    float:left;
  }
}

@media (min-width: 992px) {
  .nav>li>a {
    font-size: 18px;
  }
  /*.navbar-main {*/
    /*margin-left: 11vw;*/

  /*}*/
}
@media (max-width: 768px) {
  .nav>li>a {
    font-size:10px;
  }
}

.container-nav {
  margin-left:0!important;
  margin-right:0!important;
}

.navbar-main {
 /*transform:translate(30%,0);*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*margin-top: -150px;*/
  /*margin-left: -150px;*/
  /*margin-left: 10vw;*/

}

.p-no-m {
  margin-right:0px;
}

@media (min-width:300px){
  .hero-well{
    margin-bottom:0!important;
    padding-bottom:0!important;
  }
  div.lead{
    font-size:12px;
    padding-top:2px;
  }
}

@media (min-width:300px){
  #social-banner{
    width:67%;
    padding-left:0;
  }
  #social-banner > div.lead > ul{
    margin-top:10px;
  }
  #logo-banner{
    padding-right:0px;
    padding-left:2px;
    width:32%;
  }
}

@media (min-width:375px) {
  div.lead{
    font-size:20px;
    padding-top:4px;
	font-weight:bold;
  }
  .list-inline > li{padding-right:0px !important;}
}

@media (min-width:768px) {
  .container-feature{
    margin-top: 15px!important;
    padding-top: 15px!important;
  }
  .hero-text{
    /*padding-top:1rem;*/
    padding-top: calc(4% - 2em);
    /*width:30vw;*/
    width:33%
  }
  .wrap-prostate{
    width:45vw!important;
  }
}

@media (min-width: 1200px) {
  .wrap-prostate{
    width:30vw!important;
  }
}

@media (min-width: 1600px) {
  .wrap-prostate{
    width:25vw!important;
  }
}
.hero-text {
  width:33%;
  /*width: 35.25vw;*/
  /*left: 1.9vw;*/
  /*top: 30vw;*/
  position: absolute;
}
/*.row:before, .row:after {*/
  /*display: inline-block;*/
/*}*/


.row:after,.row:before{
  content:" ";
  display:none!important;
}
.row:after{
  clear:both
}
/*.flexthis.container:before,*/
/*.flexthis.container:after,*/
/*.flexthis.row:before,*/
/*.flexthis.row:after {*/
  /*content: normal; !* IE doesn't support `initial`*!*/
/*}*/

/*.container-content > :before,*/
/*.container-content > :after,*/
/*.container-content.row > :before,*/
/*.container-content.row > :after {*/
  /*content: normal; !* IE doesn't support `initial`*!*/
/*}*/
/*!*body > div.wrap > div.container.container-content > div > div > main > div > div:nth-child(4)*!*/

/*/html/body/div[2]/div[3]/div/div/main/div/div[4]*/
