/*
Theme Name: Apex1 WordPress Theme
Theme URI: https://www.apex1.co.uk/
Author: Apex1 Studios
Author URI: https://www.apex1.co.uk/
Description: Apex1 are a full-service creative agency. We create and develop brands and support them with high quality online content and printed media. We favour Open Source solutions that adhere to the latest standards for security, data protection and a reliability. We value your customer’s experience of your brand and website. Compatibility, speed of load, ease of navigation are all key components for a successful user experience and its conversions. Apex1 help companies grow and achieve their goals.
Version: 3.4.9
Text Domain: apex1
*/

/* Please edit the styles in /assets/css/style.css */

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	clear: both;
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
	clear: both;
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
	clear: both;
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption {
  background: #fff;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}