@font-face {
  font-family: 'VAG-HandWritten';
  src: url('../fonts/VAG-HandWritten-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/VAG-HandWritten-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/VAG-HandWritten-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/VAG-HandWritten-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/VAG-HandWritten-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/* ===== Box sizing =========================================================== */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
/* ===== Overwrites =========================================================== */
:root, body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #494949;
    background-color: #fafafa;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
}
p {
    line-height: 27px;   
}
a, a:hover {
  text-decoration: none;
}
a {
  color: #f36ca7;
  transition: all .5s;
}
a:hover {
  color: #DB307A;
}
img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

em {
  color:#f36ca7;
}

input[type=text], input[type=password], input[type=radio], input[type=submit], textarea, select, select option {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
}
input[type=text], input[type=password] {
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
}

.uk-overlay-panel {
  color: inherit;
}

.nice-select {
	border-radius: 1px;
	border: solid 1px #494949;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	width: 100%;
}
.nice-select:hover, .nice-select:focus, .nice-select:active {
    border: solid 1px #494949;
}
.nice-select::after {
	height: 10px;
    margin-top: -6px;
    right: 15px;
    top: 50%;
    width: 10px;
}
.nice-select .list {
	border-radius: 0;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    width: 100%;
}

.uk-margin-medium-top {
	margin-top: 30px !important;
}
.uk-margin-xlarge-bottom {
	margin-bottom: 100px !important;
}

.uk-datepicker {
	background-color: #fff;
    border-radius: 0;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
}

.uk-pagination > li > a, .uk-pagination > li > span {
	display: inline-block;
	min-width: 16px;
	padding: 3px 5px;
	line-height: 20px;
	text-decoration: none;
	box-sizing: content-box;
	text-align: center;
  border: 1px solid transparent;
}
.uk-pagination > .uk-active > span {
	background: #f36ca7;
	color: #fff;
}
.uk-pagination > li > a {
	background: #fff;
	color: #444;
  border: 1px solid #f36ca7;
  transition: all .3s;
}
.uk-pagination.pager > li > a {
  border: 1px solid transparent;
  border-bottom: 1px solid #f36ca7;
}
.uk-pagination > li > a:focus, .uk-pagination > li > a:hover {
	background-color: #F287B5;
	color: #fff;
	outline: 0;
}

.filterbar label ~ .cselect {
  margin: 0 25px 0 10px;
}
.filterbar > div:last-child {
  margin-top: 20px;
  text-align: right;
}
.filterbar > div > div {
  margin-bottom: 10px;
}

.nice-select-med {
  width: 180px;
}
.nice-select-sm {
  width: 70px;
}

/* ===== heads =========================================================== */
h1 {
  font-size: 35px;
  font-weight: 100;
}

/* ===== Main =========================================================== */
#wrapper {
  background: url(../img/pattern.png) repeat;
}
#mainheader {
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: all .3s;
}
.moved #mainheader {
  background-color: #fff;
  border-bottom: 1px solid rgba(68, 68, 68, 0.11);
}

.limit {
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 1170px;
}
#mainmenu_trigger {
  color: #f36ca7;
  margin-top: 20px;
  position: relative;
  z-index: 101;
}
#mainmenu.mm-menu {
	background: #FCF4F7;
	border-color: rgba(0,0,0,.1);
	color: rgba(0,0,0,.75);
}
#mainmenu .mm-navbar.mm-navbar-size-2 {
  justify-content: center;
  display: flex;
  align-items: center;
}
#mainmenu .mm-navbar.mm-navbar-size-2 > a {
 display: inline-block;
 margin: 0 10px;
 float: none;
 width: auto;
}
.mm-menu .mm-listview.mm-border-offset > li::after, .mm-menu .mm-listview > li.mm-border-offset::after, .mm-menu.mm-border-offset .mm-listview > li::after {
	right: 0;
}
.mm-listview > li:not(.mm-divider)::after {
	left: 0;
}
#mainmenu .mm-listview-huge .mm-listview > li > a:not(.mm-next):hover, #mainmenu .mm-listview-huge .mm-listview > li > a.test {
	background: #EAC7D4;
}
.toplogo {
  display: inline-block;
  position: absolute;
  width: 350px;
  left: calc(50% - 175px);
}
.go2form {
  margin-top: 12px;
  margin-right: 70px;
  display: none;
}
#socials {
  display: none;
  margin-top: 20px;
}
#socials ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#socials ul li {
  margin-right: 8px;
}
#socials a {
 color: #eb69a2;
}
#hero figcaption h1 {
	position: relative;
	width: 45%;
	max-width: 562px;
	margin: 0 auto;
  display: none;
}
#hero figcaption h1 span {
 position: absolute;
 right: 0;
 bottom: -35px;
}

/* wedding form */
.weddingform_explain {
}
.weddingform_explain h3 {
    font-size: 24px;
    font-weight: 700;
    color: #f36ca7;
    margin-bottom: 15px;
}

.weddingform h4 {
    font-size: 22px;
    font-weight: 500;
    margin: 25px 0 10px;
}
.weddingform input[type=text] {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #494949;
    margin-bottom: 5px;
}
.weddingform input[type=submit] {
    width: 230px;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    background: #f36ca7;
    border:1px solid #f36ca7;
    transition: all .4s;
    cursor: pointer;
    font-weight: 500;
}
.weddingform input[type=submit]:hover {
    color: #f36ca7;
    background: #fff;
    border:1px solid #f36ca7;
}
#regform_msg {
  margin-right: 8px;
  width: auto;
  text-align: left;
  color: green;
}
.weddingform .error, .weddingform .error + .nice-select {
    border: 1px solid red !important;
    background-color: #F79E9E !important;
}
.weddingform .isfalse { color: red !important; }
.weddingform .isnotfalse { color: green !important; }


/* ===== whitebg ====================================================== */
.whitebg {
    padding: 30px 0;
    background: #fff;
    position: relative;
    margin-bottom: 100px;
}
.whitebg:before {
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0)), to(#fff));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #fff);
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), #fff);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0), #fff);
    background-image: linear-gradient(rgba(255, 255, 255, 0), #fff);
    top: -30px;
    height: 30px;
    width: 100%;
}
.whitebg:after {
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(#fff, rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(#fff, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(#fff, rgba(255, 255, 255, 0));
    background-image: linear-gradient(#fff, rgba(255, 255, 255, 0));
    bottom: -30px;
    height: 30px;
    width: 100%;
}
.whitebg .limit > h1, .whitebg .limit > h2, .whitebg .limit > h3, .whitebg .limit > h4, .whitebg .limit > h5 {
    font-family: 'VAG-HandWritten', sans-serif;
    font-size: 72px;
    line-height: 1em;
    color: #f36ca7;
    text-align: center;
    padding-bottom: 25px;
    background: url(../img/headerbg.png) bottom center no-repeat;
}

/* ===== frontpage slider ====================================================== */
.frontpage-slider li article  {
    background: #f9eef6;
    padding-bottom: 10px;
}
.frontpage-slider li article figure {
    margin-bottom: 0;   
}
.frontpage-slider li article figure a {
  display: block;
  width:100%;
  height: auto;
}
.frontpage-slider li article h3 {
    margin: 15px 12px 0 12px;   
}
.frontpage-slider li article h3 a {
    font-size: 24px;
    color: #f36ca7;
    transition: all .5s;
}
.frontpage-slider li article h3 a:hover {
    color: #DB307A;
}
.frontpage-slider li article .mod-articles-category-date
{
    display: block;
    margin: 0 12px;
    font-size: 14px;
    color: #be306e;
}
.frontpage-slider li article p {
    line-height: 25px;
    margin: 15px 12px;
}

.directorynav li {
  margin: 0 5px;
}
.directorynav li a {
  width: 150px;
  font-family: 'VAG-HandWritten', sans-serif;
  font-size: 32px;
  line-height: 1em;
  color: #f36ca7;
  transition: all .5s;
  display: block;
  padding: 190px 0 10px 0;
  text-align: center;
}
.directorynav li.item-115 a { background: url(../img/nav_dir_wedding.png) center 6px no-repeat; }
.directorynav li.item-116 a { background: url(../img/nav_dir_bride.png) center 6px no-repeat; }
.directorynav li.item-117 a { background: url(../img/nav_dir_groom.png) center 6px no-repeat; }
.directorynav li.item-118 a { background: url(../img/nav_dir_reception.png) center 6px no-repeat; }
.directorynav li a:hover {
  color: #DB307A;
  background-color: #F7B2D0;
}

#mainfooter .directorynav {
  
}
#mainfooter .directorynav li {
  width: 100%;
}
#mainfooter .directorynav li a {
  padding: 5px 0;
  background: none !important;
  width: auto;
  font-family: inherit;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  transition: color .4s;
}
#mainfooter .directorynav li a:hover {
  color: #F7B2D0;
}

/* ===== fpblock ====================================================== */
.fpblock {
    padding: 15px 0;
    position: relative;
    margin-bottom: 100px;
}
.fpblock .limit > h1, .fpblock .limit > h2, .fpblock .limit > h3, .fpblock .limit > h4, .fpblock .limit > h5 {
    font-family: 'VAG-HandWritten', sans-serif;
    font-size: 72px;
    line-height: 1em;
    color: #f36ca7;
    text-align: center;
    padding-bottom: 40px;
    background: url(../img/headerbg.png) bottom center no-repeat;
}

/* ===== search bar ====================================================== */
#wrapper #jd-mod-search-horizontal input[type=text] {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #494949;
    margin-bottom: 5px;
}
#wrapper #jd-mod-search-horizontal .cselect ul {
	display: inherit;
	height: 300px;
	overflow-y: auto;
}
#wrapper #jd-mod-search-horizontal .cselect ul li {
	display: inherit;
	margin-top: inherit;
	position: relative;
	padding-left: 18px;
  padding-right: 29px;
	vertical-align: inherit;
}
#wrapper #jd-mod-search-horizontal button {
    width: 230px;
    text-align: center;
    height: 40px;
    width: 150px;
    padding: 8px 0;
    color: #fff;
    background: #f36ca7;
    border:1px solid #f36ca7;
    transition: all .4s;
    cursor: pointer;
    font-weight: 500;
    font-size: inherit;
    border-radius: 0;
    box-shadow: 0;
}
#wrapper #jd-mod-search-horizontal button:hover {
    color: #f36ca7;
    background: #fff;
    border:1px solid #f36ca7;
}

/* LATEST */
#wrapper #jd-mod-product-default .jd-mod-body {
	padding: 0;
}
#wrapper #jd-mod-product-default .jd-mod-category {
	top: 0;
	right: 0;
	padding: 5px 15px;
  border-radius: 0 0 0 15px;
	background: #f36ca7;
	color: #fff;
	font-size: 14px;
	box-shadow: none;
	text-transform: uppercase;
}
#wrapper #jd-mod-product-default .jd-mod-image {
	overflow: hidden;
}
#wrapper #jd-mod-product-default .jd-mod-title {
  background: #f9eef6;
  margin-top: 0;
}
#wrapper #jd-mod-product-default .jd-mod-title h2 {
	height: 56px;
	line-height: 1.6em;
	padding: 10px 0 10px 15px;
	display: table-cell;
	vertical-align: middle;
}
#wrapper #jd-mod-product-default .jd-mod-title h2 a {
  font-size: 24px;
  color: #f36ca7;
}
#wrapper #jd-mod-product-default .jd-mod-title h2 a:hover {
  color: #ED3887;
}
#jd-mod-product-default .jd-mod-image img {
	width: 100%;
}

/* LATEST ITEMS */
#wrapper #jd-mod-items-default .jd-mod-body {
	padding: 0;
}
#wrapper #jd-mod-items-default .jd-mod-category {
	top: 0;
	right: 0;
	padding: 5px 15px;
  border-radius: 0 0 0 15px;
	background: #f36ca7;
	color: #fff;
	font-size: 14px;
	box-shadow: none;
	text-transform: uppercase;
}
#wrapper #jd-mod-items-default .jd-mod-image {
	overflow: hidden;
}
#wrapper #jd-mod-items-default .jd-mod-title {
  background: #f9eef6;
  margin-top: 0;
}
#wrapper #jd-mod-items-default .jd-mod-title h2 {
	height: 56px;
	line-height: 1.6em;
	padding: 10px 0 10px 15px;
	display: table-cell;
	vertical-align: middle;
}
#wrapper #jd-mod-items-default .jd-mod-title h2 a {
  font-size: 22px;
  color: #f36ca7;
}
#wrapper #jd-mod-items-default .jd-mod-title h2 a:hover {
  color: #ED3887;
}
#jd-mod-items-default .jd-mod-image img {
	width: 100%;
}
#wrapper #jd-mod-items-default .jd-mod-body:hover .jd-mod-image img {
	background: #fff;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* ===== rain ====================================================== */
#rain {
    display: none;
}


#component_wrapper {
  padding: 130px 0;
}

.blog h1 {
    font-family: 'VAG-HandWritten', sans-serif;
    font-size: 72px;
    line-height: 1em;
    color: #f36ca7;
    text-align: center;
    padding-bottom: 25px;
    background: url(../img/headerbg.png) bottom center no-repeat;
}
.blog .item {
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(68, 68, 68, 0.11);
  height: 100%;
}
.blog .item .page-header h2 {
  margin: 10px 0 15px;
}
.blog .item .page-header a {
    font-family: 'VAG-HandWritten', sans-serif;
    font-size: 46px;
    line-height: 1em;
    color: #f36ca7;
    transition: all .5s;
}
.blog .item .page-header a:hover {
    color: #DB307A;
}
.blog .item figure {
  margin: 15px 0;
}
.blog .item figure img {
  transition: all .4s;
}
.blog .item figure img:hover {
  padding: 10px;
  border: 1px solid rgba(68, 68, 68, 0.5);
  background: #fff;
  transform: scale(0.98) rotate(-2deg);
}
.blog .article-info .article-info-term {
  display: none;
}
.blog .article-info .published {
  color: #f36ca7;
}
.blog .cat-children > h3 {
    font-family: 'VAG-HandWritten', sans-serif;
    font-size: 46px;
    line-height: 1em;
    color: #f36ca7;
    text-align: center;
    padding-bottom: 35px;
    background: url(../img/headerbg.png) bottom center no-repeat;
    margin-bottom: 40px;
}
.blog .cat-children .item-title {
  text-align: center;
}
.blog .cat-children .item-title a {
    font-family: 'VAG-HandWritten', sans-serif;
    font-size: 32px;
    line-height: 1em;
    color: #f36ca7;
    transition: all .4s;
}
.blog .cat-children .item-title a:hover {
    color: #DB307A;
}

.pagination .counter {
  text-align: center;
  margin-bottom: 15px;
}

.uk-breadcrumb {
  padding: 6px 10px;
  background: #fff;
  border: 1px solid rgba(68, 68, 68, 0.11);
  margin-bottom: 40px;
}
.uk-breadcrumb > li {
  font-size: 16px;
}

.item-page .page-header h2 {
    font-family: 'VAG-HandWritten', sans-serif;
    font-size: 72px;
    line-height: 1em;
    color: #f36ca7;
    text-align: center;
    padding-bottom: 35px;
    background: url(../img/headerbg.png) bottom center no-repeat;
    margin: 10px 0 15px;
}
.item-page .item-page-inner {
    padding: 10px;
    background: #fff;
    border: 1px solid rgba(68, 68, 68, 0.11);
    height: 100%;
}
.item-page figure {
  margin: 15px 0;
}
.item-page figure img {
  transition: all .4s;
}
.item-page figure img:hover {
  padding: 10px;
  border: 1px solid rgba(68, 68, 68, 0.5);
  background: #fff;
  transform: scale(0.98) rotate(-2deg);
}
.item-page h3 {
  font-family: 'VAG-HandWritten', sans-serif;
  font-size: 50px;
  line-height: 1em;
  color: #f36ca7;
  text-align: left;
  margin: 25px 0 10px;
}
.item-page .article-info {
  margin: 25px 0;
}
.item-page .article-info .article-info-term {
  display: none;
}
.item-page .article-info .published {
  color: #f36ca7;
}

.item-page .gallery img {
  transition: all .4s;
}
.item-page .gallery img:hover {
  padding: 3px;
  border: 1px solid rgba(68, 68, 68, 0.5);
  background: #fff;
  transform: scale(0.98) rotate(-2deg);
}

#mainfooter {
  padding: 110px 15px 20px 15px;
  background:#f36ca7 url(../img/footer_logo.png) center 17px no-repeat;
  border-radius: 10px 10px 0 0;
}
.footernav a {
  color: #fff;
  font-size: 24px;
  transition: color .3s;
}
.footernav a.sec {
  color: #494949;
  font-size: 18px;
}
.footernav a:hover {
  color: #DB307A;
}

.view-article .uk-modal-caption {
  display: none;
}

/* ===== Directory com ====================================================== */
#jd-itemsWrapper, #jd-itemsWrapper h4 {
  color: #eb69a2;
}
#jd-itemsWrapper .cd-button-primary {
	background-color: #f9eef6;
	border-color: #f9eef6;
	color: #515151 !important;
  border-radius: 0;
  box-shadow: none;
}
#jd-itemsWrapper .cd-button-danger {
  background-color: #eb69a2;
	border-color: #eb69a2;
	color: #fff !important;
  border-radius: 0;
  box-shadow: none;
}
#jd-itemsWrapper .nice-select {
  color: #494949;
}
#jd-itemsWrapper .rlnk {
  color: #d02a80;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
#jd-itemsWrapper .rlnk i {
  font-size: 20px;
  margin-left: 7px;
  position: relative;
  top: 2px;
}

#jd-itemsWrapper .jd-box {
    width: 100%;
    padding-bottom: 100%;
}
#jd-itemsWrapper .jd-boxInner {
	right: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#jd-itemsWrapper .jd-item-box-category {
	top: 0;
	right: 0;
	padding: 7px 30px;
	background: #fff;
	transition: all 0.5s ease 0s;
	border: 0;
	box-shadow: none;
  font-size: 16px;
}
#jd-itemsWrapper .jd-item-title h2 {
	color: #eb69a2;
}
#jd-itemsWrapper .jd-item-title .cd-button-small {
  border: 0;
  box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
  font-size: 26px;
}
#jd-itemsWrapper .jd-item-box-logo {
	bottom: 70px;
  right: 22px;
}

#jd-itemWrapper h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1em;
  color: #f36ca7;
  margin: 0 0 10px 0;
}
#jd-itemWrapper .jd-itemAddressBox {
  font-size: 24px;
  color: #515151;
}
#jd-itemWrapper .addthis { text-align: right; }
#jd-itemWrapper .jd-itemBodyTop {
	padding: 0;
	border: 0;
  margin-top: 0;
  background: transparent;
}

#jd-item-box-tabs-menu li a {
	display: block;
	line-height: 20px;
	padding: 10px 15px;
	border-radius: 0;
	background: transparent;
	border: 0;
	color: #f7b8d4;
	cursor: pointer;
  font-size: 24px;
}
#jd-item-box-tabs .jc-active {
  background: transparent;
}
#jd-item-box-tabs .jc-active a {
	background: transparent;
	border: 0;
	color: #eb69a2;
}
#jd-itemWrapper .jd-item-box {
  background: transparent;
  padding: 25px 15px;
  font-weight: 400;
}
#jd-itemWrapper .jd-item-box h3 {
  font-size: 24px;
  color: #eb69a2;
  margin-top: 30px;
}
#jd-itemWrapper .jd-itemBodyTop .jd-tableFooter {
  border-top: 0;
}

#jd-itemWrapper .cd-customfield-label {
	font-weight: bold !important;
  font-size: 18px !important;
  color: #f36ca7;
  display: block !important;
  margin-bottom: 10px !important;
  width: 100%;
}
#jd-itemWrapper .cd-customfield-value {
  font-size: 18px;
  color: #494949;
  font-weight: 400;
  display: block !important;
  margin-bottom: 35px !important;
  width: 100%;
}
#jd-itemWrapper .cd-customfield-value a {
  color: #494949;
}
#jd-itemWrapper .cd-customfield-value a:hover {
  color: #f36ca7;
}

#cerabox input[type=text] {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #494949;
    margin-bottom: 5px;
}
#cerabox textarea {
  width: 100%;
}
#cerabox .cerabox-title {
  bottom: -35px;
}

/* contact forms */
.ct-form label {
  display: block;
  margin: 30px 0 18px 0;
  font-family: 'VAG-HandWritten', sans-serif;
  font-size: 40px;
  color: #f36ca7;
}
.ct-form > div:first-child label {
  margin-top: 0;
}
.ct-form input[type=text], .ct-form textarea {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #494949;
    margin-bottom: 5px;
}
.ct-form input[type=text].error, .ct-form textarea.error {
    background-color: #F4A8C9;
}
.ct-form textarea {
    height: 150px;
    padding: 10px;
}
.ct-form input[type=submit] {
    width: 230px;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    background: #f36ca7;
    border:1px solid #f36ca7;
    transition: all .4s;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
}
.ct-form input[type=submit]:hover {
    color: #f36ca7;
    background: #fff;
    border:1px solid #f36ca7;
}
.ct-form .msg {
  margin-left: 10px;
  color: #f36ca7;
}

.ct-form .isfalse { color: red !important; }

#system-message .alert { padding: 30px 20px 15px; }
#system-message .alert .close { display: none; }
#system-message .alert h4 {
  margin: 0 0 26px 0;
  font-family: 'VAG-HandWritten', sans-serif;
  font-size: 40px;
  color: #f36ca7;
}

.cd-facebook, .cd-twitter, .cd-instagram, .cd-googleplus, .cd-pinterest, .cd-youtube-channel { display: inline !important; }
.cd-facebook a, .cd-twitter a, .cd-instagram a, .cd-googleplus a, .cd-pinterest a, .cd-youtube-channel a {
  display:inline-block;
  width:32px;
  height:32px;
  text-indent: -9999px;
}
#jd-itemWrapper .cd-facebook .cd-customfield-value,
#jd-itemWrapper .cd-twitter .cd-customfield-value,
#jd-itemWrapper .cd-instagram .cd-customfield-value,
#jd-itemWrapper .cd-googleplus .cd-customfield-value,
#jd-itemWrapper .cd-pinterest .cd-customfield-value,
#jd-itemWrapper .cd-youtube-channel .cd-customfield-value {
  display: inline !important;
  margin: 0 !important;
}
.cd-facebook a {
  background: url(../img/facebook_32x32.png) center no-repeat;
}
.cd-twitter a {
  background: url(../img/twitter_32x32.png) center no-repeat;
}
.cd-instagram a {
  background: url(../img/instagram_32x32.png) center no-repeat;
}
.cd-googleplus a {
  background: url(../img/google_32x32.png) center no-repeat;
}
.cd-pinterest a {
  background: url(../img/pinterest_32x32.png) center no-repeat;
}
.cd-youtube-channel a {
  background: url(../img/youtube_32x32.png) center no-repeat;
}

#cerabox .cerabox-content { overflow-y: auto; }

.catsubs {
  margin-top: 20px;
}
.catsubs a {
  border: 1px solid #000;
}
.catsubs a:hover {
  border: 1px solid transparent;
  background-color: #f36ca7;
  color: #fff;
  transition: all .5s;
}

.taf_captcha_wrap {
	width: 300px;
}

div.pp_default .pp_description {
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	margin: 10px 50px 5px 0;
}

/* ===== Media Queries ====================================================== */

@media only screen and (min-width: 375px) {
    
}

@media only screen and (min-width: 480px) {
  .directorynav li {
    margin: 0 30px;
  }
  .directorynav li a {
    width: 190px;
  }
  #jd-itemsWrapper .jd-box {
    width: 33.333%;
    padding-bottom: 33.333%;
  }
  #jd-itemsWrapper .jd-boxInner {
    right: 20px;
  }
  #jd-itemsWrapper .is-third .jd-boxInner {
    right: 0;
  }
}

@media only screen and (min-width: 640px) {
  .toplogo {
    width: 464px;
    left: calc(50% - 232px);
  }
}

@media only screen and (min-width: 768px) {
  .limit {
    padding: 0 20px;
  }
  .blog .item, .item-page .item-page-inner {
    padding: 10px 20px;
  }
  #mainfooter {
    padding: 120px 15px 20px;
    background:transparent url(../img/footer.png) center top no-repeat;
    border-radius: 0;
    min-height: 222px;
  }
  #mainfooter .limit {
    width: 100%;
    max-width: 650px;
  }
  .filterbar > div:last-child {
    margin-top: 0;
    text-align: inherit;
  }
  
}
/* ONLY FOR MAXXXX  */
@media only screen and (max-width: 768px) {
  #wrapper #jd-mod-search-horizontal ul li {
      display: inline-block;
      width: 100%!important;
  }
  #wrapper #jd-mod-search-horizontal ul:not(.list) > li:last-child {
    text-align: right;
  }
}

@media only screen and (min-width: 1024px) {
  #hero figcaption h1 {
    display: block;
  }
  .directorynav li {
    margin: 0 15px;
  }
  /* ===== rain ====================================================== */
  #rain {
      pointer-events: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      display: block;
  }
  #rain img {
      pointer-events: none;
      position: absolute;
      transform: translateY(-400px) scale(0.4);
      z-index: 200;
      transition: all 3s;
  }
  #rain img#fl_1 { transition: all 3s; }
  #rain img#fl_2 { transition: all 2s; }
  #rain img#fl_3 { transition: all 1.8s; }
  #rain img#fl_4 { transition: all 3s; }
  #rain img#fl_5 { transition: all 4s; }
  #rain img#fl_6 { transition: all 2.5s; }
  #rain img#fl_7 { transition: all 3.2s; }
  #rain img#fl_8 { transition: all 1.8s; }
  #rain img#fl_9 { transition: all 3.6s; }
  #rain img#fl_10 { transition: all 4.2s; }
  #rain img#fl_11 { transition: all 2.3s; }
  #rain img#fl_12 { transition: all 3.3s; }
  #rain img#fl_13 { transition: all 2.1s; }
  #rain img#fl_14 { transition: all 2.6s; }
  #rain img#fl_15 { transition: all 3.7s; }
  
  #component_wrapper {
    min-height: 790px;
  }
}

@media only screen and (min-width: 1140px) {
}

@media only screen and (min-width: 1280px) {
  .limit {
    padding: 0;
  }
  .fp .go2form, #socials {
    display: inline-block;
  }
  #regform_msg {
    width: calc(100% - 238px);
  }
}