/*------------------------------------------------------------------

Template Name: Rossini
Template Description: Custom Template for Aldie Family & Cosmetic Dentistry
Version: 1.0
Author: BootPeople

* This file contains the styling for this theme. If you want to change any style of the theme, just edit from here. But, before editing anything, please make sure that you have proper css knowledge. Also, if you want to edit style of responsive version, then please edit the responsive.css file available at assets/css/responsive.css

-------------------------------------------------------------------*/
/*------------------------------------------------------------------

[TABLE OF CONTENTS]

	01. Global Styles
    02. Preloaders
    03. Buttons
    04. Header Section
		4.1. Header and Sticky Bar
		4.2. Logo
		4.3. Main Menu
    05. Intro Section
	06. Welcome Section
    07. Meet the Doctor Section
    08. Testimonial Section
    09. Map Area
	10. Inner Pages Area
	11. Footer Area
	12. Copyright
	13. RESPONSIVE

-------------------------------------------------------------------*/

/*-----------------------------
 1. Global Styles 
-------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Kanit:200,300,400,700,800&display=swap');

body {
    color: #000;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    line-height: 25px;
    overflow-x:hidden;
}

.wrapper {
    padding: 70px 0;
}
body.home.page-template.page-template-page-templates.page-template-carlo-home .entry-title {
    display:none;
}

.entry-title {
    display:block;
    text-align: center;
    color: #211645;
    font-weight: 200;
    font-size: 72px;
}

.blog-page-article {
    margin-bottom: 50px;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin: 0 0 25px;
    font-weight: 700;
    font-family: 'Kanit', sans-serif;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
    object-fit: cover;
}

a {
    color:#000;
}

a:hover {
    text-decoration: none;
    color:#EC0044;
}

p {
    margin: 0 0 20px;
}

.rossini-overlay {
    position: relative;
}

.aldiedentist-overlay:before {
    background-color: #333333;
    content:"";
    height:100%;
    left:0;
    opacity:0.85;
    position: absolute;
    top:0;
    width:100%;
}

.section-heading {
    display: block;
    margin-bottom: 50px;
}

.section-heading h2 {
    font-size: 35px;
}

.section-heading.dark h2 {
    color: #ffffff;
}

.section-heading span {
    display: block;
}

.section-border {
    background: #df203d;
    height: 7px;
    margin: 15px 0 0;
    width: 75px;
}

.section-border.middle {
    margin: 15px auto 0;
}

.small-border {
    background: #df203d;
    height: 4px;
    margin: 10px 0 20px;
    width: 40px;
}

.section-padding {
    padding: 70px 0 80px;
}

.section-smallpadding {
    padding: 50px 0;
}

.alignright {
    float: right;
    margin: 0 0 15px 15px;
}

.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}

.aligncenter {
    display: block;
    margin: 15px auto;
}

.gap {
    margin-bottom:20px;
}

/*-----------------------------
2. Preloaders
-------------------------------*/
.spinner {
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
  background-color: #ffffff;
  border-radius: 100%;  
  height: 40px;
  margin: 100px auto;
  width: 40px;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}

.aldiedentist-site-preloader-wrap {
    background: #df203d none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.aldiedentist-site-preloader-wrap .spinner {
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
}
/* case study css */
.events-area.unser-service {
    height: 470px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
    margin-top: 30px;
}
.events-area a h2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: rgb(210, 28, 72, .7);
    font-size: 30px;
    padding: 35px 0;
    position: relative;
}
.events-area h2:before {
    content: "";
    background-image: url(https://rossini1969.it/wp-content/uploads/2019/10/bar-bottom.png);
    position: absolute;
    height: 9px;
    width: 337px;
    max-width: 100%;
    bottom: 23%;
    left: 20%;
}
.text-t {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.btn.loadMoreBtn {
    color: #7c7c7c;
    font-size:25px;
    text-transform:uppercase;
    font-weight:300;
    position: relative;
}
.btn.loadMoreBtn:before {
    content: "";
    background-image: url(https://rossini1969.it/wp-content/uploads/2019/10/down-arrow.png);
    position: absolute;
    height: 22px;
    width: 72px;
    max-width: 100%;
    bottom: -6%;
    left: 47%;
}



/*-----------------------------
3. Buttons
-------------------------------*/

.rossini-small-btn {
    -webkit-transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: color;
    background: #e7c420;
    border-radius: 0;
    border: none;
    color: #ffffff;
    font-size: 15px;
    padding: 14px 45px;
    position: relative;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    transition-property: color;
    font-weight: 700;
}

.rossini-small-btn:before {
  -webkit-transform-origin: 0 50%;
  -webkit-transform: scaleX(0);
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  background: #333;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: 0 50%;
  transform: scaleX(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}

.rossini-small-btn:hover, .rossini-small-btn:focus, .rossini-small-btn:active {
  color: #e7c420;
}

.rossini-btn {
    color: #333;
    background: #e7c420;
    border-radius: 0;
    font-size: 15px;
    padding: 10px 15px;
    -webkit-transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: color;
    position: relative;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    transition-property: color;
    font-weight: 500;
    text-align:center;
    font-weight:700;
}

.rossini-btn:before {
  -webkit-transform-origin: 0 50%;
  -webkit-transform: scaleX(0);
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  background: #333;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: 0 50%;
  transform: scaleX(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}

.rossini-btn:hover, .rossini-btn:focus, .rossini-btn:active {
  color: #fff;
}

.rossini-small-btn:hover:before, .rossini-small-btn:focus:before, .rossini-small-btn:active:before, .rossini-btn:hover:before, .rossini-btn:focus:before, .rossini-btn:active:before  {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



/*-----------------------------
4. Header Section
-------------------------------*/

/* 4.1. Header and Sticky Bar */

.header-area {
    background: #fff;
    padding: 0;
    height: auto;
}

.info-bar li {
    list-style:none;
    margin-top: 5px;
}

.top-bar  {
    background: #D9D9D9;
    padding: 0;
    height: auto;
    list-style:none;
    padding: 10px 0;
}

.top-bar a {
    font-size: 19px;
    font-weight: 400;
    color: #808080;
    margin-right: 15px;
}

.top-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-bar li {
display: block;
}


/* 4.2. Logo */

.logo-bar {
    padding: 20px 0;
}

.logo img {
    position: relative;
    z-index: 9;
}

.logo a {
    color: #333;
}

.logo a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: 0.9;
    color: #df203d;
    position: relative;
    z-index: 9;
}

.logo h1 {
    display: inline-block;
    font-size: 35px;
    margin: 0;
    padding: 4px 0;
}

/* 4.3. Main Menu */



/* 4.3. Main Menu */

.menu-bar {
    background: #1E1545;
    z-index: 999;
    position: relative;
}

.main-menu {
    background: rgba(27, 17, 15, 0);
    margin-top: 0px;
}

.main-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.main-menu li a {
    color: #fff;
    display: block;
    font-size: 38px;
    padding: 14px 0px;
    font-weight: 300;
}
.active, .main-menu li:hover > a {
    text-decoration: none;
    color:#EC0044;
}

.main-menu li {
    display: inline-block;
    position: relative;
    margin-right:  60px;
}

.main-menu li:last-child {
    margin-right:  0px;
}

.main-menu li ul {
    background: #474747 none repeat scroll 0 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: left;
    top: 75px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 170px;
    z-index: -1;
}

.main-menu li:hover ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    z-index: 99;
    top: 45px;
}
.main-menu li ul li {
    display: block;
    padding: 0 15px;
    margin-right: 0;
}
.main-menu li ul li:hover {
    background: #1B110F none repeat scroll 0 0;
}
.main-menu li ul li a {
    color: #fff;
}
.main-menu li ul li a {
    font-size: 13px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.main-menu li:hover ul li ul {
    background: #474747 none repeat scroll 0 0;
    left: 150px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: left;
    top: 0px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 170px;
    z-index: -1;
}
.main-menu li ul li:hover ul {
    left: 170px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    z-index: 99;
}

.main-menu li:hover:before, .main-menu li:focus:before, .main-menu li:active:before, .main-menu li.active:before {
  left: 0;
  right: 0;
}

.main-menu li ul li:before {
    opacity: 0;
}

.navbar-brand {
    margin-right: 0;
}

.header-btn a {
    font-size: 15px !important;
    font-weight:700;
    padding: 25px 20px !important;
    color:#242424;
    background: #FF9B05;
    -webkit-transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: color;
    border-radius: 45px;
    border: none;
    position: relative;
    text-transform: uppercase;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    transition-property: color;
    float: right;
}

.header-btn a:before {
  -webkit-transform-origin: 0 50%;
  -webkit-transform: scaleX(0);
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  background: #fff;
  color:#242424;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: 0 50%;
  transform: scaleX(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius: 45px;
}


.header-btn a:hover:before, .header-btn a:focus:before, .header-btn a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.header-btn:before {
  background: transparent!important;
}



/* -------------------- SECONDA AGGINTA --------------- */

.header-menu-area {
    background: #1E1545;
    position: relative;
}

.header-menu {
    width: 100%;
}

.header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.header-menu ul li {
    padding: 10px 20px;
}


.header-menu ul li a {
    color: #fff;
    font-size: 38px;
    font-weight: 300;
}

.header-menu ul li a:hover{
	color:#EC0B43;
}

.header-menu ul {
    text-align: center;
}

.header-menu ul li {
    float: none;
    display: inline-block;
}

.mega-menu {
    background: #fff;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 70px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 96%;
    left: 2%;
    right: 0;
    border: 1px solid #ccc;
    padding: 20px 20px 5px;
    z-index: -1;
}

.mega-menu ul {
    padding-bottom:  15px;
}

.header-menu li:hover .mega-menu {
    opacity: 1;
    top: 52px;
    z-index: 9;
}
.header-menu li ul li {
    display: block;
    text-align: left;
    padding: 0;
}
.header-menu li ul li a {
    font-size: 13px;
    color: #000;
}

.mega-menu h4 {
    font-size: 18px;
    color: #1E1545;
    font-weight: 500;
    margin-bottom: 5px;
}

.mega-menu h3 a {
    font-size: 18px;
    color: #1E1545;
    font-weight: 500;
    margin-bottom: 5px;
}
.header-logo-area {
    position: relative;
    overflow: hidden;
    padding: 35px 0;
}

.h-logo-wrapper img {
    height: 50px;
}


/* -------------------- FINE SECONDA AGGINTA --------------- */




/*------------------------------------------------------------------

Vecchia versione del menu'


.menu-bar {
    background: #1E1545;
    z-index: 999;
    position: relative;
}

.main-menu {
    background: rgba(27, 17, 15, 0);
    margin-top: 0px;
}

.main-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.main-menu li a {
    color: #fff;
    display: block;
    font-size: 38px;
    padding: 14px 0px;
    font-weight: 300;
}
.active, .main-menu li:hover > a {
    text-decoration: none;
    color:#EC0044;
}

.main-menu li {
    display: inline-block;
    position: relative;
    margin-right:  60px;
}

.main-menu li:last-child {
    margin-right:  0px;
}

.main-menu li ul {
    background: #474747 none repeat scroll 0 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: left;
    top: 75px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 170px;
    z-index: -1;
}

.main-menu li:hover ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    z-index: 99;
    top: 45px;
}
.main-menu li ul li {
    display: block;
    padding: 0 15px;
    margin-right: 0;
}
.main-menu li ul li:hover {
    background: #1B110F none repeat scroll 0 0;
}
.main-menu li ul li a {
    color: #fff;
}
.main-menu li ul li a {
    font-size: 13px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.main-menu li:hover ul li ul {
    background: #474747 none repeat scroll 0 0;
    left: 150px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: left;
    top: 0px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 170px;
    z-index: -1;
}
.main-menu li ul li:hover ul {
    left: 170px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    z-index: 99;
}

.main-menu li:hover:before, .main-menu li:focus:before, .main-menu li:active:before, .main-menu li.active:before {
  left: 0;
  right: 0;
}

.main-menu li ul li:before {
    opacity: 0;
}

.navbar-brand {
    margin-right: 0;
}

.header-btn a {
    font-size: 15px !important;
    font-weight:700;
    padding: 25px 20px !important;
    color:#242424;
    background: #FF9B05;
    -webkit-transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: color;
    border-radius: 45px;
    border: none;
    position: relative;
    text-transform: uppercase;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    transition-property: color;
    float: right;
}

.header-btn a:before {
  -webkit-transform-origin: 0 50%;
  -webkit-transform: scaleX(0);
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  background: #fff;
  color:#242424;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: 0 50%;
  transform: scaleX(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  border-radius: 45px;
}


.header-btn a:hover:before, .header-btn a:focus:before, .header-btn a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.header-btn:before {
  background: transparent!important;
}


-------------------------------------------------------------------*/

/*-----------------------------
4. slider Section
-------------------------------*/

.carousel-inner {
    height: 405px;
}

.slider-inner {
    padding-left:40px;
    padding-right:15px;
}

.slider-one {
    padding: 125px 0 0 0;
}

.slider-inner h1 {
    margin: 0;
    color: #EC0044;
    font-size: 68px;
    line-height: 55px;
    font-weight: 300;
    margin-bottom:10px;
    text-transform: uppercase;
}

.slider-inner p {
    margin: 0;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.slider-btn a {
	color:#211645;
	border:1px solid #211645;
	padding: 6px 30px;
    border-radius: 35px;
}

.slider-btn a:hover {
	background:#211645;
	color:#fff;
}

.slider-btn {
    margin-top:30px;
}

/*--------------------------------------
5. Home Category
----------------------------------------*/

.home-category h2 {
    font-size: 18px;
    color: #fff;
    background: rgba(30, 21, 69, 0.8);
    text-align: center;
    font-weight: 400;
    padding: 20px 0;
    margin-top: -96px;
    z-index: 99;
    position: relative;
    text-transform: uppercase;
}

.home-category h2:hover {
    background: rgba(236, 11, 67, 0.8);
}

.home-category a {
    font-size: 18px;
    color: #fff;
/*    padding: 15px 58px; */
}

/*-----------------------------
6.Counter Section
-------------------------------*/

.site-counter span {
    font-size: 42px;
    color: #fff;
    font-weight: 300;
}

.site-counter p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}

.counter-border {
    border: 1px solid #fff;
    border-radius: 150px;
    padding: 95px 0;
}

.subpage-counter-border::before {
    border: 6px solid #000;
    position: absolute;
}

/* blog css */

.vc_case_history .row:after {
    content: "";
    width: 100%;
    height: 182px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), #fff);
}
.vc_case_history .row {
    position: relative;
}
body.post-template-default.single.single-post .page-area {
    display: none;
}
.singe-title {
    float: right;
}
.case-single-left p{
    text-align: right !important;
}
.case-single-left h2 {
    text-align: right;
}

.case-single-left p {
    color: #df0b43;
    font-size: 31px;
}

.case-single-left h2 {
    color: #df0b43;
    font-size: 70px;
    text-align: right;
    margin-right: 0 !important;
}
.case-single-right p {
    color: #666666;
    text-align: justify;
    font-size: 20px;
}
.case-single-left img {
    float: right;
    padding: 0px 15px 15px 0;
}

.case-single-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.case-single-left img:nth-child(1) {
    padding-right: 0;
}

.case-single-left img:nth-child(3) {
    padding-right: 0;
}
.case-single-bottom {
    padding-top: 50px;
}
.single-bottom-box a {
    font-size: 26px;
    color: #ffffff;
    display: block;
    text-align: center;
    margin-top: 30px;
}
.single-bottom-box img {
    text-align: center;
    display: table;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    max-width: 100%;
}
.single-bottom-box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
}
.single-blog h2 {
    text-align: left;
    font-size: 48px;
    font-weight: 700;
    color: #211645;
    margin: 0;
    padding-top: 15px;
}
.single-blog p {
    font-size: 20px;
    color: #666666;
}
.single-blog.blog-three-block img {
    width: 100%;
}
.single-blog.blog-first-block img:first-child {
    height: 304px;
}
.single-blog.blog-second-block img:first-child {
    height: 304px;
}
.single-blog.blog-second-block img, .single-blog.blog-first-block img {
    width: 100%;
}
a.blog-read-btn {
    color: #211645;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    border: 2px solid #211645;
    padding: 6px 35px;
    display: inline-block;
    margin-bottom: 50px;
    margin-top: 10px;
    border-radius: 50px;
}
.featured-area {
    margin-bottom: 20px;
}
a.blog-read-btn:hover {
    background: #ec0b43;
    color: #fff;
    border-color: #ec0b43;
    transition: .5s;
}
.blog-page-wrapper .btn.loadMoreBtn {
    display: block;
    margin: 0 auto;
}
.blog-page-wrapper .btn.loadMoreBtn:before {
    content: "";
    bottom: -50%;
    left: 33%;
}
.singe-title p {
    color: #211645 !important;
    font-size: 31px !important;
    font-weight: 400;
}
.singe-title h2 {
    color: #211645;
    font-weight: 700;
    font-size: 70px;
}
.singe-title span a{
    color: #211645;
    font-size: 31px;
    font-weight: 400;
}
#single-wrapper p {
    font-size: 20px;
    color: #666666;
    text-align: justify;
}
.row.bottom-box .col-md-4:nth-child(1) {
    padding-left: 0;
}
.row.bottom-box .col-md-4:nth-child(3) {
    padding-right: 0;
}  
.contact-text p {
    color: #666666;
    font-size: 20px;
}



/*--------------------------------------
7. Notizia Section
----------------------------------------*/

.hover-text  {
    background: rgba(236, 11, 67, 0.8) url(https://our-server.xyz/carlo/wp-content/uploads/2019/08/notizia-border.png) no-repeat center bottom 12px;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 0;
    top: 210px;
    position: absolute;
    transition:margin 0.5s ease-in-out 0s;
    opacity: 0;
    margin:auto;
    width:92%;
}

.case-text {
    color:#EC0044;
    font-size: 19px;
    font-weight: 300;
    FOnt-style:italic;
    text-transform: uppercase;
    position: absolute;
    transition:margin 0.5s ease-in-out 0s;
    opacity: 0;
    Padding:10px 0 0 10px;
}

.hover-text a {
    color: #fff;
    padding: 20px 114px;
}

.notizia-img:hover .hover-text  {
    opacity: 1;
}

.notizia-img:hover .case-text  {
    opacity: 1;
}




/*-----------------------------
11. Footer Section
-------------------------------*/

.footer-area {
    background: #1E1545;
    color: #fff;
    font-size: 16px;
    list-style: none;
    background-size: cover;
}

.footer-area a {
    color: #fff;
}

.footer-area a:hover {
    color: #e7c420;
}

.footer-area ul {
    list-style: none;
    padding: 0;
}

.footer-area h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.footer-address {
    color: #fff;
    font-size: 21px;
    font-weight: 300;
}

.footer-address a {
    color: #fff;
    font-size: 21px!important;
    font-weight: 300;
}

.footer2-divider {
    border-bottom: 1px solid #fff;
    width:50%;
    margin: 0 0 25px;
}

.footer3-divider {
    border-bottom: 1px solid #fff;
    width:75%;
    margin: 0 0 25px;
}

.footer-area p {
    margin: 0;
    font-size: 14px;
}

.custom_html-5 span {
    margin-right: 15px;
}

.featured-post {
    border-bottom: 1px solid #D6D6D6;
    margin: 0 0 12px;
}

.widget-divider {
    border-bottom: 3px solid #FF9B05;
    width:7%;
    margin: 0px 0 20px;
}


.footer-copyright-area  {
    background: #EC0B43;
    color: #fff;
    font-size: 21px;
    list-style: none;
    padding: 20px 0;
    font-weight: 300;
    text-align:center;
}

.footer-copyright-area a {
    color: #fff;
}

.footer-copyright-area a:hover {
    color: #1E1545;
}

.footer-area p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding-top:20px;
}

.footer-area a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.footer-area a:hover {
    color: #EC0044;
}

.fa-google-plus {
    background: #FF9B05;
    color:#1B120F;
    padding: 8px;
    border-radius: 50px;
    margin:10px 0;
}

.fa-google-plus:hover {
    color:#fff;
}

.fa-yelp {
    background: #FF9B05;
    color:#1B120F;
    padding: 8px;
    border-radius: 50px;
    margin:10px 0 0 10px;
}

.fa-yelp:hover {
    color:#fff;
}


#custom_html-9 h4 {
    color: #242424;
    font-size: 18px;
    margin: 0 0 5px;
}

#custom_html-5 span {
    margin-right: 25px;
}

#tw-recent-posts-3 a {
    color: #242424;
    font-size: 16px;
    font-weight: 400;
}

#tw-recent-posts-3 a:hover {
    color: #FF9B05;
}


/* Back to Top Button */

.go-top {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 2em;
	color: #ffffff;
	display: none;
	font-size: 12px;
	padding: 10px 15px;
	position: fixed;
	right: 2em;
	text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    transition-property: color, background-color;
}

.go-top:hover {
	background-color: rgba(0, 48, 86, 1);
    color: #ffffff;
}



/*-----------------------------
12. Sub Pages Inner 1
-------------------------------*/

.page-area h1 {
    color:#211645;
    font-size: 72px;
    font-weight: 300;
    margin: 15px 0;
}

.fullwidth-content h2 {
    font-size: 35px;
    color: #EC0044;
    font-weight: 800;
}

.fullwidth-content p {
    font-size: 14px;
    color: #000;
}

.subpage-counter span {
    font-size: 42px;
    color: #211645;
    font-weight: 300;
}

.subpage-counter p {
    font-size: 16px;
    color: #211645;
    font-weight: 300;
}

.subpage-counter-border {
    border: 2px solid #211645;
    border-radius: 150px;
    padding: 95px 0;
}

.circle h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 400;
    text-align: right;
    margin-top: 140px;
    margin-right: 50px;
}

.circle p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 52px;
}

.timeline h2 {
    font-size: 67px;
    font-weight: 400;
    text-align: center;
}

.timeline p {
    font-size: 19px;
    font-weight: 200;
    color: #211645;
}




/*-----------------------------
08. Blog
-------------------------------*/

.blog-page-img {
    margin-bottom: 20px;
}

.single-blog-content {
    margin-top: 20px;
}

.single-blog-content p {
    margin-top: 20px;
}

.entry-header.single-blog {
    display:none;
}

.entry-meta {
    margin-bottom: 20px;
}


/*-----------------------------
08. Subpage
-------------------------------*/

.question-btn {
    background: #FD5D00;
    color: #fff;
    padding: 12px 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 65px;
}

.question-btn:hover {
    background: #113961;
}





/*-----------------------------
13. RESPONSIVE
-------------------------------*/
@media only screen and (max-width: 1201px) {
  .map-area .vc_col-sm-8 {
    width: 100% !important;
}
	.map-area .vc_col-sm-4 {
    width: 100% !important;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) { 

.header-btn a {
    font-size: 15px !important;
    padding: 5px 10px !important;
}

.header-area {
    height: 215px;
}

.logo img {
    margin-top: -200px;
}

.main-menu li a {
    font-size: 14px;
    padding: 10px 0px;
}

.top-border {
    padding: 0px 0;
}
.page-area h1 {
    margin: 90px 0 0 0;
}
/*	
#secondary img, article img, figure, img, img.wp-post-image {
    width: 100%;
    height: auto;
}
*/	
.singe-title {
    float: none;
    margin-right: 0;
    margin-top: 20px;
}
.wrapper {
    padding: 120px 0;
}

}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.singe-title {
    float: none;
    margin-right: 0;
    margin-top: 20px;
} 
/*	
#secondary img, article img, figure, img, img.wp-post-image {
    width: 100%;
    height: auto;
}
*/	
.case-single-left img:nth-child(3) {
    padding-right: 15px;
}
    
.info-bar {
    padding: 0 0 0 12px;
    margin-left: 0;
    margin-top: 0;
}

.wpmf-container {
    z-index: 99!important;
}

.wpmf-menu-area {
    z-index: 99!important;
}

.main-menu {
    margin-top: 10px;
}
.main-menu li {
    margin-right: 16px;
    margin-bottom: 15px;
}

.main-menu li a {
    font-size: 14px;
}
.main-menu ul {
    text-align: center;
}

.carousel-inner {
    height: 450px;
}

.slider-one {
    padding: 110px 0 0 0;
}

.slider-inner h1 {
    font-size: 40px;
    width: 92%;
}

.slider-inner h4 {
    font-size: 22px;
    width: 92%;
}

.serve-area h2 {
    font-size: 30px;
}

.serve-area p {
    padding: 0 186px 20px;
}
/*
.footer-logo-area img{
    margin-bottom: 20px;
}
*/
.alignright, alignleft {
    float: none;
    display: block;
    margin: 15px auto;
    max-width: 100%!important;
}

.section-smallpadding, .section-padding {
    padding: 50px 0px;
}

.smallpadding{
    padding: 0px 0 0;
}

.alignleft {
    float: none;
    margin: 0;
}

.col-custom-5 h4 {
    font-size: 16px;
}

.mobile-spacer {
    height: 50px;
    clear: both;
    width: 100%;
}

.sidebar-smile h4 {
    font-size: 15px;
    padding: 10px 0px 10px 3px;
    width: 90%;
}

.sidebar-smile h4 span {
    padding: 11px 3px 11px 3px;
}

.wpcf7-submit {
    width: 55% !important;
}

.rating-right {
    float: none;
}

.featured-clients-wrapper h2 {
    font-size: 30px;
}

.blog-page-article img {
    float: none !important;
    max-width: 100%!important;
}

.entry-content.blog-page {
    padding-left: 0!important;
}

.entry-header h2 {
    margin: 20px 0 25px!important;
    font-size: 24px;
}

.fn {
    font-size: 15px;
}
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

.wpmf-container {
    z-index: 99!important;
}

.wpmf-menu-area.wpmf-opened {
    z-index: 99!important;
}

.info-bar {
    padding: 0 0 0 15px;
    margin-left: 0;
    margin-top: 0;
}

.phone-number {
    display: none;
}

.header-btn a {
    float: left;
    margin-left: 23px;
}

.main-menu {
    display: none;
}

.section-smallpadding, .section-padding {
    padding: 40px 0px;
}

.carousel-inner {
    height: 450px;
}

.slider-one {
    padding: 100px 0 0 0;
}

.slider-inner h1 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    width: 100%;
}

.slider-inner h4 {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    width: 100%;
}

.slider-btn {
    text-align: center;
    margin-top: 40px;
}

.slider-btn a {
    padding: 15px 45px 12px;
    font-size: 14px;
}

.hover-text {
    width: 91%;
}

.hover-text a {
    padding: 20px 78px;
}

.footer-logo-area img{
    margin-bottom: 20px;
}

.col-custom-5 {
    width:100%;
}

.sidebar-smile h4 {
    font-size: 18px;
    padding: 10px 0px 10px 10px;
}

.entry-content h4 {
    font-size: 24px;
}

.mbl-display {
    display: none;
}

.footer-top-area h3 {
    font-size: 22px;
}

.footer-bottom-area {
    width: 100%;
}

    
.footer-copyright-area, .foot-credit {
    text-align: center;
}


.footer-top-inner {
    padding: 40px 0 60px;
}


.footer-widget {
    margin-top: 30px;
}

.alignright, alignleft {
    float: none;
    display: block;
    margin: 15px auto;
    max-width: 100%!important;
}

.page-area {
    padding: 80px 0 50px;
}

.page-area h1 {
    font-size: 30px;
}

.advantages-area h2 {
    font-size: 24px;
}

.welcome-letter-area h2 {
    font-size: 24px;
}

.subpage-gallery-area h2 {
    font-size: 22px;
}

.subpage-gallery-area img {
    margin-bottom: 20px;
}

.gallery-divider {
    margin: 0;
}

.mbl-top {
    margin-top: -1190px;
}

.mbl-bottom {
    padding-top: 450px;
}

.about-subpagevideo {
    width: 100%;
    float: none;
    padding: 0 0 0 0px;
}

.feat-cont h5 {
    margin: 10px 0;
}

.rating-right {
    float: none;
}


.blog-page-article img {
    float: none!important;
    max-width: 100%!important;
}

.entry-content.blog-page {
    padding-left: 0!important;
}

.entry-header h2 {
    margin: 20px 0 25px!important;
    font-size: 20px;
}

.fn {
    font-size: 15px;
}

.entry-content.single-blog-content img {
    float: none!important;
    width: 100%!important;
    padding-left: 0px!important;
    padding-bottom: 15px!important;
}

.entry-header.single-blog h1 {
    font-size: 22px!important;
}
.row.bottom-box .col-md-4:nth-child(1) {
    padding-left: 15px!important;
}
.row.bottom-box .col-md-4:nth-child(3) {
    padding-right: 15px!important;
}
.single-bottom-box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
    margin-top: 30px;
}
.single-blog h2 {
    font-size: 30px !important;
}
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 

}





/*-----------------------------
08. kamrul css
-------------------------------*/

.icone {
	margin-bottom: 10px;
}

.icon-header h2 {
	font-weight:300;
	text-transform:uppercase;
}

.icone-content {
	padding: 0 15px;
}

.notizia h4  {
	color:#666666;
	font-size:19px;
	font-weight:300;
	background: url('https://our-server.xyz/carlo/wp-content/uploads/2019/08/notiziaq-border-2.png') no-repeat bottom left;
padding-bottom: 15px;
}

.notizia h2  {
	color:#211645;
	font-size:48px;
	font-weight:700;
margin: 0;
}

.notizia p  {
	color:#666666;
	font-size:20px;
}

.news a {
	color:#211645;
	border:1px solid #211645;
	padding: 6px 30px;
  border-radius: 35px;
}

.news a:hover {
	background:#211645;
	color:#fff;
}


.check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-top: 2px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	    margin-left: 21px;
	    margin-bottom: 7px;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.check-container {
  position: relative;

}
span.checkmark {
    border: 1px solid;
    top: 7px;
    position: absolute;
    left: 8px;
    border: 1px solid #a6a6a6;
    height: 22px;
    width: 22px;
}
span.check-name {
    font-size: 19px;
    font-weight: 100;
    color: #a6a6a6!Important;
    margin-top: 5px;
    display: block;
    margin-left: 5px;
}



/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
    left: 7px;
    top: 1px;
    width: 6px;
    height: 13px;
    border: solid #a6a6a6;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.info-bar li form {
    display: flex;
    justify-content: flex-end;
}
input.search-field.ac_input {
    font-size: 19px!important;
    font-weight: 100;
    color: #a6a6a6!Important;
    border: none;
    outline: none;
    border-right: 1px solid #a6a6a6!Important;
    padding: 0!important;
}

.icone {
	margin-bottom: 10px;
}

.icon-header h2 {
	font-weight:300;
	text-transform:uppercase;
}

.icone-content {
	padding: 0 15px;
}

.notizia h4  {
	color:#666666;
	font-size:19px;
	font-weight:300;
	background: url('https://our-server.xyz/carlo/wp-content/uploads/2019/08/notiziaq-border-2.png') no-repeat bottom left;
padding-bottom: 15px;
}

.notizia h2  {
	color:#211645;
	font-size:48px;
	font-weight:700;
margin: 0;
}

.notizia p  {
	color:#666666;
	font-size:20px;
}

.news a {
	color:#211645;
	border:1px solid #211645;
	padding: 6px 30px;
  border-radius: 35px;
}

.news a:hover {
	background:#211645;
	color:#fff;
}


.check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-top: 2px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	    margin-left: 21px;
	    margin-bottom: 7px;
}

.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


.check-container {
  position: relative;

}
span.checkmark {
    border: 1px solid;
    top: 7px;
    position: absolute;
    left: 8px;
    border: 1px solid #a6a6a6;
    height: 22px;
    width: 22px;
}
span.check-name {
    font-size: 19px;
    font-weight: 100;
    color: #a6a6a6!Important;
    margin-top: 5px;
    display: block;
    margin-left: 5px;
}




.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.check-container input:checked ~ .checkmark:after {
  display: block;
}


.check-container .checkmark:after {
    left: 7px;
    top: 1px;
    width: 6px;
    height: 13px;
    border: solid #a6a6a6;
    border-width: 0px 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.info-bar li form {
    display: flex;
    justify-content: flex-end;
}
input.search-field.ac_input {
    font-size: 19px!important;
    font-weight: 100;
    color: #a6a6a6!Important;
    border: none;
    outline: none;
    border-right: 1px solid #a6a6a6!Important;
	padding: 0!important; }






.counter-border:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    background: red;
    border-radius: 50%;
}

.counter-border {
    position: relative;
}
.counter-border.second-counter:before {
    left: 9px;
    bottom: 53px;
}
.counter-border.first-counter:before {
    right: 34px;
    top: 23px;
}
.counter-border.third-counter:before {
    right: -8px;
    top: 109px;
}
.counter-border.forth-counter:before {
    left: 10px;
    top: 52px;
}


input.search-field.ac_input {
    margin-left: 25px;
}


.wpcf7 {
    max-width: 100%;
    margin: 0 auto!important;
}
.wpcf7 input[type=submit] {
    color: #fff;
    background-color: #1e1545;
    background-image: none;
    border-color: #1e1545;
}
.subpage-counter-border:before {    border: none;
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    background: red;
    border-radius: 50%;
}

.subpage-counter-border {
    position: relative;
}
.subpage-counter-border.second-counter:before {
    left: 9px;
    bottom: 53px;
}
.subpage-counter-border.first-counter:before {
    right: 34px;
    top: 23px;
}
.subpage-counter-border.third-counter:before {
    right: -8px;
    top: 109px;
}
.subpage-counter-border.forth-counter:before {
    left: 10px;
    top: 52px;
}


@media only screen and (min-width: 768px) and (max-width: 991px){
	
.top-bar a {
    font-size: 11px;
}	
input.search-field.ac_input {
    font-size: 13px!important;
}	
.check-container { 
    margin-left: 8px;

}	
span.check-name {
    font-size: 12px;
}	
.home-category a {
    font-size: 12px;
    color: #fff;
    padding: 15px 14px;
}	
.site-counter span {
    font-size: 26px;
    color: #fff;
    font-weight: 300;
}	
	.counter-border {
    border: 1px solid #fff;
    border-radius: 150px;
    padding: 47px 0;
}
.counter-border.first-counter:before {
    right: 34px;
    top: 0px;
}
.counter-border.second-counter:before {
    left: 9px;
    bottom: 22px;
}	
.counter-border.third-counter:before {
    right: -8px;
    top: 79px;
}	
.counter-border.forth-counter:before {
    left: 10px;
    top: 18px;
}
	.subpage-counter-border {
   
    border-radius: 150px;
    padding: 47px 0;
}
.subpage-counter-border.first-counter:before {
    right: 34px;
    top: 0px;
}
.subpage-counter-border.second-counter:before {
    left: 9px;
    bottom: 22px;
}	
.subpage-counter-border.third-counter:before {
    right: -8px;
    top: 79px;
}		
	.subpage-counter-border.forth-counter:before {
    left: 10px;
    top: 18px;
}
.slider-inner {
    background: #ffffffbd;
    padding: 29px 10px;
    text-align: center!important;
}	
.slider-part .carousel-inner {
    background: url(https://our-server.xyz/carlo/wp-content/uploads/2019/08/cover-bg.png)!important;
    background-position: center!important;
}	
.notizia h2 {
    margin-top: -15px;
}	
.notizia p {
    color: #666666;
    font-size: 15px;
    line-height: 1.5;
}	
.icon-header h2 {
    font-size: 18px!important;
}	
.subpage-counter span {
    font-size: 26px;
    color: #211645;
    font-weight: 300;
}	
.circle p {
    font-size: 13px;
    font-weight: 300;
    margin-top: 12%;
    line-height: 1.2;
}
.vc_row.wpb_row.vc_row-fluid.circle {
    padding: 0!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
    background-size: 100%!important;
}	
.vc_row.wpb_row.vc_row-fluid.circle.vc_row-has-fill {
    background-size: 129%!important;
}

.circle h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 400;
    text-align: right;
    margin-top: 35%;
    margin-right: 50px;
}	
	
		
}





@media only screen and (max-width: 768px){
.info-bar {
    padding: 0!important;
}
input.search-field.ac_input {
    font-size: 19px!important;
    font-weight: 100;
    color: #a6a6a6!Important;
    border: none;
    outline: none;
    border-right: none!important;
    padding: 6px 9px!important;
    border-bottom: 1px solid #a6a6a6!Important;
    width: 93%;
    margin: 11px auto!important;
    display: block;
}
form#searchform {
    border: 1px solid #a6a6a6!Important;
    max-width: 600px;
    border-radius: 5px;
    float: none;
    display: block;
    width: 100%;
}	
label.check-container {
    display: inline-block;
    float: left;
    padding-left: 35px;
    margin-left: 11px;
}	
input.search-field.ac_input {
    font-size: 16px!important;
    font-weight: 100;
    color: #a6a6a6!Important;
    border: none;
    outline: none;
    border-right: none!important;
    padding: 6px 9px!important;
    border-bottom: 1px solid #a6a6a6!Important;
    width: 93%;
    margin: 11px auto!important;
    display: block;
}	
span.check-name {
    font-size: 14px;
    font-weight: 100;
    color: #a6a6a6!Important;
    margin-top: 5px;
    display: block;
    margin-left: 1px;
}	
input.top-search-button {
    background: url(https://our-server.xyz/carlo/wp-content/uploads/2019/08/search.png);
    margin-right: 20px;
    height: 25px;
    border: none;
    width: 25px;
    margin-top: 6px;
    margin-left: 10px;
    background-size: cover;
}
.slider-inner {
    background: #ffffffbd;
    padding: 29px 10px;
    text-align: center!important;
}	
.slider-part .carousel-inner {
    background: url(https://our-server.xyz/carlo/wp-content/uploads/2019/08/cover-bg.png)!important;
    background-position: center!important;
}	
.counter-border {
    border: 1px solid #fff;
    border-radius: 150px;
    padding: 87px 0;
    max-width: 239px;
    margin: 0 auto;
}	
.subpage-counter-border {
    
    border-radius: 150px;
    padding: 87px 0;
    max-width: 239px;
    margin: 0 auto;
    min-width: 239px;
}	
.top-bar .textwidget.custom-html-widget {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}	
.circle h2 {
    font-size: 54px;
    color: black;
    font-weight: 600;
    text-align: center;
    margin-top: -23px;
    margin-right: 0;
    margin-bottom: 0px!important;
}

.circle  {
    background-image: none !important;
}
.timeline h2 {
   
    text-align: center!important;
}	
.timeline-first p {
    text-align: center!important;
}
.timeline-sec p {
    text-align: center!important;
}	
.timeline-arrow img {
    display: none;
}
.timeline-sec {
    margin-top: -96px;
}
.entry-title {
    font-size: 30px;
}	
.events-area h2:before{
    display: none;
}
.case-single-left h2 {
    font-size: 30px;
    text-align: center;
}
.case-single-left p {
    text-align: center!important;
}
.case-single-left img {
    float: none;
}
.singe-title {
    float: none;
    margin-right: 0;
    margin-top: 20px;
}
.singe-title h2 {
    font-size: 30px;
}
body.post-template-default.single.single-post .wrapper{
    padding: 0 15px;
}
.row.bottom-box {
    padding-bottom: 40px;
}
}


/*-----------------------------
14. AGGIUNTE CARLO VIGANO'
-------------------------------*/

/*-----------------------------
14.A MENU TOP
-------------------------------*/

/*** Menu ***/

#cv_mainmenu ul 		{margin: 0px 0 0px 0px;float:left;width:100%; list-style: none;}

#cv_mainmenu ul li 	{float: left;margin: 0 0px 0 0;position: relative;}

#cv_mainmenu a 		{display: block;font: 14px;padding: 2px 2px;}

	/* Button Responsive Menu*/

	.cv_btn-responsive-menu{display: none;float: right;padding:5px;cursor:pointer;margin:  0px 20px 0 0;color: #ffffff;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}

	.cv_icon-bar 			{display: block;width: 18px;height: 2px;margin:5px;-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);}

	.show{display:block!important}

@media only screen and (max-width: 767px)  {

	/* Header */

	#cv_mainmenu			{display:none;}

	#cv_mainmenu ul li 	{float: none;text-align:right;}
    
	#cv_mainmenu a {margin-right: 15px;}

    #cv_mainmenu select {	text-align:right;}
	.cv_btn-responsive-menu{display:block;}


}

#lang_choice_1 {margin-right: 15px;margin-left: 0px;margin-top: 0px;margin-bottom: 0px;padding: 0px 0 0px 0px;background: #D9D9D9;}

@media screen and (max-width: 600px) {
  .mega-menu {
    visibility: hidden;
    display: none;
  }
}

#lente {
    border: unset;
    background-color: unset;
    position: absolute;
    left: 300px;
    top: 3px;
}


#searchform {
    border: 1px solid #a6a6a6;
    border-radius: 50px;
    max-width: 250px;
    float: none;
    display: block;
    width: 100%;
    text-align:center;
}		

#testo_ric{
width: 90%;


}	

.info-bar{
	margin: 0 auto;
}	

.max300{
	max-width: 300px;
}	

.understrap-read-more-link {
	display:none;
}	

input[type="text"] {
    border: unset;
}

form {
    padding: 7px 10px;
}

.footer-widget ul li a {
    color: #c3c0c0;
}