.error_page a.related_categories_title.notranslate {
    color: #fff !important;
}
.page_info {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-box-pack: justify;
    padding-bottom: 80px;
    padding-top: 60px;
    border-bottom: 1px solid #000;
    margin-bottom: 50px;
}
.image_holder {
    margin-right: 68px;
}
.page_info .text-holder .title {
    color: #ff9701;
    font-size: 160px;
    font-weight: 500;
    margin-bottom: 26px;
    margin-left: -5px;
    font-family: Roboto,sans-serif,sans-serif;
}
.page_info .text-holder .back_to_home {
    display: inline-block;
    -webkit-box-shadow: 0 5px 9px rgb(71 125 151 / 33%);
    box-shadow: 0 5px 9px rgb(35 146 179 / 33%);
    border-radius: 10px;
    max-width: 250px;
    background-color: #006c82;
    padding: 14px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}   
.page_info .text-holder .subtitle {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 17px;
}
.page_info .text-holder .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 41px;
    color: #fff;
}
.text-holder .back_to_home:hover img {
    -webkit-animation: backButtonArrow 1s infinite;
    animation: backButtonArrow 1s infinite;
}
.text-holder .back_to_home img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.text-holder .back_to_home:hover {
    -webkit-animation: pulse-yellow 1s;
    animation: pulse-yellow 1s;
}
.custom_container_class .item_wrap{
	background-color: #fdfdfd;
	border: 3px solid #b1b1b1;
    border-radius: 10px;
}
.title_custom_css{
	
	height: 55px !important;
	text-transform: uppercase;
	margin-top: 0px;
	position: relative;
}
.title_custom_css:before{
	content: '';
    display: block;
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    width: -webkit-calc(100% - 25px);
    width: calc(100% - 25px);
    border-radius: 2px;
    background-color: #e5e5e5;
}
.title_custom_css:after{
	content: '';
    display: block;
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    width: 55px;
    border-radius: 2px;
    background-color: #767676;
    -webkit-transition: width .3s;
    transition: width .3s;
    will-change: transform;
}
.title_custom_css h2{
  padding: 1px 5px;
  background-color: white !important;
  height: 56px;
  font-size: 15px;
  line-height: 1px;
  padding-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400; !important
}

.custom_container_class ol{
	margin-left: 0px;
	list-style: none;
    counter-reset: number;
    padding: 0;
    width: 100%;
    font-size: 0;
}

.custom_container_class .item_wrap .item_group li
{
	position: relative;
    padding: 1px 35px 1px 15px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 14px;
	color:#000;
	font-weight:500;
}
.custom_container_class .item_wrap .item_group li:before{
	counter-increment: number;
    content: counter(number) ".";
    width: 20px;
    display: inline-block;
    vertical-align: top;
    margin: 3px 3px 0 0;
    text-align: right;
    color: #96979f;
    font-size: 11px;
    font-weight: 300;
    line-height: 18px;
}
/*.custom_container_class .item_wrap .item_group li span .icon i
{
	border-radius: 50%;
}*/
.custom_container_class ol li span{
	font-size: 14px;
    line-height: 22px;
}
/* Apply light grey border and background to most categories */
#category_52,
#category_53,
#category_54,
#category_55,
#category_57,
#category_58,
#category_59,
#category_60,
#category_61,
#category_62,
#category_63,
#category_64,
#category_65,
#category_66,
#category_67,
#category_69,
#category_71,
#category_72,
#category_73,
#category_74,
#category_75,
#category_78,
#category_79 {
    border: solid 3px #D3D3D3;
}

#category_52 .title_custom_css:after,
#category_53 .title_custom_css:after,
#category_54 .title_custom_css:after,
#category_55 .title_custom_css:after,
#category_57 .title_custom_css:after,
#category_58 .title_custom_css:after,
#category_59 .title_custom_css:after,
#category_60 .title_custom_css:after,
#category_61 .title_custom_css:after,
#category_62 .title_custom_css:after,
#category_63 .title_custom_css:after,
#category_64 .title_custom_css:after,
#category_65 .title_custom_css:after,
#category_66 .title_custom_css:after,
#category_67 .title_custom_css:after,
#category_69 .title_custom_css:after,
#category_71 .title_custom_css:after,
#category_72 .title_custom_css:after,
#category_73 .title_custom_css:after,
#category_74 .title_custom_css:after,
#category_75 .title_custom_css:after,
#category_78 .title_custom_css:after,
#category_79 .title_custom_css:after {
    background: #D3D3D3 !important; /* Light grey background */
}

/* Apply color border and background to special categories */
#category_57 {border: solid 3px #FFFF00;}

#category_57 .title_custom_css:after {
    background: #FFFF00 !important; /* Color background */
}
@media only screen and (max-width: 768px) {
.page_info {
    display: block;
}
.image_holder {
    margin-right: 0;
	text-align:center;
}
	
	.image_holder img {
		max-width:300px !important;
	}
	
.text-holder {
    margin-left: 30px;
}
  .sprite {
    width: 17px;
  }
}

#best-live-sex-cams:after, #best-premium-porn-sites:after{
	background: #ffde00 !important;
}

.best-live-sex-cams, .best-premium-porn-sites
{
	border-color: #ffde00 !important;
}


/*amit added css styles*/

.markfav{
    height: 30px;
    border-bottom: unset;
}

.custom_container_class{
    /*max-width: 1150px !important;*/
    max-width: 1100px !important;
}

body{
    position: relative;
}


/*single bookmark page*/
.buttonvisit{
        position: absolute;
        top: 35%;
        width: 98%;
        z-index: 9;
    }
    .btn-visit{
        background-color: #2eaf61;
        border-color: #2eaf61;
        padding: 14px 16px;
        left: -1px;
        border-radius: 10px !important;
    }   
    .btn-visit .text{
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
        word-break: break-word;
        white-space: nowrap;
        text-overflow: ellipsis;
        min-width: 87px;
        margin: 0px 8px 0px 0px;
        overflow: hidden;
        color: #fff;
        font-weight: 600;
        font-size: 18px;
    }
    .btn-visit .link-icon{
        color: rgb(255, 255, 255);
        display: inline-block;
        vertical-align: bottom;
        width: 20px;
        height: 20px;
        flex-shrink: 0;
        transform: translateZ(0px);
        -webkit-font-smoothing: subpixel-antialiased;
        background: url(/wp-content/themes/myporn-new-lastomar/images/w-icon-new-tab.svg) center center / 15px no-repeat;
        background-position: center center;
    }
    .singBookMarBody h1{
        color: #4c4c4c !important;
        font-size: 30px;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .singBookMarBody h3{
        margin-top: 0rem;
    }
    .singBookMarBody h3 a{
        color: #2eaf61;
        font-size: 14px;    
        text-decoration: none;  
    }
    .singBookMarBody .desc{
        max-height: 275px;
    }
    

    .url_link_overcover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.6);
        z-index: 4;
        display: -webkit-box;
        display: flex;
        display: -ms-flexbox;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
        /*visibility : hidden;*/
        opacity: 0;
        pointer-events: none;
    }
    .url_link_overcover .item-link {
        padding: 15px 6px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        text-decoration: none;
        border-radius: 5px;
        width: 90%;
        position: relative;
        font-size: 0;
        max-height: 46px;
    }
    .url_link_overcover .link1 {
        background: #f89e49;
    }
    .url_link_overcover .item-link .text {
        font-size: 14px;
        margin: 0 8px 0 0;
        display: inline-block;
        vertical-align: middle;
        word-break: break-word;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        min-width: 87px;
    }
    .url_link_overcover .item-link .btn-icon {
        color: #fff;
        display: inline-block;
        vertical-align: bottom;
        background: url(/wp-content/themes/myporn-new-lastomar/images/w-icon-arrow-right.svg) no-repeat;
        background-position: center;
        width: 20px;
        height: 10px;
        background-size: 17px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-font-smoothing: antialised;
        -webkit-font-smoothing: subpixel-antialiased;
    }
    .url_link_overcover .link2 {
        background: #2eaf61;
    }
    .url_link_overcover .item-link .link-icon {
        color: #fff;
        display: inline-block;
        vertical-align: bottom;
        background: url(/wp-content/themes/myporn-new-lastomar/images/w-icon-new-tab.svg) no-repeat;
        background-position: center;
        width: 20px;
        height: 20px;
        background-size: 15px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-font-smoothing: antialised;
        -webkit-font-smoothing: subpixel-antialiased;
    }
    .url_link_overcover .item-link+.item-link {
        margin-top: 10px;
    }
    /*.image_block_over:hover .url_link_overcover{
        visibility : visible;
    }
    .image_block_over:active .url_link_overcover{
        visibility : visible;
    }*/
    .catDetails .singleBookmarkDesc .image:before{
        content: '';
        position: absolute;
        top: 3px;
        left: 0px;
        bottom: 2px;
        right: 0px;
        z-index: 1;
        background: rgba(0, 0, 0, .3);
    }
    .catDetails .singleBookmarkDesc .image{
        overflow: hidden;
        position: relative;
    }
    .singleBookmarkDesc .image img{
        transition: 0.3s;
        transform-origin: top left;
    }
    .singleBookmarkDesc .image:hover .img-floude{
        transform: scale(1.1);
    }
    .container .item_wrap .item_group .helpheats ul li.reviews_li{
        display: inline-block;
        padding-right: 13px;
    }

    .bookmarksTopTitle a{
    color: lightgray !important;
}

.helpheats .helps{
    width: 50%;
    float: left;
}

.helpheats .hates{
    width: 50%;
    float: left;
}

    /*home page css*/

    .left_large_image{
        position: fixed;
    left: 0;
    bottom: 0;
    /*height: 50%;*/
   /* z-index: -1;*/
   z-index: 1;
    max-width: 200px;
    }
    .left_large_image img.left_lady{
        max-height: 330px;
    }
    .left_larg_image img.brazzers_logo{
        max-width: 172px;
    }
    .right_large_image{
        position: fixed;
    right: 15px;
    bottom: 0;
    /*height: 50%;*/
    /*z-index: -1;*/
    z-index: 1;
    }
    .right_large_image img.right_lady{
        max-height: 330px;
    }


.group-read-more-main a{
    text-align: center;
    text-transform: capitalize;
    padding: 4px 6px;
    font-size: 14px;
    font-weight: 400 !important;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* position: absolute; */
    bottom: 10px;
    left: 10px;
    height: 30px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    border-radius: 10px;
    background: #006c82 !important;
    color: white !important;
    margin: 0 auto;
    margin-bottom: 5px;

}
.group-read-more-main:hover a{
    text-decoration: none;
    color: #fa9e43 !important;

}
.read-more-link:hover{
    color: #fa9e43 !important;
}
/*.footer{
    z-index: -2;
}*/

.header_container{
    border-bottom: unset !important;
}

@media only screen and (max-width: 768px) {
        .left_large_image{
            display: none;
        }
        .right_lady{
            display: none;
        }
}
/* taxonomy-groups */


.caItems>.col-md-12{
                    border-bottom: 1px solid #000000;
                }
                .kcb_container {
                    position: relative;
                    overflow: visible;
                }
                .kcb_container .kcb_blockA_elem {
                    overflow: hidden;
                }
                .kcb_blockA_single_cont {
                    margin: 50px 0;
                    border-bottom: 1px solid #000000;
                }
                .kcb_title h3 {
                    text-align: center;
                  font-size: 36px;
                  color: #000000;
                  margin: 40px;
                }
                .related_categories_title {
                    font-size: 20px;
                    color: #000000 !important;
                    text-decoration: underline !important;
                    display: inline-block;
                    font-weight: 600;
                    text-shadow: none !important;
                }
                .section-cta {
                    text-align: center;
                    font-size: 42px;
                    color: #000000;
                    margin: 60px 0 0;
                    clear: both;
                }
                .kcb_blockA_title {
                    margin-bottom: 40px;
                }
                .kcb_blockA_title h3 {
                    color: black;
                }
                .url_link_overcover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 4;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*visibility : hidden;*/
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    pointer-events: none;
    opacity: 0;
}
                .url_link_overcover .item-link {
    padding: 15px 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    width: 90%;
    position: relative;
    font-size: 0;
    max-height: 46px;
}
                .url_link_overcover .link1 {
    background: #f89e49;
}
                .url_link_overcover .item-link .text {
    font-size: 14px;
    margin: 0 8px 0 0;
    display: inline-block;
    vertical-align: middle;
    word-break: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    min-width: 87px;
}
                .url_link_overcover .item-link .btn-icon {
    color: #fff;
    display: inline-block;
    vertical-align: bottom;
    background: url(/wp-content/themes/myporn-new-lastomar/images/w-icon-arrow-right.svg) no-repeat;
    background-position: center;
    width: 20px;
    height: 10px;
    background-size: 17px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-font-smoothing: antialised;
    -webkit-font-smoothing: subpixel-antialiased;
}
                .url_link_overcover .link2 {
    background: #2eaf61;
}
                .url_link_overcover .item-link .link-icon {
    color: #fff;
    display: inline-block;
    vertical-align: bottom;
    background: url(/wp-content/themes/myporn-new-lastomar/images/w-icon-new-tab.svg) no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    background-size: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-font-smoothing: antialised;
    -webkit-font-smoothing: subpixel-antialiased;
}
                .url_link_overcover .item-link+.item-link {
    margin-top: 10px;
}
                /*.image_block_over:hover .url_link_overcover{
                    visibility : visible;
                }
                .image_block_over:active .url_link_overcover{
                    visibility : visible;
                }*/
                .favicon_group_taxonomy img{
                    max-width: 130px !important;
                    margin: 0 auto;
                }
                .texonomy_favicon_group img{
                    display: inline;
                    margin-right: 5px;
                    max-width: fit-content !important;
                }
                .texonomy_favicon_group a{
                    text-decoration: none !important;
                }

.custom_breadcrumb{
    background-color: white;
    font-size: 15px !important;
    padding-left: 20px !important;
}
.custom_breadcrumb a{
    color: #ffdb58 !important;
}

.custom_breadcrumb span{
    color: #767676 !important;
}

.custom_breadcrumb img{
    border-radius: 35%;
    padding-right: 4px;
}

.custom_breadcrumb p{
    font-size: 26px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    color: #4c4c4c !important;
    margin-top: 12px;
}
.review_page .singlebookMarkTopPart{
display: inline-flex;
}

.review_page .singlebookMarkTopPart div.firstimage{
    height: fit-content;
}

.review_page .singlebookMarkTopPart .singleReviewTopGrayBar
{
    color: #9798a0;
    font-size: 18px;
    line-height: 33px;
    white-space: nowrap;
    margin: 0 15px 0 0;
    font-weight: 400;
    flex-shrink: 1;
    border-radius: 10px;
    background-color: #f2f3f6;
    flex-grow: 1;
    overflow: hidden;
    padding: 3px 5px;
    margin-bottom: 5px;
}

.review_page .singlebookMarkTopPart .singlebookmarkRightPart
{
    background-color: #f2f3f6;
    text-align: center;
}

.back-button{
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    text-decoration: none;
    padding: 6px;
    -webkit-transition: background .1s;
    transition: background .1s;
    position: relative;
    text-align: center;
    border-radius: 5px;
    background-color: #ff9701;
    margin: 10px 0;
    flex-grow: 0;
}
.btn-main{
    margin: 10px 0 0 0;
    padding: 9px 7px 9px 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #767676;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    border: 2px solid #767676;
    text-decoration: none !important;
}




.breadcrumb {
    padding: 0px 0 0 30px;
    background: #fff;
    position: relative;
    z-index: 1;
    list-style: none;
    height: 30px;
    margin: 10px 0 5px;
    white-space: nowrap;
    text-align: left;
}

.breadcrumb li {
    display: inline;
    font-size: 0;
}

.breadcrumb li.link-home a {
    color: #fa9e43 !important;
    padding: 10px;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
}

.breadcrumb li.link-home a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #fa9e43;
}

.breadcrumb li .img-tpd {
    width: 22px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: -10px 8px 0 0;
    top: 4px;
    border-radius: 50%;
}

.breadcrumb li.link-category a {
    color: #9798a0;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
    color: #767676 !important;
}

.icon-tube {
    background-image: url(/wp-content/themes/myporn-new-lastomar/images/FREE-PORN-TUBE-SITES.svg);
}

.inline-icon {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
   
}

.breadcrumb li .inline-icon{
     transform: scale(.7);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    margin: -20px -2px 0 0;
    position: relative;
    top: 9px;
    max-height: 32px !important;
}

.breadcrumb a {
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
    text-decoration: none;
}

.breadcrumb li.link-home a {
    color: #fa9e43;
    padding: 10px;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
}


.breadcrumb li.link-category a:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 6px;
    width: 6px;
    border-radius: 3px;
    background-color: #767676;
}

.link-header {
    position: relative;
    color: #fff;
    font-size: 39px;
    padding: 5px 5px 5px 15px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    margin: 0 0 15px 0;
}

.link-header h2, .link-header h1 {
    font-size: 26px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    color: #4c4c4c !important;
}

.link-header .inline-icon {
    margin: -5px 5px 0 0;
}

.link-header:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    display: inline-block;
    width: 100%;
    height: 3px;
    border-radius: 1px;
}

@media (min-width: 992px)
{
.link-header:after {
    background-color: #e9ebed;
}
}
.breadcrumb li:nth-child(2):before {
    display: none;
}

@media (max-width: 991px)
{
.breadcrumb li:nth-child(2):before {
    display: inline-block;
}
}


.breadcrumb li+li:before {
    margin: 0 4px 0 0;
    color: #767676;
    content: "";
    width: 5px;
    height: 9px;
    display: inline-block;    
    background: url(/wp-content/themes/myporn-new-lastomar/images/icon-angle-right.svg) no-repeat;
    background-size: contain;
}

@media (min-width: 992px)
{
.breadcrumb li.link-home-single {
    display: none;
}
}

.breadcrumb-holder .single-bookmark{
    padding: 0 0 0 20px;
}


.singBookMarBody .desc article{
        color: #4e4e4e;
        font-size: 14px;
        line-height: 22px;
        will-change: transform;
        position: relative;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    /*overflow: hidden;*/
    max-height: 225px;
    z-index: 0;
    }  


@media (min-width: 992px)
{
    .link-thumbnail .favicon-bar-wrapper {
        background-size: contain;
    }
}

.link-thumbnail .favicon-bar-wrapper {
    width: 100%;
    height: 44px;
    background: #f3f3f3 url(/wp-content/themes/myporn-new-lastomar/images/top-bar.svg) no-repeat;
    background-position: 50% 25%;
    overflow: hidden;
}

.link-thumbnail .favicon-bar-wrapper .favicon-bar-addressbar {
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    padding-left: 5px;
    position: relative;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.link-icon-base {
    margin: 0 1px 0 0;
}

.link-thumbnail .favicon-bar-wrapper .favicon-bar-addressbar .favicon-bar-domain {
    top: 0;
    left: 5px;
    color: #000;
    font-size: 15px !important;
    position: relative;
    display: inline-block;
    font-weight: 400;
    text-decoration: none;
    text-transform: lowercase;
    padding-top: 0;
}

.link-thumbnail .link-thumb a {
    display: block;
    text-align: center;
    overflow: hidden;
    font-size: 0;
    position: relative;
    padding-top: 100%;
}

@media (min-width: 992px)
{
    .link-thumbnail .favicon-bar-wrapper .favicon-bar-addressbar .favicon-bar-domain:before {
        content: "https://";
        color: #767676;
    }
} 

.link-thumbnail .link-thumb {
    border-radius: 5px;
    border: 3px solid #cecece;
    margin-bottom: 10px;
    position: relative;
    flex-shrink: 0;
}

@media (min-width: 992px)
{
.link-thumbnail .favicon-bar-wrapper {
    background-size: contain;
}
}

.link-thumb{
    order-radius: 5px;
    border: 3px solid #cecece;
    margin-bottom: 10px;
    position: relative;
}

.link-thumbnail .favicon-bar-wrapper .favicon-bar-addressbar .favicon-bar-domain span{
    margin-left: -5px;
}

@media (max-width: 380px)
{
.link-thumbnail .favicon-bar-wrapper {
    background-size: 97%;
}
}

@media (max-width: 430px)
{
.link-thumbnail .favicon-bar-wrapper {
    background-size: 90%;
}
}

@media (max-width: 661px)
{
    .helpheats .helps{
        margin-bottom: 10px;
    }

    .helpheats .hates{
        margin-bottom: 10px;
    }


    .buttonvisit{
        display: none;
        position: relative;
    }

    .review_page .singlebookMarkTopPart{
        display: block;
    }

    .container {
    min-width: 0;
    width: 85%;
    min-width: 275px;
    }

    .item_group.catDetails {
    padding: 5px;
    }
    .container ol li span {
    font-size: 12px;
    line-height: 33px;
}
.breadcrumb li .img-tpd{
    margin: -10px 0px 0 0;
}
    
.breadcrumb li+li:before{
    margin: 0 0px 0 0;
}

.breadcrumb li.link-home a{
    padding: 10px 3px 10px 10px;
}

.breadcrumb li.link-category a{
    padding: 7px 4px 8px 8px;
}

.catDetails .singleBookmarkDesc .image:before{
    background: unset;
}
.review_page .singlebookMarkTopPart .singleReviewTopGrayBar{
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.custom-link-header{
    margin-bottom: 40px !important;
}

}

.btn-main .text{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 5px;
    -ms-flex-preferred-size: 82%;
    flex-basis: 82%;
    
    color: #ff9701;
    font-weight: bold;
}

.btn-main .link-icon {
    margin-left: auto;
    width: 33px;
    height: 18px;
    background: url(/wp-content/themes/myporn-new-lastomar/images/icon-arrow-right.svg) no-repeat;
    background-size: contain;
    transform: rotate(90deg);
}

.review_glass{
    opacity: 0;
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/wp-content/themes/myporn-new-lastomar/images/icon-search.svg) 50% 50% no-repeat;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(.889);
    -ms-transform: translateY(-50%) scale(.889);
    transform: translateY(-50%) scale(.889);
    right: 15px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.container .item_wrap .item_group li:hover .review_glass{
    opacity: 1;
}

.container .item_wrap{
    border: 3px solid #c5c5c5;
    border-radius: 10px 10px 10px 10px;
}

.link-thumbnail .favicon-bar-wrapper .favicon-bar-addressbar .sprite{
    border-radius: 50%;
}


.linkholder .link-holder{
    max-width: 888px;
   margin: 0 auto;
    margin-bottom: 20px;
}

.linkholder .link-holder .link {
    color: #fff;   
    font-size: 30px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 10px;
    background-color: #2eaf61;
    width: 100%;
    display: inline-block;
    padding: 17px;
    text-align: center;
}
.custom-link-header {
    position: relative;
    color: #fff;
    font-size: 39px;
    padding: 5px 5px 5px 0;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    margin: 0 0 5px 0;
    display: flex;
    align-items: center;
}

.custom-link-header h2, .link-header h1 {
    font-size: 26px;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
    color: #767676;
    flex-grow: 1;
    flex-shrink: 1;
    background-color: #fff;
    text-align : left;
    }
    .like_section{
        margin-top: 50px;
    }


@media (min-width: 661px) and (max-width: 1024px)
{
.dashboard_blocks .item_title h2 {
    line-height: 0px;
}
}

.popover {
    z-index: 999999; /* A value higher than 1010 that solves the problem */
}

.popover .icon{
    display: inline-block;
}

.singleReviewTopGrayBar a{
    color: #9798a0;
    text-decoration: none;

}

@media only screen and (max-width: 661px)
{
h3 {
    font-size: 18px !important;
    font-weight: bolder !important;
}

.custom_container_class .rectangle_width{
    max-width: 95%;
    margin: 0 auto;
}

}

.container .item_wrap .item_title a:hover{
    text-decoration: none;
    color: #fa9e43;
}

.popover.top > .arrow {
    margin-left: 0px;
}

.markfav {
    border-bottom: unset;
    font-size: 12px;
    line-height: 14px;
    padding: 5px;
    height: auto;
    color: rgb(75, 76, 79);
}

.text-bottom{
    padding: 45px 0;
    background-color: #ebeef2;
    position: relative;
    z-index: 0;
}

.content-text {
    text-shadow: 1px 1px #efefef;
    color: #6d6c6c;
    text-align: left;
    line-height: 1.8em;
    font-size: 15px;
}
.content-text__headline {
    color: #1e5497;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .6px;
    margin-bottom: 12px;
	line-height:1.8em;
}
.text-bottom-container{
    padding-top: 0px;
}

.content-text p {
    color: #787c80;
    font-weight: 400;
    line-height: 1.9em;
    text-align: left;
}
.content-text p.last_paragraph
{
    margin-bottom: 26px;
}

.content-text p.last_paragraph span.inner-heading {
    display: block;
    margin-bottom: 10px;
}

.footer{
    margin-top: 0px;
    z-index: 2;
}
.top-header-image{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99999;
}

.top-header-image img{
    width: 215px;
}

.container .item_wrap .item_group{
    overflow: inherit;
}

.custom_logo{
    position: absolute;
    top: -12px;
	right: -20px;
}

.custom_logo img{
    width: 100%;
	height:auto;
	max-width:336px;
    margin-top:24px;
}
.header{
    position: relative;
    max-width: 1100px;
    margin-top: 10px;
}

.logo{
    margin-right: -40px;
    padding-top: 32px;
}
.about{
    float: left;
}
.header_container{
    height: 201px;
    background: linear-gradient(160deg,
        #1a0012 0%,
        #2b0026 25%,
        #400036 50%,
        #2b0026 75%,
        #1a0012 100%);
    box-shadow: 0 0 25px rgba(255, 20, 147, 0.3);
    border-bottom: 1px solid rgba(255, 105, 180, 0.15);
}
.custom_logo_subpages{
    right: 20px;
}

/** WHITE BACKGROUND CLOUD BEHIND THE WELCOME TEXT **/ 

.about {
    position: relative;
    background-color: #fdfdfd;
    border: 3px solid #bababa;
    border-radius: 10px;
    color: #333;
    padding: 10px;
}

.about::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    top: 20px;
    border: 10px solid;
    border-color: transparent #bababa transparent transparent;
}

.about::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: -16px;
    top: 20px;
    border: 10px solid;
    border-color: transparent #fdfdfd transparent transparent;
}

@media (max-width: 1024px)
{
    .header{
        position: initial;
        margin-top: 0px;
    }
	

	
.custom_logo{
            display: none;
        }
}

.custom_container_class .item_wrap .item_group li .icon i
{
    border-radius: 50%;
}

.image_block_over .enter{
	/*pointer-events: all;*/
	/*visibility : visible;*/
	opacity: 1;
}

.image_block_over .enableclick{
	pointer-events: all;
}

/** NEW CSS START **/
/* @media all and (min-width:320px) and (max-width: 767px) {
	
} */

 @media screen and (max-width:767px) {
	 
	.custom_container_class ol {
    display: flex !important;
    align-items: center !important;
    overflow-y: scroll !important;
    flex-wrap: wrap !important;
		    height: 100%;
    max-height: 300px;
}
	 
	 .custom_container_class ol li.individualLiMagnigying {
    display: flex !important;
    width: 50% !important;
    padding: 4px 0 !important;
    height: auto;
}
	 
	 .custom_container_class ol li.individualLiMagnigying a.link {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
.mobile-text-info{
		margin-top:140px !important;
        width:250px !important;
	}

}


@media not all and (min-width: 320px) and (max-width: 767px) {
	.custom_container_class .item_wrap .item_group li {
		margin-bottom:4px;
	}
	
	
}

@media (min-width: 768px) and (max-width: 1015px)
{
    .logo {
        margin-right: 0px;
        margin-top: 8px;
        margin-left: 18px;
    }
    
    div.default {
        padding-top: 0px;
        margin-top: 0px;
        margin-left: 0px;
        font-size: 14px;
        width: 456px !important;
    }
    
}



@media (min-width: 991px) and (max-width: 1014px)
{
div.default{
width:513px !important;
text-align:justify !important;
font-size:12px;
}
.siteinfo .rightcolumn{
float:right !important;
position:absolute !important;
width:316px !important;
left:215px !important;
}
.siteinfo .rightcolumn .date
{bottom:-2px !important}
.siteinfo .rightcolumn .ads
{bottom:-2px !important}
.siteinfo .rightcolumn .desc
{padding-bottom:2px !important}

.about {
  margin-top:13px !important;
}

.mobile-text-info{
        text-align: unset !important;
        margin-left:402px !important;
    }
.bookmark{
        margin-left:14px !important;
        margin-top:3px !important;
    }
}



@media (min-width: 1015px) and (max-width: 1024px)
{   
    .logo {
        margin-right: 0px;
        margin-top: 18px;
        margin-left: 18px;
    }
	
    div.default {
        padding-top: 0px;
        margin-top: 0px;
        margin-left: 20px;
        font-size: 14px;
        width: 651px !important;
    }
    
    .siteinfo {
        position: relative;
    }
    
    .siteinfo .rightcolumn {
        float: none !important;
        width: 450px !important;
        position: absolute !important;
        right: 0px !important;
        left: 219px !important;
        font-size: 14px;à
        height: 110px !important;
    }

   .siteinfo .rightcolumn{float: right;
  height: 110px !important;
}
    .about {
        width: 100% !important;
        max-width: 712px !important;
        padding: 10px !important;
		margin-left:45px !important;
		margin-top:49px !important;
    }
 .mobile-text-info{
        position:absolute !important;
        left:376px !important;
    }
	.bookmark{
        margin-left:13px !important;
		margin-top:5px !important;
        padding-top: 9px !important;
        padding-bottom: 70px !important;
    }
 .mobile-text-info h1{
         background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
  background-size: 150%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 1px rgba(255, 200, 0, .3));
  animation: MoveBackgroundPosition 6s ease-in-out infinite;
  font-weight:700 !important;
  font-size:15px !important;;
  padding-top:16px !important;
    }
}

/* Styles for screens between 991px and 1204px */
@media (min-width: 991px) and (max-width: 1204px) {
    .title_custom_css h2 {
  padding: 1px 5px;
  background-color: white !important;
  height: 56px;
  font-size: 15px;
  line-height: 1px;
  padding-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400; !important
    }
    div.main-footer-content-box {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
}

/* Styles for screens between 767px and 990px */
@media (min-width: 767px) and (max-width: 990px) {
    .title_custom_css h2 {
  padding: 1px 5px;
  background-color: white !important;
  height: 56px;
  font-size: 15px;
  line-height: 1px;
  padding-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400; !important
    }
    div.main-footer-content-box {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    .siteinfo .rightcolumn{
        width:438px!important;
    }
	.about{
        margin-left:30px!important;
        width:465px !important;
		margin-top:8px !important;
    }
    div.default {
        text-align:justify !important;
        width: 439px !important;
	font-size:12px;
    }

}

/* Styles for screens smaller than 325px */
@media (max-width: 325px) {
    .title_custom_css h2 {
  padding: 1px 5px;
  background-color: white !important;
  height: 56px;
  font-size: 15px;
  line-height: 1px;
  padding-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400; !important
    }
    div.main-footer-content-box {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

}

@media (max-width: 376px) {
    .mobile-text-info {
        width: 250px !important;
    }
    }

@media (min-width: 767px) and (max-width: 782px){
.row {margin-left:10px!important;margin-right:10px!important;}
.col-sm-3{margin-right:-3px!important;}}

@media (min-width: 1025px) {
  .siteinfo .rightcolumn{float: right;
  width: 308px !important;
  height: 110px !important;
  position: absolute !important;
  left: 219px !important;
}
.custom_logo img {
margin-right: -20px;
}
.about {
  margin-top:14px !important;
  margin-left:53px !important;
  text-align: justify !important;
  font-size:12px;
}
.mobile-text-info h1{
  padding-top:8px !important;
  background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
  background-size: 150%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 1px rgba(255, 200, 0, .3));
  animation: MoveBackgroundPosition 6s ease-in-out infinite;
  font-weight:700 !important;
  font-size:15px !important;
}
}
.bookmark{
width: 299px!important;
padding-top: 7px!important;
padding-bottom: 70px;
margin-left: 2px;
}
.bookmark a{
  font-size:11px !important;
}
.logo{
  padding-top:32px !important;
}
}

@media (max-width: 990px) {
    div.bookmark {
        display: none !important;
    }
    }

@media (min-width: 991px) and (max-width: 1024px) {
    .bookmark a {
  font-size: 12px !important;
    }
.bookmark {
  width: 324px !important;
}
    }

@keyframes MoveBackgroundPosition { 
  0% {
      background-position: 0% 50%
  }
  
  50% {
    background-position: 100% 50%
  }
  
  100% {
    background-position: 0% 50%
  }
}
@media (min-width: 468px) and (max-width: 991px) {
    .col-sm-3 {
        width: 100%;
        float: none;
    }

    .custom_container_class ol {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
        max-height: 33vh;
        overflow-y: auto;
    }

    .custom_container_class ol li.individualLiMagnigying {
        width: 33.33%;
        display: flex;
        align-items: center;
        padding: 10px 0;
    }

    .custom_container_class ol li.individualLiMagnigying a.link {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        vertical-align: middle;
    }

    .custom_container_class .item_wrap .item_group {
        padding: 10px 0;
        position: relative;
        overflow: hidden;
        max-height: 33vh;
    }

    .custom_container_class .item_wrap .item_group.overflow li:last-child {
        opacity: 0.05;
        margin-bottom: -20px;
        filter: blur(4px);
    }

    .icon {
        top: 0 !important;
    }

    .custom_container_class .item_wrap .item_group li::before {
        margin-top: 0 !important;
    }
   
    .bookmark{
        display: none;
    }
}