File: /mnt/data/targetplatform/public_html/wp-content/plugins/better-adsmanager/css/bam.css
/*
1. =>Base & Helpers
2. =>Ads Container
3. =>Ad Container
4. =>Columns
5. =>LazyLoad
*/
/**
* 1. =>Base & Helpers
**************************************************************/
.rtl .bsac .bsac-container {
direction: ltr /*rtl:ltr*/;
}
.bsac-clearfix:before,
.bsac-clearfix:after {
content: "";
display: table;
}
.bsac-clearfix:after {
clear: both;
}
.bsac-clearfix {
zoom: 1;
}
.bsac-caption {
display: block;
color: #bbbbbb;
font-size: 12px;
line-height: 24px;
margin: 0 !important;
padding: 0;
text-align: center;
}
.bsac-container a {
text-decoration: none !important;
}
.bsac-type-code br {
display: none;
}
.bsac-type-dfp > div {
display: inline-block;
}
.mce-content-body .bsac {
margin-bottom: 0 !important;
}
.mce-content-body .bsac-hide-on-desktop,
.mce-content-body .bsac-hide-on-tablet-portrait,
.mce-content-body .bsac-hide-on-tablet-landscape,
.mce-content-body .bsac-hide-on-phone {
display: block !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
.bs-visible-md {
display: block !important;
}
}
@media (max-width: 991px) {
.bs-visible-sm {
display: block !important;
}
}
@media (min-width: 1200px) {
.bs-visible-lg {
display: block !important;
}
}
@media (max-width: 991px) {
.bs-hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.bs-hidden-md {
display: none !important;
}
}
@media (max-width: 768px) {
.bs-hidden-xs,
.bs-hidden-sm {
display: none !important;
}
}
@media (min-width: 1200px) {
.bs-hidden-lg {
display: none !important;
}
}
.better-ads-post-top {
margin-bottom: 20px;
}
.better-ads-post-bottom {
margin-top: 20px;
margin-bottom: 0;
}
.bsac-empty-note {
background: #f7f7f7;
padding: 25px 20px;
border: 2px dashed #d2d2d2;
}
.bsac-empty-note a {
text-decoration: none;
color: #888888;
font-size: 16px;
}
.bsac-empty-note a:hover {
color: #0080ce;
text-decoration: underline;
}
.bsac:empty,
.widget_better-ads:empty {
display: none;
}
/**
* 2. =>Ads Container
**************************************************************/
.bsac.bsac-align-center {
text-align: center;
}
.bsac.bsac-align-right {
text-align: right;
}
.bsac.bsac-align-left {
text-align: left;
}
@media (min-width: 1140px) {
.bsac-hide-on-desktop {
display: none;
}
}
@media (min-width: 1019px) and (max-width: 1140px) {
.bsac-hide-on-tablet-landscape {
display: none;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.bsac-hide-on-tablet-portrait {
display: none;
}
}
@media (max-width: 767px) {
.bsac-hide-on-phone {
display: none;
}
}
.bsac.bsac-float-left {
float: left;
margin-right: 30px;
}
.bsac.bsac-float-center .bsac {
text-align: center;
}
.bsac.bsac-float-right {
float: right;
margin-left: 30px;
}
@media (max-width: 767px) {
.bsac.bsac-float-left,
.bsac.bsac-float-right {
float: none;
margin-left: auto;
margin-right: auto;
text-align: center;
}
}
/**
* 3. =>Ad Container
**************************************************************/
.bsac .bsac-container {
box-sizing: border-box;
margin-bottom: 10px;
}
.bsac .bsac-container:last-child {
margin-bottom: 0;
}
.bsac .bsac-container object,
.bsac .bsac-container embed,
.bsac .bsac-container img {
max-width: 100%;
}
.bsac .bsac-container.bsac-type-image .ad-caption {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: inline-block;
width: 100%;
font-size: 12px;
}
/**
* 4. =>Columns
**************************************************************/
.bsac.bsac-column-3,
.bsac.bsac-column-2 {
display: grid;
column-gap: 15px;
grid-template-columns: 1fr 1fr 1fr;
}
.bsac.bsac-column-2 {
grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 780px) {
.bsac.bsac-column-3 {
grid-template-columns: 1fr 1fr;
}
}
@media only screen and (max-width: 600px) {
.bsac.bsac-column-2,
.bsac.bsac-column-3 {
grid-template-columns: 1fr;
}
}
/**
* 5. =>Lazy Load
**************************************************************/
.bsac-ll > ins {
display: flex !important;
align-items: center;
justify-content: center;
background: #f3f3f3;
text-decoration: none !important;
}
.bsac-ll > ins > span {
max-width: 50%;
}
.bsac.bsac-align-center .bsac-ll > ins {
float: none;
margin-right: auto;
margin-left: auto;
}
.bsac.bsac-align-right .bsac-ll > ins {
float: right;
}
.bsac.bsac-align-left .bsac-ll > ins {
float: left;
}