/*
 Theme Name:	Divi Child
 Theme URI:     http://www.elegantthemes.com/gallery/divi/
 Description:	Child theme for Divi
 Author: 		NORTHBRIDGE
 Author URI: 	https://northbridge.gr
 Template:		Divi
 Version:		1.0
License:		GNU General Public License v2 or later
License URI:	https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:	divi-child
 */



/*
 *  CSS developed by NORTHBRIDGE
 * 
 */
@media (max-width: 480px) {
    .et_pb_row {
        width: 90%;
    }
}


/*  Colors
 * 

Background	#0a0a0a
Foreground (κείμενο)	#f5f5f5
Primary / Accent (πορτοκαλί)	#fe4e00
Primary foreground	#ffffff
Card background	#141414
Secondary	#1f1f1f
Muted background	#2a2a2a
Muted foreground (γκρι κείμενο)	#a3a3a3
Border / Input	#333333
Destructive (κόκκινο)	#dc2626
Orange light	#ff7a33
Orange dark	#cc3e00
Gray dark	#1a1a1a
Gray medium	#2d2d2d
Gray light	#404040
Gray lighter	#737373

*/

.primary {
	color: #fe4e00 !important;
}

.address-link {
	color: #FFF !important;
	transition: color 0.3s;
}
.address-link:hover {
	color: #fe4e00 !important;
}



/**
 * HEADER
 * 
 * *********************************************/
#main-header .mobile_menu_bar:before {
	color: #FFF !important;
}

#main-header .et_mobile_menu li a {
	text-transform: uppercase;
}
#main-header .et_mobile_menu {
    border-top: 1px solid #fe4e00 !important;
}

#main-header {
	backdrop-filter: blur(10px);
    border-bottom: 1px solid rgb(51, 51, 51);
}
@media(max-width: 480px) {
	#main-header .container {
    	width: 90%;
	}
}
@media(max-width: 480px) {
	#logo {
    	max-height: 80% !important;
	}
}


/**
 * HOME
 * 
 * *********************************************/
#home-hero h4 {
	margin-bottom: 16px;
}
#home-hero h1 {
	margin-bottom: 24px;
}
#home-hero p {
	margin: 0px auto 32px;
	max-width: 700px;
}
#home-hero .et_pb_module.et_pb_text {
	padding: 0px 24px;
}

.what-is {
	font-size: 18px;
    color: rgb(212, 212, 212);
    line-height: 1.8em;
    margin-bottom: 24px;
	padding-bottom: 0px;
}
.what-is-not {
	font-size: 18px;
    color: rgb(163, 163, 163);
    line-height: 1.8em;
    margin-bottom: 32px;
}

.steps-box {
	position: absolute;
    bottom: -20px;
    left: -20px;
    width: 150px;
    height: 150px;
    background-color: rgb(254, 78, 0);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}

.section-heading {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 30px;
}
.section-heading h3 {
	font-size: 24px;
	color: #f5f5f5;
	text-transform: uppercase;
	margin: 0;
}

.target-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	list-style-type: none !important;
	padding: 0 !important;
}
.target-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 16px;
	color: #d4d4d4;
}


.section-heading-muted .icon {
	opacity: 0.7;
}
.target-list-muted li {
	color: #a3a3a3;
}

.icon {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	flex-shrink: 0;
}
.icon-users {
	width: 32px;
	height: 32px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23fe4e00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
}
.icon-check {
	width: 18px;
	height: 18px;
	margin-top: 3px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%2322c55e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M21.801 10A10 10 0 1 1 17 3.335'/%3E%3Cpath d='m9 11 3 3L22 4'/%3E%3C/svg%3E");
}
.icon-alert {
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23737373' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3'/%3E%3Cpath d='M12 9v4'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E");
}
.icon-x {
	width: 18px;
	height: 18px;
	margin-top: 3px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23737373' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M18 6L6 18'/%3E%3Cpath d='M6 6l12 12'/%3E%3C/svg%3E");
}
.icon-target {
	width: 32px;
	height: 32px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23fe4e00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Ccircle cx='12' cy='12' r='6'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3C/svg%3E");
}
.icon-eye {
	width: 32px;
	height: 32px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23737373' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
}

.icon-external {
	width: 16px;
	height: 16px;
	margin-left: 6px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23fe4e00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M15 3h6v6'/%3E%3Cpath d='M10 14L21 3'/%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3C/svg%3E");
}


/**
 * O EKPAIDEYTHS
 * 
 * *********************************************/
ul.prof-dev li {
	font-weight: 400;
}
.prof-dev .icon-external {
	margin-top: -4px;
	margin-left: 4px;
}
ul.prof-dev li a {
	color: #d4d4d4;
	transition: color .85s ease;
}
ul.prof-dev li a:hover {
	color: #fe4e00;
}

a.ext-link {
    color: #d4d4d4;
    border-bottom: 2px solid #fe4e00;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    transition: color 0.4s;
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
}
a.ext-link:hover {
    color: #fe4e00 !important;
}




/**
 * FRAMEWORK
 * 
 * *********************************************/

.frame-list {
	list-style: none;
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.frame-list li {
	position: relative;
	padding-left: 26px;
	margin-bottom: 12px;
	color: #d4d4d4;
}
.frame-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fe4e00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");
}

.frame-list-dash li::before {
	content: "—";
	position: absolute;
	left: 0;
	top: 0;
	color: #fe4e00;
	font-weight: 600;
	font-size: 16px;
	background: none;
	width: auto;
	height: auto;
}

.certificate-row {
	position: relative;
	overflow: visible !important;
}
.certificate-row:before {
	content: "";
	display: block;
	position: absolute;
	top: 56px;
	right: 48px;
	background: url("https://urbanresponse.gr/wp-content/uploads/2026/03/Urban-Response-Signature.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
	height: 100px;
}




/**
 * BLOG
 * 
 * *********************************************/
#blog-grid .et_pb_blog_grid .et_pb_post {
	background-color: rgb(10, 10, 10);
}

#blog-grid article {
	border: 1px solid rgb(31, 31, 31);
	border-top: 4px solid;
	background-color: rgb(20, 20, 20);
    border-radius: 4px;
    overflow: hidden;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    transform: translateY(0px);
	padding: 28px;
}

#blog-grid article.category-ekpaidefsi {
	border-top-color: rgb(168, 85, 247);
}
#blog-grid article.category-technikes {
	border-top-color: rgb(34, 197, 94);
}
#blog-grid article.category-filosofia {
	border-top-color: rgb(59, 130, 246);
}
#blog-grid article.category-epignosi {
	border-top-color: rgb(254, 78, 0);
}

.archive.category.category-ekpaidefsi .et_pb_post_title .entry-title,
.et_pb_title_meta_container a[href="https://urbanresponse.gr/category/ekpaidefsi/"],
#blog-grid article.category-ekpaidefsi .post-meta a {
	color: rgb(168, 85, 247) !important;
}
.archive.category.category-technikes .et_pb_post_title .entry-title,
.et_pb_title_meta_container a[href="https://urbanresponse.gr/category/technikes/"],
#blog-grid article.category-technikes .post-meta a {
	color: rgb(34, 197, 94) !important;
}
.archive.category.category-filosofia .et_pb_post_title .entry-title,
.et_pb_title_meta_container a[href="https://urbanresponse.gr/category/filosofia/"],
#blog-grid article.category-filosofia .post-meta a {
	color: rgb(59, 130, 246) !important;
}
.archive.category.category-epignosi .et_pb_post_title .entry-title,
.et_pb_title_meta_container a[href="https://urbanresponse.gr/category/epignosi/"],
#blog-grid article.category-epignosi .post-meta a {
	color: rgb(254, 78, 0) !important;
}

.et_pb_title_meta_container a[rel="category tag"],
#blog-grid article .post-meta a {
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
}




.post-content h3 {
	margin-top: 24px;
}




/**
 * FOOTER
 * 
 * *********************************************/

#footer-bottom {
	padding: 15px 0 5px;
}
#footer-info {
	padding-bottom: 10px;
}

ul.footer-nav {
	padding: 0px;
	list-style-type: none;
	display: flex;
    flex-direction: column;
    gap: 12px;
	line-height: 0;
}
ul.footer-nav li a {
	line-height: 1.6em;
	color: rgb(163, 163, 163) !important;
    text-decoration: none;
    transition: color 0.3s;
}
ul.footer-nav li a:hover {
    color: #fe4e00 !important;
}
ul.footer-nav li a svg {
	display: inline;
    line-height: 0;
    margin-right: 10px;
    margin-bottom: -4px;
}

ul.footer-posts li::marker {
  color: #fe4e00;
}
.footer-posts a {
    line-height: 1.6em;
    color: rgb(163, 163, 163) !important;
    text-decoration: none;
    transition: color 0.3s;
	font-size: 15px;
}
.footer-posts li {
	margin-bottom: 10px;
}
.footer-posts a:hover {
    color: #fe4e00 !important;
}






/**
 * GLOBAL + ICONS
 * 
 * *********************************************/

.icon-check {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #fe4e00;
	vertical-align: middle;
	margin-right: 6px;

	-webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogIDxwYXRoIGQ9Ik0yMS44MDEgMTBBMTAgMTAgMCAxIDEgMTcgMy4zMzUiLz4KICA8cGF0aCBkPSJtOSAxMSAzIDNMMjIgNCIvPgo8L3N2Zz4=") no-repeat center / contain;
	mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogIDxwYXRoIGQ9Ik0yMS44MDEgMTBBMTAgMTAgMCAxIDEgMTcgMy4zMzUiLz4KICA8cGF0aCBkPSJtOSAxMSAzIDNMMjIgNCIvPgo8L3N2Zz4=") no-repeat center / contain;
}

ul.check-list {
	list-style-type: none;
	padding: 0px;
	display: flex;
    flex-direction: column;
    gap: 16px;
}
ul.check-list li {
	
}




/**
 * PADDING AND MARGIN
 * 
 * *********************************************/
.mt-0 {
	margin-top: 0 !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pt-40 {
	padding-top: 40px !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pb-40 {
	padding-bottom: 40px !important;
}