/*!
 * Start Bootstrap - Createive v4.0.0-alpha (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 * 
 * AZOREYOGA.COM [ r07 - 2019-12-21 ] (http://pedrodinis.net/)
 */
 
html,
body {
  width: 100%;
  height: 100%; }

body {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif; }

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #7a003c; }

hr.light {
  border-color: white; }

a, .btn-link {
  color: #7a003c;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s; }
  a:hover, a:focus, .btn-link:hover {
    color: #fe9900; }

/* reset crads css*/
.card .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.card .btn::after {
    font-family: FontAwesome;
    content: "\f0d7";
    margin-left: 0.5em;
    text-decoration: none;    
}
.card .btn[aria-expanded="true"]::after{
    font-family: FontAwesome;
    content: "\f0d8";
    text-decoration: none;
}
.card .card-body {
    padding: 1em;
}

.link-secondary {
  font-family: 'Strait', 'Helvetica Neue', Arial, sans-serif;  
  color: #f5cf00 !important;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s; }
 

h1, h2, h3, h4, h5, h6 {
  font-family: 'Strait', 'Helvetica Neue', Arial, sans-serif; 
  line-height: 1.5em;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px; }

.primary-font {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif; 
}
.secondary-font {
  font-family: 'Strait', 'Helvetica Neue', Arial, sans-serif;
}

.bg-primary {
  background-color: #648c1c !important;
  color: white;
  }

.bg-second {
  background-color: #ff9016  !important; /* iniciados */
  color: white;
  }  
.bg-third {
  background-color: #aa240a  !important; /* Vinyasa */
  color: white;
  }    
.bg-fourth {
  background-color: #ff4e00  !important; /* Hatha Yoga */
  color: white;
  }   

.bg-fift {
  background-color: #ff5a5a  !important; /* Kurunta */
  color: white;
  }  
.bg-six {
  background-color: #702e3e  !important;  /* Qigong */
  color: white;
  }  
.bg-seven {
  background-color: #b9504d !important; /* Yin Yoga */
  color: white;
  }    

      
  
.bg-gray {
   background-color: #CCC !important;  
   color: white; 
  }  

.bg-dark {
  color: white;
  background-color: #222222 !important; }

.border-white {
  border: 1px solid white;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7); }

section {
  padding: 100px 0; }

.section-heading {
  margin-top: 0; }

.no-padding {
  padding: 0; }

::-moz-selection {
  color: white;
  background: #222222;
  text-shadow: none; }

::selection {
  color: white;
  background: #222222;
  text-shadow: none; }

img::selection {
  color: white;
  background: transparent; }

img::-moz-selection {
  color: white;
  background: transparent; }

body {
  -webkit-tap-highlight-color: #222222; }

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  font-family: 'Strait', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s; }
  #mainNav .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    color: #7a003c;
    font-family: 'Strait', 'Helvetica Neue', Arial, sans-serif; }
    #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
      color: #7a003c; }
  #mainNav .navbar-toggler {
    font-weight: 700;
    text-transform: uppercase;
    color: #648c1c; 
    margin-top: 8px;
    background-color: #f3fbed;
  }
    
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #7a003c; }   
    #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
      color: #7a003c; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
      color: #648c1c !important;
      background-color: transparent; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
        background-color: transparent; }

  #mainNav .nav-lang {
    opacity: 0.5;
    } 
  #mainNav .nav-lang:hover {  opacity: 1;  }        
  #mainNav .nav-lang img{   vertical-align: baseline;   }       


  @media (min-width: 992px) {
    #mainNav .nav-lang small { display: none; }
    #mainNav {
      border-color: rgba(255, 255, 255, 0.3);
      background-color: transparent; }
      #mainNav .navbar-brand {
        color: rgba(255, 255, 255, 0.7); 
        opacity: 0.0;
        display: none;  }
      #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
          color: white; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link,
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        font-size: 18px;        
        color: #7a003c; }
        #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
        #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
          color: #648c1c; }
      #mainNav .navbar-nav > li.nav-item > span.nav-link {
        font-size: 18px; /* Lang flag FIX PEDRO */  
      }            
      #mainNav.navbar-shrink {
        border-color: rgba(34, 34, 34, 0.05);
        border-bottom: 1px solid #7a003c1a;
        background-color: white; }
        #mainNav.navbar-shrink .navbar-brand {
            transition: opacity .25s ease-in-out;
           -moz-transition: opacity .25s ease-in-out;
           -webkit-transition: opacity .25s ease-in-out;
           opacity: 1; 
           display: inline-block;
           }
          #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
            color: #648c1c; }
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus,
         #mainNav.navbar-shrink .navbar-nav > li.nav-item > span.nav-link {
          font-size: 14px;                
          color: #7a003c; }
          #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
          #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
            color: #648c1c; } }

header.masthead {
  position: relative;
  width: 100%;
  min-height: auto;
  text-align: center;
  color: #648c1c;
  background-image: url("../img/azoresyoga-prana-vinyasa-banner-768w.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  header.masthead .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px 100px;
    text-align: center; }
    header.masthead .header-content .header-content-inner h2 {
      /*font-size: 30px;*/
      font-weight: 700;
    /*  text-shadow: 1px 1px 2px #222222b0; */
      margin-top: 0;
      margin-bottom: 0;
   /*   text-transform: uppercase; */
      margin-bottom: 2em;
    }
    header.masthead .header-content .header-content-inner hr {
      margin: 30px auto; }
    header.masthead .header-content .header-content-inner p {
      font-size: 16px;
      font-weight: 300;
      margin-bottom: 0px;
      color: #648c1c; }
  @media (min-width: 768px) {
    header.masthead {
      background-image: url("../img/azoresyoga-prana-vinyasa-banner-1200w.jpg");      
      height: 55vw; /* manter ratio imagem */
      min-height: 600px; }
      header.masthead .header-content {
        position: absolute;
        bottom: 0;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        header.masthead .header-content .header-content-inner {
          max-width: 1000px;
          margin-right: auto;
          margin-left: auto;
          margin-bottom: 20px; }
          header.masthead .header-content .header-content-inner h1 {
           font-size: 20px;
           color: #7a003c;
            margin-bottom: 1em; }
          header.masthead .header-content .header-content-inner p {
            font-size: 18px;
            max-width: 80%;
            margin-right: auto;
            margin-left: auto; } }
     @media (min-width: 1600px) {
      header.masthead {
        background-image: url("../img/azoresyoga-prana-vinyasa-banner-1600w.jpg");   
        max-height: 100vh;   
      }
    } 


.service-box {
  max-width: 400px;
  margin: 50px auto 0; }
  @media (min-width: 992px) {
    .service-box {
      margin: 20px auto 0; } }
  .service-box p {
    margin-bottom: 0; }

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto; }
  .portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: white;
    background: rgba(245, 207, 0, 0.3);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%);
      text-align: center; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        padding: 0 15px;
        font-family: 'Strait', 'Helvetica Neue', Arial, sans-serif; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 18px; }
  .portfolio-box:hover .portfolio-box-caption {
    opacity: 1; }
  .portfolio-box:focus {
    outline: none; }
  @media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
      font-size: 16px; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
      font-size: 22px; } }

.call-to-action {
  padding: 50px 0; }
  .call-to-action h2 {
    margin: 0 auto 20px; }

.text-primary {
  color: #7a003c !important; }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.btn-default {
  color: #222222;
  border-color: white;
  background-color: white; }
  .btn-default:focus, .btn-default.focus {
    color: #222222;
    border-color: #bfbfbf;
    background-color: #e6e6e6; }
  .btn-default:hover {
    color: #222222;
    border-color: #e0e0e0;
    background-color: #e6e6e6; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #222222;
    border-color: #e0e0e0;
    background-color: #e6e6e6; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #222222;
      border-color: #bfbfbf;
      background-color: #d4d4d4; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    border-color: white;
    background-color: white; }
  .btn-default .badge {
    color: white;
    background-color: #222222; }

.btn-primary {
  color: white;
  /*border-color: #7a003c;   background-color: #7a003c; /* bordeux */
  border-color: #648c1c;   background-color: #648c1c; /* verde */  
}
  .btn-primary:focus, .btn-primary.focus {
    color: white;
    border-color: #a4270d;
    background-color: #f5cf00; }
  .btn-primary:hover {
    color: white;
    border-color: #e13612;
    background-color: #fe9900; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: white;
    border-color: #e13612;
    background-color: #fe9900; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: white;
      border-color: #a4270d;
      background-color: #c93110; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    border-color: #7a003c;
    background-color: #7a003c; }
  .btn-primary .badge {
    color: #7a003c;
    background-color: white; }

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  font-family: 'Strait', 'Helvetica Neue', Arial, sans-serif; }

.round-50p {
  border-radius: 50%;
}

.btn-xl {
  padding: 15px 30px; }

blockquote {
    padding: 1em 2em;
}

blockquote p {
    font-style: italic;    
}

/* PEDRO CSS */ 


.margin-bottom-1x {margin-bottom: 1em;}  
.margin-bottom-2x {margin-bottom: 2em;} 
.margin-bottom-3x {margin-bottom: 3em;}
.margin-bottom-4x {margin-bottom: 4em;} 

.padding-top-1x {padding-top: 1em;}  
.padding-top-2x {padding-top: 2em;} 
.padding-top-3x {padding-top: 3em;}

.padding-right-1x {padding-right: 1em;}  
.padding-left-1x {padding-left: 1em;} 

.text-wrap { white-space: normal;}

.brand-logo {
      position: absolute;
      top: 36px;
      left: 1vw;
      width: auto;
      z-index: 1040;  
      display: none;
}


header.masthead.page-banner {
  min-height:  300px;
  height:  300px;

}


/* Tables
================================================== */
.tbl-horarios  { background-color: white; min-height: auto; width: 100%; }
.tbl-horarios .col-table {  display: block; float: left; margin:0;  width: 20%;}
.tbl-horarios .col-table ul { list-style: none; margin:0; padding:0; }
.tbl-horarios .col-table ul li {   background-color: #FFF;  border: solid 1px #FFF; text-align:center; padding: 0.6em;  min-height: 4.8em;}
.tbl-horarios .col-head {   
    background: #f8f8f8;      
    border-bottom: 1px solid #e2c7c7 !important;
    color: #7a003c;
    min-height: 3em !important;
}  
.tbl-horarios .col-empty { background-color: white; }
.tbl-horarios .col-short { min-height: 2em !important;}


/* BASIC PAGE TEMPLATE */
.basic-page-template header.masthead.page-banner {
  min-height:  400px;
  height:  400px;
}

.basic-page-template .brand-logo {
      width: 240px;
      height: 300px;
      background-size: cover;      
}


/* LARGE SCREEN VIEW FIXES */ 
@media (min-width: 1920px) {
  .no-gutter.popup-gallery {
    margin: 0 auto;
    max-width: 1920px;
  }
}

@media (min-width: 992px) {
  .brand-logo {
      display: block;
      background-image: url('../img/azoresyoga-prana-vinyasa-logo.png');
      width: 320px;
      height: 400px;
  }
}    

/* TABLET / MOBILE VIEW FIXES */ 
@media (max-width: 991px) {
   /*menu / header bar bottom line */
    nav#mainNav {
        border-color: rgba(34, 34, 34, 0.05);
        border-bottom: 1px solid #7a003c1a;
    }
    #events-gallery .col-lg-2 {    width: 32%; }    

    .basic-page-template header.masthead.page-banner  {
     min-height: 200px;
     height: 300px;
    }    

  .tbl-horarios .col-empty { display: none;}
  .tbl-horarios .col-table {
    display: block;
    float: left;
    margin-left: 1%;    
    width: 32%;
  }    
}


@media screen and (max-width: 767px) {
  .container {   width: 90%; }

  header.masthead {
    top: 70px;
    min-height: 300px;
  }
  header.masthead .header-content {
 /*  padding-top: 200px; */
  }
  .basic-page-template header.masthead.page-banner  {
   height: 200px;
  }

  .btn { font-size: small; }
  .btn-xl {  padding: 10px 20px; }

  .tbl-horarios .col-table {
    width: 48%;
  }

}



@media screen and (max-width: 500px) {
  .container {   width: 94%; }  
    header.masthead .header-content {     display: none;   }
    #events-gallery .col-lg-2 {    width: 50%; }   

  .tbl-horarios  { width: 90%; margin: 0 auto; background-color: transparent; }  
  .tbl-horarios .col-table {  float: none; margin-left: 0; width: 100%; }
  .tbl-horarios .col-head {   margin-top: 4px; }
}


@media screen and (max-width: 400px) {
  .navbar-brand img {
    width:208px;
    height:48px;
    box-sizing:border-box;
    padding-left: 308px;  /*width of the image*/
    background: url('../img/azoresyoga-prana-vinyasa-txtlogo-208w.png') left top no-repeat;
  }
}




/* .col {display: block; float: left; margin: 0 0 2% 2%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}*/