/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* Header menu */
.main-header ul.sub-menu {
    margin-left: 12px;
}
/* End Header menu */
div#ip-id:hover {
    transform: scaleX(1.1) scaleY(1.1)!important;
    transition: transform 300ms ease 0ms;
}

/* Contact Form */
.cf-fullname {
    display: flex;
    justify-content: space-between;
}

#wpcf7-f220-p190-o1 > form > div:nth-child(2) > div:nth-child(2) > p > label,
#wpcf7-f220-p190-o1 > form > div:nth-child(2) > div:nth-child(3) > p > label,
#wpcf7-f220-p190-o1 > form > div:nth-child(2) > div:nth-child(4) > p > label{
    width:100%;
}

#wpcf7-f220-p190-o1 > form > div:nth-child(2) > div.cf-fullname > div:nth-child(2) > p {
    margin-left:20px;
}
#wpcf7-f220-p190-o1 > form > div:nth-child(2) > div.cf-fullname > div:nth-child(1) > p {
    margin-right:20px;
}
.main-cf7-form, #privacy-policy > span > input[type=checkbox] {
    font-family: arial, helvetica, sans-serif;
    font-weight: 200 !important;
    font-size: 13px !important;
}
.main-cf7-form label{
	font-weight: 200 !important;
    font-size: 13px !important;
}
#wpcf7-f220-p190-o1 > form > div.main-cf7-form > p > input{
    background: #2f7b11;
    border-color: #2f7b11;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 12px 24px;
}
#wpcf7-f220-p190-o1 > form > div.main-cf7-form > p{
    line-height:40px;
}
/* Contact Form End */


/* testimonial */
#tes{
	display: none;
}

/* in the new hover */
#read-more a{
	text-transform: uppercase;
    color: #0e6544 !important;
    line-height: 2.5em;
    transition: line-height 300ms ease 0ms, letter-spacing 300ms ease 0ms;
}
#read-more a:hover{
	letter-spacing: 2px;
}

/* industrial parks page */
#industrial-parks{
	display: none;
}

.industrial{
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.3s ease;
}
.industrial:hover{
	transition: 0.3s ease-in-out;
  	transform: scale(1.1);
}

/* industrial background */
#bck{
	position: sticky;
	top: 0;
	left: 0;
}

/* support groups */
#overlay-background > div{
	background-position: center top;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.74) 0%, #ffffff 27%), url(https://www.technoparks.com.ph/wp-content/uploads/2021/02/ALLHCTechnopark-WhyChoosingALLHC-1.jpg) !important;
}

@media (max-width: 1366px) {
    #overlay-background > div {
        display: block;
    }
    #overlay-background > div > div {
        width: 950px !important;
    }
}

@media (max-width: 500px) {
    #overlay-background > div {
        display: block;
    }
    #overlay-background > div > div {
        width: 400px !important;
    }
}

