/*   
Theme Name: Industrial Business Brokers
Theme URI: http://industrialbusinessbrokers.com
Author: Jason Ossenmacher
Author URI: http://actiocreative.com
Version: 1
*/

@import url("css/reset.css");
@import url("css/normalize.css");
@import url("css/ie.css");
@import url("css/grid.css");
/*@import url("css/animate.min.css");*/
@import url("css/paceCount.css");


img.alignnone {float:none; margin: 5px 05px 0;}
img.alignleft {float:left; margin: 5px10px 5px 0px;}
img.aligncenter {display:block; float:none; margin: 5px auto;}
img.alignright {float:right; margin: 5px 05px 10px;}

h2 {font-size: 21px; color: #26A9E1; text-transform: uppercase; font-weight: 700;}

p {color: #000; font-size: 16px; line-height: 1.5; margin-bottom: 10px;}

a {
    text-decoration: none; 
    color: #000;
    webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.sText {font-size: 13px;}

#site-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#site-canvas {
   /* width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: -webkit-transform .33s cubic-bezier(.694, .0482, .335, 1);
    transition: -webkit-transform .33s cubic-bezier(.694,.0482,.335,1);*/
}

#site-wrapper.show-nav #site-canvas {
    -webkit-transform: translateX(0px);
    transform: translateX(0);
}

.get_fixed {
    position: absolute;
    top: 210px;
    float: left;
    width: 100%;}

.makeMeStick {position:fixed !important; top: 60px; z-index: 994; width: 351px;}

@media (max-width: 992px){

.col23 { width: 100% !important; }

.col13 {
    margin-left: 0%;
    width: 100% !important;
    margin-bottom: 25px;
}

.makeMeStick {position: relative !important; width: 100% !important;}

}

.formSidebar {float:left; }

.formSidebar form {padding: 25px !important;}
/*#site-wrapper.show-nav #site-canvas {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
}*/

/* --- HEADER --- */
.topHeader {
    background: #f8f8f8;
    padding: 5px;
    border-bottom: 1px solid #eeeeee;
    color: #656565;
    text-align: center;
}

#header {
	float: left;
	width: 100%;
	background: #fff;
}

.logo img {
    width: 575px;
    float: left;
    padding: 11.5px 0px;
}

@media screen and (max-width: 980px){
    .logo img {
    width: 450px;
    float: left;
    padding: 24.5px 0px;
    }
}

@media screen and (max-width: 850px){
    .logo img {
    width: 365px;
    float: left;
    padding: 33px 0px;
    }
}

.contact-info {
	font-size: 15px;
	text-align: right;
	padding: 29px 0px;
}

.contact-info li { margin-bottom: 10px; }
.contact-info li:last-child { margin-bottom: 0px; }
.contact-info i { margin-right: 5px; }

.subNav {
 	float: left;
    width: 100%;
    text-align: center;
    background: #23282D;
    /*background: #26A9E1;*/
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.subNav a { color: #fff; }
.subNav a:hover, .subNav .current_page_item a { color: #26A9E1; }

.subNav li { 
    display: inline-block;
    margin-right: 2.5%;
    text-align: center;
    padding: 10px 0px;
    border-right: 1px solid rgba(255,255,255,.15);
    padding-right: 2.5%;
     }

.subNav li:last-child { border-right: 0px; margin-right: 0px; padding-right: 0px;} 

.site-menu {
   visibility: hidden; 
   display:none;
   opacity: 0;
}
/*
.site-menu li {opacity: 0;}*/

.mobile { display: none; }

@media screen and (max-width: 768px){

.mobile { display: block; }
.desktop, .contact-info { display:none; }
.logo img {    
    max-width: 375px;
    margin: auto;
    display: block;
    float: none;
    width: 100%;
    padding: 10px 0;
}
.site-menu {
    display:block;
    /*width: 300px;*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(38, 169, 225,.0);
    padding: 15% 10px;
    bottom: 0;
    height: 10000px;
    color: transparent;
   /* box-shadow: inset 1.5em 0 1.5em -.75em rgba(0,0,0,.25);}*/
   z-index:999;
    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;
    opacity: 1;
}

.site-menu li a, .mobileContact li {
color: transparent;
    font-size: 21px;
    margin-top: 20px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0px 30px;
    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;
    cursor: pointer;
}

.site-menu .close {
    position:absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    cursor: pointer;
     webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.small-divide {    width: 125px;
    border-top: 3px solid #fff;
    margin: 30px auto 30px;
    webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    }

.mobileContact li { font-weight: 600; }

.appear {
    visibility: visible;
    background: rgba(38, 169, 225,1);
    color: #fff;
}

.appear-text {color: #fff !important;}

.appear-text-black {color: #fff !important;}

}

/* --- HOMEPAGE --- */

.left-slide {
    width: 50%;
    float:left;
    height: auto;
}

.right-slide {
    width: 50%;
    float:left;
    height: auto;
}

.hero {float: left; width: 100%; position:relative; margin-bottom: 30px;}
.hero_blur {
    position:absolute;
    bottom: 0;
    top:0;
    right:0;
    left:0;
    background: rgba(38, 169, 225, .8);
    z-index:997;
}

.btnRight {
    margin-left: 20px;
}

button {
    background: transparent;
    border-radius: 5px;
    padding: 8px 30px;
    font-size: 18px;
    border: 2px solid #fff;
    box-shadow: none;
    text-transform: uppercase;
    font-weight: 600;
    webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

a button {color: #fff; cursor: pointer;}

button:hover {
    background: #fff;
    color: #26A9E1;
}

.headliner {
    position:absolute;
    margin-top: 7%;
    color: #fff;
    text-align:center;
    width:100%;
    z-index:998;
}

.headliner h1 {
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.cycloneslider-template-standard {margin-bottom: 0px !important;}

.buyCol img, .sellCol img {
    width: 85%;
    height: auto;
    margin: 25px auto;
    display: block;
}

.sellCol img {
    width: 70%;
}

.sellCol li {
list-style: initial;
    margin-left: 50px;
    font-size: 16px;
margin-bottom: 10px;
}

@media screen and (max-width: 1200px){
.submitbtns .g-recaptcha {transform:scale(.55);-webkit-transform:scale(.55);transform-origin:0 0;-webkit-transform-origin:0 0;}

.submitbtns input[type="submit"] {width: 140px; margin-left: 10px;}
}

.homecontact textarea {height: 63px; resize: none;}
.homecontact form {margin: 30px 0px; text-align: center;}

@media screen and (max-width: 768px){

    .left-slide, .right-slide {width: 100%;}

    .cycloneslider-template-standard {margin-bottom: 0px !important;}
        
    .left-slide {margin-bottom: 0px !important;}

    .headliner {margin-top: 15%;}

    }

@media screen and (max-width: 500px){

.headliner {margin-top: 7%;}

.headliner h1 { font-size: 40px; }

button {font-size: 16px;}

.btnRight {
    margin-left: auto;
    display: block;
    text-align: center;
    margin-right: auto;
    margin-top: 15px;
}

}

/* --- PAGE CONTENT --- */

.video-responsive{
    overflow:hidden;
    padding-bottom:75.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* --- FOOTER --- */

#footer {
    text-align: center;
    margin-top: 50px;
    float: left;
    width: 100%;
}

#footer a { color: #000;}

#footer .nav {
    margin: 25px 0;
    border: 1px solid #7F7F7F;
    text-align: center;
}

#footer .nav li {
    display: inline-block;
    padding: 10px 5%;
    font-size: 14px;
    font-weight: 600;
}

#footer .nav li a { color: #000;}

#footer .nav li a:hover { color: #26A9E1;}

#footer h4 {font-size: 18px; font-weight:bold; margin-bottom: 10px;}

.footerInfo li {
display:inline-block;
margin-right: 10px;
padding-right: 10px;
border-right: 1px solid #000;
}

.footerInfo li:last-child {margin-right: 0px; padding-right: 0px; border-right: 0px;}

@media screen and (max-width: 650px){

    #footer .nav {display: none;} 

    .footerInfo li {width: 100%; border-right: none; margin-right: 0px; padding-right: 0px; margin-bottom: 10px;}

}
.copyright {margin-bottom: 25px;}

.copyright p {font-size: 14px;}

/* --- ABOUT PAGE --- */

#infoPage {
    float: left;
    width: 100%;
    margin: 25px 0;
}

.about-row {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.about-row img{
    height: 60px;
    width: auto;
}

/* --- FORM STYLING CONTENT --- */

form {
    border: 1px solid #CCC;
    border-radius: 5px;
    padding: 25px 35px 25px;
    position:relative;
    float: left;
    width: 100%;
}

form p {
    float: left;
    width: 100%;
}

form h3 {
    font-size: 17px;
    margin-bottom: 20px;
    }

input, textarea {
    margin-top: 5px;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    width: 100%;
    float: left;
    z-index:999;
    position:relative;
}

textarea {width: 100%; height: 100px;}

input:focus, textarea:focus, select:focus {
  border: 1px solid #26A9E1;
  outline: 0;
}

input[type="submit"] { 
    background: rgb(38, 169, 225);
    color: #fff;
    border-radius: 3px;
    padding: 7px 15px;
    margin-top: 15px;
    border: 1px solid #26A9E1;
    cursor: pointer;
    webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width:200px;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
    }

input[type="submit"]:hover { background: rgba(38, 169, 225,.8); }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #000;
    -webkit-border-radius: 5px;
    border-radius: 3px;
    font-size: 14px;
    padding: 8px 10px;
    width: 100%;
    cursor: pointer;
    background: #fff url(./images/dd-arrows.png) no-repeat right center;
    background-size: 20px;
    border: 1px solid #CCC;
    margin-top: 5px;
    float: left;
    z-index: 999;
    position:relative;
}

.captchaContain {
    float: left;
    width: 100%;
}
.captchaCenter {
    margin: 10px auto 0px !important;
    width: 243px;
}

#rc-imageselect, .g-recaptcha {transform:scale(.8);-webkit-transform:scale(.8);transform-origin:0 0;-webkit-transform-origin:0 0;}

@media screen and (max-width: 575px){
#rc-imageselect, .g-recaptcha {transform:scale(.85);-webkit-transform:scale(.85);transform-origin:0 0;-webkit-transform-origin:0 0; !important}
.captchaCenter {width: 100% !important;}
}
/*
.rc-anchor-normal {
    height: 74px;
    width: 285px !important;
}

.rc-anchor-logo-portrait { margin: 10px 0 0 10px !important; }
.rc-anchor-normal .rc-anchor-pt { margin: 4px 29px 0 0 !important; }

*/

.dd p {text-transform: uppercase; font-size: 14px; color: #A9A9A9;}

.dd input {margin-top: 5px; padding: 9px 8px;}

div.wpcf7 img.ajax-loader {
    position:absolute; 
    top: 50%; 
    left: -moz-calc(50% - 37.5px);
    left: -webkit-calc(50% - 37.5px);
    left: -o-calc(50% - 37.5px);
    left: calc(50% - 37.5px);
    width: 75px;
    z-index:999;
}

div.wpcf7-validation-errors {
    border: none;
    text-align: center;
    color: #ff0000;
    border: none !important;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

div.wpcf7-mail-sent-ok {
    border: none !important;
    text-align: center;
    font-size: 18px;
    color: #000000;
}

.buysell form {
    float: right;
    width: 400px;
    margin: 30px 0px 30px 30px;
}

@media screen and (max-width: 650px){}

@media screen {

* { margin: 0; padding: 0; }
body { background: white; font: 14px/1.4 Georgia, Serif; }
body { 
    font-family: 'Open Sans', sans-serif; 
}
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

#page-wrap { width: 960px; margin: 20px auto; }

h1, h2, h3 { margin: 0 0 10px 0; }
h1 { }
h2 { }
h3 { }

p { }
a { }
a:hover { } 

blockquote { }
blockquote p { }

ul, ol { }

.post { }

.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#meta { }
.postmetadata { }

#sidebar { }

.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { }
	#s { }
	#searchsubmt { }
	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
textarea { }


} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */