/*
Theme Name: Evidently So
Theme URI:
Description: A little parallax and retro backgrounds
Author: n
Author URI: http://evidentlyso.com.au
Version: 2
Tags: n

*/


/*** 
Contents
  Reset
  Structure
  Page layout
  Search
  Responsive search
  Menu
  Responsive menu
  Posts and pages
  Sidebar
  Footer
  Fontface
  Media queries
***/



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




/*** Structure ***/
html {
	margin: 0;
	padding: 0;
}

body
{
	background: #fff;
	margin:0;
}

.clear {
	clear: both;
}

.wrapper {
	max-width:978px;
	margin: 0 auto;
	height:100%;
	position: relative;
}

#header {
}

#nav {
}

.white {
	color: #fff;
}

.yellow {
	color: #f2f6cb;
}

.red {
	color: #af1e23;
}

.brown {
	color: #56350c;
}

.arrowCursor {
	cursor: default;
}

body, input, textarea {
	font-family: BrandonRegular, sans-serif;
	line-height: 1.2em;
}

body {
	color: #fff;
}

input, textarea {
	font-size: 1.4em !important;
	color: #56350c;
}

h1 {
	font-family: BrandonBlack, sans-serif;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
}

h2, h3, h4 { 
	font-family: BrandonLight, sans-serif;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
	text-transform: uppercase;
}

h3 {
	font-size: 2.4em;
	line-height: 1.2em;
	margin-top: 0.8em;
}

h4 {
	font-size: 1.6em;
	margin-top: 0.2em;
}

h5 {
	font-family: BrandonBlack, sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
}

h6 {
	font-family: BrandonBlack, sans-serif;
	font-size: 1.1em;
}

p {
	margin: 0.4em 0 1.2em 0;
	font-family: BrandonLight, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
}

a, a:visited {
	color: #af1e23;
	text-decoration: none;
}

a:hover, a:active {
	color: #499bd0;
	text-decoration: underline;
}

.subhead {
	font-family: BrandonLight, sans-serif;
	font-size: 1.3em
}

#titlesCont {
	position: absolute;
	max-width: 978px;
	margin: 0 auto;
	width: 100%;
	top: 0;
	z-index: 600;
}

#titles {
	background-color: #fff;
	top: 0;
	position: relative;
	padding: 1em 0 2em 18.74%;
}

sup { 
    vertical-align: super;
    font-size: smaller;
}

.rightColumns {
	margin: 0 1.84% 2em 18.4%;
}

.space {
	font-family: Verdana, sans-serif;
}



/*** Page layout ***/
#threeStripes {
	position: relative;
	width: 100%;
	height: 54px;
	top: 0;
	background: url(img/threeStripes.png) repeat-x;
}

#head {
	width: 100%;
	height: 102px;
	background: url(img/headBg.png);
	background-size: 100% 102px;
}

#logo {
	width: 368px;
	height: 102px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

#logoCircles {
	position: absolute;
	width: 39px;
	height: 39px;
	z-index: 32;
	left: 164px;
	bottom: -19px;
	background: url(img/logoCircles.svg) no-repeat center center;	
}

#intro {
	width: 100%;
	min-height: 540px;
	background: #af1e23 url(img/pourGas.jpg) no-repeat top center;
	position: relative;
}

#projects {
	background: #fff;
}

#about {
	width: 100%;
	min-height: 500px;
	background: #f2f6cb url(img/constellationRobot.jpg) no-repeat center top;
	position: relative;
}

#services {
	width: 100%;
	min-height: 500px;
	background: #56350c;
}

#projects, #services {
	padding: 28px 0;
}

#contact {
	width: 100%;
	min-height: 800px;
	padding: 120px 0 3em 0;
}

.page, #communication {
	width: 59.51%;
	margin-left: 20.25%;
	position: absolute;
	top: 70px;
}

#communication {
	top: 70px;
}

.page {
	top: 110px;
}

/*** Dots and the like ***/

.inDot, .outDot, .yellowDot, .whiteDot, .redDot, .line {
	stroke: #56350c;
	stroke-width: 2;
	stroke-miterlimit: 10;
}

.inDot, .yellowDot {
	fill: #f2f6cb;
}

.outDot, .whiteDot {
	fill: #fff;
}

.redDot {
	fill: #af1e23;
}

.trienta {
	fill-opacity: 0.3;
}

#introsvg, #singlesvg, #searchsvg {
	width: 40px;
	height: 40px;
	position: absolute;
}

#introsvg {
	top: -4px;
	left: -56px;
}

#singlesvg {
	top: 0.6em;
	left: 13%;
}

#searchsvg {
	top: -0.5em;
	left: 13%;
}

#projectsvg {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 3px;
	left: -30px;
}

#aboutsvg {
	width: 100px;
	height: 80px;
	position: absolute;
	top: -46px;
	left: -110px;
}

#servicessvg {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -6px;
	left: -46px;
}

#contactsvg {
	width: 600px;
	height: 110px;
	position: absolute;
	top: -140px;
	right: 40px;
}


/*** Nav on the side of the home page ***/

#dotNav {
	position: fixed;
	width: 110px;
	height: 227px;
	top: 60px;
	right: 0;
	background: url(img/navline.svg) no-repeat right top;
	background-size: 19px 217px;
	z-index: 600;
}

.navBlock {
	position: absolute;
	width: 90px;
	height: 20px;
	right: 8px;
	cursor: pointer;
}

.outerDot {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0;
}

.innerDot {
	position: absolute;
	width: 10px;
	height: 10px;
	right: 5px;
	top: 5px;
}

.navBlock p {
	font-family: BrandonMediumItalic, sans-serif;
	position: absolute;
	right: 25px;
	text-align: right;
	margin-top: -3px;
}

#homeNav {
	top: 30px;
}

#projNav {
	top: 75px;
}

#aboutNav {
	top: 120px;
}

#servNav {
	top: 165px;
}

#contactNav {
	top: 210px;
}

#catNav {
	margin-top: 2em;
	margin-bottom: 1em;
}

.navIndent {
	margin-left: 1.87%;
}

.breadcrumbs {
	width: 100%;
	height: 42px;
	margin-bottom: 2em;
	position: relative;
}

#homeLabel, #catLabel, #singleLabel {
	position: absolute;
	top: 14px;
	opacity: 0.3
}

#homeLabel {
	left: 34px;
}

#catLabel {
	left: 134px;
}

#singleLabel {
	left: 234px;
}

.breadcrumbsCont a, .breadcrumbsCont a:hover {
	color: #56350c;
	text-decoration: none;
}


/*** Search ***/

/* Search form */
#searchCont, #searchContSing {
	position: absolute;
	top: 20px;
	right: 18px;	
	z-index: 71;
}

#magGlass, #magGlassSing {
	width: 22px;
	height: 22px;
	margin: 14px 4px;
	float: right;
}

#glass {
	fill: #e56d71;
}

#glassSing {
	fill: #b9aa85;
}

#ressearch, #ressearchSing {
	float: right;
	width: 280px;
	display: none;
}

#s {
	width: 92%;
	color: #af1e23;
	border: solid 2px #af1e23;
	padding: 2%;
}

#ressearchSing #s {
	color: #56350c;
	border: solid 2px #56350c;
}

/* Search results */

.search-title {
	font-family: BrandonBlack, sans-serif;
	text-transform: uppercase;
	line-height: 1em;
	padding-top: 0.4em;
	margin-bottom: 0.6em;
	border-top: solid 1px #af1e23;
}

.searchResult {
	padding-left: 20px;
	border-left: solid 8px #f2f6cb;
	margin-top: 1em;
	margin-bottom: 2em;
}

.searchType {
	font-family: BrandonLight, sans-serif;
	font-size: 1em;
}

/*** Menu ***/

#navCont {
	position: absolute;
	width: 100%;
	top: 0px;
	right: 18px;
	text-align: right;
	z-index: 30;
	display: none;
}

#mainNav {
	font-family: BrandonBlackItalic, sans-serif;
	position: fixed;
	transform: translateX(707px);
}

#mainNav li {
	float: right;
}

#mainNav li a  {
	color: #56350c;
	font-size: 1.1em;
    display: block;
    padding: 6px;
    opacity: 0.5;
}

/*** Responsive menu elements ***/

#resstrip {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 46px;
	background-color: #56350c;
	display: none;
	border:none;
	z-index: 8000;
}	  
  
  
#menuicon {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 26px;
	height: 26px;
	border:none;
}

.menuclose {
	background: url(img/menuclose.png);
	background-repeat:no-repeat;
	background-position:center top;
}

.menuopen {
	background: url(img/menuopen.png);
	background-repeat:no-repeat;
	background-position:center top;
}

#resmenu {
	position: fixed;
	top: 46px;
	left: -230px;
	width: 220px;
	height: auto;
	display: none;
	z-index: 1000;
}

#resmenu .menu-item {
	text-transform: uppercase;
  	padding: 1em 0.8em;
  	margin: 0;
	list-style-type: none;
  	border-bottom: 1px solid #f2f6cb;
	background-color: #56350c;
}

#resmenu a {
	font-family: BrandonLight, sans-serif;
	color: #f2f6cb;
}

#resmenu a:hover {
	color: #fff;
	text-decoration: none;
}


/*** Projects ***/

#projectHead {
	margin: 0 0 20px 6.13%;
	position: relative;
}

.arrow {
	width: 6.13%;
	height: 154px;
	padding-top: 116px;
	float: left;
}

.arrow img {
	opacity: 0.3;
}

.arrow img:hover {
	opacity: 1;
}

#slideRight img {
	float: right;
}

#projectSlide {
	height: 270px;
	width: 87.5%;
	float: left;
	margin: 0;
	overflow: hidden;
}

#projectList {
	margin: 0;
}

.projects {
	height: 260px;
	margin: 0;
	float: left;
	border: solid 2px #56350c;
}

.projectEntry {
	position: relative;
}	

.projectThumb {
	width: 100%;
}	

.projectThumb img {
	width: 100%;
	object-fit: cover;
    overflow: hidden;
    object-position: top center;
}	

.projectHead {
	width: 94%;
	padding: 3%;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	background:  rgba(175, 30, 35, 0.8);
}

.projectHead {
    font-family: BrandonMedium, sans-serif;
	text-decoration: none;
	font-size: 1em;
}

.projectExc {
	width: 94%;
	padding: 3%;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	background:  rgba(0, 0, 0, 0.8);
}

.projectExc h5 {
    font-family: BrandonBold, sans-serif;
	text-transform: none;
	color: #fff;
	font-size: 1.1em;
}

.projectExc p {
    font-family: BrandonRegular, sans-serif;
	color: #fff;
}

#projects h3 {
	font-family: BrandonBlack, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 20px 0 20px 6.13%;
}

#projects h3 a:hover {
	text-decoration: none;
}


/*** Services ***/

#servicesHead {
	margin: 0 0 20px 6.13%;
	position: relative;
}

.vis {
	display: block;
}

.invis {
	display: none;
}

.service {
	background-color: #e2e6bc;
	width: 16%;
	margin-right: 2%;
	padding: 50px 1%;
	float: left;
	min-height: 400px;
	border-radius: 30px 0;
}

.initial:hover {
	width: 17%;
	margin-right: 1%;
}

.serviceCopy {
	display: none;
	margin: 0 2% 0 15%;
}

.serviceHead {
  -ms-transform:rotate(270deg) translate(-110%, 50%); /* IE 9 */
  -moz-transform:rotate(270deg) translate(-110%, 50%); /* Firefox */
  -webkit-transform:rotate(270deg) translate(-110%, 50%); /* Safari and Chrome */
  -o-transform:rotate(270deg) translate(-110%, 50%); /* Opera */
	transform-origin: top left;
	text-align: right;
	width: 350px;
}

#datavis {
	background: #e2e6bc url(img/datavisIcon.svg) no-repeat 10px 10px;
	background-size: 50px 50px;
}

#publications {
	background: #e2e6bc url(img/publicationsIcon.svg) no-repeat 10px 10px;
	background-size: 50px 50px;
}

#websites {
	background: #e2e6bc url(img/websitesIcon.svg) no-repeat 10px 10px;
	background-size: 50px 50px;
}

#presentations {
	background: #e2e6bc url(img/presentationsIcon.svg) no-repeat 10px 10px;
	background-size: 50px 50px;
}

#shoots {
	background: #e2e6bc url(img/photographyIcon.svg) no-repeat 10px 10px;
	background-size: 50px 50px;
	margin-right: 0;
}

#exampleLink {
	font-family: BrandonBold, sans-serif;
}

/****** Category and single pages ********/

.projectPage {
	margin: 0 0 2em 1.84%;
}

.projectCatlist {
	width: 22%;
	height: 260px;
	margin: 1em 1.6% 0 0;
	display: inline-block;
	border: solid 2px #56350c;
}

#project {
	float: left;
	width: 54.37%;
	margin: 0 1.87% 0 0;
}

#sharingSingle {
	border-top: solid 1px #af1e23;
	float: right;
	width: 23.12%;
	margin: 0 1.87% 0 0;
}

#sharingSingle p {
    margin-bottom: 0;
}

#externalVis {
	margin-top: 6em;
	padding-top: 2em;
	border-top: solid 1px #af1e23;
}

/* A few things for the plain page template */

.plainContent {
	width: 78%;
	margin: 0 0 2em 18.74%;
}

.spaceAbove {
	margin-top: 2em;
}

.qlockTable thead tr th {
	background: #56350c;	
}

.tablepress.qlockTable td {
	color: #56350c;	
}

.tablepress.qlockTable .odd td {
    background-color: #f2f6cb;
}

.tablepress.qlockTable .row-2 td, .tablepress.qlockTable .row-16 td, .tablepress.qlockTable .row-20 td {
    padding-top: 16px;
	font-family: BrandonBlack, sans-serif;
    text-transform: uppercase;
}

/* social media buttons are a bit smaller and different colours to the footer versions */

#sharingSingle .email, #sharingSingle .linkedin, #sharingSingle .facebook, #sharingSingle .pinterest, #sharingSingle .twitter {
  	width: 34px;
  	height: 34px;
}

.ssmButton {
  	width: 34px;
  	height: 34px;
}

.ssm {
	fill: #56350c;
}

.ssm:hover {
	fill: #af1e23;
}
  	

#testimonial {
	float: right;
	width: 19.12%;
	background-color: #f2f6cb;
	border-left: solid 9px #af1e23;
	padding: 6px 2%;
	margin-top: 8em;
}

.quote p {
    font-family: BrandonMediumItalic, sans-serif;
    line-height: 1.3;
}

.testAuthor p {
    font-family: BrandonBlack, sans-serif;
    margin-bottom: 0;
    padding-top: 0.3em;
	border-top: solid 1px #af1e23;
}

.testDetails p {
    font-family: BrandonLight, sans-serif;
    margin-top: 0;
}

.projImage {
	float: left;
	width: 73.11%;
}

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

#prSummary {
	float: left;
	width: 16.87%;
	margin: 0.4em 1.87% 0 0;
	z-index: 12;
}

#clientDetails h5 {
    font-family: BrandonBlack, sans-serif;
    padding-top: 0.4em;
	border-top: solid 1px #af1e23;
}

#clientDetails p {
    font-family: BrandonLight, sans-serif;
	color: #56350c;
	line-height: 1.2em
}

#nav-below {
	border-top: solid 4px #f2f6cb;
	width: 100%;
	margin-top: 1em;
	padding-top: 1em;
}

#nav-prev {
	float: left;
}

#nav-next {
	float: right;
}


/*** Footer ***/
#contact a {
	color: #f2f6cb;
}

#contact a:hover {
	color: #fff;
	text-decoration: none;
}

#footerContact {
	width: 36%;
	float: right;
	margin-right: 1.87%;
}


/*** Social media ***/

#follow {
  	border-top: solid 1px #f2f6cb;
  	padding-top: 0.3em;
	margin: 4em 0 1.4em 0;
}

#follow p, #sharing p {
	margin-bottom: 0;
}

.faceFollow {
  	width: 42px;
  	height: 42px;
  	margin: 6px 0 0 0;
}
  
#sharing {
  	border-top: solid 1px #f2f6cb;
  	padding-top: 0.3em;
}

#socialmedia {
  	margin: 0;
}

.email, .linkedin, .facebook, .pinterest, .twitter {
  	width: 42px;
  	height: 42px;
  	margin: 6px 3% 0 0;
  	float: left;
}

.email a, .linkedin a, .facebook a, .pinterest a, .twitter a {
	display: block;
  	width: 100%;
  	height: 100%;
}

.smButton {
  	width: 42px;
  	height: 42px;
}

.sm {
	fill: #f2f6cb;
}

.sm:hover {
	fill: #fff;
}
  	
.mbButton {
	width: 32px;
	height: 32px;
}  	

#mbButtonCont {
	float: left;
}

.mbOuter {
	fill:#f2f6cb;
	stroke:#56350c;
	stroke-miterlimit:10;
}

.mbInner {
	fill:#fff;
	stroke:#56350c;
	stroke-miterlimit:10;
}

.mbInner:hover {
	fill:#af1e23;
}


/*** Pop-up form ***/

#formButton {
	width: 100%;
}
	
#mailinglist {
	width: 24.83%;
	float: left;
  	font-size: 1.2em;
    line-height: 1.2em;
  	margin: 0 30.67% 2em 1.84%;
  	padding: 12px 2%;
  	background: #f2f6cb;
	border-radius: 12px 0;
}

#mailinglink{
	float: left;
  	font-size: 1em;
    line-height: 1em;
    width: 80%;
    margin: 0 0 0 3%;
}
  
#downTri {
	display: none;
}


#subsForm {
	color: #56350c;
  	display: none;
}

.gform_confirmation_wrapper {
  	font-size: 1em;
	color: #af1e23;
	margin-bottom:1em;
}  

input[type="submit"] {
	font-family: BrandonRegular, sans-serif;
	color: #fff;
	font-size: 1.1em !important;
	background-color: #56350c;
	border: none;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	text-transform:uppercase;
	padding: 0.5em;
	line-height: 1em;
  	margin-top: 1.2em;
}

input[type="submit"]:hover {
	background-color: #af1e23;
}	

input[type="text"] {
	font-family: BrandonRegular, sans-serif;
	width:70%;
	padding: 0.3em;
  	font-size: 1.3em;
}

.ginput_complex label {
  	font-size: 1.2em;
  	margin-left: 4px;
}

#subsForm ul li {
  	list-style-type: none;
}

.gform_body ul li {
  	font-size: 1.2rem;
	list-style-type: none;
	margin-top: 0.5em;
}

.ginput_container {
  	font-size: 62.5%;
}

#copyright {
	color: #f67e83;
	font-size: 0.8em;
	margin: 3em 0 0 1.87%;
}

.gfield_label {
	margin: .625em 0 0 !important;
	line-height: 1 !important;
}

.gfield_checkbox li label {
	font-size: 1.3em;
}

.gfield_checkbox li input[type=checkbox] {
	margin-top: 0.2em !important;
}

.gform_wrapper .gform_footer {
	margin: 0 !important;
	padding: 0 !important;
}


/*** Fontface ***/

@font-face {
    font-family: 'BrandonBlack';
    src: url('fonts/brandon_blk-webfont.eot');
    src: url('fonts/brandon_blk-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brandon_blk-webfont.woff') format('woff'), /* format was 'woff' but chrome was having issues with the mime type - font/opentype */
         url('fonts/brandon_blk-webfont.ttf') format('truetype');
    font-weight: regular;
    font-style: normal;
}

@font-face {
    font-family: 'BrandonBlackItalic';
    src: url('fonts/brandon_blk_it-webfont.eot');
    src: url('fonts/brandon_blk_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brandon_blk_it-webfont.woff') format('woff'), /* format was 'woff' but chrome was having issues with the mime type - font/opentype */
         url('fonts/brandon_blk_it-webfont.ttf') format('truetype');
    font-weight: regular;
    font-style: normal;
}

@font-face {
    font-family: 'BrandonBold';
    src: url('fonts/brandon_bld-webfont.eot');
    src: url('fonts/brandon_bld-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brandon_bld-webfont.woff') format('woff'), /* format was 'woff' but chrome was having issues with the mime type - font/opentype */
         url('fonts/brandon_bld-webfont.ttf') format('truetype');
    font-weight: regular;
    font-style: normal;
}

@font-face {
    font-family: 'BrandonBoldItalic';
    src: url('fonts/brandon_bld_it-webfont.eot');
    src: url('fonts/brandon_bld_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brandon_bld_it-webfont.woff') format('woff'), /* format was 'woff' but chrome was having issues with the mime type - font/opentype */
         url('fonts/brandon_bld_it-webfont.ttf') format('truetype');
    font-weight: regular;
    font-style: normal;
}

@font-face {
    font-family: 'BrandonMedium';
    src: url('fonts/brandon_med-webfont.eot');
    src: url('fonts/brandon_med-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brandon_med-webfont.woff') format('woff'), /* format was 'woff' but chrome was having issues with the mime type - font/opentype */
         url('fonts/brandon_med-webfont.ttf') format('truetype');
    font-weight: regular;
    font-style: normal;
}

@font-face {
    font-family: 'BrandonMediumItalic';
    src: url('fonts/brandon_med_it-webfont.eot');
    src: url('fonts/brandon_med_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brandon_med_it-webfont.woff') format('woff'), /* format was 'woff' but chrome was having issues with the mime type - font/opentype */
         url('fonts/brandon_med_it-webfont.ttf') format('truetype');
    font-weight: regular;
    font-style: normal;
}

@font-face {
    font-family: 'BrandonRegular';
    src: url('fonts/brandon_reg-webfont.eot');
    src: url('fonts/brandon_reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brandon_reg-webfont.woff') format('woff'), /* format was 'woff' but chrome was having issues with the mime type - font/opentype */
         url('fonts/brandon_reg-webfont.ttf') format('truetype');
    font-weight: regular;
    font-style: normal;
}

@font-face {
    font-family: 'BrandonRegularItalic';
    src: url('fonts/brandon_reg_it-webfont.eot');
    src: url('fonts/brandon_reg_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brandon_reg_it-webfont.woff') format('woff'), /* format was 'woff' but chrome was having issues with the mime type - font/opentype */
         url('fonts/brandon_reg_it-webfont.ttf') format('truetype');
    font-weight: regular;
    font-style: normal;
}

@font-face {
    font-family: 'BrandonLight';
    src: url('fonts/brandon_light-webfont.eot');
    src: url('fonts/brandon_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brandon_light-webfont.woff') format('woff'), /* format was 'woff' but chrome was having issues with the mime type - font/opentype */
         url('fonts/brandon_light-webfont.ttf') format('truetype');
    font-weight: regular;
    font-style: normal;
}

@font-face {
    font-family: 'BrandonLightItalic';
    src: url('fonts/brandon_light_it-webfont.eot');
    src: url('fonts/brandon_light_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brandon_light_it-webfont.woff') format('woff'), /* format was 'woff' but chrome was having issues with the mime type - font/opentype */
         url('fonts/brandon_light_it-webfont.ttf') format('truetype');
    font-weight: regular;
    font-style: normal;
}



/*** Media queries ***/


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

	#searchCont {
		right: 110px;	
	}

}
	
	
/**  Retina iPad portrait **/

	@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)and (-webkit-min-device-pixel-ratio: 2) { 

}

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

	#sharingSingle {
		display: none;
	}

	#titlesCont, .projImage {
		width: 98.13%;
		margin-right: 1.87%;
		position: static;
	}

	#project {
		width: 77.52%;
	}	

	#testimonial {
		width: 70%;
		margin: 1em 1.87% 1em 0;
	}

	#clientDetails h5 {
		font-size: 1.1em;
	}

	#content {
		width: 80%;
	  	margin-left: 10%;
	  	margin-right: 10%;
	  	padding: 0;
	}

	#single_content {
		width: 92%;
	  	margin-left: 4%;
	  	margin-right: 4%;
	  	padding: 0;
	}

	.projectCatlist {
		width: 30%;
	}

	#servicesHead {
		margin-left: 9%;
	}

	.navBlock p {
		display: none;
	}

}

@media only screen and (max-width: 689px) {
  
	#dotNav {
		display: none;
	}

}

@media only screen and (max-width: 639px) {
  
	#resstrip, #menuicon, #resmenu {
		display: block;
	}

	#headWrap {
		margin-top: 46px;
	}

	#searchCont, #searchContSing {
		position: fixed;
		top: 8px;
		right: 12px;
		z-index: 8017;
	}

	#glass, #glassSing {
		fill: #f2f6cb;
	}

	#glass:hover, #glassSing:hover {
		fill: #fff;
	}

	#s {
		border: solid 2px #f2f6cb;
	}

	#magGlass, #magGlassSing {
		margin-top: 8px;
	}

	#threeStripes {
		top: 46px;
	}

	#resmenu .menu ul {
		padding-left: 12px;
		background-color: #56350c;
	}

	#resmenu .menu ul li {
		font-weight: 900;
		border-top: solid 1px #f2f6cb;
		text-transform: uppercase;
		padding: 0.5em;
	}

	.page, #communication {
		width: 68%;
	}

	#prSummary, #project {
		width: 86%;
		float: right;
		margin-right: 1.87%;
	}

	#testimonial {
		width: 76%;
	}

	#titles {
		padding-left: 12.5%;
	}

	#singlesvg, #searchsvg {
		left: 2%;
	}

	#servicesHead {
		margin-left: 13%;
	}

	.service {
		width: 94%;
		margin-left: 2%;
		margin-bottom: 0.2em;
		padding: 26px 1%;
		float: none;
		min-height: 0;
	}

	.initial:hover {
		width: 94%;
		margin-right: 2%;
		padding-bottom: 32px;
	}

	.serviceCopy {
		display: none;
		margin: 0 2% 0 15%;
	}

	.serviceHead {
		transform: none;
		text-align: left;
		width: auto;
		margin: 0 2% 1em 15%;
	}

	#footerContact {
		width: 96.26%;
		margin-right: 1.87%;
		margin-left: 1.87%;		
	}

	#follow {
		margin-top: 1em;
	}

}
	
@media only screen and (max-width: 479px) {
  
  	h1 {
  		font-size: 1.4em;
  	}
  	
	#logo {
		margin-left: -50px;
	}

	#singlesvg, #searchsvg, #catNav, #aboutTinyDot1, #aboutTinyDot2, #aboutLine1, #aboutLine2 {
		display: none;
	}

	.page, #communication {
		width: 74%;
	}

	.page {
		top: 60px;
	}

	#prSummary, #project {
		width: 96.26%;
		float: right;
		margin-right: 1.87%;
		margin-left: 1.87%;
	}

	#titles {
		margin-top: 2em;
		padding-left: 1.87%;
	}

	#testimonial {
		width: 86%;
	}

	.projectCatlist {
		width: 47%;
		margin-right: 1%;
	}

	#recentProjects {
		margin-top: 2em;
	}

	#mailinglist {
		width: 53.66%;
		margin-right: 0;
	}

	#servicesHead {
		margin-left: 20.25%;
	}
	
}

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

	#intro {
		min-height: 620px;
	}
  
	#about {
		min-height: 580px;
	}
  
	.serviceHead {
		margin-left: 22%;
	}

}

@media only screen and (max-width: 329px) {
  
	#logo {
		margin-left: -40px;
		width: 320px;
		height: 89px;
	}

	#logoCircles {
		left: 140px;
	}

	#head {
		height: 89px;
		background-size: 100% 89px;
	}

	.projectCatlist {
		width: 98%;
	}

}

@media print {
	#leftcol {
		display: none;
	}
	
	#content {
		width: 92%;
		margin: 0 4%;
		padding: 0;
	}
	
	h1, h2, h3, h4, h5, p {
		color: #000;
	}
}




