o/*
 Theme Name:   Vlog Child
 Theme URI:    http://yaqeenwp.wpengine.com/vlog-child/
 Description:  Vlog Child Theme
 Author:       Meks
 Author URI:   http://mekshq.com
 Template:     vlog
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  vlog-child
*/

@media (max-width: 767px){
    html > body {
        font-size: 20px;
        line-height: 28px;
    }
}
.header-no-container{
    padding: 0 40px;
}
.vlog-site-content.padding-top-0 {
    padding-top: 0;
}

.vlog-featured-6 {
    position: relative;
    margin-bottom: 50px;
    background-color: #0b0b0b;
}
.vlog-featured-6 .donate-button{
    position: absolute;
    bottom: 50px; right: 0;
}

@media (max-width: 992px) {
    .vlog-featured-6 {
        margin-top: 50px;
    }
}

@media (max-width: 782px) {
    .vlog-featured-6 {
        margin-bottom: 30px;
    }
}

.vlog-featured-6:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-filter: blur(35px);
    -moz-filter: blur(35px);
    -o-filter: blur(35px);
    -ms-filter: blur(35px);
    filter: blur(35px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='35');
}

.vlog-featured-6 .vlog-fa-6-wrapper {
    position: relative;
    : 2;
    max-width: 80%;
    padding-top: 40px;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 992px) {
    .vlog-featured-6 .vlog-fa-6-wrapper {
        margin-top: 50px;
    }
}

@media (max-width: 782px) {
    .vlog-featured-6 .vlog-fa-6-wrapper {
        padding-bottom: 20px;
    }
}

.vlog-featured-6 .vlog-fa-6-wrapper .fa-item {
    float: left;
    width: 22%;
    margin-right: 2%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.vlog-featured-6 .vlog-fa-6-wrapper .fa-item:hover {
    -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.75);
}

@media (max-width: 782px) {
    .vlog-featured-6 .vlog-fa-6-wrapper .fa-item {
        width: 49%;
    }
    .vlog-featured-6 .vlog-fa-6-wrapper .fa-item .fa-inner{
        min-height: 152px !important;
    }
}

@media (max-width: 500px) {
    .vlog-featured-6 .vlog-fa-6-wrapper .fa-item {
        width: 100%;
        margin-right: 0; margin-bottom: 20px;
    }
    .vlog-featured-6 .vlog-fa-6-wrapper .fa-item .fa-inner{
        min-height: inherit !important;
    }
}

.vlog-featured-6 .vlog-fa-6-wrapper .fa-item:nth-of-type(1) {
    width: 50%;
    margin-right: 4%;
    margin-bottom: -30px;
}

@media (max-width: 782px) {
    .vlog-featured-6 .vlog-fa-6-wrapper .fa-item:nth-of-type(1) {
        width: 100%;
        margin-bottom: 30px;
    }
}

.vlog-featured-6 .vlog-fa-6-wrapper .fa-item:nth-of-type(1) .fa-inner {
    position: relative;
    background-color: #000;
    min-height: inherit !important;
}

.vlog-featured-6 .vlog-fa-6-wrapper .fa-item:nth-of-type(1) .fa-inner .excerpt p{
    display: none;
}

.vlog-featured-6 .vlog-fa-6-wrapper .fa-item:nth-of-type(1) .fa-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-filter: blur(35px);
    -moz-filter: blur(35px);
    -o-filter: blur(35px);
    -ms-filter: blur(35px);
    filter: blur(35px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='35');
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    -o-opacity: 0.6;
    -ms-opacity: 0.6;
    opacity: 0.6;
}

.vlog-featured-6 .vlog-fa-6-wrapper .fa-item:nth-of-type(1) .fa-inner .entry-title {
    position: relative;
    z-index: 2;
    font-size: 20px;
}

.vlog-featured-6 .vlog-fa-6-wrapper .fa-item:nth-of-type(1) .fa-inner .entry-title a {
    color: white;
}

.vlog-featured-6 .vlog-fa-6-wrapper .fa-item:nth-of-type(1) .fa-inner .entry-meta {
    position: relative;
    z-index: 2;
}

.vlog-featured-6 .vlog-fa-6-wrapper .fa-item:last-of-type {
    margin-right: 0;
}

.vlog-featured-6 .vlog-fa-6-wrapper .fa-item .fa-inner {
    background-color: #fff;
    padding: 15px;
    /*min-height: 30px;*/
}

@media (max-width: 1450px) {
    .vlog-featured-6 .vlog-fa-6-wrapper .fa-item .fa-inner {
      /*  min-height: 172px; */
    }
}


@media (max-width: 1300px) {
    .vlog-featured-6 .vlog-fa-6-wrapper .fa-item .fa-inner {
      /*  min-height: 212px; */
    }
}

@media (max-width: 1060px) {
    .vlog-featured-6 .vlog-fa-6-wrapper .fa-item .fa-inner {
        /* min-height: 252px; */
    }
}

.vlog-featured-6 .vlog-fa-6-wrapper .fa-item .fa-inner .excerpt p{
    height: 54px;
    overflow: hidden;
    margin-bottom: 0;
}

.vlog-featured-6 .vlog-fa-6-wrapper .fa-item .fa-item-image img {
    width: 100%;
}

.vlog-share-single-rounded {
    position: fixed;
    left: -53px;
    top: 50%;
    z-index: 9;
    width: 51px;
    margin-bottom: 20px;
    padding: 10px 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.vlog-share-single-rounded.active {
    left: 0;
}

.vlog-share-single-rounded a {
    float: left;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.vlog-share-single-rounded a:hover {
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}

.vlog-share-single-rounded a > .fa {
    color: white;
    padding-top: 12px;
}

@media (max-width: 1240px) {
    .vlog-share-single-rounded a > .fa {
        width: 40px;
    }
}

.vlog-share-single-rounded a > span {
    display: none;
}

.vlog-share-single-rounded a.social-open {
    position: absolute;
    left: 110%;
    top: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}

.vlog-share-single-rounded a.social-open > .fa {
    color: black;
    margin-left: 3px;
}

.vlog-share-single-rounded a.social-open.active {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.vlog-share-single-rounded a.social-open:hover {
    background-color: #000;
}

.vlog-share-single-rounded a.social-open:hover > .fa {
    color: #fff;
}

.vlog-share-single-rounded .views-counter {
    float: left;
    color: black;
    font-size: 14px;
    text-align: center;
    line-height: normal;
}
.vlog-share-single-rounded-icons{
    display: block;
    margin-bottom: 20px;
}
.vlog-share-single-rounded-icons a{
    float: left;
    width: 35px;
    height: 35px;
    margin-left: 10px;
    color: white !important;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.vlog-share-single-rounded-icons a:hover{
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    -khtml-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.vlog-share-single-rounded-icons span{
    display: none;
}
.vlog-share-single-rounded-icons .fa{
    float: left;
    width: 35px;
    height: 35px;
    line-height: 2.2;
    text-align: center;
}
.vlog-share-single-rounded-icons .views-counter{
    display: none;
    float: left;
    padding: 5px 10px;
}

/**
* Subscribe Popup
*/
.popup{
    position: fixed; top: 50%; left: 50%; z-index: 100000; display: none;
    z-index: 10000002;
    width: 400px; height: auto;
    margin-left: -200px;  margin-top: -150px;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 500px) {
    .popup{
        width: 300px;
        margin-left: -150px;
    }
}
.popup .msg{
    display: block;  display: none;
    text-align: center;
}
.popup .close-popup{
    float: right;
    width: 30px;  height: 30px;
    position: relative;
    cursor: pointer;
}
.popup .close-popup:before, .popup .close-popup:after{
    content: '';
    position: absolute;
    width: 27px;
    height: 1px;
    background-color: #807d7d;
    top: 10px;
}
.popup .close-popup:before{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 2px;
}
.popup .close-popup:after{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 2px;
}
.popup.subscribe_popup input{
    margin-bottom: 10px;
}
.popup.subscribe_popup .subscribe_popup_submit {
    display: block;
    margin: 10px auto;
}
.area-6-sing-up .mc4wp-form{
    margin-top: 0;
}
.area-6-sing-up .mc4wp-form .mc4wp-form-fields p{
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
}
.area-6-sing-up .mc4wp-form .mc4wp-form-fields p input[type="email"],.area-6-sing-up .mc4wp-form .mc4wp-form-fields p input[type="text"]{
    width: 235px;
}
.area-6-sing-up .mc4wp-form .mc4wp-form-fields p:last-child{
    margin-right: 0;
}
.area-6-sing-up h4{
    float: left;

    margin-right: 20px;
    line-height: 2.4;
    font-size: 18px;
}
.area-6-sing-up .sing-up-inner{
    width: 75%;
    display: block;
    margin: 0 auto;
}
@media (max-width: 1270px) {
    .area-6-sing-up h4{
        float: none;
        text-align: center;
    }
    .area-6-sing-up .mc4wp-form .mc4wp-form-fields{
        float: none;
        text-align: center;
    }
    .area-6-sing-up .mc4wp-form .mc4wp-form-fields p{
        float: none;
        display: inline-block;
    }
}

@media (max-width: 670px) {
    .area-6-sing-up .mc4wp-form .mc4wp-form-fields p{
        display: block;
        margin-bottom: 10px;
    }
    .area-6-sing-up .mc4wp-form .mc4wp-form-fields p input[type="email"],.area-6-sing-up .mc4wp-form .mc4wp-form-fields p input[type="text"]{
        margin: 0 auto;
    }
}
.donate-iframe{
    width: 100%;
    height: 830px;
    border: 0;
}
@media (max-width: 580px) {
    .donate-iframe{
        height: 890px;
    }
}
@media (max-width: 480px) {
    .donate-iframe{
        height: 950px;
    }
}
@media (max-width: 440px) {
    .donate-iframe{
        height: 1020px;
    }
}
@media (max-width: 400px) {
    .donate-iframe{
        height: 1040px;
    }
}
@media (max-width: 370px) {
    .donate-iframe{
        height: 1140px;
    }
}
@media (max-width: 350px) {
    .donate-iframe{
        height: 1200px;
    }
}


.vlog-featured-7{
    margin-bottom: 35px;
}

.vlog-featured-7 .vlog-featured-item .vlog-cover-bg img{
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vlog-featured-7 .vlog-cover-bg{
    position: relative;
}
.vlog-featured-7 .vlog-cover-bg:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

@media (max-width: 797px) {
    .vlog-featured-7 .vlog-featured-item .vlog-cover-bg img{
        max-width: inherit;
    }
}
.vlog-featured-info-7{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.layout-7-cover-area{
    width: 350px;
    float: left;
    clear: left;
}
@media (max-width: 1200px) {
    .layout-7-cover-area{
        float: none;
        display: block;
        margin: 0 auto;
    }
    .vlog-featured-7 .vlog-cover-bg{
        height: 430px !important;
    }
}
@media (max-width: 400px) {
    .layout-7-cover-area{
        width: 300px;
    }
    .vlog-featured-info-7 .container{
        padding: 0;
    }
}
.layout-7-cover-area .widgettitle, .layout-7-cover-area:first-child .textwidget{
    color: white;
    text-align: center;
    margin-bottom: 15px;
}
.layout-7-cover-area:first-child .textwidget{
    font-weight: bold;
}
.sc-checkout-form{
    float: left;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
}
.sc-checkout-form .sc-form-group:first-child label:first-child{
    background-color: #F38E1C;
    padding: 20px;
    width: 100%;
    color: white;
}
@media (max-width: 400px) {
    .sc-checkout-form .sc-form-group:first-child label:first-child {
        padding: 10px;
    }
    .sc-checkout-form .sc-uea-container{
        width: 39%;
    }
    .sc-checkout-form .sc-form-group label{
        font-size: 12px;
    }
}
.sc-checkout-form .sc-payment-btn {
    width: 90%;
    background-color: #28a0e5;
    background-image: none;
    border: 0;
    padding: 10px;
    color: white;
    margin: 0 auto 20px;
    display: block;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.sc-form-group label{
    padding: 0 20px;
}
.sc-checkout-form .sc-payment-btn:hover {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
}
.sc-checkout-form .sc-payment-btn span{
    background-image: none;
}
.sc-checkout-form .sc-uea-container{
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 90%;
    margin: 10px auto 0;
}
.sc-checkout-form .sc-uea-container:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.sc-checkout-form .sc-uea-container .sc-uea-custom-amount{
    border: 0;
    padding: 0;
    font-size: 24px;
    width: 80%;
    color: #28a0e5;
    box-shadow: none;
}
.sc-checkout-form .sc-uea-container .sc-uea-currency-before{
    margin-top: 8px;
    float: left;
    margin-right: 10px;
}
.sc-checkout-form .sc-uea-container .sc-uea-custom-amount:focus{
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.vlog-featured-info-2 h2.h1{
    font-size: 28px;
    line-height: 36px;
}


@media (max-width: 800px) {
    .vlog-featured-info-2 h2.h1{
        font-size: 28px;
        line-height: 36px;
    }
}
@media (max-width: 400px) {
    .sc-checkout-form .sc-form-group{
        font-size: 15px;
    }
}

.vlog-author-box {
    padding: 20px;
    margin-bottom: 20px;
}

#dark-overlay {
    z-index: 10000001;
    visibility: hidden;
    background: rgba(0,0,0,0.75);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

/*Custom CSS*/

.meta-item {
    font-size: 11px;
}

.vlog-fa-5-wrapper .fa-item:nth-of-type(1){
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}
.wpb_text_column  .wpb_wrapper{
    float:left;
}
.widget .vlog-count{
    position: initial;
}
/*
.widget a .category-text{
    left:0;
}
*/
.entry-content-single a{
  color: #000000;
}
/*
nav.vlog-main-navigation {
background: linear-gradient(90deg, #FFF 87%, #F38E1C 13%)
}
*/
.vlog-main-nav .sub-menu li:hover > a, .vlog-main-nav > .current_page_item > a, .vlog-main-nav .current-menu-item > a, .vlog-main-nav li:not(.menu-item-has-children):hover > a, .vlog-actions-button.vlog-action-search:hover span, .dl-menuwrapper li a:focus, .dl-menuwrapper li a:hover, .dl-menuwrapper button:hover{
    background-color: inherit;
}

.page-id-601 header, .vlog-sticky-header.vlog-site-header {
display: none;
}

.paypal-btn {

  width: 90%;
  background-color: #28a0e5;
  background-image: none;
  padding: 10px;


  color: white;
  margin: 0 auto 20px;
  display: block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 0;


}
.paypal-btn:hover {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
}

#post-681 .vlog-featured-2 .vlog-cover:before{
  background: -moz-linear-gradient(left,#000 0,#000 40%,rgba(0,0,0,0) 85%);
    background: -webkit-linear-gradient(left,#000 0,#000 40%,rgba(0,0,0,0) 85%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#000),color-stop(40%,#000),color-stop(85%,rgba(0,0,0,0)));
    background: linear-gradient(to right,#000 0,#000 0%,rgba(0,0,0,0) 45%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
}

.home .vlog-featured-2 .vlog-cover:before{
  background: -moz-linear-gradient(left,#000 0,#000 40%,rgba(0,0,0,0) 85%);
    background: -webkit-linear-gradient(left,#000 0,#000 40%,rgba(0,0,0,0) 85%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#000),color-stop(40%,#000),color-stop(85%,rgba(0,0,0,0)));
    background: linear-gradient(to right,#000 0,#000 0%,rgba(0,0,0,0) 45%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
}

.page-id-601 header, .vlog-sticky-header.vlog-site-header {
display: none;
}

#post-901 .vlog-featured-2 .vlog-cover:before{
  background: -moz-linear-gradient(left,#000 0,#000 40%,rgba(0,0,0,0) 85%);
    background: -webkit-linear-gradient(left,#000 0,#000 40%,rgba(0,0,0,0) 85%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#000),color-stop(40%,#000),color-stop(85%,rgba(0,0,0,0)));
    background: linear-gradient(to right,#000 0,#000 0%,rgba(0,0,0,0) 45%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
}


#post-1017 .vlog-featured-2 .vlog-cover:before{
  background: -moz-linear-gradient(left,#000 0,#000 40%,rgba(0,0,0,0) 85%);
    background: -webkit-linear-gradient(left,#000 0,#000 40%,rgba(0,0,0,0) 85%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#000),color-stop(40%,#000),color-stop(85%,rgba(0,0,0,0)));
    background: linear-gradient(to right,#000 0,#000 0%,rgba(0,0,0,0) 45%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
}

#post-1389 .vlog-featured-2 .vlog-cover:before{
  background: -moz-linear-gradient(left,#000 0,#000 40%,rgba(0,0,0,0) 85%);
    background: -webkit-linear-gradient(left,#000 0,#000 40%,rgba(0,0,0,0) 85%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#000),color-stop(40%,#000),color-stop(85%,rgba(0,0,0,0)));
    background: linear-gradient(to right,#000 0,#000 0%,rgba(0,0,0,0) 45%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
}

.page-id-1598 .vlog-featured-7 .vlog-cover-bg:before{
    background-color: rgba(0, 0, 0, 0);
}

/*Start CSS Added By Shahzad
div[id^="ctl-horizontal-slider-"]{display:none;}
#shortcode-widget-2{display:block;}
@media (max-width:1000px){
div[id^="ctl-horizontal-slider-"]{display:block;}
#shortcode-widget-2{display:none;}
}
End CSS Added By Shahzad*/
/*.page-id-1598 .mks_author_link, .mks_read_more a, .vlog-button, .vlog-load-more a, .vlog-pagination .vlog-next a, .vlog-pagination .vlog-prev a, .wpcf7-submit, a.mks_button, input[type=button], input[type=submit] {
    font-size: 18px;
    padding: 20px 50px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border: none;
    line-height: 1;
}
