/*
Theme Name:     KCPA Mod
Theme URI: 	http://clearelevation.com
Description:    Kline's CPA Mod Theme 
Author:         Clear Elevation
Author URI: 	http://clearelevation.com
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.textwidget {
  vertical-align: middle !important;
}

.footer_bottom a {
  color: #ffffff;
}

.footer_bottom a:hover {
  color: #6cc3d0;
}

#cta-row .ult-ib-effect-style14 .ult-new-ib-desc::before {
  border: none !important;
}

#cta-row .ult-new-ib h2 {
  margin: auto 0 !important;
}

#cta-row .ult-ib-effect-style14 h2 {
  padding-top: 75px !important;
}

#cta-row .ult-new-ib .ult-new-ib-content {
  display: none !important;
}

#cta-row .ult-ib-effect-style14 .ult-new-ib-desc {
  padding: 10px !important;
}

#cta-row .ult-new-ib {
  border: 2px solid #00788a !important;
}

.widget #searchform {
  background-color: #e8e8e8;
}

.title h1 {
  text-transform: capitalize;
}

#team-members h3,
#team-members h3 a,
.team-member h3,
.team-member h3 a {
  color: #00788a;
  margin-bottom: 4px !important;
}

#team-members h3 a:hover,
.team-member h3 a:hover {
  color: #312f32;
}

#team-members p,
.team-member p {
  margin: 0 !important;
}

h1, h2, h3, p, .content ul {
  margin-bottom: 20px !important;
}

.q_list.circle ul>li, .q_list.number ul>li {
  margin: 0;
}

.ordered ol li {
  margin: 0 0 10px;
}

.archive .content .container {
  margin-top: 50px !important;
}

.blog_holder article .post_info {
  display: none !important;
}

body .gform_wrapper input[type=text],
body .gform_wrapper textarea {
  background-color: #f4f4f4 !important;
}

body .gform_wrapper input[type="submit"]:hover {
    background-color: #00788a;
    border-color: #00788a;
}

body.single-post div.title_outer {
  margin-bottom: 50px !important;
}


@media screen and (min-width: 1001px) {
  
  .login-button {
    line-height: 36px !important;
    padding: 0 10px !important;
    background-color: #00788a !important;
    color: #ffffff !important;
  }
  
  .login-button:hover {
    background-color: #272425 !important;
    color: #ffffff !important;
  }
  
  nav.main_menu > ul > li.login-button > a {
    line-height: 36px !important;
    padding: 0;
  }
  
  nav.main_menu > ul > li.login-button {
    margin: 35px 10px 0 0;
  }
  
}

@media screen and (max-width: 1000px) {
  
  body.postid-657 .title .not_responsive {
    display: none;
  }
  
}

@media screen and (max-width: 800px) {
  
  .title.title_size_medium h1 {
    font-size: 26px;
    line-height: 28px;
  }
  
  .single-post .title_subtitle_holder_inner {
    display: none !important;
  }
  
}