/*
Theme Name: Induscity Child
Theme URI: http://steelthemes.com/induscity
Author: Steelthemes
Author URI: http://steelthemes.com
Description: Industry / Factory / Engineering and Construction Business WordPress Theme
Version: 1.0.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: induscity
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: induscity
*/



/*
 * Contact page links 
*/
.contactActionsLinks{
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 2px;
	width: fit-content;
	margin: auto;
	font-size: 2rem;
	text-align: center;
	padding: 10px 0px;
}
.contactActionsLinks a{
	color: black;
	text-decoration: underline;
}
.contactActionsLinks a:hover{
	color: #f7c02d;
}
/*
 * Home slider arrows 
*/ 
@media (max-width: 778px) {
  	.tp-rightarrow.tparrows.manufactory-arrow-2 {
    	top:90% !important;
		right: 0px !important;
	}
	.tp-leftarrow.tparrows.manufactory-arrow-2{
		top: 90% !important;
		left: 0px !important;
	}
}
/*
 * 
*/
.ctins-btn > a{
	color: white;
}
.ctins-btn > a:hover {
	background: #dc6414cc !important;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
	color: white;	
}
p {
	color: black !important;
}

.page-header-content > .featured-image {
	background: url("https://gkanis.gr/wp-content/uploads/2024/04/cfc9bdc3bacf70f37cfd5705938c73fd-scaled.jpg") !important;
}
.wpcf7-form-control.wpcf7-submit {
	color: white !important;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form select, .wpcf7-form textarea {
	color: black !important;
    font-weight: 700 !important;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	color: black !important;
    font-weight: 700 !important;
}

.funding-modal-wrapper img {
  cursor: pointer;
  max-width: 550px;
  border: 1px solid black;
}

/* Modal styles */
.funding-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
}

.funding-modal-content {
  background: white;
  padding: 30px;
  max-width: 600px;
  margin: auto;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 5px 25px rgba(0,0,0,0.2);
  font-family: Arial, sans-serif;
}

.funding-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #666;
  cursor: pointer;
}

.funding-close:hover {
  color: #000;
}


.page-header-content h1 {
  color: #ffffff !important;
}



