/*
	Theme Name: Maria Vallejo Photography
	Description: Custom WordPress Website for Maria Vallejo Photography
	Version: 1.0
	Author: Saffron Avenue
	Author URI: http://saffronavenue.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%;
}
body {
	font:300 12px/1.4  Helvetica, sans-serif;
	color:#414042;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h1, h2, h3, h4, h5, h6 {
	font-family:'sweetsans';
	text-transform:uppercase;
	font-weight:normal;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:960px;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	z-index: 999;
	position: relative;

}
.top-bar {
	width:100%;
	height:141px;
	background:url(img/top-bgr.png) center no-repeat;
	text-align:center;
}
.top-wrap {
	width:960px;
	margin:0 auto;
}
/* logo */
.logo {
	margin:0 auto;
	width:286px;
	
}
.logo-img {
	margin-top:14px;
}
/* nav */
/* Left nav */

.nav-left {
	width:337px; 
	float:left; 
	margin-top:51px;
}
.nav-left ul.menu {
      
            position:relative;
            z-index:1000;
            list-style:none; 
            margin:0; 
            padding:0;
            font-family: 'sweetsans';
            font-size: 11px;
	    	text-transform: uppercase;
        }

.nav-left ul.menu>li {
            position: relative;
            float: left;
            margin-right: 32px;
		}

.nav-left ul.menu>li:last-child {margin-right:0px;}

.nav-left ul.menu>li>a {
            display:block;
            margin-bottom:7px;
            background:none; 
            padding:0;
	    	letter-spacing:.06em;
            text-decoration:none;
            color:#fff; 
            
        }
        .nav-left ul.menu>li>a:hover{
            opacity:.7;
            color:#fff; 
        }

/* dropdowns left */

.nav-left ul.menu ul.sub-menu {
            position:absolute;
            z-index:100;
            margin-left:-41px;
            height: 0;
            overflow: hidden;
	    	-webkit-transition: height 0.3s ease-in;
            -moz-transition: height 0.3s ease-in;
            -o-transition: height 0.3s ease-in;
            -ms-transition: height 0.3s ease-in;
            transition: height 0.3s ease-in;
        }

.nav-left ul.menu>li:last-child>ul {
            position:absolute;
            z-index:100;
            margin-left:-31px;
            height: 0;
            overflow: hidden;
        }
        
        .nav-left ul.menu > li:hover ul ul, .nav-left ul.menu > li > a:hover ul ul{
            height:0;
        }

        .nav-left ul.menu > li:hover ul, .nav-left ul.menu > li > a:hover ul,
        .nav-left ul ul li:hover > ul, .nav-left ul ul li a:hover > ul{
            height:220px; 
        }

        .nav-left ul.menu ul li{
            background-color:rgba(255,255,255,0.75); 
            width:144px;
        }
        
        .nav-left ul.menu ul li:hover {
            background-color:rgba(255,255,255,0.75);
        }
        
        .nav-left ul.menu ul li a {
            display:block;
            text-decoration:none;
            margin:0 12px;
            padding:10px 0;
            color:#5e5951;
			font-size:10px;
			text-align:center; 
        }
        .nav-left ul.menu ul li a:hover, .nav-left ul ul li:hover > a {
            color:#5e5951; 
        }

/* Right nav */

.nav-right {
	width:337px; 
	float:right; 
	margin-top:-53px;
} 
.nav-right ul.menu {
      	    float:right;
            position:relative;
            z-index:1000;
            list-style:none; 
            margin:0; 
            padding:0;
            font-family: 'sweetsans';
            font-size: 11px;
	    	text-transform: uppercase;
        }

.nav-right ul.menu>li {
            position: relative;
            float: left;
            margin-right: 28px;
		}

.nav-right ul.menu>li:last-child {margin-right:0px;}

.nav-right ul.menu>li>a {
            display:block;
            margin-bottom:7px;
            background:none; 
            padding:0;
	    	letter-spacing:.06em;
            text-decoration:none;
            color:#fff; 
            
        }
        .nav-right ul.menu>li>a:hover{
            opacity:.7;
            color:#fff; 
        }

/* dropdowns right */

.nav-right ul.menu ul.sub-menu {
	position: absolute;
	z-index: 100;
	margin-left: -61px;
	margin-top: -2px;
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.3s ease-in;
	-moz-transition: height 0.3s ease-in;
	-o-transition: height 0.3s ease-in;
	-ms-transition: height 0.3s ease-in;
	transition: height 0.3s ease-in;
	list-style: none;
}

.nav-right ul.menu>li:last-child>ul {
            position:absolute;
            z-index:100;
            margin-left:-13px;
            height: 0;
            overflow: hidden;
        }
        
        .nav-right ul.menu > li:hover ul ul,.nav-right ul.menu > li > a:hover ul ul{
            height:0;
        }

        .nav-right ul.menu > li:hover ul, .nav-right ul.menu > li > a:hover ul,
        .nav-right ul ul li:hover > ul, .nav-right ul ul li a:hover > ul{
            height:220px; 
        }

        .nav-right ul.menu ul li{
            background-color:rgba(255,255,255,0.75); 
            width:114px;
        }
        
        .nav-right ul.menu ul li:hover {
            background-color:rgba(255,255,255,0.75);
        }
        
        .nav-right ul.menu ul li a {
            display:block;
            text-decoration:none;
            margin:0 12px;
            padding:10px 0;
            color:#5e5951;
	    	font-size:10px;
        }
        .nav-right ul.menu ul li a:hover, .nav-right ul ul li:hover > a {
            color:#5e5951; 
		}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
	width:100%;
	height:42px;
	background:url(img/bottom-bgr.jpg) center repeat-x;
	padding-top:13px;
}

.bottom-socials {
	width:180px;
	height:16px;
	margin:0 auto;

}
 .bottom-socials ul {margin:0; padding:0;}
 .bottom-socials ul li {list-style:none; display:inline-block; margin-right:16px;}
 .bottom-socials ul li:last-child {margin:0;}
 .bottom-socials li.facebook {height:16px; width:8px; background:url(img/bottom-socials.png) 0 0 no-repeat;}
 .bottom-socials li.facebook:hover {opacity:0.6;}
 .bottom-socials li.facebook a {height:16px; width: 8px; display:block;}
 .bottom-socials li.twitter {height:16px; width:15px; background:url(img/bottom-socials.png) -24px 0 no-repeat;}
 .bottom-socials li.twitter:hover {opacity:0.6;}
 .bottom-socials li.twitter a {height:16px; width:15px; display:block;}
 .bottom-socials li.email {height:16px; width: 16px; background:url(img/bottom-socials.png) -51px 0 no-repeat;}
 .bottom-socials li.email:hover {opacity:0.6;}
 .bottom-socials li.email a {height:16px; width: 16px; display:block;}
 .bottom-socials li.pinterest {height:16px; width:13px; background:url(img/bottom-socials.png) -80px 0 no-repeat;}
 .bottom-socials li.pinterest:hover {opacity:0.6;}
 .bottom-socials li.pinterest a {height:16px; width:13px; display:block;}
 .bottom-socials li.instagram {height:16px; width:14px; background:url(img/bottom-socials.png) -107px 0 no-repeat;}
 .bottom-socials li.instagram:hover {opacity:0.6;}
 .bottom-socials li.instagram a {height:16px; width: 14px; display:block;}
 .bottom-socials li.rss {height:16px; width:14px; background:url(img/bottom-socials.png) -135px 0 no-repeat;}
 .bottom-socials li.rss:hover {opacity:0.6;}
 .bottom-socials li.rss a {height:16px; width:14px; display:block;}
/*------------------------------------*\
    HOMEPAGE
\*------------------------------------*/
/* 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: -27px;
    top: 47%;
    width: 944px;
    -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.7;
}
.slider-wrapper:hover #slider-direction-nav { opacity: 1; }
#slider-direction-nav a {
    float: left;
    display: block;
    width: 55px;
    height: 54px;
/*    background: url(img/gal-arrows.png) no-repeat 0 0;*/
    text-indent: -9999px;
}
#slider-direction-nav .lean-slider-next {
    float: right;
    background-position: 100% 0;
}

#slider-control-nav {
    position: absolute;
    right: 25px;
    bottom: 10px;
    width: 100%;
    text-align: center;
    -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.7;
}
.slider-wrapper:hover #slider-control-nav { opacity: 1; }
#slider-control-nav a {
    display: inline-block;
    width: 13px;
    height: 10px;
    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 {
	width:960px;
	height:845px;
	position:relative;
	margin-top:-20px;
	margin-bottom:25px;
}
.home .top-left {
	position:absolute;
	width:242px;
	top:-16px;
	left:0;
}
.home .top-left ul {
	list-style:none;
	padding:0;
	margin:0;
}
.home .top-left ul li {
	margin-bottom:14px;
}
.home .top-left ul li:first-child:hover {
	opacity:0.6;
	-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;
}
.home-social {
	width:242px;
	height:96px;
	background:url(img/social-widget.jpg) center no-repeat;
	text-align:center;
	padding-top: 53px;
}
.home-social ul.social-sprite { margin:0 auto; padding:0; width:230px; height:21px;}
.home-social ul.social-sprite li {list-style:none; display:inline-block; margin-right:20px; margin-bottom:0;}
.home-social ul li:last-child {margin:0;}
.home-social li.facebook {height:21px;  width:11px; background:url(img/home-social.png) 0 0 no-repeat;}
.home-social li.facebook:hover {opacity:0.6;}
.home-social li.facebook a {height:21px;  width:11px; display:block;}
.home-social li.twitter {height:21px;  width:21px; background:url(img/home-social.png) -32px 0 no-repeat;}
.home-social li.twitter:hover {opacity:0.6;}
.home-social li.twitter a {height:21px; width: 21px; display:block;}
.home-social li.pinterest {height:21px; width:16px; background:url(img/home-social.png) -71px 0 no-repeat;}
.home-social li.pinterest:hover {opacity:0.6;}
.home-social li.pinterest a {height:21px;  width:16px; display:block;}
.home-social li.email {height:21px;  width:21px; background:url(img/home-social.png) -106px 0 no-repeat;}
.home-social li.email:hover {opacity:0.6;}
.home-social li.email a {height:21px; width:21px; display:block;}
.home-social li.instagram {height:21px;  width:17px; background:url(img/home-social.png) -145px 0 no-repeat;}
.home-social li.instagram:hover {opacity:0.6;}
.home-social li.instagram a {height:21px;  width:17px; display:block;}
.home-social li.rss {height:21px;  width:16px; background:url(img/home-social.png) -182px 0 no-repeat;}
.home-social li.rss:hover {opacity:0.6;}
.home-social li.rss a {height:21px;  width:16px; display:block;}

.home .slider {
	position:absolute;
	width:519px;
	height:402px;
	top:0;
	left:253px;
}
.home .rsDefaultInv .rsOverflow {
	background:#fff !important;
}
.home .top-right {
	position:absolute;
	width:177px;
	top:-16px;
	right:0;
}
.home .top-right ul {
	list-style:none;
	padding:0;
	margin:0;
}
.lips-quote {
	width:177px;
	height:135px;
	background:url(img/lips.png) 0 0 no-repeat;
}
.lips-quote:hover {
	width:177px;
	height:135px;
	background:url(img/lips.png) 0 -135px no-repeat;
}
.lips-quote a {
	display:block;
	width:177px;
	height:135px;
}

.home .top-right ul li {
	margin-bottom:14px;
}
.home .top-right ul li:last-child:hover {
	opacity:0.6;
	-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;
}

.home .mid-left {
	position:absolute;
	top:321px;
	left:0;
	z-index:998;
	background:#fff;
	height:196px;
	width:366px;
	padding-top:14px
}
.home .mid-right {
	position:absolute;
	top:415px;
	right:0;
	background:url(img/testimonials-widget.jpg) center no-repeat;
	height:104px;
	width:593px;
	
}
.home .mid-right h3 {
	display:none;
}
.testimonial-widget {
	padding-top:0 !important;
}
.home .gc-testimonial-widget {
	height:104px;
	width:593px;
	padding:11px 30px 0 30px;
	color:#fff;
}
.home .testimonial-widget h5 {
	display:none;
}
.home .testimonial-widget .content {
	text-align:justify;
	font-family:'raleway';
	font-size:11px !important;
	letter-spacing:0.06em;
	text-transform:uppercase;
	color:#000 !important;
	line-height:1.7;
	padding-bottom:0px !important;
}
.home .testimonial-widget .content p {
	margin-bottom:0 !important;
}
.home .testimonial-widget .client {
	text-align:right !important;
	text-transform:uppercase;
	color:#000 !important;
	font-family:'sweetsans';
	font-style:normal !important;
	font-weight:normal !important;
}
.home .testimonial-widget .client:before {
    content: "-";
    margin-right: 6px;
}

.home .testimonial-widget .company {
	display:none;
}
.home .bottom-left {
	position:absolute;
	bottom:0;
	left:0;
	height:313px;
	width:498px;
	
}
.home .bottom-right {
	position:absolute;
	bottom:0;
	right:0;
	height:313px;
	width:448px;
	
}
.home .bottom-right ul {
	list-style:none;
	padding:0;
	margin:0;
}
.home .bottom-right ul li {
	margin-bottom:14px;
}

/*------------------------------------*\
    BLOG
\*------------------------------------*/

section.blog {
	width:960px;
	margin:45px auto;
}
section.blog article {
	margin-bottom:75px;
}

.blog h2.post-title {
	text-align:center;
	text-transform:uppercase;
	color:#7b7c7c;
	font-family:'sweetsans';
	font-size:13px;
	font-weight:normal;
	letter-spacing:0.1em;
}
.blog h2.post-title a{
	color:#7b7c7c;
}

.blog .post-top {
	width:960px;
	height:36px;
	background:url(img/post-top.png) center no-repeat;
	text-align:center;
	padding-top:3px;
}
.blog .post-top span.date {
	font-family:'sweetsans';
	font-size:11px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:0.13em;
}
.blog .entry {
	width:800px;
	margin:40px auto;
	text-align:left;
	line-height:1.6;
	letter-spacing:0.04em;
}
.blog .post-bottom {
	width:960px;
	height:39px;
	background:url(img/post-bottom.png) center no-repeat;
	text-align:center;
	padding-top:16px;
	position:relative;
}
.blog .post-bottom .cats {
	position:absolute;
	left:10px;
	top:5px;
	font-family:'sweetsans';
	color:#939598;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:0.16em;
}
.blog .post-bottom .cats a {
	color:#939598;
	font-size:10px;
}
.blog .post-bottom .cmnt-count {
	font-family:'sweetsans';
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
}
.blog .post-bottom .cmnt-count a {
	color:#fff;
}
.blog .post-bottom .bookmarks {
	position:absolute;
	right:10px;
	top:2px;
}
.bookmarks ul {margin:0 auto; padding:0;text-align:center;}
.bookmarks ul li {list-style:none; display:inline-block;  margin-right:20px;}
.bookmarks ul li:last-child {margin:0;}
.bookmarks li.share {height:16px; width:39px; font-family:'sweetsans'; text-transform:uppercase; color:#939598; font-size:10px; letter-spacing:0.1em;}
.bookmarks li.like {height:16px; width:9px; background:url(img/bookmarks.png) 0 0 no-repeat;}
.bookmarks li.like:hover {opacity:0.7;}
.bookmarks li.like a {height:16px; width: 9px; display:block; text-indent:-9999px;}
.bookmarks li.tweet {height:16px; width:16px; background:url(img/bookmarks.png) -32px 0 no-repeat;}
.bookmarks li.tweet:hover {opacity:0.7;}
.bookmarks li.tweet a {height:16px; width: 16px; display:block; text-indent:-9999px;}
.bookmarks li.pin {height:16px; width: 13px; background:url(img/bookmarks.png) -68px 0 no-repeat;}
.bookmarks li.pin:hover {opacity:0.7;}
.bookmarks li.pin a {height:16px; width: 13px; display:block; text-indent:-9999px;}
.bookmarks li.email {height:16px; width:16px; background:url(img/bookmarks.png) -101px 0 no-repeat;}
.bookmarks li.email:hover {opacity:0.7;}
.bookmarks li.email a {height:16px; width: 16px; display:block; text-indent:-9999px;}


/* pagination */
.pagination {
	text-align:center;
	margin-top:25px;
	font-size:12px;
	text-transform:uppercase;
	font-family:'sweetsans';
	height:40px; 
	padding-top:13px;
	letter-spacing:0.16em;
	color:#939598;
	background:url(img/pagdiv.jpg) center no-repeat;
}
.pagination a {
	color:#939598;
}
.pagination a:hover {
	color:#939598;
	opacity:0.6;
}
.no_old_posts, .no_new_posts {
	color:#939598;
	opacity:0.6;
}
.old_posts, .no_old_posts {
	margin-right:7px;
	margin-left:6px;
}
.new_posts, .no_new_posts {
	margin-left:8px;
}

/*------------------------------------*\
	ARCHIVES - CATEGORIES - SEARCH
\*------------------------------------*/
.blog .arch-thumb {
	height:272px;
	width:394px;
	float:left;
}
.blog .arch-text {
	float:left;
	width:371px;
	margin-left:33px;
	padding-top:14px;
	text-align:justify;
	line-height:1.6;
}
.blog .arch-text p.readmore a {
	font-family:'sweetsans';
	text-transform:uppercase;
	color:#7b7c7c;
	letter-spacing:0.1em;
	font-size:13px;
}


/*------------------------------------*\
	FULLWIDTH PAGE
\*------------------------------------*/
section.page {
	width:960px;
	min-height:760px;
	margin:45px auto;
}
.page h1.page-title {
	text-align:center;
	text-transform:uppercase;
	color:#7b7c7c;
	font-family:'sweetsans';
	font-size:14px;
	padding-bottom: 15px;
	font-weight:normal;
	letter-spacing:0.22em;
}
.page article {
	text-align:justify;
	letter-spacing:0.04em;
}

/*------------------------------------*\
	GALLERIES PAGE
\*------------------------------------*/
section.gallery {
	width:960px;
	min-height:760px;
	padding-bottom: 50px;
	margin:45px auto;
}
.gallery h1.page-title {
	text-align:center;
	text-transform:uppercase;
	color:#7b7c7c;
	font-family:'sweetsans';
	font-size:14px;
	padding-bottom: 10px;
	font-weight:normal;
	letter-spacing:0.22em;
}
.gallery .thumb-hld {
	float:left;
	width:314px;
	height:265px;
	margin-right:9px;
	margin-bottom:9px;
}

.gallery .last {
	margin-right:0;
}

.gallery .gal-thumb {
	width:314px;
	height:265px;
	position:relative;
}

.gallery .gal-hvr {
	width:314px;
	height:265px;
	position:absolute;
	top:0;
	left:0;
	z-index:111;
	text-align:center;
	display:table;
	background-color:rgba(0,0,0, 0.4);
	
}
.gallery a:hover div.gal-hvr {
	background-color:rgba(0,0,0, 0);
	 -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}
.gallery .gal-title {
	
	width:314px;
	display:table-cell;
	vertical-align:middle;
	
}
.gallery .gal-title {
	width:314px;

}
.rsDefaultInv, .rsDefaultInv .rsOverflow, .rsDefaultInv .rsSlide, .rsDefaultInv .rsVideoFrameHolder, .rsDefaultInv .rsThumbs {
	background:#fff !important;
}
.gal-back {
	text-align:center;
	margin:25px auto;
}
.gal-back a {
	background:#00498A;
	display:inline-block;
	font-family:'sweetsans';
	text-transform:uppercase;
	color:#fff;
	letter-spacing:0.12em;
	font-size:12px;
	padding:10px 15px 8px 15px;
}

/*------------------------------------*\
	TESTIMONIALS
\*------------------------------------*/

section.testimonial {
	width:960px;
	margin:45px auto;
}
.testimonial h1.page-title {
	text-align:center;
	text-transform:uppercase;
	color:#7b7c7c;
	font-family:'sweetsans';
	font-size:14px;
	padding-bottom: 10px;
	font-weight:normal;
	letter-spacing:0.22em;
}
.testimonial .test-thumb-hld {
	float:left;
	width:312px;
	height:408px;
	margin-right:12px;
	margin-bottom:12px;
}

.testimonial .last {
	margin-right:0;
}

.testimonial .test-thumb {
	width:312px;
	height:408px;
	position:relative;
}
.testimonial .test-title {
	width:312px;
	height:67px;
	position:absolute;
	bottom:0;
	left:0;
	background:url(img/test-title.png) center no-repeat;
	text-align:center;
	font-family:'sweetsans';
	color:#fff;
	text-transform:uppercase;
	letter-spacing:0.13em;
	font-size:14px;
	padding-top:35px;
}
.testimonial .test-entry {
	float:left;
	width:625px;
	text-align:justify;
	letter-spacing:0.04em;
	line-height:1.6;
	margin-right:22px;
}


/*
	INVESTMENT PAGE
*/

.page .hs-seniors {
	width:960px;
	height:349px;
	background:url(img/hs-seniors.jpg) left center no-repeat;
	text-align:center;
	padding-left: 488px;
	padding-top: 105px;
	padding-right: 25px;
}
.page .couples-families {
	width:960px;
	height:351px;
	background:url(img/couples-families.jpg) right center no-repeat;
	text-align:justify;
	padding-right: 488px;
	padding-top: 105px;
	padding-left: 25px;
}
.page .products-collections {
	width:960px;
	height:351px;
	background:url(img/products-collections.jpg) left center no-repeat;
	text-align:justify;
	padding-left: 488px;
	padding-top: 63px;
	padding-right: 25px;
}
/*
	SESSION INFO PAGE
*/
.page .consultation {
	width:960px;
	height:352px;
	background:url(img/consultation.jpg) right center no-repeat;
	text-align:justify;
	padding-right: 488px;
	padding-top: 105px;
	padding-left: 25px;
}
.page .the-day {
	width:960px;
	height:352px;
	background:url(img/the-day.jpg) left center no-repeat;
	text-align:justify;
	padding-left: 488px;
	padding-top: 105px;
	padding-right: 25px;
}
.page .premium {
	width:960px;
	height:351px;
	background:url(img/premium.jpg) right center no-repeat;
	text-align:justify;
	padding-right: 488px;
	padding-top: 105px;
	padding-left: 25px;
}

/*
	ABOUT US PAGE
*/
.page .maria {
	width:960px;
	height:295px;
	background:url(img/maria.jpg) left center no-repeat;
	text-align:justify;
	padding-left: 344px;
	padding-top: 67px;
	margin-bottom:30px;
}
.page .kara {
	width:960px;
	height:278px;
	background:url(img/kara.jpg) right center no-repeat;
	text-align:justify;
	padding-right: 257px;
	padding-top: 79px;
	margin-bottom:30px;
	
}
.page .danielle {
	width:960px;
	height:309px;
	background:url(img/danielle.jpg) left center no-repeat;
	text-align:justify;
	padding-left: 262px;
	padding-top: 67px;
	
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'sweetsans';
	src:url('fonts/sweetsans.eot');
	src:url('fonts/sweetsans.eot?#iefix') format('embedded-opentype'),
		url('fonts/sweetsans.woff') format('woff'),
		url('fonts/sweetsans.ttf') format('truetype'),
		url('fonts/sweetsans.svg#sweetsans') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face {
	font-family:'raleway';
	src:url('fonts/raleway.eot');
	src:url('fonts/raleway.eot?#iefix') format('embedded-opentype'),
		url('fonts/raleway.woff') format('woff'),
		url('fonts/raleway.ttf') format('truetype'),
		url('fonts/raleway.svg#raleway') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    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 {

}
div.rsTmb {
	display:none !important;
}
/*------------------------------------*\
    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;
	}
}

.gform_wrapper .top_label .gfield_label {
margin: 10px 0 4px 0;
font-weight: normal;
display: -moz-inline-stack;
display: inline-block;
line-height: 1.3em;
clear: both;
font-size: 11px;
color: #808080;
letter-spacing: 1px;
font-family: 'sweetsans';
text-transform: uppercase;
}

.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {
outline-style: none !important;
font-size: 11px;
font-family: inherit;
padding: 5px 2px 5px 2px;
letter-spacing: normal;
border: 1px solid #C2C2C2;
}

.gform_wrapper textarea.medium {
height: 150px;
border: 1px solid #C2C2C2;
}
.gfield_description {
font-size: 12px !important;
}