/*
Theme Name: Kriar Agency 02
Template: Divi
Author: Kristian Erdmann | Divi Brasil
Author URI: http://en.divi-brasil.com.br
Description: A Child Theme built using the elegantmarketplace.com Child theme maker
Version: 1.0.1499861715
Updated: 2017-07-12 12:15:15

*/

.drop-shadow {
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}
.drop-shadow:hover {
    z-index: 1;
    -moz-box-shadow: 1px 5px 14px rgba(0, 0, 0, 3);
    -webkit-box-shadow: 1px 5px 14px rgba(0, 0, 0, 3);
    -o-box-shadow: 1px 5px 14px rgba(0, 0, 0, 3);
    box-shadow: 1px 5px 14px rgba(0, 0, 0, 3);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.drop {
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.drop:hover {
    z-index: 1;
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.drop-shadow-red {
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -moz-box-shadow: 0 1px 2px rgba(224,43,32, 0);
    -webkit-box-shadow: 0 1px 2px rgba(224,43,32, 0);
    -o-box-shadow: 0 1px 2px rgba(224,43,32, 0);
    box-shadow: 0 1px 2px rgba(224,43,32, 0);
}
.drop-shadow-red:hover {
    z-index: 1;
    -moz-box-shadow: 1px 5px 14px rgba(224,43,32, 3);
    -webkit-box-shadow: 1px 5px 14px rgba(224,43,32, 3);
    -o-box-shadow: 1px 5px 14px rgba(224,43,32, 3);
    box-shadow: 1px 5px 14px rgba(224,43,32, 3);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.tpw p {
    width: 10em;
    overflow: hidden;
    animation: type 4s steps(60, end);
    white-space: nowrap;
}
.tpw p a {
    text-decoration: none;
}
.tpw span {
    animation: blink 1s infinite;
}
from {
    width: 0;
}
to {
    opacity: 0;
}
.tilt {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tilt:hover {
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.rotate {
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.rotate:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.blur img {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.blur img:hover {
    -webkit-filter: blur(3px);
}
.blur-reverse img {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-filter: blur(3px);
}
.blur-reverse img:hover {
    -webkit-filter: blur(0);
}
.bw {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.bw:hover {
    -webkit-filter: grayscale(100%);
}
.bw-reverse {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-filter: grayscale(100%);
}
.bw-reverse:hover {
    -webkit-filter: grayscale(0%);
}
.sepia-reverse img {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-filter: sepia(1);
}
.sepia-reverse img:hover {
    -webkit-filter: sepia(0);
}
.sepia img {
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.sepia img:hover {
    -webkit-filter: sepia(1);
}
.effect img {
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    opacity: 1;
}
.effect:hover img {
    opacity: 0.5;
}
.effect2 img {
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    opacity: 0.5;
}
.effect2:hover img {
    opacity: 1;
}
.circle img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
ul.centered-social {
    width: 100%;
    text-align: center;
    margin: 0;
}
.centered-social li {
    display: inline-block;
    float: none;
}
.ds-thumbnail-blog .et_pb_post {
    margin-bottom: 50px;
    background-color: #fff;
    min-height: 350px;
}
.ds-thumbnail-blog .et_pb_post a img {
    width: 400px;
    height: 350px;
    float: left;
    object-fit: cover;
    margin: 0 40px 0 0;
}
.ds-thumbnail-blog .et_overlay {
    width: 400px !important;
    height: 350px !important;
}
.ds-thumbnail-blog .et_pb_post h2 {
    padding: 40px 0 20px !important;
}
.ds-thumbnail-blog .et_pb_post p {
    margin-right: 40px;
    font-size: 18px;
}
.ds-thumbnail-blog .post-meta {
    font-size: 14px !important;
}
.ds-thumbnail-blog a.more-link {
    position: absolute;
    left: 440px;
    display: inline-block;
    margin-top: 50px;
    color: #f5544d;
    border: 1px solid #f5544d;
    text-transform: uppercase;
    padding: 10px !important;
}
.ds-thumbnail-blog a.more-link:hover {
    background-color: #f5544d;
    color: #fff;
    border: 1px solid #fff;
}
.ds-thumbnail-blog a.more-link:after {
    margin-left: 5px;
    content: "\39";
    color: #f5544d;
    vertical-align: middle;
    font-family: 'ETmodules';
}
.ds-thumbnail-blog a.more-link:hover:after {
    color: #fff;
}
.pagination a {
    margin-top: 30px !important;
    -moz-box-shadow: 6px 7px 5px -6px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 6px 7px 5px -6px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 6px 7px 5px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 7px 5px -6px rgba(0, 0, 0, 0.75);
    background-color: #fff;
    color: #f5544d;
    padding: 10px;
}
.pagination a:hover {
    background-color: #f5544d;
    color: #fff;
}
@media only screen and (max-width: 980px) {
.ds-thumbnail-blog a.more-link {
    margin-right: 0;
    margin-left: 0;
    margin-left: 30px;
    margin-top: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-bottom: 30px;
}
.ds-thumbnail-blog .et_pb_post a img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin: 0 0 40px;
}
.ds-thumbnail-blog .et_overlay {
    width: 100% !important;
    height: 500px !important;
}
.ds-thumbnail-blog .et_pb_post h2 {
    margin: 40px 30px 20px !important;
}
.ds-thumbnail-blog .et_pb_post p {
    margin: 0 30px;
}
.ds-thumbnail-blog .post-content {
    padding: 30px 30px 80px;
}
}
