

article.panel-placeholder{display:none;}
header .navbar ul li.current-menu-parent .sub-menu li a {
    color: #1e1e1e !important;
}
header .navbar ul li.current-menu-parent .sub-menu li.current-menu-item a,header .navbar ul li.current-menu-parent .sub-menu li a:hover {
    color: #ffffff !important;
}
.footer-social {
    display: flex;
    font-size: 36px;
	padding-left:0;
}
.footer-social li {
    margin-right: 30px;
    align-items: center;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px!important;
	  list-style: none;
}


.copyright {
    font-size: 11px;
    margin-top: 5px;
}
.copyright a {
    color: var(--white-color);
}
.footer-one .sofbox-subscribe p {
    font-size: 16px;
}
.subscribe-button {
    background-color: var(--primary-color) !important;
    font-weight: 500;
}
.iq-pricing-table .iq-mtb-30 {
    padding: 20px;
}

.pricing-header h2:first-letter {
    font-size: 30px;
}
.iq-pricing-table ul li i.ion-close-round {
    position: relative;
}
.iq-pricing-table ul li i.ion-close-round:after {
    width: 140px;
    position: absolute;
    left: 28px;
    top: 12px;
    border-top: 1px solid #040c92;
    height: 1px;
    content: '';
}
footer.footer-one .copyright a {
    background: transparent !important;
    color: #fff !important;
    border: 0 !important;
    padding: 0 2px!important;
    outline: 0 !important;
}
footer.footer-one .widget ul.menu li a:hover {
    color: #efefef;
    text-decoration: underline;
}
ul.our-new-team li:first-child {
    width: 50%;
}
ul.our-new-team li {
    width: 25%;
}
header .navbar .sub-main .blue-btn.button.button-outline {
    background: transparent !important;
    border: 1px solid var(--primary-color) ;
}
header .navbar .sub-main .blue-btn.button.button-outline a {
   	color: var(--primary-color) !important;
}
header .navbar .sub-main .blue-btn.button:hover a {
    color: white !important;
}
header .navbar .sub-main .blue-btn.button.button-outline:hover a {
    color: var(--primary-color) !important;
}
header .navbar .sub-main .blue-btn.button:hover{
    background: var(--secondary-color) !important;
    color: var(--white-color);
}
header .navbar .sub-main .blue-btn.button.button-outline:hover{
	background: rgb(4 20 255 / 10%) !important;
}
header .sub-main {
    /*display: none;*/
}
header ul.shop_list {
    margin-left: 0;
    padding-left: 0;
}
.theme-h2 h2,.theme-h2 h3{
	  font-size: 23px;
    line-height: 35px;
}
.single-post .content-area .site-main {
    margin-top: 200px;
}
.title-box .title-design{
	font-weight:500;
}
@media (max-width: 992px){
header .navbar ul li .sub-menu li:hover, header .navbar ul li a:hover{
    background: #25a9ff !important;
    color: #ffffff !important;
}
	header .navbar ul li.menu-item-has-children a.isubmenu:hover{
		background: #ffffff !important;
    color: var(--secondary-color) !important;
	}
	header .navbar ul li aisubmenu:hover ~ i{
		color: #ffffff !important;
	}
	header .navbar ul li.menu-item-has-children a:hover ~ i{
		color: var(--secondary-color) !important;
	}
}


}
#background-video { width: 533px;
    height: 300px;
    position: relative;
     }
#background-video iframe { width: 100%; height: 100%; display: none;
box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    border-radius: 15px !important;
}
#background-video .play-btn { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; font-size: 0px; line-height: 0px; background: url(http://www.legacycitychurch.com/media/cover_art/Play%20Button%20Overlay/playbutton.png) center center no-repeat; background-size: 120px auto; }
#block-9 h2 {
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
}
a.nor-color {
	font-size: 13px;
    font-weight: 500;
    line-height: 30px;
}
div#block-9 {
   box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
    padding: 40px 20px 40px 40px;
}
div#ctm-sidebar {
    padding-right: 40px;
}
.nor-color{
	color:black;
	display:block;
}
h1,h2,h3,h4,h5,h6 {
    text-transform: capitalize;
}
h1.entry-title.mb-2.mt-4 {
    font-size: 2.666em;
}
.col-lg-8.col-sm-12 .blog-title h1.entry-title.mb-2.mt-4 a {
    pointer-events: none;
    text-decoration: none;
}
@media only screen and (max-width: 600px) {
.single-post .content-area .site-main {
    margin-top: 80px !important;
}
}

/* blog grid css 23-02-2022 */

.iq-blog-box .iq-blog-image{
	height:325px;
	overflow:hidden;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: center;
	vertical-align: middle;
	text-align: center;
}
.iq-blog-box .iq-blog-image img{
	height: auto !important;
	width: 100% !important;
	max-width: 100% !important;	
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	object-fit: fill;
	margin: auto;
}
.iq-blog-detail .list-inline-item{
	border: 1px solid #040c4d;
}
article.post{
	height: 100%;
}
article .iq-blog-box{
	height:95%;
}
h1.entry-title.mb-2.mt-4 {
    font-size: 2em;
}
@media (max-width: 992px){
	.iq-blog-box .iq-blog-image{
		height:225px !important;
	}
	h1.entry-title.mb-2.mt-4 {
    font-size: 1.6em;
		line-height: 1.5em;
}
}
@media (max-width: 805px){
	.iq-blog-box .iq-blog-image{
		height:175px !important;
	}
}
@media (max-width: 767px){
	h1.entry-title.mb-2.mt-4 {
    font-size: 1.5em;	
		line-height: 1.4em;
}
	.iq-blog-box .blog-content p{
		font-size: 18px;
    line-height: 32px;
}
}

@media (max-width: 575px){
	.iq-blog-box .iq-blog-image{
		height:auto !important;		
		background-color: #ffffff;
		display: flex;
		justify-content: center;
		align-content: center;
		flex-wrap: nowrap;
		flex-direction: column;
		align-items: center;
		vertical-align: middle;
		text-align: center;
	}
	.iq-blog-box .iq-blog-image img{
		height: auto !important;
		width: 100% !important;
		max-width: 100% !important;		
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		object-fit: fill;
		margin: auto;
	}
	.iq-blog-box .iq-blog-image {
		height: auto !important;
	}
}

.widget.footer-logo.text-left img.alignnone.size-full.wp-image-318.lazyloaded {
    width: 21% !important;
}
.footer-social {
    font-size: 25px;
}

@media (min-width: 780px){	

	footer .widget.footer-logo.text-left .menu-about-menu-container {
    margin-left: 44%;
}
	.widget.footer-logo.text-left h4.footer-title {
    margin-left: 44%;
}	
}
.fadeInUp {
    animation-name: none !important;
}
.fadeInRight {
    animation-name: none !important;
}
.fadeIn {
    animation-name: none !important;
}
rs-loader.spinner0 {
    animation: none !important;
    animation-name: none !important;
}
img.tp-rs-img.ls-is-cached.lazyloaded {
    animation-name: none !important;
    transition: none !important;
}
footer.footer-one.footer-shap .footer-top .container:after {
    position: relative !important;
 
}
.abh_box.abh_box_down.abh_box_fancy {
    display: none;
}
.sample img.avatar.avatar-60.photo.lazyloaded {
    border-radius: 50% !important;
    width: 5%;
	    margin-right: 12px;
}
.sample {
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 14px;
}
body.blog.wp-custom-logo.hfeed.has-header-image.has-sidebar.colors-light.wpb-js-composer.js-comp-ver-6\.4\.1.vc_responsive.elementor-default.elementor-kit-3728 .ctm-share {
    display: none;
}
.ctm-share h3 {
    float: left;
    font-size: 24px;
    padding-right: 21px;
}
.footer-top h5 {
    color: white !important;
    font-family: 'made_tommy',Arial,Verdana,Tahoma,Helvetica, sans-serif !important;
    font-weight: 500 !important;
}
p.copyright {
    text-align: center;
}
.ctm-ficon {
    float: left;
}
.ctm-ficon i.fa {
    font-size: 17px;
    margin: 0px 10px;
    padding-top: 14px;
}
.owl-carousel.owl-loaded.owl-drag .iq-blog-image.clearfix {
    height: 180px !important;
}
body.search.search-results article.post {
    height: auto !important;
}
body.search.search-results div#content {
    padding: 130px 0px;
}

body.search.search-no-results {
	   padding: 130px 0px;
}