﻿
.custom-form .btn {
    margin-top: 125px;
}

.custom-form textarea {
    margin-bottom: 20px;
}

div#rc-anchor-container {
    margin-bottom: 20px !important;
}

.main-com-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: auto;
    display: none;
    -webkit-transform: translate3d(0,0,0);
    background: rgba(0,0,0,.6);
}

.com-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translate3d(0,0,0);
}

.main-com-holder {
    max-width: 820px;
    margin: 150px auto;
    position: relative;
    z-index: 2;
}

.main-com-wrap {
    padding-left: 400px;
    background: #fff;
    overflow: hidden;
    border-radius: 6px;
    transition: all .4s ease-in-out;
    transform: scale(0.8);
    opacity: 0;
}

.main-com_bg {
    position: absolute;
    left: 0;
    width: 400px;
    top: 0;
    bottom: 0;
}

.main-com {
    float: left;
    width: 100%;
    position: relative;
    padding: 100px 50px 30px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 15px 5px rgba(0,0,0,0.08);
}

.vis_mr {
    opacity: 1;
    transform: scale(1.0);
}

@media only screen and (max-width: 856px) {
    .main-com-wrap {
        padding-left: 0;
    }

    .main-com_bg {
        display: none;
    }
}


/*custom tab stop look like ajax nav*/

.tabs-menu-mini {
    position: absolute;
    right: 0;
    bottom: 20px;
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 4px;
}

    .tabs-menu-mini li:first-child {
        border-left: none;
    }

    .tabs-menu-mini li {
        float: left;
        border-left: 1px solid #ddd;
    }

        .tabs-menu-mini li a {
            padding: 8px 12px;
            float: left;
            background: #f9f9f9;
            font-weight: 600;
            font-size: 10px;
            text-transform: uppercase;
        }




            .tabs-menu-mini li a.current_page {
                color: #fff;
            }

        .tabs-menu-mini li.current a {
            background: #e93314;
            color: #fff;
        }

.tabs-widget .tabs-menu {
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    border: 1px solid #eee;
}



    .tabs-widget .tabs-menu li a {
        background: #222;
        box-sizing: border-box;
        display: block;
        padding: 15px 0;
        color: #fff;
        font-weight: 600;
        font-size: 10px;
        text-transform: uppercase;
    }


.tab-content-mini {
    width: 100%;
    display: none;
    float: left;
}
.first-tab {
    display: block;
}
    .tab-content-mini .post-widget-container {
        padding: 25px 20px;
        border-top: none;
    }

.pagination {

float:none!important; 

}
.pagination  li.active a {
 
background: #e93314;
}
/* use this class if you want to use javascript    

*/
.has-drop-cap:first-letter {
    font-size: 70px;
    float: left;
    padding: 20px 20px 40px 0;
    font-family: 'Playfair Display', cursive;
    color: #000;
}
/* has-drop-cap, not as clean but too lazy to use javascript */
div.single-post-content_text > p:first-of-type:first-letter {
    font-size: 70px;
    float: left;
    padding: 20px 20px 40px 0;
    font-family: 'Playfair Display', cursive;
    color: #e93314;
}
.aghd-article {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #cc0000;
}