body {
    background-size: 100% 100%;
}
a:hover, a:focus{
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
    display: inline-block;
}
/* 
pre, fieldset, input, textarea, table, table *, hr {
    border:1px solid #dcd7ca;
}
*/

thead{
    background: #f8f8ff;
    border-bottom: 2px solid;
}
th, td {
    border: 0.1rem solid #dcd7ca;
    margin: 0;
    line-height: 1.4;
    padding: 0.5em;
}
.padding {
    padding:5px;
}

.margin{
    margin:5px;
}

.border {
    border:1px solid #ddd
}

.page-content, .single-content, .archive-content, .archive-box-content, .default-sidebar, .comments-part, .breadcrumb, .custom-pagination, .custom-post-content {
    box-shadow: 0 0 3px rgba(1,1,1,0.16);
    box-sizing: border-box;
    background: #fff;
}

.main-content-area{
    margin-top: 20px;
}

/* ---------------------------------------------------
-------------- For back to top button style ----------
---------------------------------------------------- */

#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px;
    right: 10px;
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px;
    right: 12px;
}

/* ---------------------------------------------------
-------------------- For header style ---------------
---------------------------------------------------- */

.navbar {
    border: 0;
	border-radius: 0px;
    margin-bottom: 0;
}

header .affix {
    top: 0;
    z-index: 9999999;
    width:100%; 
    min-height: 40px;
  }

header .affix .navbar > .container .navbar-brand {
    margin: 0;
}

header .affix .navbar-nav > li {
    padding: 0;
}

header .affix .navbar .brand-logo img{
    margin: 0;
    overflow: hidden;
}

/* ---------------------------------------------------
-------------------- For menu style ------------------
---------------------------------------------------- */

@media (min-width: 768px){

    .navbar-nav {
        float: right;
        margin-right: -15px;
    }

    .navbar > .container .navbar-brand {
        font-size: 24px;
        margin: 10px 0;
        font-family: 'Roboto Slab', serif;
        color: #f9f9f9;
    }

    .navbar-nav > li {
        padding: 10px 0px;
    }

    .navbar .brand-logo img{
        margin: 10px 0;
        overflow: hidden;
    }

}

@media (max-width: 768px){
/*
    .navbar .navbar-nav>li>a {
        border-bottom: 1px solid #ddd;
    }
*/

    .navbar .brand-logo img{
        max-height: 45px;
        max-width: 210px;
    }

    .pull-left {
        float: none!important;
    }

    .pull-right {
        float: none!important;
    }

}

.navbar .brand-logo img{
    max-height: 48px;
}

.navbar .navbar-nav>li>a {
    font-weight: 600;
    color: #F5F7FA;
}

.navbar .navbar-nav>li>a:focus, .navbar .navbar-nav>li>a:hover {
    font-weight: 600;
    color: #DA4453;
}

.navbar .navbar-nav>.active>a, .navbar .navbar-nav>.active>a:focus, .navbar .navbar-nav>.active>a:hover {
    color: #DA4453;
    background-color: transparent;
}

.navbar .navbar-nav>.open>a, .navbar .navbar-nav>.open>a:focus, .navbar .navbar-nav>.open>a:hover {
    background-color: transparent;
}

header .nav>li:last-child ul {
    right: 0;
    left: auto;
}

.dropdown-menu {
    min-width: 200px;
    padding: 0;
    border: 0;
}

.dropdown-menu li a{
    padding: 10px 20px;
}

/*
.dropdown-menu li {
    border-bottom: 1px solid ghostwhite;
} 

.dropdown-menu li:last-child {
    border-bottom: 0px;
} 
*/

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #da4453;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #DA4453;
}

/* ---------------------------------------------------
-------------------- For archive page style ----------
---------------------------------------------------- */

.archive-page-header{
    padding: 10px 15px;
}

.archive-page-title{
    font-size: 3rem;
}

.archive-content{
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
}

.archive-content-thumbnail img {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.archive-content-thumbnail img:hover {
    opacity: 0.8;
}

.archive-content-caption{
    padding: 20px 25px 30px 25px;
    font-size: 15px;
}

.archive-content-caption h2{
    margin: 10px 0px;
}

.archive-content-title{ 
    font-size: 24px;
    font-weight: 600;
    color: #444; 
}

.archive-content-caption .p-meta {
    margin: 10px 0px;
    font-size: 14px;
    color: #999;
    font-size: 1.4rem;
}

.archive-box-content{
    margin-bottom: 25px;
    display: inline-block;
    text-align: center;
}


.archive-box-content .archive-content-thumbnail {
    display: block;
    background: ghostwhite;
    height: 250px;
    overflow: hidden;
}

.archive-box-content .archive-content-thumbnail img {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    width: 100%;
    height: 250px;
}

.archive-box-content .archive-content-title{ 
    font-size: 20px;
}

.archive-box-content .archive-content-caption{
    min-height: 230px;
    padding: 20px 25px 10px 25px;
}

/* ---------------------------------------------------
-------------------- For pagination style ------------
---------------------------------------------------- */

.page-numbers {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 2px 0 0;
    border: 1px solid #ccc;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 500;
    color: #888;
    background: #fff;
}
.page-numbers.current,
a.page-numbers:hover {
    background: #da4453;
    color: #fff;
}

/* ---------------------------------------------------
---- For single, narrow, full-width, page style ------
---------------------------------------------------- */

.entry-title{
    font-size: 30px;
    text-transform: capitalize;
    margin: 15px 0 20px 0;
}

.entry-title a{
    color:#333;
}

.narrow-page{
    padding: 2% 11% !important;
}

.fullwidth-page{
    width: 100%;
}

/* ---------------------------------------------------
----------- For page.php & single.php style ---------
---------------------------------------------------- */

.page-thumb{
    margin: 10px 0px;
}

.single-content .p-meta{
    margin-bottom: 20px; 
    font-size: 14px;
    color: #999;
    font-size: 1.4rem;
}

.page-content, .single-content{
    padding: 10px 20px;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}

.page-content p, .single-content p{
    margin-bottom: 20px;
    font-size: 1.7rem;
    line-height: 3rem;
}

/* ---------------------------------------------------
----------------- For share button style -------------
---------------------------------------------------- */

.sharing-box{
    margin-top: 30px;
}
.sharing-box a{
    margin: 0 3px 5px 0;
}
.sharing-box a:hover{
    color: #fff !important;
}

/* ---------------------------------------------------
-------------- For related post  style ---------------
---------------------------------------------------- */

.related-post {
    border-top: 1px solid #dfdfdf;
    margin-top: 30px;
    padding-top: 10px;
}

.related-post p{
    line-height: 2rem !important;
    font-size: 14px !important;
}

.related-thumb {
    display: block;
    background: ghostwhite;
    min-height: 122px;
    margin: 10px 0px;
    overflow: hidden;
}

.related-thumb img {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.related-thumb img:hover {
    opacity: 0.8;
}

/* ---------------------------------------------------
------------------ For author box style --------------
---------------------------------------------------- */

.author-box {
    background: #fff;
    margin: 30px 0 10px 0;
    padding: 30px 0 30px;
    border-top: 1px solid #dfdfdf;
    overflow: hidden;
    width: 100%;
    font-size: 15px;
}

.author-box img {
    background: #fff;
    float: left;
    margin: 0 20px 0 3px;
    padding: 0px;
    border: 1px solid #1dbf0a21;
}

.author-box-title {
    margin: 0 0 5px !important;
}

.archive .author-box {
    margin: 0px 0 25px 0;
    padding: 20px;
    border-top: 0;
    box-shadow: 0 0 3px rgba(1,1,1,0.16);
    box-sizing: border-box;
}

/* ---------------------------------------------------
--------------- For comments section style -----------
---------------------------------------------------- */

.comments-part {
    font-family: Verdana, Geneva, sans-serif;
    padding: 20px;
    margin-bottom: 30px;
}

.comments-part #comments{
    padding-bottom:10px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700 !important;
    display: inline-block;
}

.comment-respond{
    border-top: 1px solid #ddd;
}

a.leavereplybutton {
    color: #999;
    background: #eaeaea;
    border: 1px solid #dfdfdf;
    padding: 8px 20px;
    text-transform: uppercase;
    border-radius: 3px;
    letter-spacing: 1px;
    float: right;
    font-size: 15px;
    display: inline-block;
    margin-top: 8px;
}

.commentlist>li{
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
}

.commentlist li ul li{
    list-style: none;
    padding-top: 15px;
}

.comment .comment-metadata{
    margin-bottom: 10px;
}

#commentform #author{
    margin-left: 5px;
}

#commentform #email {
    margin-left: 6px;
}

#commentform input {
    padding: 1.3%;
    background: ghostwhite;
    margin: 0% 2% 02% 0%;
    border: 2px solid #ddd;
}

#commentform textarea {
    width: 100%;
    padding: 1.5%;
    background: ghostwhite;
}

#commentform label {
    margin-right: 5px;
}

#commentform #submit, #submit {
    border-radius: 5px;
}

#commentform #submit, #submit, .btn-default {
    font-size: 14px;
}

#cancel-comment-reply-link{
    margin-left: 7px;
}


/* ---------------------------------------------------
------------------ For search page style --------------
---------------------------------------------------- */
#searchsubmit{
    border-radius: 0;
}

.search-content h1{
    margin-bottom: 20px;
    color: #888;
    border-bottom: 1px dotted #DA4453;
    padding-bottom: 10px;
    font-size: 30px;
}

.search-post-title{
    font-size: 1.6em;
}

.search-image img{
    width: 160px;
    height: 130px;
    float: left;
    margin: 0px 10px 10px 0px;
}

/* ---------------------------------------------------
------------------ For search form style --------------
---------------------------------------------------- */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}


/* ---------------------------------------------------
---------------- For social widget style -------------
---------------------------------------------------- */


.social-widget a {
    display: inline-block;
}

.social-widget img {
    height: 50px;
    width: 50px;
    margin: 5px;
    border-radius: 8px;
    padding: 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

.social-widget img:hover {
    -webkit-transform:rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* ---------------------------------------------------
-------------- For popular post widget style ---------
---------------------------------------------------- */

.popular-thumb img{
    display: inline-block;
    float: left;
    margin: 0px 10px 5px 0px;
    width: 75px;
    height: 60px;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.popular-thumb img:hover{
    opacity: 0.8;
}

/* ---------------------------------------------------
---------------- For default sidebar style -----------
---------------------------------------------------- */

.sidebar{
    clear: both;
}

.default-sidebar{
    margin:0px 0px 20px 0px;
    padding:20px;
    overflow: hidden;
}

.default-sidebar h4{
    padding-bottom: 10px;
    font-weight: 700;
}

.default-sidebar ul, .default-sidebar ol, .default-sidebar li {
    list-style-type: none;
}

.default-sidebar ul{
    padding-left: 5px;
}

.default-sidebar li {
    /* background: url(../images/lost_left_arrow.gif) no-repeat left 18px; */
    border-bottom: 1px solid #e2dfdf85;
    line-height: 1.375em;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.default-sidebar li:last-child {
    border-bottom: 0;
}

.gallery-item{
    margin: 5px;
    float: left;
    display: block;
    position: relative;
}

.gallery-caption{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px;
    background: #00000061;
    color: #fff;
}

/* ---------------------------------------------------
-------------- For default wp calendar style ---------
---------------------------------------------------- */

.calendar_wrap table {
    width: 100%;
    color: #28927f;
}

#wp-calendar caption {
    font-size: 20px;
    font-weight: 700;
}

#wp-calendar td {
    padding: 8px;
}

#wp-calendar #today {
    background: #da4453;
    color: black;
}

/* ---------------------------------------------------
--------------------- For footer style ----------------
---------------------------------------------------- */

footer ul,footer li{
    margin: 0;padding: 0;
    list-style-type:none;
}

.first-footer {
    border-top: 1px solid #3c3c3c;
    margin-top: 20px;
    overflow: hidden;
}

.ffw { 
    padding: 40px 15px; 
}

.first-footer li {
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-color: #444;
}

.first-footer li:last-child {
    border-bottom: 0;
}

.first-footer ul , .last-footer ul {
    margin: 10px 0px 20px 0px;
}

.widgettitle {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0;
    color: inherit;
}

.last-footer{
    border-top: 1px solid #3c3c3c;
    padding: 30px 0px 10px 0px;
}

.last-footer .textwidget {margin-bottom: 20px;}

.last-footer ul li {
    display: inline-block;
    padding: 0px 5px;
}

footer .site-info {
    font-size: .9em;
    color: #c5c5c5 ;
    margin-top: 10px;
}

footer .site-info a {
    color: #fff ;
}

/* ---------------------------------------------------
--------------------- For 404 page style -------------
---------------------------------------------------- */

.error-title {
    font-size: 150px;
    color: #808480;
}

/* ---------------------------------------------------
--------------------- For woocommerce style -------------
---------------------------------------------------- */

.woocommerce .sidebar {
    display: none;
}

/* ---------------------------------------------------
--------------------- For front page style -------------
---------------------------------------------------- */

.frontpage-content-area {
    margin: 10px 0px;
}

/* --------------for featured section------------*/

.front-page-featured-section{
    max-height: 740px;
    min-height: 700px;
    position: relative;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.featured-title{
    font-size: 5.4rem;
    padding: 10px;
}

.featured-description p{
    font-size: 2.4rem;
    letter-spacing: 1px;
    margin-bottom: 30px;
    padding: 10px;
}

.front-page-featured-text{
    text-align: center;
}

.featured-tds{
    padding: 13% 7%;
}

.featured-searchbox{
    padding: 50px 30px;
}

.featured-searchbox .input-group{
    width: 100%;
}

.featured-searchbox .search-form-input{
    padding: 20px 15px;
}

.featured-searchbox .input-group-btn{
    display: none;
}

.featured-searchbox .form-search {
    border: 0;
}

/* --------------for slider------------*/

.homepage-slider-image{
    position: relative;
    display: block;
}

.homepage-slider-text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 0 30px;
    display: inline-block;
    bottom: 50px;
}

.homepage-slider-text h2 {
    background: rgb(218, 68, 83);
    background: rgba(218, 68, 83, 0.7);
    font-weight: 400;
    font-size: 24px;
    max-width: 600px;
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 0;
}

.homepage-slider-text h2 a{
    color: #fff;
}

.homepage-slider-text h2:hover {
    background: #000;
}

.homepage-slider-text .excerpt {
    background: rgb(59, 59, 59);
    background: rgba(59, 59, 59, 0.8);
    display: block;
    color: #ddd;
    max-width: 640px;
    padding: 12px 20px;
}

.carousel .carousel-inner .item {
    opacity: 0.4;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel .carousel-inner .active {
    opacity: 1;
}
.carousel .carousel-inner .active.left,
.carousel .carousel-inner .active.right {
    left: 0;
    opacity: 0.4;
    z-index: 1;
}

.carousel-control {
    width: 5%;
    opacity: 0.1;
}

/* --------------Call for Action ------------*/

.cfa {
    padding: 30px 0px;
    background: #FFF;
    border-bottom: 1px solid #DADADA;
    text-align: center;
}

.cfa-text {
    font-size: 22px;
    color: #DA4453;
    display: block;
    padding-top: 10px;
}

.cfa-button {
    background-color: transparent;
    color: #DA4453;
    padding: 15px 30px;
    border-color: #DA4453;
}

/* --------------Home page custom post section ------------*/

.default-content-area{
    margin-top: 10px;
}

.frontpage_post_section {
    text-align: center;
    padding: 30px 0px 50px 0px;
}
.frontpage_post_section .section-title{
    font-weight: 600;
    padding-bottom: 10px;
}
.frontpage_post_section .section-description{
    font-size: 16px;
    line-height: 2.5rem;
    padding: 0 0 10px 0;
}

.frontpage_post_section .custom-post-content{ 
    margin-top: 15px;
    margin-bottom: 15px;
}

.frontpage_post_section .custom-post-content-caption{
    /* min-height: 150px; */
    padding: 10px 20px 20px 20px;
    font-size: 15px;
}

.custom-post-content-caption h2 {
    margin: 10px 0px; 
}

.frontpage_post_section .custom-post-content-title{ 
    font-size: 22px;
    font-weight: 600;
    color: #444;
}

.custom-post-content-caption .p-meta {
    margin: 10px 0px;
    font-size: 14px;
    color: #999;
    font-size: 1.4rem;
}

.frontpage_post_section .custom-post-content-thumbnail{
    overflow: hidden;
}

.frontpage_post_section .custom-post-content-thumbnail img, .custom-post-content-thumbnail img {
    width: 100%;
    transition: transform .8s ease-in-out;
}

.frontpage_post_section .custom-post-content-thumbnail img:hover, .custom-post-content-thumbnail img:hover{
    transform: scale(1.3);
}

/* --------------------------*/
