/*
Theme Name: Earth House (based on Halcyon)
Theme URI: http://earthhouseaustralia.com.au/halcyon-child/
Author: Paul Hurkmans
Author URI: http://enpointeconsulting.com.au
Template: halcyon
Description: Halcyon Child.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: halcyon-child
*/

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/

body {
    font-family: 'Lato', sans-serif; 
	-webkit-font-smoothing: antialiased;
	line-height: 26px;  
}
.site {
    background: #ffffff;
}
#primary {
    padding-bottom: 20px;
}
.container {
    padding-left: 25px;
    padding-right: 25px;
}
a, a:active, a:link, a:visited {
    color: #000000;
}
a:hover {
    color: #989898;
}
.page-id-9 .container, .page-id-755 .container {
    width: 1370px;
}
@media only screen and (max-width:1399px){
.page-id-9 .container, .page-id-755 .container {
	width: 100%;
}
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

p {
	margin-top: 0;
}
ul, ol {
    margin: 20px 0 1.5em 0;
}
h1 {
	text-align: left !important;
}
#secondary .widget .widget-title {
    font-family: 'Lato', sans-serif;
}
#primary .page .entry-header .entry-title {
    font-family: inherit;
	text-align: left;
}
#primary .post .entry-header, .page .entry-header {
    padding-top: 0;
}
.home .entry-title {
    display: none;
}
#primary .page .entry-header .entry-title {
    text-transform: none;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 12px;
    color: #222;
    font-weight: 900;
}
.search .site-content .page-header .page-title {
    font-size: 24px;
    line-height: 32px;
    color: #989898;
    font-family: inherit;
    font-weight: 600;
    margin: 0 0 12px;
}
h1 {
    font-size: 24px;
    text-align: center;
}
p {
    margin-bottom: 1em;
}
.fa {
    padding: 0;
}
.text-center {
    text-align: center;
}
#primary .page .entry-content h2.portfolio-entry-title, .portfolio-entry-title  {
    text-transform: none !important;
    margin-top: 10px;
    color: #34495e;
    font-family: inherit;
    font-weight: 300 !important;
    text-align: center;
	font-size: 17px;
    line-height: 20px;
}

@media (max-width: 890px){
body.post-type-archive-jetpack-portfolio .masonry article {
    position: static !important;
}
}

/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/

img.custom-logo {
  	max-width: 130px;
}
.home img.custom-logo {
	max-width: 180px;
}
.alignleft {
	margin-bottom: 1em;
}
.media-container {
    position: relative;
	margin-bottom: 40px;
}
.media-container p {
	margin: 0;
}
.media-image {
  	opacity: 1;
  	display: block;
  	width: 100%;
  	height: auto;
  	transition: .5s ease;
}
.media-middle {
  	transition: .5s ease;
  	opacity: 1;
  	position: absolute;
  	top: 2%;
  	left: 2%;
  	text-align: left;
	width: 50%;
}
.media-middle-left {
    transition: .5s ease;
  	opacity: 1;
  	position: absolute;
  	top: 5%;
  	left: 2%;
  	text-align: center;
}
.media-container:hover .media-image {
  	opacity: 0.4;
}
.media-container:hover .media-middle, .media-container:hover .media-middle-left {
  	opacity: 1;
}
#primary .page .entry-content h2.script {
    font-family: inherit;
	font-size: 26px;
    color: #444;
    text-transform: none;
    font-weight: 400;
    margin-top: 0;
    text-shadow: #525252 1px 1px 1px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	position: relative;
	border-bottom: 1px solid #444;
	display: inline-block;
	padding-bottom: 5px;
}

#primary .page .entry-content h3.normal {
    font-size: 22px;
    color: #444;
    font-weight: 400;
	text-transform: none;
	line-height: normal;
    margin-top: 10px;
    text-shadow: #525252 1px 1px 1px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
#primary .page .entry-content h4.small-script {
    font-size: 20px;
    color: #444;
    font-weight: 300;
	text-transform: none;
	border-bottom: 1px solid #444;
    margin-top: 5px;
    text-shadow: #525252 1px 1px 1px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	display: inline-block;
}
.why-container {
  position: relative;
}
.why-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
}
.why-text-disappear {
    position: absolute;
    bottom: 40px;
    width: 100%;
    height: 0;
    font-size: 20px;
    color: #ffffff;
  	text-align: center;
}
.why-text-disappear.black {
	color: #000000;
    text-shadow: 1px 1px #989898;
}
.why-container .why-text-disappear {
    visibility: visible;
}
.why-container:hover .why-text-disappear {
    visibility: hidden;
}
.why-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color:rgba(255,255,255,0.7);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 1.2s ease;
}
.why-container:hover .why-overlay {
  height: 100%;
}
.why-text {
  white-space: nowrap; 
  color: #000000;
  font-size: 14px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.why-text ul {
    margin: 0;
    line-height: 18px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0;
}
.why-button {
   background: #c70000;
   background: -webkit-gradient(linear, left top, left bottom, from(#fe0000), to(#c70000));
   background: -webkit-linear-gradient(top, #fe0000, #c70000);
   background: -moz-linear-gradient(top, #fe0000, #c70000);
   background: -ms-linear-gradient(top, #fe0000, #c70000);
   background: -o-linear-gradient(top, #fe0000, #c70000);
   background-image: -ms-linear-gradient(top, #fe0000 0%, #c70000 100%);
   padding: 8px 16px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   color: #ffffff !important;
   font-size: 14px;
   text-decoration: none;
   display: block;
   margin: 15px auto 0 auto;
   text-align: center;
   }
.why-button:hover {
   background: #fe0000;
   color: #ffffff;
   }
.why-button:active {
   background: #c70000;
   background: -webkit-gradient(linear, left top, left bottom, from(#fe0000), to(#fe0000));
   background: -webkit-linear-gradient(top, #fe0000, #c70000);
   background: -moz-linear-gradient(top, #fe0000, #c70000);
   background: -ms-linear-gradient(top, #fe0000, #c70000);
   background: -o-linear-gradient(top, #fe0000, #c70000);
   background-image: -ms-linear-gradient(top, #fe0000 0%, #c70000 100%);
   color: #fff;
   }
.gallery-image-container {
  position: relative;
}
.gallery-image-image {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  transition: .5s ease;
}
.gallery-image-container:hover .gallery-image-image {
  opacity: 0.6;
}
.gallery-image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .5s ease;
  background-color: transparent;
}
.gallery-image-text {
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    top: 10%;
    left: 12%;
	text-align: center;
    transform: translate(-10%, -12%);
    -ms-transform: translate(-10%, -12%);
    text-shadow: #525252 1px 1px 1px;
    text-shadow: 0 0 7px rgba(0,0,0,0.4);
    font-family: Verdana, Geneva, sans-serif;
    padding: 10px;
	line-height: 40px;
    width: 95%;
    box-sizing: border-box;
}
.gallery-image-text.black {
	color: #000000;
    text-shadow: 1px 1px #989898;
}
span.small1 {
    font-family: 'Dancing Script', cursive !important;
	font-size: 24px;
    font-weight: 100;
    margin-top: 20px;
}
.gallery {
    text-align: center;
}
.page-id-941 .gallery, .page-id-1182 .gallery {
	text-align: left;
}
.page-id-941 .gallery-item, .page-id-1182 .gallery-item {
    text-align: left;
}
.parent-pageid-941 .gallery, .parent-pageid-1182 .gallery {
	text-align: left;
}
figure.gallery-item {
    margin: 1em 0;
}
.gallery img {
    padding: 8px;
    background: url(images/rammed-earth-background.jpg) no-repeat;
}
img.hero-image {
	margin: 0 auto;
	display: block;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header .header-top {
    background: #ffffff;
    padding: 0;
}
.site-branding {
    width: 17.5%;
}
.header-contact {
    color: #989898;
    font-weight: 600;
    text-align: center;
}
.header-contact a {
    color: #989898;
    text-decoration: none;
}
.header-contact a:hover {
    color: #000000;
}
.header-bottom {
	margin-top: 20px !important;
	margin-bottom: 10px !important;
}
.site-branding {
    margin-top: 0;
}
.site-header .header-top .social-network-section {
    float: none;
}
.site-header .header-top .social-network-section .social-networks {
    margin-top: 3px;
    float: right;
}
.site-header .header-top .social-network-section .fa {
    font-size: 18px;
    line-height: 24px;
    color: #989898;
}
.site-header .header-top .social-network-section .fa:hover {
    color: #000000;
}
.site-header .header-top .social-network-section {
    float: none;
    max-width: 220px;
    margin: 0 auto;
}
.site-header .header-top .social-network-section .social-networks li {
    float: right;
    list-style: none;
    margin-right: 10px;
    margin-left: 10px;
}
.site-header .header-top .social-network-section span {
    color: #989898;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.main-navigation {
	display: none;
}
.site-header .main-navigation {
    width: 80%;
}
.site-header .main-navigation .menu {
    text-align: center;
}
.site-header .main-navigation .menu li {
    float: none;
    display: inline-block;
}
.main-navigation ul li a:hover, .main-navigation ul .current-menu-item, .main-navigation ul li:hover > a {
    background: none;
    color: #000000;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
    color: #000000;
}
.main-navigation ul li a {
    font-family: inherit;
    border-right: none;
    color: #989898;
    font-size: 13px;
    font-weight: normal;
    padding: 20px 24px 0 24px;
}
.main-navigation ul .menu-item-has-children:after {
    left: 50%;
    top: 40px;
    color: #989898;
}
.main-navigation ul ul {
    border-top: none;
    background: #ffffff;
}
.main-navigation ul ul a {
    width: 260px;
}
.sidr {
    font-family: inherit;
    color: #989898;
}
.sidr ul li a {
    color: #989898;
}
li.sidr-class-current_page_item a {
    color: #000000 !important;
    font-weight: bold;
}
#nav-holder .fa {
    color: #808080;
}
.home #nav-holder {
	margin: 40px 0 0 0;
}
#nav-holder {
	margin: 20px 0 0 0;
}

/*--------------------------------------------------------------
# Slideshow
--------------------------------------------------------------*/

.crellyslider {
    margin-bottom: 40px;
}
.preloader {
	display: none !important;
}
.crellyslider > .cs-preloader > .cs-bg{
	filter: initial;
	-webkit-filter: initial;
	-moz-filter: initial;
	-o-filter: initial;
	-ms-filter: initial;
}
.crellyslider > .cs-preloader > .cs-loader{
	z-index: -1 !important;
	display: none;
}
.slider-button {
	font-family: 'Lato', sans-serif !important; 
	font-size: 24px !important;
	font-weight: 300;
	background: #ccc;
	color: #fff;
	padding: 5px 20px;
	opacity: 0.8;
}
.carousel {
  margin-bottom: 30px;
}
.home .carousel, .page-id-1182 .carousel, .page-id-941 .carousel, .page-id-32 .carousel {
  display: none;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  overflow:hidden;
}
.item.active img {
    transition: transform 20000ms linear 0s !important;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.3, 1.3);
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-caption {
    right: 2%;
    bottom: 1%;
    left: 2%;
    z-index: 10;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
}
h2.carousel-caption {
    font-family: 'Dancing Script', cursive !important;
	font-size: 20px;
}
span.lato {
    font-family: 'Lato', sans-serif;
    font-size: 70%;
    position: relative;
    top: 1.5px;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.site-content {
    background: #ffffff;
	padding-top: 0;
}
.hentry {
    margin: 0;
}
.post .entry-content, .page .entry-content {
    padding: 0;
	text-align: left;
}
#primary .post .entry-header, .page .entry-header {
   	margin-left: 0;
    margin-right: 0;
}
#pg-30-1, #pg-34-0, #pg-30-0, #pg-8-0, #pg-8-1, #pg-8-2, #pg-8-3, #pl-8 .so-panel {
    margin-bottom: 10px !important;
}
.home #pl-8 .so-panel {
    margin-bottom: 0 !important;
}
.rammed-earth-process {
	max-width: 454px;
}
#pl-5 h1 {
    margin-top: 0;
}
.home #primary .post .entry-header, .home .page .entry-header {
    margin-top: -24px !important;
}
#primary .post .entry-header, .page .entry-header {
    margin-top: 20px !important;
}
.contact-details i.fa {
    margin-right: 20px;
}
.contact-details .fa {
	font-size: 20px;
}
.contact-details h4 {
    font-weight: 900;
    font-size: 18px;
    margin-top: 0;
}
#pgc-17-0-0 {
    margin-bottom: 0;
}
.blog .post .entry-title a, .single-post #primary .post .entry-title {
    color: #222;
    font-family: inherit;
    text-transform: none;
    font-size: 24px;
    line-height: 32px;
}
.post .entry-header {
    background: #fff;
    text-align: left;
}
.post .entry-title {
	padding: 0;
}
.post .bottom-content .read-more, .widget-area .widget.widget_halcyon_recent_post .read-more, .widget-area .widget.widget_halcyon_popular_post .read-more, .single-post #primary form input[type="submit"] {
    display: inline-block;
    border-right: none;
    border-left: none;
    color: #fff;
    background: #444;
    font-size: 14px;
    line-height: 24px;
    padding: 0 18px;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 600;
	margin-right: 0;
}
.post .bottom-content .read-more:hover, .widget-area .widget.widget_halcyon_recent_post .read-more:hover, .widget-area .widget.widget_halcyon_popular_post .read-more:hover, .single-post #primary form input[type="submit"]:hover {
    color: #fff;
    background: #000;
    text-decoration: none;
}
#primary .post .entry-content {
    border-bottom: none;
}
.post .bottom-content {
    text-align: center;
    padding: 0;
}
.blog #secondary.widget-area .widget ul li a, .search #secondary.widget-area .widget ul li a, .single-post #secondary.widget-area .widget ul li a {
    color: #444;
    font-size: 34px;
}
.bottom-content:after {
    border-bottom: 1px solid #efefef;
    margin: 20px 40px 20px 0;
}
#primary .post .entry-header:after {
    width: 15%;
    height: 1px;
	left: 0;
}
.designs-row h3.widget-title {
    text-align: center;
    color: #444;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio-entry {
    margin-bottom: 1em !important;
}
@media screen and (max-width: 600px) {
.portfolio-entry-mobile-first-item-row, .portfolio-entry-mobile-last-item-row {
    margin-right: 0 !important;
    width: 100% !important;
}
}
a.portfolio-featured-image {
    transition: .5s ease;
  	opacity: 0.5;
}
a.portfolio-featured-image:hover {
    opacity: 1;
}
.single-jetpack-portfolio #secondary {
	display: none;
}
.single-jetpack-portfolio #primary {
	width: 100%;
	margin: 0;
}
img.attachment-halcyon-with-sidebar.size-halcyon-with-sidebar.wp-post-image {
    width: 100%;
}
.jetpack-portfolio-template-default nav.navigation.post-navigation, .jetpack-portfolio-template-default .author-section, .jetpack-portfolio-template-default .comment-form, .jetpack-portfolio-template-default .entry-title {
    display: none;
}
.jp-carousel-light .jp-carousel-image-meta, .jp-carousel-light textarea#jp-carousel-comment-form-comment-field  {
    display: none;
}
.ow-button-base a.ow-button-hover:hover {
    background: #000000 !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000), color-stop(1, #222))!important;
    background: -ms-linear-gradient(bottom, #000, #222)!important;
    background: -moz-linear-gradient(center bottom, #000 0%, #222 100%)!important;
    background: -o-linear-gradient(#000, #222)!important;
    border-color: #282828 #232323 #1b1b1b #232323 !important;
    color: #ffffff !important;
}
div#jp-relatedposts {
    display: none !important;
}

/*--------------------------------------------------------------
# Sidebars
--------------------------------------------------------------*/

#secondary {
	padding-left: 0;
	padding-right: 0;
}
#secondary .widget {
	padding-bottom: 10px;
	padding-top: 10px;
}
#secondary .widget .widget-title {
    color: #989898;
    text-transform: none;
}
#secondary .widget .widget-title:after {
    background: #989898 !important;
    width: 40%;
    left: 30%;
}
section#hot-random_image-2, section#hot-random_image-3 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
#secondary section#hot-random_image-2 {
    padding-top: 0 !important;
}
#secondary .widget .widget-title:after {
    background: none !important;
}
.widget-area .widget.widget_search form input[type="submit"] {
    background: url(images/search-icon.png) no-repeat 41% 48% #ccc;
}
.wdi_feed_main_container .fa {
    font-size: 15px !important;
}

/*--------------------------------------------------------------
# Contact Form
--------------------------------------------------------------*/

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: none;
    background: #989898;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    font-size: 1.4rem;
    text-shadow: none;
	padding: 8px;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border: none;
    box-shadow: none;
    color: #fff;
	text-decoration: underline;
}
div.wpcf7-response-output {
    color: #000000;
}
.contactform .wpcf7-response-output {
    color: #000000;
}
input.wpcf7-form-control.wpcf7-text, input.wpcf7-form-control.wpcf7-textarea {
    font-size: 14px;
    padding: 5px;
}
textarea {
    padding: 5px;
    font-size: 14px;
}
.site-footer .widget form input[type="submit"] {
    text-transform: none;
    background: #444444;
    color: #fff;
    border: 0;
    font-family: inherit;
    padding: 12px 20px;
    margin: 0 auto;
    display: block;
}
.site-footer .column {
    padding-left: 20px;
    padding-right: 17px;
}
.site-footer .widget form input[type="submit"]:hover {
    background: #000;
	text-decoration: none;
}
.site-footer .widget form input[type="text"], .site-footer .widget form input[type="email"] {
    height: auto;
    border: none;
    background: #ffffff;
    color: #444444;
    margin-bottom: 5px;
	width: 100%;
}
#custom_html-3 h2.widget-title, .widget_recent_entries h2.widget-title {
    text-align: center;
}
.widget-area .widget ul li a {
    color: #444;
    font-size: 14px;
    line-height: 22px;
    text-transform: none;
    padding: 8px 0 0;
}
.widget-area .widget ul li a:hover {
    color: #000000;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
    background: #bfbfbf;
}
.site-footer .site-info {
    color: #444;
    background: #bfbfbf;
	padding: 0 0 12px 0;
}
.site-footer .widget {
    margin: 0 0 10px 0;
}
.site-footer .widget-area {
    background: #bfbfbf;
    padding: 25px 0 0 0;
	color: #444;
}
.site-footer .widget-area a, .site-footer .widget-area a:link, .site-footer .widget-area a:visited, .site-footer .widget-area a:active  {
	color: #444;
}
.site-footer .widget-area a:hover  {
	color: #000;
	text-decoration: none;
}
.site-footer .widget-title {
    text-transform: uppercase;
    color: #444;
    font-size: 16px;
    margin-top: 0;
    line-height: 24px;
    margin-bottom: 15px;
}
.site-footer .site-info a {
    color: #444;
}
.site-footer .site-info a:hover {
    color: #ffffff;
}
#colophon .main-navigation {
	float: none;
}
#colophon .main-navigation ul {
    display: inline-block;
    text-align: center;
}
#colophon .main-navigation ul li a {
    padding: 20px 4px 0 4px;
}
#colophon .main-navigation ul li .fa {
    font-size: 14px;
    line-height: 19px;
    color: #ffffff;
    position: relative;
    top: 100%;
    left: 0;
}
#colophon .main-navigation ul li .fa:hover {
    color: #989898;
}
.industry-logos {
	margin-top: 30px;
	margin-bottom: 30px;
}
.industry-logos img {
    margin-left: 15px;
    margin-right: 15px;
    max-height: 30px;
}
.widget-area .fa {
    margin-right: 10px;
    font-size: 40px;
}
.site-footer .widget-area .fa:hover  {
	color: #000 !important;
}

/*--------------------------------------------------------------
# Media Enquiries - Min-Width
--------------------------------------------------------------*/

@media only screen and (min-width: 400px) {
h2.carousel-caption {
	display: block;
    font-size: 30px;
}
#colophon .main-navigation ul li a {
    padding: 20px 12px 0 12px;
}
.why-text {
    font-size: 18px;
	line-height: 24px;
}
.gallery-image-text {
    font-size: 28px;
}
span.small1 {
	font-size: 28px;
}
}

@media only screen and (min-width: 500px) {
#primary .page .entry-content h2.script {
	font-size: 24px;
}
#primary .page .entry-content h3.normal {
    font-size: 24px;
}
.industry-logos img {
    max-height: 50px;
}
}

@media only screen and (min-width: 600px) {
h2.carousel-caption {
	font-size: 40px;
}
#colophon .main-navigation ul li a {
    padding: 20px 30px 0 30px;
}
.industry-logos img {
    margin-left: 30px;
    margin-right: 30px;
    max-height: 50px;
}
}

@media only screen and (min-width: 700px) {

}

@media only screen and (min-width: 768px) {
#secondary {
    width: 30.33%;
    margin-right: 0;
}
input.wpcf7-form-control.wpcf7-text {
    width: 100%;
}
}

@media only screen and (min-width: 900px) {
.contactform {
    width: 47%;
    float: right;
}
.googlemap {
    width: 47%;
    float: left;
}
}

@media only screen and (min-width: 991.5px) {
#nav-holder {
    display: block;
}
}

/*--------------------------------------------------------------
# Media Enquiries - Max-Width
--------------------------------------------------------------*/

@media only screen and (max-width: 991px) {
figure.gallery-item {
    margin: 1em 5px;
}
.site-footer .column {
    width: 100%;
}
.site-footer {
    text-align: center;
}
#colophon .main-navigation {
    display: block;
}
#colophon .main-navigation ul li .fa {
    display: inline-block;
}
.media-middle {
	width: 75%;
}
.site-footer .widget form input[type="text"], .site-footer .widget form input[type="email"] {
	width: 50%;
}
}

@media only screen and (max-width: 900px) {
.crellyslider > .cs-navigation > .cs-slide-link {
    width: 10px;
    height: 10px;  
}
.crellyslider > .cs-navigation {
    bottom: 25px;
}
.slider-button {
	padding: 2px 20px 5px 20px !important;
}
}

@media only screen and (max-width: 780px) {
.home #pgc-8-2-0 {
    margin-bottom: 0 !important;
}
#primary .page .entry-content h2.script {
	font-size: 20px;
}
#primary .page .entry-content h3.normal {
    font-size: 16px;
}
#primary .page .entry-content h4.small-script {
    font-size: 14px;
}
#pgc-17-0-0 {
    margin-bottom: 0 !important;
}
}

@media only screen and (max-width: 767px) {
.site-branding {
   margin-bottom: 0;
   padding-bottom: 0;
}
.site-header .header-top .social-network-section span {
   float: left;
}
}

@media only screen and (max-width: 600px) {
.site-footer .widget form input[type="text"], .site-footer .widget form input[type="email"] {
	width: 80%;
}
.slider-button {
	display: none;
}
}