/*Reset i slick jest w theme.css*/

body {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8em;
  font-family: 'Roboto', sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
  outline: none;
}
::selection {
  color: #fff;
  background-color: #000;
}
::-moz-selection {
  color: #fff;
  background-color: #000;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #36a8cc;
}
a:focus {
  text-decoration: none;
  outline: none;
}
a:visited {
  text-decoration: none;
  outline: none;
}
.myhidden {
  position: fixed;
  opacity: 0;
  z-index: -1;
  top: -400vw;
  left: -400vw;
}
.offset-top-100 {
  margin-top: 100px;
}
.offset-top-30 {
  margin-top: 30px;
}
.offset-top-50 {
  margin-top: 50px;
}
.offset-top-10 {
  margin-top: 10px;
}

.p-top-30 {
  padding-top: 30px;
}

.offset-bottom-30 {
  margin-bottom: 30px;
}

.justify {
  text-align: justify;
}
.text-right {
  text-align: right;
}
table {
  width: 100%;
}
table td,
table th {
  padding: 8px 6px;
  border-bottom: 1px solid #f1f1f1;
}
table tr:hover {
  background-color: #f8f8f8;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
}
table th {
  font-weight: 500;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
select,
textarea {
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  width: 100%;
  padding: 8px 12px;
  background-color: #fff;
  border: 1px solid #f8f8f8;
  border-radius: 0px;
  font-weight: 300;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
}

strong {
  font-weight: 500;
}
button,
input[type="submit"] {
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
}
p {
  margin: 0;
}
.mybg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.mybg > a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
}
hr {
  margin: 50px 0;
  border: none;
  height: 1px;
  width: 100%;
  background: #eaeaea;
}
.menu-button {
  display: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  margin: 0;
  border: none;
  background-color: #000;
  color: #fff;
  font-size: 20px;
}
.row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.container:after, .row:after{
  clear: both;
}
.row-margin{
  margin-left: -15px;
  margin-right: -15px;
}
.row-margin-30{
  margin-left: -30px;
  margin-right: -30px;
}
.row-margin-50{
  margin-left: -50px;
  margin-right: -50px;
}
.padding-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.padding-50 {
  padding-left: 2.4vw;
  padding-right: 2.4vw;
}
.text-center {
  text-align: center;
}
.container {
  display: block;
  position: relative;
  width: 1210px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.button, .wp-block-button__link {
  display: inline-block;
  border: 1px solid #000;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  font-weight: 300;
  text-transform: uppercase;
  transition: 0.3s;
  padding: 10px 25px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
.button:hover, .wp-block-button__link:hover {
  color: #fff;
  border: 1px solid #525252;
}
.border-button {
  border: none;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.button:before, .wp-block-button__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  background-color: #525252;
}
.border-button:before {
  background-color: #000;
}
.button:hover:before, .wp-block-button__link:hover:before {
  height: 100%;
  width: 100%;
  opacity: 1;
  top: 0;
}

.button.clicked, .wp-block-button__link.clicked {
  color: #fff;
  border: 1px solid #525252;
}
.border-button:hover,
.border-button.clicked {
  color: #fff;
  border-color: #000;
}
.button.clicked:before, .wp-block-button__link.clicked:before {
  height: 100%;
  width: 100%;
  opacity: 1;
  top: 0;
  -webkit-animation-name: buttonclick;
  -webkit-animation-duration: 0.3s;
  animation-name: buttonclick;
  animation-duration: 0.3s;
}
@-webkit-keyframes buttonclick {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes buttonclick {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
}
.button.offset-top {
  margin-top: 30px;
}
.white-button {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}

.standard-input {
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
}

.standard-textarea {
  padding: 10px;
  height: 160px;
}

.standard-input,
.standard-textarea {
  display: block;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  background-color: #fff;
  border: 1px solid #cccccc;
  text-align: left;
  font-weight: 300;
  color: #000;
  font-size: 16px;
}

.form-button {
  padding: 12px 25px;
  font-size: 16px;
}
.form-row {
  margin-bottom: 20px;
}
.checkbox input {
  margin: 0 10px 0 0;
}

.txt-content p {
  margin-bottom: 20px;
}
.txt-content h4{
  font-size: 24px;
  line-height: 1.4em;
}
.txt-content h3{
  font-size: 28px;
  line-height: 1.4em;
}
.txt-content h2{
  font-size: 34px;
  line-height: 1.4em;
}
.fixedbg{
  background-attachment: fixed;
}















.clearfix {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
}


img.alignleft {
    float: left;
    clear: both;
    display: block;
    margin-right: 20px;
    margin-bottom: 20px;
	max-width: 50%;
}

img.alignright {
    float: right;
    clear: both;
    display: block;
    margin-left: 20px;
    margin-bottom: 20px;
	max-width: 50%;
}

.bluetxt, .bluetxt a{
  color: #36a8cc;
}
.fairgraybg{
  background-color: #f8f8f8;
}
.padding-30all{
  padding: 30px;
}
.padding-50all{
  padding: 50px;
}
.sidebar-row{
  margin-bottom: 50px;
}
.sidebar .post-intro h3{
  margin-bottom: 50px;
}
.header-top{
  height: 100px;
  line-height: 100px;
}
.page-browser{
  display: none;
}
.page-browser button{
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 30px;
  top: 0;
  height: 100%;
  border: none;
  font-size: 20px;
  color: #000;
}
.browseropened .page-browser{
  position: absolute;
  top: 100%;
  background-color: #fff;
  z-index: 999;
  display: block;
}
.browseropened .page-browser input[type="search"]{
  padding: 30px;
  border: none;
}
.header{
  position: relative;
  z-index: 999;
}
.logo img{
  width: 280px;
}
.header ul{
  list-style-type: none;
  display: table;
  width: auto;
  margin: 0 auto;
  padding: 0;
}
.header ul li{
  float: left;
  position: relative;
}
.header ul li a{
  display: block;
  padding: 0 30px;
}
.header ul li ul{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 200px;
  padding: 10px;
  background-color: #fff;
}
.header ul li ul li{
  float: none;
}
.header ul li ul li a{
  color: #000;
  padding: 10px;
}
.header ul li:hover > ul{
  display: block;
}
.navbar ul li a{
  font-weight: 500;
}
.header ul li.active > a{
  color: #36a8cc;
}
.header-submenu{
  background-color: #222222;
}
.header-submenu ul li a{
  color: #fff;
}
ul.menutype2 li a{
  padding: 20px;
}
.header-icons a{
  display: inline-block;
  padding: 0 10px;
}
.header-icons .hi-search{
  position: relative;
  padding: 0 15px;
  margin-left: 5px;
}
.header-icons .hi-search .fa{
  position: relative;
  z-index: 5;
}
.header-icons .hi-search:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 25px;
  background-color: #f1f1f1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.header-icons .hi-search:hover:before,
.browseropened .header-icons .hi-search:before{
  width: 100%;
  background-color: #36a8cc;
}
.header-icons .hi-search:hover,
.browseropened .header-icons .hi-search{
  color: #fff;
}
.pagebaner .pb-img img{
  height: 25vw;
}
.pagebaner.homebaner .pb-img img{
  height: 30vw;
}
.pagebaner .pb-desc{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 10;
  text-align: center;
}
.pagebaner .pb-desc .post-meta, .pagebaner .pb-desc .post-meta a{
  color: #000;
}
.pagebaner .pb-desc .post-meta .bluetxt{
  color: #36a8cc;
}
.pagebaner.homebaner .pb-desc{
  text-align: left;
}
.post-author{
  font-size: 15px;
  margin-bottom: 30px;
}
.post-author img{
  border-radius: 100px;
  margin-right: 15px;
  filter: grayscale(100%);
  width: 48px;
}
.pi-bottomline{
  border-bottom: 1px solid #f1f1f1;
}
.post-meta{
  font-size: 11px;
  line-height: 1.5em;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #9e9e9e;
}
.post-meta .bluetxt{
  color: #36a8cc;
}
.sidebar .post-meta{
  margin-bottom: 20px;
}
.sidebar{
  padding-left: 5vw;
}
.sidebar h2{
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
  font-size: 22px;
  line-height: 1.5em;
}
.post-meta a{
  font-weight: 500;
  color: #9e9e9e;
}
.bottom{
  padding-bottom: 30px;
  clear: both;
}
.bottom ul{
  list-style-type: none;
  display: table;
  margin: 0 auto 50px auto;
  padding: 0;
}
.bottom ul li{
  float: left;
}
.bottom ul.menutype2 li a{
  color: #525252;
}
.roundedicon{
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.roundedicon:hover{
  color: #fff;
  transform:scale(1.1); 
  -webkit-transform:scale(1.1); 
  -moz-transform:scale(1.1); 
  -o-transform:scale(1.1); 
}
.bottom .roundedicon{
  display: block;
  margin: 0 10px;
}
.footer{
  font-size: 13px;
  margin-bottom: 50px;
}
.footer, .footer a{
  color: #9a9999;
}
.readmore{
  display: inline-block;
  margin-top: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  font-size: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
.readmore:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.readmore:hover{
  color: #fff;
  padding: 0 15px;
}
.readmore:hover:before{
  height: 100%;
}
.line-bottom{
  position: relative;
  padding-bottom: 20px;
}
.line-bottom:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #000;
}
.text-center .line-bottom:before{
  left:0;
  right: 0;
  margin: 0 auto;
}
.breadcrumbs{
  border-bottom: 1px solid #f1f1f1;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  line-height: 1.4em;
  padding-top: 15px;
  padding-bottom: 15px;
}
.breadcrumbs, .breadcrumbs a{
  color: #9e9e9e;
}
.breadcrumbs a, .breadcrumbs span{
  display: inline-block;
  padding: 5px;
}
.pagination ul{
  list-style-type: none;
  padding: 0 10px;
  margin: 0 auto;
  display: table;
  border: 2px solid #f8f8f8;
}
.pagination ul li{
  float: left;
}
.pagination ul li a,
.pagination ul li span{
  display: inline-block;
  padding: 10px;
}
.pagination ul li span.current{
  color: #34a3cc;
}
.pagination ul li.disabled span{
  opacity: 0.5;
  text-decoration: line-through;
}
.border-box{
  border: 1px solid #f1f1f1;
}
.tags{
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #f1f1f1;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 2px;
}
.otherlinks ul{
  list-style-type: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.otherlinks p{
  margin:0;
}
.otherlinks ul li a{
  display: block;
  color: #34a3cc;
}
.otherlinks ul li a:before{
  /*font-family: FontAwesome;
  content: "\f08e";*/
  display: inline-block;
  margin-right: 5px;
}
.social-button{
  display: block;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  padding: 15px 50px 15px 20px;
  background-color: #000;
  font-weight: 500;
  font-size: 12px;
  position: relative;
}
.social-button:before{
  position: absolute;
  right: 0;
  width: 50px;
  height: 100%;
  font-size: 20px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.social-button:hover{
  color: #fff;
}
.social-button:hover:before{
  font-size: 25px;
}
.twitter-button{
  background-color: #3aa8ef;
}
.twitter-button:before{
  font-family: FontAwesome;
  content: "\f099";
}
.linkedin-button:before{
  font-family: FontAwesome;
  content: "\f0e1";
}
.linkedin-button{
  background-color: #0077B5;
}
.fairgraybutton{
  display: inline-block;
  background-color: #f8f8f8;
  color: #000;
  padding: 15px 20px;
}
.fairgraybutton:hover{
  color: #fff;
  background-color: #34a3cc;
}
.fairgraybutton .fa{
  margin-right: 5px;
}
.p-left{
  padding-left: 50px;
}
.smallerfont{
  font-size: 0.9em;
  line-height: 1.5em;
}
.updatebox h3{
  margin-bottom: 20px;
}


@media(min-width: 1500px){
.container{
  width: 1420px;
}
.homebaner h1{
  font-size: 3.5vw;
}

} 

@media (max-width: 1270px) {
.container{
  width: 930px;
}
.fixedbg{
  background-attachment: initial;
}
.sidebar{
  padding-left: 15px;
}
.padding-50all{
  padding: 30px;
}
.p-left{
  padding-left: 30px;
}
.post-author,
.post-meta{
  margin-bottom: 20px;
}
.readmore{
  margin-top: 20px;
}
.post-author img{
  font-size: 38px;
}
h1{
  font-size: 40px;
}
body{
  font-size: 15px;
}
.header ul li a{
  padding: 0 20px;
}
ul.menutype2 li a{
  padding: 15px;
}
}
@media (max-width: 992px) {
.container{
  width: 700px;
}
.p-left{
  padding-left: 0;
}
.pagebaner .pb-img img{
  height: 30vw;
}
.pagebaner.homebaner .pb-img img{
  height: 50vw;
}

.header-icons a{
  padding: 0 5px;
}
.header-icons .hi-search{
  margin: 0;
  padding: 0 5px;
}
.header ul li a{
  padding: 0 10px;
}
ul.menutype2 li a{
  padding: 15px 10px;
}
}
@media (max-width: 767px) {
.container{
  width: 100%;
}
.header-right-button{
  text-align: left;
}
.sidebar{
  margin-top: 50px;
}
.bottom .roundedicon{
  margin: 0 5px;
}
.footer, .bottom ul{
  margin-bottom: 30px;
}
.header{
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  max-height: 100vh;
  overflow: auto;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.logo{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 250px;
}
.menu-button{
  display: block;
  float: right;
}
.header-top{
  height: auto;
  line-height: 1.3em;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar ul{
  display: none;
  width: 100%;
  clear: both;
  padding-bottom: 30px;
}
ul.menutype2 li,
.header ul li{
  float: none;
  text-align: center;
}
ul.menutype2 li a,
.header ul li a{
  padding: 10px;
}
.header-icons{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  text-align: left;
}
.header-icons a{
  font-size: 18px;
}
.header ul{
  display: none;
}
.menuopened .header .header-icons{
  width: 100%;
  text-align: center;
}
.menuopened .header ul{
  display: block;
}
.header ul li ul{
  position: relative;
  width: 100%;
  padding: 0;
  background-color: transparent;
}
.header ul li ul li a{
  color: #fff;
}
.header ul li.active > a,
.header ul li ul li.active > a{
  color: #36a8cc;
}
body{
  padding-top: 70px;
}
.pagebaner .pb-img img{
  height: 70vw;
}
.pagebaner.homebaner .pb-img img{
  height: 100vw;
}
.browseropened .page-browser input[type="search"]{
  padding: 20px;
}
.browseropened .page-browser{
  position: fixed;
  top: 70px;
}
}

.fadeOff {
  -webkit-animation-name: fadeoff;
  -webkit-animation-duration: 1s;
  animation-name: fadeoff;
  animation-duration: 1s;
}

@-webkit-keyframes fadeoff {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeoff {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

body {
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-name: fadeIn;
  animation-duration: 1s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.centerMe{
  justify-content: center;
}
.vert-center{
   align-items: center;
}



.one-tip-line {padding: 1.5vw 0;}
.one-tip-line h2 {margin-bottom: 0;}
.txt-content img {margin: 0 auto; display:block; padding-bottom: 20px;}
.content-form input {width: auto; }
/* .tags-list li {width: 30%; display; margin:0; padding: 0;} */
/* div.syntaxhighlighter {max-width: 50%;} */
/* Below line is required for dispaying sidebar in static pages, eg. https://www.waitingforcode.local/static/newsletterboskqlos*/
.static div {overflow: auto !important;}
.errorBlock {border: 1px solid #cc0f0f;}
.okBlock {color:#11af0d; border: 1px solid #11af0d;}
.hidden {display: none;}
.container h2 {cursor: pointer;}
.ui-autocomplete {width: 60% ;background: #f8f8f8; padding: 0;}
.ui-autocomplete li {cursor: pointer; border-bottom-color: #000; padding: 1% 0.5%; list-style-type: none;}
.ui-autocomplete li:hover {color: #fff; background-color: #34a3cc;}

.dialogTrigger {cursor: pointer;}
div.dialogInfo {width: 50%; display: none; border: 0.05em solid #d4d4d4; background: #fff;}
div.dialogInfo h3 {border-bottom: solid 0.05em #d4d4d4; margin: 0; padding: 0.5% 1%; } 
div.dialogInfo p {margin: 0.5% 1%;}
div.dialogInfo .closePart {width: 100%; text-align: right;}
div.dialogInfo .closePart span {padding:0 0.4em; cursor: pointer;}

/** misc_block has styles of: lg100 border-box offset-top updatebox smallerfont padding-30all */
.misc_block {
  display: block; width: 100%; position: relative; /*lg100*/
  border: 1px solid #f1f1f1; /*border-box*/
  margin:20px 0; /*offset-top; refactored to 20px top + bottom*/
  font-size: 0.9em; line-height: 1.5em; /*smallerfont*/
  padding: 30px; /*padding-30all*/
}
.misc_block h3{
  margin-bottom: 20px; /*updatebox h3*/
}

/** These 2 are the legacy styles to hide verbose output; if needed, try to work on new ones! */
.tableContainer {display: block;}
.deployPre {display: none;}

.sticky-bottom {
  position: fixed;
  bottom: 0;
  padding: 0 0 1em 0; 
  width: 100%;
  background-color: #f8f8f8;
} 
.padding-no-top {padding-top: 0;} 
.close {cursor: pointer; font-weight: bold;}
.note {display: block; margin: 0 0 0.5% 0; color: #808080}
em.convClass, em.convPackage, em.convMethod, em.convAnnotation {
  font-family: "Lucida Console", Monaco, monospace;
  border: 0.01em solid #CECECE;
  padding: 0.2em 0.2em; 
  color: #5e5e5e;
  box-shadow: 0 0.01em #EBEBEB;
  font-style: normal;
  overflow-wrap: break-word;  
}
em.convPackage {
  background: none; 
  font-weight: normal;
}
em.convClass {
  font-weight: bold;
  background: none;
  border: none;
}
em.convMethod  {
  text-decoration: underline; 
  background: none;
  border: 0;
}
em.convCourrier {
  font-family: "Courier New"
}

pre {
  font-size: 0.9em;
  line-height: 1.4em;
  overflow-y: scroll;
}
.txt-content, .txt-content a {
  overflow-wrap: break-word;
}
.post-intro *, h1 {
  overflow-wrap: anywhere !important;
  word-wrap: anywhere;
}

.txt-content a:hover {
  text-decoration: underline; color: #000;
}
.txt-content a:after {
/*   content: ' 🔗' !important */
  font-family: FontAwesome;
  content: "\f08e";
  display: inline-block;
  margin-left: 5px;
}
.kofi {width: 100%; height: 55px; background: url(../../images/kofi_button.png) no-repeat;
   background-size: 50px 50px; padding: 10px 0 0 55px}

.container .kofi-banner img {width: 258px; height:47px;  }

.kofi-banner img:hover {opacity: 0.89; }

.txt-content .kofi a:after, .tags a:after, .kofi-banner a:after  {
  content: '' !important
}
.txt-content table {
  margin-bottom: 15px;
}
.kofi a {color: #000; text-decoration: none;}
.kofi a:hover {color: #000; text-decoration: underline;}
.video-container {
  text-align: center;
  overflow-y: scroll;
}
.fb-block iframe { 
  width: 100%
}
.image-consulting {
  display: flex;  /* Enables side-by-side layout */
}

.image-consulting img {
  max-width: 20em;  /* Adjust image width as needed */
  margin-right: 20px;
}

.metadata {
  margin-right: 15px;
}
.ad_text {background-color: #f8f8f8;}
.ad_text img {
  float: left;
  max-width: 20%;
  max-height: 20%;
  margin-right: 1%;
}
.ad_text .right {
  float: right;
} 

.zoom:hover {
	transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

mark {
  background-color: #413d37;
}

@media (max-width: 420px) {
  /* put your css styles in here */
  h1 {font-size: 1em !important;}
} 
