/*!
Theme Name: lateenx
Theme URI: http://underscores.me/
Author: DDC
Author URI: #
Description: A Resource for Hispanic Teens
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lateenx
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

lateenx is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body {
	height: auto !important;
}

.social-list {
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	max-width: 100%;
	margin: 0;
	margin-left: -10px;
	justify-content: center !important;
	max-width: none !important;
}

.relatedpoimg img { height: 100%; }

.resource-form .wpcf7-list-item {
	margin: 0 !important;
}

.categories-contain .pagination {
    margin-top: 30px;
}

.single-lat-post iframe, .single-lat-post img  {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.single-lat-post img  {
	width: auto;
}

.article-def-text figcaption,
.article-def-text h6 {
font-size: 12px !important;
margin-top: 5px !important;
	font-weight: 700;
	font-style: italic;
}

.wp-block-image.aligncenter figcaption, .wp-block-image .aligncenter figcaption, .wp-block-image.alignleft figcaption, .wp-block-image .alignleft figcaption, .wp-block-image.alignright figcaption, .wp-block-image .alignright figcaption{
	display: inline-block !important;
}

.article-image .article-image-title {
    margin-top: 5px !important;
    font-size: 12px !important;
}

.article-def-text figure {
	width: 100% !important;
	max-width: 100% !important;
}

.social-list a {
    width: unset !important;
}
.opportunities__container .opportunities__competitions{
    background-color: #EBF6F4 !important;
}
/* CSS for GT*/
.glink:not(.glink:last-child) {
    margin-right: 15px;
}
.header__circle-list .glink {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 40px;
    height: 40px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border: none;
    background: #0f0e49;
    border-radius: 50%;
    cursor: pointer;
    transition: .3s ease-in-out;
    transition-property: background-color,color;
}

.header__circle-list .glink:hover {
    color: #0f0e49;
    background-color: #ffb138;
}

/* CSS for GT*/

@media (max-width: 950px) {
.opportunities__scholarships .opportunities__image img {
    -o-object-position: center 48% !important;
    object-position: center 48% !important;
}
}

@media (max-width: 950px) {
.opportunities__competitions .opportunities__image img {
    -o-object-position: center 3% !important;
    object-position: center 3% !important;
}
}

@media (max-width: 576px) {
#mobile-intro .mobileIntro__category.mobileIntro__info___inspiration {
    background-color: #ffb138;
}

#mobile-intro .mobileIntro__category.mobileIntro__student_life {
    background-color: #039276;
}
}