/*
Theme Name: 	Newspaper Child
Theme URI: 		http://tagdiv.com
Description: 	Premium WordPress template, clean and easy to use.
Version: 		9.8
Author: 		tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
License:
License URI:
Template:       Newspaper
Text Domain:    newspaper-child
*/


.buyAppIcon80x80 {
      border-radius: 18%;
      width: 80px;
      height: 80px;
      padding-left: +3px;
}

.buyAppIcon100x100 {
    border-radius: 23%;
      width: 100px;
      height: 100px;
      padding-left: +3px;
}

.td_block_template_3 .td-block-title > * {
    border-radius: 5px;
}

.td-post-content img.buyAppIcon80x80 {
    display: inline-block;
}

.td-post-content img.buyAppIcon100x100 {
    display: inline-block;
}

.td-pb-row [class*="td-pb-span"] {
    float: left;
}

p.appIcon {
    float: left;
    width: 60%;
    display: inline-block;
}

a.devLink, a.devLink.link, a.devLink:visited {
    color: #4D9AD0;
    text-decoration: none;
    font-size: 0.8em;
}
aa.devLink:hover, a.devLink:focus {
    color: #4D9AD0;
}

a.appprice, a.appprice:link, a.appprice:visited, a.appPrice, a.appPrice:link, a.appPrice:visited {
    color: #333333;
    text-decoration: none;
}

a.appprice:hover, a.appprice:focus, a.appPrice:hover, a.appPrice:focus {
    color: #333333;
}

strong.price {
    color: #333333;
    text-decoration: none;
}

strong.appBarTitle {
	font-size: 1.1em;
    font-size: 1em;
    font-size: 0.9em;
}

strong.iap {
    color: #333333;
    text-decoration: none;
    font-size: 0.9em;
}

font.preorder {
    font-weight: bold;
    color: #333333;
    background-color: #f1f136b0;
}

.td-main-page-wrap {
    padding-top: 10px;
    /* responsive portrait phone */
}

div.expired {
    opacity: 0.3;
}

div.hide {
    display: none;
} 

.page-id-67331 .td-pb-span6.sale,
.page-id-67362 .td-pb-span6.sale {
    background-color: lightyellow;
    border-radius: 20px;
    padding-top: 20px;
}

/*
.td-pb-row [class*="td-pb-span"] {
    padding-right: +3px;
}
a.devLink, a.devLink.link, a.devLink:visited {
    padding-right: +3px;
}
*/

/* SALE and TYPE WATERMARKS */
span.sale {
    width: 32px;
    height: 32px;
    background-size: contain;
    background-image: url(https://appaddict.net/wordpress/wp-content/uploads/icon_images/sale_v1.png);
    display: inline-block;
    position: relative;
    left: -32px;
    top: -20px;
}

span.ios {
    width: 32px;
    height: 32px;
    background-size: contain;
    background-image: url(https://appaddict.net/wordpress/wp-content/uploads/icon_images/ios_64px.png);
    display: inline-block;
    position: relative;
    left: -20px;
    top: -10px;
}

span.android {
    width: 32px;
    height: 32px;
    background-size: contain;
    background-image: url(https://appaddict.net/wordpress/wp-content/uploads/icon_images/android_64px.png);
    display: inline-block;
    position: relative;
    left: -20px;
    top: -10px;
}

span.steam {
    width: 32px;
    height: 32px;
    background-size: contain;
    background-image: url(https://appaddict.net/wordpress/wp-content/uploads/icon_images/steam_64px.png);
    display: inline-block;
    position: relative;
    left: -32px;
    top: -20px;
    left: -20px;
    top: -10px;
}

/* SWITCH CSS */
.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Show";
    padding-left: 10px;
    background-color: #34A7C1; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Hide";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}