.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}#color-picker-example {
float: left;
border: 1px solid #c3c3c3;
padding: 15px 15px 20px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background-color: #f8f8f8;
-moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.1);
box-shadow: inset 0px 0px 10px rgba(0,0,0,0.1);
margin: 10px 0 10px 10px;
}
#tc-footer {
margin-top: 15px;
color: #7b7b7b;
margin-bottom: -10px;
font-size: 11px;
}
#color-container {
min-width: 690px;
overflow: auto;
border: 1px solid #d9d9d9;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding-right: 15px;
}
#example-post {
display: block;
padding: 10px;
color: #ffffff;
width: 155px;
height: 155px;
margin-top: 10px;
margin-left: 10px;
line-height: 15px;
background-color: #afe2f8;
}
#example-tile {
text-transform: uppercase;
font: normal normal 28px;
margin-bottom: 10px;
}
#category-list {
float: left;
margin-left: 20px;
overflow: auto;
}
#category-list li {
padding: 5px 10px;
margin-bottom: 0;
list-style: none;
}
.tile-colors {
width: 100%;
margin-top: 20px;
margin-bottom: 20px;
border: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 5px;
}
.tile-colors thead {
background-color: rgba(0, 0, 0, 0.04);
color: rgba(0, 0, 0, 0.47);
}
.tile-colors th {
line-height: 26px;
}
.tile-colors input {
width: auto;
}
.tile-colors td {
padding: 5px;
}
.tc-note {
padding: 8px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background-color: #fffdeb;
margin-top: 10px;
font-size: 12px;
border: 1px solid #edd500;
clear: both;
}
.post-slides {
margin-top: 10px;
padding: 15px;
background: #11b59f;
color: #fff;
border-radius: 10px;
}
.post-slides-button {
display: block;
font-size: 16px;
width: 140px;
text-align: center;
padding: 10px 20px;
background: #fff;
color: #11b59f;
margin-top: 10px;
text-decoration: none;
}
.image-anchor {
display: inline-block;
width: 48.5%;
margin-right: 2%;
}
.image-anchor:last-child {
margin-right: 0;
}
.image-anchor img {
width: 100%;
border-radius: 5px;
}
.post-slides p, .post-slides h3 {
color: #fff;
}
.post-slides h3 {
margin: 10px 0px 15px 0px;
font-size: 40px;
font-weight: 100;
}
#donate-box {
font-size: 11px;
padding: 10px;
background-color: #f7f7f7;
border: 1px solid #e0e0e0;border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
margin: 10px 0 0;
color: #707070;
}
#donate-box h3 {
margin: 0;
font-size: 16px;
}
#donate-box form {
text-align: center;
float: right;
}
.category-key-list-item {
overflow: auto;
margin-bottom: 0;
border-top: 1px solid #dbdbdb;
margin-top: 0;
padding: 10px;
}
#category-list ul li:nth-child(odd) {
background-color: #f7f7f7;
}
.small-input {
width: 95px;
}
#animation-style {
width: 96px;
}
#submit-button {
padding-top: 10px;
border-top: 1px solid #dbdbdb;
padding-bottom: 10px;
}
.category-key-radio {
float: left;
padding-top: 7px;
padding-right: 20px;
}
.category-key-admin {
float: left;
}
#category-list ul li hr {
clear: both;
border-top: 1px dashed #c9c9c9;
}  #post-tiles-container {
padding-top: 15px;
}
ul#post-tiles {
margin: 0;
padding: 0 0 5px 0;
overflow: auto;
}
ul#post-tiles li {
margin: 0 5px 5px 0;
padding: 0;
list-style: none;
float: left;
overflow: hidden;
}
ul#post-tiles li a {
display: block;
padding: 10px;
color: #ffffff; position: relative;
z-index: 100;
margin-top: 0px;
font-weight: normal;
font-style: normal;
text-decoration: none;
font-variant: normal;
text-transform: none;
font-size: 13px;
line-height: 16px;
}
ul#post-tiles li.news-image a{
margin-top: -178px;
margin-left: -170px;
-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
ul#post-tiles li a h3{
margin: 0 0 10px;
text-transform: uppercase;
font-size: 14px;
color: #ffffff;
line-height: 17px;
letter-spacing: 0;
}
ul#post-tiles li a p {
margin: 0;
color: #ffffff;
font-size: 11px;
line-height: 15px;
}
ul#post-tiles li a:hover {
background: url(//www.singaporegeographic.com/wp-content/plugins/post-tiles/plus.png) no-repeat 100% 100%;
}
#category-key {
overflow: auto;
padding-right: 0;
padding-left: 0;
padding-bottom: 10px;
}
#category-key a{
display: block;
float: left;
padding: 5px 10px;
color: #ffffff;
margin-right: 5px;
margin-bottom: 5px;
font-size: 12px;
}
#category-all {
border: 1px solid #b1b1b1;
color: #888888 !important;
padding: 4px 10px !important;
}
li.featured-image.static-over a {
top: 0;
}
li.featured-image.up a {
top: 100%;
}
li.featured-image.down a {
bottom: 105%;
}
li.featured-image.left a {
right: 105%;
}
li.featured-image.right a {
left: 105%;
}
li.featured-image.fade a,
li.featured-image.static-hide a {
left: 105%;
display: none;
}
li.featured-image a{
background: url(//www.singaporegeographic.com/wp-content/plugins/post-tiles/plus.png) no-repeat 100% 100%;
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.62);
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.62);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.62);
} .posttiles-pagination {
display: block;
overflow: auto;
padding-bottom: 14px;
}
.posttiles-pagination a {
display: block;
float: left;
display: block;
float: left;
padding: 4px 10px;
margin-right: 5px;
font-size: 12px;
border: 1px solid #b1b1b1;
color: #888888;
}
.posttiles-pagination a {
}
.posttiles-pagination span {
display: block;
float: left;
display: block;
float: left;
padding: 4px 10px;
margin-right: 5px;
font-size: 12px;
border: 1px solid #d3d3d3;
color: #d3d3d3;
}  @media screen and (-webkit-min-device-pixel-ratio: 2),
screen and (max-moz-device-pixel-ratio: 2){
li.featured-image a {
background: url(//www.singaporegeographic.com/wp-content/plugins/post-tiles/plus@2x.png) no-repeat 100% 100%;
background-size: 33px 33px;
}
ul#post-tiles li a:hover {
background: url(//www.singaporegeographic.com/wp-content/plugins/post-tiles/plus@2x.png) no-repeat 100% 100%;
background-size: 33px 33px;
}
} ul#post-tiles.responsive li a, ul#post-tiles.responsive-mobile li a {
width: 90%;
height: 90%;
padding: 5% 5% 5% 5%;
position: relative;
}
ul#post-tiles.responsive li {
margin-bottom: 10px;
margin-right: 10px;
}
ul#post-tiles.responsive.tiles-large li:nth-child(4n+4) {
margin-right: 0px;
}
ul#post-tiles.responsive.tiles-medium li:nth-child(2n+2) {
margin-right: 0px;
}