/*
  UnionTheme Base CSS. It will updated when those css frameworks need to update.

*/
html {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
svg:not(:root) {
    width: 100%;
    height: 100%;
}
body {
    /*position: relative; //todo */
    color: #808080;
    line-height: 1.8;
    margin: 0;
}
main a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

p {
    margin: 0 0 20px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #1f1f1f;
    margin: 11px 0;
    font-weight: normal;
}

h1 {
    font-size: 48px;
    line-height: 50px;
}

h2 {
    font-size: 32px;
    line-height: 50px;
}

h3 {
    font-size: 26px;
    line-height: 46px;
}

h4 {
    font-size: 20px;
    line-height: 40px;
}

h5 {
    font-size: 18px;
    line-height: 34px;
}

h6 {
    font-size: 16px;
    line-height: 30px;
}

/* Form for Wordpress */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=month],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=number],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea{
    width: 100%;
}

input, input[type="tel"], input[type="date"], input[type="text"], input[type="password"], input[type="email"], textarea, select{
    resize: none;
    display: block;
    margin: 0;
    margin-bottom: 20px;
    padding: 5px 16px;
    outline: none;
    font-size: 13px;
    font-weight: 400;
    background-color: #fff;
    border: solid 1px #dbdbdb;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}
textarea{
    min-height: 150px;
}

/* Table & Gallery & Wordpress Core & Text Reading CSS */
.gallery,
.gallery .gallery-row {
    clear: both;
    overflow: hidden;
    display: block;
}

table {
    border-collapse: collapse;
    border: 1px solid #ddd;
    margin-bottom: 1.5em;
}

td,
th {
    border-top: 1px solid #ddd;
    vertical-align: top;
    padding: 12px 15px;
    text-align: left;
}

tbody tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

.alignnone { 
    margin: 5px 20px 10px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 10px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 10px 20px;
}

a img.alignleft,
a img.alignnone {
    margin: 5px 20px 10px 0
}

a img.alignleft {
    float: left
}

a img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-caption {
    padding: 5px 3px 10px;
    border: 1px solid #f0f0f0;
    background: #fff;
    text-align: center
}

.wp-caption.alignleft,
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    margin: 0;
    padding:0;
    max-width: 98.5%;
    width: auto;
    height: auto;
    border: 0;
}

.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 7px 0 5px 0;
    font-size: 11px;
    line-height: 17px;
}

.gallery {
    margin: -1px;
}

.gallery .gallery-row {
    margin: 0;
}

.gallery .gallery-item {
    overflow: hidden;
    float: left;
    text-align: center;
    list-style: none;
    background: #fff;
    padding: 1px;
    margin: 0;
}

.gallery .gallery-item .gallery-icon {
    background: #f5f5f5;
}

.gallery .gallery-item a {
    display:block;
    position:relative;
}

.gallery .gallery-item a:hover .image-overlay {
    opacity: 1;
}

.gallery .gallery-item img,
.gallery .gallery-item img.thumbnail {
    margin:0;
}

.gallery-caption {
    margin: 0 0 8px;
    font-style: italic;
    font-family: arial;
}

.gallery.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery.gallery-columns-2 .gallery-item {
    width:50%;
}

.gallery.gallery-columns-4 .gallery-item {
    width:25%;
}

.gallery.gallery-columns-5 .gallery-item {
    width:20%;
}

.gallery.gallery-columns-6 .gallery-item {
    width: 16.6%;
}

.screen-reader-text {
    clip:rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    -moz-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index:100000;
}

#wp-calendar {
    width:100%;
}

#wp-calendar caption {
    text-transform: uppercase;
    text-align: right;
    font-weight: normal;
    color: #333;
    font-size: 12px;
    margin-bottom: 5px;
}

#wp-calendar thead {
    font-size: 10px;
}

#wp-calendar thead th {
    padding-bottom:10px;
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    text-align: center;
    padding: 8px;
}

#wp-calendar tbody td:hover {
    background: #fff;
    cursor: pointer;
}

#wp-calendar tbody .pad {
    background: 0 0;
}

#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}

/**/
/* Featured Image Styling */
.corpia-ut-thumbnail {
    position: relative;
    overflow: hidden;
}
.image-overlay>.image-overlay-inner {
    width: 100%;
}
.image-overlay .overlay-icon {
    display: inline-block;
    position: relative;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 32px;
    opacity: 0;
}

/* Comments */
#comments .comment-list {
    margin-top: 30px;
}

#comments .comment-list > article:first-child,
div.comment-meta.post-meta > p {
    margin: 0;
}

#comments #reply-title,
#comments .comments-title,
#respond #reply-title,
#respond .comments-title {
    margin: 25px 0;
}

#comments .btn-comments,
#respond .btn-comments {
    padding: 5px 10px!important;
    font-size: 12px;
}

#comments .comment-list .comments-list:first-child,
#respond .comment-list .comments-list:first-child {
    padding-bottom: 21px;
}

.comment-notes {
    font-weight: 400;
    margin: 9px 0 0;
}

.comment-list {
    padding: 0;
}

.comment-list li {
    list-style-type: none;
}

div.comment-meta.post-meta {
    margin-left: 0;
    padding: 0 18px 18px 100px;
    max-height: 20px;
    display: block;
    font-size: 13px;
    text-transform: capitalize;
}

.comment-list section.child-comments > article.comment {
    padding-left: 90px;
}

.comment-content {
    position: relative;
    margin: 15px 0;
    display: inline-block;
}

.comment-content .comment-meta {
    padding-right: 0!important;
    padding-bottom: 0!important;
}

.comment-content .gravatar {
    float: left;
    margin: 7px 0 0;
}

div.comment-content.post-content > p {
    font-size: 12px;
    display: block;
    padding-left: 100px;
    margin: 10px 0 0 0;
}

.comment-content .gravatar img.avatar {
    max-width: 70px;
    min-height: 70px;
}

.comment-content .logged-in-as {
    display: inline-block;
    margin: 9px 0 0;
    font-size: 12px;
}

.comment-content .comment-author {
    margin: 36px 0 0;
}

.comment-content .comment-meta p {
    margin: 0 0 0 10px;
}

.comment-content .comment-meta-item,
.comment-content .comment-reply-link {
    margin-left: 10px;
    display: block;
}

.comment-form .comment-form-comment.comment-loggedin {
    margin-top: 0!important;
}

.comment-form .comment-form-comment.comment-loggedin textarea {
    margin-top: 0;
}

.comment-form .comment-figure {
    width:90px;
    float:left;
}

.comment-form .comment-figure .gravatar {
    margin: 0;
}

section.child-comments article.comment {
    position: relative;
    overflow: hidden;
}

section.child-comments article.comment:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    border-style: solid;
    border-color: transparent;
}

section.child-comments article.comment:before {
    top: 22px;
    left: 34.5px;
    border-width: 1px;
}

.comment-form-comment .form-submit {
    margin: 32px 0 0;
}

.comment-form-comment .form-submit > input {
    color: #ffffff;
    background-color: #479ccf;
    border: 1px solid transparent;
}

.comment-form-comment .form-submit > input:hover {
    border: 1px solid #479ccf;
    color: #479ccf;
    background-color: #ffffff;
}

.comment-respond p.comment-reply-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #2d3538;
}

.gravatar img.avatar {
    max-width: 5em;
    min-height: 5em;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: initial;
    background-clip: padding-box;
    margin: 0 auto;
}

#comment-nav-below {
    margin-top: 36px;
}

.comment-navigation a {
    white-space: nowrap;
}

.comment-navigation .page-next,
.comment-navigation .page-prev {
    width: auto;
}

.corpia-ut-top-widget {
    font-size: 11px;
}
.corpia-ut-top-widget:first-child{
    padding-left: 0;
}
.corpia-ut-top-widget:last-child{
    padding-right: 0;
}

/* Language dropdown widget */
dl.dropdown {
    margin: 0;
    padding: 0;
}

dl.dropdown dd,
dl.dropdown dt,
dl.dropdown ul {
    margin: 0;
    padding: 0;
}

.dropdown dd {
    position: relative;
    max-width: 100%;
}

.dropdown dt a {
    display:block;
}

.dropdown dt a span i {
    margin-left: 10px;
}

.dropdown dt a span {
    cursor: pointer;
    display: block;
    padding: 0 20px;
}

body.header-light .dropdown dt a span {
    color: #000;
}

body.header-dark .dropdown dt a span {
    color: #fff;
}

.dropdown dd ul {
    display: none;
    list-style: none;
    position: absolute; 
    left: 0;
    top: 0;
    width: 100%;
    line-height: normal;
    z-index: 999;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li a {
    padding: 2.5px 20px;
    display: block;
}
.dropdown dd ul li a:hover {
    color: #fff;
}

.dropdown span.value {
    display: none;
}

/* Fixed Sidebar */
.fixed-sidebar.close-sidebar div {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.fixed-sidebar-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.9;
    background: rgba(0, 0, 0, 0.2);
}
.with-fixed-sidebar .fixed-sidebar-overlay,
.demo-opened .fixed-sidebar-overlay {
    display: block;
}

.fixed-sidebar {
    position: fixed;
    padding: 80px 30px 90px;
    z-index: 10000;
    background: #fff;
    border-left: 1px solid rgba(232, 232, 232, 0.3);
    height: 100%;
    width: 400px;
    max-width: 100%;
    max-height: 100%;
    overflow-y: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.fixed-dark-sb .fixed-sidebar{
    background-color: #2d3538;
    color: #fff;
}

.fixed-sidebar>.fixed-sidebar-close,
.corpia-ut-mobile-menu .corpia-ut-close{
    top: 50px;
}

.fixed-sidebar.dark>.fixed-sidebar-close {
    background-color: #fff;
}

.fixed-sidebar.dark {
    background-color: #292929;
    color: #ccc;
}

.search-on-menu .fixed-sidebar-open {
    position: absolute;
    right: 75px;
}

.search-on-menu .sf-menu{
    right: 10px;
}
.search-on-menu.button-on-menu .sf-menu{
    right: 20px;
}

/* search button on menu */

.searchmenu {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.searchmenu .searchform,
.searchmenu .searchform .input {
    height: 100%;
}
.search-on-menu input {
    padding: 0;
    height: 100%;
    width: 1px;
    opacity: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 24px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 0;
}

.search-on-menu i:hover {
    cursor: pointer;
}

form.searchform .input-container {
    position: relative;
}

/* Search Button */
.searchform .search-button {
    height: 38px;
    width: 38px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    line-height: 38px;
}

.searchform .input-container > input {
    height: 46px;
    width: 100%;
    padding-left: 20px;
}

form .input-container .search-icon {
    right: 20px;
    top: 50%;
    margin-top: -6.5px;
    position: absolute;
    z-index: 2;
    line-height: 1;
    font-size: 16px;
}

/* Scroll Up menu */

.corpia-ut-header-container {
    width: 100%;
    position: relative;
    z-index: 15;
    -webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.3);
}
.header-dark .corpia-ut-header-container{
    -webkit-box-shadow: 0 1px 1px -1px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0 1px 1px -1px rgba(255, 255, 255, 0.3);
    box-shadow: 0 1px 1px -1px rgba(255, 255, 255, 0.3);
}
.corpia-ut-boxed.fheader-scrollup .corpia-ut-header-container {
    width: 1170px;
}

.fheader-scrollup .corpia-ut-header-container.header-normal,
.fheader-scrollup .corpia-ut-header-container.header-classic,
.fheader-scrollup .corpia-ut-header-container.menu-minimal,
.fheader-scrollup .corpia-ut-header-container.logo-top-center {
    background-color: #ffffff;
    position: fixed;
    z-index: 100;
}
.absolute {
    position: absolute;
}

.top-right-widget {
    text-align: right;
}

.corpia-ut-sidebar.left {
    padding-right: 30px;
}

.corpia-ut-sidebar.right {
    padding-left: 30px;
}

/* UnionTheme Social Widget */

.corpia-ut-social-icon {
    display: inline-block;
}

.top-right-widget .icon,
.corpia-ut-sidebar .icon,
.top-left-widget .icon {
    height: 36px;
    width: 36px;
}

.corpia-ut-sidebar .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    width: 38px;
}

.corpia-ut-sidebar .icon {
    border: 1px solid transparent;
    text-align: center;
    margin: 0 7px 7px 0;
}

/* Default icon */
.corpia-ut-sidebar .icon {
    background-color: transparent;
    border-color: #dbdbdb;
    color: #999999;
}

/* Default icon hover */
.corpia-ut-sidebar .icon:hover {
    background-color: #479ccf;
    border-color: #479ccf;
    color: #ffffff;
}

/* Facebook icon */
.corpia-ut-sidebar .facebook.icon {
    background-color: transparent;
    border-color: #dbdbdb;
    color: #999999;
}

.corpia-ut-sidebar .facebook.icon:hover {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #ffffff;
}

/* Dribbble icon */
.corpia-ut-sidebar .dribbble.icon {
    background-color: transparent;
    border-color: #dbdbdb;
    color: #999999;
}

.corpia-ut-sidebar .dribbble.icon:hover {
    background-color: #ea4c89;
    border-color: #ea4c89;
    color: #ffffff;
}

/* Google Plus icon */
.corpia-ut-sidebar .google.icon {
    background-color: transparent;
    border-color: #dbdbdb;
    color: #999999;
}

.corpia-ut-sidebar .google.icon:hover {
    border-color: #dd4b39;
    background-color: #dd4b39;
    color: #ffffff;
}

/* Instagram icon */
.corpia-ut-sidebar .instagram.icon {
    background-color: transparent;
    border-color: #dbdbdb;
    color: #999999;
}

.corpia-ut-sidebar .instagram.icon:hover {
    border-color: #3f729b;
    background-color: #3f729b;
    color: #ffffff;
}

/* Twitter icon */
.corpia-ut-sidebar .twitter.icon {
    background-color: transparent;
    border-color: #dbdbdb;
    color: #999999;

}

.corpia-ut-sidebar .twitter.icon:hover {
    border-color: #00aced;
    background-color: #00aced;
    color: #ffffff;
}

/* Vine icon */
.corpia-ut-sidebar .vine.icon {
    background-color: transparent;
    border-color: #dbdbdb;
    color: #999999;
}

.corpia-ut-sidebar .vine.icon:hover {
    border-color: #3b5998;
    background-color: #3b5998;
    color: #ffffff;
}

/* Youtube icon */
.corpia-ut-sidebar .youtube.icon {
    background-color: transparent;
    border-color: #dbdbdb;
    color: #999999;

}

.corpia-ut-sidebar .youtube.icon:hover {
    border-color: #cd201f;
    background-color: #cd201f;
    color: #ffffff;
}

/* SoundCloud icon */
.corpia-ut-sidebar .soundcloud.icon {
    background-color: transparent;
    border-color: #dbdbdb;
    color: #999999;
}

.corpia-ut-sidebar .soundcloud.icon:hover {
    border-color: #ff8800;
    background-color: #ff8800;
    color: #ffffff;
}

/* Pinterest icon */
.corpia-ut-sidebar .pinterest.icon {
    background-color: transparent;
    border-color: #dbdbdb;
    color: #999999;
}

.corpia-ut-sidebar .pinterest.icon:hover {
    border-color: #bd081c;
    background-color: #bd081c;
    color: #ffffff;
}

/* Linkedin icon */
.corpia-ut-sidebar .linkedin.icon {
    background-color: transparent;
    border-color: #dbdbdb;
    color: #999999;
}

.corpia-ut-sidebar .linkedin.icon:hover {
    border-color: #0077b5;
    background-color: #0077b5;
    color: #ffffff;
}

/* Delicious  icon */
.corpia-ut-sidebar .delicious.icon {
    background-color: transparent;
    border-color: #dbdbdb;
    color: #999999;
}

.corpia-ut-sidebar .delicious.icon:hover {
    border-color: #3399ff;
    background-color: #3399ff;
    color: #ffffff;
}

/* Codepen  icon */
.corpia-ut-sidebar .codepen.icon {
    background-color: transparent;
    border-color: #dbdbdb;
    color: #999999;
}

.corpia-ut-sidebar .codepen.icon:hover {
    border-color: #231F20;
    background-color: #231F20;
    color: #ffffff;
}

/* Github  icon */
.corpia-ut-sidebar .github.icon {
    background-color: transparent;
    border-color: #dbdbdb;
    color: #999999;
}

.corpia-ut-sidebar .github.icon:hover {
    border-color: #999999;
    background-color: #999999;
    color: #ffffff;
}

/* Wordpress  icon */
.corpia-ut-sidebar .wordpress.icon {
    background-color: transparent;
    border-color: #dbdbdb;
    color: #999999;
}

.corpia-ut-sidebar .wordpress.icon:hover {
    border-color: #21759b;
    background-color: #21759b;
    color: #ffffff;
}

/* Behance  icon */
.corpia-ut-sidebar .behance.icon {
    background-color: transparent;
    border-color: #dbdbdb;
    color: #999999;
}

.corpia-ut-sidebar .behance.icon:hover {
    border-color: #1769ff;
    background-color: #1769ff;
    color: #ffffff;
}

/* Foursquare  icon */
.corpia-ut-sidebar .foursquare.icon {
    background-color: transparent;
    border-color: #dbdbdb;
    color: #999999;
}

.corpia-ut-sidebar .foursquare.icon:hover {
    border-color: #f94877;
    background-color: #f94877;
    color: #ffffff;
}

/* Twitch  icon */
.corpia-ut-sidebar .twitch.icon {
    background-color: transparent;
    border-color: #dbdbdb;
    color: #999999;
}

.corpia-ut-sidebar .twitch.icon:hover {
    border-color: #6441a5;
    background-color: #6441a5;
    color: #ffffff;
}

/* Tumblr  icon */
.corpia-ut-sidebar .tumblr.icon {
    background-color: transparent;
    border-color: #dbdbdb;
    color: #999999;
}

.corpia-ut-sidebar .tumblr.icon:hover {
    border-color: #35465c;
    background-color: #35465c;
    color: #ffffff;
}

/* Trello  icon */
.corpia-ut-sidebar .trello.icon {
    background-color: transparent;
    border-color: #dbdbdb;
    color: #999999;
}

.corpia-ut-sidebar .trello.icon:hover {
    border-color: #0079bf;
    background-color: #0079bf;
    color: #ffffff;
}

/* Spotify  icon */
.corpia-ut-sidebar .spotify.icon {
    background-color: transparent;
    border-color: #dbdbdb;
    color: #999999;

}

/* --- end --- */

.corpia-ut-sidebar .spotify.icon:hover {
    border-color: #2ebd59;
    background-color: #2ebd59;
    color: #ffffff;
}

/* Menu CSS */
.nav.navbar-nav li {
    display: inline-block;
}

/* Page Title */
.corpia-ut-title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

body.corpia-ut-full.fheader-fixed #corpia-ut-title,
body.corpia-ut-boxed.fheader-fixed #corpia-ut-title {
    position: fixed;
    width: inherit;
}

.corpia-ut-title h1 {
    font-size: 22px;
    line-height: 1;
}

.corpia-ut-title p {
    margin: 10px 0 0;
    margin: 0;
}

/* Fixed Footer */

body.corpia-ut-boxed .fixed-footer,
body.corpia-ut-full .fixed-footer {
    position: fixed;
    z-index: 6;
}

body.corpia-ut-boxed.header-leftside .fixed-footer,
body.corpia-ut-full.header-leftside .fixed-footer {
    left: 0;
    padding-left: 280px;
}

body.corpia-ut-full .fixed-footer {
    bottom: 0;
    left: 0;
    width: 100%;
}

body.corpia-ut-full.fheader-fixed .corpia-ut-header-container,
body.corpia-ut-boxed.fheader-fixed .corpia-ut-header-container {
    position: fixed;
    top: 0;
    width: inherit;
}


body.corpia-ut-full.fheader-fixed #corpia-ut-title,
body.corpia-ut-full.fheader-fixed .corpia-ut-header-container {
    width: 100%;
}
body.corpia-ut-full.fheader-fixed.parallax-on #corpia-ut-title,
body.corpia-ut-full.fheader-fixed.parallax-on .corpia-ut-header-container {
    background-attachment: scroll !important;
}

body.corpia-ut-full.fheader-fixed.parallax-off #corpia-ut-title,
body.corpia-ut-full.fheader-fixed.parallax-off .corpia-ut-header-container,
body.corpia-ut-boxed.fheader-fixed.parallax-off #corpia-ut-title,
body.corpia-ut-boxed.fheader-fixed.parallax-off .corpia-ut-header-container {
    background-attachment: fixed !important;
}

body.corpia-ut-boxed.fheader-fixed.parallax-on #corpia-ut-title,
body.corpia-ut-boxed.fheader-fixed.parallax-on .corpia-ut-header-container {
    background-attachment: scroll !important;
}

#corpia-ut-main, 
#corpia-ut-title,
.corpia-ut-pt-styles,
#slider{
    position: relative;
    z-index: 12;
}
#featured-image img {
    width: 100%;
}
#corpia-ut-main,
.single.corpia-ut-composer #corpia-ut-main{
    padding-top: 60px;
    padding-bottom: 60px;
    background: #fff;
    z-index: 14;
}
.corpia-ut-composer #corpia-ut-main {
    padding-top: 0px;
    padding-bottom: 0px;
}
.pt-none #corpia-ut-main{
    padding-top: 0;
}
.header-leftside .container{
    width: 96%;
}
body.corpia-ut-full.fheader-fixed.header-leftside #corpia-ut-title{
    top: 0;
}
body.corpia-ut-full.fheader-fixed.header-leftside #corpia-ut-title{
    top: 0;
    right: 0;
    padding-left: 280px
}
.woocommerce #corpia-ut-main,
.woocommerce-page #corpia-ut-main{
    padding-bottom: 60px;
}

.font-awesome-widget i {
    margin-right: 7px;
}

.font-awesome-widget p {
    float: left;
    margin: 0;
    margin-right: 16px;
}
.font-awesome-widget p:last-child {
    margin-right: 0;
}

/* Footer color dark */
body.footer-dark .corpia-ut-bottom,
body.footer-dark .corpia-ut-bottom a,
body.footer-dark .corpia-ut-footer {
    color: #b3b3b3;
}

/* Footer bottom */
body.footer-dark .corpia-ut-bottom h1,
body.footer-dark .corpia-ut-bottom h2,
body.footer-dark .corpia-ut-bottom h3,
body.footer-dark .corpia-ut-bottom h4,
body.footer-dark .corpia-ut-bottom h5,
body.footer-dark .corpia-ut-bottom h6{
    color: #ffffff;
}

/* Footer widget title */
footer {
    position: relative;
    z-index: 13;
}

.widget-title {
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
}

.contact-info-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Blog & Blog Single Base */
.content,
.corpia-ut-sidebar .row > aside {
    padding: 0;
}

.entry-author{
    margin-right: 15px;
}
.corpia-ut-content > article:first-child > .entry-block {
    margin-top: 80px;
}

.entry-author {
    float: right;
}

.corpia-ut-sidebar aside,
.corpia-ut-bottom aside,
.wpb_widgetised_column .wpb_wrapper aside{
    margin: 0 0 35px 0;
}
.corpia-ut-bottom aside:last-child{
    margin: 0;
}
.wpb_widgetised_column aside ul,
.wpb_widgetised_column aside select,
.corpia-ut-sidebar .row > aside ul,
.corpia-ut-sidebar .row > aside select{
    margin: 0;
    width: 100%;
    padding-left: 15px;
}

/* Scroll Up Style */
#scrollUp {
    position: fixed;
    z-index: 99;
    right: 30px;
    bottom: 70px;
    border: 2px solid;
    display: none;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 12px;
    line-height: 35px;
    cursor: pointer;
    background-color: #479ccf;
    color: #fff;
}

#scrollUp:hover{
    opacity: .8;
}

.sUp-btn-border #scrollUp {
    background: transparent;
}

/* Post entry */
.sticky {}
.entry-meta .author > i,
.entry-meta .comment-count > i,
.entry-meta .categories-links > i,
.entry-meta .date > i {
    margin-right: 4px;
}

.entry-meta .date > span {
    margin-right: 2px;
}

.entry-block .entry-content > a:hover {
    border-color: #479ccf;
    background-color: #479ccf;
    color: #ffffff;
}


/* Contact Form 7 */

div.wpcf7-validation-errors {
    margin-top: 0;
}
div.wpcf7-validation-errors {
    border: 1px solid transparent;
}

/* Portfolio widget */
div.corpia-ut-portfolio > div.corpia-ut-thumbnail {
    margin-right: 14px;
    margin-top: 5px;
}

aside.widget_recent_entries > ul {
    margin: 0;
}
.meta-title{
    line-height: 1;
    margin-top: 0;
}

/* Gallery */
.gallery-item {
    float: left;
    width: 33.3%;
}

/* Post Format */
blockquote h6,
blockquote .quote-text{
    position: relative;
    margin: 0;
    color: #fff;
    padding: 40px;
    font-size: 14px;
    letter-spacing: -0.025em;
    line-height: normal;
    text-transform: uppercase;
}
blockquote .quote-text a,
blockquote .quote-text a:hover{
    color: #fff;
}
blockquote .quote-author {
    padding-bottom: 0;
}
blockquote .quote-text{
    font-size: 13px;
    padding-top: 0;
    letter-spacing: normal;
    text-transform: none;
    font-style: italic;
}

/* Widget Categories */
aside.widget > ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

aside.widget ul.menu ul,
aside.widget ul ul.children{
    display: none;
}
aside.widget ul ul{
    padding-left: 25px;
}
aside.widget ul.children li{
    margin-top: 5px;
}
aside.widget ul li{
    position: relative;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    list-style: none;
}
aside.widget ul li:last-child{
    margin: 0;
    padding-left: 0;
}

.widget_categories .cat-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background: #ddd none repeat scroll 0% 0%;
}

.widget_categories .cat-item .post-count,
.widget_archive .post-count {
    float:right;
}

aside.widget ul li::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: rgba(219, 219, 219, 0.04) none repeat scroll 0% 0%;
}

aside.widget .archive-icon {
    margin-right: 8px;
}

.widget_archive ul li a {
    text-decoration: none;
}
footer aside.widget ul li::before{
    background: none;
}
footer aside.widget ul li{
    margin-bottom: 0;
}

/* Post Single */
.corpia-ut-author {
    margin-bottom: 65px;
    padding: 40px 10px 40px 28px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.corpia-ut-author .author-info > p {
    font-size: 12px;
    margin: 0;
}

.author-image {
    padding: 0;
    width: 70px;
    float: left;
}

.author-image > img {
    border-radius: 50%;
    border: 1px solid #f5f5f5;
}

.author-info {
    float: left;
    width: calc(100% - 100px);
    margin-left: 30px; 
}

.corpia-ut-author .author-name > a {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1;
    font-family: Montserrat;
    font-weight: normal;
    color: #2d3538;
}

#comments .comments-title {
    font-size: 14px;
    color: #2d3538;
}

/* Post-share */

.corpia-ut-post-sharebox .post-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin: 30px 10px 30px 0;
}

body.single-format-quote .corpia-ut-post-sharebox .post-share {
    margin: 30px 10px 60px 0;
}

.corpia-ut-post-sharebox .facebook-share,
.corpia-ut-post-sharebox .twitter-share,
.corpia-ut-post-sharebox .googleplus-share,
.corpia-ut-post-sharebox .post-share-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
}

.corpia-ut-post-sharebox .post-share-icon {
    border-left: 1px solid #dedede;
    width: 40px;
}

.corpia-ut-post-sharebox .post-share .post-share-socials{
    display: flex;
}

.corpia-ut-post-sharebox .facebook-share:hover,
.corpia-ut-post-sharebox .twitter-share:hover,
.corpia-ut-post-sharebox .googleplus-share:hover {
    cursor: pointer;
}

.corpia-ut-post-sharebox .facebook-share:hover i,
.corpia-ut-post-sharebox .twitter-share:hover i,
.corpia-ut-post-sharebox .googleplus-share:hover i {
    color: #ffffff;
}

/* Comment Form */
.comment-respond .comment-form > div {
    margin-bottom: 8px;
}

.comment-respond .comment-form > div > input {
    margin: 0;
}

.comment-respond .comment-form > div > input {
    height: 46px;
    width: 50%;
}

.comment-respond .comment-form > div > textarea {
    width: 80%;
    padding-top: 10px;
}

.comment-respond .comment-form > div > input,
.comment-respond .comment-form > div > textarea {
    padding-left: 17px;
}

.comment-respond .comment-form > div > input,
.comment-respond .comment-form > div > textarea {
    border: 1px solid #ededed;
}

/* 404 page */
.corpia-ut-404-search-container {
    margin-bottom: 70px;
}

.error404-container h5.error404 {
    margin-top: 0;
}

.error404-container h5.errorh2 {
    font-size: 17px;
    margin: 0;
}

.corpia-ut-404-error {
    display: inline-block;
}

.corpia-ut-404-error > p {
    margin: 0;
}

.corpia-ut-404-search-container > form {
    margin: 40px 0;
    width: 100%;
    display: inline-block;
}

.corpia-ut-404-search-container > .error4button {
    width: 100%;
}

/* UnionTheme Post Widget */
.post-widget > ul {
    padding-left: 0;
}

.post-widget .recent-thumb {
    position: absolute;
    left: 0;
    background-color: #e6e6e6;
    width: 70px;
    height: 70px;
    overflow: hidden;
}
aside.widget.post-widget ul li::before{
    content: none;
}
.post-widget .recent-content {
    margin-left: 85px;
    min-height: 70px;
    font-size: 11px;
    text-decoration: none;
}
.post-widget .recent-content > h5,
.post-widget .recent-content > h5 > a {
    font-size: 13px;
    font-weight: normal;
    margin-top: 0;
    line-height: 1;
}

/* Pagination */
.page-numbers {
    cursor: pointer;
    text-decoration: none;
    line-height: normal;
    padding: 0;
    margin: 0;
}
.page-numbers li {
    float: left;
    list-style: none;
    margin: 0 7px;
}
.page-numbers li:first-child {
    margin-left: 0;
}
.page-numbers li:last-child {
    margin-right: 0;
}
.page-numbers li span.current,
.page-numbers li a {
    border: 1px solid #dbdbdb;
}
ul.page-numbers li span.page-numbers,
ul.page-numbers li a.page-numbers {
    font-size: 12px;
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}
.page-numbers a {
    color: #7d7d7d;
}
.page-numbers a i {
    margin: 0;
}

.page-numbers li span.current {
    color: #ffffff;
    background: #7d7d7d;
    border: 1px solid #7d7d7d;
}

.page-numbers li a:hover {
    background-color: #7d7d7d;
    border: 1px solid #7d7d7d;
    color: #fff;
}

/* isotope container style */
.corpia-ut-isotope-container .page-numbers {
    display: flex;
    justify-content: center;
}

/* Infinite Scroll */
.corpia-ut-pagination.corpia-ut-infinite-scroll {
    text-align: center;
    margin-top: 40px;
}
.corpia-ut-infinite-scroll a.btn-flat {
    background-color: #222222;
}
.corpia-ut-infinite-scroll a.loading i {
    font-size: 24px;
}
.corpia-ut-infinite-scroll > .loading,
.corpia-ut-infinite-scroll[data-has-next="false"]>.next,
.corpia-ut-infinite-scroll[data-has-next="true"]>.no-more{
    display: none;
    padding: 9px 18px;
}
.corpia-ut-infinite-scroll[data-has-next="false"]{
    display: none;
}
/* pagination top margin */
/* infinite scroll top margin */
.corpia-ut-pagination {
    margin-top: 0px;
    margin-bottom: 70px;
}
.corpia-ut-isotope-container .corpia-ut-pagination {
    margin-top: 30px;
    margin-bottom: 0;
}
.corpia-ut-grid-clean-style .corpia-ut-pagination {
    margin-top: 35px;
    margin-bottom: 35px;
}

/*---------- 7. Filter ----------*/
.corpia-ut-filters ul.filters {
    text-align: center;
    width: 100%;
    display: inline-block;
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}
.corpia-ut-filters ul.filters li {
    display: inline-block;
}
.corpia-ut-filters ul.filters li a {
    color: #2d3538;
}
.corpia-ut-filters a {
    display: block;
    font-size: 13px;
    line-height: 1;
    margin: 0 15px;
}
.corpia-ut-filters ul.filters li a:hover,
.corpia-ut-filters ul.filters li a.selected {
    color: #000;
}

*:focus {
    outline: 0;
}

/* Tooltip */
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 10px 12px;
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    font-family: Montserrat;
    text-transform: uppercase;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;

    width: 120px;
    top: 200%;
    left: 50%; 
    margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* Helper Classes */
.ut-grayscale-img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.ut-grayscale-img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}
.ut-display-block {
    display: block;
}
.ut-full-height {
    height: 100%;
}
/* Overflow */
.ut-overflow-hidden {
    overflow: hidden !important;
}
.ut-overflow-show {
    overflow: visible !important;
}
/* Float */
.ut-float-left {
    float: left;
}
.ut-float-right {
    float: right;
}
/* Text align */
.ut-align-left {
    text-align: left;
}
.ut-align-center {
    text-align: center;
}
.ut-align-right {
    text-align: right;
}
/* Flex */
.ut-flex-direction-row,
.ut-flex-direction-row-reverse,
.ut-flex-direction-column,
.ut-flex-direction-column-reverse,
.ut-flex-align-start,
.ut-flex-align-center,
.ut-flex-align-end,
.ut-flex-justify-start,
.ut-flex-justify-center,
.ut-flex-justify-end {
    display: flex;
}
.ut-flex-direction-column {
    flex-direction: column;
}
.ut-flex-direction-column-reverse {
    flex-direction: column-reverse;
}
.ut-flex-direction-row {
    flex-direction: row;
}
.ut-flex-direction-row-reverse {
    flex-direction: row-reverse;
}
/* Align items */
.ut-flex-align-start {
    align-items: flex-start;
}
.ut-flex-align-center {
    align-items: center;
}
.ut-flex-align-end {
    align-items: flex-end;
}
/* Justify content */
.ut-flex-justify-start {
    justify-content: flex-start;
}
.ut-flex-justify-center {
    justify-content: center;
}
.ut-flex-justify-end {
    justify-content: flex-end;
}

/* Margin */
.ut-margin {
    margin: 0;
}
.ut-margin-t0 {
    margin-top: 0px;
}
.ut-margin-r0 {
    margin-right: 0px;
}
.ut-margin-b0 {
    margin-bottom: 0px;
}
.ut-margin-l0 {
    margin-left: 0px;
}
/* Margin top */
.ut-margin-t10 {
    margin-top: 10px;
}
.ut-margin-t15 {
    margin-top: 15px;
}
.ut-margin-t20 {
    margin-top: 20px;
}
.ut-margin-t25 {
    margin-top: 25px;
}
.ut-margin-t30 {
    margin-top: 30px;
}
.ut-margin-t35 {
    margin-top: 35px;
}
.ut-margin-t40 {
    margin-top: 40px;
}
/* Margin right */
.ut-margin-r10 {
    margin-right: 10px;
}
.ut-margin-r15 {
    margin-right: 15px;
}
.ut-margin-r20 {
    margin-right: 20px;
}
.ut-margin-r25 {
    margin-right: 25px;
}
.ut-margin-r30 {
    margin-right: 30px;
}
.ut-margin-r35 {
    margin-right: 35px;
}
.ut-margin-r40 {
    margin-right: 40px;
}
/* Margin bottom */
.ut-margin-b10 {
    margin-bottom: 10px;
}
.ut-margin-b15 {
    margin-bottom: 15px;
}
.ut-margin-b20 {
    margin-bottom: 20px;
}
.ut-margin-b25 {
    margin-bottom: 25px;
}
.ut-margin-b30 {
    margin-bottom: 30px;
}
.ut-margin-b35 {
    margin-bottom: 35px;
}
.ut-margin-b40 {
    margin-bottom: 40px;
}
/* Margin left */
.ut-margin-l10 {
    margin-left: 10px;
}
.ut-margin-l15 {
    margin-left: 15px;
}
.ut-margin-l20 {
    margin-left: 20px;
}
.ut-margin-l25 {
    margin-left: 25px;
}
.ut-margin-l30 {
    margin-left: 30px;
}
.ut-margin-l35 {
    margin-left: 35px;
}
.ut-margin-l40 {
    margin-left: 40px;
}

/* Margin negative */
/* Margin top */
.ut-margin-n-t10 {
    margin-top: -10px;
}
.ut-margin-n-t15 {
    margin-top: -15px;
}
.ut-margin-n-t20 {
    margin-top: -20px;
}
.ut-margin-n-t25 {
    margin-top: -25px;
}
.ut-margin-n-t30 {
    margin-top: -30px;
}
.ut-margin-n-t35 {
    margin-top: -35px;
}
.ut-margin-n-t40 {
    margin-top: -40px;
}
/* Margin right */
.ut-margin-n-r10 {
    margin-right: -10px;
}
.ut-margin-n-r15 {
    margin-right: -15px;
}
.ut-margin-n-r20 {
    margin-right: -20px;
}
.ut-margin-n-r25 {
    margin-right: -25px;
}
.ut-margin-n-r30 {
    margin-right: -30px;
}
.ut-margin-n-r35 {
    margin-right: -35px;
}
.ut-margin-n-r40 {
    margin-right: -40px;
}
/* Margin bottom */
.ut-margin-n-b10 {
    margin-bottom: -10px;
}
.ut-margin-n-b15 {
    margin-bottom: -15px;
}
.ut-margin-n-b20 {
    margin-bottom: -20px;
}
.ut-margin-n-b25 {
    margin-bottom: -25px;
}
.ut-margin-n-b30 {
    margin-bottom: -30px;
}
.ut-margin-n-b35 {
    margin-bottom: -35px;
}
.ut-margin-n-b40 {
    margin-bottom: -40px;
}
/* Margin left */
.ut-margin-n-l10 {
    margin-left: -10px;
}
.ut-margin-n-l15 {
    margin-left: -15px;
}
.ut-margin-n-l20 {
    margin-left: -20px;
}
.ut-margin-n-l25 {
    margin-left: -25px;
}
.ut-margin-n-l30 {
    margin-left: -30px;
}
.ut-margin-n-l35 {
    margin-left: -35px;
}
.ut-margin-n-l40 {
    margin-left: -40px;
}
