/* 
Theme Name:		 Triász-95 KFT. Sablon 2020
Description:	 Triász-95 KFT. sablonja
Author:			 egi180
Template:		 wp-bootstrap-starter 
Version:		 1.0.1
Text Domain:	 triasz
*/


/*
    Add your custom styles here
*/
/*@import url('https://fonts.googleapis.com/css2?family=Asap:wght@400;600;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

@font-face
{
    font-family: dinpro;
    src: url('conf/din.woff') format('woff');
} 

/*@font-face
{
    font-family: helvetica;
    src: url('conf/helvetica.woff') format('woff');
}

@font-face
{
    font-family: helvetica-bold;
    src: url('conf/helvetica-bold.woff') format('woff');
    font-weight: 100 400;
} */


*{
    margin: 0;
    font-family: 'Open Sans';
}

body {
    font-size: 14px !important;
}

:root {
    --gray: #636363;
    --red: #B93153;
    --blue:#3886B6;
}


.gray-bg {
background-color: #252525;
}

.light-font, 
.light-font h1,
.light-font h2,
.light-font h3,
.light-font h4 {
    color: #fff;
}

.round {
	border-radius: 15px 15px 15px 15px;
    border:1px solid #c4c4c4;
}

.orange {
    background-color: #f7941d;
}

.orange-font {
    color: #f7941d;
}

.green {
    background-color: #B93153;
}
.green-font {
    color: #B93153;
}

.white {
    background-color: #fff;
}

.white-title h1,
.white-title h2,
.white-title h3,
.white-title h4,
.white-title h5,
.white-title h6
{
	color:#ffffff !important;
}

.white-text ,
.white-text p
{
	color:#ffffff !important;
}

.border-top {
    border-top:1px solid #B93153 !important;
}

.border-bottom {
    border-bottom:1px solid #B93153 !important;
}

.border {
    border:1px solid #B93153;
}

.btn-orange {
    background-color: #f7941d;
    color: #fff;
    border-radius: 25px;
    border: 1px solid #f7941d;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 600;
}

.btn-orange:hover {
    background-color: #fff;
    color: #f7941d;
    border:1px solid #f7941d;
}

.btn-green {
    background-color: #B93153;
    color: #fff;
    border-radius: 25px;
    border: 1px solid #B93153;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 600;
}

.btn-green:hover {
    background-color: #fff;
    color: #B93153;
    border:1px solid #B93153;
}



.img-fit {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;    
    background-position: center;
}

.center-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

ul.custom-form-link {
    display: inline-block;
    float: right;
    background: white;
    border: 2px solid #3886b6;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}

.custom-form-col {
    margin-bottom: -36px;
    z-index: 99;    
}

.custom-form-link li a {
    padding:5px 10px !important;
    color: #252525;
}

.top-header .content-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.top-header .border-line {
	border:1px solid gray;
	border-radius: 6px;
}


.top-header .widget-content {
	/*margin: 25px 0;*/
	
}

/* SEARCHBOX */

.searchbox{
    position:absolute;
    right: 15px;
    top: 0;
    padding-left: 30px;
    min-width:56px;
    width:0%;
    height:56px;
    float:right;
    overflow:hidden;
    
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    background:#2a6386;
    width:100%;
    height:56px;
    margin:0;
    padding:0px 55px 0px 20px;
    font-size:20px;
    color:#ffffff;
}
.searchbox-input::-webkit-input-placeholder {
    color: #ffffff;
}
.searchbox-input:-moz-placeholder {
    color: #ffffff;
}
.searchbox-input::-moz-placeholder {
    color: #ffffff;
}
.searchbox-input:-ms-input-placeholder {
    color: #ffffff;
}

.searchbox-icon,
.searchbox-submit{
    width:56px;
    height:56px;
    display:block;
    position:absolute;
    top:0px;
    font-size:20px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:56px;
    text-align:center;
    cursor:pointer;
    color:#FFFFFF;
    background:#2a6386;
}

.searchbox-open{
    width:100%;
}


/* HEADER */

.lang-selector {
    margin: 0;
    margin-top: -2px;
}

.lang-item {
    display: inline-block;
    list-style: none;
    margin-top: 5px;
}

.lang-item a{
    border: 1px solid gray;
    padding: 6px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}

.lang-item.current-lang a {
    background-color: #BB2E52;
    color: #fff;
}

.top-header {
	background-color: #fff;

}

.top-header .info {
    line-height: 1.2em;
}

header#masthead {
    background-color: #3886B6;
    padding:0;
    border-top: 1px solid black;    
}

header#masthead img.logo {
    margin-left: -15px;
}

header .line-second {
/*background-color: #3886B6;*/
}

.navbar-toggler {
    background-color: #ffffff;
}

#main-nav .dropdown-menu {
    margin-top: 0;
}

#masthead .navbar-toggler-icon {
    width: 2em;
    height: 2em;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #ffffff;
    padding: 17px 20px;
    font-weight: 600;
    font-family: 'Open Sans';
    font-size: 15px;
    text-transform: uppercase;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, 
/*body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a,*/
body:not(.home) #masthead .navbar-nav > li.current_page_item > a {
    color: #fff;
    /*font-weight: inherit;*/
    background: #B93153; 
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    /*font-weight: inherit;*/
}

.navbar-mobile-only a.nav-link,
.navbar-mobile-only .dropdown-item {
    color: #fff;
    padding:8px 0;
} 

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #B93153;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-top: 0;
    border-radius: 0;
}

.dropdown-item {
	color: #fff;
}

.dropdown-item:hover {
	color: #fff;
	background-color: #3886b6 !important;	
}

#header-widget .widget_text {
	border:1px solid #636363;
	border-radius: 8px;
	margin: 10px 20px;
}



#header-widget .widget_text > div {
}

#header-widget .email,
#header-widget .phone,
#header-widget .location {
background-repeat: no-repeat;
background-position: 0;
padding-left: 52px;  /* width of the image plus a little extra padding */
display: block;  /* may not need this, but I've found I do */
margin:5px 0;
line-height: 1.2em;
}


#header-widget .email {
background-image: url('img/icon-mail.png');
}

#header-widget .phone {
background-image: url('img/icon-phone.png');
}

#header-widget .location {
background-image: url('img/icon-pin.png');
}


.icon-btn {
  padding: 1px 15px 3px 2px;
  border-radius: 50px;
  text-align: center;
  vertical-align: middle;
}

.carousel-caption {
    position: relative;
    top: 50%;
    /* bottom: 0; */
    transform: translateY(-50%);
    color: #fff;
    padding-right: 30%;
    width: 100vw;
    text-align: left;
}

.carousel-control-next {
    z-index: 10;
}

.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5,
.carousel-caption h6 {
    color: #fff;
    /*font-weight: 700;*/
}

.img-block {
    min-height: 50vw;
    background-size: cover;
}



.home .carousel.slide .carousel-item .img-block {
    min-height: 600px;
    height: 600px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center !important;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 10 !important;
}

.btn-invert .elementor-button-link {
    background-color: transparent !important;
    border: 1px solid #fff;
    padding: 19px !important;
}

.home h1,
.home h2,
.home h3,
.home h4
{
    font-family: 'Open Sans' !important;
}

.image-box .elementor-widget-wrap {
	padding: 0 !important;
    margin: 20px;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.btn-red .elementor-button {
	background-color: transparent !important;
	border:1px solid #d9d9d9;
}

.btn-red .elementor-button .elementor-button-text {
	color:var(--red);
	font-weight: bold;
}

.btn-red:hover .elementor-button {
	background-color: var(--red) !important;
	border:1px solid var(--red);
}

.btn-red:hover .elementor-button .elementor-button-text {
	color:#ffffff;
	font-weight: bold;
}

.line-custom .elementor-divider-separator ,
.line-custom-left .elementor-divider-separator {
	border-top:1px solid #d6d6d6 !important;
}

.line-custom .elementor-divider-separator::after {
    content: '';
    border: 2.5px solid var(--red);
    border-radius: 2px;
    text-align: center;
    margin: 0 auto;
    margin-top: -3px;
    width: 20%;
    background: #be3155;
}
.line-custom-left .elementor-divider-separator::after {
    content: '';
    border: 2.5px solid var(--red);
    border-radius: 2px;
    text-align: center;
    margin-top: -3px;
    width: 20%;
    background: #be3155;
}


.home .testimontal {
    padding-top: 50px;
    padding-bottom: 50px;	
}

.home .testimontal .testimontal-item p{
margin-top:15px;
margin-bottom: 50px;
}

.home .references .img-wrap {
    display: block;
    height: 300px;
    background-size: cover;
    background-position: 50%;  
	/*filter: brightness(50%);*/
	transition: 0.5s;
}

.home .references .img-wrap:after {
	content: "";
    display: block;
    height: 100%;
	background-color: rgba(0,0,0,0.3);
	transition: 0.5s;
}

.home .references:not(:hover) .img-wrap {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */	
    transition: 0.5s;
}

.home .references .exp-title {
    background-color: rgba(255,255,255,0.3);
    color: #fff;
    top: 20%;
    padding: 20px 0;
    position: absolute;
    left: 0;
    width: 100%;
    font-size: 18px;
    font-family: 'Open Sans';
    z-index: 1;
}

.home .references h5 {
	font-weight: bold;
	text-transform: uppercase;
}

.home .row-references {
	margin-bottom: 80px;
}

.darken::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    z-index: 1;	
}

.darken .elementor-widget-wrap *{
	z-index: 5;
}

.img-logo {
/*	max-width: 200px;
	max-height: 80px;*/
}

.site-title {
	color:#222222;
}

/* CERT */

.page-template-template-cert section#primary .img-block {
min-height: 0;
height: 500px;
background-repeat: no-repeat;
background-position: bottom;
background-size: contain;
}

.page-template-template-cert section#primary .cert-col {
border-bottom: 1px solid gray;
margin-bottom: 30px;
}

.page-template-template-cert section#primary .title {
text-align: center;
min-height: 110px;
}



/* HOME PAGE REVIEW / TESTIMONTALS */

.reviews {
  /*background-color: #212830;*/
  color: #fff;
}


.reviews h4,
.reviews h6,
.reviews p {
  color: #fff;
}

.reviews h4,
.reviews h6 {
  text-transform: uppercase;
  font-family: 'Open Sans';
}

.reviews h4 {
  font-size: 22px;
  margin-bottom: 0;
}

.reviews h6 {
  font-size: 15px;
}

.reviews hr {
  background-color: #888888;
  width: 30%;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 10px;
}

.reviews p {
  /*min-height: 5em;*/
}

.reviews .img-outer {
  display: block;
  margin: 0 auto;
  /*margin-bottom: 60px;*/
}

.reviews .carousel-item img {
  border-radius: 50%;
  border:5px solid white;
  width: 90px;
  filter:brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
  
.reviews .col-md-4 {
  display: inline-block;
  margin-left:-4px;
  padding-bottom: 30px;
  vertical-align: text-top;
}
.reviews.col-md-4 img {
  width:100%;
  height:auto;
}

.reviews .carousel-indicators li{
  background-color:gray;
  width: 15px;
  height: 15px;
  border-radius: 50%;

}

.reviews .carousel-indicators li.active {
  background-color:#BE3155;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.reviews .carousel-indicators{
  bottom: 0;
  z-index: 10;
}

.reviews .carousel-control-prev,
.reviews .carousel-control-next {
display: none;
}
.reviews .no-padding {
  padding-left: 0;
  padding-right: 0;
}

.reviews .carousel-item {
  text-align: center;
}

/* GALLERY EDIT */

.slide-content {
    color: #fff;
}

/* PAGES */
#content.site-content,
.page .site-content,
.single .site-content {
    /*background-image: url('img/al_bg.png');*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    min-height: calc( 100vh - 130px - 400px ); /* viewport-height - menu - footer  */
    padding-top: 0 !important;
}

.site-main strong {
   
}

.home #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
    background-image: none;
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    min-height: auto;    
}

.page-template-template-contact #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    min-height: auto;    
}

.page-template-template-contact #content.site-content p {
    margin-bottom: 0;
}

/*.site-main .entry-header{
    background-color: #B93153;
    width: 100%;
    border-bottom: 1px solid var(--gray);
}
*/
h1.entry-title {
    color:#000;
    text-transform: uppercase;
    font-size: bolder;
    font-size: 27px;
    padding:5px 0 0 0px;
    border-bottom: 1px solid #959595; 
    font-weight: 600; 
}

h1.entry-title::after{
  content: '';
  height: 3px;
  position: absolute;
  left: 15px;
  right: 0;
  top: 36px;
  width: 25%;
  background: #BE3155
}

#map-canvas {
    height: 500px;
}

/* CUSTOM FORM */

.page-template-template-custom-form #content.site-content .acf-form .acf-field.dev-only {
    background-color: #ff8181;
    color: #000;
}


.page-template-template-custom-form #masthead.site-header,
.page-template-template-custom-form .container.top-header,
.page-template-template-custom-form .site-footer,
.page-template-template-custom-form #footer-widget {
display: none;
}

.page-template-template-custom-form #content.site-content {
background-color: #FFFFF9;
background-image: url('img/bg-1.png');
background-repeat: repeat;
color: #ADA590;
border-top: 0;
}

.page-template-template-custom-form #content.site-content .site-main .left-side {
min-height: calc(100vh - 80px - 96px);
}

.page-template-template-custom-form #content.site-content h1,
.page-template-template-custom-form #content.site-content h4,
.page-template-template-custom-form #content.site-content a,
.page-template-template-custom-form #content.site-content p
{
color: #ADA590;
}

.page-template-template-custom-form #content.site-content .left-side {
border-right: 1px solid #CCCCCC;
margin-top: 58px;
padding-top: 10px;
}

.page-template-template-custom-form #content.site-content .left-side button {
    cursor: auto;
}


.page-template-template-custom-form #content.site-content .left-side button ,
.page-template-template-custom-form #content.site-content .left-side a {
text-align: left;
}


.page-template-template-custom-form #content.site-content .left-side .btn-outer.active button ,
.page-template-template-custom-form #content.site-content .left-side .btn-outer.active a {
    background: #F6F5EE !important;
    color: #B93253;
    -webkit-box-shadow: inset 0px 0px 4px 1px #ada590;
    -moz-box-shadow: inset 0px 0px 4px 1px #ada590;
    box-shadow: inset 0px 0px 4px 1px #ada590;
}

.page-template-template-custom-form #content.site-content .left-side .btn-outer.active {
    display: block;
    background: rgb(217,214,198);
    background: linear-gradient(180deg, #DBD8C9 0%, #fffcfa 60%) !important;
    padding: 4px;
    height: 42px;
    border-radius: 6px;
    color: #B93253;

}

.page-template-template-custom-form #content.site-content .acf-field label,
.page-template-template-custom-form #content.site-content .acf-label label {
font-weight: normal;
}

/* cradio-button */

.page-template-template-custom-form #content.site-content .acf-radio-list label {
font-size: 120%;
margin-right: 20px;
}

input[type=radio] { /* Hack for Firefox Browsers */
  -moz-appearance:radio; 
    min-width: 14px;
    min-height: 14px;  
}
input[type=checkbox] { /* Hack for Firefox Browsers */
  -moz-appearance:checkbox; 
    min-width: 14px;
    min-height: 14px;  
}

.page-template-template-custom-form #content.site-content input[type="radio"] {
    width: 0px;
    margin-right: 26px;
    line-height: 12px;
}

    
.page-template-template-custom-form #content.site-content input[type=radio]:before {
    font-family: 'Font Awesome 5 Free';
    display: inline; /* default: inline-block  */
    content: "\f111";
    letter-spacing: 10px;
    font-size: 1.4em;
    color: #535353;
    width: 1.4em;
    height: 1.4em;
}

.page-template-template-custom-form #content.site-content input[type=radio]:checked:before {
    content: "\f192";
    font-size: 1.4em;
    color: darkgreen;
    letter-spacing: 5px;
}

.page-template-template-custom-form #content.site-content input[type=radio]:focus:before,
.page-template-template-custom-form #content.site-content input[type=radio]:focus
{                
    color: green;
}

/* checkbox */

.page-template-template-custom-form #content.site-content .acf-checkbox-list label {
font-size: 120%;
margin-right: 20px;
}


.page-template-template-custom-form #content.site-content input[type="checkbox"] {
    width: 0px;
    margin-right: 26px;
    line-height: 12px;
}

    
.page-template-template-custom-form #content.site-content input[type=checkbox]:before {
    font-family: 'Font Awesome 5 Free';
    display: inline; /* default: inline-block  */
    content: "\f0c8";
    letter-spacing: 10px;
    font-size: 1.5em;
    color: #535353;
    width: 1.4em;
    height: 1.4em;
}

.page-template-template-custom-form #content.site-content input[type=checkbox]:checked:before {
    content: "\f14a";
    font-size: 1.5em;
    color: darkgreen;
    letter-spacing: 5px;
}

.page-template-template-custom-form #content.site-content input[type=checkbox]:focus:before,
.page-template-template-custom-form #content.site-content input[type=checkbox]:focus
{                
    color: green;
}

/* reminder dates */

/*.page-template-template-custom-form #content.site-content .acf-field.reminderdate {
width: 33%;
display: inline-block;
}

.page-template-template-custom-form #content.site-content .acf-field.reminderdate .acf-label,
.page-template-template-custom-form #content.site-content .acf-field.reminderdate .acf-input{
width: 100%;
}

.page-template-template-custom-form #content.site-content .acf-field.reminderdate .btn.btn-date-update {
    vertical-align: inherit;
}

.page-template-template-custom-form #content.site-content .acf-field.reminderdate .acf-label label,
.page-template-template-custom-form #content.site-content .acf-field.reminderdate .acf-input .acf-input-wrap{

}

.page-template-template-custom-form #content.site-content .acf-field.reminderdate .acf-label label{

}

.page-template-template-custom-form #content.site-content .acf-field.reminderdate .acf-input .acf-input-wrap{
width: 100px;
display: inline-block;
}*/


.page-template-template-custom-form #content.site-content .current-container-outer {
    top: -7px;
    position: relative;
    display: inline-block;
}

.page-template-template-custom-form #content.site-content .current-container {
    background: #ada590;
    color: #ffffff;
    padding: 5px;
}

.page-template-template-custom-form #content.site-content .acf-form .acf-fields.-left>.acf-field:before {
    display: none;
}

.page-template-template-custom-form #content.site-content .acf-form .acf-fields.-left>.acf-field {
    padding:10px 0;
    border:none;
}

.page-template-template-custom-form #content.site-content .acf-form .acf-input-prepend,
.page-template-template-custom-form #content.site-content .acf-form .acf-input-append {
background: none;
border:none;
}

.page-template-template-custom-form #content.site-content .btn.btn-secondary,
.page-template-template-custom-form #content.site-content .acf-form-submit input {
background: rgb(217,214,198);
background: linear-gradient(0deg, #DBD8C9 0%, #fffcfa 60%) !important;
color: #ADA590;
border:none;
border-radius: 4px;
-webkit-box-shadow: 1px 1px 1px 1px #ADA590;
-moz-box-shadow: 1px 1px 1px 1px #ADA590;
box-shadow: 1px 1px 1px 1px #ADA590;
padding:4px 12px;
}

.page-template-template-custom-form #content.site-content select {
background: rgb(217,214,198);
background: linear-gradient(0deg, #DBD8C9 0%, #fffcfa 60%) !important;
color: #ADA590;
border:none;
border-radius: 4px;
-webkit-box-shadow: 1px 1px 1px 1px #ADA590;
-moz-box-shadow: 1px 1px 1px 1px #ADA590;
box-shadow: 1px 1px 1px 1px #ADA590;
padding:6px 12px;
height: 100%;
display: inline-block;
}


.page-template-template-custom-form #content.site-content .acf-form input[type="text"] ,
.page-template-template-custom-form #content.site-content .acf-form textarea ,
.page-template-template-custom-form #content.site-content .acf-form .acf-gallery-main ,
.page-template-template-custom-form #content.site-content .acf-form input[type="number"] {
background-color: #F6F5EE;
border-width: 2px;
border-style: inset;
border-color: #fffff9;
color: #ADA590;
}


.page-template-template-custom-form #content.site-content .acf-form .acf-gallery-main .acf-gallery-toolbar ul.acf-hl > li:first-child {
    display: block;
    background: rgb(217,214,198);
    background: linear-gradient(180deg, #DBD8C9 0%, #fffcfa 60%) !important;
    padding: 4px;
    height: 42px;
    border-radius: 6px;
    color: #B93253;
}


.page-template-template-custom-form #content.site-content .acf-form .acf-gallery-toolbar {
background-color: #F6F5EE;
}


.page-template-template-custom-form #content.site-content .acf-form input[type="text"]:focus {
border-width: 2px;
border-style: inset;
border-color: red;

}

.page-template-template-custom-form #content.site-content .table.container-list th {
    padding:5px 0;
    border-top: none;
    border-bottom: 2px solid #ada590;
}

.page-template-template-custom-form #content.site-content .table.container-list td {
    padding:0;
    vertical-align: middle;
    border-top: none;
    border-bottom: 1px solid #ada590;
}

.page-template-template-custom-form #content.site-content .table.container-list .operation {
    text-align: right;
}

.page-template-template-custom-form #content.site-content .table.container-list .operation .btn.btn-outline-danger {
    color: #dc3545 !important;
    padding: 3px 6px;
    margin:5px 0;
}

.page-template-template-custom-form #content.site-content .table.container-list .operation .btn.btn-outline-danger:hover {
    color: #fff !important;
    background-color: #dc3545;
    border-color: #dc3545;

}

.page-template-template-custom-form #content.site-content .acf-field p.description {
    font-size: 90%;
    font-style: italic; }

/* Custom form SINGLE view */


.page-template-template-custom-form #content.site-content .single h6 {
    background-color:#ADA590;
    color: #ffffff;
    padding:5px;
    font-size: 1.2em;
}

.page-template-template-custom-form #content.site-content .single h5 {
    color: #ADA590;
    padding:5px;
    margin-top: 50px;
    border-bottom: 1px solid #ADA590; 
}

.page-template-template-custom-form #content.site-content .single table.date-fields {
  margin:5px;
}

.page-template-template-custom-form #content.site-content .single table tr td{
  padding:4px 4px;
}

.page-template-template-custom-form #content.site-content .single table.date-fields span.date_chk {
    color: #66a923;
}

.page-template-template-custom-form #content.site-content .single table.date-fields span.date_up_blue {
    color: #003d7e;
}

.page-template-template-custom-form #content.site-content .single table.date-fields span.date_up_red {
    color: #c71b22;
}

.page-template-template-custom-form #content.site-content .single table.details {
  width: auto;
}

/* REFERENCES */

.page-template-template-references #content.site-content .form-control{
    height: auto;
    padding:5px 15px 5px 10px;
    font-family: 'Open Sans';
    font-weight: 700;
}

.page-template-template-references #content.site-content p::before {
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    content: url(img/icon-pin.png);
    margin-left: -42px; 
}

.page-template-template-references #content.site-content p {
    margin-left: 42px;
    font-size: 12px;
    font-weight: 500;
}

/*FOOTER*/

#footer-widget {
    border-top: 1px solid #fff;
}

#footer-widget .widget_nav_menu .nav-link {
 padding:0.2rem 1rem;
 color: #fff;
}

#footer-widget .widget_nav_menu .nav-link:hover {
 color: #000;
}

#footer-widget .widget_nav_menu a:before {
   font-family: "Font Awesome 5 Free";
   content: "\f105";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
   font-size: 6px
}


#footer-widget h3.widget-title {
    font-family: 'Open Sans';    
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #959595;    
}

#footer-widget h3.widget-title::after{
  content: '';
  height: 4px;
  position: absolute;
  left: 15px;
  right: 0;
  top: 39px;
  width: 25%;
  background: #BE3155
}

#footer-widget .textwidget span{
    color: #BE3155;
}

#footer-widget .row > div:first-child img {
    /*width: 80%;*/
}

#footer-widget .widget {
    font-size: 0.8rem;
}
 
#footer-widget .widget_text {
   line-height: 1.6rem;
}

.site-footer {
    background-color: #000;
}

#footer-widget .fa-facebook-f {
    background-color: #3886b6;
    color: #ffffff;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 5px;	
}

#footer-widget .row > div:first-child a {
	color: #ffffff !important;
}

form.wpcf7-form * {
	font-size: inherit;
	border-radius: 0;
}

form.wpcf7-form .form-control {
	/*border:0;*/
}

#footer-widget form.wpcf7-form input,
#footer-widget form.wpcf7-form textarea {
	padding: .1rem .5rem
}

form.wpcf7-form textarea {
	height: 5rem;
}

form.wpcf7-form input[type="submit"] {
	background-color: #3886B6;
	border:0;
	text-transform: uppercase;
}

/* RESPONSIVE */

/*@media screen and (min-width: 991px) {
    .carousel-item {
        display: table;        
    }

    .carousel-item .col-md-4{
        display: table-cell;
    }

}*/

@media screen and (max-width: 1199px) {
    .navbar-nav .dropdown-menu {
         background: #B93153; 
    }
}

@media screen and (max-width: 991px) {
    .navbar-nav .dropdown-menu {
         background: transparent; 
    }

.home .carousel-item .elementor-heading-title {
    font-size: 18px!important;
}

.home .carousel-item h2.elementor-heading-title {
    font-size: 32px!important;
}

}

