/*
* ----------------------------------------------------------------------------------------
Author       : DuezaThemes
Author URL   : https://themeforest.net/user/duezathemes
Template Name: RUMOR - Personal Blog & Magazine Template
Version      : 1.0                                          
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.PRELOADER & BOUNCE CCS STYLE
* 03.HOMEPAGE CSS STYLE
* 04.POST CONTENT AREA CSS STYLE
* 05.ABOUT CSS STYLE
* 06.GALLERY CSS STYLE
* 07.PHOTO GALLERY CSS STYLE
* 08.CONTACT CSS STYLE
* 09.FOOTER CSS STYLE
* 10.SIDEBAR AREA CSS STYLE
* 11.SINGLE BLOG PAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* ----------------------------------------------------------------------------------------
*/

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    height: 100%;
    font-family: 'Adamina', sans-serif;
    background: #fff;
    color: #333;
	 -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

html,
body {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Adamina", sans-serif;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-family: "Adamina", sans-serif;
}

img {
    width: 100%;
}

a:hover {
    color: rgba(0, 0, 0, 0.75);
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

p {
    line-height: 32px;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.no-padding {
    padding: 0
}

.section-padding {
    padding-top: 70px;
    padding-bottom: 78px;
}

.section-title {
    margin-top: 60px;
    margin-bottom: 30px;
}

.white-title .section-title-style i {
    color: #fff;
}

.section-title h2 {
    padding: 10px;
    border: 1px solid #ccc;
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    font-weight: 700;
    position: relative;
}

.section-title h2::before, .section-title h2::after {
    background: #ccc none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -40px;
    position: absolute;
    top: 50%;
    width: 40px;
}

.section-title h2::after {
    left: auto;
    right: -40px;
}

.title-icon {
    position: relative;
    left: 49%;
}

.title-icon i {
    font-size: 30px;
    color: #333;
}

.white-title .title-icon i {
    font-size: 30px;
    color: #fff;
}

.section-title p {
    font-weight: 300;
}

.white-title{
    color: #fff;
}

a.read-more {
    font-family: 'Adamina', sans-serif;
    background: #008181;
    border: 1px solid #008181;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 20px 0px;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
}

a.white-read-more {
    margin-top: 20px;
    display: inline-block;
    color: #333;
    background: #fff;
    padding: 5px 25px;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 12px;
}

a.read-more:hover {
    color: #000;
    background: transparent;
}

a.white-read-more:hover {
    background: transparent;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.scrollup {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    font-size: 30px;
    color: #333;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    line-height: 55px;
    cursor: pointer;
    display: none;
    z-index: 2;
}

.scrollup:hover {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
}

.text-content {
    font-size: 16px;
    line-height: 1.5em;
}

.section-title-style{
    text-align:center;
    max-width:250px;
    margin:0px auto 20px auto;
    position:relative;
}

.section-title-style i{
    color:#000;
    font-size:16px;
    margin:0px 2px;
}

.section-title-style .medium-size{
    font-size:22px;
}

.section-title-style::before{
    right:0px;
}

.section-title-style::after{
    left:0px;
}

.section-title-style::before,.section-title-style::after{
    position:absolute;
    content:'';
    border-top:4px double #ccc;
    top:11px;
    width:40%;
    right:0px;
}

/*
* ----------------------------------------------------------------------------------------
* 02.PRELOADER & BOUNCE CCS STYLE
* ----------------------------------------------------------------------------------------
*/

.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-mes {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 2px solid rgba(0, 0, 0, 0.08);
    border-right: 2px solid rgba(0, 0, 0, 0.08);
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    border-left: 2px solid #000;
    border-radius: 50%;
    -webkit-animation: spcontent-inner-area 700ms infinite linear;
    animation: spcontent-inner-area 700ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spcontent-inner-area {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spcontent-inner-area {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}
/*
* ----------------------------------------------------------------------------------------
* 03.HOMEPAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-area {
    height: 100%;
}

.welcome-image-area {
    position: relative;
    height: 100%;
    background: url(../images/bg/bg.jpg);
    background-size: cover;
    z-index: 1;
}

.welcome-image-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.header-desc-area {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    padding: 40px 10px 80px;
}

.header-text h2 {
    color: #fff;
    font-size: 45px;
    letter-spacing: 3px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.header-text p {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 20px;
    padding: 0 100px;
}

.header-top-area {
    background: #fff;
}


.header-top-area {
    height: auto;
    padding: 30px 0 40px;
    position: relative;
}

a.logo {
    font-family: 'Lobster', cursive;
    color: #008181;
    font-size: 3em;
    position: relative;
    top: 20px;
}

.main-nav-area {
    background: #000 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.navbar-nav {
    float: none !important;
    margin-right: 0!important;
}

.navbar-nav > li {
    display: inline-block;
    float: none !important;
}

.navbar-nav > li > a > i {
    color: #008181;
}

.navbar-right li a:hover {
    background: #008181;
    color: #fff;
}

.navbar-right li a:hover i {
    color: #fff;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > li > a {
    color: #fff;
    transition: all 0.5s ease-out 0s;
    margin-top: 2px;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #008181;
    margin-top: 2px;
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #008181;
}

.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-right li a {   
    border: 1px solid #fff;
    line-height: 25px;
    margin: 0 2px;
    padding: 5px 8px;
    position: relative;
    top: 35px;
}

a.slide-btn {
    margin: 0px 5px;
    display: inline-block;
    color: #fff;
    background: #008181;
    padding: 10px 25px;
    border: 1px solid #008181;
    text-transform: uppercase;
    font-size: 12px;
}

a.slide-btn:hover {
    background: transparent;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.item a.slide-btn {
    width: 150px !important;
    height: 45px;
    line-height: 24px;
    margin: 0px 5px;
    display: inline-block;
    color: #fff;
    background: #008181;
    padding: 10px 25px;
    border: 1px solid #008181;
    text-transform: uppercase;
    font-size: 12px;
}

.item a.slide-btn:hover {
    background: transparent;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}


/*
* ----------------------------------------------------------------------------------------
* HOMEPAGE SLIDER BACKGROUND CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-area,
.welcome-slider-area,
.welcome-slider-area div {
    height: 100%;
}

.welcome-slider-area div.single-slide-item-tablecell,
.welcome-slider-area div.single-slide-item-tablecell div {
    height: auto;
}

.single-slide-item-table {
    display: table;
    width: 100%;
}

.single-slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.single-slide-item {
    position: relative;
    z-index: 1;
}

.single-slide-item:after {
    position: absolute;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.slide-1 {
    background: url(../images/bg/slide-1.jpg) scroll 0 0;
    background-size: cover;
}

.slide-2 {
    background: url(../images/bg/slide-2.jpg) scroll 0 0;
    background-size: cover;
}

.slide-3 {
    background: url(../images/bg/slide-3.jpg) scroll 0 0;
    background-size: cover;
}

.carousel-fade .carousel-content-inner-area .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-content-inner-area .item,
.carousel-fade .carousel-content-inner-area .active.left,
.carousel-fade .carousel-content-inner-area .active.right {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.carousel-fade .carousel-content-inner-area .active,
.carousel-fade .carousel-content-inner-area .next.left,
.carousel-fade .carousel-content-inner-area .prev.right {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.carousel-fade .carousel-content-inner-area .next,
.carousel-fade .carousel-content-inner-area .prev,
.carousel-fade .carousel-content-inner-area .active.left,
.carousel-fade .carousel-content-inner-area .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*
* ----------------------------------------------------------------------------------------
* VIDEO BACKGROUND CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-video-area {
    position: relative;
    height: 100%;
    background-size: cover;
    z-index: 1;
    background-position: center center;
}

.welcome-video-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}


/*
* ----------------------------------------------------------------------------------------
* 04.POST CONTENT AREA CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.content-area {
    padding: 60px 10px 78px;
}

.single-blog-content {
    border: 1px solid #eee;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    transition: all 0.3s cubic-bezier(0.68, -0.07, 0.25, 0.93) 0s;
}

.single-blog-content:hover {
    -webkit-transition: .3s;
    box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.15);
    top: -7px;
    transition: all 0.3s ease 0s;
}

.blog-post-details .post-meta-block {
    top: -44px;
    bottom: 0px;
    position: relative;
}

.blog-post-details .blog-post-content {
    padding: 0px 25px 25px 30px;
}

.single-post-titel {
    padding: 30px 0px;
}

.single-post-titel h6 {
    font-family: 'Adamina', sans-serif;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}

.single-post-titel h3 {
    font-family: 'Adamina', sans-serif;
    font-size: 20px;
    margin: 0 0 13px;
}

.single-post-titel h3 a {
    font-family: 'Adamina', sans-serif;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.single-post-titel h4 {
    font-family: 'Adamina', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.single-post-titel h4 a {
    font-family: 'Adamina', sans-serif;
    color: #000;
    font-size: 16px;
}

.single-post-titel h4 a i,
.single-post-titel h4 i{
    color: #008181;
}

.post-meta-area {
    text-align: center;
}

.blog-post-content {
    padding: 25px 25px 25px 30px;
}

.blog-post-content p {
    font-family: "Adamina",sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em;
    margin-bottom: 10px;
    text-align: left !important;
}

.blog-post-content a {
    font-family: 'Adamina', sans-serif;
    background: #008181;
    border: 1px solid #008181;
    color: #fff;
    display: inline-block;
    margin-top: 25px;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.blog-post-content a:hover {
    background: transparent;
    color: #008181;
}

.blog-social-sharing-area {
    padding: 21px 0;
    border-top: 1px solid #eee;
    display: block;
    overflow: hidden;
}

.social-sharing-icon ul li a:hover {
    color: #008181;
}

.social-sharing-icon {
    display: block;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.social-sharing-icon ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-sharing-icon ul li {
    display: inline-block;
}

.social-sharing-icon ul li a, .social-icon-left ul li a {
    font-family: 'Adamina', sans-serif;
    color: #000;
    font-size: 16px;
    padding: 0 8px;
}

.left-titel > h5 {
    line-height: 1.5em;
    margin: 0;
}

.blog-post-desc {
    text-align: center !important;
}

.post-meta-block {
    background-color: rgba(0, 129, 129, 0.7);
    top: 365px;
    display: inline-block;
    padding: 7px 20px;
    position: absolute;
    width: 100%;
}

.post-meta-block a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.45px;
    line-height: 30px;
    text-transform: uppercase;
}

.post-user {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
}

.post-user a {
    color: #fff;
    font-size: 12px;
}

.post-comment {
    display: inline-block;
}

.post-comment a {
    color: #fff;
    font-size: 12px;
    padding-left: 40px;
}

.post-date {
    display: inline-block;
}

.post-date a {
    color: #fff;
    font-size: 12px;
    padding-left: 40px;
}

/*PAGINATION*/

.pagination-area {
    margin-bottom: 50px;
    margin-top: 10px;
    text-align: center;
}

.pagination-nav {
    display: inline-block;
    font-size: 13px;
    line-height: 50px;
    margin: 0;
    overflow: hidden;
    padding: 20px 0 30px 1px;
}

.pagination-nav > li {
    background: #fff none repeat scroll 0 0;
    display: inline;
    float: left;
    margin-left: 1px;
}

.pagination-nav li a, 
.pagination-nav li span {
    border: 1px solid #eee;
    line-height: 50px;
    font-size: 14px;
    color: #000;
    display: inline-block;
    padding: 0 22px;
}

.pagination-nav li a:focus,  
.pagination-nav li a.current, 
.pagination-nav li a:hover {
    background: #008181 none repeat scroll 0 0;
    border: 1px solid #008181;
    color: #fff;
}

.pre-next-area {
    clear: both;
    margin: 0;
    overflow: hidden;
    padding: 20px 0 30px;
}

.pre-next-area .new-post, 
.pre-next-area .old-post {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    color: #000;
    float: left;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 36px;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 9;
}

.pre-next-area a:hover {
    color: rgba(0, 0, 0, 0.75);
}

.pre-next-area .old-post {
    float: right;
}

.pre-next-area .new-post::before {
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    margin-right: 5px;
}

.pre-next-area .old-post::after {
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    margin-left: 5px;
}

/*
* ----------------------------------------------------------------------------------------
* 05.ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.about-us-area {
    padding: 60px 10px 75px;
}

.follow-me-on-social-media {
    margin-bottom: 20px !important;
    margin-top: 25px;
}

.follow-me-on-social-media:hover {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15) !important;
    top: 0px !important;
    -webkit-transition: .3s;
    transition: all 0.3s ease 0s;
}

.about-us-area blockquote {
    background: #eee;
    margin: 25px 0;
    padding: 10px;
    position: relative;
}

.about-us-area blockquote {
    position: relative;
    top: 0;
    transition: all 0.3s cubic-bezier(0.68, -0.07, 0.25, 0.93) 0s, -webkit-filter 0.3s cubic-bezier(0.68, -0.07, 0.25, 0.93) 0s;
}

.about-us-area blockquote:hover {
    transform: translateY(-6px);
}

.about-us-area blockquote p {
    color: #000;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 0;
}


.about-us-area blockquote p i {
    font-size: 50px;
    margin-right: 10px;
}


/*
* ----------------------------------------------------------------------------------------
* 06.GALLERY CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.work-content-inner-area .mix {
    display: none;
}


.work {
    position: relative;
    top: -10px;
}

.work .section-title {
    margin-top: 0px;
}

ul.work {
    padding: 0;
    list-style: none;
    margin-left: 8px;
    text-align: center;
}

ul.work li {
    border: 1px solid #008181;
    background: #008181;
    display: inline-block;
    padding: 8px 12px;
    margin: 20px 8px 25px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
}

ul.work li:hover {
    border: 1px solid #008181;
    background: transparent;
    color: #000;
}

ul.work li.active {
    border: 1px solid #008181;
    background: transparent;
    color: #000;
}

/* Gallery Effect */
.item .tooltip {
    position: relative;
}

.work .item {
    overflow: hidden;
}

.work .item img {
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
}

.work .item img:hover {
    opacity: 0.8;
    transform: scale(1.04);
}

.work .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.work .item img {
    max-width: 100%;
    vertical-align: middle;
}

.item .tooltip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #ccc;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 10;
}

.mfp-container{
    z-index: 9999;
}

.item .align {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.item a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin-right: 5px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.item a i {
    color: #008181;
}

.item:hover .tooltip {
    opacity: 1;
}

.item h3 {
    margin-top: 30px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
}

.item h3 span {
    color: #008181;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}


/*
* ----------------------------------------------------------------------------------------
* 07.PHOTO GALLERY CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.photo-gallery-area {
    background: #eee;
    padding: 30px 10px 70px 10px;
}

.photo-gallery-area:after {
    position: absolute;
    background: #eee;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.photo-gallery-list {
    padding: 0px;
}

.photo-gallery-photo {
    position: relative;
    margin-left: 0px;
    min-height: 250px;
}

.photo-gallery-photo img {
    width: 555px;
    float: left;
    position: relative;
}

.owl-theme .owl-controls {
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 5px 7px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    width: 10px;
}

.owl-theme .owl-controls .active span {
    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 5px 7px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 10px;
}


/*
* ----------------------------------------------------------------------------------------
* 08.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.contact-me-area {
    padding: 60px 10px 75px;
}

.single-contact-details {
    margin-top: 60px;
    border: 1px solid rgba(204, 204, 204, .5);
    padding: 40px;
    position: relative;
    top: 0;
    transition: all 0.3s cubic-bezier(0.68, -0.07, 0.25, 0.93) 0s;
}

.single-contact-details:hover {
    color: #333;
    -webkit-transition: .3s;
    box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.15);
    top: -7px;
    transition: all 0.3s ease 0s;
}

.single-contact-details h4 {
    color: #333;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
}

.single-contact-details span {
    font-size: 30px;
}

.lnr-phone-handset::before {
    color: #008181;
}

.lnr-envelope::before {
    color: #008181;
}

.lnr-map-marker::before {
    color: #008181;
}

.contact-form p {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    margin: 0;
}

.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
    background-color: #fff;
    background-image: none;
    box-shadow: none;
    text-indent: 10px;
    border: 1px solid rgba(51, 51, 51, .5);
    border-radius: 0 !important;
}

.form-control:focus {
    border-color: #008181;
    outline: 0;
    box-shadow: none;
}

.contact-form-design-area{
    margin-top: 30px;
}

.contact-form button {
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    background: #008181;
    padding: 10px 25px;
    border: 1px solid #008181;
    text-transform: uppercase;
    font-size: 12px;
}

.contact-form button:hover {
    -webkit-transition: .3s;
    transition: .3s;
    color: #333;
    background: transparent;
}

.success {
    background: #fff none repeat scroll 0 0;
    color: #333;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}


/*
* ----------------------------------------------------------------------------------------
* 09.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.footer-area {
    padding: 80px 0 60px 0;
    background: #000;
}

.footer-area .logo {
    color: #008181;
    height: auto;
    width: 320px;
}

.footer-area p.short-desc {
    line-height: 1.5em;
    margin-top: 45px;
    margin-bottom: 20px;
    padding: 0 80px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.copyright {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 22px;
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase;
}

/*
* ----------------------------------------------------------------------------------------
* 10.SIDEBAR AREA CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.single-sidebar {
    margin-bottom: 30px;
}

.right-sidebar {
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding: 20px;
    text-align: center;
}

.sidebar-about-me-area {
    position: relative;
    top: 0;
    transition: all 0.3s cubic-bezier(0.68, -0.07, 0.25, 0.93) 0s;
}

.sidebar-about-me-area:hover {
    -webkit-transition: .3s;
    box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.15);
    top: -7px;
    transition: all 0.3s ease 0s;
}

.right-sidebar .widget-title {
    margin-bottom: 10px;
    position: relative;
}

.sidebar-about-me-area-content, 
.single-blog-content, 
.recent-post-area, 
.widget-instagram-area,
.photo-gallery-list,
.single-blog-details {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.sidebar-about-me-area-content figure, 
.single-blog-content figure, 
.recent-post-area figure, 
.widget-instagram-area figure,
.photo-gallery-list figure,
.single-blog-details figure {
    overflow: hidden;
    position: relative;
}

.sidebar-about-me-area-content figure a img, 
.single-blog-content figure img, 
.recent-post-area figure a img, 
.widget-instagram-area figure a img,
.photo-gallery-list figure img,
.single-blog-details figure img {
    max-width: none;
    transform: scale(1.1);
    transition: all 0.4s ease-in-out 0s;
}

.sidebar-about-me-area-content figure a img:hover, 
.single-blog-content figure img:hover, 
.recent-post-area figure a img:hover, 
.widget-instagram-area figure a img:hover,
.photo-gallery-list figure img:hover,
.single-blog-details figure img:hover {
    opacity: 0.9;
    transform: scale(1);
}

.search input {
    border: 1px solid #eee;
    box-shadow: none;
    color: #333;
    height: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 10px;
    border-radius: 0px;
}

.right-sidebar .widget-title h4 {
    border: 1px solid #ccc;
    color: #000;
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    position: relative;
}

.right-sidebar .widget-title h4::before, .right-sidebar .widget-title h4::after {
    background: #ccc none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -40px;
    position: absolute;
    top: 50%;
    width: 40px;
}

.right-sidebar .widget-title h4::after {
    left: auto;
    right: -40px;
}

.widget-about-content h4 {
    font-weight: 700;
    margin: 15px 0 5px;
    text-transform: uppercase;
}

.widget-about-content h4 a {
    color: #000;
}

.widget-about-content p {
    margin-bottom: 10px;
    line-height: 1.5em;
	text-align: left;
}

.widget.last {
    margin-bottom: 0;
}

.sidebar-search {
    border: 1px solid #eee;
}

.sidebar-search {
    position: relative;
    top: 0;
    transition: all 0.3s cubic-bezier(0.68, -0.07, 0.25, 0.93) 0s;
}

.sidebar-search:hover {
    -webkit-transition: .3s;
    box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.15);
    top: -7px;
    transition: all 0.3s ease 0s;
}

.sidebar-search .news-letter-form .sidebar-search-form {
    position: relative;
}

.sidebar-search .news-letter-form .sidebar-search-form input[type="text"] {
    border: 1px solid #eee;
    color: #000;
    padding: 15px 0 20px 15px;
    width: 100%;
}

.sidebar-search .news-letter-form .sidebar-search-form input[type="text"]:focus {
    border: 1px solid #008181;
}

.sidebar-search .news-letter-form .sidebar-search-form input[type="submit"] {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    background-color: #008181;
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none;
    height: 35px;
    position: absolute;
    right: 10px;
    top: 13px;
    width: 40px;
}

.sidebar-search .news-letter-form .sidebar-search-form input[type="submit"]:focus, 
.sidebar-search .news-letter-form .sidebar-search-form input[type="text"]:focus {
    outline: 0 none;
}

.sidebar-categories-area ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.sidebar-categories-area ul li a {
    color: #000;
    line-height: 45px;
    transition: all 0.3s ease-in 0s;
}

.sidebar-categories-area ul li a:hover {
    border-color: #000;
    color: #008181;
}

.sidebar-categories-area {
    position: relative;
    top: 0;
    transition: all 0.3s cubic-bezier(0.68, -0.07, 0.25, 0.93) 0s;
}

.sidebar-categories-area:hover {
    -webkit-transition: .3s;
    box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.15);
    top: -7px;
    transition: all 0.3s ease 0s;
}

.recent-post-area .widget-title {
    margin-bottom: 20px;
}

.recent-post-area ul {
    margin: 0;
    padding: 0;
}

.recent-post-area ul li {
    display: table;
    margin-bottom: 20px;
}

.recent-post-area ul li .sidebar-post-thumb {
    float: left;
}

.sidebar-post-thumb a img {
    width: 80px !important;
    height: 80px !important;
}

.recent-post-area ul li:last-child {
    margin-bottom: 0;
}

.recent-post-area .widget-content {
    display: table-cell;
    padding-left: 15px;
    text-align: left;
    vertical-align: middle;
}

.recent-post-area .widget-content h6 {
    margin: 0;
}

.recent-post-area .widget-content h6 a {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em;
    margin-bottom: 10px;
    transition: all 0.3s ease-in 0s;
}

.recent-post-area .widget-content h6 a:hover {
    color: #008181;
}

.recent-post-area .widget-content span {
    color: #333;
    font-size: 13px;
}

.recent-post-area .widget-content span i {
    color: #008181;
}

.recent-post-area {
    position: relative;
    top: 0;
    transition: all 0.3s cubic-bezier(0.68, -0.07, 0.25, 0.93) 0s;
}

.recent-post-area:hover {
    -webkit-transition: .3s;
    box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.15);
    top: -7px;
    transition: all 0.3s ease 0s;
}

.widget-instagram-area {
    padding: 13px 15px;
}

.widget-instagram-area {
    position: relative;
    top: 0;
    transition: all 0.3s cubic-bezier(0.68, -0.07, 0.25, 0.93) 0s;
}

.widget-instagram-area:hover {
    -webkit-transition: .3s;
    box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.15);
    top: -7px;
    transition: all 0.3s ease 0s;
}

.widget-instagram-area ul {
    font-size: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.widget-instagram-area ul li {
    display: inline-block;
}

.widget-instagram-area ul li a img {
    display: inline-block;
    margin: 8px;
    width: 80px;
    height: 80px;
}

.cat-item {
     border-bottom: 1px dashed #eee;
}

.cat-item a span {
    float: right;
    position: relative;
}

.sidebar-tags-area ul {
    font-size: 0;
    margin: 0;
    padding: 0;
    text-align: left;
}

.sidebar-tags-area ul li {
    line-height: 50px;
    display: inline-block;
}

.sidebar-tags-area ul li a {
    background: #008181 none repeat scroll 0 0;
    border: 1px solid #008181;
    color: #fff;
    font-size: 12px;
    line-height: 100%;
    margin: 5px;
    padding: 10px 15px;
    transition: all 0.3s ease-in 0s;
}

 .post-share-content ul li a {
    padding: 15px;
}

.post-share-content ul li a i {
    font-size: 15px;
}

.sidebar-tags-area ul li a:hover {
    background: transparent;
    color: #000;
}

.sidebar-tags-area {
    position: relative;
    top: 0;
    transition: all 0.3s cubic-bezier(0.68, -0.07, 0.25, 0.93) 0s;
}

.sidebar-tags-area:hover {
    -webkit-transition: .3s;
    box-shadow: 0 25px 45px 0 rgba(0, 0, 0, 0.15);
    top: -7px;
    transition: all 0.3s ease 0s;
}

/*
* ----------------------------------------------------------------------------------------
* 11.SINGLE BLOG PAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-area .section-title {
    margin-top: 30px;
}

.single-blog-heading {
    background: #f1f1f1;
    padding-top: 70px;
    padding-bottom: 50px;
}

.single-blog-heading h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
}

.single-blog-area {
    padding: 60px 10px 75px;
}

.single-blog-details-content {
    padding: 30px 0 60px;
}

.author-name {
    padding: 0 0 20px !important;
}

.single-blog-details-content .single-post-title h1 {
    font-size: 30px;
}

.single-blog-details-content .single-post-title h1, 
.single-blog-details-content .single-post-title h2, 
.single-blog-details-content .single-post-title h3 {
    margin: 0 0 14px;
}

.single-post-title h1 {
    font-size: 28px;
    border: 1px solid #eee;
    padding: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.single-blog-details-content .single-post-title h1, 
.single-blog-details-content .single-post-title h2, 
.single-blog-details-content .single-post-title h3 {
    margin: 0 0 14px;
}

.single-blog-details-content .post-meta {
    margin: 0 0 10px;
}

.single-blog-details-content .post-meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-blog-details-content .post-meta ul li {
    display: inline;
    font-size: 12px;
    margin: 0 25px 0 0;
    position: relative;
    text-transform: capitalize;
    white-space: nowrap;
}

.single-blog-details-content .post-meta ul li::after {
    background-color: #000;
    content: "";
    height: 13px;
    position: absolute;
    right: -14px;
    top: 2px;
    width: 1px;
}

.single-blog-details-content .post-meta ul li a {
    color: rgba(0, 0, 0, 0.75);
    transition: color 0.3s ease-in-out 0s;
}

.single-blog-details-content .post-meta ul li:nth-child(4) span {
    margin: 0 0 0 6px;
}

.single-blog-details-content .post-meta ul li:nth-child(4)::after {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    height: 0px;
    position: absolute;
    right: -14px;
    top: 2px;
    width: 0px;
}

.single-post {
    margin-top: 10px;
}

.single-post .post-share-options {
    margin-left: 30%;
}

.post-pagination-wrap {
    margin: 10px 0 100px;
}

.qoute {
    background: #eee none repeat scroll 0 0;
    font-size: 20px;
    padding: 15px;
}

.qoute i {
    color: #000;
    font-size: 30px;
    padding: 0 10px;
}

.post-pagination {
    margin: 0 0 30px;
}

.post-pagination span {
    color: rgba(0, 0, 0, 0.75);
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
}

.post-pagination post-pagination i {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.4)!important;
}

.post-pagination h4 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 1px 0 0;
    transition: color 0.2s ease-in-out 0s;
}

.post-pagination:hover h4 {
    color: #000;
}

.post-pagination a:hover {
    text-decoration: none;
}

.post-pagination a:hover span {
    color: #008181;
}

.post-pagination.pagination-prev {
    float: left;
    padding: 0 15px 0 0;
}

.post-pagination.pagination-next {
    float: right;
    padding: 0 0 0 15px;
    text-align: right;
}

.post-pagination.pagination-prev span::before, 
.post-pagination.pagination-next span::after {
    color: #008181;
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    top: 0;
}

.related-post-content-area {
    margin: 10px 0;
}

.related-post-content-body {
    margin: 0;
}

.related-section-title {}

.related-section-title h2 {
    border: 1px solid #eee;
    padding: 15px;
    text-transform: uppercase;
    font-size: 24px;
}

.single-related-post-area {
    margin: 0px 0 50px 0;
}

.single-related-post {
    background: #eee none repeat scroll 0 0;
    float: left;
    margin: 10px;
    padding: 10px;
    position: relative;
    width: 335px;
}

.single-related-post h4 {
    padding: 0;
    margin: 10px 0 3px;
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.single-related-post h4 a {
    color: #000;
}

.single-related-post span {
    color: #000;
    font-size: 13px;
    font-weight: normal;
}

.single-related-post span i {
    color: #008181;
}

.comment-section {
    margin: 30px 0;
}

.comment-section h4 {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
}

.single-comment img {
    width: 60%;
}

.single-comment .meta-lists {
    list-style: none;
    margin-right: 5px;
}

.single-comment .meta-lists li b i {
    color: #008181;
}

.single-comment .text-content {
    margin-left: 21px;
}

.comment-title {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
}