/*
Theme Name: gyd architects
Theme URI: http://www.beamtwenty3.co.uk
Description: Wordpress Theme By Neil Brown for gyd architects
Version: 3.0
Author: Neil Brown
Author URI: http://www.beamtwenty3.co.uk
*/

/* #Reset & Basics (Inspired by E. Meyers) */

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


* {
	outline: none;
}

/* #Basic Styles */

body {
	background: #fff;
	font: 14px 'objektiv-mk1', Helvetica, Arial, sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
 }
 

/* #Typography */

h1, h2, h3, h4, h5, h6 {
	color: #666;
	font-weight: 300;
}

h1 {
	font-size: 36px;
	line-height: 55px;
	margin: 40px 0px 40px 0px;
	padding: 0px;
	letter-spacing: -1px;
	text-align: left;
}

h2 {
	font-size: 26px;
	line-height: 38px;
	margin: 40px 0px 30px 0px;
	padding: 0px;
	letter-spacing: -1px;
	font-weight: 300;
}

h3 {
	font-size: 24px;
	line-height: 33px;
	margin: 40px 0px 30px 0px;
	padding: 0px;
	letter-spacing: -1px;
	font-weight: 300;
}

h4 { font-size: 20px; line-height: 30px; margin-bottom: 4px; }
h5 { font-size: 17px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }


p {
	margin: 0 0 20px 0;
	color: #7b7b7b;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}

em { 
	font-style: italic;
}

strong { 
	font-weight: 600;
}

small { 
	font-size: 80%;
}

/*	Blockquotes  */

blockquote, blockquote p { font-size: 17px; line-height: 28px; color: #999; font-style: italic; }
blockquote { margin: 20px 0 20px 0; padding: 9px 20px 0 19px; border-left: 1px solid #ffcc00; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { 
	border: solid #eee;
	border-width: 1px 0 0;
	clear: both;
	margin: 30px 10% 30px 10%;
	height: 0;
	width: 80%;
	float: left;
}

/* #Links */

a, a:visited { 
	color: #ebbe0c;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

a:hover, a:focus { 
	color: #ebbe0c;
	text-decoration: underline;
}



/* #Lists */

ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }

li { 
	line-height: 18px;
}

.main-content ul {
	margin: 20px 0px 20px 0px;
}

li  {
	margin: 0;
	color: #7b7b7b;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	list-style: none;	
}

.the-project ul {
	margin: 20px 0 30px 0;
}

.the-project ul li::before {
	content: "\2022";
	color: #ffcc00;
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: 0;
	margin-top: 10px;
}



/* #Images */

img  {
	max-width: 100%;
	height: auto;
}

/* Video */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	z-index: 1;
	margin-bottom: 20px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Buttons */

a.button, .button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #878484;
  background: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 37px;
  text-decoration: none;
  white-space: nowrap;
  border: solid 1px #adadad;
  cursor: pointer;
  box-sizing: border-box; 
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
  -ms-transition: all .1s linear;
  transition: all .1s linear;
  margin: 10px 0 0 0;
}


a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #fff;
  background: #e6be1d;
  outline: 0;
  border: solid 1px #e6be1d;
}

a.button:hover {
	text-decoration: none;
}

/* Forms */

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  box-shadow: none;
  box-sizing: border-box;
  width: 98%;
  }



/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 120px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #119cf3;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 300; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}

span.req {
	color: #119cf3;
	font-weight: 900;
}
  
/* Header */

header.top-head {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	position: fixed;
	z-index: 100;
	padding: 30px 0 30px 0;
	transition: background-color 200ms linear;
	transition: 200ms linear;
}

.fixed-header {
	width: 100%;
	height: 140px;
}

.home .fixed-header {
	width: 100%;
	height: 0px;
}

.main-logo {
	width: 250px;
	transition: 200ms linear;
}

header.top-head.scrolled {
	padding: 10px 0 10px 0;
	transition: 200ms linear;
}

.top-head.scrolled {
	background: #f5f5f5;
	transition: background-color 200ms linear;
}

header.top-head.scrolled .main-logo {
	width: 190px;
	margin-top: 5px;
	transition: 200ms linear;
}

header.top-head.scrolled #main-nav {
	margin: 7px auto 0 auto;
}

header.top-head.scrolled .ham-menu {
	transition: 200ms linear;
	top: -6px;
}

header.top-head.scrolled .overlay .closebtn {
	transition: 200ms linear;
	top: 13px;
}

/* Home Page */

p.main-intro {
	margin: 40px 80px 40px;
}

.inner {
	margin: 0px;
}

.home-news h2 {
	font-size: 36px;
	line-height: 55px;
	margin: 60px 0px 60px 0px;
	padding: 0px;
	letter-spacing: -1px;
	text-align: center;
}

/* Page Content Blocks */

.full-width-block {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
}

.the-block {
	flex-grow: 1;
	width: 50%;
	margin: 0;	
}

.image-right.float-flex {
  margin-left: auto;
  order: 2;
}


.left-text .inner, .left-text .inner  {
	padding: 40px 0 40px;
}

.work-inner {
	margin-bottom: 0px;
}


/* Slideshow */

.full-width {
	width: 100%;
	height: 500px;
	margin: 0 auto;
	position: relative;
	background-blend-mode: multiply;
	background-color: #d9d9d9 !important;
}

.full-width.home-slides {
	height: 100vh;
}

.full-width.page-banners {
	margin-bottom: 40px;
}

.banner-heading {
	width: 90%;
	left: 40px;
	bottom: 10%;
	position: absolute;
}

.banner-heading h1 {
	font-size: 52px;
	line-height: 66px;
	font-weight: 300;
	color: #fff;
}

.banner-heading p.sub-heading {
	font-size: 29px;
	line-height: 44px;
	font-weight: 300;
	color: #fff;
}

.banner-heading hr {
	width: 240px;
	margin: 10px 0px 30px 0px;
}

.slideshow {
	width: 100%;
	margin: 40px auto 0 auto;
	min-height: 100px;
}

.home .slideshow {
	width: 100%;
	margin: 0 auto;
	min-height: 100px;
}

.home-page-slider {
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.scroller {
	position: absolute;
	bottom: 50px;
	color: #fff;
	font-size: 30px;
}

a.scrollToTopBtn:focus{
  background: none;
  color: #fff;	
}


.home a, a.scrollToTopBtn {
	outline: none !important;
}

.home .slick-dots {
	left: 40px;
	bottom: 10%;
	text-align: left;
	width: 80%;
}

ul.slick-dots li {
	margin: 0 8px 0 0;
}

.home .slick-dots li button:before {
	color: #ffffff;
    opacity: .55;
	font-size: 18px;
}

.home .slick-dots li.slick-active button:before {
    opacity: .95;
    color: #ffffff;
}

.home .slick-dots li button:hover:before, .slick-dots li button:focus {
	outline: none;
	color: #fff;
}

.slick-dotted.slick-slider {
    margin-bottom: 60px !important;
}

.slick-dots {
    > li {
        display: inline-block;
    }
    > li:only-child {
        display: none;
    }
}

.slick-dots {
	left: 0px;
	bottom: -8%;
	text-align: left;
	width: 80%;
}

.slick-dots li button:before {
	color: #666666;
	opacity: .55;
	font-size: 18px;
}

.slick-dots li.slick-active button:before {
	color: #666;
}

.slick-dots li button:hover:before, .slick-dots li button:focus {
	outline: none;
	color: #666;
}

	.slideshow.fade img {
margin-bottom: 25px;
}

/* Gallery */

img.fade-hover, .news-posts img, .home-links img, .news-post img, .project-gallery-thumb img {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
	-moz-transform: rotate(0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

img.fade-hover:hover, .news-posts img:hover, .home-links img:hover, .news-post img:hover, .project-gallery-thumb img:hover {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	-moz-transform: rotate(0);
}


#swipebox-overlay {
	background: #fff; !important;
}

#swipebox-bottom-bar, #swipebox-top-bar {
	text-shadow: none !important;
	background: #c3c3c3;
	opacity: 1;
}

#swipebox-slider .slide img {
	max-height: 90% !important;
}

/* News & Projects */

.container.new-gallery {
	margin-top: 40px;
}

.project-gallery {
  column-count: 2;
  column-gap: 2%;
}

.project-gallery-thumb {
	display: inline-block;
	margin: 0px 0 40px 0;
	width: 98%;
}

.project-gallery-thumb img {
	width: 100%;
}

.projects {
  column-count: 2;
  column-gap: 20px;
}

.project {
	display: inline-block;
	margin: 0px 2% 20px 2%;
	width: 96%;
}

.project-featured .inner {
	padding: 0;
}

.work-inner {
	padding: 0;
}


.news-post {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.news-post h3 {
	font-size: 16px;
	margin: 5px 0 20px 0;
	font-weight: 400;
}

.news-post img {
	display: block;
}

.single-post .news-post img {
	display: block;
	margin: 40px 0 40px 0;
}

.thumb-hover {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.thumb-hover {
	opacity:0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0); /* For IE8 and earlier */
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
	background: rgb(245, 245,245);
	background: rgba(0, 0, 0, 0.70);
	-moz-transform: rotate(0);
}

.thumb-hover:hover{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	cursor: pointer;
	-moz-transform: rotate(0);
}

.thumb-hover h3 {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
}

.text {
    display: block;
    position: absolute;
    bottom: 0;
    left: 20px;
}

.container.work-with-us {
	margin-top: 60px;
}


.single-image-right img {
	width: 50%;
	float: right;
}

.single-image-right .single-image-right-image img {
	width: 100%;
	float: right;	
}

.single-image-right-text .inner {
	padding: 40px 20px 20px 20px;
}

.single-image-left .single-image-left-image img {
	width: 100%;
	float: right;	
}

.single-image-left-text .inner {
	padding: 40px 20px 20px 20px;
}

.single-image-left img {
	width: 50%;
	float: left;
}

.container.full-image-block, .container.single-image-right, .container.single-image-left, .container.full-text-block, .container.the-project {
	margin-bottom: 60px;
}

.full-text-block .inner {
	padding-top: 20px;
}

.full-image-block img {
	display: block;
}

/* Serach & Filter */

.searchandfilter li[data-sf-field-input-type=radio] label {
    padding: 30px 10px 50px 0px;
    cursor: pointer;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
}

.searchandfilter li {
	color: #666;
}

.searchandfilter li[data-sf-field-input-type=radio] label:hover {
	color: #ffcc00;
}

input[type="radio"] {
	display: none;
}

.searchandfilter ul li li {
    padding: 5px 0;
	display: inline;
}

.searchandfilter ul li {
	padding: 0;
	font-size: 20px;
}

.searchandfilter ul>li>ul:not(.children) {
    margin-left: 0;
    text-align: right;
}

/* Single Post */

.banners {
	width: 100%;
	margin: 0 auto;
}

.banners img {
	width: 100%;
	display: block;
}

/* Portfolio */

.sixteen.columns.return {
	margin-top: 40px;
}


/* Team */

.team-qualification {
	text-align: left;
	margin: 0 0 20px 0;
}

h1.team-title {
	margin: 0px 0px 0px 0px;
}

.profile-photo img {
	margin-bottom: 20px;
}

/* Main Navigation */

#main-nav   {
	width: 100%;
	clear: both;
	margin: 15px auto 0 auto;
	position: relative;
	z-index: 10;
}

.project-nav {
	width: 100%;
	clear: both;
	margin: 15px auto 30px auto;
}

#main-nav ul, .project-nav ul    {
	margin: 0;
	padding: 0;
	text-align: right;
}

#main-nav li, .project-nav li    {
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	position: relative;
}

#main-nav li a, .project-nav li a  {
	display: block;
	line-height: 30px;
	padding: 0 0px 10px 20px;
	letter-spacing: 1px;
	text-decoration: none;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

#main-nav a:link,
#main-nav a:visited, .project-nav a:link, .project-nav a:visited {
	color: #808080;
}

#main-nav ul li:hover > a, .project-nav ul li:hover > a {
	color: #ffcc00;
}

/* Ham Menu */

.overlay {
  height: 0%;
  width: 20%;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: left;
  margin-top: 30px;
}

.overlay a, .overlay span {
  padding: 0px 20px 0px 20px;
  text-decoration: none;
  font-size: 25px;
  line-height: 40px;
  color: #fff;
  display: block;
  transition: 0.3s;
  font-weight: 400;
}

.overlay span:hover {
	cursor: pointer;
}

.overlay li {
	margin: 0;
}

.overlay a:hover, .overlay a:focus {
  color: #ffcc00;
}

.overlay .closebtn {
	position: absolute;
	top: 22px;
	right: 42px;
	font-size: 60px;
	z-index: 1000000;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.ham-menu {
	position: fixed;
	top: 3px;
	right: 60px;
	color: #fff;
	z-index: 10;
}

/* Mobile Nav */

.mobile-nav {
	display: none;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay-content li {
	list-style: none;
	line-height: 40px;
}

.overlay a, .overlay span {
  padding: 0 20px 20px 20px;
  text-decoration: none;
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  transition: 0.3s;
  font-weight: 400;
}

.overlay a:hover, .overlay a:focus {
  color: #fff;
}

.overlay span:hover {
	cursor: pointer;
}

.overlay .closebtn {
	position: absolute;
	top: 33px;
	right: 22px;
	font-size: 60px;
	transition: 200ms linear;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.ham-menu {
	position: fixed;
	z-index: 10;
	top: 14px;
	right: 40px;
	color: #0c0b0b;
	transition: 200ms linear;
}

.home .ham-menu {
	color: #4e4e4e;
}

/* Footer */

footer {
	display: block;
	width: 100%;
	margin: 60px auto 0 auto;
	text-align: left;
	padding: 30px 0px 10px 0px;
	background: #fff;
}

.footer-left {
	width: 50%;
	float: left;	
}

.footer-right {
	width: 50%;
	float: left;	
}

.footer-right .inner, .footer-left .inner {
	padding: 40px 0 40px 0;
}

.blog footer {
	margin-top: 350px;
}

footer.copy {
	width: 100%;
	margin: 0px auto 20px auto;
	text-align: left;
	padding: 14px 0px 10px 0px;
	background: #fff;
}

footer p {
	font-size: 14px;
	line-height: 28px;
	margin: 0;
	color: #333;
}

footer address {
	font-size: 14px;
	line-height: 28px;
	margin: 30px 0 80px 0;
	color: #333;
}

footer .contact {
	text-align: right;
}

p.footer-contact {
	margin-bottom: 10px;
}

footer a:link, footer a:visited, footer.copy a:link, footer.copy a:visited, .footer-nav a:link, .footer-nav a:visited {
	color: #333;
}

.social {
	text-align: right;
}

footer span {
	font-size: 23px;
	margin: 0px 0px 0px 12px;
}

footer li {
	font-size: 14px;
	line-height: 23px;
	margin: 0;
	color: #333;	
}

img.riba {
	width: 150px;
}

/* =WordPress Core  */

.alignnone {
    margin: 5px 20px 20px 0;
}

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

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 6px 5px 3px 5px;
}

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

div.wpcf7 {
	margin: 0px 0px 0px 0px !important;
	padding: 0;
}

div.wpcf7-mail-sent-ok {
	border: 0px solid #398f14 !important;
	color: #666 !important;
}

div.wpcf7-mail-sent-ng {
	border: 0px solid #ff0000 !important;
	color: #666 !important;
}

div.wpcf7-spam-blocked {
	border: 0px solid #ffa500 !important;
	color: #666 !important;
}

div.wpcf7-validation-errors {
	border: 0px solid #398f14 !important;
	color: #666 !important;
}

.wpcf7 {
	position: relative;
	z-index: 1;
}

@media print {

}

