/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1771570790
Updated: 2026-02-20 06:59:50

*/
.headerMenu .hfe-menu-item{
	position:relative
}
.headerMenu .current-menu-item .hfe-menu-item::before{
	position:absolute;
	content:"";
	width:12px;
	height:12px;
	background:#fff;
	border-radius:50%;
}
.gradient_line {
	position:relative
		
}
.gradient_line::before {
	position:absolute;
	content:"";
	width: 100%;
	/*max-width: 1200px;*/
	top:0;
	height: 8px;
	background: linear-gradient(to right, 
		#2c5f7c 0%, 
		#999 20%, 
		#999 40%, 
		#999 60%, 
		#999 80%, 
		#fff 100%
	);
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.icon_btn .elementor-button-content-wrapper{
	align-items:center;
}
.icon_btn .elementor-button-icon svg{
	width:2em !important;
}
.backHome .elementor-button-icon{
	transform: rotate(-180deg)
}
.newsletterForm #wpforms-submit-287::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	background:url(https://bcs.sentientgeeks.com/wp-content/uploads/2026/02/arrow.svg) no-repeat center center;
    color: white;
    font-size: 24px;
	width:20px;
	height:20px;
    font-weight: bold;
    text-indent: 0;
}
body, #Banner_slider{
	overflow-x:hidden;
}
.headerMenu .hfe-menu-item{
	position:relative
}
/* .headerMenu .current-menu-item::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background: #fff !important;
    border-radius: 50%;
    z-index: 9999;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
} */
.gradient_line {
	position:relative	
}
.gradient_line::before {
	position:absolute;
	content:"";
	width: 100%;
	top:-15px;
	height: 2px;
	background: linear-gradient(to right, 
		#2c5f7c 0%, 
		#999 20%, 
		#999 40%, 
		#999 60%, 
		#999 80%, 
		#2c5f7c 100%
	);
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.newsletterForm .wpforms-container{
	margin:0 !important
}
.newsletterForm #wpforms-form-287{
	display:flex;
}
.wpforms-container .wpforms-form input{
	flex:1
}
.newsletterForm #wpforms-287-field_1-container{
	padding:0 !important
}
.newsletterForm #wpforms-287-field_1-container input {
    border-radius: 35px;
    padding: 24px;
}
.newsletterForm .wpforms-submit-container {
    margin: 0 !important;
    position: absolute !important;
    top: 4px;
    right: 8px;
}
.newsletterForm .wpforms-container .wpforms-form * {
    flex: 1;
}
.newsletterForm .wpforms-submit-container button{
	width:40px;
	border-radius: 50% !important;
	outline:none !important;
	border:none !important;
	box-shadow: none !important
}
.newsletterForm #wpforms-submit-287 {
        background-color: #0066FF;
        border: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        cursor: pointer;
        position: relative;
        text-indent: -9999px;
        overflow: hidden;
    }
    
.newsletterForm #wpforms-submit-287::after {
        content: '→';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 24px;
        font-weight: bold;
        text-indent: 0;
    }
    
.newsletterForm #wpforms-submit-287:hover {
        background-color: #0052CC;
        transform: scale(1.05);
        transition: all 0.3s ease;
    }
.newsletterForm #wpforms-submit-287::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	background:url(https://bcs.sentientgeeks.com/wp-content/uploads/2026/02/arrow.svg) no-repeat center center;
    color: white;
    font-size: 24px;
	width:20px;
	height:20px;
    font-weight: bold;
    text-indent: 0;
}
.system_single h3{
	min-height:53px
}
.learnMore .elementor-button-icon{
	transform:rotate(-45deg)
}
.oms_single{
	padding:30px
}
.swiper-button-next:after, .swiper-button-prev:after{
	content:none !important;
}
#Banner_slider .swiper-button-prev{
	left:50px;
}
#Banner_slider .swiper-button-next{
	right:50px;
}
.swiper-button-next:before, .swiper-button-prev:before{
	position:absolute;
	content:"";
	width:50px;
	height:50px;
	background:#F5F5F5;
	border-radius: 50%;
	z-index:3
}
.swiper-button-next:hover:before, 
.swiper-button-prev:hover:before {
	background:#003DE4;
}

.swiper-button-next svg, .swiper-button-prev svg {
    position: relative;
    z-index: 5;
    width: 16px;
}
.swiper-button-next:hover svg path, 
.swiper-button-prev:hover svg path{
	fill:#fff !important;
}
.swiper-button-next svg, .swiper-button-prev svg{
	width:12px;
}
.testimonia_single{
	padding:30px
}
.testimonial_txt {
	position:relative;
}
.testimonial_txt:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 60px;
    background: #003DE4;
    left: -17px;
    top: 5px;
}

/*About Page*/
.cs_iconBox .elementor-icon-box-title{
	margin:0 !important
}


/*Contact Page*/
.cs_contactForm .wpforms-container{
	margin-top: 0px !important
}
.cs_contactForm .wpforms-container .wpforms-field{
	padding-top:0
}
.cs_contactForm input, .cs_contactForm select{
	background:#EBEDF5 !important;
	border-color: transparent !important
}
.cs_contactForm input::placeholder,
.cs_contactForm select::placeholder {
	color: #666 !important;
	opacity: 1;
}
.cs_contactForm #wpforms-1102-field_6-container, .cs_contactForm #wpforms-1102-field_7-container{
	position:relative;
}
.cs_contactForm #wpforms-1102-field_6-container::after, .cs_contactForm #wpforms-1102-field_7-container::after{
	position:absolute;
	content:"";
	width:30px;
	height:30px;
	right:0;
	top:7px;
	background: url(https://bcs.sentientgeeks.com/wp-content/uploads/2026/02/downArrow.svg) no-repeat center center;
	pointer-events: none;
}
.cs_contactForm .wpforms-submit {
	width: 136px;
    background-color: #003DE4 !important;
    color: white !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 24px 20px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: background-color 0.3s ease !important;
    position: relative !important;
}

.cs_contactForm .wpforms-submit::after {
    content: "" !important;
    width: 20px;
    height: 20px;
    font-size: 24px !important;
    font-weight: normal !important;
    display: inline-block !important;
    transition: transform 0.3s ease !important;
    position: relative !important;
    z-index: 5;
    color: #000;
    left: 6px !important;
    top: 0px !important;
    background: url(https://bcs.sentientgeeks.com/wp-content/uploads/2026/02/rightarrow.svg) no-repeat center center;
}
.cs_contactForm .wpforms-submit::before {
    content: "";
    position: absolute;
    width: 34px !important;
    Height: 34px !important;
    font-weight: normal !important;
    display: inline-block !important;
    background: #fff !important;
    right: 8px;
    border-radius: 50%;
}
.cs_contactForm .wpforms-submit:hover {
	background-color: #0052CC !important;
}

.cs_contactForm .wpforms-submit:hover::after {
	transform: translateX(4px) !important;
}

.cs_contactForm .wpforms-submit:active {
	transform: scale(0.98) !important;
}    
.contact_card{
	box-shadow:0 0 10px #d5d5d5
}
.text_blue{
	color: #003DE4 !important
}
/*New css*/
.banner-text{
	color: #00021D;
 font-weight: 400;
	display: block;
}
@media only screen and (max-width: 768px) {
	.grid_card{
		grid-template-columns: 1fr !important
	}
}
.csTabs .e-n-tabs-heading{
	height: 600px;
    overflow-y: scroll;
    flex-wrap: nowrap;
    flex-direction: column;
	position: sticky;
    top: 60px;
	scrollbar-width:10px;
	/* Width of the scrollbar */
::-webkit-scrollbar {
width: 10px !important;
}
/* Track of the scrollbar */
::-webkit-scrollbar-track {
background: #f1f1f1;
}

/* Handle of the scrollbar */
::-webkit-scrollbar-thumb {
background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}
}
/*Incident page*/
.fos_single_content .elementor-icon-box-content p{
	margin-left: -60px;
	margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
		.fos_single_content .elementor-icon-box-content p{
		margin-left: 0px;
		margin-top: 5px;
	}
}


/*Blog page*/
.blog .page-header .entry-title{
	display:none;
}
.archive .page-header .entry-title{
	font-family: "Manrope", Sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #00021D !important;
	margin-top:2rem;
	margin-bottom:-1rem;
}
.archive .page-header .entry-title span{
	color:#112A71;
}
.blog .page-content, .archive .page-content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
	margin-block: 2rem;
}
.blog .page-content .entry-title a, .archive .page-content .entry-title a, .search .page-content .entry-title a {
    font-family: "Manrope", Sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1rem !important;
    color: #00021D !important;
}
.blog article.post, .archive article.post,  .search article.post{
	padding:20px;
	border-radius:10px;
	box-shadow:0 0 5px #ccc;
	margin:20px 0;
	display:flex;
	flex-direction:column;
}
.blog article.post a, .archive article.post a, .search article.post a{
	order:1;
}
.blog article.post h2.entry-title, .archive article.post h2.entry-title, .search article.post h2.entry-title{
	order:2;
	line-height:1;
}
.blog article.post:hover h2.entry-title a, .archive article.post:hover h2.entry-title a, .search article.post:hover h2.entry-title a{
	color:#112A71 !important;
}
.blog article.post p, .archive article.post p,  .search article.post p{
	order:3
}
.blog article.post .wp-post-image, .archive article.post .wp-post-image, .search article.post .wp-post-image{
	border-radius:10px;
	height:250px;
	object-fit:cover;
}
.search article.post .wp-post-image{
	height:auto;
}
.single-post .post {
    margin-block: 3rem !important;
}
.single-post .post .wp-post-image{
	border-radius:12px;
	margin-bottom:30px;
}
.single-post .post .post-category{
	text-align:center;
}
.single-post .post .post-category a{
	background: #3FC8F4;
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
	transition:0.2s ease-in-out;
}
.single-post .post .post-category a:hover{
	background: #003DE4;
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
}
.single-post .post h1.entry-title{
	font-size:2.4rem;
	color:#112A71;
	font-weight:700;
	margin-top:20px;
	text-align:center;
}
.single-post .post .post-meta{
	text-align:center;
	margin-bottom:25px;
	text-transform:capitalize;
	font-weight:600;
	color:#555;
}
.single-post .post .page-content, .search .page-content{
	font-size:1.1rem;
	line-height:1.5;
	color:#333;
}
.single-post .post .page-content h2{
	font-size:2rem;
	color:#01123fd4;
	font-weight:600;
}
.single-post .post .page-content h3{
	font-size:1.5rem;
	color:#01123fd4;
	font-weight:600;
}
.single-post .post .page-content h4{
	font-size:1.3rem;
	color:#01123fd4;
	font-weight:600;
}
.single-post .post .page-content a{
	color:#003DE4; text-decoration:none;
}
.single-post .post .page-content a:hover{
	color:#686868;
}
.single-post .post #comments{
	margin-top:30px;
}
.single-post .post #comments [type=submit]{
	background:#003DE4;
	color:#fff;
	border:1px solid #fff;
	border-radius:6px;
}
.single-post .post #comments [type=submit]:hover{
	background:#686868;
	color:#fff;
	border:1px solid #fff;
	border-radius:6px;
}
.single-post .post-tags a{
	  background: #eaeaea;
    color: #333 !important;
    padding: 2px 9px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    font-size: 1rem;
	display:inline-block;
	margin-block:2px;
}
.single-post .post-tags a:hover{
	color:#000 !important;
}
.blog .nav-next a{
	background-color: #003DE4;
	color:white;
    font-family: "Manrope", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 60px 60px 60px 60px;
    padding: 9px 15px 9px 15px;
}
.blog .nav-next a:hover{
	background-color:#44ccf4
}
.max-width{
	max-width:1400px;
	margin:0 auto;
}
	.icon_btn .elementor-button-content-wrapper{
	align-items:center;
}
.icon_btn .elementor-button-icon svg{
	width:2em !important;
}

/* Search page */
.search .page-content{
	margin-block:3rem;
}
/* 404 page */
.error404 .site-main{
	min-height:calc(100vh - 562px);
	padding-block:5rem;
	text-align:center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/* Product Details page */
.single-product .woocommerce-breadcrumb, .archive .woocommerce-breadcrumb{
	margin-block:40px;
	font-weight:900;
	color:#00021D;
	font-size:17px
}
.single-product .woocommerce-breadcrumb a, .archive .woocommerce-breadcrumb a{
	margin-top:35px;
	font-weight:500;
	color:#00021D;
	font-size:17px
}
.single-product .woocommerce-breadcrumb a:hover, .archive .woocommerce-breadcrumb a:hover{
	color:#112A71;
}
.single-product .woocommerce-product-gallery, .woocommerce.archive ul.products li.product a.woocommerce-loop-product__link {
	background:#EBEDF5;
}
.woocommerce.single-product div.product div.images .woocommerce-product-gallery__image a, .woocommerce.archive ul.products li.product a.woocommerce-loop-product__link{
	padding:30px;
}
.woocommerce.single-product .product div.images img{
	width:auto;
	margin:0 auto;
}
.woocommerce.archive ul.products li.product a img{
	width:auto;
	min-width: 80px;
	max-width:80px;
	margin:0 auto;
}
.single-product .product_title, .archive .woocommerce-products-header__title  {
	color:#00021D;
	font-size: clamp(1.6rem, -1.5rem + 8vw, 2.5rem);
	font-weight:700;
	line-height:1.1;
	order:2;
	padding-bottom:20px !important;
	border-bottom:1px solid #68686842;
}
.woocommerce-loop-product__title{
	color:#00021D;
	text-align:center;
	margin-top:10px !important;
}
.woocommerce-loop-product__title:hover{
	color:#003DE4;
}
.single-product .summary {
	display:flex;
	flex-direction:column;
}
.single-product .product_meta{
	order:1;
	color:#003DE4 !important;
	font-size:18px;
	font-weight:600;
	padding-block:10px;
}
.single-product .product_meta a{
	color:#003DE4 !important;
}
.single-product .woocommerce-product-details__short-description{
	order:3;
	color:#666666;
	font-weight:400 !important;
	font-size:16px;	
}
.single-product .woocommerce-tabs{
	background:#EBEDF5;
	margin-bottom:60px;
}
.single-product .tabs.wc-tabs{
	background:#112A71;
	padding:18px 45px !important;
}
.single-product .woocommerce-Tabs-panel{
	background:#EBEDF5;
	padding:0 40px 40px !important;
}
.single-product .woocommerce-Tabs-panel h2, .archive.woocommerce ul.products li.product .button{
	display:none;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li{
	background:transparent !important;
	border: none;
	color:#fff !important;
	box-shadow:none !important;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li::after, .woocommerce.single-product div.product .woocommerce-tabs ul.tabs li::before{
	display:none;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active{
	border-bottom: 2px solid #fff;
	color:#fff !important;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a{
	color:#fff !important;
}
.product-specifications{
	order:3;
}
.product-specifications h3{
	color:#000;
	font-family: "Manrope", Sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.spec-grid{
	display:grid;
	grid-template-columns: repeat(auto-fit, minmax(129px, 4fr));
	gap:8px
}
.spec-item{
	border:1px solid #6868684D;
	padding:10px
}
.spec-item:nth-child(even){
	background:#EBEDF5;
	border:1px solid #EBEDF5;
}
.single-product .summary.entry-summary{
	width:50% !important;;
}
.spec-title-wrap{
	display:flex;
	gap:6px;
	align-items:center;
	flex-wrap:no-wrap;
}
.spec-title{
		font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.spec-value{
			font-family: "Manrope", Sans-serif;
    font-size: 14px;
    font-weight: 400;
	color:#686868;
	margin-bottom:0;
}

.Product_Quote_btn{
	display: flex; justify-content: center; align-items: center; gap: 10px; 
	background-color: var(--e-global-color-primary);
    font-family: "Manrope", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 60px 60px 60px 60px;
    padding: 0px 10px 0px 20px;
	order:4;
	margin-top:25px;
	width:fit-content;
	color:#fff;
	line-height:20px;
}
.Product_Quote_btn:hover{
	background:#3fc8f4;
	color:#fff;
}
.button_icon svg{width:40px;}
.security_bx{height:100%}
.video_height{min-height:550px;}

.whyBcs .elementor-icon-box-title{
	margin-top:0
}

/* Popup form */
#popmake-2638.pum-container
 {
    padding: 60px;
    border-radius: 5px;
    border: 1px none #003DE4;
    background: linear-gradient(357deg, #2fccff 0%, #2fccff 100%);
}
#popmake-2638 .pum-title {
    color: #2275d7;
    font-weight: 600;
    font-size: 2rem;
    line-height: 36px;
	color:#fff;
}
#popmake-2638 .wpforms-container .wpforms-field{
	padding:8px 0 !important;
}
#popmake-2638 .wpforms-container .wpforms-field input{
	border:none;
	box-shadow:0px 0px 5px 0px #2fccff;
	color:#000;
}
#popmake-2638 .wpforms-container .wpforms-field input::placeholder{
	color:#003DE4;
	opacity:0.8;
}
#popmake-2638 .wpforms-submit-container{
	text-align:center;
}
#popmake-2638 .wpforms-submit-container button[type="submit"]{
	background:#003DE4;
	padding: 10px 30px;
	font-size:1.2rem;
}
#popmake-2638 .wpforms-submit-container button[type="submit"]:hover{
		background:#2275d7;
}

/* Side form */
div#wpcs_tab_2741{
	top:50% !important;
	border-radius: 10px 10px 0px 0px;
	 padding: 7px 0px 12px 0px !important;;
	height:auto !important;
	    background: #003de4 !important;;
	width:200px !important;
	right:-78px !important;
}
div#wpcs_tab_2741:hover{
	    background: #3dc9f4 !important;;
}
div#wpcs_content_main_2741{
	top:50% !important;
	transform: translateY(-50%);
	width:400px !important;
	height:auto !important;
	border-radius:10px 0px 0px 10px;
}
div#wpcs_content_inner_2741{
	margin:0 !important;
}
div#wpcs_close_slider_2741{
	background:#3fc8f445 !important;
	border:none !important;
}
div#wpcs_content_inner_2741{
		border:none !important;
}
div#wpcs_content_main_2741 input, div#wpcs_content_main_2741 textarea{
	background: #222;
	color:#fff;
}
div#wpcs_content_main_2741 input::placeholder, div#wpcs_content_main_2741 textarea::placeholder{
	color:#fff;
}
div#wpcs_content_main_2741 .wpforms-container .wpforms-field{
	padding:10px 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
	z-index: 9;
}
.related.products h2{
	color: #00021D;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}
/* Responsive */
@media only screen and (max-width: 1264px) {
	.headerMenu .menu-item a.hfe-menu-item {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
}
@media only screen and (max-width: 1024px) {
	.headerMenu .current-menu-item .hfe-menu-item::before{
		width:0 !important;
		height:0 !important;
		display:none !important
	}
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu { overflow-x:hidden;
	}
	.headerMenu .current-menu-item::before{
		display:none;
	}
	.video_height{min-height:400px;}
	#security_slider .swiper-button-prev, #security_slider .swiper-button-next{
		    top: 20px !important;
	}
}
@media only screen and (max-width:991px) {
	.blog .page-content, .archive .page-content  {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
}
	.blog .page-content .entry-title a ,.archive .page-content .entry-title a, .search .page-content .entry-title a { font-size: 1.3rem;}
	.blog article.post, .archive article.post, .search article.post{
	padding:15px;
	margin:0px 0;
	}
	.search article.post{
		margin-bottom:1rem;
		font-size:1rem;
	}
.single-post .post h1.entry-title{
	font-size:2rem;
}
.single-post .post .page-content{
	font-size:1.1rem;
	line-height:1.6;
}
.single-post .post .page-content h2{
	font-size:1.6rem;
}
.single-post .post .page-content h3{
	font-size:1.4rem;
}
.single-post .post .page-content h4{
	font-size:1.2rem;
}
	#Banner_slider .swiper-button-next{
		bottom:60px;
		left:inherit;
		top:inherit;
	}
		#Banner_slider .swiper-button-prev{
		bottom:60px;
		right:120px;
		left:inherit;
		top:inherit;
	}
}

@media only screen and (max-width: 767px) {
	.video_height{min-height:250px;}
	.archive .page-header .entry-title{
		font-size:1.4rem;
	}
	.error404 .site-main h1.entry-title{
		font-size:2rem;
	}
	.single-product .summary.entry-summary{
	width:100% !important;;
}
}

@media only screen and (max-width: 575px) {
	#popmake-2638.pum-container
 {
    padding: 30px;
}
#popmake-2638 .pum-title {
    font-size: 1.4rem;
    line-height: 1.9rem;
	color:#fff;
}
	#popmake-2638 .wpforms-submit-container button[type="submit"]{
	background:#003DE4;
	padding: 10px 30px;
	font-size:1rem;
}
	/*New css*/
	.banner-text{
		display: inline;
    font-size: 30px;
	}
}
@media only screen and (max-width:480px) {
	#Banner_slider .swiper-button-prev, #Banner_slider .swiper-button-next{
		display:none
	}
	.hfe-nav-menu{
	   max-height: 70vh;
      overflow-y: auto;
	  overflow-x: hidden;
	}
	.blog .page-content .entry-title a , .archive .page-content .entry-title a, .search .page-content .entry-title a { font-size: 1.2rem; line-height:1.3 !important;}
	.blog .page-content .entry-title, .archive .page-content .entry-title, .search .page-content .entry-title { font-size:inherit;}
	.single-post .post h1.entry-title{
	font-size:1.6rem;
}
.single-post .post .page-content{
	font-size:1rem;
	line-height:1.5;
}
	.search .page-content{
	margin-block:2rem;
}
	div#wpcs_tab_2741 {
    width: 180px !important;
    right: -72px !important;
}
}