/*
Theme Name: CAM Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

@font-face {
  font-family: camHelvetica;
  src: url("../../fontweb/Helvetica.woff2") format("woff2"),
       url("../../fontweb/Helvetica.woff") format("woff"),
	   url("../../fontweb/Helvetica.ttf") format("ttf");
}
@font-face {
  font-family: camNeue;
  src: url("../../fontweb/Neue_condensed_regular.woff2") format("woff2"),
       url("../../fontweb/Neue_condensed_regular.woff") format("woff"),
	   url("../../fontweb/Neue_condensed_regular.ttf") format("ttf");
}
@font-face {
  font-family: camNeueLight;
  src: url("../../fontweb/Neue_light.woff2") format("woff2"),
       url("../../fontweb/Neue_light.woff") format("woff"),
	   url("../../fontweb/Neue_light.ttf") format("ttf");
}
@font-face {
  font-family: camNeueCond;
  src: url("../../fontweb/Neue_condensed_bold.woff2") format("woff2"),
       url("../../fontweb/Neue_condensed_bold.woff") format("woff"),
	   url("../../fontweb/Neue_condensed_bold.ttf") format("ttf");
}

/* GRAFICA HOMEPAGE */
body {
	font-family: 'camHelvetica',Arial,sans-serif !important;
	font-size: 15px !important;
	color: #303c49 !important;
}

#site-navigation-wrap {
    float: left;
	right: initial;
	height: 70px !important;
}
div#site-navigation-wrap a {
    font-family: 'camNeueCond',Arial,sans-serif;
    font-size: 13px;
}
#site-navigation-wrap .dropdown-menu>li>a {
    padding: 0px 12px;
}

#site-logo {
    float: right;
}
div#site-logo-inner img {
    width: 145px !important;
    height: 82px !important;
    position: absolute;
    right: 0.5%;
    top: 0;
	opacity: 1 !important;
}

#site-navigation-wrap .dropdown-menu >li >a, .oceanwp-mobile-menu-icon a, .mobile-menu-close, .after-header-content-inner >a {
    line-height: 28px !important;
}
span.logo-cam-man {
    display: block;
    font-family: 'camNeueLight',Arial,sans-serif;
    font-size: 13px;
    color: #ACB1B6;
    padding: 9px 0 0 12px;
}

.ms-skin-light-6 .ms-bullet {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background-color: #e2e3e4 !important;
    display: inline-block !important;
    border: none !important;
}
.ms-skin-light-6 .ms-bullet-selected {
	background-color: #E40045 !important;
}

.ms-info {
    color: #acb1b6;
    font-family: 'camNeueCond',Arial,sans-serif;
    font-size: 32px;
    padding: 0 35px 15px 35px;
}
.ms-info p {
    margin: 0px !important;
}

.ms-slide-info.ms-dir-h.ms-align-bottom {
	min-height: 90px !important;
}

.border-home-box {
    border-left: 1px solid #D6D8DB;
    border-right: 1px solid #D6D8DB;
    border-bottom: 1px solid #D6D8DB;
    padding: 20px;
	min-height: 485px;
}

.home-txt-chisiamo {
    min-height: 368px;
}

.title-box-cam {
    color: #303c49;
    font-family: 'camHelvetica',Arial,sans-serif;
    font-size: 20px;
    font-weight: 500;
}
.border-home-box p {
    color: #303c49;
    font-family: 'camHelvetica',Arial,sans-serif;
    font-size: 15px;
    line-height: 1.6;
}
.button-cam {
    background: #303C49;
    color: #fff;
    text-align: center;
    max-width: 130px;
    height: 40px;
    border-radius: 5px;
    padding-top: 7px;
    font-family: 'camHelvetica',Arial,sans-serif;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
	display: block;
}    
.button-cam:hover {
	opacity:0.9;
	color: #fff;
}
.box-corpo {
    min-height: 270px;
}
.border-home-box ul {
    margin-top: 0;
	list-style: none;
	color: #303c49 !important;
}

.border-home-box ul li::before, .text-page ul li::before {
  content: "\25A0";
  color: #E40045;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.title-contact {
    font-size: 40px;
    font-weight: bold;
    color: #303c49 !important;
}

.box-contact-home {
    background: #F0F1F2;
    padding: 20px;
    color: #303c49;
}
.company-name-home {
    font-weight: bold;
    padding-bottom: 7px;
}
.title-hours-home {
    font-weight: bold;
    padding: 15px 0 7px 0;
}
span.day {
    display: block;
    float: left;
    min-width: 90px;
}

h2.title-service {
    border-top: 4px solid #e40045;
    display: block;
    margin-top: 20px;
    padding: 10px 0 0px 0;
    color: #303c49;
    font-family: 'camNeueCond',Arial,sans-serif;
    font-size: 40px;
}
.title-box-man {
    font-family: 'camNeueLight',Arial,sans-serif;
    font-size: 20px;
    padding-bottom: 5px;
    color: #303c49;
}
.box-corpo-man p {
    font-family: 'camNeueLight',Arial,sans-serif;
    color: #303c49;
    line-height: 1.4;
}
.box-corpo-man {
    min-height: 205px;
	margin: 0px !important;
	font-family: 'camNeueLight',Arial,sans-serif;
    color: #303c49;
    line-height: 1.4;
}
.border-home-box.man {
    min-height: 250px !important;
}

a.btn.btn-default {
    color: #303c49;
    background-color: #fff;
    border: 1px solid #303c49;
    display: block;
    border-radius: 5px;
    line-height: 1.3;
    padding: 15px;
    font-family: 'camNeueLight',Arial,sans-serif;
    margin-top: 15px;
	text-align: center;
}
a.btn.btn-default:hover {
    background-color: #e6e5e5;
}

.service-horizzontal1 {
    border: 1px solid #d6d8db;
}
.corpo-service-horizz {
    padding: 10px 100px 0px 20px;
}
.box-corpo-man.horizz {
    min-height: auto;
	font-family: 'camNeueLight',Arial,sans-serif;
    color: #303c49;
    line-height: 1.4;
}

a.btn.btn-default.horizz {
    padding: 12px;
    max-width: 300px;
}

#footer-widgets {
    background-color: #f0f1f2;
}
#footer-bottom {
    background-color: #f0f1f2;
    border-top: 1px solid #D6D8DB;
}

div#copyright {
    font-family: 'camNeueLight',Arial,sans-serif;
    color: #303c49;
	font-size: 14px;
	padding-left: 35px;
}
.menu-menu-footer-bottom-container a {
    font-family: 'camNeueLight',Arial,sans-serif;
    color: #303c49 !important;
	font-size: 14px;
}
.menu-menu-footer-bottom-container {
    padding-right: 35px;
}
#footer-widgets {
    padding: 50px 0;
}
h4.widget-title {
    border: none;
    font-family: 'camNeueLight',Arial,sans-serif;
    font-size: 22px;
    color: #303c49 !important;
    padding: 0;
}

.loghiman img.man {
    width: 100px !important;
    padding-right: 20px;
    margin-top: 25px;
}
.loghiman img.neoplan {
    width: 120px;
    margin-top: 25px;
}

.logocam {
    font-family: 'camNeueLight',Arial,sans-serif;
}

.social-block1 {
	margin-bottom: 10px;
}

.social-block1 i {
    color: #ACB1B6;
    font-size: 30px;
	display: block;
	float: left;
	width: 39px;
    text-align: center;
    margin-right: 10px;
}
.social-block2 i {
    color: #ACB1B6;
    font-size: 30px;
	display: block;
	float: left;
	width: 39px;
    text-align: center;
    margin-right: 10px;
}
.social-block1 a {
    color: #303c49 !important;
	display: block;
	height: 40px;
	font-family: 'camNeueLight',Arial,sans-serif;
	font-size: 15px;
}
.social-block2 a {
    color: #303c49 !important;
	display: block;
	height: 40px;
	font-family: 'camNeueLight',Arial,sans-serif;
	font-size: 15px;
}

a.link-footer-comp {
    display: block;
	color: #303c49 !important;
	font-family: 'camNeueLight',Arial,sans-serif;
	font-size: 15px !important;
	margin-top: -20px;
}
a.link-footer-comp:before {
    content: "›";
    margin-right: 6px;
    position: static;
    vertical-align: -7%;
    color: #e40045;
    font-size: 32px !important;
}
.chiamaci i {
    color: #ACB1B6;
    font-size: 40px;
}

i.fas.fa-phone-square-alt:hover {
    color: #e40045;
}
a.link-footer-comp:hover { color: #e40045 !important; }
.social-block1 a:hover { color: #e40045 !important; }
.social-block2 a:hover { color: #e40045 !important; }


.banner-title-page {
	height: 435px;
}

.titolo-pages h1 {
    color: #f0f1f2 !important;
    font-family: 'camNeueCond';
    font-size: 40px;
    margin-top: 330px;
}

.presentazione-page h2 {
    font-family: 'camNeueCond';
    font-size: 40px;
    color: #303c49;
    text-transform: uppercase;
    margin-top: 25px;
}

.text-page p {
    color: #303c49;
    font-size: 16px;
}

nav.site-breadcrumbs.clr.position- {
    display: none;
}

h1.page-header-title.clr {
    font-family: 'camNeueCond';
    font-size: 40px;
    color: #303c49 !important;
    text-transform: uppercase;
    margin-top: 0;
}
body.post-template-default.single.single-post .page-header.background-image-page-header .page-header-title {
	color: #f0f1f2 !important;
}
img.man-neoplan {
    margin-left: -28px;
    margin-top: 25px;
}


@media only screen and (max-width: 950px) {

.oceanwp-mobile-menu-icon.clr.mobile-right {
    float: left;
    margin-top: 22px;
}
i.fa.fa-bars {
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
}
div#site-logo-inner img {
    width: auto !important;
    height: 62px !important;
    position: absolute;
    right: 0px;
    top: 5px;
    opacity: 1 !important;
}

.mobile-menu .hamburger-inner, .mobile-menu .hamburger-inner::before, .mobile-menu .hamburger-inner::after {
    background-color: #303c49;
    width: 30px;
}
.mobile-menu .hamburger-inner, .mobile-menu .hamburger-inner::before, .mobile-menu .hamburger-inner::before {
    background-color: #303c49;
    width: 30px;
}

div#mobile-nav a {
    font-family: 'camNeueCond',Arial,sans-serif;
}

ul#menu-menu-home-1 {
    padding-bottom: 0px;
    border-bottom: 4px solid #e40045;
}

.ms-slide-bgcont img {
    margin-top: 0px !important;
}

.ms-view.ms-basic-view {
    height: 135px !important;
}

.ms-info {
    font-size: 22px;
    line-height: 1.1;
}

h2.title-service {
    line-height: 1;
}

.border-home-box {
    min-height: auto;
}
.box-corpo {
    min-height: auto;
}
.border-home-box.man {
    min-height: auto !important;
}
.box-corpo-man {
    min-height: auto;
}

.corpo-service-horizz {
    padding: 20px;
}

.menu-menu-footer-bottom-container {
    padding-right: 0;
}
div#copyright {
    width: 80% !important;
    margin: auto;
}

.home-txt-chisiamo {
    min-height: 310px;
}

}



