.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}#page  .planet-form{
padding:5px 30px;
}
#page .align-center{
text-align:center;
}
#page .align-center-flex{
justify-content: center;
}
#page .planet-form {
position: relative;
}
#page .planet-form.loading #ajax-planet-form{
opacity:0.2;
}
#page .planet-form .loading-overlay{
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
text-align: center;
z-index: 999;
overflow: hidden;
display:none;
}
#page .planet-form.loading .loading-overlay{
display:block;
}
#page .planet-form .loading-overlay img {
width: auto;
height: auto;
max-height: 100%;
}
#page #ajax-planet-form{
max-width:1340px;
margin:0 auto;
}
#page .planet-form label {
width: 100%;
color: white;
display: block;
min-height: 21px;
font-weight: 700;
text-align:left;
}
#page .planet-form input {
width: 100%;
background-color: rgba(255,255,255,0.3);
border-radius: 0;
color: white;
text-align:left;
}
#page .planet-form input:-ms-input-placeholder{
color:#fff;
opacity:0.8;
}
#page .planet-form input::-ms-input-placeholder{
color:#fff;
opacity:0.8;
}
#page .planet-form input::-webkit-input-placeholder{
color:#fff;
opacity:0.8;
}
#page .planet-form input::placeholder{
color:#fff;
opacity:0.8;
}
#page .planet-captcha,
#page .planet-form input[type=submit]{
background-color: #e03382;
border: 1px solid #e03382;
padding: 0px 46px;
line-height: 41px;
width: auto;
font-weight: 700;	
cursor: pointer;
}
#page .planet-form input[type=submit]:hover{
opacity:0.8;
}
#page .planet-message{
background-color: rgba(255,255,255,0.3);
max-width: 600px;
margin: 30px auto 5px;
padding: 6px 10px;
text-align: center;
border-top: 2px solid white;
font-size: 13px;
width: 100%;
display:none;
}
#page .planet-message.p-error {
background-color: rgba(255, 193, 193, 0.3);
border-color: #fe8787;
}
#page .planet-message.p-error h5{
color:#ffc6c6;
}
#page .planet-message.p-success {
background-color: rgba(212, 255, 215, 0.3);
border-color: #0fc91e;
margin-top: 0;
}
#page .planet-message.p-success h5{
color:#c8fecd;
}
#page .l1-img {
animation: ball-attack 3s linear 0s 1;
}
#planet-form-top {
background-color: #840b41;
color: #fff;
text-align: center;
font-weight: 500;
padding: 8px 0;
}
#planet-form-top a{
color:#fff;
text-decoration:underline;
}
@keyframes ball-attack { }html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  #cssmenu, #cssmenu ul, #cssmenu li, #cssmenu a {
border: none;
margin: 0;
padding: 0;
line-height: 1;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
text-align: left;
padding: 10px 0;
}
#cssmenu {
height: 39px;
display: block;
padding: 0;
margin: 0;
width: auto;
margin-top: 5px;
}
#cssmenu > ul {
list-style: inside none;
padding: 0;
margin: 0;
}
#cssmenu > ul > li {
list-style: inside none;
padding: 0;
margin: 0;
float: left;
display: block;
position: relative;
}
#cssmenu > ul > li > a {
outline: none;
display: block;
position: relative;
padding: 9px 4px;
}
#cssmenu > ul > li > a:after {
content: '';
position: absolute;
top: -1px;
bottom: -1px;
right: -2px;
z-index: 99;
}
#cssmenu ul li.has-sub:hover > a:after {
top: 0;
bottom: 0;
}
#cssmenu > ul > li.has-sub > a:before {
content: '';
position: absolute;
top: 18px;
right: 6px;
border: 5px solid transparent;
}
#cssmenu > ul > li.has-sub:hover > a:before {
top: 19px;
}
#cssmenu ul li.has-sub:hover > a {
padding-bottom: 13px;
z-index: 999;
}
#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
display: block;
}
#cssmenu ul li > ul,
#cssmenu ul li > div {
display: none;
width: auto;
position: absolute;
top: 38px;
padding: 10px 0;
z-index: 999;
}
#cssmenu ul li > ul {
width: 200px;
background-color: white;
padding: 20px;
}
#cssmenu ul li > ul li {
display: block;
list-style: inside none;
padding: 0;
margin: 0;
position: relative;
} body {
margin: 0;
} h1 {
font-size: 28px;
margin: 8px 0 12px;
text-transform: uppercase;
font-weight: bold;
color: #000;
line-height: 1.5;
}
h2 {
font-size: 24px;
margin: 6px 0 12px;
text-transform: uppercase;
font-weight: bold;
color: #000;
line-height: 1.5;
}
h3 {
font-size: 17px;
margin: 4px 0 12px;
font-weight: 300;
color: #555555;
line-height: 1.5;
}
h4 {
font-size: 18px;
margin: 4px 0 12px;
font-weight: 500;
color: #000;
line-height: 1.5;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: 'Montserrat', sans-serif;
font-size: 14px;
line-height: 1.5;
font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding-left: 10px;
padding: 10px;
}
.site-footer input[type="text"],
.site-footer input[type="email"],
.site-footer input[type="url"],
.site-footer input[type="password"],
.site-footer input[type="search"],
.site-footer input[type="number"],
.site-footer input[type="tel"],
.site-footer input[type="range"],
.site-footer input[type="date"],
.site-footer input[type="month"],
.site-footer input[type="week"],
.site-footer input[type="time"],
.site-footer input[type="datetime"],
.site-footer input[type="datetime-local"],
.site-footer input[type="color"],
.site-footer textarea {
max-width: 650px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}
.site-footer textarea {
width: 100%;
height: 68px;
}  a {
color: royalblue;
}
a:visited {
color: purple;
}
a:hover, a:focus, a:active {
color: midnightblue;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
} .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
text-align: right;
font-size: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
display: inline-block;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
font-family: 'Saira Condensed', sans-serif;
color: #000;
font-weight: 600;
text-transform: uppercase;
padding: 0 7px;
line-height: 2.5;
letter-spacing: 0px;
font-size: 15px;
transition: all 0.2s linear;
}
.current_page_item > a,
.main-navigation a:hover {
color:#e03482;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
.clear{
clear:both;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.hentry {
margin: 0 0 0;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 0 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
padding: 12px;
margin-top:5px;
} .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;
} .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;
}
#page{
position: relative;
overflow: hidden;
}
.home .site-header{
position: relative;
top: 0;
left: 0;
z-index: 9999;
width: 100%;
background-color: rgba(255,255,255,0.9);
}
.top-information{
color: #000;
font-weight: 600;
text-align: right;
font-family: 'Saira Condensed', sans-serif;
font-size: 17px;
letter-spacing: 0.2px;
margin-top: 20px;
}
.top-information a{
opacity:0.7;
}
.top-information span{
color: #e03482;
} .planetleisure-box{
display:block;
color:#555555;
}
.planetleisure-box:visited,
.planetleisure-box:hover,
.planetleisure-box{
text-decoration:none;
transform: all 0.5s ease;
}
.planetleisure-box:hover{
box-shadow: 0px 12px 17px 0px rgba(0,0,0,0.2);
}
.planetleisure-box-image{
width: 100%;
height: 100%;
background-size: cover;
overflow: hidden;
}
.planetleisure-box-image::before {
content: "";
display: block;
padding-bottom: 100%;
width: 100%;
height: 100%;
}
.planetleisure-box-content{
text-align:center;
padding: 10px 5px;
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
}
.planetleisure-box-content p{
padding:0;
margin: 0;
color:#555555;
}
.planetleisure-box-content h4{
margin: 0px 0 4px;
}
.read-more-box{
position: absolute;
top: 4%;
left: 10%;
background-color: rgba(0,0,0,0.45);
width: 80%;
height: 70%;
padding: 25px;
text-align: center;
display: flex;
align-items: center;
opacity:0;
transition: opacity 0.6s ease, transform 0.6s ease;
transform: scale(0.6);
}
.planetleisure-box:hover .read-more-box{	
opacity:1;
transform: scale(1);
}
.planet-button{
color: #fff;
background-color: rgba(255,255,255,0.3);
border: 1px solid #fff;
padding: 12px 10px;
text-transform: uppercase;
width: auto;
display: inline-block;
margin: 0 auto;
height: auto;
font-weight: 500;
}
.read-more-box::before,
.read-more-box::after{
content:"";
display:block;
width:0%;
height:0%;
position:absolute;
transition: width 0.5s ease, height 0.5s ease;
}
.read-more-box::before{
left:15px;
top:15px;
border-left:0px solid #fff;
border-top:0px solid #fff;
}
.read-more-box::after{
right:15px;
bottom:15px;
border-right:0px solid #fff;
border-bottom:0px solid #fff;
}
.planetleisure-box:hover .read-more-box::before{
width:25%;
height:25%;
border-left:3px solid #fff;
border-top:3px solid #fff;
}
.planetleisure-box:hover .read-more-box::after{
width:25%;
height:25%;
border-right:3px solid #fff;
border-bottom:3px solid #fff;
}
.planet-button{
color: #fff;
background-color: rgba(0,0,0,0.3);
border: 1px solid #fff;
padding: 12px 10px;
text-transform: uppercase;
width: auto;
display: inline-block;
margin: 0 auto;
height: auto;
font-weight: 500;
} .planetleisure-box2{
display:block;
color:#555555;
}
.planetleisure-box2:visited,
.planetleisure-box2:hover,
.planetleisure-box2{
text-decoration:none;
transform: all 0.5s ease;
}
.planetleisure-box2:hover{
box-shadow: 0px 12px 17px 0px rgba(0,0,0,0.2);
}
.planetleisure-box2-image{
width: 100%;
height: 100%;
background-size: cover;
overflow: hidden;
position: relative;
}
.planetleisure-box2-image::before {
content: "";
display: block;
padding-bottom: 100%;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
}
.planetleisure-box2-content{
text-align: center;
padding: 10px 5px;
position: absolute;
top: 50%;
left: 0;
width: 100%;
color: #fff;
box-sizing: border-box;
transform: translateY(-50%);
}
.planetleisure-box2-content h4{
margin: 15px 0 10px;
color: #fff;
font-size: 32px;
text-transform: uppercase;
}
.read-more-box2{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 25px;
text-align: center;
display: flex;
align-items: center;
transition: opacity 0.6s ease, transform 0.6s ease;
transform: translateY(-100%);
background: #df3482;
background: -moz-linear-gradient(45deg, #df3482 0%, #583682 100%);
background: -webkit-linear-gradient(45deg, #df3482 0%,#583682 100%);
background: linear-gradient(45deg, #df3482 0%,#583682 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df3482', endColorstr='#583682',GradientType=1 )
}
.planetleisure-box2:hover .read-more-box2{	
opacity:1;
transform: scale(1);
}
.planet-button2{
color: #fff;
background-color: rgba(255,255,255,0.3);
border: 1px solid #fff;
padding: 12px 10px;
text-transform: uppercase;
width: auto;
display: inline-block;
margin: 0 auto;
height: auto;
font-weight: 500;
}
.read-more-box2::before,
.read-more-box2::after{
content:"";
display:block;
width:0%;
height:0%;
position:absolute;
transition: width 0.5s ease 0.6s, height 0.5s ease 0.6s, border 0s ease 0.6s ;
}
.read-more-box2::before{
left:15px;
top:15px;
border-left:0px solid #fff;
border-top:0px solid #fff;
}
.read-more-box2::after{
right:15px;
bottom:15px;
border-right:0px solid #fff;
border-bottom:0px solid #fff;
}
.planetleisure-box2:hover .read-more-box2::before{
width:25%;
height:25%;
border-left:3px solid #fff;
border-top:3px solid #fff;
}
.planetleisure-box2:hover .read-more-box2::after{
width:25%;
height:25%;
border-right:3px solid #fff;
border-bottom:3px solid #fff;
} .planet-deals{
padding:40px 0;
}
.planetleisure-box3{
display:block;
color:#555555;
}
.planetleisure-box3:visited,
.planetleisure-box3:hover,
.planetleisure-box3{
text-decoration:none;
transform: all 0.5s ease;
}
.planetleisure-box3-image{
width: 100%;
height: 100%;
background-size: cover;
overflow: hidden;
position: relative;
max-height: 450px;
background-position: center;
}
.planetleisure-box3-image::before {
content: "";
display: block;
padding-bottom: 100%;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
}
.planetleisure-box3-content{
text-align: center;
padding: 10px 10%;
position: absolute;
left: 0;
width: 100%;
color: #fff;
box-sizing: border-box;
transform: translateY(-50%);
z-index: 1;
top: 50%;
transition: all 0.1s linear;
}
.planetleisure-box3:hover .planetleisure-box3-content{
opacity:0;
}
.planetleisure-box3-content h4{
margin: 15px 0 10px;
color: #fff;
font-size: 21px;
text-transform: uppercase;
font-weight: bold;
}
.planetleisure-box3-content img {
margin-bottom: 30px;
}
.read-more-box3 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 8%;
text-align: center;
display: flex;
align-items: center;
transition: opacity 0.6s ease, transform 0.6s ease;
transform: translateY(-100%);
background: #573682;
justify-content: center;
flex-wrap: wrap;
}
.read-more-box3 h4{
color:#fff;
font-size:22px;
text-transform: uppercase;
}
.planetleisure-box3 img{
margin-bottom: 5%;
}
.planetleisure-box3:hover .read-more-box3{	
opacity:1;
transform: scale(1);
}
.planet-button3{
color: #fff;
width: auto;
display: inline-block;
margin: 0 auto;
height: auto;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 12px;
position: relative;
margin-top: 5%;
}
.animation-thriller:hover,
.planetleisure-box3:hover .read-more-box3-wrap{
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: ease;
animation-delay: 1s;
}
@keyframes jump-right {
0 { transform: scale(1);}
50% { transform: scale(0.9);}
100% { transform: scale(1);}
}
.read-more-box3::before,
.read-more-box3::after{
content:"";
display:block;
width:0%;
height:0%;
position:absolute;
transition: width 0.5s ease 0.6s, height 0.5s ease 0.6s, border 0s ease 0.6s ;
}
.read-more-box3::before{
left:15px;
top:15px;
border-left:0px solid #fff;
border-top:0px solid #fff;
}
.read-more-box3::after{
right:15px;
bottom:15px;
border-right:0px solid #fff;
border-bottom:0px solid #fff;
}
.planetleisure-box3:hover .read-more-box3::before{
width:25%;
height:25%;
border-left:3px solid #fff;
border-top:3px solid #fff;
}
.planetleisure-box3:hover .read-more-box3::after{
width:25%;
height:25%;
border-right:3px solid #fff;
border-bottom:3px solid #fff;
} .white-text,
.white-text p,
.white-text h5,
.white-text h4,
.white-text h3,
.white-text h2,
.white-text h1{
color:#fff;
}
.background-overlay{
position:relative;
overflow:hidden;
}
.background-overlay::before{
content:"";
background-color:rgba(0,0,0,0.5);
width:100%;
height:100%;
padding-bottom:100%;
position:absolute;
left:0;
top:0;
}
.pl-button{
display: inline-block;
color: #fff !important;
background-color: #e03482;
padding: 11px 16px;
text-align: center;
text-transform: uppercase;
text-decoration: none !important;
}
.pl-button:hover{
background-color: #bd256a;
}
.site-footer{
background-color:#080101;
}
.entry-footer{
display:none;
}
.site-footer{
color:#fff;
padding: 75px 0 20px;
background: url(//planetgalway.ie/wp-content/uploads/laser-bg.jpg) no-repeat center center #000;
background-size:cover;
position:relative;
margin-top:60px;
}
.home .site-footer{margin-top:0px;}
.site-footer:before{
content:"";
width:100%;
height:100%;
display:block;
padding-bottom: 100%;
background-color: rgba(0,0,0,0.7);
position: absolute;
top: 0;
left: 0;
}
.site-footer h2 {
color: #fff;
font-size: 28px;
font-weight: 600;
margin: 16px 0 21px;
font-family: Montserrat;
padding: 0;
}
.site-footer .widget{
font-size: 14px;
font-weight: 300;
text-shadow: 1px 1px 1px rgba(0,0,0,1);
}
#page .wpb_text_column ul,
.site-footer .widget ul{
margin:0;
padding:0;
list-style:none;
}
#page .wpb_text_column ul li,
.site-footer .widget ul li a{
position: relative;
padding: 2px 2px 2px 16px;
line-height: 1.5;
border-bottom: 1px solid rgba(255,255,255,0.1);
display:block;
width:100%;
transition: all 0.5s ease;
}
#page .wpb_text_column ul li{
margin:10px 0 16px;
}
#page .wpb_text_column ul li:before,
.site-footer .widget ul li a:before{
position:absolute;
left:5px;
top:50%;
transform:translateY(-50%);
content: "\f0da";
font-family: 'Font Awesome 5 Pro';
color:#e03482;
font-weight:bold;
}
.site-footer .widget ul li a:hover{
background-color: rgba(255,255,255,0.2);
}
.footer-socials a{
background-color: #e03482;
border-radius: 50%;
width: 32px;
height: 32px;
display: inline-block;
margin: 2px 2px 2px 5px;
line-height: 32px;
text-align: center;
}
.site-footer i{
color: #fff;
}
.footer-socials a:hover{
opacity:0.8;
}
.footer-socials{
padding: 5px 0;
display: block;
}
.fl-phone,
.fl-email,
.fl-address{
padding-left:20px;
position: relative;
margin-bottom: 10px;
}
.fl-phone:before,
.fl-email:before,
.fl-address:before{
content:"\f3c5";
font-family: "Font Awesome 5 Pro";
color: #e03482;
position: absolute;
left: 0;
font-weight: bold;
}
.fl-phone:before{
content:"\f095";
}
.fl-email:before{
content:"\f0e0";
}
.site-footer a{
color:#fff;
text-decoration:none;
}
.site-footer a:hover{
color:#ff66ab;
text-decoration:none;
}
.imgblack{
background: linear-gradient(rgba(20,20,20, .5),
rgba(20,20,20, .5));
}
.site-info {
background-color: black;
padding: 20px;
color: white;
text-align: center;
}
.site-info a{color: white;}
.post-thumbnail-layer{
height:450px;
width:100%;
background-color:#dedede;
display:block;
background-size: cover;
border: 2px solid #b11c5f;
}
.site-header {
border-bottom: 1px solid #dedede;
}
.blog .entry-header,
.post .entry-header,
.archive .entry-header {
background-color: #b11c5f;
background-size: cover;
width: 100%;
text-align: center;
padding: 24px;
margin-bottom: 0px;
font-size: 18px;
text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.post .special-posts .entry-content,
.archive .special-posts .entry-content,
.blog .special-posts .entry-content{
padding: 40px 10px 10px;
text-align: center;
border: 2px solid #b11c5f;
margin: 0 0 60px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.single .post-thumbnail-layer,
.single .special-posts .entry-content,
.single .entry-header{
border: 0px solid #b11c5f;
}
.single article{
margin:50px 0;
}
.page-header {
background: linear-gradient(#5d2688, #8e37d294, #5d268873), url(//planetgalway.ie/wp-content/uploads/2018/08/slider-image.jpg) no-repeat center;
background-size: cover;
width: 100%;
text-align: center;
padding: 27px;
height: 160px;
margin-bottom: 60px;
font-size: 18px;
}
#page .page-header,
#page .page-header h1,
#page .page-header h2,
#page .page-header a{
color: #fff;
}
#comments{display:none;}
.entry-title {
color: white;
font-size: 35px;
}
.entry-title a{
color:#fff;
}
.entry-title a:visited{
color:#fff;
}
.entry-meta{
color:#fff;
font-size: 14px;
}
.entry-meta a{
color:#fff;
}
.entry-header span{color:#fff;}
.search .entry-header {
background: none;
background-size: cover;
width: 100%;
text-align: center;
padding: 15px;
height: 112px;
margin-bottom: 25px;
}
.search .entry-title{
color:black;
}
.search .entry-title a{
color:#5d2688;
}
.search .entry-title a:visited{
color:#5d2688;
}
.search .entry-meta{
color:black;
}
.search .entry-meta a{
color:black;
}
.search .entry-header span {
color:black;
}
#menu-footer {
margin: 0;
-webkit-padding-start: 17px;
}
.vc_separator h4 {
font-size: 35px!important;
}
.archive .page-title{
text-align: center;
color:#5d2688;
}    
.search .page-title{
text-align: center;
color:#5d2688;
}  
.more-link{
display: inline-block;
color: #fff !important;
background-color: #e03482;
padding: 11px 16px;
text-align: center;
text-transform: uppercase;
text-decoration: none !important;
}
.more-link:hover{
background-color: #bd256a;
}
.openhours {
background-color: #ba296a;
color: #fff;
width: 100%;
text-align: center;
padding-top: 6px;
padding-bottom: 6px;
}
.openhours p {
margin-bottom: 0;
}
.menu-button{
font-size: 17px;
line-height: 1.5;
font-weight: 300;
background: #e92985;
color: #fff;
padding: 8px;
margin-top: -35px;
margin-bottom: 15px;
}
.planet-description{
color:#fff;margin:12px 0;
}
.site-footer textarea,
.site-footer input {
width: 100%;
padding: 8px 8px;
line-height: 1.2;
margin: 4px 0;
font-size: 12px;
border: 1px solid white;
border-radius: 2px;
box-sizing: border-box;
background-color: rgba(255,255,255,0.9);
color: #000;
}
.site-footer textarea::placeholder,
.site-footer input::placeholder {
opacity:0.8;
color: #000;
}
.site-footer textarea{
height: 68px;
}
.site-footer .wpcf7-submit{
border: 1px solid #e03482;
padding: 11px 16px;
font-weight: bold;
cursor: pointer;
background-color: #e03482;
}
.v-container{
position:relative;
top:50%;
transform:translateY(-50%);
}
.vc_gitem-animated-block .vc_gitem-post-data {
margin-bottom: 15px;
color: white;
}
.news-alert{
padding: 15px 0;
background-color: #CE036D;
color: #fff;
font-family: 'Saira Condensed', sans-serif;
font-size: 18px;
line-height: 1.2;
}
.news-alert a:visited,
.news-alert a:hover,
.news-alert a{
color: #fff;
text-decoration:underline;
}
.news-alert .we-are-back{
font-size:30px;
text-align: center;
}
.news-alert .we-are-back * {
vertical-align: middle;
}
.news-alert i{
font-size:48px;
}
.news-alert .h3{
font-size:21px;
font-weight: bold;
color: #fff;
}
.news-alert p {
margin: 0;
}.wpcf7 input[type=submit] {
padding:15px 45px; 
background:#8d6dc4;
color:#fff;
font-size:20px;
font-weight:normal; 
border:0 none;
cursor:pointer;
-webkit-border-radius: 5px;
border-radius: 1px; 
} .wpcf7 label {
padding: 0 0 10px 0;
font-size: 15px;
font-weight:bold; 
} .wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=url], .wpcf7 input[type=tel], .wpcf7 input[type=number], .wpcf7 .wpcf7-select {
font-size:20px;
border: 1px solid purple;
} .wpcf7 textarea {
width: 100%;
color: #333333;
font-size: 20px;
border-color:purple;
}