/*
Theme Name: APWireless
Description: APWireless Theme
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
Text Domain: apwireless
*/

*:not(i):not(.fa):not(.fas):not(.soc-font-icon) {
  font-family:Arial !important;
}

.gform_required_legend {
	display:none;
}

#input_3_3 {
	border-color:#8b8d94 !important;
}

#input_3_6 {
	border-color:#8b8d94 !important;
}

#input_3_11 {
	border-color:#8b8d94 !important;
}

#input_2_3 {
	border-color:#8b8d94 !important;
}

#input_2_5 {
	border-color:#8b8d94 !important;
}

#input_2_6 {
	border-color:#8b8d94 !important;
}

#input_2_11 {
	border-color:#8b8d94 !important;
}

.gfield_required .gfield_required_asterisk {
	color:#000000 !important;
}

h1, h2, h3, h4, h5, h6 {line-height: 1.51; text-wrap: balance !important;}
h1 {font-size:36px;}
h2 {font-size:32px;}
h3 {font-size:24px;}
h4 {font-size:20px;}
h5 {font-size:16px;}
h6 {font-size:14px;}
p, li {
	line-height:1.61;
	font-size:15px;
	text-wrap: pretty !important;
}

/*Consent checkbox style for pages with dark backgrounds */
.form-text-white, .form-text-white label, .form-text-white p, .form-text-white a {
	color:#ffffff !Important;
}

.brand-logos-container {
    display:flex;
    justify-content: center;
    align-items: center;
}
.brand-logos-container img {
    max-width:160px !important;
    max-height:110px;
    width:100%;
    height:auto;
    background-size:cover;
}
.brand-logos-container .vc_column_container > .vc_column-inner {
    padding-left:0px !important;
    padding-right:0px !important;
}

.testimonials-cta a {
    text-align: center;
	margin-inline:auto;
}

.default-btn-shortcode {
	font-weight:bold !important;
	padding-top:14px !important;
	padding-bottom:14px; !important;
}

/************** New Navigation Styles ****************/ 

.apw-header {
    border-bottom:1px solid #e5e5e5;
    position:fixed;
    top:0;
    z-index:9999;
    width:100%;
    background:#fff;
	transition: .3s;
	font-family:'Montserrat', sans-serif;
}
.admin-bar .apw-header {
	margin-top:32px;
}
.apw-header .menu {
    display: flex;
    flex-direction: row;
}
.apw-header .menu-item {
    margin:0;
    padding:0 10px;
    border-left:1px solid #E5E5E5;
    text-align: center;
    justify-content: center;
    line-height: 1.3;
    display: flex;
}
.apw-header .menu-item a {
    font-weight:400;
    color:#2a2a2a;
    font-size:.9375em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top:9px;
    padding-bottom:3px;
    letter-spacing: .03rem;
}
.apw-header .menu-item a::after {
    content:' ' ;
    height:3px;
    width:0%;
    display: block;
    background:#2a2a2a;
    transition:.3s;
    margin-top:3px;
}
.apw-header .menu-item:hover a {color:#4E89BD;}
.apw-header .menu-item:hover a::after {
    width:100%;
    background:#4E89BD; 
    
}

.apw-header .current-menu-item a, .apw-header .current-menu-parent a, .apw-header .sub-menu .current-menu-item a {color:#4E89BD !important;}

.apw-header .menu-item > .sub-menu,
.apw-header .contact-btn-container > .sub-menu {
    visibility: hidden;
    background-clip: padding-box;
    border-top:20px solid #ffffff;
    border-right:1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    box-shadow:0px 5px #4E89BD;
    opacity: 0;
    position: absolute;
    transition:all  0.35s ease;
    left:50%;
    transform: translateX(-50%);
    margin-left:0;
    background:#ffffff;
    top:100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
	padding-bottom: 5px;
}
.contact-btn-container {
    position:relative;
}
.contact-btn-container > .sub-menu {min-width:100%;}
.apw-header .menu-item:hover > .sub-menu,
.apw-header .contact-btn-container:hover > .sub-menu,
.apw-header .sub-menu:hover {
visibility: visible;
opacity: 1;
z-index: 99999;
transition:all  0.35s ease;
}

.apw-header .sub-menu  .menu-item  {
    white-space: nowrap;
}

.apw-header .sub-menu .menu-item .sub-menu {
    left: 100%;
    transform: translateX(0px);
    top: -10px;
	border-top:10px solid #ffffff;
	padding-top:0;
	min-width:auto;
}

.apw-header .sub-menu  a  {
    font-size:13px;
    font-weight:400;
    padding:10px 7px !important;
    text-decoration:none;
    color:#2a2a2a !important;
    border-radius:5px;
    transition:.3s;
    line-height: 1.31;
    display:block;
    width:100%;
}

.apw-header .sub-menu li a, .apw-header .sub-menu  li  { color:#2a2a2a !important; }

.apw-header .sub-menu  a:hover  {
    font-weight:400;
    padding:3px;
    text-decoration:none;
    color:#4E89BD !important;
    background:#efefef;
}
.apw-header .sub-menu a:after {display: none !important;}


.header-cta-container {
    position:relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-left:1px solid #E5E5E5;
    padding:  0px 15px;
    margin-bottom:0 !important;
    overflow: visible;
}
.header-cta-container ul {display: flex; margin-bottom:0;}
.header-cta-container ul li > .country-list {
    visibility: hidden;
    background-clip: padding-box;
    border-top:20px solid #ffffff;
    border-right:1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    box-shadow:0px 5px #4E89BD;
    opacity: 0;
    position: absolute;
    transition:all  0.35s ease;
    right:0;

}
.header-cta-container ul li:hover > .country-list,
.header-cta-container ul li .country-list:hover {
    visibility: visible;
    opacity: 1;
    z-index: 99999;
    transition:all  0.35s ease;
}
.header-cta-container ul li ul li {
    clear: both;
}
.country-list  li{
    display:flex;
    flex-direction: row;
}
.country-list  li ul  {
    display:flex;
    flex-direction: column;
    background:#ffffff;
    padding:10px;
}

.country-list  a  {
    font-size:12px;
    font-weight:600;
	width:100%;
	text-align:center;
    padding:5px 10px !important;
    text-decoration:none;
    color:#2a2a2a;
    border-radius:5px;
    transition:.3s;
}

.country-list  a:hover  {
    font-size:12px;
    font-weight:600;
    padding:3px;
    text-decoration:none;
    color:#4E89BD;
    background:#efefef;
}

.contact-btn {
    background:#F5F5F5;
    border: 1px solid #e7e7e7;
    padding:0px;
    color:#2A2A2A;
    font-weight:600;
    padding-left:15px;
    display:flex;
    align-items: center;
    height:40px;
    font-size:.875em;
    border-radius:18px;
    text-decoration: none;
    text-align: center;
}


.countries-btn {
padding:8px;
border: 1px solid #e5e5e5;
border-radius:18px;
background:#ffffff;
margin-left:15px;
height:40px;

}
.countries-btn img {
    border-radius: 18px;
    max-width: 40px;
    width:100%;
    height:auto;
    display: block;
    background-size: cover;
}

.chevron-container {
height:40px;
display:block;
border-left:1px solid #e7e7e7;
padding:0 10px;
margin-left:10px;
display: flex;
justify-content: center;
align-items: center;
}
.logo-container {
	position:relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right:1px solid #E5E5E5;
	max-width:160px;
	height:auto;
	width:100%;
	box-sizing: content-box;
	padding: 15px;
	}
	.apw-logo {
	width:100%;
	height:auto;
	display: block;
	}

.top-header-bar {
width:100%;
height:80px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
transition:.3s;
}
.bottom-header-bar {
width:100%;
}
.bottom-header-bar .menu-navigation-container {
display:none;
width:100%;
justify-content: center;
}
.masthead {
    display: none;
}

.scroll-down .apw-header {
    transform: translateY(-100%);
	transition: .3s;
}
 
.scroll-up .apw-header {
    transform: translateY(0);
	transition: .3s;
}

.cta-icons {
	font-size:16px;
	padding-right:7px;
}
.contact-btn-container .menu-item a {
	display:flex;
	flex-direction: row;
	justify-content:left;
	align-items:center;
}

@media screen and (max-width:1630px) {
.dt-mobile-header {
    border-left:5px solid #4E89BD;
}

.dt-close-mobile-menu-icon {
    border-radius:5px !important;
}
    
.apw-header .menu-item a {
    padding-top:14px;
    padding-bottom:7px;
}
.bottom-header {
    border-top:1px solid #E5E5E5;
}
.top-header-bar {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height:80px;
}
.menu-navigation-container {
    width:100%;
    display: flex;
    justify-content: center;
    border-top:1px solid #E5E5E5;
    border-bottom:1px solid #E5E5E5;
}
.header-cta-container {
    border:none;
    justify-content: flex-end;
}
.logo-container {
    border:none;
    left:50%;
    transform: translateX(-50%);
    position: absolute;
}

.top-header-bar .menu-navigation-container {
    display:none;
}
.bottom-header-bar .menu-navigation-container {
    display:flex;
}
}
@media screen and (max-width:1024px) {
 .apw-header {
    display: none;
 }
 .masthead {
    padding:0px 10px !important;
 }
 .mobile-branding {
    max-width: 170px !important;
	width:100%;
}
.mobile-branding a {
	width:100%;
	height:auto;
}
.mobile-branding img {
	width:100%;
	height: auto;
}
}

@media screen and (max-width:1024px) {
    .masthead {
        display: block;
    }
}
/************** New Navigation Styles End ****************/ 





/************** LP & Gravity Form Style ****************/ 
@media screen and (max-width: 1000px) {
	.flex-horizontal-center {
		display:flex !important;
		align-items: center;
		justify-content: center;
	}

	.flex-horizontal-reverse {
		display:flex !important;
		align-items: center;
		justify-content: center;
		flex-direction: column-reverse;
	}

}
.lp-contact-form .vc_column-inner {
	border-radius: 15px 15px 0 0 !important;
}
#gform_1 input, #gfrom_1 input[type="submit"] {
	border-radius:5px;
}

.lp-form-container {
	width:min(100%, 680px);
	margin-inline:auto;
	background:rgba(26,47,92,.85);
	padding-top:20px;
	border: 3px  solid #c1d2ec;
	border-bottom: 0px;
	border-radius:15px 15px 0 0;
}
.lp-form-container .optin-text p, .lp-form-container .optin-text a {
	color:#ffffff !important;
	font-size:12px !important;
	text-align:center;
}
.lp-section-title {
	font-size:28px;
	line-height:1.31 !important;
	margin-bottom:15px;
}
.lp-section-title a {
	text-align: left !important;
	margin-top:20px;
	color: #1c75bb;
	font-weight:bold;
}
.lp-section-title a:hover {
	color: #a7af00;
}

.lp-section-title::before {
	content:" ";
	width:120px;
	height: 8px;
	background:#1a2f5c;
	position: relative;
	display: block;
	margin-bottom:20px;
}
.lp-banner-content {
	max-width: 860px;
	margin-inline: auto;
}

.round-border-img img {
	border-radius:15px;
	border:5px solid #1a2f5c;
}
/************** LP & Gravity Form Style End ****************/

/************************************* SITE CUSTOM CSS SECTION ***************************************/

/**** THEME UPDATE FIXES ****/

.layout-list .blog-content .entry-title a {
	font-size:20px;
	font-weight:bold;
}

.layout-list .blog-content .more-link {
	font-size:13px;
	color:#000000;
}

.wf-container-footer .widget-title a {
	font-size:18px;
	margin-bottom:20px;
	font-family: 'Montserrat';
	color:#ffffff;
	font-weight:normal;
	display: block;
}
.wf-container-footer .widget-title {
	line-height: 1.41;
}

.footerNews {
	font-size:14px;
	font-family: 'Montserrat';
}

.home .align-icon {margin-bottom:15px;}

.branding img, .mobile-branding img {
	width:100%;
	height:auto;
}

#headerList a {font-size:13px;}

/**** THEME UPDATE FIXES END ****/

.thankyou-form {
	max-width:750px;
	width:100%;
	margin-left: auto;
	margin-right:auto;
}
.masthead:not(.side-header).full-width .mobile-header-bar { height:80px;}
@media only screen and (max-width: 1350px) and (min-width: 1165px)  {
    .apw_slider {
        height:600px !important;
    }
}

/* need this for Chrome logo */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
 .my_svg_logo {
	width:100%;
	 max-width:100%;
  height:auto;
}
	.mobile-branding .my_svg_logo {
  width:100%;
	 max-width:100%;
  height:auto;
}
}


.footerNews:hover {
	color: #1c75bb !important;
}

#myField {
	border-color:#9e9e9e !important;
}

.wpcf7-form-control .wpcf7-text .wpcf7-validates-as-required
{
	border-color:#1c75bb !important;
}


.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width:100% !important;  
}

.wpcf7 input[type="text"], input[type="email"], input[type="tel"], textarea, select, input[type="file"] {
    border-color: #1c75bb !important;
}

div.newsScroll {
  height: 390px;
	padding-right:20px;
  overflow: scroll;
}

#whoText {
	font: normal bold 24px/34px "Roboto",Helvetica,Arial,Verdana,sans-serif;
}

.content input[type=text], .wpcf7-form input[type=tel], .wpcf7-form input[type=url], .wpcf7-form input[type=email], .wpcf7-form input[type=number], .wpcf7-form input[type=date], .wpcf7-form input[type=range], .wpcf7-form textarea, .wpcf7-select {
	border:1px solid !important;
}

#testimonialBox {
	border: 1px solid #1c75bb;
	color:#ffffff;
	background-color: #1c75bb;
	padding: 5px 5px;
	text-decoration:none;
}


.x-brand img {
	-ms-interpolation-mode: bicubic;
}

input[type=text], select {
	border: 1px solid #696969 !important;
}

.blue {
	color:#1c75bb;
}
.Defaults-globe {
	padding-left:5px;
}

#resourceButton {
	width:175px;
}

#arrowKE {
	color:#1c75bb;
	margin-right:5px;
}
.columnKE1 {
  float: left;
  width: 30%;
  padding: 10px;
	margin-left:50px;
}
.columnKE2 {
  float: left;
  width: 50%;
  padding: 10px;
}

/* Clear floats after the columns */
.rowKE:after {
  content: "";
  display: table;
  clear: both;
}

.buyoutMainMargin {
	margin-right:0px;
}

#homeGap {
	display:none;
}

#buyoutAntIcon{
  height: 150px !important;
}

.widget-title {
	font-weight:bold;
}

#secureAnt1 {
	margin-left:-50px;
	margin-top:4px;
}

.whatIsBuyoutSide {
	margin-left: -80px;
}

#whatIsBuyoutMain {
	margin-left:20px;
}


#graphProgressFont {
	font-size: 17px !important;
}

#graphProgressNew {
		margin-left:90px;
	}
#wpcf7-f6020-p7779-o1 input[type="email"] {
	border: 1px solid;
}

#wpcf7-f6020-p7779-o1 input[type="tel"] {
	border: 1px solid #666666;
}

.columnHome {
  float: left;
  width: 50%;
  padding: 10px;
}

/* Clear floats after the columns */
.rowHome:after {
  content: "";
  display: table;
  clear: both;
}
#gainControlSideMobile {
	display:none;
}
#gainControlSideWide {
	display:block;
}
#earnMoreColumn {
	padding-right:30px;
}
#gainControlColumn {
	padding-right:30px;
}
#benefitsColumn {
	padding-right:30px;
}
#theProcessColumn {
	padding-right:30px;
}
#leaseBuyoutColumn {
	padding-right:30px;
}
.sgpb-popup-dialog-main-div-theme-wrapper-1 {
top:135px !important;
}
.content ul {
	margin: 0px 0px;
}
.content h4 {
	color: #1c75bb !important;
}
.content ul {
		list-style:none;
	}

#triangleIcon ul {
  list-style-image: url('http://apwchile.cl/wp-content/uploads/2019/11/greenTriangle_15px.png');
}

.justify {
	text-align:justify;
}

#mobileDisplay {
	display: none;
}

a:hover {
	text-decoration: none !important;
}

#myMapDiv {
   background-image: url('http://apwchile.cl/wp-content/uploads/2018/11/world_map_color.png');
}

#myMapDv:hover {
   background-image: url('http://apwchile.cl/wp-content/uploads/2018/11/world_map_brazil_tower_.png');
}

#main-slideshow {
	height:315px;
}

.vc-hoverbox-block {
	height:40px;
	width:40px;
}

.menu-text {
	font-size:14px;
}

.containerK {
    width: 80%;
    height: 200px;
    margin: auto;
}
.oneK {
    width: 48%;
    height: 330px;
    float: left;
}
.twoK {
    margin-left: 52%;
    height: 300px;
}

.hoverText a:link  {
	text-decoration:none !important;
	color:#1c75bb;
}

.hoverText a.hover:hover  {
	text-decoration:underline !important;
}

.dt-btn {
		box-shadow: 1px 4px 8px -3px #333333;
}

.ult-tooltipster-base {
	height:85px;
	margin-top: 15px;
}

#landlord_chart {
	color:#ffffff;
}

#landlord_chart h2 {
	color:#ffffff;
}

.accent-gradient .dt-testimonials-shortcode .testimonial-vcard .text-secondary {
	color:#1c75bb !important;
}

.accent-gradient #page .accent-bg .vc_bar {
	background: #1c75bb;
	background: webkit linear gradient(135deg, #1c75bb 30%, #a7af00 100%);
	background: linear-gradient(135deg,#1c75bb 30%,#1ebbf0 100%);
}

.accent-bg {
	background: #1c75bb;
	background: webkit linear gradient(135deg, #1c75bb 30%, #a7af00 100%);
	background: linear-gradient(135deg,#1c75bb 30%,#1ebbf0 100%);
}

.vc_line-chart-canvas {
	width:900px !important;
	height:375px !important;
	margin-left:auto;
	margin-right:-40px;
	float:right;
}

#bar-funds-left {
	left:310px;
}

#bar-funds-right {
	left:120px;
}

.vc_label {
	font-size:17px !important;
	font-weight:bold;
}

.vc_bar {
	height:17px !important;
}

.menu-text {
	font-family: Montserrat !important;
	font-weight:bold;
}

.main-nav {
	font-size:17px !important;
}
.main-nav {
	margin-bottom:0px !important;
}

.main-nav > li a .menu-text {
	font-family: Montserrat !important;
	font-weight:bold !important;
}

.content{
	font-family: Montserrat !important;
	color:#666666;
}

#content {
	font-family: Montserrat !important;
}

.h1 {
	font-family: Montserrat !important;
}

.h2 {
	font-family: Montserrat !important;
}

.h3 {
	font-family: Montserrat !important;
}

.h4 {
	font-family: Montserrat !important;
}

.h5 {
	font-family: Montserrat !important;
}

.aio-icon-title {
	font-family: Montserrat !important;
}

.uvc-main-heading h2 {
	font-family: Montserrat !important;
}

.stats-text {
	font-family: Montserrat !important;
}

.mycust {
	font-family: Montserrat !important;
}

.uvc-heading h2 {
	font-family: Montserrat !important;
}

.ult_btn10_span {
	font-family: Montserrat !important;
}

.wpb_heading {
	font-family: Montserrat !important;
}

.dt-contact-form {
	font-family: Montserrat !important;
}

.dt-btn-1 {
	font-family: Montserrat !important;
}

.dt-btn {
	font-family: Montserrat !important;
}

.wpcf7-form input[type="submit"] {
	background:#1c75bb;
	box-shadow: 1px 4px 8px -3px #333333;
}

.header-bar {
	max-width:1620px !important;
}



g.width {
	width:50px;
}

rect.x.width {
	width:50px;
}

#faqQ {
	font-size:17px;
	color:#ffffff;
	font-weight:bold;
}

#faqA {
	font-size:15px;
	color:#ffffff;
	text-align:justify;
}

#faqQPage {
	font-size:17px;
	color:#1c75bb;
	font-weight:bold;
}

#faqAPage {
	font-size:15px;
	color:#666666;
}

.pay-off-debt {
	width:31.875px;
	x:41;
}

.invest-in-the-market {
	width:31.875px;
}

.re-invest-in-your-business {
	width:31.875px;
}

.home-upgrade-repairs {
	width:31.875px;
}

.invest-in-real-estate {
	width:31.875px;
}

.start-a-college-fund {
	width:31.875px;
}

.retirement-fund {
	width:31.875px;
}

.other {
	width:31.875px;
}

#bar_progress_4 {
	background-color: #f7f7f7;
}


.field::placeholder {
	color:#1c75bb;
	font-family:Montserrat;
}

.columnLanding {
  float: left;
  width: 22%;
  padding: 10px;
}

/* Clear floats after the columns */
.rowLanding:after {
  content: "";
  display: table;
  clear: both;
}

.blankHeader {
	display:none;
}

.pum-theme-5162 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
	background-color:#1c75bb;
	margin-top:-4px
}

#pum_popup_title_5168 {
	text-align:center;
}

#popmake-5168 {
	box-shadow: 1px 4px 8px -3px #333333;
	background-color:#edeeef;
	opacity:0.9 !important;
	height:316px;
	border:3px solid #1c75bb;
}

#pum_popup_title_5168 {
	color:#1c75bb;
}

input[type=text], select {
    display: inline-block;
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    border: 1px solid #000;
    border-radius: 1px;
    box-sizing: border-box;
}

.columnModal {
  float: left;
  width: 25%;
  padding: 10px;
}

.rowModal:after {
  content: "";
  display: table;
  clear: both;
}

#modalLink {
	color:#3a3a3a;
	text-decoration:none;
}

#modalLink:hover {
	color:#1c75bb;
}

#modalLinkFlag {
	color:#000000;
	text-decoration:none;
}

#modalLinkFlag:hover {
	color:#1c75bb;
}

.widget-title:hover {
	color: #1c75bb !important;
}

.breadcrumbs {
	display:none !important;
}

#sidebarLink {
	color: #666666;
	text-decoration:none;
	text-align:center;
}

#sidebarLink:hover {
	color:#1c75bb;
}

#sidebarLinkNews {
	color: #666666;
	text-align:center;
}

#sidebarLinkNews:hover {
	color:#1c75bb;
}

#sidebarLinkNews ul {
  list-style-image: url('http://apwchile.cl/wp-content/uploads/2019/11/greenTriangle_15px.png') !important;
}

.wpcf7-textarea {
	height: 110px;
}

.post-thumbnail-wrap {
	display:none;
}

#landlord_chart h2 {
	font-size: 25px;
	margin-bottom: 13px;
}

#headerFlag {
	margin-top:27px;
}

.ult_modal-body {
	padding: 15px 5px;
}

#headerList {
	display:none;
	font-family:Montserrat;
	font-size:13px;
	font-weight:bold;
	position:absolute;
	top:78px;
	right:0px;
	background:#ffffff;
	color:#333333;
	padding:15px 10px 5px 20px;
	text-align:left;
	margin:auto;
	border:1px solid #ffffff;
	border-radius:0px;
	width:230px;
	height:415px;
}

.headerShow:hover + #headerList {
  display: block !important;
}

#headerList:hover {
	display:block !important;
}

.accent-gradient.popup-message-style .wpcf7-validation-errors, .accent-gradient.popup-message-style .wpcf7-mail-sent-ok {
	background:#1c75bb;
}

.blog-shortcode .entry-title a {
	color:#1c75bb;
}

.accent-gradient #page .description-under-image .post .entry-title a:hover {
	color:#a7af00;
}

.Defaults-map-marker {
	display:none;
}

.paginator:not(.paginator-more-button) a:after {
	background:#1c75bb !important;
}

.accent-gradient .dt-close-mobile-menu-icon span {
	background: #1c75bb !important;
}

.centerMe {
	text-align:center;
}

.centerMeBlue {
	text-align:center;
	color:#1c75bb;
}

.centerMeBlueMargin {
	text-align:center;
	color:#1c75bb;
	margin-top:5px;
}

.colorBlue {
	color:#1c75bb;
}

.testimonialText {
	color:#1c75bb;
	text-align:center;
	font-size:18px;
}

.testimonialName {
	text-align:center;
	font-size:17px;
}

.testimonialsMain {
	color:#666666;
	text-decoration:none;
}

.grayLineHeight {
	color:#666666 !important;
	line-height:22px !important;
	text-align:center;
}

.gray16 {
	text-align:center;
	font-size:16px;
	color:#666666;
}

.faqText {
	color:#666666;
	font-size:18px;
	font-weight:bold;
}

.aanswer {
	display:none;
	text-align:justify;
}

.open {
	display:block;
}

.mapBox {
	background-color:#ffffff;
	color:#a7af00;
}

.fancy-title.entry-title.start-animation-done.start-animation {
	font-family: Montserrat;
	text-transform: capitalize;
}

.slideabout .fa-minus,
.slideabout.open .fa-plus {
    display: none;
}

.fa-plus:before {
    content: "\f067";
}

.slideabout.open .fa-minus {
    display: inline-block;
}

.fa-minus:before {
    content: "\f068";
}

.uv-chart-bg {
	display:none;
}

.uv-frame-bg {
	display:none;
}

.uv-frame {
	margin-left:-73px;
	overflow:visible !important;
	}

.uv-arc-15 .cge-other {
	fill:green !important;
}

.uv-arc-15 .cge-other d.path {
	fill:green !important;
}

.wpcf7-form-control .wpcf7-submit {
	color: #ffffff !important;
}

#wpcf7-f6020-p1113-o1 .wpcf7-submit {
	background-color:#1c75bb !important;
	color:#ffffff !important;
}

#wpcf7-f6020-p7779-o1 .wpcf7-submit {
	color:#ffffff !important;
}


#wpcf7-f6020-p1113-o1 .wpcf7-submit:hover {
	background-color:#a7af00 !important;
}

#wpcf7-f6020-p1113-o1 input[type="text"] {
	border: 1px solid #666666;
}

#wpcf7-f6020-p1113-o1 input[type="email"] {
	border: 1px solid;
}

#wpcf7-f6020-p1113-o1 input[type="tel"] {
	border: 1px solid #666666;
}

#noLL {display:none; margin-top:10px; padding:20px;}
#showContact,
#hideContact{cursor:pointer;}

.tp-simpleresponsive img, .rev_slider img {
	max-height:360px !important
}

.dt-contact-form
input[type=text], select {
	border: 1px solid #666666 !important;
}

.dt-btn-submit:hover {
	background-color:#a7af00 !important;
}

.entry-meta {
	display:none !important;
}

.entry-title a:hover {
	color: #1c75bb !important;
}

.author-info  {
	display: none !important;
}

.comment-respond > h3:after {
	background: #1c75bb !important;
}

.single-related-posts > h3:after {
	background: #1c75bb !important;
}

.comments-area {
	display: none !important;
}

.widget ul li a {
	color: #666666;
}

.widget ul li a:hover {
	color: #1c75bb !important;
}

#more {
	display: none;
}

#myBtn {
	cursor: pointer;
	color:#1c75bb;
}

#myBtn:hover {
	color:#a7af00;
}


.wpcf7-form-control {
	color:#666666 !important;
}

#wpcf7-f1604-p13-o2 .wpcf7-submit {
	color:#ffffff !important;
}

#wpcf7-f7706-p11-o1 .wpcf7-submit {
	color:#ffffff !important;
}

.popup-message-style.accent-gradient .parentFormundefined
{
	background: #1c75bb !important;
}

.post.bg-on {
	background-color:#ffffff;
}

.accent-gradient .details:before {
	background: #1c75bb !important;
}

.h4-size {
	color:#666666 !important;
}

.h4-size:hover {
	color:#1c75bb !important;
}

.post-content a:hover {
	color:#1c75bb !important;
}

.accent-gradient .post-details.details-type-link:after {
	background: #1c75bb !important;
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.text-secondary{
	display:none;
}

.post-content a {
	color:#ffffff !important;
}

#homeVideo {
		margin-left:235px;
	}

#workWithUsCol2 {
	padding-left:50px;
}

#leaseBuyoutSidebar {
	border-left: 2px solid rgba(51,51,51,0.12);
	padding-left:30px;
}
.bootCols{
  height:190px;
  margin:0;
  box-sizing:border-box;
  padding:5px;
}
	#modalCol4Header {
		margin-top:40px;
	}

@media screen and (max-width: 1300px) {
		#headerFlag {
		display:none;
	}
}

@media only screen and (max-width: 1250px){

}

@media only screen and (max-width: 1200px){
	#homeVideo {
		margin-left:175px;
	}
		
}

@media only screen and (max-width: 1100px){
	#homeVideo {
		margin-left:90px;
	}
	
}

@media only screen and (max-width: 1000px){
	
#secureAnt1 {
	margin-left:0px;
}
	
#leaseBuyoutSidebar {
	border-left: 0px;
	padding-left: 0px;
	margin-left:0px;
 }
	#homeVideo {
		margin-left:90px;
	}
		#modalCol3Header {
		margin-top:20px;
	}
#graphProgressNew {
		margin-left:0px;
	}
}

@media only screen and (max-width: 850px){
	
#modalCol3Header {
		margin-top:20px;
	}
#graphProgressNew {
		margin-left:0px;
	}
	
	#rev_slider_8_1_wrapper {
		margin-top:-60px !important;
	}
	
	#main-slideshow {
		height: 308px !important;
	}
	
	#slider-8-slide-75-layer-19 {
		margin-top:80px;
	}

	#slider-8-slide-75-layer-20 {
		margin-top:80px;
	}
	
	#slider-8-slide-75-layer-21 {
		display:none;
	}
	
	#slider-8-slide-75-layer-22 {
		display:none;
	}
	
	#slider-8-slide-70-layer-17 {
		margin-top:94px;
		font-size:18px !important;
	}
	
	#slider-8-slide-70-layer-18 {
			margin-top:90px;
		font-size:18px !important;
	}
}

@media only screen and (max-width: 800px){
	#rev_slider_8_1_wrapper {
		margin-top:-60px !important;
	}
	#continentsCounter {
		margin-left:0px;
	}
	#countriesCounter {
		margin-left:0px;
	}
	#officesCounter {
		margin-left:0px;
	}
	#testimonialsCounter {
		margin-left:0px;
	}
	#transactionsCounter {
		margin-left:0px;
	}
	#transactionsCounter2 {
	margin-left: -30px;
}
	#homeVideo {
		margin-left: 0px;
	}
	#workWithUsCol2 {
	padding-left:0px;
}
	#graphProgressNew {
		padding-top:20px;
	}
	#searchBar {
		padding-top:50px;
	}
	#graphCol2 {
		padding-top:10px;
	}
	#graphCol3 {
		padding-top:10px;
	}
	#graphCol4 {
		padding-top:10px;
	}
	#main {
		margin-top:-80px;
	}
	#main-slideshow {
		height: 175px;
	}
	#leaseBuyoutSidebar {
	border-left: 0px;
	padding-left: 0px;
		margin-left:0px;
}
	.resourceBoxes {
		padding-top:40px;
	}
	
	#teamResource {
		margin-bottom: -45px;
	}
	#faqResource {
		margin-bottom: -45px;
	}
	#newsResource {
		margin-bottom: -45px;
	}
	#careersResource {
		margin-bottom: -25px;
	}
	#sitesResource {
		margin-bottom: -25px;
	}
	#glossaryResource {
		margin-bottom: -25px;
	}
	.wideMap {
		display:none !important;
	}
	#wideDisplay {
		display:none;
	}
	#mobileDisplay {
	display: block;
}
			
.masthead.masthead-mobile-header:not(#phantom) {
		margin-bottom:0px;
	}
	
	.wf-container-main {
		margin-top: 74px;
	}
	
	.ult_hotspot_container {
		margin-top:54px;
	}
	#slide-70-layer-17 {
		margin-top:30px !important;
	transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1.5) !important;
	}
	#slide-70-layer-18 {
		margin-top:20px !important;
		transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1.5) !important;
	}
	#continentsCounter {
		margin-left:75px;
	}
	#countriesCounter {
		margin-left:75px;
	}
	#officesCounter {
		margin-left:75px;
	}
	#testimonialsCounter {
		margin-left:65px;
	}
	 html {
        font-size: 17px;
    }
		#modalCol3Header {
		margin-top:-48px;
	}
	.sgpb-popup-dialog-main-div-theme-wrapper-1 {
top:35px !important;
}
#leaseBuyoutColumn {
	padding-right:0px;
}
#theProcessColumn {
	padding-right:0px;
}
#benefitsColumn {
	padding-right:0px;
}
#gainControlColumn {
	padding-right:0px;
}
#earnMoreColumn {
	padding-right:0px;
}
#earnMoreGraphCol2 {
		margin-top:10px;
}
#earnMoreGraphCol3 {
		margin-top:10px;
}
#graphProgressNew {
		margin-left:0px;
	}
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
	#rev_slider_8_1_wrapper {
		margin-top:-60px !important;
	}
	#continentsCounter {
		margin-left:75px;
	}
	#countriesCounter {
		margin-left:75px;
	}
	#officesCounter {
		margin-left:75px;
	}
	#testimonialsCounter {
		margin-left:65px;
	}
	#modalCol3 {
		height:100px;
	}
	#modalCol4 {
		height:100px;
	}
	#modalCol3Header {
		margin-top:-48px;
	}
	#modalCol4Header {
		margin-top:-50px;
	}
	#modalAsia {
		margin-top:15px;
	}
	#gainControlSideMobile {
	display:block;
}
#gainControlSideWide {
	display:none;
}
#earnMoreGraphCol2 {
		margin-top:10px;
}
#earnMoreGraphCol3 {
		margin-top:10px;
}
#graphProgressNew {
		margin-left:0px;
	}
	.sgpb-popup-dialog-main-div-theme-wrapper-6 {
top:129px !important;
}
.buyoutMainMargin {
	padding-right:20px;
}
.columnKE1 {
  float: left;
  width: 50%;
  padding: 10px;
	margin-left:0px;
}
}

@media screen and (max-width: 660px) {
  .columnLanding {
    width: 100%;
  }
	
	.noMargin {
		margin-left:0px;
	}
	#rev_slider_8_1_wrapper {
		margin-top:-90px !important;
	}
#graphProgressNew {
		margin-left:0px;
	}
.sgpb-popup-dialog-main-div-theme-wrapper-6 {
top:129px !important;
}		
.buyoutMainMargin {
	padding-right:20px;
}
.columnKE1 {
  float: left;
  width: 50%;
  padding: 10px;
	margin-left:0px;
}
}

@media screen and (max-width: 600px) {
  .columnLanding {
    width: 100%;
  }
	
	.noMargin {
		margin-left:0px;
	}
	#rev_slider_8_1_wrapper {
		margin-top:-20px !important;
	}
	#slider-8-slide-70-layer-17 {
		font-size:14px !important;
	}
	
	#slider-8-slide-70-layer-18 {
		font-size:14px !important;
	}
	
	#modalCol3Header {
		margin-top:-49px;
	}
	#numbersRow {
		margin-top:-49px;
	}
.sgpb-popup-dialog-main-div-theme-wrapper-6 {
top:129px !important;
}
#leaseBuyoutColumn {
	padding-right:0px;
}
#theProcessColumn {
	padding-right:0px;
}
#benefitsColumn {
	padding-right:0px;
}
#gainControlColumn {
	padding-right:0px;
}
#earnMoreColumn {
	padding-right:0px;
}
#gainControlSideMobile {
	display:block;
}
#gainControlSideWide {
	display:none;
}
#earnMoreGraphCol2 {
		margin-top:10px;
}
#earnMoreGraphCol3 {
		margin-top:10px;
}
#graphProgressNew {
		margin-left:0px;
	}
.tp-parallax-wrap {
		margin-top:-10px;
	}
.buyoutMainMargin {
	padding-right:20px;
}
.columnKE1 {
  float: left;
  width: 50%;
  padding: 10px;
	margin-left:0px;
}
}







/************************************* THEME CUSTOM CSS SECTION ***************************************/

.wpcf7-submit {
	color: #ffffff !important;	
}

#indiqueMobile {
	display:none;
}

.footer .soc-ico a .soc-font-icon {
	color:#ffffff !important;
}



.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
	margin-bottom: 11px;
}

.collapsible2 {
  background-color: #dbdbdb;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
	margin-bottom: 11px;
}

.collapsible:hover {
  background-color: #555;
}


.gallerycontainer {
  position: relative;
}
.thumbnail img {
  border: 0px solid white;
  margin: 0 5px 5px 0;
}
.thumbnail:hover {
  background-color: transparent;
}
.thumbnail:hover img {
  border: 0px solid blue;
}
.thumbnail span {
  position: absolute;
  background-color: lightyellow;
  padding: 5px;
  left: -1000px;
  border: 0px dashed gray;
  visibility: hidden;
  color: black;
  text-decoration: none;
}
.thumbnail span img {
  border-width: 0;
  padding: 2px;
}
.thumbnail:hover span {
  visibility: visible;
  top: 0;
  left: 25px;
  z-index: 50;
}


#myMapDiv {
   background-image: url('http://www.apwbrasil.com.br/stagingapw/staging/stagingtest/wp-content/uploads/2018/11/world_map_color.png');
	width: 1300px;
}

#myMapDiv:hover {
   background-image: url('http://www.apwbrasil.com.br/stagingapw/staging/stagingtest/wp-content/uploads/2018/11/world_map_brazil_tower_.png');
	width: 1300px;
}

#usaH {
	width: 30px;
	height: 30px;
}

#germH {
	width: 30px;
	height: 30px;
}

#franceH {
	width: 30px;
	height: 30px;
}

#headingPill {
	border-radius:125px;
	margin-left:-125px;
}

.showFaq { 
display: none;
}


.showHim {
	margin-left:16px;
}
.showHim:hover .showFaq {
	display:block;
	margin-left:42px;
	margin-bottom: -15px;
}


.container {
   height: auto;
   overflow: hidden;
}
    
.right {
	/* float: none;  not needed, just for clarification */
	/* the next props are meant to keep this block independent from the other floated one */
	width: auto;
	overflow: hidden;
	padding:10px;
	padding-left:0px;
}

.left {
    width: 130px;
    float: left;
    border-radius: 5px;
    padding: 10px;
}

@media (max-width: 800px) {
	
	.right{	
		padding-left:10px;
	}
		.my_svg_logo {
		margin-left:0px !important;
	}
}



#searchBoxContainer{
	padding:10px;
	width:300px;
	position:absolute;
	z-index:10;
}

@media (max-width: 800px) {
	
.MicrosoftMap .Infobox.no-title .infobox-info{
	
    border-top: 2px solid red;
    padding-top: 20px;
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 100%;
	z-index:100;
	}

	.infobox-body { position:fixed; bottom:0; left:0; right:0; width:100%; height:30%; background-color:#fff;
		maxWidth: 900px;
		width: 800px;
	}
	
input[type=text]{
		top:0;
		right:0;
		left:0;

		width: none;
	}

	input[type=button]{display:none;}
	
	.MicrosoftMap .NavBar_Container .NavBar_MapTypeButtonHeight {
		height: none;
		line-height: none;
	}
	
	#indiqueDesktop {
	display:none;
}
	#indiqueMobile {
	display:block;
}

}

.ultsl-arrow-left4 {
	position:relative;
	top: -80px;
}

.ultsl-arrow-right4 {
	position:relative;
	top: -80px;
}

#countryRow {
	height:200px;
}

.header-bar {
}

.masthead {
	align-items:center !important;
	overflow: visible !important;
}

.vc_single_bar {
	background:#ffffff;
}

.dt-style.vc_progress_bar.default-bg .vc_single_bar {
	background-color: #ffffff;
}

.accent-gradient .filter-bg-decoration .filter-categories a.act {
	background: #1c75bb;
}

.fancy-date {
	display:none;
}

#manualsearch {
	background:#1c75bb;
}

.facebook {
	background:#1c75bb;
}

.linkedin {
	background:#1c75bb;
}

.twitter {
	background:#1c75bb;
}

.footer .soc-ico a .soc-font-icon {
	color:#ffffff;
}

.accent-gradient #main .soc-ico a:after, .accent-gradient #footer .soc-ico a:after {
	background:#a7af00;
}

.content h4 {
	color:#666666;
}

.slideabout h2 .fa-minus-circle, .slideabout.open h2 .fa-plus-circle {
    display: none;
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.slideabout.open h2 .fa-minus-circle {
    display: inline-block;
}


#result {
   position: absolute;
   max-width:870px;
   cursor: pointer;
   overflow-y: auto;
   max-height: 400px;
   box-sizing: border-box;
   z-index: 1001;
  }
  .link-class:hover{
   background-color:#f1f1f1;
  }
  
  #load-data{
	padding-top: 2em;

  }

button.accordion {
    background-color:        #dbdbdb;
    color: #1c75bb;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    outline: none;
    font-size: 19px;
    transition: 0.4s;
	  text-align:center;
}

.goo_pie_chart_table_container {
	color:#ffffff;
}

.entry-date  {
	display: none;
}

.data-link {
	display: none !important;
}

.comment-link {
	display: none !important;
}

.contactMapClass {
	margin-top: -570px !important;
}

.anychart-credits {
	display:none !important;
}
.universal-center {
	display:flex;
	align-items:center;
	justify-content:center;
}