 /*
Theme Name: Journal Post
Author: Muhammad Saad
Description: JP Custom Theme
Version: 1.12
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: journalpost
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@font-face {
  font-family: Delicatestrict;
  src: url(/wp-content/themes/journal-theme/fonts/Delicate_strict.ttf);
}
@font-face {
  font-family: JPLogoFont;
  src: url(/wp-content/themes/journal-theme/fonts/Engravers.otf);
}
@font-face {
  font-family: dancingscript;
  src: url(/wp-content/themes/journal-theme/fonts/DancingScript-Regular.otf);
}
@font-face {
  font-family: dancingscript;
  src: url(/wp-content/themes/journal-theme/fonts/dancingscript.ttf);
}
@font-face {
  font-family: delicate_strict;
  src: url(/wp-content/themes/journal-theme/fonts/delicate_stricts.ttf);
}
@font-face {
  font-family: Roboto-Regular;
  src: url(/wp-content/themes/journal-theme/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: Roboto-Medium;
  src: url(/wp-content/themes/journal-theme/fonts/Roboto-Medium.ttf);
}
@font-face {
  font-family: Roboto-Light;
  src: url(/wp-content/themes/journal-theme/fonts/Roboto-Light.ttf);
}
@font-face {
  font-family: Roboto-Bold;
  src: url(/wp-content/themes/journal-theme/fonts/Roboto-Bold.ttf);
}
/* CSS Document */

html {
  font-size: 62.5%;
}
body {
  background-color: #f6f6f6;
}
body, ul, li {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.87);
}
header, nav, section, article, aside, footer {
  display: block;
}
ul {
  list-style: none;
}
.marginTopZero {
  margin-top: 0 !important;
}
.container {
  width: 96rem;
  margin: auto;
  padding: 0 1rem;
}
.content {
  background-color: #ffffff;
  padding-bottom: 4rem;
  margin-top: 100px;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, .1);
}
.banner-heading {
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 1.5rem 1rem;
  font-weight: 500;
  color: #4db6ac;
}
.banner-heading span {
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
}
p {
  padding-bottom: 15px;
}
h1, h2, h3, h4, h5, h6 {
  padding-bottom-bottom: 15px;
}
a {
  color: #4db6ac;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.left {
  float: left;
}
.right {
  float: right;
}
.block {
  display: block;
}
.pointer {
  cursor: pointer;
}
.bold {
  font-weight: 700;
}
.clearfix:before, .clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.displayNone {
  display: none;
}
.ghost-button {
  padding: 0.5rem 1rem;
  border: 0.2rem solid #4db6ac;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  border-radius: 0.5rem;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
}
.primary-button {
  padding: 0.5rem 1rem;
  border: 0.2rem solid #4db6ac;
  background-color: #4db6ac;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  border-radius: 0.5rem;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
}
input[type=text], input[type=password] {
  background-color: #f4f8f8;
  height: 4rem;
  width: 100%;
  border: none;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  border-radius: 1rem;
  padding: 0 1rem;
  box-sizing: border-box;
}
.chkbox_label {
  display: inline-block;
  position: relative;
  padding-left: 31px;
  letter-spacing: -0.3px;
}
.chkbox_label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  border: 1px solid #e4e4e4;
  left: 0;
}
.chkbox_label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  letter-spacing: -0.3px;
  font-size: 14px;
}
input[type=checkbox] {
  position: absolute;
  z-index: 1;
  opacity: 0;
  display: block;
}
input[type=checkbox]:checked+label:before {
  content: '\2713';
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  background-color: #00796b;
  border-color: #00796b;
}
@media only screen and (min-width: 1367px) {}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
  .container {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
}
.header-wrap {
  height: 5.9rem;
}
.header-wrap .search-bar {
  background-color: #ffffff;
  position: absolute;
  z-index: 3;
  top: 0;
  width: 100%;
  height: 5.9rem;
  padding: 0 14%;
  box-sizing: border-box;
  display: none;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}
.header-wrap .search-bar input[type=text] {
  background-color: #ffffff;
  height: 5.9rem;
  outline: none;
  font-size: 2rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}
.header-wrap .search-bar input[type=text]::-webkit-input-placeholder {
  text-align: center;
}
.header-wrap .search-bar input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
}
.header-wrap .search-bar input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
}
.header-wrap .search-bar input[type=text]:-ms-input-placeholder {
  text-align: center;
}
.header-wrap .search-bar .bar-hide {
  position: absolute;
  right: 8.5%;
  top: 2rem;
  cursor: pointer;
}
.header {
  background-color: #231f20;
}
.header.fixed {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.header.fixed .logo-link {
  width: 3rem;
  height: 3rem;
  top: 0.2rem;
}
.header.fixed .logo-link .logo {
  width: 100%;
  height: 3.5rem;
}
.header.fixed .social>ul>li {
  background-color: #000000;
}
.header.fixed .social>ul>li a {
  color: #ffffff;
}
.header.fixed .social>ul>li.search-icon {
  background-color: #000000;
}
.header.fixed .social>ul>li.search-icon>i {
  /*display: none;*/
}
.header.fixed .social>ul>li.search-icon .share-count {
  display: block;
  color: #ffffff;
  font-size: 1.8rem;
  margin-left: 1rem;
}
.header.fixed .social>ul>li.search-icon .share-count>div {
  font-size: 0.9rem;
}
.header.fixed .social>ul>li.user-detail {
  color: #ffffff;
}
.header .logo-link {
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 50%;
  width: 7rem;
  height: 7rem;
  display: flex;
  position: absolute;
  top: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  z-index: 4;
}
.header .logo-link .logo {
  background-image: url(/wp-content/themes/journal-theme/images/logo.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 6.4rem;
  height: 6.4rem;
  margin: auto;
}
.header .container {
  padding: 0;
  width: 98rem;
}
.header .navigation {
  padding: 2rem 0;
  width: calc(100% - 14rem);
}
.header .navigation>ul>li {
  float: left;
  margin-right: 2rem;
  position: relative;
}
.header .navigation>ul>li>a {
  color: #ffffff;
}
.header .navigation>ul>li>a:hover {
  color: #4db6ac;
  text-decoration: none;
}
.header .navigation>ul>li .dropdown {
  position: absolute;
  padding: 1.5rem 2rem;
  background-color: #000000;
  display: none;
  width: 9rem;
  line-height: 2.4rem;
  left: -4.5rem;
  top: 4.7rem;
}
.header .navigation>ul>li .dropdown>ul>li {
  border-bottom: 0.1rem solid #ffffff;
  padding: 0.5rem 0;
}
.header .navigation>ul>li .dropdown>ul>li:last-of-type {
  border-bottom: none;
}
.header .navigation>ul>li .dropdown a {
  color: rgba(255, 255, 255, 0.87);
}
.header .navigation>ul>li .dropdown a:hover {
  color: #4db6ac;
  text-decoration: none;
}
.header .navigation>ul>li .dropdown::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #000000 transparent;
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
.header .navigation>ul>li.active a {
  color: #4db6ac;
}
.header .navigation>ul>li.active .dropdown {
  display: block;
}
.header .navigation>ul>li.active .dropdown a {
  color: #ffffff;
}
.header .header-title {
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header .social {
  padding: 1.2rem 0;
  margin-right: -130px;
}
.header .social>ul>li {
  float: left;
  width: 3rem;
  height: 3rem;
  background-color: #131515;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  color: #ffffff;
  cursor: pointer;
}
.header .social>ul>li:last-of-type {
  margin-right: 0;
}
.header .social>ul>li>a {
  color: #ffffff;
}
.header .social>ul>li>a:hover {
  color: #4db6ac;
}
.header .social>ul>li>*:hover {
  color: #4db6ac;
}
.header .social>ul>li .share-count {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header .container {
    width: 100%;
    padding: 0;
  }
  .header .logo-link {
    width: 3rem;
    height: 3rem;
    top: 0.5rem;
  }
  .header .logo-link .logo {
    width: 2rem;
    height: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-header {
    width: 100%;
    background: #231f20;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #dddddd;
    position: fixed;
    top: 0;
  }
  .mobile-header .logo-link {
    padding: 0.5rem;
    background-color: #ffffff;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    display: flex;
    position: absolute;
    top: 0.5rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
    left: 1rem;
  }
  .mobile-header .logo-link .logo {
    background-image: url(/wp-content/themes/journal-theme/images/logo.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 2rem;
    height: 3.5rem;
    margin: auto;
  }
  .mobile-header .cross {
    background: none;
    top: 0px;
    /* right: 0; */
    padding: 13px 15px 0px;
    color: #ffffff;
    border: 0;
    font-size: 3.92em;
    line-height: 45px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 10000000000000;
  }
  .mobile-header .full-logo {
    background-image: url(/wp-content/themes/journal-theme/images/footer-logo-small.png);
    width: 17rem;
    height: 4.5rem;
    background-repeat: no-repeat;
    margin: auto;
    position: absolute;
    top: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .mobile-header .text-logo {
    font-family: JPLogoFont;
    width: 17rem;
    height: 4.5rem;
    font-size: 34px;
    color: white;
    margin: auto;
    position: absolute;
    top: 0rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .hamburger {
    background: none;
    top: 0;
    /*right: 0;*/
    line-height: 45px;
    padding: 5px 10px 0px 15px;
    color: #ffffff;
    border: 0;
    font-size: 1.8em;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 10000000000000;
  }
  .menu {
    z-index: 1000000;
    width: 100%;
    background: #231f20;
    position: fixed;
    top: 61px;
    text-align: center;
  }
  .menu ul {
    margin: 0;
    padding: 0 0 25px;
    list-style-type: none;
    list-style-image: none;
  }
  .menu li {
    display: block;
    padding: 15px;
    border-bottom: #fff 1px solid;
    background: #231f20;
    color: #fff;
    text-align: left;
  }
  .menu li:last-child {
    border: medium none;
  }
  .menu ul li a {
    text-decoration: none;
    margin: 0;
  }
  .menu ul.dropdown li a {
    text-decoration: none;
    margin: 0;
    font-size: 18px;
    text-transform: capitalize;
  }
  .menu ul li a:hover {
    color: #fff;
    text-decoration: none;
  }
  .menu a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    text-align: left;
  }
  .menu a:hover {
    text-decoration: none;
    color: #666;
  }
  .glyphicon-home {
    color: #ffffff;
    font-size: 1.5em;
    margin-top: 0.5rem;
    margin: 0 auto;
  }
  .mobile-header {
    display: inline-block;
    font-size: 12px;
  }
  /* Start My css */
  .social ul {
    margin: 0 0;
    padding: 14px 10px 5px;
    display: inline-block;
  }
  .header .social {
    padding: 0;
    margin: 0;
  }
  /* .mobile-header .full-logo {
   background-image: url(/wp-content/themes/journal-theme/images/footer-logo-small.png);
   width: 17rem;
   height: 4.5rem;
   background-repeat: no-repeat;
   margin: auto;
   position: absolute;
   top: 0.8rem;
   left: 50%;
   transform: translateX(-50%);
 } */
  li.user-icon {
    margin: 0 10px 0 20px;
  }
  .dropbtn {
    background-color: transparent;
    color: #fff;
    padding: 15px;
    font-size: 23px;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
  }
  .dropbtn:hover, .dropbtn:focus {
    background-color: transparent;
    outline: none;
  }
  .dropdown {
    position: relative;
    display: block;
    border-bottom: 1px solid #fff;
  }
  .dropdown:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 25px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
  }
  .dropdown-content {
    display: none;
    /* position: absolute; */
    background-color: #231f20;
    min-width: 100%;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 16px;
  }
  .dropdown a:hover {
    background-color: #ddd;
  }
  .dropdown:last-child {
    border-bottom: medium none;
  }
  .show {
    display: block;
  }
  .header.fixed {
    top: 0;
  }
  /* Ends My css */
}
footer {
  background-color: #231f20;
  padding: 4rem 0;
  color: #ffffff;
}
footer a {
  color: #ffffff;
}
footer .footer-links {
  border-left: 0.1rem solid #ffffff;
  padding: 1rem;
  width: 50%;
  box-sizing: border-box;
}
footer .footer-links.store-links {
  width: 26%;
}
footer .footer-links li {
  margin-bottom: 1rem;
}
footer .footer-links li:last-of-type {
  margin-bottom: 0;
}
footer .footer-links .store {
  width: 20rem;
  height: 6rem;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 1rem;
}
footer .footer-links .app-store {
  background-image: url(/wp-content/themes/journal-theme/images/app-store.png);
}
footer .footer-links .play-store {
  background-image: url(/wp-content/themes/journal-theme/images/play-store.png);
  height: 6.5rem;
}
footer .copyright {
  clear: both;
  margin-top: 4rem;
  float: left;
  width: 100%;
}
footer .footer-logo {
  background-image: url(/wp-content/themes/journal-theme/images/footer-logo.png);
  clear: both;
  margin-top: 3rem;
  float: left;
  width: 20rem;
  height: 4.5rem;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  footer .footer-links {
    border-left: 0.1rem solid #ffffff;
    padding: 1rem;
    width: 45%;
    box-sizing: border-box;
  }
  footer .footer-links.store-links {
    width: 100%;
    border-left: none;
    padding: 0;
    height: auto;
    text-align: center;
  }
  footer .footer-links .store {
    width: 14rem;
    height: 5rem;
    display: inline-block;
    margin-right: 1rem;
  }
  footer .copyright {
    clear: both;
    margin-top: 2rem;
    text-align: center;
  }
}
/* CSS Document */

/* Outer */

.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 100;
  /* Inner */
}
.popup .popup-inner {
  max-width: 600px;
  width: 90%;
  padding: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 0.2rem 0.6rem black;
  background: #ffffff;
}
/* Close Button */

.popup-close {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  border-radius: 100%;
  background: #4db6ac;
  font-size: 2.1rem;
  text-align: center;
  line-height: 100%;
  color: #ffffff;
}
.popup-close:hover {
  text-decoration: none;
}
/** login popup **/

.login-popup .popup-inner {
  max-width: 480px;
  padding: 2rem 3rem;
  width: 80%;
}
.login-popup .popup-footer {
  text-align: center;
}
.login-popup .popup-footer .switch-to-login, .login-popup .popup-footer .switch-to-signup {
  color: #4db6ac;
  font-weight: 500;
  margin-left: 0.5rem;
  cursor: pointer;
}
.login-popup .button {
  width: 100%;
  color: #ffffff;
  padding: 1.2rem;
  height: 5rem;
  box-sizing: border-box;
  text-align: center;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  border-radius: 0.4rem;
  cursor: pointer;
}
.login-popup .button.facebook {
  background-color: #4568b2;
  border: 1px solid #4568b2;
}
.login-popup .button.gmail {
  background-color: #ffffff;
  border: 1px solid #5d5d5d;
  margin-top: 1rem;
  color: #5d5d5d;
}
.login-popup .button.email, .login-popup .button.login {
  background-color: #4db6ac;
  border: 1px solid #4db6ac;
}
.login-popup .button .icon {
  margin-right: 1rem;
}
.login-popup .or-line {
  border-bottom: 0.1rem solid #e4e4e4;
  position: relative;
  margin: 2.5rem 0;
}
.login-popup .or-line>span {
  position: absolute;
  background-color: #ffffff;
  left: 0;
  right: 0;
  margin: auto;
  width: 5rem;
  text-align: center;
  top: -12px;
}
.login-popup .form-control {
  border: 1px solid #d5d7d8;
  margin-top: 1rem;
}
.login-popup .form-control input[type=text], .login-popup .form-control input[type=password] {
  background-color: transparent;
  border-radius: 0;
}
.login-popup .form-control.birthday-control {
  border: none;
  margin-top: 1.5rem;
}
.login-popup .form-control.birthday-control .label {
  font-weight: 500;
  margin-bottom: 1rem;
}
.login-popup .form-control.birthday-control .select {
  border: 1px solid #d5d7d8;
  height: 4rem;
  padding: 0 1rem;
  float: left;
  margin-right: 1rem;
}
.login-popup .form-control.birthday-control .select:last-of-type {
  margin-right: 0;
}
.login-popup .form-control.birthday-control .select.month {
  width: calc(41% - 1rem);
}
.login-popup .form-control.birthday-control .select.day {
  width: calc(25% - 1rem);
}
.login-popup .form-control.birthday-control .select.year {
  width: 34%;
}
.login-popup .switch-to-forgot {
  text-align: center;
  color: #4db6ac;
  font-weight: 500;
  cursor: pointer;
  margin-top: 1rem;
}
.login-popup .remember-me {
  margin: 1.5rem 0;
}
.login-popup .show-password {
  color: #4db6ac;
  cursor: pointer;
}
.login-popup .extra-option {
  text-align: center;
}
.login-popup .extra-option>span {
  color: #4db6ac;
  font-weight: 500;
  cursor: pointer;
}
.login-popup .promotion {
  font-size: 1.4rem;
  margin: 1rem 0;
}
.login-popup .signup-buttons {
  margin-top: 2rem;
}
.login-popup .reset-password-screen .heading {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}
.login-popup .reset-password-screen .form-control {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.login-popup .reset-password-screen .button {
  width: 20rem;
  background-color: #4db6ac;
  border: none;
}
.login-popup .reset-password-screen .back-to-login {
  height: 5rem;
  line-height: 5rem;
  color: #4db6ac;
  cursor: pointer;
  font-weight: 500;
}
.login-popup .reset-password-screen .back-to-login:before {
  content: "\276E";
  font-size: 2rem;
  margin-right: 0.5rem;
}
.top-content {
  margin-bottom: 2rem;
}
.top-content .page-title {
  font-size: 4rem;
  font-weight: 500;
  color: #000000;
}
.top-content .short-description {
  font-size: 2.2rem;
  margin-top: 1.5rem;
}
.top-content .writer-name {
  line-height: 4rem;
}
.top-content .writer-name .dot {
  width: 4rem;
  height: 4rem;
  background-color: #4db6ac;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 1rem;
}
.top-content .writer-name>span {
  color: #4db6ac;
}
.main {
  width: calc(100% - 32rem);
}
.main .email-us {
  text-transform: uppercase;
  margin-top: 2rem;
  opacity: 0.87;
  font-weight: 700;
}
.main .email-us>span {
  color: #4db6ac;
}
.main .suggestion-link {
  color: rgba(0, 0, 0, 0.87);
  margin-top: 2rem;
  display: block;
  opacity: 0.87;
  margin-bottom: 2rem;
  text-align: right;
}
/*.main .subscribe {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: inline-flex;
}
.main .subscribebanner {
  width: 100%;
  height: auto;
}
.main .subscribebutton {
  position: absolute;
  width: 8rem;
  height: 2.2rem;
  background-color: #39b9ad;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-left: 55rem;
  border-radius: 3px;
  margin-top: 7.7rem;
  font-size: 12px;
  cursor: pointer;
}
.main .subscribeemailbox {
  position: absolute;
  margin-left: 40rem;
  margin-top: 7.7rem;
}
.main .subscribeemailbox .subscribeemail {
  position: absolute;
  width: 14rem;
  height: 2.2rem;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 3px;
  font-size: 12px;
  background-color: #ffffff;
}*/

/* Starts Subscription section */
.main .subscribtioncontainer {
    background-image: url(/wp-content/themes/journal-theme/images/subscribefullbg.png);
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    margin: 20px auto;
    background-size: contain;
    border-radius: 20px;
    display: inline-flex;

}

.main .subscribe-section{
    width: 500px;
    height: 250px;
}

.main .subscribe-section .columnleft{
    width: 90%;
}
.main .subscribe-section .columnleft h3 {
    font-family: Roboto-Regular, sans-serif;
    font-size: 18px;
    line-height: inherit;
    color: #fff;
    margin: 10px 0 0 15%;
    font-weight: normal;
}
.main .subscribe-section .columnleft h3 span {
    font-family: dancingscript;
    font-size: 64px;
    line-height: inherit;
    color: #fff;
    text-transform: uppercase;
}
.main .subscribe-section .columnleft h4 {
    font-family: Roboto-Bold, sans-serif;
    font-size: 40px;
    line-height: inherit;
    color: #fff;
    margin: 0px 0 0 10%;
    font-weight: inherit;
}
.main .subscribe-section .columnleft h5 {
    font-family: Roboto-Regular, sans-serif;
    font-size: 14px;
    line-height: inherit;
    color: #fff;
    margin: 0 0 5px 20%;
    font-weight: normal;
}
.main .subscribe-section .columnleft .btnsubscribe {
    border-radius: 5px;
    font-family: Roboto-bold, sans-serif;
    font-size: 17px;
    color: #1a496c;
    text-transform: uppercase;
    background: #a6d5a6;
    margin: 0 0px 0px 0;
    padding: 8px 15px 9px 15px;
    display: inline-block;
    border: medium none;
    text-align: center;
    width: 120px;
    height: 38px;
}
.main .subscribe-section .columnleft input {
    border-radius: 5px;
    font-family: Roboto-Regular, sans-serif;
    font-size: 14px;
    color: #3f3c3d;
    background: #fff;
    margin: 0px 10px 5px 15px;
    padding: 18px 15px 16px 15px;
    display: inline-block;
    border: medium none;
    width: 53%;
    height: 10px
}
.subscribe-section .columnleft h6 {
    font-family: Roboto-Regular, sans-serif;
    font-size: 11px;
    line-height: inherit;
    color: #fff;
    margin: 0 0 0 15px;
    font-weight: 200;
}
/* Ends Subscription section */

/* Starts Giveaway MainPage section */
.giveawaypost {
  width: 960px;
  overflow: inherit;
  padding: 15px 130px;
  margin: 100px auto 0;
  background-color: #ffffff;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, .1);
  box-sizing: border-box;
}
.giveawaypost:nth-child(2){
  margin: 50px auto;
}
.giveaway-content .title h2 {
  font-family: Roboto-bold, sans-serif;
  font-size: 65px;
  line-height: inherit;
  color: #4cb5ab;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
}
.giveaway-content .title h3  {
  font-family: Roboto-Regular, sans-serif;
  font-size: 28px;
  line-height: inherit;
  color: #231f20;
  font-style: italic;
  margin: 0;
  font-weight: 300;
}
.giveaway-content .postcontent img {
  width: 100%;
  max-width: 100%;
  margin: 20px auto 15px;
  display: block;
}
.giveaway-content .postcontent{
  text-align: center;
}
.giveaway-content .postcontent h1 {
  font-family: Roboto-bold, sans-serif;
  font-size: 40px;
  line-height: inherit;
  color: #231f20;
  margin: 0;
}
.giveaway-content .postcontent h2  {
  font-family: Roboto-Regular, sans-serif;
  font-size: 28px;
  line-height: inherit;
  color: #252122;
  margin: 5px 0;
  font-weight: 200;
}
.giveaway-content .postcontent h3  {
  font-family: Roboto-Regular, sans-serif;
  font-size: 25px;
  line-height: inherit;
  color: rgba(0,0,0,0.6);
  font-style: italic;
  margin: 5px 0;
  font-weight: 200;
}
.giveaway-content .postcontent h4{
  margin: 20px 0 5px;
}
.giveaway-content .postcontent h4 a {
  font-family: Roboto-Regular, sans-serif;
  font-size: 24px;
  line-height: inherit;
  color: rgba(0,0,0,0.6);
  text-decoration: underline;
  outline: medium none;
  font-weight: 200;
}
.giveaway-content .postcontent .btnenternow {
  border-radius: 15px;
  font-family: Roboto-bold, sans-serif;
  font-size: 19px;
  color: #fff;
  text-transform: uppercase;
  background: #4cb5ab;
  margin: 10px auto 15px;
  padding: 15px 17px;
  display: block;
  border: medium none;
  box-shadow: 0px 5px 0px #399b8e;
  width: 21%;
  text-align: center;
}
.giveaway-content .postcontent .btnenternow:hover{
  text-decoration: none;
  outline: medium none;
}

/* Ends Giveaway MainPage section */

/* Starts Giveaway Thankyou section */
.giveawaythankyou {
  width: 960px;
  overflow: inherit;
  padding: 15px 20px;
  margin: 100px auto 50px;
  background-color: #ffffff;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, .1);
  box-sizing: border-box;
}
.thankyou-content img {
  width: auto;
  max-width: 100%;
  margin: 50px auto 20px;
  display: block;
}
.thankyou-content{
  text-align: center;
}
.thankyou-content h1 {
  font-family: Roboto-bold, sans-serif;
  font-size: 47px;
  line-height: inherit;
  color: #231f20;
  margin: 0;
}
.thankyou-content h3  {
  font-family: dancingscript;
  font-size: 38px;
  line-height: inherit;
  color: #3f3c3d;
  font-style: italic;
  margin: 40px 0;
}
.thankyou-content h4 {
  font-family: Roboto-Regular, sans-serif;
  font-size: 18px;
  line-height: inherit;
  color: #4cb5ab;
}
.thankyou-content .btninvitefriends {
  border-radius: 15px;
  font-family: Roboto-bold, sans-serif;
  font-size: 16px;
  color: #fff;
  background: #4cb5ab;
  margin: 10px auto 15px;
  padding: 15px 17px;
  display: block;
  border: medium none;
  box-shadow: 0px 5px 0px #399b8e;
  width: 16%;
  text-align: center;
}
.thankyou-content .btninvitefriends:hover{
  text-decoration: none;
  outline: medium none;
}
.thankyou-content hr {
  margin: 100px auto;
  width: 50%;
}
/* Ends Giveaway Thankyou section */

/* Starts Giveaway Detail section */
.giveawaydetailpost {
  width: 960px;
  overflow: inherit;
  padding: 15px 20px 100px;
  margin: 100px auto 50px;
  background-color: #ffffff;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, .1);
  box-sizing: border-box;
}
.giveaway-detailcontent img {
  width: 100%;
  max-width: 100%;
  margin: 20px auto;
  display: block;
  position: relative;
}
.giveaway-detailcontent .toptitle {
  /*background: rgba(48, 48, 47, 0.05);*/
  position: absolute;
  top: 40%; /*originally 32%*/
  padding: 0 20px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.giveaway-detailcontent .toptitle h1 {
  font-family: dancingscript;
  font-size: 60px;
  line-height: inherit;
  color: #fff;
  margin: 0 auto;
  text-align: center;
}
.giveaway-detailcontent .borderbottomimg {
  margin: 10px auto;
}
.giveaway-detailcontent h2  {
  font-family: Roboto-Bold, sans-serif;
  font-size: 40px;
  line-height: inherit;
  color: rgba(0,0,0,0.8);
  margin: 5px 0;
  font-weight: 400;
}
.giveaway-detailcontent p  {
  font-family: Roboto-Regular, sans-serif;
  font-size: 23px;
  line-height: inherit;
  color: rgba(0,0,0,0.8);;
  margin: 5px 0 20px;
}
.giveaway-detailcontent .subscriberform input[type=text], select, textarea {
  font-family: Roboto-Regular, sans-serif;
  width: 100%;
  padding: 12px;
  border: 1px solid #f9f7f8;
  border-radius: 10px;
  resize: vertical;
  box-sizing: border-box;
  background: #f5f5f5;
  color: #231f20;
  font-size: 20px;
  outline: medium none;
}
.giveaway-detailcontent .subscriberform label {
  font-family: Roboto-Regular, sans-serif;
  font-size: 26px;
  color: #231f20;
  padding: 12px 12px 12px 0;
  display: inline-block;
  text-transform: uppercase;
}
.giveaway-detailcontent .subscriberform .col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}
.giveaway-detailcontent .subscriberform .col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}
.giveaway-detailcontent .subscriberform .col-50 {
  float: left;
  width: 50%;
  margin-top: 6px;
}
.giveaway-detailcontent .btnsubmit {
  border-radius: 15px;
  font-family: Roboto-bold, sans-serif;
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  background: #4cb5ab;
  margin: 0px auto 15px;
  padding: 8px 15px;
  display: block;
  border: medium none;
  box-shadow: 0px 5px 0px #399b8e;
  width: 90%;
  text-align: center;
  box-sizing: border-box;
  float: right;
}
.giveaway-detailcontent .btnsubmit:hover{
  text-decoration: none;
  outline: medium none;
}
.giveaway-detailcontent label.nodashes{
  color: #7b7979;
  text-align: center;
  display: block;
  text-transform: unset;
  font-style: italic;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Ends Giveaway Detail section */

/* Starts Dazzlebox page section */

/* Starts Top Banner section */
a,input,.btn {
  text-decoration:none;
  outline:none !important;
 }
a:focus, a:hover {text-decoration:none;}
.top-banner {
  background-image: url(/wp-content/themes/journal-theme/images/topbannerbg1.jpg);
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 79px 0 0 0;
  margin: 0 auto;
  box-sizing: border-box;
  width: 960px;
  height: auto;
}
.topbanner-content {
  padding: 125px 0;
  box-sizing: border-box;
  text-align: right;
}
.topbanner-content .productbox {
    padding: 0px 30px 15px 30px;
    box-sizing: border-box;
}
.topbanner-content .productbox h1 {
  font-family: Roboto-Regular, sans-serif;
  font-size: 80px;
  line-height: inherit;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-weight: inherit;
  box-sizing: border-box;
}
.topbanner-content h1 span {
  font-family: dancingscript;
  font-size: 63px;
  line-height: inherit;
  box-sizing: border-box;
  text-transform: capitalize;
}
.topbanner-content .productbox .btngetbox {
  border-radius: 0;
  font-family: Roboto-Regular, sans-serif;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  background: #111313;
  margin: 20px 11% 0 0;
  padding: 15px 20px;
  border: medium none;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
}
/* Ends Top Banner section*/
/* Starts Box section */
.innercontainer {
  width: 960px;
  background-color: #ffffff;
  overflow: inherit;
  padding: 50px 20px;
  margin: 0px auto;
  box-sizing: border-box;
}
.innercontainer .box-section {
  margin: 0 -15px;
  box-sizing: border-box;
  float: left;
}
.box-section .columnleft {
  width: 50%;
  float: left;
  padding: 0 0 30px;
  box-sizing: border-box;
}
.box-section .columnleft .dazzlecontains img{
  width: auto;
  max-width: 100%;
}
.box-section .columnright {
  width: 50%;
  float: left;
  padding: 20px 0 0;
  box-sizing: border-box;
}
.box-section .columnright .title {
  font-family: Roboto-Bold, sans-serif;
  font-size: 30px;
  line-height: inherit;
  color: #111313;
  font-weight: inherit;
  padding: 4px 10px;
  border-radius: 15px;
  box-sizing: border-box;
}
.box-section .columnright p {
  font-family: Roboto-Medium, sans-serif;
  font-size: 21px;
  line-height: inherit;
  color: #111313;
  margin: 10px 0;
  font-weight: inherit;
  padding: 4px 10px;
  border-radius: 15px;
  box-sizing: border-box;
}
/* Ends Box section */
/* Starts Dazzlebox Includes section */
.includes-section{
  box-sizing: border-box;
  clear: both;
  float: left;
  position: relative;
  margin: 70px 0 0;
  width: 100%;
}
.includes-section h3 {
  font-family: Roboto-Medium, sans-serif;
  font-size: 48px;
  line-height: inherit;
  color: #111313;
  font-weight: inherit;
  padding: 5px 10px;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.includes-section p {
  font-family: Roboto-Medium, sans-serif;
  font-size: 22px;
  line-height: inherit;
  color: #111313;
  margin: 10px 0;
  font-weight: inherit;
  padding: 5px 10px;
  border-radius: 15px;
  box-sizing: border-box;
  text-align: center;
}
.includes-section .btngetbox {
  border-radius: 0;
  font-family: Roboto-Regular, sans-serif;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  background: #111313;
  margin: 25px auto;
  padding: 15px 15px;
  border: medium none;
  text-align: center;
  box-sizing: border-box;
  display: block;
  width: 16%;
}
.includes-section .includeproductsrow{
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
.includes-section .productcolumn {
  width: 33.33333333%;
  float: left;
  min-height: 1px;
  box-sizing: border-box;
  position: relative;
  margin: 10px 0 40px;
}
.includes-section .productcolumn img{
  width: 100%;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
}
.includes-section .productcolumn h4 {
  font-family: Roboto-Medium, sans-serif;
  font-size: 25px;
  line-height: inherit;
  color: #000;
  font-weight: inherit;
  padding: 5px 10px;
  box-sizing: border-box;
  text-align: center;
  margin: 0;
}
.includes-section .productcolumn p {
  font-family: Roboto-Medium, sans-serif;
  font-size: 22px;
  line-height: inherit;
  color: #1f1b1c;
  margin: 0px 0;
  font-weight: inherit;
  padding: 0px 10px;
  border-radius: 15px;
  box-sizing: border-box;
  text-align: center;
}
/* Ends Dazzlebox includes section */
/* Starts Package section */
.package-section {
  clear: both;
  padding: 85px 0 20px;
  overflow: hidden;
}
.packageinnercontent {
  text-align: center;
  clear: both;
}
.package-section .packageinnercontent h3 {
  font-family: Roboto-Medium, sans-serif;
  font-size: 48px;
  line-height: inherit;
  color: #111313;
  font-weight: inherit;
  padding: 5px 10px;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.package-section .packageinnercontent p {
  font-family: Roboto-Regular, sans-serif;
  font-size: 19px;
  line-height: inherit;
  color: #111313;
  margin: 10px 0;
  font-weight: inherit;
  padding: 5px 10px;
  border-radius: 15px;
  box-sizing: border-box;
  text-align: center;
  text-transform: unset;
}
.package-section .packageinnercontent h4 {
  font-family: Roboto-Medium, sans-serif;
  font-size: 35px;
  line-height: inherit;
  color: #111313;
  font-weight: inherit;
  padding: 5px 10px;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0 0;
}
.package-section .packageinnercontent img{
  width: auto;
  display: block;
  margin: 30px auto;
  box-sizing: border-box;
}
.package-section .fullrow{
  width: 100%;
  display: block;
}
.package-section .productleft {
  width: 48.5%;
  float: left;
}
.package-section .titlesection {
  padding: 10px;
  display: block;
  background: #bb9dca;
  border-radius: 15px;
  margin: 20px 0 40px;
}
.package-section .titlesection .title {
  font-family: Roboto-Medium, sans-serif;
  font-size: 22px;
  line-height: inherit;
  color: #fff;
  text-transform: uppercase;
  margin: 0px 15px;
  font-weight: inherit;
  padding: 3px 10px;
}
.package-section .titlesection span {
  font-family: Roboto-Light, sans-serif;
  font-size: 16px;
  line-height: inherit;
  color: #fff;
  text-transform: capitalize;
  margin: 0 15px 0px;
  font-weight: inherit;
  padding: 3px 10px;
  display: block;
}
.package-section p {
  font-family: Roboto-Regular, sans-serif;
  font-size: 16px;
  line-height: inherit;
  color: #020101;
  text-transform: capitalize;
  margin: 0px;
  font-weight: inherit;
  padding: 5px 10px;
}
.package-section .signupbtn {
  font-family: Roboto-bold, sans-serif;
  margin: 5px 0px 0;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin: 20px auto;
  padding: 7px 35px;
  font-size: 20px;
  background: #824a9d;
  border-radius: 10px;
}
.package-section .productright {
  width: 48.5%;
  float: right;
  margin: auto;
}
/* Ends Package section */
/* Starts Fashion section */
.fashion-section {
  background-image: url(/wp-content/themes/journal-theme/images/fashionbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 75px 0 150px;
  margin: 0 auto 0;
  background-color: rgba(128, 104, 164, 0.5);
  box-sizing: border-box;
}
.fashion-section .fashioninnercontainer {
  width: 960px;
  margin: auto;
  overflow: inherit;
}
.fashion-section .rightcolumn {
  width: 33%;
  margin: 0 30px 25px;
  position: relative;
  border-radius: 10px;
  padding: 0px 0 90px;
  background: rgba(163, 113, 167, 0.5);
}
.fashion-section .rightcolumn h3{
  font-family: Roboto-Medium, sans-serif;
  font-size: 25px;
  line-height: inherit;
  color: #fff;
  margin: 0px;
  font-weight: inherit;
  padding: 35px 25px 25px;
  text-transform: uppercase;
}
.fashion-section .rightcolumn span {
  font-family: Roboto-Light, sans-serif;
  font-size: 18px;
  line-height: inherit;
  color: #fff;
  margin: 0px;
  font-weight: inherit;
  padding: 5px 30px 50px;
  display: block;
}
/* Ends Fashion section */
/* Starts Related articles section */
.relarticles-section {
  width: 960px;
  background-color: #ffffff;
  overflow: inherit;
  padding: 50px 20px;
  margin: 0px auto;
  box-sizing: border-box;
}
.relarticles-section .fullrow {
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}
.relarticles-section h3 {
  font-family: Roboto-Medium, sans-serif;
  font-size: 48px;
  line-height: inherit;
  color: #111313;
  font-weight: inherit;
  padding: 5px 10px;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 30px;
}
.relarticles-section h4 {
  font-family: Roboto-Bold, sans-serif;
  font-size: 24px;
  line-height: inherit;
  color: #111313;
  font-weight: inherit;
  padding: 5px 10px;
  box-sizing: border-box;
  text-transform: capitalize;
  text-align: center;
  margin: 10px 0 30px;
}
.articleimgleft {
  width: 49%;
  float: left;
}
.articleimgright {
  width: 49%;
  float: right;
}
.articleimgright img, .articleimgleft img{
  width: 100%;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  height: auto;
}
/* Ends Related articles section */
/* Starts Newsletter section */
.newsletter-section {
  width: 960px;
  background-color: #ffffff;
  overflow: inherit;
  padding: 10px 20px 70px;
  margin: 0px auto;
  box-sizing: border-box;
}
.newsletter-section .newsletterinner{
  width: 80%;
  display: block;
  margin: 0 auto;
}
.newsletter-section h3 {
  font-family: Roboto-Medium, sans-serif;
  font-size: 45px;
  line-height: inherit;
  color: #111313;
  font-weight: inherit;
  padding: 5px 10px;
  box-sizing: border-box;
  text-transform: unset;
  text-align: center;
  margin: 0 0 0px;
}
.newsletter-section h3 span{
  font-style: italic;
  font-family: Roboto-Light, sans-serif;
}
.newsletter-section p {
  font-family: Roboto-Regular, sans-serif;
  font-size: 20px;
  line-height: inherit;
  color: #797777;
  margin: 0px 0 10px;
  font-weight: inherit;
  padding: 0px 10px;
  text-align: center;
}
.newsletter-section .subscribeinput{
  width: 50%;
  display: block;
  margin: 0 auto;
}
.newsletter-section .btnnewsletter {
  border-radius: 0;
  font-family: Roboto-Regular, sans-serif;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  background: #111313;
  margin: 10px auto;
  padding: 10px 15px;
  border: medium none;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  width: 35%;
}
.newsletter-section input {
  border: 1px solid #c7c6c6;
  background: transparent;
  border-radius: 0;
  width: 60%;
  display: block;
  float: left;
  margin: 10px 10px 0 0;
}
.newsletter-section .sociallinks {
  margin: 20px auto;
  display: block;
  padding: 1.2rem 0;
  text-align: center;
}
.newsletter-section .sociallinks ul li {
  background-color: #000000;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1rem;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  line-height: 3rem;
}
.newsletter-section .sociallinks ul li a {
  color: #fff;
}
/* Ends Newsletter section */

/* Ends Dazzlebox page section */

/*==========  Responsive Media code  ==========*/

/* Custom, iPhone */ 
@media only screen and (min-width : 200px) and (max-width : 767px) {
  /* Starts Dazzlebox page responsive code */
  .top-banner{
    height: auto;
    width: auto;
  }
  .topbanner-content {
    padding: 20px 0;
    margin-top: -30px;
  }
  .topbanner-content .productbox h1 {
    font-size: 30px;
  }
  .topbanner-content h1 span {
    font-size:25px;
  }
  .topbanner-content .productbox .btngetbox {
    font-size: 17px;
    margin: 15px 2% 0 0;
    padding: 12px 20px;
  }
  .innercontainer {
    width: 100%;
    padding: 30px 15px;
  }
  .box-section .columnleft {
    width: 100%;
    padding: 0 0 5px;
  }
  .box-section .columnright {
    width: 100%;
    padding: 10px 0 0;
  }
  .innercontainer .box-section {
    margin: 0 -5px;
    float: left;
  }
  .box-section .columnright .title {
    font-size: 20px;
    padding: 4px 0px;
    text-align: center;
  }
  .box-section .columnright p {
    font-size: 15px;
    color: #111313;
    margin: 5px 0;
    padding: 4px 0px;
    text-align: center;
  }
  .includes-section {
    margin: 10px 0 0;
  }
  .includes-section h3 {
    font-size: 25px;
    padding: 5px 0px;
  }
  .includes-section p {
    font-size: 16px;
    margin: 5px 0;
    padding: 5px 0px;
  }
  .includes-section .btngetbox {
    font-size: 17px;
    margin: 15px auto;
    padding: 12px 15px;
    width: 45%;
  }
  .includes-section .productcolumn {
    width: 100%;
    margin: 10px 0;
  }
  .includes-section .productcolumn p {
    font-size: 16px;
    margin: 0px 0;
    padding: 0px 0px;
  }
  .includes-section .productcolumn h4 {
    font-size: 20px;
    padding: 5px 0px;
    margin: 0;
  }
  .package-section {
    padding: 35px 0 0px;
  }
  .package-section .packageinnercontent h3 {
    font-size: 23px;
    padding: 5px 0px;
    margin: 0;
  }
  .package-section .packageinnercontent p {
    font-size: 16px;
    margin: 0px 0;
    padding: 5px 0px;
  }
  .package-section .packageinnercontent h4 {
    font-size: 25px;
    padding: 5px 0px;
    margin: 10px 0 0;
  }
  .package-section .packageinnercontent img {
    width: 100%;
    margin: 10px auto;
  }
  .package-section .productleft {
    width: 100%;
    margin-bottom: 10px;
  }
  .package-section .titlesection {
    padding: 10px;
    margin: 10px 0 25px;
  }
  .package-section .productright {
    width: 100%;
  }
  .package-section .titlesection .title {
    font-size: 18px;
    margin: 0px 0px;
    padding: 5px 10px;
  }
  .package-section .titlesection span {
    font-size: 15px;
  }
  .package-section .signupbtn {
    margin: 5px 0px 0;
    margin: 15px auto;
    padding: 7px 25px;
    font-size: 17px;
  }
  .fashion-section {
    padding: 70px 0 50px;
    margin: 0 auto 0;
    background-position: right;
  }
  .fashion-section .fashioninnercontainer {
    width: 100%;
  }
  .fashion-section .rightcolumn {
    width: 95%;
    margin: 65px auto 0;
    border-radius: 10px;
    padding: 0px 0 20px;
  }
  .fashion-section .rightcolumn h3 {
    font-size: 25px;
    margin: 0px;
    padding: 35px 10px 0px;
  }
  .fashion-section .rightcolumn span {
    font-size: 16px;
    margin: 0px;
    padding: 5px 10px 50px;
  }
  .relarticles-section {
    width: 100%;
    padding: 25px 15px;
  }
  .relarticles-section h3 {
    font-size: 25px;
    padding: 5px 0px;
    margin: 0 0 15px;
  }
  .articleimgleft {
    width: 100%;
  }
  .relarticles-section h4 {
    font-size: 17px;
    padding: 5px 0px;
    text-transform: capitalize;
    margin: 10px 0;
  }
  .articleimgright {
    width: 100%;
  }
  .newsletter-section {
    width: 100%;
    padding: 10px 15px 30px;
  }
  .newsletter-section .newsletterinner {
    width: 100%;
  }
  .newsletter-section h3 {
    font-size: 25px;
    padding: 5px 0px;
    margin: 0 0 0px;
  }
  .newsletter-section p {
    font-size: 16px;
    margin: 0px 0 0px;
    padding: 0px 10px;
  }
  .newsletter-section .subscribeinput {
    width: 100%;
  }
  .newsletter-section .btnnewsletter {
    font-size: 14px;
    margin: 10px auto;
    padding: 11px 15px;
    width: 28%;
  }
  /* Ends Dazzlebox page responsive code */

  /* Starts Giveaway all responsive code */
  .giveawaythankyou {
      width: 95%;
  } 
  .thankyou-content h1 {
      font-size: 40px;
  }
  .thankyou-content h3 {
      font-size: 28px;
      line-height: 28px;
      margin: 25px 0;
  }
  .thankyou-content h4 {
      font-size: 16px;
  }
  .thankyou-content .btninvitefriends {
      width: 65%;
      box-sizing: border-box;
  }
  .thankyou-content hr {
      margin: 50px auto 50px;
      width: 100%;
  }

  /**/
  .giveawaypost {
      width: 99%;
      padding: 15px 20px;
  }
  .giveaway-content .title h2 {
      font-size: 30px;
  }
  .giveaway-content .title h3 {
      font-size: 20px;
  }
  .giveaway-content .postcontent h1 {
      font-size: 27px;
      line-height: 36px;
  }
  .giveaway-content .postcontent h2 {
      font-size: 20px;
  }
  .giveaway-content .postcontent h3 {
      font-size: 18px;
  }
  .giveaway-content .postcontent h4 a {
      font-size: 18px;
  }
  .giveaway-content .postcontent .btnenternow {
      font-size: 15px;
      padding: 10px 13px;
      width: 35%;
      box-sizing: border-box;
  }
  
  /**/
  .giveawaydetailpost {
      width: 99%;
      padding: 15px 20px 50px;
  }
  .giveaway-detailcontent .toptitle {
      top: 29%;
      padding: 10px;
      left: 20%;
      transform: translate(-10%, 5%);
  }
  .giveaway-detailcontent .toptitle h1 {
      font-size: 25px;
  }
  .giveaway-detailcontent .borderbottomimg {
      margin: 5px auto;
  }
  .giveaway-detailcontent h2 {
      font-size: 24px;
      line-height: 25px;
  }
  .giveaway-detailcontent p {
      font-size: 18px;
  }
  .giveaway-detailcontent .subscriberform .col-25, .giveaway-detailcontent .subscriberform .col-75, .giveaway-detailcontent .subscriberform .col-50 {
      width: 100%;
  }
  .giveaway-detailcontent .subscriberform label {
      font-size: 19px;
      padding: 5px;
  }
  .giveaway-detailcontent .subscriberform input[type=text], select, textarea {
      font-size: 16px;
  }
  .giveaway-detailcontent label.nodashes {
      text-align: left;
  }
  .giveaway-detailcontent .btnsubmit {
      font-size: 23px;
      padding: 10px 15px;
      width: 100%;
  }
  /**/

  /* Ends Giveaway all responsive code */
}
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 376px) and (max-width : 480px) {
  /* Starts Dazzlebox page responsive code */
  .top-banner{
    height: auto;
    width: auto;
  }
  .topbanner-content {
    padding: 20px 0;
    margin-top: -30px;
  }
  .topbanner-content .productbox h1 {
    font-size: 30px;
  }
  .topbanner-content h1 span {
    font-size: 25px;
  }
  .topbanner-content .productbox .btngetbox {
    font-size: 17px;
    margin: 30px 2% 0 0;
    padding: 12px 20px;
  }
  .innercontainer {
    width: 100%;
    padding: 30px 15px;
  }
  .box-section .columnleft {
    width: 100%;
    padding: 0 0 5px;
  }
  .box-section .columnright {
    width: 100%;
    padding: 10px 0 0;
  }
  .innercontainer .box-section {
    margin: 0px;
    float: left;
  }
  .box-section .columnright .title {
    font-size: 25px;
    padding: 4px 0px;
    text-align: center;
  }
  .box-section .columnright p {
    font-size: 17px;
    color: #111313;
    margin: 5px 0;
    padding: 4px 0px;
    text-align: center;
  }
  .includes-section {
    margin: 10px 0 0;
  }
  .includes-section h3 {
    font-size: 27px;
    padding: 5px 0px;
  }
  .includes-section p {
    font-size: 17px;
    margin: 5px 0;
    padding: 5px 0px;
  }
  .includes-section .btngetbox {
    font-size: 18px;
    margin: 15px auto;
    padding: 12px 15px;
    width: 45%;
  }
  .includes-section .productcolumn {
    width: 100%;
    margin: 10px 0;
  }
  .includes-section .productcolumn p {
    font-size: 17px;
    margin: 0px 0;
    padding: 0px 0px;
  }
  .includes-section .productcolumn h4 {
    font-size: 20px;
    padding: 5px 0px;
    margin: 0;
  }
  .package-section {
    padding: 35px 0 0px;
  }
  .package-section .packageinnercontent h3 {
    font-size: 25px;
    padding: 5px 0px;
    margin: 0;
  }
  .package-section .packageinnercontent p {
    font-size: 18px;
    margin: 0px 0;
    padding: 5px 0px;
  }
  .package-section .packageinnercontent h4 {
    font-size: 26px;
    padding: 5px 0px;
    margin: 10px 0 0;
  }
  .package-section .packageinnercontent img {
    width: 100%;
    margin: 10px auto;
  }
  .package-section .productleft {
    width: 100%;
    margin-bottom: 10px;
  }
  .package-section .titlesection {
    padding: 10px;
    margin: 10px 0 25px;
  }
  .package-section .productright {
    width: 100%;
  }
  .package-section .titlesection .title {
    font-size: 19px;
    margin: 0px 0px;
    padding: 5px 10px;
  }
  .package-section .titlesection span {
    font-size: 15px;
  }
  .package-section .signupbtn {
    margin: 5px 0px 0;
    margin: 15px auto;
    padding: 7px 25px;
    font-size: 17px;
  }
  .fashion-section {
    padding: 70px 0 50px;
    margin: 0 auto 0;
    background-position: right;
  }
  .fashion-section .fashioninnercontainer {
    width: 100%;
  }
  .fashion-section .rightcolumn {
    width: 70%;
    margin: 65px 20px 0;
    border-radius: 10px;
    padding: 0px 0 20px;
  }
  .fashion-section .rightcolumn h3 {
    font-size: 26px;
    margin: 0px;
    padding: 35px 10px 0px;
  }
  .fashion-section .rightcolumn span {
    font-size: 17px;
    margin: 0px;
    padding: 5px 10px 50px;
  }
  .relarticles-section {
    width: 100%;
    padding: 25px 15px;
  }
  .relarticles-section h3 {
    font-size: 26px;
    padding: 5px 0px;
    margin: 0 0 15px;
  }
  .articleimgleft {
    width: 100%;
  }
  .relarticles-section h4 {
    font-size: 18px;
    padding: 5px 0px;
    text-transform: capitalize;
    margin: 10px 0;
  }
  .articleimgright {
    width: 100%;
  }
  .newsletter-section {
    width: 100%;
    padding: 10px 15px 30px;
  }
  .newsletter-section .newsletterinner {
    width: 100%;
  }
  .newsletter-section h3 {
    font-size: 26px;
    padding: 5px 0px;
    margin: 0 0 0px;
  }
  .newsletter-section p {
    font-size: 17px;
    margin: 0px 0 0px;
    padding: 0px 10px;
  }
  .newsletter-section .subscribeinput {
    width: 100%;
  }
  .newsletter-section .btnnewsletter {
    font-size: 15px;
    margin: 10px auto;
    padding: 11px 15px;
    width: 28%;
  }
  /* Ends Dazzlebox page responsive code */

  /* Starts Giveaway all responsive code */
  .thankyou-content .btninvitefriends {
      width: 55%;
      box-sizing: border-box;
  }
  .thankyou-content h3 {
      font-size: 26px;
      line-height: 28px;
      margin: 25px 0;
  }

  /**/
  .giveawaypost {
      width: 95%;
      padding: 15px 20px;
  }
  .giveaway-content .title h2 {
      font-size: 35px;
  }
  .giveaway-content .title h3 {
      font-size: 22px;
  }
  .giveaway-content .postcontent h1 {
      font-size: 28px;
      line-height: 36px;
  }
  .giveaway-content .postcontent h2 {
      font-size: 22px;
  }
  .giveaway-content .postcontent h3 {
      font-size: 20px;
  }
  .giveaway-content .postcontent h4 a {
      font-size: 20px;
  }
  .giveaway-content .postcontent .btnenternow {
      font-size: 19px;
      padding: 10px 15px;
      width: 70%;
      box-sizing: border-box;
  }
  /**/

  /**/
  .giveaway-detailcontent .toptitle h1 {
      font-size: 28px;
  }
  .giveaway-detailcontent .borderbottomimg {
      margin: 7px auto;
  }
  .giveaway-detailcontent h2 {
      font-size: 28px;
      line-height: 30px;
  }
  /**/

  /* Ends Giveaway all responsive code */
}
/* Landscape phones */ 
@media only screen and (min-width : 481px) and (max-width : 767px) {

/* Starts Dazzlebox page responsive code */
  .top-banner{
    height: auto;
    width: auto;
  }
  .topbanner-content {
    padding: 20px 0;
    margin-top: -30px;
  }
  .topbanner-content .productbox h1 {
    font-size: 35px;
  }
  .topbanner-content h1 span {
    font-size: 30px;
  }
  .topbanner-content .productbox .btngetbox {
    font-size: 18px;
    margin: 30px 5% 0 0;
    padding: 13px 20px;
  }
  .innercontainer {
    width: 100%;
    padding: 30px 15px;
  }
  .box-section .columnleft {
    width: 50%;
    padding: 0 0 5px;
  }
  .box-section .columnright {
    width: 50%;
    padding: 0px 0 0;
  }
  .innercontainer .box-section {
    margin: 0px;
    float: left;
  }
  .box-section .columnright .title {
    font-size: 30px;
    padding: 4px 0px;
    text-align: center;
  }
  .box-section .columnright p {
    font-size: 15px;
    color: #111313;
    margin: 5px 0;
    padding: 4px 0px;
    text-align: center;
  }
  .includes-section {
    margin: 10px 0 0;
  }
  .includes-section h3 {
    font-size: 30x;
    padding: 5px 0px;
  }
  .includes-section p {
    font-size: 17px;
    margin: 5px 0;
    padding: 5px 0px;
  }
  .includes-section .btngetbox {
    font-size: 18px;
    margin: 30px auto;
    padding: 13px 15px;
    width: 26%;
  }
  .includes-section .productcolumn {
    width: 33.33333333%;
    margin: 10px 0;
  }
  .includes-section .productcolumn p {
    font-size: 15px;
    margin: 0px 0;
    padding: 0px 0px;
  }
  .includes-section .productcolumn h4 {
    font-size: 18px;
    padding: 5px 0px;
    margin: 0;
  }
  .package-section {
    padding: 35px 0 0px;
  }
  .package-section .packageinnercontent h3 {
    font-size: 35px;
    padding: 5px 0px;
    margin: 0;
  }
  .package-section .packageinnercontent p {
    font-size: 18px;
    margin: 0px 0;
    padding: 5px 0px;
  }
  .package-section .packageinnercontent h4 {
    font-size: 30px;
    padding: 5px 0px;
    margin: 10px 0 0;
  }
  .package-section .packageinnercontent img {
    width: 70%;
    margin: 10px auto;
  }
  .package-section .productleft {
    width: 49%;
    margin-bottom: 10px;
  }
  .package-section .titlesection {
    padding: 10px;
    margin: 10px 0 25px;
  }
  .package-section .productright {
    width: 49%;
  }
  .package-section .titlesection .title {
    font-size: 19px;
    margin: 0px 0px;
    padding: 5px 10px;
  }
  .package-section .titlesection span {
    font-size: 15px;
  }
  .package-section .signupbtn {
    margin: 5px 0px 0;
    margin: 15px auto;
    padding: 7px 25px;
    font-size: 17px;
  }
  .fashion-section {
    padding: 70px 0 50px;
    margin: 0 auto 0;
    background-position: right;
  }
  .fashion-section .fashioninnercontainer {
    width: 100%;
  }
  .fashion-section .rightcolumn {
    width: 43%;
    margin: 0px 20px 0;
    border-radius: 10px;
    padding: 0px 0 20px;
  }
  .fashion-section .rightcolumn h3 {
    font-size: 26px;
    margin: 0px;
    padding: 35px 10px 0px;
  }
  .fashion-section .rightcolumn span {
    font-size: 17px;
    margin: 0px;
    padding: 5px 10px 50px;
  }
  .relarticles-section {
    width: 100%;
    padding: 25px 15px;
  }
  .relarticles-section h3 {
    font-size: 35px;
    padding: 5px 0px;
    margin: 0 0 15px;
  }
  .articleimgleft {
    width: 49%;
  }
  .relarticles-section h4 {
    font-size: 17px;
    padding: 5px 0px;
    text-transform: capitalize;
    margin: 10px 0;
  }
  .articleimgright {
    width: 49%;
  }
  .newsletter-section {
    width: 100%;
    padding: 10px 15px 30px;
  }
  .newsletter-section .newsletterinner {
    width: 80%;
  }
  .newsletter-section h3 {
    font-size: 35px;
    padding: 5px 0px;
    margin: 0 0 0px;
  }
  .newsletter-section p {
    font-size: 20px;
    margin: 0px 0 0px;
    padding: 0px 10px;
  }
  .newsletter-section .subscribeinput {
    width: 70%;
  }
  .newsletter-section .btnnewsletter {
    font-size: 15px;
    margin: 10px auto;
    padding: 11px 15px;
    width: 26%;
  }
  /* Ends Dazzlebox page responsive code */

  /* Starts Giveaway all responsive code */
  .giveawaythankyou {
      width: 90%;
  }
  .thankyou-content h1 {
      font-size: 43px;
  }
  .thankyou-content h3 {
      font-size: 30px;
      line-height: 30px;
      margin: 30px 0;
  }
  .thankyou-content h4 {
      font-size: 18px;
  }
  .thankyou-content .btninvitefriends {
      width: 40%;
      box-sizing: border-box;
  }
  .thankyou-content hr {
      margin: 50px auto 50px;
      width: 70%;
  }

  /**/
  .giveawaypost {
      width: 95%;
      padding: 15px 20px;
  }
  .giveaway-content .title h2 {
      font-size: 40px;
  }
  .giveaway-content .title h3 {
      font-size: 24px;
  }
  .giveaway-content .postcontent h1 {
      font-size: 28px;
      line-height: 36px;
  }
  .giveaway-content .postcontent h2 {
      font-size: 23px;
  }
  .giveaway-content .postcontent h3 {
      font-size: 21px;
  }
  .giveaway-content .postcontent h4 a {
      font-size: 21px;
  }
  .giveaway-content .postcontent .btnenternow {
      font-size: 19px;
      padding: 10px 15px;
      width: 40%;
      box-sizing: border-box;
  }
  /**/

  /**/
  .giveawaydetailpost {
      width: 90%;
      padding: 15px 20px 50px;
  }
  .giveaway-detailcontent .toptitle {
      top: 28%;
      padding: 8px;
      left: 35%;
      transform: translate(-27%, 5%);
  }    
  .giveaway-detailcontent .toptitle h1 {
      font-size: 37px;
  }
  .giveaway-detailcontent .borderbottomimg {
      margin: 8px auto;
  }
  .giveaway-detailcontent h2 {
      font-size: 24px;
      line-height: 25px;
  }
  .giveaway-detailcontent p {
      font-size: 18px;
  }
  .giveaway-detailcontent .subscriberform .col-25 {
      width: 28%;
  }
  .giveaway-detailcontent .subscriberform .col-75{
      width: 72%;
  }
  .giveaway-detailcontent .subscriberform .col-25.tablet{
      width: 44%;
  }
  .giveaway-detailcontent .subscriberform .col-25.tabletsubmit{
      width: 100%;
  }
  .giveaway-detailcontent .subscriberform .col-50{
      width: 50%;
  }
  .giveaway-detailcontent .subscriberform label {
      font-size: 17px;
      padding: 15px 0;
  }
  .giveaway-detailcontent .subscriberform input[type=text], select, textarea {
      font-size: 15px;
  }
  .giveaway-detailcontent label.nodashes {
      text-align: center;
  }
  .giveaway-detailcontent .btnsubmit {
      font-size: 23px;
      padding: 10px 15px;
      width: 35%;
      margin: 10px auto 0;
  }
  /**/

  /* Ends Giveaway all responsive code */
}
/* Landscape phones and portrait tablets */
@media only screen and (min-width : 641px) and (max-width : 767px) {
  /* Starts Giveaway all responsive code */
  .giveawaythankyou {
      width: 90%;
  }    
  .thankyou-content .btninvitefriends {
      width: 35%;
      box-sizing: border-box;
  }
  .thankyou-content hr {
      margin: 50px auto 50px;
      width: 80%;
  }
  /* Ends Giveaway all responsive code */
}

/* Portrait tablets and small desktops */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
/* Starts Dazzlebox page responsive code */
  .top-banner{
    height: auto;
    width: auto;
  }
  .topbanner-content {
    padding: 20px 0;
    margin-top: -30px;
  }
  .topbanner-content .productbox h1 {
    font-size: 35px;
  }
  .topbanner-content h1 span {
    font-size: 30px;
  }
  .topbanner-content .productbox .btngetbox {
    font-size: 18px;
    margin: 15px 5% 0 0;
    padding: 13px 20px;
  }
  .innercontainer {
    width: 100%;
    padding: 30px 15px;
  }
  .box-section .columnleft {
    width: 50%;
    padding: 0 0 5px;
  }
  .box-section .columnright {
    width: 50%;
    padding: 0px 0 0;
  }
  .innercontainer .box-section {
    margin: 0px;
    float: left;
  }
  .box-section .columnright .title {
    font-size: 25px;
    padding: 4px 0px;
    text-align: center;
  }
  .box-section .columnright p {
    font-size: 15px;
    color: #111313;
    margin: 5px 0;
    padding: 4px 0px;
    text-align: center;
  }
  .includes-section {
    margin: 10px 0 0;
  }
  .includes-section h3 {
    font-size: 30px;
    padding: 5px 0px;
  }
  .includes-section p {
    font-size: 16px;
    margin: 5px 0;
    padding: 5px 0px;
  }
  .includes-section .btngetbox {
    font-size: 18px;
    margin: 15px auto;
    padding: 13px 15px;
    width: 26%;
  }
  .includes-section .productcolumn {
    width: 33.33333333%;
    margin: 10px 0;
  }
  .includes-section .productcolumn p {
    font-size: 15px;
    margin: 0px 0;
    padding: 0px 0px;
  }
  .includes-section .productcolumn h4 {
    font-size: 18px;
    padding: 5px 0px;
    margin: 0;
  }
  .package-section {
    padding: 35px 0 0px;
  }
  .package-section .packageinnercontent h3 {
    font-size: 35px;
    padding: 5px 0px;
    margin: 0;
  }
  .package-section .packageinnercontent p {
    font-size: 18px;
    margin: 0px 0;
    padding: 5px 0px;
  }
  .package-section .packageinnercontent h4 {
    font-size: 30px;
    padding: 5px 0px;
    margin: 10px 0 0;
  }
  .package-section .packageinnercontent img {
    width: 50%;
    margin: 10px auto;
  }
  .package-section .productleft {
    width: 49%;
    margin-bottom: 10px;
  }
  .package-section .titlesection {
    padding: 10px;
    margin: 10px 0 25px;
  }
  .package-section .productright {
    width: 49%;
  }
  .package-section .titlesection .title {
    font-size: 19px;
    margin: 0px 0px;
    padding: 5px 10px;
  }
  .package-section .titlesection span {
    font-size: 15px;
  }
  .package-section .signupbtn {
    margin: 5px 0px 0;
    margin: 15px auto;
    padding: 7px 25px;
    font-size: 17px;
  }
  .fashion-section {
    padding: 70px 0 50px;
    margin: 0 auto 0;
    background-position: right;
  }
  .fashion-section .fashioninnercontainer {
    width: 100%;
  }
  .fashion-section .rightcolumn {
    width: 43%;
    margin: 0px 20px 0;
    border-radius: 10px;
    padding: 0px 0 20px;
  }
  .fashion-section .rightcolumn h3 {
    font-size: 26px;
    margin: 0px;
    padding: 35px 10px 0px;
  }
  .fashion-section .rightcolumn span {
    font-size: 17px;
    margin: 0px;
    padding: 5px 10px 50px;
  }
  .relarticles-section {
    width: 100%;
    padding: 25px 15px;
  }
  .relarticles-section h3 {
    font-size: 35px;
    padding: 5px 0px;
    margin: 0 0 15px;
  }
  .articleimgleft {
    width: 49%;
  }
  .relarticles-section h4 {
    font-size: 17px;
    padding: 5px 0px;
    text-transform: capitalize;
    margin: 10px 0;
  }
  .articleimgright {
    width: 49%;
  }
  .newsletter-section {
    width: 100%;
    padding: 10px 15px 30px;
  }
  .newsletter-section .newsletterinner {
    width: 80%;
  }
  .newsletter-section h3 {
    font-size: 35px;
    padding: 5px 0px;
    margin: 0 0 0px;
  }
  .newsletter-section p {
    font-size: 20px;
    margin: 0px 0 0px;
    padding: 0px 10px;
  }
  .newsletter-section .subscribeinput {
    width: 70%;
  }
  .newsletter-section .btnnewsletter {
    font-size: 15px;
    margin: 10px auto;
    padding: 11px 15px;
    width: 26%;
  }
  /* Ends Dazzlebox page responsive code */

  /* Starts Giveaway all responsive code */
  .giveawaythankyou {
      width: 80%;
  }  
  .thankyou-content h1 {
      font-size: 43px;
  }
  .thankyou-content h3 {
      font-size: 30px;
      line-height: 30px;
      margin: 30px 0;
  }
  .thankyou-content h4 {
      font-size: 18px;
  }
  .thankyou-content .btninvitefriends {
      width: 30%;
      box-sizing: border-box;
  }
  .thankyou-content hr {
      margin: 50px auto 50px;
      width: 80%;
  }

  /**/
  .giveawaypost {
      width: 90%;
      padding: 15px 20px;
  }
  .giveaway-content .title h2 {
      font-size: 43px;
  }
  .giveaway-content .title h3 {
      font-size: 28px;
  }
  .giveaway-content .postcontent h1 {
      font-size: 31px;
      line-height: 38px;
  }
  .giveaway-content .postcontent h2 {
      font-size: 25px;
  }
  .giveaway-content .postcontent h3 {
      font-size: 23px;
  }
  .giveaway-content .postcontent h4 a {
      font-size: 23px;
  }
  .giveaway-content .postcontent .btnenternow {
      font-size: 19px;
      padding: 10px 15px;
      width: 35%;
      box-sizing: border-box;
  }
  /**/

  /**/
  .giveawaydetailpost {
      width: 85%;
      padding: 15px 20px 50px;
  }
  .giveaway-detailcontent .toptitle {
      top: 28%;
      padding: 15px;
      left: 35%;
      transform: translate(-27%, 5%);
  }    
  .giveaway-detailcontent .toptitle h1 {
      font-size: 45px;
  }
  .giveaway-detailcontent .borderbottomimg {
      margin: 8px auto;
  }
  .giveaway-detailcontent h2 {
      font-size: 29px;
  }
  .giveaway-detailcontent p {
      font-size: 20px;
  }
  .giveaway-detailcontent .subscriberform .col-25 {
      width: 28%;
  }
  .giveaway-detailcontent .subscriberform .col-75{
      width: 72%;
  }
  .giveaway-detailcontent .subscriberform .col-25.tablet{
      width: 44%;
  }
  .giveaway-detailcontent .subscriberform .col-25.tabletsubmit{
      width: 100%;
  }
  .giveaway-detailcontent .subscriberform .col-50{
      width: 50%;
  }
  .giveaway-detailcontent .subscriberform label {
      font-size: 19px;
      padding: 15px 0;
  }
  .giveaway-detailcontent .subscriberform input[type=text], select, textarea {
      font-size: 16px;
  }
  .giveaway-detailcontent label.nodashes {
      text-align: center;
  }
  .giveaway-detailcontent .btnsubmit {
      font-size: 24px;
      padding: 10px 15px;
      width: 35%;
      margin: 10px auto 0;
  }
  /**/
  
  /* Ends Giveaway all responsive code */
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 810px) and (max-width : 992px){

  /* Starts Giveaway all responsive code */
  .giveaway-content .postcontent .btnenternow {
      font-size: 19px;
      padding: 10px 15px;
      width: 35%;
      box-sizing: border-box;
  }
  /* Ends Giveaway all responsive code */
}
@media only screen and (min-width : 992px) and (max-width : 1024px){
  /* Starts Giveaway all responsive code */
  .giveaway-content .postcontent .btnenternow {
      font-size: 19px;
      padding: 10px 15px;
      width: 25%;
      box-sizing: border-box;
  }
  .giveaway-detailcontent .toptitle {
      top: 28%;
      padding: 13px;
      left: 44%;
      transform: translate(-40%, 5%);
  }
  .giveaway-detailcontent .toptitle h1 {
      font-size: 53px;
  }
  /* Ends Giveaway all responsive code */
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1025px) and (max-width : 1280px) {

  /* Starts Giveaway all responsive code */
  .giveaway-content .title h2 {
      font-size: 50px;
  }
  .giveaway-content .postcontent .btnenternow {
      font-size: 19px;
      padding: 10px 15px;
      width: 23%;
      box-sizing: border-box;
  }

  /**/
  .giveawaydetailpost {
      width: 75%;
      padding: 15px 20px 50px;
  }
  .giveaway-detailcontent .toptitle {
      top: 28%;
      padding: 13px;
      left: 47%;
      transform: translate(-44%, 5%);
  }  
  .giveaway-detailcontent .toptitle h1 {
      font-size: 55px;
  }
  .giveaway-detailcontent h2 {
      font-size: 37px;
  }
  .giveaway-detailcontent p {
      font-size: 22px;
  }
  .giveaway-detailcontent .subscriberform .col-25 {
      width: 25%;
  }
  .giveaway-detailcontent .subscriberform .col-75{
      width: 75%;
  }
  .giveaway-detailcontent .subscriberform .col-50{
      width: 50%;
  }
  .giveaway-detailcontent .subscriberform label {
      font-size: 20px;
      padding: 15px 0;
  }
  .giveaway-detailcontent .subscriberform input[type=text], select, textarea {
      font-size: 17px;
  }
  .giveaway-detailcontent label.nodashes {
      text-align: center;
  }
  .giveaway-detailcontent .btnsubmit {
      font-size: 24px;
      padding: 10px 15px;
      width: 90%;
  }
  /**/
  /* Ends Giveaway all responsive code */
}

/*  Large screens Responsive */
@media only screen and (min-width : 1400px) and (max-width : 1500px) {
}

/* Extra Large screens Responsive */
@media only screen and (min-width: 1501px) and (max-width: 3000px){
}

/* Ends all Giveaway styles */

.aside {
  width: 30rem;
}
.subscription {
  background-image: url(/wp-content/themes/journal-theme/images/form_bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 44.8rem;
  padding: 12rem 2rem;
  box-sizing: border-box;
  position: relative;
  display: none;
}
.subscription .subs-text {
  font-size: 2.4rem;
  color: #ffffff;
  padding-top: 4rem;
}
.subscription form {
  text-align: center;
}
.subscription input[type=text] {
  margin-top: 3rem;
  text-align: center;
}
.subscription input[type=text]::-webkit-input-placeholder {
  text-align: center;
}
.subscription input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
}
.subscription input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
}
.subscription input[type=text]:-ms-input-placeholder {
  text-align: center;
}
.subscription .primary-button {
  padding: 1rem 4rem;
  margin-top: 4rem;
}
.subscription .brand-logo {
  background-image: url(/wp-content/themes/journal-theme/images/white_logo.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 5rem;
  width: 3rem;
  position: absolute;
  top: 2rem;
  left: 2rem;
}
.trending .heading {
  font-size: 2.4rem;
  border-bottom: 1px solid #000000;
  padding-bottom: 0.5rem;
}
.trending .trend-box {
  margin-top: 2rem;
  border-bottom: 0.1rem solid #cccccc;
  padding-bottom: 1.5rem;
}
.trending .trend-box a {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
}
.trending img {
  width: 100%;
  margin-bottom: 5px;
  object-fit: cover;
}


.picture-box, article .size-full{
  width: 100% !important;
  height: auto !important;
}

.picture-box, article .size-medium{
  width: 100% !important;
  height: auto !important;
}

.picture-box, article .wp-caption {
  margin-top: 2rem;
  width: 100% !important;
  margin-bottom: 2rem;
}
.picture-box .picture {
  min-height: 37.5rem;
  background-color: #9d9a9a;
}
.picture-box .picture img, article .wp-caption img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.picture-box .picture-desc, .wp-caption .wp-caption-text {
  background-color: #f0efef;
  padding: 1rem 0.5rem;
  color: #00796b;
  font-size: 1.3rem;
}
.picture-box .picture-desc .source {
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.87);
}
.e-commerce .picture-box, .e-commerce article .wp-caption {
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.5);
  margin-top: 0;
}
.e-commerce .counting {
  font-family: Delicatestrict;
  margin-top: 2rem;
  font-size: 8rem;
  line-height: 8rem;
}
.mid-banner {
  background-image: url(/wp-content/themes/journal-theme/images/midPageBanner.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 6.1rem;
  max-width: 55rem;
  margin: 2rem auto;
  line-height: 7rem;
  padding-left: 2rem;
  color: #ffffff;
  position: relative;
}
.mid-banner>span {
  font-size: 2rem;
}
.mid-banner .buy-now {
  font-size: 1.6rem;
  color: #ffffff;
  background-color: transparent;
  border: none;
  width: 8rem;
  position: absolute;
  right: 1.5rem;
  text-transform: uppercase;
  top: 1rem;
  bottom: 0;
  outline: none;
  cursor: pointer;
}
article {
  line-height: 2.4rem;
  margin-bottom: 20px;
}
article .article {
  margin-top: 2rem;
}
.social-links {
  padding: 1.2rem 0;
  margin-top: 2rem;
}
.social-links>ul>li {
  float: left;
  width: 4rem;
  height: 4rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.social-links>ul>li.facebook {
  background-color: #395297;
}
.social-links>ul>li.twitter {
  background-color: #49a1d9;
}
.social-links>ul>li.gmail {
  background-color: #db1f26;
}
.social-links>ul>li.pintrest {
  background-color: #ab1f23;
}
.social-links>ul>li>a {
  color: #ffffff;
}
.other-writers {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.other-writers .ghost-button {
  margin-right: 1rem;
}
.comments-container {
  margin-top: 4rem;
}
.comments-container .textarea {
  padding: 2.5rem;
  background-color: #b2dfdb;
}
.comments-container .textarea .label {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
}
.comments-container .textarea textarea {
  width: 100%;
  background-color: #ffffff;
  border: none;
  margin-top: 1rem;
  font-family: "Roboto", sans-serif;
  outline: none;
  resize: none;
}
.comments-container .textarea .btn-row {
  text-align: right;
  margin-top: 1rem;
}
.comments-container .textarea .btn-row .primary-button {
  margin-right: 3rem;
  padding: 0.5rem 1.5rem;
}
.comments-container .textarea .btn-row .primary-button:last-of-type {
  margin-right: 0;
}
.all-comments {
  margin-top: 4rem;
}
.all-comments>li {
  position: relative;
  padding: 1rem;
}
.all-comments>li .userdetail .avatar {
  border: 0.1rem solid #808285;
  padding: 2rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 1rem;
}
.all-comments>li .userdetail .avatar .image {
  background-image: url(/wp-content/themes/journal-theme/images/avatar.png);
  background-repeat: no-repeat;
  width: 5rem;
  height: 5rem;
  background-size: 100% auto;
}
.all-comments>li .userdetail .detail {
  margin-top: 2rem;
  float: left;
}
.all-comments>li .userdetail .detail .name {
  font-size: 2.2rem;
}
.all-comments>li .userdetail .detail .time {
  color: #4db6ac;
  margin-top: 0.5rem;
}
.all-comments>li .comment {
  margin-top: 2.5rem;
  line-height: 2.4rem;
  text-align: justify;
}
.all-comments>li .actions {
  margin-top: 2.5rem;
}
.all-comments>li .actions .like-icon {
  margin-right: 2rem;
  color: #4db6ac;
  line-height: 4rem;
  float: left;
  font-size: 1.8rem;
}
.all-comments>li .actions .like-icon:before {
  content: "";
  background-image: url(/wp-content/themes/journal-theme/images/like.png);
  float: left;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  background-size: 100% auto;
  margin-right: 1rem;
}
.all-comments>li .actions .dislike-icon {
  color: #ce606e;
  line-height: 3.5rem;
  float: left;
  font-size: 1.8rem;
  margin-top: 0.7rem;
}
.all-comments>li .actions .dislike-icon:before {
  content: "";
  background-image: url(/wp-content/themes/journal-theme/images/dislike.png);
  float: left;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  background-size: 100% auto;
  margin-right: 1rem;
}
.all-comments>li .actions .primary-button {
  position: relative;
  top: 1rem;
  margin-left: 2rem;
  padding: 0.5rem 2rem;
}
.all-comments>li .comment-icon {
  position: absolute;
  top: 3.5rem;
  right: 1rem;
}
.all-comments>li .comment-icon .icon {
  background-image: url(/wp-content/themes/journal-theme/images/dots.png);
  background-size: 100% auto;
  width: 4rem;
  height: 1rem;
  position: relative;
  cursor: pointer;
}
.all-comments>li .comment-icon .icon .options {
  position: absolute;
  top: 1.5rem;
  width: 7rem;
  height: 4rem;
  line-height: 4rem;
  background-color: #eaeaea;
  padding: 0 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0rem 0.3rem 0.3rem rgba(0, 0, 0, 0.2);
  display: none;
}
.all-comments>li .comment-icon .icon.active .options {
  display: block;
}
.all-comments>li:nth-of-type(even) {
  background-color: #eaeaeb;
  margin-top: 1rem;
}
.related-articles {
  margin-top: 2rem;
}
.related-articles .heading {
  border-bottom: 0.1rem solid #777171;
  padding-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 600;
}
.related-articles .article-list>li.article-box {
  width: calc(50% - 1rem);
  margin-right: 2rem;
  margin-top: 2rem;
  float: left;
  font-weight: 600;
}
.related-articles .article-list>li.article-box a {
  color: rgba(0, 0, 0, 0.87);
}
.related-articles .article-list>li.article-box:nth-of-type(even) {
  margin-right: 0;
}
.related-articles .article-list>li.article-box img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 5px;
}
/*** Author Page Start ****/

.author-page .top-content {
  padding-top: 4rem;
  padding-left: 2.5rem;
}
.author-page .top-content .author-image {
  width: 12.5rem;
  height: 12.5rem;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
  margin-right: 4rem;
}
.author-page .top-content .author-image img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.author-page .top-content .twitter-link {
  float: left;
  margin-top: 3rem;
}
.author-page .top-content .twitter-link a {
  color: rgba(0, 0, 0, 0.87);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.8rem;
}
.author-page .top-content .twitter-link a i {
  color: #51afe2;
}
.author-page .top-content .twitter-link .underline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.87);
  width: 13rem;
  margin: 1.5rem 0 0 1.8rem;
}
.author-page .sub-heading {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.87);
  position: relative;
}
.author-page .sub-heading>span {
  position: absolute;
  background-color: #ffffff;
  left: 0;
  right: 0;
  margin: auto;
  width: 18rem;
  text-align: center;
  top: -12px;
  font-size: 2rem;
  font-weight: 500;
}
.author-page .stories {
  margin-top: 4rem;
}
.author-page .stories>ul {
  margin-top: 3rem;
}
.author-page .stories>ul>li {
  float: left;
  width: calc(50% - 1rem);
  margin-right: 2rem;
  margin-top: 2rem;
  font-weight: 500;
}
.author-page .stories>ul>li:nth-of-type(-n+2) {
  margin-top: 0;
}
.author-page .stories>ul>li:nth-of-type(2n+2) {
  margin-right: 0;
}
.author-page .stories>ul>li .photo {
  margin-bottom: 1rem;
}
.author-page .stories>ul>li .photo img {
  width: 100%;
  display: block;
}
/** Correction Popup **/

.correction-popup .correction-label {
  font-weight: 100;
  text-align: center;
  font-style: italic;
}
.correction-popup .correction-title {
  font-weight: 500;
  font-size: 2.4rem;
  margin-top: 2rem;
}
.correction-popup form {
  margin-top: 4rem;
}
.correction-popup .form-control {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.correction-popup .form-control label {
  float: left;
  width: 10rem;
}
.correction-popup .form-control>input[type=text], .correction-popup .form-control>textarea {
  float: left;
  background-color: transparent;
  width: calc(100% - 10rem);
  border: 1px solid #d5d7d8;
  border-radius: 0;
  box-sizing: border-box;
  resize: none;
}
.correction-popup .form-control .character-count {
  font-size: 1.1rem;
  font-style: italic;
  display: block;
  text-align: right;
  width: 100%;
}
.correction-popup .modal-footer {
  width: 100%;
  text-align: center;
}
.correction-popup .modal-footer .primary-button {
  padding: 0.5rem 2rem;
  border-radius: 2rem;
}
/* landing page*/

.container.landing-page {
  background-color: #ffffff;
  padding-bottom: 4rem;
  margin-top: 100px;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, .1);
}

.post-wrapper {
  padding: 0.0rem 0 0;
}
.post-wrapper .large-card {
  width: 63rem;
  float: left;
  margin-right: 1rem;
  background-color: rgba(198, 198, 197, 0.35);
  margin-top: 1rem;
}
.post-wrapper .large-card .large-picture-box {
  position: relative;
  margin-bottom: 2.5rem;
}
.post-wrapper .large-card .large-picture-box .image-wrap {
  height: 42rem;
  position: relative;
  overflow: hidden;
}
.post-wrapper .large-card .large-picture-box .image-wrap .image {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-wrapper .large-card .large-picture-box .category {
  position: absolute;
  background-color: #4db6ac;
  padding: 1rem 1.5rem;
  color: #ffffff;
  bottom: -1.9rem;
  text-transform: uppercase;
  left: 1.5rem;
  font-weight: 500;
}
.post-wrapper .large-card .large-picture-box .category a {
  color: #ffffff;
}
.post-wrapper .large-card .post-title {
  font-size: 2.1rem;
  padding: 1.5rem;
  line-height: 2.6rem;
  font-weight: 700;
}
.post-wrapper .large-card .post-title a {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
  cursor: pointer;
}
.post-wrapper .large-card .post-description {
  padding: 0 1.5rem 5rem;
  line-height: 2.3rem;
}
.post-wrapper .large-card .author {
  font-size: 1.4rem;
  border-left: 0.2rem solid #00796b;
  padding-left: 0.5rem;
  margin-bottom: 2rem;
  margin-left: 2rem;
}
.post-wrapper .large-card .author .dated {
  margin-left: 1rem;
  font-size: 1.3rem;
  margin-bottom: 3rem;
}
.post-wrapper .post-aside {
  float: left;
  width: calc(100% - 64rem);
}
.post-wrapper .post-aside .small-card {
  border-bottom: 0.2rem solid #dedcdb;
  padding-bottom: 1.8rem;
  margin-top: 1rem;
}
.post-wrapper .post-aside .small-card:first-of-type {
  /*margin-top: 0;*/
}
/*.post-wrapper .post-aside .small-card:last-of-type {
       padding-bottom: 0;
       border-bottom: none; }*/

.post-wrapper .post-aside .small-card .small-picture-box {
  float: left;
  margin-right: 0.5rem;
  position: relative;
}
.post-wrapper .post-aside .small-card .small-picture-box .image-wrap {
  width: 19.5rem;
  height: 13rem;
  position: relative;
  overflow: hidden;
}
.post-wrapper .post-aside .small-card .small-picture-box .image-wrap .image, .post-wrapper .post-aside .small-card .small-picture-box .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.post-wrapper .post-aside .small-card .post-title {
  float: left;
  font-size: 15px;
  font-weight: 500;
  width: calc(100% - 20rem);
  overflow-wrap: break-word;
}
.post-wrapper .post-aside .small-card .post-title a {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
  cursor: pointer;
}
.post-wrapper .post-aside .small-card .post-title .author {
  font-size: 0.9rem;
  border-left: 0.1rem solid #00796b;
  margin-top: 0.5rem;
  padding-left: 0.3rem;
}
.post-wrapper .post-aside .small-card .category {
  position: absolute;
  background-color: #4db6ac;
  padding: 0.3rem 0.5rem;
  color: #ffffff;
  bottom: -1rem;
  text-transform: uppercase;
  left: 1rem;
  font-weight: 500;
  font-size: 1rem;
}
.post-wrapper .post-aside .small-card .category a {
  color: #ffffff;
}
.link-banner {
  font-size: 3rem;
  font-weight: 500;
  background-color: #4db6ac;
  text-align: center;
  height: 7rem;
  line-height: 7rem;
  margin: 2rem -1rem 0;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
}
.link-banner a {
  color: #ffffff;
}
@media only screen and (max-width: 400px) {
  .link-banner {
    font-size: 2rem;
  }
}
.stories-slider {
  margin-top: 2rem;
}
.stories-slider .story-box {
  float: left;
  width: calc(33.3% - 1rem);
  margin-right: 1rem;
  font-weight: 600;
  text-align: center;
}
.stories-slider .story-box .photo {
  margin-bottom: 1rem;
}
.stories-slider .story-box .photo img {
  width: 100%;
  display: block;
  object-fit: cover;
  max-height: 20rem;
}
.stories-slider .story-box a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  margin-bottom: 2rem;
  min-height: 57px;
}
.stories-slider .story-box .author {
  font-size: 1.4rem;
  border-left: 0.2rem solid #00796b;
  padding-left: 0.5rem;
  width: 19.5rem;
  margin: 0.5rem auto 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stories-slider .story-box .author .dated {
  margin-left: 1rem;
  font-size: 1.3rem;
}
.stories-slider .story-box .seprator {
  border-top: 1px solid #cccccc;
  margin: auto 2rem;
}
/* Slick override */



.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #ffffff;
  color: transparent;
  top: 33%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0.8;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: #ffffff;
  color: transparent;
}
.slick-prev:before, .slick-next:before {
  font-size: 3rem;
}
.category-title {
  font-size: 4rem;
  font-weight: 500;
  padding-top: 2rem;
  margin-bottom: 1rem;
  border-bottom: 0.2rem solid #dedcdb;
  padding-bottom: 1rem;
}
/* control bar css for mobile*/

.control-bar {
  width: 100%;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  text-align: center;
  padding: 5px;
  z-index: 99;
  font-size: 19px;
  box-sizing: border-box;
}
.control-bar .facebook-button {
  font-size: 19px;
  line-height: 40px;
  color: #fff;
  vertical-align: middle;
  width: 80%;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #3b5998;
  float: left;
}
.control-bar .share-button {
  background-color: #2f3846;
  width: calc(20% - 6px);
  height: 40px;
  display: block;
  float: right;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 17px;
}
.control-bar .social-button-container {
  display: none;
  float: left;
  width: 100%;
  margin-top: 0.5rem;
}
.control-bar .social-button-container li {
  font-size: 19px;
  line-height: 40px;
  vertical-align: middle;
  width: calc(20% - 0.4rem);
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  margin-right: 0.5rem;
  color: #ffffff;
}
.control-bar .social-button-container li:last-of-type {
  margin-right: 0;
}
.control-bar .social-button-container li a {
  display: block;
  color: #ffffff;
}
.control-bar .social-button-container li.sms {
  background-color: #3ec100;
}
.control-bar .social-button-container li.pintrest {
  background-color: #bd081c;
}
.control-bar .social-button-container li.twitter {
  background-color: #1da1f2;
}
.control-bar .social-button-container li.instagram {
  background-color: #e4405f;
}
.control-bar .social-button-container li.mail {
  background-color: #e06;
}
/*********/

.mobile-visible {
  display: none;
}
@media only screen and (max-width: 1920px) {
  .header .logo-link {
    margin-left: 190px;
  }
}
@media only screen and (max-width: 1600px) {
  .header .logo-link {
    margin-left: 109px;
  }
}
@media only screen and (max-width: 1440px) {
  .header .logo-link {
    margin-left: 70px;
  }
}
@media only screen and (max-width: 1366px) {
  .header .logo-link {
    margin-left: 47px;
  }
}
@media only screen and (max-width: 1280px) {
  .header .logo-link {
    margin-left: 31px;
  }
  .mid-banner .buy-now {
    top: 0;
    right: 1rem;
  }
  .picture-box .picture {
    min-height: 34rem;
  }
}
@media only screen and (max-width: 768px) {
  .main {
    width: 100%;
  }
  .aside {
    display: none;
  }
  /* post item css*/
  .post-wrapper .large-card {
    width: 100%;
    margin-right: 0;
  }
  .post-wrapper .large-card .large-picture-box .image-wrap {
    height: 50rem;
  }
  .post-wrapper .post-aside {
    width: 100%;
  }
  .post-wrapper .post-aside .small-card {
    border-bottom: 0.2rem solid #dedcdb;
    padding-bottom: 2rem;
    margin-top: 1rem;
  }
  .post-wrapper .post-aside .small-card:first-of-type {
    margin-top: 1rem;
  }
  .post-wrapper .post-aside .small-card .small-picture-box .image-wrap {
    width: 15rem;
    height: 10rem;
  }
  .post-wrapper .post-aside .small-card .post-title {
    width: calc(100% - 18rem);
    font-size: 1.5rem;
    line-height: 1.3;
  }
  /* post item css end*/
}
@media only screen and (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }
  .mobile-visible {
    display: block;
  }
  .main {
    float: none;
  }
  .main .email-us, .main .suggestion-link {
    font-size: 1.3rem;
  }
  .aside {
    width: 100%;
    padding: 4rem 1rem;
    box-sizing: border-box;
    float: none;
    display: block;
  }
  .banner-heading span {
    font-size: 1.3rem;
  }
  .other-writers {
    text-align: center;
    overflow: hidden;
  }
  .other-writers .ghost-button {
    margin-right: 1rem;
    font-size: 1.2rem;
    float: left;
  }
  .top-content .page-title {
    font-size: 2rem;
    margin-top: 1rem;
  }
  .top-content .short-description {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
  .all-comments>li .comment {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 2.1rem;
    text-align: justify;
  }
  .picture-box, article .wp-caption {
    margin-top: 2rem;
  }
  .picture-box .picture {
    min-height: 24rem;
  }
  .post-wrapper .large-card .large-picture-box .image-wrap {
    height: 27rem;
  }
}
@media only screen and (max-width: 480px) {
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
  .related-articles .article-list>li.article-box {
    width: 100%;
  }
  .mid-banner {
    height: 4rem;
    margin-top: 2rem;
    line-height: 5rem;
    padding-left: 2rem;
    color: #ffffff;
    position: relative;
  }
  .mid-banner>span {
    font-size: 1.4rem;
  }
  .mid-banner .buy-now {
    font-size: 1.4rem;
    width: 7rem;
    right: 0;
    top: 0.5rem;
    bottom: 0;
  }
  .popup .popup-inner {
    padding: 2rem 1rem;
  }
}
/* CUSTOM PAGES */

.top-content-jppage {
  padding-top: 2rem;
  margin-bottom: 4rem;
}
.top-content-jppage .page-title-jppage {
  font-size: 4rem;
  font-weight: 500;
  color: #000000;
  text-align: center;
}
/* IFRAMES */

.giphy-embed {
  width: 100% !important;
}
iframe {
  max-width: 100% !important;
  max-height: 100% !important;
}
/* ECOM */

.ecom {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.ecom .main-image-box {
  text-align: center;
}
.ecom .main-image-box .main-image {
  width: 100%;
  height: auto;
}
.ecom .feat-image-box {
  width: 35%;
  float: left;
  margin-top: 5rem;
}
.ecom .feat-image-box .feat-image {
  width: 100%;
}
.ecom .product-box {
  width: 65%;
  float: left;
  text-align: center;
  margin-top: 5rem;
}
.ecom .product-box .product-name {
  font-size: 25px;
  margin-bottom: 45px;
  line-height: 3.5rem;
}
.ecom .product-box .price-tag {
  font-size: 20px;
  font-style: italic;
}
.ecom .product-box .vendor-name {
  font-size: 20px;
  font-style: italic;
}
.ecom .product-box .ecom-buttons {
  width: 100%;
  float: left;
  margin-left: 60px;
  margin-top: 45px;
}
.ecom .ecom-buttons .ecom-shop {
  background-color: #6d2d8e;
  color: white;
  font-size: 13px;
  border-radius: 12px;
  border: 0;
  box-shadow: none;
  margin-left: 60px;
  width: 115px;
  display: block;
  height: 40px;
  line-height: 40px;
  float: left;
}
.ecom .ecom-buttons .ecom-fav {
  background: url(https://www.journalpost.com/wp-content/uploads/2018/09/GGG-1.png);
  background-size: contain;
  margin-left: 15px;
  width: 40px;
  display: block;
  height: 40px;
  float: left;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .ecom .feat-image-box {
    width: 30%;
    float: left;
    margin-top: 5rem;
  }
  .ecom .product-box {
    width: 70%;
    float: left;
    text-align: center;
    margin-top: 5rem;
  }
  .ecom .product-box .product-name {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 2.5rem;
  }
  .ecom .product-box .price-tag {
    font-size: 16px;
    font-style: italic;
  }
  .ecom .product-box .vendor-name {
    font-size: 16px;
    font-style: italic;
  }
  .ecom .product-box .ecom-buttons {
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-left: 0px;
  }
  .ecom .ecom-buttons .ecom-shop {
    background-color: #6d2d8e;
    color: white;
    font-size: 13px;
    border-radius: 12px;
    border: 0;
    box-shadow: none;
    width: 115px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    float: none;
    margin: auto;
  }
}


/* Custom, iPhone */ 
@media only screen and (min-width : 200px) and (max-width : 767px) {
    .main .subscribtioncontainer {
        background-image: url(/wp-content/themes/journal-theme/images/subscribefullbgmob.png);
        background-repeat: no-repeat;
        width: 100%;
        margin: 20px auto;
        background-size: contain;
        border-radius: 20px;
        text-align: center;
        padding: 0 0;
    }
    .main .subscribe-section{
        width: 50%;
        margin-left: 47%
    }
    .main .subscribe-section .columnleft {
        width: 100%;
    }
    .main .subscribe-section .columnleft h3 {
        font-size: 18px;
        color: #fff;
        margin: 0 0 0 0;
        line-height: 48px
    }
    .main .subscribe-section .columnleft h3 span {
        font-size: 63px;
    }
    .main .subscribe-section .columnleft h4 {
        font-size: 33px;
        margin: -7px 0 0 0;
    }
    .main .subscribe-section .columnleft input {
        font-size: 14px;
        margin: 8px 0 0 0;
        padding: 13px 14px;
        width: 100%;
    }
    .main .subscribe-section .columnleft .btnsubscribe {
        font-size: 12px;
        margin: 15px 0 0 0;
        padding: 8px 17px;
        border: medium none;
        width: 50%;
    }
    .main .subscribe-section .columnleft h5, h6 {
        display: none;
    }
}
@media only screen and (min-width : 376px) and (max-width : 3000px) {
    .main .subscribe-section .columnleft {
        width: 90%;
    }
}
/* Portrait tablets and small desktops */

/* ninja forms*/
.nf-before-form-content{
  margin-bottom: 2rem;
}

.nf-field-label{
  width: 25% !important;
}

/* Ads */
@media only screen and (min-width : 1200px){
  
  .adleft{
    position: absolute;
    left: 0;
    width: 150px;
  }

  .adright{
    position: absolute;
    right: 0;
    width: 150px;
  }

  .adtop{
    position: absolute;
    top: 59px;
    width: 728px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
}

@media only screen and (max-width : 1200px){
  
  .adtop{
    display: none;
  }

  .adleft{
    display: none;
  }

  .adright{
    display: none;
  }
}


