@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,600');

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	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-family: 'Quicksand', sans-serif;
	color:#6b7578;
	background: url('../img/background-watercolor.jpg') no-repeat;
	background-position: center -100px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

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

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

/* wrapper */
.wrapper {
	max-width:1280px;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
    width: 100%;
    background: white;
    padding-bottom: 3%;
}
/* logo */
.logo {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    margin-bottom: 3%;
}
.logo-img {

}
/* nav */
nav.nav{
    float: left;
    width: 100%;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.nav ul {
clear: left;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    text-align: center;
    margin-top: 1%;
}
.nav li {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    right: 50%;

}
.nav a{
    display: block;
    margin: 0 0 0 1px;
    padding: 0px 15px;
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: 2px;
	font-weight: bold;
    border-right: 1px solid #6b7578;
}
.nav .last a{
border-right: none;
}
.nav a:hover {
    text-decoration: underline;
}
li.current-menu-item a {
    text-decoration: underline;
}
.nav li:last-child a {
    border-right: 0px solid;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
    clear: both;
    text-align: center;
    background: white;
    margin-bottom: 0px;
    padding: 2%;
}
.fpw-clearfix.fpw-layout-big {
    width: 400px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

.about h1{
    padding: 2%;
background: url('../img/about_cta.png') no-repeat;
background-position: center;
background-size: 300px;
    width: 300px;
    margin-left: auto;
margin-right: auto;
	text-align: center;
    color: white;
    font-size: 2rem;
text-transform: uppercase;
}
.portfolio h1, .single-portfolio h1{
    padding: 2%;
background: url('../img/portfolio_cta.png') no-repeat;
background-position: center;
background-size: 300px;
    width: 300px;
    margin-left: auto;
margin-right: auto;
	text-align: center;
    color: white;
    font-size: 2rem;
text-transform: uppercase;
}
.contact h1{
    padding: 2%;
background: url('../img/contact_button.png') no-repeat;
background-position: center;
background-size: 300px;
    width: 300px;
    margin-left: auto;
margin-right: auto;
	text-align: center;
    color: white;
    font-size: 2rem;
text-transform: uppercase;
}
.term-weddings h1{
    padding: 2%;
background: url('../img/portfolio_cta.png') no-repeat;
background-position: center;
background-size: 300px;
    width: 300px;
    margin-left: auto;
margin-right: auto;
	text-align: center;
    color: white;
    font-size: 2rem;
text-transform: uppercase;
margin-bottom: 7%;
}
.term-fashion h1{
    padding: 2%;
background: url('../img/h1.png') no-repeat;
background-position: center;
background-size: 300px;
    width: 300px;
    margin-left: auto;
margin-right: auto;
	text-align: center;
    color: white;
    font-size: 2rem;
text-transform: uppercase;
}
div#portfolio-content {
    clear: both;
}
.pagination {
    clear: both;
    font-size: 15px;
    text-align: center;
    padding-top: 20px;
}
a.page-numbers {
    padding-left: 10px;
}
span.page-numbers.current {
    text-decoration: underline;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/

div#featured-image-portfolio {
    overflow: hidden;
    width: 100%;
    max-height: 700px;
    margin-left: auto;
    margin-right: auto;
margin-top: 5%;
}

div#featured-image-portfolio img {
    width: 100%;
}
/*------------------------------------*\
    LANGUAGE
\*------------------------------------*/
#top_right{
float:right;
}
.language-chooser li {
    list-style: none!important;
    float: left;
    clear: none;
    display: inline;
    padding-left: 10px;
    font-size: 12px;
}
.language-chooser .active, .language-chooser:hover {
    text-decoration: underline!important;
    color: black!important;
}
.lang-en {
    padding-right: 10px!important;
    border-right: 1px solid #b9b9b9 !important;
}
/*------------------------------------*\
	MASONRY GALLERY
\*------------------------------------*/

.fbx-rounded .fbx-inner, .fbx-rounded .fbx-item-current, .fbx-rounded .fbx-item-image, .fbx-rounded .fbx-item-next{
border-radius: 0px!important;
}
.fbx-rounded .fbx-caption{
display:none;
}
.fbx-rounded.fbx-desktop .fbx-next, .fbx-rounded.fbx-desktop .fbx-prev, .fbx-rounded.fbx-desktop .fbx-next:hover, .fbx-rounded.fbx-desktop .fbx-prev:hover {
    position: absolute;
    background: transparent;
    box-shadow: none;
}
.fbx-prev:before {
    content: "\e000";
    color: white;
}
.fbx-next:before {
    content: "\e001";
    color: white;
}
.fbx-rounded.fbx-light .fbx-count, .fbx-rounded.fbx-light .fbx-credit a {
    display: none;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
    font-weight:normal;
    font-style:normal;
}
#portfolio_text h1, #about_text h1, #contact_home h1, #portfolio_content_right h2, #portfolio_content_left h2{
text-transform: uppercase;
font-size: 2.7rem;
font-weight: normal;
text-align: center;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
line-height: 3rem;
}
#portfolio_text, #portfolio_text p, #about_text, #about_text p, #portfolio_content_right p, #portfolio_content_left p{
    font-size: 1.5rem;
    text-align: center;
    line-height: 2.5rem;
}
a.portfolio_cta_link, a.about_cta_link {
    color: white;
    font-size: 2rem;
}

#portfolio_text b, #about_text b, #portfolio_content_left b{
    font-weight: normal;
    text-align: center;
    line-height: 2.5rem;
    display:inline-block;
    position:relative;
    padding:0 10px;
}
#portfolio_text b:after, #about_text b:after, #portfolio_content_left b:after{
    height:30px;
    position:absolute;
    content:"";
	background: url('../img/leaf-after.jpg') no-repeat;
    width:40px;
    right:-35px;
}

#portfolio_text b:before, #about_text b:before, #portfolio_content_left b:before{
    height:30px;
    position:absolute;
    content:"";
    background: url('../img/leaf-before.jpg') no-repeat;
    width:40px;
    left:-20px;
}

input.wpcf7-form-control.wpcf7-submit {
    background: url('../img/contact_button.png') no-repeat;
background-position: center;
background-size: 200px;
    color: white;
    padding: 7%;
    text-transform: uppercase;
    font-weight: bold;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
main{
width:100%;
padding-left: 4%;
padding-right: 4%;
margin-top: -14px;
}

#portfolio_text, #about_text, #contact_home, #portfolio_content_left, #portfolio_content_right {

      margin: auto;
	  background: #fff;
	  border: 2px solid transparent;
margin-top: 6%;
	  -moz-border-image: -moz-linear-gradient(top left, #9a6723 0%, #fff4d4 100%);
	  -webkit-border-image: -webkit-linear-gradient(top left, #9a6723 0%, #fff4d4 100%);
	  border-image: linear-gradient(to bottom right, #9a6723 0%, #fff4d4 100%);

	  border-image-slice: 1;
    padding: 2% 4% 4% 4%;
}
#portfolio_text_white, #about_text_white, #contact_home_white, #portfolio_content_left_white, #portfolio_content_right_white{
background:white;
    float: left;
    padding: 12px;
width: 100%;
margin-left: auto;
margin-right: auto;
}
#portfolio_cta, #about_cta {
    clear: both;
    padding: 2%;
background: url('../img/portfolio_cta.png') no-repeat;
background-position: center;
background-size: 300px;
    width: 300px;
    margin-left: auto;
margin-right: auto;
	text-align: center;
margin-bottom: 2%;

}
#about_cta {
    clear: both;
    padding: 2%;
background: url('../img/about_cta.png') no-repeat;
background-position: center;
background-size: 300px;
    width: 300px;
    margin-left: auto;
margin-right: auto;
	text-align: center;
margin-top:2%;

}

#contact_home {
    font-size: 1.5rem;
    text-align: left;
    line-height: 2.5rem;
    color: #6b7578;
    padding: 0%;
    margin: 0px auto;
    width: 330px;
}
input, textarea {
    padding: 2%;
    border: none;
    background: #f1f1f1;
    width: 295px;
}
.contact input, .contact textarea, .contact select {
    padding: 2%;
    border: none;
    background: #f1f1f1;
    width: 260px;
    margin-left: 0px;
}
form select {
    width: 100%;    
    padding: 2%;
    border: none;
    background: #f1f1f1;
    height: 35px
}
.fpw-clearfix.fpw-layout-big {
    width: 100%;
}
.about article, .portfolio article, .contact article, .fashion article, .services article {
    background: white;
    margin: 8%;
    padding: 3% 7%;
    font-size: 1.5rem;
    line-height: 2.5rem;
}
.archive article.portfolio-category-weddings, .archive article.portfolio-category-fashion {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
}
.post-portfolio {
    position: relative;
}
.post-portfolio img {
	display: block;
	height: auto;
	width:320px;
}
.post-portfolio figure{
	height: 320px;
	overflow: hidden;
	position: relative;
	width: 320px;
}

.post-portfolio-white{
  background: rgba(255,255,255,0.9);
width:320px;
height:320px;
opacity: 0;
	display: table;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
padding: 10px;
}
.post-portfolio figcaption{
	  border: 2px solid transparent;
	  -moz-border-image: -moz-linear-gradient(top left, #9a6723 0%, #fff4d4 100%);
	  -webkit-border-image: -webkit-linear-gradient(top left, #9a6723 0%, #fff4d4 100%);
	  border-image: linear-gradient(to bottom right, #9a6723 0%, #fff4d4 100%);
	  border-image-slice: 1;
	height: 300px;
	width: 300px;
	vertical-align: middle;
	display: table;

}
.post-portfolio:hover .post-portfolio-white{
opacity: 1;
}
.post-portfolio figcaption h2.post-info {
    padding: 3%;
	display: table-cell;
	position: relative;
	vertical-align: middle;
color:grey;
text-align:center;
}
}
@media only screen and (min-width:480px) {
#portfolio_text_white, #about_text_white, #contact_home_white, #portfolio_content_left_white, #portfolio_content_right_white {
    width: 420px;
margin-left: auto;
margin-right: auto;
float:none;
}
#contact_home {
    font-size: 1.5rem;
    text-align: left;
    line-height: 2.5rem;
    color: #6b7578;
padding: 8%;
margin:0px;
padding-bottom: 0px;
width:100%;
}
input, textarea {
margin-left:0px;
}
#portfolio_image {
    width: 400px;
	float: none;
margin-left: auto;
margin-right: auto;
}
}
@media only screen and (min-width:768px) {
input, textarea{
    padding: 2%;
    border: none;
    background: #f1f1f1;
    width: 330px;
}
.contact .wpcf7-form {
    float: right;
    background: white;
padding-left: 2%;
clear: right;
}
section.project {
    margin-top: -27px;
}
.archive article.portfolio-category-weddings, .archive article.portfolio-category-fashion {
    width: 240px;
    float: left;
    margin:1%;
}
.post-portfolio {
    position: relative;
}
.post-portfolio img {
	display: block;
	height: auto;
	max-width: 100%;
}
.post-portfolio figure{
	height: 240px;
	overflow: hidden;
	position: relative;
	width: 240px;
}
.post-portfolio-white{
  background: rgba(255,255,255,0.9);
width:240px;
height:240px;
opacity: 0;
	display: table;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	padding: 10px;
}
.post-portfolio figcaption{
	  border: 2px solid transparent;
	  -moz-border-image: -moz-linear-gradient(top left, #9a6723 0%, #fff4d4 100%);
	  -webkit-border-image: -webkit-linear-gradient(top left, #9a6723 0%, #fff4d4 100%);
	  border-image: linear-gradient(to bottom right, #9a6723 0%, #fff4d4 100%);
	  border-image-slice: 1;
	height: 220px;
	width: 220px;
	display: table;
	vertical-align: middle;

}
.post-portfolio:hover .post-portfolio-white{
opacity: 1;
}

.post-portfolio figcaption h2.post-info {
    padding: 3%;
	display: table-cell;
	position: relative;
	vertical-align: middle;
color:grey;
text-align:center;
}

}
@media only screen and (min-width:1024px) {
main {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
#portfolio_image {
    float: left;
    border: 12px solid white;
    width: 450px;
}
#about_image {
    float: right;
    border: 12px solid white;
}
#portfolio_text, #about_text, #portfolio_content_left, #portfolio_content_right{
    margin-top: 0%;
    background: #fff;
    border: 2px solid transparent;
    -moz-border-image: -moz-linear-gradient(top left, #9a6723 0%, #fff4d4 100%);
    -webkit-border-image: -webkit-linear-gradient(top left, #9a6723 0%, #fff4d4 100%);
    border-image: linear-gradient(to bottom right, #9a6723 0%, #fff4d4 100%);
    border-image-slice: 1;
    float: left;
    padding: 2% 10% 6% 10%;
    width: 400px;
}
#portfolio_text_white{
background:white;
    float: left;
    padding: 12px;
    margin-left: -10%;
    width: 420px;
margin-top: 11%;
}
#portfolio_content_left_white{
float:left;
}
#portfolio_content_right_white{
float: right;
}
div#about_text_white {
background:white;
    padding: 12px;
    width: 420px;
    float: right;
    margin-right: -7%;
    margin-top: 18%;
}
#portfolio_cta {
    clear: both;
    padding: 2%;
background-position: center;
background-size: 300px;
    width: 300px;
    margin-left: 300px;
	text-align: center;
margin-bottom: 20%;
}
#about_cta {
    padding: 2%;
    background-position: center;
    background-size: 300px;
    width: 300px;
    margin-left: 440px;
    text-align: center;
    margin-top: -135px;
    float: left;
}
#contact_home_white{
float:right;
}
}
@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;
}
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;
	}
}


#wprmenu_bar {
	background: #ffffff;
}

#wprmenu_bar .menu_title,
#wprmenu_bar .wprmenu_icon_menu {
	color: #5e5e5e;
}

#wprmenu_menu {
	background: #ffffff!important;
}

#wprmenu_menu.wprmenu_levels ul li {
	border-bottom: 1px solid #a5a5a5;
	border-top: 1px solid #ffffff;
}

#wprmenu_menu ul li a {
	color: #5e5e5e;
}

#wprmenu_menu ul li a:hover {
	color: #606060;
}

#wprmenu_menu.wprmenu_levels a.wprmenu_parent_item {
	border-left: 1px solid #ffffff;
}

#wprmenu_menu .wprmenu_icon_par {
	color: #5e5e5e;
}

#wprmenu_menu .wprmenu_icon_par:hover {
	color: #606060;
}

#wprmenu_menu.wprmenu_levels ul li ul {
	border-top: 1px solid #a5a5a5;
}

#wprmenu_bar .wprmenu_icon span {
	background: #a5a5a5;
}

#wprmenu_menu.left {
	width: 80%;
	left: -80%;
	right: auto;
}

#wprmenu_menu.right {
	width: 80%;
	right: -80%;
	left: auto;
}

#wprmenu_bar .wprmenu_icon {
	float: right!important;
	margin-right: 0px!important;
}

#wprmenu_bar .bar_logo {
	pading-left: 0px;
}
.embed-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.portfolio-category-weddings {
    overflow: hidden;
}
.content-area {
    clear: both;
}
.contact-phone {
    text-align: center;
    list-style: none;
    padding: 0;

}
.contact-phone li {
    display: inline;
}
.contact-phone li:first-child {
    margin-right: 10px;
}
.contact-phone li a {
    font-size: 18px
}
.content-area {
    font-size: 15px;
    line-height: 22px;
    background-color: rgba(255,255,255,0.85);
    margin-top: 30px;
    padding: 3%;
    clear: both;
}
.content-area p {
    font-size: 15px;
    line-height: 24px
}

/* show the bar and hide othere navigation elements */
@media only screen and (max-width: 768px) {
	html {
		padding-top: 42px!important;
	}
	#wprmenu_bar {
		display: block!important;
	}
	div#wpadminbar {
		position: fixed;
	}
	nav {
		display: none!important;
	}
}