/*
Theme Name: ED
Author: EmailDoctor
Author URI: https://www.emaildoctor.org/author/
Description: In 2021, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Creating a magazine website with WordPress has never been easier.
Version: 1.1
Theme URI: https://www.emaildoctor.org/theme/
Tags: blue, two-columns, right-sidebar, featured-images, post-formats, theme-options, accessibility-ready
*/
body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5rem;
  color: #151515;
  background-color: #ffffff;
}
h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 20px;
  font-weight: bold;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

img {
  max-width: 100%;
  vertical-align: middle
}
a {
  text-decoration: none;
  color: #dc3545!important;
  transition: all .2s linear;
  }
a:hover{
  color: #ce1b2d;
  text-decoration: none;
  }

/* .container{min-width:992px!important}*/

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px!important;
}

blockquote {
  padding: 20px 20px;
  margin: 20px;
  margin-left: 0px;
  border: 5px solid #eee;
  background-color: #f9f9f9;
  color: #000;
  font-size: 16px;
}
blockquote .blue {
  background-color: #1e4679;
  color: #fff;
}
.img-responsive {
  display: inline !important;
}
.bg-darkseagreen {
  background-color: darkseagreen;
}
.bg-darkslategray {
  background-color: #C1272D;
}
.bg-dark-new{
  background-color: #C1272D !important
}
.bg-parallx {
 background-image: url(assets/img/hero.jpg);
 /*background-color: #f1f2f2 !important;*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.text-grey {
	color: #6c757d;
}
.text-dark-new {
    color: #dc3545 !important;
}
/*=========basic=========================*/
.alignnone {
  margin: 5px 0px 20px 0;
    height: auto;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
    height: auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 0px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 0px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 0px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.postform {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/*==================================*/
.wp-post-image, .wp-block-image img {
  height: auto;
  width: 100%;
}
.bypostauthor {
  display: block;
}
.gallery-caption {
  display: block;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}
.post_format-post-format-quote {
  font-size: 30px;
  line-height: 40px;
  font-style: italic;
}
.page-item.active .page-link {
  background-color: #c1272d;
  border-color: #c1272d;
  color: #fff!important;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #c1272d!important;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: .page-link \{ position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ff434a!important;
    background-color: #fff;
    border: 1px solid #dee2e6;
        border-top-color: rgb(222, 226, 230);
        border-right-color: rgb(222, 226, 230);
        border-bottom-color: rgb(222, 226, 230);
        border-left-color: rgb(222, 226, 230);
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.embed-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.embed-container iframe {
  border: 0;
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}
/*start*/

.header-product {
  background-color: #fff;
  height: auto;
  margin: 0 auto;
  width: 100%;
}
.img-hover {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
.img-hover .img-thumb {
	border-radius: 10px;
  overflow: hidden;
}
.img-hover:hover .img-thumb {
  bottom: -36px;
  opacity: 1;
}
.img-hover .ani-zoom {
  -webkit-transform: rotate(0) scale(1)s;
  transform: rotate(0) scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.img-hover:hover .ani-zoom {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*start-header*/
.navbar-light .navbar-nav .nav-link{
 text-transform: uppercase;
font-weight: 700;
padding: .5rem 1rem;
font-size: 16px;
    }
/*
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}*/
.live {
    background: #dc3545;
    color: #fff !important;
}

.nav-topbar a {
  display: block;
  font-size: 14px;
  padding: 5px 8px 5px;
}
.nav-topbar a:hover {
  text-decoration: none;
}
.navbar-top {
  top: 0rem;
  width: 100%;
  padding: 0rem;
  z-index: 100;
}
@media(min-width:992px) {
  .navbar-top .nav-item .nav-link {
    text-transform: none !important;
    padding: 1.25rem 1rem !important;
    display: inline-block;
    color: #436AA6;
  }
}
@media(min-width:1400px) {
  .navbar-top .nav-item .nav-link {
    text-transform: none !important;
    padding: 1.25rem 2rem !important;
    display: inline-block;
    color: #436AA6;
  }
}

/*end-header*/

/*start-footer*/
/*.section-space {
 padding-top: 100px;
}*/
.footer-classic {
  color: rgba(255, 255, 255, 0.5);
}
.bg-gray-15 {
  background-color: #1b1929;
}

.unit {
  display: flex;
  flex: 0 1 100%;
  margin-bottom: -30px;
  margin-left: -20px;
}
.unit-spacing-md {
  margin-bottom: -20px;
  margin-left: -24px;
}
.unit-left, .unit-right {
  flex: 0 0 auto;
  max-width: 100%;
}
.unit-spacing-md > * {
  margin-bottom: 20px;
  margin-left: 24px;
}

.contact-classic-item {
  padding: 21px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.contact-classic-title {
  color: #dc3545;
}
.contact-classic-link {
  color: #ffffff;
}
.box-footer {
  text-align: left;
  letter-spacing: .025em;
}
.box-footer a, .box-footer a:focus, .box-footer a:active {
  color: #ffffff;
}
.box-footer a:hover {
  color: #dc3545;
}
ul.footer-social {
  list-style: outside none none;
  margin-bottom: 0 !important;
  padding: 0;
}
ul.footer-social li {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
}
.bg-social {
  background-color: #333144 !important;
}
.bg-social:hover{
  background-color: transparent!important;
  box-shadow: inset 0 0 0 4px #333144;
}
ul.list-right-footer {
    list-style: none;
    padding-left: 14px;
}
ul.list-right-footer li {
    position: relative;
    text-align: left;
  padding-bottom: .5rem;
}
ul.list-right-footer li a{
  color: #fff;
}
ul.list-right-footer li a:hover{
  color: #be1e2d;
}
ul.list-right-footer li::before {
    position: absolute;
    height: 20px;
    width: 20px;
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 50 50"><path fill="rgb(200,200,200)" d="M18.356,7.059L32.471,20.945h0L36,24.415,18.645,42.058l-3.529-3.471L29,24.473,14.885,10.588Z"></path></svg>') no-repeat;
        background-size: auto;
    background-size: 14px 14px;
    top: 5px;
    margin-left: -20px;
}
/*end-footer*/

.avatar{
  border-radius: 50%;
}
.size-full{
     max-width: 100%;
    height: auto;
}
.well{
  min-height:20px;
  padding:19px;
  margin-bottom:20px;
  background-color:#f5f5f5;
  border:1px solid #e3e3e3;
  border-radius:4px;
/*  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.05)*/
}
.well-yellow{
  background-color:#f8f6a2;
}
p .btn{
  margin: 3px;
}


.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px
}
.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: 0 0
}
.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  transition: .4s all
}
.youtube-player img:hover {
  -webkit-filter: brightness(75%)
}
.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url(https://i.imgur.com/TxzC70f.png) no-repeat;
  cursor: pointer
}
	
.btn-danger {
color: #fff!important;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-success {
color: #fff!important;
background-color: #198754;
border-color: #198754;
}


.logo-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.logo-overlay::before {
    content: '';
    background: url('https://www.emaildoctor.org/logo-sm.png') no-repeat center bottom;
    position: absolute;
    opacity: 0.2;
    bottom: 20px;
    left: 50%;
    margin-left: -70px;
    width: 140px;
    height: 40px;
    z-index: 100;
}