/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 1.0
*/
#container{
    font-family: Lato;
}
#template1-registration {
    background: #d9d9e5;
    color: #414463;
    padding: 56px 0px !important;
}
#template1-registration-form {
    display: block;
    max-width: 1000px;
    margin: auto;
    width: 66%;
    padding-top: 23px;
}
#template1-registration-form label {
    display: none
}
#template1-registration-form .landing-input{
    display: inline-block !important;
    width: 33% !important;
    margin: 0 1% !important;
    height: 39px !important;
    padding: 0px 15px !important;
    border-radius: 6px !important;
    outline: none !important;
    border: none !important;
    background: #fff !important;
    color: #576366 !important;
    font-size: 14px !important;
    border: none !important;
    font-weight: 900 !important;
}
#template1-registration-form .landing-submit{
    background: #fe8a11 !important;
    width: 20% !important;
    min-width: 203px !important;
    margin: 0 0 0 2% !important;
    height: 39px !important;
    padding: 10px 15px !important;
    border-radius: 6px !important;
    color: #fff !important;
    font-size: 14px !important;
    border: none !important;
    font-weight: 900 !important;
}
::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
    color: transparent;
}
#header-search-plugin-sticky input[type="text"]::-webkit-input-placeholder,
#template1-registration-form input::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
    color:    #7e7f84;
    font-size: 12px;
    font-family: Lato;
}
#header-search-plugin-sticky input[type="text"]::-webkit-input-placeholder,
#template1-registration-form  input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #7e7f84;
    font-size: 12px;
    font-family: Lato;
}
#header-search-plugin-sticky input[type="text"]:-moz-placeholder,
#template1-registration-form  input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #7e7f84;
   opacity:  1;
   font-size: 12px;
   font-family: Lato;
}
#header-search-plugin-sticky input[type="text"]::-moz-placeholder,
#template1-registration-form  input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #7e7f84;
   opacity:  1;
   font-size: 12px;
   font-family: Lato;
}
#header-search-plugin-sticky input[type="text"]:-ms-input-placeholder,
#template1-registration-form input:-ms-input-placeholder  { /* Internet Explorer 10-11 */
   color:    #7e7f84;
   font-size: 12px;
   font-family: Lato;
}
#header-search-plugin-sticky input[type="text"]::-ms-input-placeholder,
#template1-registration-form input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #7e7f84;
   font-size: 12px;
   font-family: Lato;
}
.teplate1-registration-head{
    color: #414463;
    display: block;
    margin: auto;
    text-align: center !important;
    font-size: 28px;
}
.template1-registration-sub{
    color: #7d7d89;
    display: block;
    margin: auto;
    text-align: center !important;
    font-size: 17px;
    padding-bottom: 0;
}
@media (max-width: 1200px) {
   #template1-registration-form{
     width: 90%;  
   }     
   #template1-registration-form .landing-input {
       width: 33%;
   }
}

@media (max-width: 850px) {
   #template1-registration-form{
     width: 80%;  
   }
   #template1-registration-form .landing-input {
       width: 100% !important;
       margin: 15px 0 !important;
   }
   #template1-registration-form .landing-submit {
       width: 100% !important;
       margin:  15px 0 !important ;
   }
   #template1-header-single-report {
       display: block !important;
   }
   #template1-header-single-report .template1-header-text{
       width: 100% !important;
   }
   #template1-header-single-report .header-image-holder{
      display: none;
   }
}

.btn-page-loader-spin-container {
    display: inline-block;
    width: 20px;
    height: 0;
    position: relative;
}
.btn-page-loader-spin {
    position: absolute;
    opacity: 1;
    z-index: 999999;
    top: -15px;
    right: -6px;
    border: 3px solid #fff;
    border-radius: 50%;
    border-top: 3px solid #3ba1df;
    width: 20px;
    height: 20px;
    animation: spin .8s linear infinite;
}
#registration-error {
    display: block;
    text-align: center;
    margin-top: 20px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid;
    border-radius: 4px;
}
.hidden{
    display: none !important;
}
#template1-header-single-report {
    background: #414562;
    padding: 20px 8% 0 8%;
    letter-spacing: 0px;
    display: flex;
    margin-bottom: -50px;
}
#template1-header-single-report .header-title {
    line-height: 1;
    margin-bottom: 34px;
    font-size: 36px;
    color: #fff;

}
#template1-header-single-report .header-content p {
    font-size: 18px;
    color: #fff !important;
}
#template1-header-single-report .template1-header-text{
   display: flex;
   flex-direction: column;
   width: 50%;
   justify-content: flex-start;
   padding-top: 4%;
}
#template1-header-single-report .header-image-full {
    z-index: 999;
    position: absolute;
    max-width: 732px;
}
#template1-header .regular-button{
    font-size: 16px;
    color: #fff;
    background-color: #fe8a11 !important;
    margin-top: 36px !important;
    padding: 16px 62px;
    font-weight: 700;
    border-radius: 7px !important;
    letter-spacing: 0px !important;
}
#template1-header-single-report .header-image-holder{
    z-index: 9999;
    width: 50%;
    margin: auto;
    position: relative;
    overflow: hidden;
}
#template1-header .header-fake-bg-holder{
    background-color: #fff;
}
#template1-header .header-fake-bg{
    width: 100%;
    display: inline-block;
    height: 93px;
    background: #fff;
}
#template1-header-single-report .single-report-header{
        margin-bottom: 0 !important;
}
#template1-header-single-report .single-report-header .header-title{
    text-align: left!important;
}
@media (max-width: 1400px) {
    #template1-header-single-report .header-title {
        font-size: 32px;
    }
    #template1-header-single-report .header-image-full {
        width: 120%;
    }
}

@media (max-width: 1370px) {
    #template1-header .header-image-full {
        width: 100%;
    }
    #template1-header .header-fake-bg-holder{
        display: none !important;
    }
}

@media (max-width: 1000px) {
    #template1-header .template1-header-text{
        padding-right: 8%;
    }
    #template1-header .regular-button{
        font-size: 14px;
        color: #fff;
        background-color: #fe8a11 !important;
        margin-top: 20px !important;
        padding: 10px 30px;
        font-weight: 700;
        border-radius: 7px !important;
    }
    #template1-header .header-title {
        line-height: 1;
        margin-bottom: 34px;
        font-size: 24px;
    }
    #template1-header .header-content p {
        font-size: 14px;
        color: #fff !important;
    }
}
.header-parag{
    font-size: 18px;
    color: #fff !important;
}
.header-img{
    width: 80%;
}
#custom-section{
    background: #ffff;
    padding: 5% 10% 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#custom-section h2{
    font-size: 30px;
}
#custom-section p{
    font-size: 15px;
    color: black;
}
#custom-section .relpost-block-container{
    display: flex;
    flex-direction: column;
    margin: auto;
}
#custom-section .relpost-block-single{
    margin: auto;
}
html {
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  max-width: 100%;
}
.post-type-archive {
  background: #fff !important;
}
.pad-left {
  padding-left: 20px!important;
}
.card-margin {
 margin: 9px!important;
}

.set-dimensions {
  height: 220px!important;
  width: 330px!important;
}

.market-report-posts-card .img-with-aniamtion-wrap {
  padding: 5px 5px 0px 5px!important;
  background-color: #eee!important;
}

@media (max-width: 850px) {
.col.span_12.dark.center {
 width: 83%!important;
  margin-left: 24px!important;
  } 
}

html, body {
  height: auto!important;
}

a {
  cursor: pointer!important;
}

.landing-frame-image{
  width: 100%;
  max-width: 700px !important;
}

.demo-btn {
  background-color:#3a9edb!important;
  color: #fff!important;
  border-radius:8px!important;
  padding:7px 30px 7px 30px ;
  float: left;
  margin-left: 38px;
  margin-top: 30px;
}

.video-dim{
 height: 333px!important;
}

.mashvisor-search{
   max-width: 700px!important;
  display: block!important;;
  margin: auto!important;;
  margin-top: 30px!important;;
  padding-bottom: 105px!important;;
  padding-left: 20px!important;;
  padding-right: 20px!important;;
}

.container-wrap input[type="text"], .container-wrap textarea, .container-wrap input[type="email"], .container-wrap input[type="password"], .container-wrap input[type="tel"], .container-wrap input[type="url"], .container-wrap input[type="search"], .container-wrap input[type="date"] {
  background-color: #fff!important;
  width: 98%;
}

.mashvisor-search-button {
  Background-color: #fe8a11!important;
  cursor: pointer;
}

/* div.pac-container.pac-logo {
  top: 293px!important;
  width: 527px!important;
} */

@media (max-width: 1200px) { 
 #template1-header > div.col.span_12.dark.left > div > div > div > div.wpb_raw_code.wpb_content_element.wpb_raw_html.header-content > div > div > div > div > button > span.mashvisor-search-button-icon > img {
      margin-bottom: 0px!important;
       max-width: 50%!important;
  }

 /* body > div.pac-container.pac-logo.hdpi {
      width: 272px!important;
      top:368px!important;
  } */
  
  .image-bg{
      background-size: 94% 100%;
}

}
.btn-page-loader-spin-container {
  display: inline-block;
  width: 20px;
  height: 0;
  position: relative;
}
.btn-page-loader-spin {
  position: absolute;
  opacity: 1;
  z-index: 999999;
  top: -15px;
  right: -6px;
  border: 3px solid #fff;
  border-radius: 50%;
  border-top: 3px solid #3ba1df;
  width: 20px;
  height: 20px;
  animation: spin .8s linear infinite;
}

#template1-header {
  background: #414562;
  text-align: center!important;
}
#template1-header .header-title {
  line-height: 1;
  margin-bottom: 34px;
  font-size: 36px;
  text-align: center!important;
  color: #ffffff;
  font-family:Lato;
  font-weight:700;
  font-style:normal
}
#template1-header .header-content p {
  font-size: 18px;
  color: #fff !important;
  text-align: center;
}
#template1-header .template1-header-text{
 padding-left: 0;
 margin-bottom: 31px;
 text-align: center;
}
#template1-header .header-image-full {
  z-index: 999;
  position: absolute;
  max-width: 732px;
}
#template1-header .regular-button{
  font-size: 16px;
  color: #fff;
  background-color: #fe8a11 !important;
  margin-top: 36px !important;
  padding: 16px 62px;
  font-weight: 700;
  border-radius: 7px !important;
}
#template1-header .header-image-holder{
  z-index: 9999;
}
#template1-header .header-fake-bg-holder{
  background-color: #fff;
}
#template1-header .header-fake-bg{
  width: 100%;
  display: inline-block;
  height: 93px;
  background: #fff;
}
@media (max-width: 1400px) {
  #template1-header .header-title {
      font-size: 32px;
  }
  #template1-header .header-image-full {
      width: 120%;
  }
}

@media (max-width: 1370px) {
  #template1-header .header-image-full {
      width: 100%;
  }
  #template1-header .header-fake-bg-holder{
      display: none !important;
  }
}
@media (min-width: 1366px) and (max-width:1625px) {
    .market-report-main-container{
        width: 88%;
        margin-left: 6%;
        padding-left: 0px !important;
        margin-right: 6%;
    }
}
@media (min-width: 1625px) {
    .market-report-main-container{
        width: 74%;
        margin-left: 13%;
        padding-left: 0px !important;
        margin-right: 13%;
    }
}
@media (min-width: 1000px) {
  #template1-header .template1-header-text{
     padding-right: 4%;
     padding-left: 3%;
  }
  #template1-header .regular-button{
      font-size: 14px;
      color: #fff;
      background-color: #fe8a11 !important;
      margin-top: 20px !important;
      padding: 10px 30px;
      font-weight: 700;
      border-radius: 7px !important;
  }
  #template1-header .header-title {
      line-height: 1;
      margin-bottom: 34px;
      font-size: 24px;
  }
  #template1-header .header-content p {
      font-size: 14px;
      color: #fff !important;
      text-align: center;
  }
}
.market-report-header{
  padding-bottom: 0px; 
}
.market-report-header-background{
  background: #414562;
  padding-top: 10px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.market-report-posts-container{
  flex-wrap: wrap;
  display: flex;
}
.market-report-main-container{
  padding-top: 1%;
  padding-bottom: 3%;
  display: flex;
  flex-direction: column;
}
.market-report-breadcrumb{
  margin: 10px 0px 15px 15px;
}
.market-report-posts-card{
  background-color: #eee!important; 
  flex: 0 0 23.5%;
}
.market-report-posts-title{
  font-size: 15px;
  color: #3e4360;
  text-align: center;
  font-family:Lato;
  font-weight:400;
  font-style:normal
}
@media (max-width: 550px) {
  .market-report-posts-card{
    flex: 0 0 90% !important;
  }
}
@media only screen and (max-width:768px) and (min-width:550px) {
  .market-report-posts-card{
    flex: 0 0 30% !important;
  }
}
@media (max-width: 1200px) {
  .market-report-posts-card{
    flex: 0 0 31%;
  }
}
.container-wrap {
  padding: 0 !important;
}
.mashvisor-search-button-icon-image {
  width: 16px !important;
  margin-bottom: auto !important;
  height: 16px !important;
}

/* =Blog-Navigation - Pagination
----------------------------------------------- */

nav.pagination {
  position: relative;
  display: flex;
  justify-content: center;
  }

  nav.pagination h2{
    display: none;
  }
  
  .nav-links {
  position: relative;
  }
  
  .nav-links ul {
  margin: 0;
  padding: 0,
  }
  
  .nav-links ul li {
  list-style: none;
  margin:0 10px 0 0;
  padding:0;
  float: left;
  }
  
  .nav-links ul li span.current {
  padding: 10px 12px;
  background: #777;
  border: 1px solid #777;
  display: block;
  line-height: 1;
  border-radius: 4px;
  color: #fff;
  }
  
  .nav-links ul li a {
  padding: 10px 12px;
  background: #ddd;
  color: #666;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: block;
  line-height: 1;
  }
  
  .nav-links ul li a:hover {
  background: #999;
  border-color: #888;
  color: #fff;
  }
  #footer{
    background: url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABkAAD/4QMraHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjMzNzBCODRENjg1QTExRTY5MzNCQjIwNTBFREVBMEZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjMzNzBCODRFNjg1QTExRTY5MzNCQjIwNTBFREVBMEZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzM3MEI4NEI2ODVBMTFFNjkzM0JCMjA1MEVERUEwRkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzM3MEI4NEM2ODVBMTFFNjkzM0JCMjA1MEVERUEwRkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAABAQEBAQEBAQEBAQEBAQEBAQEB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");
}
#footer .footer-inner{
    display: flex;
    width: auto;
    max-width: 1440px;
    margin: auto;
    padding: 40px 15px 30px;
}
#footer .footer-col{
    flex: 4 1;
    flex-direction: column;
    color: #fff;
    padding: 0 15px;
}
#footer .footer-title{
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
}
#footer .footer-col ul li a{
    color: #fff;
    opacity: .8;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.5;
}
#footer .text-center{
    color: #fff;
    opacity: .8;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.5;
}
@media(min-width: 1200px){
    #footer .footer-inner{
        width: 1170px;
    }
}
@media(min-width: 851px) and (max-width: 1000px){
    #template1-header{
        margin-bottom: 0 !important;
    }
}
#footer-outer{
    display: none;
}
#footer [class*="fa-"]{
    width: 40px;
    height: 40px;
    font-size: 20px;
}
.bottom-bar{
    background: #fff;
    text-align: center;
    font-size: 12px;
    color: #414562;
    padding: 15px 0;
}
@media(max-width: 768px){
    #template1-header-single-report {
      padding: 20px 8% 50px 8% !important;
    }
    .template1-registration-sub{
      padding: 0px 5px;
    }
    .single-market-report-breadcrumb{
      margin: 30px 0px 0px !important;
      margin-right: auto !important;
    }
    #footer .footer-col {
        flex: 33.3%;
        padding-bottom: 20px;
    }
    #footer .social-col{
        width: 100%;
    }
    #footer .social-col ul{
        display: flex;
        justify-content: center;
    }
    #footer .footer-inner{
        flex-flow: row wrap;
    }
    #custom-section .container-wrap{
        margin-top: 0;
        padding-top: 0;
    }
    .header-img{
        display: flex;
        margin: auto;
    }
    #template1-header .header-title{
        margin-top: 34px;
    }
    .mashvisor-search-container{
        width: 100% !important;
    }
}
@media(min-width: 790px){
    .pac-container{
        margin-top: -32px;
    }
}
/*
searchplugin styling 
*/

#header-search-plugin-sticky{
    float: left;
    margin: 22px 0px;
    }
    .is-sticky #navigation.header-6 #template1-header-single-report #header-search-plugin-sticky{
    margin: 13px 30px;
    float: left;
    }
    
    #template1-header-single-report #header-search-plugin-sticky{
    display: block;
    }
    .is-sticky #navigation.header-6 #template1-header-single-report .mashvisor-search-container{
    display:block;
    width: 350px;
    height:0;
    }
    
    .mashvisor-search-input{
      width:256px;
      background:white;
    }
    .mashvisor-search-button{
      width:132px
    }
    @media (max-width:1199px){
    #header-search-plugin-sticky{
      display:block;
      margin: 22px 0px;
    }
    .is-sticky #navigation.header-6 #template1-header-single-report .mashvisor-search-container{
      width: 210px !important;
    }
    .is-sticky #navigation.header-6 #header-search-plugin-sticky{
      margin: 13px 10px;
    }
    }
    #template1-header-single-report .mashvisor-search-container {
    display: block;
    position: relative;
    width: 90%;
    }
    .mashvisor-search-input {
    font-family: Lato, Tahoma, verdana, sans-serif;
    display: table-cell;
    width: 73%;
    height: 33px;
    border-radius: 8px 0 0 8px;
    padding: 6px 15px;
    border-width: 0px;
    outline: none;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    color: #414562;
    }
    .mashvisor-search-button-single-report {
    font-family: Lato,"proximanovaRegular",sans-serif;
    background: #3ba1df !important;
    border-color: #3ba1df !important;
    box-shadow: 10px 0px 33px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    display: table-cell;
    width: 30% !important;
    height: 33px;
    font-size: 12px;
    border-radius: 0 8px 8px 0;
    border: 0px;
    color: white;
    outline: none;
    position: absolute;
    top: 0px;
    right: 0px;
    }
    
    #post-area .post-featured-img{
        display: none;
    }
#header-search-plugin-sticky input[type="text"]{
    background-color: #fff;
    position: absolute;
    width: 73%;
    padding: 6px 15px !important;
}
#header-search-plugin-sticky .minimal-form-input label{
    display: none;
}
#template1-header-single-report p{
    color: #fff;
    font-size: 15px;
    padding-right: 30px;
}
.single-market-report-breadcrumb{
    margin: -30px 0px 30px;
    margin-right: auto;
}
.laptop-img{
    width: 100%;
    z-index: 3;
    position: relative;
}
.post-img{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-49%, -59%);
}
.post-img-bg{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-49%, -59%);
    background: #ffff;
    width: 79%;
    height: 79%;
    z-index: 1;
}
@media(max-width: 1350px){
  #template1-header-single-report{
    margin-bottom: 0 !important;
  }
}
@media (max-width: 651px){
  .mashvisor-search-button-text {
    display: block !important;
  }
}
.row .col.section-title{margin:0px 0px 0px 0px; padding:0px 0px 36px 95px; border-bottom:1px solid #ddd}
#post-area .content-inner{
  border-bottom: 1px solid #ddd;
  padding-bottom: 35px;
}
#post-area .post-meta {
  padding-top: 35px;
}