/*
 Theme Name:   Lazy theme
 Description:  Twenty Twelve Child Theme
 Template:     lazy
 Author:       Gude
 Version:      1.0.0
 Text Domain:  new-theme
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

body {
  background: #9aa2ae;
  font-family: 'Noto Sans',sans-serif;
  font-size: 20px;
}

html,body {
  height:100%;
  justify-content: center;

}


.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.itemz {
  background: none;
  border: none;
  margin: 10px 0px 10px 0px;
    
}

.linez {
  word-break: keep-all;
}

.stitched {
   position: relative;
   padding: 10px;
   margin: 10px 0px 10px 0px;
   background: #42847D;
   font-size: 1em;
   font-weight: bold;
   line-height: 1.3em;
   border: 2px dashed #fff;
   border-radius: 10px;
   box-shadow: 0 0 0 4px #42847D, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
   font-weight: normal;
}

.wrapword{
    /*white-space: -moz-pre-wrap !important;   Mozilla, since 1999 */
    /*white-space: -pre-wrap;      Opera 4-6 */
    /*white-space: -o-pre-wrap;     Opera 7 */
    white-space: pre-wrap;        /* css-3 */
    word-break: keep-all;
    white-space: -webkit-pre-wrap;  /* Newer versions of Chrome/Safari */
}
     
.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
  -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.ng-valid.ng-touched{
  border-color: green;
  border-width: 3px;
}

 .ng-pristine {
  border-width: 0px;
}

.error-messages{
  color: red;
}


.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div {
  width:100%;
}


.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
    flex-flow: column nowrap;
}

.flex-grow {
  display: flex;
    -webkit-flex: 2;
    flex: 2;
}



.clearfix:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}


blockquote {
border: 0px;
}

.bubble 
{
position: relative;
display:inline-block;
max-width:750px;
min-height:1.5em;
padding: 20px;
background: #42847D;
/*FFFFFF*/
/*A33643;*/

border: #333 solid 4px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

.bubble:after 
{
content: "";
position: absolute;
bottom: -15px;
left: 10%;
border-style: solid;
border-width: 15px 15px 0;
border-color: #42847D transparent;
display: block;
width: 0;
z-index: 1;
}

.bubble:before 
{
content: "";
position: absolute;
bottom: -19.5px;
left: calc(10% - 3px) ;
border-style: solid;
border-width: 18px 18px 0;
border-color: #333 transparent;
display: block;
width: 0;
z-index: 0;
}

/* 
.video { position: relative; }

.video a {
   position: absolute;
   display: block;
   background: url(https://www.youtube.com/yt/brand/media/image/YouTube-icon-full_color.png);
} */