/*
Theme Name: WP Ceres
Theme URI: 
Author: Javier Moya
Author URI: 
Description:  Ceres WordPress theme
Version: 0.92
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-ceres-themes
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  text-rendering: geometricPrecision;
}

body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'Rubik', sans-serif;
  color: #2C2C2C;
  line-height: 1.4rem;
}

body.custom-background { 
  background-size:100% auto !important;  
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul.menu, ul.menu li {
  list-style: none;
  padding-left: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
  font-family: Monda, serif;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 20px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}

h1.entry-title {
  font-family: Rubik, serif;
  font-size: 2.4rem;
  font-weight: normal;
}

h1.author-title {
  font-family: Rubik, serif;
  font-size: 2.0rem;
  line-height: 2.3rem;
  font-weight: normal;
  margin: 2.5rem 0 1.75rem;
  padding: 0;
}

h2.entry-title {
  border-bottom: 1px solid #eaecef;
}

h3.widget-title {
  font-size: 1.2rem;
}

h1.ceres-title {
  margin: 0;
  padding-bottom: 0;
  font-size: 1.52rem;
  line-height: 2.1rem;
  font-weight: normal;
}

h1.ceres-title::before {
  content: " ";
  background-color: #2c2c2c;
  width: 60px;
  height: 2px;
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

#popular-post > .ceres-header,
.ceres-header {
  font-size: 1.16rem !important;
  line-height: 1.8rem;
  background-color: #DFDFDF;
  color: #1F4A91 !important;
  padding-top: 0.6rem !important;
  padding-bottom: 0.7rem !important;
  font-weight: normal;
  text-align: center;
  margin: 0 0 1.1rem 0;
  position: relative;
  border-radius: 4px;
}

.ceres-header span {
  position: relative;
}

.ceres-header span:before {
  content: " ";
  background-color: #1F4A91;
  width: 60px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  margin-left: -16px;
}

.ceres-header:after {
  content:' ';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: solid 10px #DFDFDF;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}

.ceres-ribbon {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  z-index: 2;
  margin-bottom: -1.0rem;
}

.ceres-ribbon .badge {
  z-index: 3;
  position: relative;  
  padding: 0.8rem 1.75rem 0.8rem;
  font-family: Monda, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 2.0rem;
  text-transform: capitalize;
  color: #1F4A91;
}

.ceres-ribbon .ribbon {
  background-color: #1F4A91;
  width: 100%;
  position: absolute;
  height: 1.5rem;
  top: calc(50% - 0.75rem);
  left:0;
}

.ceres-ribbon .ribbon:after, .ceres-ribbon .ribbon:before {
  margin-top: 0;
  content: " ";
  float:left;
  border: 0.75em solid #1F4A91;
  position: absolute;
  top: 0;
  z-index: 9;
}

.ceres-ribbon .ribbon:after {
  border-right-color:transparent;
  right: -1.2rem;
}

.ceres-ribbon .ribbon:before {
  border-left-color:transparent;
  left: -1.2rem;
}

.page-template-presentation-template section .site-main {
  margin-bottom: 1.5rem;
}

.ceres-author {
  margin-top: 2.6rem;
}

.ceres-author .image-content img {
  width: 165px;
  height: auto;
  border-radius: 50%;
  background: #FCFCFC;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
}

.ceres-author .content-wrapper h3 {
  font-weight: bold;
  font-size: 1.52rem;
  line-height: 2.65rem;
  color: #1F4A91;
  margin: 0 0 8px 0;
}

.ceres-author .content-wrapper p {
  font-size: 0.95rem;
  line-height: 1.38rem;
  margin-bottom: 12px;
}

.ceres-author .social-links a {
  margin-right: 5px;
  display: inline-block;
}

#navbar-authors {
  border: 1px solid #FCFCFC;
  list-style: none;
  padding: 0;
}

#navbar-authors ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#navbar-authors li {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1px;
  width: 100%;
}

#navbar-authors li:last-child {
  margin-bottom: 0;
}

#navbar-authors li a {
  font-family: Monda;
  font-style: normal;
  font-weight: bold;
  font-size: 1.08rem; 
  line-height: 1.8rem;
  color: #FCFCFC;
  background-color: #1F4A91;
  display: inline-block;
  width: 100%;
  text-transform: capitalize;
  padding: 0.85rem 1.25rem;
  vertical-align: middle;
  border-radius: 0;
}

#navbar-authors li a.active {
  background-color: #269581;
}

#navbar-authors li a:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  background: url(./inc/assets/images/user.svg) center center no-repeat transparent;
  margin-right: 1.2rem;
  position: relative;
  margin-top: -2px;
}

#navbar-authors li a[href='#presentation']:before {
  background-image: url(./inc/assets/images/presentation.svg);
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

.white-shadow {
  background: #FCFCFC;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
}

.post-link {
  color: #1F4A91 !important;
  font-size: 1.28rem;
  line-height: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  margin: 1.2rem 0 0 0;
}

.post-link:after {
  content: ' ';
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url(./inc/assets/images/link-arrow.svg) center center no-repeat transparent;
  margin-left: 0.5rem;
  position: relative;
  top: 2px;
}

.post-link:hover {
  text-decoration: underline;
}


.post-link-button {
  font-size: 17px;
  line-height: 20px;
  color: #FCFCFC;
  text-align: center;
  background: #1F4A91;
  border-radius: 3px;
  width: auto;
  font-size: 17px;
  padding: 14px 16px;
}

.post-link-button:hover {
  color: #FCFCFC;
  text-decoration: underline; 
}

.post-link-button:after {
  content: ' ';
  background: url(./inc/assets/images/link-arrow-white.svg) center center no-repeat transparent;
  margin-left: 12px;
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  margin-top: 20px;
}

.wpcf7-form {
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}

.wpcf7-form p {
  margin-bottom: 20px;
}

.wpcf7-form p > * {
  display: inline-block;
  vertical-align: top;
}

.wpcf7-form p > label {
  width: 190px;
  margin-top: 7px;
  font-weight: normal;
  font-size: 17.2px;
  line-height: 26px;
}

.wpcf7-form p > label > span {
  color: #f00;
}

.wpcf7-form p > span {
  width: 375px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  background: #F4F4F4;
  border: 1px solid #444444;
  box-sizing: border-box;
  border-radius: 3px;
}

.wpcf7-form .wpcf7-submit {
  float: right;
  border-radius: 2px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 1.0rem 3.2rem 1.0rem 1.5rem;
  background: url(./inc/assets/images/submit-arrow.svg) no-repeat #1F4A91;
  background-position: calc(50% + 2.4rem) 50%;
}

.top-menu-responsive .navbar-toggler,
#menu-toogler .navbar-toggler {
  background-color: #FCFCFC;
  color: #1F4A91;
  font-size: 15px;
  line-height: 18px;
  padding: 0.75rem 0.6rem 0.6rem 0.78rem;
  vertical-align: middle;
  border-radius: 0;
}

#menu-toogler .navbar-toggler .navbar-toggler-icon {
  margin-right: 1.1rem;
  background: url(./inc/assets/images/menu-icon.svg) center center no-repeat transparent;
  width: 18px;
  height: 12px;
  background-size: 100%;
  display: inline-block;
  position: relative;
  top: -1px;
}

/* this here may be not */
#presentation {
  margin-bottom: 1.4rem;
}

#presentation .wrapper {
  padding: 1.5rem 2rem;
  font-size: 1.12rem;
  line-height: 1.4rem;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.row-flex [class*="col-"] {
  margin-bottom: 1.7rem;
}

.post-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  height: 100%;
}

.post-card .image-wrapper {
  height: 0;
  width: 100%;
  padding-bottom: 64%;
  position: relative;
  background: url(./inc/assets/images/default-image.svg) center center no-repeat #FAFAFA;
}

.post-card .image-wrapper > * {
  position: absolute;
  border-radius: 2px;
  font-size: 0.8rem;
  line-height: 1.0rem;
  color: #FCFCFC;
  padding: 0.45rem 0.65rem 0.4rem;
  top: 12px;
}

.post-card .image-wrapper .date {
  background-color:#070707;
  left: 8px;
}

.post-card .image-wrapper .category {
  position: absolute;
  right: 8px;
  text-transform: uppercase; 
  padding: 0;
}

.post-card .image-wrapper .category a {
  border-radius: 2px;
  background-color: #269581;
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  color: #fcfcfc;
  padding: 0.45rem 0.65rem 0.4rem;
}

.post-card .image-wrapper .category a:hover {
  background-color: #1F4A91 !important;
  text-decoration: none;
}

.post-card .image-wrapper a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
}

.post-card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
}

.post-card .content-wrapper {
  padding: 1.0rem;
}

.post-card .content-wrapper h3 {
  margin: 0 0 1.2rem 0;
}

.post-card .content-wrapper h3 a {
  color: #24292e;
}

.post-card .content-wrapper h3 a:hover {
  text-decoration: underline;
}

.post-card .content-wrapper p {
  margin-bottom: 0;
}

.post-card .end-wrapper {
  padding: 1.0rem 1.0rem 1.4rem;
  width: 100%;
}

.post-card .end-wrapper .post-link {
  font-size: 1.15rem;
  line-height: 1.35rem;
  margin: 0;
}

#cover-post.post-card .image-wrapper > * {
  font-size: 1.0rem;
  line-height: 1.26rem;
}

#cover-post.post-card .image-wrapper::after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 30%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0.01%, rgba(0, 0, 0, 0.72) 58.82%);
}


#cover-post.post-card .image-wrapper .title {
  position: absolute;
  font-family: Rubik, serif !important;
  font-weight: normal;
  bottom: 0;
  left: 0;
  top: auto;
  z-index: 9;
  font-size: 2.0rem;
  line-height: 2.4rem;
  font-family: Rubik, serif;
  margin: 0 1.35rem;
  padding: 1.0rem 0;
}

#cover-post.post-card .image-wrapper .title a {
  font-size: 2.0rem;
  line-height: 2.4rem;
  color: #fcfcfc;
  position: relative;
}

#cover-post.post-card .image-wrapper .title a:hover {
  color: #fcfcfc;
  text-decoration: underline;
}

#cover-post.post-card .image-wrapper .title:before {
  content: ' ';
  width: 60px;
  height: 4px;
  background-color: #fcfcfc;
  border-radius: 1px;
  position: absolute;
  top:0;
  left:0;

}

.navigation {
  display: block;
  text-align: center;
  margin-top: 2.5rem;
  width: 100%;
}

.navigation .wp-paginate .current,
.navigation ol > li > span,
.navigation ol > li > a {
  width: 52px;
  height: 52px;
  background: #FCFCFC;
  border: 1px solid #C1C8D5;
  box-sizing: border-box;
  box-shadow: 1px 1px 6px rgba(31, 74, 145, 0.25);
  border-radius: 50%;
  font-family: Monda, serif;
  font-size: 24px;
  line-height: 50px;
  font-weight: bold;
  padding: 0;
  display: inline-block;
  text-align: center;
  margin-right: 1.5rem;
  color: #000;
}

.navigation ol.wp-paginate > li > a:hover,
.navigation .wp-paginate .current,
.navigation ol > li > span {
  background-color: #1F4A91;
}

.navigation ol > li:last-child {
  margin-right: 0;
}

.navigation ol > li > a:hover,
.navigation .wp-paginate .current {
  color: #FCFCFC;
}

.navigation ol > li > a.next,
.navigation ol > li > a.prev {
  font-size: 0;
  line-height: 69px;
  background: url(./inc/assets/images/pager-arrow.svg) center center no-repeat #FCFCFC;
}

.navigation ol > li > a.next:hover,
.navigation ol > li > a.prev:hover {
  background: url(./inc/assets/images/pager-arrow-white.svg) center center no-repeat #1F4A91;
}

.navigation ol > li > a.prev {
  transform: rotate(180deg);
}

.sidebar-filter > section#block-3 {
	background:transparent;
	border: none;
	box-shadow: none;
	padding: 0;
	border-radius:0
}

.sidebar-filter > section:not(.popular-posts) {
  background: #F3F3F3;
  border: 1px solid #2C2C2C;
  box-sizing: border-box;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  padding: 1.0rem;
}

.sidebar-filter > section:not(.popular-posts).widget_wpcategorieswidget > ul{
  margin-bottom: 0;
}

.sidebar-filter > section:not(.popular-posts) .widget-title {
  font-size: 1.45rem;
  line-height: 2.0rem;
  color: #2C2C2C;
  text-transform: none;
  margin: 0 0 1.0rem 0;
  padding: 0;
}

.sidebar-filter > section:not(.popular-posts) ul {
  padding-left: 0;
}

.sidebar-filter > section:not(.popular-posts) ul > li > a {
  font-family: Monda;
  font-style: normal;
  font-weight: bold;
  font-size: 1.0rem;
  line-height: 1.5rem;
  color: #2C2C2C;
  text-transform: capitalize;
}

.sidebar-filter > section:not(.popular-posts) ul > li > a:hover {
  text-decoration: underline;
  color: #2C2C2C;
}

.sidebar-contact {
  margin: 0 0 16px 0;
}

.sidebar-contact section {
  background: #FCFCFC;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  margin-bottom: 0;
  border-radius: 4px;
}

#authors-list .content .header h3,
.sidebar-contact section .widget-title {
  border-radius: 4px 4px 0 0;
  border: 1px solid #FCFCFC;
  font-size: 1.1rem;
  line-height: 1.8rem;
  background: #444444;
  color: #FCFCFC;
  text-transform: none;
  margin: 0 0 1px 0;
  padding: 0.8rem 1.0rem;
}

#authors-list .content .content-tab,
.sidebar-contact section .widget-title + * {
  background: #2C2C2C;
  padding: 1.0rem 1.0rem 1.2rem;
  color: #FCFCFC;
  border: 1px solid #FCFCFC;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

#authors-list .content .content-tab li,
.sidebar-contact section .widget-title + * > * {
  font-family: Monda, serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}

#authors-list .content .content-tab ul,
.sidebar-contact section ul {
  padding-left: 1.2rem;
  margin-bottom: 0;
}

#authors-list {
  border: 1px solid #FCFCFC;
}

#authors-list .content .header h3 {
  text-transform: capitalize;
  border-radius: 0;
  border: none;
  margin-bottom: 1px !important;
  position: relative;
  cursor: pointer;
}

#authors-list .content .header h3::after {
  content: ' ';
  width: 16px;
  height: 16px;
  background: url(./inc/assets/images/minus.svg) center center no-repeat transparent;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 1rem;
}

#authors-list .content .header h3.collapsed::after {
  background-image: url(./inc/assets/images/plus.svg);
}

#authors-list .content .content-tab {
  border-radius: 0;
  border: none;
  margin-bottom: 1px;
}

#authors-list .content .content-tab li a {
  color:#FCFCFC;
  line-height: 1.5rem;
}

#authors-list .content .content-tab li a:hover {
  text-decoration: underline;
}

.single .entry-content {
  padding-left: 0;
  padding-right: 0;
}

.entry-content-single ul,
.single .entry-content ul {
  list-style: none;
  color: #1F4A91;
  padding-left: 1rem;
}

.single .entry-content-single a,
.single .entry-content a {
  color: #1F4A91;
}

.entry-content-single .ceres-author {
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 2.0rem;
}

.single .entry-content-single ul li::before,
.single .entry-content ul li::before {
  content: "\2022";
  color: #1F4A91;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.single .post-thumbnail {
  width: 100%;
  height: 0;
  padding-bottom: 64%;
  position: relative;
}

.single .post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single .entry-date {
  font-size: 16px;
  line-height: 24px;
  color: #1F4A91;
}

.single h1.entry-title {
  padding: 16px 0;
  position: relative;
  margin: 28px 0 0;
}

.single h1.entry-title:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background-color: #2C2C2C;
  border-radius: 1px;
}

.single .entry-date {
  margin-bottom: 20px;
}

.single .entry-category > *,
.single .entry-date-responsive > *,
.single .entry-date > * {
  vertical-align: middle;
  display: inline-block;
}

.single .entry-category {
  background: #269581;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  padding: 0.55rem 0.8rem;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 2px;
}

.single .entry-date-responsive {
  display: none;
  position: absolute;
  background-color: #2C2C2C;
  color: #FCFCFC;
  font-size: 14px;
  line-height: 17px;
  margin: 15px;
  top: 0;
  right: 0;
  padding: 10px 12px;
  border-radius: 2px;
}

.single .entry-date-responsive .icon-date-white {
  top: 0;
}

.single-post .content-area {
  margin-bottom: 1.5rem;
}

.icon-category {
  width: 19px;
  height: 14px;
  background: url(./inc/assets/images/cat.svg) center center no-repeat transparent;
  position: relative;
  margin-right: 10px;
}

.icon-date-white,
.icon-date-blue {
  width: 20px;
  height: 22px;
  background: url(./inc/assets/images/date-single.svg) center center no-repeat transparent;
  position: relative;
  top: -2px;
  margin-right: 14px;
  display: inline-block;
  vertical-align: middle;
}

.icon-date-white {
  background-image: url(./inc/assets/images/date.svg) !important;
}

.ceres-icon {
  width: 42px;
  height: 42px;
  display: inline-block;
  vertical-align: middle;
}

.icon-email {
  background-image: url(./inc/assets/images/ceres-email.svg) !important;
}

.icon-linkedin {
  background-image: url(./inc/assets/images/ceres-linkedin.svg) !important;
}

.icon-facebook {
  background-image: url(./inc/assets/images/ceres-facebook.svg) !important;
}

.icon-twitter {
  background-image: url(./inc/assets/images/ceres-twitter.svg) !important;
}


.navbar-close-icon {
  background-image: url(./inc/assets/images/close.svg);
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  position: relative;
  top: -1px;
}

.top-menu-responsive {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 70px;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 1.5rem 1.5rem 0 1.5rem;
  z-index: 101;
  background-color: #1F4A91;
  display: none;
}

.top-menu-responsive .navbar-toggler {
  height: 36px;
  padding: 0.14rem 0.6rem 0;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}

.slick .slick-prev, .slick .slick-next {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(252, 252, 252, 0.7);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  display: inline-block;
  vertical-align: middle;
  z-index: 999;
  top: 30%
}

.slick .slick-prev {
  left: 25px;
}

.slick .slick-next {
  right: 25px;
}

.slick .slick-next:before, .slick .slick-prev:before {
  content: ' ';
  width: 14px;
  height: 23px;
  position: relative;
  display: inline-block;
}

.slick-prev:before {
  background: url(./inc/assets/images/slider-arrow-left.svg) center center no-repeat transparent;;
}

.slick-next:before {
  background: url(./inc/assets/images/slider-arrow-right.svg) center center no-repeat transparent;
}

#related-post .post-card .category {
  display: none !important;
}

.sitemap-box  {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.sitemap-box .header-box {
  background-color: #444;
  text-align: center;
  padding: 0.6rem 0;
}

.sitemap-box .header-box h3 {
  color: #FCFCFC;
  font-size: 1.3rem;
  line-height: 2.0rem;
  margin: 0;
}

.sitemap-box .content-box {
  background-color: #FCFCFC;
  padding: 1.3rem;
  box-sizing: border-box;
}

.sitemap-box .content-box ul, .sitemap-box .content-box ul li {
  list-style: none;
  padding-left: 0;
  width: 100%;
}

.sitemap-box .content-box ul li a {
  display: inline-block;
  margin-bottom: 8px;
}

.sitemap-box .content-box ul li a[target=_blank]:after {
  content: ' ';
  margin-left: 6px;
  width: 12px;
  height: 12px;
  background: url(./inc/assets/images/external.svg) center center no-repeat transparent;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.sitemap-box .content-box > ul > li.cat-have-child  {
  margin-bottom: 0;
}

.sitemap-box .content-box ul > li {
  display: inline-block;
  vertical-align: middle;
}

.sitemap-box .content-box li.cat-item.cat-have-child:after {
  display: none;
}

.sitemap-box .content-box ul {
  margin-bottom: 0;
}

.sitemap-box .content-box ul > li a:before {
  content: ' ';
  width: 16px;
  height: 3px;
  background-color: #2C2C2C;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.sitemap-box .content-box ul > li > a {
  font-family: Monda, sans-serif;
  color: #2c2c2c;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

.sitemap-box .content-box ul > li > ul {
  display: block !important;
}

.sitemap-box .content-box ul > li > ul {
  padding: 0 0 0 28px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-image: url(./inc/assets/images/header_bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: 0;
}


header#masthead > .container {
  margin-top: 2.5rem;
  margin-bottom: 5.5rem;
}

header#masthead .search-form {
  float: right;
  max-width: 346px;
  width: 100%;
}

header#masthead .search-form label {
  width: 81%;
  max-width: 280px;
  margin: 0 5px 0 0;
}

header#masthead .search-form .search-field {
  font-size: 14px;
  line-height: 18px;
  padding-left: 48px;
  background:url(./inc/assets/images/ic_search_48px.svg) center left no-repeat;
  background-position-x: 12px;
  background-color: rgba(252, 252, 252, 0.9);
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  height: 40px;
  border: 1px solid rgba(252, 252, 252, 0.9);
  color: rgba(44, 44, 44, 0.6);
}


header#masthead .search-form .search-submit {
  max-width: 57px;
  width: 17%;
  font-size: 0;
  height: 40px;
  background: url(./inc/assets/images/ic_arrow_forward_48px.svg) center center no-repeat #1F4A91;
}


header#masthead #search-form-mobile .search-form .search-submit {
  display: none;
}

header#masthead #search-form-mobile .search-form {
  float: none;
  max-width: 100%;
  margin-bottom: 0;
}

header#masthead #search-form-mobile .search-form label {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

#header-widget {
  background: linear-gradient(180deg, #FFFFFF 21.15%, rgba(255, 255, 255, 0) 116.35%);
  padding: 0.75rem 0;
}

#header-widget .chw-widget > * {
  display: inline-block;
  vertical-align: middle;
}

#header-widget .chw-widget:first-child > div,
#header-widget .chw-widget:nth-child(2) > div {
  margin-top: 4px;
}

#menu-categorias,
#header-widget .chw-widget ul.menu {
  margin-bottom: 0;
}

#header-widget .chw-title,
#header-widget a {
  color: #1F4A91;
}

#header-widget a:hover {
  opacity: 0.8;
}

#header-widget .chw-title,
#header-widget .top-menu a {
  line-height: 19px;
  font-size: 15px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
} 

#header-widget .chw-title {
  margin:0 12px 0 0;
  font-family: Rubik, serif;
}

#header-widget .top-menu a::before {
  content: ' ';
  width: 22px;
  height: 22px;
  margin-right: 12px;
  position: relative;
  display: inline-block;
  background-size: 24px 24px;
  background-position: center;
  background-repeat:no-repeat;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

#header-widget .top-menu.site-map-icon a::before {
  background-image: url(./inc/assets/images/sitemap.svg);
  top: -2px;
  width: 22px;
}

#header-widget .top-menu.library-icon a::before {
  background-image: url(./inc/assets/images/open-book.svg);
  top: -2px;
  width: 28px;
}

#header-widget .top-menu.no-text a {
  font-size: 0;
  line-height: 0;
}

#header-widget #menu-social-top {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#header-widget #menu-social-top a {
  width: 28px;
  height: 28px;
  position: relative;
}

#header-widget #menu-social-top .top-menu a::before {
  width: 42px;
  height: 42px;
  background-size: 42px 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#header-widget .top-menu.twitter a::before {
  background-image: url(./inc/assets/images/twitter.svg);
}

#header-widget .top-menu.facebook a::before {
  background-image: url(./inc/assets/images/facebook.svg);
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}

body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}

a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }

  .sidebar-filter section:not(.popular-posts) .widget-title + ul {
    display: block !important;
  }

  body:not(.theme-preset-active) #masthead .navbar-nav > li.dropdown:hover .dropdown-menu {
    display: block;
  }

  body:not(.theme-preset-active) #masthead .navbar-nav > li > ul.dropdown-menu {
      margin-top: 0;
  }
}

#marquee {
  background: #269581;
  padding: 0.9rem 0;
  font-size: 1.0rem;
  line-height: 1.4rem;
  color: #fff;
}

#marquee b {
  font-family: Monda, serif;
  font-weight: bold;
}

#responsive-categories {
  line-height: 0;
}

#bottom-categories-mobile {
  display: block;
}

#bottom-categories-mobile ul {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}

#bottom-categories-mobile ul li {
  display: inline-block;
  float: left;
  width: 50%;
}

#bottom-categories-mobile li > a {
  font-family: 'Monda', serif;
  font-size: 16px;
  line-height: 22px;
  color: #FCFCFC;
  background-color: #1F4A91;
  border: 1px solid #FCFCFC;
  box-sizing: border-box;
  height: 4rem;
  padding: 0 0.9rem 0 1.4rem;
  display: flex;
  flex-direction: row;     
  justify-content: left; 
  align-items: center; 
}

#bottom-categories-mobile li > a:hover {
  background-color: #269581; 
}

#bottom-categories-mobile li > a:before {
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(./inc/assets/images/foro.svg) center center no-repeat transparent;
  margin-right: 14px;
  position: relative;
}

#bottom-categories-mobile li.investigaciones > a:before {
  background-image: url(./inc/assets/images/investigaciones.svg);
}

#bottom-categories-mobile li.foro > a:before {
  background-image: url(./inc/assets/images/foro.svg);
}

#bottom-categories-mobile li.prensa > a:before {
  background-image: url(./inc/assets/images/prensa.svg);
}

#bottom-categories-mobile li.articulos > a:before {
  background-image: url(./inc/assets/images/articulos.svg);
}

#bottom-categories-mobile li.becas > a:before {
  background-image: url(./inc/assets/images/becas.svg);
}

#bottom-categories-mobile li.publicaciones > a:before {
  background-image: url(./inc/assets/images/publicaciones.svg);
}

#bottom-categories-mobile li.contact > a:before {
  background-image: url(./inc/assets/images/contact.svg);
}


#bottom-categories-mobile li.arrow > a:before {
  background-image: url(./inc/assets/images/submit-arrow.svg);
}

#bottom-categories-mobile li.home > a:before {
  background-image: url(./inc/assets/images/home.svg);
  top: -2px;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color:#FCFCFC;
  padding: 0.5rem 2.12rem 0.54rem;
  font-weight: bold;
  font-family: Monda, serif;
  font-size: 0.96rem;
  line-height: 1.75rem;
  background: #1F4A91;
}

/*.dropdown-toggle::after*/
body:not(.theme-preset-active) #masthead .navbar-nav > li > ul.dropdown-menu {
  min-width: auto;
  width: 100%;
  padding: .5rem 0;
  margin: 0 !important;
  font-size: 1rem;
  color: #1F4A91;
  background-color: #ECECEC;
  border: none;
  border-radius: 0;

}

body:not(.theme-preset-active) #masthead .navbar-nav > li > ul.dropdown-menu a.dropdown-item::before {
  content: " ";
  background: #1F4A91;
  border-radius: 4px;
  width: 1.0rem;
  height: 3px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.85rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > ul.dropdown-menu a.dropdown-item {
  padding: 0.40rem 1.0rem;
  font-size: 0.90rem;
  line-height: 1.5rem;
  font-family: Monda, serif;
  color: #1F4A91;
  font-weight: bold;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > ul.dropdown-menu a.dropdown-item:hover  {
  text-decoration: underline;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a[aria-expanded='true'],
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_parent > a,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  background: #FCFCFC;
  color: #1F4A91;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  padding: 0.5rem 3.4rem 0.54rem 1.4rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li:first-child > a {
  border-radius: 4px 0 0 4px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child > a {
  border-radius: 0 4px 4px 0;
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

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

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }

  .sidebar-filter {
    margin: -1.35rem 0 1.5rem 0;
    padding: 0;
  }

  .sidebar-filter section:not(.popular-posts) {
    box-shadow: none;
    border-radius: 0;
    padding: 0.85rem;
    background: #1F4A91;
    border: 1px solid #FCFCFC;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  
  .sidebar-filter section:not(.popular-posts) > ul {
    margin-bottom: 0;
  }

  .sidebar-filter section:not(.popular-posts) .widget-title {
    font-size: 1.1rem;
    line-height: 2.0rem;
    color: #FCFCFC;
    text-transform: none;
    margin: 0;
    padding: 0;
    position: relative;

  }

  .sidebar-filter section:not(.popular-posts) .widget-title:after {
    content: " ";
    width: 14px;
    height: 7px;
    background: url(./inc/assets/images/filter-arrow.svg) center center no-repeat transparent;
    position: absolute;
    right: 0;
    top: calc(50% - 3px);

  }
  
  .sidebar-filter section:not(.popular-posts) ul {
    padding-left: 0;
  }

  .sidebar-filter section:not(.popular-posts) ul li {
    border: none;
  }
  
  .sidebar-filter section:not(.popular-posts) ul > li > a {
    font-family: Monda;
    font-style: normal;
    font-weight: bold;
    font-size: 1.0rem;
    line-height: 1.5rem;
    color: #FCFCFC;
    text-transform: capitalize;
  }

  .sidebar-filter section:not(.popular-posts) .widget-title + ul {
    display: none;
    margin-top: 1.0rem;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}


/* Categories menu. */
#bottom-categories {
  background: rgba(38, 149, 129, 0.15);
  padding: 6px 0 7px;
}

#bottom-categories li > a {
  color: #1F4A91;
  font-family: Monda, serif;
  font-weight: bold;
  font-size: 1.0rem;
  line-height: 1.4rem;
}

#bottom-categories li > a:hover {
  opacity: 0.7;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

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

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

#image-links ul,
.wpp-list {
  padding-left: 0;
  list-style: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 1.35rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

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

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  /*margin-bottom: 1.8rem;*/
  /*margin-bottom: 0;*/
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

.entry-content {
  padding: 2.0rem;
  margin: 0;
}

.page-template-sitemap #bottom-categories-mobile {
    margin-top: -1.35rem;
    margin-bottom: 16px;
}

.authors-section {
  margin-top: 3.8rem;
}

.authors-section .container {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

/*---------------SEARCH-------------------*/

#main.search {
  padding: 1.6rem 1.6rem 5rem;
}

#main.search h1 {
  font-family: Rubik, serif;
  padding: 1.0rem 0;
  margin: 0 0 1.5rem 0;
  font-size: 2.5rem;
  line-height: 3.0rem;
  font-weight: normal;
  position: relative;
  color: #2C2C2C;
}

#main.search h1:before {
  content: ' ';
  background-color: #2C2C2C;
  width: 80px;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
}

#main.search article {
  margin-bottom: 2.0rem;
}

#main.search article h2.entry-title {
  padding: 0;
  margin: 0;
  font-family: Rubik, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.7rem;
  border: none;
}

#main.search article .entry-summary {
  margin-top: 1.0rem;
}

#main.search article .image-wrapper {
  height: 0;
  width: 100%;
  padding-bottom: 64%;
  position: relative;
  background: url(./inc/assets/images/default-image.svg) center center no-repeat #FAFAFA;
  box-shadow: 1px 1px 6px rgba(31, 74, 145, 0.25);
}

#main.search article .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main.search article p {
  font-size: 0.98rem;
  line-height: 1.25rem;
}

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

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
.archive #content.site-content {
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer-widget {
  color: #FCFCFC;
  background: url(./inc/assets/images/footer-bg.svg) center center no-repeat #1f4a91;
  padding: 3rem 0 6rem;
}

#footer-widget .widget-title {
  font-family: Monda;
  font-style: normal;
  font-weight: bold;
  font-size: 1.63rem;
  line-height: 2.7rem;
  color: #FCFCFC;
  text-transform: none;
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
}

#footer-widget .widget-title::before {
  content: " ";
  background-color: #fcfcfc;
  width: 32px;
  height: 2px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  margin-left: -12px;
}

footer .credits {
  font-size: 0.9rem;
  line-height: 1.3rem;
}


#footer-widget ul {
  padding-left: 20px;
}

#footer-widget ul > li a,
#footer-widget ul > li {
  color: #fcfcfc;
  font-size: 1.3rem;
  line-height: 2.1rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

#footer-widget .widget_wp_categories_widget > ul, 
#footer-widget .widget_wpcategorieswidget > ul {
  padding: 0px;
  list-style: none;
}

#footer-widget .widget_wpcategorieswidget > ul > li {
  list-style: none;
}

#footer-widget li.cat-item.cat-have-child:after {
  color: #FCFCFC;
  display: none;
}

#footer-widget .cat-have-child ul.children {
  background: transparent;
  padding-bottom: 0;
  display: block !important;
}

#footer-widget .cat-have-child ul.children li:last-child {
  padding-bottom: 0;
}

#footer-widget ul > li {
  list-style-type: disc;
}

#footer-widget ul > li a:hover {
  background: none;
  text-decoration: underline;
}

#footer-widget ul > li {
  padding: 0 0 10px 0;
  border: none;
}

footer#colophon {
  font-size:1rem;
  line-height: 1.2rem;
}

body:not(.theme-preset-active) footer#colophon {
  color: #FCFCFC;
  background-color: #1c4383;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

#popular-posts .post-card .image-wrapper .category {
	position:absolute;
	left:8px;
}

#popular-posts .post-card .image-wrapper .date {
    background-color: transparent;
	color: #FCFCFC;
    left: auto;
	right: 4px;
	bottom: 4px;
	top: auto;
	font-size: 12px;
    line-height: 14px;
}

#popular-posts .post-card .image-wrapper .category {
	font-size: 0.7rem;
	line-height: 1rem;
	display: block !important;
}

#popular-posts .post-card .image-wrapper > a:after {
	content: ' ';
	position: absolute;
    width: 100%;
    height: 25%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0.01%, rgba(0, 0, 0, 0.72) 58.82%);
}

#popular-posts .post-card .end-wrapper .post-link {
	font-size: 1rem;
	line-height: 1.2rem;
}

#popular-posts .post-card .content-wrapper h3 a {
	font-size: 1.2rem;
	line-height: 1.25rem;
}

#popular-posts .post-card .image-wrapper:after {
	display: none;
}

#popular-posts .row-flex [class*="col-"],
#image-links li {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }

  #cover-post.post-card .image-wrapper .title {
    font-size: 21px;
    line-height: 25px;
  }

  #cover-post.post-card .image-wrapper > * {
    font-size: 14px;
    line-height: 17px;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }

  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    padding: 0.5rem 2.12rem 0.54rem;
    font-size: 0.92rem;
    line-height: 1.70rem;
  }

}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {

  #masthead #main-nav {
    position: fixed;
    width: 100vw;
    height: 110vh;
    background: url(./inc/assets/images/footer-bg.svg) -90% 80px no-repeat #1f4a91;
    background-size: 346px 420px;
    top: 0;
    left: 0;
    z-index: 100;
    transition: none;
    overflow: scroll;
    padding: 80px 0;
    text-align: center;
  }

  #masthead #main-nav.show+.top-menu-responsive {
    display: flex;
  }

  body:not(.theme-preset-active) #masthead .navbar-nav {
    max-width: 340px;
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: left;
  }

  body:not(.theme-preset-active) #masthead .navbar-nav > li > ul.dropdown-menu {
    display: block !important;
    background-color: transparent;
    margin: 0 0 0 28px !important;
    padding: 0;
  }

  body:not(.theme-preset-active) #masthead .navbar-nav > li > ul.dropdown-menu a.dropdown-item,
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    background: none;
    font-size: 1.15rem;
    line-height: 1.85rem;
    padding: 0 !important;
    margin-bottom: 16px;
    color: #FCFCFC;
  }

  body:not(.theme-preset-active) #masthead .navbar-nav > li > ul.dropdown-menu a.dropdown-item:before,
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a:before {
    content: ' ';
    background: #FCFCFC;
    width: 16px;
    height: 3px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    margin-right: 12px;
  }

  body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    padding: 0 !important;
    background: none;
    color: #269581;
  }

  body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a:before {
    background-color: #269581;
  }

  .sidebar-presentation {
    margin-top: -1.35rem;
    margin-bottom: 1rem;
    padding: 0;
  }

  #navbar-authors {
    box-shadow: none;
  }

  #navbar-authors li {
    display: block;
    float: left;
    width: 50%;
  }

  #navbar-authors li:nth-child(1n) {
    border-right: 1px solid #FCFCFC;
  }

  .ceres-author .social-links {
    margin-bottom: 1.2rem;
  }

  .ceres-author .image-content img {
    margin-bottom: 1rem;
  }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
  
  .navigation .wp-paginate .current,
  .navigation ol > li > span,
  .navigation ol > li > a {
    width: 44px;
    height: 44px;
    font-size: 20px;
    line-height: 44px;
    padding: 0;
  }

  .navigation ol > li > a.next,
  .navigation ol > li > a.prev {
    line-height: 58px;
  }

  #footer-widget .widget-title {
    font-size: 1.4rem;
    line-height: 2.0rem;
  }

  #footer-widget .widget-title::before {
    display: none;
  }

  #footer-widget ul > li a, #footer-widget ul > li {
    font-size: 1.12rem;
    line-height: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .post-card .image-wrapper:after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 30%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0.01%, rgba(0, 0, 0, 0.72) 58.82%);
  }
  
  .post-card .image-wrapper .date {
    background-color:#070707;
    right: 8px;
    left: auto;
    font-size: 14px;
    line-height: 17px;
    vertical-align: middle;
    padding: 0.62rem 0.65rem 0.4rem;
  }

  /*.post-card .image-wrapper .date:before {
    content: ' ';
    background: url(./inc/assets/images/date.svg) center center no-repeat transparent;
    display: inline-block;
    width: 20px;
    height: 22px;
    margin-right: 8px;
    position: relative;
    top: 5px;
  }*/

  .post-card .image-wrapper .category {
    display: none;
  }

  .post-card .image-wrapper h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    top: auto;
    z-index: 1;
    font-size: 21px;
    line-height: 25px;
    color: #FCFCFC;
  }

  .post-card .image-wrapper h3::before {
    content: " ";
    width: 40px;
    height: 3px;
    border-radius: 3px;
    background-color: #FCFCFC;
    top: -6px;
    left: 12px;
    position: absolute;
    padding-left: 12px;
    margin-bottom: 8px;
  }
  
  .post-card .content-wrapper {
    padding: 1.0rem;
  }

  .post-card .content-wrapper .content-cards {
    clear: both;
  }
  
  .post-card .content-wrapper .category {
    display: inline-block;
    color: #269581;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    padding: 4px 16px 14px;
    vertical-align: middle;
    clear: both;
  }

  .post-card .content-wrapper .category:before {
    content: ' ';
    background: url(./inc/assets/images/cat.svg) center center no-repeat transparent;
    margin-right: 10px;
    display: inline-block;
    width: 19px;
    height: 14px;
    position: relative;
    top: 1px;
  }
  
  .post-card .content-wrapper h3 {
    margin: 0 0 1.2rem 0;
  }
  
  .post-card .content-wrapper p {
    margin-bottom: 0;
  }
  
  .post-card .end-wrapper {
    padding: 1.0rem 1.0rem 1.4rem;
  }
  
  .post-card .end-wrapper .post-link {
    font-size: 1.15rem;
    line-height: 1.35rem;
    margin: 0;
  }

  .post-card .content-post {
    height: 0;
    padding-bottom: 40%;
    overflow: hidden;
    position: relative;
  }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%; 
  }

  #header-widget {
    background: #FCFCFC;
  }

  #header-widget .chw-widget:nth-child(3) .chw-title,
  #header-widget .chw-widget:nth-child(1) {
    display: none;
  }

  header#masthead > .container {
    margin-top: 1.0rem;
    margin-bottom: 3.4rem
  }

  h1.ceres-title {
    color: #1F4A91;
  }

  h1.ceres-title::before {
    display: none;
  }
  
  .wpcf7-form p {
    margin-bottom: 12px;
  }
  
  .wpcf7-form p > label {
    width: 100%;
    margin: 0 0 5px 0;
    font-size: 15px;
    line-height: 26px;
  }
  
  .wpcf7-form p > span {
    width: 100%;
  }
  
  .wpcf7-form .wpcf7-submit {
    float: none;
    width: 100%;
    background-position: calc(50% + 3rem) 50%;
    margin-top: 12px;
  }

  .single .entry-content {
    padding: 2rem 15px;
  }

  header#masthead #search-form-mobile .search-form {
    margin-top: 1.4rem;
  }

  header#masthead .search-form .search-field {
    background-color: #FCFCFC;
  }

  #main.search {
    padding: 1.4rem 1.4rem 1.8rem;
  }
  
  #main.search h1 {
    padding: 0.5rem 0;
    margin: 0 0 1.0rem 0;
    font-size: 1.55rem;
    line-height: 1.85rem;
  }
  
  #main.search h1:before {
    width: 3.0rem;
    height: 3px;
    border-radius: 4px;
  }

  #main.search article .image-wrapper {
    margin-bottom: 1.4rem;
  }

  #main.search article {
    margin-bottom: 20px;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 90%;
  }
}

/*--------------------------------------------------------------
## Mobile
--------------------------------------------------------------*/
@media only screen and (max-width: 575px) {
  html {
    font-size: 90%;
  }

  .post-sm-link {
    font-size: 17px;
    line-height: 20px;
    color: #FCFCFC !important;
    text-align: center;
    background: #1F4A91;
    border-radius: 3px;
    width: 100%;
    font-size: 17px;
    padding: 13px 0 11px;
  }
  
  .post-sm-link:after {
    content: ' ';
    background-image: url(./inc/assets/images/link-arrow-white.svg);
    margin-right: 12px;
    position: relative;
    top: 1px;
  }
  
  .single .top-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 35px;
  }
  
  .single .top-wrapper .entry-header {
    padding: 0;
    width: calc(100% - 30px);
    margin: 0 15px;
    box-sizing: content-box;
  }

  .single .top-wrapper .entry-header h1 {
    color: #FCFCFC;
    font-size: 1.5rem;
    line-height: 1.8rem;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px 12px;
  }

  .single .top-wrapper .post-thumbnail::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0.01%, rgba(0, 0, 0, 0.72) 58.82%);
  }

  .single .entry-date {
    display: none;
  }

  .single .entry-date-responsive {
    display: block;
    
  }

  .single .entry-category {
    background: transparent;
    font-size: 14px;
    line-height: 17px;
    color: #269581;
    padding: 0;
    width: 100%;
    text-align: right;
    margin-top: 18px;
  }

  .single .post-thumbnail h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FCFCFC;
    z-index: 9;
    margin: 0 15px;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .single .post-thumbnail h1::before {
    background-color: #fcfcfc;
  }
}

/**
 * Material Modal CSS
 */
.modal {
  will-change: visibility, opacity;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: $modal-delay;
}

.modal--active {
  visibility: visible;
  opacity: 1;
}

.modal--align-top {
  align-items: flex-start;
}

.modal__bg {
  background: transparent;
}

.modal__dialog {
  max-width: 600px;
  padding: 1.2rem;
  height: 88vh;
  overflow: hidden;
  position: relative;
}

.modal__content {
  will-change: transform, opacity;
  position: relative;
  padding: 2.4rem;
  background: #E9F1FF;
  background-clip: padding-box;
  box-shadow: 0 12px 15px 0 rgba(0,0,0,0.25);
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  overflow-y: scroll;
  height: calc(100% - 40px);
}

.modal__content h1 {
	margin-top: 0;
}

.modal__content--active {
  opacity: 1;
}

.modal__close {
  z-index: 1100;
  cursor: pointer;
}

.modal__trigger {
  position: relative;
  display: inline-block;
  padding: 1.2rem 2.4rem;
  color: rgba(0,0,0,0.7);
  line-height: 1;
  cursor: pointer;
  background: #ffebee;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.modal__trigger--active {
  z-index: 10;
}

.modal__trigger:hover {
  background: #e5d3d6;
}

#modal__temp {
  will-change: transform, opacity;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffebee;
  transform: none;
  opacity: 1;
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.demo-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1.2rem;
  padding: 0.6rem;
  background: rgba(0,0,0,0.3);
  border-radius: 50%;
  transform: translate(30%, -30%); 
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.modal__buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  padding: 1rem 2.4rem;
  width: calc(100% -  2.4rem);
  background: #E9F1FF;
  background-clip: padding-box;
  margin: 0 1.2rem;
  height: 60px;
  box-shadow: 0px 1px 12px #ccc;
}

.modal__buttons .cancel_button {
  border-radius: 2px;
  background-color: #888;
  position: relative;
  width: auto;
  height: auto;
  color: #fcfcfc;
  padding: 0.45rem 0.65rem 0.4rem;
  border: none;
  vertical-align: middle;
  margin-right: 1rem;
  float: right;
}

.modal__buttons .ok_button {
	margin-top: 0;
  background: #1F4A91;
  font-size: 1rem;
  line-height: 1.4rem;
  padding: 0.45rem 0.65rem 0.4rem;
  color: #fff !important;
  float: right;
  width: auto;
}

.modal__buttons .ok_button::after {
  color: #fff !important;
}

@media only screen and (max-width: 575px) {
	.modal__buttons .ok_button  {
				
	}
}

.demo-close svg {
  width: 24px;
  fill: #fff;
  pointer-events: none;
  vertical-align: top;
}

.demo-close:hover {
  background: rgba(0,0,0,0.6);
}

@media (max-width: 600px) {
	.modal__content h1 {
		font-size: 28px;
		padding-bottom: 10px;
	}
}