/*
One Page Design
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0;}main{display:block;}h1{font-size:2em;margin:.67em 0;}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace,monospace;font-size:1em;}a{background-color:transparent;}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder;}code,kbd,samp{font-family:monospace,monospace;font-size:1em;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-.25em;}sup{top:-.5em;}img{border-style:none;}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible;}button,select{text-transform:none;}[type="button"],[type="reset"],[type="submit"],button{-webkit-appearance:button;}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0;}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText;}fieldset{padding:.35em .75em .625em;}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline;}textarea{overflow:auto;}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0;}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block;}summary{display:list-item;}[hidden],template{display:none;}html{box-sizing:border-box;}*,*::before,*::after{box-sizing:inherit;}.author-box::before,.clearfix::before,.entry::before,.entry-content::before,.footer-widgets::before,.nav-primary::before,.nav-secondary::before,.pagination::before,.site-container::before,.site-footer::before,.site-header::before,.site-inner::before,.widget::before,.wrap::before{content:" ";display:table;}.author-box::after,.clearfix::after,.entry::after,.entry-content::after,.footer-widgets::after,.nav-primary::after,.nav-secondary::after,.pagination::after,.site-container::after,.site-footer::after,.site-header::after,.site-inner::after,.widget::after,.wrap::after{clear:both;content:" ";display:table;}

/* Defaults
  ---------------------------------------------------------------------------- */
/* quicksand-300 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('fonts/quicksand-v22-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/quicksand-v22-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/quicksand-v22-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/quicksand-v22-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* quicksand-500 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('fonts/quicksand-v22-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/quicksand-v22-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* quicksand-600 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('fonts/quicksand-v22-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/quicksand-v22-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* quicksand-700 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/quicksand-v22-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/quicksand-v22-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Typographical Elements
  --------------------------------------------- */

html {
  -webkit-tap-highlight-color: transparent;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html {
  font-family: "Quicksand", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #111;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


::selection {
  background-color: #eee;
}

::-moz-selection {
  background-color: #eee;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out;
}

a {
  color: #ff3333;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
  color: #111;
  text-decoration: none;
}

p {
  margin: 0 0 20px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

ol {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}

li {
  list-style-type: none;
}

hr {
  border: none;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 30px 0;
}

b,
strong {
  font-weight: 600;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

mark {
  background: #ddd;
  color: #111;
}

blockquote {
  margin: 30px;
}

blockquote:before {
  position: absolute;
  /* content: "\201C"; */
  font-family: Quicksand;
  font-size: 80px;
  color: #ff3333;
  top: auto;
  margin-left: -40px;
  margin-top: -40px;
}

blockquote p {
  hanging-punctuation: first;
  text-indent: -5px;
}
figure {
  margin: 0;
}
.site-container {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  /* background-color: #eee; */
}
h1 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}
h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px 0;
}

#header, .site-inner, #footer {
  padding: 20px 20px;
  margin: 0 auto;
}
#header {
  margin-top: 20px;
}
.site-inner {
  margin-top: 0;
  padding-top: 0;
}
img.profile{
  vertical-align: top;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  width: 100px;
  height: 100px;
  border-radius: 100px;
  object-fit: cover;
  background-color: #eee;
  box-shadow: 0px 40px 150px rgba(0, 0, 0, 0);
  -webkit-transition: all ease-in-out 0s;
  transition: all ease-in-out 0s;
}

img.profile:hover,
img.profil:focus {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

svg#lnr-link {
  width: 16px;
  margin-bottom: -2px;
}
.emoji-talk span, .link-talk a {
  display: block;
}

img.youtube-banner {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 100px;
  vertical-align: middle;
  align-items: center;
  align-content: normal;
}

.yt-banner {
  float: left;
  width: 25%;
  vertical-align: middle;
  align-items: center;
  display: flex;
}

h3 {
  margin: 0;
}

.youtube-section {
  background-color: #eee;
  color: #111;
  padding: 25px 20px;
  border-radius: 2px;
  margin-bottom: 20px;
  display: flex;
  
}

.yt-details {
  width: 75%;
  padding-left: 20px;
}
.yt-button {
    background-color: #ff3333;
    color: #fff;
    padding: 5px 15px;
    border-radius: 3px;
    font-weight: 700;
    
}
.yt-button:hover,.yt-button:focus {
  background-color: #cc0000;
  color: #fff;
}


/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #111;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover
.button:focus,
.button:hover {
	background-color: #ff3333;
	border-width: 0;
	color: #fff;
}

/* Genesis newsletter Extended
--------------------------------------------- */

.newsletter {
	background-color: #eee;
	padding: 30px 20px;
  border-radius: 2px;
}

.newsletter input {
	font-size: 15px;
	margin-bottom: 10px;
  text-align: center;
}

.newsletter input[type="submit"] {
	margin: 0;
	width: 100%;
}

.newsletter form + p {
	margin-top: 20px;
}
