/* my css */




/* different css for third article */

section.content.lazy.blog-layout.nz-clearfix.in {
    width: 75%;
    float: left;
    position: relative;
}



article#detail-195 {
    display: flex;
    padding-bottom: 50px;
}

@media only screen and (min-width: 1100px) {
    .list .loop .blog-post *[data-grid="ninzio_01"] > .sp-thumbnail, .list .loop .blog-post *[data-grid="ninzio_01"] > .detail-body, .list .loop .blog-post *[data-grid="ninzio_01"] > .post-gallery {
        float: left;
        display: table-cell;
        /*width: 440px;*/
        min-height: 158px;
    }
}

.sp-thumbnail {
    position: relative;
}

.detail-category {
    right: auto;
    left: 20px;
}

.detail-category {
    position: absolute;
    top: 10px; 
    right: 20px;
    z-index: 15;
}

ul.detail-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.detail-category ul li {
    display: inline-block;
}

.detail .detail-category ul li a {
    display: block;
    padding: 3px 10px 2px 10px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 20px;
    color: #ffffff !important;
}

.detail .detail-category ul li a {
    background-color: #f0634c !important;
    font-family: Montserrat !important;
}

img.attachment-Montserrat-Ninzio-Square.size-Montserrat-Ninzio-Square.wp-post-image {
    height: 175px;
    width: 215px;
}

@media only screen and (min-width: 1100px) {
    .list .loop .blog-post *[data-grid="ninzio_01"] > .sp-thumbnail, .list .loop .blog-post *[data-grid="ninzio_01"] > .detail-body, .list .loop .blog-post *[data-grid="ninzio_01"] > .post-gallery {
        float: left;
        display: table-cell;
        /* width: 440px; */
        min-height: 158px;
    }
}

@media only screen and (min-width: 1100px) {
    .list .loop .blog-post *[data-grid="ninzio_01"] .detail-body {
        padding: 0px !important;
        width: 200%;
        margin-left: 8px;
    }
}

@media only screen and (min-width: 1100px) {
    .list .loop .blog-post *[data-grid="ninzio_01"] .detail-body {
        padding: 5px !important;
        width: 200%;
        margin-left: 8px;
        height: 220px;
    }
}

.loop .blog-post .detail-body, .nz-recent-posts .detail-body {
    padding: 40px 20px;
    text-align: center;
    width: 100%;
    display: table;
    vertical-align: middle;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 5%);
}

.detail-body {
    margin-right: 76px;
}

.sp-thumbnail {
    width: 50%;
    margin-left: 16px;
}

@media only screen and (min-width: 1024px) {
    .list .loop .blog-post .detail .detail-title {
        font-size: 19px;
        /* line-height: 32px; */
        padding-left: 5px;
    }
}

@media only screen and (max-width:997px) {
    .container.nz-clearfix.my-container {
        display: flex;
        /*flex-direction: column;*/
    }

    section.content.lazy.blog-layout.nz-clearfix.in {
        width: 100%;
    }

    article#detail-195 {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .sp-thumbnail {
        margin: 0 auto;
    }

    .loop .detail .sp-thumbnail img {
        width: 375px;
        height: 250px;
    }

    img.attachment-Montserrat-Ninzio-Square.size-Montserrat-Ninzio-Square.wp-post-image {
        border: 1px solid transparent;
        border-radius: 50%;
    }

    div#respond {
        margin-left: 35px;
    }
    .many-skills a {
        margin-top: 10px;
    }
}

@media only screen and (max-width:767px) {
	.container.nz-clearfix.my-container{
		display: flex;
		flex-direction: column;
	}
	article#detail-195{
		display: flex;
		flex-direction: column;
		width: 436px;
	}
    .sp-thumbnail {
        margin: 0 auto;
    }
	.loop .detail .sp-thumbnail img {
    	width: 436px;
    	height: 250px;
	}
    img.attachment-Montserrat-Ninzio-Square.size-Montserrat-Ninzio-Square.wp-post-image {
        border: 1px solid transparent;
        border-radius: 50%;
    }
	/*.post .post-more{
		bottom: -11px;
	}*/
    .many-skills a {
        margin-top: 10px;
    }
}

@media only screen and (max-width:575px) {
	.container.nz-clearfix.my-container{
		display: flex;
		flex-direction: column;
	}
	article#detail-195{
		display: flex;
		flex-direction: column;
		width: 433px;
	}
    .sp-thumbnail {
        margin: 0 auto;
    }
	.loop .detail .sp-thumbnail img {
    	width: 433px;
    	height: 250px;
	}
    img.attachment-Montserrat-Ninzio-Square.size-Montserrat-Ninzio-Square.wp-post-image {
        border: 1px solid transparent;
        border-radius: 50%;
    }
	/*.post .post-more{
		bottom: -11px;
	}*/
    .many-skills a {
        margin-top: 10px;
    }
}

@media only screen and (max-width:480px) {
	.container.nz-clearfix.my-container {
		display: flex;
		flex-direction: column;
	}
	article#detail-195 {
		display: flex;
		flex-direction: column;
		width: 440px;
	}
    .sp-thumbnail {
        margin: 0 auto;
    }
	.loop .detail .sp-thumbnail img {
    	width: 440px;
    	height: 300px;
	}
    img.attachment-Montserrat-Ninzio-Square.size-Montserrat-Ninzio-Square.wp-post-image {
        border: 1px solid transparent;
        border-radius: 50%;
    }
	/*.detail .detail-more{
		bottom: -11px;
	}*/
    .many-skills a {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 375px) {
	.container.nz-clearfix.my-container {
		display: flex;
		flex-direction: column;
	}
	article#detail-195{
		display: flex;
		flex-direction: column;
		width: 300px;
	}
    .sp-thumbnail {
        margin: 0 auto;
    }
	.loop .detail .sp-thumbnail img {
    	width: 300px;
    	height: 250px;
	}
    img.attachment-Montserrat-Ninzio-Square.size-Montserrat-Ninzio-Square.wp-post-image {
        border: 1px solid transparent;
        border-radius: 50%;
    }
	.detail .detail-more {
		bottom: -11px;
	}
    .many-skills a {
        margin-top: 10px;
    }
}

h3.detail-title {
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 32px;
    color: #333;
    text-align: left;
}

.blog-post .detail .detail-title a, .detail .detail-title a {
    color: inherit !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}

.blog-post .detail .detail-date-full, .detail .detail-date-full {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    font-family: Georgia,"Times New Roman",Times,serif;
    margin-bottom: 10px;
    padding-left: 5px;
}

.list .detail .detail-date-full {
    text-align: left !important;
}

.detail-date-full span {
    margin-right: 20px;
}

.detail .detail-excerpt {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
    padding-left: 5px;
    text-align: left;
}

.many-skills {
    /* margin-bottom: -36px; */
    padding-left: 5px;
    margin-top: 16px;
    text-align: left;
}

.many-skills {
    margin-bottom: 10px;
}

.many-skills a {
    color: white;
    background: #f0634c;
    padding: 3px 10px 2px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 20px;
    margin-right: 6px;
}

.detail .detail-more {
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 2px 15px 4px 15px;
    background-color: #f5f5f5;
    border-radius: 50px;
    float: right;
    margin-right: 15px;
    bottom: 40px;
    color: #f0634c;
}

a.detail-more:hover {
    background-color: #f0634c;
    color: white;
}

.post-excerpt.text-left {
    padding-left: 5px;
}



