/*
Theme Name: Global Gallivanting
Theme URI: https://www.global-gallivanting.com
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
*/

/* Z Index elements */
#goaimg {
  z-index: -1;
}
#goatxt {
  z-index: 1;
}
/* 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;
   }
}
/* Hide reCaptcha icon */
.grecaptcha-badge { visibility: hidden; }

/* Parallax GG */
.paragg {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
}
.heromaldives {
	height:90vh;
	background-image: url(https://www.global-gallivanting.com/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:6px;
}
.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:6px;
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:6px;
margin-top: 10px;
}
.gg-button-block-white:hover{
background-color: #f5edf8;
	color: #5f0c82;  !important;
}
.whttxt:link {
	color: white;  !important;
	text-decoration: none;
}
/* CF7 Contact Form */
.wpcf7 {
    width: 100% !important;
}
/* CF7 General Inputs */
.wpcf7 input[type=email],
.wpcf7 input[type=month],
.wpcf7 input[type=number],
.wpcf7 input[type=search],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 input[type=time],
.wpcf7 input[type=url],
.wpcf7 input[type=week],
.wpcf7 textarea
{
    border: 1px solid #D5E0EB;
    background-color: #fdf7ff;
    border-radius: 6px;
    line-height: 1.3;
    padding: .375rem .75rem;
    min-height: 35px;
    width: 100%;
}
/* CF7 Button */
.wpcf7 input[type=submit] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5f0c82;
    color: #fff;
    border: 0;
    /*padding: 15px 30px;*/
    border-radius: 6px;
    transition: .2s linear;
}
.wpcf7 input:hover[type=submit] {
    background-color: #8311b3;
    transition: .2s linear;
    cursor: pointer;
}
.wpcf7 input:focus[type=submit] {
    background-color: #8311b3;
    outline: none;
    border: 0;
    box-shadow: 0 0 0 3px;
}
/* CF7 Row spacing */
.wpcf7 form p {
    margin-bottom: 8px;
}