#full-screen-search,
#full-screen-search button,
#full-screen-search button.close,
#full-screen-search form,
#full-screen-search form div,
#full-screen-search form div input,
#full-screen-search form div input.search {
font-family: Arial, sans-serif;
background:none;
border:0 none;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
float:none;
font-size:100%;
height:auto;
letter-spacing:normal;
list-style:none;
outline:none;
position:static;
text-decoration:none;
text-indent:0;
text-shadow:none;
text-transform:none;
width:auto;
visibility:visible;
overflow:visible;
margin:0;
padding:0;
line-height:1;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-shadow:none;
-moz-box-shadow:none;
-ms-box-shadow:none;
-o-box-shadow:none;
box-shadow:none;
-webkit-appearance:none;
transition: none;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
}
#full-screen-search {
visibility: hidden;
opacity: 0;
z-index: 999998;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(53, 52, 52, 0.95);
cursor: pointer; transition: opacity 0.5s linear;
}
#full-screen-search.open { position: fixed;
visibility: visible;
opacity: 1;
}
#full-screen-search form {
position: relative;
width: 100%;
height: 100%;
}
#full-screen-search button.close {
position: absolute;
z-index: 999999;
top: 20px;
right: 20px;
font-size: 28px;
font-weight: normal;
color: white;
background: none !important;
cursor: pointer;
}
#full-screen-search form div {
position: absolute;
width: 50%;
height: 100px;
top: 50%;
left: 50%;
margin: -50px 0 0 -25%;
display: none;
}
#full-screen-search form div input::-webkit-input-placeholder { 
font-family: Arial, sans-serif;
color: #ccc;
}
#full-screen-search form div input:-moz-placeholder { 
font-family: Arial, sans-serif;
color: #ccc;
}
#full-screen-search form div input::-moz-placeholder { 
font-family: Arial, sans-serif;
color: #ccc;
}
#full-screen-search form div input:-ms-input-placeholder { 
font-family: Arial, sans-serif;
color: #ccc;
}
#full-screen-search form div input {
width: 100%;
height: 100px;
background: #eee;
padding: 20px;
font-size: 40px;
line-height: 60px;
}
.click-search {
color: white;
font-size: 20px;
font-weight: normal;
cursor: pointer;
}
@media screen and (max-width: 414px){
.click-search {
font-size: 18px !important;
}
#full-screen-search form div {
width: 80% !important;
height: 80px !important;
left: 35% !important;
}
#full-screen-search form div input {
height: 80px !important;
}
}
@media screen and (max-width: 240px){
.site-title a img {
width: 125px !important;
}
}.yarpp-related {
margin: 1em 0;
}
.yarpp-related a{
text-decoration: none;
font-weight: bold;
}
.yarpp-related .yarpp-thumbnail-title{
text-align: left;
font-weight: bold;
font-size: 96%;
text-decoration: none;
}
.yarpp-related h3{
font-weight: bold;
padding: 0 0 5px 0;
font-size: 125%;
text-transform: capitalize;
margin: 0;
}
.yarpp-related .yarpp-promote{ 
clear: both;
background: url(//api.engage.bidsystem.com/adk_mini_logo.png) no-repeat;
float: right;
text-indent: -1000px;
cursor: pointer;
color: #666;
font-size: 11px;
height: 17px;
width: 78px;
}