/*Title on top of Pages*/

.post .entry-header .entry-title, .search #primary .page .entry-header .entry-title{
	display:none;
}

/*Footer*/
	
.copyright {
    display:none;
}

.site-footer .site-info {
   display: none;
}

 /*Header Logo*/
.custom-logo-link { 
width: 322px;
height: 150px;
	padding: 1px;
}

.site-title {
	padding-top: 42px
}

.site-header.header-6 .header-t {
	height: 140px;
}

 /*Home Pg Header*/

.img {
    height: auto;
    max-width: 100px;
}

.contact-info {
	padding-top: 28px;
}

.site-header.header-6 .social-networks {
    margin: 5px 0 0;
    padding: 32px;
    list-style: none;
    font-size: 18px;
	line-height: 22px;
}

.site-header.header-4 .request-link {
	background-color: #f9963b;
	border: 1px solid #f9963b;
}

.page-header {
    display: none;
}

.page-title {
	display: none;
}

.header-block {
background: #ffffff;
	display: none; 
}

.theme-style-modern .header-block {
    display: none;
}

.banner {
    padding-bottom: 56px;
	padding-top: 200px;
}


/*Services Pg More Bttn*/
	
.services-page .services-holder .col .holder .more-btn {
		display: none;
	}

 /*Home Pg Projects Bkgd*/

.theme-style-modern .our-projects{
	background: rgba(0, 104, 204, .05);
}


 /*Home Pg bkgrd block section colors*/
.our-projects {
	background: rgba(0, 104, 204, .05);
}

 /*Home Pg testimonial colors*/
.theme-style-modern .testimonial .col {	
	background: rgba(0, 104, 204, .05);
	color: #3e9aed;
}

.about {
	background: rgba(0, 104, 204, .05);
}

.theme-style-modern .testimonial .col cite .text-holder .name {
	color: #f9963b;
}
 /*Homes For Sale Page*/
.img-holder { 
display: flex;
width: block; }

.team-holder {
	width: 130%; 
}

.n2-section-smartslider {
	width: 83%;
}


 /*About Us Pg Bkgrd*/

.theme-style-modern .header-block, .theme-style-modern .inner-page.about-page .company-features {
    background: rgba(0, 104, 204, .05);
}

.theme-style-modern .inner-page.about-page .sc-holder {
    background: rgba(0, 104, 204, .05);
}
	
/*Service blog text*/

.navigation {
	display: none;
}
.jp-relatedposts {
	display: none;
	position: fixed;
}

.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	display: none;
}

/*Post CLC Diff CTA*/
.style .rara_call_to_action_button {
    border: 4px solid var(--primary-color);
    color: var(--primary-color);
    display: inline-block;
    font-weight: 700;
    font-size: 17px;
    line-height: 17px;
    padding: 12px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    margin: 15px 5px;
	!important!
}

/*portfolio sliders*/


.portfolio-thumb {
	width: 900px;
	align-items: center;
}

.slick-slide .img {
	width: 900px;
}

.slick-slide .slick-current .slick-active {
	width: 980px;
}

.slick-track {
	width: 7920px; 
}