/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* =Copyright
-------------------------------------------------------------- */
.copyright span{
	font-size: 11px;
	line-height: 40px;
	letter-spacing: -.02em;
	font-family: "Tahoma", sans-serif;
	text-transform: uppercase;
}
.copyright a#ac{
	background: url("../ac/ac.png") no-repeat scroll center top;
	display: block;
	float: right;
	height: 24px;
	margin: 8px 0;
	opacity: 0.6;
	width: 37px;
}
.copyright a#ac:hover{
	opacity: 1;
}

/* =WPCF7
-------------------------------------------------------------- */
body span.wpcf7-form-control-wrap {
	width: 100%;
}
body span.wpcf7-not-valid-tip {
	color: #a94442;
	font-size: 12px;
	font-weight: bold;
}
body div.wpcf7-response-output {
	padding: 7px 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
body div.wpcf7-response-output.wpcf7-validation-errors {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
body div.wpcf7-response-output.wpcf7-mail-sent-ok {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

/* =SUPERSLIDES
-------------------------------------------------------------- */
#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #222;
}

/* =ROYAL PRELOADER
-------------------------------------------------------------- */
body.royal_preloader {
    background: none;
    visibility: hidden;
}
#royal_preloader {
    font-size: 12px;
    visibility: visible;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    margin: 0;
    z-index: 9999999999;
}
#royal_preloader.royal_preloader_number:before,
#royal_preloader.royal_preloader_progress:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#royal_preloader.complete {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear 0.5s;
       -moz-transition: opacity 0.2s linear 0.5s;
        -ms-transition: opacity 0.2s linear 0.5s;
         -o-transition: opacity 0.2s linear 0.5s;
            transition: opacity 0.2s linear 0.5s;
}
#royal_preloader.royal_preloader_line {
    height: 2px;
    bottom: auto;
}

/* Number Mode */

#royal_preloader.royal_preloader_number .royal_preloader_percentage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-transition: all 0.3s linear 0.5s;
       -moz-transition: all 0.3s linear 0.5s;
        -ms-transition: all 0.3s linear 0.5s;
         -o-transition: all 0.3s linear 0.5s;
            transition: all 0.3s linear 0.5s;
}
#royal_preloader.royal_preloader_number .royal_preloader_percentage:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
}
#royal_preloader.royal_preloader_number .royal_preloader_percentage:after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border: 4px solid transparent;
    border-left-color: #FFFFFF;
    border-radius: 50%;
    -webkit-animation: rotate 0.8s linear infinite;
       -moz-animation: rotate 0.8s linear infinite;
        -ms-animation: rotate 0.8s linear infinite;
         -o-animation: rotate 0.8s linear infinite;
            animation: rotate 0.8s linear infinite;
}

/* Line Mode */

#royal_preloader.royal_preloader_line .royal_preloader_loader {
    position: absolute;
    height: 100%;
    left: 0;
}
#royal_preloader.royal_preloader_line .royal_preloader_peg {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100px;
    opacity: 0.5;
}

/* Text Mode */

#royal_preloader.royal_preloader_text .royal_preloader_loader {
    color: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 30px;
    line-height: 30px;
    margin: auto;
    letter-spacing: 3px;
    font-size: 16px;
    white-space: nowrap;
}
#royal_preloader.royal_preloader_text .royal_preloader_loader div {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0%;
    background-color: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* Logo Mode */

#royal_preloader.royal_preloader_logo .royal_preloader_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 5px;
}
#royal_preloader.royal_preloader_logo .royal_preloader_loader div {
    position: absolute;
    bottom: 0%;
    left: 0px;
    right: 0px;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#royal_preloader.royal_preloader_logo .royal_preloader_percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    line-height: 40px;
    margin: 0px;
    color: #072E77;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

/* Progress Mode */

#royal_preloader.royal_preloader_progress .royal_preloader_percentage {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #AAAAAA;
    color: #444;
    font-size: 20px;
    text-align: center;
}
#royal_preloader.royal_preloader_progress .royal_preloader_loader {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: -10px auto auto auto;
    background-color: rgba(0, 0, 0, 0.1);
}
#royal_preloader.royal_preloader_progress .royal_preloader_meter {
    width: 0;
    height: 100%;
    margin: auto;
    padding: 0;
    background-color: #F86C1F;
}


@-webkit-keyframes rotate {
    0% { -webkit-transform: rotate(0);}
    100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform: rotate(0); }
    100% { -moz-transform: rotate(360deg); }
}
@-ms-keyframes rotate {
    0% { -ms-transform: rotate(0); }
    100% { -ms-transform: rotate(360deg); }
}
@-o-keyframes rotate {
    0% { -o-transform: rotate(0); }
    100% { -o-transform: rotate(360deg); }
}
@keyframes rotate {
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg); }
}

/* =Auto ajuste das imagens
-------------------------------------------------------------- */

.masonry-row {
    background: #f2f2f2;
    padding-bottom: 80px;
}

.masonry-list,
.masonry-list-three {
    /*margin-top: 30px;*/
    margin-bottom: 50px;
    margin-left: 20px;
}

.masonry-list .post-item,
.masonry-list-three .post-item {
    background: #fff;
    margin-bottom: 20px;
    padding:15px;
    position: relative;
    /*border: 1px solid #f2f2f2;*/
}


.masonry-list.without-text .post-item{
    margin-bottom: 14px;
}

.masonry-list.without-text .post-item,
.masonry-list-three.without-text .post-item {
    background: none;
}

.masonry-list .post-item p,
.masonry-list-three .post-item p {
    line-height:25px;
}

.share-row {
    float: right;
    text-align: right;
    border-top: 1px solid #f2f2f2;
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
}

.share-row a {
    text-decoration: none;
    color: #d6d6d6;
    outline: 0;
    font-weight: 300;
}

.masonry-list .post-item .quote-with-bg,
.masonry-list-three .post-item .quote-with-bg {
    padding: 50px 20px;
}

.masonry-list .post-item .quote-with-bg p,
.masonry-list-three .post-item .quote-with-bg p {
    font-weight:300;
}

.masonry-list .post-item .post,
.masonry-list-three .post-item .post {
    margin-bottom: 0;
}

.masonry-list .post-item .video-fit,
.masonry-list .post-item .audio-post,
.masonry-list .post-item .post-img,
.masonry-list .post-item .post-link-image,
.masonry-list-three .post-item .video-fit,
.masonry-list-three .post-item .audio-post,
.masonry-list-three .post-item .post-img,
.masonry-list-three .post-item .post-link-image
{
    margin-bottom: 20px;
}

.masonry-list .post-item .lightGallery a img ,
.masonry-list .post-item .bx-wrapper,
.masonry-list-three .post-item .lightGallery a img ,
.masonry-list-three .post-item .bx-wrapper{
    margin-bottom: 0;
}


.masonry-list .post-item .post-link-image a p,
.masonry-list-three .post-item .post-link-image a p{
    font-size: 20px;
}

.post-item a {
    color: #323232;
    line-height: 20px;
    text-decoration: none;
    text-transform: capitalize;
}

.grid .post-item a  {
    color: #323232;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600 !important;
}

.grid .view_likes  {
    color: #ccc;
    font-size: 12px;
    font-weight: normal;
}


.filter-group {
    background-color: #21272B;
    list-style: none;
    margin: -20px 0 20px;
    padding: 30px 20px;
}

.filter-group li {
    display: inline-block;
}
.filter-group li a {
    color: #999;
    font-size: 12px;
    margin-right: 15px;
    outline: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.filter-group li a:hover {
    color: white;
}

.justified-gallery > a > .caption, .justified-gallery > div > .caption {
    padding: 15px;
}

.filter-group li h5 {
    font-weight: 600;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.filter-group li h5:after{
    content: "|";
    position: relative;
    padding-left: 10px;
    color: #6f6f6f;
    font-weight: 300;
}

/* =Grid
-------------------------------------------------------------- */

.grid {
  /*overflow: hidden;*/
  margin: 0;
  /*padding: 3em 0 0 0;*/
  /*width: 100%;*/
  /*max-width: 1920px;*/
  list-style: none;
  /*text-align: center;*/
}

/* Common style */
.grid figure {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  /*margin: -0.135em;*/
  width: 100%;
  /*height: 400px;*/
  /*background: #3085a3;*/
  text-align: center;
  cursor: pointer;
}

.grid figure.effect-chico {
    /*background: none;*/
}

.grid figure,
.grid figure:hover {
    background: #323232;
}

.grid figure:hover {
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.grid figure img {
  position: relative;
  display: block;
  /*min-height: 100%;*/
    width: 100%;
    height: auto;
  opacity: 0.8;
  max-width: inherit;
  height: auto;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  /*word-spacing: -0.15em;*/

  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 80%;
}

figure.effect-milo {
  /*background: #2e5d5a;*/
}

figure.effect-milo img {
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px,0,0) scale(1.12);
  transform: translate3d(-30px,0,0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-milo:hover img {
  opacity: 0.2;
  -webkit-transform: translate3d(0,0,0) scale(1);
  transform: translate3d(0,0,0) scale(1);
}

figure.effect-milo h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
    opacity: 0;
  text-align:right;
}

figure.effect-milo:hover h2 {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em 1.2em;
    opacity: 1;
    font-size: 20px;
}

figure.effect-milo p {
  padding: 0 10px 0 0;
  /*width: 50%;*/
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}

figure.effect-milo:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
