/*
Project: URBAN - Responsive corporate/portfolio Template
Version: 1.0
Author : operce.com

==========

TABLE OF CONTENT

    - General Styles
    - Grid
    - Buttons
    - Loader
    - Header
    - Banner
    - Portfolio
    - Services
    - Clients
    - Footer
    - Breadcrumb
    - About
    - Services Page
    - Contact Page
    - Blog

================================================== */

/*------------------------------------*\
    1. General styles
\*------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900|Open+Sans:400,600,300|Montserrat:500,600,700');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    color: #22313f;
}
p {
    line-height: 1.2;
    color: #666;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 26px;
    margin: 0 0 15px;
}
strong {
    font-weight: bold;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
ul,
ol {
    margin: 0;
    padding: 0;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
audio,
canvas,
video {
    display: inline-block;
    max-width: 100%;
}
img {
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a {
    transition: .3s ease;
}
a:focus {
    outline: thin dotted;
}
a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: 0;
}
i,
cite,
em,
var,
address,
dfn {
    font-style: italic;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
blockquote {
    padding: 5px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
    position: relative;
    font-size: 16px;
}
blockquote p {
    font-size: 16px;
}
.__mobile {
    display: none;
}
.disabled {
    cursor: not-allowed;
}
.highlight {
    color: #fb334f !important;
    font-family: inherit;
}
.highlight-grey {
    color: #676666 !important;
    font-family: inherit;
}
.white {
    color: #fff;
}
/* 1.1. Form elements */

input,
button,
textarea {
    outline: 0;
}
input[type=submit],
button {
    background-color: #f8f8f8;
    color: #666;
    border-color: #ddd;
    border-bottom-color: #ddd;
    display: inline-block;
    padding: 6px 12px;
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.09);
    border: 1px;
}
textarea {
    font-family: inherit;
}

/* ============= Grid =============== */

.container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin:
}
.row {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    both;
    width: 100%;
    overflow: hidden;
}
.row-fixed {
    position: relative;
    margin: 0 auto;
    padding: 0;
    display: block;
    both;
    width: 1170px;
    overflow: hidden;
}
.row-pd {
    padding: 0 15px;
}
.col {
    position: relative;
    float: left;
}
.col-2 {
    position: relative;
    width: 50%;
    float: left;
}
.col-4 {
    position: relative;
    width: 25%;
    float: left;
}
.col-5 {
    position: relative;
    width: 20%;
    float: left;
}
.col-3 {
    position: relative;
    width: 33.33%;
    float: left;
}
.col-70 {
    position: relative;
    width: 70%;
    float: left;
}
.col-60 {
    position: relative;
    width: 60%;
    float: left;
}
.col-80 {
    position: relative;
    width: 80%;
    float: left;
}
.col-90 {
    position: relative;
    width: 90%;
    float: left;
}
.col-30 {
    position: relative;
    width: 30%;
    float: left;
}
.col-40 {
    position: relative;
    width: 40%;
    float: left;
}
.col-10 {
    position: relative;
    width: 10%;
    float: left;
}
.clearfix:after,
.clearboth:after,
.row:after,
.row-fixed:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

/* =============== Buttons ================= */

.__btn {
    font-size: 0.9em;
    color: #f8f8f8;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    padding: 10px 20px;
    border: 1px solid;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
    display: inline-block;
    text-decoration: none;
}
.__btn-round {
    border-radius: 4px !important;
}
.__btn-grey {
    background-color: #eee;
    border-color: #eee;
    color: #777;
}
.__btn-grey:hover {
    background: #fb334f;
    border-color: #fb334f;
    color: #fff;
}
.__btn-dark {
    background-color: #333;
    border-color: #333;
    color: #fff;
}
.__btn-dark:hover {
    background: #ddd;
    border-color: #ddd;
    color: #333;
}
.__btn-red {
    background: #fb334f;
    border-color: #fb334f;
    color: #fff;
}
.__btn-red:hover {
    background: #e5253f;
    border-color: #e5253f;
}
.__btn-white {
    background-color: #fefefe;
    border-color: #e8e8e8;
    color: #d15543;
}
.__btn-white:hover {
    background-color: #e8e8e8;
    border-color: #ccc;
}
.__btn-blue {
    background-color: #3f51b5 !important;
    border-color: #3f51b5 !important;
    color: #fff;
}
.__btn-blue:hover {
    background-color: #2c3c91 !important;
}


/* ============== Sections ==================== */


.text-center {
    text-align: center;
}
.section-heading {
    margin: 30px 0;
}
.section-heading h3 {
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    font-size: 35px;
    /*text-transform: uppercase;*/
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.section-heading h3:after {
    content: "";
    background: #fb334f;
    height: 2px;
    width: 90px;
    position: absolute;
    bottom: -25px;
    left: 0;
}
.section-title h2 {
    color: #444444;
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.section-title h3,
.section-title h4 {
    color: #444444;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.section-body {
    margin-bottom: 40px;
}
.section-footer {
    text-align: center;
    display: block;
    margin: 0 0 30px 0;
}
.section-footer a {
    display: inline-block;
    border: #999 solid 1px;
    padding: 15px 40px;
    box-shadow: none;
    color: #999;
    transition: 200ms;
    text-transform: uppercase;
}
.section-footer a:hover {
    background: #222;
    color: #fff;
    border-color: #222;
}
/*-----------------------------------*\
      Loader Area
\*-----------------------------------*/

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff;
    display: table;
    text-align: center;
}
.loader {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    position: relative;
    width: 200px;
    height: 200px;
}
.loader1 {
    width: 56px;
    height: 56px;
    border: 4px solid #fb334f;
    border-right-color: transparent;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    margin: 0 auto;
}
@keyframes loader-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*------------------------------------*\
    2. Header styles
\*------------------------------------*/

.header {
    padding:40px 0 30px 0;
    overflow: visible;
    transition: padding .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease;
    z-index: 6 !important;
}
.sticky {
    position: fixed;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index:9999999999;
    background: #fff;
}

.header .row-fixed {
    overflow: visible;
}
.header .logo h1 {
    color: #444;
    font-family: "Dosis", serif;
    font-size: 30px;
    font-weight: 900;
    padding-top: 15px;
    padding-bottom: 15px;
}
.header .logo {
    padding: 8px 0;
}
.header .logo img {
    width: 70px;
}
.header .menu {
    float: right;
}
.header .menu ul {
    list-style: none;
    text-align: center;
    padding: 14px 0;
}
.menu li {
    display: inline-block;
    position: relative;
}
.menu li a {
    padding: 10px 14px;
    color: #222;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
}
.menu li a:hover {
    color: #fb334f;
}
.menu li.active a {
    border-bottom: 1px solid #fb334f;
}
/* submneu start */

.sub-menu {
    background: #323232 none repeat scroll 0 0;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 210px;
    z-index: 9999;
    padding: 0 !important;
    margin-top: 1px;
}
.menu ul li:hover> ul.sub-menu {
    opacity: 1;
    visibility: visible;
}
.menu ul li ul.sub-menu li {
    position: relative;
    display: block;
    text-align: left;
    float: none;
}
.menu ul li ul.sub-menu li a {
    color: #ddd;
    font-size: 13px;
    padding-left: 15px;
    text-transform: capitalize;
    font-weight: normal;
    display: block;
    border-bottom: 1px solid #555;
}
.menu ul li ul.sub-menu li a i {
    float: right;
    margin-top: 7px;
}
.menu ul li ul.sub-menu li:hover > a {
    color: #fff;
    background: #2A2A2A;
    padding-left: 20px;
}
.menu ul li ul.sub-menu li ul {
    left: 100%;
    opacity: 0;
    top: 0;
    visibility: hidden;
}
/* submneu end */


/*------------------------------------*\
    3. Banner styles
\*------------------------------------*/

.banner {
    height: auto;
    background: #fff;
}
.banner .text {
    width:95%;
    padding-top: 90px !important;
    padding-bottom: 40px !important;
    z-index: 5 !important;
}
.banner .text h2.headline {
    font-family: "Montserrat", serif;
    font-size: 68px;
    color: #353535;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
    font-weight: 500;
    line-height: 78px;
}
.banner .text h2.headline span {
    color: #8a8a8a;
    font-family: "Montserrat", serif;
}
.banner .text h2.headline span.highlight {
    font-family: "Playfair display", serif;
    font-weight: 300;
}
.banner .text p {
    color: #333;
    font-size: 17px;
    color: #666;
    margin-bottom: 0;
    line-height: 2em;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
    letter-spacing: 2px;
}
.text-column {
    margin-bottom: 30px;
}
.link-column {
    display: inline-block;
    padding: 10px 0;
}
.banner .text a {
    text-align: center;
    padding: 10px 40px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
}
.banner .overlay {
    background-color: rgba(255, 255, 255, 0.60) !important;
}
.overlay {
    background-color: rgba(255, 255, 255, 0.6)!important;
    z-index: 1;
}
.overlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}
.section {
    padding: 50px 0;
}
/*------------------------------------*\
    4. Portfolio styles
\*------------------------------------*/

.portfolio-menu {
    margin-bottom: 30px;
}
.portfolio-menu button {
    text-transform: capitalize;
    background: #fff;
    border: 0;
    box-shadow: none;
}
.portfolio-menu .active {
    background: #22313f;
    color: #fff;
}
.portfolio-item {
    overflow: hidden;
    padding: 0 15px;
    margin-bottom: 20px;
}
.no-space .portfolio-item {
    padding: 0;
    margin-bottom: 0;
}
.portfolio-item a {
    display: block;
}
.portfolio-content {
    background: rgba(251, 51, 79, 0.81);
    bottom: 0;
    color: #ffffff;
    left: 0;
    padding: 7px 0;
    position: absolute;
    transform: translateY(100%);
    transform-origin: center bottom 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    height: 100%;
}
.content-align {
    width: 100%;
    height: 100%;
    display: table;
}
.content-align .inner {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}
.content-align .inner h4:after {
    content: "";
    background: #fff;
    height: 2px;
    width: 90px;
    position: absolute;
    bottom: -5px;
    left: 0;
}
.portfolio-content h4 {
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    ;
    display: inline-block;
    margin-bottom: 10px;
}
.portfolio-content a {
    color: #fff;
}
.portfolio-content p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
.portfolio-item:hover .portfolio-content {
    transform: translateY(0);
}
.portfolio-img {
    top: 0;
    overflow: hidden;
    transition: .3s;
}
.portfolio-img img {
    width: 100%;
}
.portfolio-item:hover .portfolio-img {
    transform: scale(1.15);
}
/*------------------------------------*\
    5. Services styles
\*------------------------------------*/

.services {
    background: #f8f8f8;
}
.services,
.services-content-wrapper {
    overflow: visible;
}
.services-content {
    position: absolute;
    top: 180px;
    z-index: 100;
    width: 100%;
}
.services .col-3 {
    padding: 0 15px;
}
.services .service-single {
    margin-bottom: 40px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 50px 20px;
    transition: .3s ease;
    background: #fff;
    border-radius: 3px;
}
.services .service-single:hover .icon {
    text-shadow: -1px -1px 0 #fb334f, 1px -1px 0 #fb334f, -1px 1px 0 #fb334f, 1px 1px 0 #fb334f;
}
.services .service-single:hover h4 {
    color: #fb334f;
}
.services .service-single:hover a {
    background: #fb334f;
    border-color: #fb334f;
    color: #fff;
}
.services .service-single .icon {
    color: #fff;
    text-shadow: -1px -1px 0 #323232, 1px -1px 0 #323232, -1px 1px 0 #323232, 1px 1px 0 #323232;
    font-size: 35px;
    transition: .3s ease;
    margin-bottom: 30px;
}
.services .service-single h4 {
    font-size: 22px;
    color: #22313f;
    text-transform: uppercase;
    transition: .3s ease;
    font-weight: 600;
}
.services .service-single p {
    font-size: 14px;
    color: #22313f;
    margin-bottom: 0;
}
.services .service-single a {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}
/*------------------------------------*\
    6. Clients styles
\*------------------------------------*/

.clients ul {
    list-style: none;
}
.clients li {
    text-align: center;
    float: left;
    width: 25%;
    height: 9em;
    line-height: 9em;
}
.clients li img{max-height:100px;max-width: 200px;}
.single-client {
    text-align: center;
}


/*------------------------------------*\
    7. Newsletter
\*------------------------------------*/
.newsletter {
    background: #3c3c3c;
}
.newsletter .col-70 {
    margin: 0 auto;
    float: none;
}
.newsletter .newsletter-field {
    margin-bottom: 0;
    display: table;
    width: 100%;
    position: relative;
}
.newsletter h4 {
    font-family: "Playfair Display", Serif;
    color: #fff;
    font-size: 22px;
    line-height: 46px;
}
.newsletter input[type=text] {
    width: 60%;
    display: table-cell;
    border: 0;
    border-radius: 0;
    background-color: #ffffff;
    height: 46px;
    color: #797979;
    box-shadow: none;
    font-size: 13px;
    font-weight: 700;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    padding-left: 55px;
}
.newsletter button {
    display: table-cell;
    font-family: "Playfair Display", Serif;
    font-size: 12px;
    font-weight: 900;
    color: #ffffff;
    top: -1px;
    border: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    background-color: #4f4f4f;
    width: 115px;
    height: 46px;
    vertical-align: middle;
}
.newsletter .newsletter-icon {
    position: absolute;
    z-index: 15;
    left: 18px;
    font-size: 19px !important;
    top: 9px;
    color: #858585;
}
/*------------------------------------*\
    7. Footer styles
\*------------------------------------*/

.footer {
    background: #f6f6f6;
}
.footer.section {
    padding: 30px;
}
.footer .text-column {
    border-bottom: #eee solid 1px;
    padding-bottom: 10px;
    width: 500px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.footer p,
.footer i,
.footer ul {
    color: #999;
    text-align: center;
    margin-bottom: 0;
    margin-top: 2px;
}
.footer a:hover i {
    color: #fb334f;
}
.footer p {
    font-size: 12px;
    /*text-transform: uppercase;*/
    color: #999;
}
.footer li {
    display: inline-block;
    margin: 0 10px;
}
.footer li i {
    font-size: 18px;
}
/*------------------------------------*\
    8. Breadcrumbs styles
\*------------------------------------*/

.breadcrumb {
    background: #f4f4f4;
}
.breadcrumb h4 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}
.breadcrumb ol {
    text-align: center;
}
.breadcrumb li {
    display: inline-block;
    text-align: center;
    color: #999;
}
.breadcrumb li a {
    color: #555;
    text-decoration: none;
}
.breadcrumb li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/";
}
/*------------------------------------*\
    9. About Page styles
\*------------------------------------*/

.about-area .col-2 {
    padding: 0 15px;
}
/* 9.1. Skills area */

.skill {
    margin-bottom: 30px;
}
.skill h5 {
    font-weight: 300;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 14px;
}
.skill h5 span {
    float: right;
}
.progress {
    background: #f2f2f2;
    width: 100%;
    height: 4px;
}
.progressbar {
    background: #333;
    height: 100%;
}
/* 9.2. Testimonials */

.single-testimonial p {
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
}
.testimonial .col-80 {
    margin: 0 auto;
    float: none;
}
.single-testimonial h5 {
    color: #333;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
}
.owl-carousel .owl-item img {
    display: inline-block;
    width: inherit;
}
.team-area .col-3 {
    padding: 0 15px;
}
.team-area .team-img, .team-name, .team-social{text-align: center;}
.team-name h4{font-family: "Playfair Display", serif;font-size: 20px;padding:8px 0;}
.team-social i{font-size: 16px;padding:0 8px;color:#aaa;}
.team-social a:hover i{color:#fb334f;}

/*------------------------------------*\
    10. Services Page styles
\*------------------------------------*/

.services-area .border-bottom {
    border-bottom: #f2f2f2 solid 2px;
}
.services-area .border-right {
    border-right: #f2f2f2 solid 2px;
}
.services-area .service-single {
    text-align: center;
    padding: 50px 20px;
    transition: .3s ease;
    background: #fff;
    border-radius: 3px;
}
.services-area .service-single:hover h4 {
    color: #fb334f;
}
.services-area .service-single .icon {
    color: #fff;
    text-shadow: -1px -1px 0 #323232, 1px -1px 0 #323232, -1px 1px 0 #323232, 1px 1px 0 #323232;
    font-size: 35px;
    transition: .3s ease;
    margin-bottom: 30px;
}
.services-area .service-single h4 {
    font-size: 22px;
    color: #22313f;
    text-transform: uppercase;
    transition: .3s ease;
    font-weight: 600;
}
.services-area .service-single p {
    font-size: 14px;
    color: #22313f;
}
.services-area .service-single a {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}
/*------------------------------------*\
    11. Contact Page styles
\*------------------------------------*/

.contact-area .col-2 {
    padding: 0 15px;
}
.contact-area .col-2:nth-child(2n) {
    padding: 0 15px 0 80px;
}
/* 11.1. Forms styles */

.field-wrapper {
    width: 100%;
    margin-bottom: 15px;
    position: relative;

    display: table;
}
.field-wrapper-half {
    width: 50%;
    float: left;
    margin-bottom: 15px;
    position: relative;
}
.field-wrapper input[type=text],
.field-wrapper input[type=email],
.field-wrapper input[type=url],
.field-wrapper input[type=password] {
    height: 40px;
    border: #ddd solid 1px;
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
}
.field-wrapper textarea {
    width: 100%;
    height: 150px;
    padding: 10px 3%;
    box-sizing: border-box;
    font-size: 16px;
    border: #ddd solid 1px;
    font-weight: 500;
}
.field-wrapper label.hidden {
    display: none;
}
.field-wrapper label {
    margin-bottom: 8px;
    display: inline-block;
    color: #555;
}
label.error,
.error {
    font-weight: 600;
    color: #fb334f;
    display: block;
	font-size:12px;
}
.contact-area .field-wrapper input[type=text],
.contact-area .field-wrapper input[type=email],
.contact-area .field-wrapper input[type=url],
.contact-area .field-wrapper input[type=password] {
    height: 50px;
}
.form input[type=submit],
.form button {
    width: 150px;
    height: 45px;
    background: #333;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
#map {
    width: 100%;
    height: 400px;
    background-color: grey;
}
.alert-success {
    background: #22313f;
    color: #fff;
    border-color: #22313f;
}
.alert-danger {
    background: #e44c4c;
    color: #fff;
    border-color: #e44c4c;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
}
/*------------------------------------*\
    12. Blog Page styles
\*------------------------------------*/

.blog-main {
    width: 66.66%;
    float: left;
    padding: 0 15px;
}
.sidebar {
    width: 33.33%;
    float: left;
    padding: 0 15px;
}
.blog-area {
    display: inline-block;
}
.blog-post {
    margin-bottom: 30px;
}
.blog-image img {
    width: 100%;
}
.blog-title {
    padding: 22px 0 25px;
}
.blog-title h2 {
    font-size: 26px;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
}
.blog-title a {
    text-decoration: none;
    font-family: 'Playfair Display', serif;
    color: #333;
}
.blog-title a:hover {
    color: #fb334f;
}
.blog-meta {
    padding: 10px 0;
    border-style: solid;
    border-width: 1px 0;
    border-color: #e9e9e9;
}
.blog-meta span {
    color: #888;
    font-size: 15px;
}
.blog-meta a {
    color: #737373;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
    text-decoration: none;
    font-size: 15px;
}
.blog-meta a:hover {
    color: #fb334f;
}
.blog-meta .separator {
    margin: 0 8px;
}
.blog-meta i {
    padding-right: 5px;
}
.blog-content {
    padding: 12px 0;
}
/* Sidebar */

.sidebar a {
    text-decoration: none;
}
.blog-widget {
    margin-bottom: 40px;
}
.blog-widget-title {
    position: relative;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    margin-bottom: 17px;
    padding-bottom: 10px;
}
.blog-widget-title:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background-color: #fb334f;
}
.blog-search input[type=text] {
    width: 100%;
    border-bottom: #e6e6e6 solid 1px;
    padding: 8px 60px 8px 8px;
    height: 35px;
}
.blog-search input[type=submit],
.blog-search button {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    background: transparent;
}
.recent-posts ul li {
    margin-bottom: 25px;
}
.recent-posts ul li h4 {
    margin: 0 0 10px;
    line-height: 26px;
    font-weight: 900;
    color: #555;
    font-size: 13px;
    /*text-transform: uppercase;*/
}
.recent-posts ul li h4 a:hover {
    color: #fb334f;
}
.recent-posts .time {
    padding: 5px 0;
    border-style: solid;
    border-width: 1px 0;
    border-color: #e9e9e9;
    font-size: 12px;
    color: #555;
}
/* Categories */
.categories ul li {
    padding: 8px 0;
    border-bottom: #e6e6e6 solid 1px;
}
.categories ul li a {
    color: #999;
    display: block;
}
.categories ul li i {
    float: right;
}
.categories ul li a:hover {
    color: #555;
}
/* Tags */

.tags li {
    display: inline-block;
    border: #ddd solid 1px;
    border-radius: 2px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #666;
}
.tags li a {
    display: inline-block;
    padding: 5px 8px;
}
.tags li a:hover {
    background: #555;
    border-color: #555;
    color: #fff;
    border-radius: 2px;
}
/* Pagination */

.pagination {
    margin: 40px 0 0;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination li {
    display: inline;
}
.pagination .active a,
.pagination .active a:focus,
.pagination .active a:hover,
.pagination .active span,
.pagination .active span:focus,
.pagination .active span:hover {
    background-color: #444;
    border-color: #444;
    color: #fff !important;
    cursor: pointer;
}
.pagination li a {
    color: #666 !important;
}
.pagination li a,
.pagination li span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination li a:hover {
    background: #eee;
}
/* SIngle Blog footer */

.blog-post-footer .cats a,
.blog-post-footer .tags a {
    margin-left: 10px;
}
.blog-post-footer .tags,
.blog-post-footer .cats {
    margin-top: 20px;
}
.blog-post-footer a {
    color: #737373;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
}
.blog-post-footer {
    padding: 0 0 25px 0;
    border-bottom: 1px solid #e9e9e9;
}
.blog-post-footer .author {
    margin-top: 27px;
    margin-bottom: 5px;
    background-color: #f0f0f0;
}
.blog-post-footer .author a {
    margin-left: 12px;
}
.blog-post-footer a {
    color: #737373;
}
.blog-post-footer a:hover {
    color: #fb334f;
}
.blog-post-footer .share {
    margin-top: 42px;
    text-align: right;
}
.blog-post-footer .share li {
    display: inline-block;
    margin-left: 4px;
}
.blog-post-footer .share li a {
    color: #fff;
    display: block;
    width: 40px;
    padding: 9px 0;
    text-align: center;
    border-radius: 40px;
}
/* Blog Comments */

.blog-post-comments h4,
.blog-comment-form h4 {
    color: #555;
    font-size: 20px;
    font-weight: 600;
    font-family: "Playfair Display", sans;
}
.blog-post-comments .title,
.blog-comment-form .title {
    margin-bottom: 15px;
    padding: 23px 0 0;
}
.blog-post-comments ul ul {
    padding-left: 30px;
}
.blog-comment {
    padding: 30px 0;
    border-bottom: 1px solid #e9e9e9;
}
.blog-comment-meta {
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
}
.blog-comment-meta a {
    color: #555;
}
.blog-comment-meta .date {
    color: #777;
    font-size: 14px;
    padding: 5px 0;
}
.blog-comment-meta a:hover {
    color: #fb334f;
}
.blog-comment-body {
    padding: 15px 0;
}