/*!
Theme Name: WP Terishield
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: wp-terishield
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

WP Terishield is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
#navbarScroll ul li.menu-item-has-children .dropdown-menu .menu-container .sub-menu{
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4; 
}
.lang-menu li a{
    text-transform: uppercase !important; 
}
.service-curve-card .content .btn-dark{
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-detail-bottom{
    background: none;
}
.bg-purple{
    background: #404061;
}
.candidati-form .field-row .f-row{
	display: block;
}
.candidati-form .field-row .f-row p{
	display: flex;
}
.candidati-form .field-row .f-row p .wpcf7-form-control-wrap{
	width: 100%;
	margin-left: 0;
}
.candidati-form p{
	margin-bottom: 0;
}
.candidati-form .field-row textarea.form-control{
	height: auto;
}
.content-section {
    height: 100%;
    width: 100%;
    background: #151a1e;
    color: #fff;
    display: flex;
    padding: 30px 40px;
    border-radius: 13px;
    flex-direction: column;
    justify-content: center
}

.content-section h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px
}

.content-section h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -1px;
    max-width: 564px;
    margin-bottom: 30px
}

.content-section .details {
    margin-bottom: 30px
}

.content-section .details b {
    font-weight: 500;
    font-size: 21px;
    margin-bottom: 10px
}

.content-section .details p {
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 0px;
    letter-spacing: 0
}
.content-section ul{
	display: flex;
    gap: 20px;
    list-style: none;
	padding: 0;
}
.content-section ul li a{
	color: white;
    font-size: 25px;
}

@media only screen and (max-width: 991px) {
    .curve-card{
        display: none !important;
    }
}
.s-content a{
	text-align: center;
}
.footer .bottom-nav ul{
    display: flex;
    padding: 0;
    margin: 0;	
	gap: 30px;
}
.footer .bottom-nav ul li::marker {
  color: white;
}
.footer .bottom-nav ul li:first-child{
	list-style: none;
}
.footer .bottom-nav ul li a{
	padding-left: 0;
	padding-right: 0;
}
.curve-card .content .text {
    max-width: calc(100% - 250px);
}
.clientela-section .dropdown-menu .content .colm1{
    width: 50%;
    height: auto;	
}
.clientela-section .dropdown-menu .content .colm1{
	cursor: default;
}
/*blog*/

.blog-section {
    padding: 180px 0px 140px
}

.blog-section .page-heading h1 {
    font-size: 52px;
    margin-bottom: 14px;
    font-weight: 300
}

.blog-section .page-heading p {
    margin-bottom: 0px;
    font-size: 16px
}

.blog-section .page-heading .bg-blue-sm {
    font-weight: 600;
    font-size: 21px;
    margin: 15px 0px
}

.blog-section .section-title {
    display: flex;
    margin-top: 60px;
    align-items: baseline;
    margin-bottom: 25px
}

.blog-section .section-title h4 {
    font-size: 26px;
    margin-right: 20px;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap
}

.blog-section .section-title .line {
    width: 100%;
    height: 2px;
    background: #d8e2eb
}

.blog-section .blog-card {
    width: 100%
}

.blog-section .blog-card .blog-banner {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
    transition: .4s cubic-bezier(0, 0, 0.3642, 1);
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 20px;
    height: 400px
}

.blog-section .blog-card .blog-banner img {
    transition: .4s cubic-bezier(0, 0, 0.3642, 1);
    filter: grayscale(1);
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.blog-section .blog-card .blog-banner:hover img {
    transform: scale(1.03);
    filter: grayscale(0)
}

.blog-section .blog-card .disc h3 {
    margin-bottom: 20px
}

.blog-section .blog-card .disc h6 {
    margin-bottom: 20px;
    display: flex;
    align-items: center
}

.blog-section .blog-card .disc h6 .dot {
    margin: 0px 10px;
    height: 6px;
    width: 6px;
    border-radius: 100px;
    background: #14ff00
}

.blog-section .blog-card .disc p {
    font-weight: 400
}

.blog-section .recent-post-card {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    cursor: pointer;
    transition: .4s cubic-bezier(0, 0, 0.3642, 1)
}

.blog-section .recent-post-card .img-card {
    width: 40%;
    transition: .4s cubic-bezier(0, 0, 0.3642, 1);
    height: 90px
}

.blog-section .recent-post-card .img-card img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: .4s cubic-bezier(0, 0, 0.3642, 1);
    filter: grayscale(1);
    -o-object-fit: cover;
    object-fit: cover
}

.blog-section .recent-post-card .content {
    width: 60%;
    padding-left: 15px
}

.blog-section .recent-post-card .content h6 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px
}

.blog-section .recent-post-card:hover img {
    filter: grayscale(0)
}

.blog-section .blog-sidebar {
    position: sticky;
    top: 100px
}
/*blog*/
.service-detail-content .list-content .clientela-card a{
	color: #212529;
	transform: skew(5deg);
    font-size: 18px;
    font-weight: 500;
}
.clientela-section .dropdown-menu{
	width: 100%;
}
.clientela-section .dropdown-menu .content .colm1{
	padding: 15px 10px;
}

.sidenav .nav-row .nav-item {
    display: inherit;
}
.sidenav .nav-row .nav-item .nav-link {
    font-size: 16px;
    color: #151a1e;
    font-weight: 500;
}
.sidenav .nav-row .menu-item-has-children > a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*mob lang*/

.mobile-navbar i {
    font-size: 18px
}

.lang-select {
    margin-top: 60px;
    position: relative
}

.lang-select i {
    position: absolute;
    right: 20px;
    top: 20px
}

.lang-select select {
    padding: 15px 20px;
    width: 100%;
    border: none;
    outline: 2px solid rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
    font-size: 16px;
    color: #151a1e;
    font-weight: 500
}

.lang-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ""
}
.quick-menu-modal .modal-content .next-prev-buttons{
	margin-top: 10px;
}
.quick-menu-modal .modal-content .next-prev-buttons .prev p, .quick-menu-modal .modal-content .next-prev-buttons .next p{
	max-width: 70%;
}
#prevBTN, #nextBTN{
	cursor: pointer;
}
.for-mobile{
	display: none;
}
@media only screen and (max-width: 768px) {
	.page-template-template-contact .content-section{
		margin-top: 50px;
	}
	.page-template-template-contact .work-with-us-section{
		margin-bottom: 50px;
	}
	.clientela-section .dropdown-menu .content .colm1{
		width: 100%;
	}
	.clientela-section .dropdown-menu{
		    width: calc(100% - 35px);
	}
	.for-mobile{
		display: block;
	}
	.for-desktop{
		display: none;
	}
	.page-template-template-contact .work-content .section-title h4{
		    white-space: normal;
	}
/* 	.main-services-section {
	display:flex;	
	}
	
	.main-services-section .service-collapse-section{
		order: 1;
	} */
	.clientela-section{
		padding: 32px 0px 250px;
	}
}
.cursor-pointer{
	cursor:pointer;
}
.hex-grid__item p {
    font-weight: 400;
}
.hex-grid__item.active p {
    font-weight: 700;
}
.s-content a{
	margin-top: 20px;
}
.candidati-form .field-row .f-row span {
    color: red;
}
.wpcf7-not-valid-tip{
color: red !important;	
}
/*upload btn*/
.your-file {
    color: transparent;
  }
  .your-file::-webkit-file-upload-button {
    visibility: hidden;
  }
  .your-file::before {
    content: 'Upload File';
    color: #2300ff;
    display: inline-block;
    background: transparent;
    border: 1px solid #2300ff;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10pt;
	      height: 50px;
    width: 166px;
	  text-align: center;
	  font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    text-transform: uppercase;
	  padding-top: 12px;
  }
.your-file-it::before{
    content: 'Carica File';	
}
  .your-file:active {
    outline: 0;
  }
  .your-file:hover::before {
    border-color: #2300ff;
  }
  .your-file:active::before {
    background-color: transparent; 
  }
/*[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
  height: 50px;
    width: 166px;
    border: 1px solid #2300ff;
    background: rgba(0, 0, 0, 0);
    color: #2300ff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

[type="file"]::-webkit-file-upload-button:hover {
  background: #fff;
   border: 1px solid #2300ff;
  color: #2300ff;
}*/
.wpcf7 form.invalid .wpcf7-response-output{
	border-color: red;
}
.cover-bottom-1{
    display: flex;
    margin-top: 20px;
    gap: 10px;
}
.cover-bottom-1 i{
    color: black;
    font-size: 18px;
}
.next-service{
    transition: all .6s ease-in-out !important;
    opacity: 0;
}
.active-service.next-service{
    opacity: 1;
    transition: all .6s ease-in-out !important;
    display: block !important;   
}
.next-service .btn-dark{
	text-align: center;
}