@charset "utf-8";
/* CSS Document */

.ti-youtube-ljc:before {
	content: "\e728";
    color: red;
}
.ti-instagram-ljc:before {
	content: "\e73d";
}

.togalleryonstart a
{  
    color: darkviolet;
    font-size: 65%;
}


.about-text-ljc h2 {
	display: inline-block;
	padding-bottom: 8px;
	/*   border-bottom: 3px solid #2916e0;    */
	margin-bottom: 20px;
    padding-left: 15%;
    padding-right: 15%;
}

.socialmedia-sml-img {
	text-align: center;
	/*  background-image: url("../img/about-bg.png");    added not desired images over uniform violet */
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: center center;
}


/*
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.socialmedia-sml-img {
		background-size: 300px;
	}
}
*/

@media (max-width: 576px) {
	.socialmedia-sml-img {
		/*
        background-size: 250px;
        */
	}
}
.socialmedia-sml-img img {
    margin-top: 5%;
    margin-bottom: 3%;
    padding-top: 5%;
    padding-bottom: 5%;
    box-shadow: 8px 12px 9px 7px rgba(0, 0, 255, .2);
    /*
    margin: 80px;
    
    
    margin: 82px auto 50px;
    width: 515px;
	height: 515px;
	border-radius: 3%;      50%;   
    */

}






/*
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.socialmedia-sml-img img {
		width: 250px;
		height: 250px;
	}
}

@media (max-width: 576px) {
	.socialmedia-sml-img img {
		width: 180px;
		height: 180px;
	}
}

*/



.copyright-text-ljc {
    font-size: 12px;
    /*  font-weight: 500;   */
    color: #b2b2b2;
    padding-bottom: 40px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

@media (max-width: 420px) {
	.copyright-text-lcj {
		padding-bottom: 15px;
	}
}

.copyright-text-ljc i {
	color: #e21010;
}

.copyright-text-ljc a {
    color: #690780;
}

.copyright-text-ljc a:link {
    color: #690780;
}

.copyright-text-ljc a:hover {
	color: #2916e0;
}

.blog-details-ljc {
	height: 100%;
    width: 85%;
}

.single-blog-page-ljc {
	padding: 35px 45px 50px;
}

@media (max-width: 576px) {
	.single-blog-page-ljc {
		padding: 45px 0 50px;
	}
}

.single-blog-page-ljc h2 {
	font-size: 36px;
	margin-bottom: 35px;
}

.single-blog-page-ljc p {
	margin-bottom: 10px;
}



.blog-thumb-ljc {
	position: relative;
	margin-bottom: 45px;
    align-content: center;
}


.separa-arts-mj 
{
    height: 50px;
}