/*
Theme Name: arcstheme
Theme URI: https: //arcscorp.com
Author: ARCS
Author URI: http: //www.arcscorp.com/
Description: A custom WordPress theme .
Version: 1.02
Text Domain: arcstheme
Tested up to: 6.2 
Requires PHP: 7.4
License: GNU General Public License v2 or later. 
License URI: https: //www.gnu.org/licenses/gpl-2.0.html.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,blog

*/

@import url("assets/css/fontawesome-all.min.css");
@import url("assets/css/main-style.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

.bypostauthor {
  background-color: #ffffff;
  border: 1px solid #f55758;
  padding: 5px 10px !important;
  margin-left: 100px;
}

.gallery-caption {
  background: #fff
}

.sticky {
  position: sticky;
}

.wp-caption-text {
  font-size: 16px;
}