/*
Theme Name: Reximost
Theme URI: http://shtheme.com/demosd/reximost
Author: Verga Theme Team
Author URI: http://vergatheme.com
Description: In 2017, our default theme lets you create a responsive 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 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: reximost

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==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/

#calendar_wrap {
    width: 263px;
}
.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: #c69c6d; 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;}
#wp-calendar tfoot #prev { font-size: 12px; text-transform: uppercase; padding-top: 10px; color: #83c99f;}

.widget select {max-width: 100%;padding: 5px;border: 1px solid #ccc; width: 100%;}
.widget_text .textwidget img{max-width: 100%;height: auto;}
.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;}
.widget_nav_menu ul li ul, .widget_pages ul li ul {padding-left: 20px;}
.widget_nav_menu ul li a, .widget_pages ul li a{color: #827b7d;}
.widget_nav_menu ul li a:hover, .widget_pages ul li a:hover {color: #615C5C;}

#sidebar .textwidget img {
    max-width: 100%;
}
.wp-caption img{
    max-width:100%;
}
.wp-caption{
    max-width:100%;
}
.form-submit input.submit  {
        background-color: #c69c6d;
            padding: 14px 32px;
                border-radius: 4px;
        font-size: 0.875rem;
        color: #fff;
            display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
        transition: all ease .4s;
    line-height: 21px;
    border: none;
        font-family: "Open Sans", sans-serif;
    margin-top: 85px;
}
.form-submit input.submit:hover ,.services-inner .btn-primary:hover{
       background-color: #b28c62;

} 
body.logged-in header{
  top:32px !important;
}
.screen-reader-text{}

/* add */

.alignright{
    float:right;
}
.alignleft{
    float:left;
}

.post.type-post 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.type-post table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.post.type-post table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
.post.type-post  li{
  padding: 0!important;
  list-style: inherit!important;
 }
.post.type-post  ul{
  list-style: disc!important;
  padding-left: 20px!important;
 }
.post.type-post  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }
 img.alignleft, .alignleft img{
  margin-right:10px; 
 }
 img.alignright, .alignright img{
  margin-left:10px;
 } 
.comments ul.comment-list , .comments ul.children {
    list-style: none !important;
    padding-left: 0px !important;
}
 .comments 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;
}
.comments table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.comments table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
.comments  li a a{
  padding: 0!important;
  list-style: inherit!important;
 }
.comments  ul{
  list-style: disc!important;
  padding-left: 20px!important;
 }
.comments  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }

body {
    font-size: 16px !important;
    min-width: 320px;
    line-height: 1.6 !important;
    font-family: 'Roboto', sans-serif !important;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
        color: #333 !important;
}


.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}
.comment-respond .comment-reply-title {
        font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
    line-height: 5.875rem !important;
        font-size: 1.5rem !important;
}
.contact-form.white-form {
    margin-top: 40px;
}
.contact-form.white-form div {
    padding-left: 0px !important;
}
.search-custom {
    margin-top: 40px;
}
.search-custom form {
    width: 40% !important;
}


.wp-caption-text , .gallery-caption , .bypostauthor {}

.comment-list > li ul,.comment-list > li ol {
    margin-bottom: 0px !important;
} 
#sidebar ul >li > ul >li > ul.sub-menu {
     margin: 10px 0 0 5px !important;
}
#sidebar ul >li > ul.sub-menu {
    margin: 10px 0 0 25px !important;
}
 
body.blog .content-section , body.page-template-template-blog .content-section{
    padding-top: 180px;
}
body.blog  header , body.single-post  header ,body.page-template-template-blog  header {
    background: #fff;
}
body.blog .single-post, body.single-post .single-post , body.page-template-template-blog .single-post , body.page-template-default .single-post{
    padding-top: 100px;
}
body.search .content p, body.archive .content p, body.page-template-default .single-post p ,body.blog .single-post p, body.single-post .single-post p , body.page-template-template-blog .single-post p {
    margin: 0 0 20px 0;
    color: #5c5c5c;
}
body.archive .content p,body.blog .content p , body.single-post .content p , body.page-template-template-blog .content p{
    letter-spacing: 0.01875rem;
    line-height: 1.5625rem;
}
body.single-post .single-blog , body.page-template-default .single-blog{
    padding-top: 100px;
}
.post.type-post  ul.social-sharing {
    list-style: none !important;
    padding-left: 0px !important;
}
.page-template  header {
    background-color: inherit;
}
.page-template .is-sticky header {
    background-color: #fff;
}
.page-template-template-home .sf-menu a, .page-template-template-home header .logo {
    color: #fff;
}
.page-template-template-home .description p {
    color: #fafafa;
}
.page-template-template-home .slider .heading-title-big {
    color: rgb(255, 255, 255);
}

.page-template-template-home .btn-description {
    color: #eee;
}
.page-template-template-home .sf-arrows .sf-with-ul:after {
    border-top-color: #fff;
}
.page-template-template-home .sf-menu ul li a {
    color: #606060;
}
.dark.features h3 {
    color: #fff;
}
.dark.features p {
    color: #eee;
}
.dark.features .icon-container {
    border: 3px solid #969595;
}
.dark.testimonials .item-testimonials {
    background-color: #504645;
}
.dark.testimonials .heading-title h2, .dark.testimonials .heading-title p {
    color: #fff;
}
.dark.form-contact .heading-title h2, .dark.form-contact .heading-title p {
    color: #fff;
}
.dark.form-contact input, .dark.form-contact textarea {
    background-color: #504645;
}
.dark.form-contact input::-webkit-input-placeholder, .dark.form-contact textarea::-webkit-input-placeholder {
      color: #fff; }
    .dark.form-contact input::-moz-placeholder, .dark.form-contact textarea::-moz-placeholder {
      color: #fff; }
    .dark.form-contact input:-moz-placeholder, .dark.form-contact textarea:-moz-placeholder {
      color: #fff; }
    .dark.form-contact input:-ms-input-placeholder, .dark.form-contact textarea:-ms-input-placeholder {
      color: #fff; }
  .dark.form-contact input[type="submit"] {
    background-color: #c69c6d; }
.sf-menu li.active a {
    color: #c69c6d;
}
#sidebar:before {
    left: -15% !important;
}
.sf-menu ul ul li {
    background: #fff;
}
form.post-password-form input[type=submit] {
    padding: 0px 5px;
    background: #000;
    color: #fff;
    border-color: #000;
}
 .screen-reader-text {
    display: none;
}

 .post.type-post h1, .comment-list h1 {
    font-size: 2.425rem; 
}
.post.type-post h2, .comment-list h2 {
    font-size: 1.9875rem; 
}
.post.type-post h3, .comment-list h3 {
    font-size: 1.6875rem;
    margin-bottom: 10px;
}
.post.type-post h4, .comment-list h4 {
    font-size: 1.625rem;
    margin-bottom: 10px;
}
.post.type-post h5, .comment-list h5 {
    font-size: 1.5625rem;
    margin-bottom: 10px;
}
.post.type-post h6, .comment-list h6 {
    font-size: 1.5rem;
    margin-bottom: 10px;
} 
 a:hover {
    text-decoration: none;
}
ul.wp-tag-cloud li {
    margin: 0px !important;
}
.comment-list .user .comment-reply-link {
    background: #c69c6d;
    font-size: 9px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    padding: 4px 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-left: 5px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
        color: #fff;
}
.comment-list .user a:hover {
    background: #f8f8f8;
    color: #5c5c5c;
}

#sidebar li{
    list-style: none;
     margin-bottom: 15px;
}
.widget ul.sub-menu{
    display: none;
}
.widget ul.children{
       display: none;
}
.comment-list .children li{
    padding-left: 15px;
}
.comment-list .children .children li{
     padding-left: 25px;
}
.footer-menu ul li ul{
    display: none;
}
.comments ul.children{
    padding-left: 5px !important;
}
.comment-list > li{
    margin: 5px 0;
    padding: 5px 0 5px 0;
}
.comment-list .children li {
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
}
#sidebar {
    padding-top: 100px;
}
.sf-arrows li ul li.menu-item-has-children .sf-with-ul:after{
   display: none;
}
.widget_text select{
    margin-top: 10px;
}
@media (max-width: 1169px) and (min-width: 1024px){
   .testimonials-items .slick-track{
     width:100% !important;
   }
   .testimonials-items .slick-track .slick-slide{
     width:310px !important;
   }
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px !important;
}