/*
Theme Name: Global Gallivanting
Theme URI: https://global-gallivanting.net
Description: Global Gallivanting Theme
Author: PenciDesign
Author URI: http://pencidesign.com
Template: pennews
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: globalgallivanting
*/

@font-face {
    font-family: 'Brusher';
    src: url('https://global-gallivanting.net/wp-content/themes/globalgallivanting/fonts/brusher.woff2') format('woff2'),
         url('https://global-gallivanting.net/wp-content/themes/globalgallivanting/fonts/brusher.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Penci Mobile fix */
@media screen and (orientation:landscape) and (min-device-width:319px) and (max-device-width:480px) {
   .penci-hidden-tablet,
   .penci-hidden-desk {
      display: block !important;
   }
   .penci-hidden-mobile {
      display: none !important;
   }
}

/* Parallax GG */
.paragg {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
}
.heromaldives {
	height:90vh;
	background-image: url(https://global-gallivanting.net/wp-content/uploads/2024/04/20230111_121202-cropped-2000-13op.jpg);
	background-size: cover;
	background-position: top;
}
.titleshadow {
	text-shadow: 1px 1px 10px #444444;
}
/*Purple CTA buttons*/
/*Rounded Button */
.gg-button {
display: inline-block;
outline: none;
cursor: pointer;
font-size: 16px;
line-height: 1;
border-radius: 25px;
transition-property: background-color,border-color,color,box-shadow,filter;
transition-duration: .3s;
border: 1px solid transparent;
letter-spacing: 2px;
min-width: 160px;
white-space: normal;
font-weight: 500;
text-align: center;
padding: 16px 21px 21px;
color: #fff;  !important;
background-color: #5f0c82;
height: 48px;
margin-bottom:16px;
}
.gg-button:hover{
background-color: #8c11c2;
	color: #fff;  !important;
}
/*Box Button */
.gg-button-block {
display: inline-block;
outline: none;
cursor: pointer;
font-size: 16px;
line-height: 1;
border-radius: 5px;
transition-property: background-color,border-color,color,box-shadow,filter;
transition-duration: .3s;
border: 1px solid transparent;
letter-spacing: 2px;
min-width: 160px;
white-space: normal;
font-weight: 500;
text-align: center;
padding: 16px 21px 21px;
color: #fff;  !important;
background-color: #5f0c82;
height: 48px;
margin-bottom:16px;
margin-top: 10px;
}
.gg-button-block:hover{
background-color: #8c11c2;
	color: #fff;  !important;
}

/*Box Button inverse color */
.gg-button-block-white {
display: inline-block;
outline: none;
cursor: pointer;
font-size: 16px;
line-height: 1;
border-radius: 5px;
transition-property: background-color,border-color,color,box-shadow,filter;
transition-duration: .3s;
border: 1px solid #5f0c82;
letter-spacing: 2px;
min-width: 160px;
white-space: normal;
font-weight: 500;
text-align: center;
padding: 16px 21px 21px;
color: #5f0c82;  !important;
background-color: transparent;
height: 48px;
margin-bottom:16px;
margin-top: 10px;
}
.gg-button-block-white:hover{
background-color: #f5edf8;
	color: #5f0c82;  !important;
}
.whttxt:link {
	color: white;  !important;
	text-decoration: none;
}

/* wpforms styling 
.wpforms-container {
    background-color: #ededed !important;
    padding: 1.5rem !important;
}*/
.wpforms-container input[type="text"],
.wpforms-container input[type="email"],
.wpforms-container textarea,
.wpforms-container select {
    border: 1px solid #5f0c82 !important;
}
