/*
Theme name: LibertyCon Latin America

Theme URI: https://latinamerica.libertycon.com

Author: SFL Websites Team

Author URI: http://studentsforliberty.org/

Description: Theme created for the LibertyCon Latin America website project

Version: 1.0.0.
*/
/*Main styles*/
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}

html, body {
	font-size: 100%;
	margin: 0;
    padding: 0;
}
a {
	 text-decoration: none;
}

body,
body p {
	font-family: Montserrat;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.319rem;
}

h1,
.elementor-widget-heading h1.elementor-heading-title {
	text-transform: uppercase;
	font-family: "Roboto Condensed", Sans-serif;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.2;
}

h2,
.elementor-widget-heading h2.elementor-heading-title {
	font-family: "Roboto Condensed", Sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

h3,
.elementor-widget-heading h3.elementor-heading-title {
	font-family: "Roboto Condensed", Sans-serif;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.2;
}

h4,
.elementor-widget-heading h4.elementor-heading-title {
	font-family: "Roboto Condensed", Sans-serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
}

h5,
.elementor-widget-heading h5.elementor-heading-title {
	font-family: "Roboto Condensed", Sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
}

h6,
.elementor-widget-heading h6.elementor-heading-title {
	font-family: "Roboto Condensed", Sans-serif;
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: 700;
    text-transform: uppercase;
}

div[data-elementor-type="wp-page"], main[data-elementor-type="archive"], article[data-elementor-type="single-post"] {
	margin-top: -4.875rem;
}
*/
/*End of Main styles*/

/* Header & Footer settings */
header {
	transition: 0.3s background-color;
}
header.scrolled .elementor-widget-theme-site-logo img {
    filter: brightness(5);
} 
header.elementor-sticky--active.scrolled {
	background-color: #0AA9C7 !important;
}
header.scrolled .menu-item a  {
	color: #fff !important;
}
/* Other styles */
main[data-elementor-type="archive"]  .elementor-post .elementor-post__text {
	background-color: #FFF2E1;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	padding: 20px;
}
main[data-elementor-type="archive"]  .elementor-post .elementor-post__text .elementor-post__excerpt p:last-child:after {
	content: '...';
}
main[data-elementor-type="archive"]  .elementor-post .elementor-post__text .elementor-post__read-more
{
	font-family: "Roboto Condensed", Sans-serif;
    font-size: 1rem;
    font-weight: 500;
    transition-duration: 0.3s;
    padding: 7.5px 15px;
    text-transform: uppercase;
    background-image: linear-gradient(90deg, #C80E57 0%, #FB8119 100%);
    border-radius: 25px 25px 25px 25px;
    display: inline-block;
    float: right;
}
main[data-elementor-type="archive"]  .elementor-post .elementor-post__text .elementor-post__read-more:hover 
{
	background-image: linear-gradient(90deg, #C80E57 0%, #C80E57 100%);
}
/* End of Other styles */

/*Responsive styles*/

@media only screen and (max-width: 1440px) {
	
}
@media only screen and (max-width: 1024px) {
	
}
@media only screen and (max-width: 767px) {
	 
}
@media only screen and (max-width: 579px) {
	html {
	font-size: 80%;
}
	
}

/*End of Responsive styles*/