/*
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 { background: #ff9; 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; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; 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; }


h1									{ font-size: 60px; line-height: 65px; }
h2									{ font-size: 40px; line-height: 45px;}
h3									{ font-size: 32px; line-height: 38px;}
h4									{ font-size: 18px; line-height: 22px;}
h5									{ font-size: 15px; line-height: 18px;}
h6									{ font-size: 13px; line-height: 18px;}
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: 'Open Sans', sans-serif;
 
	font-size: 13px;
	line-height: 20px;
	color: black;
	font-weight: 100;
	
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, nav{
	color: black;
	font-weight: normal;	
	
	font-family: HelveticaNeueLT-ThinExt;

	font-weight: 100;
	-webkit-font-smoothing: antialiased;
	
	/* 16 * 0.0625 = 1px */
    letter-spacing: 0.0625em;
}


a{
	color: #2C4363;
	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	
	cursor: pointer;
	text-decoration: none;
	outline: none;
}

a:hover{
	text-decoration: none;
	color: #9aa8bb;
}

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

figure{
	display: inline;
}

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

.clear{
	clear:both;
}
 
.center{
	max-width:1120px;
	margin: 0 auto;
	text-align:left;
	position:relative;
}

.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,
#featimg_wrap img,
img.single_image,
.wp-post-image{
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="wp-post-image"],
.wp-post-image,
#featimg_wrap img,
img.single_image{
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full{
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}


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

body{
	background-color: white;
}
   

header{

}

#wrapper{
	text-align: left;
	position: relative;
	min-height: 100%;
}

header p.tagline{
	color: #7e7f82;
	float: left;
	
	line-height: 30px;
	margin: 0;
	padding-left:10px;
	
	width: 750px;
	background-color: white;
	
	font-size: 12px;
}

a#logo{
	display: inline-block;
	margin-bottom: 40px;
	position: relative;
	
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	
}


@-webkit-keyframes mybounce  {
  0%  { -webkit-transform:  translateY(0px); }
  25%  { -webkit-transform: translateY(10px); }
  75%  { -webkit-transform: translateY(-10px); }
  100%  { -webkit-transform: translateY(0px); }
 
}
.bounce { -webkit-animation: mybounce 2s linear infinite; }


/*
.page-template-page-home-php a#logo{
	margin-top: 15px;
}
*/

#head_cont{
	margin-top: -1px;
	max-width: 183px;
	/* margin-top: 60px; */
	
	overflow: hidden;
	z-index: 600;
	position: absolute;
	top: 0;
	display: inline-block;
	z-index: 999999999;

}

/*
.home #head_cont{
	top: -360px;
}
*/

a#logo:hover{
	opacity: 0.8;
}

#content_wrap{
	width: 73%;
	float: right;
}

.page-template-page-home-php #content_wrap{
	margin-top: 20px;
}

#nav_wrap{
	width: 180px;
	float: left;	
	position: relative;
}



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

.home #main{
	margin-top: 0;
	padding-top: 40px;
}

/*-- Content --*/

.content_style{

}


.content_style,
.content_style p,
.content_style li{

}

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

.content_style ul li{
	list-style: url(images/list-style.png);
	padding-left: 13px;
	line-height: 26px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.content_style dl{
	background-color: #f5f5f5;
}

.content_style dt{
	color: black;
	padding-bottom: 5px;
	padding-top: 5px;
	
	clear: left;
	float: left;
	text-align: right;
	width: 27%;
	margin-right: 1em;

}

.content_style dd{
	border-bottom: 1px dashed #CCC;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 0;
	
	clear: right;
	width: 70%;
	padding-left: 30%;
}

/*-- Content --*/

.wcol{
	
}

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

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

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

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

.rcol .content{
	padding-left: 0;
	padding-right: 0;
}


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

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


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

#featimg_wrap{

	max-height: 880px;
	max-width: 100;
	overflow: hidden;
	display: none;
	position: relative;
	
	max-width: 1500px;
	margin: auto;
}

.page-template-page-home-php #featimg_wrap{
	display: block;
}

#featimg_wrap img{
	width: 100%;
	height: auto;
}

#darrow_wrap{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 30px;
	display: block;
}

#darrow_wrap a{
	width: 79px;
	height: 42px;
	 
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	display: block;
	margin: auto;
}

.rcol_image{
	float: right;
}

/*--- Home ---*/

#blurb_wrap{
	text-align: center;
	padding: 20px;
	padding-bottom: 25px;
	border: solid 1px black;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
}

#blurb_wrap h1{
	font-size: 24px;
	font-weight: 100;
	line-height: 31px;
	border-bottom: solid 1px;
	display: inline-block;
	padding-bottom: 30px;
	padding-top: 20px;
}

#blurb_wrap p{
	padding: 5px;
	background-color: white;
	width: 200px;
	margin: auto;
	position: relative;
	margin-top: -25px;
}

.item_wrap{
	position: relative;
	text-align: center;
	
	width: 50%;
	float: left;
}

.homecat{

	max-height: 300px;
	overflow: hidden;
	
	margin: 15px;
		
	position: relative;
	
	
}

.home_thumb{
	margin-bottom: 14px;
	display: block;
	overflow: hidden;
}

.blog a.cat_hov{
	width: auto;
}

.blog .homecat{
	max-height: 240px
}

a.cat_hov{
	display: block;
	position: absolute;
	top: 0;
	border: solid 15px rgba(191,191,191,0.7);
	background-color: rgba(0,0,0,0.7);
	padding: 20px;
	color: white;
	opacity: 0;
	text-align: left;
	width: 91.2%;
	height: auto;
	min-height: 230px;
}

a.cat_hov span{
	padding: 40px;
	display: block;	
}

.blog a.cat_hov{
	min-height: 167px;
	width: 82%;
}

a.cat_hov:hover{
	opacity: 1;
}

.blog a.cat_hov strong{
	font-size: 16px;
	
}

a.cat_hov strong{
	text-transform: uppercase;
	font-size: 24px;
	font-family: HelveticaNeueLT-ThinExt;
	line-height: 40px;
	letter-spacing: 2px;
}

.home a.cat_hov p{
	font-size: 17px;
	line-height: 22px;
}

/*-- About Page --*/

#single_feature{
	margin-bottom: 60px;
}


/*--- Work ---*/

#bcont{
	padding: 10px;
}

.single .scol,
.blog #main{
	margin-bottom: 60px;
	margin-top: 100px;
}

#large_landscape{
	margin-bottom: 20px;
	width: 99%
}

#small_portrait{
	xxmargin-right: 13px;
	width: 47%;
	margin: 1%;
	display: inline-block;
	xxfloat: left;
}

#small_landscape{
	xxmargin-bottom: 20px;
	width: 47%;
	margin: 1%;
}

.landscape_wrap{
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
}

.landscape_wrap p{
	margin-bottom: 20px;
	display: inline-block;
	width: 43.6%;
	padding: 20px;
	max-height: 400px;
}

#landscape_cont_img{
	width: 47%;
	margin: 1%;
	display: inline-block;
	xxfloat: left;
}

#big_portrait{
	margin-bottom: 20px;
	width: 47%;
	margin: 1%;
	display: inline-block;
	xxfloat: left;
}

.portrait_wrap{
	margin-bottom: 20px;
	margin-left: 13px;
	xxdisplay: inline-block;
	width: 47%;
	margin: 1%;
	float: left;
}

.portrait_wrap p{
	display: block;
	width: 90%;
	padding: 20px;
	max-height: 230px;
}

#portrait_cont_img{
	
}

/*---- up button ----*/

#botton-to-top{
	background-image: url(images/up-button.png);
	width: 40px;
	height: 40px;
	position: fixed;
	top: 10px;
	right: 10px;
	opacity: 0;
	
	z-index: 50;
}

.ie7 #botton-to-top,
.ie8 #botton-to-top{
	display: none;
}




/*----*/


.four04{
	
	color: white !important;
	text-align: center;
	  text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);	
}

h1.four04{
	margin-top: 100px !important;

	font-size: 300px;
	line-height: 350px;
}

.edit_link{
	
	position: fixed;
	left: 0;

	width: 152px;
	background-color: black;
	color: white;
	padding: 3px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	display: inline-block;
	
	font-size: 10px;
	text-align: center;
	
	font-size: 10px;
	
	font-family: arial;
}

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

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


/*---------------------------- 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;
}


/*---------------------------- sidebar ----------------------------*/
.sidebar_widget{
	padding-bottom: 20px;
	
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px;
}

.sidebar_widget.banner{
	padding-bottom: 0;
	background-color: transparent;
}

.sidebar_widget h3{
	padding-left: 10px;
	line-height: 40px;
	
	font-size: 16px;

	color: #808080;
	
	border-radius: 3px;
	background-color: #EFEFEF;
    text-shadow: 1px 1px 1px white;

}

.sidebar_widget p{
	overflow: hidden;
	font-size: 12px;
}

.sidebar_widget a.more{
	color: #e85434;
	font-size: 10px;
}

.attachment-blog_thumbnail{
	padding: 3px;
	border: solid 1px #ccc;
	border-radius: 10px;
	float: left;
	margin-left: 20px;
}

.sidebar_widget li{
	padding-top: 5px;
	padding-bottom: 5px;
}


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

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

}

.sres{
	font-style: italic;	
}

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

#searchbox form{
	width:103%;
}

#Searchform{
	
	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{
	display: inline-block;
	position: relative;

	padding-top: 6px;
	padding-bottom: 4px;
	background-image: url(images/drop.png);
	background-repeat: no-repeat;
	background-position: right 11px;
	padding-right: 5px;
	background-color: #f1f1f1;
	line-height: 16px;
	
	width: 140px;
	
	font-size: 12px;
}

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

select{
	-webkit-appearance: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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;
}


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

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;
}

.dets_wrap{
	float: left;
	width: 30%;
	text-overflow:clip;
}


.dets{
	border-right: solid 1px #ECECEC;
	padding-left: 20px;
	padding-right: 20px;
}

.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 img: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 .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;
}

article{
	border-top: solid 1px #ECECEC;
	padding-top: 40px;
	margin-bottom: 40px;
	overflow: hidden;
}

.single article{
	border-bottom: 0;
	padding-bottom: 0;
}

article .content_wrap{
	width: 67%;
	float: right;
}
	
article .content{
	padding-top: 0 !important; 
}


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

.navigation {  
	display: block;  
	text-align: left;   
	margin-bottom: 20px;  
	font-size:80%;
	padding-top:20px;
	margin-top:20px;	
}  
.navigation a{  
	text-align:center;  
	padding:5px 10px;  
	margin:0 2px 0 2px;  
	border:1px solid #000;
	color:#000;
	font-size:14px;
	text-decoration:none;
	line-height:25px;
}

.navigation a.current{
	background-color:#000;
	color:#FFF;
}

.navigation a:hover{  
	background:#fff;  
}  



/*---------------------------- 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;
}


/**** Masonry Transitions ****/

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}



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

#footer_wrap{
	border-top: solid 1px #313642;
	margin-top: 100px;
}

#footer_top{
	max-width: 550px;
	text-align: center;
	margin: auto;
	background-color: white;
	position: relative;
	margin-top: -75px;
	padding: 14px;
	padding-left: 45px;
	padding-right: 45px;
}

#footer_top.home,
#footer_top.work,
#footer_top.single{
	display: none;
}

.page-template-page-home-php #footer_top.home,
.blog #footer_top.work,
.single #footer_top.single{
	display: block;
	margin-top: -50px;
}

#footer_top h1{
	font-size: 24px;
	line-height: 57px;
	font-weight: 100;
	display: inline-block;
}

#footer_top p{
	
}

#footer_bottom{
	margin-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

.column{
	width: 33%;
	display: inline-block;
	float: left;
	text-align: center;
}

.column#one{
	text-align: left;
}

.column#one a,
.column#three p{
	color: #b2b2b2;
}

.column#one a:hover{
	color: black;
}

.column#three{
	text-align: right;
	float: right;
}

footer{
	min-height: 150px;

	margin-bottom: 10px !important;
	background-color: white;
	overflow: hidden;
}


footer p{
	margin: 0;
}

footer li a{
	text-decoration: none;
	color: #231F20;
	font-family: nimbus-sans;
}

footer .social a{
	font-weight: bold;
	color: #231F20;
}

footer p{
	color: #231F20;
}

footer a:hover{

}

#copy{
	width: 45%;
	float: left;
	margin-left: 20px;
}

#thrive_link{
	width: 45%;
	float: right;
	text-align: right;
	margin-right: 20px;
}

#thrive_link .logo{
	position: relative;
	top: -1px;
	margin-left: 5px;
}



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

#contact_wrap{
	width: 64%;
	margin-top: 60px;
}

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

input,
textarea{
  	-webkit-transition-duration: 0.25s;
  	
  	padding: 6px;
  	padding-left: 10px;
  	padding-right: 8px;
  	
	border: none;
	border-radius: 0 !important;
	
	background-color: #fafafb;
	border: solid 1px #989aa0;

	margin-bottom: 10px;
	
	display: inline-block;

	color: #989aa0;
}

.ajax-loader{
	display: none;
}

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

.wpcf7 p{
	font-size: 26px;
	color: #7f7f7f;
}

.wpcf7 .watermark {
	color: #c3c3c3 !important;
}

.wpcf7 textarea{
	width: 96%;
}

.wpcf7-text{
	width: 96%;
}

.wpcf7-checkbox label{
	border-radius: 4px;
	border: 1px solid #DBDBDB;

	padding: 10px;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 15px;
}

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


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

input:hover,input:focus, input:active,
textarea:hover,textarea:focus, textarea:active{

	background: #ffffff;
	outline: none;
}

input.wpcf7-submit{

	padding: 0;
	margin: 0;
	
	border: none;

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	
	background-color: #9aa8bb;
	
	color: #fff;
	
	text-transform: uppercase;
	

	font-size: 20px;
	line-height: 40px;
	
	width: 100%;
	height: 40px;
	text-align: center;
	
}

input.wpcf7-submit:hover,
input.wpcf7-submit:active{	
	color: white;
	background-color: #788da9;
}

.button{
	
	position: absolute;
	left: 113px;
	bottom: 0;
	
	background-color: transparent !important;
	line-height: 69px !important;
}

/*--- Placeholder ---*/

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




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

.wpcf7-form{

}

.wpcf7-form .wpcf7-validation-errors{
   border:none;
   background-color: #788da9;
   margin:0;
   padding:10px;
   padding-top:5px;
   padding-bottom:5px;
   text-shadow: none;  
   color:#FFF;
   font-size: 16px;
}
.wpcf7-form .wpcf7-mail-sent-ok{
    border:none;
	background-color: #788da9;
    margin:0;
    padding:10px;
	padding-top:5px;
   	padding-bottom:5px;
    text-shadow: none;  
	color:#FFF;
	font-size: 16px;

}
.wpcf7-form .wpcf7-mail-sent-ng{
    border:none;
	background-color: #788da9;
    margin:0;
    padding:10px;
	padding-top:5px;
	padding-bottom:5px;
    text-shadow: none;  
    color:#FFF;
	font-size: 16px;

}
.wpcf7-form span.wpcf7-not-valid-tip{
    border:none;
   	background-color: transparent !important;
   	color: #788da9 !important;
   	width: auto !important;
   	right: 10px;
   	left: auto !important;
   	font-size: 19px;
	top: 22% !important;
	position: absolute;
}

.wpcf7-form-control-wrap.message span.wpcf7-not-valid-tip{
	top: 6% !important;
}

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

nav{
	position:relative;
	
	xxheight:40px;
	z-index:600;
	
	margin-top: 450px;
}

.page-template-page-home-php nav{
	margin-top: 43px;
}

nav ul{
	line-height:40px;
	
	z-index:400;
	
	margin:0;
	padding:0;
}

nav ul li{
	list-style:none;
	position:relative;
	
	margin:0;
	padding:0;
	
	text-align: right;
	
	padding-top:15px;
	padding-bottom:15px;
}

nav ul li a{
	color:black;
	
	text-decoration:none;
	
	font-size:27px;
	
	display:inline-block;
	line-height:17px;	
	
	text-transform:uppercase;
}

nav ul li.current_page_item a,
.current_page_parent a{
	color:#9aa8bb;
}

nav ul li a:hover,
nav ul li.sfHover a{
	text-decoration: none;
	color:#9aa8bb;
}

nav ul li.sfHover a{
	
}

nav ul li.current-menu-parent ul a{
	color:#9aa8bb;
}

nav ul li.current_page_item ul a,
nav ul li.current_page_parent ul a{
	color:#9aa8bb;
}

/* ----- left Responsive Nav -----*/

a#home_res{
	width:42px;
	height: 41px;
	margin-top: 80px;
	padding: 0;
	background-image: url(images/footer-logo.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
	
	display: inline-block;
}


a#home_res:hover{
	background-color: transparent;
}

.menu-btn{
	xxdisplay: none;	
}

/*! Pushy - v0.9.1 - 2013-9-16
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */

/* Menu Button */

.menu-btn{
	background-image: url(images/nav-icon-black.svg);
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	position: fixed;
	right: 15px;
	top: 20px;
	z-index: 99999999;
}

.page-template-page-home-php .menu-btn{
	background-image: url(images/nav-icon-black.svg);
}

.menu-btn:hover{
	opacity: 0.8;
}

/* Menu Appearance */


#menu_logo_wrap{
	width: 100%;
	text-align: center;
}

.pushy{
    position: fixed;
    width: 250px;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: rgb(252, 252, 252);
    xxborder-left: solid 1px black;
    xx-webkit-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    xx-moz-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    xxbox-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
}

.pushy ul{
	margin-top: 45px !important;
	
	border-top: solid 1px #F0F0F0;
	
	position:relative;
	padding: 0;
	margin: 0;
	text-align: center;
}

.pushy li{
	padding: 0;
	margin: 0;
	list-style: none;
	
    border-bottom: solid 1px #F0F0F0;
}

.pushy a{
    color: black;
	text-decoration: none;
	font-size: 21px;
	display: block;
	line-height: 35px;
	text-transform: uppercase;
	
	padding-top: 20px;
    padding-bottom: 20px;
}

.pushy ul li.menu-item-has-children a{
	margin-bottom: 0;
}

.pushy ul li.current_page_item a,
.pushy ul li.current_page_parent a{
	color: black;
	background-color: #F0F0F0;
}

.pushy a:hover{
    color: #9aa8bb;
    background-color: #F0F0F0;
}

/*-- Pushy Sub pages --*/

.pushy ul li.menu-item-has-children a{
	background-image: none !important;
}

.pushy ul.sub-menu li a{
	padding: 5px;
}

.pushy ul.sub-menu li a:hover{
	color: white;
	background-color: #015850;
}

.pushy ul.sub-menu li:last-child{
	border-bottom: none;
}

/* Menu Movement */

.pushy{
	right: 0;
}

.pushy-right{
    -webkit-transform: translate3d(250px,0,0);
    -moz-transform: translate3d(250px,0,0);
    -ms-transform: translate3d(250px,0,0);
    -o-transform: translate3d(250px,0,0);
    transform: translate3d(250px,0,0);
}

.pushy-open{
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.container-push, .push-push{
    -webkit-transform: translate3d(-250px,0,0);
    -moz-transform: translate3d(-250px,0,0);
    -ms-transform: translate3d(-250px,0,0);
    -o-transform: translate3d(-250px,0,0);
    transform: translate3d(-250px,0,0);
}

/* Menu Transitions */

.pushy, #container, .push{
    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
    -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99);
    /* improves performance issues on mobile
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    */
}

/* Site Overlay */

.site-overlay{
    display: none;
}

.pushy-active .site-overlay{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 200px;
    z-index: 9999;
}

#footer_bottom a{
	color: #b2b2b2;
}

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

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

	a.cat_hov{
		border: none;
		background-color: transparent;
		display: block;
		width: 100%;
		height: auto;
		min-height: 100%;
		text-indent: -99999px;
		padding: 0 !important;
	}
	
	a.cat_hov strong,
	a.cat_hov p{
		text-indent: -99999px;
	}

	.blog a.cat_hov {
		min-height: 170px;
		width: 85%;
	}

	.menu-btn{
		zzposition: absolute;
	}
	

	#nav_wrap{
		display: none;
	}
	
	#content_wrap{
		width: 100%;
		float: none;
	}
	
	#featimg_wrap{
		margin-top: 0px;
	}
	
	a#logo img{
		display: none;
	}
	
	.menu-btn{
		background-image: url(images/nav-icon.svg);
		position: fixed;
		z-index: 999999999999999999;
	}
	
	#head_cont{
		left: 0;
	}
	
	a#logo{
		background-image: url(images/res-logo-white.svg);
		background-repeat: no-repeat;
		background-position: 20px center;
		width: 141px !important;
		display: block;
		height: 42px;
		padding: 10px;
		padding-left: 20px;
		padding-right: 25px;
		background-color: black;
		margin: 0;
	}
	
	.page-template-page-home-php #head_cont{
		background-color: white;
	}
	
	.page-template-page-home-php .menu-btn{
		background-image: url(images/nav-icon-black.svg)
	}
	
	.page-template-page-home-php a#logo{
		background-image: url(images/res-logo.svg);
		background-color: white;
		margin-top: 0;
	}
	
	#content_wrap{
		margin-top: 0;
	}
	
	.single #main{
		margin-top: 0;
	}
	
	.single .scol,
	.blog #main{
		margin-top: 100px;
	}
	
	#head_cont{
		max-width: 100%;
		display: block;
		background-color: black;
		height: 62px;
		margin-top: 0;
		width: 100%;
		position: fixed !important;
		top: 0 !important;
	}
	
	.homecat_wrap{
		text-align: center	
	}
	
	.homecat{
		float: none;
		display: inline-block;
	}
	
	.scol{
		margin-top: 30px;  
	}
	
	#darrow_wrap a{
		display: none;
	}
	
	.landscape_wrap p{
		padding: 10px;
	}


 
}

@media screen and (max-width: 950px) {
	
	.blog a.cat_hov {
		min-height: 208px;
	}
	
}

@media screen and (max-width: 900px) {
	
	.blog a.cat_hov {
		min-height: 170px;
		width: 83%;
	}
	
}

@media screen and (max-width: 850px) {
	
	.blog a.cat_hov {
		min-height: 161px;
		width: 81%;
	}
	
}

@media screen and (max-width: 800px) {
	
	#nav_wrap,
	#head_cont{
		xposition: inherit !important;
	}
	
	.homecat{
		margin: 4px;
		max-height: 240px;
	}
	
	.landscape_wrap p{
		padding: 0px;
	}

	a.cat_hov{
		border: none;
		background-color: transparent;
		display: block;
		width: 100%;
		height: auto;
		min-height: 100%;
		text-indent: -99999px;
		padding: 0 !important;
	}
	
	a.cat_hov strong,
	a.cat_hov p{
		text-indent: -99999px;
	}
	
	.blog a.cat_hov {
		width: 89%;
	}

	#landscape_cont_img{
		width: 100%;
	}
	
	#large_landscape{
		width: 100%;
	}
	
	.landscape_wrap p{
		width: 94%;
	}
	
	#small_landscape{
		width: 59%;
	}
	
	#small_portrait{
		width: 35%;
	}
 
 	/*-- Logo--*/
	
	a#logo{
		text-align: center;
		width: 100%;
	}
 
	/*-- Page Layout --*/
	
	#main{
	padding: 10px;
	margin-top: 90px;
	}
	
	.lcol{
	  width: 100%;
	  margin-bottom: 20px;
	  margin-top: 30px;
	}
	
	.rcol{
		width: 100%;
	}
	
	.scol{
		margin: 0;
		width: 100%
	}
	
	/*--- Shopp ---*/
	
	.shopimg_wrap,
	.shopinfo_wrap{
		width: 100%;
	}
	
	.shopinfo_wrap{
		margin-top: 40px;
	}
	
	input.update-button{
		font-size: 	12px !important;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	
	span.shopp-cart.cart-total{
		font-size: 12px;
		font-weight: bold;
	}
	
	#shopp form#cart input#items-0-quantity{
		margin-bottom: 4px;
	}
	
	td.money{
		font-size: 11px !important;
		padding: 2px !important;
	}
	
	#shopp #cart{
		width: 100% !important;
	}
	
	#shopp ul.breadcrumb{
		width: 100%;
	}
	
	/*-- Content Style --*/
	
	#featimg_wrap{
		margin-bottom: 20px;
		xxmin-height: 400px !important;
	}	
	
	/*--Listing--*/
	
	.list_wrap{
		text-align: center !important;
	}
	
	.list_item{
		margin-bottom: 60px;
	}
	
	.list_item img {
		margin-right: 0;
		float: none !important;
	}
	
	.list_info{
		margin-top: 20px;
	}
	
	#contact_wrap{
		width: 100%;
	}
	
	#footer_top{
		display: none !important;
	}

}

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

	.home #main{
		xxmargin-top: -110px;
		padding: 0;
	}

	.homecat{
		max-width: 100% !important;
		float: none;
		max-height: 170px;
	}

	.portrait_wrap p{
		width: 90%;
		padding: 5px;
	}
	
	.homecat_wrap{
		width: 100%;
		text-align: center;
	}
	
	#big_portrait{
		width: 47%;
	}
	
	/*--Contact--*/
	
	.contact .lcol{
	float: left;
	width: 100%;
	}
	
	.contact .rcol{
		float: right;
		width: 100%;
	}
	
	#footer_top{
		display: none;
	}
	
	/*--Blog--*/
	
	.dets_wrap{
		width: 100%;
		border-bottom: solid 1px #ff9c00;
		margin-bottom: 20px;
	}
	
	.dets{
		border-right: none;
		padding: 0;
	}
	
	article .content_wrap{
		width: 100%;
		float: none;
	}
	
	#blog_head{
		text-align: center;
	}
	
	h2.btitle{
		float: none;
		width: 100%;
		font-size: 17px;
		text-align: center;
	}

	
}

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

	#footer_bottom{
		margin: 0
	}
	
	#footer_wrap{
		margin-top: 20px;
		padding-top: 30px;
	}
	
	footer{
		margin-bottom: 0;
	}
	
	.column{
		width: 100%;
		float: none;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	
	.column#one,
	.column#two,
	.column#three{
		text-align: center;
	}
	
}

@media screen and (max-width: 450px) {
	
	#copy{
		width: 100%;
		float: none;
	}
	
	#thrive_link{
		float: none;
		text-align: left !important;
		margin-left: 20px;
		padding-top: 20px;
		display: inline-block;
		width: 100%
	}
	
	/*-- Shopp --*/
	
	#cont_shop{
		display: none;
	}
	
	.status{
		float: left;
		margin-top: 15px !important;
	}
	
	#shopp ul.breadcrumb{
		margin-left: 0 !important;
	}
	
	.rw_item.left,
	.rw_info{
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	
	.rw_info{
		text-align: left !important;
		width: 
	}

}
