/*
 Theme Name:   CC-ZPMNL
 Template:     Divi
 Author:       ZPMNL
 Author URI:   zpmnl.com
 Version:      1.0.0
 License:      GNU General Public License v2 or later
*/



.login h1 a {
  margin-left: 4px !important;
}

a {
    font-weight: bold;
}

p a:hover {
  text-decoration: underline;
}

h1 {
  font-weight: 600 !important;
}

h2 {
    line-height: 1.2em;
    font-weight: 400 !important;
}

h4 {
    font-weight: bold;
    margin-top: 15px
}

h4.title {
    text-transform: uppercase;
}

h4.widgettitle {
    text-transform: uppercase;
}

.entry-content li {
  margin: 5px 0;
}

.et_pb_section {
    padding: 0px 0 54px 0 !important;
}

.et_pb_section_3 {
    padding: 0px 0 0px 0 !important;
}

.PDF-download-button a {
	color:#fff;
}

.PDF-download-button a:hover {
text-decoration:none;
}

.insurance-list p {
  padding-bottom: 0;
}

.insurance-list a { 
font-weight: normal;
font-size: .9em;
}

.insurance-list a:hover { 
text-decoration: underline;
}


/* * * Top Bar * * */

#et-info {
    float: right;
    line-height: 1.4em !important;
}

#et-info-phone:before {
    margin-right: 5px;
}

#et-info-email:before {
    margin-right: 5px;
}


/* * * Main Nav * * */

#top-menu li li a {
    width: 200px;
    padding: 10px 12px;
    line-height:1.5em;
}

.nav li ul {
    position: absolute;
    padding: 15px 0
}

/* * * Blurb Underline Animation * * */

.blurb_underline_sliding h2 {
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 800;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
 
.blurb_underline_sliding p {
  padding-top: 10px;
  margin-bottom: 40px;
}
 
.blurb_underline_sliding h2:hover {
  color: #3A598B;
}
 
.blurb_underline_sliding h2:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: width 0s ease, background .5s ease;
}
 
.blurb_underline_sliding h2:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #3A598B;
  transition: width .5s ease;
}
 
.blurb_underline_sliding h2:hover:before {
  width: 100%;
  background: #3A598B;
  transition: width .5s ease;
}
 
.blurb_underline_sliding h2:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

/* * * Testimonials * * */

.et_pb_testimonial_description_inner p {
    font-size: .9em; 
    color: #262626
}

.et_pb_testimonial:before {
    margin-top: 5px !important; 
}

/* * * Blog * * */

.author.vcard {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.author.vcard a {
  color: #666 !important;
    font-weight: normal;
}

.entry-title a {
  font-weight: 400;
}

.et_pb_row {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: auto
}

.more-link {
  border: 1px solid #3A598B;
  background: #3A598B;
  color: #fff;
  padding: 2px 18px;
  border-radius: 3px;
  font-weight: 600;
  width: 135px;
  margin-top: 10px;
  text-transform: uppercase;
}

.more-link:hover {
  background: #304966;
  color: #fff
}

.pagination a:hover {
    color: #666
}

#left-area .post-meta a {
    color: #3A598B;
    text-decoration: none
}

#left-area .post-meta a:hover {
    text-decoration: underline;
}

/* * * Sidebar * * */

.widget_search #searchsubmit {
    background-color: #dcdddc !important;
}

.sidebar-button a {
background-color: #3A598B;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
display: inline-block;
cursor: pointer;
color: #fff !important;
font-size: 20px;
font-weight: 700;
line-height: 1.2em;
text-align: center;
width: 80%;
padding:10px 0;
transition: 0.3s;
}

.sidebar-button a:hover {
background-color: #304966;
}

.sidebar-button a:active {
position:relative;
top: 1px;
}

.sidebar-cta {
  background: #dcdddc;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}

.sidebar-cta p {
  color: #304966;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  text-shadow: 1px 1px rgba(58, 89, 139,.5);
}

.et_pb_widget ul li {
    margin-bottom: 1.1em;
    line-height: 1.6em;
}

#recent-posts-2 h4.widgettitle {
   text-transform: uppercase;
   border-top: 2px solid #3A598B;
   padding-top: 20px;
}

#recent-posts-2 a {
  font-weight: 400;
}

/*no sidebar CSS*/
.page-id-14 #main-content .container:before,
.page-id-12 #main-content .container:before {
    display: none;
}
.page-id-14 #left-area, .page-id-12 #left-area {
    width: 100% !important;
    padding-right: 0;
    padding-bottom: 23px;
}

/* * * Footer * * */
.wp-image-3245 {max-width: 185px}

#footer-bottom {
  padding: 15px 0 35px;
}

#footer-bottom .container {
    width: auto;
}

.footer-columns h4 {
    margin-bottom: 20px;
    color:#304966;
}

.footer-columns p {
  color:#304966;
  padding-bottom: .7em
}

.footer-columns a {
  font-weight: normal;
}

.footer-columns a:hover {
  color: #1f1f1f;
  text-decoration: underline;
}

 .footer-columns h4:after {
     background: none repeat scroll 0 0 #888;
     bottom: -15px;
     content: "";
     display: block;
     height: 2px;
     position: relative;
     width: 50px;
 }

.footer-widget p {
  padding-bottom: .4em;
}

.footer-signup p {
  padding: 0;
  margin-top: -15px;
}

.inf_infusionsoft_form_header {
  display: none !important;
}

.inf_infusionsoft .inf_infusionsoft_form_container .inf_infusionsoft_form_content {
    padding: 0 !important;
}

.accept_consent{
    align-self: flex-start;
    width: 35px !important;
    height: 25px;
    display: inline !important;
}
.consent_text{
    font-weight: 400 !important;
    font-size: .9em !important;
    line-height: 1.2em !important;
}

.inf_infusionsoft .inf_infusionsoft_bottom_stacked button.inf_infusionsoft_submit_subscription {
    width: 50% !important;
}

.wp-image-1698 {
	max-width: 100px;
	margin-left: -8px;
}

#footer-contact {
  margin-bottom: 8%;
}

/* * * Media Queries * * */

@media (max-width: 1155px) {
    #et_mobile_nav_menu {
    display: block;
    }
 
    #top-menu {
    display: none;
    }

    .et_mobile_menu {   
    overflow-y:scroll!important;
    max-height:80vh!important;
    -overflow-scrolling:touch!important;
    -webkit-overflow-scrolling:touch!important;
    }
 }

@media all and (min-width: 981px) {
    .et_pb_section {
    padding:0 0 4% 0
    }

    #left-area {
        padding-bottom: 60px
    }
}

@media only screen and (max-width: 981px) {
#logo {
width: 200px;
max-width: 200px !important;
}
}

@media all and (max-width: 980px) {

    #et_top_search { 
        display:none;
    }

    .et_pb_section {
        padding: 10px 0 50px 0;
    }
    .et_pb_column .et_pb_row_inner, .et_pb_row {
      padding: 23px 0;
    }
}

@media only screen and ( min-width: 320px ) and ( max-width: 500px ) {
.et_pb_slide_description .et_pb_slide_title {
    margin-top: 0;
    font-size: 22px !important;
    }
}