/*!
Theme Name: Mosharaf
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mosharaf
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root{
	--theme-color:#00c853;
	--default-color:#a9adb8;
}

.admin-bar header{
	top:32px;
}
@media only screen and (max-width:991px) {

	.admin-bar header{
		top:46px;
	}
	#wpadminbar{
		position: fixed;
		top:0;
	}
}
a{
	outline:none !important;
	text-decoration:none !important;
}

/* Portfolio Section */

.portfolio-box {
	display: block;
	border: 1px solid rgba(255,255,255, 0.5);
	padding: 25px;
	margin-top: 30px;
}
.portfolio-image-wrapper {
    height: 345px;
    border: 1px solid #d2d2d2;
    width: 100%;
    overflow: hidden;
}
@media only screen and (max-width:767px) {

    .portfolio-image-wrapper {
        height:250px;
    }  

}
.portfolio-image {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: all 1s cubic-bezier(.17,.67,.83,.67);
}
.portfolio-box:hover .portfolio-image {
	transform: translate3d(0px, -85%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
	transform-style: preserve-3d;
	transition: all 7s cubic-bezier(.17,.67,.83,.67);
}
.portfolio-box h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}
.project-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.project-meta-box h5 {
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    line-height: 15px;
}
.project-meta-box span {
    display: block;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.project-meta-box span.preview {
    color:var(--theme-color);
    text-decoration: underline;
}
.project-meta-box {
    position: relative;
    width: 100%;
}
.project-meta-box::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    right: 35px;
    top: 50%;
    background: rgba(255,255,255,0.34);
    transform: translateY(-50%);
}
.project-meta-box:last-child::after {
	display: none;
}
@media only screen and (max-width:767px) {
    .project-meta {
        display: block;
        margin-top: 0;
    }
    .project-meta-box {
        margin-top: 15px;
    }
    .project-meta-box::after {
        display: none;
    }
    .portfolio-box {
        padding: 15px;
    }
}
/* Portfolio Section End */

.whatsapp-btn {
	margin-left: 20px;
}
@media only screen and (max-width:767px) {

    .whatsapp-btn {
        margin-left: 0;
        margin-top:20px;
    }
    .st-text-block-btn {
        text-align: center;
    }
    .st-text-block-btn a{
        display:block;
        width:100%;
    }
}

.st-testimonial.st-style1 .st-testimonial-img img {
	border-radius: 50%;
}


#wp-comment-cookies-consent {
    width: auto;
    display: inline-block;
    margin-right: 5px;
}
.form-submit {
    flex-basis: 100%;
}
.form-submit input {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    padding: 12px 1.5em;
    border-radius: 50px;
    min-width: 170px;
    border: none;
    outline: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-transform: capitalize;
    background-color: var(--theme-color);
    color: #070d1b;
    width:auto;
}
.form-submit input:hover{
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 5px 10px rgba(0, 200, 83, 0.5);
    box-shadow: 0 5px 10px rgba(0, 200, 83, 0.5);
}

.st-post-single img {
	height: 250px;
}
@media only screen and (max-width:1399px) {

    .st-post-single img {
        height: 200px;
    }

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

    .st-post-single img {
        height: 180px;
    }

}
.st-slider.st-style1 .slick-arrow.slick-arrow-left, 
.st-slider.st-style2 .slick-arrow.slick-arrow-left {
	left: -70px;
	opacity: 1;
	visibility: visible;
}
.st-slider.st-style1 .slick-arrow.slick-arrow-right, 
.st-slider.st-style2 .slick-arrow.slick-arrow-right {
	right: -70px;
	opacity: 1;
	visibility: visible;
}
@media only screen and (max-width:1300px) {

    .st-slider.st-style1 .slick-arrow.slick-arrow-left, 
    .st-slider.st-style2 .slick-arrow.slick-arrow-left {
        left:0 !important;
    }
    .st-slider.st-style1 .slick-arrow.slick-arrow-right, 
    .st-slider.st-style2 .slick-arrow.slick-arrow-right {
        right:0 !important;
    }

}
.form-wrapper {
	padding-right: 40px;
}
@media only screen and (max-width:767px) {

    .st-text-block.st-style1 .st-text-block-text p br {
        display: none;
    }
    .form-wrapper {
        padding-right:0;
    }
    .st-btn.st-style1, .st-btn.st-style2 {
        width: 100%;
    }
}
.st-site-branding {
	font-size: 25px;
	color: var(--theme-color) !important;
}

.top-rated-badge {
    margin-bottom: 22px;
    color: #ffffff;
    font-size: 20px;
}
.top-rated-badge img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.top-rated-badge span {
    display: block;
    margin-top: 10px;
    color:#fabf09;
}