/*
Theme Name: Style & Light (pipdig) Child
Theme URI: http://www.pipdig.co
Author: pipdig
Author URI: http://www.pipdig.co
Description: A luxury WordPress theme by pipdig.
Version: 3.6.1
Text Domain: pipdig-textdomain
License: GPL
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template:     pipdig-styleandlight
Text Domain:  pipdig-styleandlight-child
*/

textarea,
textarea.form-control {
	width: 100%!important;
}

ul.circle {
    line-height: 1.3;
}

.circle li{
 margin: 0px 20px;
}

.circle li:before {
    content: "+  ";
    color: #8f649a;
    font-weight: bold;
}

ul.heart {
    line-height: 1.3;
}

.heart li{
 margin: 0px 20px;
}

.heart li:before {
    content: "\2665  ";
    color: #9c5597;
}

.menu-toggle, .menu-bar ul li a {
	padding: 0 18px;
}

.directory-row {
       padding: 0px;
       margin: 0px;
       font-size: 0;
}

.directory-image {
	position: relative;
        display: inline-block;
        padding: 0px;
        margin: 0px;
        font-size: 0;
}

.directory-caption {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Times New Roman';
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  color: black;
  text-align: center;
}

.directory-preferred {

}

.directory-preferred > header {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  padding: 20px 10px;
  background: inherit;
  background-attachment: fixed;
  overflow: hidden;
}
.directory-preferred > header::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 200%;
  height: 200%;
  background: inherit;
  background-attachment: fixed;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.directory-preferred > header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5)
}
.directory-preferred > header > p {
  margin: 10px;
  position: relative;
  z-index: 1;
  font-family: 'Times New Roman';
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  color: black;
  background-color: white;
}



.directory-featured {

}

.directory-featured > header {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  padding: 10px 10px;
  background: inherit;
  background-attachment: fixed;
  overflow: hidden;
}
.directory-featured > header::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 200%;
  height: 200%;
  background: inherit;
  background-attachment: fixed;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.directory-featured > header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5)
}
.directory-featured > header > p {
  margin: 10px;
  position: relative;
  z-index: 1;
  font-family: 'Times New Roman';
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
  color: black;
  background-color: white;
}




/* directory Title */

.directory-title {
        padding: 12px;
        display: inline;
	font-family: Times New Roman, serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	text-transform:uppercase;
	text-align: center;
	letter-spacing:2px;
}

ul#filter li {
        padding: 12px;
        display: inline;
	font-family: Times New Roman, serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	text-transform:uppercase;
	text-align: center;
	letter-spacing:2px;
}
ul#filter li a {
	color: #a47fae;
}
ul#filter li a:hover,
ul#filter li a:focus {
	color: #222;
	text-decoration: none;
}

ul#filter li a:visited {
}

.nowrap {
  white-space: nowrap ;
}

/*****Image Filtering*****/

/*****Custom Classes*****/
.clearing { clear: both; }
.last { margin-bottom: 0; }
.screenReader { left: -9999px; position: absolute; top: -9999px; }

ul
{
    list-style-type: none;
}

ul#filter {
    padding: 0;
}

ul#portfolio {
    padding: 0;
}

ul#portfolio li {
    display: inline;
}


*****Basic Layout*****/
div#container { margin: 20px auto 0; overflow: hidden; width: 672px; }

ul#filter li.current a { color: #222; }

#all-locations {

}


.top-socialz a {
    display: inline-block !important;
    font-size: 17px !important;
    margin: 0 7px;
    padding: 0 !important;
    visibility: hidden;
}




#slides1 img {
max-height: 100%
}