/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

* {box-sizing: border-box;}

@font-face {
    font-family: 'Segoe Print';
    src: url('fonts/SegoePrint.woff2') format('woff2'),
        url('fonts/SegoePrint.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: inter;
	font-size: 16px;
	overflow-x: hidden;
	color: #606060;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	color: #414141;
}
/* #main-content {min-height: 75vh;} */
#main-content > .container {
	width: 100%;
    max-width: 1330px;
    padding: 125px 30px 0 !important;
}
.et_pb_section > .et_pb_row {
	max-width: 1310px !important;
	width: 100% !important;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0 !important;
	margin-bottom: 0!important;
}
.et_pb_section > .et_pb_row.row-about {
	max-width: 1090px !important;
}
.btn,
.form-contact input[type="submit"],
form .et_submit_button,
form .gform_button,
a.comment-reply-link,
.comment-form .submit.et_pb_button {
	padding: 10px 44px !important;
	font-size: 18px !important;
	line-height: 27px !important;
	border: 0 !important;
	color: white !important;
	border-radius: 3px !important;
	outline: none !important;
}
.comment-form .submit.et_pb_button {
	padding: 10px 30px !important;
}
a.comment-reply-link {
	font-size: 14px !important;
	padding: 3px 25px 3px 15px !important;
}
.btn.small {
	padding: 7px 35px 7px 20px !important;
	font-size: 16px !important;
}
.btn.small:after,
a.comment-reply-link:after {
	opacity: 1;
	margin-left: 0;
}
.btn.small:hover:after,
a.comment-reply-link:hover:after {
	margin-left: 5px;
}
.btn:after,
form .et_submit_button:after {
	font-size: 27px !important;
}
a.comment-reply-link:after {
	font-size: 20px !important;
	line-height: 1.3em;
}
.btn-green,
a.comment-reply-link {
	background: #46A090 !important;
}
.btn-orange,
form .et_submit_button,
form .gform_button,
.comment-form .submit.et_pb_button {
	background: #FB7120 !important;
}
form .gform_button:hover {
	background: #FB712099 !important;
}
.btn-green.dark {
	background: #83A846 !important;
}

.header-main #menu-primary-menu > li:last-child a:after,
.form-contact input[type="submit"]:after,
.form-contact .gform-footer button:after,
.comment-form .submit.et_pb_button:after {
	font-family: ETmodules !important;
	font-size: 24px;
    line-height: 1em;
    content: "\35";
    opacity: 0;
    position: absolute;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
	right: 20px;
}
.header-main #menu-primary-menu > li:last-child a:hover:after,
.form-contact input[type="submit"]:hover:after,
.form-contact .gform-footer button:hover:after,
.comment-form .submit.et_pb_button:hover:after {
    opacity: 1;
    right: 5px;
}

/* -- Header/Nav --  */
.header-main {
	min-height: 74px;
	display: flex;
	transition: all .3s;
}
.header-main .et_pb_menu__wrap {
	margin-left: auto;
	flex: none;
}
.header-main .et_pb_row {
	display: flex;
    align-items: center;
}
.header-main.header-home .et_pb_menu__logo-wrap {display: none;}
.header-main.bg-blue-head .et_pb_menu__logo-wrap {display: flex;}
body .header-main.bg-blue-head {
	background-color: #225BA5 !important;
}
.header-main #menu-primary-menu {
	align-items: center !important;
}
.header-main li.ptvilla-header-hidden-menu-item {display: none !important;}
.header-main #menu-primary-menu li a {
	font-size: 15px !important;
}
.header-main #menu-primary-menu > li:last-child a {
	padding: 10px 25px !important;
    line-height: 22.4px !important;
    border: 0 !important;
    color: white !important;
    border-radius: 3px !important;
	background: #FB7120 !important;
	opacity: 1 !important;
}
.header-main #menu-primary-menu li.current-menu-item:not(:last-child) a {
	color: orange !important;
}
.header-main #menu-primary-menu .sub-menu {
	border: 0;
    background-color: #fff !important;
    border-radius: 6px;
	padding: 10px 0;
	right: 0;
	left: initial;
	width: auto;
}
.header-main #menu-primary-menu .sub-menu:before {
    content:"";
    position: absolute;
    right: 10px;
    top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #fff transparent;
    z-index:9999;
}
.header-main #menu-primary-menu .sub-menu li {
	padding: 0;
}
.header-main #menu-primary-menu .sub-menu a {
	color: #333 !important;
}
body .header-main .et_mobile_nav_menu .et_mobile_menu {
	background-color: white !important;
	padding: 0;
	left: -15px;
    right: -15px;
    width: calc(100% + 30px);
}
.header-main .et_mobile_nav_menu .et_mobile_menu  li a {
	color: #777 !important;
	padding: 10px 25px;
}
.header-main .et_mobile_nav_menu .et_mobile_menu  li a:hover,
.header-main .et_mobile_nav_menu .et_mobile_menu  li.current-menu-item a {
	color: #FB7120 !important;
}
.header-main .et_mobile_menu ul {padding: 0;}
.header-main .et_mobile_menu li li {padding: 0}
.header-main .et_mobile_menu li li a {padding-left: 40px;}
/* -- Hero -- */
.hero {
	display: flex;
	height: 100vh;
	flex-direction: column;
	justify-content: center;
}
.hero > div {
	margin-top: 0;
	margin-bottom: 0;
}
.hero.et_pb_section > .group-btns {
	max-width: 500px !important;
}

/* -- Cards  -- */
.wrap-cards .et_pb_main_blurb_image {
	width: 100%;
	height: 200px;
}
.wrap-cards.imgs-small .et_pb_main_blurb_image {
	height: 150px;
	margin-bottom: 15px;
}
.wrap-cards .et_pb_main_blurb_image span,
.wrap-cards .et_pb_main_blurb_image span img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.wrap-cards.imgs-contain .et_pb_main_blurb_image span img {
	object-fit: contain;
}
/* -- Services -- */
.wrap-services {
	position: relative;
}
.wrap-services.security-services:after {
	background: #00000005;
}
.no-bg-img:after {
	display: none;
}
.wrap-services .et_pb_column img {
	max-height: 80px;
}
.wrap-services .et_pb_column p {
	padding: 25px;
}
.it-solutions ul,
.security-services ul {
	margin-left: 36px;
	margin-top: -20px;
}
.it-solutions .et_pb_column:not(:first-child) .et_pb_blurb_description,
.security-services .et_pb_column:not(:first-child) .et_pb_blurb_description{
	padding: 0 50px;
}
.first-word-colored h4 {
	font-size: 1.24rem;
	line-height: 1.65rem;
}

/* -- Text And Media Column -- */
.text-media-top {
	margin: auto !important;
}
.text-media-cols {display: flex; flex-direction: column;}
.text-media-cols:nth-of-type(odd) .et_pb_column:nth-child(1),
.text-media-cols:nth-of-type(even) .et_pb_column:nth-child(1){order: 2;}
.text-media-cols:nth-of-type(odd) .et_pb_column:nth-child(2),
.text-media-cols:nth-of-type(even) .et_pb_column:nth-child(2){order: 1; margin-bottom: 20px;}
.text-media-cols .et_pb_column:first-child {
	column-count: 2;
    column-gap: 20px;
}
.text-media-cols .et_pb_column:first-child .et_pb_module {
	break-inside: avoid;
}
.text-media-cols .et_pb_column:first-child .et_pb_module:first-child {
	column-span: all;
}
.no-col-span .text-media-cols .et_pb_column:first-child .et_pb_module:first-child {
    column-span: none;
}
.text-media-cols .et_pb_image_wrap {
	width: 100%;
}
.text-media-cols .et_pb_image_wrap img {
	width: 100% !important;
	height: auto !important;
}
/* -- Block Logos -- */
.wrap-logos .et_pb_row {
	display: flex;
	align-items: center;
}

/* -- Form Section -- */
.form-contact {
	padding: 50px 15px !important;
}
.form-contact .et_pb_row {
	display: flex;
	padding: 0!important;
}
.form-contact .info-contact {
	position: relative;
	height: 100%;
}
.form-contact .info-contact:before {
	position: absolute;
	top: -50px;
	bottom: -50px;
	content: '';
	left: -100vw;
	background: #225BA5;
	right: 0;
}
.form-contact input:not([type="submit"]),
.form-contact textarea,
#commentform textarea {
	border: 0;
	box-shadow: none !important;
	border-bottom: 1px solid #8d8d8d;
	resize: none;
	border-radius: 0;
	padding-left: 0;
	outline: none !important;
}
.form-contact textarea,
#commentform textarea {
	height: 100px;
}
#commentform textarea {
	font-size: 14px;
	background-color: transparent;
	color: #414141;
	line-height: 1.5;
}
.post-password-required form input {
	background-color: transparent !important;
	box-shadow: 0 1px 0px #8d8d8d;
}
.form-contact input:not([type="submit"]):focus,
.form-contact textarea:focus {
	border-bottom: 1px solid #225ba5;
}
.form-contact .gform_required_legend {
	display: none;
}
.form-contact textarea {
	height: 100px;
}
.form-contact input[type="submit"] {
	background-color: #FB7120 !important;
}
.form-contact label {
	margin-bottom: 0 !important;
}
.form-contact input[type="submit"]:hover {
	background-color: #FB712095 !important;
}
.form-contact .phone,
.form-contact .email,
.form-contact .address {
	padding-left: 25px;
	margin-top: 20px !important;
	display: block;
}
.form-contact a {
	color: white !important;
}
.form-contact .phone {
	background: url(https://1360baf197.nxcli.io/wp-content/uploads/2025/02/Vector.png) left center no-repeat;
	background-size: 15px auto;
}
.form-contact .email {
	background: url(https://1360baf197.nxcli.io/wp-content/uploads/2025/02/Vector-1.png) left center no-repeat;
	background-size: 15px auto;
	word-break: break-all;
}
.form-contact .address {
	background: url(https://1360baf197.nxcli.io/wp-content/uploads/2025/02/Vector-2.png) left center no-repeat;
	background-size: 15px auto;
}
.form-contact .gform_submission_error {
	font-size: 16px !important;
    line-height: 1.4 !important;
}
.form-contact.form-register {
	padding: 30px 0 0 !important;
}
.form-contact.form-register div.gfield {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.form-contact .gform-footer {
    display: flex;
	justify-content: flex-end;
}
.form-contact .gform-footer > button {
	order: 2;
}
.form-contact .gform-footer > span {
	order: 1;
}
.form-contact .et_pb_column .et_pb_text_inner h3 + p {margin-top: -10px;}
.form-contact > .et_pb_row > .et_pb_column:first-child:before,
.form-contact > .et_pb_row > .et_pb_column:first-child:after {
	content: '';
	position: absolute;
	background: rgba(35, 78, 134, 0.34);
	border-radius: 50%;
}
.form-contact {overflow: hidden;}
.form-contact > .et_pb_row > .et_pb_column:first-child:before {
	width: 100px;
	aspect-ratio: 1;
	right: 100px;
	bottom: 0;
	z-index: 1;
}
.form-contact > .et_pb_row > .et_pb_column:first-child:after {
	width: 175px;
	aspect-ratio: 1;
	right: 0;
	bottom: -100px;
}
.post-password-required {
	padding-top: 70px;
	min-height: 70vh;
}
.gform-theme--framework .gform_validation_errors {
	outline: none !important;
}
/* -- Footer -- */
.footer-main > .et_pb_row:not(.footer-bottom) {
	display: flex;
}
.footer-main > .et_pb_row:not(.footer-bottom) > .et_pb_column:first-child {width: 40%}
.footer-main > .et_pb_row:not(.footer-bottom) > .et_pb_column:last-child {width: 60%}

.footer-down {
	display: flex;
	align-items: flex-end;
}
.footer-main h4 {
	color: white;
	font-family: 1.19rem;
}
.footer-main,
.footer-main a {
	color: #ccc !important;
}
.nav-footer ul {
	column-count: 2;
	column-gap: 50px;
	margin-top: 90px;
}
.nav-footer ul li {
	list-style: none;
	font-size: 16px;
	margin-bottom: 10px;
}

/* -- Inner Pages -- */
.row-about {
	display: flex;
	align-items: center;
}
.row-about:nth-child(2n) .et_pb_column:first-child {
	order: 2;
}
.row-about:nth-child(2n) .et_pb_column:last-child {
	order: 1;
}
.row-about > .et_pb_column:first-child {
	aspect-ratio: 3/2;
}
.row-about > .et_pb_column:first-child div,
.row-about > .et_pb_column:first-child span {
	height: 100%;
	width: 100%;
}
.row-about > .et_pb_column:first-child img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.profile-info h3 {
	font-size: 1.813rem;
	line-height: 2.188rem;
}
.profile-info h4 {
	font-size: 1.188rem;
	line-height: 1.438rem;
	letter-spacing: 1.5px;
}
.profile-info .et_pb_image_wrap {
	aspect-ratio: 1;
	border-radius: 50%;
	max-width: 325px;
}
.profile-info .et_pb_image_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* .wrap-map {
	border-top: 5px solid #225BA5;
	border-bottom: 5px solid #225BA5;
} */
.wrap-cols-4 img {width: 80px;}
.wrap-map > .et_pb_row {max-width: 100% !important;}
.wrap-map > .et_pb_row iframe {width: 100% !important; height: 535px !important; float: left;}

.content-business-services .et_pb_text_inner {text-align: center;}
.content-business-services .et_pb_text_inner p,
.content-business-services .et_pb_text_inner ul,
.content-business-services .et_pb_text_inner h3,
.content-business-services .et_pb_text_inner h4,
.content-business-services .et_pb_text_inner h5,
.content-business-services .et_pb_text_inner h6 {text-align: left;}
.content-business-services .et_pb_text_inner h1 {
	display: inline-block;
    padding: 0 25px 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #000;
}
.content-business-services .et_pb_text_inner h2 {margin-bottom: 20px;}

.pro-top h3 {padding: 12px 0 15px;}
.pro-col-1 h5 {padding: 5px 0;}
.pro-col-1 h6 {padding: 20px 0 0;}
.wrap-freedom-pro .et_pb_blurb_content img {
	height: 175px;
	width: auto;
}
.table-rates {
	border: 0 !important;
	border-left: 1px solid #ddd !important;
	border-top: 1px solid #ddd !important;
	font-size: 14px;
	margin: 0 !important;
}
.table-rates th,
.table-rates td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 15px;
}
.table-rates th {
	background-color: #225ba5;
	color: white !important;
	font-size: 18px;
}
.table-rates tr:nth-child(odd) {
	background-color: #f9f9f9;
}
.table-rates td strong {
	color: #225ba5;
	font-size: 18px;
}

/* -- Testimonials -- */
.wrap-testimonials .et_pb_testimonial,
.wrap-testimonials-security-page .et_pb_testimonial {
	padding: 20px !important;	
}
.wrap-testimonials .et_pb_testimonial_description,
.wrap-testimonials-security-page .et_pb_testimonial_description {
	display: flex;
	flex-direction: column;
	margin-left: 0 !important;
	text-align: center;
}
.wrap-testimonials .et_pb_testimonial_portrait {
	margin-right: 0;
	float: none;
    margin: auto;
}
 .wrap-testimonials .et_pb_testimonial_description > .et_pb_testimonial_author,
.wrap-testimonials-security-page .et_pb_testimonial_description > .et_pb_testimonial_author {
/* 	order: 1; */
	margin-top: 0;
}
/*
.wrap-testimonials .et_pb_testimonial_description > .et_pb_testimonial_meta,
.wrap-testimonials-security-page .et_pb_testimonial_description > .et_pb_testimonial_meta {
	order: 2;
	margin-bottom: 12px;
}
.wrap-testimonials .et_pb_testimonial_description .et_pb_testimonial_description_inner,
.wrap-testimonials-security-page .et_pb_testimonial_description .et_pb_testimonial_description_inner {
	order: 3;
} */
.wrap-testimonials-security-page > .et_pb_row > .et_pb_column:last-child {
	position: relative;
	padding-top: 40px;
	margin-top: 18px;
}
.wrap-testimonials-security-page > .et_pb_row > .et_pb_column:last-child:before {
	content: 'Testimonials';
	text-transform: uppercase;
	position: absolute;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fb7120;
	top: 0;
	left: 0;
}
.wrap-testimonials .slick-slider {
	padding: 0 25px !important;
}
.wrap-testimonials .slick-slider .slick-prev {
	left: 0;
	top: calc(50% - 18px);
}
.wrap-testimonials .slick-slider .slick-next {
	right: 0;
	top: calc(50% - 18px);
}
.wrap-testimonials .slick-track {
	display: flex !important;
}
.wrap-testimonials .slick-slide {
	height: auto !important;
	overflow: visible !important;
}
.wrap-testimonials .slick-slide > div {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/* -- Footer Nav -- */
.footer-main .et_pb_menu__menu {
	display: block !important;
	width: 100%;
}
.footer-main .et_mobile_nav_menu {display: none !important;}
.footer-main .et-menu.nav, 
.footer-main .et-menu.nav li {
	display: block !important;
}
.footer-main .et-menu.nav {
	column-count: 2;
    column-gap: 50px;
	width: 100%;
	margin-bottom: 25px;
}
.footer-main .et-menu.nav ul {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	opacity: 1 !important;
	visibility: visible !important;
	border: 0;
    padding: 0 0 0 10px;
	background: transparent !important;
	box-shadow: none;
}
.footer-main .et-menu .menu-item-has-children>a:first-child:after {position: relative;}
.footer-main .menu-item-has-children > a {pointer-events: none;}
.footer-main .et-menu li li {padding: 0;}
.footer-main .et-menu li li a {padding: 0;}
.footer-main .et-menu.nav li.current-menu-item a,
.footer-main .et-menu.nav a:hover {color: #FB7120 !important;}

/* -- Slider -- */
.cards-testimonials button,
.wrap-testimonials-security-page button {transition: all .3s;}
.cards-testimonials .slick-next:before, 
.cards-testimonials .slick-prev:before,
.wrap-testimonials-security-page .slick-next:before, 
.wrap-testimonials-security-page .slick-prev:before {
	color: #FB7120; 
	font-size: 25px;
}
.cards-testimonials .slick-dots li button:before,
.wrap-testimonials-security-page .slick-dots li button:before{
	color: #FB7120;
	font-size: 16px;
}
.cards-testimonials .slick-slide,
.wrap-testimonials-security-page .slick-slide {
	margin: 17px 15px 50px !important;
}
.wrap-parallex {
	height: 60vh;
}

.card-price h3 sup {
	bottom: 9px;
    font-size: 15px;
    font-weight: 500;
	color: #414141;
}
.card-price h3 span {
	font-size: 15px;
    font-weight: 500;
    color: #606060;
}
.card-price ul li {
	line-height: 1.5;
	font-weight: 400;
	margin: 8px 0;
}
.card-price ul li::marker {
	font-size: 18px;
	color: #1466d1b5;
}
.text-orange .card-price ul li::marker {
	color: #fb7120b8;
}
.et_pb_section > .et_pb_row.pricing-plans {
	padding-left: 0;
	padding-right: 0;
	display: flex;
}
.et_pb_section > .et_pb_row.pricing-plans .et_pb_column {
	width: calc(25% - 15px) !important;
	margin: 15px !important;
	float: none;
}
.et_pb_section > .et_pb_row.pricing-plans .et_pb_column .et_pb_module {
	height: 100%;
}
.et_pb_section > .et_pb_row.pricing-plans .et_pb_column .et_pb_text_inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.et_pb_section > .et_pb_row.pricing-plans .et_pb_column .et_pb_text_inner h3 {
	margin-top: auto;
}

/* -- Blogs -- */
.hero-blog {
	display: flex;
    align-items: center;
}
.wrap-blog .et_pb_salvattore_content {
	display: flex;
	margin: 0 -15px;
	flex-wrap: wrap;
}
.et_pb_blog_0 .et_pb_post .post-content, 
.et_pb_blog_0.et_pb_bg_layout_light .et_pb_post .post-content p, 
.et_pb_blog_0.et_pb_bg_layout_dark .et_pb_post .post-content p {
	font-family: 'Inter' !important;
	font-size: 14px !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
}
.wrap-blog .et_pb_salvattore_content .column {
	width: calc(33.33% - 30px) !important;
	margin: 0 15px !important;
}
.wrap-blog .column .more-link {
	color: #FB7120;
	text-transform: capitalize;
	margin-top: 10px;
	font-size: 15px;
	display: inline-block;
	transition: all .3s;
	font-weight: 500 !important;
}
.wrap-blog .column .more-link:hover,
.et_pb_blog_0 .et_pb_post .entry-title a {
	color: #225BA5;
}
.wrap-blog .column .et_pb_post {
	box-shadow: 0px 25px 0px 0px #f1f1f1;
    border-radius: 20px;
    border: 1px solid #dedede !important;
	background: #fff !important;
	margin-bottom: 50px !important;
}
.et_pb_blog_0 .et_pb_post .entry-title a, 
.et_pb_blog_0 .not-found-title,
.et_pb_blog_0 .et_pb_post .post-meta, 
.et_pb_blog_0 .et_pb_post .post-meta a, 
#left-area .et_pb_blog_0 .et_pb_post .post-meta, 
#left-area .et_pb_blog_0 .et_pb_post .post-meta a {
	font-family: 'Inter' !important;
}
.wrap-blog a.entry-featured-image-url {
	height: 250px;
}
.wrap-blog a.entry-featured-image-url img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}
#left-area {font-weight: 400;}
#left-area .et_pb_row {padding: 0;}
#left-area .et_pb_section {padding: 25px 0 0;}
#left-area > .et_pb_post {
	margin-bottom: 0;
	padding-bottom: 0;
}
#comment-wrap {padding-top: 35px;}
#comment-wrap a {color: #225BA5;}

#comment-wrap h1 {
	font-weight: 600;
	color: #FB7120;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

#comment-wrap h3 {
	color: #FB7120;
}
#comment-wrap .comment_avatar {
	width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
#comment-wrap .comment-body {
	padding: 8px 90px 0 65px;
	margin-bottom: 18px;
	min-height: initial;
}
#comment-wrap .commentlist ul {
	margin-left: 20px;
}
.commentlist li {
	padding: 12px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	margin-bottom: 15px;
}
.commentlist .comment #respond {
    margin: -15px 0 0 63px;
}
.commentlist .comment #respond #commentform {margin-bottom: 15px;}
.comments-number a {
	color: #FB7120 !important;
}
#sidebar li {
	margin: 0;
    position: relative;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .25);
    padding: 10px 10px 10px 100px;
    margin-bottom: 10px;
	font-size: 12px;
    line-height: 1.4;
	min-height: 80px;
}
#sidebar .wp-block-latest-posts__featured-image {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 80px;
	height: 60px;
	border-radius: 4px;
	overflow: hidden;
}
#sidebar .wp-block-latest-posts__featured-image a {
	padding: 0;
	display: block;
	float: left;
	width: 100%;
	height: 100%;
}
#sidebar .wp-block-latest-posts__featured-image a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#sidebar a {
	color: #225BA5 !important;
	transition: all .3s;
	display: block;
	padding: 5px 0;
}
#sidebar a:hover {
	color: #FB7120 !important;
}
#sidebar .et_pb_widget .wp-block-search__button {
    background: #FB7120;
    color: white;
    border-color: #FB7120;
    font-weight: 500;
}
#sidebar .wp-block-latest-posts__post-title {
	font-size: 14px; 
	padding-top: 0;
}
#sidebar time {
	margin-bottom: 6px; 
	display: block;
}

/* -- Tabbing -- */
.et_pb_menu__logo a:focus,
.et_pb_button:focus,
.et_pb_promo_button:focus,
.button:focus,
input[type="submit"]:focus {
    outline: 2px solid #ff9800;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.freedom-msp h2 {
	font-family: 'Segoe Print' !important;
}
.freedom-msp h2 span {
	font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif !important;
}
.networking-security .blue-hover h4 > a {
	transition: all .3s;
}
.networking-security .blue-hover h4 > a:hover {
	color: #225BA5 !important;
}
.info-contact {padding-right: 15px;}
/* -- Media Breakpoints -- */
@media (max-width: 1199px) {
	.it-solutions .et_pb_column:not(:first-child) .et_pb_blurb_description, 
	.security-services .et_pb_column:not(:first-child) .et_pb_blurb_description {padding: 0;}
	.header-main #menu-primary-menu li {padding: 0 7px;}
	.header-main #menu-primary-menu li a {font-size: 13px !important;}
	.header-main #menu-primary-menu > li:last-child a {padding: 8px 15px !important;}
}
@media (max-width: 980px) {
	.et_pb_section h2 {font-size: 2.5rem !important; line-height: 3.2rem !important;}
	.form-contact .et_pb_row {display: block;}
	.form-contact .info-contact {padding-bottom: 50px;}
	.form-contact .info-contact:before {top: -50px; bottom: 0; left: -15px; right: -15px;}
	.row-about {display: block;}
	.row-about .et_pb_column div {text-align: center;}
	.et_pb_column .et_pb_row_inner, .et_pb_row {padding-top: 0; padding-bottom: 0;}
	.wrap-cards .et_pb_column {margin-top: 25px;}
	.wrap-cards .et_pb_blurb_content {max-width: 100%;}
	.et_pb_section > .et_pb_row {padding-right: 15px !important; padding-left: 15px !important;}
	.wrap-services .et_pb_column p {padding: 10px 15px 25px 15px;}
	.form-contact {padding: 50px 0 !important;}
	.hero.et_pb_section > .group-btns {max-width: 500px !important; display: flex; margin-top: 25px !important;}
	.row-about .et_pb_image .et_pb_image_wrap,
	.profile-info .et_pb_image_wrap {max-width: 65%;}
	.wrap-freedom-pro .et_pb_blurb_content {max-width: 100%;}
	.footer-main .et-menu.nav {column-gap: 0;}
	.et_pb_section > .et_pb_row.pricing-plans .et_pb_column {width: calc(47.8% - 15px) !important;}
	.et_pb_section > .et_pb_row.pricing-plans .et_pb_column h2 {font-size: 1.5rem !important; line-height: 1.3 !important;}
	.form-contact .address,
	.form-contact .email,
	.form-contact .phone {display: inline-block;}
	.form-contact .et_pb_column .et_pb_text_inner {text-align: center;}
	.form-contact > .et_pb_row > .et_pb_column:first-child:before {bottom: 100px;}
	.form-contact > .et_pb_row > .et_pb_column:first-child:after {bottom: 0;}
}
@media (max-width: 767px) {
	.text-media-cols {flex-direction: column;}
	.text-media-cols .et_pb_module {margin-top: 15px !important;}
	.wrap-map > .et_pb_row iframe {height: 400px !important;}
	.row-about h4 {font-size: 1.8rem;}
	.footer-main > .et_pb_row:not(.footer-bottom) {display: block;}
	.footer-main > .et_pb_row > .et_pb_column {float: none; width: 100% !important;}
	.footer-main > .et_pb_row > .et_pb_column:first-child * {text-align: center;}
	.footer-main .et-menu-nav,
	.footer-main .et_pb_menu_inner_container {display: block !important; width: 100%;}
	.wrap-parallex {height: 200px;} 
	.et_pb_section > .et_pb_row.pricing-plans .et_pb_column {width: 100% !important; margin: 15px 0 !important;}
	.wrap-blog .et_pb_salvattore_content .column {width: 100% !important;}
}
@media (max-width: 575px) {
	.et_pb_section h2 {font-size: 2.2rem !important; line-height: 2.5rem !important;}
	.et_pb_section h3 {font-size: 1.6rem !important; line-height: 2rem !important;}
	.btn {padding: 10px 30px !important; font-size: 16px !important;}
	.post-password-required {min-height: 50vh;}
}

@media (min-width: 981px) {	
	.text-media-cols {flex-direction: row;}
	.text-media-cols:nth-of-type(odd) .et_pb_column:nth-child(1) {order: 2; margin-right: 0; margin-left: 5.5%;}
	.text-media-cols:nth-of-type(odd) .et_pb_column:nth-child(2) {order: 1;}
	.text-media-cols:nth-of-type(even) .et_pb_column:nth-child(1){order: 1;}
	.text-media-cols:nth-of-type(even) .et_pb_column:nth-child(2){order: 2;}
	.row-about > .et_pb_column:first-child {aspect-ratio: 1;}
	.form-contact .et_pb_column .et_pb_text_inner h3 + p {margin-bottom: 50px; font-size: 16px;}
	#left-area {width: 75% !important; padding-right: 25px !important;}
	#sidebar {width: 25% !important; padding-left: 25px !important;}
	.et_right_sidebar #main-content .container:before {right: 26% !important;}
}
@media (min-width: 1350px) {
	.form-contact {padding: 75px 15px !important}
	.form-contact .info-contact:before {
		top: -75px;
		bottom: -75px;
	}
}









