/*
Theme Name:     Construct Child
Theme URI:      http://wpdemo.oceanthemes.net/construction/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       construct
*/

@import url("../construct/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
/*Site Logo*/
#site-header-inner {
	padding-top:18px;
	padding-bottom:18px;
}
#site-header.is-sticky #site-header-inner {
    padding-top: 13px;
    padding-bottom: 13px;
}
#site-logo-inner img {
	max-height: 80px;
	transition-duration: .8s;
}
.is-sticky #site-logo #site-logo-inner img {
	max-height: 70px;
	
}
/*Heading-Title*/
#featured-title .featured-title-heading {
	font-size:50px;
	font-weight: 500;
}
.mobile-button:before, .mobile-button:after, .mobile-button span {
	background-color:#fff;
}

@media only screen and (max-width: 991px) {
.admin-bar #site-header.is-sticky {
    top: 0px; 
}
}
/*Footer*/
#footer-widgets .widget.widget_socials .socials a:before {
	border: 1px solid #444;
    background-color: #444;
}
.pageloader-animate-fade {
    animation: fadeAnimation 0s infinite;
    -moz-animation: fadeAnimation 0s infinite;
    -webkit-animation: fadeAnimation 0s infinite;
}
#footer-widgets .widget ul li.contact-footer a {
	padding-left:0px;
}
#footer-widgets .widget ul li.contact-footer a:before {
	display: none;
}

/*Services*/
ul li.style-2 {
    list-style:none;
}
ul.page li.style-2:before {
    content: "\f101";
    font-family: "FontAwesome";
    font-size: 18px;
    padding-right: 5px;
    color:#be2529;
}
ul.page {
    padding: 0;
    margin: 0 0 20px 5px;
}
/*Project*/
#projects .project-item figcaption h2 {
	text-transform:uppercase;
	font-weight:700;
}
/*Testimonial*/
.wprt-testimonials .image {
	display:none;
}
.wprt-testimonials .position , 
.wprt-testimonials .name {
	left:unset!important;
}
ul.style-2 .text {
	float:unset!important;
}


img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    object-fit: cover !important;
    height: 335px !important;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image .cbp img {
    height: 335px !important;
}