.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;
}*, :after, :before {
box-sizing: inherit;
}
.smblog_masonry_numcol {
padding-bottom: 40px;
}
.smblog_masonry_numcol .grid-sm-boxes-in {
padding: 0;
}
.smblog_masonry_numcol .sm-grid-boxes-caption {
padding-top: 20px;
padding-left: 15px;
}
.smblog_masonry_numcol .sm-post-title {
font-size: 20px;
font-weight: 200;
line-height: 28px;
margin:0;
}
.smblog_masonry_numcol ul.sm-grid-boxes-news {
margin-bottom: 15px;
}
.smblog_masonry_numcol ul.sm-grid-boxes-news li {
font-size: 12px;
}
.smblog_masonry_numcol ul.sm-grid-boxes-news li, .smblog_masonry_numcol ul.sm-grid-boxes-news li a {
color: rgb(119, 119, 119);
}
.smblog_masonry_numcol ul.sm-grid-boxes-news li a:hover {
color: rgb(114, 192, 44);
}
.grid-sm-border{
border: 1px solid rgb(238, 238, 238);
}
.sm-grid-boxes-news .sm-meta-part a{
color: rgb(85, 85, 85)
}
.sm-grid-boxes-caption.grid-boxes-quote {
background: none repeat scroll 0 0 rgba(51, 51, 51, 0.5);
padding: 30px;
text-align: center;
}
.sm-grid {
margin: 0 auto;
padding: 0 0 50px 0;
max-width: 1148px;
overflow: hidden;
}
.sm-grid .grid-sm-boxes-in {
display: block;
float: left;
padding: 8px;
width: 33.33%;
opacity: 0;
filter: alpha(opacity=0);
overflow: hidden;
}
.sm-grid .grid-sm-boxes-in.shown, .no-js .sm-grid .grid-sm-boxes-in, .no-cssanimations .sm-grid .grid-sm-boxes-in {
opacity: 1;
filter: alpha(opacity=100);
}
.sm-grid .grid-sm-boxes-in a, .sm-grid .grid-sm-boxes-in img {
border: none;
max-width: 100%;
}
.sm-grid.sm-effect .grid-sm-boxes-in.animate {
-webkit-transform: translateY(200px);
-ms-transform: translateY(200px);
-moz-transform: translateY(200px);
-o-transform: translateY(200px);
transform: translateY(200px);
-webkit-animation: moveUp 0.65s ease forwards;
-ms-animation: moveUp 0.65s ease forwards;
-moz-animation: moveUp 0.65s ease forwards;
-o-animation: moveUp 0.65s ease forwards;
animation: moveUp 0.65s ease forwards;
}
@-webkit-keyframes moveUp {
0% {
opacity: 0;
filter: alpha(opacity=0);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
opacity: 1;
filter: alpha(opacity=100);
}
}
@keyframes moveUp {
0% {
opacity: 0;
filter: alpha(opacity=0);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
-moz-transform: translateY(0);
transform: translateY(0);
opacity: 1;
filter: alpha(opacity=100);
}
}
.sm-icon-date:before{
content: "\f073";
font-family: FontAwesome;
font-style: normal;
margin-right: 6px;
}
.sm-icon-author:before{
content: "\f007";
font-family: FontAwesome;
font-style: normal;
margin-right: 6px;
}
.icon-views:before{
content: "\f06e";
font-family: FontAwesome;
font-style: normal;
margin-right: 6px;
}
.sm-icon-comments:before{
content: "\f075";
font-family: FontAwesome;
font-style: normal;
margin-right: 6px;
}
.sm-meta-date > a {
margin-right: 12px;
}
.sm-meta-poster {
margin-right: 15px;
}
.sm-meta-likes {
margin-right: 15px;
}
.sm-list-inline.sm-grid-boxes-news {
margin-bottom: 5px;
margin-top: 15px;
}
.sm-gallery-title {
background: none repeat scroll 0 0 rgb(255, 0, 0);
bottom: -100%;
color: rgb(0, 0, 0);
display: block;
left: 4px;
opacity: 0;
padding: 8px 40px 8px 10px;
position: absolute;
right: 4px;
transition: all 0.3s ease 0s;
}
.sm-gallery-textPart + span.sm-gallery-arrow {
margin-top: -13.5px;
position: absolute;
right: 10px;
top: 50%;
}
.sm-gallery-title a{
color: rgb(0, 0, 0);
}
.sm-gallery-title span.sm-gallery-arrow img {
max-width: 30px;
}
.sm-grid .grid-sm-boxes-in:hover .grid-sm-border .sm-gallery-title{
bottom: 4px;
left: 6px;
opacity: 1;
right: 6px;
transition: all 0.3s ease 0s;
}
nav.sm-pagination span.current {
background-color:#000;
border-color:#55a83e;
color: #fff;
cursor: default;
z-index: 2;
}
nav.sm-pagination span, ul.pagination a {
line-height: 1.42857;
padding: 6px 12px;
position: relative;
text-decoration: none;
}
nav.sm-pagination a{
background-color: #fff;
border: 1px solid #ddd;
color: #000;
line-height: 1.42857;
padding: 6px 12px;
position: relative;
text-decoration: none;
}
nav.sm-pagination a:hover {
background-color: #eee;
border-color: #ddd;
}
.sm-pagination {
text-align: center;
}
@media screen and (max-width:991px) {
.sm-grid .grid-sm-boxes-in {
width: 50%;
}
}
@media screen and (max-width:639px) {
.sm-grid .grid-sm-boxes-in {
width: 100%;
}
.sm-grid .grid-sm-boxes-in img.img-responsive{
width: 100%;
}
}[data-darkbox]{ cursor:pointer;
backface-visibility:hidden;
}
#darkbox{
position:fixed;
z-index:9999;
background:rgba(0,0,0,0.8) no-repeat none 50%;
background-size: contain;
box-shadow:0 0 0 3000px rgba(0,0,0,0.8);
opacity:0;
visibility:hidden;
}
#darkbox.on{
opacity:1;
visibility:visible;
height:90% !important;
width:90% !important;
left:5% !important;
top:5% !important;
}
#darkbox:after{
font-family: FontAwesome;
position:absolute;
right:0; top:0;
font-size:2em;
content:"\f00d";
color:#fff;
cursor:pointer;
font-style: normal;
} #darkbox_prev,
#darkbox_next{
cursor:pointer;
user-select:none;
-webkit-user-select:none;
position:absolute;
top:50%;
margin-top:-25px;
height:50px;
width:50px;
-webkit-transition:0.3s;
transition: 0.3s;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
}
#darkbox_prev:hover,
#darkbox_next:hover{
border-color: #09c;
}
#darkbox_prev{
left: -2px;
-o-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
}
#darkbox_next{
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
right: -2px;
}
#darkbox-description{
position: absolute;
width:100%;
color:#fff;
bottom:5px;
text-align:right;
text-shadow: 0 1px 1px #000;
}
#darkbox-description a{
color:#fff;
font-weight:bold;
}
#darkbox sub{font-size:10px;}