/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}
/*
@import url(http://fonts.googleapis.com/css?family=Happy+Monkey);
*/
html, body, div, span, applet, object, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 1em;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    margin-top: 0!important;
}
body {
    background: rgba(231, 231, 231, 0.43);
    line-height: 1.125em;
    color: white;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    font-family: 'Lato', Helvetica, Arial, Tahoma;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
ol, ul {
    padding: 0 10px;
    margin: 0 10px;
    line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
    text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
    font-family: 'Lato', Georgia, Helvetica, Tahoma;
    margin: 10px 0;
    font-weight: normal;
}
h1 {
    font-size: 1.875em;
}
h2 {
    font-size: 1.6em;
    line-height: 1em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1.125em;
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: 0.875em;
}
a {
    text-decoration: none;
    color: white;
}
a:hover {
    color: white;
    opacity: 0.9;
}
a:visited {
    color: white;
}
h2 {
    cursor: pointer;
}
code, pre {
    font-family: Monaco, Menlo, Consolas;
    font-size: 1em;
    color: #FFFFDE;
    padding: 0 3px 2px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Header */
header {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    display: table;
    margin-bottom:  15px;
    background: #3123ae;
    background: -moz-linear-gradient(left, rgba(49,35,174,1) 0%, rgba(201,109,215,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(49,35,174,1)), color-stop(100%, rgba(201,109,215,1)));
    background: -webkit-linear-gradient(left, rgba(49,35,174,1) 0%, rgba(201,109,215,1) 100%);
    background: -o-linear-gradient(left, rgba(49,35,174,1) 0%, rgba(201,109,215,1) 100%);
    background: -ms-linear-gradient(left, rgba(49,35,174,1) 0%, rgba(201,109,215,1) 100%);
    background: linear-gradient(to right, rgba(49,35,174,1) 0%, rgba(201,109,215,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3123ae', endColorstr='#c96dd7', GradientType=1 );
}
.header-col {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 2.5%;
}
.header-col:first-child {
    text-align: left;
}
.header-col:first-child svg {
    height: 35px;
}
.header-col:first-child svg:first-child {
    width: 145px;
}
.header-col:first-child svg:last-child {
    width: 90px;
}
.header-col:last-child img {
    width: 90px;
}
.header-col:last-child {
    text-align: right;
}
/* Header */

.free-wall {
    float: left;
    width: 95%;
    margin: 2.5%;
}

.free-wall-logo {
    margin: auto;
    height: 420px;
}
.size2-2 {
    width: 80px;
    height: 80px;
}

.size11 {
    height: 160px;
    width: 160px;
}

.size12 {
    width: 160px;
    height: 320px;
}

.size21 {
    width: 320px;
    height: 160px;
}

.size22 {
    height: 320px;
    width: 320px;
}

.size13 {
    width: 160px;
    height: 480px;
}

.size31 {
    width: 480px;
    height: 160px;
}

.size23 {
    width: 320px;
    height: 480px;
}

.size24 {
    width: 320px;
    height: 640px;
}

.size32 {
    width: 480px;
    height: 320px;
}

.size33 {
    width: 480px;
    height: 480px;
}

.size34 {
    width: 480px;
    height: 640px;
}

.size43 {
    width: 640px;
    height: 480px;
}

.size35 {
    width: 480px;
    height: 800px;
}

.size53 {
    width: 800px;
    height: 480px;
}

.size36 {
    width: 480px;
    height: 960px;
}

.donate form {
    height: 100%;
    width: 100%;
    background: rgb(44, 62, 80);
}

.donate form .paypal {
    display: block;
    margin: auto;
    padding: 20px 0px 0px 0px;
    outline: 0;
}

.img-demo {
    vertical-align: bottom;
    list-style: none;
    margin:0;
    padding: 0;
}

.img-demo li {
    float: left;
    width: 25%;
    text-align: center;
}

.img-demo li img {
    border: 2px solid white;
    width: 98px;
    height: 98px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.rest-left {
    margin-left: 244px;
}

.desc h1,
.desc h2,
.desc h3,
.desc h4,
.desc h5,
.desc h6 {
    font-weight: bold;
}

.desc h2 {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 50px;
}

.desc h2 span {
    float: left;
    display: block;
    line-height: 50px;
}

.brick {
    background-color: white;
    float: left;
    cursor: default;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}
.brick img {
    width: 100%;
    height: auto;
}

.brick .cover {
    overflow: hidden;
    margin: 20px;
}

.brick .read-more {
    position: absolute;
    display: none;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 12px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.45);
}

.brick:hover .read-more {
    display: block;
    cursor: pointer;
}

.brick .desc {
    display: none;
}

.full-width .float-left {
    display: none;
}

.full-width .desc {
    display: block;
}

.full-width.brick {
    box-shadow: none;
    overflow: visible;
    border: none !important;
    background: none !important;
}

.full-width.brick .cover {
    margin: 0px 20px;
    color: #333;
}

.full-width.brick .cover * {
    text-shadow: none;
}

.full-width.brick .cover code {
    color: #666;
}

.open .float-left {
    display: none;
}

.open .desc {
    display: block;
}

.example {
    width: 0px;
    height: 0px;
    overflow: visible !important; /* for ie7 */
}

.example-draggable {
    cursor: move;
}

.example-draggable * {
    cursor: move;
}

.example-draggable a {
    cursor: pointer;
}

.cell {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    background-color: #222;
}

.brick p,
.wp-block-image {
    margin: 0;
}

.form_search {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding:  0 2.5%;
}
.form_search .input_field {
    position: relative;
    float: left;
    width: 100%;
}

.form_search .input_field .input_field--search {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 30px;
    padding: 10px 100px 10px 20px;
    border: 1px solid #aeaeae;
    color: #aeaeae;
}
.form_search .input_field .input_field--clear {
    position: absolute;
    top: 0;
    right: 50px;
    height: 100%;
    border-radius: 30px;
    padding: 0 15px;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    border: 0px solid transparent;
}
.form_search .input_field .input_field--clear.show {
    opacity: 1;
    visibility: visible;
}
.form_search .input_field .input_field--send {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-radius: 30px;
    padding: 0 20px 0 10px;
    background-color: transparent;
    border: 0px solid transparent;
}
.form_search .input_field .input_field--clear svg {
    width: 15px;
    height: 20px;
}
.form_search .input_field .input_field--send svg {    
    width: 20px;
    height: 20px;
}
.form_search .input_field .input_field--clear svg path,
.form_search .input_field .input_field--send svg path {
    fill:  #666;
    stroke: #666;
}
#no-result {
    position: relative;
    float: left;
    width: 100%;
}
#no-result .no_result_img {
    margin:  20px 0 0 0;
}
#no-result p {
    margin: 0;
    text-align: center;
}
#no-result img {
    width: 150px;
    margin: 30px 0;
}
#no-result q {
    color: gray;
    font-style: oblique;
}
#no-result span {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px 0;
    color:  #000;
    text-align: center;
    font-size: 25px;
}

.cover {
    position: absolute;
    bottom: -100%;
    margin: 0 !important;
    z-index: 9;
    width: 100%;
    max-height: 100%;
    overflow-y: scroll;
    box-sizing: content-box;
    padding-right: 17px;
    color: #fff;
    transition: all 0.8s ease;
}
.brick:hover .cover {
	bottom: 0;
}
.brick .cover p {
    position: relative;
    color: #fff;
    line-height: 18px;
    font-size: 15px;
    padding: 10px;
}
.brick .share {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 5px;
    height: 45px;
    width: auto;
}
.brick .share .share-icon {
	position: relative;
    float: right;
	display: block;
	cursor: pointer;
    z-index: 9;
}
.brick .share .share-icon svg {
	width: 40px;
	height: 35px;
	padding: 0 10px 0 5px;
    fill-opacity: 0.4;
    position: relative;
    float: left;
}
.brick .share .share-icon path {
	fill: #fff;
}
.brick .share .share-social {
    position: absolute;
    display: table;
    top: -150%;
    right: 100%;
    padding: 5px 10px 5px 5px;
    transition: all 0.8s ease-in;
}
.brick .share.open .share-social {
    top: -5px;
}
.brick .share .share-social a {
	display: table-cell;
    vertical-align: middle;
    position: relative;
}
.brick .share a img {
    width: auto;
    height: 35px;
    padding: 5px;
    opacity: 0.8;
}
.brick .share:before, 
.brick .cover p:before,
.brick .share .share-social:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 0;
}
.brick .share:before,
.brick .share .share-social:before {
    background-color: #5d499e;
    opacity: 1;
    z-index: 0;
}
.brick .cover p:before {
    z-index: -1;
}

#no-more-result {
    position: relative;
    float: left;
    width: 100%;
    padding: 2.5%;
    color:  #000;
    text-align: center;
}
#no-more-result p {
    margin:  10px;
    font-size: 20px;
}
#no-more-result img {
    width: 50px;
}

#loading {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    padding:  10px;
    visibility: hidden;
    opacity: 0;
}
#loading.show {
    visibility: visible;
    opacity: 1;
}

frame, iframe, embeded, video {
    min-width: 1px !important;
    width: 100%; 
}

.brick:hover .cover p.share {
    position: relative;
    text-align: right;
    padding: 0px 10px 10px 10px;
}
.cover .share img {
    width: 25px;
    margin-left: 5px;
}

.brick .wp-video {
    width: 100% !important;
    height: auto !important;
}

.meme-sigle h1 {
    text-align: center;
    margin: 20px 0 30px 0;
}
.meme-sigle .content {
    text-align: center;
    margin-bottom: 30px;
}
.meme-sigle .content img {
    max-width: 100%;
    height: auto;
}
.meme-sigle .content blockquote {
    padding: 10px 20px;
    margin: 30px 0;
    font-size: 15px;
    text-align: left;
    color: #323232;
}
.meme-sigle .content blockquote::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #3123ae;
    background: linear-gradient(rgba(49,35,174,1) 0%, rgba(201,109,215,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3123ae', endColorstr='#c96dd7', GradientType=1 );
}
.meme-sigle .content blockquote::after {
    display: none;
}
.meme-sigle .content iframe {
    border: 0;
    width: 100%;
    max-width: 700px;
    min-height: 30vw;
}
.meme-sigle .more {
    color: #323232;
}
.meme-sigle .more i {
    vertical-align: middle;
}
@media(max-width: 1024px) {
    .header-col:last-child img {
        width: 60px;
    }

    .brick .cover {
        opacity: 1;
        visibility: visible;
        bottom: 0;
    }
}