<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1.0.1
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
Template: Divi
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.custom-post-type.full-with-post-type
{
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.the-custom-post-type {
    border: 0px !important;
    position: relative;
    display: inline-block;
    margin-left: -6px;
    left: 6px;
}

.custom-post-type-title{
    visibility: hidden;
    position: absolute;
    top: -8px;
    padding-top: 100px;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease; 
	background: rgba(0,0,0,0);
}

.the-custom-post-type:hover .custom-post-type-title{
  visibility: visible;
  transition: all 0.5s ease; 
  background: rgba(0,0,0,0.5);
}

.the-custom-post-type:hover .custom-post-type-title h3{
  color: white;
}


.custom-post-type-title h3 {
    color: transparent;
}

.custom-post-type.work-post-type.full-with-post-type a {
    padding: 0px;
}

.the-custom-post-type {
    overflow: hidden;
    margin-top: -16px;
    width: 100%;
    overflow: hidden;
    max-width: 33%;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

.the-custom-post-type img {
    width: 100%;
}


@media screen and (max-width: 921px) {
    .the-custom-post-type .custom-post-type-title h3{
        font-size: 16px;
    }
    .the-custom-post-type .custom-post-type-title{
        padding-top: 30%;
    }
}

@media screen and (min-width: 553px) and (max-width: 746px) {
    .custom-post-type .the-custom-post-type {
		max-width: 50%
	}
}

@media screen and (max-width: 553px) {
    .custom-post-type .the-custom-post-type {
		max-width: 100%
	}
}

.blog .cat_name span {
border-radius: 2px !important;font-weight: 600;
}
</pre></body></html>