/*
  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%;
}

body {
    position: relative;
    color: #777;
    line-height: 1.8;
    margin: 0;
    overflow-x: hidden;
}
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: 58px;
    line-height: 63px;
}

h2 {
    font-size: 34px;
    line-height: 40px;
}

h3 {
    font-size: 23px;
    line-height: 30px;
}

h4 {
    font-size: 19px;
    line-height: 29px;
}

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

h6 {
    font-size: 17px;
    line-height: 25px;
}

/* 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 {
    width: 75%;
}

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;
}

::-webkit-input-placeholder {
    color: #7f7f7f;
    line-height: 1.4;
}
:-moz-placeholder { /* Firefox 18- */
    color: #7f7f7f;
    line-height: 1.4;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #7f7f7f;
    line-height: 1.4;
}
:-ms-input-placeholder {  
    color: #7f7f7f;
    line-height: 1.4;
}

/* 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;
}

th {
    font-weight:700;
}

.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;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    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 */
.setsen-ut-thumbnail {
    position: relative;
    overflow: hidden;
}
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(89,143,235,.7);
    text-align: center;
}
.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: 15px;
}

#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;
    line-height: 1;
    font-size: 13px;
}

.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: 0;
}

div.comment-content.post-content > p {
    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: #ff6000;
    border: 1px solid transparent;
}

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

.comment-respond p.comment-reply-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #223557;
    font-family: "Montserrat";
}

.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;
}

/* Topbar */
.topbar-visible {
    top: 50px;
}

.setsen-ut-top-widget {
    float: left;
}
.setsen-ut-top-widget:first-child{
    padding-left: 0;
}
.setsen-ut-top-widget:last-child{
    padding-right: 0;
}

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

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

dl.dropdown.language-dropdown dt {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

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

.dropdown dt a {
    display:block;
    line-height: normal;
}

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

.dropdown dt a span {
    cursor: pointer;
    display: block;
}

body.topbar-light .dropdown dd ul {
    background: #f5f7fa none repeat scroll 0 0;
}

body.topbar-dark .dropdown dd ul {
    background: #1e2e4a none repeat scroll 0 0;
}

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

.dropdown span.value {
    display: none;
}

.dropdown dd ul li:last-child:before {
    height: 0;
}

.dropdown dd ul li a {    
    padding: 5px 20px;
    display: block;
}

.dropdown span.value {
    display: none;
}

/* Topbar language */
.top-bar .widget-title,
.top-bar .top-widget-right-title {
    display: none;
}

.top-bar dl.dropdown dt {
    padding: 0;
    border-bottom: none;
}

.top-bar .dropdown dt a {
    line-height: inherit;
}

.top-bar .dropdown dt a span {
    padding: 0 20px;
}

.top-bar .dropdown dt a span:hover {
    color: #ffffff;
}

.top-bar .dropdown dt a span i {
    float: none;
}

.top-bar .dropdown dd ul li a:hover {
    color: #fff;
}

/* Fixed Sidebar */
.fixed-sidebar-overlay,
.fixed-sidebar {
    display: none;
}

.fixed-sidebar-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: .9;
    background-color: #dbdbdb;
}

.fixed-sidebar {
    position: fixed;
    padding: 40px 30px 40px;
    right: 0;
    z-index: 10000;
    background-color: #fff;
    height: 100%;
    width: 400px;
    max-width: 100%;
    max-height: 100%;
    overflow-y: scroll;
}

.fixed-sidebar-close,
.fixed-sidebar-open {
    text-align: center;
    cursor: pointer;
    font-style: normal;
    z-index: 1;
}

.fixed-sidebar>.fixed-sidebar-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 42px;
    height: 42px;
    font-size: 20px;
    line-height: 42px;
    color: #808080;
}

.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: 45px;
}
.fixed-sidebar-open {
    font-size: 22px;
    line-height: 95px;
    top: 0;
}

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


.with-fixed-sidebar {
    overflow: hidden;
}

.setsen-ut-header-container>.fixed-sidebar-open {
    right: 40px;
    display: none;
}

.header-dark .container>.fixed-sidebar-open {
    color: #fff;
}


/* search button on menu */

.search-on-menu input {
    display: none;
    position: relative;
    top: 0;
    margin: 0;
    z-index: 2;
}

.searchmenu {
    position: absolute;
    top: 99px;
    right: 0;
    height: 100%;
}

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

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

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

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

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

/* Scroll Up menu */
body.setsen-ut-boxed.header-fixed .setsen-ut-header-container {
    width: 1170px;
}

body.header-fixed .setsen-ut-header-container {
    background-color: #ffffff;
    position: fixed;
    z-index: 100;
}

.absolute {
    position: absolute;
}

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

/* UnionTheme Social Widget */

.top-right-widget .icon,
.setsen-ut-sidebar .icon,
.top-left-widget .icon {
    height: 36px;
    width: 36px;
    line-height: 36px;
    display: inline-block;
}

.setsen-ut-sidebar .icon {
    height: 38px;
    width: 38px;
    line-height: 38px;
    display: inline-block;
}

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

/* Default icon */
.setsen-ut-sidebar .icon {
    background-color: #ff6000;
    color: #ffffff;
}

/* Default icon hover */
.setsen-ut-sidebar .icon:hover {
    background-color: transparent;
    border-color: #ff6000;
    color: #ff6000;
}

/* Facebook icon */
.setsen-ut-sidebar .facebook.icon {
    background-color: #3b5998;
    color: #ffffff;
}

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

/* Dribbble icon */
.setsen-ut-sidebar .dribbble.icon {
    background-color: #ea4c89;
    color: #ffffff;
}

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

/* Google Plus icon */
.setsen-ut-sidebar .google.icon {
    background-color: #dd4b39;
    color: #ffffff;
}

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

/* Instagram icon */
.setsen-ut-sidebar .instagram.icon {
    background-color: #3f729b;
    color: #ffffff;
}

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

/* Twitter icon */
.setsen-ut-sidebar .twitter.icon {
    background-color: #00aced;
    color: #ffffff;
}

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

/* Vine icon */
.setsen-ut-sidebar .vine.icon {
    background-color: #3b5998;
    color: #ffffff;
}

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

/* Youtube icon */
.setsen-ut-sidebar .youtube.icon {
    background-color: #cd201f;
    color: #ffffff;
}

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

/* SoundCloud icon */
.setsen-ut-sidebar .soundcloud.icon {
    background-color: #ff8800;
    color: #ffffff;
}

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

/* Pinterest icon */
.setsen-ut-sidebar .pinterest.icon {
    background-color: #bd081c;
    color: #ffffff;
}

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

/* Linkedin icon */
.setsen-ut-sidebar .linkedin.icon {
    background-color: #0077b5;
    color: #ffffff;
}

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

/* Delicious  icon */
.setsen-ut-sidebar .delicious.icon {
    background-color: #3399ff;
    color: #ffffff;
}

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

/* Codepen  icon */
.setsen-ut-sidebar .codepen.icon {
    background-color: #231F20;
    color: #ffffff;
}

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

/* Github  icon */
.setsen-ut-sidebar .github.icon {
    background-color: #999999;
    color: #ffffff;
}

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

/* Wordpress  icon */
.setsen-ut-sidebar .wordpress.icon {
    background-color: #21759b;
    color: #ffffff;
}

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

/* Behance  icon */
.setsen-ut-sidebar .behance.icon {
    background-color: #1769ff;
    color: #ffffff;
}

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

/* Foursquare  icon */
.setsen-ut-sidebar .foursquare.icon {
    background-color: #f94877;
    color: #ffffff;
}

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

/* Twitch  icon */
.setsen-ut-sidebar .twitch.icon {
    background-color: #6441a5;
    color: #ffffff;
}

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

/* Tumblr  icon */
.setsen-ut-sidebar .tumblr.icon {
    background-color: #35465c;
    color: #ffffff;
}

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

/* Trello  icon */
.setsen-ut-sidebar .trello.icon {
    background-color: #0079bf;
    color: #ffffff;
}

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

/* Spotify  icon */
.setsen-ut-sidebar .spotify.icon {
    background-color: #2ebd59;
    color: #ffffff;
}

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

body.topbar-light .top-right-widget .icon,
body.topbar-light .top-left-widget .icon {
    border-left: 1px solid #E9E9E9;
    text-align: center;
}

body.topbar-light .top-right-widget .icon:last-child,
body.topbar-light .top-left-widget .icon:last-child {
    border-right: 1px solid #E9E9E9;
}

body.topbar-dark .top-right-widget .icon,
body.topbar-dark .top-left-widget .icon {
    border-left: 1px solid #41516F;
    text-align: center;
}

body.topbar-dark .top-right-widget .icon:last-child,
body.topbar-dark .top-left-widget .icon:last-child {
    border-right: 1px solid #41516F;
}

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

.page-numbers  li {
    display: inline-block;
}

.page-numbers {
    cursor: pointer;
    padding: 7px 13px;
    line-height: 1;
    text-decoration: none;
    margin: 25px 0;
}

.page-numbers a {
    color: #707F9B;
}

.page-numbers a i {
    margin: 0;
}

.grid-layout-add-padding .page-numbers {
    margin-top: 50px;
}

.setsen-ut-portfolio .page-numbers {
    margin: 50px 0 40px;
    text-align: center;
}

.setsen-ut-portfolio.masonry-layout .page-numbers {
    margin: 60px 0 40px;
    text-align: center;
}

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

.setsen-ut-title h1 {
    margin: 0 0 10px;
    text-transform: uppercase; 
}

.setsen-ut-title p {
    margin: 0;
}

/* Light Page Title */
/*.setsen-ut-title.light {
    background-color: #707f9b;
}*/

.setsen-ut-title.light h2,
.setsen-ut-title.light p,
.setsen-ut-title.light .setsen-ut-breadcrumbs,
.setsen-ut-title.light .setsen-ut-breadcrumbs span {
    color: #ffffff;
}

/* Dark Page Title */
/*.setsen-ut-title.dark {
    background-color: #ffffff;
}*/

.setsen-ut-title.dark h2,
.setsen-ut-title.dark p,
.setsen-ut-title.dark .setsen-ut-breadcrumbs,
.setsen-ut-title.dark .setsen-ut-breadcrumbs span {
    color: #223557;
}

/* Fixed Footer */
footer.fixed-footer .footer-padding {
    padding-bottom: 480px;
}

body.setsen-ut-boxed .fixed-footer {
    position: fixed;
}

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

.setsen-ut-header-container {
    background: #fff;
    width: 100%;
    position: relative;
    z-index: 9;
}

body.header-large .setsen-ut-header-container {
    height: 99px;
    line-height: 99px;
}

#setsen-ut-main {
    padding-top: 80px;
}

#setsen-ut-main, 
#setsen-ut-title,
.setsen-ut-slider{
    position: relative;
    z-index: 1;
}

body.topbar-light .font-awesome-widget {
    color: #1e2e4a;
}

body.topbar-dark .font-awesome-widget {
    color: #ffffff;
}

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

.font-awesome-widget p {
    float: left;
    margin: 0;
}
.setsen-ut-footer .bottom-right-widget .font-awesome-widget p {
    float: right;
}

.setsen-ut-footer .bottom-right-widget .font-awesome-widget i {
    margin-left: 7px;
}

.font-awesome-widget .font-margin {
    margin-left: 16px;
}


/* Footer color light */
body.footer-light .setsen-ut-bottom,
body.footer-light .setsen-ut-bottom a,
body.footer-light .setsen-ut-footer {
    color: #223557;
}

/* Footer color dark */
body.footer-dark .setsen-ut-bottom,
body.footer-dark .setsen-ut-bottom a,
body.footer-dark .setsen-ut-bottom p,
body.footer-dark .setsen-ut-footer,
body.footer-dark .setsen-ut-footer a,
body.footer-dark .setsen-ut-footer p,
body.footer-dark .setsen-ut-footer i,
body.footer-dark .post-widget .recent-content > h5 > a {
    color: #b3b3b3;
}

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

/* Footer widget title */

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

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

/* Blog & Blog Single Base */
.entry-title {
    font-size: 18px;
}
.content,
.setsen-ut-sidebar > aside {
    padding: 0;
}

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

.entry-author {
    float: right;
}

.setsen-ut-sidebar > aside,
.wpb_widgetised_column .wpb_wrapper aside{
    margin: 0 0 70px 0;
}

.wpb_widgetised_column aside ul,
.wpb_widgetised_column aside select,
.setsen-ut-sidebar > aside ul,
.setsen-ut-sidebar > aside select{
    margin: 0;
    width: 100%;
}

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

#scrollUp:hover{
    opacity: .8;
}

/* Post entry */
.entry-meta .author,
.entry-meta .date,
.entry-meta .categories-links {
    margin-right: 15px;
}

.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: #ff6000;
    background-color: #ff6000;
    color: #ffffff;
}


/* Contact Form 7 */

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

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

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

.center-align {
    text-align: center;
}

.left-float {
    float: left;
}

.right-float {
    float: right;
}

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

aside.widget_recent_entries > ul {
    margin: 0;
}

/* Pagination */

.setsen-ut-pagination ul.page-numbers li span.current,
.setsen-ut-pagination ul.page-numbers li a,
.setsen-ut-pagination ul.page-numbers li a:hover {
    border: 1px solid transparent;
}

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

/* Post Format */
blockquote div,
blockquote h6 {
    margin: 0;
    color: #fff;
    padding: 30px;
    font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
}
blockquote .quote-text{
    padding-bottom: 20px;
}
blockquote .quote-author{
    font-size: 10px;
    padding-top: 15px;
}

.quote-format {
    position: relative;
}

/* 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;
    background: #ddd none repeat scroll 0% 0%;
}
body.topbar-dark aside.widget ul li::before {
    background: #41516F;
}

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

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

/* Post Single */
.setsen-ut-author {
    margin-bottom: 65px;
    padding: 31px 0 26px 36px;
    border: 1px solid #ddd;
}

.author-image {
    padding: 0;
    max-width: 80px;
    margin-right: 15px;
}

.setsen-ut-author .author-name > a {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    font-family: Montserrat;
    font-weight: normal;
    color: #1c1c1c;
}

#comments .comments-title {
    font-size: 15px;
    color: #223557;
    text-transform: uppercase;
}

.setsen-ut-post-tagbox .post-tag-icon,
.setsen-ut-post-tagbox .post-tag,
.setsen-ut-post-sharebox.bottom .post-share,
.setsen-ut-post-sharebox .post-share-icon {
    height: 48px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
}

.setsen-ut-post-tagbox{
    margin: 30px 10px 0 0;
}
.setsen-ut-post-sharebox{
    margin: 30px 10px 30px 0;
}

.setsen-ut-post-tagbox .post-tag-icon {
    background-color: #223557;
}

.setsen-ut-post-tagbox .post-tag-icon,
.setsen-ut-post-sharebox .post-share-icon{
    width: 48px;
}

.setsen-ut-post-tagbox .post-tag,
.setsen-ut-post-sharebox.bottom .post-share {
    margin-right: 0;
}

.setsen-ut-post-sharebox.bottom .facebook-share,
.setsen-ut-post-sharebox.bottom .twitter-share,
.setsen-ut-post-sharebox.bottom .googleplus-share {
    height: 46px;
    width: 46px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    float: left;
}

.setsen-ut-post-sharebox.bottom .facebook-share > a,
.setsen-ut-post-sharebox.bottom .twitter-share > a,
.setsen-ut-post-sharebox.bottom .googleplus-share > a {
    color: #707f9b;
}

.setsen-ut-post-sharebox.bottom .facebook-share > a:hover {
    color: #3b5998;
}
.setsen-ut-post-sharebox.bottom .twitter-share > a:hover {
    color: #00aced;
}
.setsen-ut-post-sharebox.bottom .googleplus-share > a:hover {
    color: #dd4b39;
}
.setsen-ut-post-tagbox .post-tag > a {
    float: left;
    margin-left: 20px;
    line-height: 46px;
}

/* Sticky Post */
.sticky-post.btn.btn-border{
    cursor: pointer;
    color: #223557;
    border: 1px solid #223557;
    float: right;
}

article.sticky {
    margin-bottom: 36px;
}

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

.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;
}

/* Portfolio share */
.setsen-ut-post-sharebox.fixed {
    width: 42px;
    position: fixed;
    top: 25%;
    right: 30px;
    padding: 0;
    border-style: none;
    z-index: 9999;
}

.setsen-ut-post-sharebox.fixed > span.fixed-share,
.setsen-ut-post-sharebox.fixed > span.facebook-share,
.setsen-ut-post-sharebox.fixed > span.twitter-share,
.setsen-ut-post-sharebox.fixed > span.googleplus-share {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background-color: transparent;
    font-size: 18px;
    text-align: center;
    display: inline-block;
}

.setsen-ut-post-sharebox.fixed > span.fixed-share,
.setsen-ut-post-sharebox.fixed > span.facebook-share > a,
.setsen-ut-post-sharebox.fixed > span.twitter-share > a,
.setsen-ut-post-sharebox.fixed > span.googleplus-share > a {
    color: #ffffff;
}

.setsen-ut-post-sharebox.fixed > span.fixed-share {
    background-color: #598eeb;
}

.setsen-ut-post-sharebox.fixed > span.facebook-share {
    background-color: #3b5998;
    cursor: pointer;
}

.setsen-ut-post-sharebox.fixed > span.twitter-share {
    background-color: #00aced;
    cursor: pointer;
}

.setsen-ut-post-sharebox.fixed > span.googleplus-share {
    background-color: #dd4b39;
    cursor: pointer;
}

.setsen-ut-post-sharebox.fixed > .share-sep {
    margin: 6px 21px 6px auto;
    width: 1px;
    height: 10px;
    background-color: #dbdbdb;
    display: block;
}

.setsen-ut-post-sharebox.fixed > span.hide-share {
    opacity: 0;
}

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

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

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

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

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

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

.setsen-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: 85px;
    height: 85px;
    overflow: hidden;
}

.post-widget .recent-content {
    margin-left: 92px;
    min-height: 82px;
    font-size: 12px;
    text-decoration: none;
}

.post-widget .recent-content > h5 {
    font-size: 14px;
    font-weight: normal;
}

.post-widget .recent-content > h5 > a {
    color: #223557;
}

.bypostauthor{}

.setsen-ut-pagination {
    float: right;
}

.setsen-ut-pagination.setsen-ut-infinite-scroll {
    float: none;
}

.setsen-ut-pagination ul.page-numbers li span.current {
    color: #ffffff;
}

.setsen-ut-pagination ul.page-numbers li a {
    background-color: #f5f7fa;
}

.setsen-ut-pagination ul.page-numbers li a:hover {
    background-color: #f5f7fa;
}

article.portfolio span.likeit > i > span {
    padding-left: 10px;
    float: none;
}

article.portfolio span.likeit {
    cursor: pointer;
}
