/*   
Theme Name: Davina Lamont
Theme URI: http://ninesixty.co.nz
Description: Web Design and Development solutions for Small Businesses
Author: Nine Sixty
Author URI: http://ninesixty.co.nz
Version: 1.0
*/

@media screen {
	
* { margin: 0; padding: 0; }

body { 
	background: #333;
	font: 17px/1.5 averta_stdregular, Arial, Helvetica, Verdana, sans-serif;
	color: #FFF;
	font-weight: normal;
}


html, body {
height: auto;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

.button, .button a {
padding: 8px 12px;
color: #000;
background: #FFF;
border-radius: 2px;
}

span.rollover {
	opacity: 1;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	background:url(https://davinalamont.com/wp-content/uploads/2016/05/mag.png) center center no-repeat #000;
	cursor: pointer;
	height: 240px;
	width: 240px;

	z-index: 10;
}

span.rollover:hover {
	opacity: .7;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}
	
.content-box-five, .content-box-five a {
    color: #FFF;
    padding: 70px 0px 90px 0px;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.5);
margin-bottom: 40px;
}


/*****************************
	Layout
*****************************/
	
.press {
	min-height: 400px;
	}
	
.press img {
max-height: 300px;
overflow: hidden;
height: 100%;
width: auto;
	}
	
#wrapper {
	background: #fff;
}

.wrapper {
	padding: 10px 0px;	
}

.fullbox {
padding-bottom: 20px;
}

.projects {
z-index: 100;
}

.project-title {
text-transform: lowercase;
}


/*****************************
	Header
*****************************/

#logo {
    position: absolute;
    left: 30px;
    max-width: 500px;
}


#slider-container {
}

#header-container {
z-index: 100;
position: relative;
background: rgba(0, 0, 0,  0.65); 
padding: 10px 0px; 
min-height: 50px;
}

#main-container {
}

#footer-container {
	
}

#header {
	overflow: hidden;
	padding: 10px 0px;
}

#header h1 {
	margin-bottom: 0px;	
}

.single-wrapper {
    background: #000 none repeat scroll 0 0;
    border-radius: 50%;
    margin-bottom: 20px;
    max-width: 306px;
    position: relative;
}

.directory-overview {
    color: #fff;
    left: 0px;
    margin: 0 auto;
    max-width: 306px;
    position: absolute;
    right: 0px;
	bottom: 0px;
    text-align: center;
    text-transform: uppercase;
}

.project-title, .project-title a {
	color: #FFF;
}

.project-title {
	 background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	 padding: 10px 0px;
}


#thumblist img {
    border-radius: 0 !important;
    padding-top: 4% !important;
}

.next {
    right: 20px !important;
    width: 23px !important;
}

.previous {
    left: 20px !important;
    width: 23px !important;
}

.exit {
    position: fixed;
    right: 20px !important;
    top: 0px !important;
    width: 26px !important;
}

.projects img {
margin-bottom: 5px;
width: 239px;
}

/*****************************
	Main Menu
*****************************/

#navigation {
	width:100%;
}

ul.dropdown {
	list-style:none;
	padding: 0px;
	margin: 0px;
	float: right;
}


ul.dropdown a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
 
ul.dropdown li {
	float:left;
	padding: 15px 4px 20px 4px; 
	margin: 0px 10px;
}

ul.dropdown li:last-child {
	border-right: none;	
}

ul.dropdown li:hover,
ul.dropdown li.current-menu-item,
ul.dropdown li.current_page_item,
ul.dropdown li.current-menu-parent {

}

ul.dropdown li:hover a,
ul.dropdown li.current-menu-item a,
ul.dropdown li.current_page_item a,
ul.dropdown li.current-menu-parent a {
}

ul.dropdown li:last-child a {
	background: none;	
}
 
ul.dropdown li ul a {
	display:block;
}
 
/* sub menus  */
 
ul.dropdown ul {
	list-style: none;
	margin:0; 
	padding:0;
	width:250px; 
	position:absolute; 
	z-index:500;
	margin-left: -20px;
}
 
ul.dropdown li ul {
	margin-top: 5px; 
}
 
ul.dropdown ul ul {
	left:100%; 
}
 
ul.dropdown ul li {
float:none; 
margin-bottom: 0px;
padding: 5px 15px;
}

ul.dropdown ul.sub-menu li a {
	color: #fff;	
}

.sub-menu {
z-index: 250;
background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
padding: 10px 0px !important;
}

ul.dropdown ul li:hover,
ul.dropdown ul li.current-menu-item {
	
}

ul.dropdown ul.sub-menu ul.sub-menu {
	position: relative;
	top: -18px;	
	margin-left: 20px;
}
 
/* Drop Down */
 
ul.dropdown ul,
ul.dropdown li:hover ul ul,
ul.dropdown ul li:hover ul ul
{ display: none; }
 
ul.dropdown li:hover ul,
ul.dropdown ul li:hover ul ,
ul.dropdown ul li ul li:hover ul
{ display: block;}
 
ul.dropdown li:hover a {
color: #CCC;
}



/*****************************
	Content
*****************************/

#content .wrapper {
	padding: 20px 0px;
}

/*****************************
	Sidebars
*****************************/

/* Sidebar Right */

#sidebar-right .wrapper  {
	padding-right: 10px;
}

#sidebar-left .wrapper  {
	padding-left: 10px;
}

#sidebar-right h2,
#sidebar-left h2 {
	font-size: 14px;
	color: #FFF;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

#sidebar-right .widget h2,
#sidebar-left .widget h2 {
	margin-bottom: 10px;	
}

#sidebar-right ul,
#sidebar-left ul {
	margin: 0 0 30px 0;
}

#sidebar-right li,
#sidebar-left li {
	list-style: none;
	line-height: 1.3em;
	font-size: 13px;
	padding: 5px 0px 5px 10px;
	background: url(images/bullet_sidebar.png) no-repeat 0px 8px;
	border-bottom: 1px solid #ccc;
}

#sidebar-right li a,
#sidebar-left li a {
	text-decoration: none;
	color: #FFF333;
}

#sidebar-right li a:hover,
#sidebar-left li a:hover {
	color: #FFF;
}

#sidebar-right ul.children,
#sidebar-left ul.children {
	margin: 5px 0px 0px 0px;	
}

#sidebar-right ul.children li,
#sidebar-left ul.children li {
	background: none;
	border-bottom: none;
	padding: 5px 0px 5px 5px;	
}

/*****************************
	Footer
*****************************/


#footer {
	padding: 5px;
	font-size: 13px;
}

#footer-menu {
	text-align: center;
padding-top: 15px;
}

#footer-menu ul {
	margin: 0;
float: right;
margin-bottom: 20px;
}

#footer-menu li {
	list-style: none;
	display: inline;
	color: #fff;
	padding: 0 8px;
	text-align: center;
font-size: 15px;
}

#footer-menu li:last-child {
	border-right: none;	
}

#footer-menu li a {
	color: #fff;
	text-decoration: none;
}

#footer-menu li.current-menu-item a 
#footer-menu li.current_page_item a {
	color: #004FC6;
}

#copyright {
	color: #FFF;
	font-size: 12px;
	padding: 30px 10px 10px 10px;
	text-align: center;	
}


/*****************************
	Common
*****************************/

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

a { color: #CCC; text-decoration: none; }

p { margin: 0 0 10px 0; }


.small, a.small {
	font-size: 11px;	
}

.big, a.big {
	font-size: 16px;
}

.red, a.red {
	color: #8C0202;
}

.grey, a.grey {
	color: #595959;
}

.blue, a.blue {
	color: #004DC5;
}

.content {
	padding-top: 20px;	
}

.post-list h1, .post-list h2, .post-list h3, .post-list h4 {
	margin-bottom: 0px;	
}

.postmeta {
	color: #666666;
	padding: 5px 0px;
	font-size: 13px;
}

.postmeta a {
	color: #666666;
}

.postmeta-comments {
	color: #FFF;	
	font-size: 13px;
}

.postmeta-comments a {
	color: #FFF;
}

.widget {
	margin-bottom: 30px;	
	line-height: 1.3em;
}

strong, .strong {

}

em, i {
	font-style: italic;
}

.no-underline, a.no-underline {
	text-decoration: none;	
}

.aligncenter {
	text-align: center;	
}

.alignleft {
	position: relative;
	float: left;
	padding-right: 10px;	
}

.alignright {
	position: relative;
	float: right;
	padding-left: 10px;
}

.padding-right {
	padding-right: 20px;	
}

.padding-left {
	padding-left: 20px;	
}

.padding-both {
	padding-left: 20px;	
	padding-right: 20px;
}

hr {
	border-style: dashed;
}

.clear {
	clear: both;	
}

.border-left {
	border-left: 1px solid #ccc;
}

.border-right {
	border-right: 1px solid #ccc;
}

.spacer {
	border-bottom: 1px solid #ccc;
	margin: 20px auto;
}

.screen-reader-text { 
	position: absolute; 
	left: -9999px; 
	top: -9999px; 
}


.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

/* Headings */

h1, h2, h3, h4, h5, h6 { 
	margin: 0 0 10px 0; 
	line-height: 1.2em;
	  font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h1, h1 a {
  font-size: 26px;
  color: #FFF;
}

h2, h2 a {
  font-size: 24px;
}

h3, h3 a {
  font-size: 22px;
  color: #FFF;
}

h4, h4 a {
  font-size: 20px;
}

h5, h5 a {
  font-size: 17px;
  color: #FFF;
}

h6, h6 a {
  font-size: 16px;
}

/* Lists */

ol {
	margin: 20px 0px;
} 

.entry ol li {
	list-style-type: decimal;
}

.entry ol {
	margin: 20px;
	padding-left: 20px;
}

ul {
	margin: 20px 0px;
}

.entry  ul li {
	background: url(images/bullet.png) no-repeat 0px 3px;
	padding-left: 15px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.entry  ul {
	margin: 20px;
}

/* Search */

#searchform {
	margin: 20px auto;
}

#searchform #s  {
	color: #666;
	background: #FAFAFA;
    border-radius: 5px 5px 5px 5px;
    width: 110px;
}

#searchform #searchsubmit {
	position: relative;
	left: 5px;
}

/* Comments */

ol.commentlist { list-style: none; margin: 20px 0; }

ol.commentlist li { }

ol.commentlist li div.comment-wrapper {
	border: 1px solid #999;	
	margin: 20px 0;
	font-family: arial;
}

ol.commentlist li div.comment-inner {
	background: #F0F0F0;
	border: 1px solid #fff;
	padding: 10px;
}

ol.commentlist li.comment {  }

ol.commentlist li .comment-avatar { 
	float: left;
}

ol.commentlist li .comment-author {
	font-style: normal;
	font-size: 15px;
	color: #FFF;
}

ol.commentlist li .comment-author cite.fn {	
	color: #FFF;
	font-style: normal;
}

ol.commentlist li .comment-author cite.fn a {
	color: #FFF;
}

ol.commentlist li .comment-body { 
	padding: 0px 10px 10px 10px;
	margin-left: 60px;
	margin-right: 0px;
	font-size: 13px;
	color: #666666;
}

ol.commentlist li.thread-even .comment-body,
ol.commentlist li.thread-even li .comment-body  { 
}

ol.commentlist li.thread-odd .comment-body,
ol.commentlist li.thread-odd li .comment-body {  
}

ol.commentlist li .comment-body .comment-meta,
ol.commentlist li .comment-body .comment-meta a {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 10px;
}

ol.commentlist li .comment-body .reply a {
	text-decoration: underline;
	font-size: 12px;
	margin-top: 10px;	
	display: block;
	color: #FFF;
}

ol.commentlist li.comment ul.children li { background: none; list-style: none; padding-left: 0px; }
ol.commentlist li.comment ul.children li.depth-2 { margin: 10px 0 10px 40px; }
ol.commentlist li.comment ul.children li.depth-3 { margin: 10px 0 10px 40px; }
ol.commentlist li.comment ul.children li.depth-4 { margin: 10px 0 10px 40px; }
ol.commentlist li.comment ul.children li.depth-5 { margin: 10px 0 10px 40px; }

#commentform input[type="text"],
#commentform textarea {
	border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px;
    color: #FFF333;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    padding: 5px;
    margin-top: 3px;
}

#commentform label {
	color: #464646;
}

#commentform div {
	margin-top: 10px;	
}

/* Pagination */

.pagination {
	text-align: center;	
}

.pagination ul {
	margin: 20px 0px 0px 0px;
	padding: 0px;	
}

.pagination li {
	list-style: none;
	background: none;
	display: inline;
	padding: 5px;
	margin-left: 0px;
}

.pagination li a {
	color: #004FC6;
	text-decoration: none; 	
}

.pagination .pages-no {
	color: #666;
	text-align: center;
	font-size: 11px;
	margin: 20px 0;
}


/*************************/

/* Forms */

.required {
	color: #FFF;
	font-size: 12px;	
}

label {
	color: #FFF;	
}

input[type=text], textarea { 
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 12px;
	color: #FFF;
	margin-bottom: 10px;
}

input[type="submit"] {
	padding: 3px 8px;
	background: #FFF;
	border: 1px solid #990000;
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	text-shadow: 1px 1px 0px #FFF333;
}


.lb-contact {
width: 515px;
background: #222;
margin-top: 20px;
max-width: 85%;
}

.lb-contact textarea, .lb-contact input {
background: none repeat scroll 0 0 #000;
border: 1px solid #000;
color: #EEE;
border-radius: 0px;
    max-width: 96%;
    padding: 2%;
font-family: averta_stdregular, Arial, Helvetica, Verdana, sans-serif;;
}

.lb-contact textarea {
max-height: 140px;
width: 999px;
}

.lb-contact input {
    width: 999px;
}
.lb-contact input[type="submit"] {
    background-color: #fff;
    border: 1px solid #fff !important;
    border-radius: 0;
    color: #000;
    float: left;
    margin: 0;
    padding: 7px 5px;
    text-shadow: none;
    width: 80px;
}

.lb-contact .wpcf7-captchar {
width: 40%;
float: right;
margin-right: 0px;
}


#cboxOverlay {
    background: none repeat scroll 0 0 #010101 !important;
}
#cboxTopCenter {
    background: none !important;
}
#cboxTopLeft {
    background: none !important;
}
#cboxTopRight {
    background: none !important;
}
#cboxBottomLeft {
    background: none !important;
}
#cboxBottomCenter {
    background: none !important;
}
#cboxBottomRight {
    background: none !important;
}
#cboxMiddleLeft {
    background: none !important;
}
#cboxMiddleRight {
    background: none !important;
}
#cboxClose {
    margin: 0 20px 20px 0 !important;
}

.lb-contact {
width: 515px;
padding: 25px 30px 30px 30px;
margin-bottom: 30px;
}



.lb-contact .wpcf7-captchar {
width: 40%;
float: right;
margin-right: 0px;
}


div.wpcf7 {
    margin: 0;
    max-width: 570px;

}

#cboxClose {
    background: rgba(0, 0, 0, 0) url("images/bullet_sidebar.png") no-repeat scroll -25 0 !important;
    top: 15px;
}

#cboxOverlay {
    background: #010101 none repeat scroll 0 0 !important;
}



/* Page Layout Shortcodes */

.two_column {
	width: 45%;
	margin: 2%;
	position: relative;
	float: left;
}

.three_column {
	width: 29%;
	margin: 2%;
	position: relative;
	float: left;
}
	
.psgal figure {
    width: 220px !important;
	}
	
button#responsive-menu-button {
    background: none !important;
}


body #responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
    font-size: 16px;
    margin-top: 0px !important;
    line-height: 20px;
	text-transform: uppercase;
}	
	
	#responsive-menu-container #responsive-menu li.responsive-menu-item a {
		height: 30px;
	}
	
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item .responsive-menu-item-link {
    font-size: 14px !important; 
	line-height: 18px !important;
	margin-top: -5px !important;
	margin-bottom: 5px !important;
}

	#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a {
		height: 30px !important;
	}
	
	
.responsive-menu-subarrow img, responsive-menu-subarrow-active img {
max-height: 10px;
max-width: 17px;
}

body #responsive-menu-container {
    width: 400px;
    padding: 0px 0px 0px 50px;
background: none;
}

#responsive-menu-wrapper {
background: none;
}

#responsive-menu {
padding-right: 100px !important;
padding-top: 30px !important;
}

#responsive-menu-container #responsive-menu-wrapper {
background: none;
padding-left: 20px;
height: 100%;
margin-right: -80px;
}

.responsive-menu-inner::before {
    top: -11px;
}

.responsive-menu-inner::after {
    bottom: -11px;
}

.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
    width: 34px !important;
    height: 4px !important;
    border-radius: 0px !important;
}


button#responsive-menu-button {
    top: 10px !important;
}
	
button#responsive-menu-button {
    background: none !important;
}


section.module:last-child {
  margin-bottom: 0;
}


#responsive-menu-container #responsive-menu-wrapper {
    background: #3E308E;
}

button#responsive-menu-button {
    right: 30px !important;
}
	
#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
    line-height: 10px !important;
}
	
.psgal img {
    cursor: cell;
}
	
.psgal img:hover  {
	filter: brightness(80%);
	}

		
	
} /* END screen media */

@media only screen and (max-width: 880px) {
	
	.breadcrumb {
		display: none;
	}
	


		#logo img {
    max-width: 70%;
		margin-top: 10px;
}
	
.vegas-background {
    position: absolute !important;
    height: auto !important;
    width: 110% !important;
	left: -10% !important;
top: 50px  !important;
bottom: auto  !important;
right: auto  !important;
	overflow: hidden;
	max-width: 100vh;
}
	


@media only screen and (max-width: 580px) {
	
	#logo img {
    max-width: 70%;
		margin-top: 10px;
}
.three_column {
width: 100%;
margin: 0%;
}
.lb-contact {
    margin-bottom: 30px;
    max-width: 90%;
    padding: 25px 15px 30px;
    width: 515px;
}

.vegas-background {
    position: absolute !important;
    height: auto !important;
    width: 110% !important;
	left: -10% !important;
top: 100px  !important;
bottom: auto  !important;
right: auto  !important;
	overflow: hidden;
	max-width: 100vh;
}
	
}

@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
	h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #FFF;  font-weight: bold; }
td { border-bottom: 1px solid #FFF; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */

}