/* 
Theme Name:		 VWalk V2
Theme URI:		 https://mahbubur.dev/
Description:	 VWalk V2 is a child theme of GeneratePress, created by Mahbubur Rahman & Salah Uddin
Author:			 Mahbubur Rahman & Salah Uddin
Author URI:		 https://www.upwork.com/freelancers/salahuddin
Template:		 generatepress
Version:		 2.0.1
Text Domain:	 vwalk-v2
*/


/*
    Add your custom styles here
*/

/* THis is a test */

/* Another change! */

@media screen and (max-width:430px) {
.vwp_ext_post, #MG-placeholder {
	margin-left: auto;
	max-width:100%;
	margin-right: auto;
}
#MG-placeholder > div {
	padding: 10px 15px !important;
}
#MG-placeholder > div > div > p:first-child {
	line-height: 22px;
	font-size: 22px !important;
	font-weight: bold;
}
#mc-embedded-subscribe-form {
	float: left;
	float: none;
}
#MG-placeholder > div > div > p:nth-child(2) {
	display: none;
}
}
/* .gb-query-loop-wrapper:not(:last-child) {
	display: none;
} */

.gb-query-loop-wrapper:nth-child(7), .gb-query-loop-wrapper:nth-child(9), .gb-query-loop-wrapper:nth-child(11) {
	display: flex !important;
}
.gb-inside-container > span{
	margin-bottom: 1.5em;
	display: inline-block;
}

.gb-inside-container > span, .gb-inside-container > span a {
    color: #ababab;
    font-size: 14px;
}



/*Commercial Post Template START*/
body.page-template-commercial-template div#content, body.category-template-commercial-template-php div#content {
    max-width: 100%;
	display: block;
}
body.page-template-commercial-template .container-cus, body.category-template-commercial-template-php .container-cus {
    max-width: 1440px;
    margin: auto;
}
.commer-banner-sec {
    background-color: var(--global-color-8);
}
.commer-banner-sec-inr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	padding: 20px;
}
.commer-bnr-cont {
    width: 50%;
}
.commer-banner-img {
    width: 50%;
	padding-left: 40px;
}
.commer-bnr-cont h2 {
    font-size: 50px;
    line-height: 1.5em;
    margin-bottom: 5px;
}
.commer-bnr-cont h2 a {
    color: var(--contrast-2);
}
.commer-bnr-cont p {
    margin-bottom: 20px;
}
.commer-bnr-time-date {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.commer-bnr-time-date span.gb-icon {
    padding-right: 0.5em;
}
.commer-bnr-time-date span.gb-icon svg{
    width: 1em;
    height: 1em;
}
.commer-banner-img img {
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}
.commr-body-sec {
    padding: 40px 0;
    background-color: #fff;
}
.commr-body-sec-inr {
    display: flex;
	align-items: flex-start;
	padding-left: 20px;
    padding-right: 20px;
}
.commr-post-sidebar {
    min-width: calc(25% - 30px);
    margin-left: 30px;
    padding: 0 15px;
    border-left: 1px solid;
    border-right: 1px solid;
}
.cus-posts-list {
    display: flex;
    flex-wrap: wrap;
}
.cus-posts-list.latest-posts-list {
	margin-left: 0;
}
.latest-posts-list .cus-post-item-inr {
	height:100%;
    border: 1px solid var(--base);
    background-color: var(--base-2);
}
.latest-posts-list .cus-post-item-inr:hover {
    background-color: var(--base-3);
    box-shadow: 0 15px 25px -5px var(--contrast-3);
}
.latest-posts-list .cus-post-item-cont{
	padding: 15px;
    
}
.cus-post-item {
    margin-right: 40px;
    margin-bottom: 40px;
    width: calc(33.33% - 27px);
	font-size: 14px;
    line-height: 1em;
}
.cus-post-item:nth-child(3n){
	margin-right: 0;
}
.cus-post-item-img img {
    width: 100%;
    height: 176px;
    object-fit: cover;
	transition: all 0.3s ease 0s;
    vertical-align: middle;
    animation: 500ms pmFadeIn;
}
.cus-post-item-img img:hover {
    filter: grayscale(100%);
}
.cus-post-item h3 {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: bold;
    margin:0 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.cus-post-item h3 a {
    color: var(--contrast-2);
}
.cus-post-item-cat {
    font-size: 14px;
    line-height: 1em;
    padding-left: 10px;
    margin-bottom: 5px;
    border-left: 2px solid;
}
.cus-post-item-img {
    line-height: 0;
}
.cus-post-item h3 a:hover {
    color: #4a4a4a;
}
.cus-posts-button {
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
a.cus-button {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    padding: 14px 60px;
    border-radius: 10px;
    background-color: #0074e8;
    color: #ffffff;
}
a.cus-button:hover{
	background-color:#0068e7;
}
.feature-guide-posts-inr {
    width: 100%;
    padding: 20px;
    margin: 100px 0 0;
    background-color: var(--base-2);
}
.feature-guide-top-head h2 {
    padding-bottom: 10px;
    border-bottom: 3px solid;
}
.feature-posts-list .cus-post-item-img {
    margin-bottom: 15px;
}
.feature-posts-list .cus-post-item-img img {
    height: 130px;
}
.commr-post-sidebar aside:first-child p:first-child {
    margin-bottom: 0;
}
aside.widget_block .formkit-form[data-uid="d1a720e986"] .formkit-field {
    min-width: inherit;
}

.navigation.pagination {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.navigation.pagination .nav-links {
    display: inline-block;
    width: auto;
}
.prev.page-numbers.placeholder {
    border-left: 1px solid #E0E0E0 !important;
    margin: 0 !important;
}
.navigation.pagination .page-numbers {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    vertical-align: top;
    border-left: none;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #1C2642;
    font-family: 'helveticaregular';
    text-decoration: none;
    float: left;
    font-family: Poppins, sans-serif;
    font-weight: normal;
}
.page-numbers.current {
    background: #0cbdbd !important;
}
.page-numbers:nth-child(2) {
    border-left: 1px solid #E0E0E0;
}
.next.page-numbers {
    border-left: 1px solid #E0E0E0;
}
.next.page-numbers > span {
    font-size: 0;
    background: url(https://www.valuewalk.com/wp-content/themes/vwalk-v2/images/pagination-right.png) center center no-repeat;
    width: 20px;
    height: 44px;
    display: inline-block;
}
.prev.page-numbers > span {
    font-size: 0;
    background: url(https://www.valuewalk.com/wp-content/themes/vwalk-v2/images/pagination-left.png) center center no-repeat;
    width: 20px;
    height: 34px;
    display: inline-block;
}
.single-commercial #content{
    max-width: 920px !important;
}
/*Commercial Post Template End*/


/*NEW BM TABLE CSS START*/
.top-5-offers__card {
    min-width: 280px;
}
div.campaign_sport_filters__tags_title_desktop {
    min-width: fit-content;
}
div.campaign_sport_filters__info_count {
    line-height: inherit;
    z-index: 9;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.campaign-shortcode-table ul,.campaign-shortcode-table ol,
.campaign-compact-table__wrapper ul,.campaign-compact-table__wrapper ol,
.campaign-full-width-shortcode-wrapper ul, .campaign-full-width-shortcode-wrapper ol,
.campaign-sidebar-shortcode ul,.campaign-sidebar-shortcode ol,
.popup-offers-widget ul,.popup-offers-widget ol, 
.offer-tiles__wrapper ul,.offer-tiles__wrapper ol,
.toplist-poker__wrapper ul,.toplist-poker__wrapper ol,
.toplist-tech__wrapper ul,.toplist-tech__wrapper ol,
.offer_grid__wrapper ul,.offer_grid__wrapper ol,
.bm-simple-list__wrapper ul,.bm-simple-list__wrapper ol {
    margin-left: 0;
    margin-bottom: 0;
	list-style-position: inside;
}
.campaign-shortcode-table p,
.campaign-compact-table__wrapper p,
.campaign-full-width-shortcode-wrapper p,
.campaign-sidebar-shortcode p,
.popup-offers-widget p, 
.offer-tiles__wrapper p,
.toplist-poker__wrapper p,
.toplist-tech__wrapper p,
.offer_grid__wrapper p,
.bm-simple-list__wrapper p{
    margin-bottom: 0;
}
.campaign-shortcode-table,.campaign-shortcode-table *,
.campaign-compact-table__wrapper,.campaign-compact-table__wrapper *,
.campaign-full-width-shortcode-wrapper, .campaign-full-width-shortcode-wrapper *,
.campaign-sidebar-shortcode,.campaign-sidebar-shortcode *,
.popup-offers-widget,.popup-offers-widget *, 
.offer-tiles__wrapper,.offer-tiles__wrapper *,
.toplist-poker__wrapper,.toplist-poker__wrapper *,
.toplist-tech__wrapper,.toplist-tech__wrapper *,
.offer_grid__wrapper,.offer_grid__wrapper *,
.bm-simple-list__wrapper,.bm-simple-list__wrapper *{
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.offer-tile__offer-logo, .offer-tile__offer-logo img {
    object-fit: contain;
}
.offer-tile__offer-extra {
    gap: 0;
    flex-direction: column;
}
ul.popup-offers-widget__key-features li {
    list-style: none;
}
div.popup-offers-widget__overlay {
    z-index: 10001;
}
div.popup-offers-widget {
    z-index: 10002;
}
button.popup-offers-widget__close-btn {
    line-height: 45px;
	top: -20px;
	right: -8px;
}

div.campaign-fullwidth-shortcode_item .cell_bottom {
    height: 34px;
}
div.campaign-wide__coupon-code{
	  font-size: 11px;
}
body.right-sidebar #content,
body.left-sidebar #content{
    max-width: 1100px;
}
/*NEW BM TABLE CSS END*/


@media only screen and (min-width: 992px){
/*NEW BM TABLE CSS START*/
body.bm-tiny .offer-tile__offer-extra {
    gap: 0;
    flex-direction: column;
}
body.bm-tiny .offer_grid__offer {
    width: calc(33.3% - 8px);
	grid-template-columns: max-content;
}
.offer-tile__body {
    width: calc(100% - 80px);
}
body.left-sidebar.bm-tiny .offer-tile__body,
body.right-sidebar.bm-tiny .offer-tile__body {
    width: calc(100% - 54px);
}
body.left-sidebar.bm-tiny .offer-tiles__list,
body.right-sidebar.bm-tiny .offer-tiles__list {
    gap: 12px;
}
body.left-sidebar.bm-tiny .offer-tile,
body.right-sidebar.bm-tiny .offer-tile {
    padding: 10px;
	gap: 8px;
}
body.left-sidebar.bm-tiny .offer-tile__offer-logo, body.left-sidebar.bm-tiny .offer-tile__offer-logo img,
body.right-sidebar.bm-tiny .offer-tile__offer-logo, body.right-sidebar.bm-tiny .offer-tile__offer-logo img {
    width: 50px;
    height: 50px;
}
body.left-sidebar.bm-tiny .offer-tile__offer-title, body.left-sidebar.bm-tiny .offer-tile__offer-title p,
body.right-sidebar.bm-tiny .offer-tile__offer-title, body.right-sidebar.bm-tiny .offer-tile__offer-title p {
    font-size: 20px;
}
body.left-sidebar.bm-tiny .toplist-poker__offer-card,
body.right-sidebar.bm-tiny .toplist-poker__offer-card {
    gap: 12px;
}
body.left-sidebar.bm-tiny .toplist-poker__wrapper.tiny .toplist-poker__offer-logo img,
body.right-sidebar.bm-tiny .toplist-poker__wrapper.tiny .toplist-poker__offer-logo img {
	width: 170px;
}
body.left-sidebar.bm-tiny .toplist-poker__wrapper.tiny .toplist-poker__offer-body,
body.right-sidebar.bm-tiny .toplist-poker__wrapper.tiny .toplist-poker__offer-body {
	grid-template-columns: auto max-content;
}
body.left-sidebar.bm-tiny .offer_grid__offer_description,
body.right-sidebar.bm-tiny .offer_grid__offer_description {
    margin-left: 5px;
}
body.left-sidebar.bm-tiny .offer_grid__offer_updated_date_wrapper,
body.right-sidebar.bm-tiny .offer_grid__offer_updated_date_wrapper{
    margin: 0 0 0 3px;
}
body.left-sidebar.bm-tiny .toplist-tech__offer,
body.right-sidebar.bm-tiny .toplist-tech__offer {
    gap: 8px 10px;
}
/*NEW BM TABLE CSS END*/
	
}


/*Commercial Post Template Start*/
@media only screen and (max-width: 1024px){
.commer-bnr-cont h2 {
    font-size: 30px;
}
.commr-post-sidebar {
    min-width: calc(50% - 30px);
}
.cus-post-item {
    width: calc(50% - 20px);
}
.cus-post-item:nth-child(3n) {
    margin-right: auto;
}
.cus-post-item:nth-child(2n) {
    margin-right: 0;
}
.latest-posts-list .cus-post-item {
    max-width: 300px;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	padding-left: 10px;
    padding-right: 10px;
}
.latest-posts-list .cus-post-item:nth-child(3n) {
    margin-right: auto;
}
.cus-post-item h3 {
    font-size: 24px;
    line-height: 1.3em;
}
a.cus-button {
    padding: 12px 40px;
}
.feature-guide-posts-inr {
    margin: 70px 0 0;
}


}

@media only screen and  (max-width: 1200px) and (min-width: 992px){
/*NEW BM TABLE CSS START*/
.offer-tile__offer-terms, .offer-tiles__mobile-terms-wrapper {
	max-width: 200px;
}
body.left-sidebar.bm-tiny .offer_grid__offer,
body.right-sidebar.bm-tiny .offer_grid__offer {
	width: calc(50% - 6px);
}
body.left-sidebar.bm-tiny .toplist-poker__wrapper.tiny .toplist-poker__offer-logo img,
body.right-sidebar.bm-tiny .toplist-poker__wrapper.tiny .toplist-poker__offer-logo img {
	width: 140px;
}
body.left-sidebar.bm-tiny .toplist-poker__wrapper.tiny .toplist-poker__offer-body,
body.right-sidebar.bm-tiny .toplist-poker__wrapper.tiny .toplist-poker__offer-body {
	margin-right: 18px;
}
body.left-sidebar.bm-tiny .toplist-poker__offer-title, body.left-sidebar.bm-tiny  .toplist-poker__offer-title p,
body.right-sidebar.bm-tiny .toplist-poker__offer-title, body.right-sidebar.bm-tiny .toplist-poker__offer-title p {
    font-size: 18px;
}
body.left-sidebar.bm-tiny .toplist-poker__wrapper.tiny .toplist-poker__offer-fact,
body.right-sidebar.bm-tiny .toplist-poker__wrapper.tiny .toplist-poker__offer-fact {
	width: 90px;
}
body.left-sidebar.bm-tiny .toplist-poker__wrapper .toplist-poker__offer-cta-wrapper,
body.right-sidebar.bm-tiny .toplist-poker__wrapper .toplist-poker__offer-cta-wrapper {
	width: 155px;
}
/*NEW BM TABLE CSS END*/

}


@media only screen and (max-width: 991px){
/*NEW BM TABLE CSS START*/
body.bm-tiny .campaign-list-item_cta-btn.no-coupon {
    margin-top: 0;
}
/*NEW BM TABLE CSS END*/
}




@media only screen and (max-width: 1024px) and (min-width: 768px){
.feature-guide-posts-inr {
	width: 200%;
}
.commr-post-sidebar .sticky-block-active-0 {
    height: 0 !important;
}
.commr-post-sidebar .wp-block-senff-sticky-block.block-is-sticky {
    position: unset !important;
    top: inherit !important;
    margin: 0 !important;
    top: inherit !important;
}	
}

@media only screen and (max-width: 767px){
.commer-banner-sec-inr {
	padding: 0;
    flex-direction: column-reverse;
}
.commer-banner-img {
    width: 100%;
    padding-left: 0;
}
.commer-bnr-cont {
    width: 100%;
    padding: 20px 10px;
}
.commer-bnr-cont h2 {
    font-size: 24px;
}
.commr-body-sec-inr {
    flex-wrap: wrap;
	padding-left: 10px;
    padding-right: 10px;
}
.commr-post-sidebar {
    min-width: 100%;
    margin: 40px 0 0;
}
.cus-posts-button {
    margin-top: 0;
}
.cus-post-item {
    width: 100%;
    margin:0 0 30px;
}
.feature-guide-top-head h2 {
    padding-bottom: 5px;
}
.cus-post-item-img img {
    height: 220px;
}
.cus-post-item h3 {
    font-size: 20px;
}
.feature-posts-list .cus-post-item-img img {
    height: 200px;
}
.feature-guide-posts-inr {
    width: 100%;
    margin: 50px 0 0;
    padding: 10px;
}

}
/*Commercial Post Template End*/