/*
Theme Name: Triton
Theme URI: http://www.fuckyeahmedia.com
Author: Fuck Yeah! Media
Author URI: http://www.fuckyeahmedia.com
Description: 
Version: 1.0
*/

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}

/*ESSENTIALS*/

body {
  background: #fff;
  font-family: 'Roboto', sans-serif;
  color: #222;
  font-size: 90%;
}
img {
  max-width: 100%;
  height: auto;
}
p {
line-height: 1.2;
}
a {
  color: #c3a006;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a:hover, a:focus {
  color:#222;
  background: transparent;
  text-decoration: none;
}
.grey {
  color: #686868;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.grey:hover, .grey:focus {
  color:#c3a006;
  background: transparent;
  text-decoration: none;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.clear {
  clear: both;
}
.vanish {
  display: none;
}
.appear {
  display: block;
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*BOOTSTRAP*/

.row {
  margin-bottom: 2em;
}
.col-md-3, .col-md-4, .col-md-6, .col-md-8, .col-sm-3, .col-sm-6, .col-sm-4 {
  margin-bottom: 2em;
}
.navbar li a:hover, .navbar li a:focus {
  background: #b79605;
  color: #fff;
}
.navbar-toggle {
  border: 1px solid #c3a006;
}
.icon-bar {
  background: #c3a006;
}
.navbar-collapse {
  padding-left: 0;
  margin-left: 0;
}

#logo {
  background: url('images/dark_dotted2.png') repeat;
  padding-bottom: 20px;
/*  padding-top: 170px;*/
padding-top: 70px;
  border-bottom: 10px solid #434229;
  box-shadow: 0px 2px 2px #b79605;
}
.navbar {
  background: url('images/groovepaper.png') repeat;
  border-bottom: 1px solid #8e8d86;
  border-top: 1px solid #222;
  font-family: 'Montserrat', sans-serif;
  margin-top: 0.1em;
  border-radius: 0;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
  margin-bottom: 0;
}
.navbar li {
  text-transform: uppercase;
  font-weight: 700;

}
.navbar li a {
  color: #616056;

}
#homevid {
  background: url('images/dark_dotted2.png') repeat;
  padding:20px 140px;
  margin-bottom: 0.5em;
}
.narrow {
  max-width: 1100px;
}
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.2em;
  color: #000;
  font-weight: 700;
  margin-bottom: 0.5em;
}
h1.home {
  margin-bottom: 0.1em;
}
h1.mustard {
  background: #c3a006;
  padding: 0.9em 0;
  font-size: 2.2em;
  color: rgba(39,38,17,0.8);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.3em;
}
h2 {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0.5em;
  font-size: 1.3em;
  color: #c3a006;
}
h3 {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0.5em;
  font-size: 1.1em;
}
p {
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.8em;
}
.bigpad {
  padding: 4em;
}
.blog {
  padding: 3em 0;
}
.quote {
  font-size: 3em;

  color: #bbb;
  text-align: center;
}
footer {
  background: url('images/dark_dotted2.png') repeat;
  padding-top: 3em;
  /*padding-bottom: 26.14em;*/
  padding-bottom: 10em;
}

.toggle-wrapper {
  position: absolute;
  bottom: 2px;
  padding: 0.6em;
  background: rgba(0,0,0,0.8);
  color: #fff;
  width: 92.8%;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2)
}
.toggle-wrapper p {
  font-size: 0.8em;
}
.toggle-title {
  cursor: pointer;
}

.nopad {
  padding: 0;
}
button {
  border:none;
}
.btn-primary, .wpcf7-submit {
  padding: 0.4em;
  border-radius: 5px;
  background: #c3a006;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  background: #c3a006;
  color: #222;
}
h2.toggle-title:hover {
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#services img {
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2)

}
.bg {
  width: 100%;
  height: 100%;

}
#bg-services {
  background: url('images/grunge-bg2.jpg') no-repeat right bottom;
  background-size: cover;
}
#bg-homepage {
  background: url('images/grunge-bg2.jpg') no-repeat right bottom;
  background-size: cover;
}
.btn-enquiry {
  padding: 1.3em;
  margin-top: 1.5em;
}
.services-list {
  margin-bottom: 1em;
  list-style-type: disc;
  padding-left: 1em;
}
.services-list li {
  margin-bottom: 0.5em;
}

.img-caption {
  position: absolute;
  background: rgba(250,250,250,0.7);
  padding: 1em;
  bottom: 20px;
  left: 60px;
  margin: 0 auto;
  border:1px solid #555;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.5)
}
.career-img {
  border:0.5em solid rgba(250,250,250,0.4);
}
.img-caption p {
  font-size: 0.9em;

}
.phone {
  background: #555;
  color: #fff;
  padding: 0.3em;

}
.number {
  background: #fff;
  color: #555;
  padding: 0.3em;
}
.topbar {
  background: #222;
  color: #c3a006;
}
.topbar .container {
}
.topbar p {
  padding: 0.5em 0;
  margin-bottom: 0;
  line-height: 1;
}
footer ul li {
    padding: 0.3em 0;
    display: inline-block;
    margin-right: 1em;
    font-size: 0.9em;
}
footer ul li:before {
  content: "• ";
}
footer ul li:last-child {
  margin-right: 0;
}
footer ul li a {
    color: #686868;
    padding: 0.2em 0;
}
footer ul li a:hover {
  color: #c3a006;
}
footer img {
  margin-bottom: 2em;
}

input, textarea, .wpcf7-select {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.5em;
  width:325px;
}
.gold {
    color: #c3a006;
}
.wpcf7-mail-sent-ok {
  border: none !important;
}

.small-text {
  font-size: 0.8em;
}
.footer-menu {
  margin-bottom: 2em;
}
.img-margin {
  margin-bottom: 2em;
}
.date {
  font-size: 11px;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }












/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { ... }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 

.row {
  margin-bottom: 0;
}

 }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { ... }