/* ######################################## */


/* Large Devices, Wide Screens */

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


/* ######################################## */


/* Medium Devices, Desktops */

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


/* ######################################## */


/* Small Devices, Tablets */

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


/* ######################################## */


/* Extra Small Devices, Phones */

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


/* ######################################## */


/* Custom, iPhone Retina */

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


/* 5 columns layout with Twitter Bootstrap*/

.col-xs-p5,
.col-sm-p5,
.col-md-p5,
.col-lg-p5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-p5 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-p5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-p5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-p5 {
        width: 20%;
        float: left;
    }
}

/* ######################################## */


/**/
.has-tooltip {
  position: relative;
  display: inline-block;
 
}

.has-tooltip .tooltiptext {
  visibility: hidden;
  background-color: #333333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 2px 15px;
  white-space: nowrap;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 10;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  font-size:14px;
}

.has-tooltip:hover .tooltiptext {
  visibility: visible;
}
/**/


.overflow-dots{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



/*infinite loading.io*/
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #0096d6;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/*infinite loading.io*/

/* ######################################## */

/**/
ul li.menu-item a,
ul li.menu-item a:hover,
ul li.menu-item.active>a,
ul li.menu-item.current-menu-item>a,
ul li.menu-item.sfHover>a,
ul li.menu-item:hover>a,
ul li.menu-item a
.ptf-default-menu__navigation .sf-menu>li a,
.ptf-default-menu__navigation .sf-menu>li a:hover,
.ptf-default-menu__navigation .sf-menu>li.active>a,
.ptf-default-menu__navigation .sf-menu>li.current-menu-item>a,
.ptf-default-menu__navigation .sf-menu>li.sfHover>a,
.ptf-default-menu__navigation .sf-menu>li:hover>a,
.ptf-fixed-socials,
.ptf-fixed-footer-left-sidebar,
.ptf-fixed-footer-left-sidebar a.button::before,
.ptf-footer{
    color: #fff;
}
body ::selection {
   background: #f5f5f5;
   color: #000 !important;
}
ul li.menu-item a:hover,
ul li.menu-item:hover>a,
.ptf-default-menu__navigation .sf-menu>li a:hover,
.ptf-default-menu__navigation .sf-menu>li.sfHover>a,
.ptf-default-menu__navigation .sf-menu>li:hover>a{
  opacity: 0.7;
}

ul li.menu-item.active>a,
.ptf-default-menu__navigation .sf-menu>li.active>a,
.ptf-default-menu__navigation .sf-menu>li.active a{
  opacity: 0.7;
}

.ptf-navbar-logo h2 {
    height: 70px;
    width: 140px;
	  background: url('/wp-content/themes/sam-child/images/Signature-Homes-negativo.png') no-repeat center center;
    background-size: contain;
    background-color: transparent;
    color: transparent;
    text-indent: -9999px;
    overflow: hidden;
    border: 0;
}
/**/
body.color-invert ul li.menu-item a,
body.color-invert ul li.menu-item a:hover,
body.color-invert ul li.menu-item.active>a,
body.color-invert ul li.menu-item.current-menu-item>a,
body.color-invert ul li.menu-item.sfHover>a,
body.color-invert ul li.menu-item:hover>a,
body.color-invert ul li.menu-item a
body.color-invert .ptf-default-menu__navigation .sf-menu>li a,
body.color-invert .ptf-default-menu__navigation .sf-menu>li a:hover,
body.color-invert .ptf-default-menu__navigation .sf-menu>li.active>a,
body.color-invert .ptf-default-menu__navigation .sf-menu>li.current-menu-item>a,
body.color-invert .ptf-default-menu__navigation .sf-menu>li.sfHover>a,
body.color-invert .ptf-default-menu__navigation .sf-menu>li:hover>a,
body.color-invert .ptf-fixed-socials,
body.color-invert .ptf-fixed-footer-left-sidebar,
body.color-invert .ptf-fixed-footer-left-sidebar a.button::before,
body.color-invert .ptf-footer{
    color: #000;
}
body.color-invert ::selection {
  color: #000 !important;
  background: #f5f5f5;
}

body.color-invert .ptf-default-menu__navigation .sf-menu>li a:hover{
  opacity: 0.7;
}

body.color-invert .ptf-default-menu__navigation .sf-menu>li.active a{
  opacity: 0.7;
}

body.color-invert .ptf-navbar-logo h2 {
    height: 70px;
    width: 140px;
	  background: url('/wp-content/themes/sam-child/images/Signature-Homes-color.png') no-repeat center center;
    background-size: contain;
    background-color: transparent;
    color: transparent;
    text-indent: -9999px;
    overflow: hidden;
    border: 0;
}

@media only screen and (max-width: 768px) {
  .ptf-header{
    padding-top:20px;
  } 
}


/* Burger menu: ocultar desde tablets en adelante */

@media (min-width: 1200px) {
    .ptf-menu-burger {
        display: none;
    }
    .ptf-navbar .ptf-navbar-inner--center {
        display: flex;
    }
    .ptf-navbar-contacts {
        display: block;
    }
}
/* ######   */


.ptf-footer-copyright{
    font-family: "Clearface Regular", Arial, sans-serif;
}
.ptf-footer-copyright .footer-left{
  display:none;
}
body.ptf-last-slide .footer-left{
  display:block;
  font-weight: normal;
}

.ptf-footer-copyright p {
  float:right;
}



.ptf-footer-menu {
  float: left;
  margin-left:5px;
  font-weight: normal;
}

.ptf-fixed-footer-left-sidebar
{
    position: fixed;
    z-index: 10;
    right: 0;
    bottom: 40px;
    left: 40px;
}
body.ptf-last-slide .ptf-fixed-footer-left-sidebar{
  display:none;
}

.ptf-fixed-footer-left-sidebar a.button{
    font-family: 'Space Grotesk Light';
    font-size: 20px;
    color: #746246;
    transition: all 0.3s;
    font-weight: 100;
    background-color: #f9f9f9;
    padding: 5px 12px;
    border: 1px solid #fff;
    text-align: center;
}
body.color-invert .ptf-fixed-footer-left-sidebar a.button{
  border: 1px solid #000;    
}

.ptf-fixed-footer-left-sidebar a.button::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none" stroke="white" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><line x1="4" y1="28" x2="28" y2="4"/><polyline points="12,4 28,4 28,20"/></svg>') no-repeat center center;
    background-size: contain;
    position: absolute;
    left: -40px;
    bottom: -10px;
}
body.color-invert .ptf-fixed-footer-left-sidebar a.button::before{
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none" stroke="black" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><line x1="4" y1="28" x2="28" y2="4"/><polyline points="12,4 28,4 28,20"/></svg>') no-repeat center center;
}

body[data-elementor-device-mode="mobile"] .ptf-fixed-footer-left-sidebar a.button {
  font-size:14px;
}

.footer-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu-list li {
    display: inline;
}

.XXfooter-menu-list li::before {
    content: "| ";
    margin: 0 6px 0 6px;
}

.footer-menu-list a {
    text-decoration: none;
    color: inherit;
    font-size: 1em;
}

/**/
.video-container {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 0 !important;
}

.ptf-default-menu__navigation{
  float: left;
}

ul#menu-navbar-menu li.wpml-ls-menu-item.wpml-ls-last-item {
  margin-right: 100px;
}

/*#Home*/
.elementor-174 .elementor-element.elementor-element-89cd8c2:hover {
    border-style: none !important;
}

.elementor-174 .elementor-element-89cd8c2{
  text-align: center;
}
.elementor-174 .elementor-button{
  margin:0 auto;
}
/*#Contact-2*/
.elementor-755 h1{
  width: 50%;
}
body[data-elementor-device-mode="mobile"] .elementor-755 h1,
body[data-elementor-device-mode="tablet"] .elementor-755 h1{
  width: 100%;
}
body[data-elementor-device-mode="mobile"] .elementor-755 h1{
  font-size:40px !important;
}

.elementor-755 h1 {
  position: relative;
  padding-right: 32px;
}

.elementor-755 h1::after {
  content: "";
  display: block;
  height: 100%;
  aspect-ratio: 1 / 1;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none" stroke="white" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><line x1="4" y1="28" x2="28" y2="4"/><polyline points="12,4 28,4 28,20"/></svg>') no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  pointer-events: none;
}
body.color-invert .elementor-755 h1::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none" stroke="black" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><line x1="4" y1="28" x2="28" y2="4"/><polyline points="12,4 28,4 28,20"/></svg>') no-repeat center center;
}
.elementor-755 .elementor-element-4b03c63 h1::after {
  content: none;
}

body[data-elementor-device-mode="mobile"] .elementor-755 .elementor-element.elementor-element-1ef92f3,
body[data-elementor-device-mode="tablet"] .elementor-755 .elementor-element.elementor-element-1ef92f3{
  width: 100%;
}
  

/*about us boton*/
.elementor-820 .elementor-button,
.elementor-846 .elementor-button{
  font-size: 23px;
  font-weight: 500;
  font-style: normal;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
  border-width: 0px 0px 0px 0px !important;
  border-radius: 0px 0px 0px 0px;
  background-color: #aba1952e !important;
}
/*about us*/



/*form*/
#gform_wrapper_1 .gf_progressbar{
  border-radius: 0;
  background-color: transparent;
  padding:0;
  border:0;
}
#gform_wrapper_1 .gf_progressbar:after{
  border-radius: 0;
  box-shadow: unset;
}

#gform_wrapper_1 .gf_progressbar_percentage{
  border-radius: 0;
  background: none;
  background-color: #D2D1CD;
}

#gform_wrapper_1 .gf_progressbar_title{
  font-family: "Space Grotesk SemiBold", Arial, sans-serif;
  font-size:18px;
  text-transform: uppercase;
  color:#000;
  margin-left:0 !important;
  opacity: 1;
}

#gform_wrapper_1 .gf_progressbar_percentage span{
  font-family: "Space Grotesk SemiBold", Arial, sans-serif;
  color:#000;
  opacity: 0.6;
}

#gform_wrapper_1 .top_label div.ginput_container{
  margin-top:0;
}

#gform_wrapper_1 select{
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" stroke="%23333333" stroke-width="1.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px 24px;
}

#gform_wrapper_1 .gfield_checkbox input[type=checkbox]{
  margin-top:0;
}
#gform_wrapper_1 .gform_page_footer{
  border-top:0;
}

#gform_wrapper_1 .button.gform_next_button,
#gform_wrapper_1 .button.gform_previous_button,
#gform_wrapper_1 .gform_page_footer .button.gform_button{
  color:#000;
  text-transform: uppercase;
  background-color: #EDEEEB; 
  border:0;
  padding:5px 15px;
}


#gform_wrapper_1 li.gfield.gfield_error{
  border:0;
  padding:0;
  margin:0;
}


#gform_wrapper_1 .validation_message {
  padding-top: 0px;
}

#gform_wrapper_1 li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
#gform_wrapper_1 li.gfield_error textarea{
    border:0;
    border-bottom: 1px solid #790000;
}

/*fin form*/

/*fixes fulltpage conctact*/
body.page-template-template-fullpage-slider-single .ptf-navbar.ptf-navbar--transparent .ptf-navbar-background{
  background-color: transparent;
}
body.page-template-template-fullpage-slider-single .container.p-0{
  margin-top:160px;
}

body.page-template-template-fullpage-slider-single .ptf-fullpage-slider{
  position:initial;
  height:auto !important;
}

body.page-template-template-fullpage-slider-single .ptf-fullpage-slider .ptf-section{
  height:auto !important;
  position:relative !important;
  overflow:visible !important;
}

/*fin fixes fulltpage conctact*/

/* pagepiling: scroll to top */
@media only screen and (max-width: 992px) {
  #pp-scroll-top {
    position: fixed;
    bottom: 70px;
    right: 100px;
    z-index: 100;
    width: 40px;
    height: 40px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none" stroke="white" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><polyline points="6,22 16,10 26,22"/></svg>') no-repeat center center;
    background-size: contain;
    border: 0;
    cursor: pointer;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
}

@media (max-width: 1500px) {
    #pp-scroll-top { right: 40px; }
}
@media only screen and (max-width: 767px) {
    #pp-scroll-top { right: 15px; }
}
#pp-scroll-top.is-visible {
    opacity: 1;
    pointer-events: auto;
}
@media only screen and (max-width: 992px) {
  body.color-invert #pp-scroll-top {
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none" stroke="black" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><polyline points="6,22 16,10 26,22"/></svg>');
  }
}
/* pagepiling: scroll to top */

/* Disable hero parallax on mobile */
@media (max-width: 1024px) {
	.ptf-page-title__inner {
		transform: none !important;
	}
}

/* Disable fullpage slider transition on mobile */
@media (max-width: 1024px) {
	.pp-easing {
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
	}
}



