.gallery {
	width: 330px;
	margin: 0;
	padding: 0;
}

.comic-content {
	width: 1140px;
	display: flex;
	flex-wrap: wrap;
    margin: 0px auto;

    
    
}
.comic-content.four-cards{
	width: 1140;
	display: flex;
	flex-wrap: wrap;
}
.loadmorecards .glyphicon {
    color: #ccc;
} 
.social-content {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-top: 100%;
	cursor: pointer;
	overflow: hidden;
}

.three-cards .loadcards {
	width: 32% !important;
	padding: 12px !important;
    margin-left:15px;


   
}
@media only screen and (max-width : 768px){
    .three-cards .loadcards {
    width: 100% !important;
	padding: 30px !important;
    margin-left: 0;
            }
        .four-cards .loadcards{
    width:100%;
}
.comic-content{

        width: 100%;

        padding: 0px 15px;}
.loadmorecards .head h4{ padding:0; margin-left:0px !important;margin-top: 22px !important;}
.loadmorecards .container {
    width: 100%;
    padding: 0 30px;
}
}
@media only screen and (min-width : 768px) and (max-width : 992px) {
  .three-cards .loadcards {
    width: 50% !important;
	padding: 12px;
	margin-left:0px;

            }
        .four-cards .loadcards{
    width:50% !important;
    }
    .comic-content{

width:90%;}
.loadmorecards{padding:30px 20px;}
.loadmorecards .head h4{ padding: 15px 12px; margin-left:0px !important;}


}


@media only screen and (min-width : 769px) and (max-width : 992px) {
.loadmorecards .container{padding:0px 20px !important;}
}
.four-cards .loadcards{
    width:25%;
}

.four-cards .loadcards {
	width: 25%;
	padding: 12px;

}

.comic-content .col-12:nth-child(n+4) {
	display: none;
}

.social-photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(1);
	transition: .4s;
}

.gallery li {
	display: none;
	float: left;
	list-style: none;
	margin-right: 10px;
}

.more-card,
.less-card {
	background-color: transparent;
	clear: both;
	color: #000000;
	cursor: pointer;
	display: block;
	font-size: 25px;
	margin-top: 10px;
	padding: 6px 0;

	text-align: center;
	text-transform: uppercase;
    width: 25px;
    margin: 0px auto;


}



.loadmorecards .button {
	font-weight: bold;
	padding: 8px;
	font-family: Roboto, sans-serif;
	font-size: 1.05em;
	width: 140.0px;
	background-color: #FF8E19;
	text-align: center;

    color:#fff;
    text-decoration:none;
    display:inline-block;
    
}
.four-cards .loadcards .box .button{
    margin-top:60px;
}
.four-cards .loadcards .box .button:hover{
    color:#fff;
    text-decoration:none;                    
}
.three-cards .loadcards .box .button:hover{
    color:#fff;
    text-decoration:none;                    
}

.overlay {
	position: absolute;
	bottom: 0;
	left: 100px;
	right: 0;
	height: 0;
	transition: 0.5s ease;
	overflow: hidden;
}

.box:hover .overlay {
	height: 25%;

}

.card-overlay {
	display: flex;
	flex-direction: row;
	gap:20px;
}

.loadmorecards .overlay a{
	color: #fff
}

.loadmorecards .overlay a:hover{
	text-decoration: none;
}    



.box h4 {
	font-family: LibreFranklin-Regular;
	color: #ffffff;
	margin-top:20px;
	font-size: 24px;
	font-weight: 700;
	    position: relative;
    z-index: 1;
    text-align: center;

}

.box p {
	color: rgb(255, 255, 255);
	display: block;
	font-family: LibreFranklin-Regular;
	font-size: 16px;
	line-height: 26.6667px;
    position: relative;

}

.box img {
    width: 100%;
    height: 387px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    }

.box {
	position: relative;
	border: 1px solid #ddd;
	overflow: hidden;
	min-height: 387px;
	transition: transform 0.3s ease;
    width:100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.box:hover {
	transform: scale(1.02);
}

.box .overlay {
	position: absolute;
	top: 70%;
	left: 0;
	right: 0;
	bottom: 0;

	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.box:hover .overlay {
	opacity: 1;
}

.box .button {

	padding: 10px;
	font-weight: bold;
	border-radius: 30px;
	cursor: pointer;
	transition: background 0.3s ease, color 0.3s ease;
    margin:0 auto;
	margin-top: auto;
}


.loadcards {
	display: none;
}

.loadcards.visible {
	display: block;
}


.loadmore {

    width: 100%;

    background-color:#ecebe7;
 }

body.double .loadmore{
    display:none;
}

.loadmorecards .head h4{
    font-weight: 700;
    font-size: 24px;
	margin-left:24px;

}
    .loadmorecards {
    padding:15px 0px;
    background: #EFF0F0;
        margin-left: -20px;
    margin-right: -15px;
     border-top-color: #E2E3E3;
    border-top-style: solid;
    border-top-width: 1px;
    height: auto;
	margin-top:30px;

}

@media only screen and (min-width : 1200px){
       
.loadmorecards .head h4 {
    font-weight: 700;
    font-size: 24px;
    padding: 15px 20px;
    margin-left:0px !important;
}

.three-cards .loadcards {
    margin-left: 10px;
}  
}
@media only screen and (min-width : 992px) and (max-width : 1200px) {
    .loadcards {
        width: 50%;
    }
           
    .loadmorecards .container {
        width: 970px;
        margin: 0 auto;
        padding: 0 20px;
    }
    .four-cards .loadcards {
        width: 50%;
    }
    .three-cards .loadcards {
        width: 33.33% !important;
        margin-left: 0;
    	    padding: 17px !important;
    }
    .comic-content {
       width: 970px;
        margin: 0 auto;
        padding: 0 20px;
    }
.loadmorecards .head h4 {
    font-weight: 700;
    font-size: 24px;
	padding: 15px 17px;
    margin-left:0px !important;
}

}


@media only screen and (min-width : 1024px) and (max-width : 1199px) {

    .comic-content .box p {
        font-size: 16px;
        line-height: 22px;
    }
    .loadmorecards {
        margin-left: -20px !important;
        margin-right: -15px !important;
    }

}
@media only screen and (min-width : 768px) and (max-width : 991px) {
.loadmorecards{
    padding:30px 0px;
    background: #ecebe7;
	/*margin-left: -50px;
    margin-right: -95px;*/
    height: auto;

}

         .overlay {
        display:block !important;
                height:unset;
                opacity:1 !important;
                left: 95px !important; 
     right: unset !important; 
     bottom: unset !important;

    }
    .four-cards .loadcards{
width:50%;}
.comic-content{
width:90%;}
.loadmorecards .head h4{padding: 15px 0;margin-left:0px;}


.comic-content{width:750px;padding: 0 20px;}
}

    @media only screen and (max-width : 767px){
    .comic-content{

width:90%;        }


    }

@media only screen and (min-width : 769px) and (max-width : 991px) {
    .three-cards .loadcards{width:50% !important;margin:0;padding-left: 0 !important;}
}
@media only screen and (max-width : 768px){
    .loadmorecards{
	margin-left: -15px;

    height: auto;

}
    .loadcards{
    width:100% !important;
	}
        .overlay {
        display:block !important;
                height:unset;
                opacity:1 !important;
                left: 95px !important; 
     right: unset !important; 
     bottom: unset !important;

    }

.four-cards .loadcards{
width:100% !important;}
.comic-content{
padding: 0px;
width:100%;}
.loadmorecards .head h4{margin-left:40px;}

}

@media only screen and (min-width : 320px) and (max-width : 480px) {



}

