/*
Theme Name: Enginir
Theme URI: https://themeforest.net/user/creativesplanet
Author: Creative's Planet
Author URI: https://creativesplanet.com/
Description: Enginir - Business Agency WordPress Theme
Version: 2.2
License: Mixed Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: enginir
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, customizer-options, threaded-comments, translation-ready
*/
.alignnone {
	margin: 5px 20px 20px 0
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px
}
a img.alignleft,
a img.alignnone {
	margin: 5px 20px 20px 0
}
a img.alignleft {
	float: left
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center
}
.wp-caption.alignleft,
.wp-caption.alignnone {
	margin: 5px 20px 20px 0
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px
}
.wp-caption img {
	border: 0;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto!important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}
.bypostauthor {
	position: relative;
}

.custom-ul ul{
	padding-left: 18px!important;
}

.custom-ul ul li{
	line-height: 1.6;
}

.cspt-service-single .cspt-service-feature-image{
	display: none!important;
}

.cspt-effect-2.cspt-effect-square:after{
	background-color: #e30102!important;
}
/* 
.site-footer .cspt-social-li a{
	background: transparent!important;
} */

.download-pdf-btn { 
	margin: 0 0 20px;
}

.cspt-footer-widget-area .cspt-social-links a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #222;
    font-size: 18px;
}

.cspt-social-facebook a {
    background: #4267B2!important;
}

.cspt-social-twitter a {
    background: #1DA1F2!important;
}

.cspt-social-linkedin a {
    background: #0e76a8!important;
}

.cspt-social-instagram a {
    background: #8a3ab9!important;
}
.cspt-titlebar-flex{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:40px;
}

.cspt-titlebar-left{
	flex:0 0 50%;
	max-width:50%;
}

.cspt-titlebar-right{
	flex:0 0 50%;
	max-width:50%;
}

.cspt-service-form-box{
    border: 2px solid #fff;
    padding: 20px !important;
}

.cspt-service-form-box .wpcf7-form-control{
	width:100%;
}

.form-column-wrapper .vc_do_custom_heading, .form-column-wrapper .custom-form-title {
    text-align: center !important;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    font-family: Abril Fatface;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 15px;
}

.cspt-service-form-box .cf7-field-row {
    display: flex;
    gap: 15px;
}

.custom-breadcrumbs .cspt-breadcrumb-inner {
    color: #000 !important;
    font-weight: 800 !important;
}

.custom-breadcrumbs .cspt-breadcrumb-inner a{
    color: #dd3333 !important;
    font-weight: 800 !important;
}

.custom-breadcrumbs {
    padding-top: 20px;
}

.cspt-title-bar-content {
    padding-bottom: 20px  !important;
}

.cspt-title-bar-wrapper .cspt-breadcrumb {
    padding-bottom: 20px;
}

.cspt-title-bar-wrapper {
    object-fit: cover !important;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

@media screen and (min-width: 720px) and (max-width: 1024px) {
    .form-column-wrapper .vc_do_custom_heading, .form-column-wrapper .custom-form-title {
        font-size: 18px;
    }
}

@media (max-width:991px){
	.cspt-titlebar-flex{
		flex-direction:column;
	}

	.cspt-titlebar-left,
	.cspt-titlebar-right{
		flex:0 0 100%;
		max-width:100%;
		width:100%;
	}
}

@media screen and (min-width: 320px) and (max-width: 660px) {
    .form-column-wrapper .vc_do_custom_heading, .form-column-wrapper .custom-form-title {
        font-size: 18px;
    }
}
