@font-face {
  font-family: 'OpenSansRegular';
  src: url('../opensans-regular-webfont.html');
  src: url('../opensans-regular-webfontd41d.html#iefix') format('embedded-opentype'),
  url('../opensans-regular-webfont-2.html') format('woff'),
  url('../opensans-regular-webfont-3.html') format('truetype'),
  url('../opensans-regular-webfont-4.html#OpenSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;

}
.bdg-title{
  margin-top:  -48PX;
  text-align: center;
  font: normal normal bold 600 15px/25px Open Sans;
  margin-right:  200PX;
}

.ai-desc-generator {
  margin-left: 24PX;
  margin-top: 0PX;
  padding: 10PX;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  width: 1068px;
  height: 614px;
  /* UI Properties */
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
}
.ai-desc-generator button {
  outline: transparent;
}

.ai-desc-generator textarea:focus-visible{
  outline: transparent;
}

@media (max-width : 991px) {
  .ai-desc-generator {
    height: 1180px;
    justify-content: center;
    width: 100%;
	  flex-direction:column;

  }

  .left-pane{
    width:535px !important;
  }

  .right-pane{
    width:100% !important;
  }

  #htmlBtn2 {
    top: -98px !important;
    width: 380px !important;
    height: 60px !important;
  }
  
}

@media (max-width : 991px) {
  .ai-desc-generator {
    margin: auto;
  }
}

#tools {
  display: flex;
  flex-direction: column;
  transition: opacity 1000ms;
}

#ai {
  display: none;
  transition: opacity 1000ms;
}

.left-pane{
  flex-direction: column;
  display: flex;
  max-width:345px;
  flex:1;
}

.promo {
  margin-left: -8px;
}

.bottom-wrapper {
  width: 99%;
}

.right-pane{
  flex-direction: column;
  display: flex;
  max-width: 635px;
  align-items:flex-start;
  margin-left: 8px;
  flex:1;
}

.right-pane img {
  width: 310px;
  position: relative;
}

.bdg-fs {
  margin-top:  20px;
}

#goBack{
  text-align: left;
  background:none !important;
  border:none !important;
  margin:0 !important;
  padding:0 !important;
  cursor: pointer;
  height: 20px;
  /* UI Properties */
  color: var(--unnamed-color-f7782d);
  text-align: center;
  font: normal normal 600 15px/25px Open Sans;
  letter-spacing: 0px;
  color: #F7782D;
  opacity: 1;
}

#htmlBtn2{
  top: -75px;
  opacity: 0;
  visibility: hidden;
  background: var(--unnamed-color-33394b) 0% 0% no-repeat padding-box;
  background: #33394B 0% 0% no-repeat padding-box;
  opacity: 1;
  position: relative;
  width: 566px;
  height: 40px;
  border-radius: 0;
  border: black;
  color: white;
  font: normal normal 400 16px/22px Open Sans;
}

@keyframes hithere {
  30% { transform: scale(1.2); }
  40%, 60% { transform: rotate(-20deg) scale(1.2); }
  50% { transform: rotate(20deg) scale(1.2); }
  70% { transform: rotate(0deg) scale(1.2); }
  100% { transform: scale(1); }
}

.card2 {
        position: relative;
    }
    .card2 .img-top {
        display: none;
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .card2:hover .img-top {
        display: inline;
        visibility: visible;
    }

#htmlBtn{
  border-radius: 0px !important;
  width: 280px;
  height: 40px;
  /* UI Properties */
  background: var(--unnamed-color-f7782d) 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 0px var(--unnamed-color-33394b);
  background: #F7782D 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 0px #33394B;
  opacity: 1;
  margin-top: 5px;
}

.toggle-btn-grp {
  margin: 3px 0;
  width: 100%;
  display: flex;
  position: relative;
  margin: 48px 0;
  justify-content: center;
}

h5 {
  color: var(--unnamed-color-33394b);
  text-align: left;
  font: normal normal bold 16px/18px Open Sans !important;
  letter-spacing: 0px;
  color: #33394B;
  opacity: 1;
}

.book-selector {
  font-size: 24px;
  color: var(--unnamed-color-33394b);
  text-align: center;
  font: normal normal 600 24px/29px Poppins;
  letter-spacing: 0px;
  color: #33394B;
  opacity: 1;
}

.book-selector .book-button {
  font-size: 24px;
  color: var(--unnamed-color-33394b);
  text-align: center;
  font: normal normal 600 24px/29px Poppins;
  letter-spacing: 0px;
  color: #33394B;
  opacity: 1;
}

.book-selector .selected {
  font-size: 24px;
  color: var(--unnamed-color-33394b);
  text-align: center;
  font: normal normal 600 24px/29px Poppins;
  letter-spacing: 0px;
  color: #33394B;
  opacity: 1;
}


.toggle-btn {
  width: 25%;
  text-align: center;
  padding: 0.4em 3em;
  color: #000;
  background-color: #fff;
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  font-family: "Open Sans",sans-serif;
}

.toggle-btn-grp.joint-toggle .toggle-btn {
  margin: 5px 0;
  padding: 0em 1em;
  border-radius: 0;
  border-right-color: white;
}

.toggle-btn-grp.joint-toggle .toggle-btn:first-child {
  margin-left: 2px;
  border-radius: 10px 0px 0px 10px;
}

.icons-button {
  margin: 8px !important;
  background:none !important;
  border:none !important;
  padding:0 !important;
  cursor: pointer;
}

.closeButton {
  position: relative;
  left: 160px;
  background:none !important;
  border:none !important;
  padding:0 !important;
  cursor: pointer;
}

.icons-circle {
  width: 24px;
  height: 24px;
  /* UI Properties */
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  border: 1.5px solid var(--unnamed-color-33394b);
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #33394B;
  border-radius: 100px;
  opacity: 1;
}

.icons-circle span {
  position: relative;
  top: -1px;
  opacity: 1;
  font: normal normal 600 14px/0px Open Sans;
}

.toggle-btn-grp.joint-toggle .toggle-btn:last-child {
  margin-left: -5px;
  margin-right: 2px;
  border-radius: 0px 10px 10px 0px;
  border-right: solid 1px #ccc;
  padding-left: 6px;
}

.toggle-btn:hover {
  border: solid 1px #a0d5dc !important;
  background: #f1fdfe;
}

.toggle-btn.success {
  background: white;
  border: solid 3px #F7782D !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

#mainbg {
  background-image: url(../bgkindle.html);
  width: 438px;
  margin-right: auto;
  margin-left: auto;
  height: 668px;
  margin-bottom: 60px;
  position: relative;
  padding-top: 70px;
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-size: 18px;
  line-height: 1.5;
}

.screen {
  background-image: url(../screen.html);
  height: 500px;
  width: 310px;
  text-align: center;
  position: relative;
  margin: auto;
}

@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Maven Pro Regular'), local('MavenProRegular'), url(http://fonts.gstatic.com/s/mavenpro/v7/MG9KbUZFchDs94Tbv9U-pVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

#view-kindle {
  padding: 4px 10px 1px;
  margin: 15px 15px;
}

#result-press {
  background-color: #204a83;
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-top: 47px;
}


a.cke_button, a.cke_button:link {
  padding: 5px 10px;
  display: inline-block;
  font-weight: normal;
}

#inline1 {
  width:100%;
  text-align: left;
  padding:20px;
  height: 330px;
}
#inline2 {
  text-align: left;
  padding:22px 20px 20px 20px;
  height: 465px;
}

.my-container h1 {
  font-size: 22px;
}

.h1btn {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 28px !important;
}

.h2btn {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 21px !important;
}

.h3btn {
  font-family: Arial, sans-serif;
  font-size: 17px !important;

}

.h4btn {
  font-family: Arial, sans-serif;
  font-size: 14px !important;

}

.h5btn {
  font-family: Arial, sans-serif;
  font-size: 13px !important;
  font-weight: 100;
}

.h6btn {
  font-family: Arial, sans-serif;
  font-size: 12px !important;
  font-weight: 100;
}

#textarea {
  display: block;
  font-size: 1em!important;
  width: 100%;
  height: 200px;
  margin: auto;
  border-radius: 10px;
  background: #f6f6f6;
  float: none;
  font-size: 12px;
  border:none;
}

@media (max-width:480px){
  #textarea{
    height: 200px;
  }
}

#textarea:focus {
  outline:none!important;
  border:none!important;
}

a.TransBtn:hover, a.TransBtn:link {
  font-size: inherit !important;
  font-weight: normal !important;
}



.TransBtn, input.TransBtn, input.TransBtn:hover {
  display: inline-block;
  cursor: pointer !important;
  /* height: auto; */
  white-space: nowrap;
  margin-bottom: 2px;
  /*box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 0px 2px rgba(255, 255, 255, 0.15) inset, 0px 1px 0px rgba(255, 255, 255, 0.15) inset;*/
  background: #1d4c85;
  background-color: #1d4c85 !important;
  text-align: left;
  border-radius: 5px;
  color: white !important;
  text-transform: none;
}

input.TransBtn[disabled]{
  background: #f6f6f6;
  background-color: #f6f6f6 !important;
  color:#dedede!important;
  border: none!important;
}

a.TransBtn {
  padding: 5px 10px;
}

.cke_button_icon {
  display: inline-block;
  width: 16px;
  margin-right: 5px;
  margin-left: -1px;
}

.font-sizes {
  font-family: Arial, sans-serif;
  text-transform: none;
}

.style-buttons {
  font-family: Neuton, serif;
}

/*Book Description Generator New*/

/*Global*/

.bdg-outerbody{
  margin-bottom:150px;
  max-width:1300px;
}

table.menu-items {
  margin-top: -15px !important;
}

.bdg-outerbody table th{
  background:transparent!important;
}

.input-hidden {
  position: absolute;
  left: -9999px;
}

.bdg-boxed input[type=button]{
  margin-right: 10px;
  margin-bottom: 10px;
}

.amazon-select{
  bottom: 10px;
  color: var(--unnamed-color-33394b);
  text-align: center;
  font: normal normal bold 12px/18px Open Sans;
  letter-spacing: 0px;
  color: #33394B;
  position: relative;
  opacity: 1;
}

#bdg-menu label:hover {
  
  border-bottom: solid 3px #F7782D !important;
}

#bdg-menu .clicked {
  background: #ADD8E6;
  border-bottom: solid 3px #F7782D !important;
}

#menul1 tr:first-child td:nth-child(2) {
  background-color: blue;
}

.menu-label{
  width: 161px;
  height: 50px;
  text-align:center;
  font-size:17px;
  cursor: pointer;
}

.menu-label:before{
  content:"\A";
  white-space:pre;
}
label#menul1.menu-label.mlb{
  background: #FFFFFF;

}
label#menul2.menu-label.mlb{
  background: #FFFFFF;

}
label#menul3.menu-label.mlb{
  background: #FFFFFF;

}
label#menul4.menu-label.mlb{
  background: #FFFFFF;

}

#bdg-menu {
  display: flex;
  flex-wrap: wrap;
  width: 335px;
}

.bdg-menu{
  width:100%;
  text-align:center;
  margin:auto;
}

.bdg-menu td,.bdg-menu th{
  padding:0px;
  border:none;
}


  #menul1 {
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }


  .mlb {
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }


  #menul3 {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede
  }

  #menul4 {
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede
  }

input[type="radio"]:checked+label{
  border-bottom:3px solid #F48220;
}


.bdg-main {
  margin-top: 15px;
  padding-left:25px;
  padding-right:25px;
  padding-bottom: 100px;
  padding-top: 1px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

/*BKG Menu*/

.show {
  visibility: visible !important;
  opacity: 1 !important;
}

/*Font Sizes Row*/
.bdg-fs{
  margin-top:  10px;
}

.bdg-fs h5, .bdg-font-style h5, .bdg-para-style h5, .bdg-icons h5{
  color: var(--unnamed-color-33394b);
  text-align: left;
  font: normal normal bold 16px/18px Open Sans;
  letter-spacing: 0px;
  color: #33394B;
  opacity: 1;
}

.TransBtn, input.TransBtn{
  padding-top:0px;
  padding-bottom:0px;
  padding-left:0px;
  padding-right:0px;
  border: none!important;
}

input.h1btn {
  padding:10px 20px;
}

input.h2btn {
  padding:9px 18px;
}

input.h3btn {
  padding:8px 16px;
}

input.h4btn {
  padding:7px 14px;
}

input.h5btn {
  padding:6px 12px;
}

input.h6btn {
  padding:5px 10px;
}

input.p1btn {
  padding:4px 8px;
}

/* Font Style & Paragraph Style Row */

.bdg-font-style, .bdg-para-style{
  float:left;
  margin-bottom: 15px;
}

.stylebtn {
  font-size:13px;
  padding:5px 10px!important;
  border:1px solid rgba(202, 202, 202, 0.63);
  border-radius:5px;
  color:black;
  cursor: pointer!important;
  background:transparent;
}

.in-column h5 {
  margin-bottom:-3px!important;
}

.stylebtn:hover{
  background:transparent!important;
  cursor:pointer!important;
}

.stylebtn[disabled]{
  background: #f6f6f6;
  background-color: #f6f6f6 !important;
  color:#dedede!important;
  border:1px solid #f6f6f6!important;
}

#cke_13, #cke_14,#cke_15,#cke_98 {
  border-radius: 2px;
}

#cke_17{
  font-weight:bold;
  text-decoration:none!important;
  width: 87px;
  height: 34px;
  /* UI Properties */
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 16px #33394B14;
  border: 1px solid #EBEBEB;
  border-radius: 2px;
  opacity: 1;
}

#cke_18{
  font-style:italic;
  text-decoration:none!important;
  width: 88px;
  height: 34px;
  /* UI Properties */
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 16px #33394B14;
  border: 1px solid #EBEBEB;
  border-radius: 2px;
  opacity: 1;
}

#cke_19 {
  width: 128px;
  height: 34px;
  /* UI Properties */
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 16px #33394B14 !important;
  border: 1px solid #EBEBEB;
  border-radius: 2px;
  opacity: 1;
}

#cke_20{
  width: 167px;
  height: 34px;
  /* UI Properties */
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 16px #33394B14;
  border: 1px solid #EBEBEB;
  border-radius: 2px;
  opacity: 1;
}

#cke_21{
  width: 129px;
  height: 34px;
  /* UI Properties */
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 16px #33394B14;
  border: 1px solid #EBEBEB;
  border-radius: 2px;
  opacity: 1;
}

#cke_29{
  font-weight:bold;
  text-decoration:none!important;
}

#cke_31{
  font-weight:bold;
  text-decoration:none!important;
}


.bdg-fs{
  width:100%!important;
  clear:both;
}


.bdg-styles {
  width:100%!important;
  clear:both;
}

.bdg-icons{
  width:100%!important;
  clear:both;
}


/*Icons List*/
.bdg-icons input[type="button"]{
  background:transparent;
  color:black!important;
  padding: 10px!important;
}

.bdg-icons input[type="button"]:hover{
  background:transparent!important;
  color:black!important;
  cursor:pointer;
}

.commonf{
  border:none!important;
  padding-bottom:15px!important;
  margin-left: -13px;
}

.bdg-icons h5{
  margin-bottom:0px!important;
}

#demo{
  border:none!important;
}

/*FontAwesome Styles*/
.fas {
  margin-right:5px;
}

/*Description TextArea*/
.bdg-desc{
  width: 99%;
  height: 354px;
  /* UI Properties */
  background: #F4F5F6 0% 0% no-repeat padding-box;
  border: 1px solid #33394B1A;
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ai-box {
  background: #FFF1E9 0% 0% no-repeat padding-box;
  box-shadow: 8px 0px 24px #33394B0A;
  border: 1px solid #FBC8AA;
  opacity: 1;
  border-radius: 0;
  padding: 20px;
  width: 100%;
  height: 454px;
}

#textareaAI{
  resize: none;
  font: normal normal normal 16px/24px Open Sans !important;
  width: 100% !important;
  height: 372px !important;
  background: #FFF1E9 0% 0% no-repeat padding-box !important;
  border-radius: 0 !important;
  box-shadow: 0 !important;
  border: 0!important;
}

#textareaAI:focus{
  resize: none;
  font: normal normal normal 16px/24px Open Sans !important;
  width: 100% !important;
  height: 372px !important;
  background: #FFF1E9 0% 0% no-repeat padding-box !important;
  border-radius: 0 !important;
  box-shadow:0 !important;
  border: 0 !important;

}

/* textarea::-webkit-scrollbar {
  width: 8px;
}

textarea::-webkit-scrollbar-track {
  background-color: transparent;
}

textarea::-webkit-scrollbar-thumb {
  background: #F7782D33 0% 0% no-repeat padding-box;
} */

@media (max-width:1400px){
  .text-placeholder {
    width:355px !important;
  }  
}



.text-placeholder {
  position: absolute;
  height:353px; 
  width:614px;
  padding: 20px 20px;
  color: var(--unnamed-color-33394b);
  text-align: left;
  font: normal normal bold 18px/24px Open Sans;
  letter-spacing: 0px;
  color: #33394B;
  opacity: 1;
  cursor: default;
}


.bdg-desc2{
  position:relative;
  color:black;
  border:2px solid black;
  border-radius:10px;
}

#charCountWrapper{
  margin-top: 10px;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  text-align: right;
  font: normal normal normal 16px/24px Open Sans;
  right: 6px;
  top: -350px
}



/*Code Popup*/
#popupheader{
  margin-top:-90px;
}



#codetitle{
  text-align: left;
  color:#e6873c;
}

#popupheader img{
  width: 100px!important;
  text-align: center;
}


.popbutton, #copybtn {
  font-size: 1em;
  font-weight: 400;
  padding: 10px 45px;
  color: white!important;
  border-radius: 5px;
  text-decoration: none!important;
  cursor: pointer;
  background-color: #e6873c;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #e6873c!important;
  display: inline-block;

}

.popoverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.popoverlay:target {
  visibility: visible;
  opacity: 1;
}

.popoverlay-type {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.popup-type {
  margin: 323px auto;
  padding: 25px;
  background: #fff;
  border-radius: 5px;
  width: 450px;
  height: 260px;
  position: relative;
  text-align: center;
}
.popup-type-GPT {
  margin: 323px auto;
  padding: 25px;
  background: #fff;
  border-radius: 5px;
  width: 396px;
  height: 396px;
  position: relative;
  text-align: center;
}

.popup-type .popcontent button {
  width: 143px;
  height: 40px;
  margin-right: 10px;
  /* UI Properties */
  background: var(--unnamed-color-f7782d) 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 0px var(--unnamed-color-33394b);
  background: #F7782D 0% 0% no-repeat padding-box;
  box-shadow: 6px 6px 0px #33394B;
  opacity: 1;
  border-radius: 0;
  color: var(--unnamed-color-ffffff);
  text-align: center;
  font: normal normal 600 16px/27px Open Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: capitalize;
  opacity: 1;
}


.popoverlay-type:target {
  visibility: visible;
  opacity: 1;
}

.popoverlay-type a.popclose {
  margin-top: 20px;
  margin-left: 295px;
}

@media (min-width:646px){
  .popup {
    margin: 10% auto;
    padding: 50px;
    background: #fff;
    border-radius: 5px;
    width: 50%;
    position: relative;
    text-align: center;
  }
  /* changes done in 24th August 2020 */
  .popup {
    padding: 50px;
    background: #fff;
    border-radius: 5px;
    width: 50%;
    position: absolute;
    text-align: center;
    height: auto;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: auto;
  }
}

@media (max-width:646px){
  .popup {
    margin: 10% auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 80%;
    position: relative;
    margin-top: 50%;

  }
  /* changes done on 24th August 2020 */
  .popup {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: auto;
  }
  .popup-type {
    margin-top: 30%;
    padding: 0px;
    background: #fff;
    border-radius: 5px;
    width: 90%;
    height: 60%;
    position: relative;
    text-align: center;
}
}


.popup .popclose {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: 800;
  color:white;
}

.popclose:hover {
  cursor: pointer;
}

.popup .popcontent {
  max-height: 30%;
  overflow: auto;
}

.popup span {
  text-align: center;
}

.bdg-footer{
  text-align:center;
}

@media only screen and (min-width: 800px){

  .bdb-image {
    background: url('../bookdescriptionblueprint.html');
    height: 125px;
    width: 380px;
    margin-top: -40px;
  }

  .bdb-image:hover {
    height: 125px;
    width: 380px;
    margin-top: -40px;
  }

  .bdg-footer-left {
    text-align: left!important;
    width: 60%;
    float:left;
    height: 125px;
  }

  .bdg-footer-right {
    text-align: right!important;
    width: 40%;
    float: right;
  }


}

@media only screen and (max-width: 800px){
  .bdb-image {
    background: url('../bookdescriptionblueprint.html');
    height: 75px;
    width: 230px;
    margin:auto;
  }
  .bdb-image:hover {
    height: 75px;
    width: 230px;
    margin:auto;
  }

  .bdg-footer-left {
    text-align: center;
    width: 100%;
    height: 125px;
  }

  .bdg-footer-right {
    text-align: center;
    width: 100%;
  }



}
@media (max-width:800px){
  .popup span {
    text-align: center;
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    width: auto;
  }
  .popup span.socialshare {
    width: 50px !important;
  }
}



.socialshare {
  font-size: 40px;
}


/*hide templates*/

#masthead{
  /* display:none !important; */
}

.entry-header{
  /* display:none !important; */
}

#colophon{
  /* display:none !important; */
}
.entry-footer{
  /* display:none !important; */
}

.menu-label{
  margin-bottom: 0px !important;
}

.center {
  margin: auto;
  width: 50%;
  /* border: 3px solid green; */
  /* padding: 10px; */
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.h-75 {
  height: 75px !important;
}


@media only screen and (min-width: 1168px){
  .entry .entry-content > *, .entry .entry-summary > * {
    max-width: 100% !important;
  }

}

#bdg-menu img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}



/*media queries*/

@media (min-width: 481px) and (max-width: 767px) {
  .h-75 {
    height: 50px !important;
  }

}

/*
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/


@media (min-width: 320px) and (max-width: 480px) {

  .h-75 {
    height: 50px !important;
  }

  #bdg-menu{
    padding-left: 10px !important;
    padding-right: 10px !important;
    background: white!important;
  }

  #charCountWrapper{
    font-size: 10px !important;
  }

}



/* pasting popup styling  */
/* added on 26th August 2020 */
#alertpopup.alertpopup_wrapper{
  background: rgba(1, 26, 43, 0.9);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
#alertpopup.alertpopup_wrapper .alertpopup_inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 50%;
  max-width: 550px;
  background: #204a83;
  padding: 50px;
  color: white;
  /* box-shadow: 0px 0px 1px 10px #F48220; */
}
#alertpopup.alertpopup_wrapper .alertpopup_inner h3{
  color: rgb(255,255,255) !important;
  font-size: 20px;
  font-family: Helvetica;
  margin-bottom: 25px;

}
#alertpopup.alertpopup_wrapper .alertpopup_inner button{
  background: #D21231 !important;
  width: 100%;
  height: auto;
  color: #ffffff !important;
  font-family: Helvetica !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  border: 0 solid;
  padding: 20px;
  cursor: pointer;
}

.popup_body{
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.codepop .socialshare a i{
  background: transparent !important;
}
@media(max-width:991px){
  #alertpopup.alertpopup_wrapper .alertpopup_inner{
    width:80%;
  }
  #alertpopup.alertpopup_wrapper .alertpopup_inner h3{
    font-weight: 500;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    margin-top: 10px !important;
    font-size: 18px;
  }
}
@media(max-width:800px){
  #codepop span.socialshare{
    width:50px !important;
    height:50px !important;
  }
  #codepop .socialshare a{
    display: inline-block;
    margin: 0 auto;
    border:none;
    width:100%;
    height: 100%;
    background: transparent;
    padding:0 !important;
    line-height: 1;
    overflow: hidden;
  }
  #codepop .socialshare a i{
    position: relative;
    left: auto;
    top:auto;
    width: 100%;
    height: 100%;
    line-height: 1;
    background: transparent !important;
  }
}

/* Book Description Generator Social Share */
#codepop .socialshare a {
    display: inline-block;
    margin: 0 auto;
    padding: 5px;
    border: none;
}

#codepop .socialshare a i {
    margin: 0;
    color: #204A83;
}

#codepop .socialshare a:hover {
    background: none;
}

#codepop .socialshare a:hover i {
    color: #F7782D;
}
.bdb-image, .bdb-image:hover {
  background: url('../bookdescriptionblueprint.html');
    width: 100%;
    max-width:100%;
    height: 135px;
    display: block;
    background-size:contain!important;
    background-repeat:no-repeat!important;
    background-position:center!important;
    margin-top:3em;
}


@media(min-width:992px) and (max-width:1306px) and (max-height:800px){
  #textarea{
    height: 100px;
  }
  .popup{
    transform: translateY(-40%);
  }
}


@media(max-width:767px){

   .row{
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0px;
    padding-right: 0px;
  }  

  .entry-content{
    width: 96%;
    margin-left: 2% !important;
    margin-right: 2% !important;
    padding-left: 0% !important;
    padding-right: 0% !important;
  }
  #popupheader {
    margin-top: -50px;
  }
  #popupheader img {
    width: 50px!important;
    text-align: center;
  }
  #codetitle {
      text-align: left;
      color: #e6873c;
      text-align: center;
      font-size: 14px;
      padding: 10px;
  }
  .popbutton, #copybtn {
      font-size: 12px;
  }


  .bdb-image {
  background: url('../bookdescriptionblueprint.html');
  background-size: cover;
}

.bdb-image:hover {
  background: url('../bookdescriptionblueprinth.html');
  background-size: cover;
}
  .popup span {
      text-align: center;
      line-height: 1;
      font-size: 12px;
      display: inline-block;
      width: auto;
  }
}
@media only screen
  and (min-height: 320px)
  and (max-height: 767px){
    .popup{
      max-height: 70vh;
      transform: translateY(-40%);
      overflow: scroll;
    }
    #popupheader{
      margin-top: 0px;
    }
}
@media (min-height: 320px)
  and (max-height: 480px){
    .popup{

    }
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2196F3;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #2196F3;
}


input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Center the loader */
#loader {
  position: absolute;
  top: 161px;
  z-index: 1;
  color: var(--unnamed-color-33394b);
  text-align: left;
  font: normal normal bold 18px/24px Open Sans;
  letter-spacing: 0px;
  color: #33394B;
  opacity: 1;
  animation: fadeIn 1s infinite alternate;
}

/* loading dots */

#loader:after {
  content: ' .';
  animation: dots 1s steps(5, end) infinite;}

@keyframes dots {
  0%, 20% {
    color: #FFF1E9;
    text-shadow:
      .25em 0 0 #FFF1E9,
      .5em 0 0 #FFF1E9;}
  40% {
    color: black;
    text-shadow:
      .25em 0 0 rgba(0,0,0,0),
      .5em 0 0 rgba(0,0,0,0);}
  60% {
    text-shadow:
      .25em 0 0 #33394B,
      .5em 0 0 #33394B;}
  80%, 100% {
    text-shadow:
      .25em 0 0 #33394B,
      .5em 0 0 #33394B;}}

  @keyframes fadeIn { 
    from { opacity: 0; } 
  }


@-webkit-keyframes spin {
  0% {
      -webkit-transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 100s;
  animation-name: animatebottom;
  animation-duration: 100s
}

@-webkit-keyframes animatebottom {
  from {
      bottom: -100px;
      opacity: 0
  }

  to {
      bottom: 0px;
      opacity: 1
  }
}

@keyframes animatebottom {
  from {
      bottom: -100px;
      opacity: 0
  }

  to {
      bottom: 0;
      opacity: 1
  }
}

#myDiv {
  display: none;
  text-align: center;
}

@media (max-width: 768px) {


}
  