/*
Theme Name:     Customizr Child
Theme URI:      http://themesandco.com/customizr
Description:    A child theme for the Customizr WordPress theme. This child theme simply includes 2 files : style.css to add your custom css and functions.php where you can extend Customizr's core code. In order to keep your code as clean and flexible as possible, try to use Customizr's hooks API for your customizations. Do something awesome and have fun !
Author:         Nicolas Guillaume (nikeo)
Author URI:     http://themesandco.com
Template:       customizr
Version:        1.0.0
*/

/* Your awesome customizations start right here !
-------------------------------------------------------------- */

a.card-clickable{text-decoration:none!important;color:inherit!important;}
a.card-clickable:hover .card{background-color:#ebebeb;}
.card h5, .card h6{margin-top:0;margin-bottom:.5rem;margin-bottom:.5rem;font-family:inherit;font-weight:600;line-height:1.2;color:inherit;}
.card p{margin-top:0;margin-bottom:1rem;}
.card a{text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects;}
.card a:hover{color:#0056b3;text-decoration:underline;}
.card h5{font-size:1.25rem;}
.card h6{font-size:1rem;}
.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem;}
.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem;}
.card-title{margin-bottom:.75rem;}
.card-subtitle{margin-top:-.375rem;margin-bottom:0;}
.card-link:hover{text-decoration:none;}
.card-link+.card-link{margin-left:1.25rem;}
.card .text-muted{color:#6c757d!important;}

.entry-header-inner
{
	font-size: 1.2em;
}

.embed-16x9
{
	position: relative;
    display: block;
    height: 0;
    padding: 0;
    padding-bottom: 56.25%;
    margin-bottom: 1rem;
    overflow: hidden;
}

.embed-16x9 iframe
{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

  /*! CSS Used from: https://getbootstrap.com/docs/4.1/dist/css/bootstrap.min.css */
  label{display:inline-block;margin-bottom:.5rem;}
  button{border-radius:0;}
  button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color;}
  button,input,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}
  button,input{overflow:visible;}
  button{text-transform:none;}
  [type=submit],button{-webkit-appearance:button;}
  [type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none;}
  textarea{overflow:auto;resize:vertical;}
  .form-control{display:block;width:100%;height:calc(2.25rem + 2px);padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
  @media screen and (prefers-reduced-motion:reduce){
  .form-control{transition:none;}
  }
  .form-control::-ms-expand{background-color:transparent;border:0;}
  .form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}
  .form-control::-webkit-input-placeholder{color:#6c757d;opacity:1;}
  .form-control::-moz-placeholder{color:#6c757d;opacity:1;}
  .form-control:-ms-input-placeholder{color:#6c757d;opacity:1;}
  .form-control::-ms-input-placeholder{color:#6c757d;opacity:1;}
  .form-control::placeholder{color:#6c757d;opacity:1;}
  .form-control:disabled{background-color:#e9ecef;opacity:1;}
  textarea.form-control{height:auto;}
  .form-group{margin-bottom:1rem;}
  .form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px;}
  .form-row>[class*=col-]{padding-right:5px;padding-left:5px;}

  .alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem;}
  .alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb;}
  .alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb;}

  #mailing-forms .card:hover{background-color:#ebebeb;cursor:pointer;}

  .g-recaptcha{margin-bottom:1rem;}

  .force-w100{width:100%!important;}
  .force-mb0{margin-bottom:0!important;}

  .col-12{margin-bottom:1rem;}
  .col-12:last-of-type {
    margin-bottom: 0;
  }
  @media (min-width: 576px) {
    .col-12{margin-bottom:0;}
  }

blockquote
{
  margin: 1.5em 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

blockquote:before
{
  -moz-transform:    scaleX(-1); /* Gecko */
  -o-transform:      scaleX(-1); /* Opera */
  -webkit-transform: scaleX(-1); /* Webkit */
  transform:         scaleX(-1); /* Standard */
}

figure:hover .wp-caption-text
{
  transition: all .5s;
  background: rgba(255, 255, 255, .85);
}

.wp-caption-text
{
  background: rgba(255, 255, 255, .5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  /*font-size: .75em;*/
  font-size: .675em;
  color: #000;
  /* font-size is .75em, so multiply fonts that need to be regular size by 1.3333 to return to normal */
  /* font-size is .675em, so multiply fonts that need to be regular size by 1.481 to return to normal */
  line-height: 1.25;
}

article .entry-content .wp-caption-text a
{
  text-decoration: none;
}

figure {
    position: relative;
    flex: 1 0 100%;
    margin-right: 16px;
}

.cip_caption_title
{
  font-weight:400;
  color:#303133;
  line-height:1.25em;
  margin-bottom:.5rem;
  margin-top:0;
  padding-top:.5em;
  text-rendering:optimizelegibility;
  font-family:'Poppins';
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

figure:hover .cip_caption_title
{
  padding-top:1.25em;
  transition: all .5s;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  font-size:1.3em;
  /*font-size:calc(1em * 1.333333);*/
  font-size:calc(1em * 1.481);
}


@media (min-width:24em) and (max-width:60em)
{
    .cip_caption_title
    {
      font-size:calc(1em + .728 * ((100vw - 20em)/ 40));
    }
    figure:hover .cip_caption_title
    {
      transition: all .5s;
      /*font-size:calc((1em + .728 * ((100vw - 20em)/ 40)) * 1.333333);*/
      font-size:calc((1em + .728 * ((100vw - 20em)/ 40)) * 1.481);
    }
    figure{
      /*flex-basis: calc((100% - 32px) / 2);*/
      flex: 1 0 calc(-16px + 50%);
    }
    figure:nth-of-type(2n) {
      margin-right: 0;
    }     
}

@media (min-width:60em)
{
  .cip_caption_title
  {
    font-size:1.728em;
  }
  figure:hover .cip_caption_title
  {
    transition: all .5s;
    font-size:2.3em;
    /*font-size:calc(1.728em * 1.333333);*/
    font-size:calc(1.728em * 1.481);
  }
  figure{
    /*flex-basis: calc((100% - 32px) / 3);*/
    flex: 1 0 calc(-10.6667px + 33.3333%);
  }  
  figure:nth-of-type(3n) {
    margin-right: 0;
  }  
}


.page-id-12 .czr-wp-the-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.carousel-caption.slider-text
{
	overflow: visible;
}

.carousel-caption.slider-text:before
{
	content:' ';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color: rgba(0, 0, 0, 0.6);
  -webkit-filter: blur(3em);
  filter: blur(3em);
}

.carousel-caption.slider-text h3
{
	position:relative;
	padding:1em;
  text-shadow: -1px -1px 0 #0004, 1px -1px 0 #0004, -1px 1px 0 #0004, 1px 1px 0 #0004;  
}

/*@media (min-width:60em)
{
	.carousel-caption.slider-text:before
	{
		-webkit-filter: blur(3em);
		filter: blur(3em);
	}
	.carousel-caption.slider-text h3
	{
		padding:0.5em;
	}
}*/

.mobile-navbar__wrapper .navbar-brand-sitelogo img
{
    max-width: 200px !important;
    max-height: 75px !important;
}

.grid-container__plain .post-tags
{
    font-size: 1em;
}

.tag__link.btn-skin-dark-oh
{
    border-color: #0d3c20;
    color: #0d3c20;
    border-left-width: 12px;
}

body {
  font-weight: 400;
  line-height: 1.45;
}

p {margin-bottom: 1.25em;}

h1, h2, h3, h4, h5 {
  margin: 2.75rem 0 1rem;
  font-weight: 400;
  line-height: 1.15;
}

h1 {
  margin-top: 0;
  font-size: 1.802em;
}

h2 {font-size: 1.602em;}

h3 {font-size: 1.424em;}

h4 {font-size: 1.266em;}

h5 {font-size: 1.125em;}

small, .text_small {font-size: 0.889em;}

@media (min-width:60em) {

    h1 {
      font-size: 2.488em;
    }

    h2 {font-size: 2.074em;}

    h3 {font-size: 1.728em;}

    h4 {font-size: 1.44em;}

    h5 {font-size: 1.2em;}

    small, .text_small {font-size: 0.833em;}
}