/*!
Theme Name: Compucam
Theme URI: http://underscores.me/
Author: Gesystec SRL
Author URI: https://gesystec.com
Description: Custom wordpress theme for Compucam SRL oficial website.
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: compucam
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.

Compucam 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/
*/
a {
  text-decoration: none;
}
body {
  font-size: 15px;
  font-weight: 300;
}
strong{
  font-weight: 700;
}
.btn,
.form-control,
.form-select {
  border-radius: 0px !important;
}
.btn-lg{
  font-size: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.btn-primary{
  background-color: #0124c5;
  border-color: #0124c5;
}
.container {
  max-width: 1200px;
}

.text-primary{
  color: #0124c5!important;
}

/* Navbar */
.navbar-expand-md .navbar-nav .nav-link{
  font-size: 18px;
  font-weight: 600;
}

/* Home section  */
.home-service-item{
  margin-bottom: 30px;
}
.home-service-item > div{
  background-color: #fff;
  height: 100%;
  padding: 38px 40px 40px;
  box-shadow: 0px 20px 40px 0px rgba(145, 139, 187, 0.05);
}
.home-service-item > div h3{
  font-size: 17px;
}
/* About Us */
#about-us-divider {
  color: #fff;
  background-color: #333;
  padding-top: 50px;
  padding-bottom: 65px;
}
#about-us-divider .wp-block-group {
  padding-left: 80px;
  padding-top: 16px;
  position: relative;
}
#about-us-divider .wp-block-group i {
  position: absolute;
  left: 0px;
  top: 15px;
  font-size: 55px;
}
#about-us-divider .wp-block-group .wp-block-heading {
  margin: 0px 0px 3px 0px;
  padding: 0px;
  font-size: 1.5rem;
  font-weight: bold;
}
.side-left,
.side-right,
.side-right div{
  position: relative;

}

.side-left:before {
  content: '';
  width: 200px;
  height: 2px;
  border-top: 10px solid #f00;
  position: absolute;
  top: 5px;
  left: 20px;
}
.side-left:after {
  content: '';
  width: 2px;
  height: 200px;
  border-left: 10px solid #f00;
  position: absolute;
  top: 5px;
  left: 17px;
}

.side-right .col-lg-6 .image:before {
  content: '';
  width: 200px;
  height: 1px;
  border-top: 10px solid #0124c5;
  position: absolute;
  bottom: -10px;
  right: -9px;
}
.side-right .col-lg-6 .image:after {
  content: '';
  width: 2px;
  height: 200px;
  border-right: 10px solid #0124c5;
  position: absolute;
  bottom: -10px;
  right: -10px;
}

.service-title{
  color: #0124c5;
}




.feature-section ul {
  list-style: none;
  padding-left: 15px;
  margin: 1em 0;
}

.feature-section ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 3px;
  line-height: 1.6;
}

.feature-section ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 19px;
  color: #28a745;
  font-weight: bold;
}

.feature-section {
  margin: auto;
  padding: 1em;
}

.closing-line {
  font-weight: bold;
  margin-top: 1.5em;
  color: #333;
}

ul.checkmark-list{
  list-style: none;
  padding-left: 15px;
  margin: 1em 0;
}
ul.checkmark-list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 3px;
  line-height: 1.6;
}
ul.checkmark-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 19px;
  color: #28a745;
  font-weight: bold;
}

.site-footer {
  background-color: #121212;
  color: #fff;
}

.footer-blocks {
  padding-top: 90px;
  padding-bottom: 60px;
}

.footer-blocks ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.footer-blocks .block-title {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.footer-blocks .block-title:after {
  content: "";
  width: 50px;
  height: 4px;
  background: #0082f1;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 0;
  margin-left: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
}
.footer-blocks ul.contact-info {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.footer-blocks ul.contact-info li {
  padding: 0 0 16px 40px;
  position: relative;
}

.footer-blocks ul.contact-info li i {
  font-size: 20px !important;
  position: absolute;
  left: 0;
}



.footer-blocks .newsletter-widget-1 .form-control {
  font-size: 13px;
  padding: 15px 40px 15px 15px;
  border-radius: 0;
}
.footer-blocks .newsletter-widget-1 .btn {
  padding: 13px 20px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0px;
}

.footer-blocks ul.service-menu li a {
  padding: 6px 0px;
  display: inline-block;
  font-size: 15px;
  color: #fff;
}

.fw-semilight{
  font-weight: 300;
}

