/*
Theme Name: EcoLife
Theme URI: http://www.vivathemes.com
Description: Non-Profit WordPress Theme
Author: Viva Themes
Author URI: http://www.vivathemes.com
version: 1.0.1
Tags: one-column, widget-ready, transparent
*/

* {
  margin: 0;
  padding: 0;
}

body {
  color: #fff;
  font-family: arial, helvetica, tahoma, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 165%;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 40px;
  color: #fff;
  margin-top: 20px;
  text-transform: none;
  font-weight: normal;
  line-height: 34px;
  font-family: "Lato", arial, helvetica, sans-serif;
  text-align: left;
}

h2 {
  color: #fff;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  text-transform: none;
  font-weight: normal;
  font-size: 26px;
  line-height: 28px;
  font-family: "Lato", arial, helvetica, sans-serif;
  text-align: left;
}

h3 {
  color: #fff;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  text-transform: none;
  font-weight: normal;
  font-size: 24px;
  line-height: 26px;
  font-family: "Lato", arial, helvetica, sans-serif;
  text-align: left;
}

h4 {
  color: #fff;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  text-transform: none;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  font-family: "Lato", arial, helvetica, sans-serif;
  text-align: left;
}

h5 {
  color: #fff;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  text-transform: none;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  font-family: "Lato", arial, helvetica, sans-serif;
  text-align: left;
}

h2.pagetitle {
  display: none;
}

p {
  margin-top: 10px;
}

code {
  font-family: "Courier New", Courier, monospace;
}

/* links */

a {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/* container */

#container {
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}

#wrapper {
  max-width: 900px;
  float: left;
  clear: left;
  margin-top: 30px;
  background: url(images/transparent.png);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 50px;
  padding-top: 0;
  margin-bottom: 50px;
}

/* header */

#header {
  width: 100%;
  float: left;
  clear: left;
}

#logo {
  width: 100%;
  float: left;
  margin-top: 50px;
  text-align: center;
}

#logo img {
  display: inline-block;
  max-width: 100%;
  min-width: 190px;
}

#logo a {
  color: #fff;
}

#logo h1 a,
#logo h1 {
  font-weight: 200;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Lato", arial, helvetica, sans-serif;
  line-height: 42px;
  margin-right: 5px;
  margin-top: 0;
  text-align: center;
}

#site-description {
  font-family: arial, helvetica, sans-serif;
  clear: left;
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  line-height: 24px;
  margin-top: 5px;
  font-style: italic;
}

/* Main Menu */

#mainmenu {
  width: 100%;
  float: left;
  clear: left;
  margin-top: 30px;
  *width: 800px; /* IE7 only hack */
}

.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu li {
  position: relative;
  /* z-index: 999; */
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.sf-menu > li {
  float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu ul ul {
  top: 0;
  left: 100%;
}

/* Centre the Menu */

.sf-menu {
  float: left;
  position: relative;
  left: 50%;
}
.sf-menu ul li {
  left: 0%;
}
.sf-menu li {
  left: -50%;
}

/*** Menu Styling ***/
.sf-menu {
  float: left;
  margin-bottom: 1em;
}
.sf-menu ul {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  min-width: 12em; /* allow long menu items to determine submenu width */
  *width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
  padding: 7px 15px;
  text-decoration: none;
  zoom: 1; /* IE7 */
  font-family: "Lato", arial, helvetica;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
}

.sf-menu a:hover,
.sf-menu li.current-menu-item a {
  color: #669900;
}

.sf-menu li {
  white-space: nowrap; /* no need for Supersubs plugin */
  *white-space: normal; /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.sf-menu ul li {
  background: #fff;
}

.sf-menu ul ul li {
  background: #fff;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  color: #999;
  font-size: 13px;
  text-transform: none;
  line-height: 160%;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dfeeff; /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, 0.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dfeeff; /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white;
}

/* search */

#searchform {
  padding: 0;
  margin: 0;
  margin-top: 6px;
}

#searchform input#s {
  margin: 0;
  width: 180px;
  border: solid 1px #eaeaea;
  font-size: 12px;
  padding: 5px 10px;
  margin-bottom: 5px;
  background: none;
  color: #666;
}

#searchform input#searchsubmit {
  cursor: pointer;
  border: solid 1px #eaeaea;
  padding: 5px 10px;
  font-size: 12px;
  background: none;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}

#searchform input#searchsubmit:hover {
  background: #eaeaea;
}

/* Embeded Video Style */

a.videoembed {
  width: 100%;
  height: 400px;
  display: block;
  float: left;
  clear: both;
  margin-top: 10px;
  text-decoration: none;
  *width: 800px; /* IE7 only hack */
}

#embedimage {
  position: relative;
  /* z-index: 100; */
}

#videotitles,
.videotitles {
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 30px;
  text-align: center;
  color: black;
}

#videotitles {
  position: relative;
  /* z-index: 101!important; */
  text-decoration: none;
  top: -400px;
  line-height: 42px; /* IE7 only hack */
}

#firstsubtitle {
  color: #0099ff;
  float: left;
  margin-top: 140px;
  width: 40%;
  margin-left: 5%;
}

#secondsubtitle {
  color: #669900;
  float: right;
  text-align: right;
  width: 40%;
  margin-right: 5%;
  margin-top: 140px;
}

#maintitle {
  /* color: #000; */
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 160px;
  margin-top: 140px; /* IE7 only hack */
}

div.pp_default .pp_description {
  font-family: "Bilbo Swash Caps", cursive;
  font-size: 24px;
  color: #000;
  font-weight: normal;
  padding-left: 10px;
  padding-top: 5px;
}

/* content */

#content {
  width: 100%;
  float: left;
  margin-top: 10px;
  padding-top: 40px;
  text-align: center;
  background: url(images/linebg.png) no-repeat top center;
  *width: 800px; /* IE7 only hack */
}

body.home #content {
  margin-top: 50px;
  padding-top: 0;
  background: none;
}

/* Front Widgets */

#frontwidgets {
  float: left;
  width: 100%;
  *width: 800px; /* IE7 only hack */
}

#frontwidgets .widgets {
  width: 100%;
  float: left;
  clear: left;
  margin-bottom: 40px;
  padding-bottom: 40px;
  background: url(images/linebg.png) no-repeat bottom center;
  text-align: center;
  *width: 800px; /* IE7 only hack */
}

#frontwidgets h2 {
  font-size: 40px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 2px;
  color: #fff;
  line-height: 120%;
  font-family: "Lato", arial, helvetica;
  text-align: center;
}

#frontwidgets .featured-posts {
  width: 850px;
}

#frontwidgets .featured-post {
  width: 120px;
  height: auto;
  float: left;
  margin-right: 50px;
}

#frontwidgets .featured-post img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#frontwidgets .featured-post h4 {
  font-size: 14px;
  color: #fff;
  font-family: "Lato", arial, helvetica;
  text-decoration: none;
  text-align: center;
}

#frontwidgets ul li {
  text-align: left;
}

#frontwidgets ul li a {
  color: #fff;
  text-decoration: none;
}

#frontwidgets ul li a:hover {
  text-decoration: underline;
}

.post {
  margin: 0;
  padding: 0;
  float: left;
  padding-bottom: 20px;
}

.page-id-3326 .post,
.woocommerce-page .post {
  float: initial !important;
}

#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
  color: white !important;
}

.select2-container * {
  color: black;
}

.blogpage .post {
  margin-bottom: 40px;
}

h1.entry-title,
h2.entry-title {
  margin: 0;
  padding: 0;
  line-height: 120%;
  margin-bottom: 30px;
  font-weight: normal;
  color: #fff;
  padding-bottom: 0;
  text-transform: uppercase;
  font-family: "Lato", arial, helvetica;
  font-size: 40px;
  text-decoration: none;
  text-align: center;
}

h2.entry-title a {
  text-decoration: none;
  color: #fff;
  text-align: center;
}

h2.entry-title {
  margin-bottom: 0;
  padding-bottom: 0;
}

h1.entry-title {
}

h2.pagetitle {
  display: none;
}

.post ul {
}

.post li {
  margin-left: 15px;
}

.entry p {
  margin: 8px 0;
}

a.more-link {
  color: #669900;
  font-weight: normal;
  text-decoration: none;
  border: none;
  line-height: 25px;
}

a.more-link:hover {
  text-decoration: none;
  color: #fff;
}

.attachment-blogthumb {
  float: left;
  margin-bottom: 40px;
}

#timestamp {
  margin-top: 5px;
  color: #ccc;
}

/* comments */

#commentform {
  margin: 0;
  padding: 0;
  text-align: left;
}

#commentform p {
}

#commentform a {
  text-decoration: none;
  line-height: 14pt;
  color: #333;
}

#commentform h3 {
  font-size: 10pt;
  font-weight: bold;
  color: #666;
  margin: 0;
  padding: 0;
}

#comment {
  width: 50%;
}

#author,
#email,
#url,
#comment {
  font-size: 11px;
  margin: 5px 5px 0 0;
  padding: 12px 16px;
  background: url(images/whitetrans.png);
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #333;
}

#author,
#email,
#url {
  height: 16px;
}

#submit {
  margin: 5px 5px 0 0;
  cursor: pointer;
  color: #333;
  padding: 12px 16px;
  background: url(images/whitetrans.png);
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #333;
}

#comments {
  margin: 0;
  padding: 0;
}

#respond h3,
h3#comments {
  color: #669900;
  font-size: 24px;
  margin-bottom: 2px;
  clear: left;
  text-transform: uppercase;
  font-weight: normal;
  padding-top: 20px;
}

.reply a.comment-reply-link {
  border: none;
  padding: 0;
  color: #333;
  padding: 0;
}

.reply a.comment-reply-link:hover,
#submit:hover {
  color: #666;
}

ol.commentlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  margin-top: 15px;
  text-align: left;
  width: 100%;
}

.avatar {
  float: left;
  margin: 10px 20px 0 0;
}

ol.commentlist li {
  background: url(images/whitetrans.png);
  margin: 0;
  padding: 5%;
  list-style-type: none;
  float: left;
  width: 90%;
  margin-bottom: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #333;
}

ol.commentlist ul li {
  border: none;
  padding: 5%;
  width: 70%;
  padding-bottom: 0;
  padding-right: 0;
  background: none;
}

ol.commentlist li.alt {
}

ol.commentlist li p {
  margin: 6px 0 6px 0;
  padding: 0 12px 0 0;
  line-height: 14pt;
}

ol.commentlist a {
  text-decoration: none;
}

cite {
  font-family: arial, verdana, tahoma;
  font-size: 9pt;
  font-weight: bold;
  font-style: normal;
}

cite a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px dotted #666;
}

/* footer */

#footer {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 40px;
  background: url(images/linebg.png) no-repeat top center;
  text-align: center;
  padding-top: 40px;
  *width: 800px; /* IE7 only hack */
}

body.home #footer {
  background: none;
  padding-top: 0;
  margin-top: 0;
  *margin-top: 40px; /* IE7 only hack */
}

#footermenu {
  width: 100%;
  margin-top: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  *width: 800px; /* IE7 only hack */
}

#footermenu ul {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  *width: 800px; /* IE7 only hack */
}

#footermenu ul li {
  display: inline;
  list-style: none;
  margin-left: 0px;
  padding-left: 10px;
  padding-right: 10px;
  height: 12px;
  line-height: 12px;
}

#footermenu ul li a {
  font-size: 11px;
  text-transform: uppercase;
  color: #669900;
  border: none;
  font-weight: bold;
  text-decoration: none;
  font-family: "Lato", arial, helvetica;
}

#footermenu ul li a:hover {
  text-decoration: underline;
}

#copyinfo {
  float: left;
  width: 100%;
  margin-top: 5px;
  font-size: 12px;
  color: #ccc;
  *width: 800px; /* IE7 only hack */
}

#copyinfo a {
  color: #ccc;
}

.select-menu {
  display: none;
}

@media only screen and (max-width: 480px),
  screen and (max-device-width: 480px),
  screen and (max-width: 600px) {
  html {
    -webkit-text-size-adjust: none;
  }

  .sf-menu {
    display: none;
    left: 0;
  }

  .select-menu {
    display: inline-block;
    width: 100%;
    float: left;
    clear: left;
  }

  #frontwidgets .featured-posts {
    width: 100%;
  }

  #wrapper {
    width: 90%;
    padding: 5%;
  }

  #videotitles {
    display: none;
  }

  a.videoembed {
    height: auto;
  }

  #frontwidgets .featured-post {
    width: 40%;
    margin-left: 5%;
    margin-right: 0;
  }
}
/* New Homepage */

.social-widget li.elementor-icon-list-item.elementor-inline-item {
  padding: 0.5em 0.8em;
  border-radius: 0.3em;
  box-shadow: inset 0 1px 3px rgb(255 255 255 / 30%), 0 1px 3px rgb(0 0 0 / 15%),
    0 1px 3px rgb(0 0 0 / 15%);
  color: #fff !important;
  -webkit-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out;
}
.social-widget li.elementor-icon-list-item.elementor-inline-item:nth-child(1) {
  background: #3b5998;
  border: 1px solid #57647e;
}

.social-widget li.elementor-icon-list-item.elementor-inline-item:nth-child(2) {
  background: #29a628;
  border: 1px solid #249123;
}
.social-widget li.elementor-icon-list-item.elementor-inline-item:nth-child(3) {
  background: #3490f3;
  border: 1px solid #1c83f2;
}
.social-widget li.elementor-icon-list-item.elementor-inline-item:nth-child(4) {
  background: #007bb6;
  border: 1px solid #006a9d;
}
.social-widget li.elementor-icon-list-item.elementor-inline-item:nth-child(5) {
  background: #cb2027;
  border: 1px solid #b51d23;
}
.social-widget li.elementor-icon-list-item.elementor-inline-item:nth-child(6) {
  background: #00aced;
  border: 1px solid #0099d3;
}

ul.elementor-icon-list-items.elementor-inline-items {
  background: none !important;
}

ul.elementor-icon-list-items.elementor-inline-items {
  width: 100% !important;
}

.single-memoireopvideo .attachment-blogthumb {
  float: initial;
}

.single-memoireopvideo .nocomments {
  display: none;
}

button, .aankoopbutton {
  padding: 12px 15px;
  color: black;
  background-color: white;
  text-transform: uppercase;
  border: 0;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
}

button:hover, .aankoopbutton:hover {
  color: white;
  background-color: black;
  cursor: pointer;
}

.trailer-excerpt {
  padding-bottom: 15px;
}

.trailer-title {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px !important;
  padding-bottom: 10px;
}

.memoiremeta {
  padding-top: 15px;
  padding-bottom: 20px;
}

.memoirebutton {
  padding-bottom: 15px;
}

.sfsi_widget.sfsi_shortcode_container, .norm_row.sfsi_wDiv  {
  text-align: center!important;
  float:none;
  margin: 0 auto;
}