/*
Theme Name: masters
Theme URI: checkdigital.com.au
Description: Custom design and development for Masters.
Author:Check Digital
Version: 1.0 
*/

@import url("css/minified.css.php");

img.maphilighted {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
@media (max-width: 400px){
    iframe.sp-iframe {
        height: 250px;
    }
}

/**Omnific Design Custom Styles**/

.curtain-form input, .curtain-form textarea {
    background:  none;
    border: 1px solid #ccc;
    padding:  10px 5px;
    width: 100%;
    margin: 6px 0;
    font-size:  16px;
}
.curtain-form textarea{
    height: 150px;
    font-family: 'Open Sans', sans-serif;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
}
#submit {
    border: none;
    background: #f57722;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: 250px;
    padding: 15px;
}
#submit:hover{
    opacity: 0.7;
}
#response-good {
    background: #44B449;
    color:  #fff;
    font-weight:  500;
    padding: 10px;
    margin: 10px 0 35px;
}

.page-locations{
    padding-top: 25px;
	overflow: hidden;
}
.page-locations h2, .page-id-384 h2{
    letter-spacing: 0.125em;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2.250em;
}

.custom-tooltip { font-size:14px; line-height:1.2em; }
.custom-tooltip strong { font-weight:bold; font-size:16px; }
.archive .acf-iframe-map iframe {
    max-height: 300px;
}