/*
Theme Name: Atlas Lisboa 2018
Description: A custom theme.
Author: Caroline Elisa Haggerty
Theme URI: http://www.staging3.atlaslisboa.com/
Author URI: http://carolineelisa.com/
Version: 1.0

Green 266633
Black 020202
*/

/* Eric Meyer's Reset */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, b, i, hr, u, center, menu, layer, s, strike, font, xmp {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
  font-size: 100%;
  background: transparent;
  border: none;
  text-decoration: none;
  font-weight: normal;
  font-weight: normal;
  font-style: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
/* My Reset */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, b, i, hr, u, center, menu, layer, s, strike, font, xmp {
  font-weight: inherit;
  font-style: inherit;
}
pre {
  white-space: inherit;
}
/*The basics*/
body {
  overflow-x: hidden;
  overflow-y: scroll;
  font-size:1.1em;
  line-height:1.6em;
  color:#111;
}
h1:after {
  content:'';
  background: #296535;
  width: 100px;
  height:3px;
  display: block;
  margin: .5em 0 .75em;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 2.4em;
  line-height:1.2em;
  margin-bottom:.75em;
}
h2 {
  font-size: 1.8em;
  line-height:1.4em;
  margin-top:1em;
  margin-bottom:1em;
}
h1, h2 {
  clear:both;
}
h3 {
  font-size: 1.5em;
  line-height:1.4em;
  margin-bottom:.5em;
  margin-top:.5em;
}
h4 {
  font-size: 1.3em;
  line-height:1.4em;
  margin-bottom:.5em;
  margin-top:.5em;
}
h5 {
  font-size: 1.15em;
  line-height:1.4em;
  margin-bottom:.5em;
  margin-top:.5em;
}
h6 {
  font-size: 1em;
  line-height:1.4em;
  margin-bottom:.5em;
  margin-top:.5em;
}
span {
  font-weight:inherit;
}
del {
  text-decoration: line-through;
}
img {
  max-width:100%;
  height:auto;
}
@media \0screen {
  img {
    width: auto
  }
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align:right;
}
img.aligncenter, .wp-caption.aligncenter, input[type="submit"].aligncenter {
  display: block;
  float:none;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft, .wp-caption.alignleft {
  clear:left;
  float: left;
  margin-right: 3%;
  max-width: 47%;
}
img.alignright, .wp-caption.alignright {
  float: right;
  margin-left: 3%;
  max-width: 47%;
}
.nomargin {
  margin:0;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption-text {
  color: #ACACAC;
  margin: -.5em 0 1em;
  font-size: .9em;
  line-height: 1.4em;
}
.underline {
  text-decoration: underline!important;
}
.gallery .gallery-item {
  font-size: 0;
  display: inline-block;
  float: none!important;
  vertical-align: middle!important;
}
.gallery img {
    border: 0!important;
}
iframe {
  width:100%;
}
video {
  width: 100%  !important;
  height: auto   !important;
}
table {
  width:100%;
  border-spacing: 0;
}
th, td {
  padding: 1em 0;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ebebeb;
}
hr {
  border: 0;
  clear:both;
  height: 1px;
  margin:30px auto;
  background-color:#266633;
}
hr.grey {
  background-color:#ebebeb;
}
hr.spacer {
  background-color:transparent;
  margin:15px 0;
  padding: 0 !important;
}
hr.divider {
  margin:0;
}
blockquote {
  margin:1em 0;
  font-size: 1.4em;
  line-height: 1.4em;
  padding-left: 1em;
  border-left: 2px solid green;
}
blockquote > *:last-child {
  margin-bottom:0;
}
blockquote > *:before, blockquote > *:after {
  display:inline-block;
  font-size:1.2em;
  content:"“";
  margin:0 .2em 0 0;
}
blockquote > *:after {
  content:"”";
  margin:0 0 0 .2em;
}

p:empty, li:empty, .hidden, .hide, .screen-reader-text, .screen-reader-response {
  display:none;
}
ul, ol {
  padding-left: 1.2em;
}
li, p {
  margin-bottom:.5em;
}
ul, ol, table, iframe, video, img {
  margin-bottom:1em;
}
a {
  color: inherit;
  font-weight:inherit;
  text-decoration:none;
  position:relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateZ(0);
}
a:hover {
  text-decoration:underline;
}
:disabled {
  opacity:0.3;
  pointer-events:none;
}
strong, b {
  font-weight:bold;
}
em, i {
  font-style:italic;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
small, .small {
  font-size: small;
}
.smaller {
  font-size:0.8em;
}
large, .large {
  font-size:large;
  line-height: 1.4em;
}
.larger {
  font-size:larger;
  line-height: 1.4em;
}
.x-large {
  font-size:x-large;
  line-height: 1.4em;
}
.button.alt {
  background-color: #5FA3CE;
  color:#fff;
}
.button.white {
  background-color: white;
  color:#999;
}
.button.grey {
  background-color: #7a7a7a;
  color:#fff;
}
.button.light-grey {
  background: #D2E7FB;
  color: #020202;
}
.button.grey:hover {
  opacity:0.8;
}
.caps {
  text-transform:uppercase;
  letter-spacing:0.05em;
}
select, input, textarea, button {
  font-size:1em;
}
select, input, textarea, button, a.button, span.button, .button-wrapper a, .comment-reply-link {
  font-family:inherit;
	text-transform: inherit;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-appearance: none;
  -moz-appearance:none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 4px 6px;
  min-height: 36px;
  min-width: 20px;
  line-height:20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
  border: 1px solid #EEEEEE;
  color: #000;
  display: block;
  vertical-align:middle;
  width:100%;
  max-width: 100%;
  margin-bottom: .5em;
}

div.button-wrapper {
  display: block;
  text-align: center;
}

input[type="checkbox"], input[type="radio"] {
  display: inline-block;
  width: auto;
  background-color: transparent;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
 }
input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
 }
input[type="button"], input[type="submit"], button, a.button, span.button, .button-wrapper a, .comment-reply-link {
  cursor:pointer;
  background:#266633;
  color:#fff!important;
  border:0;
  padding: 8px 10px;
  text-align:center;
  position: relative;
  width:auto;
  display:inline-block;
  margin-top: .5em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
a.button, span.button a, .button-wrapper a, .comment-reply-link {
  text-decoration:none!important;
}
.button.large, input.large, button.large {
  font-size: 1.2em;
}

input[type="button"]:hover, input[type="submit"]:hover, button:hover, a.button:hover, span.button:hover, .button-wrapper a:hover, .comment-reply-link:hover {
  background: #000;
  color: #fff;
}
a.button.round, span.button.round a {
  padding: .1em;
  width: 1.5em;
  height: 1.5em;
}
.button.icon {
  padding: 5px;
  font-size: 0;
  line-height:0;
  width: 20px!important;
  box-sizing: content-box;
  min-height: 0;
  min-width:0;
  height: 20px;
  display: inline-block!important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.button.icon .fa:before {
  font-size:20px;
  line-height:20px;
}
input:focus, button:focus, select:focus {
  outline: none !important;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color:  inherit;
  opacity:  0.5;
}
::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:  inherit;
  opacity:  0.5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:  inherit;
  opacity:  0.5;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color:  inherit;
  opacity:  0.5;
}
ul.menu, ul.sub-menu {
  list-style:none;
  padding:0;
  margin:0;
}
.strip ul.menu {
  display:inline-block;
}
.menu li {
  margin:0;
}
.menu a {
  display:block;
  text-decoration:none;
}
.menu a:hover {
  text-decoration:underline;
}
/*The rest*/
body {
  font-family: "Source Sans Pro", sans-serif;
  color:#020202;
}
.large {
  font-size: 1.8em;
  line-height: 1.4em;
}
.container {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left:20px;
  padding-right:20px;
  position: relative;
}
.grey, .grey a {
  color: #ACACAC;
}
.full-width {
  width:100%!important;
}
#logo {
  display: block;
	text-align: center;
  padding:0 20px;
}
#logo img {
  margin: 30px auto;
}
.main-menu {
  padding:0 20px;
  background:#fff;
  text-align:center;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	text-transform:uppercase;
  letter-spacing:0.05em;
	font-size:0.8em;
}
.main-menu  img {
  margin:0;
}
.main-menu .menu, .main-menu .search-form, .main-menu #icon {
  position:relative;
  display:inline-block;
  vertical-align:middle;
}
.main-menu .search-form label {
	white-space: nowrap;
	margin:0 1em 0 2em;
}
.main-menu .search-form label:before, #mobile-menu .search-form label:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-moz-osx-font-smoothing: grayscale;
	content: "\f002";
	display:inline-block;
	vertical-align:middle;
}
.main-menu .search-field, #mobile-menu .search-field {
	margin:0;
	border:0;
	display: inline-block;
	vertical-align:middle;
  width:120px;
}
#mobile-menu .search-field {
  border-bottom: 1px solid #ccc;
}
.main-menu .search-submit, #mobile-menu .search-submit {
	display:none;
}

.main-menu .menu > li {
  display:inline-block;
  vertical-align:middle;
  margin:0;
}
[id^="menu-main"] > li > a {
  padding:1em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 3px solid transparent;
}
.main-menu .menu > li:last-child {
  margin-right:-1em;
}
[id^="menu-main"] > li > a:hover,
[id^="menu-main"] > .current-menu-item > a,
[id^="menu-main"] > .current_page_parent > a,
[id^="menu-main"] > .current-page-parent > a,
[id^="menu-main"] > .current-custom-parent > a,
[id^="menu-main"] > .current-menu-parent > a,
[id^="menu-main"] > .current-page-ancestor > a,
[id^="menu-main"] > .menu-item-has-children:hover {
  text-decoration:none;
	color:#266633;
  border-color: #266633;
}
ul.sub-menu {
  background: #fff;
	color: #020202;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	text-align:left;
  position: absolute;
  z-index:-999;
  top: 100%;
  left: 0;
  margin-top:1px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  min-width:200px;
}
[id^="menu-main"] .sub-menu a {
  padding: .7em 1em;
	border-bottom:1px solid #eee;
  line-height: 1.4em;
}
[id^="menu-main"] .sub-menu li:last-child a {
	border-bottom:0
}

[id^="menu-main"] .sub-menu > li:hover > a,
[id^="menu-main"] .sub-menu > .current-menu-item > a,
[id^="menu-main"] .sub-menu > .current_page_parent > a,
[id^="menu-main"] .sub-menu > .current-page-parent > a,
[id^="menu-main"] .sub-menu > .current-custom-parent > a,
[id^="menu-main"] .sub-menu > .current-menu-parent > a,
[id^="menu-main"] .sub-menu > .current-page-ancestor > a {
  text-decoration:none;
	color:#266633;
}
.menu-item-has-children {
  position:relative;
}
.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  z-index:1000;
}
#sticky-menu {
  position: fixed;
  top:0;
  background: #fff;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  visibility:hidden;
  opacity:0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.scrolled #sticky-menu {
  visibility:visible;
  opacity:1;
}
#sticky-menu #icon {
  line-height: 0;
  margin:0 1em;
}
#mobile-menu-toggle {
  position:fixed;
  z-index:9;
  text-align:right;
  top: 0;
  right: 0;
  background:#fff;
  display:inline-block;
  padding: 20px;
  font-size: 2em;
  display:none;
}
#content {
  padding-top:40px;
  padding-bottom:60px;
}
a {
  color: #266633;
}
#sidebar, #main {
  display:inline-block;
  vertical-align: top;
  width:25%;
  margin:0 -2px;
  box-sizing:border-box;
  padding-bottom:40px;
}
#main {
  width:75%;
  position:relative;
  padding-right:5%;
}
.left-sidebar #main {
  width:70%;
  padding-left:20px;
  padding-right:0;
}
.left-sidebar #sidebar {
  width:30%;
}
#sidebar .widget {
  border-top: 1px solid #266633;
  margin-bottom: 30px;
  padding-top: 30px;
}
#sidebar .widget h5, #sidebar .widget li {
  margin-bottom: 1em;
}
#content a.hentry {
  text-decoration: none;
}
a.hentry p:not(.grey) {
  color: #020202;
}
a.hentry:hover p:not(.grey) {
  color:inherit;
}
.hentry h2.title {
  margin:0 0 .2em;
}
.search-submit {
  display: none;
}
.meta {
  border-bottom: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  font-size: 0.7em;
  margin: 10px 0 20px;
}
.row {
  margin-left:-20px;
  margin-right:-20px;
  display: block;
}
.row.post {
  text-align: center;
}
.row.post.even {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.row.post p.grey:after {
  content: '';
  background: #296535;
  width: 100px;
  height: 3px;
  display: block;
  margin: .5em auto .75em;
}

.row > * {
  padding-left:20px;
  padding-right:20px;
}
.col {
  width:50%;
  margin-left:-2px;
  margin-right:-2px;
  display:inline-block;
  vertical-align:top;
  box-sizing: border-box;
}
.row.post .col {
  vertical-align:middle;
}
.has-5-cols > .col {
  width:20%;
  flex: 0 0 20%;
}
.has-4-cols > .col {
  width:25%;
  flex: 0 0 25%;
}
.has-3-cols > .col {
  width:33.33%;
  flex: 0 0 33.33%;
}
.has-2-cols > .col {
  width:50%;
  flex: 0 0 50%;
}
.has-1-cols > .col {
  width:100%;
  flex: 0 0 100%;
  margin-left:0;
  margin-right:0;
}
#page-navigation {
  overflow: hidden;
  clear: both;
}
.button.previous:before, .button.next:after,
.button-wrapper.previous a:before, .button-wrapper.next a:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  content: "\f104";
  width: 1.28571429em;
  margin: 0 .5em 0 0;
}
.button.next:after, .button-wrapper.next a:after {
  content: "\f105";
  margin: 0 0 0 .5em;
}
#page-navigation .next {
  float:right;
}
.widget h4 {
  font-size:1em;
}
.widget ul {
  list-style:none;
  padding:0;
}
.widget ul.sub-menu {
  display:none;
}

#footer {
  border-top: 5px solid #eee;
  padding: 60px 0;
  font-size: .9em;
  line-height: 1.4em;
}
#footer ul {
  list-style:none;
  padding:0;
}
#copyright ul {
  border-top: 5px solid #296535;
  background:#020202;
  color:#fff;
  width:100%;
  margin:0;
  list-style:none;
  padding:40px 20px;
  text-align:center;
  font-size:0.8em;
}
#copyright li {
  display:inline-block;
  margin:0 .5em;
}
#copyright a {
  color: inherit;
}
.post-edit-link {
  position:fixed;
  bottom:0;
  right:0;
  display:inline-block;
  background: #266633;
  color: #fff;
  padding:0.3em 1em;
}
.comment-list {
  list-style: none;
  border-bottom:1px solid #266633;
  padding: 0 0 2em;
  margin-bottom: 2em;
}
.comment-list ol {
  list-style: none;
}
.comment-list ol li:before {
  font-family: 'FontAwesome';
  content: '\f112';
  position: absolute;
  left: 0;
  font-size: .8em;
}
.comment-meta a {
  color: #ACACAC;
  font-size: small;
  text-decoration: none;
}
.comment-reply-link {
  font-size: 0.8em;
}
.reply {
  margin-bottom: 1em;
}
.comment.depth-1 {
  border-top:1px solid #eee;
  padding-top: 1em;
}
#comments {
  border-top:1px solid #266633;
  padding-top: 2em;
  margin-top: 2em;
}
#comments h2 {
  margin-top: 0;
}

/* Elementor */
.elementor-page #content {
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
}
.elementor-testimonial-wrapper .elementor-testimonial-content {
    line-height: 1.4em;
}
.elementor-page h1.entry-title {
  display:none;
}
/* section.elementor-section-height-full:first-child {
  margin-top: -160px;
}
.elementor-editor-active section.elementor-section-height-full:first-child {
  margin-top: 0;
}*/
.elementor .elementor-accordion .elementor-accordion-item {
  border: none;
}
.elementor .elementor-accordion .elementor-tab-title,
.elementor .elementor-accordion .elementor-tab-content,
.elementor .elementor-toggle .elementor-tab-title,
.elementor .elementor-toggle .elementor-tab-content {
  padding-left: 0;
  padding-right: 0;
}
.elementor .elementor-accordion .elementor-tab-content,
.elementor .elementor-toggle .elementor-tab-title,
.elementor .elementor-toggle .elementor-tab-content {
  border-color:#E7F1FC;
}
.elementor .elementor-section.elementor-section-height-full:first-child {
    height: auto;
    min-height: 100vh;
}
.elementor .elementor-widget-heading .elementor-heading-title {
    line-height: 1.4;
}
#content .elementor-widget-icon-box a, #content .elementor-icon-list-item a {
  text-decoration:none;
}
a.elementor-button {
  border: 2px solid #266633;
  background: #fff;
  color: #266633;
}
a.elementor-button:hover {
  background: #266633;
  color: #fff;
}
#content a.elementor-button {
  text-decoration: none;
  border-radius: 0;
}
.elementor-widget-divider .elementor-divider-separator {
  color: #266633;
}
.elementor-text-editor > *:last-child {
  margin-bottom:0;
}
.elementor .elementor-column-gap-narrow > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 2.5px;
}
.elementor-inner-section {
  margin: 0 -2.5px;
}
/* section > .elementor-container > .elementor-row > .elementor-column:first-child > .elementor-element-populated {
    padding-left: 0;
}
section > .elementor-container > .elementor-row > .elementor-column:last-child > .elementor-element-populated {
    padding-right: 0;
} */
.elementor .elementor-counter .elementor-counter-number-wrapper,
.elementor .elementor-counter .elementor-counter-title {
  color: inherit;
}
.elementor .elementor-counter .elementor-counter-title {
  opacity:0.5;
  line-height: 40px;
}
.elementor-view-stacked .elementor-icon {
    border: 4px solid #fff;
}
.elementor-image-box-title {
	font-size: 1.2em;
	text-align: left;
  margin-top:0;
}
#content .elementor-image-box-title a {
  text-decoration: none;
}
.elementor-image-box-description {
	position:absolute;
	top:5px;
	left:10px;
  right:5px;
	color:#fff;
	text-shadow:0 0 20px #123319;
	opacity:0;
	transition: opacity 0.5s;
	pointer-events:none;
	font-size:0.75em;
  line-height: 1.4em;
	text-align: left;
}
.elementor-image-box-wrapper:hover .elementor-image-box-description {
	opacity:1;
}
.elementor-image-box-img {
	background:#123319;
  line-height: 0;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  margin: 0 !important;
}
.elementor-col-33 .elementor-image-box-img {
  padding-bottom: 45%;
}
.elementor-image-box-img img {
  margin:0;
  width:100%;
}
.elementor-col-33 .elementor-image-box-img img {
  transform: translateY(-18%);
}
.elementor-image-box-wrapper:hover .elementor-image-box-img img {
	opacity:.5 !important;
	transition: opacity 0.5s;

}
/* Mailchimp */
.mc4wp-form-fields {
  position: relative;
}
.mc4wp-form-fields input[type="email"] {
  width:100%;
}
.mc4wp-form-fields input[type="submit"] {
  position: absolute;
  margin:0;
  top:0;
  right:0;
}

/* Display posts shortcode */
.display-posts-listing {
  list-style:none;
  padding:0;
}
.display-posts-listing li {
  margin-bottom:1.5em;
}
#main .display-posts-listing li {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-right: 1%;
}
.display-posts-listing img {
  width:100%;
  margin: 0;
}
.display-posts-listing a.title {
  text-decoration:none!important;
  display:block;
  font-size:1.2em;
  line-height: 1.2em;
}
.display-posts-listing .excerpt-dash {
  display:none;
}
.display-posts-listing .excerpt {
  font-size: .8em;
  line-height: 1.4em;
  display: block;
}

/* Recent posts widget */
.elementor-widget-wp-widget-recent-posts ul,
.widget_recent_entries ul {
  font-size: 0.9em;
  line-height: 1.4em;
  list-style: none;
  padding: 0;
}
#content .elementor-widget-wp-widget-recent-posts a,
#content .widget_recent_entries a {
  text-decoration: none;
}
.elementor-widget-wp-widget-recent-posts .post-date,
.widget_recent_entries .post-date {
  display: block;
  opacity: .5;
  font-size: 0.8em;
}
.elementor-widget-wp-widget-categories form {
  font-size: 0.9em;
}
.elementor-widget-wp-widget-categories > div {
  position: relative;
}
.elementor-widget-wp-widget-categories > div:after {
  content:'▼';
  display: block;
  position:absolute;
  bottom:3px;
  right:5px;
  pointer-events: none;
  font-size: 0.9em;
  color:#999;
}

/* Popular posts widget */
.wpp_def_noPath {
  display: none!important;
}
.wpp-list-with-thumbnails {
  font-size: 0.9em;
  line-height: 1.4em;
  list-style: none;
  padding: 0;
}
.wpp-list-with-thumbnails .wpp-thumbnail {
  max-width: 50px;
  /* display: inline-block;
  vertical-align: middle;
  float: none; */
}
#content .wpp-list-with-thumbnails a {
  text-decoration: none;
}
.wpp-list li {
  margin-bottom: 1em;
}

/* Related posts widget  */
.rp4wp-related-post-image {
  max-width: 50px;
  float: left;
  margin-right: 5px;
}
.rp4wp-related-post-content {
  display: inline;
  font-size: 0.9em;
  line-height: 1.4em;
}
.rp4wp-related-post-content p {
  display: block;
  opacity: .5;
  font-size: 0.8em;
  line-height: 1.4em;
}
#content .rp4wp-related-post-content a {
  text-decoration: none;
}

/* Google Translate */
#google_translate_element {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
}
#google_translate_element .goog-te-gadget {
    font-family: inherit;
}
#google_translate_element img {
  margin:0;
}
#google_translate_element .goog-te-gadget-simple {
  border:0;
}
#google_translate_element span {
  border:0!important;
}
#google_translate_element .goog-te-menu-value {
  text-decoration: none;
}

/* Calendar */
.timely a {
  position: inherit;
}
body .ai1ec-agenda-view .ai1ec-date, body .ai1ec-agenda-widget-view .ai1ec-date {
    border-top: none!important;
}
body .ai1ec-agenda-widget-view .ai1ec-date-title {
  margin: 0;
}
body .ai1ec-agenda-widget-view .ai1ec-event {
  margin-top:0;
  margin-left: 60px;
}
body .ai1ec-agenda-widget-view .ai1ec-date-events {
  margin-right: 0;
}
body .ai1ec-agenda-widget-view .ai1ec-date-title, body .ai1ec-agenda-view .ai1ec-date-title {
    text-shadow: none;
}
body .ai1ec-agenda-view .ai1ec-date.ai1ec-today, body .ai1ec-agenda-widget-view .ai1ec-date.ai1ec-today {
  background: none;
  border: 0;
}
body .ai1ec-agenda-view .ai1ec-event .ai1ec-event-title {
  font-weight: normal;
}
/*Responsive*/
#mobile-menu {
  display:none;
}
@media (max-width: 1023px) {
  [id^="menu-main"] > li > a, [id^="menu-main"] .sub-menu a {
      padding-left:.5em;
      padding-right:.5em;
  }
}
@media (max-width: 767px) {
  .row {
    display:block!important;
  }
  .col, #main, #sidebar {
    width:100%!important;
    margin-left:0;
    margin-right:0;
  }
  #post-navigation .col {
    width:50%!important;
    margin-left:-2px;
    margin-right:-2px;
  }
  #main {
    padding-left: 0;
    padding-right: 0;
  }
  #menu {
    padding-left:20px;
    padding-right:20px;
  }
  #content {
    padding: 0 20px 40px;
  }
  #footer * {
    text-align:left;
  }
  #footer .col {
    margin-bottom: 1em;
  }
  #logo {
    max-width: 70%;
  }
  #mobile-menu-toggle {
    display:block;
  }
  #menu, #sticky-menu {
    display:none;
  }
  #mobile-menu {
    opacity:1;
    position: fixed;
    z-index: 4;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: #fff;
    padding: 80px 20px 20px;
    box-sizing: border-box;
    /* height: 100%;
    width: 100%; */
    line-height: 1.2em;
    text-align: right;
    overflow-y: scroll;
  }
  #mobile-menu .social .fa {
    background: #A5CEF7;
    color: #fff;
  }
  #mobile-menu a {
    padding: .5em 0;
  }
  .sub-menu li a:before {
    content:' - ';
  }
  .mobile-menu-open, .mobile-menu-open body {
    overflow: hidden;
  }
  .elementor-image-box-img {
    padding-bottom: 45%;
  }
  .elementor-image-box-img img {
    transform: translateY(-18%);
  }
}

@media (max-width: 479px) {
  .size-medium {
    width:100%;
    margin-left:0;
    margin-right:0;
  }
}
