/*
Theme Name: Custom
Author: Thrive web design
Author URI: http://thriveweb.com.au/
*/

/*---------------------------- normalize ----------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #f9ff51; color: black; text-shadow: none; }
::selection { background: #f9ff51; color: black; text-shadow: none; }

a { color: #00e; }
a:visited {  }
a:hover { color: #06e; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }




/*---------------------------- typography ----------------------------*/

h1, h2, h3, h4, h5, h6				{ position: relative; font-weight: normal;  margin-bottom: 10px; margin-top: 20px; line-height: 125%; }


h1									{ font-size: 60px; }
h2									{ font-size: 40px; }
h3									{ font-size: 32px; }
h4									{ font-size: 18px; }
h5									{ font-size: 15px; }
h6									{ font-size: 13px; }
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
p:first-child						{ margin-top: 0; }

p{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}

body, textarea, input{
	font-family: "futura-pt";

	font-size: 20px;
	line-height: 140%;

	color: #727272;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6{
	color: #564f87;
	font-weight: normal;
	font-family: "adobe-caslon-pro";
	-webkit-font-smoothing: antialiased;
}

a{
	color: #564F87;

	cursor: pointer;
	text-decoration: none;
	outline: none;

	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:hover{
	text-decoration: none;
	color: #342d64;
}

blockquote{
	font-style: italic;
	font-size: 20px;
	line-height: 24px;
	color: gray;
	margin-left: 0;
	padding-left: 40px;
	border-left: dotted 2px silver;
}

/*-- Edit  --*/

.edit_link{
	position: fixed;
    top: 150px;
    z-index: 99999
    ;
    background-color: #564f87;
    color: white;
    border: none;
   
    padding: 0px 15px;
    
    text-transform: uppercase;
    display: inline-block;
    
    font-size: 9px;
    font-weight: bold;
}

.edit_link span{
	padding-left: 5px;
	margin-right: 5px;
	border-right: dotted 1px #eaede3;
}

.edit_link a{
	color: #f5eff8;
	background-color: transparent !important;
}

/*---------------------------- helpers ----------------------------*/

.owl-item.center{
	padding: 0;
}

.center{
	max-width:1100px;
	margin: 0 auto;
	text-align:left;
	position:relative;

	padding: 0 10px;
    box-sizing: border-box;
}

header .center{
	max-width: 1450px;
	padding-left: 10px;
	padding-right: 10px;
}

.clear{
	clear:both;
}

.fright{
	float:right;
}

.taright{
	text-align:right;
}

.tacenter{
	text-align: center;
}

.fleft{
	float:left;
}

.fright{
	float:right;
}

.alignright{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.alignleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

/*--- Images ---*/

.content_style img,
.wp-caption,
.wp-post-image,
a#logo img,
img{
	width: 100%;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="wp-post-image"],
.wp-post-image,
a#logo img,
img{
	height: auto;
}

img.size-full{
	max-width: 100%;
	width: auto;
}

/*---------------------------- header and body ----------------------------*/

body{
	background-color: white;
}

header{
	padding-top: 10px;
	padding-bottom: 10px;
	
	background-color: white;
	
	border-bottom: solid 1px #efefef;
}

a#logo{
	display: block;
	text-align: center;
	margin-top: 0;
	
	max-width: 460px;
    width: 100%;
    
	padding: 0 10px;
	box-sizing: border-box;
}

a#logo:hover{
	opacity: 0.8;
}

#head_cont{
	z-index: 600;
	position: relative;
}

#main{
	margin-top: 130px;
	margin-bottom: 130px;
}

/*--- Home Header ---*/

#res_header{
	display: none;
}

.homehead_section_inner{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	
	z-index: 1;
	
	height: 100vh;
	
	background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.homehead_section{
	height: 100vh;
}

header.home{
	position: absolute;
	
	left: 0;
	bottom: 0;
	
	width: 100%;
	z-index: 9999;
	
    height: 130px;	
    
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

header.fixed,
header.home.fixed{
	position: fixed;
	width: 100%;
	top: 0;
	height: 70px;
	z-index: 9999;
}

header nav ul li,
header.home nav ul li{
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

header.anime nav ul li,
header.home.anime nav ul li{
    margin-top: 10px;	
}

header.anime nav ul li.home,
header.home.anime nav ul li.home{
	width: 70px;
    height: 55px;
    top: -17px;
}

header #side_cart,
header.home #side_cart{
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

header.anime #side_cart{
	bottom: -30px;
}

header #side_cart{
	bottom: -40px;
}

header.home #side_cart{
	bottom: -39px;
}

header.anime #side_cart
header.home.anime #side_cart{
    bottom: -29px;
}

/*---- Side Cart ----*/

#side_cart{
	float: none;
    position: absolute;
    bottom: -39px;
    right: 0;
	z-index: 9999;
}

#side_cart a{
    background-color: #D7D5E9;
    color: #434343;
    border: none;
    padding: 5px 20px;
    font-size: 15px;
}

#side_cart a:hover{
	color: white;
	background-color: #7a73b3;
}

#side_cart a i{
	margin-right: 10px;
}

/* ----- Full Size Nav -----*/

nav{
	position:relative;

	z-index:600;
    
    width: 100%;
    text-align: center;
}

nav ul{
	line-height:45px;

	z-index:400;

	margin:0;
	padding:0;

	text-align: center;
}

nav ul li{
	padding:15px 25px;
    margin-top: 40px;

	width: 16%;	

	list-style:none;
	position:relative;
	
	display: inline-block;
	
	box-sizing: border-box;
}

nav ul li.home{
    padding: 0px 25px;
    
    position: relative;
    top: -30px;
    
    width: 90px;
    height: 75px;
    
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

nav ul li.home a{
	width: 42px;
    height: 75px;
	
	text-indent: -150vw;

}

nav ul li a{
	color:black;

	text-decoration:none;

	font-size: 15px;

	display:block;
	
	line-height:17px;

	text-transform:uppercase;
}

nav ul li a:hover,
nav ul li.sfHover a
nav ul li.current_page_item a,
nav ul li.current_page_parent a:first-child{
	color:#564F87;
}

/*-- Content --*/

.content_style{

}

.content_style ul{
	margin: 0;
	padding: 0;
}

.content_style,
.content_style p,
.content_style li{
	list-style: none;
}

.content_style li{
	margin-left: 0;
	padding-left: 15px;
}

.content_style ul,
.content_style ol{
	margin-left: 20px;
}


/*-- Content --*/

.fcol{
	margin: auto;
	width: 100%;
}

.scol{
	width: 80%;
	margin: auto;
}

.lcol{
	float: left;
	width: 45%;
}

.rcol{
	float: right;
	width: 45%;
}

.contact .lcol{
	float: left;
	width: 45%;
}

.contact .rcol{
	float: right;
	width: 45%;
}

.wcol.image{
	margin-bottom: 80px;
}

.wide.lcol{
	width: 65%;
}

.small.rcol{
	width: 30%;
}

/*--- Owl ---*/

.owl-carousel .owl-item{
	-webkit-backface-visibility: visible !important;
}
.owl-carousel .owl-item img{
	height: auto;
}
.owl_wrap{

	display: none;
}

.owl_wrap.owl-loaded{
	display: block;
}

/*--- Helpers ---*/

.caslon{
	font-family: "adobe-caslon-pro";
}

.futura{
	font-family: "futura-pt";
}

.clearfix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.twentypad{
	padding: 20px 0;
}

.fourtypad{
	padding: 40px 0;
}

.sixtypad{
	padding: 60px 0;
}

.eightypad{
	padding: 80px 0;
}

.lightpurple_section{
	background-color: #f5eff8;
	position: relative;
}

.white_section{
	background-color: white;
	position: relative;
}

.cream_section{
	background-color: #f8f7f3;
	position: relative;
}

.relly{
	z-index: 100;
	position: relative;
}

.featured_image_section{
	min-height: 650px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.white_content h1,
.white_content h2,
.white_content h3,
.white_content h4,
.white_content h5,
.white_content h6,
.white_content li,
.white_content p{
	color: white;
}

.purple_overlay{
	position: absolute;
	left: 0;
	top: 0;
	
	width: 100%;
	height:100%;
	
	background-color: rgba(87, 80, 135, 0.85);
	
	z-index: 1;
}

.purple_overlay.head{
	background: #178497;
	background: -webkit-linear-gradient(45deg, #178497 0%,#240d5e 100%);
	background: linear-gradient(45deg, #178497 0%,#240d5e 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#178497', endColorstr='#240d5e',GradientType=1 ); 
	
	opacity: 0.7;
}

.dark_overlay{
	position: absolute;
	left: 0;
	top: 0;
	
	width: 100%;
	height:100%;
	
	background-color: rgba(0, 0, 0, 0.55);
	
	z-index: 1;
}

.whiteborder_bottom{
	border-bottom: solid 1px white;
}

.dark_button{
	display: inline-block;
	padding: 10px 30px;
	margin: auto;
	
	border: solid 1px #4f4d62;
	color: #4f4d62;
	text-transform: uppercase;
	font-size: 14px;
}

.dark_button:hover{
	background-color: #4f4d62;
	color: white;
}

.centerme{
	position: absolute;
    top: 50%;
    left: 50%;
    
    z-index: 100;
    
	max-width: 450px;
	width: 100%;
    
    text-align: center;
    
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    
    display: inline-block;
    
    -webkit-transition: all 4s ease;
    transition: all 4s ease;
}

/*---------- Page Style ----------*/

.column_products{
	
}

.column_products .home_shop_col{
	float: left;
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
}

.column_products .home_shop_col a{
	display: block;
}

.column_products .home_shop_col a:hover{
	opacity: 0.7;
}

/*--- Home ---*/

.lightpurple_section.home h3{
	font-size: 28px;
}

.home_container{
	background-color: white;
}

.purple_image{
	position: relative;
	background-size: cover;
    background-position: center center;
}

.gbp_content{
	background-color: white;
	padding: 20px;
}

.grey_text{
	color: #b8b8b8;
}

.home_container .lightpurple_section {
    padding: 230px 0;
}

.owl-item.center{
    max-width: 100%;
	width: 100%;
    margin: 0;
    text-align: center;
    position: relative;
}

.homeshop_section .owl-item{
	position: relative;
	padding: 0 10px;
	box-sizing: border-box;
}

.home_slide_item{
	position: relative;
}

.home_slide_item_hov{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background-color: rgba(42, 36, 82, 0.5);
	opacity: 0;
	
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.home_slide_item:hover .home_slide_item_hov{
	opacity: 1;
}

.home_slide_item_hov_inner{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 380px;
    text-align: center;
  
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  
    display: inline-block;	
    
    padding-top: 30px;
    
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.home_slide_item_hov_inner h3{
	color: white;
	font-family: "futura-pt";
	font-weight: 300;
}

.home_slide_item_hov_inner a{
	color: #cac5ec;
	border: solid 1px #cac5ec;
	display: inline-block;
	
	margin: auto;	
	
	text-transform: uppercase;
	font-size: 13px;
	
	padding: 5px 30px;
	
	margin-top: 30px;
}

.home_slide_item_hov_inner a:hover{
	background-color: #cac5ec;
	color: white;
}

.home_slide_item:hover .home_slide_item_hov_inner{
	padding-top: 0;
}

.home_shop_desc{
	text-align: center;
	margin-top: 30px;
}

.home_shop_desc a.dark_button{
	margin-top: 30px;
}

.home_instagram{
	margin-top: 40px;
}

.home_instagram i{
	font-size: 32px;
	
	color: #cac5ec;
}

.purple_image .lcol{

}

.light_purp_button{
	margin-top: 30px;
	display: inline-block;

    padding: 10px 30px;
    margin: auto;

    border: solid 1px #cac5ec;
    color: #cac5ec;

    text-transform: uppercase;
    font-size: 14px;
}

.light_purp_button:hover{
	background-color: #cac5ec;
	color: white;
}

.instalink{
	color: #564f87;
}

ul.instagram-pics{
	margin: 0;
	padding: 0;
}

ul.instagram-pics li{
	margin: 0;
	padding: 0;
	
	list-style: none;
}

.mc-field-group{
	margin: 0;
    padding-bottom: 40px;
	
	border-bottom: solid 1px #261F5C;
}

.mc-field-group .mailchimp_button,
.mc-field-group .required.email{
	margin: 0;
	padding: 5px 10px;
	
	height: 50px;
	
	box-sizing: border-box;
	border: none;
	
	width: 100%;
	
	font-family: "futura-pt";
}

.mc-field-group .mailchimp_button{
	margin-top: 10px;
	
	color: white;
	background-color: #564f87;
}

.mc-field-group .required.email{
	color: #564f87;
	background-color: white;
}

/*--- About ---*/

.top_title{
	padding: 25px 0px;
	margin-bottom: 80px;
	
	border-top: solid 1px #cfcfcf;
	border-bottom: solid 1px #cfcfcf;
}

.stockists,
.exhibitions{
	padding-bottom: 60px;
}

.stockist_item,
.accolades_item,
.exhibitions_item,
.upcoming_item{
	padding: 10px 0;
	box-sizing: border-box;
	border-top: solid 1px #e3e3e1;
}

.stockist_item:last-of-type,
.accolades_item:last-of-type,
.exhibitions_item:last-of-type,
.upcoming_item:last-of-type{
	border-bottom: solid 1px #e3e3e1;
}

.stockist_item p,
.accolades_item p,
.exhibitions_item p,
.upcoming_item p{
	margin: 0;
	font-size: 16px;
}

.stockist_item a{
    color: #727272;
	display: inline-block;
	border-bottom: solid 1px #727272;
}

.stockist_item a:hover{
    color: #564f87;
    border-bottom: solid 1px #564f87;
}

.exhib_date{
	margin-right: 20px;
}

.stockist_item span{
	float: right;
	text-transform: uppercase;
}

.top_slip_gallery .wide_lcol{
	width: 70%;
	float: left;
}

.top_slip_gallery .small_rcol{
	width: 30%;
	float: right;
}

.top_slip_gallery .owl-theme .owl-controls {
    margin-top: 0 !important;
} 

.splitgallery_section{
	margin-top: 80px;
}

.splitgallery_section .wide_lcol,
.splitgallery_section .small_rcol,
.splitgallery_section .video_image{
	padding: 5px;
	box-sizing: border-box;
}

.wide_fade{
	padding: 5px;
    box-sizing: border-box;	
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--- Media ---*/

.media_desc{
    position: absolute;
    top: 50%;
    left: 50%;
    
    max-width: 500px;
    text-align: center;
    
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    
    display: inline-block;
	
	z-index: 2;
}

.featured_image_section h1,
.featured_image_section h2,
.featured_image_section h3,
.featured_image_section h4,
.featured_image_section h5,
.featured_image_section h6,
.featured_image_section li,
.featured_image_section p{
	color: white;	
}

.featured_image_section.media{
	position: relative;
}

.media_container{
	
}

.media_container article{
	margin: 0;
}

.media_sizer,
.mediapost{
	width: 33.33333%;
}

.mediapost{
	padding: 10px;
	box-sizing: border-box;
}
	
.mediapost_inner{
	box-sizing: border-box;
	background-color: white;
}

.mediapost_inner img{
	width: 100%;
	height: auto;
}

.featured_image_section.media{
	min-height: 400px;
}

.media_cta{
	padding: 20px;
	box-sizing: border-box;
}

.media_contwrap{
	padding: 10px;
	border-top: solid 2px #f8f7f3;
}

.media_contwrap h4{
	margin: 0;
}

.media_cta h3{
    font-family: "futura-pt";
	margin: 0;
	line-height: 110%;
	
	color: #cfcfcf;
}

.media_cta h3 a{
	display: inline-block;

	margin-left: 30px;
	border: solid 1px #4f4d62;

	padding: 10px 40px;
	font-size: 20px;

	line-height: 27px;
	color: #4f4d62;
}

.media_cta h3 a:hover{
	background-color: #4f4d62;
	color: white;
}

.media_doc_link,
.media_page_link{
	display: block;
	
	color: #564f87;
}

.media_doc_link:hover,
.media_page_link:hover{
	text-decoration: underline;
	color: #564f87;
}

.media_doc_link p,
.media_page_link p{
	margin: 0;
	font-size: 16px;
}

/*--- Contact ---*/

.contact .lcol{
	width: 35%;
	padding-right: 5%;
	box-sizing: border-box;
	
	border-right: solid 1px black;
}

.contact .rcol{
	width: 60%;
}

.wpcf7-form{
	
}

.contact .wpcf7-form .lcol{
	width: 48%;
	
	padding: 0;
	border: none;
}

.contact .wpcf7-form .rcol{
	width: 48%;
}

/*------------------ Forms ---------------------*/

span.wpcf7-form-control-wrap{
	width: 100%;
	position: relative;
	
	display: block;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select{
  	-webkit-transition-property: -webkit-box-shadow, background;
  	-webkit-transition-duration: 0.25s;

  	padding: 6px;
  	padding-left: 10px;
  	padding-right: 8px;

	border: none;
	border-radius: 0 !important;

	box-sizing: border-box;

	margin-bottom: 10px;

	color: #564f87;
	
	width: 100%;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus{
	
}

.wpcf_sendit{
	text-align: center;
}

.wpcf7 input.wpcf7-submit{
	width: auto !important;
	display: inline-block;	
	background-color: transparent;
	
	padding: 5px 80px;
	border: solid 1px #564f87;
	
	text-transform: uppercase;
}

.wpcf7 input.wpcf7-submit:hover{
	background-color: #564f87;
	color: white;
}

.wpcf7 input{
	height: 50px;
}

.wpcf7 input,
.wpcf7 textarea{
	font-size: 15px;
	line-height: 21px;
}

span.wpcf7-list-item {
	margin: 0 !important;
}

input.checkout-button{
	border-radius: 5px;
}

/*--- Placeholder ---*/

.wpcf7 .watermark {
    color: #564f87 !important;
}
::-webkit-input-placeholder {
    color: #564f87 !important;
}
:-moz-placeholder {
    color: #564f87 !important;
}
::-moz-placeholder {
    color: #564f87 !important;
}
:-ms-input-placeholder{
    color: #564f87 !important;
}

/*---------------------------- CF7 Notices ----------------------------*/

.wpcf7-form .wpcf7-validation-errors,
.wpcf7-form .wpcf7-mail-sent-ok,
.wpcf7-form .wpcf7-mail-sent-ng{
	margin:0;
	padding:10px;
	
	border:none;
	
	text-shadow: none;
	
	font-size: 16px;
}

.wpcf7-form .wpcf7-validation-errors{
   background-color:  #564f87;
   color:#FFF;
}

.wpcf7-form .wpcf7-mail-sent-ok{
	background-color:  #564f87;
	color:#FFF;
}

.wpcf7-form .wpcf7-mail-sent-ng{
   background-color:  #564f87;
   color:#FFF;
}

.wpcf7-form span.wpcf7-not-valid-tip{
    border:none;
   	background-color: transparent !important;
   	color: #564f87 !important;
   	width: auto !important;
   	right: 15px;
   	left: auto !important;
   	font-size: 24px;
	top: 16px !important;
	position: absolute;
}

.ajax-loader{
	display: none;
}

.wpcf7-form-control-wrap.event{
	margin-right:5px;
}


/*---------------------------- sub pages ----------------------------*/

.attachment-subpage_thumbnail {
    float: left;
	margin-right:20px;
	margin-bottom:20px;
    padding: 5px;
    background:#FFF;
    background-image: url(images/diag.png);
    padding: 10px;
}
.description {
	overflow: hidden;
	margin-bottom:10px;
}

.description a{
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.description  h3 a{
	padding-top:0;
}

.border{
	border-top:1px #E9E9E9 solid;
	margin-bottom: 20px;
}


/*------------------------- blog header ------------------------*/

#blog_head{
	text-align: right;
	padding-bottom: 70px;
	line-height: 45px;
}

.sres{
	font-style: italic;
}

#searchbox{
	display: inline-block;
	position: relative;
	margin-right:20px;
}

#searchbox form{
	width:100%;
	box-sizing: border-box;
}

.is_webkit select {
	/* Tweaks for Safari + Chrome. */
}

select{
	-webkit-appearance: none;
	border-radius: 0;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid;
	border: none;
	color: #000;
	outline: 0;
	padding: 6px;
	font-size: 12px;

	/* IE7 */
	*padding-top: 2px;
	*padding-bottom: 1px;
	*height: auto;
}

h2.btitle{
	font-size: 22px;
	text-transform: uppercase;
	width: 45%;
	float: left;
	background-color: white;
	color: #125a68;
	text-align: center;
}


/*---------------------------- blog format ----------------------------*/

.blog_feature{
	margin-bottom: 30px;
}

.blog_contwrap{
	margin-bottom: 30px;
}

article{
	margin-bottom:40px;
}

article h2{
	word-wrap: break-word;
	overflow:hidden;
}

article h2 a,
article h2 a:visited{
	text-decoration: none;
	color: black;
	opacity: 0.99;
}

article h2 a:hover{
	opacity: 0.6;
}

.date_box p{
	margin: 0;
	padding: 0;
	text-shadow: none;
	position: relative;
	top:2px;
}

.date_box{
	background-color: #E9E9E9;

	padding:10px;
	height:18px;

	margin-bottom:20px;
	margin-top: 10px;
}

.date_box a{

	font-style:italic;
}

.search .date_box .stats{
	font-size: 20px;
}

.date_box .stats{
	float:left;
}

.date_box .date{
	float:right;
	text-align:right;
}

#info_box{
	background-color: #8c1016;
	border-radius:10px;
	margin-bottom:20px;
	padding: 10px;
}

#info_box h2,
#info_box h5{
	color: white;
	text-shadow: none;
	margin: 5px;
}

/*---------------------------- Blog Dets ----------------------------*/

.dets_wrap{
	float: none;
	width: 100%;
	text-overflow:clip;
}

.dets{

}

.dets h2{
	text-align: center;
}

.dets ul #perm a{
	background:none;
}

.dets ul a:hover.
.dets .edit_link a:hover{
	text-decoration: underline;
}

.dets ul i{
	font-size: 18px;
}

.dets ul i:hover{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}

.dets ul{
	padding-left: 0;
}

.dets li{

}

.dets li,
.dets .edit_link{
	line-height: 22px;
	list-style: none;
	text-align: center;
}

.dets li.perm a{
	background: none;
}

.dets li a:hover{
	text-decoration: underline;
}

.dets li.perm a:hover{
	background: none;
}

/*---------------------------- paging ----------------------------*/

.navigation {
	display: block;
	text-align: left;
	margin-bottom: 20px;
	font-size:80%;
	padding-top:20px;
	margin-top:20px;
	width: 100%;
}

.nav-previous,
#pn_next{
	float: left;
	text-align: left;
	width: 50%;
}

.nav-next,
#pn_next{
	width: 50%;
	float: right;
	text-align: right;
}

.navigation .nav-previous a,
.navigation .nav-next a,
#pn_next a,
#pn_prev a{
	display: inline-block !important;
	width: auto !important;
}

/*---------------------------- comments ----------------------------*/

div#comments{
	position:relative;
}

#comments textarea{
	width:600px;
}

#comments .author{
	float:left;
	font-weight:bold;
	line-height: 30px;
}

#comments .time{
	color:#a5a5a5;
	float:right;
}

#comments em{
	padding-bottom:15px;
	display:block;
}

#comments #comments_num{
	position:absolute;
	left:-260px;
	top:0;
	margin:0;
}

article #comments #comments_num{
	display:none;
}

#comments .commentlist{
	margin:0;
	padding:0;
}

#comments .comment {
	padding-bottom:5px;
	border-top:solid 1px #cfcfcf;
	list-style:none;
	padding-bottom: 5px;
}

#comments #respond{
	margin-top:20px;
}

#comments input{
	padding:5px;
}

#comments .avatar{
	margin-right: 10px;
	float:left;
}

#comments .children{
	padding-left: 0;

}

#comments .children li{
	margin-left:60px;
}

p.author, p.time{
	margin-bottom: 0;
}

.commentlist li{

}

.commentlist li:before{
	content: ' ';
	padding: 0;
}

/*----- Genral Button Styles -----*/

.button,
.navigation a,
.post-next,
.post-prev{
	
}

.button:hover,
.navigation a:hover,
.navigation a.current,
.post-next:hover,
.post-prev:hover,
.post-next:active,
.post-prev:active{
	
}

/*----- Genral Input Styles -----*/

input:hover,
input:focus,
input:active,
textarea:hover,
textarea:focus,
textarea:active{
	outline: none;
}

#Searchform,
#cat{

	display: inline-block;
	position: relative;

	width:120px;

	padding-left:5px;
	padding-right: 25px;
	padding-top: 3px;
	padding-bottom: 3px;

	background-image:url(images/search.png);
	background-position:125px 5px;
	background-repeat:no-repeat;

	font-size: 12px;
}

#cat{
	padding-top: 6px;
	padding-bottom: 4px;
	background-image: url(images/drop.png);
	background-repeat: no-repeat;
	background-position: right 11px;

	width: 140px;

	font-size: 12px;
}


/*---------------------------- footer ----------------------------*/

#foot_wrap{
	background-color: white;
	border-top: solid 10px #f8f7f3;
}

.footer_col.one{
	float: left;
	width: 15%;
}

.footer_col.one ul{
	margin: 0;
	padding: 0;
}

.footer_col.one ul li{
	margin: 0;
	padding: 0;
	
	list-style: none;
	display: inline-block;
}

.footer_col.one ul li a{
	display: block;
	
	text-transform: uppercase;
	padding-right: 15px;
}

.footer_col.two{
	text-align: center;
	float: left;
	width: 70%;
}

.footer_col.two ul{
	margin: 0;
	padding: 0;
	
	text-align: center;
}

.footer_col.two ul li{
	margin: 0;
	padding: 0;
	
	list-style: none;
	display: inline-block;
}

.footer_col.two ul li a{
	display: block;
	padding: 0 20px;
	text-transform: uppercase;
	
	font-size: 16px;
}

.footer_col.three{
	float: left;
	width: 15%;
	text-align: right;
}

.footer_col.three p{
	margin: 0;
}

/*------------------- Responsive Syling ------------------*/

@media screen and (max-width: 1150px) {

	#main{
		margin-left: 10px;
		margin-right: 10px;
	}

}

@media screen and (max-width: 1024px) {



}

@media screen and (max-width: 800px) {
	
	h1	{ font-size: 42px; }
	h2	{ font-size: 36px; }
	h3	{ font-size: 28px; }
	h4	{ font-size: 24px; }
	h5	{ font-size: 18px; }
	h6	{ font-size: 16px; }
	body { font-size: 15px; }

	/*-- Nav --*/

	header.full{
		display: none;
	}
	
	#res_header{
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		z-index: 999;
		
		background-color: white;
	}
	
	#res_logo{
		position: absolute;
		left: 10px;
		top: 10px;
		z-index: 999;
		width: 22px;
		z-index: 999;
	}
	
	#menu-btn{
		position: absolute;
		right: 10px;
		top: 15px;
		font-size: 30px;
		z-index: 999;
		cursor: pointer;
	    color: #ecebf4;
	}
	
	#menu-btn:hover,
	#menu-btn.anime{
		color: #564f87;
	}
	
	#res_nav{
		position: absolute;
		z-index: 99;
		width: 100%;
		top: 60px;
		background-color: #cac5ec;
		
		height: 0;
		overflow: hidden;
		
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	
	#res_nav.anime{
		height: 205px;		
	}
	
	#res_nav ul{
		margin: 0;
		padding: 0;
	}
	
	#res_nav ul li{
		margin: 0;
		padding: 0;
		
		list-style: none;
	}

	#res_nav ul li a{
		text-align: center;
		display: block;
		padding: 10px 10px;
		
		text-transform: uppercase;
		font-size: 16px;
	}
	
	#res_nav ul li a:hover{
		color: #cac5ec;
		background-color: #564F87;
	}
		
	/*-- Page Layout --*/

	#main{
		margin-top: 50px;
	}

	.lcol{
	  width: 100%;
	  margin-bottom: 20px;
	  margin-top: 30px;
	}
	
	.woo_cats{
	    bottom: -164px;
	}
	
	.woocats .lcol{
		margin: 0;
	}

	.rcol{
		width: 100%;
	}

	.scol{
		margin: 0;
		width: 100%
	}
	
	.wide.lcol{
		margin: 0;
	}
	
	.home_multiprod .lcol{
		margin-bottom: 90px;
	}
	
	.contact .lcol{
		margin: 0;
	}
	
	.contact .main.lcol{
		margin-bottom: 40px;
		padding: 0;
		border: none;
	}
	
	.accolades{
		margin-bottom: 40px;
	}
	
	.eightypad {
	    padding: 40px 0;
	}
	
	.featured_image_section {
    	min-height: 280px;
    }
    
    
    .top_title{
	    margin-bottom: 25px;
    }
    
    .exhib_date{
		margin-bottom: 5px;
		font-weight: bold;
    }
	
	/*--- footer ---*/
	
	.footer_col.two ul li a{
		padding: 0 10px;
	}

}

@media screen and (max-width: 650px) {

	/*--- Page Content ---*/
	
	.wide.lcol{
		width: 100%;
	}
	
	.small.rcol{
		width: 100%;
		margin-top: 30px;
	}
	
	.splitgallery_section .wide_lcol, 
	.splitgallery_section .small_rcol, 
	.splitgallery_section .video_image{
		width: 100%;
	}
	
	.media_sizer, 
	.mediapost {
	    width: 50%;
	}

	/*--Contact--*/

	.contact .lcol{
	float: left;
	width: 100%;
	}

	.contact .rcol{
		float: right;
		width: 100%;
	}

	/*--- Footer ---*/

	#copy{
		width: 100%;
		float: none;
		margin: 0;
		text-align: center;
	}

	ul#social{
		width: 100%;
		float: none;
		text-align: center;
		margin-top: 20px;
	}

}

@media screen and (max-width: 600px) {
	
	.footer_col.three,
	.footer_col.two,
	.footer_col.one {
	    float: none;
	    width: 100%;
	    text-align: center;
	}
	
	.footer_col.two,
	.footer_col.one{
		margin-bottom: 20px;
	}
	
	.footer_col.one ul li a{
		padding-right: 15px;
		padding-left: 15px;
	}	
	
}

@media screen and (max-width: 450px) {

	.contact .wpcf7-form .lcol,
	.contact .wpcf7-form .rcol{
		width: 100%;
	}
	
	.media_sizer, .mediapost {
	    width: 100%;
	}
	
}