/*!
    Theme Name: ReadersDigest
    Theme URI: http://www.readersdigest.com.au/
    Author: MangoITSolutions
    Author URI: http://www.readersdigest.com.au/
    Description: Enrich your life with inspiring stories and useful advice on health, weight loss, food, home, travel and more – plus subscribe at the lowest rate and win great prizes.
    Version: 1.0.1
    License: GNU General Public License v3 or later
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
    Text Domain: readersdigest
    */


/*--------------------------------------------------------------*/


/*--------------------------------------------------------------
    # Normalize
    --------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

body {
    background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}


/*--------------------------------------------------------------
    2.0 Typography
    --------------------------------------------------------------*/

body {
    font-family: 'Raleway', sans-serif, Arial;
}

body,
button,
input,
select,
textarea {
    color: #444444;
    font-size: 13px;
    line-height: 1.8;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #333333;
    font-weight: 700;
}

.sub-title {
    color: #333;
    font-weight: 400;
    line-height: 32px;
    font-size: 32px;
}

p {
    margin-bottom: 20px;
}

b,
strong {
    font-weight: bold;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 15px;
    font-size: 20px;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

address {
    margin: 0 0 15px;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}


/*--------------------------------------------------------------
    3.0 Elements
    --------------------------------------------------------------*/

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 0 0 15px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 15px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}

figure {
    margin: 0;
}

table {
    margin: 0 0 15px;
    width: 100%;
    border-collapse: collapse;
}

th {
    font-weight: bold;
    border: 1px solid #CCC;
    padding: 5px 10px;
}

td {
    border: 1px solid #CCC;
    padding: 5px 10px;
}


/*--------------------------------------------------------------
    4.0 Forms
    --------------------------------------------------------------*/

button,
input,
select,
textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: middle;
}

.inline-mrec-ad {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}

.navigation .nav-links a {
    cursor: pointer;
    font-size: 15px;
    line-height: 21px;
    border: none;
    margin: 0 .6em;
    font-weight: 400;
    display: inline-block;
    position: relative;
    text-shadow: none;
    transition: background 0.5s ease;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    text-transform: lowercase;
}

body .navigation .nav-links a:hover {
    background-color: #eee;
    color: #d90000!important;
}

.navigation .nav-links a.page-numbers.current {
    color: #444444;
}

.navigation .nav-links .dots {
    color: #d90000;
    font-size: 9px;
    margin: 0 .6em;
}

.navigation.posts-navigation .nav-links {
    text-align: center;
    margin: 22px 0;
}

.bttn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #333333;
    color: #fff;
    cursor: pointer;
    /* Improves usability and consistency of cursor style between image-type 'input' and others */
    font-size: 14px;
    line-height: 13px;
    border: none;
    padding: 10px 15px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    text-shadow: none;
    transition: background 0.5s ease;
}

.navigation .nav-links a:hover,
.bttn:hover,
button,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #00A9E0;
    color: #ffffff;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"] {
    color: #666;
    border: 1px solid #ccc;
    height: 36px;
    width: 100%;
    -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    border: 1px solid #AAA;
}

.searchform input[type="text"]:focus {
    border: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px 6px;
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    color: #666;
    border: 1px solid #ccc;
    height: 160px;
    max-width: 100%;
    width: 100%;
}


/*--------------------------------------------------------------
    8.0 Clearings
    --------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.tg-container:after,
.tg-container:before {
    content: '';
    display: table;
}

.clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.tg-container:after {
    clear: both;
}

.clear {
    clear: both;
}


/*--------------------------------------------------------------
    # layouts
    --------------------------------------------------------------*/


/*--------------------------------------------------------------
        Inner page layout CSS
    --------------------------------------------------------------*/

#primary {
    float: left;
    width: 72.5%;
}

#secondary {
    float: right;
    width: 25%;
}

.left_sidebar #secondary {
    float: left;
}

.left_sidebar #primary {
    float: right;
}

.no_sidebar_full_width #primary {
    width: 100%;
    float: none;
}

.no_sidebar_full_width #secondary {
    display: none;
}

.no_sidebar_content_centered #primary {
    float: none;
    display: block;
    margin: 0 auto;
}


/*--------------------------------------------------------------
    # Grid
    --------------------------------------------------------------*/


/*--------------------------------------------------------------
    # Responsive grid for pages
    --------------------------------------------------------------*/

.tg-container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.tg-column-wrapper {
    clear: both;
    margin-left: -2%;
}

.tg-column-wrapper .tg-column-1 {
    width: 100%;
    float: left;
    margin-left: 2%;
}

.tg-column-wrapper .tg-column-2 {
    width: 48%;
    margin-left: 2%;
    float: left;
}

.tg-column-wrapper .tg-column-3 {
    float: left;
    margin-left: 2%;
    width: 31.32%;
}

.tg-column-wrapper .tg-column-4 {
    width: 23%;
    margin-left: 2%;
    float: left;
}

.tg-column-wrapper .tg-column-5 {
    width: 18%;
    margin-left: 2%;
    float: left;
}

.woocommerce-page ul.products.tg-column-wrapper {
    clear: both;
    margin-left: -2%;
}

.woocommerce-page ul.products.tg-column-wrapper li.product.tg-column-4 {
    width: 23%;
    margin-left: 2%;
    float: left;
    margin-right: 0;
    padding: 0;
}

.tg-column-bottom-margin {
    margin-bottom: 2%;
}

.hide {
    display: none;
}


/*--------------------------------------------------------------
    	Search User  css
    --------------------------------------------------------------*/

.search-user-wrapper {
    float: right;
}

.search-user-block {
    border-left: 1px solid #e5e5e5;
    float: left;
    font-size: 16px;
    line-height: 43px;
    padding: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

.search-user-block .search-icon {
    display: block;
    padding: 0 15px;
}

.search-user-block a {
    color: #333;
    display: block;
    padding: 0 15px;
}

.search-user-block:hover {
    background: #00A9E0;
    color: #fff;
}

.search-user-block:hover a {
    color: #ffffff;
}

.user-wrapper.search-user-block {
    border-right: 1px solid #e5e5e5;
}

.search-wrapper {
    position: relative;
}

.search-wrapper .header-search-box {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 3px solid #00a9e0;
    border-top: 3px solid #00a9e0;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
    padding: 15px;
    position: absolute;
    right: 0;
    top: 125%;
    width: 300px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}

.search-wrapper .header-search-box:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #00A9E0;
    content: "";
    position: absolute;
    right: 15px;
    top: -10px;
}

.search-wrapper .header-search-box .search-field {
    border-radius: 0;
    padding: 4px 10px;
    width: 85%;
    float: left;
}

.search-wrapper .header-search-box .searchsubmit {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    float: left;
    padding: 10px 0 10px;
    width: 15%;
    height: 36px;
}

.header-search-box.active {
    opacity: 1;
    visibility: visible;
}


/*--------------------------------------------------------------
    # Slider
    --------------------------------------------------------------*/

.wp-custom-header {
    position: relative;
}

.wp-custom-header iframe {
    width: 100%;
}

.wp-custom-header .wp-custom-header-video-button {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 62px;
    height: 50px;
    font: 0px/0 a;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.wp-custom-header .wp-custom-header-video-button:before {
    content: '\f04b';
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
}

.wp-custom-header .wp-custom-header-video-button.wp-custom-header-video-pause:before {
    content: '\f04c';
}

.wp-custom-header:hover .wp-custom-header-video-button {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
    # Slider
    --------------------------------------------------------------*/

#top_slider_section {
    margin: 0;
}

#top_slider_section .widget {
    margin-bottom: 0;
    padding-bottom: 0;
}

.big-slider {
    float: left;
    max-width: 800px;
    position: relative;
}

.big-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.big-slider .bx-controls .bx-next,
.big-slider .bx-controls .bx-prev {
    border-bottom: 30px solid transparent;
    border-left: 30px solid #333;
    border-top: 30px solid transparent;
    color: #ffffff;
    display: block;
    float: left;
    height: 0;
    line-height: 0;
    width: 0;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
}

.big-slider .bx-controls .bx-next i,
.big-slider .bx-controls .bx-prev i {
    display: block;
    margin-left: -22px;
    margin-top: -10px;
}

.big-slider .bx-controls .bx-next:hover,
.big-slider .bx-controls .bx-prev:hover {
    border-left-color: #00a9e0;
}

.big-slider .bx-controls .bx-next {
    float: right;
    border-right: 30px solid #333;
    border-left: transparent;
    left: auto;
    right: 0;
}

.big-slider .bx-controls .bx-next i {
    display: block;
    margin-left: 17px;
    margin-top: -10px;
}

.big-slider .bx-controls .bx-next:hover {
    border-right-color: #00a9e0;
}

.slider-caption-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}

.slider-caption-wrapper .slider-title {
    font-size: 32px;
    line-height: 40px;
    margin: 10px 0;
    text-shadow: 1px 1px 2px #333;
}

.slider-caption-wrapper .slider-title a {
    color: #ffffff;
}

.slider-caption-wrapper .slider-title a:hover {
    color: #00a9e0;
}

.slider-caption-wrapper .slider-content {
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 5px #333;
    margin: 10px 0 20px;
}

.slider-caption-wrapper .slider-btn {
    background: #00a9e0 none repeat scroll 0 0;
    border-radius: 25px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 0 8px 30px;
    transition: all 0.5s ease;
}

.slider-caption-wrapper .slider-btn i {
    background: #0791be none repeat scroll 0 0;
    border-radius: 0 25px 25px 0;
    display: inline;
    margin-left: 15px;
    padding: 11px 15px 10px;
    transition: all 0.5s ease;
}

.slider-caption-wrapper .slider-btn:hover {
    background: #0791be;
}

.slider-caption-wrapper .slider-btn:hover i {
    background: #00a9e0;
}

.small-slider-wrapper {
    float: right;
    max-width: 380px;
}

.widget_vertical_promo .collection-block {
    position: relative;
}

.widget_vertical_promo .collection-block .slider-collection-img {
    margin: 0;
}

.widget_vertical_promo .collection-block .slider-collection-img img {
    display: block;
}

.widget_vertical_promo .collection-block:first-child {
    margin-bottom: 20px;
}

.widget_vertical_promo .slider-title {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    font-size: 18px;
    left: 0;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.widget_vertical_promo .slider-title a {
    color: #ffffff;
}

.widget_vertical_promo .slider-title a:hover {
    color: #00a9e0;
}

.home-slider,
.featured-slider {
    visibility: hidden;
}

.category-slider {
    position: relative;
}

.category-slider .slider-caption-wrapper .slider-btn {
    padding: 8px 20px;
}

.category-slider .bx-controls .bx-next,
.category-slider .bx-controls .bx-prev {
    border-bottom: 30px solid transparent;
    border-left: 30px solid #333;
    border-top: 30px solid transparent;
    color: #ffffff;
    display: block;
    float: left;
    height: 0;
    line-height: 0;
    width: 0;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
}

.category-slider .bx-controls .bx-next i,
.category-slider .bx-controls .bx-prev i {
    display: block;
    margin-left: -22px;
    margin-top: -10px;
}

.category-slider .bx-controls .bx-next:hover,
.category-slider .bx-controls .bx-prev:hover {
    border-left-color: #00a9e0;
}

.category-slider .bx-controls .bx-next {
    float: right;
    border-right: 30px solid #333;
    border-left: transparent;
    left: auto;
    right: 0;
}

.category-slider .bx-controls .bx-next i {
    display: block;
    margin-left: 17px;
    margin-top: -10px;
}

.category-slider .bx-controls .bx-next:hover {
    border-right-color: #00a9e0;
}


/*--------------------------------------------------------------
    # Footer
    --------------------------------------------------------------*/

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.mobile-sticky-ad-space {
    background-color: #fff;
    box-shadow: 0 0 0.5rem #666;
}

.ad-space {
    margin-bottom: 0 !important;
}

#colophon {
    margin-top: 40px;
}

#top-footer {
    background: #f6f7f7 none repeat scroll 0 0;
    padding: 50px 0;
}

#bottom-footer {
    background: #e9ebeb none repeat scroll 0 0;
    padding: 7px 0;
}

.copy-right {
    float: left;
    font-size: 11px;
}

.payment-partner-wrapper {
    float: right;
}

.payment-partner-wrapper ul {
    margin: 0;
    list-style: none;
}

.payment-partner-wrapper ul li {
    float: left;
    margin-left: 10px;
}

.scrollup {
    background: #00a9e0 none repeat scroll 0 0;
    border-radius: 3px;
    bottom: 30px;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 36px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
}

.scrollup:hover,
.scrollup:active,
.scrollup:focus {
    color: #ffffff;
    background: #0791BE;
}


/*--------------------------------------------------------------
    # Inner Pages
    --------------------------------------------------------------*/


/*--------------------------------------------------------------
        Archive Grid layout
    --------------------------------------------------------------*/

.archive-grid .entry-thumbnail .posted-on {
    padding: 0 20px;
}

.archive-grid #main {
    margin-top: 30px;
}

.archive-grid #primary {
    margin-left: -3%;
    width: 74.5%;
}

.archive-grid .entry-thumbnail {
    text-align: center;
}

.archive-grid article {
    border: 1px solid #e1e1e1;
    display: inline-block;
    margin: 0 -4px 30px 3%;
    vertical-align: top;
    width: 47%;
    margin-top: 0 !important;
    padding: 0;
}

.archive-grid .entry-title {
    margin: 30px 0 0;
    padding: 0 20px;
}

.archive-grid .entry-title,
.archive-grid .entry-content-text-wrapper {
    padding: 0 20px 20px;
}

.post-navigation {
    margin-bottom: 30px;
}

.related-posts-main-title {
    margin-top: 30px;
}

.no_sidebar_full_width,
.no_sidebar_content_centered {
    overflow: hidden;
}

.no_sidebar_full_width .alignfull,
.no_sidebar_content_centered .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: unset;
}

.no_sidebar_full_width .alignfull img,
.no_sidebar_content_centered .alignfull img {
    max-width: unset;
}

.no_sidebar_full_width .alignwide,
.no_sidebar_content_centered .alignwide {
    margin-left: -100px;
    margin-right: -100px;
    max-width: unset;
}


/*--------------------------------------------------------------
    # 404
    --------------------------------------------------------------*/

.error-wrap {
    text-align: center;
    margin-bottom: 40px;
}

.error-wrap .num-404 {
    background: #f9f9f9 none repeat scroll 0 0;
    border-radius: 100%;
    color: #8c8c8c;
    display: inline-block;
    font-size: 90px;
    font-weight: 700;
    height: 300px;
    line-height: 300px;
    text-align: center;
    width: 300px;
}

.error-wrap .error {
    display: inline-block;
    font-size: 65px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8c8c8c;
    margin-left: 30px;
}

body.error404 .page-title {
    color: #8C8C8C;
}

.error-404 .message {
    font-size: 14px;
    margin: 30px 0 40px;
    text-align: center;
    color: #8C8C8C;
    font-weight: 600;
}

.error-404.not-found .search-field {
    width: 94%;
}

.error-404.not-found .searchsubmit {
    height: 36px;
    margin-left: -3px;
}

.error-404.not-found .search-field {
    width: 90%;
}

.error-404.not-found .searchsubmit {
    display: inline-block;
    height: 36px;
    margin-left: -3px;
    width: 46px;
    vertical-align: top;
}


/* child start here */

@import url('https://fonts.googleapis.com/css?family=Raleway:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,500i,700,700i,900');
body.home {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #444444;
    /*background: url(imgs/reader-home.jpg) no-repeat center 0;*/
    /*background: url(imgs/home.jpg) no-repeat center 0;*/
}


/*    body.logged-in.admin-bar div#page{
        margin-top: 45px;
    }*/

.top-header-wrapper {
    margin-bottom: .3em;
    padding: 0px;
    font-size: .85em;
    -moz-box-shadow: -1px 2px 5px rgb(201, 201, 201);
    -webkit-box-shadow: -1px 2px 5px rgb(201, 201, 201);
    box-shadow: -1px 2px 5px rgb(201, 201, 201);
    zoom: 1;
    background: none;
}

.top-header-wrapper .tg-container .left-top-header {
    float: right;
}

.search-icon:hover i:before {
    color: #999999 !important
}

body .flexslider {
    box-shadow: none;
    border: none;
    /*max-height:488px!important; overflow: hidden;*/
}

body.home .slider .vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 28px;
    padding-right: 25px;
    width: 100%;
}

.home article .entry-content {
    margin-top: 13px;
}

body.home .slider {
    max-height: 488px;
    overflow: hidden;
}

body .search-wrapper.search-user-block:hover {
    background: transparent;
}

.top-header-wrapper .tg-container .right-top-header {
    float: left;
}

.flex-control-nav.flex-control-paging {
    display: none;
}

.top-header-wrapper .tg-container .right-top-header #header-menu li {
    display: inline-block;
    padding: .2em 6px .2em 5px;
    border-right: 1px solid #cccccc;
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    margin-top: 5px;
}

.top-header-menu-wrapper #header-menu li:first-child+li {
    font-size: 17px;
}

.top-header-menu-wrapper #header-menu li:first-child+li:before {
    content: "\f095";
    font: normal normal normal 17px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    color: rgba(0, 0, 0, 0.54);
}

.top-header-menu-wrapper #header-menu li:first-child+li a {
    display: inline-block;
    font-size: 13px;
    padding: 0 4px 0 7px;
    letter-spacing: 0px;
}

.top-header-menu-wrapper #header-menu li:first-child+li+li {
    padding: .2em 7px !important;
}

.top-header-menu-wrapper #header-menu li:last-child {
    padding: .2em 5px !important;
}

.right-top-header .top-header-menu-wrapper ul li a {
    color: rgba(0, 0, 0, 0.54);
    font-weight: 500;
    line-height: 15px;
    padding: 0;
    display: block;
    text-decoration: none;
}

.menu-top-left-header-container ul.menu {
    margin-left: 0;
    margin-bottom: 0;
}

.right-top-header .top-header-menu-wrapper ul li a:hover {
    background: none !important;
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.54);
}

.top-header-wrapper .tg-container .right-top-header #header-menu li:last-child {
    border: none;
}

body .vc_gitem-zone-a .vc_gitem-row-position-top,
.vc_gitem-zone-b .vc_gitem-row-position-top {
    position: static;
}

body .vc-gitem-zone-height-mode-auto::before {
    padding: 0px;
}

body .left-top-header #header-ticker {
    border: none;
}

body .left-top-header #header-ticker {
    margin-right: 0px;
    margin-top: 0px;
}

body .left-top-header #header-ticker section {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.winners-list .entry-title,
.winners .entry-title {
    display: none;
}

body .left-top-header #header-ticker section ul {
    padding: 0px;
    margin: 0px;
}

.left-top-header ul li:last-child {
    position: relative;
    top: -2px;
}

body .left-top-header #header-ticker section ul li {
    list-style: none;
    display: inline-block;
    padding: 0;
}

body .left-top-header #header-ticker section ul li a {
    font-size: 16px;
    color: #444444;
}

body .left-top-header #header-ticker section ul li a i {
    font-size: 16px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    margin-top: 6px;
}

body .left-top-header #header-ticker section ul li.icon {
    padding: 0 11px;
}

body .left-top-header #header-ticker section ul li a:hover i {
    color: #f53e30;
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.tg-container {
    padding: 0 2px;
}

.home .categorySlider .entry-thumbnail {
    height: 140px;
    overflow: hidden;
}

body .left-top-header #header-ticker section ul li.hot-offer {
    color: #e72b1f;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

body .left-top-header #header-ticker section ul li.hot-offer {
    margin-right: 5px;
    width: 107px;
    text-align: right;
}

body .left-top-header #header-ticker section ul li:last-child a {
    background-color: #d10600;
    font-weight: 600;
    border-color: #c80600;
    margin-top: 1px;
    padding: 3px 12px;
    height: 22px;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    line-height: 1.5;
    border-radius: 3px;
    width: 74px;
    font-size: 12px;
    display: inline-block;
}

body .left-top-header #header-ticker section ul li a {
    text-decoration: none;
}

body .middle-header-wrapper .header-left {
    float: left;
    padding: 0 14px 0 0;
}

.middle-header-wrapper .header-left {
    width: 33.33333333%;
    float: left;
    padding: 0 14px;
}

body .middle-header-wrapper {
    padding: 0px;
}

.middle-header-wrapper .header-left section {
    margin-top: 27px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.middle-header-wrapper .header-left section p {
    margin-bottom: 0px;
}

.middle-header-wrapper {
    position: relative;
}

.header-middle {
    width: 33.33333333%;
    text-align: center;
    float: left;
}

.header-middle .logo-wrapper {
    width: 100%;
    margin: 0;
}

.header-middle .logo-wrapper p {
    margin: 0px;
}

.header-middle .logo-wrapper section {
    margin: 0px;
}

.header-middle .logo-wrapper p img {
    width: 100%;
    display: inline-block;
    max-width: 280px;
    margin-top: 7px;
}

.header-right {
    width: 33.33%;
    float: right;
    text-align: right;
}

.header-right section:first-child {
    float: right;
    margin: 5px 0px 0 0;
    padding: 0;
}

.header-right section {
    display: inline-block;
    padding: 0px;
    margin: 0px 16px 0 0;
}

.header-right section p {
    margin-bottom: 0px;
}

.header-right section.widget_text>div {
    width: 100%;
    max-width: 149px;
}

.top-subscribe a {
    color: #333333;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    margin-top: 22px;
    display: inline-block;
    margin-right: 11px;
    letter-spacing: -0.2px;
}

.top-subscribe {
    padding-left: 14px;
}

.header-right h2 {
    color: #ffffff;
    background: #fe0000;
    position: relative;
    width: 100%;
    padding: 1px 2px 2px;
    float: left;
    margin-bottom: 0px;
    margin-left: 6px;
    text-transform: uppercase;
    font-weight: normal;
    padding-left: 8px;
    letter-spacing: 0.3px;
    margin-top: 1px;
    text-align: left;
    font-size: 12px;
    line-height: 19px;
    height: 20px;
    font-weight: 700;
}

.header-right h2 span:before {
    content: '';
    position: absolute;
    height: 0;
    border: 10px solid transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    top: 0;
    width: 0;
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    z-index: 1;
    right: -10px;
}

.header-right h2 span {
    font-size: 12px;
    display: inline-block;
    float: left;
}

.latest-news-anchor {
    font-size: 12px;
    margin-top: 0px;
    display: inline-block;
    padding-right: 5px;
    text-transform: uppercase;
    color: #333333;
}

.alatest {
    clear: both;
    line-height: 23px;
}

body .bottom-header-wrapper {
    width: 100%;
    float: left;
    margin-top: 3px;
    border: none;
    background: #333;
}

.top-header-wrapper .tg-container .right-top-header #header-menu li:first-child {
    padding-left: 0;
    padding-right: 7px;
}

body #masthead #mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu li a {
    color: #333333!important;
    line-height: 30px;
    font-size: 14px;
}

body #masthead #mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu li a:hover {
    color: #e00500!important
}

body #masthead #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
    padding: 0 4px 0 6px;
    font-weight: 600!important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0;
}

#site-navigation .mega-menu-wrap>ul>li:last-child {
    border-bottom: none;
    border-right: none!important;
}

#site-navigation .mega-menu-wrap>ul>li {
    line-height: 50px;
    margin-left: 0px;
    border-right: 1px solid #444444 !important;
}

#site-navigation .mega-menu-wrap>ul>li>a:hover {
    background: #e00500;
    color: #fff!important;
}

.search-user-wrapper {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

#site-navigation .mega-menu-wrap>ul>li>ul>li {
    border-bottom: 1px solid #ddd!important;
}

.search-icon .fa.fa-search:before {
    font-size: 22px;
    color: #fff;
}

.search-user-block {
    border-left-color: #444444
}

.search-user-block .search-icon {
    line-height: 50px;
}

body .search-wrapper .header-search-box::before {
    border: none !important;
}

body .search-wrapper .header-search-box {
    border: none;
    background: #444;
    top: 50px;
}

.search-wrapper .header-search-box .search-field {
    height: 30px;
}

.search-wrapper .header-search-box .searchsubmit {
    height: 30px;
}

body .postSection .left .vc_gitem-post-data-source-post_categories,
.article-list .postCategory a {
    color: #888888;
    font-size: 12.7px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 7px;
}

body .postSection .left .vc_gitem-post-data-source-post_title a,
.article-list .postTitle a {
    color: #222222;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    font-family: Georgia, "Times New Roman", serif;
    text-decoration: none;
}

body .postSection .left .vc_gitem-post-data-source-post_excerpt,
body .postSection .left .vc_gitem-post-data-source-post_excerpt p,
.article-list .postExcerpt,
.article-list .postExcerpt p {
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    margin-bottom: 0;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial
}

.postSection {
    padding-top: 23px;
}

.postSection .left .vc_gitem-zone .vc_col-sm-8 {
    padding-left: 17px;
    padding-top: 0;
    padding-bottom: 0;
}

body .postSection .left .vc_gitem-post-data-source-post_title {
    margin-bottom: 0;
    padding-bottom: 0;
}

body .postSection .left .vc_gitem-post-data-source-post_title a:hover {
    color: #f53e30;
}

body .postSection .right .widget-title,
.categorySection .contentAreaRight .widget-title,
.TitleSidebar,
.moreTitle h2,
.vc_col-sm-4.sidebarSection section .widget-title {
    color: #d90000;
    font-family: "Playfair Display", "Times New Roman", serif;
    margin: 0 0 .5em 0;
    font-size: 32px;
    font-style: italic;
    padding-top: 0px;
    font-weight: 600;
    border-bottom: none;
}

body .postSection .right>div,
.contentAreaRight #secondary {
    width: 313px;
    margin: 0 auto;
    border-top: none;
    padding: 0;
}

body .postSection .right .home section {
    margin-top: 26px;
}

.categorySection .contentAreaRight .widget-title span {
    border: none;
}

body .postSection .right .rltdpstsplgn-popular-posts article,
.categorySection .contentAreaRight article {
    padding: 6.4px 16px 6.4px 38px;
    border-bottom: 1px dashed #ccc;
    margin-top: 0;
}

body .postSection .right .rltdpstsplgn-popular-posts article a,
.categorySection .contentAreaRight article a,
.categorySection .contentAreaRight .widget_recent_entries a {
    position: relative;
    margin: 0;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    font-weight: normal;
    font-family: 'Raleway', sans-serif, "Helvetica";
    transition: inherit;
}

body .postSection .right .rltdpstsplgn-popular-posts article a:hover {
    color: #d00f00;
    text-decoration: underline;
}

.rltdpstsplgn-popular-posts ol {
    margin: 0px;
    counter-reset: li;
}

.rltdpstsplgn-popular-posts ol li {
    list-style: none;
}

.rltdpstsplgn-popular-posts ol li article {
    padding: 0px;
}

.owl-stage-outer .owl-stage {
    transition: transform 500ms linear 0s !important;
}

.categorySection .contentAreaRight .widget_recent_entries a:after {
    content: none;
}

ol {
    counter-reset: li;
}

.rltdpstsplgn-popular-posts ol li a:before,
.categorySection .contentAreaRight .widget_recent_entries li a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.2em;
    top: -.2em;
    background: #ff514d;
    height: 1.5em;
    width: 1.5em;
    padding-top: .2em;
    text-align: center;
    font: italic bold 1em/.85em "Playfair Display", Serif;
    color: #ffffff;
    -webkit-border-radius: 1.5em 1.5em 1.5em 1.5em;
    -moz-border-radius: 1.5em 1.5em 1.5em 1.5em;
    border-radius: 1.5em 1.5em 1.5em 1.5em;
}

body .postSection .right .rltdpstsplgn-popular-posts article h4,
body .postSection .left .vc_grid-item .vc_gitem-zone-mini .vc_col-sm-4 .wpb_single_image {
    margin-bottom: 0;
}

body .postSection .left .vc_pageable-slide-wrapper .vc_grid-item {
    padding-bottom: 20.8px!important;
}

body .postSection .left .vc_grid-item .vc_gitem-zone-mini .vc_col-sm-4 {
    padding-bottom: 0px;
    padding-top: 0px;
}

body .TitleSection {
    border-top: 1px solid #cccccc;
    padding-bottom: 0;
    margin-bottom: 0px;
}

.TitleSection .wpb_wrapper a:hover {
    text-decoration: underline;
}

.TitleSection .wpb_wrapper a {
    font-size: 32px;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-style: italic;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 5px;
}

body .TitleSectionBorder0 {
    font-size: 32px;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-style: italic;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.jokesSectionTest .vc_col-sm-12 {
    padding: 0px;
}

body .postSection .left .jokesSectionTest p {
    font-size: 19.2px;
    line-height: 28px;
    font-style: italic;
    font-family: Georgia, "Times New Roman";
}

.jokesSectionTest .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_author {
    font-size: 16px;
    color: #888888;
    padding-top: 8px;
}

.moreJocks .wpb_content_element {
    margin-bottom: 0px;
}

.moreJocks a:hover {
    text-decoration: underline;
}

.moreJocks a {
    font-size: 10px;
    text-transform: uppercase;
    color: #f53e30;
    padding-top: 5px;
    margin-bottom: 5px;
    text-decoration: none
}

.wpb_text_column.wpb_content_element.moreJocks {
    position: relative;
    z-index: 9;
}

.moreJocks {
    text-align: right;
}

body .jokesSectionTest {
    margin-bottom: 0px;
}

body .jokesSectionTest .vc_col-sm-12 {
    padding: 0;
}

.adSection figure>div,
.adSection figure {
    width: 100%;
}

.adSection figure>div img {
    display: inline-block;
    text-align: center;
}

.adSection .wpb_single_image .vc_single_image-wrapper {
    text-align: center;
}

.adSection {
    /* border-top: 1px solid #dddddd; */
    padding-top: 20px;
}

.categorySlider section.owl_post_slider {
    margin-top: 0;
    position: relative;
}

.categorySlider .owl-dots {
    display: none
}

.categorySlider section.owl_post_slider .owl-nav {
    position: absolute;
    top: -62px;
    right: 0;
}

.categorySlider.thoughtSlider .TitleSectionBorder0 {
    padding-top: 15px;
}

.categorySlider.healthSlider .wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
}

.adSection.borderTopRemove .ad-slug.text-center {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.adSection.borderTopRemove {
    padding-top: 0;
}

.categorySlider section.owl_post_slider .owl-nav button {
    width: 28px;
    height: 28px;
    background: #d8d8d8;
    border-radius: 50%;
    font-size: 33px;
    line-height: 28px;
    position: relative;
    margin: 5px!important;
}

.vc_row.wpb_row.vc_row-fluid.categorySlider.thoughtSlider .wpb_text_column:last-child {
    margin-bottom: 10px;
}

.categorySlider .post_title a {
    color: #222222;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 20px;
    font-size: 16px;
}

.categorySlider .post_title {
    min-height: 70px;
    padding: 8px;
    border: 1px solid #ddd;
}

footer .topFooter .tg-column-4.footer-block-3 {
    padding-top: 15px;
}

body .thoughtSlider .wpb_text_column.wpb_content_element.TitleSectionBorder0+div {
    margin-bottom: 0!important;
}

body .TitleSectionBorder0 {
    margin-top: 0
}

.podcastInner {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
}

.main2 .tg-container.categorySection.categorySectionBottom .related-posts-main-title {
    margin-top: 0;
}

.single-podcast .right_sidebar.main1 .tg-container.categorySection {
    padding-bottom: 0;
}

a.scrollup:hover {
    background: #000000 url(imgs/ic-scroll-top.png) center center no-repeat;
}

.testimonial_ad .tfree-testimonial-content {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
}

body .testimonial_ad .tfree-client-name {
    font-size: 13px;
    font-weight: normal;
    color: #fff!important;
}

.testimonial_ad .tfree-testimonial-title {
    margin-bottom: 0px;
}

.categorySlider.subscribeSlider .ad-slug.text-center {
    margin-top: 0;
}

.page-template-template-podcasts-page .tg-container.categoryHeaderSectioin .main-container {
    border-bottom: 1px dashed #cccccc;
}

body .testimonial_ad .vc_custom_1543221345039 {
    background-color: #c00000 !important;
    padding-bottom: 6px;
}

body .testimonial_ad h2.sp-testimonial-free-section-title {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 5px;
    color: #ffe400;
}

body .testimonial_ad .tfree-client-testimonial {
    margin-bottom: 0!important;
}

.owl-nav .owl-prev {
    width: 30px !important;
    height: 30px !important;
    display: inline-block;
    border-radius: 100%;
    background: #d9dadc url(imgs/right.png) no-repeat !important;
    background-position: 7px center!important;
}

.owl-nav .owl-next {
    width: 30px !important;
    height: 30px !important;
    display: inline-block;
    border-radius: 100%;
    background: #d9dadc url(imgs/left.png) no-repeat !important;
    background-position: 10px center!important;
}

.owl-nav button span {
    font-size: 0px !important
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background-color: #37465b !important
}

.testimonial_ad.vc_row {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 30px;
}

body .wpb_single_image.vc_align_left {
    text-align: center;
}

.newsletter {
    background: #eeeeee;
}

.newsletter .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px 15px 3px;
}

#sp-testimonial-free-wrapper-865 .sp-testimonial-free-section .slick-next i {
    font-size: 30px;
    font-weight: bold;
    color: #c00000;
    position: relative;
    left: 2px;
    top: -1px;
}

#sp-testimonial-free-wrapper-865 .sp-testimonial-free-section .slick-prev i {
    font-size: 30px;
    font-weight: bold;
    color: #c00000;
    position: relative;
    left: -1px;
    top: -1px;
}

body #sp-testimonial-free-wrapper-865 .sp-testimonial-free-section .slick-prev,
body #sp-testimonial-free-wrapper-865 .sp-testimonial-free-section .slick-next {
    width: 30px !important;
    height: 30px !important;
    background: #D6D6D6;
    border-radius: 50%;
}

.newsletter .container .col-md-7 {
    width: 66.66666667%;
    float: left;
}

.newsletter .container .col-md-5 {
    width: 33.333%;
    float: left;
    text-align: center;
}

.newsletter .container .col-md-5 section {
    margin-bottom: 0;
}

.newsletter .container .col-md-7 .black {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial;
    color: #333333;
    padding-top: 10px;
    margin-bottom: 8px;
}

.newsletter .container .col-md-7 .show-anz {
    width: 100%;
}

.newsletter .container .col-md-7 .input-group {
    position: relative;
}

.newsletter .container .col-md-7 .input-group .input-group-btn {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.newsletter .container .col-md-7 .input-group .input-group-btn a {
    height: 35px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial;
    background: #d90000;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    line-height: 35px;
    font-size: 14px;
    padding: 0 15px;
}

.newsletter .container .col-md-7 .input-group input {
    padding-right: 130px;
    box-sizing: border-box;
}

.newsletter .container .col-md-5 .widget-title {
    border: none;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial;
    margin-bottom: 0;
    margin-bottom: 1px;
}

.newsletter .container .col-md-5 .widget-title span {
    border: none;
    padding-bottom: 2px;
}

.logo-wrapper .custom-logo-link img {
    width: 280px;
    margin: 8px 0;
}

.logo-wrapper .custom-logo-link {
    float: none;
}

.newsletter .container .col-md-5 .sfsi_widget .norm_row.sfsi_wDiv {
    position: static!important;
    text-align: center!important;
    min-width: 100%;
}

.home .newsletter .container .col-md-5 section {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 9px;
}

footer .topFooter {
    margin-top: 0;
    border-top: 2px solid #c00000;
    background: #383838 url(imgs/footer_bg.png) repeat center top;
    padding: 35px 0 20px;
    color: #c0c0c0;
    font-size: .9em;
}

.footer_advertise .image_with_link-content {
    text-align: center;
}

footer .topFooter #top-footer {
    background: transparent;
    padding: 0;
}

footer .topFooter a {
    color: #c0c0c0;
}

footer .topFooter .tg-column-4.footer-block-4 .wrapper a {
    font-size: 12px;
    padding: 0 3px;
}

footer .topFooter .tg-column-4.footer-block-4 .wrapper a:hover {
    text-decoration: underline;
    color: #fff
}

footer .topFooter .tg-column-wrapper .tg-column-4 .widget-title {
    font-size: 17px;
    color: #c0c0c0;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial;
    margin-bottom: 7px;
    border-bottom: 1px solid #666666;
}

footer .topFooter .menu-informations-container ul li,
footer .topFooter .menu-shop-by-categories-container ul li {
    padding: 5px 0 5px 0;
    margin-bottom: 0;
    line-height: 20px;
}

footer .topFooter .menu-informations-container ul li a:hover,
footer .topFooter .menu-informations-container ul li a:focus,
footer .topFooter .menu-shop-by-categories-container ul li a:hover,
footer .topFooter .menu-shop-by-categories-container ul li a:focus {
    color: #fff
}

footer .topFooter .menu-informations-container ul li a:before,
footer .topFooter .menu-shop-by-categories-container ul li a:before {
    content: none;
}

#colophon.footerSection {
    margin-top: 0px;
}

footer .topFooter .menu-informations-container ul li a,
footer .topFooter .menu-shop-by-categories-container ul li a {
    font-size: 14.4px;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial;
    line-height: 20px;
    color: #c0c0c0;
    text-shadow: none;
}

footer .topFooter .menu-shop-by-categories-container ul li a:hover {
    color: #fff;
}

footer .topFooter .tg-column-wrapper .tg-column-4 .widget-title span {
    border-bottom: none;
}

footer .topFooter .tg-column-wrapper .tg-column-4 {
    margin-left: 0px;
    padding: 0 15px;
}

footer .topFooter .tg-column-wrapper .footer-block {
    margin-left: 0;
    padding: 0 15px;
}

footer .topFooter .tg-column-4.footer-block-1 {
    width: 16.66666667%;
}

footer .topFooter .tg-column-4.footer-block-2 {
    width: 33.33333333%;
}

footer .topFooter .tg-column-4.footer-block-3 {
    width: 30%;
    margin-left: 0;
    padding-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 28px;
}

.footer-block-3 section.widget.widget_media_image:first-child img {
    padding: 0 20px 0;
}

.bottom-adv.cateogryAd .ad-slug.text-center {
    border-top: none;
    padding: 0;
    margin: 0;
}

.content-area.contentAreaLeft .bottom-adv.cateogryAd {
    margin: 0;
}

footer .topFooter .tg-column-4.footer-block-4 {
    width: 20%;
    margin-left: 0;
    padding-top: 20px;
}

footer .topFooter .menu-shop-by-categories-container ul li {
    float: left;
    width: 50%;
    border-bottom: none;
}

footer .topFooter .tg-column-4.footer-block-3 .widget.widget_media_image:last-child img {
    max-width: 130px!important;
}

footer .topFooter .tg-column-4.footer-block-3 .widget.widget_media_image:first-child img {
    height: 150px!important;
    width: auto;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:hover>a {
    background: #e00500;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item footer .topFooter .menu-shop-by-categories-container ul li:nth-child(2n+1) {
    clear: both;
}

footer .topFooter .footer-block-1 .menu-shop-by-categories-container ul li a {
    color: #c0c0c0;
    text-decoration: none
}

footer .topFooter .footer-block-1 .menu-shop-by-categories-container ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.bottomFooter .container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    box-sizing: border-box;
}

.bottomFooter .container .col-sm-6 {
    float: left;
}

.bottomFooter .container .bottom-footer_right {
    float: right;
}

.bottomFooter .container .bottom-footer_right ul li {
    display: inline-block;
    position: relative;
    padding: 0 5px 0 5px;
    margin-bottom: 0;
    border-bottom: none;
}

.bottomFooter .container .bottom-footer_right ul li a {
    font-weight: 300;
}

.bottomFooter .container .bottom-footer_right ul li a:before {
    content: none;
}

.bottomFooter .container .bottom-footer_right ul li a:before {
    content: "";
    position: relative;
    position: absolute;
    left: -8px;
    top: -2px;
    color: #555555;
    width: 1px;
    height: 20px;
    padding: 0;
    background: #555555;
}

footer .bottom-footer_right .menu {
    margin-bottom: 0;
}

.bottomFooter .container .bottom-footer_right ul li:first-child a:before {
    content: none;
}

body #bottom-footer.bottomFooter {
    background: #1E1E1E;
}

.bottomFooter .container .bottom-footer_Left .widget,
.bottomFooter .container .bottom-footer_right .widget {
    margin: 0;
    padding-bottom: 0;
}

.bottomFooter .container .bottom-footer_Left .widget p,
.bottomFooter .container .bottom-footer_right .widget p {
    margin: 0;
}

.bottomFooter .container .bottom-footer_Left .widget p,
.bottomFooter .container .bottom-footer_Left .widget a,
.bottomFooter .container .bottom-footer_right ul li a {
    color: #fff;
    color: #fff;
    font-size: 13px;
}

.bottomFooter .container .bottom-footer_Left .widget a:hover {
    text-decoration: underline;
}

.postSection .left .vc_gitem-zone .vc_col-sm-8 .vc_gitem-post-category-name a:hover {
    background: transparent;
    color: #f53e30;
}

.categorySection #primary.contentAreaLeft,
.categorySection .contentAreaLeft {
    float: left;
    width: 66.666%;
}

.categorySection .contentAreaRight {
    float: left;
    width: 33.33%;
    top: 56px;
    position: sticky;
}

.categorySection .contentAreaRight section,
.vc_col-sm-4.sidebarSection section {
    max-width: 300px;
    margin: 0 auto;
}

body .categorySection .navigation ol li a {
    color: #f53e30;
    font-size: 15px;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial;
    font-weight: 400;
    background: transparent;
    box-shadow: none;
    border: none;
}

body .categorySection .navigation ol li span.page.current {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #444444;
    font-weight: bold;
    opacity: 1;
}

.navigation .wp-paginate.font-inherit {
    text-align: center;
}

.navigation .wp-paginate.font-inherit li span.title {
    display: none;
}

.navigation .wp-paginate.font-inherit li span.title {
    display: none;
}

body .contentAreaLeft article {
    border: none;
    margin-bottom: 0!important;
    padding-bottom: 0!important;
    margin-top: 20px!important;
    padding-top: 0;
}

.navigation {
    padding-top: 5px;
}

.article-list .postTitle h3 {
    margin-bottom: 6px;
    line-height: 21px;
}

.topFooter .tg-column-wrapper {
    margin-left: -15px;
}

footer .topFooter .tg-column-wrapper .tg-column-4 .widget-title span {
    padding-bottom: 2px;
}

body .newsletter .container .col-md-5 .inerCnt a,
body .inerCnt a {
    width: 41px!important;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

body .postSection .right .rltdpstsplgn-popular-posts article h4,
.categorySection .contentAreaRight article h4 {
    margin-bottom: 0;
}

.newsletter .container .col-md-5 .sfsi_widget .norm_row>div {
    width: 42px!important;
    height: 42px!important;
    margin-right: 5px;
}

footer .topFooter .tg-column-4.footer-block-4 h4 {
    font-size: 17px;
    color: #c0c0c0;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial
}

footer .topFooter .tg-column-4.footer-block-4 h5 {
    font-size: 14px;
    color: #c0c0c0;
    font-weight: normal;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial
}

footer .topFooter .tg-column-4.footer-block-4 h3 {
    font-size: 24px;
    color: #c0c0c0;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial
}

footer .topFooter .tg-column-4.footer-block-4 p a {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    background: #d10600;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial
}

footer .topFooter .tg-column-wrapper .tg-column-4 section {
    margin-top: 0;
}

.categoryHeaderSectioin .entry_title,
.detailPageHeader .page-title {
    float: left;
}

.categoryHeaderSectioin .share_button,
.detailPageHeader .share_button {
    float: right;
}

.categoryHeaderSectioin .entry_title h1,
.single.single-contests .detailPageHeader .entry-title,
.single.single-games .detailPageHeader .entry-title {
    font-family: "Playfair Display", "Times New Roman", serif;
    font-size: 38px;
    color: #d90000!important;
    font-style: italic;
    padding-bottom: 0;
    margin-bottom: 0;
}

.single.single-contests .contentAreaLeft p a {
    text-decoration: none;
}

.single.single-contests .contentAreaLeft p a:hover {
    text-decoration: underline;
}

.single.single-contests .detailPageHeader .entry-title,
.single.single-games .detailPageHeader .entry-title {
    font-weight: 600!important;
    font-family: "Playfair Display", "Times New Roman", serif!important;
}

.single.single-contests .site-content {
    margin-top: 16px;
}

.categoryHeaderSectioin .info-wrapper {
    border-bottom: 1px dashed #cccccc;
    display: inline-block;
    width: 100%;
}

.categoryHeaderSectioin .share_button .widget .norm_row,
.detailPageHeader .share_button .widget .norm_row {
    position: static!important;
    width: auto!important;
}

.categoryHeaderSectioin .share_button section {
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-header {
    background: transparent;
    margin-bottom: 0px;
}

.categoryHeaderSectioin .share_button .widget .norm_row .sfsi_wicons.shuffeldiv a img,
body .widget .norm_row .sfsi_wicons.shuffeldiv a img {
    margin: 0;
}

.categoryHeaderSectioin .share_button .widget .norm_row .sfsi_wicons.shuffeldiv a {
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.single.single-articles .tg-container.categorySection.detailSection .share-buttons {
    margin-bottom: 10px;
}

body .TitleSectionBorder0 a:hover {
    text-decoration: underline;
}

.navbar.navbar-default.mobileMenu {
    display: none;
}

.categorySection .contentAreaRight article a:hover {
    text-decoration: underline;
}

.detailSection .contentAreaLeft article .entry-content {
    font-size: 16px;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial;
    color: #444444;
    line-height: 25px;
}

.image_with_link {
    text-align: center;
}

body .entry_breadcrumbs h3.entry-sub-title {
    font-size: 16px;
    color: #333;
}

body .entry_breadcrumbs .entry-sub-title span a,
body .entry_breadcrumbs .entry-sub-title a {
    padding: 0 5px;
}

body .entry_breadcrumbs .entry-sub-title a,
body .entry_breadcrumbs .entry-sub-title span {
    color: #f53e30;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0px;
    text-decoration: none;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial;
}

.single.single-articles .tg-container.categorySection.detailSection {
    padding-top: 0;
}

body .entry_breadcrumbs {
    text-align: left;
}

body.single h1.entry-title {
    font-size: 43px;
    font-family: Georgia, "Times New Roman", serif;
    color: #222222;
    line-height: 51px;
    text-align: left;
    font-weight: normal;
}

body.single .subTitle {
    margin-top: 10px;
    font-size: 21px;
    line-height: 1.4;
    color: #555555;
    margin-bottom: 0;
    text-align: left;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial;
}

body.single .author {
    margin-top: 15px;
    font-size: 13.6px;
    color: #666666;
    font-weight: 600;
    text-align: left;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial;
}

body .detailPageHeader {
    padding-bottom: 10px;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
}

body.single-jokes .entry_breadcrumbs h3.entry-sub-title {
    margin-bottom: 0;
}

body.single.single-recipes .detailPageHeader h1.entry-title {
    padding-bottom: 0;
}

body .bottom-header-wrapper.sticky {
    margin-top: 0;
}

.contentAreaRight .contentAreaRightInner .ad-slug.text-center {
    border-top: none;
}

body .bottom-header-wrapper.sticky .tg-container .main-navigation ul li .fa-home:before {
    content: url(imgs/rd-flag.png);
    position: absolute;
    left: -28px;
    top: 0;
}

.bottom-header-wrapper #site-navigation ul li.menu-item-has-children {
    padding-right: 0;
}

.bottom-header-wrapper #site-navigation ul li.menu-item-has-children:hover>a:after {
    color: #fff
}

.bottom-header-wrapper #site-navigation ul li.menu-item-has-children>a:after {
    right: 5px;
}

.bottom-header-wrapper #site-navigation ul li.menu-item-has-children a {
    padding-right: 18px;
}

.bottom-header-wrapper #site-navigation ul li.menu-item-has-children ul li a {
    color: #333333
}

body .bottom-header-wrapper #site-navigation ul li.menu-item-has-children ul li a:hover {
    color: #e00500!important;
    background: transparent;
}

.bottom-header-wrapper #site-navigation ul li.menu-item-has-children ul {
    border: none;
    border-top: 2px solid red;
    top: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.bottom-header-wrapper #site-navigation ul li.menu-item-has-children ul li:last-child a {
    border-bottom: none;
}

.bottom-header-wrapper #site-navigation ul li.sfHover a {
    color: #fff
}

.bottom-header-wrapper #site-navigation ul li.menu-item-has-children ul.sub-menu li:first-child a {
    list-style: none;
}

.bottom-header-wrapper #site-navigation ul li.menu-item-has-children ul.sub-menu li a {
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
}

.bottom-header-wrapper #site-navigation ul li.menu-item-has-children ul li {
    border-right: none!important;
}

.bottom-header-wrapper #site-navigation ul li.menu-item-has-children ul.sub-menu li a {
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
}

.detailAd {
    margin-top: 15px;
    margin-bottom: 15px;
}


/*.slider a.flex-prev:before, a.flex-next:before{content: none!important;}*/

.slider a.flex-prev:before {
    width: 30px !important;
    height: 30px !important;
    display: inline-block;
    border-radius: 100%;
    background: #d9dadc url(imgs/right.png) no-repeat !important;
    background-position: 7px center!important;
    content: ""!important;
}

.slider a.flex-next:before {
    content: ""!important;
    width: 30px !important;
    height: 30px !important;
    display: inline-block;
    border-radius: 100%;
    background: #d9dadc url(imgs/left.png) no-repeat !important;
    background-position: 10px center!important;
}

.slider a.flex-next:hover:before {
    background: #37465b url(imgs/left.png) no-repeat !important;
    opacity: .8;
    background-position: 10px center!important;
}

.slider a.flex-prev:hover:before {
    background: #37465b url(imgs/right.png) no-repeat !important;
    background-position: 7px center!important;
}

.slider .flex-direction-nav .flex-next {
    right: 10px;
    opacity: 1
}

.slider .flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 1
}

body a.scrollup i.fa.fa-angle-up {
    display: none;
}

body a.scrollup {
    opacity: 0.75;
    position: fixed;
    text-align: center;
    z-index: 99999999;
    background: #444444 url(imgs/ic-scroll-top.png) center center no-repeat;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 5%;
    bottom: 15%;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

span.homeText {
    display: none;
}

body .vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_gitem-post-category-name:hover {
    background: transparent;
}

body .postTitle h3 span a {
    font-size: 24px !important;
}

body .postTitle h3 span a:hover,
.post-type-archive-games .contentAreaLeft .col-lg-12 .views-row .postTitle .field-content a:hover,
.contentList .contentListInner .title a:hover,
.contentList .category ul li a:hover {
    color: #d90000;
}

.category .content-area article {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 1em;
    padding-bottom: 15px !important;
}


/*.category .postCategory { display: none !important; }*/

.page-header .entry-title,
.error404 .entry-title {
    font-family: "Playfair Display", "Times New Roman", serif !important;
    font-style: italic;
    font-weight: 600 !important;
    color: #d90000 !important;
}

.categorySection .contentAreaLeft>p,
.categorySection .contentAreaLeft .author {
    font-size: 16px;
    line-height: 1.4;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial;
    font-weight: normal;
}

ul.jokes-tags li {
    list-style: none;
    display: inline-block;
    margin: 5px 4px 5px 4px;
}

ul.jokes-tags li a {
    font-size: 15px;
    color: #f53e30;
    padding: 0px 10px;
    background-color: #f5f5f5;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial;
    font-weight: 400;
    min-height: 31px;
    display: inline-block;
    box-sizing: border-box;
    line-height: 31px;
    text-decoration: none;
}

ul.jokes-tags li a:hover {
    text-decoration: underline;
}

ul.jokes-tags {
    text-align: center;
}

.contentAreaRight section .title h2 {
    font-size: 32px;
    font-family: "Playfair Display", "Times New Roman", serif !important;
    font-style: italic;
    font-weight: 600 !important;
    color: #d90000 !important;
}

.detailPageHeader .titleSection,
.detailPageHeader .entry_title,
.single-games .detailPageHeader .share-buttons,
.single-contests .detailPageHeader .entry_title,
.contact-us .entry-title {
    float: left;
    width: 70%;
}

.detailPageHeader .below-share-button,
.single-games .detailPageHeader .share-buttons,
.single-contests .detailPageHeader .share-buttons,
.contact-us .socialShare {
    float: right;
    width: 30%;
    text-align: right;
    min-width: 300px
}

.contact-us .page-header .tg-container .tgContainerInner {
    border-bottom: 1px dashed #cccccc;
    display: inline-block;
    width: 100%;
    padding: 20px 0px 10px 0px;
}

.contact-us .page-header .tg-container .entry-title {
    border-bottom: none;
}

.single-contests .detailPageHeader .entry_title h1,
.single-games .detailPageHeader .entry_title h1 {
    margin-top: 0;
}

.detailPageHeader .below-share-button .norm_row.sfsi_wDiv,
.share-buttons .norm_row.sfsi_wDiv {
    position: static!important;
}

.wpb_text_column.wpb_content_element.contactDis {
    margin-top: 25px;
}

div#sfsi_holder {
    display: none;
}

.featured-slider-sidebar {
    display: none;
}

.featured-slider-sidebar li .featured-title a {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 400 !important;
    color: #f53e30;
    text-decoration: none;
}

.featured-slider-sidebar li .featured-title a:hover {
    text-decoration: underline;
    color: #d00f00
}

.featured-slider-sidebar li h3.featured-title {
    line-height: 22px;
    margin-top: 7px;
    margin-bottom: 10px
}

.featured-wrapper {
    position: relative;
}

.featured-wrapper .bx-controls {
    position: absolute;
    top: 12px;
    right: 0;
}

.featured-wrapper .bx-controls-direction a i {
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
}

.widget-featured-sidebar-collection .featured-wrapper .bx-controls-direction a .fa.fa-angle-left {
    left: -2px;
    position: relative;
    top: 1px;
}

.widget-featured-sidebar-collection .featured-wrapper .bx-controls-direction a i {
    line-height: 26px;
}

.widget-featured-sidebar-collection .featured-wrapper .bx-controls-direction a .fa.fa-angle-right {
    position: relative;
    left: 1px;
}

.featured-wrapper .bx-controls-direction a {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #cccccc;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}

.featured-wrapper .bx-controls-direction a.bx-prev {
    margin-right: 10px;
}

.featured-wrapper .bx-controls-direction a:hover {
    background: #37465b
}

.featured-wrapper .text-right {
    text-align: right;
}

.featured-wrapper .text-right a,
.more-games a {
    text-decoration: none;
    font-size: 10px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial;
    color: #f53e30
}

.featured-wrapper .text-right a:hover,
.more-games a:hover {
    text-decoration: underline;
}

.contentAreaRightInner {
    max-width: 300px;
    margin: 0 auto;
}

.more-games {
    text-align: right;
}

body .right_sidebar .tg-container.categorySection .widget_readersdigestlatestpost p {
    line-height: 22px;
}

body .right_sidebar .tg-container.categorySection .widget_readersdigestlatestpost .more-games {
    text-align: right;
}

.right_sidebar .tg-container.categorySection .more-games {
    text-align: left
}

body.single .detailPageHeader h1.entry-title {
    margin-bottom: 0;
}

.more-games .more-content .all.items .col-xs-12 .field-class a {
    font-size: 20px;
}

.more-games .more-content .all.items .col-xs-12 .field-class a:hover {
    color: #d90000;
}

body div#n2-ss-3 .n2-style-7ce23c7bdbf7fb5778082aff4b7e2d68-heading:Hover,
body div#n2-ss-3 .n2-style-7ce23c7bdbf7fb5778082aff4b7e2d68-heading:ACTIVE,
body div#n2-ss-3 .n2-style-7ce23c7bdbf7fb5778082aff4b7e2d68-heading:FOCUS {
    background: #d90000
}

body.error404 h1.entry-title {
    border-bottom: 1px dashed #cccccc;
    text-align: left;
}

div#home-crumbs a:first-child {
    font-size: 0;
    position: relative;
}

div#home-crumbs>a:first-child:before {
    content: "\f015";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: -10px;
}

#home-crumbs {
    display: inline;
}

div#home-crumbs>a:first-child {
    font-size: 0;
    margin-right: 14px;
}

body.single.single-contests .detailPageHeader,
.single-games .detailPageHeader {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
}

#home-crumbs span {
    color: #ccc;
    font-size: 14px;
    font-weight: 700;
}

.featured-wrapper .featured-slider-sidebar .post-excerpt p,
.entry-subtitle p,
.entry-subtitle {
    font-size: 16px;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial;
    color: #444444;
    line-height: 23px;
}

.post-excerpt p {
    max-height: 65px;
    overflow: hidden;
}

.newsletter {
    margin-top: 20px;
}

.related-posts .post-thumbnails {
    width: 33.33%;
    float: left;
    padding-right: 15px;
    box-sizing: border-box;
}

.related-posts .wrapper {
    width: 66.66%;
    float: left;
    padding-left: 15px;
    box-sizing: border-box;
}

.related-posts .tg-column-12 {
    clear: both;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.related-posts .category a,
.gameQuizSection .view.cactus-info a {
    color: #888888;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial;
}

.related-posts .category a:hover,
.gameQuizSection .view.cactus-info a {
    color: #d00f00;
}

.search-results #main>.tg-container article h2 a:hover {
    text-decoration: underline;
}

.home .related-posts h3.entry-title a {
    font-size: 21px;
}

body .testimonial_ad .vc_col-sm-8.gameQuizSection.vc_col-sm-8 .vc_col-sm-8 .vc_custom_heading.vc_gitem-post-data-source-post_excerpt p {
    font-size: 16px;
}

body .testimonial_ad .vc_col-sm-8.gameQuizSection.vc_col-sm-8 .vc_col-sm-8 .vc_custom_heading.vc_gitem-post-data-source-post_title {
    margin-bottom: 0;
}

.related-posts h3.entry-title a,
body .testimonial_ad .vc_col-sm-8.gameQuizSection.vc_col-sm-8 .vc_col-sm-8 .vc_custom_heading.vc_gitem-post-data-source-post_title a,
.testimonial_ad .gameQuizSection .vc_gitem-post-data-source-post_title a {
    color: #222222;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 400;
    font-family: Georgia, "Times New Roman", serif;
    text-decoration: none;
    vertical-align: top;
}

.gameQuizSection .vc_grid-container-wrapper>div {
    margin-bottom: 0;
}

.testimonial_ad .gameQuizSection .vc_gitem-post-data-source-post_excerpt {
    font-size: 16px;
}

.testimonial_ad .gameQuizSection .vc_gitem-post-data-source-post_title {
    margin-bottom: 0;
}

.related-posts h3.entry-title a:hover,
body .testimonial_ad .vc_col-sm-8.gameQuizSection.vc_col-sm-8 .vc_col-sm-8 .vc_custom_heading.vc_gitem-post-data-source-post_title a:hover {
    color: #d00f00;
}

.related-posts h3.entry-title {
    margin: 5px 0;
    line-height: 31px;
}

ul.featured-slider-sidebar {
    margin-left: 0;
}

.single .detailPageHeader .entry-title,
.single.single-articles .detailPageHeader .entry-title {
    font-family: Georgia, "Times New Roman", serif!important;
    color: #222222!important;
    font-size: 43px;
    font-style: inherit;
    font-weight: 500!important;
}

.single .detailPageHeader .author {
    margin-top: 15px;
    font-size: 14px;
    color: #666666;
    font-weight: 600;
}

.single .detailPageHeader .subTitle {
    margin-top: 10px;
    font-size: 21px;
    line-height: 1.4;
    color: #555555;
    margin-bottom: 0;
}

body .ssp-ul-div.slide-button-box .main-box>div {
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial!important;
    font-weight: 600;
}

body ul.pagination-lg.pull-right.pagination li.prev a,
body ul.pagination-lg.pull-right.pagination li.next a {
    text-decoration: none;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial!important;
    text-transform: lowercase;
}

body ul.pagination-lg.pull-right.pagination li.prev a:before,
body ul.pagination-lg.pull-right.pagination li.next a:after {
    padding: 0.4em 1.3em;
}

.single.single-articles .slide-show-box .slide-show .slide-title {
    font-family: Georgia, "Times New Roman", serif;
    color: #888888;
    font-size: 24px;
}

body ul.pagination-lg.pull-right.pagination {
    padding: 0.5em 0.3em;
}

.single.single-articles .slide-image .wp-caption-text {
    font-size: 10px;
    text-transform: uppercase;
    color: #999999;
    text-align: left;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial!important;
    margin-top: 10px;
}

.single.single-articles .slide-description p,
.contentAreaLeft .content-wrapper .entry-content p {
    font-size: 16px;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial!important;
    line-height: 26px;
}

.single.single-articles .slide-description {
    margin-top: 10px;
}

.single.single-articles .view_full_post_box a {
    color: #0a4e9b;
    text-decoration: none;
    font-weight: normal;
}

.right_sidebar .tg-container.categorySection {
    margin-bottom: 1em;
    padding-bottom: 25px;
    padding-top: 20px;
}

.archive.post-type-archive-games .right_sidebar .tg-container.categorySection,
.category-cruising .right_sidebar .tg-container.categorySection {
    border-bottom: none;
}

.categorySection.categorySectionBottom .related-posts-wrapper .related-posts-main-title,
.free-games-heading h2 {
    margin-top: 0;
    color: #d90000;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-style: italic;
    font-size: 32px;
}

.tg-container.categorySection.detailSection {
    margin-bottom: 1em;
    padding-bottom: 25px;
}

.single-recipes .tg-container.categorySection.detailSection {
    position: relative;
}

.single-recipes .tg-container.categorySection.detailSection {
    padding-bottom: 0px;
}

.single-recipes .right_sidebar .tg-container.categorySection {
    padding-top: 0px;
}

.single-recipes .content-wrapper>.source {
    border-top: 1px dashed #cccccc;
    display: inline-block;
    width: 100%;
    padding-top: 15px;
}

.single-recipes .tg-container.categorySection.detailSection::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    position: relative;
    bottom: -15px;
    left: 0;
    display: inline-block;
    width: 100%;
}

.categorySection.categorySectionBottom .related-posts-wrapper .related-posts-main-title a {
    text-decoration: none;
}

.categorySection.categorySectionBottom .related-posts-wrapper .related-posts-main-title a:hover {
    text-decoration: underline;
    color: #d90000;
}

.contentAreaLeft .related-posts-wrapper .tg-column-wrapper {
    margin-left: 0%;
}

.single.single-articles .entry-subtitle p {
    margin-bottom: 0;
}

.related-posts .text-right {
    text-align: right;
}

.related-posts .text-right a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    font-family: 'Raleway', sans-serif, "Helvetica Neue";
    font-size: 12px;
}

.related-posts .text-right a:after {
    content: " »";
}

.related-posts .text-right a:hover {
    text-decoration: underline;
}

.widget_readersdigestlatestpost .post-item .item-left {
    width: 33.33333333%;
    float: left;
    padding-right: 15px;
}

.widget_readersdigestlatestpost .post-item .item-right {
    width: 66.66666667%;
    float: left;
    padding-left: 15px;
}

.widget_readersdigestlatestpost .post-item .item-right .title a {
    color: #222222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    text-decoration: none;
    line-height: 25px;
}

.widget_readersdigestlatestpost .post-item .item-right .title a:hover {
    color: #d90000;
}

.widget_readersdigestlatestpost .post-item .item-right .exerpt p {
    color: #444444;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial;
    font-size: 16px
}

.widget_readersdigestlatestpost .post-item {
    display: inline-block;
    width: 100%;
}

.single.single-articles .slide-image figure {
    text-align: center;
}

.recipe-content .post-thumbnails {
    float: left;
}

.recipe-content .entry-content {
    margin-top: 15px;
}

.categorySection .contentAreaRight .widget_readersdigestpopularpost {
    margin: 30px auto;
}

.widget_readersdigestpopularpost ol,
.widget_nav_menu ul {
    counter-reset: li;
    list-style: none;
    font-size: 16px;
    padding: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    margin-left: 0;
}

.widget_readersdigestpopularpost ol li,
.widget_nav_menu ul li {
    padding: .4em 1em .4em 2.4em;
    border-bottom: 1px dashed #ccc;
    line-height: 22px;
}

.widget_readersdigestpopularpost ol li:last-child,
.widget_nav_menu ul li:last-child {
    border-bottom: none;
}

.widget_readersdigestpopularpost ol li a,
.widget_nav_menu ul li a {
    position: relative;
    margin: 0;
    color: #333333;
    text-decoration: none;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial;
    line-height: 25px;
}

.widget_readersdigestpopularpost ol li a:before,
.widget_nav_menu ul li a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.2em;
    top: -.2em;
    background: #ff514d;
    height: 1.5em;
    width: 1.5em;
    padding-top: .2em;
    text-align: center;
    font: italic bold 1em/.85em "Playfair Display", Serif;
    color: #ffffff;
    -webkit-border-radius: 1.5em 1.5em 1.5em 1.5em;
    -moz-border-radius: 1.5em 1.5em 1.5em 1.5em;
    border-radius: 1.5em 1.5em 1.5em 1.5em;
}

.widget_readersdigestpopularpost ol li a:hover:before,
.widget_nav_menu ul li a:hover:before {
    background: #ff0000
}

.widget_readersdigestpopularpost ol li a:hover,
.widget_nav_menu ul li a:hover {
    color: #ff0000;
    text-decoration: underline;
}

.widget_nav_menu ul li a:hover:before {
    color: #fff;
}

.right_sidebar .categorySection .contentAreaLeft .article-list .col-sm-8 a {
    text-decoration: none;
}

.right_sidebar .categorySection .contentAreaLeft .article-list .col-sm-8 .postCategory a {
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial;
    font-weight: 400;
}

.right_sidebar .categorySection .contentAreaLeft .article-list .col-sm-8 a:hover {
    color: #d90000;
}

.more-recipes {
    margin-top: 15px;
}

body .bottom-header-wrapper {
    position: relative;
}

footer .topFooter ul li a,
footer .bottomFooter a,
footer .topFooter .footer-block-4 a {
    text-decoration: none;
}

footer .topFooter ul li a:hover,
footer .bottomFooter a:hover {
    text-decoration: underline;
}

footer .topFooter ul {
    list-style: none;
    margin-left: 0;
    display: inline-block;
    width: 100%;
}

footer .topFooter .tg-column-4.footer-block-4 p a:hover {
    text-decoration: none;
    background-color: #c00600;
    border-color: #c80600;
}

footer .topFooter .tg-column-4.footer-block-4 p a.latestIssue {
    background: transparent;
    color: #c0c0c0;
    font-size: 12px;
    font-weight: 300;
    padding: 0;
    margin-top: 18px;
}

footer .topFooter .tg-column-4.footer-block-4 p a.latestIssue:hover {
    color: #fff;
    text-decoration: underline;
}

body .sp-testimonial-free-section .tfree-client-testimonial {
    color: #fff!important;
}

body #sp-testimonial-free-wrapper-865 .sp-testimonial-free-section .slick-prev,
body #sp-testimonial-free-wrapper-865 .sp-testimonial-free-section .slick-next {
    background: rgba(214, 214, 214, 0.77);
}

.item-list .pager li {
    list-style: none;
    display: inline-block;
}

.categorySlider .owl-item a,
body .TitleSectionBorder0 a {
    text-decoration: none;
}

.categorySlider .owl-item a:hover {
    color: #d90000
}

.categorySlider .post_title {
    line-height: 20px;
}

body .TitleSection a {
    text-decoration: none;
}

body #sp-testimonial-free-wrapper-865 .sp-testimonial-free-section .tfree-client-testimonial p {
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
}

.home .sp-testimonial-free-section .sp-testimonial-free-item {
    min-height: 111px;
}

.categorySection .contentAreaRight .widget-featured-sidebar-collection {
    margin-top: 30px;
    margin-bottom: 30px;
}

.article-list .col-sm-12 {
    border-bottom: 1px solid #eeeeee;
}

.article-list .postExcerpt {
    padding-bottom: 3px;
    line-height: 22px;
}

.info-container {
    display: inline-block;
    width: 100%;
}

.post-type-archive-quiz .categoryHeaderSectioin .info-container {
    border-bottom: 1px dashed #cccccc;
    padding-bottom: .5em;
    margin-bottom: 1.2em;
    margin-top: .5em;
}

body .categorySection .contentAreaLeft article {
    margin-top: 20px!important;
}

body .categorySection .contentAreaLeft article:first-child {
    margin-top: 0!important;
}

.article-list .postExcerpt a {
    text-decoration: none;
}

.categorySection .contentAreaLeft .more-jokes {
    margin-top: 38px;
}

.single.single-jokes .right_sidebar .tg-container.categorySection {
    padding-top: 0;
}

.content-area.contentAreaLeft .bottom-adv {
    margin: 25px 0;
    display: inline-block;
    width: 100%;
}

.content-area.contentAreaLeft .field-content p {
    line-height: 28px;
}

.listing-adv {
    margin: 15px 0 0;
}

.categoryHeaderSectioin .listing-adv .ad-slug {
    border-top: none
}

.recipes-ingri {
    float: left;
    padding-left: 15px;
}

.recipes-ingri ul.no-bullet {
    font-size: 16px;
    list-style: none;
    margin-left: 0;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial;
}

.preparation ol {
    font-size: 16px;
    padding-left: 40px;
    margin-left: 0;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial;
}

.recipes-ingri h3,
.preparation h2 {
    color: #e72b1f;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial;
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 0;
}

.recipes_ingri-wrapper {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
}

.recipes-ingri ul.no-bullet li {
    color: #444444;
}

.red,
.serves {
    color: #d90000
}

.serves,
.preparation-time,
.cooking {
    font-size: 16px;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial;
}

.preparation {
    margin-top: 15px;
    font-size: 16px;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial;
}

p strong {
    color: #444444
}

.contentAreaLeft .tags-wrapper h3 {
    font-size: 16px;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial;
    display: inline;
}

.contentAreaLeft .tags-wrapper .links-inline {
    list-style: none;
    display: inline;
    margin-left: 0
}

.contentAreaLeft .tags-wrapper .links-inline li {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial;
    border-right: 1px solid #cccccc;
    padding: 0 7px;
    line-height: 20px;
}

.contentAreaLeft .tags-wrapper .links-inline li:last-child {
    border-right: none;
}

.contentAreaLeft .tags-wrapper .links-inline li a {
    text-decoration: none;
    font-weight: 300;
}

.below-share-button .norm_row.sfsi_wDiv {
    position: static!important;
}

.gray {
    color: #999999;
}

.source h4 {
    font-size: 20px;
    line-height: 1.4em;
    color: #e72b1f;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial;
    font-weight: 400;
    margin-top: 10px;
}

.source p {
    margin-bottom: 0;
    font-size: 16px;
    font-family: 'Raleway', sans-serif, "Helvetica Neue", Helvetica, Arial;
}

.source .col-lg-9>a {
    font-size: 16px;
    font-family: 'Raleway', sans-serif, Arial;
    text-decoration: none;
}

.source .col-lg-9 a+small {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

body strong {
    font-weight: 600
}

.source .col-lg-9 small.gray {
    font-size: 14px;
}

.below-share-button {
    margin: 15px 0;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(fonts/glyphicons-halflings-regular.ttf);
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(fonts/glyphicons-halflings-regular.eot);
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(fonts/glyphicons-halflings-regular.woff);
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(fonts/glyphicons-halflings-regular.woff2);
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(fonts/glyphicons-halflings-regular.svg);
}

span.glyphicon {
    font-family: 'Glyphicons Halflings';
}

.postCategory .glyphicon {
    font-size: 16px;
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.listen-now a {
    background-color: #d10600;
    border-color: #c80600;
    color: #fff;
    min-width: 134px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
}

.right_sidebar .categorySection .contentAreaLeft .article-list .col-sm-8 .listen-now a:hover {
    background-color: #c00600;
    border-color: #c80600;
    color: #fff;
}

.categoryHeaderSectioin .entry_title h1.page-title img {
    height: 45px;
    width: auto;
}

.categoryHeaderSectioin .main-container p {
    font-size: 21px;
    line-height: 30px;
}

.main-container .wpb_text_column.wpb_content_element a img {
    height: 40px;
}

body .wpb_text_column.wpb_content_element.content-podcast {
    margin-bottom: 10px;
}

body .wpb_text_column.wpb_content_element.podcast-images {
    margin-bottom: 20px;
}

.post-type-archive-games .contentAreaLeft .col-lg-12 .views-row {
    list-style: none;
    width: calc(100% / 3);
    float: left;
}

.post-type-archive-games .contentAreaLeft .col-lg-12 .row {
    margin-left: 0;
}

.post-type-archive-games .contentAreaLeft .col-lg-12 .views-row .postTitle h3 {
    margin-bottom: 0;
    margin-top: 0;
}

.post-type-archive-games .contentAreaLeft .col-lg-12 .views-row .postTitle .field-content a,
.contentList .contentListInner .title a {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px!important;
    color: #222222;
    text-decoration: none;
    font-weight: 500;
}

.contentList .contentListInner .title a {
    line-height: 27px;
}

.post-type-archive-games .contentAreaLeft .col-lg-12 .views-row .content-list {
    padding: 0 15px;
    min-height: 300px;
    margin-bottom: 30px;
}

.post-type-archive-games .contentAreaLeft .col-lg-12 .row {
    margin-left: -15px;
}

.post-type-archive-games .contentAreaLeft .col-lg-12 .views-row .play-now a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
}

.post-type-archive-games .contentAreaLeft .col-lg-12 .views-row .play-now a:hover {
    text-decoration: underline;
}

.post-type-archive-games .contentAreaLeft .col-lg-12 {
    border-bottom: 1px solid #999999;
}

.post-type-archive-games .contentAreaLeft .main-wrapper:last-child .col-lg-12 {
    border-bottom: none;
}

.post-type-archive-games .contentAreaLeft .col-lg-12 .views-row .postExcerpt p,
.contentList .categoryDetail .exerpt p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 21px;
}

.listen-now .glyphicon.glyphicon-headphones {
    margin-right: 5px;
    font-weight: 100;
}

.contentList .categoryDetail .title {
    margin: 5px 0;
}

.post-type-archive-games .contentAreaLeft .main-wrapper h3 {
    margin-top: 25px;
    margin-bottom: 5px;
}

.post-type-archive-games .contentAreaLeft .main-wrapper>h3 a,
.post-type-archive-games .contentAreaLeft .main-wrapper>h3 {
    color: #e72b1f;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
}

.widget-area.ad-bottom {
    display: inline-block;
    width: 100%;
    margin: 25px 0;
}

.categorySectionBottom .more-games h2,
.recommended h2,
h2.related-posts-main-title a,
.more-supple h2,
.single.single-articles .contentAreaLeft h2.related-posts-main-title,
.related-posts-main-title {
    font-family: "Playfair Display", "Times New Roman", serif;
    font-style: italic;
    font-size: 32px;
    color: #d90000
}

.single.single-articles .tg-container.categorySection.detailSection,
.single.single-quiz .tg-container.categorySection.detailSection {
    margin-bottom: 0
}

.single.single-articles .right_sidebar .tg-container.categorySection,
.single.single-quiz .right_sidebar .tg-container.categorySection {
    padding-top: 0
}

h2.related-posts-main-title a {
    text-decoration: none;
}

h2.related-posts-main-title a:hover {
    text-decoration: underline;
}

.content .contentList {
    width: 25%;
    float: left;
    margin-bottom: 15px;
    padding: 0 15px;
}

.contentList .category ul {
    margin: 0;
    list-style: none;
}

.contentList .category ul li a {
    color: #888888;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

.recommended .content {
    margin-left: -15px;
}

.categoryHeaderSectioin .info-wrapper a {
    text-decoration: none;
}

.all.items .col-lg-2 {
    width: 16.6%;
    float: left;
}

.all.items .col-lg-2 .row {
    padding: 0 15px;
    margin-bottom: 15px;
}

.all.items .col-lg-2 .col-xs-12 h3 {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.all.items .col-lg-2 .col-xs-12 h3 a {
    text-decoration: none;
    font-family: Georgia, "Times New Roman", serif;
    color: #222222;
    font-weight: normal;
}

.all.items .col-lg-2 .col-xs-12 .field-content p {
    font-size: 16px;
    line-height: 22px;
}

.more-games .more-content .all.items {
    margin-left: -15px;
}

.gamdAndJocks ul {
    margin: 0;
    list-style: none;
}

.gamdAndJocks ul.row li {
    width: calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: -webkit-calc(100% / 3);
    float: left;
    margin-bottom: 10px;
}

.gamdAndJocks ul.row li .gamdAndJocksInner {
    padding: 0 15px;
}

.gamdAndJocks ul.row li .gamdAndJocksInner {
    padding: 0 15px;
    position: relative;
}

.gamdAndJocks ul.row {
    margin-left: -15px;
}

.game-btn {
    position: absolute;
    bottom: 12%;
    right: 6%;
}

.game-btn a {
    background-color: #d10600;
    border-color: #c80600;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
}

.game-btn a:hover {
    background-color: #c00600;
    border-color: #c80600;
    color: #fff;
}

.gamdAndJocks .text-right {
    text-align: right;
    font-size: 16px;
}

.gamdAndJocks .text-right a {
    text-decoration: none;
    font-weight: 300;
}

.owl-item .views-field.views-field-title {
    font-family: "Playfair Display", "Times New Roman", serif;
    font-style: italic;
    font-size: 32px;
    color: #d90000
}

.jokes-slider {
    padding: 1.5em 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-top: 1.5em;
}

.jokes-slider .owl-item .views-field.views-field-title {
    font-weight: 700;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-size: 32px;
    color: #222222;
    margin-bottom: 15px;
    text-align: center;
    font-style: italic;
}

.jokes-slider .owl-item .author {
    font-size: 16px;
}

.jokes-slider .owl-item .postExcerpt {
    font-size: 20px;
}

.jokes-slider .owl-item .postExcerpt p {
    margin-bottom: 10px;
}

.jokes-slider .owl-item .slide-author {
    font-size: 16px;
}

.jokes-slider .owl_post_slider {
    padding: 0 55px;
    box-sizing: border-box;
}

.jokes-slider .owl-item .postExcerpt a {
    font-style: italic;
    text-decoration: none
}

.jokes-slider .owl-item .postExcerpt a:hover {
    text-decoration: underline;
}

.gamdAndJocks .more-jokes {
    padding: 40px 0;
}

body .jokes-slider .owl-carousel .owl-nav .owl-prev,
body .jokes-slider .owl-carousel .owl-nav .owl-next {
    background-image: none!important;
    width: auto!important;
    height: auto!important;
    color: #fff!important;
    border: 1px solid #ddd;
    padding: 5px 10px!important;
    background-color: #d90000!important;
}

body .jokes-slider .owl-theme .owl-nav {
    text-align: left;
}

body .jokes-slider .owl-nav .owl-prev:focus,
body .jokes-slider .owl-nav .owl-next:focus {
    outline-color: transparent;
}

.categorySection #primary.contentAreaLeft,
.categorySection .contentAreaLeft .games-intro {
    font-size: 16px;
}

.single-podcast .titlesection h1 {
    font-size: 43px;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: normal;
    margin-bottom: 0;
}

.single-podcast .excerptSection,
.detailPageHeader .postIntro {
    margin-top: 5px;
    font-size: 21px;
    line-height: 1.4;
    color: #555555;
    margin-bottom: 0;
}

.single-podcast .podcastInfo {
    margin-top: 15px;
    font-size: 14px;
    color: #666666;
    font-weight: 600;
}

body .bottom-header-wrapper.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}

body #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    text-transform: uppercase;
    font-size: 14px;
}

.slide-show.page {
    display: none;
}

.slide-show.page-active {
    display: block;
}

#slide-show-pagination li {
    list-style: none;
    padding: 0;
}

#slide-show-pagination li::before {
    content: '';
}

ul#slide-show-pagination {
    width: 100%;
    display: inline-block;
}

body #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-current-menu-item a:after,
body #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-current-menu-parent a:after {
    color: #fff;
}

.view_full_post_box {
    width: 100%;
}

ul.pagination-lg.pull-right.pagination li.prev a,
ul.pagination-lg.pull-right.pagination li.next a {
    background: none;
    border: 0px;
    color: #0a4e9b;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: roboto, arial !important;
    padding: 5px 5px;
}

ul.pagination-lg.pull-right.pagination li.page {
    display: none;
}

ul.pagination-lg.pull-right.pagination li.prev {
    float: left;
}

ul.pagination-lg.pull-right.pagination li.next {
    float: right;
}

ul.pagination-lg.pull-right.pagination li.prev a::before {
    width: 20px;
    content: " ";
    color: #ffffff;
    background-color: #0a4e9b;
    background-image: url(images/arrow_left.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0.3em 1.2em;
    border-radius: 4px;
    margin-right: 5px;
}

ul.pagination-lg.pull-right.pagination li.next a::after {
    width: 20px;
    content: "";
    color: #ffffff;
    background-color: #0a4e9b;
    background-image: url(images/arrow_right.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0.3em 1.2em;
    border-radius: 4px;
    margin-left: 5px;
}

ul.pagination-lg.pull-right.pagination {
    background-color: #eeeeee;
    padding: 0.3em;
    margin: .5em 0 0 0;
}

.view_shideshow_box {
    background-color: #eee;
    padding: 0.3em;
    margin: .5em 0 0 0;
    text-align: center;
}

body.single-post article.type-stories .view_shideshow_box a,
body.single-post article.type-stories a {
    color: #0a4e9b;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: roboto, arial !important;
}


/*.pages-box {
        position: absolute;
        width: 100%;
        text-align: center;
        margin-top: 18px;
        margin-left: 25%;
    }*/

.single-post .slide .slide-title {
    font-family: Georgia, "Times New Roman", serif;
    color: #888888;
    font-size: 1.5em;
}

.listicle-header {
    border-bottom: none !important;
}

.listicle-slide {
    box-shadow: 0 0 8px 1px hsla(0, 0%, 53%, .25);
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 20px;
    background: #fff;
    overflow: hidden;
}

.listicle-slide .slide-title {
    padding-left: 20px;
    padding-top: 15px;
    color: #444444 !important;
    font-family: Lato, Open Sans, Arial, Helvetica, sans-serif !important;
    font-size: 32px !important;
}

.listicle-slide .wp-caption-text {
    padding-left: 20px;
}

.listicle-slide .slide-description {
    padding-left: 20px;
    padding-right: 20px;
}

.listicle-slide img {
    width: 100%;
}

.listicle-pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 40px;
}

.listicle-pagination .next,
.listicle-pagination .prev {
    margin-bottom: 5px;
    width: 380px;
}

.listicle-pagination .next a {
    background: #0a4e9b;
    color: #fff;
}

.listicle-pagination .prev a {
    background: #aaa;
    background: linear-gradient(#c8c8c8, #aaa);
    color: #0a4e9b;
}

.listicle-pagination .prev a .text {
    border-left: 1px solid #fff;
}

.listicle-pagination .prev a .arrow {
    background-image: url(images/svg-icons/link-chevron-blue.svg);
    transform: scaleX(-1);
}

.listicle-pagination .next a,
.listicle-pagination .prev a {
    display: -ms-flexbox;
    display: flex;
    font-size: 25px;
    font-weight: 400!important;
    text-decoration: none;
}

.listicle-pagination .next a .text {
    border-right: 1px solid #fff;
}

.listicle-pagination .next a .text,
.listicle-pagination .prev a .text {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.listicle-pagination .next a .arrow,
.listicle-pagination .next a .text,
.listicle-pagination .prev a .arrow,
.listicle-pagination .prev a .text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
}

.listicle-pagination .next a .arrow,
.listicle-pagination .prev a .arrow {
    background-image: url(images/svg-icons/link-chevron-white.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 30px 30px;
    height: 70px;
    width: 70px;
}

.listicle-pagination .next a .arrow,
.listicle-pagination .next a .text,
.listicle-pagination .prev a .arrow,
.listicle-pagination .prev a .text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
}

.ssp-ul-div.slide-button-box {
    position: relative;
    display: inline-block;
    width: 100%;
}

.ssp-ul-div.slide-button-box .main-box>div {
    display: inline;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: roboto, arial !important;
    color: #4A4A4A;
}

.ssp-ul-div.slide-button-box .view_full_post_box {
    margin-left: 15px;
}

.ssp-ul-div.slide-button-box .main-box {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    font-size: 16px;
}

.wp-caption p.wp-caption-text,
figcaption.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px 4px;
    text-align: center;
}

body.single-post .entry-full-content .col-md-12 .col-md-8 .entry-content article p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: roboto, arial !important;
    color: #4A4A4A;
    text-align: justify;
}

body .pagination.pagination {
    display: block!important;
}

.supplement-content .field-content h4 {
    font-weight: normal;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 10px;
}

body #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:hover,
body #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:hover>a {
    background: #e00500!important;
}

.home .categorySlider .featureSlider .entry-thumbnail {
    height: inherit;
}

body #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:first-child:hover,
body #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:first-child:hover>a {
    background: transparent!important;
}

.secondSection .secondSectionInner {
    border-top: 1px solid #ddd;
    margin-top: 10px;
}

.supplement-content {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
}

.supplement-content .supple-image {
    width: 30%;
}

.supplement-content .content-wrapper {
    width: 70%;
}

.more-supple ul li a {
    text-decoration: none;
    font-weight: 300;
}

.more-supple ul li a:hover {
    text-decoration: underline;
}

.more-supple ul {
    padding-left: 5px;
}

.more-supple ul li {
    margin-bottom: 1px;
}

.supplement-content .content-wrapper {
    padding-left: 30px;
    box-sizing: border-box;
}

.more-supple {
    margin-top: 20px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:nth-child(2) ul li {
    list-style: disc;
    padding-left: 15px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:nth-child(2) ul li:before {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #000;
    content: ""
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:nth-child(2) ul li:first-child {
    padding-left: 0;
}

body #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:nth-child(2) ul li:first-child:before {
    content: none!important
}

body #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:nth-child(2) ul li:first-child:before a {
    content: none!important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:nth-child(2) ul li:before {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    content: "";
    position: relative;
    top: 19px;
    left: -5px;
    display: block;
    z-index: 9;
}

.morePodcast a {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
}

.morePodcast a:hover {
    text-decoration: underline;
}

.morePodcast {
    text-align: right;
    margin-top: 15px;
}

.header-right .textwidget p>a {
    text-decoration: none;
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
    font-size: 12px;
}

.header-right .textwidget p>a:hover {
    color: #d80000
}

.header-right h2:before {
    content: '';
    position: absolute;
    height: 0;
    border: 10px solid transparent;
    top: 0;
    width: 0;
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    z-index: 1;
    right: -10px;
}

.post-type-archive-contests .content-area.contentAreaLeft h4 {
    font-weight: 400;
    margin-top: 13px;
}

.post-type-archive-contests .contentAreaLeft .main-wrapper .col-lg-6 {
    width: calc(100% / 2);
    float: left;
    min-height: 420px;
    margin-bottom: 32px;
}

.post-type-archive-contests .contentAreaLeft .main-wrapper .col-lg-6:nth-child(2n+1) {
    clear: both;
}

.post-type-archive-contests .contentAreaLeft .main-wrapper .col-lg-6:nth-child(odd) .content-list {
    padding-right: 15px;
    box-sizing: border-box;
}

.post-type-archive-contests .contentAreaLeft .main-wrapper .col-lg-6:nth-child(even) .content-list {
    padding-left: 15px;
    box-sizing: border-box;
}

.post-type-archive-contests .contentAreaLeft .main-wrapper .col-lg-6 .content-list .postTitle h3 {
    line-height: 30px;
}

.post-type-archive-contests .contentAreaLeft .main-wrapper .col-lg-6 .content-list .postTitle h3 a {
    color: #222222;
    font-family: Georgia, "Times New Roman", serif;
    text-decoration: none;
    font-weight: 400;
}

.post-type-archive-contests .contentAreaLeft .main-wrapper .col-lg-6 .content-list .postTitle h3 a:hover {
    color: #d00f00;
}

.post-type-archive-contests .contentAreaLeft .main-wrapper .col-lg-6 .content-list .postTitle h3 {
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 3px;
}

.post-type-archive-contests .contentAreaLeft .main-wrapper .col-lg-6 .content-list .postExcerpt p {
    margin-bottom: 10px;
}

.post-type-archive-contests .contentAreaLeft .main-wrapper .col-lg-6 .content-list .enter-now a {
    background-color: #d10600;
    border-color: #c80600;
    min-width: 110px;
    padding: 0;
    height: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    height: 34px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    border-radius: 4px;
    font-weight: 600;
}

.post-type-archive-contests .contentAreaLeft .main-wrapper .col-lg-6 .content-list .enter-now a:hover {
    background-color: #c00600;
    border-color: #c80600;
}

.categorySection .contentAreaRight .widget-title a,
.TitleSidebar a {
    text-decoration: none;
}

.categorySection .contentAreaRight .widget-title a:hover,
.TitleSidebar a:hover {
    text-decoration: underline;
}

.TitleSidebar {
    line-height: 24px;
    margin-bottom: 23px;
    display: inline-block;
}

a.clickLink {
    text-decoration: none;
    width: 100%;
    text-align: center;
    display: inline-block;
    top: -9px;
    position: relative;
}

.winnerSectionbg.mobile {
    display: none;
}

.vc_row.winnerSectionbg {
    /*background: url(images/winners_bg.jpg) no-repeat center top;    */
    padding-bottom: 500px;
    width: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center top;
}

.winningSectionText {
    padding-top: 0;
    margin-top: 6em;
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: 40px;
    text-align: center;
    top: 51px;
}

.winningSectionText p,
.winningSectionText {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 20px;
}

span.divLine {
    width: 100px;
    height: 1px !important;
    line-height: 1px;
    border-bottom: 1px solid #de9202;
    margin: 4px auto;
    display: inline-block;
}

.carouselTicker__list {
    background: #bb0200;
    float: left;
    padding-top: 25px;
    padding-bottom: 25px;
    height: 160px;
    box-sizing: border-box;
}

.carouselTicker__list .carouselTicker__item {
    float: left;
    height: 110px;
    line-height: 60px;
    text-align: center;
    list-style: none;
}

.carouselTicker__list .carouselTicker__item .winner {
    padding-top: 15px;
    color: #fff600;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    float: left;
}

.carouselTicker__list .carouselTicker__item .prizeamount {
    color: #ffffff;
    font-size: 15px;
}

.carouselTicker__list .carouselTicker__item {
    margin: 0 5px;
}

.carouselTicker__list .carouselTicker__item img {
    float: left;
}

.carouselTicker__list .carouselTicker__item img {
    margin: 9px;
}

.carouselTicker__wrap {
    position: relative;
}

.carouselTicker__wrap:before {
    content: "";
    width: 195px;
    height: 160px;
    background-image: url(images/winner-star.png);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9
}

.carouselTicker {
    margin-top: -2px;
}

#live-search fieldset p {
    margin-bottom: 0
}

#live-search fieldset {
    border: 1px solid #ffd800;
    padding: 15px;
    margin-top: .5rem;
    background: #fff8c6;
}

#live-search fieldset h4 {
    font-weight: normal;
}

#live-search fieldset input {
    font-size: 16px;
    font-family: 'Raleway', sans-serif, Arial;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.accordionSection .vc_tta-panel .vc_tta-panel-body {
    background-color: #fff;
    border-color: #ddd;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.accordionSection .vc_tta-panel .vc_tta-panel-body tr td {
    font-size: 14px;
    border: none;
    padding-top: 0;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.accordionSection .vc_tta-panel .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading h4 {
    font-size: 18px;
    font-weight: normal;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading h4 a {
    color: #222222;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading h4 a:hover {
    color: #d90000
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel {
    margin-bottom: 8px;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    background: url(images/arrow_up_down.png) no-repeat;
    content: "";
    float: right;
    height: 27px;
    width: 27px;
    background-position: 0 0px;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon-position-right .vc_tta-controls-icon:before,
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-controls-icon-position-right .vc_tta-controls-icon:after {
    content: none;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
    background-position: 0 -30px;
}

body .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus,
body .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: #f8f8f8;
}

.wpb_wrapper h2 {
    color: #d90000;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-style: italic;
}

.wpb_wrapper h2 {
    color: #d90000;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-style: italic;
}

.meetOurwinn h2 {
    color: #d90000;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-style: italic;
}

s .meetOurwinn {
    margin-bottom: 20px;
    margin-bottom: 13px;
}


/*.videoSection .left .wpb_text_column .wpb_wrapper{    padding-bottom: 56.25%;    position: relative;
        display: block;
        height: 0;
        padding: 0;
        overflow: hidden;}*/

.videoSection .left .wpb_text_column .wpb_wrapper iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.videoSection .left>div {
    padding-bottom: 56.25%;
    position: relative;
}

.videoSection .right .caption a {
    width: 100%;
}

.videoSection .right .caption {
    position: relative;
}

.videoSection .right .caption .captionText {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    padding: 5px 15px;
    background: rgba(0, 0, 0, 0.55);
    width: 100%;
    font-weight: normal;
}

.videoSection .right .caption a img {
    width: 100%;
    display: inline-block;
}

.videoSection .right .wpb_text_column.wpb_content_element {
    margin-bottom: 20px;
}

.videoSection .left.wpb_column.vc_column_container.vc_col-sm-8 {
    position: relative;
    padding-right: 14px;
    box-sizing: border-box;
}

.videoSection .right .vc_column-inner {
    padding-left: 20px;
}

.listenNow a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 300;
}

.listenNow a .glyphicon {
    margin-right: 3px;
}

.listenNow a:hover {
    text-decoration: underline;
}

.containerInner {
    display: inline-block;
    width: 100%;
}

.categorySlider .featureSlider section.owl_post_slider .owl-nav {
    position: static;
    /*       top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 100%;*/
}


/*      .categorySlider .featureSlider  section.owl_post_slider .owl-nav button.owl-prev{position: absolute;top: 50%;
        right: 0;
        transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;}*/

.categorySlider .featureSlider section.owl_post_slider .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.categorySlider .featureSlider section.owl_post_slider .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.categorySlider .featureSlider a.btn.btn-primary {
    background-color: #d10600;
    border-color: #c80600;
    color: #fff;
    max-width: 88px;
    font-size: 12px;
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    margin: 9px auto 0;
    min-width: 88px;
}

.categorySlider .featureSlider a.btn.btn-primary:hover {
    background-color: #c00600;
    border-color: #c80600;
}

.categorySlider .featureSlider .post_title {
    border: none;
    text-align: center;
}

.separatorLine .wpb_content_element {
    margin-bottom: 5px;
}

.widget-featured-sidebar-collection .featured-wrapper .bx-controls-direction a i {
    font-size: 34px;
}

.single.single-articles .contentAreaLeft .mediaCredit,
.single.single-recipes .contentAreaLeft .mediaCredit {
    font-size: 10px;
    text-transform: uppercase;
    color: #666666;
    text-align: right;
    padding: 5px 0;
}

.main2 .categorySection .contentAreaRight .widget-featured-sidebar-collection {
    margin-top: 0;
}

.single.single-articles .contentAreaLeft .Maincontent {
    margin-top: 15px;
}

.single.single-articles .contentAreaLeft .Maincontent p a {
    color: #f53e30;
    text-decoration: none;
}

.single.single-articles .contentAreaLeft .Maincontent p a:hover {
    text-decoration: underline;
}

.single.single-quiz .site-content {
    margin-top: 15px;
}

.single.single-quiz .detailPageHeader .field-content.postExcerpt {
    margin-top: 10px;
    font-size: 21px;
    line-height: 1.4;
    color: #555555;
    margin-bottom: 0;
}

.qsm-page .qmn_radio_answers .qmn_mc_answer_wrap {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.2em 0.6em;
}

.quizTopAd .ad-slug.text-center {
    border-top: 0;
    border-bottom: 1px solid #cccccc;
    margin-top: 0;
    padding-top: 0;
}

.wpb_text_column.wpb_content_element.quizTopAd {
    margin-bottom: 0;
}

.quizAd #simple-facebook-widget {
    text-align: center!important;
}

.qsm-page .qmn_mc_answer_wrap {
    display: inline-block;
    width: 100%;
}

body .quiz_section .mlw_qmn_question {
    font-size: 25px;
    color: #444444;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 30px;
}

body .quiz_section .mlw_qmn_question img {
    margin-bottom: 12px;
}

body .quiz_section label {
    font-weight: 400;
    margin-bottom: 17px;
}

body .qmn_pagination {
    border-top: none;
}

body .qmn_quiz_container .qmn_btn {
    width: auto;
    min-width: 250px;
    border-radius: 2px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    border: 0 solid transparent;
    border-bottom: 1px solid #c21126;
    padding: 10px 30px;
    background-color: #d10600!important;
    float: left;
    border: 1px solid #c80600;
    text-decoration: none;
    font-weight: 600;
}

body .qmn_quiz_container .qmn_btn.qsm-previous {
    background-color: transparent!important;
    color: #c00600!important;
    margin-right: 15px;
}

body .qmn_quiz_container .qmn_btn.qsm-previous:hover {
    background-color: #f0f0f0!important;
}

body .qmn_quiz_container .qmn_btn.qsm-next:hover {
    background-color: #c00600!important;
}

body .qmn_pagination {
    justify-content: flex-start;
}

.tg-column-8.related-posts.tg-column-wrapper .post-thumbnails img {
    width: 100%;
}

.adSection.borderTopRemove,
.adSection .ad-slug.text-center.borderTopRemove,
body .ad-slug.text-center.borderTopRemove {
    border-top: none;
}

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

.rightSideTesti .wpb_text_column {
    max-width: 300px;
    margin: 0 auto;
}

body .testimonial_ad .vc_col-sm-8.gameQuizSection.vc_col-sm-8 .vc_col-sm-8 .view.cactus-info.font-size-1 a {
    color: #888888;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
}

body .testimonial_ad .vc_col-sm-8.gameQuizSection.vc_col-sm-8 .vc_col-sm-8 .view.cactus-info.font-size-1 a:hover {
    color: #d00f00
}

.testimonial_ad .gameQuizSection .vc_col-sm-4 {
    padding: 10px 10px 0 0;
}

body .testimonial_ad .vc_col-sm-8.gameQuizSection,
body .testimonial_ad .vc_col-sm-8.gameQuizSection.vc_col-sm-8 .vc_col-sm-8 {
    border: none;
}

body .testimonial_ad .vc_col-sm-8.gameQuizSection.vc_col-sm-8 .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}

.adSection.borderTopRemove .ad-slug.text-center+div {
    /* border-bottom: 1px solid #ddd; */
    padding-bottom: 15px;
}

.featureSlider .TitleSectionBorder0 {
    margin-bottom: 15px;
}

.adSection.borderTopRemove .wpb_text_column.wpb_content_element {
    margin-bottom: 0px;
}

.sfsiplus_footerLnk {
    display: none;
}

body .tg-container {
    padding-left: 15px;
    padding-right: 15px;
}

body #masthead #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:after {
    color: #666666;
    font-size: 15px;
}

body #masthead #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:hover:after {
    color: #fff
}

body .qmn_quiz_container .qmn_btn.qsm-next.firstClick {
    float: none;
    margin: 0 auto;
    max-width: 228px;
    min-width: 228px;
}

#paginationQuiz {
    font-style: italic;
    font-size: 80%;
}

.mlw_qmn_question_number {
    font-size: 30px;
}

body .quiz_section {
    padding: 11px 0 15px 0;
}

body .quiz_section label {
    font-weight: 400;
}

.ad-slug.text-center {
    text-align: center;
}

.header-right img {
    max-height: 105px;
    width: auto;
}

.col-lg-5.col-md-6.col-sm-12 {
    width: 41.66666667%;
    float: left;
}

.col-lg-7.col-md-6.col-sm-12 {
    width: 58.33333333%;
    float: left;
}

body.siteMapBody .SitemapSection .col-md-4,
.more_health_topics .col-md-4 {
    width: calc(100% / 3);
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    float: left;
    vertical-align: top;
}

.more_health_topics p {
    margin-bottom: 0;
}

.more_health_topics ul li {
    list-style: none;
    line-height: 21px;
}

.more_health_topics .col-md-4>p {
    margin-bottom: 15px;
    line-height: 22px;
}

.more_health_topics ul {
    margin-left: 0;
}

.more_health_topics ul li a {
    font-size: 15px;
}

.more_health_topics ul li a,
.more_health_topics a,
.more_health_topics a strong {
    text-decoration: none;
    color: #f53e30;
}

.more_health_topics {
    background-color: #f5f5f5;
    padding: 16px;
    box-sizing: border-box;
}

.more_health_topics ul li a,
.more_health_topics a {
    text-decoration: none;
}

.more_health_topics a:hover {
    text-decoration: underline;
}

body.siteMapBody #primary,
.chineseEdition #primary {
    width: 100%;
}

body.siteMapBody .SitemapSection p,
body.siteMapBody .SitemapSection a {
    font-size: 16px;
}

.recommended .contentList .category ul li {
    display: inline-block;
    margin-right: 5px;
}

body.siteMapBody .SitemapSection a strong {
    color: #f53e30;
}

body #primary .SitemapSection a {
    color: #f53e30;
    text-decoration: none;
}

body #primary .SitemapSection a:hover {
    text-decoration: underline;
}

.monthly_breadcrum {
    width: 100%;
    text-align: right;
    margin-bottom: 2em;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

.monthly_breadcrum p a {
    font-size: 12px;
}

body.siteMapBody h1.entry-title,
body.customer-care h1.entry-title,
body.contribute h1.entry-title,
body.billing h1.entry-title,
body.terms-and-conditions h1.entry-title,
.terms-of-use h1.entry-title,
.promotion-closed h1.entry-title,
body.trusted-brand-prize-giveaway-promotion h1.entry-title,
.sweepstakes-prizelist h1.entry-title,
.signup-completed h1.entry-title {
    border-bottom: 1px dashed #cccccc;
    padding-bottom: .5em;
    margin-bottom: 26px;
    margin-top: .5em;
}

.sweepstakes-prizelist h1.entry-title {
    margin-bottom: 0;
}

.countdown2cash-rules h1.entry-title {
    display: none;
}

body.siteMapBody .SitemapSection ul ul {
    list-style-type: circle;
}

body.siteMapBody .SitemapSection .col-md-4>ul {
    padding-left: 15px;
}

body.siteMapBody .SitemapSection ul ul li a {
    font-size: 18px;
}

body.siteMapBody #main {
    padding-bottom: 30px;
    box-sizing: border-box;
}

.single.single-articles .thumbImg {
    padding-right: 15px;
    box-sizing: border-box;
    padding-bottom: 10px;
    width: 100%;
}

.thumbImg img {
    width: 100%;
}

.contentAreaLeft .mediaCaption {
    color: #666666;
    font-size: .9em;
    font-style: italic;
    text-align: center;
    margin-bottom: 1.5em;
}

body.siteMapBody .advertisement {
    margin: 1em 0;
    padding: 1em 0;
    border-top: 1px solid #cccccc;
    display: inline-block;
    width: 100%;
}

.post-type-archive .ad-slug.text-center {
    display: inline-block;
    width: 100%;
    margin: 1em 0 0;
    padding: 1em 0;
    /* border-top: 1px solid #cccccc; */
}

.post-type-archive .ad-slug.text-center.borderTopRemove {
    border-top: none
}

.SitemapSection {
    padding-bottom: 5px;
}

.ad-slug.text-center {
    display: inline-block;
    width: 100%;
    /* margin: 20px 0 0; */
    padding: 1em 0;
    /* border-top: 1px solid #cccccc; */
    font-size: 13px;
}

.vc_col-sm-4 .ad-slug.text-center {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 1em 0;
    border-top: none;
}

.post-type-archive-games .contentAreaLeft .col-lg-12 .views-row .postTitle h3 {
    line-height: 22px;
    margin-top: 5px;
}

.post-type-archive .categoryHeaderSectioin .entry_title h1 {
    padding-bottom: 10px;
}

.chineseSection .right .col-lg-12 .col-lg-2 {
    float: left;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 15px;
}

.chineseSection .right .col-lg-12 .col-lg-2 img {
    display: block;
}

.chineseSection .right .col-lg-12 .row {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
}

.chineseSection .right {
    text-align: center;
    padding-top: 40px;
}

.chineseSection .right .text-center h2.grayText {
    color: #444444;
}

.chineseSection .right .text-center h2,
.chineseSection .right .text-center h1,
.chineseSection .right .text-center h4,
.chineseSection .right .text-center h1 strong,
.chineseSection .right .text-center h2 strong,
.chineseSection .right .text-center h4 strong {
    font-weight: 500;
    word-break: break-all;
    font-style: normal;
}

.staticPages .wpb_text_column a {
    color: #f53e30;
}

.chineseEdition h1.entry-title,
.advertise-with-us h1.entry-title,
.privacy-policy h1.entry-title,
.sweepstakes-rules h1.entry-title,
.sweepstakes-rules h1.entry-title,
.billing-payment-faq h1.entry-title,
.order-delivery-returns-faq h1.entry-title,
.magazine-submission-faq h1.entry-title,
.page-id-3634 h1.entry-title,
.submission-guidelines h1.entry-title,
body.readers-digest-prize-faqs h1.entry-title {
    border-bottom: 1px dashed #cccccc;
    padding-bottom: .5em;
    margin-bottom: 22px;
    margin-top: .5em;
    font-size: 38px;
}

.billing-payment-faq ul li img {
    display: block;
}

body.sweepstakes-rules .wpb_wrapper h2 {
    font-family: 'Raleway', sans-serif, Arial;
    font-weight: 400;
    font-style: inherit;
    color: #444;
}

body.sweepstakes-rules h1.entry-title {
    margin-bottom: 0;
}

.chineseEdition h1.entry-title {
    padding-bottom: .5em;
    margin-bottom: 22px;
    margin-top: .5em;
    font-size: 38px;
}

.chineseEdition .chineseSection .left .text-center {
    text-align: center;
}

.chineseBottomSection .wpb_column>.vc_column-inner {
    background-color: #eee;
    padding: 48px 60px;
    border-radius: 5px;
}

.chineseBottomSection h4 {
    font-weight: 500;
}

hr.red {
    border-top: 1px solid #e72b1f;
}

.chineseBottomSection .wpb_content_element {
    margin-bottom: 0;
}

.vc_row.wpb_row.chineseBottomSection {
    margin-bottom: 27px;
}

.chineseSection .right>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.chineseSection .right .col-lg-12 .col-lg-2 a {
    font-size: 16px;
    text-decoration: none;
}

.chineseSection .right .col-lg-12 .col-lg-2 a:hover strong {
    color: #d00f00
}

.entry_breadcrumbs {
    padding-top: 15px;
}

.page .carousel-caption {
    position: relative;
}

.page .carousel-caption .content-section {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    left: 0;
    z-index: 9;
    text-align: center;
    top: inherit!important;
}

.page .carousel-caption .content-section h2 {
    display: none;
}

.page .carousel-caption .content-section p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    padding-top: 20px!important;
    padding-bottom: 30px!important;
}

.page .carousel-caption img {
    margin-bottom: 0!important
}

.page .slick-next,
.page .slick-prev {
    display: none!important;
}

.page .slick-dots li button {
    background: #cccccc;
    border-color: #cccccc;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    padding: 0;
}

.page .slick-dots li.slick-active button {
    background: #999999;
    border-color: #999999;
}

.page .slick-dots {
    position: static;
}

body.page .slick-dotted.slick-slider {
    margin-bottom: 15px;
}

.sidebarSection .widget_readersdigestpopularpost {
    padding-top: 25px;
}

.CongratulationsText p {
    font-size: 16px;
}

.CongratulationsText p a,
#contacts .contact-info a {
    text-decoration: none;
}

.CongratulationsText p a:hover,
#contacts .contact-info a:hover {
    text-decoration: underline;
}

.contentAreaRight .ad-slug.text-center,
.detailAd .ad-slug.text-center {
    border: none;
    margin: 0;
}

.contacts h1.entry-title,
.error404 .entry-title {
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 15px;
    margin-bottom: 0;
    margin-top: .5em;
}

.error404 .entry-title {
    margin-bottom: 15px;
}

#contacts .contact-img {
    width: 26%;
    float: left;
    min-width: 75px;
    margin-right: 2%;
    margin-bottom: .5em;
    margin-top: .5em;
    text-align: center;
}

#contacts .contact-info {
    width: 70%;
    text-align: left;
    float: left;
}

#contacts .contact-info h5 {
    font-family: Georgia, "Times New Roman", serif;
    margin: 0 0 .2em 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}

#contacts p {
    font-size: 14px;
    line-height: 1.45;
}

.grayborder {
    position: relative;
    float: none;
    clear: both;
    border-bottom: 1px solid #e0e0e0;
    margin: 1em 0;
    height: 1px;
    display: inline-block;
    width: 100%;
}

#live-search #filter-count input[type="button"] {
    border-radius: 2px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #c21126;
    padding: 10px 30px;
    width: 100%;
    background: #d10600;
    display: inline-block;
    height: 43px;
}

#live-search #filter-count input[type="button"]:hover {
    background: #c00600
}

#live-search #filter-count {
    font-size: 16px;
}


/* Magazine Page Template */

body.page-template-template-magazine #content {
    max-width: 1200px;
    margin: 0 auto;
}

body.page-template-template-magazine #content #magazine {
    margin-top: 35px;
}

body.page-template-template-magazine #content #magazine img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

body.page-template-template-magazine #content #magazine .headings {
    text-align: center;
}

body.page-template-template-magazine #content #magazine h1.red {
    text-transform: uppercase;
    padding-top: 37px;
    margin-bottom: 0;
    border-bottom: none;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 43px;
    line-height: 1.2;
    padding-top: 37px;
    margin-bottom: 17px;
}

body.page-template-template-magazine #content #magazine h2 {
    font-size: 27px;
    font-weight: normal;
}

body.page-template-template-magazine .subscribe-button {
    margin-top: 34px;
}

body.page-template-template-magazine #content #magazine .jumbotron {
    background-color: #f0f0f0;
    float: left;
    margin-bottom: 20px;
    padding: 48px 60px;
    border-radius: 6px;
    margin-top: 20px;
}

body.page-template-template-magazine #content #magazine .show-anz.col-lg-5 {
    width: 41.66666667%;
    display: inline-block;
    float: left;
}

body.page-template-template-magazine #content #magazine .col-lg-5 {
    padding-left: 0px;
    padding-right: 15px;
    box-sizing: border-box;
}

body.page-template-template-magazine #content #magazine .col-lg-7 {
    width: 58.33333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

body.page-template-template-magazine .jumbotronRow .col-lg-7 h4 {
    font-weight: 400;
    font-size: 19px;
    border-bottom: 1px solid #e72b1f;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

body.page-template-template-magazine .jumbotronRow .col-lg-7 .red.impose {
    font-size: 28px;
    font-weight: 600;
    color: #e72b1f;
}

body #masthead #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link.dashicons-admin-home {
    padding-right: 14px;
}

body.page-template-template-magazine .jumbotronRow .col-lg-7 .red.impose:before {
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 4px;
}

body.page-template-template-magazine .jumbotronRow .col-lg-7 h4:last-child {
    border-bottom: none;
}

body.page-template-template-magazine .jumbotronRow .col-lg-7 h4 {
    font-weight: 400;
    font-size: 19px;
}

body.page-template-template-magazine #content #magazine .jumbotron .jumbotronRow {
    float: left;
    width: 100%;
}


/*  */


/* Magazine Asia Page Template */

body.page-template-template-magazine-asia #content {
    max-width: 1200px;
    margin: 0 auto;
}

body.page-template-template-magazine-asia #content #magazine {
    margin-top: 35px;
}

body.page-template-template-magazine-asia #content #magazine img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

body.page-template-template-magazine-asia #content #magazine .headings {
    text-align: center;
}

body.page-template-template-magazine-asia #content #magazine h1.red {
    text-transform: uppercase;
    padding-top: 37px;
    margin-bottom: 0;
    border-bottom: none;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 43px;
    line-height: 1.2;
    padding-top: 37px;
    margin-bottom: 17px;
}

body.page-template-template-magazine-asia #content #magazine h2 {
    font-size: 27px;
    font-weight: normal;
}

body.page-template-template-magazine-asia .subscribe-button {
    margin-top: 34px;
}

body.page-template-template-magazine-asia #content #magazine .jumbotron {
    background-color: #f0f0f0;
    float: left;
    margin-bottom: 20px;
    padding: 48px 60px;
    border-radius: 6px;
    margin-top: 20px;
}

body.page-template-template-magazine-asia #content #magazine .show-anz.col-lg-5 {
    width: 41.66666667%;
    display: inline-block;
    float: left;
}

body.page-template-template-magazine-asia #content #magazine .col-lg-5 {
    padding-left: 0px;
    padding-right: 15px;
    box-sizing: border-box;
}

body.page-template-template-magazine-asia #content #magazine .col-lg-12 {
    /* width: 58.33333333%; */
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

body.page-template-template-magazine-asia .jumbotronRow .col-lg-12 h4 {
    font-weight: 400;
    font-size: 19px;
    border-bottom: 1px solid #e72b1f;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

body.page-template-template-magazine-asia .jumbotronRow .col-lg-12 .red.impose {
    font-size: 28px;
    font-weight: 600;
    color: #e72b1f;
}

body #masthead #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link.dashicons-admin-home {
    padding-right: 14px;
}

body.page-template-template-magazine-asia .jumbotronRow .col-lg-12 .red.impose:before {
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 4px;
}

body.page-template-template-magazine-asia .jumbotronRow .col-lg-12 h4:last-child {
    border-bottom: none;
}

body.page-template-template-magazine-asia .jumbotronRow .col-lg-12 h4 {
    font-weight: 400;
    font-size: 19px;
}

body.page-template-template-magazine-asia #content #magazine .jumbotron .jumbotronRow {
    float: left;
    width: 100%;
}


/* END */

.signup-completed article p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.signup-completed article {
    margin: 0px 0 34px 0;
    padding: 0px 0 16px;
    border-bottom: 1px solid #cccccc;
}

.signup-completed .entry-title {
    margin-bottom: 0
}

body.signup-completed #main .tg-container,
body.promotion-closed #main .tg-container {
    padding-bottom: 35px;
}

.promotion-closed article p {
    font-size: 16px;
}

.promotion-closed article a {
    text-decoration: none;
    color: #f53e30;
}

.promotion-closed article a:hover {
    text-decoration: underline;
}

.newsletter .widget.widget_text h3.black {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}

.newsletter .widget.widget_text ul li {
    list-style: none;
    display: inline-block;
    margin-right: 8px
}

.newsletter .widget.widget_text ul li a .fa {
    width: 42px;
    height: 42px;
    display: inline-block;
    background-image: url(images/social-icons.png);
    border-radius: 42px;
    background-repeat: no-repeat;
}

.newsletter .widget.widget_text ul li a .fa.fa-facebook {
    background-position-y: -248px;
}

.newsletter .widget.widget_text ul li a .fa.fa-twitter {
    background-position-y: -1054px;
}

.newsletter .widget.widget_text ul li a .fa.fa-pinterest {
    background-position-y: -682px;
}

.newsletter .widget.widget_text ul li a .fa.fa-youtube {
    background-position-y: -1178px;
}

.newsletter .widget.widget_text ul li a .fa:before {
    content: none;
}

footer .topFooter .menu-informations-container ul li {
    border: none;
}

.newsletter .container .col-md-5 ul {
    margin-bottom: 0;
}

.newsletter .container .col-md-5 h3.black {
    margin-bottom: 8px;
}

.subscribeText a {
    font-size: 32px;
    font-style: italic;
    text-decoration: none;
    font-family: "Playfair Display", Serif;
    font-weight: bold;
}

body .wpb_content_element.subscribeText {
    background: #fff;
    margin-bottom: 0;
    text-align: center;
    padding-top: 15px;
}

body .testimonial_ad .vc_column-inner {
    padding: 0;
}

body .testimonial_ad figure.wpb_wrapper.vc_figure,
body .testimonial_ad figure.wpb_wrapper.vc_figure a,
body .testimonial_ad figure.wpb_wrapper.vc_figure a img {
    width: 100%;
}

body .testimonial_ad .vc_col-sm-8 {
    border: 1px solid #ddd;
}

body.page .testimonial_ad .slick-next,
body.page .testimonial_ad .slick-prev {
    display: block!important;
}

body #sp-testimonial-free-wrapper-865 .sp-testimonial-free-section .slick-prev:hover,
body #sp-testimonial-free-wrapper-865 .sp-testimonial-free-section .slick-next:hover {
    background: #37465b;
}

body #sp-testimonial-free-wrapper-865 .sp-testimonial-free-section .slick-next {
    right: 20px;
}

body #sp-testimonial-free-wrapper-865 .sp-testimonial-free-section .slick-prev {
    left: 20px;
}

body.home {
    overflow-x: hidden;
}

.staticPages ol li,
.staticPages p,
.staticPages td,
.staticPages ul li {
    font-size: 17px;
    line-height: 26px;
}

.billing-payment-faq .staticPages ol li,
.billing-payment-faq .staticPages p,
.billing-payment-faq .staticPages td,
.billing-payment-faq .staticPages ul li {
    font-size: 18px;
}

.staticPages.advertiseWithUs .wpb_text_column {
    margin-bottom: 0;
}

.billing-payment-faq .wpb_text_column strong {
    display: block;
    font-size: 16px;
    margin-top: 20px;
}

body.advertise-with-us #content table.table.table-striped {
    margin-bottom: 35px;
}

.table-striped tr th {
    background-color: #dfdfdf;
}

.table-striped tr th,
.table-striped tr td {
    font-size: 16px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.staticPages ol li a,
.staticPages p a {
    text-decoration: none
}

.staticPages ol li a:hover,
.staticPages p a:hover {
    text-decoration: underline;
}

.staticPages ol {
    padding-left: 40px;
    margin-left: 0;
}

.staticPages h4 {
    font-size: 21px;
    font-weight: 400;
}

.staticPages h3 {
    font-size: 30px;
    margin-bottom: 10px
}

.sweepstakes-rules .staticPages .wpb_wrapper h3 {
    margin-bottom: 0px
}

.readers-digest-prize-faqs li {
    margin-bottom: 20px;
}

.sweepstakes-rules .entry-title,
.sweepstakes-prizelist .entry-title {
    margin-bottom: 0px;
}

.staticBreadcrum a,
.advertise-with-us table tr td a,
.advertise-with-us a,
.staticPages a {
    text-decoration: none;
}

.staticBreadcrum a:hover,
.advertise-with-us table tr td a:hover,
.advertise-with-us a:hover,
.staticPages a:hover {
    text-decoration: underline;
}

.sweepstakes-prizelist table tr th {
    background: #dfdfdf;
    font-size: 16px;
}

.order-delivery-returns-faq ul li {
    margin-bottom: 22px;
}

.advertise-with-us .col-md-6 {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.advertise-with-us .site-content ul,
.staticPages ul {
    padding-left: 40px;
    margin-left: 0;
}

.advertise-with-us p small {
    font-size: 14px;
}

.advertise-with-us .leftImage p {
    margin-bottom: 0;
}

.advertise-with-us .leftImage {
    float: left;
    max-width: 150px;
    margin-right: 22px;
    margin-bottom: 30px;
}

.leftImageShortText {
    font-size: 9px;
    line-height: 11px;
    margin-top: 5px;
}

.staticPages h3.titleh3 {
    font-size: 24px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 4px;
}

.staticPages .col-lg-2 {
    width: 16%;
    float: left;
    margin-bottom: 15px;
}

.advertise-with-us h4.titleh4 {
    padding-bottom: 5px;
}

.advertise-with-us .col-md-6 .titleh4 {
    padding-bottom: 0;
}

.hereText {
    font-size: 16px;
    line-height: 22px;
}

.privacy-policy .rtecenter {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: 'Raleway', sans-serif, Arial;
    font-style: inherit;
    color: #444;
    text-align: center;
    margin-top: 10px;
}

.customer-care h4 {
    font-weight: 500;
    font-family: initial;
    color: #444444;
    font-family: 'Lato', sans-serif;
    font-size: 21px;
}

.customer-care p {
    font-size: 16px;
    line-height: 26px;
}

.customer-care.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.customer-care.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.customer-care.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
    background: #d00000;
    color: #fff;
    border-radius: 4px;
}

.customer-care.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading a,
.customer-care.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading a,
.customer-care.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover a {
    color: #fff;
    height: 80px;
    line-height: 80px;
    padding-top: 0;
    padding-bottom: 0;
}

.customer-care.wpb-js-composer.wpb-js-composer .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading a {
    background-image: url(images/cs-faq.png);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: 3px 11px;
    padding-left: 17%;
    font-family: Georgia, "Times New Roman", serif;
}

.customer-care.wpb-js-composer.wpb-js-composer .vc_tta.vc_general .vc_tta-panel:nth-child(2) .vc_tta-panel-heading a {
    background-image: url(images/cs-prizes.png);
}

.customer-care.wpb-js-composer.wpb-js-composer .vc_tta.vc_general .vc_tta-panel:last-child .vc_tta-panel-heading a {
    background-image: url(images/cs-call.png);
}

.customer-care.wpb-js-composer.wpb-js-composer .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading a span {
    padding-left: 15px;
}

.customer-care.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading h4 {
    padding-left: 15px;
}

.customer-care.wpb-js-composer.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
    font-size: 15px;
    background: transparent;
}

.customer-care.wpb-js-composer.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body p {
    font-size: 15px;
}

.customer-care.wpb-js-composer.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body a,
.contactImgInfo a,
.customer-care .vc_column_container.vc_col-sm-4 a {
    text-decoration: none;
    color: #f53e30;
    font-weight: 400;
}

.customer-care.wpb-js-composer.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body a:hover,
.contactImgInfo a:hover,
.customer-care .vc_column_container.vc_col-sm-4 a:hover {
    text-decoration: underline;
    color: #d00f00;
}

.customer-care.wpb-js-composer.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body .vc_tta-panel-heading h4 a {
    font-size: 18px;
}

.customer-care.wpb-js-composer.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body ul {
    padding-left: 40px;
    margin-left: 0;
}

.customer-care.wpb-js-composer.wpb-js-composer .vc_tta.vc_general .vc_tta-panel#contactUs .vc_tta-panel-body {
    padding-bottom: 30px;
}

.customer-care .vc_column_container.vc_col-sm-4 .wpb_wrapper .wpb_text_column {
    background-color: #f5f5f5;
    padding: 16px;
    margin-bottom: 22px;
    float: left;
    width: 100%;
}

.customer-care .vc_column_container.vc_col-sm-4 .wpb_wrapper .wpb_text_column .contact-img {
    width: 26%;
    float: left;
    min-width: 85px;
    margin-right: 10px;
    text-align: right;
    padding-left: 5px;
    margin-top: 8px;
}

.customer-care .vc_column_container.vc_col-sm-4 .wpb_wrapper .wpb_text_column .contact-info {
    width: 70%;
    float: left;
    padding-left: 5px;
}

.customer-care .vc_column_container.vc_col-sm-4 .wpb_wrapper .wpb_text_column .contact-info h5 {
    font-family: Georgia, "Times New Roman", serif;
    margin: 0 0 .2em 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}

.customer-care .vc_column_container.vc_col-sm-4 .wpb_wrapper .wpb_text_column .contact-info p {
    font-size: 14px;
    line-height: 20px;
}

.contactImgInfo {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.contactImgInfo:last-child {
    border-bottom: none;
}

.contactDetailSection table tr td {
    border: none;
    line-height: 20px;
    padding: 0;
    padding-right: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}

.cover-alt .text-center {
    font-size: 16px;
    text-align: center;
}

#contacts p {
    margin-bottom: 5px;
}

.search-results h2.entry-title a {
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    color: #f53e30;
}

body.search-results .page-header h2.entry-title {
    font-size: 30px;
    color: #444!important;
    font-style: inherit;
    font-weight: 400!important;
    font-family: 'Raleway', sans-serif, Arial!important;
    margin-top: 15px;
    margin-bottom: 0px;
}

.search-results #main>.tg-container article {
    padding-left: 35px;
}

.search-results #main>.tg-container article .entry-content {
    font-size: 15px;
    word-break: break-all;
}

.search-results #main>.tg-container article h2 {
    margin-bottom: 0;
}

.search-results #main>.tg-container article .entry-content-text-wrapper {
    padding-left: 10px;
    box-sizing: border-box;
}

.wpb_text_column.wpb_content_element.meetOurwinn {
    margin-bottom: 15px;
    border-top: 1px solid #ddd;
    padding-top: 35px;
    margin-top: 10px;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.videoSection {
    margin-left: 0;
}

.archive.category .content-area article {
    border-bottom: none;
    padding-bottom: 0 !important;
}

body.single-podcast .detailPageHeader,
body.single-articles .detailPageHeader {
    display: block;
}

.contentAreaLeft .imageCredit {
    text-align: right;
    font-size: 10px;
    color: #666666;
    text-transform: uppercase;
    padding-top: 12px;
    margin-bottom: 30px;
}

.single-podcast .below-share-button {
    margin-bottom: 0;
}

.single-podcast .right_sidebar .tg-container.categorySection {
    padding-top: 15px;
}

body .entry_breadcrumbs .entry-sub-title span.remove {
    color: #444;
    font-size: 14px;
}

.thoughtSlider .vc_column-inner>.wpb_wrapper {
    border-top: 1px solid #ddd;
    padding-top: 5px;
}

.popupItems .col-sm-4 {
    width: 33.33%;
    float: left;
}

.popupItems .col-sm-4>div {
    display: block;
    width: 100%;
}

.popupItems .col-sm-4>div .entry-title a {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.popupItems .col-sm-4>div .entry-title {
    line-height: 20px;
    text-align: center;
}

body .pum-theme-6180 .pum-content+.pum-close {
    right: 10px;
    top: 10px;
    box-shadow: none;
    background: transparent;
    color: #444!important;
    font-weight: bold;
    font-size: 32px;
}

body .pum-container.pum-responsive.pum-responsive-medium {
    height: 550px;
    overflow-y: auto;
    max-width: 790px!important;
    border: none;
    top: 50%!important;
    transform: translateY(-50%);
    transform: -webkit-translateY(-50%);
    transform: -moz-translateY(-50%);
}

.popmake-content .related-posts-wrapper .tg-column-wrapper {
    margin-left: 0
}

.chooseFor {
    text-align: center;
}

html.pum-open.pum-open-overlay {
    overflow: inherit!important;
}

.wpb_single_image.wpb_content_element.vc_align_left.logoImage {
    margin-bottom: 10px;
}

.chooseFor {
    text-align: center;
    margin-bottom: 15px;
}

.wpb_single_image.wpb_content_element.vc_align_left.logoImage {
    margin-bottom: 10px;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body .pum-overlay.pum-active {
    overflow: hidden;
}

body .pum-theme-6180 .pum-content+.pum-close:focus {
    outline: none;
}

.related-posts .post-thumbnails img,
.content-area.contentAreaLeft .article-list .col-sm-4 .field-content img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.related-posts .post-thumbnails a,
.content-area.contentAreaLeft .article-list .col-sm-4 .field-content a {
    height: 158px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative;
}

.category-recipes .content-area.contentAreaLeft .postExcerpt p {
    line-height: 22px;
}

.single.single-articles .contentAreaLeft .related-posts .wrapper .entry-subtitle {
    font-size: 16px;
}

body.error404 h1.entry-title,
.submission-guidelines h1.entry-title,
.terms-of-use h1.entry-title,
.advertise-with-us h1.entry-title,
.page-id-3985 h1.entry-title {
    border-bottom: 1px dashed #cccccc;
    text-align: left;
}

.submission-guidelines .staticPages ul li {
    margin-bottom: 5px;
}

body.error404 .col-lg-8.col-md-6 {
    text-align: left;
}

body.error404 .col-lg-8.col-md-6 p {
    margin-bottom: 0;
}

body.error404 .col-lg-8.col-md-6 ul li {
    margin-bottom: 0;
}

body #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu,
body #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
    background: #fff;
}

.mega-menu .mega-menu-link i.fa.fa-home {
    min-width: 20px;
}

form.searchform {
    display: flex;
}

.winnerList .vc_col-sm-4 .vc_column-inner img {
    width: 100%;
}

.winnerList .vc_col-sm-4 .vc_column-inner p {
    font-size: 16px;
    color: #444;
    font-weight: 600;
}

.winnerList .vc_col-sm-4 .vc_column-inner p a {
    color: #f53e30;
    text-decoration: none;
    /* font-size: 16px; */
}

.winnerList .vc_col-sm-4 .vc_column-inner .wpb_single_image,
.winnerList .vc_col-sm-4 .vc_column-inner .wpb_video_widget {
    margin-bottom: 6px;
}

.winnerList .vc_col-sm-4 .vc_column-inner p a small {
    font-size: 16px;
    font-weight: 300;
}

.winnerList .vc_col-sm-4 .vc_column-inner p a:hover {
    text-decoration: underline;
}

.search-wrapper .header-search-box .searchsubmit {
    min-width: 80px;
    font-size: 12px;
}

body .search-wrapper .header-search-box .search-field {
    font-size: 12px;
}

.countryFlag .col-lg-2.col-md-6 {
    width: 16.66666667%;
    float: left;
    text-align: center;
}

.countryFlag .col-lg-2.col-md-6 a {
    text-decoration: none;
    color: #f53e30;
    font-size: 16px;
}

.awardSection p,
.awardSection table {
    font-size: 16px;
}

.awardSection table tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.awardSection table tr td,
.awardSection table tr th {
    border: none;
}

.awardSection table tr th {
    border-bottom: 3px solid #ccc;
}

.awardSection a {
    color: #f53e30;
    text-decoration: none;
}

.awardSection a:hover {
    text-decoration: underline;
}

.single.single-articles .detailPageHeader .entry-title {
    padding-bottom: 5px;
}

.pum-close.popmake-close.extra-button-class {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.featureSlider .owl_post_slider .owl-stage .item {
    cursor: grab;
    cursor: -webkit-grab;
}

body.single.quiz-template-default .detailPageHeader h1.entry-title {
    padding-bottom: 0;
}

.searchForm {
    margin-top: 30px;
    margin-bottom: 15px;
}

body #search-primary>h2 {
    font-weight: 400;
}

.single-contests.contests-template-default .gform_title,
.sign-up .gform_title,
.contact-us .gform_title {
    display: none;
}

.single-contests.contests-template-default .gform_wrapper .gform_body .top_label input,
.single-contests.contests-template-default .gform_wrapper .gform_body .top_label select,
.sign-up .gform_wrapper .gform_body .top_label input,
.sign-up .gform_wrapper .gform_body .top_label select,
.contact-us .gform_wrapper .gform_body .top_label input,
.contact-us .gform_wrapper .gform_body .top_label select {
    width: 100%;
    height: 36px;
    border: 1px solid #ddd;
}

.contact-us .gform_body .gfield_label {
    font-weight: 600;
}

.single-contests.contests-template-default .gform_wrapper .gform_body .top_label textarea,
.sign-up .gform_wrapper .gform_body .top_label textarea,
.contact-us .gform_wrapper .gform_body .top_label textarea {
    height: 120px;
    width: 100%;
    border: 1px solid #ddd;
    resize: both;
    overflow: auto;
}

.single-contests.contests-template-default .gform_wrapper .gform_footer input[type="submit"],
.sign-up .gform_wrapper .gform_footer input[type="submit"],
.contact-us .gform_wrapper .gform_footer input[type="submit"] {
    width: auto;
    min-width: 250px;
    background-color: #d10600;
    border-radius: 2px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    height: 43px;
    line-height: 43px;
    padding: 0;
    transition: none;
    -webkit-appearance: none;
}

.contactRight section.widget.widget_readersdigestpopularpost h3 {
    color: #d90000;
    font-family: "Playfair Display", "Times New Roman", serif;
    font-style: italic;
    font-size: 32px;
}

.contributeSection .wpb_text_column.wpb_content_element h4 {
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
}

.contributeSection .wpb_text_column.wpb_content_element a {
    color: #f53e30
}

body .contributeSection .gform_wrapper ul li.gfield:first-child,
body .contributeSection .gform_wrapper {
    margin-top: 0;
}

body .contributeSection .gform_wrapper label.gfield_label {
    font-weight: 600;
    color: #444;
}

body .contributeSection .gform_wrapper .gform_heading {
    margin-bottom: 10px;
}

.single-contests.contests-template-default .gform_wrapper .gform_footer input[type="submit"]:hover,
.sign-up .gform_wrapper .gform_footer input[type="submit"]:hover {
    background-color: #c00600;
}

.single-contests.contests-template-default .gform_wrapper .field_description_below .gfield_description,
.sign-up .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
    font-size: 14px;
}

.contributeSection .wpb_text_column.wpb_content_element:first-child {
    margin-bottom: 0px;
}

.contactRight .widget.widget_text .textwidget {
    background-color: #f5f5f5;
    padding: 16px;
    max-width: 300px;
    margin-top: 15px;
    margin-bottom: 45px;
}

.contactRight section.widget.widget_readersdigestpopularpost {
    max-width: 300px;
}

.contactBottomDis p {
    font-size: 13px;
    line-height: 18px;
}

.contactRight.vc_col-sm-4 {
    padding-left: 15px;
    box-sizing: border-box;
}

.contactRight .widget.widget_text p {
    word-break: break-all;
}

.single-contests.contests-template-default .gform_wrapper .gform_footer,
.sign-up .gform_wrapper .gform_footer {
    margin-top: 0;
}

.page-template-template-contest-thankyou .pageContent h1 {
    font-size: 38px;
    font-family: "Playfair Display", Serif;
    font-style: italic;
    margin-bottom: 25px;
}

.page-template-template-contest-thankyou .pageContent {
    padding-top: 30px;
}

.page-template-template-contest-thankyou .pageContent,
.page-template-template-contest-thankyou .pageContent a {
    font-size: 16px;
    text-decoration: none;
}

.page-template-template-contest-thankyou .detailPageHeader .links a {
    text-decoration: none;
    color: #f53e30;
    font-size: 16px;
}

.page-template-template-contest-thankyou .detailPageHeader .links {
    margin-top: 12px;
}

body.page-template-template-contest-thankyou .site-contentt .tg-container {
    margin-bottom: 35px;
}

body.page-template-template-contest-thankyou .detailPageHeader {
    border-bottom: 1px solid #cccccc;
}

.page-template-template-contest-thankyou .pageContent a:hover,
.page-template-template-contest-thankyou .detailPageHeader .links a:hover,
.sign-up .entry-content .wpb_text_column a:hovers {
    text-decoration: underline;
}

body.page-template-template-contest-thankyou .detailPageHeader {
    margin-bottom: 30px;
}

.sign-up .entry-title {
    display: none;
}

.signupDis h4 {
    font-weight: 400;
    text-align: center;
}

.sign-up .gform_wrapper label.gfield_label {
    font-size: 16px;
    font-weight: 500;
}

.sign-up .entry-content .wpb_text_column a {
    text-decoration: none;
}

.sign-up .entry-content .vc_col-sm-8 {
    padding-top: 30px;
}

.category-recipes .categoryHeaderSectioin .info-wrapper {
    padding-bottom: 10px;
}

.info-wrapper .entry_title .tag-title {
    padding-bottom: 10px;
}

body.post-type-archive-jokes .categorySection .contentAreaLeft article .article-list .col-sm-12 {
    padding-bottom: 10px;
}

body .entry_breadcrumbs .entry-sub-title .delimiter {
    color: #ccc;
    font-weight: 800;
    font-size: 14px;
}

.error404 .rightSection {
    width: 66.67%;
    float: left;
}

.error404 .leftSection {
    width: 33.33%;
    float: left;
}

.staticPages .col-lg-2 {
    text-align: center;
}

body .entry_breadcrumbs a:hover {
    text-decoration: underline;
    color: #c50000;
}

body #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #ffffff;
}

.searchForm label {
    font-size: 16px;
}

.search-results .recommended {
    padding: 30px 0;
}

.postSection .tg-column-wrapper {
    margin-left: 0;
}

.postSection .left.vc_column_container>.vc_column-inner,
body .categorySlider .vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0
}

.contact-us h1.entry-title {
    margin: 0;
    padding: 0;
}

.newsletter input::-webkit-input-placeholder {
    /* Edge */
    font-size: 14px;
    color: #b9b9b9;
}

.newsletter input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 14px;
    color: #b9b9b9;
}

.newsletter input::placeholder {
    font-size: 14px;
    color: #b9b9b9;
}

.site-content>.page-header>.tg-container .ad-slug,
.site-content>.detailAd>.ad-slug.text-center {
    margin-top: 0;
    padding-top: 0;
}

.categoryHeader {
    border-bottom: 1px dashed #cccccc;
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
}

.contactUsThanku .wpb_wrapper h2 {
    font-family: georgia, serif;
    font-weight: 400;
    font-style: inherit;
    color: #444;
    margin-bottom: 5px;
}

.contactUsThanku .wpb_wrapper p {
    font-size: 20px;
}

.contactUsThanku .wpb_wrapper a {
    color: #f53e30
}

.contactUsThanku .wpb_wrapper a:hover {
    color: #d00f00;
    text-decoration: underline;
}

.contactUsThanku .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}

.newzealand .show-au,
.asia .show-au,
.asia .show-nz,
.australia .show-nz,
.newzealand .show-as,
.australia .show-as,
.asia .hide-as {
    display: none;
}

.jokesSectionTest .vc_gitem-post-meta-field-jokes-author {
    color: #888888;
    font-size: 16px;
    margin-top: 10px;
}

.single.single-games .tg-container.categorySection.detailSection {
    padding-top: 0
}

.single.single-games .tg-container.categorySection.detailSection {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.gameMayLike.right_sidebar .tg-container .gameMayLikeInner {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    margin-top: 10px;
}

.right_sidebar.gameMayLike .tg-container.categorySection {
    padding-top: 0;
}

.single-articles .site-content .contentAreaLeft .slide-show-box p a {
    color: #f53e30;
}

.single-articles .site-content .contentAreaLeft .slide-show-box a {
    text-decoration: none;
}

.single-articles .site-content .contentAreaLeft .slide-show-box a:hover {
    text-decoration: underline;
}

.privacySection p {
    font-size: 12px;
    line-height: 18px;
}

body.single-games .embed-responsive.embed-responsive-game {
    padding-bottom: 100%;
}

.single.single-articles .slide-show .slide-title {
    font-family: Georgia, "Times New Roman", serif;
    color: #888888;
    font-size: 24px;
}

.single-articles .site-content .contentAreaLeft .slide-show a {
    text-decoration: none;
}

.fuse-slot {
    text-align: center;
}


/*body.single-games .embed-responsive.embed-responsive-game iframe {
    position:static;
}*/

@media(min-width: 1201px) {
    body header .tg-container {
        padding-left: 0px;
        padding-right: 0px;
    }
    body #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu,
    body #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>ul {
        border-top: 2px solid #e00500!important;
        padding-top: 8px!important;
    }
    body.home .homeTopSloder .wpb_column>.vc_column-inner {
        padding-left: 0;
        padding-right: 0;
    }
    body #masthead #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:before {
        content: none;
    }
    body #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu .mega-menu-column ul.mega-sub-menu li:last-child a {
        border-bottom: none!important;
    }
    body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        padding: 0 10px;
    }
    body #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item a {
        padding: 0;
        border-bottom: 1px solid #ddd;
    }
    body #masthead #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item .mega-menu-column ul.mega-sub-menu li:last-child a {
        border-bottom: none;
    }
}

@media screen and (max-width:1200px) and (min-width:990px) {
    body .categorySlider .vc_column_container>.vc_column-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(max-width: 1200px) {
    div#home-crumbs>a:first-child:before {
        top: 2px
    }
    .contact-us .socialShare {
        min-width: inherit;
    }
    .countryFlag .col-lg-2.col-md-6 {
        width: 50%;
    }
    .vc_row.wpb_row.chineseBottomSection {
        padding-left: 15px;
        padding-right: 15px;
    }
    .chineseSection .right>.vc_column-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .chineseSection .right .col-lg-12 .col-lg-2 img {
        margin: 0 auto;
    }
    .chineseSection .right .col-lg-12 .col-lg-2 {
        text-align: center;
        width: 50%;
    }
    .chineseSection .right .col-lg-12 .row {
        display: block;
    }
    .tickerSection .vc_column_container>.vc_column-inner {
        padding-left: 0px;
        padding-right: 0px;
    }
    .areYouWinner {
        margin-top: 35px;
    }
    .areYouWinner .vc_tta-container {
        margin-top: 20px;
    }
    body #masthead #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:before {
        content: "";
        width: 25px;
        height: 25px;
        display: inline-block;
        background-size: 51px 200px;
        position: relative;
        top: 10px;
        margin-right: 10px;
        background-repeat: no-repeat;
    }
    body #masthead #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link.dashicons-admin-home:before {
        background-image: url(images/menu-icons-white.png);
        background-position: 0px 0px;
    }
    body #masthead #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link.dashicons-chart-line:before {
        background-image: url(images/menu-icons-white.png);
        background-position: -25px -147px;
    }
    body #masthead #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link.dashicons-palmtree:before {
        background-image: url(images/menu-icons-white.png);
        background-position: 0px -98px;
    }
    body #masthead #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link.dashicons-heart:before {
        background-image: url(images/menu-icons-white.png);
        background-position: 0px -123px;
    }
    body #masthead #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link.dashicons-admin-site:before {
        background-image: url(images/menu-icons-white.png);
        background-position: -0px -147px;
    }
    body #masthead #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link.dashicons-forms:before {
        background-image: url(images/menu-icons-white.png);
        background-position: -25px -48px;
    }
    body #masthead #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link.dashicons-list-view:before {
        background-image: url(images/menu-icons-white.png);
        background-position: 0px -175px;
    }
    body #masthead #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link.dashicons-image-filter:before {
        background-image: url(images/menu-icons-white.png);
        background-position: -25px -74px;
    }
    body #masthead #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link.dashicons-album:before {
        background-image: url(images/menu-icons-white.png);
        background-position: -25px 3px
    }
    body #masthead #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link.dashicons-editor-insertmore:before {
        background-image: url(images/menu-icons-white.png);
        background-position: -25px -24px;
    }
    body #masthead #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link.dashicons-admin-home .fa-home {
        display: none;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after {
        content: '\f142';
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
        content: '\f140'
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link:after {
        display: none;
    }
    body #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
        width: 100%;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:nth-child(2) ul li:before {
        background: #fff;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
        border-left: 1px solid #444444;
        display: inline-block;
    }
    body #masthead #mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu li a {
        color: #fff!important;
    }
    body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column {
        width: 100%;
    }
    .more-games .more-content .all.items {
        margin-left: -5px;
    }
    .all.items .col-lg-2 {
        width: calc(100% / 3);
        width: -webkit-calc(100% / 3);
        width: -moz-calc(100% / 3);
    }
    .content .contentList {
        width: 100%;
    }
    .contentListInner .post-thumbnails {
        width: 33.33%;
        float: left;
    }
    .contentListInner .categoryDetail {
        width: 66.66%;
        float: left;
        padding-left: 30px;
        box-sizing: border-box;
    }
    .tg-container {
        padding: 0 15px;
    }
    span.homeText {
        display: inline-block;
    }
    /*body .site-content {
        padding: 0 15px;}*/
    body .postSection .right>div,
    .contentAreaRight #secondary {
        width: 100%;
    }
    .search-wrapper .search-icon .fa-search {
        position: relative;
        top: 4px;
    }
    .navbar.navbar-default.mobileMenu {
        display: block;
    }
    body.home .slider .vc_column_container>.vc_column-inner {
        padding: 0px;
    }
    .right_sidebar .entry-content-wrapper .entry-content {
        margin-top: 0px;
    }
    body .flexslider {
        margin-bottom: 0px;
    }
    body .wpb_content_element {
        margin-bottom: 0px;
    }
    .postSection .left .vc_gitem-zone .vc_col-sm-8 {
        padding: 0px;
    }
    .bottomFooter .container .col-sm-6 {
        width: 50%;
        text-align: center;
    }
    body #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu>li a {
        text-transform: uppercase!important;
    }
    body #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu>li {
        border-bottom: 1px solid #666666;
    }
    body #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu>li:last-child {
        border-bottom: none;
    }
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        height: 50px;
        border-bottom: 1px solid #444444!important;
        line-height: 50px;
    }
    body #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
        background: #444444;
    }
    body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item a {
        padding: 5px 0!important;
    }
    body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        padding: 0
    }
    body #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu,
    body #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
        background: #444444;
        padding: 10px;
    }
    body #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
        background: #333;
    }
    .top-header-wrapper,
    .middle-header-wrapper .header-left,
    .middle-header-wrapper .header-middle,
    .middle-header-wrapper .header-right,
    body .bottom-header-wrapper {
        display: none;
    }
    .logo-wrapper .custom-logo-link img {
        max-width: 110px;
        margin: 0;
    }
    .navbar.navbar-default {
        background: #222222;
        min-height: 55px;
    }
    .mobileMenu .logo-wrapper {
        margin: 0;
    }
    .mobileMenu .toggle-button button {
        width: 43px;
        height: 33px;
        border-radius: 5px;
        font-size: 26px;
        padding: 0;
        box-sizing: border-box;
        top: 10px;
        left: 5px;
    }
    .mobile-slider ul li a {
        padding: 15px 10px;
        display: inline-block;
        color: #ffffff !important;
        background: transparent !important;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 20px;
        font-weight: 600;
    }
    .mobile-slider ul {
        margin-left: 0;
        list-style: none;
    }
    .mobile-slider ul li {
        border-bottom: 1px solid #444444;
    }
    .mobileMenu .logo-wrapper {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        top: 9px;
    }
    .mobile-slider {
        position: fixed;
        z-index: 1050;
        top: 0;
        bottom: 0;
        overflow-y: auto;
        border-radius: 0;
        width: 250px;
        background: #333333;
        left: -0px;
        transform: translate(-250px, 0);
        -webkit-transform: translate(-250px, 0);
        -o-transform: translate(-250px, 0);
        -moz-transform: translate(-250px, 0);
        display: block!important;
        -webkit-transition: .5s all ease;
        -o-transition: .5s all ease;
        -moz-transition: .5s all ease;
    }
    body.open .mobile-slider {
        transform: translate(0px, 0);
        -webkit-transform: translate(0px, 0);
        -o-transform: translate(0px, 0);
        -moz-transform: translate(0px, 0);
        left: 0;
        -webkit-transition: .5s all ease;
        -o-transition: .5s all ease;
        -moz-transition: .5s all ease;
    }
    .mobileMenu .toggle-button {
        display: inline-block;
        position: absolute;
        left: 0;
        /*    -webkit-transform: translate(0px, 0);
      -o-transform: translate(0px, 0);
      -moz-transform: translate(0px, 0); 
    -webkit-transition: .5s all linear;
        -o-transition: .5s all linear;
        -moz-transition: .5s all linear;*/
    }
    /*.open .mobileMenu .toggle-button{transform: translate(-350px, 0);
      -webkit-transform: translate(252px, 0);
      -o-transform: translate(252px, 0);
      -moz-transform: translate(252px, 0); 
      -webkit-transition: .5s all linear;
      -o-transition: .5s all linear;
      -moz-transition: .5s all linear;}
    */
    .openSearch .header-search-box {
        opacity: 1;
        visibility: visible;
    }
}

.menu-item-home a:hover {
    background: transparent !important;
    color: #fff !important;
}

body #site-navigation ul li.current-menu-item>a {
    color: #fff;
}

body.single.single-jokes .detailPageHeader h1.entry-title {
    font-weight: bold!important
}

body.single.single-jokes .detailPageHeader h1.entry-title {
    padding-bottom: 0;
}

body.single.single-jokes .detailPageHeader h1.entry-title,
.more-jokes h2 {
    color: #d90000!important;
    font-family: "Playfair Display", "Times New Roman", serif!important;
    font-size: 38px;
    letter-spacing: 1px;
    font-style: italic;
}

.more-jokes h2 {
    text-transform: capitalize;
    font-size: 32px;
}

.item-list .pager {
    width: 100%;
    float: left;
    background-color: #eee;
    padding: 0.3em;
    margin: .5em 0 0 0;
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
    font-weight: bold;
    color: #444444;
}

.recipes-ingri {
    float: left;
    padding-left: 22px;
}

@media (max-width:1189px) {
    .vc_row.wpb_row.vc_row-fluid.postSection {
        margin: 0;
    }
    body #top-footer .tg-column-wrapper .tg-column-4:nth-child(2n+1) {
        clear: both;
    }
    footer .topFooter .tg-column-4.footer-block-3 {
        justify-content: flex-start;
    }
    .custonerCareSection .left,
    .custonerCareSection .right {
        width: 100%;
    }
    .custonerCareSection .left .vc_tta-container {
        margin-top: 35px;
    }
    .customer-care .vc_column_container.vc_col-sm-4 .wpb_wrapper .wpb_text_column .contact-img {
        text-align: center;
    }
    body.page-template-template-magazine #content #magazine .show-anz.col-lg-5,
    body.page-template-template-magazine #content #magazine .col-lg-7 {
        width: 50%;
    }
    body.page-template-template-magazine .subscribe-button {
        margin-top: 0px;
    }
    body.page-template-template-magazine #content #magazine h1.red {
        padding-top: 24px;
    }
    body.page-template-template-magazine #content #magazine .col-lg-5,
    body.page-template-template-magazine #content #magazine .col-lg-7 {
        width: 50%;
    }
    .videoSection .right.wpb_column.vc_column_container.vc_col-sm-4 .wpb_text_column:first-child {
        padding-right: 15px;
        box-sizing: border-box;
    }
    .videoSection .right .vc_column-inner {
        padding-left: 15px;
    }
    .videoSection .left.wpb_column.vc_column_container.vc_col-sm-8 {
        padding-left: 15px;
    }
    .videoSection .right.wpb_column.vc_column_container.vc_col-sm-4 .wpb_text_column:last-child {
        padding-left: 15px;
        box-sizing: border-box;
    }
    .videoSection .right.wpb_column.vc_column_container.vc_col-sm-4 {
        margin-top: 30px;
    }
    .videoSection .wpb_column .wpb_text_column.wpb_content_element {
        width: 50%;
        float: left;
    }
    .areYouWinner .left.vc_col-sm-8,
    .areYouWinner .right.vc_col-sm-4,
    .videoSection .left.wpb_column.vc_column_container.vc_col-sm-8,
    .videoSection .right.wpb_column.vc_column_container.vc_col-sm-4 {
        width: 100%;
    }
    .vc_row.winnerSectionbg {
        width: calc(100% + 30px);
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        margin-left: -15px;
    }
    .post-type-archive-contests .contentAreaLeft .main-wrapper .col-lg-6 {
        width: calc(100% / 3);
    }
    .post-type-archive-contests .contentAreaLeft .main-wrapper .col-lg-6:nth-child(2n+1) {
        clear: inherit;
    }
    .post-type-archive-contests .contentAreaLeft .main-wrapper .col-lg-6:nth-child(3n+1) {
        clear: both;
    }
    .post-type-archive-contests .contentAreaLeft .main-wrapper .col-lg-6 .content-list {
        padding-left: 15px;
        padding-right: 15px;
    }
    .post-type-archive-contests .main-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
    .widget_readersdigestlatestpost .post-item .item-right {
        padding-top: 18px;
    }
    .post-itemContainer {
        margin-left: -15px;
        width: calc(100% + 29px);
    }
    .widget_readersdigestlatestpost .post-item .item-right {
        padding-left: 0px;
    }
    .widget_readersdigestlatestpost .post-item .item-left {
        padding-right: 0px;
    }
    .widget_readersdigestlatestpost .post-item {
        width: calc(100% / 3 - 5px);
        vertical-align: top;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .widget_readersdigestlatestpost .post-item .item-left,
    .widget_readersdigestlatestpost .post-item .item-right {
        width: 100%;
    }
    .categorySection #primary.contentAreaLeft,
    .categorySection .contentAreaLeft {
        width: 100%;
    }
    .categorySection .contentAreaRight section {
        max-width: inherit;
    }
    .postSection .left.vc_col-sm-8 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .postSection .right.vc_col-sm-4 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .home .vc_row.wpb_row.vc_row-fluid.categorySlider,
    footer .topFooter {
        padding-left: 15px;
        padding-right: 15px;
    }
    .testimonial_ad .wpb_column.vc_column_container.vc_col-sm-4 iframe {
        width: 100%!important;
    }
    .postSection .right.vc_col-sm-4 .vc_column-inner {
        width: 100%
    }
    .newsletter .container .col-md-7 {
        width: 58.3%
    }
    .newsletter .container .col-md-5 {
        width: 41.6%;
    }
    .newsletter .container .col-md-7 .black {
        font-size: 20px;
    }
    body #top-footer .tg-column-wrapper .tg-column-4 {
        width: 50%;
        float: left;
        padding-top: 0;
    }
    footer .topFooter .menu-shop-by-categories-container ul li {
        width: 49.0%;
    }
    .bottomFooter .col-sm-6 {
        width: 50%;
        text-align: center;
    }
    .categorySection #primary.contentAreaLeft,
    .categorySection .contentAreaRight {
        width: 100%;
    }
    body .postSection .right>div,
    .contentAreaRight #secondary {
        width: 100%;
        margin: 15px auto;
    }
    .mobile-slider {
        display: inline-block !important;
    }
    .header-search-box {
        height: 0px;
        padding: 0 15px;
        overflow: hidden;
    }
    .header-search-box.openSearch {
        display: inline-block;
    }
    body.open .navbar-header,
    body.open .site-content {
        -ms-transform: translate(250px, 0px);
        /* IE 9 */
        -webkit-transform: translate(250px, 0px);
        /* Safari */
        transform: translate(250px, 0px);
        /* Standard syntax */
        transition: all 0.5s ease;
    }
    body .navbar-header,
    body .site-content {
        transform: translate(0, 0);
        transition: all 0.5s ease;
    }
    #primary-menu {
        display: inline-block;
        position: static;
        background: none;
    }
    .header-search-box.openSearch input {
        width: calc(100% - 80px);
        height: 30px;
        float: left;
    }
    .header-search-box.openSearch {
        display: inline-block;
        position: absolute;
        top: 54px;
        width: 100%;
        z-index: 5;
        background: #444444;
        padding: 15px;
        height: auto;
    }
    body .tg-container {
        margin: 0;
        width: 100%;
    }
    .header-search-box .searchsubmit {
        width: 80px;
        height: 30px;
        line-height: 30px;
        padding: 0;
    }
    .header-search-box .searchsubmit .fa-search::before {
        content: "Search";
        text-transform: uppercase;
        text-transform: uppercase;
        font-weight: normal;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
    }
    body.vc_responsive .vc_grid-filter {
        display: inline-block !important;
    }
    body .postSection .left .vc_gitem-post-data-source-post_categories {
        margin-bottom: 0px;
    }
    body .postSection .left .vc_gitem-post-data-source-post_title {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    body.home .slider {
        margin: 0 !important
    }
}

.source .col-lg-3 a {
    text-align: center;
    width: 100%;
    display: block;
}

.source .col-lg-3 img {
    max-height: 170px;
}

@media (min-width: 768px) {
    .source .col-lg-3 {
        width: 25%;
        float: left;
        padding-right: 15px;
    }
    .source .col-lg-9 {
        width: 75%;
        float: left;
        padding: 0 15px;
    }
    .article-list .col-sm-4 {
        width: 33.33333333%;
        float: left;
        padding-right: 15px;
    }
    .article-list .col-sm-8 {
        width: 66.66666667%;
        float: left;
        padding: 0 15px;
    }
}

@media(max-width:1024px) {
    .featured-slider-sidebar figure.featured-img img {
        width: 100%;
    }
    body .staticPages .col-lg-2 {
        width: 25%;
    }
    body.home .tg-container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media(max-width:990px) {
    .contact-us .contactRight>.vc_column-inner {
        padding-top: 15px;
        border-top: 1px solid #ddd;
        margin-top: 30px;
    }
    .contact-us .contactRight>.vc_column-inner .textwidget {
        margin-top: 0;
    }
    .contact-us .vc_col-sm-4 section.widget.widget_text {
        padding-right: 10px;
    }
    .contactRight .widget.widget_text .textwidget,
    .contactRight section.widget.widget_readersdigestpopularpost {
        max-width: 100%;
    }
    .contact-us .vc_col-sm-4 section.widget.widget_readersdigestpopularpost {
        padding-left: 10px;
    }
    .contact-us .staticPages.vc_col-sm-8,
    .contact-us .vc_col-sm-4 {
        width: 100%;
    }
    .contact-us .vc_col-sm-4 section {
        width: 50%;
        float: left;
        max-width: 100%;
    }
    .homePageAd {
        margin-top: -20px;
        margin-bottom: 20px !important;
    }
}

@media(max-width:768px) {
    .bottomFooter .container .col-sm-6 {
        width: 100%;
    }
}

@media(max-width:768px) {
    body .postSection {
        padding-top: 23px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .vc_row.categorySlider {
        margin: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .vc_row.wpb_row.vc_inner.vc_row-fluid.featureSlider {
        margin: 0;
    }
    .categorySlider .vc_column_container .vc_column-inner {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media(max-width:767px) {
    body.page-template-template-magazine-asia #content #magazine h1.red {
        font-size: 30px;
    }
    body.page-template-template-magazine-asia #content #magazine h2 {
        font-size: 22px;
    }
    .videoSection .left.wpb_column.vc_column_container.vc_col-sm-8,
    .videoSection .right .vc_column-inner {
        padding-left: 0;
    }
    .post-type-archive-games .contentAreaLeft .col-lg-12 .views-row .content-list .filed-image img {
        width: 100%;
    }
    .post-type-archive-games .contentAreaLeft .col-lg-12 .row {
        margin-left: 0px;
    }
    .post-type-archive-games .contentAreaLeft .main-wrapper>h3 {
        padding-left: 15px;
    }
    div#home-crumbs>a:first-child:before {
        top: -10px;
    }
    footer .topFooter {
        padding-left: 0px;
        padding-right: 0px;
    }
    .contact-us .vc_col-sm-4 section {
        width: 100%;
    }
    .contactRight.vc_col-sm-4 {
        padding-left: 0px;
    }
    .contact-us .vc_col-sm-4 section.widget.widget_text {
        padding-right: 0px;
    }
    .contact-us .vc_col-sm-4 section.widget.widget_readersdigestpopularpost {
        padding-left: 0px;
    }
    .error404 .rightSection,
    .error404 .leftSection {
        width: 100%;
    }
    body.single.single-contests .detailPageHeader,
    .single-games .detailPageHeader {
        display: block;
    }
    body.single.single-contests .detailPageHeader .share-buttons,
    .single-games .detailPageHeader .share-buttons {
        margin-top: 10px;
    }
    .countryFlag .col-lg-2.col-md-6 {
        width: 16.66666667%;
    }
    .row.countryFlag {
        margin-bottom: 15px;
    }
    .winnerList .vc_col-sm-4 .vc_column-inner img,
    .winnerList .vc_col-sm-4 .vc_column-inner figure,
    .winnerList .vc_col-sm-4 .vc_column-inner .vc_single_image-wrapper {
        width: 100%;
    }
    .winnerList .vc_col-sm-4 {
        margin-bottom: 20px;
    }
    body .staticPages .col-lg-2 {
        width: 33%;
    }
    .wpb_text_column.wpb_content_element.chooseFor {
        margin-bottom: 20px;
    }
    body .pum-container.pum-responsive.pum-responsive-medium {
        height: 400px;
    }
    body .detailPageHeader {
        display: block;
    }
    .detailPageHeader .titleSection,
    .detailPageHeader .below-share-button,
    .single-contests .detailPageHeader .entry_title,
    .single-contests .detailPageHeader .share-buttons,
    .single-games .detailPageHeader .entry_title,
    .single-games .detailPageHeader .share-buttons {
        width: 100%;
    }
    .detailPageHeader .below-share-button,
    .single-contests .detailPageHeader .share-buttons,
    .single-games .detailPageHeader .share-buttons {
        text-align: center;
    }
    .categorySlider .featureSlider section.owl_post_slider .owl-nav button.owl-prev {
        left: 0px;
    }
    .categorySlider .featureSlider section.owl_post_slider .owl-nav button.owl-next {
        right: 0px;
        box-shadow: none;
    }
    .subscribeText a {
        line-height: 30px;
    }
    .subscribeSlider.categorySlider .vc_column_container .vc_column-inner {
        padding-left: 0;
        padding-right: 0;
    }
    body #sp-testimonial-free-wrapper-865 .sp-testimonial-free-section {
        padding: 0 15px 30px;
    }
    body.page-template-template-magazine #content #magazine .col-lg-5 {
        width: 100%;
    }
    body.page-template-template-magazine #content #magazine .col-lg-7 {
        padding-left: 0px;
        padding-right: 0px;
    }
    body.page-template-template-magazine-asia #content #magazine .jumbotron {
        padding: 30px 15px;
    }
    body.page-template-template-magazine #content #magazine .jumbotron {
        padding: 30px 15px;
    }
    body.page-template-template-magazine #content #magazine .show-anz.col-lg-5,
    body.page-template-template-magazine #content #magazine .col-lg-7,
    body.page-template-template-magazine-asia #content #magazine .col-lg-5,
    body.page-template-template-magazine-asia #content #magazine .col-lg-7 {
        width: 100%;
    }
    .chineseBottomSection .wpb_column>.vc_column-inner {
        padding: 30px 15px;
    }
    .chineseSection .right .col-lg-12 .row {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
    }
    .chineseSection .right .col-lg-12 .col-lg-2 {
        text-align: center;
        width: auto;
    }
    body.siteMapBody .SitemapSection .col-md-4 {
        width: 100%;
    }
    .videoSection .right.wpb_column.vc_column_container.vc_col-sm-4 .wpb_text_column:first-child {
        padding-right: 0px;
    }
    .videoSection .right.wpb_column.vc_column_container.vc_col-sm-4 .wpb_text_column:last-child {
        padding-left: 0px;
    }
    .videoSection .wpb_column .wpb_text_column.wpb_content_element {
        width: 100%;
    }
    .winningSectionText {
        margin: 40% auto 0;
        position: static;
    }
    .vc_row.winnerSectionbg {
        /*background: url(images/winners_bg_mobile.jpg) no-repeat center top;*/
        background-repeat: no-repeat;
        background-position: center top;
        padding-bottom: 0%;
        height: 100%;
        background-size: 120%;
        min-height: 700px;
    }
    .winnerSectionbg.mobile {
        display: block;
    }
    .winnerSectionbg.desktop {
        display: none;
    }
    .post-type-archive-contests .contentAreaLeft .main-wrapper .col-lg-6 {
        width: calc(100% / 2);
    }
    .post-type-archive-contests .contentAreaLeft .main-wrapper .col-lg-6:nth-child(3n+1) {
        clear: inherit;
    }
    .post-type-archive-contests .contentAreaLeft .main-wrapper .col-lg-6:nth-child(2n+1) {
        clear: both;
    }
    .gamdAndJocks ul.row li {
        width: calc(100% / 2);
        width: -moz-calc(100% / 2);
        width: -webkit-calc(100% / 2);
        margin-bottom: 30px;
    }
    .more-games .more-content .all.items .gamesThumbnail {
        width: 33.33%;
        float: left;
    }
    .more-games .more-content .all.items .gamesDetails {
        width: 66.66%;
        float: left;
        padding-left: 30px;
        box-sizing: border-box;
    }
    .all.items .col-lg-2 {
        width: 100%;
    }
    .post-type-archive-games .contentAreaLeft .col-lg-12 .views-row {
        width: calc(100% / 2);
        width: -webkit-calc(100% / 2);
        width: -moz-calc(100% / 2);
    }
    .categoryHeaderSectioin .main-container p {
        text-align: left;
    }
    .categoryHeaderSectioin .share_button .widget .norm_row,
    .detailPageHeader .share_button .widget .norm_row {
        width: 100%!important
    }
    .categoryHeaderSectioin .share_button,
    .detailPageHeader .share_button {
        float: none;
        text-align: center;
        margin-top: 20px;
    }
    .categoryHeaderSectioin .share_button .norm_row.sfsi_wDiv,
    .detailPageHeader .share_button .norm_row.sfsi_wDiv {
        text-align: center!important;
    }
    .main-container {
        display: inline-block;
        width: 100%;
    }
    .categoryHeaderSectioin .entry_title,
    .detailPageHeader .page-title {
        float: none;
        width: 100%;
        text-align: center;
    }
    .single .detailPageHeader .entry-title,
    .single.single-articles .detailPageHeader .entry-title {
        font-size: 41px;
    }
    .widget_readersdigestlatestpost .post-item {
        width: calc(100% / 2 - 5px);
    }
    body .detailPageHeader .norm_row {
        float: none;
        min-width: 25px;
        margin: 0 auto;
    }
    body .detailPageHeader>div {
        float: none!important;
        display: block;
        width: 100%;
        /*text-align: center;*/
    }
    /*body .detailPageHeader>div .entry-title{text-align: center;}*/
    body.single.single-recipes .detailPageHeader>div .entry-title {
        text-align: left;
    }
    .single .detailPageHeader .subTitle {
        font-size: 17px;
    }
}

@media(max-width: 580px) {
    body.single-games .embed-responsive.embed-responsive-game {
        padding-bottom: 56.6%;
    }
    .advertise-with-us .col-md-6 {
        width: 100%;
    }
    .archive.category .content-area article {
        padding-bottom: 15px!important;
    }
    .countryFlag .col-lg-2.col-md-6 {
        width: 50%;
    }
    .popupItems .col-sm-4 {
        width: 100%;
    }
    .chineseEdition h1.entry-title,
    h1.entry-title {
        font-size: 36px;
    }
    body.page-template-template-magazine #content #magazine h1.red {
        padding-top: 24px;
        font-size: 35px;
    }
    body .qmn_pagination {
        display: block;
    }
    body .qmn_quiz_container .qmn_btn {
        width: 100%;
    }
    body .qmn_quiz_container .qmn_btn.qsm-previous {
        margin-right: 0;
        display: block;
        margin-bottom: 15px;
    }
    .vc_row.winnerSectionbg {
        min-height: 550px;
    }
    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading h4 {
        line-height: 24px;
    }
    body .qmn_quiz_container .qmn_btn {
        float: none;
    }
}

@media(max-width: 478px) {
    .post-type-archive-games .contentAreaLeft .col-lg-12 .views-row .content-list,
    .post-type-archive-games .contentAreaLeft .main-wrapper>h3 {
        padding: 0;
    }
    .single.single-games .detailPageHeader .entry-title,
    .single.single-contests .detailPageHeader .entry-title {
        text-align: center;
    }
    body .staticPages .col-lg-2 {
        width: 50%;
    }
    .customer-care .vc_column_container.vc_col-sm-4 .wpb_wrapper .wpb_text_column .contact-info p {
        font-size: 13px;
    }
    .customer-care.wpb-js-composer.wpb-js-composer .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading a {
        font-size: 16px;
    }
    .customer-care .vc_column_container.vc_col-sm-4 .wpb_wrapper .wpb_text_column .contact-img,
    .customer-care .vc_column_container.vc_col-sm-4 .wpb_wrapper .wpb_text_column .contact-info {
        width: 100%;
        text-align: center;
    }
    #contacts .contact-img,
    #contacts .contact-info {
        width: 100%;
    }
    #contacts .contact-info {
        text-align: center;
    }
    .vc_col-sm-4.sidebarSection section {
        max-width: 100%;
    }
    .chineseSection .right .col-lg-12 .col-lg-2 {
        text-align: center;
        width: 50%;
    }
    .chineseSection .right .col-lg-12 .row {
        display: block;
    }
    .vc_row.winnerSectionbg {
        background-size: 140%;
    }
    .winningSectionText {
        margin: 50% auto 0;
    }
    .winningSectionText p,
    .winningSectionText {
        line-height: 15px;
        font-size: 12px;
    }
    .post-type-archive-contests .contentAreaLeft .main-wrapper .col-lg-6 {
        width: 100%;
    }
    .supplement-content {
        display: block;
    }
    .supplement-content .supple-image,
    .supplement-content .content-wrapper {
        width: 100%
    }
    body ul.pagination-lg.pull-right.pagination li.prev a,
    body ul.pagination-lg.pull-right.pagination li.next a {
        font-size: 0
    }
    body ul.pagination-lg.pull-right.pagination li.prev a:before,
    body ul.pagination-lg.pull-right.pagination li.next a:after {
        font-size: 17px;
        position: relative;
        top: 3px;
    }
    .gamdAndJocks ul.row li {
        width: 100%;
    }
    .more-games .more-content .all.items .gamesThumbnail {
        width: 100%;
    }
    .more-games .more-content .all.items .gamesDetails {
        width: 100%;
        float: left;
        padding-left: 0px;
    }
    .content .contentList {
        margin-bottom: 30px;
    }
    .post-type-archive-games .contentAreaLeft .col-lg-12 .views-row {
        width: 100%;
    }
    .contentListInner .categoryDetail {
        width: 100%;
        padding-left: 0px;
    }
    .contentListInner .post-thumbnails {
        width: 100%;
    }
    .content .contentList {
        padding: 0px;
    }
    .recommended .content {
        margin-left: 0;
    }
    .source {
        margin-bottom: 15px;
    }
    .source .col-lg-3 img {
        max-height: inherit;
    }
    .recipes_ingri-wrapper {
        display: block;
    }
    .recipe-content .post-thumbnails {
        float: none;
        display: block;
    }
    .recipe-content .post-thumbnails img {
        display: block;
        width: 100%;
    }
    .recipes-ingri {
        float: none;
        padding-left: 0;
        padding-top: 30px;
    }
    .related-posts .wrapper {
        padding-left: 0px;
    }
    .widget_readersdigestlatestpost .post-item,
    .related-posts .post-thumbnails,
    .related-posts .wrapper {
        width: 100%;
    }
    .testimonial_ad .vc_col-has-fill.vc_column_container .vc_column-inner {
        box-sizing: border-box;
        width: 100%;
    }
    .testimonial_ad .vc_column_container .vc_column-inner {
        box-sizing: border-box;
        /*  padding-left: 15px;
        padding-right: 15px;*/
        width: 100%;
        margin-top: 20px;
    }
    .categorySlider .vc_column_container .vc_column-inner {
        box-sizing: border-box;
        /*   padding-left: 15px;
        padding-right: 15px;*/
        width: 100%;
    }
    .testimonial_ad .vc_gitem_row .vc_col-sm-6 {
        padding-left: 0;
        padding-right: 0;
    }
    .adSection .vc_column_container .vc_column-inner {
        box-sizing: border-box;
        padding-left: 25px;
        padding-right: 25px;
        width: 100%;
    }
    .categoryHeaderSectioin>div {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
    .categoryHeaderSectioin .share_button .sfsi_wDiv,
    .detailPageHeader .share_button .sfsi_wDiv {
        float: none;
        text-align: center!important;
    }
    body #top-footer .tg-column-wrapper .tg-column-4 {
        width: 100%;
    }
    body .postSection .left .vc_grid-item .vc_gitem-zone-mini .vc_col-sm-4 {
        padding: 0px;
    }
    body .postSection .left .vc_gitem-post-data-source-post_title a {
        font-size: 20px;
    }
    .vc_grid-container-wrapper.vc_clearfix {
        width: 100%;
        display: inline-block;
        margin-bottom: 15px;
    }
    .newsletter .container .col-md-7 {
        width: 100%;
        float: left;
        text-align: center;
    }
    .newsletter .container .col-md-7 .black {
        font-size: 20px;
    }
    .newsletter .container .col-md-7 .show-anz {
        padding: 0 20px;
    }
    .newsletter .col-md-5.col-lg-4 {
        width: 100%;
        margin-top: 15px;
    }
    .newsletter .container .col-md-5 .widget-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

@media(max-width: 380px) {
    .vc_row.winnerSectionbg {
        background-size: 154%;
    }
}

@media(max-width: 330px) {
    .vc_row.winnerSectionbg {
        min-height: 500px;
    }
}


}