/*!
 * Theme Name: Minchin & Sims 
 * Theme URI: http://minchinandsims.com.au
 * Description: Bootstrap Responsive Theme
 * Version: 1.5.0
 * Author: Launchpad Creative
 * Author URI: http://launchpadcreative.com.au
 * Tags: Bootstrap, HTML5, CSS3
 *
 */
/**
 * styles.scss
 * ---
 * Main `sass` file. Import here `sass` files
 */
/**
 * modules/variables
 * ---
 */
/**
 * Typography
 */
/**
 * Colors
 */
/**
 * Grid
 */
/**
 * modules/mixins
 * ---
 */
/**
 * modules/fonts
 * ---
 * Declare fonts here
 */
/*
@font-face {
  font-family: "Font-Name";
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"),
    url("fonts/font-name.woff") format("woff"),
    url("fonts/font-name.ttf") format("truetype"),
    url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * partials/reset
 * ---
 * Reset file
 * NOTE: also `normalize.css` is used
 */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Open Sans", sans-serif;
  font-size: 140%;
  line-height: 1.5;
  color: #444444;
  background-color: white;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

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

input[type="text"],
input[type="search"] {
  font-size: inherit;
  line-height: inherit;
}

::-moz-selection {
  background-color: #04a4cc;
  color: white;
  text-shadow: none;
}

::selection {
  background-color: #04a4cc;
  color: white;
  text-shadow: none;
}

/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
/**
 * Alignment
 */
.alignnone {
  margin: 5px 15px 15px 0;
}

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

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

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

/**
 * Gallery & images
 */
.wp-caption {
  background: white;
  border: thin solid #F0F0F0;
  max-width: 95%;
  padding: 5px 5px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  border: 0 none;
  padding: 0;
  margin: 0;
}

/* .wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 5px 5px;
  font-size: 140%;
  line-height: 1.5;
} */

/**
 * partials/utils
 * ---
 * Utils classes
 */
.clear:before, .clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}

.reset-box {
  padding: 0;
  margin: 0;
}

/**
 * partials/wrapper
 * ---
 */
.wrapper {
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

/**
 * partial/header
 * ---
 */
/**
 * partials/nav
 * ---
 * Menus
 */
/**
 * partials/sidebar
 * ---
 */
/**
 * partials/footer
 * ---
 */
/**
 * partials/print
 * ---
 * Print version
 * (from https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css)
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}


/***Custom Styles***/
.home-text p{
color:#FFF;
font-family: "Gotham SSm A", "Gotham SSm B";
font-style:normal;
font-weight: 400;
font-size: 24px;
line-height: 36px;
text-align: left;
}

.background-image-section { 
background-image: url('img/cm-banner.jpeg');
}

body.page-template-template-contact .content-div-block{
max-width: 725px;
}

.ginput_container .text-field {

    border-style: none;
    font-family: Gotham,sans-serif;
    font-size: 12px;
}
.left-colum .gform_wrapper .top_label input.medium, .left-colum  .gform_wrapper .top_label select.medium, .left-colum .gform_wrapper textarea.medium {
width:100%;
}
body .gform_wrapper label.gfield_label + div.ginput_container{
float:left;
width:100%;
margin-top:0px;
}
.ginput_container  input[type="text"], .ginput_container  input[type="email"]{
    background-color: #ededed;
    border:none;
    color: #555;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 1.42857;
    margin-bottom: 10px;
    padding: 8px 8px !important;
    vertical-align: middle;
    width: 100%;
}
.ginput_container textarea{
min-height: 130px;
border:none;
background-color: #ededed;
width: 100%;
padding: 8px 10px !important;
}
.left-colum  .button{
background-color: #052544;
font-family: "Gotham SSm A", "Gotham SSm B";
font-style:normal;
font-weight: 300;
font-size: 12px !important;
padding: 10px 15px !important;
border:none;
text-transform:uppercase;
}
.gallery-column{
margin-bottom:20px;
}
.gallery-column a:hover{
text-decoration:none;
}
.left-colum  .gform_wrapper .gfield_description+.gform_wrapper .gfield_description.validation_message, .left-colum  .gform_wrapper .ginput_container+.gfield_description.validation_message{
display:none;
}
.left-colum  .gform_wrapper div.validation_error{
display:none;
}
.left-colum  .gform_wrapper li.gfield.gfield_error, .left-colum  .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
background:none;
border:none;
}
.left-colum   .gform_wrapper .gfield_required{
display:none;
}
.gform_wrapper.gf_browser_chrome .gfield_error input[type=email], .gform_wrapper.gf_browser_chrome .gfield_error input[type=number], .gform_wrapper.gf_browser_chrome .gfield_error input[type=password], .gform_wrapper.gf_browser_chrome .gfield_error input[type=tel], .gform_wrapper.gf_browser_chrome .gfield_error input[type=text], .gform_wrapper.gf_browser_chrome .gfield_error input[type=url], .gform_wrapper.gf_browser_chrome .gfield_error select, .gform_wrapper.gf_browser_chrome .gfield_error textarea, .gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text]{
margin-bottom: 10px !important;
}
.gform_wrapper li.gfield_error input[type=email], .gform_wrapper li.gfield_error input[type=number], .gform_wrapper li.gfield_error input[type=password], .gform_wrapper li.gfield_error input[type=tel], .gform_wrapper li.gfield_error input[type=text], .gform_wrapper li.gfield_error input[type=url], .gform_wrapper li.gfield_error textarea{
border:2px solid red !important;
box-shadow:3px;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{
margin-top:5px !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{
margin-left:0px !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield_html{
max-width:100% !important;
}
.left-colum   .gform_wrapper .top_label .gfield_error{
width:100%;
}
.left-colum .gform_confirmation_message{
color:green;
}
.breadcrumb, .breadcrumb .current{
text-transform:uppercase;
font-family: "Gotham SSm A", "Gotham SSm B";
font-style:normal;
font-weight: 300;
}
.breadcrumb a{
color: #5c6165;
font-family: "Gotham SSm A", "Gotham SSm B";
font-style:normal;
font-weight: 300;
}
body.page-template-template-gallery .breadcrumb{
margin-left:10px;
}
.footer-text p{
    color: #919191;
    display: inline-block;
 font-family: "Gotham SSm A", "Gotham SSm B";
font-style:normal;
font-weight: 300;
    font-size: 11px;
    margin-bottom: 20px;
}
.minlistimg{
width:100%;
}
.gallery-column a{
transition: color 0.2s ease 0s;
z-index:3;
position:relative;
}

.mmg{
/* background-image:linear-gradient(transparent 20%, rgba(0, 0, 0, 0.49)); */
position:relative;	
float:left;  
width:100%;
}	
.mmg img{
position:relative;
z-index:-1;
}
.mmg:hover{
background-image:linear-gradient(rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.29)), linear-gradient(transparent 20%, rgba(0, 0, 0, 0.49)); ;
}.gform_wrapper ul.gform_fields li.gfield.msnmess{	margin-bottom: 10px;	float: left;	margin-top:0px;}