/*
	Theme Name: Winx Lash & Makeup Studio
	Description: Custom HTML5 WordPress Site for Winx
	Version: 1.0
	Author: Salted Ink
	Author URI: http://saltedink.com
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
    height: 100%;
}
body {
    font-family: 'Lato';
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
	color:#6D6E70;
    background: url(img/bgr.jpg) center top no-repeat;
    height: 100%;
    margin: 0;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#E67898;
	text-decoration:none;
}
a:hover {
	color:#E67898;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:960px;
	margin:0 auto;
    min-height: 100%;
    margin-bottom: -128px;
	position: relative;
    z-index: 50;
}
.wrapper:after {
    content: "";
    display: block;
    height: 128px;
}

/* header */
.header {
    width: 960px;
    height: 190px;
    position: relative;
}
/* logo */
.logo {
    position: absolute;
    bottom: 0;
    left: 0;
}
.logo-img {

}
/* nav */
.nav {
    width: 760px;
    position: absolute;
    right: 0;
    top: 98px;
    text-align: right;
}
.nav ul {
    list-style: none;
    padding: 0;
}
.nav ul li {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.127em;
    position: relative;
    font-size: 12px;
}
.nav ul li::before {
    content: '|';
    color: #E77899;
    display: inline;
    vertical-align: top;
}
.nav ul li:first-child::before {
    content: '';
    margin: 0;
}

.nav ul li span {
    font-size: 10px;
    text-transform: lowercase;
    letter-spacing: 0.169em;
    font-weight: 300;
}
.nav ul li a:hover span, .nav ul li.current-menu-item a span {
    color: #E77899;
}
.nav ul li a {
    color: #E77899;
    display: inline-block;
    padding: 0 10px;
}
.nav ul li:last-child a {
    padding: 0 0 0 10px;
}
.nav ul li a:hover, .nav ul li.current-menu-item a {
    color: #6D6E70;
}

/* dropdowns */
.nav ul li.menu-item-has-children:hover a {
    border-bottom: 1px solid #E77899;
    padding-bottom: 5px;
}
.nav ul li ul.sub-menu {
    height: 0;
    display: none;
    position: absolute;
    top: 26px;
    left: 0;
}
.nav ul li:hover ul.sub-menu {
    height: 220px;
    width: 100%;
    display: block;
    transition: 0.4s all ease;
    padding-top: 7px;
}
.nav ul li ul.sub-menu li {
    display: block;
    text-align: center;
}
.nav ul li ul.sub-menu li::before {
    content: '';
    margin: 0;
    display: none;
}
.nav ul li ul.sub-menu li a {
    border: none !important;
    font-style: italic;
    font-weight: 300;
    font-size: 10px;
    padding: 0;
}
.nav ul li ul.sub-menu li a:hover {
    color: #E77899;
    font-weight: 700;
}


/* top socials */
.top-socials {
    position: absolute;
    right: 0;
    top: 8px;
}
.top-socials ul {
    list-style: none;
    padding: 0;
}
.top-socials ul li {
    display: inline-block;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    color: #E77899;
    margin-left: 10px;
    letter-spacing: 0.169em;
    font-size: 12px;
}

/* sidebar */
.sidebar {
    width: 274px;
    float: left;
    margin-left: 86px;
}
.sidebar .widget {
    margin-bottom: 25px;
}
.sidebar .widget h3 {
    border: 1px solid #E77899;
    text-align: center;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.169em;
    text-transform: uppercase;
    color: #E77899;
    padding: 15px 0;
}
.exq-abtimage{
    border: 1px solid #E77899;
    padding: 8px;
}
.widget-color {
    text-align: center;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.169em;
    font-size: 13px;
    text-transform: uppercase;
    padding: 20px 0;
}
.widget-color a {
    color: #fff;
}
.AlpinePhotoTiles_container_class {
    border: 1px solid #E77899;
    padding: 4px 4px 8px 4px;;
}
.AlpinePhotoTiles-row {
    margin-top: 4px;
}
/* categories & archives widget */
.widget_categories h3, .widget_archive h3 {
    margin-bottom: 0;
    padding-left: 37px;
}
.widget_categories ul {
	border-top:none;
}
.widget_archive ul {
	border-top:none;
}
.widget.toggle .switcher{
	width: 22px;
    height: 19px;
    background: url('img/toggle.jpg') center no-repeat;
    float: right;
    text-indent: -9999px;
    cursor: pointer;
    margin: 2px 15px 0 0;
}
.widget.toggle ul {
	list-style:none;
	margin-top: 0px;
	padding: 12px 0 9px 0;
    text-align: center;
}
.widget.toggle ul li {
	text-transform: uppercase;
	line-height: 1.9;
    font-size: 13px;
    letter-spacing: 0.1em;
}
.widget.toggle ul li a {
    color: #6D6E70;
}
/* footer */
.footer {
    height: 60px;
    width: 100%;
    background: #F7E8E3;
    text-align: center;
    margin: 0 auto;
    padding-top: 15px;
}
p.copyright {
    color: #E67898;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.169em;
    text-transform: uppercase;
    position: relative;
    z-index: 100;
}
.footquote {
    text-align: center;
    margin: 25px 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.169em;
    color: #E77899;
}

/*------------------------------------*\
    HOMEPAGE
\*------------------------------------*/
section.home {
    width: 100%;
    min-height: 700px;
    margin-top: 35px;
}
.home .left {
    float: left;
}
.home .slider {
    width: 637px;
    height: 382px;
    float: left;
    margin: 13px 0;
    border: 1px solid #E67898;
    padding: 9px;
}
/* Lean Slider */
.lean-slider { 
    position: relative; 
    *zoom: 1;
}
.lean-slider:before,
.lean-slider:after {
    content: " ";
    display: table;
}
.lean-slider:after {
    clear: both;
}

.lean-slider-slide { 
    float: left;
    width: 100%;
    margin-right: -100%;
    display: none; 
}
.lean-slider-slide.current { display: block; }
.slider-wrapper { 
    position: relative; 
    /*background: #fff url(img/loading.gif) no-repeat 50% 50%;*/
    min-width: 100%;
    min-height: 100%;
}
.lean-slider { overflow: hidden; }
.lean-slider-slide {
    display: block;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.6s linear;
    -moz-transition: opacity 0.6s linear;
    -ms-transition: opacity 0.6s linear;
    -o-transition: opacity 0.6s linear;
    transition: opacity 0.6s linear;
}
.lean-slider-slide.current { opacity: 1; }
.lean-slider-slide img { 
    display: block;
    width: 100%; 
}

#slider-direction-nav {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 96%;
    width: 98%;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 0.6;
}
.slider-wrapper:hover #slider-direction-nav { opacity: 1; }
#slider-direction-nav a {
    float: left;
    display: block;
    width: 32px;
    height: 29px;
    background: url(img/gal-arrows.png) no-repeat 0 0;
    text-indent: -9999px;
}
#slider-direction-nav .lean-slider-prev {
    position: absolute;
    top: 12px;
    left: 5px;
}
#slider-direction-nav .lean-slider-next {
    position: absolute;
    bottom: 14px;
    right: 8px;
    background-position: 100% 0;
}

#slider-control-nav {
    position: absolute;
    left: 15px;
    bottom: 13px;
    width: 95%;
    text-align: right;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 0.6;
}
.slider-wrapper:hover #slider-control-nav { opacity: 1; }
#slider-control-nav a {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url(img/bullets.png) no-repeat 0 0;
    text-indent: -9999px;
    font-size: 0;
    margin: 0 3px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
#slider-control-nav a.active { background-position: 100% 0; }
.home-stamp {
    background: url(img/home-stamp.png) center no-repeat;
    height: 164px;
    width: 164px;
    position: absolute;
    bottom: -62px;
    left: -45px;
    z-index: 100;
}

.home .right {
    width: 314px;
    float: left;
    margin-left: 9px;
    padding-top: 13px;
}
.home .top-box, .home .bottom-box {
    border: 1px solid #E67898;
    width: 100%;
	font-size:13px;
}
.home .top-box {
    padding: 8px;
    margin-bottom: 6px;
}
.home .bottom-box {
    padding: 16px;
    height: 220px;
    text-align: justify;
}
.home .bottom-box h3 {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.169em;
    color: #E77899;
    text-align: center;
    font-size: 12px;
    margin-top: 2px;
}
.home .bottom-box .button {
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.169em;
    font-style: italic;
    font-weight: 400;
}
.home .bottom-box .button a {
    display: inline-block;
    border: 1px solid #E67898;
    padding: 8px 14px;
}
.home .bottom-box .button a:hover {
    background: #F7E8E3;
    transition: 0.4s all ease;
}
.home .bottom {
    margin-top: 10px;
}
.home .box1, .home .box2, .home .box3 {
    width: 314px;
    float: left;
    border: 1px solid #E67898;
    padding: 8px;
    text-align: center;
}
.home .box1, .home .box2 {
    margin-right: 9px;
}
.home .bottom .title {
    padding: 15px 0 6px 0;
}
.home .bottom .title a {
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.169em;
    font-size: 13px;
}
.home .box1:hover img, .home .box2:hover img, .home .box3:hover img {
    opacity: 0.6;
    transition: 0.4s opacity ease;
}

/*------------------------------------*\
    GALLERIES
\*------------------------------------*/
section.gallery {
    margin-bottom: 45px;
}
.gallery ul.items {
    list-style: none;
    padding: 0;
}
.gallery ul.items li {
    width: 208px;
    float: left;
    margin-right: 42px;
}
.gallery ul.items li.last {
    margin-right: 0;
}
.gallery ul.items li .thumb {
    border: 1px solid #E67898;
    position: relative;
    padding: 8px;
}
.gallery ul.items li:hover .thumb img {
    opacity: 0.6;
    transition: 0.4s opacity ease;
}
.gallery ul.items li .thumb .hldr {
    width: 170px;
    height: 38px;
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -85px;
    text-align: center;
    background: #E67898;
}
.gallery ul.items li .thumb .hldr h3 {
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.169em;
    margin-top: 0.8em;
}
.gallery ul.items li .full {
    text-align: center;
    margin-top: 30px;
    font-style: italic;
}

.gallery .click-view {
    width: 300px;
    height: 37px;
    background: #F5E6E1;
    margin: 10px auto 40px auto;
    text-align: center;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.169em;
    font-weight: 400;
    color: #E67898;
    padding-top: 8px;
}
.gallery ul.gal-thumbs {
    list-style: none;
    padding: 0;
}
.gallery ul.gal-thumbs li {
    width: 208px;
    float: left;
    margin-right: 42px;
    margin-bottom: 42px;
}
.gallery ul.gal-thumbs li:hover img {
    opacity: 0.6;
    transition: 0.4s opacity ease;
}
.gallery ul.gal-thumbs li.last {
    margin-right: 0;
}
.gallery ul.gal-thumbs li .gal-thumb {
    border: 1px solid #E67898;
    padding: 8px;
}
.gallery ul.gal-thumbs li .gal-thumb h2 {
    font-style: italic;
    letter-spacing: 0.169em;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    margin-bottom: 4px;
}
.gallery .holder {
    border: 1px solid #E67898;
    padding: 9px;
    position: relative;
    margin-top: 10px;
}
.gallery .holder .subtitle {
    height: 42px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: -22px;
    left: 0;
    z-index: 50;
}
.gallery .holder .subtitle h4 {
    background: #F5E6E1;
    display: inline-block;
    padding: 12px 80px;
    margin: 0;
    font-style: italic;
    letter-spacing: 0.169em;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #E67898;
}
.gallery .holder .gal-stamp {
    background: url(img/gal-stamp.png) center no-repeat;
    height: 164px;
    width: 164px;
    position: absolute;
    top: -21px;
    right: -46px;
    z-index: 100;
}
.gallery .before, .gallery .after {
    float: left;
    position: relative;
    z-index: 20;
}
.gallery .after {
    margin-left: 9px;
}
.gallery .before .text, .gallery .after .text {
    height: 42px;
    width: 170px;
    text-align: center;
    background: #E67898;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.169em;
    font-style: italic;
    padding-top: 11px;
    position: absolute;
    bottom: -32px;
    left: 50%;
    margin-left: -85px;
}
.gal-pagination {
    margin-top: 52px;
    height: 45px;
    position: relative;
}
.gal-pagination .previous, .gal-pagination .next {
    width: 115px;
    height: 43px;
    border: 1px solid #E67898;
    text-align: center;
    padding-top: 12px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    font-style: italic;
    font-size: 12px;
    margin: 0;
}
.gal-pagination span {
    color: #E67898;
    opacity: 0.6;
}
.gal-pagination .line {
    border-top: 1px solid #E67898;
    height: 2px;
    width: 730px;
    position: absolute;
    top: 22px;
    left: 50%;
    margin-left: -365px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
section.page {
    min-height: 550px;
    margin-top: 45px;
}
h1.page-title {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    font-style: italic;
    color: #E67898;
    letter-spacing: 0.169em;
    margin-bottom: 45px;
    border-bottom: 1px solid #E67898;
    padding-bottom: 4px;
    display: inline-block;
}
h1.page-title span {
    font-weight: 700;
}

/* Testimonials */

.testimonials ul.test {
    list-style: none;
    padding: 0;
    width: 100%;
}
.testimonials ul.test li {
    border: 1px solid #E67898;
    margin-bottom: 50px;
    position: relative;
}
.testimonials ul.test li .img {
    position: absolute;
    right:-28px;
    top: -36px;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
}
.testimonials ul.test li .img img {
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
}
.testimonials ul.test li .client {
    width: 434px;
    height: 34px;
    background: #F5E6E1;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.169px;
    color: #E67898;
    font-style: italic;
    padding-top: 1px;
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -217px;
}
.testimonials ul.test li .client p {
    margin: 0.5em 0;
}
.testimonials ul.test li .content {
    padding: 40px 153px 40px 33px;
    text-align: justify;
}

/* About page */
.about .top-section {
    position: relative;
    border: 1px solid #E67898;
    height: 409px;
    padding: 8px;
}
.about .top-section .about-stamp {
    background: url(img/about-stamp.png) center no-repeat;
    height: 164px;
    width: 164px;
    position: absolute;
    bottom: -54px;
    right: -62px;
    z-index: 100;
}
.about .top-section .left {
    background: #F5E6E1;
    width: 500px;
    height: 390px;
    float: left;
    margin-right: 8px;
    padding: 10px 20px;
    text-align: justify;
}
.about .top-section .left h2 {
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.169em;
    text-align: center;
    color: #E67898;
}
.about .top-section .right {
    width: 433px;
    float: left;
}
.about .top-section .right .banner {
    margin-bottom: 8px;
}
.about .mid-title {
    width: 100%;
    height: 52px;
    background: #E67898;
    padding-top: 2px;
    margin-top: 29px;
}
.about .mid-title h2 {
    color: #fff;
    font-weight: 400;
    font-style: italic;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.169em;
    text-align: center;
    margin: 1.1em 0;
}
.about .bottom-section {
    margin-top: 29px;
    margin-bottom: 40px;
}
.about .bottom-section .team {
    min-height: 1135px;
    border: 1px solid #E67898;
    width: 314px;
    float: left;
    position: relative;
    padding: 8px;
    margin-right: 9px;
	margin-botttom: 9px;
    padding-bottom: 59px;
}
.about .bottom-section .team.last {
    margin-right: 0;
}
.about .bottom-section .team .img {
    width: 296px;
    height: 238px;
    position: relative;
}
.about .bottom-section .team .img .name {
    width: 100%;
    height: 52px;
    background: rgba(255,255,255,0.9);
    position: absolute;
    bottom: 22px;
    left: 0;
    padding: 2px 0;
}
.about .bottom-section .team .img .name h3 {
    text-align: center;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.169em;
    color: #E67898;
    margin: 1.1em 0;
}
.about .bottom-section .team .content {
    text-align: justify;
    padding: 0 8px;
}
.about .bottom-section .team .content h4 {
    text-align: center;
    font-style: italic;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.169em;
    color: #E67898;
}
.about .bottom-section .team .button {
    text-align: center;
    position: absolute;
    bottom: 18px;
    width: 100%;
}
.about .bottom-section .team .button a {
    display: inline-block;
    border: 1px solid #E67898;
    font-weight: 400;
    font-style: italic;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.169em;
    padding: 10px 29px;
}

/* Contact page */
.acf-map {
	width: 100%;
	height: 238px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
section.contact {
    width: 590px;
    float: left;
    margin-right: 35px;
    font-size: 13px;
    letter-spacing: 0.025em;
}
.contact aside.right {
    width: 335px;
    float: left;
    padding-top: 143px;
}
section.contact h4 {
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.169em;
    color: #E67898;
}
section.contact label {
    font-weight: 300 !important;
    text-transform: lowercase;
    color: #6D6E70 !important;
    font-style: italic;
}
section.contact input[type="text"] {
    border: 1px solid #F4F3F2;
    background: #F4F3F2;
}
section.contact textarea {
    border: 1px solid #F4F3F2;
    background: #F4F3F2;
    height: 52px !important;
}
section.contact .gfield_checkbox label {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400 !important;
}
section.contact input[type="checkbox"] {
    position:absolute; 
    z-index:-1000; 
    left:-1000px; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0; 
    border:0;
}
section.contact input[type=checkbox] + label {
    padding-left:25px;
    height:12px; 
    display:inline-block;
    line-height:12px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:12px;
    vertical-align:middle;
    cursor:pointer;
    margin-left: 17px;
}
section.contact input[type=checkbox]:checked + label {
    background-position: 0 -12px;
}
section.contact .gfield_checkbox label {
    background-image:url(img/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
section.contact .gfield_html {
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.025em;
    color: #E67898;
}
.right .contact-widget {
    width: 335px;
    border: 1px solid #E67898;
    margin-bottom: 15px;
}
.right .contact-widget .title {
    width: 100%;
    border-bottom: 1px solid #E67898;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.169em;
    font-style: italic;
    color: #E67898;
    padding: 20px 0;
}
.right .contact-widget .content {
    color: #E67898;
    padding: 15px 30px 0px 30px;
    letter-spacing: 0.169em;
    line-height: 1.7;
}
.right .contact-widget .map {
    padding: 0 13px;
}

/* Services page */
section.services {
    margin-bottom: 45px;
}
.services .left {
    float: left;
    width: 600px;
    border: 1px solid #E67898;
    padding: 24px;
    text-align: justify;
}
.services .left h3, .page article h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.169em;
    font-size: 13px;
    color: #E67898;
}
.services .right {
    width: 335px;
    float: left;
    margin-left: 25px;
}
.services .right .button1, .services .right .button2, .services .right .button3 {
    width: 335px;
    height: 52px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.169em;
    font-weight: 400;
    font-style: italic;
    padding-top: 17px;
    margin-bottom: 18px;
}
.services .right .button1 a, .services .right .button2 a {
    color: #fff;
}
.services .right .button1 {
    background: #E67898;
}
.services .right .button2 {
    background: #F1D2D6;
}
.services .right .button3 {
    background: #F5E6E1;
}
.services .right .price {
    border: 1px solid #E67898;
    margin-bottom: 18px;
}
.services .right .price h3 {
    color: #E67898;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.169em;
    text-transform:uppercase;
}
.services .right .price td:first-child + td, .services .right .price em {
    color: #E67898;
}
.services .right .title {
    width: 100%;
    border-bottom: 1px solid #E67898;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.169em;
    font-style: italic;
    color: #E67898;
    padding: 15px 0;
}
.services .right .text {
    padding: 15px 25px;
}
.services .right .text pre {
    display: inline-block;
    color: #E67898;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    float: left;
    text-align: right;
    margin: 0.5em 0 0.5em 32px;;
}
.services .right .text p {
    float: left;
    display: block;
    width: 209px;
    margin: 0.5em 0;
}

/*------------------------------------*\
    BLOG
\*------------------------------------*/
.blog-head {
    width: 100%;
    border: 1px solid #E67898;
    position: relative;
    padding: 9px;
    margin: 35px 0 85px 0;
}
.blog-head .stamp {
    background: url(img/home-stamp.png) center no-repeat;
    height: 164px;
    width: 164px;
    position: absolute;
    bottom: -62px;
    left: -45px;
    z-index: 100;
}
section.blog {
    width: 600px;
    float: left;
}
.blog article {
    margin-bottom: 45px;
}
h2.post-title {
    font-weight: 400;
    font-size: 13px;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.169em;
    color: #E77899;
    text-align: center;
    margin-bottom: 10px;
}
.blog .date {
    text-align: center;
    font-style: italic;
    letter-spacing: 0.025em;
    color: #939597;
    font-size: 11px;
    margin-bottom: 25px;
}
.blog .post-details {
    width: 100%;
    height: 40px;
    border: 1px solid #E67898;
}
.blog .post-details .cmnt {
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.025em;
    font-style: italic;
    text-transform: lowercase;
    width: 182px;
    float: left;
    margin-left: 30px;
    padding: 0.8em 0;
}
.blog .post-details .bookmarks {
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.025em;
    font-style: italic;
    float: right;
    width: 310px;
    margin-right: 30px;
    text-align: right;
}
.blog .post-details .bookmarks ul {
    list-style: none;
    padding: 0;
    margin: 0.8em 0;
}
.blog .post-details .bookmarks ul li {
    display: inline-block;
    text-transform: lowercase;
}
.blog .post-details .bookmarks ul li:after {
    content: '/';
    margin: 0 8px 0 10px;
    color: #E67898;
}
.blog .post-details .bookmarks ul li:last-child:after {
    content: '';
    margin: 0;
}

/* pagination */
.pagination {
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.025em;
    font-style: italic;
    text-transform: capitalize;
    color: #E67898;
}
.pagination .no_new_posts, .pagination .no_old_posts, .pagination a:hover {
    opacity: 0.6;
}
/* comments section */
.blog .comments {
    margin-top: 30px;
    margin-bottom: 45px;
}
h3.comment-reply-title, .comments h2 {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.169em;
    font-weight: 300;
    color: #E77899;
    font-style: italic;
}
p.comment-notes {
    font-style: italic;
    font-size: 12px;
    letter-spacing: 0.025em;
}
p.form-allowed-tags {
    display: none;
}
.comments ul {
    list-style: none;
}
.comment-respond label {
    font-style: italic;
    display: block;
    font-size: 12px;
    letter-spacing: 0.025em;
    font-style: italic;
    text-transform: lowercase;
}
.comment-respond input[type="text"] {
    width: 100%;
    height: 30px;
    background: #F4F3F2;
    border: none;
}
.comment-respond textarea {
    width: 100%;
    border: none;
    height: 54px;
    background: #F4F3F2;
}
.comment-respond input[type="submit"] {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-style: italic;
    background: #E77899;
    border: 1px solid #E77899;
    padding: 13px 17px 13px 16px;
    letter-spacing: 0.169em;
}
.comment-form-author, .comment-form-email {
    width: 48%;
    float: left;
}
.comment-form-author {
    margin-right: 4%;
}
.cmnt-thread {
    margin-top: 33px;
}
.cmnt-thread ul {
    padding-left: 0;
}
.cmnt-thread ul li ul {
    padding-left: 40px;
}
.comment-author {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.169em;
    font-weight: 300;
    color: #E77899;
    font-style: italic;
}
.comment-meta, .comment-body p {
    font-style: italic;
    font-size: 13px;
    letter-spacing: 0.025em;
}
.comment-meta a {
    color: #6D6E70;
}
.comment-body .reply {
    text-align: right;
    margin-top: 1.8em;
}
.comment-body .reply a {
    background: #F4F3F2;
    padding: 10px 25px;
    text-transform: uppercase;
    letter-spacing: 0.169em;
    font-style: italic;
}



/*------------------------------------*\
	ARCHIVES, CATEGORIES & SEARCH
\*------------------------------------*/
.blog ul.arch {
    list-style: none;
    padding: 0;
}
.blog ul.arch li {
    display: inline-block;
    vertical-align: top;
    width: 255px;
    margin-right: 50px;
}
.blog ul.arch li.last {
    margin-right: 0;
}
.blog ul.arch li .thumb {
    padding: 9px;
    border: 1px solid #E77899;
    width: 255px;
}
.blog ul.arch li:hover .thumb img {
    opacity: 0.6;
    transition: 0.4s opacity ease;
}
.blog ul.arch li .read {
    background: #F7E8E3;
    width: 255px;
    height: 38px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0.169em;
    margin-top: 9px;
    padding-top: 10px;
}
.blog ul.arch li h2 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.169em;
    font-size: 13px;
    font-style: italic;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 2px;
}

/* POPUP */
.popmake.custom-position {
    border: 10px solit #F5E6E1;
}
.popmake>.popmake-close {
    background-image: url(img/close.jpg);
    height: 19px !important;
    width: 20px !important;
    margin-top: 11px;
    margin-right: 11px;
}
.popmake-content p {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.169em;
    padding: 0 15px;
    margin: 1.9em 0;
}
.popmake-content label {
    display: none !important;
}
.popmake-content input[type="text"] {
    border: 1px solid #F4F3F2;
    background: #F4F3F2;
    height: 25px;
    padding-left: 12px !important;
    padding-top: 5px !important;
}
.popmake-content .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
    text-align: right;
    margin-top: -25px;
    padding-right: 12px;
}
.popmake-content .gform_wrapper .top_label input.large {
    width: 79% !important
}

.popmake-content ::-webkit-input-placeholder {
    color: #E67898;
    font-size: 12px;
    letter-spacing: 0.169em;
}

.popmake-content :-moz-placeholder { /* Firefox 18- */
    color: #E67898;
    font-size: 12px;
    letter-spacing: 0.169em;
}

.popmake-content ::-moz-placeholder {  /* Firefox 19+ */
    color: #E67898;
    font-size: 12px;
    letter-spacing: 0.169em;
}

.popmake-content :-ms-input-placeholder {  
    color: #E67898;
    font-size: 12px;
    letter-spacing: 0.169em;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}