/*
Theme Name: SOS
*/
/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */


#wpadminbar {display: block !important;}
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left
}
/* End Images */

/* Begin Calendar */
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    display: block;
}

#wp-calendar caption {
    text-align: center;
    width: 100%;
}

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
    background-color: #fff; }
/* End Calendar */

/* Captions */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

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

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

/* Clients page */

.clients-list {
    margin: 0 -10px;
    padding: 15px 0 0;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .clients-list {
        padding: 34px 0 0;
    }
}

.clients-list:before {
    content: "";
    display: none;
    clear: both;
    top: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    height: 2px;
    background: #464646;
}

@media only screen and (min-width: 960px) {
    .clients-list:before {
        display: block;
    }
}

.clients-list:after {
    content: "";
    display: block;
    clear: both;
}

.clients-item {
    float: right;
    width: 100%;
    padding: 0 10px 21px;
}

@media only screen and (min-width: 320px) {
    .clients-item {
        width: 50%;
    }
}

@media only screen and (min-width: 560px) {
    .clients-item {
        width: 33.33333%;
    }
}

@media only screen and (min-width: 960px) {
    .clients-item {
        width: 25%;
    }
}

.clients-item-inner {
    border: 2px solid #e5e5e5;
    padding: 0 0 94%;
    overflow: hidden;
    position: relative;
}

.clients-item-inner:hover .clients-item-image {
    opacity: 1;
    visibility: visible;
}

.clients-item-logo {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.clients-item-logo img {
    min-width: 100%;
}

.clients-item-image {
    position: absolute;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

/* End clients page */

.simple-sitemap-page {
    list-style: none;
}

.simple-sitemap-page a {
    color: #000;
}
