/*
Theme Name: Wizelaw child
Template: wizelaw
Theme URI: https://kaliact.com
Author: BlueMonkeys
Author URI: bluemonkeys.io
Description: theme for kaliact
Version: 1
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: wizelawchild

*/

.login-link a span::before {
  color: #fff;
  font-weight: 700;
  content: "\f023";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

#wpcf7-f3299-p3297-o1 .wpcf7-form-control-wrap {
  margin-bottom: 0;
}

.wpcf7 form .wpcf7-response-output {
  padding: 0.2em 3em;
}

.team-infobox .team_info h5 {
  color: #000000;
}

.box_team_result_member_link {
  display: block;
}

.wp-caption.aligncenter {
  width: 100% !important;
}

.page-title > h1 {
  font-size: 2rem;
}

.gt3-page-title__content .breadcrumbs {
  white-space: break-spaces !important;
}

/* .format-standard-image .blog_content{
    padding: 26px 30px 21px 30px;
    background: #fafafa;
} */

.likeh3 {
  margin-top: 10px;
  padding-left: 15px;
  font-size: 24px;
  line-height: 26px;
  font-family: Roboto;
  font-weight: 700;
  color: #27323d;
}

.likeh5 {
  display: inline-block;
  margin-right: 5px;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
}

.child-container,
.sister-container {
  height: auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.child-page,
.sister-page {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  justify-content: space-between;
}

.main_wrapper {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

.visual img {
  object-fit: cover;
  width: 100%;
  height: 200px;
  margin-bottom: 1em;
  cursor:pointer;
}

.child-page h3 {
  margin: 0;
}

.alaune {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1em;
}

#full-content {
  margin-top: 2em;
}

/** CTA BTN **/
.cta-container {
  text-align: center;
  margin: 1em auto;
}
.action-button {
  display: grid;
  place-items: center;
}
.action-button a:link,
.action-button a:visited {
  border-radius: 5px;
  display: inline-block;
  font: 700 16px Arial, Sans-Serif;
  margin: 0 10px 20px 0;
  -moz-border-radius: 5px;
  padding: 14px 18px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  -webkit-border-radius: 5px;
}

.blue-button a:link,
.blue-button a:visited {
  background-color: rgba(45, 98, 143, 1);

  color: #fff;
}

.blue-button a:hover {
  background-color: #6A9C8;
  background-image: -moz-linear-gradient(top, #68a9c8, #598ea8);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#68a9c8),
    to(#598ea8)
  );
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#68A9C8', EndColorStr='#598EA8');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#68A9C8', EndColorStr='#598EA8')";
}

/* ul.liste_etudes {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
} */


.special_head{
  position: relative;
  width: 80%;
  margin: 3em auto;
}

.special_head::before{
  content: " ";
  width: 100%;
  position: absolute;
  top: 19px;
  z-index: -1;
  border-bottom: 1px solid #F5F5F6;
}
.special_head > h2{
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 25px;
}

.special_head > h2::before{
  content: " ";
  z-index: -1;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: #F5F5F6;
}

.special_head > h2 span{
  font-size: 25px;
  line-height: 40px;
  padding: 20px;
}

@media only screen and (min-width: 640px) {
  ul.liste_etudes {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (min-width: 768px) {
  ul.liste_etudes {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}