/* 
 Setsen Main CSS

*/

blockquote {
    margin: 0;
}

div.entry-media .bg {
    opacity: 0.1;
    width: 100%;
    height: 100%;
    display: block;
    background-size: contain;
}

blockquote p {
    font-size: 15px;
    line-height: 1.75;
    margin: 18px 0 0;
}

blockquote p:first-child {
    margin-top: 0px;
}

blockquote small {
    font-size: 13px;
    margin: 9px 0px 0px 0px;
    margin-bottom: 0;
    display: inline;
}

blockquote small:before {
    content: "-";
    margin: 0px 9px 0px 0px;
}

blockquote.pullquote > p:first-of-type {
    quotes: "\201C" "\201D";
}

blockquote.pullquote > p:first-of-type:before {
    font-family: Georgia, serif;
    content: open-quote;
    font-size: 1.5em;
    line-height: 0;
    vertical-align: -0.25em;
    margin-right: .2em;
}

blockquote.pullquote > p:first-of-type:after {
    font-family: Georgia, serif;
    content: close-quote;
    font-size: 1.5em;
    line-height: 0;
    vertical-align: -0.25em;
    margin-left: .1em;
}

cite {
    font-style: normal;
}

mark {
    color: #fff;
    padding: 1px 4px;
    border-radius: 2px;
    font-weight: 600;
}

/* Responsive Image */
img {
    max-width: 100%;
    height: auto;
}

/* Theme Boxed and Header, Main, Footer Boxed*/
.setsen-ut-wrapper {
    position: relative;
}

.limit-width {
    margin: 0 auto;
}

/* Topbar */
.top-bar {
    height: 36px;
    line-height: 36px;
    font-size: 11px;
    position: absolute;
    width: 100%;
}
.top-bar aside.widget{
    float: left;
    margin: 0 5px;
}
body.topbar-light.header-light .top-bar {
    height: 37px;
    border-bottom: 1px solid #E9E9E9;
}
body.topbar-dark.header-dark .top-bar {
    height: 37px;
    border-bottom: 1px solid #41516F;
}
/* Topbar Light */
body.topbar-light.topbar-standard .top-bar {
    background: #f5f7fa;
    position: inherit;
}

body.topbar-light .top-bar .top-right-widget i {
    color: #1e2e4a;
}

body.topbar-light .top-bar .top-right-widget a:hover i,
body.topbar-light .top-bar .top-left-widget a:hover i {
    color: #ffffff;
}

body.topbar-light .top-bar .top-right-widget i:hover {
    color: #808080;
}

/* Topbar Dark */
body.topbar-dark.topbar-standard .top-bar {    
    background: #1e2e4a;
    position: inherit;
}

body.topbar-dark .top-bar .top-right-widget i {
    color: #ffffff;
}

.setsen-ut-bottom {
    padding: 70px 0;
}

/* Footer Light */
body.footer-light .setsen-ut-bottom {
    background: #f5f7fa;
}

body.footer-light .setsen-ut-footer {
    background: #dadee5;
}

/* Footer Dark */
body.footer-dark .setsen-ut-bottom {
    background: #151f30;
}

body.footer-dark .setsen-ut-footer {
    background: #192436;
}

.site-copy {
    vertical-align: middle;
    line-height: 70px;
}

.setsen-ut-footer .site-copy.bottom-right-widget {
    text-align: right;
}

.site-copy > aside {
    padding: 0;
}

/* Contact info widget */
.contact-info-widget {
    min-height: 100px;
    background: url(../../backend/assets/img/contact-background.png) center left no-repeat;
}

.contact-info-widget ul i {
    position: absolute;
    margin: 4px 0 0;
    font-size: 14px;
}

.contact-info-widget ul div {
    padding-left: 25px;
    line-height: 1.7;
}

aside.widget .contact-info-widget ul li{
    border: none;
    padding-bottom: 5px;
    padding-top: 0px;
}

aside.widget .contact-info-widget ul li:before{
    display: none;
}

/* Footer bottom-right-widget */
body.footer-dark footer .setsen-ut-social-icon i,
body.footer-light footer .setsen-ut-social-icon i {
    padding: 0 15px;
}

body.footer-dark footer .setsen-ut-social-icon a:first-child i {
    padding-left: 0;
}

body.footer-dark footer .setsen-ut-social-icon i:hover,
body.footer-light footer .setsen-ut-social-icon i:hover {
    color: #ffffff;
}

/* Footer bottom-right-widget dark */
body.footer-dark footer .setsen-ut-social-icon i {
    color: #b2b2b2;
}

/* Footer bottom-right-widget light */
body.footer-light footer .setsen-ut-social-icon i {
    color: #223557;
}

body.topbar-light .top-bar,
body.topbar-light .top-bar a,
body.header-light .setsen-ut-header-container,
body.header-light .setsen-ut-header-container a {
    color: #000;
}

body.topbar-dark .top-bar,
body.topbar-dark .top-bar a,
body.header-dark .setsen-ut-header-container,
body.header-dark .setsen-ut-header-container a { 
    color: #fff;
}

.setsen-ut-bottom .widget-title {
    margin-bottom: 25px;
    font-size: 13px;
}

/* Footer Recent Entries Widget TODO */
div.setsen-ut-bottom aside.widget_recent_entries > ul > li > a {
    font-size: 12px;
    text-transform: uppercase;
    font-family: Montserrat;
}

body.footer-dark div.setsen-ut-bottom aside.widget_recent_entries > ul > li > a {
    color: #ffffff;
}

body.footer-light div.setsen-ut-bottom aside.widget_recent_entries > ul > li > a {
    color: #223557;
}

div.setsen-ut-bottom aside.widget_recent_entries > ul > li > span {
    font-size: 10px;
    display: block;
}

/* Contact Form 7 */
.wpcf7-form > p {
    font-family: "Montserrat";
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 10px;
}

.wpcf7-form > p.default {
    color: #707f9b;
}

.wpcf7-form > p.last-child {
    position: relative;
    margin-top: 30px;
    margin-bottom: 0;
}

.wpcf7-form > p.last-child > input.wpcf7-form-control.wpcf7-submit {
    margin: 0;
}

.wpcf7-form > p.last-child > input.wpcf7-form-control.wpcf7-submit,
.wpcf7-form > p.last-child > img.ajax-loader,
.wpcf7-form > p.last-child > input.wpcf7-form-control.cancel-btn {
    float: left;
}
.wpcf7-form > p.last-child > img.ajax-loader {
    left: 133px;
    position: absolute;
    top: 18px;
}
span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    color: #ff6000;
}
.wpcf7-form > div.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin-left: 0;
    margin-top: 10px;
}

.wpcf7-form-control.wpcf7-text {
    padding: 10px 20px;
    height: 38px;
    display: table;
}
.wpcf7-form-control.wpcf7-textarea {
    height: 185px;
    padding: 10px 20px;
}
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    background: transparent;
}

p.checkbox-section {
    margin-top: 20px;
}

span.wpcf7-form-control-wrap.checkbox-default {
    color: #707f9b;
}

span.wpcf7-form-control-wrap.checkbox-default > span > span.wpcf7-list-item > input {
    float: left;
    margin-right: 10px;
    line-height: 15px;
}

span.wpcf7-form-control-wrap.checkbox-default > span > span.wpcf7-list-item > span.wpcf7-list-item-label {
    float: left;
    line-height: 15px;
}

.wpcf7-form-control.wpcf7-submit,
.wpcf7-form-control.cancel-btn {
    font-family: "Montserrat";
    font-size: 12px;
    padding: 16px 26px;
    color: #ffffff;
    text-transform: uppercase;
}

.wpcf7-form-control.wpcf7-submit:hover,
.wpcf7-form-control.cancel-btn:hover {
    background: transparent;
}

.single-post article.single .entry-meta a {
    font-weight: 600;
}

.single-post article.single .entry-meta i { font-size: 13px; }

.single-post article.single .entry-content blockquote {
    margin: 0 auto 20px auto;
    max-width: 760px;
    padding: 10px 35px;
    background: rgba(112, 127, 155, 1);
}

.single-post article.single .entry-content blockquote p {    
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 0px 20px 50px;
    position: relative;
}

.single-post article.single .entry-content blockquote p::before {
    font-family: FontAwesome;
    content: "\f10d";
    color: #ffffff;
    font-size: 25px;
    font-style: normal;
    margin-right: 25px;
    top: 25px;
    position: absolute;
    left: 0;
    line-height: 1;
}

.setsen-ut-fixed-sidebar-container,
.fixed-sidebar {
    color: #a1b0bd;
    line-height: normal;
}

.fixed-sidebar .widget {
    margin-bottom: 30px;
    line-height: normal;
}

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


/* All Animate for Click & Hover etc */

input, input[type="tel"], input[type="date"], input[type="text"], input[type="password"], input[type="email"], textarea, select,
.setsen-ut-content a,
.widget_categories .cat-item::before{
    -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;
}