/*
 Theme Name:   gideons
 Theme URI:    gideons
 Description:  gideons developed by Steemers ICT
 Author:       Steemers ICT
 Author URI:   https://steemersict.nl
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  sict
*/

/* Remove sidebar
-------------------------------------------------*/

/*** Take out the divider line between content and sidebar ***/

#main-content .container:before {
  background: none;
}

/*** Expand the content area to fullwidth ***/

a {
  color: #214190;
  text-decoration: none;
}

@media (min-width: 981px) {
  #left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
  }
}

#top-header {
  height: 100px;
  background-color: #fff;
}

#top-menu a {
  color: #ffffff!important;
}

#logo {
  max-height: 75px!important;
}

#top-header .container {
  padding-top: 0;
}

#top-header .logo_container a {
  height: 75px;
}

.container.clearfix.gid_secondary-menu_container {
  height: 100%;
}

#et-secondary-menu {
  display: flex;
  justify-content: space-around;
  bottom: 0px;
  position: absolute;
  width: auto;
  margin-left: 300px;
}

#et-secondary-menu a {
  width: 119px;
  text-align: center;
  height: 49px;
  padding: 17px 0 18px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
}

#et-info,
#et-secondary-menu>ul>li:nth-child(1) a {
  background: #214190;
}

#et-info,
#et-secondary-menu>ul>li:nth-child(2) a {
  background: #d52d2b;
}

#et-info,
#et-secondary-menu>ul>li:nth-child(3) a {
  background: #32564F;
  /*   width: 150px; */
}

#et-info,
#et-secondary-menu>ul>li:nth-child(4) a {
  background: #c8b351;
}

#et-top-navigation {
  padding-top: 0 !important;
  padding-left: 0 !important;
  float: none;
}

.et_header_style_left #et-top-navigation nav>ul>li>a,
.et_header_style_split #et-top-navigation nav>ul>li>a {
  padding: 14px 20px 13px;
}

#top-menu li:nth-child(1) a {
  padding-left: 0 !important;
}

/* Wij zijn wij */

.gid-int {
  background: #E4E4E4;
  padding: 10px;
}

.gid-int p {
  font-size: 9px;
  font-style: italic;
  text-align: center;
}

/* Buttons */

.gid-button {
  background: #214190;
  padding: 10px 15px;
  color: #fff;
}

.et_pb_button {
  color: #fff;
}

/*Donatie popup
-------------------------------------------------------------*/

#donatie {
  /*   display: none!important; */
  position: fixed;
  z-index: 9999999999999;
  display: flex;
  top: 0;
  right: -350px;
  bottom: 0;
  background: #284389;
  padding: 0;
  /*   align-items: center; */
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
  flex-wrap: wrap;
  width: 350px;
  justify-content: center;
  align-items: center;
}

#doneerButton {
  transform: rotate(-90deg);
  position: fixed;
  top: 30%;
  right: -45px;
  padding: 10px;
  font-size: 18px;
  color: #fff;
  padding: 17px 0;
  background: #D52D2B;
  min-width: 150px;
  display: block;
  margin: 0;
  border-radius: 4px 4px 0 0;
  font-size: 18px;
  text-transform: uppercase;
  border-color: transparent;
  cursor: pointer;
  z-index: 100;
}

.home #doneerButton {
  display: none;
}

#donatie form {
  width: 250px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dmm_nomc.checked {
  filter: none;
}

#donatie>div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #284389;
  padding: 0px;
  color: #C8B351;
  margin: 0;
  width: auto;
  min-width: 300px;
  max-height: 700px;
}

#donatie h4 {
  color: #C8B351;
}

#donatie input[type="submit"] {
  padding: 10px 25px;
  font-size: 16px;
  background: #D52D2B;
  border: none;
  color: #fff;
  font-weight: bold;
  display: block;
  margin: 10px auto 0;
}

#donatie.showFlex {
  right: 0;
}

#doneer {
  cursor: pointer;
}

#doneerClose {
  display: block;
  position: absolute;
  font-size: 30px;
  cursor: pointer;
  right: 15px;
  top: 15px;
  color: #fff;
  border-radius: 50%;
}

#donatie img {
  margin: 15px 0;
}

#donatie form p:nth-child(2) {
  display: none;
}

#donatie form p:nth-child(3) {
  width: 100%;
}

input[name="dmm_method"] {
  display: none;
}

.dmm_nomc {
  text-align: center;
  margin-top: 5px;
  filter: grayscale(100%);
  display: flex!important;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
}

.dmm_nomc:hover {
  transform: scale(1.1);
  z-index: 9999;
}

/* Style the tab */

.tab {
  overflow: hidden;
  border: none;
  background-color: transparent;
  padding: 0 !important;
  width: 100%;
}

/* Style the buttons that are used to open the tab content */

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  background-color: #32564F!important;
  width: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 16px;
}

/* Create an active/current tablink class */

.tab button.active {
  background-color: #D52D2B!important;
}

/* Style the tab content */

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: none;
  border-top: none;
  width: 80%;
}

/* Footer
-------------------------------------------------------------------------*/

#footer-widgets .footer-widget li:before{
  border: none;
}

/* afdelingen */

.afdelingen ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 250px;
}

.afdelingen li {
  min-width: 180px;
  list-style: none;
}

#footer-widgets .footer-widget .afdelingen li:before {
  border-style: solid;
  border-width: 3px;
  border-color: #c8b351;
}

.footer-copyright,
.footer-copyright a {
  color: #c8b351;
}

input.mc_input {
  color: #555555;
  background-color: #ffffff;
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-weight: normal;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.mc_signup_submit {
  text-align: center;
}

#mc_signup_submit {
  color: #fff;
  padding: 7px 0;
  background: #D52D2B;
  min-width: 150px;
  display: inline-block;
  margin: 20px 0;
  border-radius: 4px;
  font-size: 18px;
  text-transform: uppercase;
  border-color: transparent;
}

#gid_bib_app {
  width: 280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#gid_bib_app_video {
  margin-bottom: 10px;
}

#post-385 a {
  color: #333333;
}


#gid_mobile_nav {
  display: none;
}

/* Woocommerce */

.donatieLine td.product-thumbnail a {
  display: none;
}

.quantity {
  position: relative;
}

.donatieline .quantity:before {
  content: '€';
  font-size: 20px;
  position: absolute;
  line-height: 50px;
  color: #fff;
  left: 6px;
}

.donatieLine td.product-price>.woocommerce-Price-amount {
  display: none;
}

.cart-after-table {
  display: flex;
  justify-content: space-between;
}

.cart-collaterals {
  display: flex;
  justify-content: space-between;
  min-width: 100%;
  flex-direction: row-reverse;
}

.sict_donation_cart {
  position: relative;
  width: 100%;
}

.sict_donation_cart div.sictDonation {
  background: url("https://wordpress-816810-2807160.cloudwaysapps.com/wp-content/uploads/2018/08/giving_money.png");
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  height: 250px;
}

.sict_donation_cart form {
  position: absolute!important;
  display: flex;
  padding: 10px 5px;
  width: 100px;
  text-align: center;
  left: 25px!important;
  bottom: 10px;
}

.sict_donation_cart>form .qty {
  width: 75px!important;
}

.sict_donation_cart>form>.single_add_to_cart_button {
  height: 39px;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background: #214190;
}

.button.wc-forward {
  background-color: #32564F!important;
  color: #fff!important;
}

.checkout-button.button.alt.wc-forward {
  background: #D52D2B!important;
}

.actions .button {
  background-color: #214190!important;
  color: #fff!important;
}

bdi {
  color: #214190;
}

/* Nieuwsbrief */

#frm_field_126_container {
  display: flex;
  flex-wrap: wrap;
}

#frm_field_126_container .frm_required {
  margin-right: 5px;
}

/* Doelgroepen */
#doelgroepen{
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "left right";
  grid-auto-rows: minmax(200px, auto); */
  max-width: 1080px;
  margin: auto;
}

.dg_container {
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-gap: 2em;
  align-items: center;
  justify-content: center;
}
.dg_container:nth-child(even) {
  direction: rtl;
  text-align: left;
}

.dg_container .dg_content {
  padding: 25px;
}

/* #doelgroepen>div:nth-child(even) */


/*
#doelgroepen {
  display: flex;
  flex-wrap: wrap;
}

.dg_container {
  display: flex;
  margin: 0 auto;
  padding: 75px 0;
  flex-direction: row;
}

.dg_container>div {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 25%;
}
.dg_container:nth-child(2n) {
  background: #f2f2f2;
  width: 100%;
}

.dg_container:nth-child(2n)>div {
  flex-direction: row-reverse;
}

.dg_pic {
  text-align: center;
}

.dg_content {
  width: 100%;
  text-align: center;
}
*/
.more-link {
    background: #214190;
    color: #fff;
    clear: both;
    position: relative;
    display: flex;
    width: 95px;
    justify-content: center;
    line-height: 32px;
    margin: 15px 0;
}

.single-doelgroepen .has-post-thumbnail .et_post_meta_wrapper img {

    width: 330px;
    float: right;

}

.wpml-ls-legacy-list-horizontal{
  float: right;
  z-index: 999;
  position: relative;
}

.et_header_style_left .logo_container{
  
}

/* ------------------------------RESPONSIVE--------------------------*/

@media only screen and (max-width: 414px) {
  #main-header {
    padding-top: 30px;
  }
  #gid_goedNieuws a,
  #gid_goedNieuws a:nth-child(1) {
    margin: 10px!important;
    min-width: 135px!important;
  }
  #doneerButton {
    transform: rotate(0);
    position: fixed;
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    padding: 17px 0;
    background: #D52D2B;
    min-width: 150px;
    display: block;
    margin: 0;
    border-radius: 4px 4px 0 0;
    font-size: 18px;
    text-transform: uppercase;
    border-color: transparent;
    cursor: pointer;
    width: 100%;
  }
  #donatie {
    position: fixed;
    z-index: 9999999999999;
    display: flex;
    height: 470px;
    top: unset;
    right: 0;
    bottom: -470px;
    left: 0;
    background: #284389;
    padding: 0;
    align-items: center;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
    max-width: 100%
  }
  #donatie>div {
    width: 100%;
    padding: 30px;
  }
  #donatie.showFlex {
    right: 0;
    bottom: 0
  }
  .afdelingen ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-height: unset;
  }
  #gid_bib_app {
    width: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
  }
}
 @media only screen and (max-width: 850px) { 
  .dg_container>div {
    flex-wrap: wrap;
    max-width: 100%
  }
   .dg_pic{
     padding: 10px;
     margin: 0 auto;
     max-width: 80%;
     min-width: unset;
   }
   .dg_content {
     padding: 10px;
     margin: 0 auto;
     max-width: 80%;
   }
}


/* Remove later
****************************************************************/
a[href$="de/"] {
    display: none;
}

.afdelingen-template-default .entry-title {
    display: none;
}

.gid_bijbels p {
  text-align: center;
}

.gid_bijbels .et_pb_image {
  text-align: center;
}

.gid_bijbels picture img {
  max-height: 250px;
}
.gid_bijbels {
  display: flex;
  align-items: center;
}

/* forms */

div#happyforms-2011_radio_11-part {
    margin-top: 39px;
}

