/*
Theme Name: Jenna D Amico
Theme URI: http://jennadamicocom.rs4.aios-staging.com
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.7
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. Custom CSS
2.	IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css
  
*/


/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/


/* Sub Menu */
#nav li {
    position:relative;
    display: inline-block;
}
  
#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    background: rgba(0,0,0,0.9) url("images/submenu-fixer.png");
    display: none;
    padding: 0;
    position: absolute;
 	width:100%;
 	min-width:180px;
}
#nav .sub-menu a {
    color: #ffffffFFF;
    display: block;
    padding: 10px;
}
#nav .sub-menu a:hover {
    background: none repeat scroll 0 0 #b2b2b2;
    color: #000000;
    text-decoration: none;
}
#nav .sub-menu .sub-menu {
    margin-left: 100%;
 	top:0;
}
#nav li:hover > .sub-menu {
    display: block;
}
#nav .sub-menu li {
    position: relative;
}

      h2.widget-title {
        font-size: 72px;
        color: #fc0599;
        font-family: 'Euphoria Script', cursive;
        padding: 50px 0 10px;  
        line-height: 1; 
        position: relative; 
        z-index: 5;

      }

        h2.widget-title span {
            color: #58d0b3; 

        }

/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/

/* Global */

body{

	font-family: 'Muli', sans-serif;
	font-size: 14px;
	background: #ffffff;
	color: #555555;
	margin: 0;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}


body.home {
   background: #ffffff;
}

a, button {
  outline:none !important; 
  text-decoration: none !important;
}

a:hover {
  text-decoration: none;
  color: #3c676e; 
  outline: none; 
  text-decoration: none; 

}

a:link, a:visited {
  outline: none;
  text-decoration: none;
}


#main-wrapper {
    position: relative;
}


/*** Header Area ***/ 

.header-main {
    width: 100%;
    z-index: 100;
    margin: 0 auto; 
    position: fixed;
    height: auto;
    padding: 0; 
    font-size: 0;
    background: rgba(61,61,61,0.8);
}

/** Navigation **/

.navigation {
    position: relative;
    display: inline-block;
    width: 86.4375%;
    vertical-align: middle;
    padding: 25px 0 0;
    padding-left: 160px;
}
  
#nav {
  display: block;
}

#nav li {
    display: inline-block;
    margin: 0 18px;
    position: relative;
}


#nav li a {

    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    margin: 0;
    outline: none;
    text-decoration: none;
    padding: 0 0 5px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    letter-spacing: 0.1em; 
    font-weight: normal;
    text-transform: uppercase; 
    font-weight: 600;
}



#nav li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height:1px;
    background: #ff0099;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 

}

    #nav li:hover a:after {

       width: 100%;
       left: 0;

    }
 
   #nav .sub-menu {
    min-width: 224px;
    left: 50%;
    margin-left: -114px;
    z-index: 9;
    padding: 25px 10px 0;
    background: none;
    color: #a6a6aa;
    text-align: left; 
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
    margin-top: -200px;
    }

#nav li:hover > .sub-menu {
   opacity: 1;
   margin-top: 0px;
}

         #nav .sub-menu a {
           padding: 0;
           color: #a6a6aa;
         }

          #nav .sub-menu li {
            width: 100%;     
            position: relative;
            margin:0 auto; 
            background: rgba(0,0,0,0.5);
            }


            #nav .sub-menu li:before {
                display: none;
            }



    #nav .sub-menu li a {
    width: 100%;
    font-size: 17px;
    font-weight: 300;
    padding: 10px 0px;
    text-transform: none;
    color: #ffffff;
    border-left: none;
    text-align: center;
    border: 0;

    }

     #nav .sub-menu li a:after { 

        display: none;

     }

         #nav .sub-menu li a:hover { 
               
              color: #fc0599;   
              background: rgba(0,0,0,0.5);
            }

#nav .sub-menu .sub-menu {
    margin-left: 45%;
    top: 0;
}



/*** Connect Slide ***/



.connect-wrap {
  background: rgba(42, 47, 67, 0.9);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1010;
  font-size: 0;
  width: 544px;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-top: 0; 
  transform: translateX(100%);

}

.connect-wrap.open {
  right: 0;
  transform: translateX(0);
}

a.connect-btn {
  display: block;
  background: url(images/connect-bttn.png) no-repeat center #58d0b3;
  position: absolute;
  width: 68px;
  height: 192px;
  left: -68px;
  top: 50%;
  transform: translate(0,-50%);
  margin: auto;
  font-size: 0;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 18px 15px;
/*  word-break: break-all;
-webkit-transform: translate(-100px, 540px) rotate(-90deg);
   -moz-transform: translate(-100px, 540px) rotate(-90deg);
   -ms-transform: translate(-100px, 540px) rotate(-90deg);
   -o-transform: translate(-100px, 540px) rotate(-90deg);
   transform: translate(-100px, 540px) rotate(-90deg); */
}

a.connect-btn:hover {
   opacity: 0.8;
}

.connect-content {
  padding: 24px 40px;
  height: 100%; 
  position: relative;
}

.conntect-content-wrap{
  overflow: auto;
}



.connect-content .info-top {
     font-size: 18px; 
     color: #999999; 
     display: inline-block; 
     vertical-align: top; 
     letter-spacing: 0.025em; 
     font-weight: 600;
}

.connect-content .info-top span { display: inline-block; }

.connect-content .info-top span i {
    display: inline-block; 
    padding-right: 6px; 
    font-size: 16px; 

}

  .connect-content .info-top i.ai-font-envelope-o {
     font-size: 14px;
  }

.connect-content .info-top span.hdr-email {
     font-size: 0;
  }

.connect-content .info-top .smi-top {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 15px;
}  


.connect-content .info-top .smi-top:before, .connect-content .info-top .smi-top:after  {
    content: '';
    width: 5px;
    height: 5px;
    color: #ff0099;
    position: absolute;
    left: 0;
    background: #ff0099;
    left: 5px;
    right: 0;
    top: 10px;

}

.connect-content .info-top .smi-top:after {
    left: inherit; 
    right: 5px;
}



 .connect-content .info-top .smi-top a {
     color: #999999; 
     font-size: 22px; 
     padding: 0 8px;
 }

.connect-content .info-top .smi-top a:hover {
    color: #fc0599;
}



/*** Send us message ***/


.connect-content .connect-form {
   position: relative; 
   display: inline-block; 
   text-align: center;
}

.connect-content .connect-form .connect-form-title {
    display: block; 
    line-height: 1; 
    padding-top: 74px;
}

.connect-content .connect-form .connect-form-title span {
  color: #ff0099; 
  font-size: 35px; 
  text-transform: uppercase;  
  font-weight: 800;

}

 .connect-content .connect-form .connect-form-title i {
     font-size: 112px; 
     color: #58d0b3;  
     font-family: 'Euphoria Script', cursive;  
     text-transform: none; 
     font-style: normal;

 }

  .connect-content .connect-form .connect-form-title p {
     font-size: 17px; 
     color: #828282; 
     line-height: 22px; 
     padding: 26px 0;
  }
  
.sum-cont-form {
   position: relative; 
   text-align: center;
}

.sum-cont-form input[type='text'], .sum-cont-form input[type='email'], .sum-cont-form input[type='tel'], .sum-cont-form textarea { 
    width: 100%;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    height: 46px;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: top;
    margin: 20px 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    outline: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-bottom: 0;
  }


.sum-cont-form textarea {
    resize: none;
    padding-right: 35px;
}
 

div.sum-cont-form input[type='submit'] {
    text-align: center;
    color: #fff;
    vertical-align: top;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 0;
    text-transform: uppercase;
    outline: none;
    margin: 40px auto 0;
    position: relative;
    z-index: 3;
    font-weight: 700;
    display: inline-block;
    padding: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    width: 100%;
    max-width: 29px;
    height: 27px;
    background: url(images/send-img.png) no-repeat center;
    border: none;
    position: absolute;
    top: -30px;
    right: 4px;
}


div.sum-cont-form input[type='submit']:hover {
    opacity: 0.8; 
}

  div.sum-cont-form div.wpcf7-response-output {
    color: #fff;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    bottom: -20px;
    left: 0;
    right: 0;
}

.field-merge {
     width: 100%; 
     position: relative;
}


 .close-bttn {
    cursor: pointer;  
    color: #828282; 
    font-size: 20px;  
    position: absolute; 
    right: 35px; 
    top: 25px;

 }






/*** Slide Header Logo ***/

.hdr-logo { 
    display: block; 
} 

 .hdr-logo img {
     max-width: 100%;
 }
  
    .hdr-logo img.og-logo {
         display: block; 

   }

  .hdr-logo img.fixed-logo {
         display: none;
   }


.translate-area {
    display: inline-block;
    width: 13.5625%;
    max-width: 217px;
    background: rgba(252, 5, 153, 0.7);
    text-align: center;
    vertical-align: middle;
    float: right;
    padding: 17px 0;

}

.g-translate {
    display: inline-block; 

}

  #translate-this .goog-te-gadget .goog-te-combo {
    background: url(images/translate-bg.png) no-repeat !important;
    width:158px !important;
    height: 35px !important;
    border: 0 !important;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer; 
  font-size: 0;
  }
#translate-this .goog-te-gadget .goog-te-combo option {
    color: #000; 
  font-size: 12px;
}


.goog-te-gadget .goog-te-combo {
    margin: 0 !important;
}



/***Header Short***/

.header-main.short {
    z-index: 100;
    top: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    position: fixed;
    padding: 0;
    background: #000; 

}

.header-main.short .hdr-logo img.fixed-logo {
    display: block;
}

 
   .header-main.short .hdr-logo img.og-logo {
         display: none;
   }



.header-main.short #nav li a {
   color: #ffffff;
}

.header-main.short #nav .sub-menu li a { 

   color: #ffffff;

}

.header-main.short #nav .sub-menu li a:hover {
   color: #fc0599;
}


.header-main.short .info-wrapper {
    display: none;
}


.header-main.short .hdr-cont-wrapp {
     padding-top: 0;
}


/*section1*/

section#hp-slide {
    position: relative;
}
    .hpslideshow {
        position: relative;
    }
        .slideshow-fixed {
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }
            .slideshow-fixed .textwidget,
            .slideshow-fixed .cycloneslider-template-responsive,
            .slideshow-fixed .cycloneslider-template-responsive .cycloneslider-slides,
            .slideshow-fixed .cycloneslider-template-responsive .cycle-slide,
            .slideshow-fixed .cycloneslider-template-responsive .cycloneslider-slide canvas {
                height: 100%;
                width: 100%;
            }
        .slideshow-canvas {
            font-size: 0;
        }
            .slideshow-canvas canvas {
                width: 100%;
            }


.home .cycloneslider-slide.cycloneslider-slide-image.cycle-slide:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    left: 0;
    right: 0;
    z-index: 4;
}


/*** Header Slide ***/ 


.header-slide {
     position: absolute; 
     top: 50%;
     transform: translate(0,-50%);  
     z-index: 4; 
     text-align: center; 
     left: 0; 
     right: 0; 
     margin: 0 auto;

}


 .header-slide .logo-header {
     position: relative; 
     z-index: 5; 

 }

  .header-slide .logo-header img {
     width: 100%; 
     max-width: 932px; 
  }


.header-slide .slide-cont-info {
     background: url(images/slide-info-bg.png) no-repeat center;  
     min-height: 61px;
}

 .header-slide .slide-cont-info span {
     font-size: 22px; 
     color: #fff; 
     display: inline-block; 
     padding: 20px;
 }

  .header-slide .slide-cont-info span i {
     font-size: 16px; 
     padding-right: 5px;
  }
   
    .header-slide .slide-cont-info span i.ai-font-mobile-a{
         font-size: 18px;
    }

/*** Slide SMI ***/

.slide-smi {
    position: fixed; 
    width: 30px; 
    top: 50%; 
    transform: translate(0,-50%); 
    z-index: 6;  
    text-align: center;
    margin-left: 2.8125%; 


} 


 .slide-smi .smi {
     position: relative; 
     padding-top: 70px;
 }

  .slide-smi .smi:before {
    content: '';
    height: 57px;
    width: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }


  .slide-smi .smi a {
    display: block;
    color: #fff;
    font-size: 24px;
    padding: 10px 0; 

  }

   .slide-smi .smi a.ai-font-facebook {
        color: #4c6da3;
   }

    .slide-smi .smi a.ai-font-twitter {
       color: #1bb1e4;
    }

    .slide-smi .smi a.ai-font-youtube {
       color: #e70406;
    } 

    .slide-smi .smi a.ai-font-linkedin {
       color: #1582ab;
    }

.slide-smi .smi a.ai-font-instagram {
    color: #3f729b;
}

.slide-smi .smi a:hover {
   color: #fc0599;
}




 /*** Quick search ***/

section.qs-area {
    position: relative;
    z-index: 1;
}

 .qs-wrapper {
     position: relative; 
     left: 0; 
     right: 0; 
     z-index: 4; 
     bottom:0; 
     background: url(images/qs-bg.jpg) no-repeat center/cover;
    height: 50px;
    display: none;
 }
   


/*** Quick Search ***/ 

section#qs-area {
  position: relative; 
  z-index: 5;
}

.qs-cont {
    position: relative;
    z-index: 1;
    width: 100%;
    font-size: 0;  
    display: inline-block; 
    vertical-align: top; 
    text-align: center; 
    padding-top: 40px; 
    padding-bottom: 40px;
    display: none;
}

.qs-cont .qs-title { 
    color: #fff;
    font-size: 39px;
    display: inline-block;
    font-weight: 500;
    font-family: 'Euphoria Script', cursive;
    max-width: 176px;
    vertical-align: middle;
    width: 16%; 
    text-align: left;
}

.qs-cont form {
    width: 84%;
    margin: 0px auto;
    display: inline-block;
    text-align: left; 
    vertical-align: middle;
    }



.qs-cont .field-1 {
   width: 18.90%;

}

.qs-cont .field-2 {
   width: 18.2%;


}


.qs-cont .field-3, .qs-cont .field-4, .qs-cont .field-5, .qs-cont .field-6 {
    width: 9.91%;
}


.qs-cont .field-1, .qs-cont .field-2, .qs-cont .field-3, .qs-cont .field-4, .qs-cont .field-5, .qs-cont .field-6 {
    display: inline-block; 
    margin-right: 5px; 
    background-position-y: 17px; 
    vertical-align: top;

}

.qs-cont input {

    /*color: #fff;*/
    font-size: 13px;
    height: 37px;
    padding: 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 98% 50%;
    border-bottom: 1px solid #bdbebe; 
    border-top: transparent; 
    border-left: transparent; 
    border-right: transparent;  
    background: transparent; 
    position: relative;
    background-position: 94% 50%;
   

}


.qs-cont select {
    color: #fff;
    font-size: 13px;
    height: 37px;
    padding: 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(images/qs-arrow.png) no-repeat;
    background-position: 94% 50%;
    border: none;
    border-bottom: 1px solid #bdbebe; 
    border-top: transparent; 
    border-left: transparent; 
    border-right: transparent;
   

}


   select::-ms-expand { display: none; }

 .qs-cont .qs-cont-sub {
     max-width: 100%;
    width: 128px;
    height: 37px;
    background: #58d0b3;
    text-align: center;
    color: #fff;
    appearance: normal !important;
    -webkit-appearance: normal !important;
    -moz-appearance: normal !important;
    border-radius: 0;
    border: 0;
    margin: 0 auto;
    vertical-align: top;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    letter-spacing: 0.05em;
    font-style: normal;
    }


a.qs-sett {

    width: 34px; 
    height: 35px; 
    display: inline-block; 
    font-size: 0; 
    background: url(images/advn-img.png) no-repeat center; 
    margin-left: 10px; 
    font-size: 0;
}

a.qs-sett:hover {
   opacity: 0.6;
}




   .qs-cont .qs-cont-sub:hover{
      opacity: 0.8;
    }




/*Dyanmic Quick Search*/
.hp-quick-search button.btn.dropdown-toggle.btn-default {
    font-size: 13px;
    height: 37px;
    padding: 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 98% 50%;
    border-bottom: 1px solid #bdbebe; 
    border-top: transparent; 
    border-left: transparent; 
    border-right: transparent;  
    background: transparent; 
    position: relative;
    background-position: 94% 50%; 
    color: #fff; 
    border-radius: 0;
}






/*** Welcome Area ***/

 section#welcome-area {
   
    position: relative;
    z-index: 1;
    text-align: center;  
/*     padding: 100px 0;
background: rgba(255,255,255,0.8);  */
    overflow: hidden;

 }


 .welcome-wrapper {
     position: relative; 
     min-height: 709px; 
    /*  background: url(images/welcome-main-bg.jpg) no-repeat center/cover;  */
     font-size: 0; 
     position: relative; 

 }

 .welcome-skew1 {

    height: 100%;
    display: block;
    position: absolute;
    width: 51%;

 }

   .welcome-skew1:after {
        content: " ";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 4;
        background: #fff;
        transform-origin: top right;
        -ms-transform: skew(-30deg, 0deg);
        -webkit-transform: skew(-30deg, 0deg);
        transform: skew(-30deg, 0deg);
   }


 .welcome-skew2 {

    display: block;
    position: absolute;
    width: calc(50% + 254px);
    z-index: 5;
    top: 110px;
    bottom: 74px;

 }

   .welcome-skew2:after {
        content: " ";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 5;
        background: #ffe7f5;
        transform-origin: top right;
        -ms-transform: skew(-30deg, 0deg);
        -webkit-transform: skew(-30deg, 0deg);
        transform: skew(-30deg, 0deg);
   }


.wel-ribbon {
    position: absolute;
    left: calc(50% - 320px);
    background: url(images/welcome-ribbon.png) no-repeat center;
    width: 2027px;
    height: 336px;
    bottom: 36px;
    z-index: 7;
}


.wel-bird {
position: absolute;
    left: calc(50% + 30px);
    background: url(images/bird-accent.png) no-repeat center;
    width: 604px;
    height: 395px;
    bottom: 108px;
    z-index: 6;
}


.wel-text-wrapp {
    position: relative; 
    z-index: 10;
}


h1.wel-title {
    color: #fc0599; 
    font-size: 90px;
    font-family: 'Euphoria Script', cursive; 
    text-align: left; 
    padding: 20px 0 10px; 

}

 h1.wel-title i {
    color: #58d0b3; 
    font-style: normal; 

 }

.wel-text {
  position: relative;
  text-align: left;
}

.wel-text .text-content {
    font-size: 14px;
    line-height: 24px;
    color: #b06a93;
    letter-spacing: 0.020em;
    width: 74%;
    display: inline-block;
}

.wel-text .text-content p {
     margin: 20px auto;
}

 .wel-text strong {
     font-size: 18px; 
     color: #b06a93; 
     display: block; 
     padding-top: 30px;
 }

 .wel-photo {
    margin-top: -68px;
 }

.wel-agent-photo {
    display: block;
}

 .wel-agent-photo canvas {
     width: 100%; 
     background-size: cover; 
    left: calc(50% - 140px);
    position: relative;

 }



/*** Featured Properties ***/ 

section#fp-area {
    position: relative; 
    z-index: 1; 
    overflow: hidden;
}


 .fp-main-wrapp {
     background: #fff;  
     padding-bottom: 126px; 
     position: relative; 
     font-size: 0;
   
 }
   
  .fp-skew {
    display: block;
    position: absolute;
    width: 60%;
    z-index: 5;
    top: 0;
    bottom: 74px;
    background: #d5f3ec;
      height: 535px;
   
  }


    .fp-skew:before{
        content: " ";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 5;
        background: #d5f3ec;
        transform-origin: top right;
        -ms-transform: skew(30deg, 0deg);
        -webkit-transform: skew(30deg, 0deg);
        transform: skew(30deg, 0deg);
    }


  .fp-ribbon { 

    position: absolute;
    left: -388px;
    right: 0;
    background: url(images/properties_bg.png) no-repeat center;
    width: 2433px;
    height: 607px;
    z-index: 6;
    top: 89px;
  }


.fp-wrapper {
    width: 100%;  
    position: relative; 
    z-index: 7; 
    padding-top: 35px;

}


.fp-slide {
    margin-left: -10px;
    padding-left: calc(( 100vw - 1140px) / 2);
    margin-right: -150px;
}
 


    .fp-list  {

       font-size: 0; 
       display: inline-block; 
       width: 100%; 
       vertical-align: middle; 
       margin: 0 auto; 
       position: relative;  
       padding: 0 10px;

    }



         .fp-list canvas {
             width: 100%; 
             background-size: cover; 
             position: relative; 
             z-index: 1;
             filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
              -webkit-transition: all 0.5s ease-in-out;
              -moz-transition: all 0.5s ease-in-out;
              -o-transition: all 0.5s ease-in-out;
              transition: all 0.5s ease-in-out;
         }

         a:hover .fp-list canvas {
             filter: grayscale(0);
            -webkit-filter: grayscale(0);
            -moz-filter: grayscale(0);
         } 


          .fp-list .fp-details {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%; 
            z-index: 4; 
            left: 0; 
            margin: 0 auto; 
            line-height: 1; 
            padding: 40px;
          }
             

            .fp-list .fp-details:before {
                 width: 0; 
                 height: 100%; 
                 display: inline-block; 
                 vertical-align: middle; 
                 content:'';
            }

.fp-list .fp-details .fp-details-text {
     position:relative;
     bottom: 70px;
}

            .fp-list .fp-details .fp-details-text span.fp-price {
               
                font-size: 30px; 
                color: #fff; 
                font-weight: 800;

            }


               .fp-list .fp-details .fp-details-text span.fp-address {
                   font-size: 20px; 
                   font-weight: 600; 
                   color: #fff; 
                   display: block; 
                   padding-top: 15px;
               }


 

/*** CTA Area ***/ 

section#cta-area {
    position: relative; 
    z-index: 1; 
    margin-top: 325px; 
    overflow: hidden;  
    padding-top: 41px ;


}

.cta-area-main-wrapp {
    background: #ffffff;  

}

.cta-container {
    position: relative; 
    z-index: 5;
}

.ribbon-cta-l {
    position: absolute;
    right: 320px;
    background: url(images/cta-left-ribbon.png) no-repeat center;
    width: 1474px;
    height: 380px;
    bottom: 134px;
    z-index: -1;
}

.ribbon-cta-r {
    top: 96px;
    position: absolute;
    left: calc(100% - 250px);
    background: url(images/cta_overlap_bg1.png) no-repeat center;
    width: 1200px;
    height: 336px;
    z-index: 6; 
    pointer-events: none;
}

  .cta-area-wrraper {
     position: relative; 
     background: url(images/cta_bg);

  }

    .cta-list {
         position: relative; 
         font-size: 0; 
         display: inline-block; 
         box-shadow: 0 0 10px #1d1d1d;
    }
   

     .cta-list canvas { 

        width: 100%; 
        position: relative; 
        background-size: cover; 

     }
     
 .cta-list .cta-title {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;

    color: black;
    margin: 0 auto;
    top: 0;
    text-align: center; 
    padding: 15px;
 }
   
    .cta-list .cta-title:before  {
         content: '';
         background: rgba(88,208,179,0.8); 
         width: 100%; 
         height: 100%;
         display: inline-block; 
         vertical-align: middle;
         -webkit-transition: all 0.5s ease-in-out;
         -moz-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
         transition: all 0.5s ease-in-out;
    }

    .cta-list:hover .cta-title:before  {
        background: rgba(252,5,153,0.8); 
    }




.cta-list .cta-title span {

    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%); 
    font-size: 18px;  
    color: #fff;
    font-weight: 600; 
    text-transform: uppercase; 
    line-height: 1; 
    letter-spacing: 0.1em;
    

}

 .cta-list .cta-title span i {

    font-size: 55px; 
    font-family: 'Euphoria Script', cursive;  
    font-weight: normal; 
    display: block; 
    text-transform: none; 
    font-style: normal;

    
 } 

.cta-area1 {
    
    margin-top: -42px;
} 

.cta-area2 {
    
    margin-top: 76px;
}

.cta-area3 {
    
    margin-top: 180px;
} 


/*** Featured Communities ***/ 

section#fc-area {
    position: relative; 
    z-index: 1; 
    text-align: center; 
    background: url(images/fc-main-bg.jpg) no-repeat center/cover #fff; 
    padding-top: 100px; 
    padding-bottom: 170px;
    padding-left: 55px;
    padding-right: 55px; 
    overflow: hidden; 
    margin-top: -1px; 

}
 

  .fc-wrapper {
    position: relative;
    background: url(images/fc-bg-image.jpg) no-repeat center/cover;
    display: inline-block;
    width: 100%;

  }

    section#fc-area:before {
         content:''; 
         position: absolute; 
         bottom: 80px; 
         left: 0;
         background: url(images/fc-ribbon-l.png) no-repeat center; 
         width: 410px; 
         height: 205px; 
         z-index: 4; 

    }



   .fc-cont { 

      width: 100%; 
      height: 100%; 
      background: rgba(19,19,19,0.5);

   }
   
     .fc-text {
         position: relative;
     }

      .fc-text h2.widget-title {
        font-size: 72px;
        color: #fff;
        font-family: 'Euphoria Script', cursive;
        padding: 50px 0 10px; 

      }

        .fc-text h2.widget-title span {
            color: #58d0b3; 

        }


 .fc-text p {
    color: #fff;
    width: 66.15%;
    margin: 20px auto;
    line-height: 24px;
        }

.fc-list-area {
   width: 100%;
    margin: 0 auto;
    padding: 20px 10px;
}


  .fc-slide {
    position: relative; 
    margin-top: 180px; 
    font-size: 0;
}

    .fc-slide:after {
         content:''; 
         position: absolute; 
         top:-47px; 
             right: -83px;
         background: url(images/fc-ribbon-r.png) no-repeat center;
         width: 220px; 
         height: 258px;
         z-index: 4;
    }



    .fc-list {
      
       display: inline-block;  
       padding: 0 4px;
       font-size: 0; 
       position: relative;

    }

      .fc-list-d {
         position: relative;
      }
        
        a .fc-list-d canvas {
             width: 100%; 
             background-size: cover; 
             position: relative; 
             filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
              -webkit-transition: all 0.5s ease-in-out;
              -moz-transition: all 0.5s ease-in-out;
              -o-transition: all 0.5s ease-in-out;
              transition: all 0.5s ease-in-out;
        }

         a:hover .fc-list-d canvas {
             filter: grayscale(0);
            -webkit-filter: grayscale(0);
            -moz-filter: grayscale(0);
         }


         .fc-title {
             position: absolute; 
/*              top: 50%; 
transform: translate(0, -50%);  */
             left: 0; 
             right: 0;  
             width: 100%; 
             height: 100%; 
             top: 0;


         }

          .fc-title:before {
             width: 0; 
             height: 100%; 
             content:''; 
             vertical-align: middle; 
             display: inline-block;

          } 

           .fc-title span {

              text-transform: uppercase; 
              font-size: 28px;
              font-weight: 700; 
              color: #fff;
              left: 0; 
              right: 0;
              letter-spacing: 0.1em; 
              vertical-align: middle;


           }

.fc-nav {

    text-align: center;
    z-index: 5;
    position: absolute;
    bottom: -85px;
    z-index: 5;
    left: 0;
    right: 0;
    margin: 0 auto;
} 
 
  a.fc-prev {
     display: inline-block; 
     vertical-align: middle; 
     font-size: 14px; 
     color: #806474; 
     text-transform: uppercase; 
     position: relative;
     margin: 0 15px; 
     font-weight: 700;
                   -webkit-transition: all 0.5s ease-in-out;
              -moz-transition: all 0.5s ease-in-out;
              -o-transition: all 0.5s ease-in-out;
              transition: all 0.5s ease-in-out;
  }

   a.fc-next {
     display: inline-block; 
     vertical-align: middle; 
     font-size: 14px; 
     color: #806474; 
     text-transform: uppercase;  
     position: relative;
     margin: 0 20px; 
     font-weight: 700;
                   -webkit-transition: all 0.5s ease-in-out;
              -moz-transition: all 0.5s ease-in-out;
              -o-transition: all 0.5s ease-in-out;
              transition: all 0.5s ease-in-out;
  }   


  a.fc-prev em.ai-font-arrow-b-p { 
       font-size: 12px; 
       color: #806474; 
       padding: 0 10px;
       font-weight: 700;
   }
   
    a.fc-next em.ai-font-arrow-b-n {
       font-size: 12px; 
       color: #806474; 
       padding: 0 10px;
       font-weight: 700;

    }
 
.fc-nav a:hover {
  opacity: 0.6;
}


/*** Blog Area ***/ 


section#blog-area {
    position: relative; 
    z-index: 1; 
    text-align: center; 
    background: url(images/blog-main-bg.jpg) no-repeat center/cover; 
    overflow: hidden; 
    padding-top: 120px;
}

section#blog-area:before {

    content: " ";
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    background: rgba(96,211,183,0.7);
    transform-origin: bottom left;
    -ms-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);

}


.blog-main-wrapp {
    position: relative;
    font-size: 0;
    width: 100%;
    display: block;
    margin: 0 auto;
    z-index: 5;
    padding: 0;
}


  .blog-form {
     width: 47.125%; 
     display: inline-block; 
     vertical-align: top;
  }


   .blog-cont {

     width: 100%; 
     max-width: 509px;
     float: right; 
     background: url(images/subs-bg.png) no-repeat center/cover; 
     height: 799px;

   } 



    .blog-form-details {
        position: relative; 
        padding: 0 90px;
    }
      
      .sn-cont {
         display: block;
      }

      .sn-cont h2.widget-title {
        font-size: 60px; 
        padding-top: 200px;
      }

      .sn-cont p { 
          font-size: 14px; 
          color: #4e4e4e; 
          line-height: 24px;  
          letter-spacing: 0.02em; 
          font-weight: 600;

       }


/*** Subscribe Now ***/

.sn-cont-form {
   position: relative;
}

.sn-cont-form input[type='text'], .sn-cont-form input[type='email']  { 
    width: 100%;
    color: #6b6b6b;
    display: inline-block;
    font-size: 13px;
    height: 46px;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: top;
    margin: 20px 0;
    background: transparent;
    border-bottom: 1px solid #6b6b6b;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    outline: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-bottom: 0;
  }


.sn-cont-form textarea {
    resize: none;
}
 

div.sn-cont-form input[type='submit'] {
    text-align: center;
    color: #fff;
    vertical-align: top;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
    margin: 40px auto 0;
    position: relative;
    z-index: 3;
    line-height: 60px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: none;
    padding: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    width: 100%;
    max-width: 166px;
    background: #fc0699;
    letter-spacing: 0.25em; 
    border: none;
}


div.sn-cont-form input[type='submit']:hover {
    background: #5ad1b4; 
}

  div.sn-cont-form div.wpcf7-response-output {
    color: #000;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    bottom: -50px;
    left: 0;
    right: 0;
}


/** BLOG List ***/

   

.blog-list-wrapp {
    width: 52.875%;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;

}

  .blog-details {
     position: relative;
     font-size: 0; 
     text-align: left;
  }


    .blog-list {
    position: relative;
    width: 100%;
    font-size: 0; 
    text-align: left; 
    margin: 17px auto;
    display: inline-block;
    }



    .blog-list:before { 
         content: '';
         background: #5ad1b4;
        display: inline-block;
        -ms-transform: skew(-30deg, 0deg);
        -webkit-transform: skew(-30deg, 0deg);
        transform: skew(30deg, 0deg);
        overflow: hidden;
        transform-origin: top right; 
        width: 100%; 
        height: 100%; 
        position: absolute; 
        z-index: -1;
    }

     
    .blog-list .blog-img { 
        background: #5ad1b4;
        display: inline-block;
        -ms-transform: skew(-30deg, 0deg);
        -webkit-transform: skew(-30deg, 0deg);
        transform: skew(30deg, 0deg);
        overflow: hidden;
        transform-origin: top right; 
        width: 45%;
      }

        .blog-list .blog-img canvas {
          width: 100%;
          background-size: cover;
          transform-origin: top right;
          transform: skew(-30deg, 0deg);

        }



    .blog-text {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 54%;
    max-width: 225px;
    position: relative;
    color: #fff;
    margin: 40px 0px 40px 30px; 
    line-height: 24px;

      }


.blog-details h2.widget-title {
   padding-left: 30px;  
}


.blog-details h2.widget-title i {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.46em;
    color: #949494;
    font-family: 'Muli', sans-serif;
    display: block;
    font-style: normal;
    margin-bottom: 10px;
}



/*** Footer Form Area***/

section#footer-form-area {
    position: relative; 
    z-index: 1; 

}

  .footer-form-wrapp {
     position: relative; 
     overflow: hidden; 
     padding-top: 100px; 
     padding-bottom: 108px;
     height: 846px;
  }


.ftr-contact-cont {
     position: relative; 
     font-size: 0; 
     text-align: center;
}

   .ftr-photo {
    display: inline-block;
    vertical-align: top;
    width: 48.632479%;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 569px;
    z-index: 5;
      
   }

    .ftr-photo canvas {
         width: 100%; 
         background-size: cover; 
         z-index: 5; 

    }

.lt-form {
     width: 53.508772%;
    background: #fff;
    float: right;
    right: 40px;
    position: relative;
    text-align: center; 
    padding: 50px 80px 50px;

}

  .lt-title-text {
     position: relative; 
     font-size: 14px; 
     color: #504f4f;
  }

  .lt-title-text span {
    font-size: 60px; 
    color: #5ad1b4;
    font-family: 'Euphoria Script', cursive; 
    padding-bottom: 10px;
  }


/*** LT FORM ***/

.li-cont-form {
     position: relative;  
     display: inline-block; 
     padding: 10px 20px; 
     width: 100%;
}



.li-cont-form input[type='text'], .li-cont-form input[type='email'], .li-cont-form input[type='tel'], .li-cont-form textarea   { 
    width: 100%;
    color: #6b6b6b;
    display: inline-block;
    font-size: 13px;
    height: 46px;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: top;
    margin: 20px 0;
    background: transparent;
    border-bottom: 1px solid #6b6b6b;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    outline: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-bottom: 0;
  }


.li-cont-form textarea {
    resize: none;
}
 

div.li-cont-form input[type='submit'] {
    text-align: center;
    color: #fff;
    vertical-align: top;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
    margin: 40px auto 0;
    position: relative;
    z-index: 3;
    line-height: 60px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: none;
    padding: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    width: 100%;
    max-width: 166px;
    background: #5ad1b4;
    letter-spacing: 0.25em; 
    border: none;
}


div.li-cont-form input[type='submit']:hover {
    background: #fc0699; 
}

  div.li-cont-form div.wpcf7-response-output {
    color: #000;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    bottom: -20px;
    left: 0;
    right: 0;
}



/*** Footer Contact details ***/

section#footer-contact-info-area {
     position: relative; 
     z-index: 1;
}
 

  .footer-contact-info {
     background: #ffbbe4; 
     position: relative; 
     text-align: center; 
     padding: 70px 0;

  }

   .ftr-cont-info {
    display: block; 
   }

       .ftr-cont-info img {
          width: 100%; 
          max-width: 487px; 
          display: block; 
          margin: 0 auto 50px;
       }
   
   .ftr-cont-info span {

     display: inline-block; 
     vertical-align: middle;  
     color: #fff; 
     font-size: 18px; 
     padding: 0 15px; 
     font-weight: 600; 
     letter-spacing: 0.025em;
    
   }

    .ftr-cont-info span i {
        padding: 0 5px;
    }

    .ftr-cont-info span i.ai-font-envelope-o {
       font-size: 16px;
    }
   
   .ftr-cont-info a {
     color: #fff; 
   }

   .ftr-cont-info a:hover {
     color: #58d0b3;
   }


/*** Footer Copy ***/ 



.footer {
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    padding: 64px 0 50px;
    color: #e4e4e4;
    background: rgba(252, 5, 153, 0.9); 
    text-align: center; 
    position: relative; 
    z-index: 1;
}




  .footer li {
    display: inline-block;
    padding: 0 10px;
    line-height: 10px; 
    color:#7e7e7e; 
    text-transform: uppercase; 


  }

  .footer li a {  
    color:#fff; 
    font-size: 12px;             
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out; 
  }

    .footer li:first-child {
      border: 0;
      padding-left: 0;
    }
  


 .footer li a:hover {
    color: #58d0b3;
 }


  .footer .copyright {
     color:#e4e4e4;
         padding: 10px 0 0; 
         font-size: 12px;   
         letter-spacing: 0.05em;

  }


  .footer .copyright a {

    color: #fff;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;

  }


.footer .copyright a:hover { 

    color: #58d0b3;
}


.copyright span {
   text-transform: uppercase;
}


.ftr-logos {
   display: block; 
   color: #fff; 
   font-size: 20px;  
   text-align:center; 
   vertical-align: middle; 
   padding-top: 15px;

}



/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/

.ip-banner{
    width: 100%; 
    text-align: center; 
    position: relative;
}
    .ip-banner canvas{
        display: block;
        width: 100%;
        background: url(images/slide1.jpg) no-repeat center/cover;
    }

.ip-banner img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 55%;
    transform: translateY(-50%); 
    width: 100%; 
    max-width: 487px; 

}


/* Adjust minimum height of page area */ 
#content-sidebar, #content-full{ min-height: 500px; margin-top: 20px;}

/** Adjust width of content columns **/
#content-sidebar #content{ width: 77.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{ width: 20.83%; }

/* Adjust line height of page elements */
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu { line-height:1.7 }

/* Style post/page main headings (h1) */
#content .entry-title { 
  font-size: 39px;
    color: #fc0599;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title { 

}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle { 

}



.side-contact{
        display: block;
        position: relative;
    }
        .side-contact img{
            width: 100%;
            position: relative;
        }
        .side-contact-info{
            position: absolute;
            left: 0;
            bottom:0px;
            /* bottom:-10px; */
            /*bottom: 85px;*/
        }
        .side-contact-info div {
            display: inline-block;
            vertical-align: top;
            /*width: 350px;*/
            width: 100%;
            height: 33px;
            margin-left: 9px;
            background: #35ddd1;
            margin: 3px 0;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;                        

        }
        .side-contact-info div span {
          background: url(images/phone-icon.png) no-repeat center left transparent;
          font: normal 18px 'Arimo', sans-serif;
          color: #000000;
          width: 143px;
          display: block;
          text-align: center;
          margin: 0 auto;
          padding: 6px 0;
        }
        .side-contact-info div a.c-email {
          background: url(images/email-icon.png) no-repeat center left transparent;
          font: normal 18px 'Arimo', sans-serif;
          color: #000000;
          width: 247px;
          display: block;
          text-align: center;
          margin: auto;
          padding: 6px 0;
          text-decoration: none;
        }

        .side-cta img {
            width: 100%;
        }


        
            /** QUICK SEARCH **/
            .side-quick-search{
                width: 350px;
                height: 335px;
                background: #ef0893;
                margin-top:25px;/*margin-top: -56px;*/

            }
                .side-quick-search h2{
                    font: normal 54px 'Great Vibes', cursive;
                    color: #fff;
                    text-shadow: -1px 1px 2px rgba(0, 0, 0, 1);
                    margin: 0;
                    text-align: center;
                    padding: 15px 0;
                }
                    .side-quick-search > div{
                        padding-left: 241px;
                        padding-top: 10px;
                    }
                        .side-quick-search > form{
                            width: 318px;
                            margin: 0 auto;
                        }
                            .side-quick-search > form > select{
                                width: 317px;
                                height: 37px;
                                background: url(images/long-select.png) no-repeat center top transparent;
                                color: #fff;
                                font: normal 13px/20px 'Arimo', sans-serif;
                                padding: 10px 8px;
                                -webkit-appearance: none;
                                -moz-appearance: none;
                                border: none;
                                outline: none;
                                margin-bottom: 5px;

                            }
                            .side-quick-search > form > select option{
                                background: url(images/long-select.png) no-repeat center top transparent;
                                border: none;
                                padding: 10px 8px;
                                color: #000000;                             
                            }
                            .side-quick-search > form > div > select{
                                width: 157px;
                                height: 37px;
                                background: url(images/short-select.png) no-repeat center top transparent;
                                color: #fff;
                                font: normal 13px/20px 'Arimo', sans-serif;
                                padding: 10px 8px;
                                -webkit-appearance: none;
                                -moz-appearance: none;  
                                border: none;
                                margin-bottom: 5px;
                                margin-left: -1px;  
                                outline: none;                      
                            }
                            .side-quick-search > form > div > select option{
                                background: url(images/short-select.png) no-repeat center top transparent;
                                border: none;
                                padding: 10px 8px;
                                color: #000000; 
                            }
                            .side-quick-search > form > input{
                                width: 317px;
                                font: normal 13px/20px 'Arimo', sans-serif;
                                background: #58d0b3;
                                border: none;
                                color: #fff;
                                text-transform: uppercase;
                                text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.75);
                                outline: none;
                                padding: 8.5px 0;
                                cursor: pointer;
                            }
                            .side-quick-search > form > a{
                                font: normal 13px/20px 'Arimo', sans-serif;
                                color: #fff;
                                display: block;
                                text-align: right;
                                padding: 4px 0;
                            }
	 

body.page-id-44 #content p > strong{

  font-size:28px;

}

body.page-id-44 #content ul
{
  margin:0;
  padding:0;
}

body.page-id-44 #content ul.r1 {
  text-align: center;
}

body.page-id-44 #content ul li
{
  position:relative;
  display:inline-block;
  margin: 22px 9px;
  text-align:center;
  vertical-align:top;
  /*width:44%;
  min-width:250px;*/
  width: auto;
}

body.page-id-44 #content ul li {
  text-align: left !important;
}

body.page-id-44 #content ul li span.con-all-names
{
  text-align: center;
  display: block;
  font-weight: 700;
  color: #583D3F;
}

body.page-id-44 #content a
{
  color: #636060;
  text-decoration: none;
}

body.page-id-44 #content a:hover {
   color: #58d0b3;
}



body.page-id-44 #content ul li span.con-all-names a{
  text-decoration: none;
}


.r2 li:first-child {
  margin-right: 284px !important;
}
.r2 li:first-child + li + li + li {
  margin: 22px 82px !important;
}
.r2 li:first-child + li + li + li + li + li {
  margin: 22px 165px !important;
}

.r2 .u3 {
  margin: 22px 165px !important;
}
.r2 .u5 {
  margin: 22px 82px !important;
}

ul.r8 li:first-child {
  margin-right: 280px !important;
}
ul.r8 li:first-child + li + li {
  margin-right: 280px !important;
}

ul.r-con li:first-child {
  margin-right: 220px !important;
}

ul.r9 li:first-child {
  margin-right: 66px !important;
}


ul.r10 li {
    display: inline-block !important;
    vertical-align: top !important;
    width: 204px !important;
    text-align: center !important;
    margin: 0 25px!important;
}

ul.r10 li img {
    margin: 0;
}

.page-id-43 #content a img {
	width: auto;
	/* height: 60px; */
	margin: 0 auto 20px;
	display: block;
}


span.wpcf7-not-valid-tip { 

   font-size: 12px;

}



.wpcf7-response-output {
  text-align: center;
}


.home wpcf7-response-output {
  border: 2px solid #f7e700 !important; 
  padding: 0.2em 1em !important;
}



.bootstrap-select.btn-group .dropdown-menu {
    max-height: 250px!important;
}


/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */


/** Translator style old ***/

/* #flags.size18 a {
    width: 49px !important;
    height: 26px !important;
}

#flags.size18 a.united-states[title="English"] {
    
    background: url('http://jennadamicocom.rs4.aios-staging.com/wp-content/themes/jennadamico.com/images/translate-1.png');
}

#flags.size18 a[title="Portuguese"], .tool-container .tool-items a[title="Portuguese"] {
    
    background: url('http://jennadamicocom.rs4.aios-staging.com/wp-content/themes/jennadamico.com/images/translate-3.png');
}

#flags.size18 a[title="Spanish"], .tool-container .tool-items a[title="Spanish"] {
    background: url('http://jennadamicocom.rs4.aios-staging.com/wp-content/themes/jennadamico.com/images/translate-2.png');
}

ul#sortable li {
    width: 51px;
    height: 29px;
}

ul#sortable {
    padding-left: 0;
} */

button.btn.dropdown-toggle.bs-placeholder.btn-default {
    color: #fff;
    font-size: 13px;
    height: 37px;
    padding: 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 98% 50%;
    border-bottom: 1px solid #bdbebe;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    background: transparent;
    position: relative;
    background-position: 94% 50%;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 90%;
    white-space: nowrap;
    display: block;
    text-align: left;
    font-size: 13px !important;
}


select option {
    color: #000;
}

#panel5 .communities {
    text-align: center;
}

#panel5 .communities a {
        display: inline-block;
    margin: 20px;
}

.full-content-img {
  position: relative; 
  text-align: center;
}

.full-content-img img {
   width: 100%; 
   max-width: 98%; 
   margin: 0 auto;
}

.ftr-cont-info img.cb-logo {
    margin: 20px auto 10px;
}

.ftr-cont-info span.cb-title,
.ftr-cont-info span.cb-address {
    display: block;
}