/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

/*Header*/
@media (min-width:1024px) {.top-panel .elementor-social-icons-wrapper span:nth-child(-n+2) {display: none;} }

/*404*/


/* 404 Error Page */ 
.error-head1 { justify-content: center; align-items: center; text-align: center; padding-top:40px; } 
.error-head2 { justify-content: center; align-items: center; text-align: center; padding-bottom:60px; } 
.error-head2 .error-text{ justify-content: center; align-items: center; text-align: center; } 

/* 404 TEXT */ 
.error-code { font-size: 220px; color: #000; margin: 0; font-family: var(--e-global-typography-primary-font-family); }

/* TITLE */ 
.error-title { font-size: 32px; font-family: var(--e-global-typography-primary-font-family); color: #00549D; font-weight:400; } 

/* DESCRIPTION */ 

.error-text { color: #666; font-size: 14px; margin: 20px 0; line-height: 1.6; } 

/* BUTTON */ 
.home-btn { display: inline-block; padding: 12px 30px; background: #666; color: #fff; font-size:16px; text-decoration: none !important; font-weight:600; transition: 0.3s ease; } .home-btn:hover { background: #000000; color: #fff; text-decoration: none; } 

/* Responsive */ 
@media (max-width: 768px) { .error-code { font-size: 90px; letter-spacing: 4px; } .error-title { font-size: 24px; } .error-text { font-size: 15px; } } 
@media (max-width: 480px) { .error-code { font-size: 70px; letter-spacing: 2px; } .error-title { font-size: 20px; } .home-btn { padding: 10px 20px; font-size: 15px; } }

