/*
    Theme Name: Adelys
    Theme URI:
    Description: WC 4.4.0/ WordPress theme
    Author: EkDesign
    Author URI: 
    Version: 2.4
    Tags: 
*/


/* =GENERAL
-------------------------------------------------------------- */




body {
    font-size:16px;
	font-family: 'Rubik', sans-serif;
	font-size:18px;
	background: #FFF;
	line-height:1;
	margin:0;
	padding:0;
	color:#000;
	}

a {
    color: #000;
    text-decoration: none;
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
} 

a:hover {
	text-decoration: none;
	color:#312e35;
}

a:focus { 
    outline: none;
}

input,
textarea,
select {
	font-family: 'Rubik', sans-serif;
	box-sizing:border-box;
	border:#e1e1e1 1px solid;
	background:#FFF;
	width:100%;
	padding:10px 12px;
	font-size:1em;
	border-radius:20px;
	font-size:16px;
		
}

input[type="submit"],
input[type="button"],
button,
a.button,
input.button  {
	font-family: 'Rubik', sans-serif;
	display: inline-block;
    padding: 8px 35px;	 
    font-size: 20px;
	font-weight:600;
    color: #FFF !important;
	text-decoration: none !important;
	border: none;
   	border-radius:20px;
	width: auto;
	cursor: pointer;
	background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #E91B63), color-stop(1, #BD1F59) );
    background-image: -o-linear-gradient(right, #E91B63 0%, #BD1F59 100%);
    background-image: -moz-linear-gradient(right, #E91B63 0%, #BD1F59 100%);
    background-image: -webkit-linear-gradient(right, #E91B63 0%, #BD1F59 100%);
    background-image: -ms-linear-gradient(right, #E91B63 0%, #BD1F59 100%);
    background-image: linear-gradient(to right, #E91B63 0%, #BD1F59 100%);

	
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;

	}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
a.button:hover,
input.button:hover  {
	
	-moz-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
	}
	

	
input[type="radio"], input[type="checkbox"] {
	display: inline-block;
	width: auto;
	margin-left:10px;
	
}

input:focus, button:focus {
	outline: none !important;
}


::-webkit-input-placeholder {
       color: #0c1a2e;
}

:-moz-placeholder { /* Firefox 18- */
       color: #0c1a2e;
}

::-moz-placeholder {  /* Firefox 19+ */
       color: #0c1a2e; 
}

:-ms-input-placeholder {  
      color: #0c1a2e;
}




.fa-volume-control-phone {
	-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}

ul {
	margin:0;
	padding:0;
	list-style: none;
}

li {
	list-style: none;
}

.call {
	white-space:  nowrap;
}

.flex {
	display: flex;
}

.wrapper {
	background:#FFF;
	position: relative;
	z-index:1;
}

#shop-content {
	width:78%;
	float: left;
}

#sidebar {
	width:20%;
	float: right;
	position: relative;
	padding:30px 20px;
	margin-top: 50px;
	background: url(images/pink_bg.jpg) no-repeat;
	background-size:cover;
	border-radius:12px;
}

.filter-btn-container {
	display: none;
	text-align:center;
}

.mobile-filter-btn {
	display: none;
}

#sidebar .mask {
	position: absolute;
	top:-40px;
	width:100%;
	text-align: center;
}

#sidebar .mask img {
	width:150px;
}

.side-widget-title {
	font-size:28px;
	font-weight:500;
	color:#ea1b64;
	margin-bottom:30px;
	text-align:center;
}

.side-wdg  {
	margin-bottom:40px;
}

/* =LAYOUT
-------------------------------------------------------------- */

.container {
	position:relative;
}

.container-100 {
	width:100%;
	padding:0 30px;
	position: relative;
	max-width:1899px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	position: relative;
	padding:40px 0;
}


.section {
	padding:70px 0;
}

.padding {
	width:60%;
	margin: auto;
}

.girl-bg {
	background:url(images/girl_left.png) left bottom no-repeat;
}




/* =HEADER
-------------------------------------------------------------- */
#topline {
	padding:5px 0;
	color:#FFF;
	
	background-image: -webkit-gradient(
	linear,
	left top,
	right top,
	color-stop(0, #E91B63),
	color-stop(1, #BD1F59)
);
background-image: -o-linear-gradient(right, #E91B63 0%, #BD1F59 100%);
background-image: -moz-linear-gradient(right, #E91B63 0%, #BD1F59 100%);
background-image: -webkit-linear-gradient(right, #E91B63 0%, #BD1F59 100%);
background-image: -ms-linear-gradient(right, #E91B63 0%, #BD1F59 100%);
background-image: linear-gradient(to right, #E91B63 0%, #BD1F59 100%);
}

#heading {
	position: relative;
	z-index:200;
	-webkit-box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0.26);
-moz-box-shadow:    0px 10px 5px 0px rgba(50, 50, 50, 0.26);
box-shadow:         0px 10px 5px 0px rgba(50, 50, 50, 0.26);
	
}

.top-on-scroll {
	height:163px;
	width:100%;
	}

.top-left {
	display: flex;
  justify-content: flex-end;
  align-items: center;
}

#toprow {
	position: relative;
	z-index:200;
	background:#FFF;
}

.logo {
	position: relative;
	text-align: center;
	padding:10px 0;
	
	
}

.logo img {
	display: inline-block;
	transition: all 0.3s ease;
}

.topicons a {
	display: inline-block;
	margin-left:25px;

}

.topicons a i {
	font-size: 33px;
}



.left-icons {
	text-align:left;
}


.toptel {
	display: inline-block;
	position: relative;
	margin-left:25px;
	padding-left:50px;
	
}

.toptel i {
	font-size:40px;
	position: absolute;
	left:0;
	top:0px;
	color:#ea1b64;
}


.toptel span {
	display: block;
	margin-bottom:7px;
	font-size:16px;
}
.toptel a {
	display: block;
	color: #ea1b64;
	font-size:18px;
	font-weight:500;
}

#toprow .acc,
#toprow .login {
	font-size:40px;
	margin-left:20px;
}

.top-cart {
	display: inline-block;
	}

.top-cart i {
	font-size:40px;
}


.top-cart a {
	position: relative;
	display: inline-block;
		
	}


.cart-contents {
	display: inline-block;
	position: absolute;
	z-index:10;
	top:-5px;
	right:-5px;
	color:#FFF;
	font-weight: 500;
	font-size:12px;
	width:20px;
	height: 20px;
	line-height:20px;
	text-align: center;
	border-radius:100%;
	background:#ea1b64;
	
}



.social-icons {
	position: relative;
	font-size:24px;
	text-align: left;
}

.social-icons a {
	display: inline-block;
	color:#FFF;
	margin-right:10px;
}

.social-icons a:hover {
	color:#000;
}



.topicons {
	text-align: right;
	font-size:30px;
	
}


.cart-title {
	font-size:16px;
	margin-right:5px;
}

.cart-contents a {

}

	

.search-icon {
	display: inline-block;
	margin-right:10px;
}

#fixed-top {
	width:100%;
	}

.scroll-to-fixed-fixed {
	width:100%;
}

.scroll-to-fixed-fixed .logo img {
}



/* =MENUS
-------------------------------------------------------------- */
#mainmenu {
	position: relative;
	padding:10px 0;
	background:#FFF;
	z-index:200;
	border-top:#e4e4e4 1px solid;
}

.menu-primary-container {
    position:relative;
   	z-index: 10;
	padding:0;
	text-align: center;
	
   }

.menu-primary ul {
	min-width: 300px;
}

.menu-primary li{
	display:inline-block;
	font-size:18px;
	float:none;
	margin-left:10px;
			-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
	  
}

/* First Level - Menu Primary */

.menu-primary li a {
	position: relative;
	display:inline-block;
	color:#000;    
   
	text-decoration: none;
   	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;	
	
	}
	

.menu-primary li a:hover,
.menu-primary li.current-menu-item  a {
	 color: #ea1b64;
	
	
}

.menu-primary li a span {
	display: inline-block;
	padding: 5px 10px;
	border-bottom: transparent 3px solid;
	
}

.menu-primary li a:hover span,
.menu-primary li.current-menu-item a span {
	 border-bottom:#ea1b64 3px solid;
}


.menu-primary li i {
	display: inline-block;
	margin-right:10px;
	visibility: hidden;
}

.menu-primary li.menu-item-has-children i {
	visibility: visible;
}

/* Child Levels - Menu Primary */

.menu-primary .sub-menu {
	min-width:300px;
	text-align:right;
	background:#FFF;
	padding:10px 0;
	z-index:100;
	margin:0;
	-webkit-box-shadow: -4px 3px 4px 0px rgba(50, 50, 50, 0.25);
-moz-box-shadow:    -4px 3px 4px 0px rgba(50, 50, 50, 0.25);
box-shadow:         -4px 3px 4px 0px rgba(50, 50, 50, 0.25);	
	
}

.menu-primary li li {
	display: block;
}

.menu-primary li li a,
.menu-primary li.current-menu-item li a {
	color:#000;
	font-size:17px;
	display: block;
	padding:10px 10px;
	border-radius:0;
	border-bottom: #d9d9d9 1px solid;
	
}

.menu-primary li li a span {
	border: none !important;
}

.menu-primary li li a i {
	display: none !important;
}




.menu-primary li li a:hover,
.menu-primary li li.current-menu-item  a {
	color: #FFF;
	outline: 0;
	border-bottom: #d9d9d9 1px solid;
	background:#eb296e;
		   
}



.sf-sub-indicator {
	display:none;
}



/**********************HOME**********************/
#slider-section {
	position: relative;
}

#slider-section .left-bg {
	position: absolute;
	bottom:0;
	left:0;
	z-index:110;
}
#slider-section .right-bg {
	position: absolute;
	bottom:0;
	right:0;
	z-index:110;
}

#mainslider {
	width:100%;
	position: relative;
	overflow: hidden;
}

.slider-image {
	position: relative;
	z-index:10;
	
}

.slider-image img {
	display: block;
	
}

.slider-item {
	position: relative;
}


#mainslider .cap {
	position: absolute;
	top:30%;
	left:0;
	width:100%;
	z-index:20;
	
}


#mainslider .s-title {
	font-size:53px;
	margin-bottom:0px;
	color:#000;
	font-weight:600;
}



#mainslider .s-text {
	font-size:74px;
	color:#fbab22;
	margin-bottom:20px;
	font-weight:600;
}


#mainslider .btn {
	
	}


#mainslider .btn a {
	display: inline-block;
	padding:10px 35px;
	color:#FFF;
	font-size:27px;
	font-weight:600;
	border-radius:10px;
	
	color:#FFF;
	
	background-image: -webkit-gradient(
	linear,
	left top,
	right top,
	color-stop(0, #E91B63),
	color-stop(1, #BD1F59)
);
background-image: -o-linear-gradient(right, #E91B63 0%, #BD1F59 100%);
background-image: -moz-linear-gradient(right, #E91B63 0%, #BD1F59 100%);
background-image: -webkit-linear-gradient(right, #E91B63 0%, #BD1F59 100%);
background-image: -ms-linear-gradient(right, #E91B63 0%, #BD1F59 100%);
background-image: linear-gradient(to right, #E91B63 0%, #BD1F59 100%);
	
}

#mainslider .btn a:hover {
	color:#FFF;
	-moz-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}


#homeboxes-section .box-item {
	position: relative;
	text-align: center;
	margin:0 auto 30px auto;
	max-width: 412px;
	transition: all 0.5s ease;	
}

#homeboxes-section .box-item:hover {
	transform: rotateY(180deg);
}

#homeboxes-section .box-img {
	position: relative;
	display: block;
	width:100%;
}



.box-img .boxpic {
	position: absolute;
	z-index:0;
	display: block;
	bottom:5px;
	left:0;
	
}

.box-mask {
	position: relative;
	max-width:100%;
	z-index:10;
	width:100%;
	}


.box-item .box-title  {
	display: flex;
	  justify-content: center;
	  align-items: center;
	  height:87px;
	  overflow: hidden;
	  margin-left:64px;
	position: relative;
	font-size:24px;
	padding:7px 10px;
	color:#FFF;
	font-weight:500;
	background:url(images/box_title_bg.png) no-repeat;
	
}

.box-item .box-title a {
	display: block;
	color:#FFF;
}

.box-item .box-title a:hover {
	color:#FFF;
}

#homelogos-section .title {
	font-family: "Lobster", "Heebo";
	background: url(images/pattern_2.png) top center no-repeat;
	text-align:center;
}

#homelogos-section .title span {
	display: inline-block;
	padding:10px 20px;
	background:#FFF;
	font-size:65px;
	font-weight: bold;
	color:#91a740;
}

#content-section .flex {
	align-items: center;
}

#content-section .half {
	width:50%;
	padding:168px 0;
	display: flex;
  justify-content: center;
  align-items: center;
}

.content-1.half .cap {
	padding:0 25% 0 10%;
}

.content-2.half .cap {
	padding:0 10% 0 25%;
	color:#FFF;
}

#content-section .title {
	font-size:40px;
	font-weight:500;
	margin-bottom:25px;
}

#content-section .text {
	line-height:1.5;
}

#content-section .btn {
	margin-top:30px;
	text-align: center;
}

#content-section .btn a {
	display: inline-block;
	padding:10px 25px;
	border-radius:15px;
}

.content-1 .btn a {
	color:#FFF;
	background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #E91B63), color-stop(1, #BD1F59) );
    background-image: -o-linear-gradient(right, #E91B63 0%, #BD1F59 100%);
    background-image: -moz-linear-gradient(right, #E91B63 0%, #BD1F59 100%);
    background-image: -webkit-linear-gradient(right, #E91B63 0%, #BD1F59 100%);
    background-image: -ms-linear-gradient(right, #E91B63 0%, #BD1F59 100%);
    background-image: linear-gradient(to right, #E91B63 0%, #BD1F59 100%);
}

.content-2 .btn a {
	border:#FFF 2px solid;
	color:#FFF;
}

#featured-scroll {
	padding:0 50px;
}

#featured-scroll .slick-slide {
	padding:0 10px;
}

#featured-scroll .slick-slide .product-loop {
	margin-bottom:0;
}


/*********GENERAL*******/

#topimage {
	position: relative;
	overflow: hidden;
		
	}
.topimg {
	display: block;
	
}

#topimage .left-bg {
	position: absolute;
	left:0;
	top: -10px;
	z-index:10;
}

#topimage .right-bg {
	position: absolute;
	right:0;
	top: -10px;
	z-index:10;
}

#topimage .textholder {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	z-index:10;
	padding:20px 0;
}



#breadcrumbs {
	padding:14px 0;
	font-size:13px;
	color:#ea1b64
	}

#breadcrumbs a {
	color:#000;
}


#breadcrumbs a:hover {
	text-decoration: underline;
}
.toptitle {
	margin-top:60px;
	font-size:56px;
	text-align: center;
	font-weight:600;
	color:#000;
	
}


.page-content {
		
}

.woocommerce-page .page-content {
	color:#333;
}
.noimg {
	display:block;
	background:#f6deb5;
	
}

.no-img img {
		
		
}
.title {
	position: relative;
  	font-size: 40px;
	font-weight:500;
	margin-bottom:30px;
	text-align:center;
	}
	


.title.fancy:before {
	content:"";
	position: absolute;
	left:0;
	top:30px;
	width:100%;
	height:1px;
	border-bottom:#dedede 1px solid;
	z-index:0;	
}

.title.fancy span {
	display: inline-block;
	position: relative;
	padding:10px 20px;
	background:#FFF;
	z-index:10;
}


.featured_image {
	position:relative;
	display:block;
}

.featured_image img {
	border-radius:2px;
	height:auto;
}


.two-cols {
	-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}

#share {
	padding:30px 0px;
	font-size:20px;
	align-content: center;
	justify-content: space-between;
	border-top: #f7f8fa 1px solid;
	
	
}
#share .txt {
	color:#4ab0be;	
}

#share .addtoany_shortcode {
	display: inline-block;
	margin-left:10px;	
	}

#share .addtoany_list a>span {
	border-radius:100%;
}


.entry {
	line-height:1.3;
}

.entry a {
	color:#4ab0be;
}

.entry a:hover {
	text-decoration: underline;
}

.entry h1 {
	font-size:30px;
	color:#ea1b64;
	margin-bottom:15px;
	font-weight:500;
}

.entry h2 {
	font-size:26px;
	color:#ea1b64;
	margin-bottom:15px;
	font-weight:500;
}
.entry h3 {
	display: inline-block;
	font-size:26px;
	color:#ea1b64;
	font-weight: 600;
	margin-bottom:15px;
	padding-bottom:7px;
	letter-spacing:2px;
	
	}

.entry h4 {
	font-size:22px;
	color:#ea1b64;
	font-weight:300;
	margin-bottom:10px;
	letter-spacing:3px;
}

.entry h5 {
	font-size:22px;
	color: #000;
	margin-bottom:10px;
	font-weight:600;
}

.entry h6 {
	font-size:20px;
	color:#ea1b64;
	font-weight: bold;
	margin-bottom:10px;
}

.entry ul,
.entry ol {
	margin-right: 50px;
}

.entry ul li {
	list-style: square;
	margin-bottom:5px;
	
}

.entry ol li {
	list-style: decimal;
}

.entry ul li:before {
	

}


.entry img.alignleft  {
	padding-right:30px;
	padding-bottom:30px;
}


.entry img.alignright {
	padding-left:30px;
	padding-bottom:30px;
}


.one-half {
	width:50%;
	float: right;
}

.one-third {
	width:33.33%;
	float:right;
}

.one-fourth {
	width:25%;
	float:right;
}



.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.share-line {
	padding:20px 0;
	font-size:25px;
	color:#ab1c55;
	margin-bottom:20px;
	    border-top: #d9d9d9 1px solid;
    border-bottom: #d9d9d9 1px solid;
}

.share-line .addtoany_shortcode {
	float: left;
}

.share-line .share-txt {
	position: relative;
	top: 5px;
}


/* =POST
-------------------------------------------------------------- */

/* Post General
----------------------------*/

.single-img.alignleft {
	position: relative;
	margin-right:30px;
	margin-bottom:30px;
		
}

.single-img.alignright {
	position: relative;
	display: block;
	margin-left:30px;
	margin-bottom:30px;
	
	
}

.single-img {
	max-width:50%;
}

.single-img img {
	display: block;
	}

#title-row {
	border-bottom: 1px solid #e9e9e9;
    padding: 20px 0;
    margin-bottom: 20px;
	}

.shadow {
	width:100%;
	height:1px;
-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.3);
box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.3);
}



/**************GALLERY****************/
.gallery-image {
	position: relative;
	margin-bottom:30px;	
}

.gallery-image img {
	width:100%;
	height: auto;
	}

/**********posts-loop***************/

.cat-desc {
	padding-right:65px;
	min-height: 70px;
	background: url(images/bantik.png) right center no-repeat;	
}
.page-title {
	font-size: 50px;
	margin-bottom: 20px;
	color:#ad8d38;
	}
	
.toptext {
	font-size:18px;
	margin-bottom:30px;
}

#articles-section {
	background: url(images/pink_bg.jpg) no-repeat;
	background-size:cover;
}
.article {
	position: relative;
	display: block;
	margin-bottom:30px;
	text-align:ccenter;
	padding-top:60px;		
}

.article .mask {
	position: absolute;
	top:0px;
	left: 0;
	text-align: center;
	z-index:10;
	width:100%;
}


.art-img {
	position: relative;
	width:100%;
	overflow: hidden;
	margin-bottom:20px;
	
	}
.art-img.no-img {
	background:#FFF;
}
	
.art-img img {
	transition: all 0.5s ease;
}

.art-img img:hover {
	transform: scale(1.1);
}

.art-title {
	text-align: center;	
    font-size: 22px;
   color: #000;
}

.art-title a {
	color:#000;
}

.art-title a:hover {
	color:#e92067;
}

.art-txt {
	font-size:15px;
	line-height:1.3;
}

.post-title {
	font-size:25px;
	color: #0467a6;
	margin-bottom:10px;
		
}

.post-title a {
	color: #0467a6;
}

.post-title a:hover {
	color: #111;
}

.meta-date {
	margin-bottom:10px;
	color:#868c8f;
}

.more  {
	margin:10px 0;
	
}

.more a {
	display: inline-block;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 19px;
    font-weight: 500;
	background:#e4b873;
    
}

.more a:hover {
	    transform: scale(0.9);
}

.excerpt {
	line-height:1.3;
}

#related-boxes {
	margin-top:40px;
}
.rel-title {
	background: url(images/pattern_2.png) top center no-repeat;
    text-align: center;
	margin-bottom:40px;
}

.rel-title span {
	display:inline-block;
	background:#FFF;
	padding:5px 10px;
	font-size:35px;
	font-weight:600;
}

/*******************TABS****************/


#tabs-menu {
	padding: 0 15px;
    background: #fdb813;
    border-radius: 6px;
    margin-bottom: 20px;
}
#tabs-menu li  {
	border-left:#FFF 1px solid;
	position: relative;
}



#tabs-menu li.r-tabs-state-active:after {
	content: "\f0d7";
    font-family: FontAwesome;
    font-size: 30px;
    color: #fdb813;
    position: absolute;
    bottom: -15px;
    left: 45%;
}

#tabs-menu li a {
	position: relative;
    font-size: 20px;
    display: block;
    color: #fff;
    padding: 15px 30px;
	font-weight:600;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.tab-title {
	font-size:30px;
	color:#b12324;
	margin:20px 0;
}

#page-tabs .recomendation  {
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom: #e8e8e8 10px solid;
	line-height:1.3;
}

/**********************SEARCH*****************/


#search #s,
#search .search-field {
     border: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    outline: none;
	background:#f2f3f5;
}



#search {
	position: relative;
	background:#f2f3f5;
	padding:10px 10px 10px 24px;
	border:#d0d1d2 1px solid;
	border-radius:30px;
}

#search button {
	position: absolute;
	right:4px;
	top:4px;
	background: #ad8d38;
	border: none;
	font-size:20px;
	color: #FFF;
	width:30px;
	height:30px;
	line-height:30px;
	text-align: center;
	border-radius:100%;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	border-radius:20px;
}

.rtl .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
	left: 12px;
    right: auto;
}

.rtl .dgwt-wcas-preloader {
	left: auto;
	right:5px;
}


.no-results,
.error-404  {
	text-align: center;
	font-size:30px;
}



/***********************CONTACT***********************/

.contact-details .flex {
	justify-content: space-between;
}

.contact-details li {
	display: block;
	position: relative;
	
	}

.contact-details .mask {
	
	
}

.contact-details .inner {
	position: absolute;
	right:0;
	top: 0;
	z-index:10;
	width:314px;
	max-width:100%;
	text-align: center;
	padding:130px 56px 80px 56px;
		
}


.contact-details li i {
	font-size:60px;
	display: block;
	margin-bottom:10px;
	}

.contact-details li label {
	display: block;
	margin-bottom:10px;
	color:#000;
	font-size:26px;
	font-weight:500;
}

.contact-details li a,
.contact-details li span {
	display: block;
	color:#000;
}

.pink i {
	color:#e92067;
}

.blue i {
	color:#4ab0be;
}

.yellow i {
	color:#fbab22;
}



/********ninja**********/

#location {
	
}
#maincontact {
	padding: 100px 25% 100px 10%;
	}

#maincontact .title {
	font-size:30px;
	color:#e92067;
	margin-bottom:10px;
}

#maincontact .subtitle {
	font-size:20px;
	margin-bottom:20px;
	text-align: center;
	font-weight:500;
}

.nf-form-fields-required {
	display: none;
}

#maincontact .nf-field-container {
	margin-bottom:10px;
}
#maincontact .three {
	float: right;
	width:33.33%;
	padding-left:10px;
	clear: none;
}

#nf-field-13-container.three {
	padding-left:0;
}

#maincontact #nf-field-9-container {
	padding-left:0;
}

#maincontact .submit-container {
	text-align: center;
}

#maincontact label {
    display: none;
}

#maincontact input[type="button"] {
	padding:7px 15px;
	width:270px;
	text-align: center;
	font-size:20px;
	font-weight: 400;
}

#form-section {
	background:url(images/pink_bg.jpg) no-repeat;
	background-size:cover;
	box-shadow:         inset 0px -100px 30px 0px rgba(255, 255, 255, 0.8);
}

.acf-map {
	width:100%;
	min-height:617px;
}


/*************************COMMENTS***********************/

#comments-row {
	margin-bottom:40px;
}

.comments-holder {
	width:780px;
	margin:0 auto;
}

.title-comments {
	 background: #FFF;
    color: #cc6caa;
    margin-bottom: 20px;
    font-size: 43px;
    line-height: 58px;
    text-align: center;
    font-weight: 600;
}

.title-comments span {
	position: relative;
	top:10px;
	display: inline-block;
	margin-left:20px;  
}
.title-comments img {
	vertical-align: text-bottom;
}

#comments {
	background:#ebeaec;
	padding:25px;
}

#comments input[type="submit"] {
	width:30%;
	
}

.form-submit {
	text-align: center;
}

.comments-title {
	display: none;
}

ol.comment-list {
	list-style: none;
	margin-right:0;
	padding-right:0;
}

ol.comment-list .comment   {
	padding:20px;
	margin:10px;
	border-bottom:#FFF 1px solid;
}

.comment-author.vcard,
.comment-metadata {
	display:inline-block;
	width:49%;
}

.comment-metadata {
	text-align: left;
}

.comment-metadata a {
	color:#000;
}

.comment-metadata a.comment-edit-link {
	color:#cc6caa;
	text-decoration: underline;
	margin-right:10px;
}

.comment-author.vcard img {
	background:#FFF;
	padding:5px;
	margin-left:10px;
}

.reply {
	text-align: left;
}

.reply a {
	display: inline-block;
	padding: 10px 25px;
    text-align: center;
    color: #FFF;
    background: none;
    border: none;
    border-radius: 6px;
    font-size: 23px;
    border-radius: 3px;
    background: #cc6caa;
}

.reply a:hover {
	background: #ab679d;
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

#reply-title  {
	color: #cc6caa;
    margin-bottom: 10px;
    font-size: 40px;
	text-align: center;
}

.required {
	color:#cc6caa;
}


/* =FOOTER
-------------------------------------------------------------- */

#footer {
	padding:70px 0;
	background: #f0e8e8;
	background-size: cover;
	font-size:16px;
	position: relative;
	color:#000;
		
}



#footer a {
	color:#000;
}
#footer a:hover {
	color:#ea1c63;
}

.footer-inner {
	padding-bottom:20px;
	
	
}

.foot-wdg {
	margin-bottom:30px;
}

.foot-widget-title {
	font-size:22px;
	margin-bottom:15px;
	color:#ea1c63;
	
}

.foot-form {
	margin-top:20px;
}

.foot-form input[type="button"] {
	width:100% !important;
	text-align:center;
}

.foot-form .nf-field-container {
	margin-bottom:8px;
}

#footer .social-icons {
	display: block;
	margin-top:30px;
	text-align: center;
	color:#000;
}



#footer .menu li{
	display:block;
	float:none;
	}


#footer .menu li {
	
}

#footer .menu li a,
#footer .product-categories a {
	display:block;
	color:#000;
	padding:10px 0;
	
	
}

#footer .menu li a:hover,
#footer .product-categories a:hover {
	color:#ea1c63;
	}



.foot-wdg .textwidget {
	
}

#footer .contact-info {
	
}

#footer .contact-info li {
	margin-bottom:15px;
	font-size:16px;
}

#footer .contact-info  i  {
	display: none;
}


#footer .contact-info label {
	margin-left:5px;
}

#footer .contact-info a {
	
}
.logo-bottom {
	margin:20px 0;
	text-align: center;
}

.cards {
	text-align: center;
}


#bottom {
	color:rgba(0, 0, 0, 0.2);
	font-size:14px;
	border-top: rgba(0, 0, 0, 0.1) 1px solid;
	padding:15px 0;

	
	}
 
#bottom a {
	color:rgba(0, 0, 0, 0.2);
}



.copyrights {
	text-align:right;
	
	}
.credits {
	text-align:left;

		}

.credits img {
	vertical-align:middle;
}

.gotop-btn {
	position: relative;
	text-align: center;
	font-size:40px;
}

#footer .gotop-btn a {
	display: block;
	position: absolute;
	z-index:1;
	left:0;
	bottom:-30px;
	text-align: center;
	color:#91a740;
	cursor: pointer;
}

#footer .gotop-btn a:hover {
	color:#FFF;
}

.btm-left {
	position: absolute;
	left:0;
	bottom:0;
}


.btm-right {
	position: absolute;
	right:0;
	bottom:0;
}

#mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea {
	width:100% !important;
	padding:7px 5px !important;
}

#mailpoet_form_1 input[type="submit"] {
	padding:12px 15px;
	cursor: pointer;
}

#mobile-panel {
	display: none;
}

#main iframe {
	border: none;
	max-width:100%;
}