/* Table of Content
==================================================
    1.0  -  Custom Class
    2.0  -  Browser Fix
    3.0  -  DT Responsive*/

/*--------------------------------------------------------------
    1.0 - Custom Class
    --------------------------------------------------------------*/

.dt-sc-coupon .dt-sc-tb-content,
.dt-sc-coupon .dt-sc-tb-content h5,
a.video-image span:after,
.custom-hover img,
.dark-bg-overlay > .vc_column-inner:before,
.custom-blockquote .custom-blockquote-content-section .dt-sc-image-flip,
.custom-blockquote .custom-blockquote-icon-section > .vc_column-inner .wpb_wrapper:before,
.custom-blockquote .custom-blockquote-icon-section > .vc_column-inner .wpb_wrapper:after,
.dt-sc-custom-testimonial .vc_column-inner,
.dt-sc-custom-testimonial .dt-sc-testimonial.type2 blockquote:after,
.dt-sc-custom-testimonial .dt-sc-testimonial.type2 .dt-sc-testimonial-author > span img
{
            transition: all .3s linear;
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.title_uppercase
{
    text-transform: uppercase;
}
.title_bold
{
    font-weight: bold;
}
.title_semibold
{
    font-weight: 600;
}
.title_italic
{
    font-style: italic;
}
.title_lighter
{
    font-weight: 300;
}

/* http://prntscr.com/dydrzx = Reseller     Hosting page */
.extend-bg-fullwidth-left:not(.vc_col-has-fill):after,
.extend-bg-fullwidth-right:not(.vc_col-has-fill):after,
.extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:after,
.extend-bg-fullwidth-right.vc_col-has-fill > .vc_column-inner:after
{
    content: '';
    display: inline !important;
    height: 100%;
    position: absolute;
    top: 0;
    width: 9999px;
    z-index: -1;
}
.extend-bg-fullwidth-left:not(.vc_col-has-fill):after,
.extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:after
{
    right: 100%;
}
.extend-bg-fullwidth-right:not(.vc_col-has-fill):after,
.extend-bg-fullwidth-right.vc_col-has-fill > .vc_column-inner:after
{
    left: 100%;
}

.extend-bg-fullwidth-left:after,
.extend-bg-fullwidth-right:after,
.extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:after,
.extend-bg-fullwidth-right.vc_col-has-fill > .vc_column-inner:after
{
    background-color: inherit;
}

.dt-sc-special-testimonial-container .extend-bg-fullwidth-left:after,
.dt-sc-special-testimonial-container .extend-bg-fullwidth-right:after
{
    background: none;
}


.vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-left:not(.vc_col-has-fill):after,
.vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:after
{
    box-shadow: 8px 0 0 0 #fff;
    right: 0;
    transform: skewX(-30deg) translateX(18px);
    z-index: 0;
}

.vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-left:not(.dt-col-static-position) > .vc_column-inner
{
    position: relative;
    z-index: 1 !important;
}

.vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:before
{
    left: 0;
    transform: skewX(-30deg) translateX(-32px);
}

.vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-left[class*='dt-skin-'],
.vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-right[class*='dt-skin-']
{
    background-color: transparent;
}


a.video-image span
{
    color: #fff;
    font-size: 40px;
    height: 75px;
    line-height: 75px;
    position: relative;
            transition: all .3s linear;
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    width: 75px;
}
a.video-image span:after
{
    background: #2b2b2b;
    border-radius: 50%;
            box-shadow: 0 0 0 5px rgba(255,255,255,.35);
       -moz-box-shadow: 0 0 0 5px rgba(255,255,255,.35);
    -webkit-box-shadow: 0 0 0 5px rgba(255,255,255,.35);
    color: #fff;
    content: '';
    display: block;
    height: 75px;
    left: -2px;
    line-height: 75px;
    position: absolute;
    top: 0;
    width: 75px;
    z-index: -1;
}
a.video-image span:hover:after
{
    background: #fff;
}


.image-overlay-icon .vc_single_image-wrapper
{
    position: relative;
}
.image-overlay-icon .vc_single_image-wrapper:before
{
    background: rgba(0,0,0,.4);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.image-overlay-icon a.video-image
{
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
            transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
}


.gradient-parallax:before
{
    background:    -moz-linear-gradient(left, rgba(242, 243, 246, 1) 20%, rgba(242, 243, 246, .72) 30%, rgba(229, 229, 229, 0) 40%, rgba(229, 229, 229, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(242, 243, 246, 1) 20%, rgba(242, 243, 246, .72) 30%, rgba(229, 229, 229, 0) 40%, rgba(229, 229, 229, 0) 100%);
    background:         linear-gradient(to right, rgba(242, 243, 246, 1) 20%, rgba(242, 243, 246, .72) 30%, rgba(229, 229, 229, 0) 40%, rgba(229, 229, 229, 0) 100%);
    content: '';
    display: block;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f3f6', endColorstr='#00e5e5e5', GradientType=1);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.gradient-parallax .gradient-content
{
    padding-right: 45px;
    z-index: 9;
}

.footer-stripe h2
{
    letter-spacing: .5px;
}
.footer-stripe p
{
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.estimate-number small
{
    color: #777;
    font-size: 14px;
    margin-right: 25px;
}
.estimate-number p
{
    color: #020202;
    font-size: 24px;
    font-weight: 600;
}
.estimate-number p i
{
    margin-right: 10px;
}
.estimate-form p
{
    display: block;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.estimate-form input,
.estimate-form textarea
{
    padding: 14px 20px;
}
.estimate-form .selection-box select
{
    padding: 14px 20px 12px;
}
.estimate-form .selection-box:before
{
    border: none;
    bottom: 0;
    content: '\f107';
    font-family: FontAwesome;
    font-size: 16px;
    height: 16px;
    margin: auto;
    top: 0;
    line-height: 1;
}
.estimate-form input[type='number']
{
    padding-right: 15px;
}
.estimate-form .selection-box select
{
    height: auto;
}
.estimate-form .selection-box:after
{
    border: 0;
}
.estimate-form input[type='submit']
{
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
    color: #000;
    float: none;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.estimate-form input[type='submit']:hover
{
            box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .2);
    color: #fff;
}
.estimate-form .ajax-loader
{
    position: absolute;
}
.estimate-form input[type='submit']
{
    font-size: 16px;
    padding: 16px 28px 14px;
    text-transform: capitalize;
    width: 100%;
}


@media all and (-ms-high-contrast:none)
{
    .estimate-form .selection-box:before
    {
        display: none;
    } /* IE10 */
    *::-ms-backdrop,
    .estimate-form .selection-box:before
    {
        display: none;
    } /* IE11 */
}

.slider-overlap
{
    border-radius: 50%;
    color: currentColor;
    /*padding: 100px 0 0;*/
    text-align: center;
}

.slider-overlap h2
{
    font-size: 36px;
    text-shadow: 3px 3px 0 rgba(0,0,0,.15);
}

.slider-overlap h3
{
    font-size: 28px;
    text-shadow: 3px 3px 0 rgba(0,0,0,.15);
}

.slider-overlap .wpb_single_image
{
    margin-bottom: 0;
}


.custom-hover .wpb_wrapper a:first-child
{
    margin-right: 10px;
}
.custom-hover .wpb_wrapper a:last-child
{
    margin-left: 10px;
}


.text-with-bg-image
{
    backface-visibility: hidden;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    background-image: -webkit-linear-gradient(transparent, transparent), url(../images/contact-no-1.jpg);
    background-position: left;
    background-size: 100%;
    display: inline-block;
    float: none;
    font-size: 100px;
    font-weight: 900;
    letter-spacing: 4px;
    line-height: normal;
    text-shadow: 4px 4px 0 rgba(0,0,0,.25);
    -webkit-text-fill-color: transparent;
}

p.text-with-bg-image { 	margin-bottom:10px; }

.tab-over-parallax
{
    margin-top: -55px;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    ::i-block-chrome,
    .tab-over-parallax
    {
        margin-top: -54px;
    }
}


/*----*****---- << Custom Blockquote >> ----*****----*/

.custom-blockquote
{
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.custom-blockquote > .wpb_column:first-child
{
    width: 33%;
}
.custom-blockquote > .wpb_column:nth-child(2)
{
    margin-left: -10%;
    width: 77%;
}

.custom-blockquote.alternate > .wpb_column:first-child
{
    float: right;
    width: 77%;
}
.custom-blockquote.alternate > .wpb_column:nth-child(2)
{
    width: 33%;
    z-index: -1;
}

.custom-blockquote.alternate .custom-blockquote-content-section .wpb_row.vc_inner .wpb_column:first-child
{
    float: right;
}
.custom-blockquote.alternate .custom-blockquote-content-section .wpb_row.vc_inner .wpb_column:last-child
{
    float: left;
}

.custom-blockquote.alternate .custom-blockquote-icon-section span
{
    float: right;
}

.custom-blockquote .custom-blockquote-icon-section > .vc_column-inner .wpb_wrapper:before
{
    border-right: 100px solid transparent;
    border-top-style: solid;
    border-top-width: 0;
    bottom: auto;
    content: '';
    height: 0;
    left: 15px;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 0;
}

.custom-blockquote:hover .custom-blockquote-icon-section > .vc_column-inner .wpb_wrapper:before
{
    border-top-width: 100px;
}

.custom-blockquote .custom-blockquote-icon-section > .vc_column-inner .wpb_wrapper:after
{
    bottom: auto;
    content: '\275D';
    font-size: 0;
    left: 22px;
    line-height: normal;
    margin: 0;
    position: absolute;
    text-align: center;
    top: -15px;
}

.custom-blockquote.alternate .custom-blockquote-icon-section > .vc_column-inner .wpb_wrapper:before
{
    border-left: 100px solid transparent;
    border-right: none;
    left: auto;
    right: 15px;
}

.custom-blockquote.alternate .custom-blockquote-icon-section > .vc_column-inner .wpb_wrapper:after
{
    left: auto;
    right: 22px;
}

.custom-blockquote:hover .custom-blockquote-icon-section > .vc_column-inner .wpb_wrapper:after
{
    font-size: 80px;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    ::i-block-chrome,
    .custom-blockquote:hover .custom-blockquote-icon-section > .vc_column-inner .wpb_wrapper:after
    {
        font-size: 80px;
    }
}


.custom-blockquote .custom-blockquote-content-section .dt-sc-image-flip
{
    border: 10px solid #fff;
}
.custom-blockquote .custom-blockquote-content-section h6
{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
}
.custom-blockquote .custom-blockquote-content-section h6 strong
{
    font-weight: 300;
    text-transform: initial;
}
.custom-blockquote .custom-blockquote-content-section h3
{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 28px;
    text-transform: none;
}
.custom-blockquote .custom-blockquote-content-section .dt-sc-button
{
    margin: 7px 0 0;
}

.custom-blockquote:hover .custom-blockquote-content-section .dt-sc-image-flip img:last-child
{
    opacity: 1;
}

.custom-blockquote .custom-blockquote-content-section .wpb_content_element
{
    margin-bottom: 0;
}


@media all and (-ms-high-contrast:none)
{
    .tab-over-parallax
    {
        margin-top: -54px;
    }/* IE10 */
    *::-ms-backdrop,
    .tab-over-parallax
    {
        margin-top: -54px;
    } /* IE11 */
}

.dt-sc-intro-section h2
{
    border: 10px solid transparent;
    border-image-repeat: round;
    border-image-slice: 30;
    border-image-source: url(../images/intro-section-title-bg.jpg);
    border-image-width: 10px;
    font-size: 60px;
    line-height: 80px;
    padding: 20px;
    text-align: center;
}

.custom-square i
{
    font-size: 10px;
    margin-right: 15px;
}
.mask-images img
{
    display: block;

    -webkit-mask-image: url(../images/mask-image.png);
            mask-image: url(../images/mask-image.png);
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
}
.mask-images.image2 img
{
    -webkit-mask-image: url(../images/mask-image2.png);
            mask-image: url(../images/mask-image2.png);
}
.mask-images.image3 img
{
    -webkit-mask-image: url(../images/mask-image3.png);
            mask-image: url(../images/mask-image3.png);
}
.mask-images.image4 img
{
    -webkit-mask-image: url(../images/mask-image4.png);
            mask-image: url(../images/mask-image4.png);
}
.mask-images.image5 img
{
    -webkit-mask-image: url(../images/mask-image5.png);
            mask-image: url(../images/mask-image5.png);
}
.mask-images.image6 img
{
    -webkit-mask-image: url(../images/mask-image6.png);
            mask-image: url(../images/mask-image6.png);
}
.mask-images.image7 img
{
    -webkit-mask-image: url(../images/mask-image7.png);
            mask-image: url(../images/mask-image7.png);
}

table.job-table
{
    border: none;
}
.job-table th
{
    border: none;
    color: #414141;
    cursor: pointer;
    font-size: 18px;
    padding: 18px 20px 15px;
    text-align: left;
    text-transform: capitalize;
}

.job-table tbody tr td a
{
    color: #777;
}
.job-table tbody td
{
    border-bottom: none;
    padding: 20px 15px;
    text-align: left;
}

.page-template-default:not(.woocommerce-page) .type-page .job-table tbody tr:nth-child(odd) td { background: #fff; }
.page-template-default:not(.woocommerce-page) .type-page .job-table tbody tr:nth-child(even) td { background: rgba(0, 0, 0, .03); }

.job-table th.headerSortUp:after,
.job-table th:after
{
    content: '\f077';
    float: right;
    font-family: FontAwesome;
    font-size: 11px;
    position: relative;
    top: 2px;
}
.job-table th:after
{
    content: '\f078';
}

.contact-newsletter .dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm input[type='email']
{
    background-color: #ebebeb;
    border: 0;
    border-radius: 5px 0 0 5px;
    margin: 0;
    padding: 15px 20px 14px;
    width: 55%;
}
.contact-newsletter .dt-sc-newsletter-section.type1 input[type='submit']
{
    border-radius: 0 5px 5px 0;
}
.contact-newsletter .dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm
{
    width: 100%;
}

.custom-contact-form p
{
    display: inline-block;
    width: 100%;
}
.custom-square.type2 p
{
    padding-left: 20px;
    position: relative;
}
.custom-square.type2 i
{
    left: 0;
    position: absolute;
    top: 6px;
}

.outer-frame-border
{
    float: left;
    font-size: 16px;
    line-height: 30px;
    padding: 40px 50px 35px 25px;
    position: relative;
    width: 100%;
}
.outer-frame-border:before
{
    border: 1px solid;
    content: '';
    position: absolute;
            transition: all .75s ease 0s;
       -moz-transition: all .75s ease 0s;
        -ms-transition: all .75s ease 0s;
         -o-transition: all .75s ease 0s;
    -webkit-transition: all .75s ease 0s;
    z-index: -1;
}
.outer-frame-border:after
{
    border: 1px solid;
    bottom: -20px;
    content: '';
    left: -20px;
    position: absolute;
    right: 20px;
    top: 20px;
            transition: all .75s ease 0s;
       -moz-transition: all .75s ease 0s;
        -ms-transition: all .75s ease 0s;
         -o-transition: all .75s ease 0s;
    -webkit-transition: all .75s ease 0s;
    z-index: -2;
}
.outer-frame-border:hover:before
{
    bottom: -20px;
    left: -20px;
    right: 20px;
    top: 20px;
    z-index: -2;
}
.outer-frame-border:before,
.outer-frame-border:hover:after
{
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.outer-frame-border small
{
    color: #414141;
    font-size: 12px;
}

div[class*='dt-skin'] .dt-sc-button.black:hover
{
    background-color: #fff;
    color: #000;
}
div[class*='dt-skin'] .dt-sc-button.white:hover
{
    background-color: #000;
    color: #fff;
}

.custom-hover img
{
    position: relative;
    top: 0;
}
.custom-hover img:hover
{
    top: -3px;
}

.estimate_tab ul.dt-sc-tabs-horizontal-frame
{
    width: auto;
}
.estimate_tab .dt-sc-tabs-horizontal-frame-container.type5 .dt-sc-tabs-horizontal-frame-content
{
    border: 0;
    padding-top: 0;
}
.estimate_tab
{
    margin-top: -102px;
}
.estimate_tab .dt-sc-tabs-horizontal-frame-container.type5 ul.dt-sc-tabs-horizontal-frame > li > a
{
    font-weight: 500;
    padding: 39px 50px 39px;
    text-transform: uppercase;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    ::i-block-chrome,
    .safari-hack.vc_row.vc_row-flex
    {
        display: block !important;
    }
}

.dt-sc-reservation-form .dt-sc-one-column .aligncenter button
{
    font-size: 16px;
    padding: 16px 28px 14px;
    text-transform: capitalize;
}

/*.vc_row.vc_row-flex, .vc_row.vc_row-flex > .vc_column_container*/

/*----*****---- << Vc Column custom class >> --****--*/
.rs_no-padding_column.wpb_column,
.vc_col-md-12.wpb_column.rs_no-padding_column
{
    margin-bottom: 0;
    margin-top: -1px;
    padding-bottom: 0;
} /* http://prntscr.com/dydqdv */

.light-overlay:before
{
    background: rgba(255, 255, 255, .8);
} /* http://prntscr.com/dydsrd  = Model Home page contact section */
.dark-overlay:before
{
    background: rgba(0, 0, 0, .8);
}

.dark-bg-overlay > .vc_column-inner:before
{
    background: rgba(0, 0, 0, .3);
    bottom: 0;
    content: '';
    display: inline;
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}
.footer-34:hover .dark-bg-overlay > .vc_column-inner:before
{
    opacity: 1;
}


/*----*****---- << Gray Scale >> --****--*/ /* http://prntscr.com/dydr06 = Hotel Our Firm Page */
.gray-scale:hover,
.gray-scale:hover img
{
            filter: grayscale(1);
            transition-duration: 1s;
       -moz-transition-duration: 1s;
         -o-transition-duration: 1s;
        -ms-transition-duration: 1s;
    -webkit-transition-duration: 1s;
            transition-property:         filter;
       -moz-transition-property:    -moz-filter;
        -ms-transition-property:     -ms-filter;
         -o-transition-property:      -o-filter;
    -webkit-transition-property: -webkit-filter;

    -webkit-filter: grayscale(1);
       -moz-filter: grayscale(1);
        -ms-filter: grayscale(1);
         -o-filter: grayscale(1);
}



/*----*****---- << Text with icon >> --****--*/ /* http://prntscr.com/dydrax = Fitness Home Page */
.dt-sc-text-with-icon
{
    clear: both;
    float: left;
    font-weight: bold;
    padding: 12px 0 12px 20px;
    width: 100%;
}
.dt-sc-text-with-icon span
{
    font-size: 18px;
    font-weight: bold;
    margin: 0 7px 0 0;
    position: relative;
    top: 2px;
}

.dt-sc-text-with-icon.border-bottom
{
    border-bottom: 1px solid;
}
.dt-sc-text-with-icon.border-right
{
    border-right: 1px solid;
}

.dt-sc-dark-bg .dt-sc-text-with-icon span
{
    color: #fff;
}


/*----*****---- << Hosting Domain Page Table >> --****--*/ /* http://prntscr.com/dydxr3 = Hosting Domain Page */
.hosting-table
{
    border-top: 0;
    font-family: 'Open Sans', sans-serif;
}
.hosting-table th
{
    background: #e1e1e1;
    border-radius: 5px 5px 0 0;
    border-right: 1px solid #fff;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 15px;
}
.hosting-table tr td,
.hosting-table tbody tr:nth-child(2n+1) td
{
    background: rgba(0, 0, 0, .95);
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, .2);
    font-size: 16px;
    font-weight: 600;
    padding: 25px 15px;
}
.hosting-table tbody tr td:last-child,
.hosting-table tr th:last-child
{
    border: none;
}

.hosting-table tbody tr:nth-child(2) td
{
    background: rgba(0, 0, 0, .9);
}
.hosting-table tbody tr:nth-child(3) td
{
    background: rgba(0, 0, 0, .85);
}
.hosting-table tbody tr:nth-child(4) td
{
    background: rgba(0, 0, 0, .8);
}
.hosting-table tbody tr:nth-child(5) td
{
    background: rgba(0, 0, 0, .75);
}
.hosting-table tbody tr:nth-child(6) td
{
    background: rgba(0, 0, 0, .7);
}
.hosting-table tbody tr:nth-child(7) td
{
    background: rgba(0, 0, 0, .65);
}
.hosting-table tbody tr:nth-child(8) td
{
    background: rgba(0, 0, 0, .6);
}
.hosting-table tbody tr:nth-child(9) td
{
    background: rgba(0, 0, 0, .55);
}
.hosting-table tbody tr:nth-child(10) td
{
    background: rgba(0, 0, 0, .5);
}
.hosting-table tbody tr:nth-child(11) td
{
    background: rgba(0, 0, 0, .45);
}
.hosting-table tbody tr:nth-child(12) td
{
    background: rgba(0, 0, 0, .4);
}

.hosting-table tbody tr td:first-child
{
    position: relative;
}
.hosting-table tbody tr td:first-child:before
{
    background: #60ae0d;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.hosting-table tbody tr td.new,
.hosting-table tbody tr td.hot
{
    overflow: hidden;
    position: relative;
}
.hosting-table tbody tr td.new:before,
.hosting-table tbody tr td.hot:before
{
    background: #60ae0d;
    color: #fff;
    content: 'New';
    font-size: 12px;
    left: -20px;
    padding: 2px 22px;
    position: absolute;
    top: 5px;
            transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.hosting-table tbody tr td.hot:before
{
    background: #e80505;
    content: 'Hot';
    padding: 2px 24px;
}



/*----*****---- << Spa rounded corner image >> --****--*/ /* http://prntscr.com/dydylt = Spa */
.dt-sc-partially-rounded-alt
{
            transition: all .3s linear;
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.vc_min_height_right.wpb_column.vc_col-sm-6
{
    margin-left: 30px;
    width: calc(50% - 30px);
} /* http://prntscr.com/e0ka7y *
    

    /*----*****---- << Image Caption With Counter >> --****--*/  /* http://prntscr.com/dydzek = Image caption counter */
.dt-sc-image-caption-with-counter
{
    counter-reset: image-caption-counter;
}
.dt-sc-image-caption-with-counter h3
{
    counter-increment: image-caption-counter;
}
.dt-sc-image-caption-with-counter h3:before
{
    border-bottom: 2px solid;
    content: counter(image-caption-counter, decimal-leading-zero);
    float: left;
    font-size: 36px;
    font-weight: 600;
    margin: -10px 20px 0 0;
    padding: 0;
}
.dt-sc-image-caption-with-counter h3:before
{
    font-family: 'Open Sans', sans-serif;
}


.dt-sc-contact-details-on-map .dt-sc-map-overlay h3,
.dt-sc-contact-details-on-map .map-switch-icon,
.dt-sc-contact-details-on-map .map-switch-icon:hover
{
    color: #fff;
}
.dt-sc-contact-details-on-map .map-switch-icon:hover
{
    background: #000;
} /* http://prntscr.com/dydzs2 = Restaurant */


/*----*****---- << Photography Readmore Plus >> ----*****----*/ /* http://prntscr.com/dydzxp = Photography */
.dt-sc-readmore-plus-icon:before,
.dt-sc-readmore-plus-icon:after
{
            transition: all .3s linear;
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.dt-sc-readmore-plus-icon
{
    bottom: 0;
    height: 60px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    width: 60px;
}
.dt-sc-readmore-plus-icon:before,
.dt-sc-readmore-plus-icon:after
{
    bottom: 0;
    content: '';
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.dt-sc-readmore-plus-icon:before
{
    height: 1px;
    width: 30px;
}
.dt-sc-readmore-plus-icon:after
{
    height: 30px;
    width: 1px;
}

.dt-sc-readmore-plus-icon:before,
.dt-sc-readmore-plus-icon:after
{
    background: #fff;
}
.dt-sc-readmore-plus-icon
{
    background: #000;
}
.dt-sc-readmore-plus-icon:hover
{
    background: rgba(0, 0, 0, .8);
}

/*----*****---- << Custom Testimonial Carousel >> ----*****----*/

.dt-sc-custom-testimonial-carousel
{
    border-radius: 3px;
    color: #414141;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 50px;
    padding: 30px 30px 60px 150px;
    position: relative;
    z-index: 9;
}



.dt-sc-custom-testimonial-carousel img
{
    border-radius: 50%;
    box-shadow: 0 0 2px 10px rgba(0,0,0,.1);
    height: 90px;
    left: 32px;
    position: absolute;
    top: 38px;
    width: 90px;
}

.dt-sc-custom-testimonial-carousel .wpb_wrapper p
{
    margin-bottom: 0;
}

.dt-sc-custom-testimonial-carousel .wpb_wrapper p em
{
    bottom: 0;
    float: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding: 5px 16px 7px;
    position: absolute;
    right: 0;
    z-index: 9;
}

.dt-sc-custom-testimonial-carousel:before
{
    bottom: 40px;
    color: rgba(0,0,0,.05);
    content: '\f1b2';
    font-family: Material-Design-Iconic-Font;
    font-size: 200px;
    left: auto;
    position: absolute;
    right: 10px;
}


.dt-sc-custom-testimonial .vc_column-inner
{
    background: #fff;
    border: 3px solid;
    border-radius: 5px;
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
       -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
    color: #222;
    float: left;
    margin-bottom: -100px;
    padding: 35px 25px;
    width: 100%;
}

.dt-sc-custom-testimonial .vc_column-inner:hover
{
            box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .2);
       -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .2);
}

.dt-sc-custom-testimonial .vc_custom_heading
{
    color: #222;
    font-size: 28px;
    margin-bottom: 0;
    padding: 16px 10px 10px;
    border-radius: 5px;
}

.dt-sc-custom-testimonial.secondary .vc_custom_heading
{
    color: #fff;
}


.dt-sc-custom-testimonial .dt-sc-testimonial.type2 blockquote
{
    border: none;
    padding: 34px 30px 25px;
}

.dt-sc-custom-testimonial .dt-sc-testimonial.type2 blockquote:after
{
    color: rgba(0,0,0,.035);
    content: '\f1b2';
    font-family: Material-Design-Iconic-Font;
    font-size: 200px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 0;
}

.dt-sc-custom-testimonial .dt-sc-testimonial.type2:hover blockquote:after
{
transform: scale(1.5);
}

.dt-sc-custom-testimonial .dt-sc-testimonial.type2 blockquote:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid;
      top: 0; bottom: auto; left: 0; right: 0; margin: 0 auto;
}

.dt-sc-custom-testimonial .dt-sc-testimonial.type2 .dt-sc-testimonial-quote
{
    margin-bottom: 0;
}
.dt-sc-custom-testimonial .dt-sc-testimonial.type2 .dt-sc-testimonial-quote q:before,
.dt-sc-custom-testimonial .dt-sc-testimonial.type2 .dt-sc-testimonial-quote q:after,
.dt-sc-custom-testimonial .dt-sc-testimonial.type2 .dt-sc-testimonial-quote:before,
.dt-sc-custom-testimonial .dt-sc-testimonial.type2 .dt-sc-testimonial-quote:after
{
    display: none;
}
.dt-sc-custom-testimonial .dt-sc-testimonial.type2 .dt-sc-testimonial-author > span,
.dt-sc-custom-testimonial .dt-sc-testimonial.type2 .dt-sc-testimonial-author > cite
{
    border: none;
    display: inline-block;
    float: none;
    margin: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 9;
}

.dt-sc-custom-testimonial .dt-sc-testimonial.type2 .dt-sc-testimonial-author > cite
{
    font-size: 18px;
}
.dt-sc-custom-testimonial .dt-sc-testimonial.type2 .dt-sc-testimonial-author > cite small
{
    font-size: 13px;
    line-height: 20px;
    margin-top: 8px;
    padding-top: 18px;
    position: relative;
}

.dt-sc-custom-testimonial .dt-sc-testimonial.type2 .dt-sc-testimonial-author > cite small:before
{
    content: '';
    display: block;
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}

.dt-sc-custom-testimonial .dt-sc-testimonial.type2 .dt-sc-testimonial-author > cite small:after
{
    border-radius: 50%;
    box-shadow: 0 0 0 7px #fff;
    content: '';
    display: block;
    height: 10px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -4px;
    width: 10px;
}


.dt-sc-custom-testimonial .dt-sc-testimonial.type2 .dt-sc-testimonial-author > span img
{
    border: 3px solid;
    display: inline-block;
    float: none;
}

.dt-sc-custom-testimonial .dt-sc-testimonial.type2:hover .dt-sc-testimonial-author > span img {
    box-shadow: 0 0 15px 8px rgba(0, 0, 0, 0.15);
}

/*----*****---- << Nightclub Home page Social icons >> ----*****----*/
.diamond-narrow-square-border li:before
{
            transition: all .3s linear;
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

.diamond-narrow-square-border li a
{
    color: #000;
}
.diamond-narrow-square-border li a:hover
{
    color: #fff;
}

.dt-sc-portfolio-sorting a.active-sort,
.dt-sc-portfolio-sorting a:hover,
.dt-sc-portfolio-sorting.type9 a.active-sort,
.dt-sc-portfolio-sorting.type9 a:hover
{
    color: #000;
}


/*----*****---- << Twin Colors BG >> ----*****----*/

.dt-sc-twin-colors
{
    text-align: center;
}
.dt-sc-twin-colors:before
{
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}
.dt-sc-twin-colors:after
{
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.dt-sc-twin-colors .vc_column_container
{
    z-index: 9;
}

.dt-sc-twin-colors.inverse:before
{
    left: auto;
    right: 0;
}
.dt-sc-twin-colors.inverse:after
{
    left: 0;
    right: auto;
}

.dt-sc-twin-colors.alignleft
{
    text-align: left;
}


/*----*****---- << Twin Buttons >> ----*****----*/

.dt-sc-twin-buttons .wpb_wrapper .dt-sc-button:first-child
{
    margin-right: 5px;
}
.dt-sc-twin-buttons .wpb_wrapper .dt-sc-button:last-child
{
    margin-left: 5px;
}



/*----*****---- << Custom Heading >> ----*****----*/
h3.dt-sc-custom-heading
{
    float: left;
    font-size: 30px;
    font-weight: bold;
    line-height: 28px;
    text-shadow: 3px 3px 0 rgba(0,0,0,.25);
    text-transform: capitalize;
    width: 100%;
}

h2.dt-sc-custom-heading
{
    float: left;
    font-size: 44px;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 5px;
    text-shadow: 3px 3px 0 rgba(0,0,0,.25);
    width: 100%;
}

/* Estimator Form */

#rockfm_form_1 .uiform-main-form
{
    box-shadow: none !important;
    padding: 0 !important;
}

h6.rockfm-heading
{
    color: #777 !important;
    line-height: 24px;
    width: 66%;
}

h1.rockfm-heading
{
    font-size: 26px !important;
    padding-bottom: 20px !important;
    position: relative;
}
h1.rockfm-heading:after
{
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px;
}

/*.pattern-bg:before
{
    background-image: url(../images/intro-section-pattern.png);
    background-repeat: repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: .5; ;
    position: absolute;
    top: 0;
    width: 100%;
}*/


.slider-handle
{
    background-color: #ffc527 !important;
    background-image: -webkit-linear-gradient(top,#ffc527 0,#ffc527 100%) !important;
    background-image:      -o-linear-gradient(top,#ffc527 0,#ffc527 100%) !important;
    background-image:         linear-gradient(to bottom,#ffc527 0,#ffc527 100%) !important;
}

.rockfm-input-container .selection-box:before,
.rockfm-input-container .selection-box:after
{
    display: none;
}

.sfdc-btn-group.bootstrap-select.rockfm-input2-sel-styl1
{
    width: 300px !important;
}
.sfdc-wrap #rockfm_uitfaiybxbb .rockfm-input2-wrap button.sfdc-btn
{
    background: transparent !important;
    height: 95px;
}
.sfdc-wrap #rockfm_uitfaiybxbb .rockfm-input2-wrap button.sfdc-btn:after
{
    background: #ccc;
    content: '';
    height: 80%;
    position: absolute;
    right: 70px;
    top: 10px;
    width: 1px;
}
.sfdc-wrap #rockfm_uitfaiybxbb .rockfm-input2-wrap button.sfdc-btn:hover
{
    background: transparent !important;
}
.sfdc-wrap #rockfm_uitfaiybxbb .rockfm-input2-wrap button.sfdc-btn span.filter-option.pull-left
{
    color: #777 !important;
    font-size: 18px !important;
    font-weight: 700;
    text-shadow: none !important;
}
.sfdc-wrap .sfdc-btn
{
    padding: 6px 19px 6px 30px;
}

.sfdc-wrap #rockfm_uitfaiybxbb .rockfm-input2-wrap .sfdc-bs-caret
{
    position: relative;
}
.sfdc-wrap .sfdc-caret
{
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px dashed;
}

.slider.slider-horizontal
{
    min-width: 500px;
    width: auto!important;
}

.sfdc-wrap #rockfm_uioijyou1rq .checkradios-checkbox,
#rockfm_uioijyou1rq .checkradios-radio
{
    background: #fff;
    border: 1px solid;
    font-size: 10px;
    margin-right: 5px;
    top: -2px;
}

.rockfm-input-container input.rockfm-txtbox-inp-val.sfdc-form-control
{
    padding: 25px 15px;
}
.sfdc-wrap #rockfm_uie306on3ut textarea
{
    min-height: 150px!important;
}

.sfdc-wrap .rockfm-submitbtn .sfdc-btn
{
    border-radius: 5px !important;
    margin-top: 20px;
    padding: 16px 30px 14px !important;
}

.title_light
{
    font-weight: 300;
}

.stripe-bg:before
{
    content: '';
    height: 125%;
    left: -60px;
    position: absolute;
    top: 0;
         transform: skew(-15deg);
    -moz-transform: skew(-15deg);
     -ms-transform: skew(-15deg);
    width: 110px;
    z-index: -1;

    -wenkit-transform: skew(-15deg);
}

.request-quote .extend-bg-fullwidth-right.stripe-bg
{
    z-index: 9;
}

/* Map Icon */

.gm-style .gm-style-iw
{
    background: url(../images/map-icon.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 80px;
}

.dt-sc-find-form input[type='submit']
{
    border-radius: 5px;
    float: right;
    margin-top: 9px;
    padding: 12px 20px 10px;
    position: absolute;
    right: 26px;
}
.dt-sc-find-form .wpcf7-form-control-wrap input[type='text']
{
    background: #ebebeb;
    border-radius: 5px;
    padding: 16px 20px 15px;
}
.dt-sc-find-form .wpcf7-form-control-wrap input[type='text']:focus
{
    border-color: #ebebeb;
}


.testi-bg.dt-sc-dark-bg.dark-overlay:before{z-index:auto;}
.post-nav-container .post-next-link a:hover, .post-nav-container .post-prev-link a:hover, .post-nav-container .post-next-link a:hover i, .post-nav-container .post-prev-link a:hover i{background:#000;}

@media all and (-ms-high-contrast:none)
{
    .dt-sc-find-form
    {
        position: relative;
    } /* IE10 */
    .dt-sc-find-form input[type='submit']
    {
        position: absolute;
        right: 10px;
        top: 0; ;
    }/* IE10 */

    *::-ms-backdrop,
    .dt-sc-find-form
    {
        position: relative;
    } /* IE11 */
    *::-ms-backdrop,
    .dt-sc-find-form input[type='submit']
    {
        position: absolute;
        right: 10px;
        top: 0; ;
    } /* IE11 */
}

/* Coupon */

.dt-sc-coupon
{
            border-radius: 5px;
       -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
    clear: both;
    float: left;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
            transition: all .3s linear;
       -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
         -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    width: 100%;
    z-index: 9;

        -ms-border-radius: 5px;
}

.dt-sc-coupon:hover
{
            box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 5px 5px 5px rgba(0, 0, 0, .15);
}

.dt-sc-coupon:after
{
    border: 2px dashed #000;
    content: '';
    height: calc(100% - 20px);
    left: 10px;
    position: absolute;
    top: 10px;
    width: calc(100% - 20px);
}

.dt-sc-coupon .dt-sc-coupon-header
{
    background: #fff;
    height: 400px;
    padding: 70px 30px 100px;
    position: relative;
    text-align: center;
    width: 100%;
}
.dt-sc-coupon .dt-sc-coupon-header h6
{
    font-size: 100px;
    font-weight: bold;
}
.dt-sc-coupon .dt-sc-coupon-header h6 small
{
    font-size: 50px;
    left: 5px;
    position: relative;
    text-transform: uppercase;
    top: 0;
}
.dt-sc-coupon .dt-sc-coupon-header h6 sup
{
    font-size: 35px;
    top: -40px;
}

.dt-sc-coupon .dt-sc-coupon-title h5
{
    font-size: 26px;
}
.dt-sc-coupon .dt-sc-tb-content
{
    padding-bottom: 50px;
}

.dt-sc-coupon .dt-sc-print-now .dt-sc-button
{
    border-radius: 5px;
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
    font-size: 14px;
    margin-top: 30px;
    padding: 15px 36px 12px;
}

.dt-sc-coupon .dt-sc-print-now .dt-sc-button:hover
{
            box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .2);
}

.dt-sc-coupon .dt-sc-tb-content
{
    background: #fff;
    padding: 80px 0;
    position: relative;
    z-index: -1;
}
/*.dt-sc-coupon .dt-sc-tb-content:before { position: absolute; content: ""; display: block; background: url(../images/wave.png);  z-index: -1; }*/

.dt-sc-coupon .dt-sc-tb-content h5
{
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 10px;
}
.dt-sc-coupon .dt-sc-tb-content h5:before
{
    content: '*';
    font-size: 40px;
    left: -15px;
    position: absolute;
    top: -8px;
}

.dt-sc-coupon .dt-sc-coupon-header > h5
{
    color: #777;
    font-weight: normal;
    line-height: 20px;
    margin: 30px auto 0;
    width: 85%;
}

.dt-sc-coupon .dt-sc-tb-content:before
{
    background-image: url(../images/wave.png);
    content: '';
    display: block;
    height: 74px;
    left: 0;
    position: absolute;
    top: -20px;
    width: 100%;
    z-index: 12;
}

.dt-sc-coupon .dt-sc-tb-content:before
{
            animation: wave-animation 8s infinite linear; /* IE 10+ */
       -moz-animation: wave-animation 8s infinite linear; /* Fx 5+ */
         -o-animation: wave-animation 8s infinite linear; /* Opera 12+ */
    -webkit-animation: wave-animation 8s infinite linear; /* Safari 4+ */
}

@-webkit-keyframes wave-animation
{
    0%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: 3000px 0;
    }
}
@-moz-keyframes wave-animation
{
    0%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: 3000px 0;
    }
}
@-o-keyframes wave-animation
{
    0%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: 3000px 0;
    }
}
@keyframes wave-animation
{
    0%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: 3000px 0;
    }
}

/*.dt-sc-coupon:hover .dt-sc-tb-content { background: #414141; }*/
.dt-sc-coupon:hover .dt-sc-tb-content h5
{
    color: #fff;
}

.dt-sc-coupon-form input[type='text'],
.dt-sc-coupon-form input[type='email'],
.dt-sc-coupon-form textarea
{
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, .7);
    color: #000;
    margin-bottom: 10px;
    padding-left: 10px;
}

.coupon-form-section
{
    margin-left: 0;
    padding: 40px 40px 48px;
    z-index: 9;
}
.coupon-form-section:before
{
    background: #fff;
    content: '';
    height: 100%;
    left: 20px;
    position: absolute;
    top: 0;
    width: 90%;
    z-index: -1;
}
.coupon-form-section h3
{
    font-size: 34px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}
.coupon-form-section h3:after
{
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 120px;
}
.coupon-form-section h3:before
{
    bottom: -2px;
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    width: 35px;
    z-index: 1;
}
.coupon-form-section span.wpcf7-form-control.wpcf7-radio
{
    left: -10px;
    position: relative;
    top: -10px;
}

.coupon-form-section .dt-sc-coupon-form textarea
{
    margin-bottom: 22px;
}
.coupon-form-section input[type='submit']
{
    color: #000;
    padding: 15px 36px 12px;
}
.coupon-form-section input[type='submit']:hover
{
    color: #fff;
}

.custom-contact-form:not(.wpcf7-form)
{
    padding: 0 15px;
}
.custom-contact-form h3
{
    font-size: 34px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}
.custom-contact-form h3:after
{
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 120px;
}
.custom-contact-form h3:before
{
    bottom: -2px;
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    width: 35px;
    z-index: 1;
}
.custom-contact-form span.wpcf7-form-control-wrap
{
    margin-bottom: 15px;
    margin-top: 10px;
}

.dt-sc-dark-bg .custom-contact-form label
{
    color: #fff;
}

.dt-sc-dark-bg .custom-contact-form input[type='submit'],
.dt-sc-dark-bg .custom-contact-form button,
input[type='button'],
.dt-sc-dark-bg .custom-contact-form input[type='reset']
{
    color: #000;
    float: right;
}

.dt-sc-dark-bg .custom-contact-form input[type='submit']:hover,
.dt-sc-dark-bg .custom-contact-form button,
input[type='button']:hover,
.dt-sc-dark-bg .custom-contact-form input[type='reset']:hover
{
    color: #fff;
}


.custom-tabs-subtitle,
.custom-subtitle
{
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}
.custom-tabs-subtitle:after,
.custom-subtitle:after
{
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 120px;
}
.custom-tabs-subtitle:before,
.custom-subtitle:before
{
    bottom: -2px;
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    width: 35px;
    z-index: 1;
}


.dt-sc-twin-color-contact-form > .vc_column-inner
{
    padding: 50px;
}

.dt-sc-footer-intro-section .vc_column-inner > .wpb_wrapper
{
    padding: 46px 0 45px 8%;
    text-align: right;
}

.dt-sc-footer-intro-section .vc_column-inner > .wpb_wrapper .alignleft,
.dt-sc-footer-intro-section .vc_column-inner > .wpb_wrapper img.alignleft
{
    margin-bottom: 0;
}

.dt-sc-footer-intro-section .vc_column-inner > .wpb_wrapper .alignleft:last-child,
.dt-sc-footer-intro-section .vc_column-inner > .wpb_wrapper img.alignleft:last-child
{
    margin-right: 0;
}

.dt-sc-footer-intro-section.left-section > .vc_column-inner > .wpb_wrapper
{
    float: right;
    padding: 0 6% 0 0;
}


.dt-sc-footer-intro-section.left-section .vc_inner
{
    float: right;
    padding: 37px 0;
}


.dt-sc-footer-intro-section.left-section > .vc_column-inner > .wpb_wrapper .wpb_wrapper,
.dt-sc-footer-intro-section.left-section .vc_col-sm-12 .vc_column-inner > .wpb_wrapper
{
    padding: 0;
}

.dt-sc-footer-intro-section.left-section .vc_col-sm-12 .vc_column-inner > .wpb_wrapper h5
{
    margin-bottom: 0;
}

.dt-sc-footer-intro-section .wpb_wrapper h2,
.dt-sc-footer-intro-section .wpb_wrapper p,
.dt-sc-footer-intro-section .wpb_wrapper a.dt-sc-button
{
    text-align: left !important;
}

.footer-34.dt-sc-twin-colors:before
{
    content: '';
    display: block;
    height: 100%;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: 9;
}


.dt-sc-side-nav-banner
{
    background-size: cover;
    margin: 0;
    text-align: left;
}
.dt-sc-side-nav-banner .wpb_wrapper
{
    border: 3px solid;
    margin-bottom: 15px;
    margin-top: 15px;
}
.dt-sc-side-nav-banner .wpb_wrapper h2
{
    color: #222;
    padding: 15px 20px;
}
.dt-sc-side-nav-banner .wpb_wrapper ul.dt-sc-fancy-list
{
    padding: 0 20px;
    text-align: left;
}
.dt-sc-side-nav-banner .wpb_wrapper .dt-sc-button
{
    float: right;
    margin-right: 20px;
}
/*--------------------------------------------------------------
    2.0 - Browser Fix
    --------------------------------------------------------------*/
/* IE9 and above override */
@media screen and (min-width:0\0)
{
    .dt-sc-contact-details-on-map .dt-sc-map-overlay
    {
        padding: 71px 0 0;
    }
}

/* IE9 only override */
.ie9 .dt-sc-contact-details-on-map .dt-sc-map-overlay
{
    padding: 72px 0 0;
}


/*--------------------------------------------------------------
    3.0 - DT Responsive
    --------------------------------------------------------------*/

/* Note: Design for a width of 1380px */
@media only screen and (min-width: 1200px) and (max-width: 1380px)
{
    .dt-sc-coupon .dt-sc-coupon-header
    {
        padding: 55px 30px 100px;
    }
    .dt-sc-coupon .dt-sc-coupon-title h5
    {
        font-size: 20px;
    }
    .dt-sc-coupon .dt-sc-coupon-header h6
    {
        font-size: 70px;
    }
    .dt-sc-coupon .dt-sc-coupon-header h6 sup
    {
        font-size: 30px;
        top: -25px;
    }
    .dt-sc-coupon .dt-sc-coupon-header h6 small
    {
        font-size: 40px;
    }

    .request-quote .extend-bg-fullwidth-left h3.dt-sc-custom-heading
    {
        font-size: 28px;
    }
    .request-quote .extend-bg-fullwidth-left h2.dt-sc-custom-heading
    {
        font-size: 40px;
    }

    .dt-sc-footer-intro-section .vc_column-inner > .wpb_wrapper .alignleft:last-child,
    .dt-sc-footer-intro-section .vc_column-inner > .wpb_wrapper img.alignleft:last-child
    {
        margin-top: 15px;
    }
}

/* Note: Design for a width of 960px */
@media only screen and (min-width:992px) and (max-width:1199px)
{
    /*----*****---- << Hosting >> ----*****----*/
    .hosting-contact-info-container .dt-sc-contact-info.type7 span
    {
        left: 10px;
    }

    /*----*****---- << Restaurant >> ----*****----*/
    .dt-sc-contact-details-on-map .dt-sc-map-overlay
    {
        padding: 72px 0 0;
    }

    /*----*****---- << Miscellaneous >> ----*****----*/
    .dt-sc-text-with-icon
    {
        font-size: 13px;
    }

    .dt-sc-image-caption.type8 .dt-sc-image-title h6
    {
        line-height: normal;
    }

    .rs_clear_left
    {
        clear: left;
    }

    .mask-images img
    {
        -webkit-mask-size: 100%;
                mask-size: 100%;
    }

    .vcr_tab-align .vc_column-inner
    {
        padding-right: 10% !important;
    }

    .side-navigation-content .outer-frame-border
    {
        margin-bottom: 30px;
    }
    .side-navigation-content .wpb_column.vc_col-sm-4,
    .side-navigation-content .wpb_column.vc_col-sm-8
    {
        width: 100%;
    }

    .vcr_join-us h2
    {
        font-size: 34px !important;
    }

    .side-navigation-content .outer-frame-border
    {
        margin-top: 30px;
    }

    .text-with-bg-image
    {
        font-size: 75px;
    }


    .dt-sc-coupon:after
    {
        border: 1px dashed #000;
        height: calc(100% - 12px);
        left: 6px;
        top: 6px;
        width: calc(100% - 12px);
    }

    .dt-sc-coupon .dt-sc-coupon-header
    {
        height: 475px;
    }
    .dt-sc-coupon .dt-sc-coupon-header h6 sup
    {
        font-size: 25px;
        top: -7px;
    }
    .dt-sc-coupon .dt-sc-coupon-header h6 small
    {
        font-size: 25px;
    }

    .dt-sc-coupon-price
    {
        margin-bottom: 10px;
    }
    .dt-sc-coupon .dt-sc-coupon-title h5
    {
        font-size: 22px;
    }
    .dt-sc-coupon .dt-sc-tb-content h5
    {
        font-size: 16px;
    }
    .coupon-form-section
    {
        padding: 20px 5px 20px 20px;
    }

    .request-quote .extend-bg-fullwidth-left h3.dt-sc-custom-heading
    {
        font-size: 22px;
    }
    .request-quote .extend-bg-fullwidth-left h2.dt-sc-custom-heading
    {
        font-size: 32px;
    }

    .dt-sc-footer-intro-section .vc_column-inner > .wpb_wrapper .alignleft:last-child,
    .dt-sc-footer-intro-section .vc_column-inner > .wpb_wrapper img.alignleft:last-child
    {
        margin-top: 15px;
    }

    .dt-sc-custom-testimonial .vc_custom_heading
    {
        font-size: 24px;
    }

    .dt-sc-custom-testimonial .dt-sc-testimonial.type2 blockquote
    {
        padding: 34px 20px 25px;
    }

}

/* Note: Design for a width of 768px */
@media only screen and (min-width:768px) and (max-width:991px)
{
    .dt-sc-text-with-icon
    {
        font-size: 11px;
    }

    .vc_row.vc_row-no-padding .dt-sc-map-overlay .wpb_column.vc_col-sm-3
    {
        padding-left: 5px;
        padding-right: 5px;
    }
    .vc_row.vc_row-no-padding .dt-sc-map-overlay .wpb_column.vc_col-sm-3 .dt-sc-contact-info.type3
    {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .vc_row.vc_row-no-padding .dt-sc-map-overlay .wpb_column.vc_col-sm-3 .dt-sc-contact-info.type3 h6
    {
        font-size: 15px;
    }

    .dt-sc-contact-details-on-map .dt-sc-map-overlay
    {
        padding: 76px 0 0;
    }

    .rs_line_height p
    {
        line-height: normal !important;
    }
    .rs_clear_left
    {
        clear: left;
    }
    .estimate_tab
    {
        margin-top: 20px;
    }

    .job-table th
    {
        font-size: 14px;
        padding: 15px 10px;
    }
    .job-table tbody > tr > td:first-child
    {
        font-size: 14px;
    }
    .job-table tbody td
    {
        font-size: 13px;
    }

    .stripe-bg::before
    {
        left: -40px;
    }

    .coupon-form-section
    {
        margin-top: 35px;
    }

    /*----*****---- << Event >> ----*****----*/
    .dt-sc-content-with-hexagon-shape
    {
        margin-left: 16%;
    }
    .event-colored-box
    {
        margin-top: 0;
    }
    .event-contact-info
    {
        margin-left: 25%;
    }

    /*----*****---- << Architecture >> ----*****----*/
    .architecture-process.rs_padding_override
    {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .column.wpb_column.dt-sc-one-fifth.vc_col-md-4
    {
        margin-bottom: 20px;
        min-height: 290px;
        width: 32%;
    }
    .column.wpb_column.dt-sc-one-fifth.vc_col-md-4:nth-child(4),
    .column.wpb_column.dt-sc-one-fifth.vc_col-md-4:nth-child(10)
    {
        margin-left: 0;
    }

    .secondary-skin-gradient .dt-sc-contact-info,
    .secondary-skin-gradient .dt-sc-contact-info span
    {
        font-size: 40px;
    }

    .mask-images img
    {
        -webkit-mask-size: 100%;
                mask-size: 100%;
    }

    .vcr_tab-align .vc_column-inner
    {
        padding-right: 10% !important;
    }

    .text-with-bg-image
    {
        font-size: 70px;
        letter-spacing: 3px;
    }

    .side-navigation-content .outer-frame-border
    {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .side-navigation-content .wpb_column.vc_col-sm-4,
    .side-navigation-content .wpb_column.vc_col-sm-8
    {
        width: 100%;
    }
    .side-navigation.type4 ul.side-nav li a
    {
        font-size: 15px;
        padding: 10px 15px;
    }

    .dt-sc-intro-section h2
    {
        font-size: 50px;
        line-height: 60px;
    }

    .request-quote .extend-bg-fullwidth-left h3.dt-sc-custom-heading
    {
        font-size: 18px;
    }
    .request-quote .extend-bg-fullwidth-left h2.dt-sc-custom-heading
    {
        font-size: 26px;
    }

    .dt-sc-side-nav-banner .wpb_wrapper h2
    {
        font-size: 18px;
    }
    .dt-sc-side-nav-banner .wpb_wrapper ul.dt-sc-fancy-list
    {
        font-size: 12px;
    }

    .dt-sc-twin-color-contact-form > .vc_column-inner
    {
        padding: 50px 30px;
    }

    .dt-sc-footer-intro-section .vc_column-inner > .wpb_wrapper .alignleft:last-child,
    .dt-sc-footer-intro-section .vc_column-inner > .wpb_wrapper img.alignleft:last-child
    {
        margin-top: 15px;
    }

    .dt-sc-custom-testimonial .vc_column-inner {
        padding: 35px 15px;
    }

    .dt-sc-custom-testimonial .vc_custom_heading
    {
        font-size: 18px;
    }

    .dt-sc-custom-testimonial .dt-sc-testimonial.type2 blockquote
    {
        padding: 34px 20px 25px;
    }

}


/*----*****---- << Mobile (Landscape) >> ----*****----*/

/* Common Styles for the devices below 767px width */
@media only screen and (max-width: 767px)
{
    .fitness-form-container.extend-bg-fullwidth-right::after
    {
        background-color: transparent;
    }
    .fitness-form-container.extend-bg-fullwidth-right .vc_column-inner
    {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .fitness-contact-boxes .wpb_text_column,
    .fitness-contact-boxes .wpb_text_column:nth-child(2),
    .fitness-contact-boxes .wpb_text_column:last-child,
    .fitness-contact-boxes .wpb_text_column:nth-child(3)
    {
        padding: 10px 0;
        width: 100%;
    }

    .hotel_blockquote-type4 blockquote.type4
    {
        margin-top: 0;
    }

    .event-colored-box
    {
        margin-top: 0;
    }
    .event-contact-info.wpb_column
    {
        float: none;
        padding: 85px 30px 30px;
        width: 320px;
    }

    .wpb_column.dt-sc-four-fifth:not([class*='vc_col-md'])
    {
        float: none;
        margin: 0 auto;
        width: 80%;
    }
    .estimate_tab
    {
        margin-top: 50px;
    }
    .estimate_tab .dt-sc-tabs-horizontal-frame-container.type5 ul.dt-sc-tabs-horizontal-frame > li > a
    {
        padding: 25px 20px 25px;
    }
    .estimate_tab .dt-sc-tabs-horizontal-frame-container.type5 ul.dt-sc-tabs-horizontal-frame > li
    {
        margin: 0;
    }

    .estimate-form p
    {
        margin-bottom: 0;
    }

    .estimate-form input[type='submit']
    {
        margin-top: 20px;
    }

    .rs_fontsize_small
    {
        font-size: 40px !important;
    }
    .dt-sc-icon-box.type14
    {
        margin-bottom: 0;
    }
    .estimate_tab ul.dt-sc-tabs-horizontal-frame
    {
        width: 100%;
    }
    .rs_aligncenter
    {
        text-align: center !important;
    }

    .job-table table
    {
        border: none;
        display: block;
        position: relative;
        width: 100%;
    }
    .job-table table thead
    {
        display: block;
        float: left;
    }
    .job-table table tbody
    {
        display: block;
        overflow-x: auto;
        position: relative;
        white-space: nowrap;
        width: auto;
    }
    .job-table table th
    {
        border-left: 1px solid rgba(0, 0, 0, .1);
        display: block;
        font-size: 14px;
        height: auto;
        min-height: 1.25em;
        line-height: 1;
        padding: 0;
        text-align: left;
        vertical-align: middle;
        width: 160px;
        padding: 22.3px 8px;
    }
    .job-table table tbody tr
    {
        background: rgba(0, 0, 0, .03);
        display: inline-block;
        margin-right: -3px;
        vertical-align: top;
    }
    .job-table table td
    {
        font-size: 12px;
        display: block;
        height: auto;
        min-height: 1.25em;
        text-align: left;
        vertical-align: middle;
        width: auto;
    }
    .job-table th.headerSortUp:after,
    .job-table th:after
    {
        float: none;
        font-size: 9px;
        margin-left: 10px;
        position: relative;
        top: 0;
    }
    .job-table tbody > tr > td:first-child
    {
        font-size: 12px;
    }

    .job-table tbody tr:nth-child(2n+1) td
    {
        background: none;
    }

    .stripe-bg:before
    {
        display: none;
    }

    .request-quote .extend-bg-fullwidth-left h2.dt-sc-custom-heading,
    .request-quote .extend-bg-fullwidth-left h3.dt-sc-custom-heading
    {
        text-align: center !important;
    }

    .dt-skin-secondary-bg.extend-bg-fullwidth-left.wpb_column
    {
        margin-bottom: 0;
    }

    .dt-skin-secondary-bg.extend-bg-fullwidth-left:not(.vc_col-has-fill):after,
    .dt-skin-secondary-bg.extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:after
    {
        right: -100%;
    }

    .stripe-bg.extend-bg-fullwidth-right:not(.vc_col-has-fill):after,
    .stripe-bg.extend-bg-fullwidth-right.vc_col-has-fill > .vc_column-inner:after
    {
        left: -100%;
    }

    .contact-newsletter .dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm input[type='email']
    {
        width: 69.7%;
    }
    .contact-newsletter .dt-sc-newsletter-section
    {
        padding: 0;
    }
    .contact-newsletter .dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm
    {
        padding: 0 0 30px;
    }

    .dt-sc-coupon .dt-sc-coupon-header h6
    {
        margin-bottom: 2px;
    }

    .coupon-form-section:before
    {
        background: #fff;
        left: 0;
        margin: 0 auto;
        right: 0;
        width: 95%;
    }

    .rs_top-bar.wpb_column
    {
        margin-bottom: 0;
    }

    .gradient-parallax:before
    {
        background:    -moz-linear-gradient(to right, rgba(242, 243, 246, 1) 20%, rgba(242, 243, 246, .75) 30%, rgba(242, 243, 246, .65) 40%, rgba(242, 243, 246, .55)60%, rgba(229, 229, 229, 0) 100%);
        background: -webkit-linear-gradient(to right, rgba(242, 243, 246, 1) 20%, rgba(242, 243, 246, .75) 30%, rgba(242, 243, 246, .65) 40%, rgba(242, 243, 246, .55)60%, rgba(229, 229, 229, 0) 100%);
        background:         linear-gradient(to right, rgba(242, 243, 246, 1) 20%, rgba(242, 243, 246, .75) 30%, rgba(242, 243, 246, .65) 40%, rgba(242, 243, 246, .55)60%, rgba(229, 229, 229, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f3f6', endColorstr='#00e5e5e5', GradientType=1);
    }


    /*----*****---- << Hosting >> ----*****----*/
    .hosting-contact-info-container .dt-sc-contact-info.type7 span
    {
        left: 0;
    }
    .hosting-contact-info-container .dt-sc-contact-info.type7
    {
        padding-left: 100px;
    }
    .rs_client_testimonial-center .dt-sc-image-flip a
    {
        display: block;
        position: relative;
    }
    .rs_client_testimonial-center .dt-sc-image-flip
    {
        text-align: center;
    }

    .hosting-table th
    {
        font-size: 13px;
        padding: 13px 10px;
        text-transform: capitalize;
    }
    .hosting-table tr td,
    .hosting-table tbody tr:nth-child(2n+1) td
    {
        font-size: 13px;
        padding: 21px 10px;
    }
    .hosting-contact-info-container:before
    {
        content: none;
    }

    .extend-bg-fullwidth-left::after
    {
        content: none;
    }


    /*----*****---- << Custom Class >> ----*****----*/
    .rs_col_no_btm_space .wpb_column,
    .rs_col_no_btm_space.wpb_column,
    .rs_negative-margin_override.vc_row
    {
        margin-left: 0 !important;
    }

    .rs_padding_override_zero.vc_row,
    .rs_padding_override_zero.wpb_column .vc_column-inner
    {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .secondary-skin-gradient .dt-sc-contact-info,
    .secondary-skin-gradient .dt-sc-contact-info span
    {
        font-size: 30px;
    }

    /*----*****---- << Custom Class >> ----*****----*/
    .rs_padding_override.vc_row,
    .rs_padding_override.wpb_column .vc_column-inner
    {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-left:not(.vc_col-has-fill):after,
    .vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-left.vc_col-has-fill > .vc_column-inner:after,
    .vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-right:not(.vc_col-has-fill):after,
    .vc_row.extend-bg-fill-slanting .extend-bg-fullwidth-right.vc_col-has-fill > .vc_column-inner:after
    {
        left: 0;
        margin: 0 -15px;
        right: 0;
        transform: none;
    }

    .mask-images img
    {
        -webkit-mask-size: 100%;
                mask-size: 100%;
    }

    .outer-frame-border:hover:before
    {
        bottom: -10px;
        left: -10px;
        right: 10px;
        top: 10px;
    }
    .outer-frame-border:after
    {
        bottom: -10px;
        left: -10px;
        right: 10px;
        top: 10px;
    }

    .vcr_join-us h2
    {
        font-size: 22px !important;
    }
    .vc_row.vcr_join-us
    {
        padding: 50px 0 30px !important;
    }

    .dt-sc-schedule-progress .dt-sc-progress-step:before,
    .dt-sc-schedule-progress .dt-sc-progress-step:after
    {
        display: none;
    }

    .dt-sc-intro-section h2
    {
        font-size: 30px;
        line-height: 40px;
    }
    .text-with-bg-image
    {
        font-size: 42px;
        letter-spacing: 1.5px;
        text-shadow: 3px 3px 0 rgba(0,0,0,.25);
    }

    .slider-overlap
    {
        border-radius: 0;
        margin-top: 0;
    }

    .slider-overlap h2,
    .slider-overlap h3
    {
        font-size: 24px;
    }

    .slider-overlap .wpb_single_image img {
        width: 100px;
    }

    .slider-overlap .wpb_single_image {
        margin-bottom: 12px;
    }

    .request-quote .extend-bg-fullwidth-left h3.dt-sc-custom-heading
    {
        font-size: 24px;
        line-height: 32px;
    }
    .request-quote .extend-bg-fullwidth-left h2.dt-sc-custom-heading
    {
        font-size: 36px;
        line-height: 42px;
    }

    .dt-sc-footer-intro-section .wpb_wrapper
    {
        padding: 45px 30px 50px;
        text-align: center;
    }

    .dt-sc-side-nav-banner .wpb_wrapper
    {
        margin-bottom: 0;
    }
    .dt-sc-side-nav-banner > .wpb_column
    {
        margin-bottom: 15px;
    }

    .custom-blockquote > .wpb_column:first-child,
    .custom-blockquote > .wpb_column:nth-child(2),
    .custom-blockquote.alternate > .wpb_column:first-child,
    .custom-blockquote.alternate > .wpb_column:nth-child(2)
    {
        width: 100%;
    }
    .custom-blockquote .custom-blockquote-content-section
    {
        margin-left: 0;
        margin-top: -40%;
        width: 100%;
    }
    .custom-blockquote-content-section .dt-sc-image-flip
    {
        float: right;
        width: 75%;
    }
    .custom-blockquote > .wpb_column:nth-child(2)
    {
        margin-left: 0;
    }
    .custom-blockquote .custom-blockquote-content-section .dt-sc-image-flip
    {
        margin-bottom: 20px;
    }
    .custom-blockquote.alternate .custom-blockquote-content-section
    {
        margin: 0 0 -40%;
        width: 100%;
    }
    .custom-blockquote.alternate .custom-blockquote-content-section .dt-sc-image-flip
    {
        float: right;
        margin: 10px 0 0;
    }

    .dt-sc-custom-testimonial .vc_column-inner
    {
        margin-bottom: 0;
        padding: 35px 45px;
    }

    .dt-sc-footer-intro-section .vc_column-inner > .wpb_wrapper .alignleft:last-child,
    .dt-sc-footer-intro-section .vc_column-inner > .wpb_wrapper img.alignleft:last-child
    {
        margin-top: 15px;
    }

    .footer-34.dt-sc-twin-colors::before
    {
        display: none;
    }

    .dt-sc-footer-intro-section.left-section > .vc_column-inner > .wpb_wrapper
    {
        padding: 0;
    }
    .dt-sc-footer-intro-section.left-section .vc_inner
    {
        padding: 96px 0 50px;
    }

    .dt-sc-footer-intro-section .vc_column-inner > .wpb_wrapper
    {
        padding: 30px 30px 10px 30px;
    }
}

/* Common Styles for the devices below 479px width */
@media only screen and (max-width: 479px)
{
    /*----*****---- << Event location page >> ----*****----*/
    .event-contact-info.wpb_column
    {
        margin: 20px 0 0 0;
        width: 100%;
    }
    .event-contact-info:before
    {
        background-size: 100%;
        left: 0;
        width: 100%;
    }
    .event-contact-info .dt-sc-sociable li
    {
        margin-bottom: 20px;
    }

    /*----*****---- << Custom Class >> ----*****----*/
    .rs_padding_left-override.vc_row .vc_column-inner,
    .rs_padding_left-override.wpb_column .vc_column-inner
    {
        padding-left: 15px !important;
    }
    .vc_row.vc_row-no-padding .responsive-padding > .vc_column-inner
    {
        padding-left: 35px;
        padding-right: 35px;
    }

    /*----*****---- << Attorney >> ----*****----*/
    .dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame
    {
        display: block;
        min-height: auto !important;
        width: 100%;
    }
    .dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame,
    .dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame > li > a
    {
        margin: 0;
    }
    .dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame > li > a.current,
    .dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame > li > a,
    .dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame li.current.last > a
    {
        border-right: 1px solid rgba(0, 0, 0, .1);
    }
    .dt-sc-tabs-vertical-frame-container.rs_align_middle .dt-sc-tabs-vertical-frame-content
    {
        margin-top: 1px;
    }

    .gradient-content .dt-sc-button.medium
    {
        padding: 14px 20px;
    }

    .overflow-content
    {
        margin: 0;
    }

    .outer-frame-border
    {
        float: none;
        margin: 0 auto;
        width: 90%;
    }

    .dt-sc-coupon .dt-sc-coupon-header h6
    {
        font-size: 60px;
    }
    .dt-sc-coupon .dt-sc-coupon-header h6 sup
    {
        top: -10px;
    }

    .custom-hover .wpb_wrapper a:first-child
    {
        margin-right: 0;
    }


    /*----*****---- << Hosting >> ----*****----*/
    .hosting-table th
    {
        font-size: 12px;
        padding: 13px 6px;
        text-transform: capitalize;
    }
    .hosting-table tr td,
    .hosting-table tbody tr:nth-child(2n+1) td
    {
        font-size: 12px;
        padding: 22px 8px;
    }

    /*----*****---- << Miscellaneous >> ----*****----*/
    .rs_fontsize_small
    {
        font-size: 40px !important;
    }

    .rs_padding_override.vc_row,
    .rs_padding_override.wpb_column .vc_column-inner
    {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    /*----*****---- << Business >> ----*****----*/
    .business-contact-social li
    {
        margin: 0 15px;
    }

    .dt-sc-image-caption.type2.right-perspective img,
    .dt-sc-image-caption.type2.left-perspective img
    {
        min-height: 320px;

        object-fit: cover;
    }
    .text-with-bg-image
    {
        font-size: 30px;
        letter-spacing: .5px;
    }

    .dt-sc-twin-buttons .wpb_wrapper .dt-sc-button:first-child
    {
        margin-right: 2px;
    }
    .dt-sc-twin-buttons .wpb_wrapper .dt-sc-button:last-child
    {
        margin-left: 2px;
    }

    .dt-sc-twin-color-contact-form > .vc_column-inner
    {
        padding: 20px;
    }

    .dt-sc-custom-testimonial-carousel
    {
        padding: 150px 30px 60px 30px;
    }

    .dt-sc-custom-testimonial .vc_custom_heading {
        padding: 16px 20px 10px;
    }

    .dt-sc-custom-testimonial .vc_column-inner {
        padding: 35px 25px;
    }

    .dt-sc-custom-testimonial .dt-sc-testimonial.type2 blockquote {
        padding: 34px 10px 25px;
    }

    .dt-sc-footer-intro-section .vc_column-inner > .wpb_wrapper {
        padding: 30px 4px 10px 4px;
    }

}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 319px)
{
    /*----*****---- << Event location page >> ----*****----*/
    .event-contact-info.wpb_column
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    .event-contact-info .dt-sc-contact-info span
    {
        float: none;
        margin: 0;
        text-align: center;
        width: 100%;
    }

    /*----*****---- << Hosting contact Page >> ----*****----*/
    .hosting-contact-info-container:before
    {
        left: 0;
    }
    .hosting-contact-info-container .dt-sc-contact-info.type7
    {
        padding-left: 0;
    }
    .hosting-contact-info-container .dt-sc-contact-info.type7 span
    {
        left: 0;
    }
    .hosting-contact-info-container:before
    {
        width: 100%;
    }

    /*----*****---- << Hosting Domain Page >> ----*****----*/
    .hosting-table th
    {
        font-size: 10px;
        padding: 13px 0;
    }
    .hosting-table tr td,
    .hosting-table tbody tr:nth-child(2n+1) td
    {
        font-size: 10px;
        padding: 21px 7px;
    }

    /*----*****---- << Common >> ----*****----*/
    .rs_fontsize_small
    {
        font-size: 32px !important;
    }

    /* http://prntscr.com/dydp42, http://prntscr.com/dydpkf */
    .rs_padding_override.vc_row,
    .rs_padding_override.wpb_column .vc_column-inner
    {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /*----*****---- << Fitness >> ----*****----*/
    .dt-sc-text-with-icon
    {
        font-size: 10px;
        padding-left: 15px;
    }
    .dt-sc-text-with-icon span
    {
        font-size: 15px;
        margin-right: 5px;
    }

    .contact-newsletter .dt-sc-newsletter-section.type1 .dt-sc-subscribe-frm input[type='email']
    {
        border-radius: 4px;
        margin-bottom: 10px;
        width: 69.7%;
    }
    .contact-newsletter .dt-sc-newsletter-section.type1 input[type='submit']
    {
        border-radius: 4px;
    }
}
