/*
Theme Name: ARCS_Theme
Theme URI: http: //arcstheme.com
Description: Blog Theme.
Author: ARCS
Author URI: http: //www.arcscorp.com/
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arcs_theme
Tags: one-column,
custom-colors,
custom-menu,
custom-logo,
editor-style,
featured-images,
blog
Tested up to: 5.0
Requires PHP: 5.6
Copyright: (c) 2024 ARCS or Arcs Theme
*/


/* Add this to your child theme's style.css file */

@import url("assets/css/fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");
/* @import url("assets/css/main-style.css");*/
/* @import url("assets/css/second-template.css");*/

.comment-author.vcard {
  width: 35px;
}

ul.recent-posts-list {
  display: flex;
  align-items: center;
}

.recent-post-thumbnail img {
  height: 200px;
}

ul.recent-posts-list>li {
  padding: 20px;
  border: 1px solid;
  border-radius: 10px;
  margin: 0 15px;
  height: 500px;
}


.entry-content {
  margin: 0 auto;
  width: 85%;
  padding: 50px;
  background: #fff;
}

.error-404.not-found {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

.glass-box {
  background: rgba(255, 0, 0, 0.5);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 20px;
}

.glass-box .page-header h1 {
  color: #fff;
  font-size: 30px;
}

.glass-box .page-content p {
  color: #fff;

}