/*
Theme Name:     SRSrocco Report
Description:    Customized MH Newsdesk theme for SRSroccoReport.com
Author:         WPHelp365.com
Template:       mh_newsdesk
Version:        2018.05.25
*/

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* FONTS */
@font-face
{
  font-family: 'Merriweather Bold';
  src: url('https://srsroccoreport.com/wp-content/uploads/fonts/Merriweather-Bold.woff');
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* NAV BAR */
.main-nav ul ul li
{
  width: 17rem;
}

.main-nav a
{
  font-size: 115%;
}

.show-hand
{
  cursor: pointer !important;
}

.hide-menu-item
{
  display: none !important;
}

.highlight-menu-item
{
  background: #005a8c;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MOBILE MENU */
.slicknav_menu
{
  background: #222;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* PAGINATION */
.pagination
{
  font-size: 20px;
  font-size: 1.25rem;
}

.pagination .page-numbers:hover
{
  background: #1f1d1e !important;
  color: #fff;
}

@media screen and (max-width: 767px)
{
  .pagination span.page-numbers.dots,
  .pagination a.next.page-numbers,
  .pagination a.prev.page-numbers
  {
    display: none;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* EASY SOCIAL SHARE BUTTONS */
.essb_links.essb_template_copy-retina .essb_counter_right
{
  border-left-width: 2px !important;
  border-radius: 4px !important;
}

.essb_links
{
  clear: inherit !important;
  margin: 1.25rem 0 !important;
}

/*****
.essb_links.essb_counter_modern_right .essb_counter_right
{
  background: #f1f1f1;
}

.essb_links .essb_counter_right
{
  font-size: 13.6px;
  font-size: .85rem;
}

.essb_links.essb_counter_modern_right .essb_counter_right:before
{
  border-right: 6px solid #f1f1f1;
}
*****/

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ALL SIDEBAR WIDGETS */
.widget-title
{
  /* font-weight: 600; */
  padding: 8.5px 0;
  padding: .53125rem 0;
  margin-bottom: 10px;
  margin-bottom: .625rem;
}

.mh-sidebar .textwidget p,
.mh-sidebar li .rsswidget,
.mh-sidebar .wpp-post-title,
.mh-sidebar .jaw_widget
{
  font-size: 13.6px;
  font-size: .85rem;
}

.mh-sidebar li .rsswidget,
.mh-sidebar .wpp-post-title,
.mh-sidebar .jaw_widget a
{
  color: #005a8c;
}

.mh-sidebar li .rsswidget:hover,
.mh-sidebar .wpp-post-title:hover,
.mh-sidebar .jaw_widget a:hover
{
  color: #005a8c;
  text-decoration: underline;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MAILCHIMP SIDEBAR WIDGET */
#mc4wp_form_widget-2 .mcform-email-address
{
  margin-left: 0;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MEMBERSHIP SIDEBAR WIDGET
#text-15 .textwidget p:first-child a img
{
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: .625rem;
}

#text-15 .textwidget p:last-child a img
{
  margin-top: 10px;
  margin-top: .625rem;
}
*/

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* PAYPAL SIDEBAR WIDGET */
#paypal-sidebar-widget
{
  padding: 3px;
  padding: .1875rem;
  text-align: center;
  /* background-color: #f5f5f5; */
  /* border: 1px solid #ebebeb; */
}

#paypal-sidebar-widget-text
{
  padding-bottom: 8px;
  padding-bottom: .5rem;
}

.textwidget form input[type="image"],
.post-bottom-paypal-form form input[type="image"]
{
  border: 0;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* RSS SIDEBAR WIDGET */
.rsswidget img
{
  vertical-align: middle;
  padding-bottom: 3px;
  padding-bottom: .1875rem;
}

.widget_rss li:not(:last-child)
{
  margin-bottom: 10px;
  margin-bottom: .625rem;
}

.widget_rss li
{
  line-height: 1.25;
}

.sb-widget
{
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* WORDPRESS POPULAR POSTS SIDEBAR WIDGET */
.wpp-thumbnail
{
  margin: 6px 8px 5px 0 !important;
  margin: .375rem .5rem .3125rem 0 !important;
}

.wpp-list li
{
  line-height: 1.25;
  margin-bottom: 15px;
  margin-bottom: .9375rem;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* SIDEBAR AD WIDGETS */
[id^="text-"].sb-widget
{
  text-align: center !important;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* HIDE H1 TITLES IN GOLD REPORT. SILVER REPORT, PM INVESTING, AND PM STORAGE PAGES */
.page-id-8441 h1,
.page-id-12166 h1,
.page-id-12501 h1,
.page-id-12950 h1
{
  display: none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* LOOPED POST LIST */
.entry-title.content-list-title
{
  font-family: 'Merriweather Bold';
  font-size: 26px;
  font-size: 1.625rem;
  /* font-weight: 600; */
}

.content-list-thumb
{
  max-width: 320px;
  max-height: 240px;
}

.content-list-excerpt
{
  display: inline;
  margin-top: 5px;
  margin-top: .3125rem;
}

.content-list-excerpt p
{
  margin-top: 16px;
  margin-top: 1rem;
}


@media only screen and (max-width: 767px)
{
  .content-list-thumb
  {
    max-width: 767px;
  }
  .content-list-header .entry-meta-date
  {
    display: inline;
  }
}

@media only screen and (max-width: 580px)
{
  .content-list-thumb
  {
    max-width: 580px;
  }
}

@media only screen and (max-width: 420px)
{
  .content-list-thumb
  {
    max-width: 420px;
  }
  .entry-title.content-list-title
  {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .content-list-excerpt
  {
    font-size: 13px;
    font-size: .8125rem;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* CONTINUE READING BUTTON */
.continue-reading
{
  display: inline-block;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: .875rem;
  /* font-weight: 600; */
  text-transform: uppercase;
  color: #fff;
  background: #005a8c;
  padding: 15px;
  padding: .9375rem;
  margin: 15px 0 5px auto;
  margin: .9375rem auto .3125rem auto;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.continue-reading:hover
{
  color: #fff;
  background: #1f1d1e;
}

@media only screen and (max-width: 420px)
{
  .continue-reading
  {
    display: table;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* POST/PAGE TITLES */
.entry-meta-cats,
.entry-meta-author
{
  margin-right: 0 !important;
}

.entry-header .entry-title,
.page-title
{
  font-family: 'Merriweather Bold';
  font-size: 32px;
  font-size: 2rem;
  /* font-weight: 600; */
}

@media only screen and (max-width: 420px)
{
  .entry-header .entry-title,
  .page-title
  {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* POST/PAGE CONTENT */
.single-post .entry-tags span {
  font-size: 89% !important;
}

.single-post .entry-tags a {
  text-transform: uppercase !important;
  font-size: 85% !important;
}

.single-post .entry-meta
{
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.entry-content
{
  line-height: 1.6;
}

.single-post .mh-content p img
{
  padding: 0 20px;
  padding: 0 1.25rem;
}

.post p img
{
  margin: 0 auto;
}

@media only screen and (max-width: 420px)
{
  .entry-content,
  blockquote
  {
    font-size: 13px;
    font-size: .8125rem;
  }
  h3
  {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px)
{
  .single-post .mh-content p img
  {
    padding: 0;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* EASY DIGITAL DOWNLOADS PURCHASE BUTTON IN POSTS */
.single-post .edd-add-to-cart
{
  margin: 20px auto 30px !important;
  margin: 1.25rem auto 1.875rem !important;
}

.single-post .edd-loading
{
  display: none !important;
}

.single-post .edd_purchase_submit_wrapper
{
  text-align: center;
}

.edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js
{
  background: initial !important;
  border-color: initial !important;
}

.page-id-12166 .button span,
.page-id-8441 .button span
{
  background: #ae0000 !important;
}

.page-id-12166 .button span:hover,
.page-id-8441 .button span:hover
{
  background: #1f1d1e !important;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* EASY DIGITAL DOWNLOADS CHECKOUT */
#edd_checkout_cart td
{
  border: 1px solid #005a8c !important;
  font-size: 1.15rem !important;
}

#edd_checkout_cart th
{
  background: #005a8c!important;
  border: 1px solid #005a8c !important;
  color: #fff !important;
}

#edd_checkout_form_wrap .edd-payment-icons
{
  margin: 0 0 25px !important;
  margin: 0 0 1.5625rem !important;
}

#edd_checkout_form_wrap input[type="text"],
#edd_checkout_form_wrap input[type="email"],
#edd_checkout_form_wrap input[type="password"],
#edd_checkout_form_wrap input[type="tel"],
#edd_checkout_form_wrap textarea,
#edd_checkout_form_wrap #card_exp_month,
#edd_checkout_form_wrap #card_exp_year,
#edd_checkout_form_wrap #billing_country,
#edd_checkout_form_wrap #card_state
{
  padding: 9.5px  !important;
  padding: .59375rem  !important;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#edd_checkout_form_wrap #billing_country,
#edd_checkout_form_wrap #card_state
{
  width: 72% !important;
}

.edd-checkout #edd-purchase-button
{
  background: #a50000 !important;
  border: none;
  border-radius: 0;
  font-size: 14px;
  font-size: .875rem;
  text-transform: uppercase;
  padding: 15px;
  padding: .9375rem;
  margin: 0 auto 5px 25px;
  margin: 0 auto .3125rem 1.5625rem;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.edd-checkout #edd-purchase-button:hover
{
  background: #1f1d1e !important;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MEMBERSHIP FORMS */
.membership-forms-wrapper
{
  width: 85%;
  margin: -45px auto 0;
  margin: -2.8125rem auto 0;
}

@media only screen and (min-width: 1025px)
{
  .membership-form-monthly
  {
    float: left;
  }
  .membership-form-yearly
  {
    float: right;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* YOUTUBE PLAYER */
.youtube-player
{
  max-width: 100% !important;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* LOGO AND SOCIAL LINKS AT THE BOTTOM OF POSTS */
.srsr-social-ul
{
  list-style-type: none;
  margin: 0 !important;
  padding: 20px 0 16px;
  padding: 1.25rem 0 1rem;
  text-align: center;
}

#srsr-minilogo-li
{
  display: inline;
  background: initial;
  padding: 0 5px 0;
  padding: 0 .3125rem 0;
}

.srsoc-li
{
  display: inline;
  background: none;
  padding-left: 0;
  padding-right: 5px;
  padding-right: .3125rem;
}

.srsoc-li:hover
{
  filter: alpha(opacity=70);
  opacity: .7;
}

@media only screen and (max-width: 1024px)
{
  .srsoc-li a img
  {
    margin-bottom: 8px;
    margin-bottom: .5rem;
  }
}

@media only screen and (max-width: 420px)
{
  .srsr-social-ul:last-child
  {
    padding-left: 5px !important;
    padding-left: .3125rem !important;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* MAILCHIMP FORM AT THE BOTTOM OF POSTS */
.mcform
{
  text-align: center;
  border: 1px solid #ccc;
  padding: 7px;
  padding: .4375rem;
  margin: 16px 0 19px;
  margin: 1rem 0 1.1875rem;
}

.mcform-text
{
  margin-bottom: 7px;
  margin-bottom: .4375rem;
}

.mcform-email-address
{
  margin-bottom: 7px;
  margin-bottom: .4375rem;
  margin-left: 51px;
  margin-left: 3.1875rem;
}

#mcform-input-email
{
  text-align: center;
  max-width: 660px;
}

#mcform-button
{
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 980px)
{
  #mcform-input-email
  {
   max-width: 92%;
  }
}

@media only screen and (max-width: 420px)
{
  #mcform-input-email
  {
   max-width: 72%;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* PAYPAL DONATE BOX AT THE BOTTOM OF POSTS */
.post-bottom-paypal-form
{
  margin: 0 auto;
  text-align: center;
  border: 1px solid #ccc;
  padding: 3px 7px;
  padding: .1875rem .4375rem;
  background-color: #f5f5f5;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* GOOGLE AD BOX AT THE BOTTOM OF POSTS */
.post-bottom-googlead
{
  margin: 40px 0 15px !important;
  margin: 2.5rem 0 .9375rem !important;
  text-align: center;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* COMMENT SECTION */
.comment-section-title span
{
  font-weight: 600;
  padding: 17px;
  padding: 1.0625rem;
}

.comment-form input[type="submit"]
{
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px;
  padding: .9375rem;
}

.single-post .comment-reply-link,
.single-post .comment-text a {
  color: #005a8c;
}

.single-post .comment-reply-link:hover,
.single-post .comment-text a:hover {
  text-decoration: underline;
}

#commentform .form-submit {
  margin: 20px 0 16px;
  margin: 1.25rem 0 1rem;
}

.page .no-comments,
.page .pingback-wrap,
.single-post .no-comments
{
  display: none;
}

@media only screen and (max-width: 580px)
{
  .pingback-wrap .comment-count-more
  {
    display: block !important;
  }
}

@media only screen and (max-width: 420px)
{
  .comment-text,
  .pings,
  .comment-notes,
  .comment-form-comment label,
  .comment-form-author label,
  .comment-form-email label,
  .comment-form-url label,
  .no-comments
  {
    font-size: 13px;
    font-size: .8125rem;
  }
  .pings
  {
    line-height: 1.25 !important;
  }
  .single-post input[type=text],
  .single-post input[type=email],
  .single-post input[type=url]
  {
    width: 96%;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* NAVIGATION BELOW POSTS */

@media only screen and (max-width: 420px)
{
  .post-nav-prev
  {
    margin-bottom: 20px;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* POPUPALLY */
#popup-box-pro-gfcr-1 .popupally-pro-inner-plsbvs-1 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs:hover,
#popup-embedded-box-pro-gfcr-1 .popupally-pro-inner-plsbvs-1 .popupally-pro-center-plsbvs .content-pro-plsbvs input[type="submit"].submit-pro-plsbvs:hover
{
  background-color: #99151c !important;
}

#popup-box-pro-gfcr-2 .popupally-pro-inner-vtgjid-2 input[type="submit"].submit-pro-vtgjid:hover,
#popup-embedded-box-pro-gfcr-2 .popupally-pro-inner-vtgjid-2 input[type="submit"].submit-pro-vtgjid:hover
{
  background-color: #17365d !important;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* CONSTANT CONTACT */
.constant-contact-button:hover
{
  background-color: #214e86 !important;
}

#eddconstant_contact_constant_contact_signup
{
  margin-right: 1px !important;
  margin-right: .0625rem !important;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* CONTACT FORM */
.cntctfrm_one_column.cntctfrm_width_default
{
  max-width: 770px !important;
}

.cntctfrm_one_column,
.cntctfrm_column,
.cntctfrm_label,
.cntctfrm_input,
.cntctfrm_select,
.cntctfrm_checkbox
{
  max-width: 770px;
}

.cntctfrm_contact_form.cntctfrm_width_default input[type="text"],
.cntctfrm_contact_form.cntctfrm_width_default textarea
{
  max-width: 500px !important;
  line-height: 1.7 !important;
}

.cntctfrm_label
{
  margin: 0 0 5px;
  margin: 0 0 .3125rem;
}

.cntctfrm_field_wrap
{
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
}

.cntctfrm_contact_submit
{
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  padding: 15px;
  padding: .9375rem;
  margin: 15px 0 5px auto;
  margin: .9375rem auto .3125rem auto;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.cntctfrm_submit_wrap
{
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------- */
/* FOOTER */
.mh-footer
{
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.footer-widgets
{
  margin: 0;
  font-size: 120%;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
}

.footer-1,
.footer-2,
.footer-3
{
  background: #222;
}

.footer-2 .footer-widget
{
  margin: 0;
}

#footer-ssl-badge,
#footer-pp-tos,
#footer-sitelock-badge
{
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 768px)
{
  #footer-pp-tos
  {
    padding: 64.28px 0 !important;
    padding: 3.125rem 0;
  }
}

.footer-bottom
{
  margin: 0 -20px;
  margin: 0 -1.25rem;
  font-size: 110%;
}

#menu-footer li a:hover
{
  color: #ffea61;
}

.privacy-policy-page-link
{
  display: none;
}

@media only screen and (max-width: 980px)
{
  .copyright,
  #menu-footer li
  {
    text-align: center;
  }
}