

/*

*******************************************

*******************************************



Template Name: Bleezy - Security Service Company HTML Template

Author: Hassan Rasu

Version: 1.0

Template By: Themescare



* This file contains the styling for the actual theme, this

is the file you need to edit to change the look of the

theme.



This files contents are outlined below >>>>



*** SEARCH EACH SECTION AS IT COMMENTS, YOU WILL GET THE RIGHT SECTION.



*******************************************

*******************************************



==== CSS INDEX



01 - IMPORTED CSS

02 - DEFAULT CSS

03 - BTN TOP BUTTON CSS

04 - PAGINATION CSS

05 - BREADCROMB CSS

06 - REPONSIVE MENU CSS

07 - HEADER CSS

08 - SLIDER AREA CSS

09 - PROMO AREA CSS

10 - SERVICE AREA CSS

11 - COUNT AREA CSS

12 - GALLERY AREA CSS

13 - TESTIMONIAL AREA CSS

14 - BLOG AREA CSS

15 - BROUCHER AREA CSS

16 - FOOTER AREA CSS

17 - ABOUT PAGE CSS

18 - TEAM AREA CSS

19 - SINGLE SERVICE PAGE CSS

20 - PRICING PAGE CSS

21 - MEMBER PROFILE PAGE CSS

22 - 404 PAGE CSS

23 - LOGIN PAGE CSS

24 - SHOP PAGE CSS

25 - SINGLE SHOP PAGE CSS

26 - CART PAGE CSS

27 - CHECKOUT PAGE CSS

28 - SINGLE BLOG PAGE CSS

29 - CONTACT PAGE CSS



*/







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

01 - IMPORTED CSS

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

@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700');

@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700');





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

02 - DEFAULT CSS

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



body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;;
    line-height: 24px;
    color: #444;
}

html,
body {
    height: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

input,
textarea {
    outline: medium none;
}

.bleezy-btn {
    font-family: 'Oswald',sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    display: inline-block;
    padding: 5px 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: 3px solid #1a1918 ;
    background: #1a1918  none repeat scroll 0 0;
}

.bleezy-btn:hover {
    color: #fff;
    border: 3px solid #212121;
    background: #212121 none repeat scroll 0 0;
}

.site-heading,
.site-heading-black {
    margin-bottom: 30px;
    text-align: center;
}

.promo-heading {
    margin-bottom: 30px;
    text-align: center;
}

.promo-heading > h2 {
    font-size: 26px;
    line-height: 35px;
    text-transform: capitalize;
    color: #333;
}

.promo-heading span {
    display: block;
}

.site-heading > h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: #303030;
}

.site-heading > h2 {
    font-family: 'Oswald',sans-serif;
    margin-top: 10px;
    text-transform: uppercase;
    color: #1a1918 ;
}

.site-heading-black > h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: #eee;
}

.site-heading-black > h2 {
    font-family: 'Oswald',sans-serif;
    margin-top: 10px;
    text-transform: uppercase;
    color: #1a1918 ;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: inherit;
}

a:focus {
    text-decoration: none;
    color: inherit;;
    outline: medium none;
}

a:hover {
    text-decoration: none;
    color: inherit;
    color: inherit;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.section_100 {
    padding: 100px 0;
}

.section_50 {
    padding: 50px 0;
}

.section_15 {
    padding: 15px 0;
}

.pad-right {
    padding-right: 0;
}

.section_t_100 {
    padding-top: 100px;
}

.section_b_100 {
    padding-bottom: 100px;
}

.section_b_70 {
    padding-bottom: 70px;
}

.section_t_70 {
    padding-top: 70px;
}



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

03 - BTN TOP BUTTON CSS

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





.btntoTop:before {
    font: 20px 'FontAwesome';
    display: inline-block;
    content: '';
    vertical-align: middle;
    color: #fff;
}

.btntoTop {
    line-height: 36px;
    position: fixed;
    z-index: 99999;
    right: 30px;
    bottom: 30px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    -webkit-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
    text-align: center;
    opacity: 0;
    border: 2px solid #1a1918  ;
    border-radius: 2px;
    background-color: #1a1918  ;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.btntoTop.active {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;;
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.btntoTop.active:hover {
    opacity: 0.8;
    border: 2px solid #212121;
    background: #212121  none repeat scroll 0 0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}

.btntoTop.active.btntoTop:hover:before {
    color: #fff;
}



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

04 - PAGINATION CSS

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



ul.pagination {
    display: block;;
    margin: 35px 0 0;
    padding: 0;
    list-style: outside none none;
    text-align: center;
}

ul.pagination li {
    display: inline-block;
    margin: 0 3px;
}

ul.pagination li a {
    font-size: 15px;
    font-weight: 600;
    display: block;
    min-width: 35px;
    height: 35px;
    padding: 5px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #1a1a1a;
    border-radius: 0 !important;
    background: #1a1a1a none repeat scroll 0 0;
}

ul.pagination li.active a,
ul.pagination li > a:hover,
ul.pagination li.active a:hover {
    color: #fff;
    border: 1px solid #1a1918  ;
    background: #1a1918  none repeat scroll 0 0;
}





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

05 - BREADCROMB CSS

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



.breadcromb-top {
    position: relative;;
    padding: 70px 0;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0) url('../img/breadcromb_bg.jpg') repeat scroll 0 0;
}

.breadcromb-top:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.54) none repeat scroll 0 0;
}

.breadcromb-top-text > h2 {
    font-size: 35px;
    text-transform: capitalize;
}

.breadcromb-bottom {
    padding: 15px 0;;
    background: #f6f8fa none repeat scroll 0 0;
}

.breadcromb-bottom-text li {
    font-weight: 500;
    display: inline-block;
    margin: 0 5px;
    text-transform: capitalize;
    color: #1a1918 ;
}

.breadcromb-bottom-text a {
    font-weight: 500;
    text-transform: capitalize;
    color: #555;
}

.breadcromb-bottom-text a:hover {
    color: #1a1918 ;
}



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

06 - REPONSIVE MENU CSS

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



.bleezy-responsive-menu {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    display: none;
    width: 100%;
}

.slicknav_nav a {
    font-size: 16px;
    margin: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-transform: capitalize;
    color: #000;
}

.slicknav_menu {
    background: transparent;
}

.slicknav_menutxt {
    display: none !important;
}

.slicknav_arrow {
    float: right;
    color: #000;
}

.slicknav_nav a:hover {
    border-radius: 0;
}

.slicknav_nav .slicknav_row:hover {
    border-radius: 0;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
    color: #fff;;
    background: #1a1918    none repeat scroll 0 0;
}

.slicknav_nav li {
    border-bottom: 1px solid #aaa;
}

.slicknav_nav li:last-child {
    border-bottom: 0 solid #aaa;
}

.slicknav_nav {
    border-top: 1px solid #1a1918   ;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 8px rgba(34, 30, 31, 0.3);
}

.slicknav_btn {
    line-height: 0;
    float: left;
    margin: 0;
    background-color: transparent !important;
}

.slicknav_menu .slicknav_icon {
    float: none !important;
    margin: 0;
}

.slicknav_icon-bar {
    width: 30px !important;
    height: 3px !important;
    margin: 5px 0;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff ;
}



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

07 - HEADER CSS

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



.mobile-top-menu {
    display: none;;
    padding: 15px 0;
    color: #fff;
    background: #1a1918  none repeat scroll 0 0;
}

.bleezy-header-area {
    position: relative;
    border-top: 3px solid #1a1918 ;
    background: #fff;
}

.header-right-overlay {
    position: absolute;
    right: 0;
    width: 50%;
    height: 50px;
    background: #1a1918  none repeat scroll 0 0;
}

.single-top-right li {
    display: inline-block;
    margin: 0 5px;
}

.single-top-right > p {
    display: inline-block;
}

.header-right-top {
    position: relative;
}

.header-right-overlay:before {
    position: absolute;
    top: 0;
    left: -310px;
    width: 100%;
    content: '';
    border-width: 51px 0 0 45px;
    border-style: solid;
    border-color: #1a1918  transparent;
}

.single-top-right {
    margin-top: 11px;
    text-align: center;
    color: #fff;
}

.cart-top-menu {
    float: right;
}

.dropdown-menu.cart-dropdown {
    z-index: 99999999;;
    top: 40px;
    right: 0;
    left: auto;
    min-width: 320px;
    margin-top: -1px;
    padding: 20px;
    color: #333;
    border-radius: 0;
}

.cart-btn-pro-img {
    float: left;
    width: 75px;
    margin-right: 20px;
    margin-bottom: 0;
    border: 1px solid #ddd;
}

.cart-btn-pro-cont > h4 {
    font-size: 14px;
    font-weight: 500;
    color: #303030;
}

.item-cat {
    display: block;
    margin-bottom: 0;
    color: #777;
}

.price {
    font-size: 14px;
    color: #1a1918 ;
}

.product-remove {
    font-size: 16px;
    float: right;
    color: #f00;
}

.dropdown-menu.cart-dropdown li {
    display: block;;
    overflow: hidden;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.dropdown-menu.cart-dropdown > h3 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #333;
}

.cart-btn {
    margin-top: 15px;;
    text-align: center;
}

.cart-btn > a {
    font-family: 'Oswald',sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    display: inline-block;
    margin: 0 12px 0 10px;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
}

.cart-btn-1 {
    border: 3px solid #1a1918  ;
}

.cart-btn > a.cart-btn-2 {
    color: #fff;
    border: 3px solid #1a1918  ;
    background: #1a1918   none repeat scroll 0 0;
}

.cart-btn > a.cart-btn-1:hover {
    color: #fff;
    background: #1a1918  none repeat scroll 0 0;
}

.cart-btn > a.cart-btn-2:hover {
    color: #fff;
    border: 3px solid #212121;
    background: #212121 none repeat scroll 0 0;
}

.site-logo img {
    width: 210px;
}

.site-logo {
    display: inline-block;
}

.mainmenu {
    margin-top: 17px;
}

.mainmenu nav {
    display: inline-block;
}

.mainmenu ul li {
    position: relative;;
    display: inline-block;
}

.mainmenu ul li a {
    font-family: 'Oswald',sans-serif;
    font-weight: 400;
    display: block;
    padding: 20px 15px;
    text-transform: uppercase;
    color: #1a1918 ;
}

.mainmenu li > a:hover,
.mainmenu li.current-page-item > a,
.pull-right.header-search > a:hover {
    color: #1a1918 ;
}

.mainmenu ul li ul {
    position: absolute;
    z-index: 9999;;
    top: 140%;
    left: 0;
    visibility: hidden;
    width: 190px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0;
    background: #212121 none repeat scroll 0 0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.mainmenu ul li:hover ul {
    z-index: 9999;;
    top: 100%;
    visibility: visible;
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.mainmenu ul li ul li {
    position: relative;;
    display: block;
    border-bottom: 1px solid #303030;
}

.mainmenu ul li ul li:last-child {
    border-bottom: 0 solid #303030;
}

.mainmenu ul li ul li a {
    padding: 10px;;
    color: #fff;
}

.mainmenu ul li ul li a:hover {
    color: #fff;;
    background: #1a1918  none repeat scroll 0 0;
}

.mainmenu ul li:hover > a {
    color: #1a1918 ;
}

.dropdown-toggle.cart-icon {
    border: medium none;
    background: transparent none repeat scroll 0 0;
}

.header-search {
    position: relative;
    z-index: 99999;
}

.search-icon {
    display: inline-block;
    margin-top: 16px;
    padding: 20px;
    cursor: pointer;
    color: #333;
}

.search-form {
    position: absolute;
    z-index: 999;
    top: 100%;
    right: 0;
    visibility: hidden;
    width: 300px;
    padding: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;;
    background: #303030 none repeat scroll 0 0;
}

.header-search:hover .search-form {
    visibility: visible;;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.search-form input {
    width: 80%;
    height: 35px;
    padding: 5px 10px;
    color: #333;
    border: medium none;
}

.search-form button {
    width: 18%;
    height: 35px;
    padding: 5px 10px;
    color: #fff;;
    border: medium none;
    background: #1a1918  none repeat scroll 0 0;
}



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

08 - SLIDER AREA CSS

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



.slide-item-1 {
    background: rgba(0, 0, 0, 0.3) repeat scroll 0 0;
}

.slide-item-2 {
    background: rgba(0, 0, 0, 0.3) url('../img/slider-2.jpg') repeat scroll 0 0;
}

.slide-item-3 {
    background: rgba(0, 0, 0, 0.3) url('../img/slider-3.jpg') repeat scroll 0 0;
}

.bleezy-main-caption {
    background: rgba(28, 28, 28, 0.49) none repeat scroll 0 0;
}

.bleezy-main-slide {
    height: 560px ;
    background-color: #eee;
    background-position: center center ;
    background-size: cover ;
}

.bleezy-main-caption {
    display: table;
    width: 100%;
    height: 100%;
}

.bleezy-caption-cell {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.slider-text {
    width: 60%;
}

.slider-text h2 {
    font-family: 'Oswald',sans-serif;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}

.slider-text h2 span {
    display: block;
}

.slider-text p {
    font-size: 16px;
    margin: 20px 0;
    text-transform: capitalize;
    color: #fff;
}

.bleezy-main-caption a {
    margin: 0 5px;
}

.bleezy-slide .owl-nav > .owl-prev {
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.83, 0.8, 0.11, 0.64) 0s;
    transition: all 0.3s cubic-bezier(0.83, 0.8, 0.11, 0.64) 0s;
    opacity: 0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.bleezy-slide:hover .owl-nav > .owl-prev {
    visibility: visible;
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.bleezy-slide .owl-nav > .owl-next {
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.83, 0.8, 0.11, 0.64) 0s;
    transition: all 0.3s cubic-bezier(0.83, 0.8, 0.11, 0.64) 0s;
    opacity: 0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.bleezy-slide:hover .owl-nav > .owl-next {
    visibility: visible;
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.bleezy-slide .owl-prev {
    font-size: 14px;
    line-height: 36px;
    position: absolute;
    top: 45%;
    left: 0;
    width: 45px;
    height: 45px;
    padding: 5px;
    text-align: center;
    color: #fff;
    border-radius: 0;
    background: rgba(215, 215, 215, 0.46) none repeat scroll 0 0;
}

.bleezy-slide .owl-next {
    font-size: 14px;
    line-height: 36px;
    position: absolute;
    top: 45%;
    right: 0;;
    width: 45px;
    height: 45px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    color: #fff;
    border-radius: 0;
    background: rgba(215, 215, 215, 0.46) none repeat scroll 0 0;
}

.bleezy-slide .owl-prev:hover,
.bleezy-slide .owl-next:hover {
    color: #fff;
    background: #1a1918  none repeat scroll 0 0;
}



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

09 - PROMO AREA CSS

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



.bleezy-promo-area {
    background: #f7f7f7 none repeat scroll 0 0;
}

.single-promo {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05), 2px 2px 12px 2px rgba(0, 0, 0, 0.09);
}

.single-promo:hover .promo-text {
    border-bottom: 3px solid #1a1918 ;
}

.promo-text {
    padding: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;;
    text-align: center;
    border-bottom: 3px solid #fff;
    background: #fff none repeat scroll 0 0;
}

.promo-text > h2 {
    font-size: 20px;
    text-transform: capitalize;
    color: #333;
}

.promo-text a:hover {
    color: #1a1918 ;
}

.promo-image img {
    width: 100%;
}



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

10 - SERVICE AREA CSS

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



.single-service {
    font-weight: 300;
    line-height: 24px;
    position: relative;
    margin-top: 45px;
    margin-bottom: 30px;
    padding: 40px 15px 30px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-align: center;
    background: #f3f3f3 none repeat scroll 0 0;
}

.single-service .service-icon {
    line-height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    margin: -42px auto 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-align: center;
    border-radius: 50%;
    background-color: #f3f3f3;
}

.single-service .service-icon i:before {
    font-size: 30px;
    margin-left: 0;
    color: #1a1918 ;
}

.single-service:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 40px;
    content: '';
    background: #1a1918  none repeat scroll 0 0;
}

.single-service:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 4px;
    content: '';
    background: #1a1918  none repeat scroll 0 0;
}

.single-service > h3 {
    font-size: 19px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333;
}

.single-service > h3 > a:hover {
    color: #1a1918 ;
}



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

11 - COUNT AREA CSS

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



.bleezy-count-area {
    position: relative;
    text-align: center;
    color: #fff;;
    background: rgba(0, 0, 0, 0) url('../img/count_bg.jpeg') no-repeat fixed 0 0 / cover ;
}

.bleezy-count-area:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(1, 7, 23, 0.78) none repeat scroll 0 0;
}

.count-box h3 {
    font-family: 'Oswald',sans-serif;
    font-size: 33px;
    margin-bottom: 10px;
}

.counts-text {
    width: 70%;
    margin: 0 auto;
}

.counts-text > h3 {
    font-family: 'Oswald',sans-serif;
    line-height: 35px;
    text-transform: uppercase;
}

.count-box {
    display: inline-block;
    margin-top: 30px;;
    padding: 20px;
    border: 1px solid rgba(175, 175, 175, 0.46);
    border-radius: 5px;
}



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

12 - GALLERY AREA CSS

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



.single-gallery-img {
    position: relative;
    overflow: hidden;;
    margin-top: 30px;
}

.single-gallery-img img {
    display: block;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background: #1a1918  none repeat scroll 0 0;
}

.single-gallery-img {
    display: block;
    max-width: 100%;
    cursor: pointer;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -webkit-transform: translate3d(0px, 0px, 300px);
    transform: translate3d(0px, 0px, 300px);
    background: #1a1918  none repeat scroll 0 0;

    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.single-gallery-img:hover img {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    opacity: 0.3;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
}

.single-gallery-img .gallery-caption:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 160px;
    height: 160px;
    content: '';
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -webkit-transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    opacity: 0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.single-gallery-img:hover .gallery-caption:before {
    -webkit-transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.gallery-caption p {
    font-size: 121%;
    line-height: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    -webkit-transform: translate3d(-50%, -50%, 0px);
    transform: translate3d(-50%, -50%, 0px);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    text-align: center;
    text-transform: none;
}

.gallery-caption p a {
    display: inline-block;
    margin: 0 2px;;
    cursor: pointer;
    -webkit-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    color: #fff;
}

.gallery-caption p a i:before {
    line-height: 15px;
    position: relative;
    width: 50px;
    height: 50px;
    padding: 10px;
    -webkit-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    text-align: center;
    vertical-align: middle;
    color: #333;;
    border-radius: 5px;
    background: #fff none repeat scroll 0 0;
}

.gallery-caption p a i {
    font-weight: 300;
    display: inline-block;
    margin-right: 12px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    opacity: 0;
    color: #1c1c1c;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.gallery-caption p a:first-child i {
    -webkit-transform: translate3d(-60px, -60px, 0px);
    transform: translate3d(-60px, -60px, 0px);
}

.single-gallery-img:hover p i:empty {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.gallery-caption p a:nth-child(2) i {
    -webkit-transform: translate3d(60px, -60px, 0px);
    transform: translate3d(60px, -60px, 0px);
}



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

13 - TESTIMONIAL AREA CSS

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



.bleezy-testimonial-area {
    background: #212121 none repeat scroll 0 0;
}

.testimonial-slide {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.bleezy-testimonial-area .single-testimonial {
    position: relative;
    padding: 40px;
    background: #2b2b2b none repeat scroll 0 0;
}

.bleezy-testimonial-area .single-testimonial:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    content: '';
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
    pointer-events: none;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(135deg, #222 45%, #333 50%, #333 56%, #333 80%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(315deg, #222 45%, #333 50%, #333 56%, #333 80%) repeat scroll 0 0;
}

.bleezy-testimonial-area .single-testimonial:before {
    font-family: 'FontAwesome';
    font-size: 50px;
    position: absolute;
    right: 39px;
    bottom: 67px;
    content: '';
    color: #333;
}

.single-testimonial {
    color: #ccc;
}

.testimonial-text {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #3c3c3c;
}

.testimonial-info {
    width: 35%;
    margin: 0 auto;
}

.info-img {
    float: left;
}

.info-name {
    display: inline-block;
    overflow: hidden;
    margin-top: 15px;
    text-align: left;
}

.info-img > img {
    border-radius: 50%;
}

.info-name > h4 {
    font-family: 'Oswald',sans-serif;
    font-size: 18px;
    margin-bottom: 4px;
    text-transform: uppercase;
    color: #1a1918 ;
}

.owl-dots {
    margin-top: 30px;
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 3px;
    margin: 5px 7px 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-radius: 30px;
    background: #fff none repeat scroll 0 0;

    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #ff5e18 none repeat scroll 0 0;
}



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

14 - BLOG AREA CSS

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



.single-blog {
    margin-bottom: 30px;
}

.blog-image img {
    width: 100%;
}

.blog-text {
    padding: 20px;
    text-align: left;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}

.blog-text > h2 {
    font-family: 'Oswald',sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #333;
}

.blog-meta > p {
    font-style: italic;
    color: #888;
}

.blog-text > h2 a:hover {
    color: #ff5e18;
}

.blog-text > p {
    margin-top: 10px;
}

.blog-text > a.bleezy-btn {
    margin-top: 20px;
}

.product-thumb-info-content p {
    color: #333;
}

.product-thumb-info-content p > a {
    display: inline-block !important;
    margin-left: 10px !important;
    padding: 0 !important;
    color: #555 !important;
}

.product-thumb-info-content p > a:hover {
    color: #ff5e18 !important;
}

.Tags-catagory > li {
    display: inline-block !important;
    margin: 2px !important;
    border-bottom: 0 solid #ededed !important;
}

.Tags-catagory a {
    padding: 5px 10px !important;
    background: #f9f9f9 none repeat scroll 0 0 !important;
}

.Tags-catagory a:hover {
    color: #fff !important;;
    background: #ff5e18 none repeat scroll 0 0 !important;
}

.instagram li {
    float: left;
    width: 25%;
    padding: 0 8px 8px 0;
    border: medium none !important;
}

.instagram a {
    padding: 0 !important;
}



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

15 - BROUCHER AREA CSS

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



.bleezy-broucher-area {
    position: relative;
    padding: 20px 0;
    border-bottom: 3px solid #1a1918 ;
    background: #f3f3f3 none repeat scroll 0 0;
}



.broucher-overlay:before {
    position: absolute;
    top: 0;
    right: -70px;
    width: 40%;
    content: '';
    border-width: 0 63px 85px 0;
    border-style: solid;
    border-color: #1a1918  transparent;
}

.broucher-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #1a1918  none repeat scroll 0 0;
}

.broucher-left > h3 {
    font-size: 22px;
    display: inline-block;
    margin: 8px 0;
    text-transform: capitalize;
    color: #fff;
}

.download-btn {
    position: relative;
    display: inline-block;
    float: right;
    margin: 10px 0;
}

.download-btn > a {
    font-family: 'Oswald',sans-serif;
    padding: 10px 10px 10px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border-left: 0 none;
    background: #1a1918  none repeat scroll 0 0;
}

.download-btn > a:hover {
    background: #212121 none repeat scroll 0 0;
}

.download-btn > a > span {
    margin-top: 5px;
    margin-left: 10px;
    color: #fff;
}

.download-btn i {
    font-size: 18px;
    line-height: 27px;
    position: absolute;
    top: -3px;
    left: 7px;
    width: 27px;
    height: 27px;
    text-align: center;
    color: #1a1918 ;
    background: #fff none repeat scroll 0 0;
}





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

16 - FOOTER AREA CSS

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



.footer-top-area {
    color: #636c72;;
    background: #222 none repeat scroll 0 0;
}

.footer-logo {
    margin-bottom: 15px;
}

.single-footer-widget > h3 {
    font-size: 20px;
    margin-bottom: 15px;;
    text-transform: capitalize;
    color: #fff;
}

.single-footer-widget {
    margin-top: 15px;
}

.single-footer-widget.footer-logo-widget {
    margin-top: 0;
}

.latest-post-footer-left {
    font-size: 18px;
    line-height: 40px;
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    text-align: center;
    color: #fff;
    background: #303030 none repeat scroll 0 0;
}

.latest-post-footer-right {
    overflow: hidden;
}

.latest-post-footer {
    margin-bottom: 20px;
}

.latest-post-footer:last-child {
    margin-bottom: 0;
}

.latest-post-footer-right > h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 5px;
    text-transform: none; /*capitalize*/
    color: #787f84;
}

.latest-post-footer-right > h4 > a:hover {
    color: #eee;
}

.latest-post-footer-right > p {
    font-size: 13px;
    font-style: italic;
    color: #eee;
}

.single-footer-widget li {
    margin-bottom: 5px;
}

.single-footer-widget li a:hover {
    color: #eee;
}

.single-footer-widget > form {
    position: relative;
    height: 35px;
    margin-top: 10px;
    background: #333 none repeat scroll 0 0;
}

.single-footer-widget input {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    padding: 5px 10px;
    color: #eee;
    border: medium none;
    background: transparent none repeat scroll 0 0;
}

.single-footer-widget button {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;;
    color: #fff;
    border: medium none;
    background: #1a1918  none repeat scroll 0 0;
}

.single-footer-widget button:hover {
    background: #464646 none repeat scroll 0 0;
}

.copyright-area {
    padding: 25px 0;
    text-align: center;
    color: #7f7f7f;
    border-top: 1px solid #2b2b2b;
    background: #171717 none repeat scroll 0 0;
}

.copyright-right p a {
    color: #ff7f41;
}



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

17 - ABOUT PAGE CSS

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



.about-left {
    margin: 30px 0;
}

.about-left > h2 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 10px;;
    text-transform: capitalize;
    color: #333;
}

.statement-left > h2,
.statement-right > h2 {
    font-size: 26px;
    line-height: 35px;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    text-transform: capitalize;
    color: #333;
}

.statement-left > h2:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 80px;
    height: 2px;
    content: '';
    background: #1a1918  none repeat scroll 0 0;
}

.statement-right > h2:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 80px;
    height: 2px;
    content: '';
    background: #1a1918  none repeat scroll 0 0;
}

.about-left > p {
    margin: 0 0 10px;
}

.about-right {
    position: relative;
    margin: 10px 0;;
    padding: 5px;
    border: 1px solid #1a1918 ;
    background: #1a1918  none repeat scroll 0 0;
}

.about-right:before {
    position: absolute;
    top: -10px;
    left: -10px;
    content: '';
    border-width: 90px 90px 0 0;
    border-style: solid;
    border-color: #1a1918  transparent;
}

.about-right:after {
    position: absolute;
    right: -10px;
    bottom: -10px;
    content: '';
    border-width: 0 0 90px 90px;
    border-style: solid;
    border-color: #1a1918  transparent;
}

.statement-bottom-wrap {
    float: right;
    width: 50%;
    padding: 0 50px;
    text-align: center;
}

.bleezy-statement-bottom-area:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    content: '';
    background-image: url('../img/wrap_img.jpeg');
    background-position: center center;
    background-size: cover;
}

.statement-bottom-wrap > h2 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 10px;;
    text-transform: capitalize;
    color: #333;
}

.bleezy-statement-bottom-area {
    position: relative;
    overflow: hidden;
    width: 100%;;
    background-color: #f3f3f3;
}

.statement-bottom-wrap > a.bleezy-btn {
    margin-top: 20px;
}



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

18 - TEAM AREA CSS

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



.single-team-slide {
    position: relative;
    margin-bottom: 30px;;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}

.single-team-slide .team-img {
    position: relative;
    overflow: hidden;
    background: #f1f1f1 none repeat scroll 0 0;
}

.single-team-slide .team-img a img {
    width: 100%;
}

.single-team-slide .team-text {
    padding: 15px 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-align: center;;
    background-color: #fff;
}

.team-text > h4 {
    font-family: 'Oswald',sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #333;
}

.team-text > h4 a:hover {
    color: #ff5e18;
}

.team-social > a {
    font-size: 15px;
    line-height: 35px;
    position: relative;;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    opacity: 1;
    border: 1px solid #000;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.team-social > a:hover {
    color: #fff;
    border: 1px solid #ff5e18;
    background-color: #ff5e18;
}

.team-text > p {
    font-style: italic;
    color: #888;
}

.single-team-slide:hover .team-text {
    background-color: #f9f9f9;
}

.single-team-slide .team-img a img {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.team-img .team-social-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-align: center;
    opacity: 0;
    background-color: #fff;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.single-team-slide:hover .team-img .team-social-box {
    opacity: 0.8;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}

.team-img .team-social-box .team-social {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-team-slide:before {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 5px;
    content: '';
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background: #1a1918  none repeat scroll 0 0;
}

.single-team-slide:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.team-slider .owl-next {
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;;
    color: #fff;
    background: #1a1918   none repeat scroll 0 0;
}

.team-slider .owl-prev {
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;;
    color: #fff;
    background: #1a1918   none repeat scroll 0 0;
}

.team-slider .owl-prev:hover,
.team-slider .owl-next:hover {
    background: #212121 none repeat scroll 0 0;
}

.team-slider .owl-nav {
    text-align: center;
}



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

19 - SINGLE SERVICE PAGE CSS

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



.no-pad-right {
    padding-right: 0;
}

.no-pad-left {
    padding-left: 0;
}

.thumb-service {
    margin-bottom: 12px;
}

.single-service-text > h2,
.about-service-right > h2,
.single-service-widget > h2 {
    font-size: 26px;
    line-height: 35px;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    text-transform: capitalize;
    color: #333;
}

.single-service-text > h2:before,
.about-service-right > h2:before,
.single-service-widget > h2:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 80px;
    height: 2px;
    content: '';
    background: #1a1918  none repeat scroll 0 0;
}

.single-service-text {
    margin-top: 15px;
}

.single-service-text > p {
    margin: 0 0 10px;
}

.single-service-widget {
    margin-bottom: 30px;
}

.single-service-widget:last-child {
    margin-bottom: 0;
}

.about-service-left > img {
    width: 100%;
}

.about-service-right > ul {
    float: left;
    width: 50%;
    margin-top: 20px;
}

.about-service-right li {
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #333;
}

.about-service-right ul li i {
    font-size: 18px;
    margin-right: 5px;
    color: #1a1918 ;
}

.panel-heading {
    padding: 0;
}

.panel-default > .panel-heading {
    background: transparent;
}

.panel-group .panel {
    margin-bottom: 0;
    border: medium none;
    border-radius: 4px;
    box-shadow: 0 0 0;
}

.panel-heading a {
    font-weight: 500;
    display: block;
    padding: 10px;
    text-transform: capitalize;
    color: #333;
    border: 1px solid #ddd;
}

.panel-heading a > i {
    font-size: 14px;
    float: right;
    margin-top: 2px;
    color: #1a1918 ;
}

.panel-group {
    margin-top: 20px;
    margin-bottom: 0;
}

.panel.panel-default {
    margin-top: 8px;
}

.panel-group .panel + .panel {
    margin-top: 8px;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0 solid #ddd;
}

.panel-body {
    border: 1px solid #ddd;
}

.single-service-left-widget {
    margin-bottom: 50px;
}

.single-service-left-widget li {
    border-bottom: 3px solid #fff;
}

.single-service-left-widget li a:hover,
.single-service-left-widget ul li.active > a {
    color: #fff;
    border-left: 5px solid #000;
    background: #1a1918  none repeat scroll 0 0;
}

.single-service-left-widget li a {
    font-weight: 500;
    display: block;
    padding: 10px 20px;
    text-transform: capitalize;
    color: #333;
    border-left: 5px solid #f7f7f7;
    background: #f7f7f7 none repeat scroll 0 0;
}

.single-service-left-widget li a i {
    font-size: 20px;
    float: right;
    margin-top: 2px;
}

.widget-title > h3 {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    text-transform: capitalize;
    color: #333;
}

.widget-title > h3:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 80px;
    height: 2px;
    content: '';
    background: #1a1918  none repeat scroll 0 0;
}

.broucher-item {
    position: relative;
    margin: 10px 0;
}

.broucher-item > a {
    display: block;
    padding: 10px 20px 10px 50px;
    color: #fff;
    border-left: 0 none;
    background: #1a1918  none repeat scroll 0 0;
}

.broucher-item > a:hover {
    background: #212121 none repeat scroll 0 0;
}

.broucher-item > a span {
    float: right;
    margin-top: 5px;
    color: #fff;
}

.broucher-item i {
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    top: 6px;
    left: 14px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #1a1918 ;
    background: #fff none repeat scroll 0 0;
}

.single-service-left-widget:last-child {
    margin-bottom: 0;
}

.single-service-left-widget > form {
    padding: 20px;
    background: #f7f7f7 none repeat scroll 0 0;
}

.single-service-left-widget form p label {
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-transform: capitalize;
    color: #333;
}

.single-service-left-widget form p input {
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    color: #333;;
    border: 1px solid #ddd;
}

.single-service-left-widget form p button[type='submit'] {
    font-family: 'Oswald',sans-serif;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    padding: 10px 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #1a1918 ;
    background: #1a1918  none repeat scroll 0 0;
}

.single-service-left-widget form p button[type='submit']:hover {
    border: 1px solid #212121;
    background: #212121 none repeat scroll 0 0;
}

.single-service-left-widget form p textarea {
    width: 100%;
    height: 80px;
    padding: 5px 10px;
    border: 1px solid #ddd;
}

.single-service-left-widget p {
    margin: 5px 0;
}



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

20 - PRICING PAGE CSS

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



.single-pricing-table {
    width: auto;;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-align: center;
    color: #555;
    box-shadow: 0 0 4px #ddd;
}

.single-pricing-table:hover {
    box-shadow: 3px 0 29px rgba(0, 0, 0, 0.26);
}

.single-pricing-table:hover .price-value {
    background: #1a1918  none repeat scroll 0 0;
}

.pricing-heading {
    padding: 20px 10px;
    background: #f2f2f2 none repeat scroll 0 0;
}

.pricing-heading > h3 {
    font-family: 'Oswald',sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    color: #333;
}

.price-value {
    font-size: 22px;
    font-weight: 700;
    padding: 20px 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;;
    color: #fff;
    background: #242c42 none repeat scroll 0 0;
}

.single-pricing-table.active .price-value {
    background: #4bac4e none repeat scroll 0 0;
}

.single-pricing-table .pricing-desc ul li:nth-child(2n+2),
.pricingContent ul li:nth-child(2n+2) {
    background: #f2f2f2;
}

.pricing-desc ul {
    text-align: left;
}

.pricing-desc ul li {
    font-size: 14px;;
    padding: 10px 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-transform: capitalize;
}

.pricing-desc ul li i {
    margin-right: 5px;
    color: #1a1918 ;
}

.pricing-desc ul li:hover {
    padding-left: 20px;
}

.price-value span {
    font-size: 30px;
    color: #fff;
}

.price-value .month {
    font-size: 20px;
    font-weight: 400;
}

.pricing-desc ul li strong {
    margin-right: 5px;
}

.pricing-order > a {
    margin-top: 20px;
}



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

21 - MEMBER PROFILE PAGE CSS

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



.progress-list li {
    margin-bottom: 20px;
}

.progress-list li:last-child {
    margin-bottom: 0;
}

.progress-list p {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #333;
}

.progress-list li .bar {
    position: relative;
}

.member-details-left {
    padding: 30px;
    background-color: #f9f9f9;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.member-profile-contact {
    padding: 30px;
    background: #fff none repeat scroll 0 0;
}

.member-profile-contact p {
    margin: 10px 0;
}

.member-profile-contact input {
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    border: 1px solid #ddd;
}

.member-profile-contact button {
    font-family: 'Oswald',sans-serif;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    padding: 10px 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: medium none;
    background: #1a1918  none repeat scroll 0 0;
}

.member-profile-contact button:hover {
    background: #212121 none repeat scroll 0 0;
}

.member-profile-contact textarea {
    width: 100%;
    height: 100px;
    padding: 5px 10px;
    border: 1px solid #ddd;
}

.member-right > h2 {
    font-family: 'Oswald',sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #222;
}

.member-right > h4 {
    font-size: 14px;;
    font-style: italic;
    color: #888;
}

.member-right > p {
    margin-top: 20px;
}

.contact-info-details {
    margin-top: 10px;
}

.contact-info-details p {
    font-weight: 500;
    display: inline-block;
    width: 30%;
    margin-top: 5px;
    color: #333;
}

.contact-info-details span {
    color: #333;
}

.contact-social-member {
    margin-top: 15px;
}

.contact-social-member > li {
    display: inline-block;
}

.contact-social-member a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #1a1918  ;
    background: #fff none repeat scroll 0 0;
}

.contact-social-member a:hover {
    color: #fff ;
    background: #1a1918  none repeat scroll 0 0;
}

.single-member-info > h3:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 80px;
    height: 2px;
    content: '';
    background: #1a1918  none repeat scroll 0 0;
}

.single-member-info > h3 {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    text-transform: capitalize;
    color: #333;
}

.single-member-info ul.personal,
.single-member-info ul.progress-list {
    margin-top: 25px;
}

.personal > li {
    font-weight: 500;;
    display: block;
    margin: 3px 0;
    padding: 5px 10px;
    text-transform: capitalize;
    color: #333;
}

.personal span {
    float: right;
    width: 25%;
}

.personal > li:nth-child(2n+1) {
    background: #f7f7f7 none repeat scroll 0 0;
}



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

22 - 404 PAGE CSS

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



.notfound {
    text-align: center;
}

.notfound > h2 {
    font-size: 130px;
    font-weight: 600;
    line-height: 135px;
    position: relative;
    z-index: -1;
    top: 42px;
    left: -43px;
    display: inline-block;
    margin-bottom: 30px;
    padding: 20px;
    color: #fff;
    border-radius: 10px;
    background: #1a1918  none repeat scroll 0 0;
}

.notfound > img {
    width: 25%;
}

.notfound > h3 {
    font-size: 22px;;
    margin-bottom: 30px;
    color: #333;
}

.notfound > form {
    position: relative;
    margin-bottom: 30px;
}

.notfound > form > input {
    width: 100%;
    height: 50px;
    padding: 5px 100px 5px 10px;
    border: 1px solid #ddd;
    background: transparent none repeat scroll 0 0;
}

.notfound > form > button {
    font-size: 26px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 50px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #fff;
    border: medium none;
    background: #1a1918   none repeat scroll 0 0;
}

.notfound > form > button:hover {
    background: #2a2a2a none repeat scroll 0 0;
}



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

23 - LOGIN PAGE CSS

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



.login-page-box {
    width: 40%;
    margin: 0 auto;
    padding: 40px;
    text-align: center;
    background: #f9f9f9 none repeat scroll 0 0;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}

.login-page-heading {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.login-page-heading i {
    font-size: 22px;
    margin-right: 5px;
}

.login-page-heading > h3 {
    font-size: 25px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    color: #333;
}

.login-page-box > form {
    margin-top: 30px;
}

.account-form-group {
    position: relative;
    height: 45px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.account-form-group > input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5px 10px 5px 60px;
    color: #333;;
    border: medium none;
}

.account-form-group i {
    font-size: 18px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 100%;
    margin-right: 5px;
    padding-right: 0;
    text-align: center;
    color: #959595;
    border-right: 1px solid #ddd;
}

.login-page-box .forgot {
    font-weight: 500;
    float: left;
    margin-left: 0 !important;
    color: #333;
}

.login-page-box label {
    font-weight: 500;
    display: block;
    text-align: right;
    color: #333;
}

.login-page-box button {
    font-family: 'Oswald',sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;;
    padding: 10px 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: medium none;
    background: #1a1918  none repeat scroll 0 0;
}

.login-page-box button:hover {
    background: #212121 none repeat scroll 0 0;
}

.login-sign-up {
    margin-top: 20px;
}

.login-sign-up > a {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #333;
}

.login-sign-up > a:hover {
    color: #1a1918 ;
}

.login-page-box .remember {
    margin-left: 0 !important;
}

.remember {
    display: inline-block;
    margin: 10px 0;
}



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

24 - SHOP PAGE CSS

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



.shop-sidebar-widget {
    margin-bottom: 30px;
}

.shop-sidebar-widget:last-child {
    margin-bottom: 0;
}

.shop-sidebar-widget > h3:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 80px;
    height: 2px;
    content: '';
    background: #1a1918  none repeat scroll 0 0;
}

.shop-sidebar-widget > h3 {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    text-transform: capitalize;
    color: #333;
}

.shop-sidebar-widget > form {
    position: relative;
    height: 40px;
    background: #f7f7f7 none repeat scroll 0 0;
}

.shop-sidebar-widget input {
    position: absolute;
    top: 0;
    width: 80%;
    height: 100%;
    padding: 5px 10px;
    color: #333;
    border: medium none;
    background: transparent none repeat scroll 0 0;
}

.shop-sidebar-widget button {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;;
    color: #fff;
    border: medium none;
    background: #1a1918  none repeat scroll 0 0;
}

.shop-sidebar-widget button:hover {
    background: #212121 none repeat scroll 0 0;
}

.shop-sidebar-widget ul > li,
.cat-parent ul li {
    border-bottom: 1px solid #ededed;
}

.shop-sidebar-widget ul > li:last-child {
    border-bottom: 0 solid #ededed;
}

.shop-sidebar-widget ul li a {
    font-size: 14px;
    line-height: 26px;
    display: block;
    padding: 10px;
    text-transform: capitalize;
    color: #333;
}

.shop-sidebar-widget ul li a:hover {
    color: #1a1918 ;
}

.cat-parent span {
    float: right;
}

.widget_product_categories > ul > li.current-cat-parent > .children {
    display: block;
}

.widget_product_categories .children {
    display: none;
    padding-left: 20px;
    border-top: 1px solid #e9e9e9;
}

.product-thumb-info-image {
    float: left;
    width: 80px;
    height: auto;
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 5px;
    background: #eee none repeat scroll 0 0;
}

.product-thumb-info-content {
    display: inline-block;
    overflow: hidden;
    margin-top: 5px;
}

.item-cat {
    display: block;
    margin-bottom: 0;
}

.price {
    font-size: 16px;
    font-weight: 600;;
    color: #1a1918  ;
}

.product-thumb-info-image > a,
.product-thumb-info-content h4 > a,
.product-thumb-info-content span > a {
    padding: 0 !important;
}

.featured-list li {
    overflow: hidden;
}

.product-thumb-info-content h4 > a {
    font-size: 16px !important;
    line-height: 20px !important;
    color: #333 !important;
}

.item-cat > a {
    line-height: 20px !important;
    display: inline-block !important;
    margin: 5px 0 !important;
}

.shorting {
    padding: 15px 10px;
    background: #f9f9f9 none repeat scroll 0 0;
}

.shorting p {
    margin: 7px 0;
    text-transform: capitalize;
}

.shorting form {
    float: right;
}

.shorting form label {
    font-weight: 500;
    margin: 0;
}

.shorting select {
    padding: 5px;
    text-transform: capitalize;
    border: 1px solid #ddd;
}

.single-shop-product {
    margin-top: 30px;
    border-bottom: 3px solid #1a1918 ;
    box-shadow: 0 0 8px rgba(34, 30, 31, 0.3);
}

.single-product-image {
    padding: 10px;
    background: #eee none repeat scroll 0 0;
}

.single-product-text {
    padding: 20px;
}

.single-product-image img {
    width: 100%;
}

.single-product-text > h3 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;;
    color: #333;
}

.product-price {
    margin: 20px 0;
}

.product-price > h3 {
    display: inline-block;
    color: #1a1918 ;
}

.product-rating {
    float: right;
}

.product-rating > li {
    display: inline-block;
    margin: 0 1px;
    color: #f3c30b;
}

.product-button > a {
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #fff;
    background: #1a1918   none repeat scroll 0 0;
}

.product-button > a:hover {
    background: #212121 none repeat scroll 0 0;
}

.single-product-text h3 > a:hover {
    color: #1a1918 ;
}



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

25 - SINGLE SHOP PAGE CSS

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



.single-pro-page-img > img {
    width: 100%;
}

.single-pro-page-img {
    display: block;
    padding: 20px;
    background: #eee none repeat scroll 0 0;
}

.single-pro-page-desc > h3 {
    font-size: 27px;
    font-weight: 500;
    color: #333;
}

.single-pro-page-desc > ul {
    margin-top: 10px;
}

.single-pro-page-desc li {
    display: inline-block;
    margin: 0 2px;
    color: #f3c30b;
}

.single-pro-page-para {
    margin: 10px 0;
    padding: 15px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.single-shop-price > p {
    font-size: 17px;
    font-weight: 500;
    margin-top: 15px;;
    color: #000;
}

.qnt {
    margin-top: 25px !important;
}

.single-shop-price > p input {
    font-weight: 500;
    width: 80px;
    margin-left: 20px;
    padding: 5px 10px;
    border: 1px solid #ddd;
}

.single-shop-page-btn > a {
    font-weight: 600;
    display: inline-block;
    margin-top: 30px;
    margin-right: 5px;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #fff;
    background: #1a1918  none repeat scroll 0 0;
}

.single-shop-page-btn > a:hover {
    background: #2a2a2a none repeat scroll 0 0;
}

.share-product {
    margin-top: 30px;
}

.share-product > h3 {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #000;
}

.share-product a {
    font-size: 15px;;
    line-height: 30px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #000;
    border: 1px solid #2a2a2a;
    border-radius: 50%;
}

.share-product a:hover {
    color: #fff;
    border: 1px solid #fbb908;
    background: #1a1918  none repeat scroll 0 0;
}



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

26 - CART PAGE CSS

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



.cart-table {
    overflow-x: auto;
    padding: 5px;
    background: #eee none repeat scroll 0 0;
}

.cart-table > table {
    margin-bottom: 0;
}

.cart-table table thead > tr:nth-of-type(2n+1),
.calculate-shipping-bottom table tbody > tr:nth-of-type(2n+1) {
    background: #f4f4f4  none repeat scroll 0 0;
}

.cart-table table thead th,
.calculate-shipping-bottom table thead th {
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
    border-top: 0 solid #ddd;
    border-bottom: 0 solid #ddd;
}

.coupon-cart-right > a {
    font-family: 'Oswald',sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    display: inline-block;
    padding: 5px 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: 3px solid #212121;
    background: #212121 none repeat scroll 0 0;
}

.coupon-cart-right > a:hover {
    border: 3px solid #1a1918 ;
    background: #1a1918  none repeat scroll 0 0;
}

.cart-table thead th,
.calculate-shipping-bottom thead th {
    padding: 15px 20px !important;
}

.cart-table tbody td,
.calculate-shipping-bottom tbody td {
    font-weight: 500;
    padding: 15px 20px !important;
    color: #333;
}

.bleezy-cart-close {
    text-align: center;
    color: #e9563d;
}

.bleezy-cart-preview img {
    width: 60px;
    height: 60px;
    padding: 5px;
    background: #eee none repeat scroll 0 0;
}

.cart-table tbody td p {
    text-transform: capitalize;
}

.bleezy-cart-quantity > input {
    width: 70px;
    padding: 5px;
    border: 1px solid #ddd;
}

.bleezy-cart-product p {
    font-weight: 500;
    display: inline-block;
}

.bleezy-cart-product a:hover {
    color: #1a1918 ;
}

.cart-table table tbody > tr:nth-of-type(2n+2),
.calculate-shipping-right table tbody > tr:nth-of-type(2n+2) {
    background: #f9f9f9 none repeat scroll 0 0;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fff ;
}

.bleezy-update-cart {
    margin-top: 30px;
}

.coupon-cart-left {
    text-align: left;
}

.coupon-cart-right {
    text-align: right;
}

.coupon-cart-left input[type='text'] {
    width: 60%;
    height: 45px;
    padding: 10px 15px;
    border: medium none;
    background: #eee none repeat scroll 0 0;
}

.coupon-cart-left button {
    font-family: 'Oswald',sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #212121;
    background: #212121 none repeat scroll 0 0;
}

.coupon-cart-left button:hover {
    border: 1px solid #1a1918  ;
    background: #1a1918  none repeat scroll 0 0;
}

.calculate-shipping-top select {
    width: 100%;
    height: 45px;
    padding: 5px;
    text-transform: capitalize;
    border: 1px solid #ddd;
}

.calculate-shipping-top select option {
    padding: 5px 10px;
}

.single-shipping input {
    width: 100%;
    height: 45px;
    margin: 0;;
    padding: 5px 10px;
    border: 1px solid #ddd;
}

.single-shipping {
    margin-top: 10px;
}

.calculate-shipping-top > form {
    margin-top: 15px;
}

.calculate-shipping-bottom {
    overflow-x: auto;
}

.calculate-shipping-top > table {
    width: 100%;
    margin-top: 15px;
}

.single-shipping button {
    font-family: 'Oswald',sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #212121;
    background: #212121 none repeat scroll 0 0;
}

.single-shipping button:hover {
    border: 1px solid #1a1918  ;
    background: #1a1918   none repeat scroll 0 0;
}

.proceed-checkout > a {
    font-family: 'Oswald',sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    display: inline-block;
    padding: 5px 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: 3px solid #1a1918 ;
    background: #1a1918  none repeat scroll 0 0;
}

.proceed-checkout > a:hover {
    border: 3px solid #212121;
    background: #212121 none repeat scroll 0 0;
}

.proceed-checkout {
    margin-top: 40px;
    text-align: left;
}

.calculate-shipping-top > h3,
.calculate-shipping-bottom > h3 {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    text-transform: capitalize;
    color: #333;
}

.calculate-shipping-top > h3:before,
.calculate-shipping-bottom > h3:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 80px;
    height: 2px;
    content: '';
    background: #1a1918  none repeat scroll 0 0;
}

.calculate-shipping-top {
    margin-top: 30px;
}



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

27 - CHECKOUT PAGE CSS

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



.bleezy-checkout-form > form {
    margin-top: 30px;
}

.checkout-form-right {
    margin-bottom: 0;
}

.checkout-cart-table.cart-table > h3 {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 10px;
    text-transform: capitalize;
    color: #333;
}

.checkout-form label {
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-transform: capitalize;
    color: #333;
}

.checkout-form input {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    padding: 5px 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;;
    border: 1px solid #ddd;
}

.checkout-form textarea {
    width: 100%;
    height: 105px;
    padding: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;;
    border: 1px solid #ddd;
}

.checkout-cart-table {
    margin-top: 50px;
}

.payment h4 {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-transform: capitalize;
    color: #000;
}

.payment {
    margin-top: 15px;
}

.checkout-cart-table > table {
    margin-top: 15px;
    margin-bottom: 0;
}

.payment > img {
    float: right;
}

.bleezy-checkout-form h3 {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    text-transform: capitalize;
    color: #333;
}

.bleezy-checkout-form h3:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 80px;
    height: 2px;
    content: '';
    background: #1a1918  none repeat scroll 0 0;
}

.calculate-shipping-bottom table {
    width: 100%;
}

.bleezy-payment {
    margin-top: 50px;
}

.checkout-shiping-bottom table {
    margin-top: 40px;
}



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

28 - SINGLE BLOG PAGE CSS

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



.blog-text.single-blog-text {
    padding: 20px 0 0;
    box-shadow: 0 0 0;
}

.blog-text.single-blog-text > img {
    float: left;
    margin-top: 20px;
    margin-right: 20px;
}

.blog-text blockquote {
    font-style: italic;
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 20px;
    border-left: 5px solid #1a1918  ;
    background: #f9f9f9 none repeat scroll 0 0;
}

.post-share {
    margin-top: 30px;
    padding: 15px 20px;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.post-share-left > h4,
.post-share-right > h4 {
    font-size: 15px;
    display: inline-block;
    margin-right: 10px;
    color: #333;
}

.post-share-left > p {
    display: inline-block;
}

.post-share-left > p > a {
    margin-right: 4px;
    text-decoration: underline;
    text-transform: capitalize;
    color: #333;
}

.post-share-left > p > a:hover {
    text-decoration: none;
}

.post-share-right {
    text-align: right;
}

.post-share-right > ul {
    float: right;
}

.post-share-right li {
    display: inline-block;
    margin: 0 3px;
}

.post-share-right li a:hover {
    color: #1a1918 ;
}

.comment-group-title > h2,
.bleezy-leave-comment > h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;;
    text-transform: capitalize;
    color: #333;
}

.bleezy-comment-list {
    margin-top: 50px;
}

.single-comment-item {
    margin-top: 30px;
}

.single-comment-box {
    position: relative;
    margin-bottom: 10px;
    padding: 0 10px 30px;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    background: #f9f9f9 none repeat scroll 0 0;
}

.main-comment {
    font-size: 14px;
    position: relative;
    padding: 30px 0 0 100px;
}

.author-image {
    position: absolute;
    top: 30px;
    left: 0;
    margin-bottom: 20px;
    border-radius: 50%;
}

.author-image img {
    display: block;
    width: 80px;
    border-radius: 50%;
}

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

.comment-info h4 {
    font-size: 17px;
    text-transform: capitalize;
    color: #333;
}

.comment-info > p {
    font-weight: 500;
    text-transform: capitalize;
    color: #666;
}

.reply {
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    display: inline-block;
    margin-top: 5px;
    text-decoration: underline;
    text-transform: capitalize;
    color: #555;
}

.single-comment-box.reply-comment {
    margin-left: 100px;
}

.reply:hover {
    color: #1a1918 ;
}

.bleezy-leave-comment {
    margin-top: 50px;
}

.bleezy-leave-comment > p {
    text-align: center;
}

.bleezy-leave-comment > form {
    margin-top: 20px;
    text-align: center;
}

.bleezy-leave-comment input[type='text'],
.bleezy-leave-comment input[type='email'] {
    width: 45%;
    height: 45px;
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 10px 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #333;;
    border: 1px solid #ddd;
    background: transparent none repeat scroll 0 0;
}

.bleezy-leave-comment input[type='email'] {
    margin-right: 0;
}

.bleezy-leave-comment textarea {
    width: 93%;
    height: 160px;
    margin-bottom: 20px;
    padding: 5px 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #333;;
    border: 1px solid #ddd;
}

.bleezy-leave-comment button {
    font-family: 'Oswald',sans-serif;
    font-size: 14px;
    font-weight: 600;
    display: block;;
    margin: 0 auto;
    padding: 10px 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: medium none;
    background: #1a1918  none repeat scroll 0 0;
}

.bleezy-leave-comment button:hover {
    background: #212121 none repeat scroll 0 0;
}



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

29 - CONTACT PAGE CSS

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



.contact-heading {
    margin-bottom: 20px;;
    text-align: center;
}

.contact-heading > h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
    text-transform: capitalize;
    color: #333;
}

.contact-form input {
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    color: #333;
    border: 1px solid #ddd;
}

.contact-form textarea {
    width: 100%;
    height: 135px;
    padding: 5px 10px;
    color: #000;
    border: 1px solid #ddd;
}

.contact-form button {
    font-family: 'Oswald',sans-serif;
    font-size: 14px;
    font-weight: 600;
    display: block;;
    margin: 0 auto;
    padding: 10px 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: medium none;
    background: #1a1918  none repeat scroll 0 0;
}

.contact-form button:hover {
    background: #212121 none repeat scroll 0 0;
}

.contact-form p {
    margin-bottom: 10px;
}

.contact-form > form {
    width: 85%;
    margin: 0 auto;
}

.map-canvas {
    height: 320px;
}

.single-contact-address {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #ddd;
    background: #f9f9f9 none repeat scroll 0 0;
}

.single-contact-address > h3 {
    font-size: 20px;
    padding-bottom: 10px;
    text-transform: capitalize;
    color: #1a1918  ;
    border-bottom: 1px solid #212121;
}

.single-contact-address li {
    margin-top: 10px;
}

.single-contact-address ul li i {
    font-size: 17px;
    line-height: 30px;
    float: left;
    width: 35px;
    height: 30px;
    color: #1a1918  ;
}

.single-contact-address p {
    overflow: hidden;
    color: #333;
}
