/********************
 * TABLE OF CONTENTS
 ********************


 1 GLOBAL

 1.1 Navigation
 1.2 Footer
 1.3 Slider
 1.4 Sidebar
 1.5 Popup
 1.6 Single Portfolio


 2 BLOG

 2.1 Blog single
 2.2 Blog post formats


 3 WIDGETS

 3.1 Widget archive
 3.2 Widget Categories
 3.3 Widget Calendar
 3.4 Widget Menu
 3.5 Widget Tweets
 3.6 Widget Meta
 3.7 Widget Search
 3.8 Widget Tag Cloud
 3.9 Widget Pages
 3.10 Widget Recent Posts
 3.11 Widget RSS
 3.12 Widget Recent Comments


 4 SHORTCODES

 4.1 Before / After
 4.2 Team Members


 5 PAGES

 5.1 Contact Us
 5.2 Portfolio

 6 FOOTER
 7 POPUP
 8 EXTRA STYLES



 ********************/

/*********************
 1 GLOBAL
 *********************/

body{
    background: #333;
}

body.custom-background {
    background: inherit;
}

.boxed {
    margin: 150px auto;
}
#header-wpml {
    right: 100px;
    position: absolute;
    margin-top: -38px;
}

#header-wpml a {
    float: left;
    margin-right: 8px;
}
.post-password-required .entry-content input {
    background: #fff none repeat scroll 0 0;
    border: 0px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 0 0 0 10px;
    padding: 5px 20px;
}
.entry-content > form {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
    font-size: 12px;
    line-height: 30px;
    margin: 10px 0;
    padding: 30px;
}
.error-404-wrap {
    background: #fff;
    margin-right: 10px;
    padding: 50px 50px 50px 200px;
}
.error-404-wrap::before {
    content: "404";
    font-size: 70px;
    font-weight: 900;
    left: 40px;
    opacity: 0.2;
    position: absolute;
    top: 30px;
}
.sticky,
.gallery-caption,
.bypostauthor {
    color: inherit;
}

body.page-template-default #content-wrap, body.page-template-page-calendar-php #content-wrap {
    margin-bottom: 40px;
}

.size-large {
    max-width: 100%;
    height: 100%;
}
.textwidget select {
    width: 100%;
}
.textwidget img {
    max-width: 100%;
    height: auto;
}

/*********************
 1.1 Navigation
*********************/


/*--- Start Only Gallery skins ----*/
.fs-skin-dark #menu-wrap {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important;
}
.fs-skin-light #menu-wrap {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0 !important;
}
.fs-skin-dark #page-footer {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important;
}
.fs-skin-light #page-footer {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0 !important;
}

.fs-skin-light #main-menu .menu-item-has-children a span {
    color: #000;
}
.fs-skin-light #main-menu .menu-item-has-children .sub-menu  a span {
    color: inherit;
}
.dark-skin.fs-skin-light #main-menu .menu-item-has-children .sub-menu a span {
    color: #fff;
}
.dark-skin.fs-skin-light #menu-wrap {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0 !important;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.dark-skin.fs-skin-light #page-footer {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
}
.dark-skin.fs-skin-light .img-logo-dark {
    display: none;
}
.dark-skin.fs-skin-light .img-logo {
    display: block;
}
.dark-skin.fs-skin-light #menu-wrap.closed-menu {
    background: transparent none repeat scroll 0 0 !important;
    box-shadow: 0 0 0 0 transparent;
    border: 0 solid;
}


.has-two-logos.dark-skin.fs-skin-light #menu-wrap:not(.visible-menu) .img-logo-dark {
    display: none;
}
.has-two-logos.dark-skin.fs-skin-light #menu-wrap:not(.visible-menu) .img-logo {
    display: inline;
}
.dark-skin.fs-skin-light #page-footer a,
.dark-skin.fs-skin-light #image-copyright{
    color: #000;
}


/*--- End Only Gallery skins ----*/

#menu-wrap {
    margin: 0 !important;
}

.dark-skin #menu-wrap {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
}
.light-skin #menu-wrap {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0 !important;
}
.dark-skin #page-footer {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
}
.light-skin #page-footer {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0 !important;
}
.dark-skin .home-image-title h1,
.dark-skin .home-image-content > p,
.dark-skin .home-image-button a{
    color: #ffffff;
}
.light-skin .home-image-title h1,
.light-skin .home-image-content > p,
.light-skin .home-image-button a{
    color: #ffffff;
}
#menu-wrap.closed-menu {
    background: transparent none repeat scroll 0 0 !important;
    border: medium none;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.menu-wrap-b .menu {
    padding: 20px;
    display: block;
    float: right;
    margin-right: 110px;
    margin-top: 0;
    margin-bottom: 0;
}
.admin-bar #menu-wrap {
    margin-top: 0 !important;
}

.light-skin .menu > li.menu-item-has-children > a::before, #main-menu ul li .sub-menu li.menu-item-has-children a::before {
    border-color: transparent transparent transparent #000000;
}

#menu-wrap .menu > li.menu-item-has-children ul li a .nav-text {

}
.menu-wrap-b .menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}

.menu-wrap-b .menu li a {
    text-decoration: none;
    padding: 11px;
    display: block;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.dark-skin .img-logo {
    display: none;
}
.light-skin .img-logo-dark {
    display: none;
}
.nav-text {
    padding: 2px 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.menu-wrap-b .menu li a:hover, .menu-wrap-b .menu li:hover > a {
}



.menu-wrap-b .menu ul {
    overflow: hidden;
    display: none;
    left: 0;
    margin: 0;
    min-width: 250px;
    padding: 25px;
    position: absolute;
    top: 66px;
}

.menu-wrap-b .menu li:hover > ul {
    display: block;
}

.menu-wrap-b .menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}

.menu-wrap-b .menu ul li a {
    display: block;
    font-size: 12px;
    font-weight: normal;
}


.menu-wrap-b .menu ul ul {
    left: 180px;
    top: 0px;
}

.logo {
    text-align: center;
}

#logo-tagline {
    display: block;
}

.mobile-menu {
    display: none;
    width: 100%;
    padding: 11px;
    background: #3E4156;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}

.mobile-menu:hover {
    background: #3E4156;
    color: #ffffff;
    text-decoration: none;
}

.slicknav_menu {

}

@media (min-width: 768px) {
    .slicknav_menu {
        display: none;
    }

    #main-menu-toggle {
        display: block;
        margin-top: 0px;
    }
}

#main-menu-toggle span {
}

@media (max-width: 1024px) {

    .menu-wrap-b .menu {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }

    #main-menu-toggle {
        display: none;
    }

    .mobile-menu {
        display: block;
        margin-top: 0px;
    }

    nav {
        margin: 0;
        background: none;
    }

    .menu-wrap-b .menu li {
        display: block;
        margin: 0;
    }

    .menu-wrap-b .menu li a {
        background: #ffffff;
        color: #797979;
        border-top: 1px solid #e0e0e0;
        border-left: 3px solid #ffffff;
    }

    .menu-wrap-b .menu li a:hover, .menu-wrap-b .menu li:hover > a {
        background: #f0f0f0;
        color: #797979;
        border-left: 3px solid #9CA3DA;
    }

    .menu-wrap-b .menu ul {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .menu-wrap-b .menu ul ul {
        left: 0;
    }

}

/*********************
 1.2 Footer
 *********************/

#page-footer {

}

.social-button {
    bottom: 0;
    height: 50px;
    position: relative;
    z-index: 1;
}


#social-icons {
    margin-bottom: 0;
}


#page-footer #social-icons {
    margin-bottom: 0;
    padding: 0px;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#page-footer li {
    display: inline-block;
    float: left;
    list-style: outside none none;
    text-align: center;
	height:50px;
	overflow:hidden;
}

#playpause {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}


.info-buttons-wrap.single-portfolio-buttons {
    bottom: 15px;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 999;
}

.single-portfolio .blog-date {
    color: inherit;
}
.single-portfolio .portfolio-description h5 {
    color: inherit;
}
.portfolio-description .button {
    margin-top: 20px;
    background: transparent;
}
.single-portfolio .info-button-bg {
    border-radius: 50px;
    height: auto;
    margin: 0 5px;
    -webkit-box-shadow: 0 4px 3px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 3px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 3px 2px rgba(0, 0, 0, 0.1);
}
#page-footer .zocial {
    -webkit-border-top-left-radius: 50px;
    border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    border-top-right-radius: 50px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    width: 35px;
}
.zocial:hover {

}
.tooltip-.menu-wrap-b .menu ul ul {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.social {
    width: 100%;
    margin: 20px auto 0;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.social-hover {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    height: 140px;
}

.social-hover:hover .social {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.social-hover:hover:before {
    opacity: 0;
}

.social-hover:before {
    content: '\e7a7';
    font-family: icomoon;
    font-size: 16px;
    left: 48%;
    position: absolute;
    top: 30px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

/*********************
 1.3 Slider
 *********************/

/*============= Image Slider ==============*/
.slide-inner {
    bottom: 100px;
    left: 0;
    position: absolute;
    width: 30%;
    z-index: 999;
}

.slide-caption {
    background: none repeat scroll 0 0 #EB4F1E;
    color: #FFFFFF;
    font-size: 50px;
    left: 0;
    line-height: 50px;
    padding: 20px;
    z-index: 999;
    font-family: lato;
    font-weight: 100;
}

.slide-content {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 20px;
}

.slide-button {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #FFFFFF;
    margin: 3px 2px 0 0;
    padding: 20px;
    position: absolute;
    right: 0;
}

.slide-button:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    bottom: -3px;
    content: "";
    left: -3px;
    position: absolute;
    right: -3px;
    top: -3px;
    z-index: -1;
}

/*********************
 1.4 Sidebar
 *********************/

.page-sidebar #sidebar-logo {
    text-align: center;
}

.sidebar-default .social ul {
    padding: 0;
}

.sidebar-default .social li {
    display: inline-block;
    list-style: none outside none;
}

.sidebar-default .social a {
    height: 35px;
    font-size: 16px;
    padding: 9px 0 0 11px;
    width: 35px;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.portfolio-filter .selected {
    padding: 12px;

}

.portfolio-filter a {
    /*color: #FFFFFF;*/
    margin-right: 5px;
}

/*********************
 1.5 Popup
 *********************/

.close-popup {
    cursor: pointer;
    z-index: 1;
}

.popup-inner .close-popup {
    height: 100px;
    position: fixed;
    width: 100%;
}

.close-popup:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '\e9a4';
    font-family: icomoon;
    font-size: 25px;
    height: 36px;
    line-height: 35px;
    margin-top: 10px;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 30px;
    width: 36px;
}


#contacts-popup .close-popup::before {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
    content: '\e9a4';
    font-family: icomoon;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    margin-top: 10px;
    position: absolute;
    right: -30px;
    text-align: center;
    top: 20px;
    width: 60px;
}

.popup-inner .content {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid;
    margin: 0;
    padding: 20px;
    position: absolute;
    right: -300px;
    top: 100px;
    width: 300px;
    z-index: 2;
}

/*********************
 1.6 Single portfolio
 *********************/

.portfolio-content-buttons {
    position: absolute;
    right: 0;
    top: 110px;
}

.single-portfolio .portfolio-content-buttons {
    top: 40px;
}

.portfolio-content-buttons #frame-share, .frame-share {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    cursor: pointer;
    height: 30px;
    padding: 4px;
    position: absolute;
    right: -203px;
    top: 15px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    width: 233px;
    z-index: 111;
}

.portfolio-content-buttons .image-share.float-left.share-block {
    left: 100px;
}

.portfolio-content-buttons #frame-share:hover {
    opacity: 1;
    right: -135px;
}

.single-portfolio-image {

}

.single-portfolio-description {

}

.gallery-item > img {
    width: 100%;
    height: auto;
}

.fix {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.single-thumb-scroll li {
    display: inline-block;
}

#portfolio-content {
    left: 0;
    position: relative;
    top: -11px;
}

.portfolio-back-button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.5);
    padding: 25px;
}

.portfolio-back-button:hover {
    background: rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, 0);
}

.portolio-item-navigation {
    height: auto;
    position: relative;
}

.portfolio-item-title h2 {
    margin: 20px 0;
    padding: 0;
}

.portfolio-item-title {
    margin-right: 100px;
    position: relative;
}

.single-portfolio-left-panel .portfolio-item-title {
    position: absolute;
    right: 50px;
    text-align: right;
    width: 50%;
}

.single-portfolio-left-panel .portolio-item-navigation {
    background: transparent none repeat scroll 0 0;
    bottom: 0;
    left: 50px;
    margin: 0 auto;
    position: fixed;
    right: 50px;
    text-align: right;
    top: 46%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.single-portfolio-left-panel .portfolio-item-title h2 {
    margin-bottom: 20px 0 15px 0px;
}

.portfolio-back {
    display: inline-block;
    left: 0;
    position: absolute;
}


.prev_item {
    height: 60px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 200px;
}
.prev_item_icon {
    display: inline-block;
    height: 60px;
    left: 0;
    position: absolute;
    width: 60px;
}
.prev_item_icon::before {
    bottom: 0;
    content: "\eaad";
    font-family: icomoon;
    font-size: 20px;
    left: 0;
    line-height: 60px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1;
}
.prev_item:hover .prev_item_text::after {
    right: 0;
    z-index: -1;
}
.prev_item_text::after {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 69%;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-box-shadow: 0 4px 3px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 3px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 3px 2px rgba(0, 0, 0, 0.1);
    z-index: -1;
}
.prev_item:hover .prev_item_text {
    margin-right: 70px;
    opacity: 1;
    z-index: -1;
}
.prev_item_text {
    color: #ffffff;
    display: inline-block;
    line-height: 60px;
    margin-right: 30px;
    opacity: 1;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}



.next_item {
    height: 60px;
    right: 0;
    position: absolute;
    top: 50%;
    width: 200px;
}
.next_item_icon {
    display: inline-block;
    height: 60px;
    right: 0;
    position: absolute;
    width: 60px;
}
.next_item_icon::before {
    bottom: 0;
    content: "\ea9b";
    font-family: icomoon;
    font-size: 20px;
    left: 0;
    line-height: 60px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1;
}
.next_item:hover .next_item_text::after {
    left: 0;
    z-index: -1;
}
.next_item_text::after {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    bottom: 0;
    content: "";
    left: 69%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-box-shadow: 0 4px 3px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 3px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 3px 2px rgba(0, 0, 0, 0.1);
    z-index: -1;
}
.next_item:hover .next_item_text {
    margin-right: 80px;
    opacity: 1;
    z-index: -1;
}
.next_item_text {
    color: #ffffff;
    display: inline-block;
    line-height: 60px;
    margin-right: 110px;
    opacity: 1;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}


.prev_item_text, .next_item_text {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
}


.portfolio-item-description {
    margin: 50px 0 50px 0px;
}

.portfolio-item-description > h5,
.portfolio-item-details > h5 {
    letter-spacing: 5px;
    font-size: 11px;
    color: rgba(0, 0, 0, .5);
}

.portfolio-item-date,
.portfolio-item-client {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.portfolio-tags {
    padding: 10px 0;
}

.portfolio-tags > li {
    display: inline-block;
    list-style: none outside none;
    margin: 5px;
}

.portfolio-tags a:after {
    content: ""; left : 10 px; position : relative;
    padding-right: 20px;
    color: rgba(0, 0, 0, .3);
}

.portfolio-tags a {
    color: rgba(0, 0, 0, 0.5) !important;
}

.portfolio-button > a {
    width: 100%;
    display: inline-block;
    padding: 20px;
    text-align: center;
    color: rgba(0, 0, 0, 1) !important;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.portfolio-button > a:hover {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.5) !important;
    display: inline-block;
    padding: 20px;
    text-align: center;
    width: 100%;
}

/*********************
2 Blog
 *********************/

/*********************
2.1 Blog single
 *********************/

.blog .comment-form {
    margin-right: 10px;
}

.form-allowed-tags code {
    display: inline-block;
    white-space: normal;
}
.nav-previous, .nav-next {
    display: block;
    height: 60px;
    margin: 10px;
    padding: 20px;
}
.nav-previous {
    display: inline-block;
}
.nav-next {
    float: right;
}

.comment-list {
    display: block;
    list-style: outside none none;
    margin-right: 10px;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.comment-list .children {
    list-style: outside none none;
    margin: 20px;
    padding-left: 20px;
    position: relative;
}
.comments-title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 10px 0 0;
    padding: 20px 30px;
    position: relative;
}
.comments-title:before {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.comment-reply-title:before {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.comment-reply-title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    margin: 0 10px 0 0;
    padding: 20px 30px;
    font-weight: 600;
    font-size: 20px;
}
.comment-author.vcard {
    display: block;
    list-style: none outside none;
    text-transform: uppercase;
}

.comment-metadata a {
}
.comment-content tbody {
    border: 1px solid;
}
.comment-content tr {
    border: 1px solid;
    display: block;
    padding: 20px;
}
.comment-body {
    border: 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 30px 20px 40px 60px;
}
.no-comments {
    border: 1px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    margin-top: 20px;
    margin-right: 10px;
    opacity: 0.2;
    padding: 30px 10px;
    text-align: center;
}
.pingback .comment-body {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    margin: 10px 30px;
    padding: 15px 20px;
}
.comment-author img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    left: -40px;
    position: relative;
    top: 20px;
    width: 80px;
}
.fn {
    display: inline;
    top: 0;
    left: -4px;
    position: relative;
}
.comment-metadata {
    font-size: 11px;
    left: 60px;
    padding: 0 0 0 20px;
    position: relative;
    top: -30px;
}

.comment-content {
    display: block;
    padding: 20px 0 20px 10px;
}
.comment-body .comment-content {
    padding: 10px 40px 50px 80px;
}
.reply {
    position: relative;
}
.comment-reply-link {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    left: 46%;
    margin: 0 auto;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    top: -20px;
    text-transform: uppercase;
}

.blog-date {
    font-size: 11px;
}
tbody tr a {
    padding: 2px 10px;
}
.blog-date:before {
    content: "\e9ac";
    font-family: icomoon;
    padding-right: 5px;
    font-style: normal;
}

.page-template-page-blog-php .grid-inner {
    margin: 15px;
}

.grid-item.masonry h2 {
    padding: 10px 0 20px;
}

.grid-item.masonry .type-post {
    margin: 0;
    padding: 40px;
}
.masonry .post-small-content h4 {
    margin-bottom: 20px;
}

.page-template-page-blog-php .format-standard {
    padding: 0 20px 20px;
}

.blog-readmore {
    bottom: 0;
    padding: 10px 15px;
    position: absolute;
    right: 0;

}
/*.page-comments {  margin-left: -65px; margin-right: -75px;  }*/
.breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    list-style: outside none none;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 20px 0px;
}
.right-sidebar-page .page-content-inside{
    margin: 0 10px 10px 0;
}
.left-sidebar-page .page-content-inside{
    margin: 0 0 10px 10px;
}
.no-sidebar-page .page-content-inside{
    margin: 0 0 10px 0;
}

.breadcrumb > div {
    display: inline-block;

}

body.page-template-default .page-content-inside {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 50px;
}

article.hentry {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 10px 10px 0;
}

.comments-area {
    padding: 0;
}

.right-sidebar-page .comments-area {
    margin: 0 10px 10px 0;
}

.left-sidebar-page .comments-area{
    margin: 0 0 10px 10px;
}
.no-sidebar-page .comments-area{
    margin: 0 0 10px 0;
}

.popup-inner article {
    margin-top: 100px;
}

.popup-inner .entry-meta {
    font-size: 11px;
    margin: 0;
    text-transform: uppercase;
}

.blog .entry-content a {
    border-bottom: 1px solid;
    margin: 0 5px;
    padding: 2px 0;
}

.format-link a {
    padding: 10px 20px 10px 20px;
}

.comment-respond {
    margin-bottom: 30px;
}

.popup-inner .entry-content {
    padding: 20px 0 0;
}

.popup-inner h2 {
    font-size: 3em;
    line-height: 1.3em;
}

.popup-content .container {
    margin: 0 auto;
    padding: 0;
}

header .entry-meta {
    padding: 20px 50px;
}
.blog .entry-meta {
    color: #ffffff;
    font-style: italic;
    padding: 0 0 20px 50px;
}
.entry-meta-head {
    padding: 40px 50px 20px;
}
.blog .entry-meta h2 {
    font-style: normal;
}
.blog footer.entry-meta {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    display: inline-block;
    margin-top: 50px;
    padding: 0 0 0 50px;
    position: relative;
    width: 100%;
    border-bottom-left-radius: 5px;
}
.entry-content > p {
}
.archive .entry-summary,
.search .entry-summary{
    padding: 20px 50px;
}

.tag-links {
    display: block;
    font-style: normal;
    margin: 0 200px 0 0px;
    padding: 10px 0;
}
.tag-links a {
    display: inline-block;
    margin: 5px 5px 0 0;
    padding: 5px 10px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.tag-links a:before {
    content: "+";
    left: -4px;
    opacity: 1;
    position: absolute;
}
.entry-title > a {
    display: block;
    margin: 0;
    padding: 10px 0;
}

.blog-date {
    opacity: 0.8;
    display: inline-block;
    margin: 10px 0;
    padding: 5px 10px 5px 5px;
    right: 0;
    top: 0;
    text-transform: uppercase;
}
.masonry .blog-date {
    color: #fff;
    display: inline-block;
    font-size: inherit;
    margin: 10px 0;
    opacity: 0.5;
    padding: 5px 10px 5px 5px;
    right: 0;
    top: 0;
    font-style: italic;
    text-transform: none;
}
.masonry h4 {
    margin: 0 0 20px;
}

.edit-link {
    background: rgba(0,0,0,0.7) !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    font-style: normal;
    margin: 0 0 0 30px;
    padding: 5px 20px;
}
.wp-caption a {
    background: transparent none repeat scroll 0 0 !important;
}
.fluid-width-video-wrapper {
    margin: 20px 0px;
}

.tag-links a:hover {
    opacity: 1;
}
body.woocommerce-cart .page-content-inside,
body.woocommerce-checkout .page-content-inside,
body.woocommerce-account .page-content-inside{
    background: transparent !important;
    padding: 0;
}

.blog-sidebar {

}
.blog-sidebar.widget {
    margin: 0 0 10px;
    padding:  30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.blog h3 a {

}

header.entry-header {
    position: relative;

}
.blog .entry-content {
    position: relative;
    padding: 20px 50px;
}
.single-product .entry-content {
    padding: 20px 50px;
    position: relative;
    border-top-left-radius: 0;
}
.blog-date-post {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    height: 80px;
    line-height: 80px;
    position: absolute;
    right: 30px;
    text-align: center;
    top: -40px;
    width: 80px;
    z-index: 9999;
    text-transform: uppercase;
}
#crumbs li:before {
    content: "/";
    margin-left: 5px;
    margin-right: 5px;
    opacity: 0.3;
}
#crumbs li:first-child:before {
    content: "";
}
#crumbs ul {
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 30px;
}
#crumbs li {
    display: inline-block;
    list-style: none;
}

#crumbs .current {
    opacity: 0.5;
    padding: 0;
}

.post-categories {
    display: inline;
    list-style: none outside none;
    padding: 0px;
}

.post-categories li {
    display: inline-block;
    margin: 0;
    padding: 0px;
}
.post-categories > li::before {
    content: "/";
    font-style: normal;
    margin: 10px;
    opacity: .5;
}
.post-categories a {
    color: #000000;
    opacity: 0.5;
}

.post-categories li:first-child::before {
    content: "";
    display: none;
}

.cat-links {
    font-size: 0;
}

.comments-link a {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0 !important;
    bottom: 0;
    float: right;
    font-style: normal;
    height: 54px;
    right: 150px;
    padding: 17px 30px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
}
.blog-readmore > a {
    border-bottom-right-radius: 5px;
    font-style: normal;
    height: 52px;
    padding: 18px 30px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    bottom: 0;
    width: 150px;
}
.page-numbers.current {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 25px;

}

.page-numbers {
    color: #fff;
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 25px;
    margin: 5px;
    text-align: center;
    width: 30px;
    border: 2px solid;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.page-numbers.dots {
    border: 0 solid;
}

.next.page-numbers {
    padding: 0 10px;
    width: auto;
}

.prev.page-numbers {
    padding: 0 10px;
    width: auto;
}

.pagination {
    display: inline-block;
    margin: 20px 0 60px;
    padding-left: 0;
}

.cat-links {
    display: inline-block;
    font-size: 13px;
    height: auto;
    text-transform: none;
}

.sticky .cat-links {
}

/*********************
 2.2 Blog post formats
 *********************/

.post-format {
    margin-right: 15px;
}
.format-standard-thumb {
    position: relative;
}
.format-aside p {
    border: 1px solid;
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
    padding: 20px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.format-gallery .blog-date-post {
    right: 70px;
    top: -20px;
}
.format-quote .entry-content > p {
    border-left: 2px solid;
    padding: 0 30px;
}
.format-audio .blog-date-post {
    right: 70px;
    top: 10px;
}
.format-audio .entry-content a {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 5px 15px;
}
.format-audio .blog-date-post {
    display: none;
}
.format-video .blog-date-post {
    right: 70px;
    top: 0;
}
.format-standard .blog-date-post {
    display: none;
}
.format-quote .entry-content a {
    display: inline-block;
    margin: 10px 0;
    padding: 2px;
}
.format-standard.post_format-post-format-image .blog-date-post {
    right: 30px;
    top: -40px;}

.format-status p {
    background: rgba(0, 0, 0, 0.55) none repeat scroll 0 0;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    margin-left: 50px;
    min-height: 53px;
    padding: 10px 30px !important;
    position: relative;
}
.format-link .entry-content a {
    border-bottom: 3px solid;
    font-size: 19px;
    font-weight: 900;
    padding: 5px 3px;
}
.format-image .entry-content a {
    background: transparent none repeat scroll 0 0 !important;
    display: block;
    margin: 0;
    padding: 0;
}

.format-status p::before {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    color: #fff;
    content: "\ea1a";
    display: block;
    font-family: icomoon;
    font-size: 16px;
    height: 53px;
    left: -52px;
    line-height: 55px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 53px;
}
.post-gallery img {
    max-width: 100%;
    min-width: 100%;
}

.format-gallery .owl-buttons {
    height: auto;
    position: absolute;
    top: 80px;
    width: 100%;
}

.format-gallery .owl-prev {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    font-size: 0;
    height: 50px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 100%;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    width: 50px;
}

.owl-prev:before {
    content: "\eaaf";
    font-family: icomoon;
    font-size: 30px;
}

.format-gallery .owl-next {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    display: block;
    font-size: 0;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 100%;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    width: 50px;
}

.owl-next:before {
    content: "\ea9d";
    font-family: icomoon;
    font-size: 30px;
}

.tag-pagination .page-links-title {
    font-size: 11px;
    margin-right: 10px;
}

.tag-pagination .page-links > a {
    display: inline-block;
    height: 30px;
    line-height: 23px;
    text-align: center;
    width: 30px;
}
.page-links > a {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 3px 0px;
}
.format-gallery .page-links-title {
    margin-right: 10px;
}

.format-gallery .page-links > a {
    display: inline-block;
    height: 30px;
    line-height: 21px;
    text-align: center;
    width: 30px;
}

.tag-pagination .entry-content {
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 5px;
    padding: 20px 50px;
}

.tag-pagination .entry-content p {
    text-transform: uppercase;
    font-weight: 900;
}

.format-standard table {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
    color: rgba(255,255,255,.5);
    display: inline-block;
    margin: 20px 0;
    text-transform: uppercase;
}

.format-standard thead {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    display: block;
    padding: 10px;
}

.format-standard th {
    padding: 15px 20px;
}

.format-standard td {
    padding: 10px;
}

.format-standard tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.format-standard tr:last-child {
    border: none;
}

.wp-caption {
    max-width: 100%;
}

blockquote {
    border-left: 2px solid;
    margin: 20px 30px;
    padding: 0 40px;
}

.single-blog-nav-arrow {
    margin-bottom: 10px;
}

.single-blog-nav-arrow > nav {
    position: relative;
}

.post-arrow-next {
    position: absolute;
    right: 0;
    top: -29px;
}
.post-arrow-prev a,
.post-arrow-next a {
    display: block;
    padding: 5px 20px;
}
.post-arrow-prev,
.post-arrow-next {
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

article.sticky {
    color: #FFFFFF;
}

article.sticky .tag-links a {
    color: #FFFFFF;
}
dt {
    margin: 10px 0;
}

article.sticky .entry-title > a {
}

.page-template-page-blog-php h3 {
    margin: 30px 0;
    vertical-align: middle;
}

.comment-form-author > input,
.comment-form-email > input,
.comment-form-url > input {
    border: 1px solid rgba(0, 0, 0, .2);
}

/*********************
 3 WIDGETS
 *********************/

/*********************
 3.1 Widget Archive
 *********************/

.widget_archive ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_archive li {
    margin: 0 0 0 20px;
    padding: 5px 10px;
    position: relative;
}
.widget_categories li {
    position: relative;
}
.widget_archive li:before,
.widget_categories li:before,
.widget_meta li:before,
.widget_pages li:before {
    position: absolute;
    top: 12px;
    left: -15px;
    opacity: .4;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #858585;
    line-height: 0px;
    _border-color: #ffffff #ffffff #ffffff #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
}

/*********************
 3.2 Widget Categories
 *********************/

.widget_categories li {
    list-style: none;
    margin: 0 20px;
    border-bottom: 1px solid;
}

.widget_categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_categories .cat-item a {
    padding: 5px 0px;
    display: inline-block;
}
.widget-title {
    margin-bottom: 10px;
}

/*********************
 3.3 Widget Calendar
 *********************/

#calendar_wrap {
    border: 1px solid;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
table tr {
    border-bottom: 1px solid;
}
#calendar_wrap th {
    border-right: 1px solid;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    opacity: 0.5;
    padding: 10px 0;
    text-align: center;
}

#calendar_wrap td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-right: 1px solid;
    width: 14.28%;
    text-align: center;
    font-size: 12px;
    padding: 8px 0px;
}
#wp-calendar {
    width: 100%;
}

#calendar_wrap caption {
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#calendar_wrap th:last-child {
    border: none;
}

#calendar_wrap td:last-child {
    border: none;
}

#calendar_wrap #prev {
    border-bottom-left-radius: 5px;
}
#calendar_wrap #next {
    border-bottom-right-radius: 5px;
}
.widget_categories {
}

.flickr img {
    margin: 1%;
    width: 48%;
    height: 100%;
}

/*********************
 3.4 Widget Menu
 *********************/

.widget_nav_menu .menu {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 25px;
    position: relative;
}
.widget .menu > li.menu-item-has-children > a::before, #main-menu ul li .sub-menu li.menu-item-has-children a::before {
    display: none;
}

.widget_nav_menu li::before {

}
.widget_nav_menu li {
    padding: 2px;
}

.widget_nav_menu .menu-item-has-children {

}
.menu-item-has-children a {
    padding: 0;
}
.widget_nav_menu .menu-item-has-children::before {
    content: "\ea9b";
    font-family: icomoon;
    font-size: 16px;
    left: -25px;
    position: absolute;
}
.widget_nav_menu .sub-menu {
    padding: 0 0 0px 10px ;
}

.widget_nav_menu .menu-item-has-children li:hover {
    border: none;
}

.widget_nav_menu .menu-item-has-children li {
    border: none;
    list-style: none;
}

.widget_nav_menu .menu-item-has-children li:last-child {
    border: none;
}
.widget_nav_menu .menu-item-has-children li::before {
    content: "\e9b2";
    font-family: icomoon;
    font-size: 12px;
    left: -15px;
    position: absolute;
    top: 5px;
}

/*********************
 3.5 Widget Tweets
 *********************/

.widget.tweets ul {
    padding: 0;
}

.tweets .jtwt_tweet {
    list-style: none outside none;
    margin: 10px 0;
    padding: 20px 20px 20px 30px;
    width: 100%;
}

.tweets .jtwt_tweet_text > a {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 10px;
}

.tweets .jtwt_tweet_text:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "\e668";
    font-family: icomoon;
    font-size: 17px;
    height: 30px;
    left: 25px;
    line-height: 31px;
    position: absolute;
    text-align: center;
    width: 30px;
}

.tweets .jtwt_date {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 5px 10px 4px 10px;
}

/*********************
 3.6 Widget Meta
 *********************/

.widget_meta ul {
    padding: 0;
}

.widget_meta li {
    position: relative;
    border: 2px solid;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    list-style: none outside none;
    margin: 0 20px;
    padding: 5px 10px;
}

/*********************
 3.7 Widget Search
 *********************/

.widget_search .screen-reader-text {
    font-size: 0;
    position: absolute;
    text-transform: uppercase;
}

.search-form > label {
    width: 60%;
}
.widget_search .search-field {
    border: 0 solid;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    height: 40px;
    padding-left: 10px;
    width: 95%;
}
.widget_search .search-submit {
    border: 0 none;
    border-radius: 50px;
    height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 40%;
}
label {
    display: block;
    float: left;
    font-weight: bold;
    margin-bottom: 10px;
}
.addtocart-wrap label {
    display: block;
    padding: 10px 0;
}
.form-submit {
    margin-top: 20px;
}
#commentform label {
    float: none;
}

/*********************
 3.8 Widget Tag Cloud
 *********************/


.widget_tag_cloud a {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    margin: 2px 0;
    opacity: 0.5;
    padding: 3px 11px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    vertical-align: middle;
}

/*********************
 3.9 Widget Pages
 *********************/

.widget_pages ul {
    padding: 0 20px;
}
.page_item > a {
    padding: 5px 0;
    position: relative;
    display: block;
}

.widget_pages .page_item_has_children .children .children li {
    border-left: 0 none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-right: 0 none;
    border-top: 0 none;
}

.widget_pages .page_item_has_children .children .children li:last-child {
    border: 0;
}

.widget_pages li {
    list-style: outside none none;
}

.widget_pages .page_item_has_children {

}
.widget_pages .page_item_has_children .children .page_item_has_children {
    border: 0;
}

.widget_pages .page_item_has_children .children .page_item_has_children li {
    background: rgba(0, 0, 0, 0);
    border: 0;
}

.widget_pages .page_item_has_children li {
    border: 0px;
}

.widget_pages .children {

}

.page_item.page_item_has_children > a {
    padding: 10px 0 0;
    font-weight: 900;
}
.page_item.page_item_has_children > a:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*************************
 3.10 Widget Recent Posts
 ************************/

.widget_recent_entries ul {
    margin: 0;
    padding: 0;
}

.widget_recent_entries li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    margin: 0;
    list-style: outside none none;
    padding: 10px 0;
}
.widget_recent_entries li:last-child {
    border: 0 solid !important;
}
.widget li {
    border: 0 none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    list-style: outside none none;
    position: relative;
}

/*************************
 3.11 Widget RSS
 ************************/

.widget_rss ul {
    margin: 0;
    padding: 10px;
}
.widget_rss li {
    border-bottom: 1px solid rgba(0,0,0,0.05);
    margin: 0 0 20px;
    padding: 0 0 20px;
}
a.rsswidget {
    display: inline-block;
}
.rss-date {
    display: block;
    font-size: 13px;
    padding: 0 0 20px;
}


.widget_recent_entries .post-date {
    display: block;
    font-size: 11px;
    width: 120px;
}

/****************************
 3.12 Widget Recent Comments
 ***************************/

.widget_recent_comments ul {
    margin: 0;
    padding: 0;
}

.widget_recent_comments .recentcomments {
    list-style: outside none none;
    border-bottom: 1px solid;
    padding: 5px 0px 5px;
}
.widget_recent_comments li.recentcomments:last-child {
    border: 0 none;
}

.comment-author-link::before {
    content: "\ea1a";
    font-family: icomoon;
    font-size: 13px;
    left: -26px;
    opacity: 0.5;
    position: absolute;
    top: 4px;
}
.comment-author-link {
    margin-left: 28px;
    position: relative;
}
.rssSummary {
    opacity: .5;
}
.widget cite {
    display: block;
    font-size: 13px;
    margin-top: 15px;
    font-style: italic;
}
.widget_recent_comments a {
    padding: 15px !important;
}

.widget_recent_comments .recentcomments > a {
    display: block !important;
    margin: 10px 30px !important;
}



.blog-sidebar .widget_recent_comments .recentcomments > a {
}

.grid-item .format-link a {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: inline-block;
    padding: 5px 20px;
}

/****************************
 4 SHORTCODES
 ***************************/

/****************************
 4.1 Before / After
 ***************************/

.before-line:before {
    content: "\e7ec";
    display: block;
    height: 50px;
    left: -23px;
    position: absolute;
    top: 50%;
    width: 50px;
    font-family: icomoon;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    text-align: center;
    padding-top: 8px;
    font-size: 28px;
}

.before-line {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    z-index: 5;
}

/****************************
 4.2 Team Members
 ***************************/

.page-template-page-about-us-php .content-wrap {
    padding: 50px 150px 50px 150px;
}

.team-content {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 40px;
}

.team-image img {
    width: 100%;
}

.team-item {
    padding: 30px 0 30px 0px;
}



/****************************
 5 PAGES
 ***************************/

/****************************
 5.1 Contact Us
 ***************************/

.page-template-page-contact-php .content-wrap {
    position: relative;
}

.gmap-wrap {
    bottom: 10px;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
}

#map_canvas {
    height: 100%;
    width: 100%;
}


.map-marker {
    display: inline-block;
    min-width: 200px;
    padding: 20px;
    position: absolute;
    top: 200px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    vertical-align: middle;
    width: 250px;
    z-index: 5;
    margin-top: 55px;
    margin-left: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.marker-button {
    bottom: 0;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
    margin: 20px 0 10px;
    padding: 10px 25px;
    position: relative;
    right: 0;
    text-transform: uppercase;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
#contacts-popup {
    background: #fff none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
    height: auto !important;
    left: 100px;
    margin: 0 auto;
    position: absolute;
    right: 100px;
    top: 100px;
    width: 60% !important;
    z-index: 999;
}
#contact-form div.wpcf7 {
    margin: 0 0 40px;
}
#contacts-popup.on {
    display: block;
}

#contacts-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
}

#contacts {

}

#contact-form-wrap {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0 0 40px;
}

.contacts-iconblock {
    margin: 50px 50px 0 0;
    padding: 10px 40px;
}

.page-template-page-contact-us-php h1 {
    z-index: 1;
    position: relative;
}

.page-template-page-contact-us-php .content-wrap {
    padding-top: 40%;
    min-height: 1000px;
}

.page-template-page-contact-us-php #page-content {
    padding: 22px;
}

.page-template-page-contact .contact-form {
    margin-right: 40px;
    margin-top: 10px;
}

.contact-info li {
    background: transparent none repeat scroll 0 0 !important;
    color: #000 !important;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 50px;
    padding: 20px 30px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.contact-info i {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    font-size: 33px;
    height: 90px;
    left: -90px;
    line-height: 90px;
    margin-right: 20px;
    position: absolute;
    text-align: center;
    top: -10px;
    vertical-align: middle;
    width: 90px;
}
input.wpcf7-form-control {
    height: 35px;
}
.wpcf7-form-control {
    background: #eee none repeat scroll 0 0;
    border: 0 none;
    outline: medium none;
    width: 100%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.wpcf7-form-control.wpcf7-textarea {
    height: 146px;
    padding: 20px 30px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.wpcf7-submit {
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    height: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 140px;
}
.wpcf7-form-control.wpcf7-captchac {
    width: auto;
}

.wpcf7-text {
    padding-left: 20px;
}
span.wpcf7-form-control-wrap {
    display: block;
    position: relative;
}
.wpcf7-form p {
    padding-top: 15px;
    position: relative;
    text-transform: uppercase;
    top: 0;
}
input.wpcf7-form-control {
    height: 35px;
}

/****************************
 5.2 Portfolio
 ***************************/


.grid-item .portfolio-content {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    vertical-align: middle;
}

.portfolio-content::before {
    border: 1px solid;
    content: "";
    font-size: 17px;
    line-height: 40px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    left:0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.portfolio-content > span {
    bottom: 30px;
    display: block;
    font-weight: 900;
    left: 20px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 20px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.grid-inner:hover .portfolio-content span {
    opacity: 1;
}

.grid-item:hover .portfolio-content {
    opacity: 1;
    position: absolute;
}

.grid-item:hover .portfolio-content::before {
    bottom: 20px;
    left: 20px;
    right: 20px;
    top: 20px;
}

.grid-item:hover .portfolio-image {
    display: block;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.grid-item .portfolio-image {
    position: relative;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.grid-item .portfolio-content h6 {
    font-size: 20px;
    font-weight: 500;
    left: 50%;
    position: absolute;
    top: 54%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 50%;
    line-height: 24px;
}
.grid-item:hover h6 {
    top: 50%;
}
.loadmore {
    border: 2px solid rgba(0, 0, 0, 0.1);
    display: block;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 161px;
    cursor: pointer;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

#load-more:hover {
    border: 2px solid rgba(0, 0, 0, 0);
}

.loadmore a {
    color: rgba(0, 0, 0, 0.5) !important;
}

/****************************
 6 FOOTER
 ***************************/

.footer .social li {
    float: left;
    display: block;
    list-style: none;
}

.footer .social a {
    padding: 10px;
}


#back-top a {
    bottom: 0px;
    display: block;
    height: 35px;
    line-height: 40px;
    position: fixed;
    right: 50px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    width: 40px;
    z-index: 9999;
}

.dark-skin #back-top > a:after,
.dark-skin.fs-skin-dark #back-top > a:after {
    color: #ffffff;
}
.light-skin #back-top > a:after,
.dark-skin.fs-skin-light #back-top > a:after {
    color: #ffffff;
}
#back-top > a::after {
    content: "top";
    font-size: 13px !important;
    font-weight: 100 !important;
    left: 35px;
    letter-spacing: 1px;
    opacity: 0.5;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}


#back-top a::before {
    content: "\ea89";
    font-family: "icomoon";
    font-size: 14px;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 40px;
}

/****************************
 7 POPUP WINDOW
 ***************************/

#popup-window {
    display: none;
    position: absolute;
    text-align: center;
    z-index: 101;
    width: 400px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30%;
}

#popup-window img {
    width: 100%;
    height: auto;
}

#popup-window .close-window {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -15px;
    margin-top: -15px;
    cursor: pointer;
}

#popup-window .close-window:before {
    content: '\e9a4';
    font-family: icomoon;
    font-size: 30px;
    height: 30px;
}

#popup-window .popup-html {
    background: white;
    color: black;
}

.popup-bg {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
}

/****************************
 8 EXTRA STYLES
 ***************************/

#main-wrapper {
    overflow: hidden;
}

.float-left {
    float: left;
}

article img {
    height: auto;
    display: block;
    max-height: 100%;
}
.attachment-post-thumbnail.wp-post-image {
    max-width: 100%;
}
.alignnone img, img.alignnone {
    width: 100%;
    max-width: 100%;
}


article .owl-carousel .owl-item {
    width: 100%;
    overflow: hidden;
}

article .owl-carousel .owl-item .cover-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.comment-form {
    padding: 20px;
}

.logged-in-as > a {
    padding: 5px 10px;
}
.avatar.photo.avatar-default {
    display: inline;
    max-width: 100%;
}

.comment-form-comment label {
    display: block;
}

.comment-form-comment textarea {
    width: 100%;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-submit > input {
    padding: 10px 15px 10px 15px;
    border: 0;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

#content-wrap .with-padding {
    padding: 15px;
}
.page-content-main p img {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
}

.clients h4 {
    letter-spacing: 2px;
    margin-top: 20px;
    opacity: 0.4;
    font-size: 13px;
}
.client-item img {
    width: 150px;
}

.logo {
    height: auto;
    left: 50px;
    max-height: 70px;
    max-width: 210px;
    top: 30px;
    width: auto;
}

#portfolio-content {
    top: 0;
}

#portfolio-content{
    min-height: 100vh;
}