/*
Theme Name:   GeneratePress Child
Theme URI:    http://example.com/twenty-fifteen-child/
Description:  GeneratePress Child Theme
Author:       Tom Usborne
Author URI:   http://example.com
Template:     generatepress
Version:      1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  generatepresschild
*/

.toggled .menu-item-has-children .dropdown-menu-toggle {
    padding-left: 10px !important;
}


.rank-math-review-image {
    /* height: 10%; */
    width: 24%;
}

h2.entry-title {
    margin: 1% !important;
}

.rank-math-breadcrumb {
    border-top: 5px #24F319 solid;
    padding: 5px 24px;
}

.rank-math-breadcrumb a {
    color: white !important;
}

.cat-links, .tags-links {
	display:none;
}


@media screen and (max-width: 800px) {
li#menu-item-592 {
padding: 5px;
}

li#menu-item-2316 {
padding: 5px;
}
}

.grecaptcha-badge {
	opacity: 0.1;
}

@media screen and (max-width: 800px) {
.gp-icon.icon-arrow {
font-size:24px !important;
margin-right: 100px !important;
}
}

#content.site-content {
	margin-top:175px !important;
	text-align:justify !important;
}

footer.site-info {
background-color: black;
}

.inside-site-info.grid-container, copyright-bar {
background-color: black !important;
font-size: 15px !important;
}

@media screen and (max-width: 800px) {
#site-navigation {
	margin-left:-25px !important;
}
}

.column {
  float: left;
  width: 33%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
  padding: 0px;

}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .column {
    width: 99%;
    padding:0px;
  }
.row {
margin-left:0;
width:97%;
}

}

.contid {
font-size : 50px;
}
.more {
display: none;
font-size : 25px;
}

button.rdmore {
margin: auto;
font-family: 'Roboto';
font-weight: 700;
margin-top: 15px;
margin-bottom: 15px;
padding: 10px;
border: 2px solid #ffffff;
background-color: black;
color: white;
font-size: 20px;
display: block !important;
cursor: pointer !important;
vertical-align: middle !important;
text-align: center !important;
line-height: 1 !important;
}
@media screen and (max-width: 800px) {
button.rdmore {
margin: auto;
margin-top: 15px;
margin-bottom: 15px;
padding : 10px;
border : 2px solid #ffffff;
background-color : black;
color: white;
font-size : 20px;
display : block;
cursor : pointer;
vertical-align: middle;
text-align: center;
line-height: 1;
	}

button.rdmore a:hover {
margin: auto;
margin-top: 15px;
margin-bottom: 15px;
padding : 10px;
border : 2px solid #ffffff;
background-color : black;
color: white;
font-size : 20px;
display : block;
cursor : pointer;
vertical-align: middle;
text-align: center;
line-height: 1;
}
}

.packages {
	font-size: 24px;
	font-weight: 666;
	text-align: center;
	padding: 0px 0px 10px 0px;
}

.package {background-color:  #00008B; border: 3px #F97C3D ridge; border-radius:3% !important; padding: 5px;width: 320px;
text-align:center;
} /* mobile figure */
@media only screen and (max-width: 768px) {
.package {width:110%;
	margin-left: -8px !important;margin-bottom:66px !important;}
}

.site-description {
	font-size:25px !important;	
	font-weight:500 !important;
}

.main-title {
    background-color: unset;
    border: none;
    font-size: 30px !important;
}

@media only screen and (max-width: 800px) {
.main-title {
	font-size:18px !important;
}
}

.call-whatsapp-button-container {
	width:100% !important;
}

@media only screen and (max-width: 800px) {
.call-whatsapp-button-container {
	height:50px !important;
	width:125% !important;
	padding:0px !important;
	margin-left:-13% !important;
}
}

aside#block-14 {
	width:100% !important;
}

@media only screen and (max-width: 800px) {
aside#block-14 {
	width:100% !important;
	height:100% !important;
}
}

.top-bar.top-bar-align-center {
	position:fixed !important;
	left:0;
	right:0;
	top:0;
	padding:10px;
	z-index:15 !important;
}

@keyframes visibilitytrickcall {0%{border: 3px ridge cyan;}50%{border: 3px ridge white;}100%{border: 3px ridge cyan;}}

@keyframes visibilitytrickwhatsapp {0%{border: 3px ridge #F97C3D;}50%{border: 3px ridge white;}100%{border: 3px ridge #F97C3D;}}

.whatsapp-button {
margin: 5px !important;
color: white !important;
background-color: #0BC24F !important;
padding: 9px 15px;
font-size:21px !important;
font-family:  black !important;
text-decoration:none !important;
animation: visibilitytrickwhatsapp 3s infinite;
}

.call-button {
margin: 5px !important;
color: white !important;
background-color: #F97C3D !important;
padding: 9px;
font-size:21px !important;
font-family:  black !important;
text-decoration:none !important;
animation: visibilitytrickcall 3s infinite;
}



@media only screen and (max-width: 800px) {
.whatsapp-button {
margin: 6px !important;
margin-left: -10px !important;
color: white !important;
background-color: #0BC24F !important;
padding: 9px 20px;
font-size:18px !important;
font-family:  black !important;
text-decoration:none !important;
animation: visibilitytrickwhatsapp 3s infinite;
}

.call-button {
margin: 0px !important;
color: white !important;
background-color: #F97C3D !important;
padding: 9px 9px;
font-size:18px !important;
font-family: black !important;
text-decoration:none !important;
margin-left:15px !important;
animation: visibilitytrickcall 3s infinite;
}
}

#masthead {
	position:fixed !important;
	left:0;
	right:0;
	top:0;
	z-index:15 !important;
}

.gp-icon.icon-menu-bars {
	font-size:24px !important;
}


.wp-caption-text {
	color: white;
	font-weight:500;
	text-align:center;
}


h1 {
	font-size:35px !important;
	margin-bottom: 2% !important;
	border-top-width: 15px;
    border-top-color: #F97C3D;
    border-top-style: solid;
	border-radius: 2px;
	border-bottom-width: 6px;
    border-bottom-color: #F97C3D;
    border-bottom-style: solid;
}
h2 {
	border-top-width: 15px;
    border-top-color: cyan;
    border-top-style: solid;
	border-radius: 2px;
	border-bottom-width: 6px;
    border-bottom-color: cyan;
    border-bottom-style: solid;
}
h3 {
	border-top-width: 15px;
    border-top-color: yellow;
    border-top-style: solid;
	border-radius: 2px;
	border-bottom-width: 6px;
    border-bottom-color: yellow;
    border-bottom-style: solid;
}


@media screen and (max-width: 800px) {
h1 {
	font-size:24px !important;
	margin-bottom: 8% !important;
}
h1, h2, h3 {
	padding: 25px 6px !important;	
	}
}

h1, h2, h3 {
	text-align:center;
	background-color: #000dce;
	padding: 10px 6px;
	color: white !important;
	font-weight: 500 !important;
}

h2 {
	margin-top: 8% !important;
	margin-bottom: 8% !important;		
	}

h3 {
	margin-top: 3% !important;
	margin-bottom: 3% !important;		
	}

@media screen and (max-width: 800px) {	
	h2, h3 {
	margin-top: 36% !important;
	margin-bottom: 36% !important;		
	}
}
	
#internal-links {
font-family: Verdana, Tahoma, Trebuchet MS, sans-serif;font-size: 35px;align: center;text-align: center;color: #ffffff;line-height: 125%;letter-spacing: 2px;font-weight:900;
width: 99%;height: auto;margin: 0.5%;padding: 2.5%;
border: 3px rgb(249, 247, 247) groove;
background-color: #8A2908;
text-decoration: none;
}
#internal-links a { color: #ffffff; background-image: linear-gradient(to right, #8A2908, #8A2908, #8A2908); text-decoration: underline;  letter-spacing: 2px; align: center; font-size: 35px; padding: 1%; transition: 0.9s ease; opacity: 0.9;text-decoration: none;}
#internal-links a:hover {color: red; text-decoration: none; letter-spacing: 2px; background-image: linear-gradient(to right,  white, white, white); font-size: 35px; padding: 1%; transition: 0.9s ease; opacity: 0.9;}

.image {
padding: 6px;margin: 10px;width: 99px; height: 99px; float: center;transition:all 0.6s ease-in-out;
margin-top:2%;position: relative;
opacity:0.9;
border-width: 2px;border-style: solid;border-color: white;border-radius: 50%;
}
.image:hover {
opacity: 0.0;  filter: alpha(opacity=100);transform:scale(0.99);transition:all 1.6s ease-in-out;
  transform: translateY(-200%);
background: linear-gradient(to bottom, rgba(255,0,0,0.8), rgba(355,0,0,0.9)));
}


/* mobile image */
@media screen and (max-width: 768px) {
.image { 
padding: 6px;margin: 6px;width: 44px; height: 44px; opacity: 0.9;float: center;border-width: 2px;border-style: solid;border-color: white;border-radius: 50%;transition:all 0.6s ease-in-out;
margin-top:2%;position: relative;
border-width: 2px;border-style: solid;border-color: white;border-radius: 50%;
}
.image:hover {
opacity: 0.0;  filter: alpha(opacity=100);transform:scale(0.8);transition:all 2.4s ease-in-out;
  transform: translateY(-200%);
background: linear-gradient(to bottom, rgba(255,0,0,0.8), rgba(355,0,0,0.9)));
}

}


.social-media {
	padding-top:20px;
}

#es {
opacity:0.9 !important;
padding-bottom:20px;
text-align:center;
}

#es a {
opacity:0.9;
}

#es a:hover {
opacity:0.9;	
}



footer.entry-meta {
    display: block !important;
}


h3.entry-title {
    background: none;
    padding: 0;
    text-align: left;
    font-size: 20px;
    border: none;
}


/* Style for the contact form container */
#contact-form-container {
    margin: 0;
	margin-bottom: 33px;
    font-family: -apple-system, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    color: white;
    text-align: left;
    background-image: linear-gradient(to top, brown, brown, brown, #317712);
    padding: 30px;
    padding-bottom: 0px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    width: 100%;
}

/* Style for the form inputs */
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea {
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
}

/* Styles for the individual fields */
#contact-form input[type="text"],
#contact-form input[type="email"] {
    width: 30%; /* Adjust this width for desktop */
    display: inline-block;
    box-sizing: border-box; /* Ensure padding and border are included in width */
}

/* Full width for the message textarea */
#contact-form textarea {
    width: 100%; /* Full width for the textarea */
    height: 122px;
    display: block; /* Ensures block layout for the textarea */
    box-sizing: border-box;
}

/* Responsive design for all form inputs */
@media screen and (max-width: 800px) {
    #contact-form input[type="text"],
    #contact-form input[type="email"],
    #contact-form textarea {
        width: 100%; /* Full width for all fields on mobile */
        display: block;
        box-sizing: border-box;
    }
}

/* Style for the submit button */
#contact-form button {
    background: #58b4b4;
    font-size: 22px;
    padding: 10px 30px;
    font-weight: 700;
    border: none;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    display: inline-block; /* Aligns the button correctly */
}

/* Responsive design for the submit button */
@media screen and (max-width: 800px) {
    #contact-form button {
        width: 100%; /* Full width for the button on mobile */
    }
}

/* Styles for the response message */
#response-message {
    margin-top: 20px;
    padding: 10px;
    border-radius: 4px;
    display: none;
}

#response-message.success {
    background-color: #d4edda;
    color: #155724;
}

#response-message.error {
    background-color: #f8d7da;
    color: #721c24;
}

#response-message {
    color: white !important;
    border: 5px lightgreen solid;
    margin-bottom: 15px;
}

li#menu-item-8519 {
    opacity: 0.3;
}

@media (max-width: 344px) {
.site-header .header-image {
    width: 150px;
}	
}

.rss-feed-attribution {
    margin-top: 20px;
}


/* Ad Listing Block Styles */
.listing-item {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ffbb88;
    padding-bottom: 20px;
    align-items: flex-start;
}

.listing-item img {
    width: 220px;
    height: 140px; /* rectangle size */
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
	margin-top: 6% !important;
}

.listing-item-details {
    flex: 1;
    min-width: 200px;
}

.listing {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}


@media screen and (max-width: 768px) {
    .listing-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .listing-item img {
        width: 100%;
        height: auto;
        max-width: 400px;
    }

    .listing-item-details {
        width: 100%;
    }
}


.meta {
    font-size: 0.9em;
    color: #f2d1b3;
    margin-top: 5px;
}

.listing-heading {
    background: none;
    border: none;
    color: white !important;
    margin: 0px 0px 15px 0px !important;
    font-size: 24px;
}