/*
Theme Name: royalart v3
URI: http://royalart.com.pt
Author: CONTAGIO
Author URI: http://contagio.pt
Description: Bootstrap 4 WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
/*--------------------------------------------------------------
# Content on Left with Sidebar on Right
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Advent+Pro:400,500|Open+Sans+Condensed:300');

body {
  overflow-x: hidden;
  font-family: 'Advent Pro', sans-serif;
  font-weight: 400;
}
.content-area {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .content-area {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .content-area {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.66666667%;
              flex: 0 0 66.66666667%;
      max-width: 66.66666667%; } }

.widget-area {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .widget-area {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .widget-area {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333333%;
              flex: 0 0 33.33333333%;
      max-width: 33.33333333%; } }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
  margin-top: 2em; }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Posts and Pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.post {
  margin-bottom: 4em;
  padding-bottom: 1em; }

.post-thumbnail {
  margin-bottom: 1em; }

.entry-meta,
.entry-footer {
  font-size: .75rem;
  margin: .75em 0 2em; }
  .entry-meta .svg-inline--fa,
  .entry-footer .svg-inline--fa {
    color: #868e96;
    margin-right: .3em; }
  .entry-meta span,
  .entry-footer span {
    margin: 0 1.5em .4em 0;
    display: inline-block; }
    .entry-meta span:last-child,
    .entry-footer span:last-child {
      margin: 0; }
    .entry-meta span a,
    .entry-footer span a {
      text-decoration: none;
      color: #868e96; }
      .entry-meta span a:hover,
      .entry-footer span a:hover {
        color: #212529; }
  .entry-meta .edit-link .btn,
  .entry-footer .edit-link .btn {
    color: #fff; }
    .entry-meta .edit-link .btn:hover,
    .entry-footer .edit-link .btn:hover {
      color: #fff; }

/* Posts Navigation */
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

/* Screenreaders */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

/* 404 page */
.error404 .content-area {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 2em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }
  .widget #wp-calendar {
    width: 100%; }
  .widget .card-header {
    font-size: 1.25rem; }
  .widget .tagcloud,
  .widget .textwidget,
  .widget .calendar_wrap {
    padding: 1.25rem; }
	.icons-medium{list-style-type: none !important; padding-left:0 !important;}
  .widget ul {

    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    margin-bottom: 0; }
  .widget.widget_search {
    border: none; }
  .widget .tagcloud a {
    margin-bottom: .5rem; }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  padding: 4rem 0;
  _margin-top: 4rem;
  background-color: #f8f9fa; }

.site-content {
  word-break: break-word; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }
/*--------------------------------------------------------------
## CONTAGIO MAGIC
--------------------------------------------------------------*/
/*slider*/
.sliderHome {top:0px; width:100%; height:80vh;}
.slideIn { top:0;width:100%; height:80vh; background-position: center center; background-size: cover; background-repeat: no-repeat;}
.logoHome {
  position:absolute;
  width:100%;
  height:100%;
  z-index:900;
  top:0;
  _background: linear-gradient(270deg, rgba(207,179,117, 0.59), rgba(207,179,117, 0.79), rgba(234, 164, 255, 0.59));
  _background-size: 600% 600%;
  _-webkit-animation: background-slider 13s ease infinite;
  _-moz-animation: background-slider 13s ease infinite;
  _animation: background-slider 13s ease infinite;
  }
  @-webkit-keyframes background-slider {
      0%{background-position:0% 50%}
      50%{background-position:100% 50%}
      100%{background-position:0% 50%}
  }
  @-moz-keyframes background-slider {
      0%{background-position:0% 50%}
      50%{background-position:100% 50%}
      100%{background-position:0% 50%}
  }
  @keyframes background-slider {
      0%{background-position:0% 50%}
      50%{background-position:100% 50%}
      100%{background-position:0% 50%}
  }

.logoHome .logo{
  width:200px;
  height: 200px;
  background: #000;
  position: absolute;
  margin-left:50%;
  left:-100px;
  top:50%;
  margin-top:-100px;
  padding-top:10px;
  text-align: center;
  padding-left:5px;
}
.logoHome .logo img{
  height: 180px;
  width:auto;
}

.carousel-indicators .active {
  background-color: transparent;
  border-bottom: 10px solid white;
}

.carousel-indicators {

  left:-250px;
  margin-right:0;
  z-index: 999 !important;
}
.carousel-indicators li{
width: 0;
height: 0;
background-color: transparent;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid rgba(255,255,255,.5);
}

/*MENU*/
label {
  position: absolute;
  z-index: 1001;
}

#toggle {
  display: none;
}

input:checked ~ label {
  right: 0;
}

.burger {
  position: relative;
  top: 24px;
  cursor: pointer;
}

.burger g {
  stroke: #ffffff;
  -webkit-transition: stroke 0.25s ease-in-out;
  transition: stroke 0.25s ease-in-out;
}

.burger g:hover {
  stroke: #cccccc;
}

input:checked ~ label .burger {
  opacity: 0;
}

.close {
  position: relative;
  top: 24px;
  cursor: pointer;
  opacity: 0;
}
.close:hover {opacity: 0;}

.close g:hover {
  stroke: #cccccc;
}

.close g {
  stroke: #ffffff;
  -webkit-transition: stroke 0.25s ease-in-out;
  transition: stroke 0.25s ease-in-out;
}

.close line {
  -webkit-transform-origin: 0%;
          transform-origin: 0%;
}

.close g {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
}

input:checked ~ label .close {
  opacity: 1;
}

input:checked ~ .menu-ham {
  display:block;
  opacity: 1;
}

input:checked ~ .menu-ham div {
  margin-top: 0px;
}

.menu-ham {
  position: fixed;
  opacity: 0;
  display: none;
  width: calc(100vw - 17px);
  height: 100vh;
  background-color: #000;
  -webkit-transition: opacity 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  z-index:1000;
  padding-top:20vh;
}
.menu-ham h2 {line-height: 2rem;}
_col-md-3 div div { margin-top:30px;}
.menu-ham_2-container , .menu-ham_3-container { margin-top:35px !important; }
.menu-ham ul {list-style: none; margin-left: 0px; padding-left: 0px;}
.menu-ham ul li a { color: #fff; font-size: 14px; line-height: 16px; font-weight: 400;}
.menu-ham div {
  margin-top: 50px;
  -webkit-transition: margin 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: margin 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.card-prod:hover {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(161,161,161,1);
  -moz-box-shadow: 0px 0px 13px 0px rgba(161,161,161,1);
  box-shadow: 0px 0px 13px 0px rgba(161,161,161,1);
}
/*HACKS*/
.ztb-customchatbox-logo {display: none !important;}

.bg-dark-rl{ background-color: #000;}

/* CF7 */
.wpcf7 input, .wpcf7 textarea {
  width: 100%;
  padding: 10px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 30px;
  background: #CFB375;
  border: solid 1px #CFB375;
  border-bottom: 1px solid #CFB375;
  _box-shadow: inset 2px 2px 8px #bababa;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom:10px;
}

.wpcf7 .wpcf7-list-item {
  padding-left: 0;
  margin-left: 0;
  margin-right: 25px;
}

.wpcf7 .wpcf7-list-item input {
  border: none;
  padding-left: 0;
  margin-left: 0;
}

.wpcf7 select {
  outline: none;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

.wpcf7 input:hover, .wpcf7 input:focus, .wpcf7 input:active, .wpcf7 textarea:hover, .wpcf7 textarea:focus, .wpcf7 textarea:active {
  background: #CFB375;
  outline: none;
}

.wpcf7 input.wpcf7-submit {
  width:100%;
  float:left;
  -webkit-transition: 0;
  -moz-transition: 0;
  -o-transition: 0;
  transition: 0;
  border: none;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 11px;
  padding-bottom: 10px;
font-weight:700;
  _padding-left: 35px;
  _padding-right: 35px;
  background-color: #CFB375;
  border: 1px solid #CFB375;
}

/* On hover */

.wpcf7 input.wpcf7-submit:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #CFB375;
}

/* On click */

.wpcf7 input.wpcf7-submit:active {
  top: 1px;
  color: #000;
  background-color: #CFB375;

}

/* CF7 Messages */

.wpcf7 .wpcf7-validation-errors {
  border: none;
  background-color: #676767;
  margin: 0;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.wpcf7 .wpcf7-mail-sent-ok {
  border: none;
  background-color: #676767;
  margin: 0;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.wpcf7 .wpcf7-mail-sent-ng {
  border: none;
  background-color: #cf2d38;
  margin: 0;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: white;
}

.wpcf7 span.wpcf7-not-valid-tip {
  border: none;
  background-color: #cf2d38;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 10px;
  width: 180px;
  color: white;
  /* Drop shadow */
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.wpcf7-form .fleft {
  float: left;
}

.wpcf7-form .mright20 {
  margin-right: 20px;
}

.wpcf7-form .mright40 {
  margin-right: 40px;
}

.wpcf7-form .clear {
  clear: both;
}
input[type="tel"]::-webkit-input-placeholder,input[type="text"]::-webkit-input-placeholder,input[type="email"]::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
input[type="tel"]::-moz-placeholder,	input[type="text"]::-moz-placeholder,input[type="email"]::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* Firefox 19+ */
  color: #fff;
}
input[type="tel"]:-ms-input-placeholder,input[type="text"]:-ms-input-placeholder,input[type="email"]::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* IE 10+ */
  color: #fff;
}
input[type="tel"]:-moz-placeholder,input[type="text"]:-moz-placeholder,input[type="email"]::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* Firefox 18- */
  color: #fff;
}

.f-header {
  -webkit-box-shadow: 0px 0px 15px 2px rgba(92,92,92,1);
-moz-box-shadow: 0px 0px 15px 2px rgba(92,92,92,1);
box-shadow: 0px 0px 15px 2px rgba(92,92,92,1);
}
h1,h2,h3,h4,h5,h6, .btn {
  font-family: 'Open Sans Condensed', sans-serif !important;
}
.nav-link {
	text-transform: uppercase;
  font-family: 'Advent Pro', sans-serif;
  font-weight: 900;
}
.rpc-post-para, .rpc-content {display: none;}
.wp-pagenavi a {color: grey;}
#breadcrumbs span a {color: grey;}
.jp-carousel-info {display:none !important;}
#style-11::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

#style-11::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0,0,0,0.1);
  border: 1px solid #ccc;
}

#style-11::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(left, #fff, #e4e4e4);
  border: 1px solid #aaa;
}

#style-11::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

#style-11::-webkit-scrollbar-thumb:active {
  background: linear-gradient(left, #22ADD4, #1E98BA);
}
