/*
Theme Name: Wright
Theme URI: https://madebyminimal.com/wright
Description: WordPress portfolio theme for visual artists
Version: 4.1.2
Author: Minimal
Textdomain:  wright
Domain Path: /languages
*/

/*** Reset ***/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

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

html {
    height: 100%;
}

body {
    height: 100%;
    background: #fff;
    color: #555;
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 1.5;
}

.loading-status {
    display: none;
    position: absolute;
    top: 50%;
    left: 45%;
    padding-left: 20px;
    background: url('images/loading.gif') no-repeat scroll left center transparent;
}

.page-template-page-portfolio-php.loading .loading-status,
.page-template-page-home-php.loading .loading-status {
    display: block;
}

/*** HTML 5 elements as block ***/
header, footer, aside, nav, article, section {
    display: block;
}

/* General Styles */
.hidden {
    display: none;
}

.wrapper {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    clear: both;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.skiplink {
    display: none;
}

.responsive {
    display: none;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    margin-bottom: 5px;
}

p {
    margin: 0 0 10px 0;
}

label {
    cursor: pointer;
}

a {
    color: #555555;
    text-decoration: none;
}

div, img {
    vertical-align: top;
}

img {
    max-width: 100%;
}

p img {
    height: auto !important;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
}

.content img {
    height: auto !important;
}

#wrapper {
    margin: 0;
    text-align: left;
    max-width: 1200px;
    padding-right: 40px;
    padding-left: 40px;
}

/*** Font Assignments ***/
body {
    font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
}

.designer, .slides-nav {
    font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
}

/*** Header ***/
#header {
    min-height: 43px;
    /*border-bottom: 1px solid #555555;*/
}

#header .wrapper {
    max-width: 90%;
}

#galleryDesc .wrapper {
    max-width: 94%;
    margin-bottom: 20px;
}

#logo {
    padding-top:20px;
    margin-bottom:22px;
    margin-right:100px;
    min-height:1px;
    float:left;
}

#logo img {
    max-width: 100%;
	height: auto;
}

.home-image {
    text-align: center;
}

.home-image img {
    width: 100%;
}

/*** Nav ***/
#nav{
    float: right;
}
#nav .main-nav {
    line-height:1;
    padding-top:30px;
}
#nav .main-nav > li{
    float:left;
    margin-right:50px;
}
#nav .main-nav > li.last,
#nav .main-nav > li:last-child{
    margin-right:0;
}
#nav ul > li.current-menu-ancestor > a,
#nav ul > li.current-menu-item > a,
#nav a:hover {
    color: #0088cc;
    text-decoration: none;
}

#nav .sub-menu {
    display: none;
    position: absolute;
}

#nav .sub-menu li {
    margin-right: 30px;
    float: left;
}

#main .sub-menu {
    display: none;
    position: absolute;
    left: 40px;
    top: 30px;
    z-index: 999;
}

#main .sub-menu > li{
    float:left;
    margin-right:50px;
}

/*** Main ***/
#main {
    position:relative;
    padding: 50px 10px 0 37px;
}

#main.hasSubmenu {
    margin-bottom: 18px;
}

.home #main,
.page-template-page-home-php #main{
    padding:0;
}

.content{
    float:left;
    width:100%;
	margin-bottom: 200px;
}
.sidebar{
    float:right;
    width:250px;
}

/*** Two Columns ***/
#main.col-2{
    max-width:940px;
/*  margin:0 10px 0 37px; */ /* fixes for submenu alignment. */
    padding: 50px 0 0 0;
}
.col-2 .content{
    float: left;
    width: 100%;
}

.flexi-content {
    margin-right: 280px;
    width: auto;
}

/*** Footer ***/
#footer {
    position: fixed;
    height: 40px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

#footer .wrapper {
    padding: 0px;
    max-width: 90%;
}

.social-nav {
    float:right;
    margin-top: 10px;
}

.social-nav li {
    float: left;
    display: block;
    margin-left: 6px;
}

.social-nav li a {
    font-size: 15px;
}

.social-nav li a:hover {
    opacity: 0.5;
}

.copyright {
    float:left;
    font-size: 11px;
    margin-bottom: 5px;
    margin-top: 12px;
}

.designer {
    float:right;
    color: #888888;
    font-size: 11px;
}

.designer a {
    color: #888888;
    font-weight: bold;
    letter-spacing: -0.5px;
}

.designer a:hover {
    color: #666666;
    font-weight: bold;
    letter-spacing: -0.5px;
}

/*** Entry ***/
.entry-title {
    font-size: 24px;
    font-weight: normal;
    color: #dfdfdf;
    margin-bottom: 20px;
    line-height: 1;
}

.single .entry-title {
    margin-bottom: 10px;
}

.entry-title a:hover {
    text-decoration: none;
}

.entry-meta {
    color: #666666;
    text-decoration: none;
}

.entry-meta a {
    color: #DADADA;
}

.entry-meta a:hover {
    color: #cccccc;
    text-decoration: none;
}

.entry-content p {
    line-height: 1.4;
    margin-bottom: 20px;
}

.entry-content a:hover {
    text-decoration: none;
}

a.entry-more {
    display: block;
}

.list-posts .entry-title {
    margin-bottom: 10px;
}

.list-posts .entry-meta,
.single .entry-meta {
    margin-bottom: 20px;
}

.list-posts .post-entry {
    margin-bottom: 90px;
}

.attachment-post-thumbnail {
    margin-bottom: 25px;
}

/*** Widgets ***/
.widget {
    border-top: 1px solid #bdbdbd;
    padding-top: 30px;
    margin-bottom: 30px;
}

.widget:first-child {
    border-top: 0;
    padding-top: 0;
}

.widget a:hover {
    color: #0088cc;
    text-decoration: none;
}

.widget_search label {
    display: none;
}

.widget-title {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 1;
    font-weight: normal;
}

.widget_search #s {
    border: 1px solid #DFDFDF;
    color: #777777;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    width: 228px;
}

.widget_search input[type=submit] {
    display: none;
}

.clearme.uncleared {
    color: #777777;
}

.clearme.cleared {
    color: #777777;
}

/*** Grid ***/
.page-template-page-portfolio-php #main {
    padding: 80px 34px 28px 28px;
}

.portfolio-grid .overlay {
    position:absolute;
    left: 10px;
    top: 10px;
    width:100%;
    height:100%;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    display: none;
    cursor: pointer;
}

.portfolio-grid .item {
    float:left;
    width: 283px;
    position: relative;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}

.portfolio-grid .item a {
    text-decoration: none;
}

.portfolio-grid .item img {
    display: block;
    border: 0;
    width: 100%;
    height: auto;
    margin: 10px;
}

.portfolio-grid .caption{
    font-size:18px;
    color:#fff;
    position:absolute;
    left:20px;
    text-align:left;
    width:92%;
    top:50%;
    z-index:-1;
    display: none;
    visibility: hidden;
}

.slide-image {
    margin-bottom: 15px;
    cursor: pointer;
}

.slide-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.slide-description {
    margin-bottom: 0px;
}

.home-slides {
    display: none;
    overflow: hidden;
    position: fixed !important;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    z-index: -2;
}

.home-slides .slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.home-slides .slide img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

/*** Comments ***/
.entry-comments input[type=text],
.entry-comments textarea {
    border: 1px solid #DFDFDF;
    padding: 5px;
    margin-bottom: 5px;
}

.entry-comments input[type=submit] {
    padding: 10px 20px;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], textarea, input[type="password"] {
    border: 1px solid #DFDFDF;
	background: none repeat scroll 0 0 #FFFFFF;
    font-size: 15px;
    padding: 10px 12px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, textarea:focus, input[type="password"]:focus {
    outline: medium none;
}
input[type="radio"] {
    cursor: pointer;
    margin-left: 1px;
}
input[type="radio"] + label {
    color: #928781;
    cursor: pointer;
    display: inline;
    font-weight: normal;
    margin-left: 5px;
}
input[type="submit"] {
    background-color: #FFCC33;
    background-position: 80% center;
    background-repeat: no-repeat;
    border: medium none;
    color: #202020;
    cursor: pointer;
    font-family: 'Helvetica Neue',Arial,sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    padding: 5px 15px 5px 15px;
}

input[type="submit"]:hover {
    opacity: 0.8;
}

/* Contact Form 7 Plugin Styles */

.wpcf7 input[type="text"], input[type="email"], input[type="tel"], input[type="url"], textarea {
    border: 1px solid #DFDFDF;
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 5px;
    margin-bottom: 5px;
}

.wpcf7 input[type="submit"] {
    background-color: #FFCC33;
    background-position: 80% center;
    background-repeat: no-repeat;
    border: medium none;
    color: #202020;
    cursor: pointer;
    font-family: 'Helvetica Neue',Arial,sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    padding: 5px 15px 5px 15px;
}

.wpcf7 input[type="submit"]:hover {
    opacity: 0.8;
}


/*** WordPress Core ***/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright,
a img.alignright {
    float: right;
    margin: 5px 0 4px 12px;
}

.alignleft,
a img.alignleft {
    float: left;
    margin: 5px 12px 4px 0;
}

.aligncenter,
a img.aligncenter {
    display: block;
    margin: 4px auto 4px auto;
}

a img.alignnone {
    margin: 5px 12px 4px 0;
}

.wp-caption {
    background: none;
    max-width: 100%;
 /* Image does not overflow the content area */
    text-align: center;
}

.wp-caption .caption {
    border-bottom: 1px solid #BDBDBD;
    width: 50%;

    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 14px;
    margin: 20px auto 20px auto;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 0px 4px 0;
}

.wp-caption.alignleft {
    margin: 5px 12px 4px 0;
}

.wp-caption.alignright {
    margin: 5px 0 4px 12px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*** Blog Typog ***/
.entry-content {
    width: 100%;
    display: block;
}

.entry-content .attachment-post-thumbnail {
    margin-bottom: 20px;
    display: block;
}

.entry-content h1 {
    font-size: 24px;
}

.entry-content h2 {
    font-size: 24px;
}

.entry-content h3 {
    font-size: 18px;
}

.entry-content h4 {
    font-size: 16px;
}

.entry-content h5 {
    font-size: 24px;
}

.entry-content h6 {
    font-size: 24px;
}

.entry-content p {
    line-height: 1.35;
    margin: 0 0 13px 0;
}

.entry-content ol {
    list-style: decimal;
    margin-left: 40px;
}

.entry-content ul {
    list-style: circle;
    margin-left: 40px;
}

.entry-content li {
    margin-bottom: 10px;
}

.entry-content blockquote, .entry-content address {
    border-left: 5px solid #BB0606;
    color: #6A6A6A;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 1.1em;
    margin: 0 0 30px;
    padding: 0 25px;
}

.entry-content code {
    font-family: "Courier New", Courier, serif;
    overflow: auto;
    padding: 2px;
    background: #fff;
}

.entry-content pre code {
    background: none;
}

.entry-content pre {
    margin: 0 0 20px;
    padding: 10px;
    background: #fff;
    overflow: auto;
    border: 1px solid #e4e4e4;
}


img.left {
    margin: 0 15px 15px 0;
    float: left;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin: 0 0 15px 0;
    font-weight: normal;
}

code {
    font-family: "Courier New", Courier, serif;
    overflow: auto;
    padding: 2px;
    background: #fff;
}

pre code {
    background: none;
}

pre {
    margin: 0 0 20px;
    padding: 10px;
    background: #fff;
    overflow: auto;
    border: 1px solid #e4e4e4;
}

/*** Comments ***/
#comments {
    position: relative;
    margin: 0 0 30px 0px;
    width: 74.468805%;
    padding: 0 0 0 0;
}

#content.project #comments {
    padding-top: 30px;
}

#comments ul {
    list-style: none;
    margin: 0 0 30px 0;
}

#comments h3 {
    margin: 0 0 30px 0;
}

#commentBox h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}

#content #comments ul li {
    font-size: 1em !important;
}

#trackbacks {
    margin: 30px 0 0 40px;
}

ol#commentslist {
    margin: 0 0 0 0px;
    list-style: none;
    padding: 0;
    padding: 0;
}

#commentslist .children li {
    padding: 15px 0 0 30px;
    background: transparent url(images/comment_marker.gif) no-repeat 0px 40px;
    border-left: 1px solid #e3e3e3;
}

.comment {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 20px 0;
}

.comment .avatar {
    position: absolute;
    left: 0;
    top: 0;
}

.comment h5 {
    margin: 0 0 0 80px;
    padding: 0;
}

.comment .date {
    margin: -5px 0 10px 80px;
    display: block;
    color: #a5a5a2;
    font-style: italic;
    font-size: 12px;
}

.comment p {
    margin: 0 0 10px 80px;
}

.comment-reply-link,
.comment-reply-login {
    margin: 0 0 0 80px;
}

.comment-reply {
    display: inline-block!important;
    padding: 0 0 0 10px;
}

#comment-add {
    position: absolute;
    top: -5px;
    right: 0px;
}

.moderation {
    margin: 0px;
    padding: 0 0 10px 25px;
}

#trackbacks ul {
    margin: -5px 0 15px;
}

#trackbacks ul li {
    padding: 5px 0 5px 20px;
}

/* Comment Form */
.entry-comments {
    position: relative;
    margin: 30px 0 30px 0px;
}

#comments #respond {
    position: relative;
    padding: 0 0 0;
    margin: 0;
}

#respond .form-allowed-tags {
    display: none;
}

#respond form {
    margin: 0;
    padding: 0;
    position: relative;
}

.cancel-comment-reply {
    float: right;
    margin: 5px 90px 0 0;
}

a.button, #footer a.button, #searchsubmit {
    font-size: 12px;
    display: inline-block;
    background: #515151;
    color: #fff;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    padding: 7px 15px 7px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 3px 0 0;
    line-height: normal !important;
}

a.button, #footer a.button {
    padding: 6px 15px 5px;
}

#searchsubmit {
    padding: 5px 15px 6px;
}

.button:hover, #footer a.button:hover, #searchsubmit:hover, input[type="submit"]:hover {
    background-color: #717171;
    color: #fff;
}

#comments textarea {
    width: 90% !important;
}

#comments input[type="text"] {
    width: 50%;
    margin-right: 20px;
}

.entry-comments input[type=text],
.entry-comments textarea {
    border: 1px solid #DFDFDF;
    padding: 5px;
    margin-bottom: 5px;
}

.entry-comments input[type=submit] {
    padding: 10px 20px;
    background-color: #FC3;
    background-position: 80% center;
    background-repeat: no-repeat;
    border: medium none;
    color: #202020;
    cursor: pointer;
    font-family: 'Helvetica Neue',Arial,sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
}

.sidebar {
    margin-bottom: 50px;
    position: absolute;
    right: 0;
}

#comments ol li {
    margin: 0 0 10px 0;
    line-height: 1.9;
}

/*** Fancybox Overrides ***/
.fancybox-nav{
    width:60%;
}

.fancybox-title {
    text-align: left;
}

.fancybox-close {
    background: url(images/fancybox/close.png) no-repeat;
    width: 16px;
    height: 16px;
    right: 0;
    top: -20px;
    opacity:0.2;
}

.fancybox-info {
    position: absolute;
    left: 0;
    top: -25px;
    font-size: 12px;
    color: #333;
}

.fancybox-info:before {
    content: 'Show Caption';
}

.fancybox-info.caption-visible:before {
    content: 'Hide Caption';
}

.fancybox-close:hover {
    opacity:1;
}
.fancy-title{
    display: none;
    position: absolute;
    left: 0;
    color: #FFF;
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    font-family: 'Helvetica Neue';
    background: none repeat scroll 0 0 rgba(24, 24, 24, 0.5);
    top: 0;
    width: 100%;
    z-index: 8041;
}

.fancy-title .container {
    padding: 20px;
}

.fancy-title span{
    display:block;
    font-size:14px;
    margin-top: 10px;
}

.fancybox-prev{
    left: 0px;
}
.fancybox-prev span{
    background: url(images/fancybox/minus.png) no-repeat;
    width: 71px;
    height: 70px;
    opacity:0.2;
}
.fancybox-next{
    right: 0px;
}
.fancybox-next span {
    background: url(images/fancybox/plus.png) no-repeat;
    width: 71px;
    height: 70px;
    left: auto;
    opacity:0.2;
}

.fancybox-prev span:hover,
.fancybox-next span:hover {
    opacity:1;
}

.nav-previous a,
.nav-next a{
    display:block;
    padding-bottom:50px;
}
.nav-previous{
    float:left;
}

.nav-next{
    float:right;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/helvetica-webfont.eot');
    src: url('fonts/helvetica-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica-webfont.woff') format('woff'),
         url('fonts/helvetica-webfont.ttf') format('truetype'),
         url('fonts/helvetica-webfont.svg#HelveticaNormalRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'social';
    src:    url('fonts/social.eot?ppm5e6');
    src:    url('fonts/social.eot?ppm5e6#iefix') format('embedded-opentype'),
        url('fonts/social.ttf?ppm5e6') format('truetype'),
        url('fonts/social.woff?ppm5e6') format('woff'),
        url('fonts/social.svg?ppm5e6#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'social' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: none;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-twitter, .icon-facebook, .icon-google-plus, .icon-linkedin, .icon-feed, .icon-tumblr, .icon-vimeo2, .icon-flickr, .icon-instagram, .icon-pinterest, .icon-youtube, .icon-menu, .icon-plus, .icon-minus, .icon-caption {
    font-family: 'social';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}
.icon-google-plus2:before {
    content: "\eeeb";
}
.icon-facebook2:before {
    content: "\eef0";
}
.icon-instagram:before {
    content: "\eef1";
}
.icon-twitter:before {
    content: "\eef5";
}
.icon-rss2:before {
    content: "\eefb";
}
.icon-youtube:before {
    content: "\eefc";
}
.icon-vimeo:before {
    content: "\eeff";
}
.icon-flickr3:before {
    content: "\ef04";
}
.icon-tumblr2:before {
    content: "\ef19";
}
.icon-soundcloud2:before {
    content: "\ef23";
}
.icon-linkedin:before {
    content: "\ef28";
}
.icon-pinterest:before {
    content: "\ef30";
}

/* WooCommerce Styles */

.woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {
    width: auto;
	/*float: right;*/
	margin-bottom: 25px;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    margin: 1em 0;
}

.woocommerce-page .page-title {
	margin-top: 35px;	
}

#categories-2 > label{display:none;}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
  right: 0.7em !important;
  top: 0.7em !important;
}

.lazyload {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

._lazyloading {
  opacity: 1;
  background: transparent url("images/loader.gif") no-repeat center;
}

._lazyloaded {
  opacity: 1;
}

.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloading {
    background: transparent;
}

.lazyloaded {
    opacity: 1;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.preloader {
    background: transparent;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

img.lazyloading + .preloader {
    background: transparent url("images/loader.gif") no-repeat center;
}

img.lazyloaded + .preloader {
    background: transparent;
    display: none;
    font-size: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.gallery-img-wrap,
.thumb-wrapper {
    position: static;
}

/* Biiiim edit */


#content .wrapper .flexi-content .content H1.entry-title{
	display: none;
}
#header{
	display: none;
}