/*   
Theme Name: Rustic Gems Theme
Theme URI: http://1348design.com
Description: Custom theme for Rustic Gems
Author: Jan Hacker
Author URI: http://1348design.com
Version: 1
*/
/* ----- reset ----- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, main, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ----- end reset ----- */

/* ----- global ----- */
body{
	background: url(images/main-bg.jpg) repeat top center;
	border-top: 14px solid #c2b1ae;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #4b2c05;
	position: relative;
}
div.wrap{
	width: 942px;
	margin: 0 auto;
	position: relative;	
}
header{
	float: left;
	width: 100%;
	padding: 20px 0 0 0;
}
header a#main-logo{
	color: #000 !important;
	float: left;	
	text-align: center;
	text-decoration: none;
}
header a#main-logo img{
	margin: 14px 0 10px 0;	
	display: block;
}
header a#main-logo span{
	color: #000 !important;	
	font-family: 'Vibur', cursive;
	font-size: 34px;
	border-top: 1px solid #000;
	padding: 6px 20px 14px 20px; 
}
nav ul li{
	display: inline;	
}
nav ul li a,
footer p a{
	text-decoration: none;	
	color: #4b2c05;
}
header nav{
	font-family: 'Vibur', cursive;
	font-size: 34px;
	text-align: right;
	border-bottom: 1px solid #000;
	height: 49px;
	padding: 40px 0 0 0;
	float: right;
}
header nav ul li{
	margin: 0 0 0 50px;	
}
header nav ul li a{
	color: #997068;	
}
header nav ul li:last-child a{
	color: #7186ad;	
}
header nav ul li:first-child{
	margin: 0;
}
header nav ul li a:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.60;	
}
main{
	float: left;	
	width: 100%;
	padding: 20px 0 40px 0;
}
main p{
	line-height: 1.6;
	margin: 0 0 20px 0;
}
main p em{
	font-style: italic;	
}
main a{
	color: #4b2c05;
	text-decoration: none;
	border-bottom: 1px dotted #4b2c05;
}
main a:hover{
	color: #000;
	border-bottom: 1px solid #000;
}
a{
    -webkit-transition: all 0.35s;
    -moz-transition:    all 0.35s;
    -ms-transition:     all 0.35s;
    -o-transition:      all 0.35s;
    transition:         all 0.35s;
}
footer{
	background: #f6f3f2;
	border-top: 6px solid #c2b1ae;
	border-bottom: 4px solid #c2b1ae;
	font-size: 12px;	
	padding: 7px 0 8px 0;
	float: left;
	width: 100%;
}
footer div.wrap ul{
	float: left;
}
footer div.wrap p{
	text-align: right;	
}
footer div.wrap a:hover{
	text-decoration: underline;
}
footer strong{
	font-weight: 700;	
}

/* ----- home page ----- */
main div#slider-wrap{
	margin: 20px 0 0 0;
	padding: 3px;
	background: url(images/slider-bg.png) no-repeat center;	
}
main section#main-content{
	background: url(images/content-bg.png) repeat;	
	padding: 20px 20px 2px 20px;
	margin: 40px 0;	
}
main section#main-content h1{
	font-family: 'Vibur', cursive;
	font-size: 38px;
	color: #997068;		
	margin: 0 0 10px 0;
}
main section#main-content h3{
	font-family: 'Vibur', cursive;
	font-size: 28px;
	color: #997068;		
	margin: 40px 0 20px 0;
}
main section#main-content ul{
	list-style: circle;
	margin: 20px;
	line-height: 1.5;
}
main section#home-boxes{
	position: relative;
	text-align: center;
	margin: 0 0 20px 0;
}
main section#home-boxes div.box{
	display: inline-block; 
	position: relative;
	vertical-align: top;
	text-align: left;
	width: 32%;	
	margin-right: 2%;
	margin-left: -5px;
}
main section#home-boxes div.box:last-child{
	margin-right: 0;	
}
main section#home-boxes div.box:first-child{
	margin-left: 0;	
}
main section#home-boxes div.box h2,
main section#instagram h2{
	font-family: 'Vibur', cursive;
	font-size: 34px;
	color: #997068;	
	margin: 0 0 -9px 20px;
	position: relative;
	z-index: 102;
}
main section#home-boxes div.box img{
	border-top: 14px solid #c2b1ae;
	position: relative;
	max-width: 100%;
	height: auto;
	z-index: 101;
}
main section#home-boxes div.box div{
	padding: 20px 20px 10px 20px;	
	background: url(images/content-bg.png) repeat;	
	margin: -2px 0 0 0;
}
main section#home-boxes p{
	font-size: 14px;
	line-height: 1.6;
	padding: 0 0 10px 0;
	margin: 0;
}
#sb_instagram{
	border-top: 14px solid #c2b1ae;
	background: url(images/content-bg.png) repeat !important;	
}
#wdi_feed_0 .wdi_feed_item{
	line-height: 0;
    -webkit-transition: all 0.35s;
    -moz-transition:    all 0.35s;
    -ms-transition:     all 0.35s;
    -o-transition:      all 0.35s;
    transition:         all 0.35s;
}
#wdi_feed_0 .wdi_feed_item:hover{
	line-height: 0;
	cursor: pointer;
	opacity: 0.5;
}
#wdi_feed_0 .wdi_photo_wrap_inner{
	border: none !important;	
}
#wdi_feed_0 .wdi_load_more_wrap, #wdi_feed_0 .wdi_spinner_wrap {
    border: 1px solid #C2B1AE !important;
	cursor: pointer;
}
#wdi_feed_0 .wdi_load_more_text {
    color: #4b2c05 !important;
}

/* ----- gallery ----- */
div.gallery{
	position: relative;
	text-align: center;
	margin: 0 0 20px 0 !important;
}
div.gallery a{
	border: none;	
}
div.gallery a:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
 	filter: alpha(opacity=50);
  	opacity: 0.5;
}
div.gallery a img,
div#gallery-1 a img{
	border: none !important;	
	max-width: 95%;
	height: auto;
}
div#fancybox-wrap{
	position: relative;
	max-height: 90%;	
}

/* ----- contact ----- */
form.wpcf7-form{
	position: relative;
	padding: 10px 0 0 0;	
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #4b2c05;
	width: 100%;
}
form.wpcf7-form section{
	display: inline-block;
	position: relative;
	width: 45%;	
	padding: 0 4% 0 0;
	vertical-align: top;
}
form.wpcf7-form section:nth-child(3){
	padding: 0 0 0 4%;
}
form.wpcf7-form section:nth-child(3) p{
	margin: 0 0 10px 0;	
}
form.wpcf7-form section p.small{
	font-size: 15px;	
}
form.wpcf7-form .wpcf7-form-control-wrap{
	position: relative;
	padding: 0;
	width: 100%;
}
form.wpcf7-form .wpcf7-form-control{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px !important;
	color: #4b2c05 !important;
	padding: 1% !important;
	line-height: 1.4 !important;
	width: 98%;
}
form.wpcf7-form .accept{
	width: 20px;
	height: 20px;
}
form.wpcf7-form .terms-link{
	display: inline-block;
	margin: 10px 0 0 36px;
	font-size: 13px;
}
form.wpcf7-form img.wpcf7-captchac{
	width: auto;	
	padding: 1% 0 !important;
}
form.wpcf7-form input.wpcf7-submit{
	margin: 6px auto 0 auto;
	cursor: pointer;
	width: 100% !important;
}
form.wpcf7-form .wpcf7-response-output{
	text-align: center;	
	margin-top: 0 !important;
}
form.wpcf7-form span.wpcf7-list-item{
	margin-left: 0 !important;
}
form.wpcf7-form div.wpcf7-mail-sent-ok{
	border-width: 0 !important;	
	font-weight: bold;
}
.grecaptcha-badge{
	display: none !important;
}