/*
Theme Name: Zarp
Theme URI: http://sttheme.com/demosd/zarp
Author: ST Theme Team
Author URI: https://themeforest.net/user/sttheme
Description: In 2018, 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: zarp

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.
*/
a{
    color: #34517D;
}
a:hover{
    color: #333;
}
.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: #333053; 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;
}
p.form-submit {
    margin-top: 10px;
}
.form-submit input.submit{
    background: #92DF7F;
    color: #fff;
    line-height: 24px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
    height: 37px;
    border-radius: 3px;
    width: auto;
    text-align: center;
    transition: .2s ease-in-out;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    border: 1px solid transparent;
}
.form-submit input.submit:hover {
    background: #333053;
    color: #fff;
}
.screen-reader-text{
    text-decoration: none;
}

/* add */

.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:10px; 
  margin-bottom: 10px;
 }
 img.alignright, .alignright img{
  margin-left:10px;
  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_text  li{
  padding: 0px !important;
  list-style: inherit!important;
  padding-top: 5px !important;
 }
.comment_text  ul{
  padding-left: 20px!important;
 }
.comment_text  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }

.comment-respond .comment-reply-title {
    font-size: 22px;
    font-weight: 700;
    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: 20px;
}
.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: 10px !important;
}
a:hover {
    text-decoration: none !important;
}
/*add */ 
span.featured-post {
    color: #333 !important;
    font-weight: bold !important;
    float: right;
    font-size: 16px;
}
.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;
}
.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;
}
.comment_text h1 {
    font-size: 46px;
    font-weight: 500;
    color: #34517D;
}
.comment_text h2 {
        font-size: 36px;
        font-weight: 500;
        color: #34517D;
}
.comment_text h3 {
    font-size: 26px;
    font-weight: 500;
    color: #34517D;
}
.comment_text h4 {
    font-size: 22px;
    font-weight: 500;
    color: #34517D;
}
.comment_text h5 {
    font-size: 20px;
    font-weight: 500;
    color: #34517D;
}
.comment_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;
}

/*zarp*/

body.blog {
    padding: 0px;
}
.footer-container .text-container br {
    display: none;
}

.footer-container .text-container .footer-info h5 br {
    display: block;
}
.under-footer h5 {
    font-size: 15px;
}
.widgets {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}
.textwidget .sidebar-media br {
    display: none;
}
.blog-date {
    margin-bottom: 10px;
    font-size: 13px;
    color: #787878;
    font-weight: 700;
}
.widget-search form {
    width: 100%;
    padding-bottom: 20px;
}
.widget-search form .form-control {
    width: 85%;
    display: inline-block;
    border-color: #dddddd;
    box-shadow: none;
    font-size: 16px;
    height: 40px;
}
.widget-search form button {
    background-color: #333053;
    border-color: #333053;
    color: #fff;
    font-size: 19px;
    padding: 9px 12px;
    font-size: 14px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.widgets ul li {
    margin-bottom: 20px;
}
nav.navbar.bootsnav ul.nav>li .active::before {
    content: none;
}
nav.navbar.bootsnav ul.nav li.active > a::before {
    content: '\f111';
    font-family: 'Font Awesome\ 5 Free';
    font-size: 7px;
    color: #92DF7F;
    padding-right: 5px;
    position: relative;
    bottom: 2px;
}

.post-footer {
    margin-bottom: 40px;
}

h3.title-style-1 {
   font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
    padding-bottom: 8px;
    position: relative;
}
ul.blog-comment li img {
    border-radius: 50%;
}
ul.blog-comment li {
    padding-bottom: 60px;
}
.person {
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;
}
.blog-comment .blog-date {
    display: inline-block;
}
.comment-reply-link {
    float: right;
}
.comment-respond form {
    display: block;
}
.comment-respond form .form-group input.form-control {
    border: 1px solid #f0f0f0 !important;
    box-shadow: inset 0 0 0 !important;
    padding: 20px 12px;
}
.comment-respond form .form-group input.form-control::placeholder { 
    color: #888;
    opacity: 1; 
}
.comment-respond form .form-group textarea.form-control::placeholder { 
    color: #888 !important;
    opacity: 1; 
}
form.wpcf7-form {
    display: block;
}
form.wpcf7-form .main-form .btn {
    width: auto;
    margin-top: -2px;
}
form.wpcf7-form .aos-init.aos-animate br {
    display: none;
}
.main-form span.wpcf7-not-valid-tip {
    display: none;
}
.padding-top {
    padding-top: 100px;
}
.padding-bottom {
    padding-bottom: 100px;
}
.tab-content #portfolio {
    column-count: auto;
    margin-top: 0px;
}
.main-form {
    padding-top: 70px;
    padding-bottom: 70px;
}
.img-right .section-content img {
    max-width: inherit;
}
.creative-img img {
    max-width: inherit;
}
.mt-20 {
    margin-top: 20px;
}
.navbar-right.button-menu {
    float: right !important;
}
.error-header {
    background: linear-gradient(0deg, rgba(42, 39, 75, 0.9), rgba(42, 39, 75, 0.9)), url(images/headers/about.jpg) center;
    background-size: cover;
}


/*Test*/
.post-sidebar .sidebar-img {
    display: none;
}
.post-sidebar {
    width: 100%;
}
.widgets.widget_archive select {
    margin-bottom: 20px;
}
.widgets ul ul.children {
    margin-top: 20px;
}
.widgets.widget_categories select {
    margin-bottom: 20px;
}
.widgets ul ul.sub-menu {
    margin-top: 20px;
}
.under-footer {
    padding: 40px 0px 25px;
}
.post-title h2 {
    font-size: 32px;
}
.post-text {
    padding-bottom: 25px;
}
.pagination>li>a, .pagination>li>span {
        color: #5b798f;
    font-size: 14px;
    border: 1px solid #DBDBDB;
    line-height: 24px;
    padding-left: 25px;
    padding-right: 25px;
    height: 37px;
    border-radius: 3px !important;
    width: auto;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
        font-weight: 400;
        white-space: nowrap;
    vertical-align: middle;
    margin-right: 5px;
}
.pagination>li>a:hover {
    background: #333053;
    color: #fff;
}
.pagination>li>span {
    background: #333053 !important;
    color: #fff !important;
}
.bottom-pagination {
    text-align: center;
}
.post-text table,.post-text dl {
    color: #647b83; 
}
.post-text address {
    color: #34517D;
        font-weight: 600;
}
.wp-caption.aligncenter {
    margin: 0px auto
}
.post-text {
    overflow: hidden;
}
@media (min-width: 1024px){
nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
    top: 1px;
}
}
@media (max-width: 992px){
nav.navbar.bootsnav ul.nav ul.dropdown-menu ul.dropdown-menu{
    display: block !important;
}
}
.widgets.widget_rss ul li a {
    font-weight: 600;
    color: #444;
    margin-bottom: 10px;
    display: block;
}
.rss-date {
    color: #444;
    margin-bottom: 10px;
    font-style: italic;
    display: block;
}
.widgets.widget_rss cite {
    display: block;
    margin-top: 10px;
}
.sidebar-title h4 {
    color: #444;
    font-size: 20px !important;
}
.widgets {
    padding-bottom: 20px;
}

.post-text h1, .post-text h2, .post-text h3, .post-text h4, .post-text h5 , .post-text h6 {
    color: #333;
}
.post-text table, .post-text dl , .post-text address{
    color: #555;
}
.post-text > ul , .post-text > ol {
    margin-bottom: 20px;
}
.comment_text > ul , .comment_text > ol {
    margin-bottom: 20px;
}
.comment_text h1, .comment_text h2, .comment_text h3, .comment_text h4, .comment_text h5 , .comment_text h6 {
    color: #333;
}
.comment_text table, .comment_text dl , .comment_text address{
    color: #555;
}
.post-text p{
    margin-bottom: 20px;
}

.logo-bg {
    background-image: url(images/logo/logo.png);
    background-repeat: no-repeat;
    background-size: 150px 55px;
    width: 150px;
    height: 55px;
}
@media (min-width: 768px){
.navbar>.container .navbar-brand{
    margin-left: 0px;
}
}
@media (max-width: 768px){
nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
    margin-left: 5px;
}
}
.posts-category h3, .main-post .posts-title h4 , .widgets h4 {
    font-family: 'Muli';
}
.default-header h3 {
    font-size: 50px;
}
.posts-category h3 {
    font-size: 36px;
}
.main-post .blog-text-container  .posts-title h4{
    font-size: 24px;
    color: #333;
    font-weight: 800;
}
.blog-text-container .posts-title h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
.post-title h2 {
    font-weight: 700;
    font-size: 26px;
}
.person{
    font-size: 14px;
    text-transform: capitalize;
}
.text-logo {
    font-size: 35px;
    color: #333;
    font-weight: 900;
}



/*Design*/

.single-portfolio .post-footer {
    display: none;
}
p, li , .social-links i, .main-title p, .main-form.main-form-light p, .tab-menu .nav-pills li>a, footer h5, footer li>a, .under-footer h5, .blog .post-text p{
    color: #647b83;
}
.carousel-inner h2 {
    font-size: 55px;
}
.main-features h4, .simple-features .text-container h4 , .testimonials h4, .team h4, footer h4{
    font-weight: 700;
    color: #34517D;
    font-size: 17px;
}
.main-form h4 {
    font-weight: 700;
    font-size: 24px;
}
.btn-green , .main-form-light .btn{
    background: #62d146;
    color: #fff;
}
.green-color {
    color: #62d146;
}
.main-form p {
    font-size: 15px;
    color: #b3b3b3;
}
.main-features .box-container {
    box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.06);
}
.padding-top-less {
    padding-top: 100px;
}
.animation-stats-light {
    padding-top: 100px;
    padding-bottom: 100px;
}
.simple-features .text-container {
    height: auto;
    padding: 45px 25px 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.06);
}
.simple-features  .img-absolute.half-circle-small {
    display:none;
}
.img-right , div.team{
    background: #eee;
}
.seperator {
    display: none;
}
.team small {
    color: #62d146;
    bottom: 6px;
}
.main-form-light input {
    box-shadow: none;
    border: solid 1px #bdbdbd;
}
.main-form-light input::placeholder{
    color: #888;
}
.team .half-circle-small {
    display: none;
}
.footer-info input::placeholder {
    color: #888 !important;
}
.widgets h4 {
    font-size: 18px;
}
h4 , .blog-sidebar .widgets a{
    color: #283e61;
}
.post-sidebar H4 {
    font-size: 14px;
}
footer .btn-small {
    margin-top: -3px;
}
.post-footer i , .post-title h2{
    color: #333;
}
.widgets .sidebar-title {
    margin-bottom: 30px;
}
.new-portfolio {
    padding: 100px 0px ;
}
@media (max-width: 992px){
    .carousel-inner h2 {
        font-size: 36px;
    }
}
.main-form input {
    width: 57%;
}
form.wpcf7-form .main-form .btn {
    width: auto;
    margin-top: -3px;
    height: 53px;
}
@media (max-width: 768px){
    form.wpcf7-form .main-form .btn {
    margin-top: 0px;
}
    footer .btn-small {
    margin-top: 0px;
}
}
@media (max-width: 600px){
    body.logged-in nav.navbar.bootsnav.navbar-fixed {
        position: absolute;
    }
}

/*Desgin2*/
p, li, .social-links i, .main-title p, .main-form.main-form-light p, .tab-menu .nav-pills li>a, footer h5, footer li>a, .under-footer h5, .blog .post-text p {
    color: #808080;
}
.carousel-inner h2 , nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title, nav.navbar.bootsnav .content h5 , .main-title h2, .section-title h3, .animation-stats-light h2  {
    color: #333;
}
.btn-simple{
    color: #808080;
}
.ico-m-left{
    color: #808080 !important;
}
nav.navbar.bootsnav ul.nav>li>a, nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    color: #3e3e3e;
}
.main-features h4, .simple-features .text-container h4, .testimonials h4, .team h4, footer h4 , .main-form-light h4, .posts-category h3, .widgets h4, .blog-sidebar .widgets a{
    color: #3e3e3e;
}
.table-content li {
    color: #a1cbd8;
}
.tab-switcher h3 {
    color: #333;
    font-size: 28px;
}
.post-sidebar small {
    font-size: 12px;
    color: #808080;
}
.under-footer img {
    opacity: 0.8;
}


/* 3/12 */
.pricing-tables {
    background: #0a0821 !important;
}
.pricing-tables-light .main-title h2 {
    color: #fff;
}
.pricing-tables-light .table-content h3 , .pricing-tables-light .table-content li, .pricing-tables-light .table-content h4{
    color: #2d2d2d;
}
.sidebar-media h4 {
    font-size: 14px;
    font-weight: 700;
}
.default-header {
    padding: 220px 0 100px;
}
.pricing-tables-light {
    background: #333053 !important;
}
ul.blog-comment > li:last-child {
    padding-bottom: 30px;
}
