/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

html { 
	scroll-behavior: smooth;
	overflow-y: scroll; overflow-x: hidden;
}

.gallery-button {
	color: #B29210 !important;
}




/* GOOGLE TRANSLATE */
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf, .VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
	display:none!important;
}

.gutena-accordion-block .gutena-accordion-block__panel {
    background-color: transparent !important;
}

::selection { background: #B29210; }

#primary-menu [aria-current]:not([aria-current=false]) {
	border-bottom: 1px solid;
	color: #975be5;
	font-weight: 700;
}

.grayscale-img{
	filter: grayscale(100%);
  	transition: 0.7s;
}
.grayscale-img:hover{
	filter: grayscale(0);
	transform: scale(1.02);
}

.box-shadow img iframe{
  border-radius: 10px !important;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

blockquote{
    font-size: 0.8em;
}

@media screen and (max-width: 540px) {
  #astronaut-intro {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    display: none;
  }
}

.page-id-3501 .menu-item-3504-fr {
	display: none;
}

.intro-home-page-image img {
	max-width: 180%;
	width: 180%;
}

/* COOKIE MESSAGE */  
.cookie-message {
    border-radius: 10px;
    padding: 15px 0;
    background: #f7f8fb;
    box-shadow: 0 0 16px 2px rgba(0,0,0,.05), 0 10px 10px 2px rgba(0,0,0,.05);
    font-size: 12px;
    line-height: 40px;
    position: fixed;
    z-index: 100;
    bottom: 5%;
    right: 2%;
    margin: auto;
    max-width: 350px;
    display: -ms-flexbox;
    display: none;
}
.cookie-message img {
    height: 60px;
    width: 60px;
    margin: 0 15px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.cookie-message span {
    display: inline-block;
    line-height: 1.5;
    padding-right: 16px;
    border-right: 1px solid rgba(0,0,0,.1);
}
.cookie-message a.close {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border: none;
    font-size: 24px;
    padding: 0 20px 0 16px;
    position: relative;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #919191;
    transition: color 0.2s;
}
.cookie-message a.close:hover { color: #795548; }
.cookie-message a {
    display: inline-block;
    text-decoration: none;
}


/************* Table Pricing **************/  
.main-pricing-table {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
    width: 1170px;
    margin: 0 auto;
}
.price-table {
    width: 100%;
    border-collapse: collapse;
    border: 0 none;
}
.price-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.price-table tr td {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px 24px;
    font-size: 14px;
}
.price-table tr td:first-child {
    border-left: 0 none;
}
.price-table tr td:not(:first-child) {
    text-align: center;
}
.price-table tr:nth-child(even) {
    background-color: #FFFFFF;
}
.price-table tr:hover {
    background-color: #EEEEEE;
}
.price-table .fa-check {
    color: #975be5;
}
.price-table .fa-times {
    color: #D8D6E3;
}

/* Highlighted column */
.price-table tr:nth-child(2n) td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.25);
}
.price-table tr td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.15);
    padding: 8px 48px;
}
.price-table tr td:nth-child(3) .fa-check,
.price-table tr:nth-child(2n) td:nth-child(3) .fa-check {
    /* color: #ffffff; */
}
/**/

.price-table tr.price-table-head td {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.price-table tr.price-table-head {
    background-color: #975be5;
    color: #FFFFFF;
}
.price-table td.price {
    color: #975be5;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 600;
}
.price-table td.price a {
    background-color: #975be5;
    color: #FFFFFF;
    padding: 12px 32px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 64px;
}
.price-table td.price-table-popular {
    border-top: 3px solid #975be5;
    color: #975be5;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 48px;
    font-weight: 700;
}
.price-table .price-blank {
    background-color: #fafafa;
    border: 0 none;
}

@media (max-width: 900px) {
	.tscroll {
	  width: 100%;
	  overflow-x: scroll;
	}

	.tscroll table td:first-child {
	  position: sticky;
	  left: 0;
	  background-color: #fff;
	}
}


[data-title] {
  position: relative;
}
[data-title]:after {
  content: attr(data-title);
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 3px 5px 7px;
  white-space: normal;
  z-index: 99999;
  visibility: hidden;
  position: absolute;
  left: 0%;
  bottom: 120%;
  border-radius: 4px 4px 4px 4px;
  width: 15rem;
  font-size: 0.875rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
          box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
[data-title]:hover:after {
  opacity: 1;
  -webkit-transition: all 0.1s ease 0.3s;
  transition: all 0.1s ease 0.3s;
  visibility: visible;
}


.hide{
	display:none !important;
}

