/*!
Theme Name: Tema UNISANTOS 2026
Theme URI: http://underscores.me/
Author: Tiago da Corte Faria
Version: 1.0.0
Text Domain: tema-unisantos2026
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

header{
	background-color: #022855;
}

#banner{
	background-color: #022855;
}

.header .buscar{
	padding: 0;
	display: inline-block;
}

.header .buscar input[type="text"]{
	position: absolute;
	right: 0;
	top: 3px;
	text-indent:1px;
	width:20px;
	height:22px;
	background:url('images/buscar-m.png') no-repeat;
	background-position: center right;
	border:0px solid #333;
	line-height:20px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius: 6px;
	-webkit-transition:width 400ms ease-in-out;
	-moz-transition:width 400ms ease-in-out;
	transition: width 400ms ease-in-out;
	cursor:pointer;
	font-weight: 400;
	color: transparent;
}
.header .buscar input[type="text"]:focus{
	width:200px;
	outline:none;
	border:1px solid #2a668a;
	-webkit-box-shadow:1px 1px 0 rgba(255,255,255,0.125);
	-moz-box-shadow:1px 1px 0 rgba(255,255,255,0.125);
	cursor:text;
	background: #fff;
	color:#000;
}

.icones .social img{
	max-height: 20px;
}

#menu{
	background-color: #eeeeee;
}

.menu-secundario ul {
  display: flex;
  justify-content: center;
  position: relative;
}
.menu-secundario ul li{
	display: flex;
	align-items: center;
}
.menu-secundario ul a {
  color: #022855 !important;
  cursor: pointer;
  display: block;
  font-weight: 300;
  margin: 0 4px;
  padding: 15px 10px;
  font-size: 18px;
  text-align: center;
}
.menu-secundario ul a:hover {
  color: #fff;
}
.menu-secundario ul .sub-menu {
  background-color: #fff;
  display: none;
  padding-top: 5px;
  position: absolute;
  top: 100%;
  z-index: 99;
}
.menu-secundario ul li:last-of-type .sub-menu {
	right: 0px;
}
.menu-secundario ul .sub-menu a {
  color: #333;
  font-size: 0.8em;
  margin: 0;
  padding: 9px 15px;
  text-align: left;
}
.menu-secundario ul > li:hover {
  background-color: #fff;
  color: #333;
  cursor: pointer;
}
.menu-secundario ul > li:hover .sub-menu {
  display: block;
}

#destaques .botao{
	font-size: 18px;
	background: #eeeeee;
	border-radius: 10px;
	line-height: 18px;
}

#destaques .botao a{
	color: #022855;
	text-decoration: none;
}
#destaques .botao p{
	padding: 0;
	margin: 0;
}

#mini-banners{
	background-color: #d2d2d2;
}

#acontece{
	min-height: 300px;
}
#acontece h1, #noticias h1{
	color: #022855;
}
#acontece a, #noticias a{
	color: #022855;
	text-decoration: none;
}

#noticias{
	background: #fff7ed;
}
#noticias img{
	width: auto;
	max-height: 355px;
}
#noticias .titulo{
	max-width: 360px;
}

.control-next, .control-prev{
	cursor: pointer;
}
.carousel-item {
    display: block !important; 
    visibility: hidden;
    opacity: 0;
}
.carousel-item.active {
    visibility: visible;
    opacity: 1;
    position: relative;
    z-index: 1;
}

.carousel-indicators{
	position: relative;
	margin-bottom: 0;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
	border-radius: 30px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #022855;
    background-clip: padding-box;
    transition: opacity .6s ease;
	opacity: 1;
	border-top: none;
	border-bottom: none;
}
.carousel-indicators .active {
    background-color: #b5b5b5;
}

.submenu li{
	list-style: none;
	margin-bottom: 15px;
}
.sub-child li {
	list-style: none;
	margin-bottom: 5px;
}
.sub-child li a {
	text-decoration: none;
}

.submenu a {
	display: block;
	width: 100%;
	background-color: #022855;
	color: #fff;
	font-weight: 900;
	font-size: 14px;
	text-decoration: none;
	padding: 8px 9px;
	text-align: left;
	box-sizing: border-box;
}
.submenu a:hover {
	color: #fff;
	background-color: #004267;
	text-decoration: none;
}

.campus{
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	position: relative;
	min-width: 290px;
	min-height: 290px;
}
.campus .info{
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	min-width: 290px;
}
.campus .info a{
	color: #fff;
}

.campus .info h1{
	font-weight: 900;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
}
.campus .info b{
	font-weight: 900;
}
.campus.idilio{
	background: url('images/idilio.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}
.campus.nead{
	background: url('images/nead.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}
.campus.mec{
	background: #e7e7e7;
}

.div-hr{
	background-color: #022855;
	width: 100%;
	height:15px;
}

.footer{
	color: #fff;
	background-color: #022855;
}
.footer a{
	color: #c9d5e1;
	text-decoration: none;
}
.footer a:hover{
	color: #c9d5e1;
	text-decoration: underline;
}

.search-form .search-submit{
	width: 45px;
	height: 45px;
	background: url(images/buscar.png) no-repeat;
	background-position: center;
	border: 0px solid #333;
	cursor: pointer;
	vertical-align: top;
}

a{
	text-decoration: none;
}

.ws-ucs .curso{
    background-color:#022855;
    border-radius:8px;
    overflow:hidden;
    text-align:center;
	padding: 10px;
}
.ws-ucs .curso:hover{
	background-color:#004267;
	transition: 0.2s;
}
.ws-ucs .curso h1{
    color:#fff;
    font-size:70px;
    font-weight:900;
}
.ws-ucs .curso .icone svg{
    fill:#fff
}
.ws-ucs .curso h4 {
    color: #fff;
    font-size: .8em;
    font-weight: 900;
    margin-bottom: 0;
    margin-top: 13px;
    text-transform: uppercase;
}
.ws-ucs a{
	text-decoration: none;
}

#datepicker {
    position: relative;
    transition: opacity 0.2s ease;
}

#datepicker.datepicker-loading .ui-datepicker-calendar,
#datepicker.datepicker-loading .ui-datepicker-header {
    opacity: 0.4;
    pointer-events: none;
}

#datepicker.datepicker-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-top-color: #022855;
    border-radius: 50%;
    animation: datepickerSpinner 0.8s linear infinite;
    z-index: 10;
}

/* Animação de rotação */
@keyframes datepickerSpinner {
    to {
        transform: rotate(360deg);
    }
}

@media (min-width: 1200px) {
    .col-xl-20 {
        flex: 0 0 auto;
        width: 20%;
    }
}

#floating-button{
	position: fixed;
	right: 25px;	
	bottom: 20px;
	z-index: 1;
	text-align: right;
}

#floating-button a{
	display: inline-block;
	max-width: 50px;
}

#floating-button .message{
	font-size: .75em;
    border: 1px #2a668a solid;
    border-radius: 15px 15px 0 15px;
    background: #FFF;
    padding: 23px 15px 17px;
    position: relative;
    margin-bottom: 10px;
	-webkit-box-shadow: 5px 8px 17px -6px rgba(0,0,0,0.6); 
	box-shadow: 5px 8px 17px -6px rgba(0,0,0,0.6);
}

#floating-button .message p{
	margin: 0;
	line-height: 1.2;
	text-align: left;
}

#floating-button .message .close-message{
	position: absolute;
	top:3px;
	right: 3px;
	background: transparent;
	outline: none;
	border: none;
	padding: 5px 10px;
	margin: 0;
	cursor: pointer;
	font-weight: 700;
}

@font-face {
  font-family: 'responsivenav';
  src: url('icons/responsivenav.eot?38o1m4');
  src: url('icons/responsivenav.eot?38o1m4#iefix') format('embedded-opentype'),
    url('icons/responsivenav.ttf?38o1m4') format('truetype'),
    url('icons/responsivenav.woff?38o1m4') format('woff'),
    url('icons/responsivenav.svg?38o1m4#responsivenav') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/*--------------------------------------------------------------
## Menu Mobile
--------------------------------------------------------------*/

header .mobile {
  background-color: #173353;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999999999;
}
header .mobile .custom-logo-link {
  max-width: 190px;
}
header .mobile .btn-toggle {
  color: #fff;
}
header .mobile .btn-toggle span {
	display: inline-block;
	cursor: pointer;
	font: normal 28px/28px "responsivenav";
	color: #fff;
	padding: 10px 15px;
}
header .mobile nav {
  background-color: #173353;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transform: translateX(-101%);
  transition: transform 0.35s ease;
  width: 100%;
  z-index: 10;
}
header .mobile nav.active {
  transform: translateX(0);
}

header .mobile nav .menu {
  background-color: #1a385a;
  height: calc(100% - 56px);
  overflow-y: auto;
  padding: 0;
  margin: 0;
  list-style: none;
}
header .mobile nav .menu > li,
header .mobile nav .menu > li > a {
  font-weight: 900;
  text-transform: uppercase;
}
header .mobile nav .menu .menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
}
header .mobile nav .menu .menu-item-has-children > a:after {
  content: "\3e";
  font-family: "responsivenav";
  text-transform: none;
}
header .mobile nav .menu .menu-item-has-children > a.active:after {
  content: "\76";
}
header .mobile nav .menu a {
  border-bottom: 1px solid #23456c;
  color: #fff !important;
  display: block;
  font-weight: 300;
  padding: 12px 15px;
}
header .mobile nav .menu .sub-menu {
  background-color: #1d3e64;
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
header .mobile nav .menu .sub-menu > li > a {
  font-size: 0.8em;
  padding-left: 25px;
}
header .mobile nav .menu .sub-menu .sub-menu {
  background-color: #1f426a;
}
header .mobile nav .menu .sub-menu .sub-menu > li > a {
  padding-left: 35px;
}

#banner .video{
	font-size: 0;
	overflow: hidden;
	position: relative;
}
#banner .video video{
	height: auto;
	max-width: 100%;
}
#banner .video:after{
	content:"";
	z-index:2;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000%;
}


/*--------------------------------------------------------------
## Navegation
--------------------------------------------------------------*/
.navigation{
	height: 50px;
	text-align: center;
	margin: 30px;
}
.navigation ul{
	padding: 10px 0 0;
	display: block;
	margin: 0px auto;
	border-top: 1px solid #022855;
	width: 100%;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}

.navigation li {
	display: inline-block;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #fff;
	color: #022855;
	font-weight: 900;
	font-size: 18px;
	cursor: pointer;
	display: inline-block;
	border-radius: 20px;
	padding: 2px 10px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #022855;
	color: #fff;
	transition: .2;
}

.navigation li.prev-page a{
	width: 20px;
	height: 20px;
	background: url(images/blue-left-arrow.png) no-repeat;
	background-position: center;
	cursor: pointer;
	vertical-align: top;
}

.navigation li.next-page a{
	width: 20px;
	height: 20px;
	background: url(images/blue-right-arrow.png) no-repeat;
	background-position: center;
	cursor: pointer;
	vertical-align: top;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
