/*
Theme Name: IP.com Theme
Theme URI: https://ip.com/
Description: This is a custom child theme for IP.com
Author: Parkway Digital
Author URI: https://www.pwkydigital.com/
Template: salient
Version: 1.1.5
*/

#displaynone, .displaynone {
    display: none !important;
}

/* Home page version of contact form */
body[data-form-style="minimal"] .container-wrap .span_12.light input[type="text"], 
body[data-form-style="minimal"] .container-wrap .span_12.light textarea, 
body[data-form-style="minimal"] .container-wrap .span_12.light input[type="email"], 
body[data-form-style="minimal"] .container-wrap .span_12.light input[type="email"], 
body[data-form-style="minimal"] .container-wrap .span_12.light input[type=password], 
body[data-form-style="minimal"] .container-wrap .span_12.light input[type=tel], 
body[data-form-style="minimal"] .container-wrap .span_12.light input[type=url], 
body[data-form-style="minimal"] .container-wrap .span_12.light input[type=search], 
body[data-form-style="minimal"] .container-wrap .span_12.light input[type=date] {
    background-color: rgba(255,255,255,0.94);
    color: #000;
}

body[data-form-style="minimal"] .container-wrap .span_12.light select {
    background-color: rgba(255,255,255,0.94);
    color: #999;
}


/* Style select on Contact form */
body[data-form-style="minimal"] .gform_wrapper select {
  background-color: rgba(0,0,0,0.035);
  box-shadow:none;
  -webkit-box-shadow:none;
  border:none;
  position:relative;
  margin:0;
  margin-top: 12px;
  font-size:14px;
  border-bottom: 2px solid #e0e0e0;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border-radius: 0;
  color: #999;
  padding: 5px 4px;
}

body[data-form-style="minimal"] textarea {
    margin-top: 12px;
}
 

body[data-form-style="minimal"] select > option {
  font-family: 'Open Sans', sans-serif;
  color: rgb( 85, 85, 85 );
}

header#top .sf-menu li ul.sub-menu li.ip_menu_indent a {
	padding-left: 1.75em !important;
}

.home .blog-recent[data-style*="classic_enhanced"] .inner-wrap:not(.has-post-thumbnail) .meta-category a {
    background-color: #66cc99!important;
    color: #FFF !important;
    border: none !important; 
}


.home .masonry.classic_enhanced .post .post-meta a, 
.home .masonry.classic_enhanced .post-header, 
.home .masonry.classic_enhanced .post .excerpt, 
.home .blog-recent[data-style*="classic_enhanced"] .excerpt, 
.home .blog-recent[data-style*="classic_enhanced"] .post-meta a,
.home .blog-recent .col .post-header h3,
.home .blog-recent .col .post-header {
    
}

.home .masonry.classic_enhanced .masonry-blog-item .inner-wrap, 
.home .blog-recent[data-style*="classic_enhanced"] .inner-wrap {
    box-shadow: 0px 3px 5px rgba(0,0,0,.08);
}

#header-outer #header-secondary-outer ul.sf-menu li.menu-item-6074 {

    background-color: rbga(102,204,204,1);
    background-color: #66CCCC;
}

#header-outer #header-secondary-outer ul.sf-menu li {
    background-color: #006699;
    margin-left: 4px;
    border-radius: 4px !important;
    -webkit-border-radius: 4px!important;
    box-shadow: none;
    -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    margin-top: 6px;
    margin-bottom: 6px;
}

#header-outer #header-secondary-outer ul.sf-menu li a:link,
#header-outer #header-secondary-outer ul.sf-menu li a:visited,
#header-outer #header-secondary-outer ul.sf-menu li a:link { 
    font-family: Lato;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 900;
}  

body #header-outer[data-transparent-header="true"].transparent nav > ul.sf-menu > li > a {
  margin-bottom: 0;
}

#header-outer #header-secondary-outer ul.sf-menu li a:hover {
    color: #000 !important;
}

html body #header-secondary-outer nav >ul >li >a {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Account menu for this theme */
.top-session-nav.active-session li.disabled span {
    /* Styling of links from theme*/
    font-family: Lato;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 900;
    transition: none;
    letter-spacing: 0;
    display: block;
    padding: 6px;
    margin: 0;
    background-color: rgba(239,239,239,100) !important;

    cursor: not-allowed;
    color: #bbb;
}


@media only screen and (max-width: 999px) {
    body:not(.material) #header-secondary-outer #social,
    body:not(.material) #header-secondary-outer #social li {
        display: none;
    }
    body:not(.nectar-no-flex-height) #header-space[data-secondary-header-display="full"]:not([data-header-mobile-fixed="false"]) {
        margin-bottom: -100px;
    }
    body:not(.material) #header-secondary-outer nav .sf-menu {
        border-top: 0px;
    }
}

#header-outer .container .ip-system-alert {
    background-color: #FFF;
    border-bottom: solid 1px #011427;
    color: #011427;
}

.home .post .inner-wrap .meta-category, 
.masonry.material .masonry-blog-item .meta-category, .related-posts[data-style="material"] .meta-category {
    display: none !important;
}

.masonry.classic_enhanced .posts-container article .meta-category a, 
.masonry.classic_enhanced .posts-container .wide_tall .meta-category a, 
.blog-recent[data-style*="classic_enhanced"] .meta-category a {
    display: none !important;    
}

body.ascend.category .page-header-no-bg h1 {
    color:#002e54!important;
}

body[data-button-style*="slightly_rounded"].single .heading-title[data-header-style="default_minimal"] .meta-category a, 
.single .heading-title[data-header-style="default_minimal"] .meta-category a {
    border: none !important; 
}


body[data-button-style*="slightly_rounded"].single .heading-title[data-header-style="default_minimal"] .meta-category a:hover {
    transform: none !important;
    -webbit-transform: none !important; 
    box-shadow: none !important;
    background-color: none !important;
}

.single .heading-title[data-header-style="default_minimal"] .meta-category a {
    color: #66cccc; 
}

.single .heading-title {
    margin-bottom: 15px;
    padding-bottom: 0px;
}

.portfolio-items .col p {
    background: none !important;
}

.portfolio-items .work-meta {
    background: none; 
}

.wpb_gallery_slidesimage_grid {
    background: none;
}

.portfolio-wrap {
    background-color: none; 
}

body .portfolio-items .col {
      background: none !important;
}

body .gform_wrapper .top_label div.ginput_container_select {
    margin-top: 25px;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    height: 35px;
    
}


body.search-results .page-header-overlay-color {
  background-color: transparent;
}

body.search-results #page-header-bg {
  text-align: left;
}

body.search-results  #page-header-bg span.result-num {
  font-size: 18px;
}

body.search-results #search-results[data-layout="list-no-sidebar"] article::before {
  content: none;
}

#search-results .result {
  background-color: #fff;
  padding: 1em;

}

html body.search-results #search-results[data-layout="list-no-sidebar"] article {
  padding-left: 15px;
  padding-right: 15px;
}

html body.search-results #search-results[data-layout="list-no-sidebar"] .result .inner-wrap h2 {
  padding-top: 0;
  padding-bottom: .5em;
}

html body.search-results #search-results[data-layout="list-no-sidebar"] .result .inner-wrap h2 span {
  position: static;
}

html body.search-results #search-results[data-layout="list-no-sidebar"] article .inner-wrap > a {
  position: static;
  float: right;
  transform: none;


}

@media screen and (min-width: 1000px) {
  body.search-results #page-header-bg .span_6 .inner-wrap {
    margin-top: 65px;
  }

}


#searchbox {
  float: right;
}

#searchtoggle {
  font-size: 12px;
  line-height: 1.1;
  padding: 5px;
  margin: 6px;
  border-radius: 4px;
  border: transparent;

  color: #fff;
  background-color: #888;
}

#searchform {
  display: none;
  position: absolute;
  top: 100%;
  right: 10px;
  background-color: #333;
  padding: 10px;
}

#searchform input[type=text] {
  color: #fff;
  width: 20em;
  max-width: 100%;
}

#searchform input[type=submit] {
}

@media screen and (max-width: 999px) {
    body[data-dropdown-style] #header-secondary-outer[data-mobile="display_full"] #searchbox {
      z-index: 1010;
      float: none;
      position: absolute;
      right: 10px;
      top: 10px;
  }
}

body #header-secondary-outer > .container {
  min-height: auto;
}


/* Mailchimp form on blog index and posts */

#mailchimp-header-container {
    margin-top: 15px;
}

@media screen and (min-width: 640px ) {
    #mailchimp-header-container {
        max-width: 300px;
        position: absolute;
        right: 0;
        bottom: -44px;
    }
}

.mc-embedded-subscribe {
    margin-top: 5px;
}


.blog-search-form input[type="text"] {
    max-width: 40%;
    width: 15em;
    padding: 5px;
    line-height: 18px;
}

/* Header search result page */
#page-header-bg .blog-search-form {

}

#page-header-bg .blog-search-form input[type="text"] {
    background-color: #eee;
}


html body.search-no-results[data-header-resize] .container-wrap {
 padding:4% 0;
}