/**
Theme Name: Astra Child
Version: 1.0.0
Text Domain: astra-child
Template: astra
*/

/*======================= GENERAL =====================*/

/* header Nav */
.gc-header-slides .elementor-swiper-button-prev {
    left: 15%;
    top: 85%;
}

.gc-header-slides .elementor-swiper-button-next {
    right: 62%;
    top: 85%;
}

.gc-header-slides .elementor-swiper-button-prev i {
    border: 1px solid #bdbdbd;
    padding: 15px;
    border-radius: 50%;
}

.gc-header-slides .elementor-swiper-button.elementor-swiper-button-next i {
    border: 1px solid #000;
    padding: 15px;
    border-radius: 50%;
}

.gc-header-slides .elementor-swiper-button-prev i:before {
    content: '\e8bf';
    color: #bdbdbd;
}


.gc-header-slides .elementor-swiper-button-next i:before {
    content: '\e8c0';
}
.gc-star-rating span {
    color: #fec10d;
}

.dialog-close-button.dialog-lightbox-close-button {
    background-color: #f94155 !important;
    padding: 10px !important;
    border-radius: 100px !important;
    font-size: 20px !important;
    top: -10px !important;
    right: 5px !important;
}

.gc-highlow-column {
  float: left;
  width: 50%;
  padding: 10px;
  height: auto; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.gc-highlow-row:after {
  content: "";
  display: table;
  clear: both;
}

.gc-highlow-column ul li {
    list-style-type: none;
    margin-top: 15px;
}

.gc-highlow-column ul {
    margin-left: 40px;
}

/*======================= HOMEPAGE CSS =====================*/
.gc-subscribe-footer ul li {
    padding: 0 !important;

}
.gc-subscribe-footer input[type=text] {
    padding: .75em !important;
    background-color: #1b1b1b;
    border: none;
}

.gc-subscribe-footer input[type=text]::placeholder {
    color: #8D8D8D;
}

.gc-subscribe-footer input[type=submit] {
    margin: 0 !important;
    color: #ffffff;
    background: #000000;
    width: 100% !important;
}

.gc-subscribe-footer .gform_body {
    padding: 0;
    margin: 0;
}

.gc-subscribe-footer .gform_footer.top_label {
    padding: 0;
    margin: 0;
}



/*======================= INNER PAGES CSS =====================*/


.gc-contact-form input[type=text],textarea {
    background: #fff !important;
    padding: 10px !important;
    margin-top: 0px !important;
}

.gc-contact-form ul li {
    margin-top: 0px !important;
}

.gc-contact-form input[type=submit] {
    background: #000;
}


.gc-contact-form .gform_footer.top_label {
    margin-top: 0px;
}
.gc-high-low p {
    margin-bottom: 0;
}

/* popup */
.gc-subscribe-form input[type=text] {
    padding: 20px !important;
    background-color: #ffffff;
    border-color: #e1e1e1;
    font-size: 16px !important;
    border-radius: 0;
}
.gc-subscribe-form .gform_footer.top_label {
    margin: 0;
    padding: 0;
}

.gc-subscribe-form .gform_footer.top_label input[type=submit] {
    margin: 0;
    border-radius: 0;
    background-color: #FF4256;
    padding: 15px;
    width: 100%;
    font-size: 16px
}

.gc-subscribe-form li {
    padding-right: 0 !important;
}

.gc-subscribe-form .gform_footer.top_label input[type=submit]:hover {
    background-color: #f5384c;
}
#gc_highs_lows .gc-the-highs p:before {
    content: url(https://eatgosee.com/wp-content/uploads/2020/05/green-check-1.png);
    display: inline-block;
    margin-right: 10px;
}

#gc_highs_lows .gc-the-lows p:before {
    content: url(https://eatgosee.com/wp-content/uploads/2020/05/red-croess-1.png);
    display: inline-block;
    margin-right: 10px;
}

#gc_highs_lows .elementor-column-wrap.elementor-element-populated {
    height: fit-content;
}
/*======================= FOOTER CSS =====================*/




/*======================= RESPONSIVE CSS (FOR COMPLETE RESPONSIVE LIST PLEASE SEE HERE: https://tinyurl.com/y5zjzuzp )=====================*/

@media screen and (max-width: 1500px) { 
	/*YOUR CSS HERE*/
	.gc-innerbio .elementor-element-08c4f39 img {
    max-width: 99% !important;
	}
	
	div#gc-gosee > div, div.gc-gosee-title > div, div.gc-gosee-desc > div {
    padding: 0 !important;
}

}

@media screen and (max-width: 1280px) { 
	/*YOUR CSS HERE*/
}

@media screen and (max-width: 1080px) { 
	/*YOUR CSS HERE*/
}

@media screen and (max-width: 1024px) { 
	/*YOUR CSS HERE*/
}

@media screen and (max-width: 767px) { 
	/*YOUR CSS HERE*/
	.gc-header-slides .elementor-swiper-button-next {
    right: 62%;
    top: 90%;
}

.gc-header-slides .elementor-swiper-button-prev {
    left: 4%;
    top: 90%;
}
}

@media screen and (max-width: 640px) { 
	/*YOUR CSS HERE*/
}

@media screen and (max-width: 425px) { 
	/*YOUR CSS HERE*/
}

@media screen and (max-width: 375px) { 
	/*YOUR CSS HERE*/
}

@media screen and (max-width: 320px) { 
	/*YOUR CSS HERE*/
}