/*
Theme Name: Porto Child
Theme URI: http://www.portotheme.com/wordpress/porto/ (You can put your website URL here)
Description: My custom child theme for Porto
Author: Your Name
Author URI: Your Website URL (Optional)
Template: porto
Version: 1.0.0
*/

/* ============================
   ACF Admin Layout Cleanup
   ============================ */

h2, h3, h4, h5, h6 {
	letter-spacing: 1px !important;
}

/* For "project" post type only */
body.post-type-project .acf-fields .acf-field {
  display: flex;
  align-items: center;
  padding: 8px 12px;
/*   margin-bottom: 10px; */
  background: #f9f9f9;
  border-radius: 6px;
/*   border: 1px solid #e1e1e1; */
  box-shadow: none;
}

/* Label on left */
body.post-type-project .acf-fields .acf-field .acf-label {
  width: 200px;
  margin: 0;
  padding-right: 10px;
  flex-shrink: 0;
}

/* Label text */
body.post-type-project .acf-fields .acf-field .acf-label label {
  font-weight: 600;
  font-size: 13px;
  color: #333;
  margin: 0;
}

/* Input on right */
body.post-type-project .acf-fields .acf-field .acf-input {
  flex: 1;
}

/* Tighter input style */
body.post-type-project .acf-fields .acf-input input[type="text"],
body.post-type-project .acf-fields .acf-input input[type="date"],
body.post-type-project .acf-fields .acf-input select,
body.post-type-project .acf-fields .acf-input textarea {
  width: 100%;
  padding: 6px 10px;
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Highlight ACF Group Box Header on Project Post Edit */
body.post-type-project .postbox-header {
  background-color: #0073aa; /* WP admin blue */
  border-bottom: 3px solid #005177;
  padding: 10px 15px;
  margin-bottom: 10px;
  border-radius: 4px 4px 0 0;
}

body.post-type-project .postbox-header h2.hndle {
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
  cursor: default;
}

/* Style the cog icon (Edit field group) */
body.post-type-project .postbox-header .acf-hndle-cog {
  color: #ffffff !important;
}

/* Optional: Hover effect for the header */
body.post-type-project .postbox-header:hover {
  color: #000000 !important;
}

#header .main-menu .wide .popup,
.header-wrapper #header .main-menu .wide .popup > .inner,
#header .main-menu .narrow .popup > .inner > ul.sub-menu,
#header .main-menu .narrow ul.sub-menu ul.sub-menu,
.mega-menu .wide .popup li.sub li.menu-item > a { border-radius: 0; }
#header .share-links > a { box-shadow: none; }
b { font-weight: 900; }
.portfolio-item .thumb-info { background: #f4f4f4; }
#footer .widget-title { font-size: 19px; text-transform: none; margin-bottom: 20px; }
#footer .logo { max-width: 110px; }
#footer .footer-main .row > div:first-child { display: flex; align-items: center; }
#footer .footer-bottom { border-top: 1px solid rgba(255, 255, 255, .05); }
#footer .contact-info { margin-top: -1rem; }
#footer .contact-details strong { display: none; }
#footer .contact-details li { display: inline-block; margin-right: 10px; }
#footer .contact-details a, #footer .contact-details span { color: rgba(255, 255, 255, .7); }

.items.mainFilter {
  display: flex;
  flex-wrap: wrap;
  gap: 15px; /* spacing between items */
  padding: 10px;
  background: #f9f9f9;
  border-radius: 8px;
  user-select: none;
}

.items.mainFilter .item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 15px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
  display: flex;
  align-items: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.items.mainFilter .item:hover {
  border-color: #007bff;
  box-shadow: 0 4px 12px rgba(0,123,255,0.3);
  color: #007bff;
}

/* To keep each letter inline-block but spaced nicely */
.items.mainFilter .item > div {
  display: inline-block;
  margin-right: 2px;
  user-select: none;
  pointer-events: none; /* letters not clickable */
}


#hero-section {
  position: relative;
  overflow: hidden;
}

#hero-section #hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.bg-right-half {
    background-color: #F8F8F8 !important;
    background-image: url('https://ariasignstg.wpenginepowered.com/wp-content/uploads/2025/06/7.png') !important;
    background-repeat: no-repeat !important;
    background-size: 70% 100% !important;
    background-position: right top !important;
}
h4 > span {
    color: #9ebb15;
	font-style: italic;
}

.project-details p.heading {
    font-size: 18px;
    color: #2f2f2f;
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    margin: 10px 0px;
    text-align: right;
}
.project-details p.value {
    font-size: 18px;
    color: #b8b8b8;
    font-family: Montserrat;
    font-weight: 400;
    text-align: right;
    font-style: normal;
}
.subtitle-bottom-right {
    position: absolute;
    bottom: -10px;
    right: 15px;
}
.subtitle-bottom-left {
    position: absolute;
    bottom: -10px;
    left: 15px;
}

.project-details.left-align p.value, .project-details.left-align p.heading{
	text-align: left;
}

.socicon-container {
	display: flex;
	align-items: end;
	justify-content: end;
	gap: 5px;
	padding: 0px;
	flex-wrap: wrap;
}

.socicon-container.left-align {
	align-items: start;
	justify-content: start;
}

.socicon {
	width: 40px;
	height: 40px;
	object-fit: contain;
	transition: transform 0.2s ease;
}

.socicon:hover {
	transform: scale(1.1);
}

/* Alternative smaller size */
.socicon-small {
	width: 30px;
	height: 30px;
}

/* Alternative larger size */
.socicon-medium {
	width: 50px;
	height: 50px;
}

/* --- Ensure your overall layout allows columns to take percentages --- */
/* Example if you have a container for all columns (adjust as needed) */

/* --- Column Base Widths & Transitions --- */
.column-blank-left {
    width: 20%;
    transition: width 1.7s ease-in-out; /* Smooth transition for width change if jQuery manipulates it */
}
.column-main {
    width: 20%;
    transition: width 1.7s ease-in-out; /* Smooth transition for width change if jQuery manipulates it */
}
.column-image {
    width: 40%; /* Fixed width for the column itself */
    overflow: hidden; /* CRUCIAL: Hides the zoomed parts of the image that extend beyond this column */
    transition: width 1.5s ease-in-out; /* Smooth transition for width if needed, though we're keeping it fixed for no gap */
}
.column-desc {
    width: 20%;
    transition: width 1.7s ease-in-out, opacity 1.5s ease-in-out; /* Smooth transition for width and opacity */
}

/* --- Image Zoom Effect (Purely CSS, based on hover) --- */
.column-image img {
    display: block; /* Removes any default inline element spacing issues */
    width: 100%; /* Image fills its container */
    height: auto; /* Maintain aspect ratio */
    transition: transform 1.5s ease-in-out; /* Smooth animation for zoom */
    transform-origin: center center; /* Zoom from the center of the image */
}

.column-image:hover img {
    transform: scale(1);
}

.custom-button button.btn, .custom-button button.btn:hover, .custom-button button.btn:focus, .custom-button button.btn:active, .footer-btn .btn {
    border: none;
    padding: 10px 0px 10px;
    margin: 10px 0px 5px;
    font-size: 28px;
    background-color: unset;
    border-radius: unset;
}

.custom-button:before {
	content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    margin-right: 3px;
    vertical-align: middle;
}
.explore-gallery a {
    color: #fff !important;
    border-bottom: 2px solid #a4bd1f !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
	border-radius: 0px !important;
	font-size: 28px !important;
}
.explore-project-map a {
    color: #000 !important;
    border-bottom: 2px solid #a4bd1f !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
	border-radius: 0px !important;
	font-size: 28px !important;
}
.explore-gallery a:hover, .explore-gallery a:focus, .explore-gallery a:active,
.explore-project-map a:hover, .explore-project-map a:focus, .explore-project-map a:active {	background: none!important;}
.explore-gallery:before {background-image: url(/wp-content/uploads/2025/06/2.png);}
.explore-project-map:before {background-image: url(/wp-content/uploads/2025/06/explore-project-map-button.png);}

.about-list button.btn, .about-list button.btn:hover, .about-list button.btn:focus, .about-list button.btn:active {color: #000000!important;}
.about-list:before {background-image: url(/wp-content/uploads/2025/06/38.png);}

.contact-link-1 button, .contact-link-2 button, .contact-link-3 button {font-size: 20px !important;}
.contact-link-1 button.btn, .contact-link-1 button.btn:hover, .contact-link-1 button.btn:focus, .contact-link-1 button.btn:active {color: #000000!important;}
.contact-link-1:before {background-image: url(/wp-content/uploads/2025/06/44.png);}
.contact-link-2 button.btn, .contact-link-2 button.btn:hover, .contact-link-2 button.btn:focus, .contact-link-2 button.btn:active {color: #000000!important;}
.contact-link-2:before {background-image: url(/wp-content/uploads/2025/06/45.png);}
.contact-link-3 button.btn, .contact-link-3 button.btn:hover, .contact-link-3 button.btn:focus, .contact-link-3 button.btn:active {color: #000000!important;}
.contact-link-3:before {background-image: url(/wp-content/uploads/2025/06/46.png);}

.testimonial-author strong {
    font-family: Montserrat !important;
    font-weight: 300 !important;
    font-size: 32px !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.footer-buttons-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.footer-btn {
  flex: 0 0 50%;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
}

.footer-btn .btn {
  padding: 12px 24px;
  font-size: 16px;
  background-color: #ccc;
  border: none;
  cursor: pointer;
}

.footer-buttons-row .custom-button button.btn {
  	font-size: 22px;
  	cursor: pointer;
	color : #000000;
}

.explore-footer-1 {
    margin-right: 20px;
}
.explore-footer-1:before {
    background-image: url(https://ariasignstg.wpenginepowered.com/wp-content/uploads/2025/06/29.png);
}
.explore-footer-2:before {
    background-image: url(https://ariasignstg.wpenginepowered.com/wp-content/uploads/2025/06/30.png);
}

.footer-details p {
    font-size: 22px !important;
    line-height: 28px !important;
    margin-bottom: 15px !important;
}

@media (max-width: 768px) {
  .footer-btn { flex: 0 0 100%;}
}
.porto-tooltip-wrap.empty-tooltip.header-tooltip {
    display: none;
}
.hamburguer-btn .hamburguer span {
    height: 2px!important;
    background: #a8c700!important;
}
#header, .sticky-header .header-main.sticky {
    border: 0px !important;
}
.home .container.no-home {
    display: none !important;
}
.page-title-wrap h1.page-title.b-none {
    font-size: 2.2em;
    color: #fff;
    margin: 100px 0 5px 0;
}
.page-title-wrap .page-sub-title {
    color: #ffffff;
    margin: 0 0 125px 0;
	font-size: 1.2em;
    font-weight: 300;
    line-height: 1.5em;
    opacity: 0.8;
}
.page-top {
    display: none!important;
}
#header.sticky-header .container.no-home {
    display: none !important;
}
.single-post #header .header-main {
    background-color: #242624 !important;
    background-image: url('/wp-content/uploads/2025/06/about-header.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	
}
.single-post #header.sticky-header .header-main {
	background-image:none!important;
}
.single-post .header-main .page-title-wrap h1.page-title.b-none {
    margin: 75px 0 50px 0;
    font-size: 1.8em;
    line-height: 1.5em;
    width: 90%;
}
.single-post .header-main .page-title-wrap p.page-sub-title {
    display: none;
}
.single-post .post-meta { display: none;}
.wide-img .wpb_wrapper.vc_column-inner {
    padding-top: 0px !important;
}
.first-post .vc_gitem-zone {max-height: 400px;}
.news-post h4 { font-size: 1.2em; letter-spacing: 0.03em !important;}
.news-post .vc_gitem_row {min-height: 330px; padding: 10px 10px 5px}
.news-post a.vc_btn3.vc_btn3-color-juicy-pink {
    background: transparent;
    border-bottom: #bad739 2px solid;
    color: #000;
    font-size: 1em;
    padding: 10px 5px 5px;
}
.news-post a.vc_btn3.vc_btn3-color-juicy-pink:hover { background: #bad739; color: #fff;}
.toggle > label {
    padding: 30px 25px!important;
    font-size: 1.2em!important;
    border-radius: 0px !important;
}
.toggle > .toggle-content {
    padding: 30px 25px!important;
    background: #f4f4f4!important;
}
#header .main-menu > li.menu-item > a {
        border-top: none!important;
}
#header .header-top {
    background: #242624;
    border: none;
}
.header-left .block-inline {
    display: block;
    text-align: center;
}
.home .header-absolute  {
    top: 0px;
}