/*
Theme Name: Scorpio 2017
Author: iVent Services
Author URI: http://ivent.com.au/
Description: Theme developed for Scorpio Screens & Blinds
Version: 2.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: red, black, reponsive-layout, bootstrap-3
Text Domain: scorpio2017


*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto+Mono|Roboto+Slab|Roboto:100,300,400,500,700,900');
/* =WordPress Core[
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
    max-width: 96%;
    height: auto;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    max-width: 96%;
    height: auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
    max-width: 96%;
    height: auto;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
    max-width: 96%;
    height: auto;
}

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, .gallery-caption {
    background: none;
    border: none;
    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;
    white-space: nowrap;
    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. */
}
.sticky{
    background: rgba(255,255,255,0.1);
}
.bypostauthor{
    font-style: italic;
}
/* ]End WordPress Core
-------------------------------------------------------------- */
/* =Logged In css for admin bar[
-------------------------------------------------------------- */
/*.admin-bar #top-nav-bar {
    top: 32px;
}
.admin-bar #wrapper {
    margin-top: 32px;
}*/

/* ]End Logged In
-------------------------------------------------------------- */
/* =Bootstrap Override[
-------------------------------------------------------------- */
.bg-primary {
    background-image: none;
    background-color: #24417b;
    color: #fff;
}
a.bg-primary:hover, a.bg-primary:focus {
    background-color: #182c54;
}
.bg-success {
    background-image: none;
    background-color: #dff0d8;
}
a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3;
}
.bg-info {
    background-image: none;
    background-color: #d9edf7;
}
a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee;
}
.bg-warning {
    background-image: none;
    background-color: #fcf8e3;
}
a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5;
}
.bg-danger {
    background-image: none;
    background-color: #f2dede;
}
a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9;
}
/* ]End Bootstrap Override
-------------------------------------------------------------- */
/* =General[
-------------------------------------------------------------- */
html, body {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
}
.full-wrap{
    max-width: 100%;
    width: 1210px;
}
.full-wrap-inner{
    padding: 0 5px;
}
.no-padding {
    padding: 0;
}
#wrapper{
    overflow: hidden;
}
/* ]End General
-------------------------------------------------------------- */
/* =Header[
-------------------------------------------------------------- */
#main-content-wrap {
    margin-top: 15px;
}
.top-header-link {
    display: block;
    margin: 25px 0 20px;
}
.top-header-link img{
    border: 1px solid #fff;
}


.address-header, .top-phone {
    background-color: #b9c5c9;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.5rem;
    line-height: 1.1em;
    margin: 101px 0 0;
    padding: 10px;
}
.top-phone{
    background-color: #2ba6f2;
}

.main-header {
    background-color: #fff;
    border: 1px solid;
    float: left;
    margin: 12px 0 6px;
    min-width: 50%;
    padding: 10px 50px;
}

/* ]End Header
-------------------------------------------------------------- */
/* =Navigation[
-------------------------------------------------------------- */

#nav-bar-logo {
    height: auto;
    width: 1px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.beyond-logo #nav-bar-logo {
    width: 55px;
}
.navbar {
    margin-bottom: 0;
    min-height: 35px;
}
.navbar-nav > li > a {
    font-size: 13px;
    padding: 5px 10px;
}

/* ]End Navigation
-------------------------------------------------------------- */
/* =Slider[
-------------------------------------------------------------- */
.slide .slide-message {
    bottom: 5%;
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    right: 5%;
    width: 50%;
}

.slide-title.h2 {
    margin: 0;
}
.slide-subtitle.h1 {
    font-family: "Roboto Slab",serif;
    font-size: 44px;
    line-height: 0.9em;
    margin: 0.2em 0;
}
.slide-text-content.h4 {
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

/* ]End Slider
-------------------------------------------------------------- */
/* =Gallery[
-------------------------------------------------------------- */

.image-gallery > div {
    padding: 0 3px;
}
.image-gallery > div .thumbnail {
    margin-bottom: 6px;
    padding: 2px;
}
.image-gallery > div .thumbnail-circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin-bottom: 6px;
    padding: 2px;
}
/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-o-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.mfp-open .mfp-figure {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -ms-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}
/* ]End Gallery
-------------------------------------------------------------- */
/* =Testimonial[
-------------------------------------------------------------- */
.h3.bottom-text {
    margin: 0;
}

/* ]End Slider
-------------------------------------------------------------- */
/* =Testimonial[
-------------------------------------------------------------- */
.testimonial-block {
    margin-bottom: 20px;
    position: relative;
}
.testimonial-block .well {
    margin: 0;
}
.testimonial-block p:last-child {
    margin: 0;
}

.testimonial-block .signature {
    bottom: 0;
    position: absolute;
    right: 0;
}


/* ]End Testimonial
-------------------------------------------------------------- */
/* =Block Heading[
-------------------------------------------------------------- */

.cb-heading-block > * {
    background-color: rgba(0, 44, 86, 0.7);
    color: #fff;
    font-family: "Roboto Condensed";
    font-weight: 300;
    margin: 4% 0 1% 2%;
    padding: 5px;
}
.cb-heading-block.no-image > * {
    margin-left: 0;
    padding-left: 2%;
}
/* ]End Block Heading
-------------------------------------------------------------- */
/* =Table Block[
-------------------------------------------------------------- */
table.double-heading-table {
    table-layout: fixed;
    text-align: center;
}
.nav-title {
    display: inline-block;
    line-height: 1em;
    padding-right: 10px;
    vertical-align: middle;
    white-space: normal;
    width: 80%;
}
.nav-file-info {
    display: inline-block;
    padding: 5px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 15%;
}
.nav-file-info span {
    display: block;
    font-size: 21px;
    padding-left: 9px;
}
.nav-filesize {
    font-size: 9px;
}
.file-btn {
    text-align: left;
}
.table-responsive > .table.column-table > tbody > tr > td {
    white-space: normal;
}
/* ]End Table Block
-------------------------------------------------------------- */


/* =Map Block[
-------------------------------------------------------------- */
.acf-map {
    display: block;
    height: 700px;
    padding: 5px;
    width: 100%;
}


.gm-style img.img-responsive {
    max-width: 100%;
}
/* ]End Map Block
-------------------------------------------------------------- */

/* =FB Block[
-------------------------------------------------------------- */

.fb-logo {
    height: auto;
    width: 64px;
}

/* ]End FB Block
-------------------------------------------------------------- */
/* =Contact Forms[
-------------------------------------------------------------- */

.hidden_label > label {
    display: none;
}
.gform_fields li, .gform_wrapper li {
    margin: 0 0 2px;
}

/* ]End Contact Forms
-------------------------------------------------------------- */
/* =Responsive[
-------------------------------------------------------------- */
@media (max-width:767px){

    .main-header-logo.img-responsive {
	display: inline;
    }
    .address-header, .top-phone {
	font-size: 7vw;
	letter-spacing: -0.5vw;
	margin: 0 0 10px;
	padding: 5px;
	text-align: center;
    }
    .top-header-link {
	margin: 10px 0;
    }

    #site-title .col-xs-6 {
	padding: 0;
    }


    table.double-heading-table {
	table-layout: auto;
    }
    table.double-heading-table > thead > tr > th, 
    table.double-heading-table > tbody > tr > th, 
    table.double-heading-table > tbody > tr > td {
	min-width: 45px;
	padding: 1px;
    }
}