/*
Theme Name: bsb_ca  
Theme URI: http://brownsugarbear.ca/
Author: BrownSugarBear Design
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bsb_ca
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 bsb_ca is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
0.0 - Grid
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
	5.3 - Sub-Menus
	5.4 - Buttons
	5.5 - Footer
6.0 - Accessibility
7.0 - Alignments
8.0 - Homepage
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Modelos
	10.3 - Comments
	10.4 - Portfolio
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
12.0 - Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
0.0 - Le Bear Design Standard CSS
--------------------------------------------------------------*/
body{
  background-color: #fff;
}
.aligncenter {
	text-align: center;
}
.alignleft{
	text-align: left;
}
.alignright{
	text-align: right;
}
.alignjustify{
	text-align:
}
.fullwidth {
	max-width: 100%;
}
.nopadding{
	padding: 0px!important;
}
.nopadding-left{
	padding-left: 0px;
}
.nopadding-right{
	padding-right: 0px;
}
.show-mobile{
	display: none;
}
.show-medium{
  display: none;
}
.show-desk{

}
.absolute{
	position: absolute;
}
.white{
	background-color: #ffffff!important;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, p.white, a.white{
	color: #ffffff!important;
	background-color: transparent!important;
}
.big {
	font-size: 1.5em;
}
.small {
	font-size: 0.8em;
}
.white-font {
	color: #ffffff;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}

.fixed-container {
    max-width: 1280px !important;
    margin: 0 auto;
}


/*--------------------------------------------------------------
0.0 - Grid
--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/

/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

a {
	color: #333333; /*color detail*/
}
a:focus, a:hover {
	color: #777777; /*color detail darked*/
}
a:visited {
	color: #333333; /*color detail faded*/
}
/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/

html, body, p, h1, h2, h3, h4, h5, h6 {
	color: #333;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

h1{
	font-family: 'prataregular';
  font-size: 2em;
  letter-spacing: 0.02rem;
  text-transform: inherit;
  line-height: 1.3em;
  margin-bottom: 1rem;
}

h2{
	font-family: 'mulilight';
	font-size: 1.5rem;
	text-transform: inherit;
	line-height: 1.5;
  margin-bottom: 1rem;
}

h3{
	font-family: 'mulilight';
	font-size: 1.25rem;
  margin-bottom: 1rem;
}

h4{
	font-size: 1.25rem;
	font-family: 'MontserratBold';
	text-transform: uppercase;
  margin-bottom: 1rem;
}

h6{
	font-size: 16px;
	font-family: 'MontserratBold';
	text-transform: uppercase;
	letter-spacing: 0.05rem;
  margin-bottom: 1rem;
}

p {
		font-family: 'poppinslight';
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
}

p b, p strong, b, strong{
  font-family: 'poppinslight';
  font-weight: bold;
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 14px 0px;
    padding: 0.75em 1.5em;
    -webkit-appearance: none;
    border-radius: 0px;
    -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-size: 1.4375em;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    background-color: #c79159;
    color: #fff !important;
    font-family: 'MontserratBold';
    text-transform: uppercase;
    width: inherit;
    letter-spacing: 0.08rem;
    border: 0px !important;
    position: relative;
    z-index: 1;
}

.button:focus, .button:hover {
  background-position: right;
  -webkit-transition: background .25s ease-in-out;
  transition: background .25s ease-in-out;
  background-color: #a57748;
}

.button:before {
    content: '1';
    position: absolute;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 0px 2px 2px 0px;
    border-color: #c79159;
    left: 10px;
    top: 10px;
    color: transparent;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/


@font-face {
    font-family: 'Raleway';
    src: url('/fonts/Raleway-Regular.woff2') format('woff2'),
        url('/fonts/Raleway-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.raleway {
  font-family: 'Raleway' !important;
}

@font-face {
    font-family: 'MontserratBold';
    src: url('/fonts/Montserrat-Bold.woff2') format('woff2'),
        url('/fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.montserratbold{
  font-family: 'MontserratBold';
}

@font-face {
    font-family: 'RalewaySemiBold';
    src: url('/fonts/Raleway-SemiBold.woff2') format('woff2'),
        url('/fonts/Raleway-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.ralewaysemibold{
  font-family: 'RalewaySemiBold';
}

.prata{
  font-family: 'prataregular';
}

@font-face {
    font-family: 'prataregular';
    src: url('/fonts/prata-regular-webfont.woff2') format('woff2'),
         url('/fonts/prata-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.south-korea{
  font-family: 'south_koreaserif';
}

@font-face {
    font-family: 'south_koreaserif';
    src: url('/fonts/south-korea-serif-webfont.woff2') format('woff2'),
         url('/fonts/south-korea-serif-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinslight';
    src: url('/fonts/poppins-light-webfont.woff2') format('woff2'),
         url('/fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.poppins {
  font-family: 'poppinslight';
}

@font-face {
    font-family: 'poppinsmedium';
    src: url('/fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('/fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.poppins-medium {
  font-family: 'poppinsmedium';
}


/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
div#reuniao-linha {
    background-color: #0f2e2b;
    padding-top: 10px;
    padding-bottom: 10px;
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    -moz-border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
    -webkit-border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
    -o-border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
    border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
    position: fixed;
    z-index: 111;
    width: 100%;
    top: 0;
}

div#reuniao-linha .text {
    color: #fff;
    text-align: center;
    text-transform: inherit;
    margin-bottom: 0px;
    letter-spacing: 0.03rem;
    font-weight: bold;
    font-size: 16px;
}

div#reuniao-banner{
  position: relative;
  background-image: url(/images/reuniao/reuniao_header.jpg);
  background-color: #010101;
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 150px;
  border-style: solid;
  border-width: 0px 0px 5px 0px;
  -moz-border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
  -webkit-border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
  -o-border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
  border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
  margin-top: 40px;
}

.reuniao-logo {
    width: 62%;
    margin-bottom: 20px;
}

div#reuniao-banner .t1 {
    color: #fff;
    font-size: 1.625em;
    font-family: 'poppinslight';
}

div#reuniao-banner .t2 {
    color: #fff;
    font-size: 1.1875em;
    font-family: 'poppinslight';
    font-weight: bold;
}

.triangulo1 {
    position: absolute;
    top: 0;
    left: 0;
}

.triangulo2 {
    position: absolute;
    top: 0;
    right: 0;
}

.triangulo5 {
    position: absolute;
    top: -5%;
    left: 0;
}

.triangulo6 {
    position: absolute;
    top: -5%;
    right: 0;
}

.reuniao_ana {
    position: absolute;
    right: 0%;
    bottom: 0;
    width: 600px;
}

div#reuniao-s1 .t1, div#reuniao-s2 .t1, div#reuniao-s3 .t1,
div#reuniao-s4 .t1, div#reuniao-s5 .t1, div#reuniao-s6 .t1,
div#reuniao-s7 .t1, div#reuniao-s9 .t1 {
    font-size: 1.625em;
    font-family: 'poppinslight';
}

div#reuniao-s1 .t2 {
    font-family: 'lorabold_italic';
    font-size: 1.375em;
    margin-bottom: 1rem;
}

div#reuniao-s1, div#reuniao-s5 {
    padding-top: 120px;
    padding-bottom: 200px;
    background-image: url(/images/reuniao/reuniao_padrao-triangulos.png);
    background-repeat: repeat-x;
    background-position: bottom left;
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    -moz-border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
    -webkit-border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
    -o-border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
    border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
}

div#reuniao-s2 h1, div#reuniao-s2 h2, div#reuniao-s2 h3,
div#reuniao-s2 h4, div#reuniao-s2 h5, div#reuniao-s2 h6,
div#reuniao-s2 p, div#reuniao-s4 h1, div#reuniao-s6 h1,
div#reuniao-s6 h2, div#reuniao-s6 h3, div#reuniao-s6 h4,
div#reuniao-s6 h5, div#reuniao-s6 h6, div#reuniao-s6 p,
div#reuniao-s9 h1, div#reuniao-s9 h2, div#reuniao-s9 h3,
div#reuniao-s9 h4, div#reuniao-s9 h5, div#reuniao-s9 h6,
div#reuniao-s9 p{
  color: #fff;
}

div#reuniao-s2, div#reuniao-s6 {
    position: relative;
    background-image: url(/images/reuniao/reuniao_verde-triangulos.jpg);
    background-repeat: repeat;
    background-position: bottom;
    background-size: 80%;
    background-color: #0f2e2b;
    padding-top: 130px;
    padding-bottom: 130px;
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    -moz-border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
    -webkit-border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
    -o-border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
    border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
}

div#reuniao-s2 .row-1 {
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    -moz-border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
    -webkit-border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
    -o-border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
    border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
    margin-bottom: 30px;
    padding-bottom: 15px !important;
}

.setinhas {
    width: 28px;
}

div#reuniao-s2 .t2 {
    font-family: 'loraitalic';
    margin-bottom: 0px;
}

div#reuniao-s2 .t3{
  margin-bottom: 0px;
}

div#reuniao-s3, div#reuniao-s6{
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
}

div#reuniao-s3 .t1, div#reuniao-s4 .t1 {
  margin-bottom: 50px;
}

.box-check-content p {
    margin-bottom: 0px;
}

.box-check-content .box-check-icon {
    float: left;
    width: 48px;
    margin-right: 10px;
    margin-top: 5px;
}

.box-check-content {
    padding: 30px;
    border: 1px solid #c79159;
    border-radius: 30px;
    margin-bottom: 30px;
}

.masonry { /* Masonry container */
    column-count: 3;
    column-gap: 1.2em;
}

.item-masonry {
    background-color: transparent;
    display: inline-block;
    margin: 10px 20px;
    width: 100%;
    padding: 0px;
}

div#reuniao-s4 {
  position: relative;
  background-color: #0f2e2b;
  padding-top: 130px;
  padding-bottom: 130px;
  border-style: solid;
  border-width: 0px 0px 5px 0px;
  -moz-border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
  -webkit-border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
  -o-border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
  border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
}

div#reuniao-s6 .box-check-content {
    position: relative;
    padding-top: 40px;
    margin-bottom: 80px;
}

div#reuniao-s6 .box-check-content .box-check-icon {
    background-color: #0f2e2b;
    position: absolute;
    top: -24%;
    padding: 5px;
    width: 70px;
}

div#reuniao-s6 .t1{
  margin-bottom: 100px;
}

div#reuniao-s6 .box-check-content p {
    margin-bottom: 1rem;
}

div#reuniao-s6 .box-check-content p:last-child {
    margin-bottom: 0;
}

div#reuniao-s7{
  padding-top: 130px;
  padding-bottom: 100px;
  background-color: #ebe7e4;
  position: relative;
  border-style: solid;
  border-width: 0px 0px 5px 0px;
  -moz-border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
  -webkit-border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
  -o-border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
  border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
}

div#reuniao-s7 .t2 {
    font-family: 'loraitalic';
    text-transform: inherit;
    letter-spacing: 0px;
    font-size: 20px;
}

div#reuniao-s7 .text-columns {
    column-count: 3;
    margin-bottom: 20px;
}

div#reuniao-s7 .reuniao_ana2 {
    position: absolute;
    bottom: 0;
    width: 400px;
    right: 3%;
}

.box-check-v {
    margin-top: -5px;
}

div#reuniao-s8 .t3 {
    font-family: 'mulibold';
    letter-spacing: 0;
    margin-bottom: 1rem;
}

div#reuniao-s8 .t1 {
    font-family: 'foxglowregular';
    font-size: 5em !important;
    margin-bottom: 0px;
}

div#reuniao-s8 p {
    font-size: 14px;
    margin-bottom: 7px;
}

div#reuniao-s8 {
    padding-top: 130px;
    padding-bottom: 130px;
}

div#reuniao-s9{
  position: relative;
  background-image: url(/images/reuniao/reuniao_header2.jpg);
  background-color: #010101;
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 150px;
  border-style: solid;
  border-width: 5px 0px 5px 0px;
  -moz-border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
  -webkit-border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
  -o-border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
  border-image: url(/images/reuniao/reuniao_linha.png) 100 round;
}

div#reuniao-s9 .t2 {
    font-family: 'lorabold_italic';
    text-transform: inherit;
    letter-spacing: 0px;
    font-size: 1.375em;
}

div#reuniao-s9 .reuniao-ana {
    width: 650px;
    position: absolute;
    right: -14%;
    bottom: 0;
}

footer#colophon {
    background-color: #0f2e2b;
    color: #000;
    padding: 10px 0px;
}

.site-footer-info, .bsb-copyright, footer#colophon p, footer#colophon a {
    margin-bottom: 0px !important;
    margin-top: 8px;
    font-family: 'mulilight';
    color: #fff;
}

.reuniao-arquitetura div#reuniao-banner{
  background-image: url(/images/reuniao/reuniao_header-arquitetura.jpg);
}

.reuniao-arquitetura div#reuniao-s9{
  background-image: url(/images/reuniao/reuniao_header-arquitetura2.jpg);
}

.reuniao-joalheria div#reuniao-banner{
  background-image: url(/images/reuniao/reuniao_header-joalheria.jpg);
}

.reuniao-joalheria div#reuniao-s9{
  background-image: url(/images/reuniao/reuniao_header-joalheria2.jpg);
}

.reuniao-artista div#reuniao-banner{
  background-image: url(/images/reuniao/reuniao_header-pintores.jpg);
}

.reuniao-artista div#reuniao-s9{
  background-image: url(/images/reuniao/reuniao_header-pintores2.jpg);
}

/*--------------------------------------------------------------
13 Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 3840px) and (max-width: 2000000000000000000px) {

  .triangulo1, .triangulo2, .triangulo3, .triangulo4, .triangulo5, .triangulo6{
    display: none;
  }

  .reuniao_ana {
    right: 33%;
  }

  div#reuniao-s7 .reuniao_ana2 {
    right: 33%;
  }

  div#reuniao-s9 .reuniao-ana {
      width: 700px;
      right: 25%;
  }

}

@media screen and (min-width: 2560px) and (max-width: 3839px) {

  .reuniao_ana {
      right: 23%;
  }

  div#reuniao-s7 .reuniao_ana2 {
    right: 23%;
  }

  div#reuniao-s9 .reuniao-ana {
      width: 700px;
      right: 15%;
  }

}

@media screen and (min-width: 2304px) and (max-width: 2559px) {

  .reuniao_ana {
      right: 20%;
  }

  div#reuniao-s7 .reuniao_ana2 {
    right: 20%;
  }

  div#reuniao-s9 .reuniao-ana {
      width: 700px;
      right: 10%;
  }

}

@media screen and (min-width: 1920px) and (max-width: 2303px) {

  .reuniao_ana {
      right: 10%;
  }

  div#reuniao-s7 .reuniao_ana2 {
    right: 18%;
  }

  div#reuniao-s9 .reuniao-ana {
      width: 700px;
      right: 0;
  }

}

@media screen and (min-width: 1440px) and (max-width: 1919px) {

}


@media screen and (min-width: 1366px) and (max-width: 1439px) {


}

@media screen and (min-width: 1024px) and (max-width: 1259px) {

  .triangulo1, div#reuniao-s3 .triangulo2, .triangulo3, .triangulo4, .triangulo5, .triangulo6{
    display: none;
  }

  .reuniao_ana {
    right: -16%;
  }

  div#reuniao-s7 .reuniao_ana2 {
    right: -5%;
  }

  div#reuniao-s9 .reuniao-ana {
    width: 600px;
    right: -18%;
  }

  div#reuniao-banner, div#reuniao-s9{
    background-position: left;
  }

}

@media screen and (min-width: 601px) and (max-width: 1023px) {

  .triangulo1, div#reuniao-s3 .triangulo2, .triangulo3, .triangulo4, .triangulo5, .triangulo6{
    display: none;
  }

  .reuniao_ana {
    display: none;
  }

  div#reuniao-s7 .reuniao_ana2 {
    display: none;
  }

  div#reuniao-banner, div#reuniao-s9{
    background-position: left;
  }

  div#reuniao-s9 .reuniao-ana {
    display: none;
  }

  .reuniao-ana3 {
    display: none;
  }

}

@media screen and (max-width: 600px) {

/* === CSS aqui === */
	.show-mobile{
		display: inherit;
	}
	.show-desk{
		display: none;
	}
	.site-footer-info, .bsb-copyright, footer#colophon p, footer#colophon a {
    text-align: center;
	}
	.triangulo1, .triangulo2, .triangulo3, .triangulo4, .triangulo5, .triangulo6{
    display: none;
  }

  div#reuniao-banner {
    background-image: url(/images/reuniao/reuniao_header_mobile.jpg);
    background-position: bottom center;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 50px;
    margin-top: 102px;
  }

  .reuniao_ana {
    position: relative;
    right: 0%;
    left: 10%;
    bottom: -50px;
    width: 300px;
  }

  .reuniao-logo {
    width: 72%;
  }

  .button {
    font-size: 1em;
  }

  .t1 {
    font-size: 1.3em !important;
  }

  div#reuniao-s1 .t2, div#reuniao-s9 .t2 {
    font-size: 1.1em;
  }

  div#reuniao-s8 .t2{
    font-size: 1.8em;
  }

  p{
    font-size: 16px;
  }

  div#reuniao-banner .t2 {
    font-size: 1em;
  }

  div#reuniao-linha .text {
    font-size: 0.8em;
  }

  div#reuniao-s1, div#reuniao-s5 {
    padding-top: 80px;
    padding-bottom: 100px;
    background-size: 200%;
  }

  div#reuniao-s2, div#reuniao-s6, div#reuniao-s3, div#reuniao-s4, div#reuniao-s7, div#reuniao-s8{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .masonry {
    column-count: 1;
  }

  .item-masonry {
    width: inherit;
  }

  div#reuniao-s7 .reuniao_ana2, div#reuniao-s9 .reuniao-ana{
    display: none;
  }

  div#reuniao-s7 .text-columns {
    column-count: 2;
  }

  div#reuniao-s9 {
    background-color: #111;
    background-image: none;
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .reuniao-arquitetura div#reuniao-banner {
    background-image: url(/images/reuniao/reuniao_header-arquitetura_mobile.jpg);
  }

  .reuniao-joalheria div#reuniao-banner {
    background-image: url(/images/reuniao/reuniao_header-joalheria_mobile.jpg);
  }

  .reuniao-artista div#reuniao-banner {
    background-image: url(/images/reuniao/reuniao_header-pintores_mobile.jpg);
  }

}
