/*
Theme Name: Sienta
Theme URI: http://sttheme.com/demosd/sienta
Author: ST Theme Team
Author URI: https://themeforest.net/user/sttheme
Description: In 2019, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: sienta

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ----------------------------------

Table of contents
        
    01. Common styles
    02. Blog Styles
    03. Visual Styles
    04. Test Styles
    
---------------------------------- */

/* ===================================
    Common styles
====================================== */

.aligncenter {
    text-align: center;
}

.widget_calendar {
    float: none;
}
#wp-calendar {
    width: 100%; 
}
#wp-calendar caption { 
    background: none repeat scroll 0 0 #E9E9E9;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
    text-align: center; 
}
#wp-calendar thead { 
    font-size: 10px; 
}
#wp-calendar thead th {
    border: 1px solid #E9E9E9;
    font-size: 13px;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
}
#wp-calendar tbody { 
    color: #aaa; 
}
#wp-calendar tbody td { 
    background: #f5f5f5; 
    border: 1px solid #E9E9E9; 
    text-align: center; 
    padding:8px;
}
#wp-calendar tbody td#today {
    background: #47588f; color: #fff;
}
#wp-calendar tbody td#today a {
    color: #fff;
}
#wp-calendar tbody td:hover { 
    background: #fff; 
}
#wp-calendar tbody .pad { 
    background: none; 
}
#wp-calendar tfoot {
    border: 1px solid #E9E9E9;
}
#wp-calendar tfoot #next { 
    font-size: 12px; 
    text-transform: uppercase; 
    text-align: right; 
    color: #83c99f; 
    padding: 10px;
}
#wp-calendar tfoot #prev { 
    font-size: 12px; 
    text-transform: uppercase; 
    padding-top: 10px; 
    color: #83c99f; 
    padding: 10px;
}

.widget select {
    max-width: 100%;
    padding: 5px;
    border: 1px solid #ccc; 
    width: 100%;
}
.widget_text .textwidget img{
    max-width: 100%;
    height: auto; 
    margin: 10px 0px;
}
.widget_text select, .widget_text input , .widget_text textarea  {
    max-width: 100%;
    padding: 5px;
    border: 1px solid #ccc; 
    width: 100%;
}
.widget_text option {
    max-width: 100%;
}

.widget_nav_menu ul li, .widget_pages ul li {
    color: #827b7d;
    line-height: 28px;
}
#sidebar .textwidget img {
    max-width: 100%;
}
img{
    max-width:100%;
    height: auto;
}
.wp-caption{
    max-width:100%;
}
.wp-caption img{
    padding-bottom: 10px;
}
.form-submit input.submit{
    background: #4e54c8;
    background: -webkit-linear-gradient(-45deg, #4e54c8, #8089ff);
    background: -moz-linear-gradient(-45deg, #4e54c8, #8089ff);
    background: -o-linear-gradient(-45deg, #4e54c8, #8089ff);
    background: linear-gradient(-45deg, #4e54c8, #8089ff);
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 28px;
    border-radius: 30px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition: all linear 400ms;
    transition: all linear 400ms;
    border: none;
    width: auto;
    margin-bottom: 0px;
}
.form-submit input.submit:hover {
    color: #fff;
}
.screen-reader-text{
    text-decoration: none;
}

/* ===================================
    Blog styles
====================================== */

.alignright{
    float:right;
}
.alignleft{
    float:left;
}

.post-text table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.post-text table td{
    border: 1px solid #d1d1d1;
    padding: 7px;
} 
.post-text table th{
    border: 1px solid #d1d1d1;
    padding: 7px;
 }
 img.alignleft, .alignleft img{
  margin-right: 20px; 
  margin-bottom: 10px;
 }
 img.alignright, .alignright img{
  margin-left: 20px;
  margin-bottom: 10px;
 } 
 .blog-comment-area  table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.blog-comment-area  table td{
    border: 1px solid #d1d1d1;
    padding: 7px;
} 
.blog-comment-area  table th{
    border: 1px solid #d1d1d1;
    padding: 7px;
 }
.post-text  li{
  padding-top: 5px;
  list-style: inherit!important;
 }
.post-text  ul{
  padding-left: 20px!important;
 }
.post-text  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }

.comment-respond .comment-reply-title {
    font-weight: 700;
    font-size: 25px;
    color: #000;
    margin-bottom: 25px;
    padding-bottom: 8px;
    position: relative;
}
.comment-respond .comment-reply-title:after {
    width: 50px;
    height: 2px;
    background: #666;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
}

.search-custom form {
    width: 70% !important;
    margin-top: 50px;
}
.search-custom form.search-form:after {
    top: 10px;
}
.wp-caption-text , .gallery-caption , .bypostauthor , .sticky{
    text-decoration: none;
}

form.post-password-form input[type=submit] {
    width: auto !important;
    background: #333053;
    border-color: #333053;
    color: #fff;
    border-radius: 0px 6px 6px 0px;
}
 .screen-reader-text {
    display: none;
}

.widget ul li {
    list-style: none !important;
    line-height: 28px;
    padding-top: 10px;
}
.widget ul {
    padding-left: 0px !important;
}
.widget ul.sub-menu , .widget ul.children{
    padding-left: 5px !important;
}
a:hover {
    text-decoration: none !important;
}
li.featured-post {
    color: #47588f !important;
    font-weight: bold !important;
    float: right;
    font-size: 18px !important;
}
.wp-tag-cloud li {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px 5px 0 !important;
    padding: 0px !important;
    border-bottom: none !important;
    line-height: 21px !important;
    position: inherit !important;
}
.wp-tag-cloud li a {
    padding: 5px 10px;
    display: block;
    color: #5b798f !important;
    font-size: 14px !important;
    border: 1px solid #DBDBDB;
    border-radius: 3px;
    text-align: center;
    transition: .2s ease-in-out;
}
.wp-tag-cloud li a:hover {
    background: #333053;
    color: #fff !important;
}
p.logged-in-as {
    font-size: inherit;
    margin-bottom: 25px;
}
p.logged-in-as a{
    color: #888;
}

h3.archive-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: 600;
}
.post-text h1 {
    font-size: 46px;
    font-weight: 500;
    color: #34517D;
}
.post-text h2 {
        font-size: 36px;
        font-weight: 500;
        color: #34517D;
}
.post-text h3 {
    font-size: 26px;
    font-weight: 500;
    color: #34517D;
}
.post-text h4 {
    font-size: 22px;
    font-weight: 500;
    color: #34517D;
}
.post-text h5 {
    font-size: 20px;
    font-weight: 500;
    color: #34517D;
}
.post-text h6 {
    font-size: 16px;
    font-weight: 500;
    color: #34517D;
}
body.logged-in .header-nav {
    top: 32px !important
}
@media screen and (max-width: 600px){
body.logged-in .header-nav.fixed-header {
    top: 0px !important
}
}
.date-comment {
    display: inline-block;
}
.comment-title {
    display: inline-block;
}
.blog-comment-area .blog-comment ul.children {
    padding-left: 20px;
}
.blog-content {
    overflow: hidden;
    margin-bottom: 20px;
}
#respond{
    padding-top: 150px;
    margin-top: -150px;
}
.page-links{
    clear: both;
    padding-top: 20px;
}
.page-links a{
    margin-left: 4px;
    color: #252839;
}
body:not(.has-sidebar) .blog-page-content .col-sm-8.col-md-9 {
    width: 83.33333333%;
    margin-left: 8.33333333%;
}
.search-custom h5 {
    text-transform: inherit;
    font-weight: 400;
    font-size: 18px;
}

/* ===================================
    Visual styles
====================================== */
@media screen and (min-width: 992px) {
    body.logged-in header.scrollHeader .navbar-default {
        top: 32px;
    }
    body.logged-in header.onepage-header.scrollHeader .navbar-expand-lg {
        top: -68px;
    }
}

a.blog-title {
    color: #232323;
}
.butn.search {
    padding: 0px;
    border-radius: 0px;
}
.butn.search:hover:after {
    display: none;
}
.page-title-section ul li:last-child a {
    color: #fff;
}
.blogs .post .content .meta li {
    margin: 0px;
    margin-right: 10px;
}
.blogs .post .content .meta li i {
    color: #4e54c8;
    margin-right: 5px;
    font-size: 14px;
}

.blogs .comments-area .comment-box:nth-child(odd) {
    margin-left: 0px;
}
.author-thumb img.avatar {
    width: 85%;
    border-radius: 50%!important;
}
.blog-comment ul.children {
    margin-left: 80px;
}
@media screen and (max-width: 992px) {
    .blog-comment ul.children {
    margin-left: 20px;
}
}

.blogs .comment-box .comment-info h6 {
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    margin-right: 5px;
}
.blog-date {
    margin-left: 5px;
}

.comment-respond .comment-reply-title, .blogs .posts .comments-area .title-g h3 {
    font-weight: 600;
    font-size: 22px;
}
.blog-grid-text h4 {
    margin-top: 10px;
}
.blog-grid-text h4 a {
    color: #232323;
}
ul.margin-60px-top {
    margin: 0px !important;
    margin-top: 60px !important;
}
.pagination li {
    display: inline-block;
}
.pagination .page-numbers.current {
    float: left;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    border-left-width: 1px;
    background-color: #f7f7f7;
    color: #999;
    cursor: default;
}
.pagination a {
    border-left-width: 1px;
}
.wpb_content_element {
    margin-bottom: 0px !important;
}
.text-uppercase {
    text-transform: uppercase;
    z-index: 5; white-space: nowrap;
}
.alt-font {
    font-family: 'Montserrat', sans-serif !important;
}
.services-single-left-box .textwidget p {
    padding-top: 0px;
}
.newsletter-form input {
    max-width: 270px;
}
.newsletter-form input.submit {
    display: inline-block;
    background: #47588f;
    cursor: pointer;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 500;
    -moz-border-radius-topright: 30px;
    -webkit-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    -webkit-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 14px 20px;
    min-width: auto;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.newsletter-form br {
    display: none;
}
.newsletter-form span.wpcf7-not-valid-tip {
    display: none;
}
.newsletter-form + div.wpcf7-validation-errors {
    color: #fff !important;
}
.image_blog > a:after {
    background: #444;
    opacity: 0.6
}
.image_blog > a:hover:after {
    opacity: 0.6;
    background: #47588f none repeat scroll 0 0;
}
.width-auto.butn {
    width: auto;
    margin-bottom: 0px;
}
.feedback-form p {
    margin-bottom: 0px;
}
.tp-caption.butn.small {
    padding: 8px 20px !important;
}
.butn.form-btn {
    width: auto !important;
}

/* ===================================
    Test styles
====================================== */

.post-cont h6{
    font-size: 16px;
}
.post-cont h5{
    font-size: 18px;
}
.post-cont h4{
    font-size: 22px;
}
.post-cont h3{
    font-size: 28px;
}
.post-cont h2{
    font-size: 38px;
}
.post-cont h1{
    font-size: 50px;
}
.post-cont h1, .post-cont h2, .post-cont h3, .post-cont h4, .post-cont h5, .post-cont h6 {
    font-weight: 500;
    margin-bottom: 10px;
}
.post-cont table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.post-cont table td{
    border: 1px solid #d1d1d1;
    padding: 7px;
} 
.post-cont table th{
    border: 1px solid #d1d1d1;
    padding: 7px;
 }
 .post-cont  li{
  padding-top: 5px;
  list-style: inherit!important;
 }
.post-cont  ul{
  padding-left: 20px!important;
 }
.post-cont  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }
 code {
    font-size: 87.5%;
    color: #47588f;
    word-break: break-word;
}
.post-cont {
    overflow: hidden;
}
.wp-caption.aligncenter {
    margin: 0px auto;
}
.wp-caption.alignleft {
    margin-right: 10px;
}

.comment_text h6{
    font-size: 16px;
}
.comment_text h5{
    font-size: 18px;
}
.comment_text h4{
    font-size: 22px;
}
.comment_text h3{
    font-size: 28px;
}
.comment_text h2{
    font-size: 38px;
}
.comment_text h1{
    font-size: 50px;
}
.comment_text h1, .comment_text h2, .comment_text h3, .comment_text h4, .comment_text h5, .comment_text h6 {
    font-weight: 500;
    margin-bottom: 10px;
}
.comment_text table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.comment_text table td{
    border: 1px solid #d1d1d1;
    padding: 7px;
} 
.comment_text table th{
    border: 1px solid #d1d1d1;
    padding: 7px;
 }
 .comment_text  li{
  padding-top: 5px;
  list-style: inherit!important;
 }
.comment_text  ul{
  padding-left: 20px!important;
 }
.comment_text  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }
  .blogs .comment-box .comment-info.no-ava {
    margin-left: 0px;
 }
 
ul li a.rsswidget {
    display: block;
    color: #333;
    font-weight: 600;
}
span.rss-date {
    color: #47588f !important;
    font-size: 13px;
    font-weight: 600;
}
li.featured-post {
    color: #47588f !important;
    font-weight: bold !important;
    float: right !important;
    font-size: 18px !important;
}
.page-title-section h1 {
    font-size: 50px;
}
.blog-list-simple-text h4 {
    font-size: 28px;
}
.side-bar .widget .widget-title h6 {
    font-size: 18px;
}
.blogs .comments-area .comment-box:nth-child(odd) {
    margin-left: 0px !important;
}
.side-bar .widget li:after {
    display: none !important;
}
.side-bar .widget li {
    border-bottom: solid 1px #d2d2d2;
    padding: 0px !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
}
.widget ul.sub-menu, .widget ul.children {
    padding-left: 10px !important;
}
.widget ul.children li {
    border-bottom: none !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    border-top: solid 1px #d2d2d2 !important;
    padding-top: 10px !important;
    margin-top: 10px !important;
}
.widget ul.sub-menu li {
    border-bottom: none !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    border-top: solid 1px #d2d2d2 !important;
    padding-top: 10px !important;
    margin-top: 10px !important;
}
.side-bar .widget li:last-child {
    border-bottom: none !important;
}
.pagination li {
    display: inline-block !important;
}
.pagination a {
    border-left-width: 1px !important;
}
.page-title-section ul li p {
    color: #fff;
}
.side-bar .wp-tag-cloud li {
    margin-bottom: 5px !important;
    padding-bottom: 0px !important;
}
.page-numbers.dots {
    margin: 0px 10px;
}
.page-links {
    padding-bottom: 10px;
}
.page-links .page-number {
    padding: 10px 18px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    background: #fff;
    transition-duration: .2s;
}
.page-links a:hover span{
    background-color: #232323;
    color: #fff;
    transition-duration: .2s;
}
.navbar li > ul li:hover ul {
    right: 100%;
}
.page-title-section:before {
    opacity: 0.9 !important;
}
footer .footer-bar p {
    color: #d3d3d3;
}

@media (max-width: 991px){
.navbar ul ul.dropdown-menu {
    background: #fff !important;
    border:none !important;
}
}
body.blog.no-has-sidebar .col-md-9 {
    width: 100%;
    flex: 100%;
    max-width: 100%;
    padding-right: 0px;
}
body.single.no-has-sidebar .col-md-9 {
    width: 100%;
    flex: 100%;
    max-width: 100%;
    padding-right: 0px;
}

body.page-template-default.no-has-sidebar .col-md-9 {
    width: 100%;
    flex: 100%;
    max-width: 100%;
    padding-right: 0px;
}
ul.navbar-nav li ul.dropdown-menu li ul.dropdown-menu li ul.dropdown-menu{
    display: none !important;
}
ul.navbar-nav li ul.dropdown-menu li ul.dropdown-menu li:hover ul.dropdown-menu{
    display: block !important;
}
.comment-pagi {
    padding-bottom: 20px;
}
#cancel-comment-reply-link {
    float: right;
    font-weight: 600;
    font-size: 14px;
}
.post-template-default .post-cont p a {
    color: #4e54c8;
    font-weight: 600;
}


@media (max-width: 710px){
#rev_slider_1_1  .slotholder + .tp-parallax-wrap {
    margin-top: -20px !important;
}
#rev_slider_1_1  .slotholder + .tp-parallax-wrap + .tp-parallax-wrap + .tp-parallax-wrap {
    margin-top: 20px !important;
}
}
@media (max-width: 510px){
#rev_slider_1_1  .slotholder + .tp-parallax-wrap {
    margin-top: -30px !important;
}
#rev_slider_1_1  .slotholder + .tp-parallax-wrap + .tp-parallax-wrap + .tp-parallax-wrap {
    margin-top: 30px !important;
}
}

@media (max-width: 710px){
#rev_slider_2_1  .slotholder + .tp-parallax-wrap + .tp-parallax-wrap{
    margin-top: -20px !important;
}
#rev_slider_2_1  .slotholder + .tp-parallax-wrap + .tp-parallax-wrap + .tp-parallax-wrap + .tp-parallax-wrap{
    margin-top: 20px !important;
}
}
@media (max-width: 510px){
#rev_slider_2_1  .slotholder + .tp-parallax-wrap + .tp-parallax-wrap{
    margin-top: -30px !important;
}
#rev_slider_2_1  .slotholder + .tp-parallax-wrap + .tp-parallax-wrap + .tp-parallax-wrap + .tp-parallax-wrap{
    margin-top: 30px !important;
}
}

@media (max-width: 710px){
#rev_slider_6_1  .slotholder + .tp-parallax-wrap + .tp-parallax-wrap{
    margin-top: -20px !important;
}
#rev_slider_6_1  .slotholder + .tp-parallax-wrap + .tp-parallax-wrap + .tp-parallax-wrap + .tp-parallax-wrap{
    margin-top: 20px !important;
}
}
@media (max-width: 510px){
#rev_slider_6_1  .slotholder + .tp-parallax-wrap + .tp-parallax-wrap{
    margin-top: -30px !important;
}
#rev_slider_6_1  .slotholder + .tp-parallax-wrap + .tp-parallax-wrap + .tp-parallax-wrap + .tp-parallax-wrap{
    margin-top: 30px !important;
}
}

@media (max-width: 710px){
#rev_slider_7_1  .slotholder + .tp-parallax-wrap + .tp-parallax-wrap{
    margin-top: -20px !important;
}
#rev_slider_7_1  .slotholder + .tp-parallax-wrap + .tp-parallax-wrap + .tp-parallax-wrap + .tp-parallax-wrap{
    margin-top: 20px !important;
}
}
@media (max-width: 510px){
#rev_slider_7_1  .slotholder + .tp-parallax-wrap + .tp-parallax-wrap{
    margin-top: -30px !important;
}
#rev_slider_7_1  .slotholder + .tp-parallax-wrap + .tp-parallax-wrap + .tp-parallax-wrap + .tp-parallax-wrap{
    margin-top: 30px !important;
}
}

@media (max-width: 710px){
#rev_slider_8_1  .slotholder + .tp-parallax-wrap + .tp-parallax-wrap{
    margin-top: -20px !important;
}
#rev_slider_8_1  .slotholder + .tp-parallax-wrap + .tp-parallax-wrap + .tp-parallax-wrap + .tp-parallax-wrap{
    margin-top: 20px !important;
}
}
@media (max-width: 510px){
#rev_slider_8_1  .slotholder + .tp-parallax-wrap + .tp-parallax-wrap{
    margin-top: -30px !important;
}
#rev_slider_8_1  .slotholder + .tp-parallax-wrap + .tp-parallax-wrap + .tp-parallax-wrap + .tp-parallax-wrap{
    margin-top: 30px !important;
}
}
@media (max-width: 610px){
#rev_slider_3_1  .slotholder + .tp-parallax-wrap + .tp-parallax-wrap + .tp-parallax-wrap + .tp-parallax-wrap{
    margin-top: 20px !important;
}
#rev_slider_3_1  .slotholder + .tp-parallax-wrap + .tp-parallax-wrap + .tp-parallax-wrap + .tp-parallax-wrap+ .tp-parallax-wrap{
    margin-top: 25px !important;
}
}
@media (max-width: 500px){
#rev_slider_3_1  .slotholder + .tp-parallax-wrap + .tp-parallax-wrap + .tp-parallax-wrap + .tp-parallax-wrap{
    margin-top: 20px !important;
}
#rev_slider_3_1  .slotholder + .tp-parallax-wrap + .tp-parallax-wrap + .tp-parallax-wrap + .tp-parallax-wrap+ .tp-parallax-wrap{
    margin-top: 40px !important;
}
}
@media (max-width: 766px){
.rev_slider_wrapper .slider-text p {
    text-align: left !important;
}
    .rev_slider_wrapper .slider-text p.text-center {
    text-align: center !important;
}
    .rev_slider_wrapper .slider-text p.text-right {
    text-align: right !important;
}
}
#text-2 p.margin-25px-top {
    color: #aaa;
}


/*rm*/
.footer-widget .footer-widget1 {
    display: none !important;
}
.footer-widget .footer-bar {
    margin-top: 0px;
}
footer.footer-widget {
    padding-top: 0px;
}