/*
Theme Name: Seagrass Films
Theme URI: http://matthayward.com.au
Author: Matt Hayward
Author URI: http://matthayward.com.au/
Description: Custom WordPress theme for Seagrass films
Version: 1.0
*/

@font-face {
    font-family: 'Courier';
    src: url('fonts/courier_new_regular-webfont.woff2') format('woff2'),
         url('fonts/courier_new_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body { background:#292526; font-family: "Courier"; color:#FFF; }

.container-fluid { padding-left: 0px; padding-right: 0px; }
.container-fluid .row { margin-left: 0px; margin-right: 0px; }
.no-margin { margin-left:0px; margin-right: 0px; }
.navbar-default { border-color: transparent; padding-top:15px; padding-bottom: 15px; margin:0px; background:#FFF; }
.navbar-default .navbar-nav>li>a { font-family: 'Montserrat', sans-serif; font-weight: bold; text-transform: uppercase; color:#292526; }
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover { background-color: transparent; color: #211e1e; }
.navbar-brand { padding-top:0px; position: relative; z-index: 1;}
.banner { height:350px; cursor: pointer; display:flex; align-items: center; justify-content: center; text-align: center; width:100%; background-image:url("img/bg.jpg"); background-size:cover; background-position: center; }
.work-banner { height:350px; width:100%; background-image:url("img/bg.jpg"); background-size:cover; background-position: center; }
.page-banner { height:350px; width:100%; background-image:url("img/page-bg.jpg"); background-size:cover; background-position: center; }

.content-holder { padding-top:35px; padding-bottom: 5px; }
.content-holder h1, .content-holder h2, .content-holder h3, .content-holder h4 { margin-top:0px; font-family: "Montserrat"; font-weight: bold; color:#FFF; }
.content-holder h1 { font-size: 46px; line-height: 60px; }
.content-holder p { margin-bottom: 20px; }
.white-social-icon { background:#FFF; color:#292526; transition: 300ms ease color, 300ms ease background; display:inline-block; padding:15px; border-radius: 30px; min-width: 45px; text-align: center; margin-top:15px; margin-bottom: 30px; margin-right: 10px; font-size: 16px; }
.white-social-icon:hover { background:#211e1e; color:#FFF; }
.footer { padding-top:10px; padding-bottom: 10px; background:#211e1e; }
.footer a { text-decoration: none; color:inherit; }
.footer a:hover { text-decoration: underline; }

hr.thick { border-top-width: 10px; max-width: 400px; text-align: left; margin-left:0px;}

.luke-profile { text-align: right;}
.luke-profile img { max-width: 90%; border: 4px solid #FFF; margin-bottom: 20px; }

.contact-form .form-control { border-radius: 0px; padding-bottom: 2px; }
.contact-form .wpcf7-submit { width:100%; max-width:200px; font-family: "Montserrat"; padding-top:10px; padding-bottom: 10px; height:auto; color: #292526; background:#FFF; border:0px;}
.contact-form .wpcf7-not-valid-tip { margin-top: 10px; color:#ce3a21; }
.contact-form .wpcf7-validation-errors { padding:20px; background:#8e2817; border:0px; margin:0px;  }
a.no-style { color:inherit; text-decoration: none; }
a.no-style:hover { text-decoration: underline; }
#navbar { border-bottom: 0px; border-top:0px; }
#navbar.collapse.in, #navbar.collapsing { text-align: right; }
.navbar-default .navbar-toggle { border:0px; border-radius: 0px; margin-right: 15px; }
.navbar-default .navbar-toggle .icon-bar { background-color: #292526; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background: #292526; }
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar { background-color:#FFF; }

.work-preview { width:100%; height:250px; background-size: cover; background-position: center; cursor: pointer; }
.work-info { width:100%; height:100%; background:#211e1e; opacity:0; padding:15px; padding-left:40px; cursor: pointer; text-align: right; font-family: "Montserrat"; position: relative; font-size: 18px; transition: opacity .5s ease-out;
    -moz-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out; }
.work-info:hover { opacity: 0.8; }
.work-info .client { font-family: "Courier"; font-size: 14px; margin-top:8px; display:block; }
.work-info .bottom { position: absolute; bottom:15px; right:15px; padding-left:40px; }
.work-grid .col-sm-6, .work-grid .col-md-3 { margin:0px; padding:0px; }

.banner .play-btn { cursor:pointer; transition: 300ms ease transform, 300ms ease -webkit-transform, 300ms ease -ms-transform; }
.banner:hover .play-btn { transform: scale(1.1); -webkit-transform: scale(1.1); -ms-transform: scale(1.1); }
.banner:hover span { margin-left: 40px; }
.banner span { margin-left: 20px; font-size: 22px; font-family: "Montserrat"; font-weight: bold; background: #211e1e; padding: 10px; padding-left: 15px; padding-right: 15px; transition: 300ms ease margin-left; }

.embed-container { position: relative; overflow: hidden; max-width: 100%; height: 450px; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 450px; }
.video-container { display: none; background: black; }
.photo-stack { width: 100%; margin-top:30px; }
.service-image { width: 200px; height: 200px; margin-left: auto; margin-right: auto; border-radius: 50%; background-color: white; margin-top: 30px; margin-bottom: 30px; background-size: cover; }

@media (max-width:991px) {
  .content-holder h1 { font-size: 40px; }
}

@media (max-width:767px) {
  .photo-stack { width:100%; padding-left:15px; padding-right: 15px; margin-top:30px; }
  .luke-profile { text-align: center; margin-top: 40px; }
}

@media (max-width:600px) {
  .content-holder h1 { font-size: 35px; }
}


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

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: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
