/*

Template Name:	Azul Template;
Version :	1.0;

Table of content:

    1)- General Styling
    2)- Navbar
    3)- Header-intro
    4)- Section
    5)- Screenshots
    6)- services
    7)- Testimonials
    8)- Pricing
    9)- Download App 
    10)-subscribe
    11)- Contact
    12)- Footer
    13)- Blog
    14)- Pagination
    15)- Sidebar
    16)- Commnets

*/


/*

    1)- General Styling

*/

*{
    margin: 0;
}

body{
	background: #f0f1f3;
    font-family: 'Josefin Slab', sans-serif;
    font-weight: 400;
    overflow-x: hidden; 
}

p{
	line-height: 24px;
	font-weight: 400;
	margin: 0;
}

section{
    padding: 20px 0;
}

@media( max-width: 767px ){
   section{
        padding: 60px 0;
    }
}

h2{
    font-size: 48px;
    font-weight: 700;
}

h3{
    font-size: 24px;
}

h6{
    font-size: 14px;
    font-weight: 400;
}

@media( max-width: 767px ){
    h2{
        font-size: 36px;
        font-weight: 700;
    }

    h3{
        font-size: 24px;
    }

    h6{
        font-size: 14px;
        font-weight: 400;
    }
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0;
    color: #223843;
    text-transform: capitalize;
    text-decoration: none;
}

a:hover {  
    text-decoration: none;  
}

ul{
	margin: 0;
	padding: 0;
}

.primary_btn{
    padding: 15px 25px !important;
    background: #d77a61;
    color: #fff;
    border: none;
    border-radius: 5px !important;
    text-transform: capitalize;
}

.primary_btn:hover,
.primary_btn:focus,
.primary_btn:active:hover,
.primary_btn:active:focus,
.primary_btn:active{
    background-color: #f8f8f8 !important; 
    color: #d77a61;
}
.secondary_btn{
    padding: 15px 25px !important;
    background: #223843;
    color: #fff !important;
    border: none;
    border-radius: 5px !important;
    text-transform: capitalize;
}

.secondary_btn:hover,
.secondary_btn:focus,
.secondary_btn:active:hover,
.secondary_btn:active:focus,
.secondary_btn:active{
    color: #223843 !important;
    background: #f8f8f8;
}
.section-title{
    padding-bottom: 80px;
}

.section-title > h2{
    padding-bottom: 25px;
}

.section-title > h6{
	color:	#555;

}

@media( max-width: 768px ){
    .hide-mobile {
        display: none;
    }
}


.owl-dot{
	background: #d77a61;
	height: 15px;
    width: 15px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 5px;
}

.owl-dots{
	display: block;
    text-align: center;
    margin-top: 50px;
}

.owl-dot.active{
	background: transparent;
	border: 1px solid #d77a61;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    height: 45px;
    width: 45px;
    background: #d77a61;
    border-radius: 50%;
    text-align: center;
}

.owl-carousel .owl-nav .owl-next > i, .owl-carousel .owl-nav .owl-prev > i{
    color: #fff;
    line-height: 45px;
    font-size: 22px;
}


.owl-carousel .owl-nav .owl-next{
    left: -25px;
}

.owl-carousel .owl-nav .owl-prev{
    right: -25px;
}
/*

	2)- Navbar

*/

#main-nav{
	background: transparent;
    padding: 25px 0;
    height: 100px;
    border: none; 
    -webkit-transition: all 0.8s ease;   
    transition: all 0.8s ease;        
}

#main-nav.navbar-inverse .navbar-toggle {
    border-color: transparent;
    background: #d77a61;
    color: #fff;
}
@media( max-width: 767px ){
    .navbar-inverse .navbar-collapse {
        float: none !important;
        background: #fff;
        margin-top: 25px;
        border-color: #d77a61;
    }
}

#main-nav.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 18px;
}

@media( max-width: 990px ){
    #main-nav.navbar-inverse .navbar-nav>li>a {
        padding: 15px 12px;
    }
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #d77a61 !important;
    background: transparent;
}

.navbar-inverse .navbar-nav>li>.primary_btn {
    margin-left: 50px;
}


#main-nav.sticky-navbar{
    background: #fff;
    padding: 15px 0;
    height: auto;
    box-shadow: 0px 0px 5px 1px rgba(193, 193, 193, 0.3);  
}

#main-nav.sticky-navbar .navbar-nav>li>a {
    color: #444;
    font-size: 18px;
}

/* 

    3)-Header-intro

*/
#header-intro{
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
    height: 650px;
    display: table;
    width: 100%;
    background-size: cover;
    
}
#blog-intro{
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
    height: 400px !important;
    display: table;
    width: 100%;
    background-size: cover;
    
}

#blog-intro .header-intro-inner{
    display: table-cell;
    vertical-align: middle;
}

#blog-intro h2,
#blog-intro h6{
    color: #fff;
    font-weight: 400;
}
#blog-intro h6{
    padding: 30px 24%;
    font-size: 16px;
    line-height: 24px;
}

@media( max-width: 768px ){
    #blog-intro h6{
        padding: 30px 4%;
    }
 
}

body.default #header-intro{
    background: -webkit-linear-gradient(rgba(34, 56, 67, 0.5), rgba(34, 56, 67, 0.5)), url(../img/header.jpg) center center;
    background: linear-gradient(rgba(34, 56, 67, 0.5), rgba(34, 56, 67, 0.5)), url(../img/header.jpg) center center;
}

body.parallax #header-intro{
    background: -webkit-linear-gradient(rgba(34, 56, 67, 0.5), rgba(34, 56, 67, 0.5)), url(../img/header.jpg) center center;
    background: linear-gradient(rgba(34, 56, 67, 0.5), rgba(34, 56, 67, 0.5)), url(../img/header.jpg) center center;
}

/* Style for video bg */
#header-intro.video-bg iframe,
#header-intro.video-bg .video-foreground{
   position: absolute;
    min-width: 100%;
    min-height: 891px;
    top: 0px;
    left: 0px;
    width: auto;
    height: auto;
    z-index: 1;
    border: none;
}

#header-intro.video-bg .header-intro-inner{
    position: relative;
    z-index: 9;
    background: rgba(34, 56, 67, 0.7);
}

#header-intro .header-intro-inner{
    display: table-cell;
    vertical-align: middle;
}

#header-intro h2,
#header-intro h6{
    color: #fff;
    font-weight: 400;
}
#header-intro h6{
    padding: 30px 24%;
    font-size: 16px;
    line-height: 24px;
}

@media( max-width: 768px ){
    #header-intro h6{
        padding: 30px 4%;
    }
 
}

#header-intro .btn-group .btn{
    margin: 0 15px;
    padding: 15px 60px !important;
    font-size: 18px;
}
 
@media( max-width: 768px ){
        #header-intro .btn{
            width: 100%;
            margin: 10px 0 !important;
    }
 
}


/*

	4)- Section

*/


.section{
    position: relative;
    background: #f8f8f8;
}

.fimg {
    margin-left: 60px!important;
}

.section:before{
    content: '';
    position: absolute;
    top: -100px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: -webkit-linear-gradient(bottom right, #f8f8f8 50%, rgba(51, 51, 51, 0) 51%);
    background: -o-linear-gradient(bottom right, #f8f8f8 50%, rgba(51, 51, 51, 0) 51%);
    background: linear-gradient(to top left, #f8f8f8 50%, rgba(51, 51, 51, 0) 51%);
    z-index: 999;
}

.section:after{
    content: '';
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: -webkit-linear-gradient(bottom right, rgba(240, 241, 243, 0) 50%, rgb(248, 248, 248) 51%);
    background: -o-linear-gradient(bottom right, rgba(240, 241, 243, 0) 50%, rgb(248, 248, 248) 51%);
    background: linear-gradient(to top left, rgba(240, 241, 243, 0) 50%, rgb(248, 248, 248) 51%);
}

@media( max-width: 602px ){
    .section:before{
            top: -50px;
            height: 50px;
            background: -webkit-linear-gradient(bottom right, #f8f8f8 50%, rgba(51, 51, 51, 0) 51%);
            background: -o-linear-gradient(bottom right, #f8f8f8 50%, rgba(51, 51, 51, 0) 51%);
            background: linear-gradient(to top left, #f8f8f8 50%, rgba(51, 51, 51, 0) 51%);
        }

    .section:after{
            bottom: -50px;
            height: 50px;
            background: -webkit-linear-gradient(bottom right, rgba(240, 241, 243, 0) 50%, rgb(248, 248, 248) 51%);
            background: -o-linear-gradient(bottom right, rgba(240, 241, 243, 0) 50%, rgb(248, 248, 248) 51%);
            background: linear-gradient(to top left, rgba(240, 241, 243, 0) 50%, rgb(248, 248, 248) 51%);
        }
}

.section ul{
	list-style: none;
}

.section ul > li:last-child > .future{
	margin: 0;
    margin-bottom: 50px;
}

@media( max-width: 768px ){
    .section ul > li:last-child > .future{
        margin-bottom: 60px;
    }
}
@media( max-width: 768px ){
    .section ul > li> .future{
        text-align: center;
    }
}

@media( max-width: 768px ){
    #section .future{
        text-align: left;
    }
}
.section .future > h3{
	color: #d77a61;
	margin-bottom: 20px;
}


/*

	5)-Screenshots 

*/

.screenshots{
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
.screenshots img{
    box-shadow: 0px 0px 5px 1px rgba(193, 193, 193, 0.3);    
}
@media( max-width: 602px ){
    #subscribe{
        padding-top: 120px;
    }
}
.screenshots:after{
    content: '';
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: -webkit-linear-gradient(bottom right, rgba(240, 241, 243, 0) 50%, rgb(240, 241, 243) 51%);
    background: -o-linear-gradient(bottom right, rgba(240, 241, 243, 0) 50%, rgb(240, 241, 243) 51%);
    background: linear-gradient(to top left, rgba(240, 241, 243, 0) 50%, rgb(240, 241, 243) 51%);
}

@media( max-width: 602px ){

    .screenshots:after{
        bottom: -50px;
        height: 50px;
    }
}

/*

	6)-services 

*/

#services{
	background: #f8f8f8;
	padding:10px 0;
}
@media( max-width: 602px ){
    #services{
        padding: 120px 0;
    }
}

.service-single > h3{
	font-weight: 600;
	margin-bottom: 25px;
}

@media( max-width: 992px ){
    .service-single > h3{
        text-align: center;
    }
}
.service-single > h3 > i{
	font-size: 24px;
    color: #d77a61;
    display: block;
    width: 35px;
    float: left;
}
@media( max-width: 992px ){
    .service-single > h3 > i{
        width: 100%;
        text-align: center;
        font-size: 50px;
        margin-bottom: 25px;
    }
}
.service-single >p{
	padding-left: 35px;
	color: #555;
    margin-bottom: 5px;
}
@media( max-width: 1200px ){
    .service-single >p{
        padding-left: 0px;
    }
}
@media( max-width: 992px ){
    .service-single >p{
        margin-bottom: 5px;
        text-align: center;
    }
}
.service-single a{
	color: #d77a61;
	font-weight: 600;
    margin-left: 35px;
}
@media( max-width: 992px ){
   .service-single a{
        display: block;
        text-align: center;
        margin-left: auto;
        margin-bottom: 45px;
    }
}

/*

	7)- Testimonials 

*/

.testimonials{
    position: relative;
    padding-top: 180px;
}

.testimonials:after{
     content: '';
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: -webkit-linear-gradient(bottom right, rgba(240, 241, 243, 0) 50%, rgb(240, 241, 243) 51%);
    background: -o-linear-gradient(bottom right, rgba(240, 241, 243, 0) 50%, rgb(240, 241, 243) 51%);
    background: linear-gradient(to top left, rgba(240, 241, 243, 0) 50%, rgb(240, 241, 243) 51%);
}


@media( max-width: 602px ){
    .testimonials:before{
            top: -50px;
            height: 50px;
            background: -webkit-linear-gradient(bottom right, #f0f1f3 50%, rgba(51, 51, 51, 0) 51%);
            background: -o-linear-gradient(bottom right, #f0f1f3 50%, rgba(51, 51, 51, 0) 51%);
            background: linear-gradient(to top left, #f0f1f3 50%, rgba(51, 51, 51, 0) 51%);
        }

    .testimonials:after{
            bottom: -50px;
            height: 50px;
            background: -webkit-linear-gradient(bottom right, #f8f8f8 50%, rgb(240, 241, 243) 51%);
            background: -o-linear-gradient(bottom right, #f8f8f8 50%, rgb(240, 241, 243) 51%);
            background: linear-gradient(to top left, #f8f8f8 50%, rgb(240, 241, 243) 51%);
        }
}

.testimonials .testimony > .testimony-img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    float: left;
    -webkit-transform: translateY(45%);
            transform: translateY(45%);
}
@media( max-width: 480px ){
    .testimonials .testimony > .testimony-img{
        float: none;
        -webkit-transform: translateY(0%);
                transform: translateY(0%);  
        display: block;
        margin: auto;
    }
}


.testimonials .testimony > .testimony-inner{
	position: relative;
    float: left;
    width: 75%;
    background: #fff;
    padding: 25px;
    margin-left: 35px;
    box-shadow: 0px 0px 5px 1px rgba(193, 193, 193, 0.3);    
}

@media( max-width: 1199px ){
    .testimonials .testimony > .testimony-inner{
        width: 70%;
    }
}

@media( max-width: 482px ){
    .testimonials .testimony > .testimony-inner{
        width: 100%;
        text-align: center;
        margin-top: 35px;
        margin-left: 0;
    }
}
.testimonials .testimony > .testimony-inner:before{
    content: '';
    height: 20px;
    width: 20px;
    background: #fff;
    position: absolute;
    left: -4px;
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
    top: 50%;
}

@media( max-width: 482px ){
    .testimonials .testimony > .testimony-inner:before{
        -webkit-transform: rotate(-45deg) translateX(-50%);
                transform: rotate(-45deg) translateX(-50%);
        left: 50%;
        top: -18px;
    }
}

.testimonials .testimony > .testimony-inner > h3{
	font-weight: 600;
    padding-bottom: 5px;
}

.testimonials .testimony > .testimony-inner > h3 + span{
	color: #223843;
	font-style: italic;
	margin-bottom: 15px;
	display: block;
}


.testimonials .testimony > .testimony-inner > h3 + span > a{
	color: #d77a61;
}

.testimonials .testimony > .testimony-inner > p{
	margin: 0;
}

.testimonials .testimony > .testimony-inner > i{
	color: #fce202;
}

/*

	8)-Pricing 

*/

.pricing{
	background: #f8f8f8;
    padding: 180px 0 80px;
}

@media( max-width: 602px ){
    .pricing{
        padding: 120px 0 80px;
    }
}

.pricing .pricing-table{
	background: #fff;
	padding: 70px 75px;
    box-shadow: 0px 0px 5px 1px rgba(193, 193, 193, 0.3);    
}

@media( max-width: 992px ){
    .pricing .pricing-table{
        margin-bottom: 30px;
    }
}

.pricing .pricing-table > h2{
	padding-bottom: 25px;
    font-size: 36px;
    font-weight: 300;
}

.pricing .pricing-table > ul > li{
	list-style: none;
	padding-bottom: 40px;
	font-size: 18px;
}

.pricing .pricing-table > ul > li.price{
	color: #d77a61;
	padding-bottom: 25px;
	font-size: 24px;
}

.pricing .pricing-table > ul > li >.primary_btn{
    font-weight: 600;
    font-size: 18px;
}

.pricing .pricing-table > ul > li:nth-child(5) {
    padding-bottom: 25px;
}


.pricing .pricing-table.pro{
	background: #d77a61;
}
.pricing .pricing-table.pro > ul > li{
	color: #fff;
}
.pricing .pricing-table.pro > ul > li.price{
	color: #f8f8f8;
}

.pricing .pricing-table.pro > ul > li >.primary_btn{
	background: #f8f8f8;
    color: #d77a61;
}

/*

	9)-Download App 

*/
.download-app{
    background: -webkit-linear-gradient(rgba(34, 56, 67, 0.5), rgba(34, 56, 67, 0.5));
    background: -o-linear-gradient(rgba(34, 56, 67, 0.5), rgba(34, 56, 67, 0.5));
    background: linear-gradient(rgba(34, 56, 67, 0.5), rgba(34, 56, 67, 0.5));
    background-size: cover !important;
    position: relative;    
    padding: 100px 0;
}

@media( max-width: 602px ){
    .download-app{
        padding: 60px 0;
    }
}

.download-app:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: -webkit-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, rgb(248, 248, 248) 51%);
    background: -o-linear-gradient(bottom right, rgba(255, 255, 255, 0) 50%, rgb(248, 248, 248) 51%);
    background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, rgb(248, 248, 248) 51%);
}


.download-app:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: -webkit-linear-gradient(bottom right, rgb(248, 248, 248) 50%, rgba(255, 255, 255, 0) 51%);
    background: -o-linear-gradient(bottom right, rgb(248, 248, 248) 50%, rgba(255, 255, 255, 0) 51%);
    background: linear-gradient(to top left, rgb(248, 248, 248) 50%, rgba(255, 255, 255, 0) 51%);
}

@media( max-width: 602px ){
    .download-app:before{
            top: 0px;
            height: 50px;
        }

    .download-app:after{
        bottom: 0px;
        height: 50px;
        }
}

.download-app .download h2{
	color: #d77a61
}

.download-app .download p{
	color: #fff;
	padding: 25px 0;
	margin: 0;
}

.download-app .download .btn{
    padding: 20px 60px !important;
    font-size: 24px;
    width: 100%;
}

@media( max-width: 1200px ){
    .download-app .download .btn{
        padding: 20px 35px !important;
        font-size: 24px;
    }
}

@media( max-width: 992px ){
    .download-app .download .btn{
        padding: 20px 35px !important;
        font-size: 24px;
        width: 100%;
        margin-bottom: 10px;
    }
}

/*

    10)-subscribe

*/

.subscribe{
    background: #f8f8f8;
    position: relative;
    padding-bottom: 100px;
}

@media( max-width: 602px ){
    .subscribe{
        padding-bottom: 60px;
    }
}

.subscribe:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: -webkit-linear-gradient(bottom right, rgb(240, 241, 243) 50%, rgb(248, 248, 248) 51%);
    background: -o-linear-gradient(bottom right, rgb(240, 241, 243) 50%, rgb(248, 248, 248) 51%);
    background: linear-gradient(to top left, rgb(240, 241, 243) 50%, rgb(248, 248, 248) 51%);
}

@media( max-width: 602px ){

    .subscribe:after{
        bottom: -50px;
        height: 50px;
    }
}

#subscribe form .form-control{
    float: left;
    width: 66.66666667%;
    margin-right: 15px;
    height: inherit;
    padding: 15px 0 15px 25px;
    
}

.subscribe form .btn{
    float: left;
    width: 30%;
}


@media( max-width: 480px ){
    .subscribe form .form-control{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 25px;
    }

    .subscribe form .btn{
        width: 100%;
    }

}

/*

	11)-Contact

*/

.contact{
    padding: 20px 0 100px;
}

@media( max-width: 602px ){
    .contact{
        padding: 80px 0 120px;
    }
}

.contact input[type='text'],
.contact input[type='email']{
	height: 50px;
	font-size: 18px;
	padding-left: 25px;
}

@media( max-width: 992px ){
    .contact input[type='text']{
        margin-bottom: 25px;
    }
}

.contact textarea{
	margin: 25px 0;
	height: 250px;
	font-size: 18px;
	padding-left: 25px;
	padding-top: 20px;

}

.contact button[type='submit']{
	font-size: 18px;
	font-weight: 600;
	padding: 20px 35px !important;
}

.contact .form-control:focus:invalid {
    border-color: #d77a61;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #d77a61;    
}

.contact .form-control:focus:valid {
    border-color: #2ecc71;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #2ecc71;
}

/*

	12)-Footer

*/

#main-footer{
	background: #223843;
	padding: 20px 0;
	position: relative;
}

#main-footer:before{
    content: '';
    position: absolute;
    top: -100px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: -webkit-linear-gradient(bottom right, #223843 50%, rgba(51, 51, 51, 0) 51%);
    background: -o-linear-gradient(bottom right, #223843 50%, rgba(51, 51, 51, 0) 51%);
    background: linear-gradient(to top left, #223843 50%, rgba(51, 51, 51, 0) 51%);
}

@media( max-width: 602px ){
    #main-footer:before{
            top: -50px;
            height: 50px;
            background: -webkit-linear-gradient(bottom right, #223843 50%, rgba(51, 51, 51, 0) 51%);
            background: -o-linear-gradient(bottom right, #223843 50%, rgba(51, 51, 51, 0) 51%);
            background: linear-gradient(to top left, #223843 50%, rgba(51, 51, 51, 0) 51%);
        }
}
#main-footer .social-media{
	padding: 40px 0;
}
#main-footer .social-media > li{
	display: inline;
	line-height: 40px;
	margin-right: 15px;
}

#main-footer .social-media > li:last-child{
	margin-right: 0;
}

#main-footer .social-media > li > a{
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	background: #d77a61;    
	color: #fff;
	border-radius: 50%;      
	font-size: 18px;
}

#main-footer .social-media > li > a:hover{
	background: #f0f1f3;
    -webkit-transition: all ease 0.7s;
    transition: all ease 0.7s;
    color: #d77a61;
}

#main-footer .copyright > p{
	color: #FFF;
	font-size: 18px;
}

#main-footer .copyright > p > a{
	color: #d77a61;
	font-weight: 600;
}

#main-footer .copyright > p > i{
	color: #d77a61;
}

/*

	13)-Blog

*/
section.blog {
    padding: 80px 0;
    background: #f8f8f8 !important;
}
.blog .title { 
    margin-top: 25px; 
}
.blog .subtitle { 
    margin-bottom: 50px; 
}
.blog a.btn { 
    margin-top: 15px; 
}
section.blog .section-icon {
	margin-bottom: 100px;
}
.post {
	position: relative;
	margin-bottom: 80px;
	text-align: left;
}
.post hr {
	margin: 10px 0 20px 0;
}
.post .post-title {
	width: 100%;
	display: inline-block;
    background: url(../img/background-title.png) left center repeat-x;
}
.post .post-title h2 {
    background: #f8f8f8;
	float: left;
	padding-right: 30px;
	margin-bottom: 15px;
}
.post .post-title h2 a {
	color: #262626;
}
.post .post-title h2 a:hover {
	color: #d77a61;
}
.post .post-meta {
	margin-bottom: 25px;
}
.post .post-meta .post-meta-date,
.post .post-meta .post-meta-author,
.post .post-meta .post-meta-category,
.post .post-meta .post-meta-tags,
.post .post-meta .post-meta-comments {
	margin-right: 10px;
	display: inline-block;
	font-style: italic;
}
.post .post-meta a:hover {
	color: #212121;
}
.post .post-meta .post-meta-author {
	color: #333;
}
.post .post-meta i {
	margin-right: 5px;
	color: #666;
}
.post .post-media {
	margin-bottom: 20px;
}
.blog .flex-control-paging li a.flex-active {
	background: #d77a61;
}
.post .post-body p {
	font-size: 14px;
	line-height: 30px;
    margin-bottom: 10px;
}
.post blockquote p {
	border-left: 1px solid #d77a61;
	font-size: 14px;
	line-height: 30px;
	font-style: italic;
	padding: 15px 20px 15px 20px !important;
	color: #111111;
	background: #ebebeb;
	margin: 20px 0;
}
.pager li>a, .pager li>span {
    padding: 8px 25px;
}
.pager a {
    padding: 10px 10px;
	background: #ebebeb !important;
}
.pager a:hover {
	background: #000000 !important;
	color: #ffffff;
}
.pager .disabled a {
	background: transparent !important;
}
.pager .disabled a:hover {
	background: transparent !important;
}
.pager .previous {
	float: left;
}
.pager .next {
	float: right;
}
/*

	14)-Pagination

*/
.pagination span, .pagination a {
	float: left;
	margin: 2px 4px 2px 0;
	padding: 6px 20px;
	color: #666666;
	background: #c2c2c2;
}
.pagination span:hover, .pagination a:hover {
	background: #333333;
}
.pagination .page-info {	
	background: none;
	font-style: italic;
}
.pagination .page-info:hover {
	background: none;
}
.pagination .current {
	background: #d77a61;
	color: #ffffff;
}
.pagination .current:hover {
	background: #d77a61;
}
/*

	15)-Sidebar

*/
.widget {
    margin-top: 10px;
	text-align: left;
}
.widget h3 {
    margin-top: 25px;
	text-align: left;
	text-transform: uppercase;
	font-size: 18px;
    margin-bottom: 0;
}
.widget_search #s { 
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    background: #fff;
    border: 1px solid #d9d9d9;
    line-height: 18px;
    color: #999;
    padding: 10px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3x;
    transition: all 200ms linear;
}
.widget_search #s:hover, .widget_search #s:focus {
	border: 1px solid #000000;
}
.widget_search input[type=submit] {
	display: none;
}
.widget ul li  {
   padding: 15px 0;
   border-bottom: 1px solid #d9d9d9;
   font-size: 16px;
   margin: 0;
}
.widget ul li a {
    color: #d77a61;
}
.widget ul li a:hover {
    opacity: 0.6;
}
.tagcloud {
    margin-top: 15px;
}
.tagcloud a {
	border: 1px solid #d9d9d9;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 11px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #999;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-right: 3px;
}
.tagcloud a:hover {
	color: #ffffff;
	background: #d77a61;
}
/*

	16)-Comments

*/
#comments {
    margin-top: 50px;
}
#comments p {
	padding: 0px;
	text-align: left;
	font-size: 14px;
	line-height: 30px;
    margin-bottom: 0;
}
#comments-title {
	text-transform: uppercase;
    margin-bottom: 10px;
}
#comments-title span {
	color: #777777;
	margin-left: 5px;
}
#comments .comment-body {
    margin-bottom: 30px;
}
#comments img {
    margin-bottom: 10px;
}
.commentlist .commentmetadata {
	margin-bottom: 10px;
}
.commentlist .commentmetadata a {
	font-style: italic;
	color: #999999;
	font-size: 12px;
}
.commentlist .reply a {
	background: #ffffff;
	color: #c2c2c2;
	padding: 4px 8px;
	font-weight: normal;
	border: 2px solid #c2c2c2;
	text-transform: uppercase;
}
.commentlist .reply a:hover {
	background: #d77a61;
	color: #ffffff;
	border: 2px solid transparent;
}
.form-horizontal .control-group {
	display: inline-block;
	width: 100%;
    margin-bottom: 20px;
}
.form-horizontal .controls {
	float: left;
}
.form-horizontal .comment-form-comment .controls {
	width: 100%;
}
.form-horizontal .controls input {
	height: 35px;
}
.form-horizontal .controls input,
.form-horizontal .controls textarea {
    padding: 10px 15px;
	background: #eeeeee;
	border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
   -o-border-radius: 0;
    border-radius: 0;
	width: 100%;
    color: #333;
    font-size: 18px;
	margin-bottom: 0px;
}
.form-horizontal .controls input:hover,
.form-horizontal .controls input:focus,
.form-horizontal .controls textarea:hover
.form-horizontal .controls textarea:focus {
	background: #e7e7e7;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.form-horizontal .control-label {
	margin-left: 10px;
}
.form-horizontal .required {
	color: #d77a61;
}
.form-horizontal button {
	padding: 15px 50px;
    line-height: 16px;
    white-space: normal;
    text-align: center;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    margin-bottom: 5px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: All 200ms linear;
	-moz-transition: All 200ms linear;
	-ms-transition: All 200ms linear;
	-o-transition: All 200ms linear; 
    transition: All 200ms linear;
    background: transparent;
    color: rgba(0, 0, 0, 0.8);
    border: 2px solid rgba(102, 102, 102, 0.5);
}
.form-horizontal button:hover {
	color: #ffffff;
	background: #d77a61;
	border: 2px solid transparent;
}

@media only screen and (max-width: 768px) {
    .post-meta {
     line-height: 22px;
    }
}