./*
Theme Name: ABC
Author: Sales Architects
Description: ABC by Sales Architects
Version: 1.0.0
*/


/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}/*# sourceMappingURL=normalize.min.css.map */


/* General */

html, body {
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    font-family: 'IBM Plex Sans', sans-serif;
    color:#0a0a0a;
    font-weight:bold;
}

body{
    font-size:16px;
    color:#0a0a0a;
  	background-color:#fff;
}

h1{
	  font-size:48px;
	  line-height:1.3em;
    margin-top:0;
    margin-bottom:15px;
}

h2{
    font-size:34px;
  	line-height:1.4em;
    margin-bottom:20px;
}

h3{
    font-size:22px;
    line-height:1.5em;
}

h4{
    font-size:20px;
    line-height:1.5em;
}

h5{
  font-size:18px;
  line-height:1.5em;
}

h1.pagetitle{
  font-size: 50px;
}

.subtitle{
  font-weight:lighter;
}

.uppertitle{
  font-weight:bold;
  color:#017dc2;
  text-transform:uppercase;
}

@media only screen and (max-width: 768px) {
    h1{font-size:38px;}
    h2{font-size:30px;}
    h3{font-size:25px;}
    h4{font-size:18px;}
}

h1 span.highlight, h2 span.highlight, h3 span.highlight, h4 span.highlight, h5 span.highlight, h6 span.highlight{
	color:#017dc2;
}

p, ul, li{
    color:#5e5e5e;
    line-height:1.6em;
}

p.bigger, .bigger p{
	font-size:120%;
}

a{
    color:#017dc2;
    font-weight:500;
    text-decoration:none;
    padding-bottom:2px;
    /*font-size:14px;
    text-transform:uppercase;*/
}

a.underline{
  border-bottom:1px solid #017dc2;
}

a.white{
  color:white;
}

a.white.underline{
  border-bottom-color:white;
}

a:hover, a:focus{
    color:#017dc2;
    text-decoration:none;
}

.vc_section{
  width:100%;
}

.wpb_text_column ul{
    list-style: none;
}

.wpb_text_column ul li:before{
    content: '✓';
    color:#017dc2;
    position: absolute;
    left: -20px;
}

form.searchandfilter ul li:before{/* don't show for SF Filter */
  display:none;
}

.wpb_text_column li{
    position: relative;
}

.vc_single_image-wrapper img{
  border-radius: 4px !important;
}

.vc_single_image-wrapper.vc_box_shadow img{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px !important;
}

@media only screen and (max-width: 767px) {
    .mobile-align-text-left {
        text-align:left !important;
    }
    .mobile-align-block-left {
        margin-left:0 !important;
    }
}

.row-maxwidth{
  max-width:1280px;
  margin:auto !important;
}

.break-word{
  word-break: break-word;
}


/* Single post header */
#single-post-header{
  position:relative;
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #000;
  color:white;
}

#single-post-header #header-bg{
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  opacity:0.1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#single-post-header h1{
  color:white;
}



/* Blockquote */
blockquote{
	border-left:0;
}

blockquote::before{
	content: "\201C";
	color:#F3F3F3;
	font-size:10em;
	position: absolute;
	left: 10px;
	top:-70px;
	z-index:-1;
}

blockquote::after{
	content: "\201D";
	color:#F3F3F3;
	font-size:10em;
	position: absolute;
	right: 10px;
	top:-30px;
	z-index:-1;
}



/* Image Callout */
.image-cta .wpb_content_element{
  margin-left:50px;
}

.image-cta .wpb_text_column{
  background-color:#017dc2;
  position:absolute;
  bottom:10%;
  left:-5px;
  padding:20px 50px 20px 20px;
}

.image-cta .wpb_text_column h3, .image-cta .wpb_text_column a{
  color:white;
}

.image-cta .wpb_text_column h3{
  margin-bottom:5px;
}

@media screen and (max-width:991px) {
  .image-cta .wpb_content_element{
    margin-left:0;
  }

  .image-cta .wpb_text_column{
    left:20px;
  }
}



/* Buttons */
a.vc_btn3{
  text-transform:none;
}

.vc_btn3.vc_btn3-size-md{
  font-size:16px;
}

.vc_btn3.vc_btn3-color-accent.vc_btn3-style-outline{
    color: #017dc2;
    border-color: #017dc2;
    background-color: transparent;
}
.vc_btn3.vc_btn3-color-accent.vc_btn3-style-outline:focus, .vc_btn3.vc_btn3-color-accent.vc_btn3-style-outline:hover {
    color: #fff;
    border-color: #017dc2;
    background-color: #017dc2;
}

.vc_btn3.vc_btn3-color-accent, .vc_btn3.vc_btn3-color-accent.vc_btn3-style-flat {
    color: #fff;
    background-color: #017dc2;
}
.vc_btn3.vc_btn3-color-accent.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-accent.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-accent:focus, .vc_btn3.vc_btn3-color-accent:hover {
    background-color: #3497ce;
}

.vc_btn3-container.vc_btn3-inline{
  margin-right:15px;
}


/* Icons */
.vc_icon_element-color-accent{
  color: #017dc2;
}

.vc_icon_element-background-color-accent{
  background-color: #017dc2;
}

.vc_icon_element-background-color-accent-light{
  background-color: #eef6fb;
}

.vc_icon_element{
  margin-bottom:20px;
}



/* WPBakery custom classes */
.box-shadow-small .vc_column-inner{
	box-shadow:2px 2px 5px -2px rgba(0,0,0,0.1);
}

/* WPBakery grid builder */
.vc_gitem-zone.auto-height.vc_gitem-zone-a .vc_gitem-row-position-top,
.vc_gitem-zone.auto-height.vc_gitem-zone-b .vc_gitem-row-position-top {
  position: inherit !important;
}
.vc_gitem-zone.auto-height.vc-gitem-zone-height-mode-auto:before {
  padding: inherit !important;
}



/* WPBakery Carousel */
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav{
  opacity:1 !important;
}



/* Forms */
input[type=text],
input[type=email],
select,
textarea{
    padding:10px;
    background-color:#fff;
    border:2px solid #e3e3e3;
	border-radius:5px;
	width:100%;
}

input[type=text].button-height,
input[type=email].button-height,
select.button-height,
textarea.button-height{
	padding-top:18px;
	padding-bottom:18px;
}

input[type=submit],
input[type=button],
.wpforms-submit{
  padding:14px 20px;
  background:#017dc2;
  color:white;
  border:0 none;
  cursor:pointer;
  border-radius: 5px;
  line-height:normal;
  transition: all 200ms;
}

input[type=submit]:hover,
input[type=button]:hover,
.wpforms-submit:hover{
  background-color: #3497ce;
}

.light input[type=submit],
.light input[type=button],
.light .wpforms-submit{
  padding:14px 20px;
  background:white;
  color:#0a0a0a;
  border:0 none;
  cursor:pointer;
  border-radius: 5px;
}

.wpcf7 input{
	margin: 5px 0;
}

.wpcf7 form .wpcf7-response-output{
  margin-top:10px;
	margin-left:0;
	margin-right:0;
  background-color: #f7f7f7;
  padding:15px 20px;
}


/* Gravity forms */
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue{
  background-color:#017dc2;
}

/* Light Gravity forms version */
.light .gform_wrapper{
  color:white;
}

.light .gform_wrapper .gfield_required.gfield_required_asterisk{
  color:white;
}

.light .gfield_error label{
  color:white;
}

/* Validation errors */
.gform_wrapper .gform_validation_errors{
  background-color: #c02b0a;
}

.gform_wrapper .gform_validation_errors .gform_submission_error{
  color:white;
}

/* Condensed Gravity forms version */
.gravityforms-condensed .gform_footer{
  padding-top:10px !important;
  padding-bottom:10px !important;
  margin-bottom:2px;
}

.gravityforms-condensed .gform_footer input{
  margin-bottom:2px !important;
}




/* Sales Agent List */
.sales-agent{
  margin:20px 0 40px 0;
}

.sales-agent ul{
  padding:0;
}

.sales-agent ul li:before{
  display:none;
}

.sales-agent ul li i{
  float: left;
}

.sales-agent ul li span{
  display: block;
  padding-left: 30px;
}

.pagination .nav-next a {
  margin-right:10px;
}




/* Footer */

#footer {
    margin-top: auto;
    color: #b7b7b7;
    font-size:14px;
    line-height:1.5em;
}

#footer p, #footer a{
    color: #b7b7b7;
}

#footer a{
    border-bottom:1px solid;
    text-transform:none;
}

#footer h3{
    font-size:18px;
    color:#8d8d8d;
}

#footer ul{
    list-style-type:none;
    padding:0;
}

#footer ul li{
    padding-bottom:15px;
}

#footer-content{
    padding:25px 0 25px 0;
    background-color:#151515;
}

#footer-content .footer-column{
    padding-top:20px;
    padding-bottom:20px;
}

#footer-copyright{
    padding:25px 0;
    background-color:#0a0a0a;
    color:#949494;
}

#footer-copyright a{
    color:#949494;
}

/* Recent posts widget in footer */
#footer .rpwwt-widget ul li{
  padding-bottom:5px;
  margin-bottom:0;
}



/* Cookie notice */
#cookie-notice{
	font-size:inherit;
	box-shadow: 0px -2px 5px -2px rgba(0,0,0,0.1);
}

#cookie-notice .cookie-notice-container{
	padding:15px;
}

#cookie-notice .btn{
	background-color:#017dc2;
	color:black;
}

#cookie-notice .btn:hover{
	text-decoration:underline;
}



/* VC loading animation: dark-colored dots */
@-webkit-keyframes load7 {
    0%,
    100%,
    80% {
        box-shadow: 0 2.5em 0 -1.3em rgba(51, 51, 51, .75)
    }
    40% {
        box-shadow: 0 2.5em 0 0 rgba(51, 51, 51, .75)
    }
}

@keyframes load7 {
    0%,
    100%,
    80% {
        box-shadow: 0 2.5em 0 -1.3em rgba(51, 51, 51, .75)
    }
    40% {
        box-shadow: 0 2.5em 0 0 rgba(51, 51, 51, .75)
    }
}
