/*
 Theme Name:     twentysixteen Child Theme
 Theme URI:      http://hyperlinkcode.com/blog/?p=1021
 Description:    A bare-bones child theme for use with twentysixteen Theme from <a href="https://wordpress.org/">Wordpress</a>. To use this Child Theme, you must have <a href="https://wordpress.org/themes/twentysixteen/">twentysixteen</a> parent theme installed.
 Author:         Edward Zivkovic
 Author URI:     http://hyperlinkcode.com/
 Template:       twentysixteen
 Version:        1.0.0
*/

/* Add Custom CSS after this line */

 @import url('//fonts.googleapis.com/css?family=poppins:500,500i,800,800i');

body, button, input, select, textarea{
   font-family: 'Poppins', -apple-system, BlinkMacSystemFont, Montserrat, "Helvetica Neue", sans-serif;
}

html{
    min-height: 100%;
}

body{
    background: #fff;
}

a{
    color: #666;
}

.site-inner{
	max-width: 850px;
	padding: 0 40px;
}

.header{
	text-align: center;
	font-weight: bold;
	background-size: cover;
	padding: 60px 20px;
  background: #b7182e;
  color: #fff;
  margin-bottom: 100px;
}

.home .header{
  padding: 120px 20px;
}

	.header h1,
  .header h2{
        color: #fff;
        /* font-style: italic; */
        font-size: 50px;
        line-height: 1;
        margin: 0 0 15px;
	}

  .header h1 a,
  .header h2 a{
    text-decoration: none !important;
  }

	.header img{
		max-width: 380px;
		display: inline;
		margin-bottom: 40px;
        display: none;
	}

	.header p{
		max-width: 370px;
		margin: auto;
		line-height: 1.2;
        color: #fff;
	}

	.header a{
		color: inherit;
		text-decoration: underline;
	}

	.header .nl{
		font-size: 0px;
		margin-bottom: 50px;
	}

    .header .nl div{
      /* display: inline-block; */
    }

    .header .nl p{
        font-size: 1rem;
    }

	.header .nl input{
	    background: transparent;
	    border: none;
	    border-bottom: 4px solid #fff;
	    font-size: 20px;
	    line-height: 50px;
	    padding: 0 15px 0 0;
	    margin: 0;
	    font-weight: bold;
	    margin-top: 20px;
	    color: #fff;
	    display: inline-block;
	    outline: none;
	    border-radius: 0px;
	    -o-border-radius: 0px;
	    -ms-border-radius: 0px;
	    -moz-border-radius: 0px;
	    -khtml-border-radius: 0px;
	    -webkit-border-radius: 0px;
	    max-width: 250px;
	    vertical-align:middle;
	}

	.header .nl .frequence{
		font-size:16px;
		margin:20px 8px 0;
		display:inline-block;
	}
		.header .nl .frequence input{
			display:none;
		}

		.header .nl .frequence span{
			font-weight:normal;
			text-transform:uppercase;
			cursor:pointer;
			letter-spacing:-.2px;
			padding-bottom:8px;
			position:relative;
		}

		.header .nl .frequence span:after{
			content: "";
			position: absolute;
			bottom: 0;
			left: 0;
			width:auto;
			border-bottom: 4px solid #fff;
			transition:.3s;
			-webkit-transition:.3s;
			-o-transition:.3s;
		}

		.header .nl .frequence-daily span:after{
			right:0;
			left:100%;
		}

		.header .nl .frequence-weekly span:after{
			left:0;
			right:100%;
		}

		.header .nl .frequence input,
		.header .nl .frequence span{
			vertical-align:middle;
			-webkit-transition: 0.3s;
 			-o-transition: 0.3s;
  			transition: 0.3s;
		}

		.header .nl .frequence input[type=radio]:checked + span {
  			font-weight:bold;
			color:#fff;
		}

		.header .nl .frequence-daily input[type=radio]:checked + span:after {
			left: 0;
		}

		.header .nl .frequence-weekly input[type=radio]:checked + span:after {
			right: 0;
		}

	.header .nl input[type=submit] {
		background: #fff;
		color: #b7182e;
		border-bottom: 4px solid #fff;
		margin-left: 0;
		padding: 0 15px;
		text-transform:uppercase;
	}

	.header .nl .mc4wp-response{
		font-size: 13px;
		margin-top: 15px;
	}

.social-info{
    margin-bottom: 5em;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, Montserrat, "Helvetica Neue", sans-serif;
    color: #999;
}

    .social-info a{
        color: #666;
        border-bottom: 1px solid;
    }

        .social-info a:hover{
            border-bottom: 0px;
        }

.img_col{
	width: 30%;
	float: left;
}

.site-main > article{
	padding-bottom: 4em;
	margin-bottom: 4em;
	border-bottom: 1px solid #ddd;
}

.desc_col{
	/* width: 70%;
	padding-right: 5%; */
	float: left;
}

.desc-col p{
	margin-bottom: 1.2em;
}

.entry-title{
	line-height: 1 !important;
	font-size: 3rem !important;
	margin-bottom: .6em !important;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, Montserrat, "Helvetica Neue", sans-serif;
  font-weight: 700;
}

.post-title, .entry-title, .comments-title {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.entry-title a{
    color: #000222;
}

.excerpt{
  font-size: 120%;
  font-weight: 400;
}

.excerpt p{
  margin: 0 0 .7em;
}

.content{
  margin-top: 40px;
}

  .post img{
    box-shadow: 0px 4px 30px rgba(0,0,0,.15);
    margin: 0 -30px:
  }

.attachment-post-thumbnail{
  margin: 15px 0 30px;
}

.sticky-post{
	color: #bbb;
	margin-bottom: 1.2em;
}

.readmore{
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, Montserrat, "Helvetica Neue", sans-serif;
	color: #fff;
	background: #000222;
	font-size: .9rem;
	line-height: 2em;
	padding: 0 .5em;
	display: inline-block;
}

.readmore:hover{
	color: #eee;
}

.nl ::-webkit-input-placeholder {
	color: #fff;
    opacity: .5;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, Montserrat, "Helvetica Neue", sans-serif;
}

.nl :-moz-placeholder {
	color: #fff;
    opacity: .5;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, Montserrat, "Helvetica Neue", sans-serif;
}

.nl ::-moz-placeholder {
	color: #fff;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, Montserrat, "Helvetica Neue", sans-serif;
    opacity: .5;
}

.nl :-ms-input-placeholder {
	color: #fff;
     opacity: .5;
     font-family: 'Poppins', -apple-system, BlinkMacSystemFont, Montserrat, "Helvetica Neue", sans-serif;
}

.gform_body ul{
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

.gform_body ul li{
  margin-bottom: 10px;
}

body:before,
body:after{
    display: none !important;
}

.site{
    margin: 0;
}

.page .entry-title{
    margin: 0 0 80px;
}

.entry-content h3{
    font-weight: 700;
}

.site-footer .main-navigation{
    display: block !important;
}

.single #cookie-notice{
    display: none !important;
}


.content_iframe{
    width: 100%;
    height: 100%;
}

.share{
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    list-style: none;
}

.share li{
    display: flex;
    flex: 1;
    cursor: pointer;
}

.share li.close{
    width: 36px;
    color: #6b6b6b;
    justify-content: center;
    flex: none;
    overflow: hidden ;
    transition: ease .6s all;
}

.share li.close i{
    font-size: 140%;
    margin: 0;
}

.share li a{
    text-align: center;
    line-height: 36px;
    color: #fff;
    width: 100%;
}

.share .genericon{
    line-height: inherit;
    margin-right: 8px;
}

.share li a.facebook{
    background: #3B5998;
}

.share li a.twitter{
    background: #00aced;
}

@media screen and (max-width: 44.375em) {
  .entry-title{
    font-size: 2em !important;
  }

  .header h1{
    font-size: 40px;
  }
}