@media all and (min-width:992px){
    .zpcontainer {
        width: 100%; }}
@media only screen and (min-width: 992px){
.zpcol-md-8 {
    width: 80%;
}
}
@media only screen and (min-width: 992px){
.zpcol-md-4{
    width: 20%;
    }}

/*-------------no of posts per row-----------------------*/

@media screen and (min-width: 993px) {
.theme-blog-container-column:not(.theme-single-post) .zpcol-md-6.zpcol-sm-12 {
    width: 25% !important;
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
}
.zpcol-md-4.zpcol-sm-12.theme-blog-category-column {
    padding-right: 3px;
    padding-left: 2px;
}
.theme-blog-container-column:not(.theme-single-post) .zprow {
    margin-left: -12px;
    margin-right: -12px;
}
    
/*  top bar alinment */
.theme-header-topbar .zpcontainer {
    justify-content: center;
    align-items: center;
}  

} 
/* On screens that are 992px wide or less, go from four columns to two columns */

@media screen and (max-width: 992px) {
.theme-blog-container-column:not(.theme-single-post) .zpcol-md-6.zpcol-sm-12 {
    width: 50% !important;
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
}
}
/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.theme-blog-container-column:not(.theme-single-post) .zpcol-md-6.zpcol-sm-12 {
    width: 100% !important;
    display: flex;
}
}

/*top bar background color for mobile and tablet devices*/
@media screen and (max-width: 992px) {
.theme-topbar-contact-info.theme-verticalheader-top-space {
    background-color: #ffefcd;
    border-bottom-color: #9a2e2e;
    border-bottom-style: solid;
}
}


/*logo larg size*/

@media all and (min-width:992px){
.theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img {
max-width: none !important;
max-height: none !important;
width: 50% !important;
height: auto !important;
display: block;
margin-left: auto;
margin-right: auto;
}
}


/* hide comment container*/
.zpsection.theme-single-blog-comment-container {
    display: none;
}
/* social media icons in post page*/

.zpsocial-share-item {
    background: white;
    border-radius: 10px;
}
/* previous, next button */

.theme-blog-container-column .theme-blog-container.theme-blog-prev-next {
    border: none;
    background: #ffdf9c00;
}

.theme-blog-container-column .theme-blog-container.theme-blog-prev-next.theme-blog-prev-next-divider .theme-blog-prev-next-link-container:first-child {
    border: none;
}

.theme-blog-container-column .theme-blog-container.theme-blog-prev-next a {
    color: #e6e6e6;
    font-size: 20px;
    background: #9b2a2a;
    padding: 5px 20px;
    border-radius: 15px;
}
.theme-blog-container-column .theme-blog-container.theme-blog-prev-next a:hover {
    background: #9b2a2a;
    box-shadow: 0 2px 2px RGBA(0, 0, 0, 0.1);
    border-radius: 0px;
}
 /*Cover image stretch*/

.theme-blog-cover-img-container-inner a{
        width: 100%;
        height: 100%;
        object-fit: cover !important;
        object-position: top;
    }

img.theme-blog-cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: top;
}
/*hide rss feed button*/
.theme-blog-category-column .theme-blog-category-container.theme-blog-rss-feed {
display:none;
}
/*hide text when select a category or tag*/
h1.theme-blog-list-seo {
    display: none;
}

/*front page author and date hide*/
.theme-blog-date-container {
    display: none;
}
/*hide blog category in side bar*/
.theme-blog-category-column .theme-blog-category-container:nth-child(2) {display: none;}

/*round corners*/
.theme-blog-container {
    border-radius: 15px;
    background-color: #a85744;
}
.theme-blog-container-column .theme-blog-container {
    border: none;
}

.theme-blog-container-column .theme-blog-container .theme-blog-cover-img-container .theme-blog-cover-img-container-inner {
    display: flex;
    align-items: normal;
}
.theme-blog-cover-img-container {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    /*border-radius:15px;*/
    overflow: hidden;
}
.theme-blog-container-column .theme-blog-container .theme-blog-part {
    padding: 5px;
}

.theme-blog-container-column .theme-blog-container {
   padding: 5px;
   /* border: 3px solid rgb(66,43,36);*/
}

.theme-blog-category-column .theme-blog-category-container .theme-blog-category-heading-container {
    padding-top: 15px;
    padding-left: 30px;
    background: #a85744;
    border-radius: 15px;
}

.theme-blog-category-column .theme-blog-category-container:last-child {
    background: #a85744;
    border-radius: 15px;
}

.theme-blog-cover-img-container img {
  width: 100%;
  height: 100%;
  transition: all 1s linear;
}
.theme-blog-cover-img-container:hover img {
transform: scale(1.2);
}
/*display tags line by line*/
.theme-blog-category-column .theme-blog-category-container .theme-blog-tag-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
    padding: 0px;
    flex-direction: column;
    align-content: space-between;
    justify-content: space-evenly;
    align-items: baseline;
}
/* tag border*/
.theme-blog-category-column .theme-blog-category-container .theme-blog-tag-list ul li a {
    color: #422b24;
    line-height: 0px;
   /* font-size: 16px;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;*/
    border-radius: 20px;
    display: inline-block;
    line-height: 18px;
}

.theme-blog-category-column .theme-blog-category-container .theme-blog-tag-list ul li {
   
    margin-top: 4px;
    font-size: 16px;
    word-break: break-word;
    border-radius: 15px;
    background: rgb(255 255 255 / 80%);

}
/* post slide images*/
.mySlides {display:none;}
.w3-section{margin-top:16px!important;margin-bottom:16px!important}
.w3-content{margin-left:auto;margin-right:auto}
.w3-content{max-width:980px}

/* single post heading*/
h1.theme-blog-heading.theme-single-blog-heading {
    font-size: 25px;
    font-weight: 600;
    padding-top: 15px;
    line-height: 30px;
}

/* Social sharing icons padding*/
.theme-blog-post-social-share {
    padding-left: 20px;
}
/* single post tags and category area*/
.theme-blog-container-column.theme-single-post .theme-blog-container .theme-blog-part.theme-blog-post-footer-area {
    padding: 20px;
}

/* turnoff comments*/
.hidehypen::after{
    display:none !important;
}


@media all and (min-width:992px){
.you-tube {
    overflow: hidden;
    position: relative;
    width:70%;
    margin-left:auto;
    margin-right:auto;
    }
}
@media all and (max-width:991px){
.you-tube {
    overflow: hidden;
    position: relative;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    }
}


.you-tube::after {
    padding-top: 56.25%;
    display: block;
    content: '';

}

.you-tube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

/*tag side bar position fixed */
@media (min-width: 992px){
.theme-blog-category-container {
   /* position: fixed;*/
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
    }}



/*------------------------------------Justified image gallery---------------------------------------------*/
<style>
.flickr_tiles {cursor: pointer;margin-top:1px;margin-bottom:1px;}
.flickr_slides {
    display: block;
    margin: auto;
    height: 100%;
    width: auto;
    min-height: 23px;
    min-width: 136px;
    max-height: 90vh;
    margin-top: -5%;
}
.rkmSlides,.downldbtn {
    display: none;}



</style>
<style>
:root {
  --gallery-row-height: 150px;
  --gallery-gap: 0.1em;
}

.gallery-grid {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  margin-bottom: calc(-1 * var(--gallery-gap, 1em));
margin-left: calc(-1 * var(--gallery-gap, 0.5em));
}
.gallery-grid:after {
  content: "";
  flex-grow: 999999999;
  min-width: var(--gallery-row-height);
  height: 0;
}
.gallery-grid > * {
  display: block;
  height: var(--gallery-row-height);
  flex-grow: 1;
  margin-bottom: var(--gallery-gap, 0.5em);
  margin-left: var(--gallery-gap, 0.5em);
}
.gallery-grid > * > .flickr_tiles {
  height: var(--gallery-row-height);
  object-fit: cover;
  max-width: 100%;
  min-width: 100%;
  vertical-align: bottom;
  cursor: zoom-in;  
  border-radius: 10px;
}

@media only screen and (min-width: 360px) {
  :root {
    --gallery-row-height: 100px;
  }
}
@media only screen and (min-width: 768px) {
  :root {
    --gallery-row-height: 125px;
  }
}
@media only screen and (min-width: 1280px) {
  :root {
    --gallery-row-height: 150px;
  }
}

</style>
<style>

body {margin: 0;background-color:#664237;}

* {
  box-sizing: border-box;
}

p#loading {
    font-size: 22px;
    color: #d5d5d5;
    font-family: 'Source Code Pro';
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
  margin-left: 0;
}

/* Modal Content */
.modal-content {
    padding: 0;
    width: 100%;
    max-width: 1200px;
    z-index: 1;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    right: 0;
    font-size: 25px;
    font-weight: bold;
    padding: 15px;
    top: -50px;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}


/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}



#caption {
    color: white;
    position: absolute;
    margin: 0;
    top: 104%;
    left: 65%;
    transform: translate(-50%, -50%);
}

.download{

    position: absolute;
    margin: 0;
    top: 104%;
    left: 35%;
    transform: translate(-50%, -50%);
}
.download a {
    color: white;
}

div#loadingtextimg {
    margin-top: 25px;
}
button.loadmore {
    visibility: hidden;
}
#btn {
  background-color: white; /* Green */
  border-style: solid;
  border-color:white;
  color: black;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  transition-duration: 0.2s;
  cursor: pointer;
  left: 50%;
  margin-top: 20px;
  border-radius: 15px;
}

#btn:hover {
  background-color: grey;
  color: white;
  border-style: solid;
  border-color:white;
}

#phtsrem {
 padding: 10px;
 font-size: 20px;

}
</style>
<script>
jQuery('.zco-btn-container .zco-btn').click(function(event) {
    event.preventDefault();
    var zcoPage = event.target.getAttribute('data-src') || '';

    if (zcoPage) {
        zcoPage=zcoPage + '?form=embed';

        var zcoOverlayFrame = document.getElementById('zco-overlay-frame');
        var zcoFrameContainer = document.getElementById('zco-frame');
        var zcoOverlayClose = document.getElementById('zco-overlay-close');
        var zcoOverlay = document.getElementById('zco-overlay');
        document.body.style.overflow = "hidden"
        if (zcoOverlayFrame) {
            zcoOverlayFrame.src = zcoPage;

            zcoOverlayFrame.style.display = "block";
            zcoOverlayClose.style.display = "block";
            zcoOverlay.style.display = "block";
            zcoFrameContainer.style.display = "block";
        } else {
            zcoOverlay = document.createElement('div');
            zcoOverlay.id = 'zco-overlay';
            document.body.appendChild(zcoOverlay);

            zcoFrameContainer = document.createElement('div');
            zcoFrameContainer.id = 'zco-frame';

            zcoOverlayFrame = document.createElement('iframe');
            zcoOverlayFrame.src = zcoPage;
            zcoOverlayFrame.id = 'zco-overlay-frame';
            
            zcoFrameContainer.appendChild(zcoOverlayFrame);
            document.body.appendChild(zcoFrameContainer);

            zcoOverlayClose = document.createElement('div');
            zcoOverlayClose.id = 'zco-overlay-close';
            document.body.appendChild(zcoOverlayClose);

            initZcCloseOverlay();
        }
    }
});

function zcCloseOverlay () {
    var zcoOverlayFrame = document.getElementById('zco-overlay-frame');
    var zcoOverlayClose = document.getElementById('zco-overlay-close');
    var zcoOverlay = document.getElementById('zco-overlay');
    var zcoFrameContainer = document.getElementById('zco-frame');

    zcoOverlayFrame.style.display = "none";
    zcoOverlayClose.style.display = "none";
    zcoOverlay.style.display = "none";
    zcoFrameContainer.style.display = "none";

    zcoOverlayFrame.src = "";
    document.body.style.overflow = "auto";
}
function initZcCloseOverlay() {
    jQuery('#zco-overlay-close').click(zcCloseOverlay);
}
</script><style> .rounded-floating-btn { position: fixed; right: 20px; width: 50px !important; height: 75px !important; bottom: 20px; padding: 15px; z-index: 5; border-radius: 2px; cursor: pointer; background-color: #101010; box-shadow: 0 0 25px rgba(0, 0, 0, 0.3); color: #fff; font-size: 70%; font-weight: 400; } .floated-btn-svg-icon { width: 20px; fill: #fff; margin: 0 auto; margin-top: 3px; } .rounded-floating-btn .zptext { margin-top: 3px; } </style><script>
window.onload=function(){
var div = document.createElement('div');
div.innerHTML='<div class="zpelem-box zpelement zpbox-container zpdefault-section zpdefault-section-bg rounded-floating-btn" data-background-type="none" style="display:none" id="scrollToTop"><div class="floated-btn-svg-icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 268.831 268.832"><path d="M223.255 83.659l-80-79.998c-4.881-4.881-12.797-4.881-17.678 0l-80 80c-4.883 4.882-4.883 12.796 0 17.678 2.439 2.44 5.64 3.661 8.839 3.661s6.397-1.221 8.839-3.661l58.661-58.661v213.654c0 6.903 5.597 12.5 12.5 12.5 6.901 0 12.5-5.597 12.5-12.5V42.677l58.661 58.659c4.883 4.881 12.797 4.881 17.678 0 4.882-4.881 4.882-12.795 0-17.677z"></path></svg></div><div class="zptext zptext-align-center"><p>TOP</p></div></div>';
div.addEventListener('click',function(e){
    e.preventDefault();
    window.scrollTo(0,0);
})
document.body.appendChild(div);    
}
window.onscroll = function() {
    var threshold = 50; // Pixels after the scrol to top should show
    scrollToTop.style.display = (document.body.scrollTop > threshold || document.documentElement.scrollTop > threshold) ? 'block' : 'none';
  };
</script>

.zpcol-md-12 .zpiframe-container iframe, .zpcol-md-11 .zpiframe-container iframe, .zpcol-md-10 .zpiframe-container iframe, .zpcol-md-9 .zpiframe-container iframe, .zpcol-md-8 .zpiframe-container iframe, .zpcol-md-7 .zpiframe-container iframe {
    max-inline-size: 100%;
}


element.style {
    border: solid 1px rgb(119, 119, 119);
}
<style>
@media (max-width: 768px) {
    div[class*="zpcol-sm"] .zpiframe-container iframe {
        width: 100%;
    }
}
<style>
.zpcol-md-12 .zpiframe-container iframe, .zpcol-md-11 .zpiframe-container iframe, .zpcol-md-10 .zpiframe-container iframe, .zpcol-md-9 .zpiframe-container iframe, .zpcol-md-8 .zpiframe-container iframe, .zpcol-md-7 .zpiframe-container iframe {
    max-inline-size: 100%;
}
<style>
* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
<style>
* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
<style>
*, ::before, ::after {
    box-sizing: border-box;
}
<style>
* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
iframe[Attributes Style] {
    width: 800px;
    height: 600px;
    vertical-align: middle;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}
user agent stylesheet
iframe {
    overflow-clip-margin: content-box !important;
    overflow: clip !important;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}
