/*
Theme Name: Predio
Theme URI: http://themetrademark.com/demo/predio
Author: Themezinho
Author URI: http://www.themezinho.net
Description: In 2017, 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.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:  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, accessibility-ready
Text Domain: matelick 

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:
 *
 * 1.0 - Repeatable Patterns
 * 2.0 - CALENDAR STYLES WIDGET

 * ----------------------------------------------------------------------------
 */

/* 1.0 Repeatable Patterns
-------------------------------------------------------------- */

/*single-author*/
.post-box .post-content .post-metas .author a {
    text-decoration: none;
}

/*widget*/
.sidebar .widget h4{
	font-size: 18px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 0;
    border-bottom: #ffbb3f solid 3px;
    display: table;
}
.sidebar .widget ul.gallery li {
    width: 33.33333% !important;
    float: left !important;
    padding: 0 4px 8px 0 !important;
    list-style: none !important;
    border: none !important;
    margin-left: 0px !important;
}
.sidebar .widget_categories ul li,.sidebar .widget ul li{
	display: inline-block;
    width: 100%;
    float: left;
    border: 1px solid #eee;
    list-style: none;
    margin-top: -1px;
    padding: 20px;
    margin-left: -40px;
    width: 320px;
    font-size: 13px;
    font-weight: 700;
}

.sidebar .widget_categories ul li a,.sidebar .widget ul li a{
	text-decoration: none;
	color: #384254;
}

.sidebar .widget_categories ul li a:hover,.sidebar .widget ul li a:hover{
	color: #ffbb3f;
}

.sidebar .widget_categories ul .cat-item-5 a{
    color: #ffbb3f;
}

.sidebar .widget_tag_cloud .tagcloud{
	text-decoration: none;    
}

.sidebar .widget_tag_cloud .tagcloud a{
    height: 26px;    
    line-height: 26px;
    display: inline-block;
    margin-bottom: 5px;
    color: #fff;
    background: #c4c9d3;
    padding: 0 7px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 12px !important;
}

.sidebar .widget_tag_cloud .tagcloud a:hover{
    background-color: #ffbb3f;
}

.sidebar .download-widget{
    margin-top: -35px;
}

/*comment*/
.news .post-comment .comment-title{
    float: left;
    padding: 0;
}

.news .post-comment .comment-title .title{
    font-size: 24px;
    color: #ffbb3f;
    font-weight: 700;
}

.news .row{
    padding-left: 10px;
}
.news .post-comment .comments-area .comment-lists ol, .news .post-comment .comments-area .comment-lists ol ul{
    list-style: none;
}

.news .post-comment .comment-respond .form-submit #submit{
    font-weight: 700;
    color: #384254;
    float: right;
    margin: 15px;
    text-align: center;
    background-color: #ffbb3f;
    height: 30px;
    border-radius: 2px;
}

.comments-area {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 70px;
}
.comment-counter {
    width: 100%;
    height: auto;
    padding: 15px 0px;
    border-bottom: 1px solid #f9f9f9;
    margin-bottom: 20px;
}
.comment-counter .title {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.commentlist {
    list-style: none;
    padding: 0px !important;
}
.commentlist li {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
    padding-bottom: 10px;
}
.commentlist .comment-author {
    position: absolute;
    width: 105px;
    height: 105px;
    padding: 0px 30px 30px 0px;
    border-right: 1px solid #b3b3b3;
    top: 0px;
    left: 0px;
}
.commentlist .comment-author img {
    max-width: 75px;
    max-height: 75px;
    border-radius: 50%;
}

.post-comment .comments-area .children{
    padding-left: 100px;
}

.commentlist .comment-content {
    padding-left: 130px;
    width: 100%;
    height: auto;
    font-size: 0.77rem;
}
.commentlist .comment-content p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.commentlist .comment-content .post-time {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #bfbfbf;
}
.commentlist .comment-content .fn {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #252525;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.commentlist .comment-content .says {
    color: #bfbfbf;
}
.commentlist .comment-content .reply a {
    font-size: 13px;
    text-transform: uppercase;
}
.commentlist li .children {
    list-style: none;
    padding-top: 20px;
}
.comment-form {
    width: 100%;
    height: auto;
    padding: 30px;
    margin-top: 60px;
    box-shadow: 1px 1px 18px 1px #ededed;
}
.comment-form .title {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #404040;
    margin-bottom: 25px;
}
.comment-form .form-control {
    border: 0px;
    border-radius: 0px;
    height: 45px;
    border-bottom: 1px solid #cfcfcf;
    box-shadow: none;
    outline: 0;
    margin-bottom: 30px;
    padding-left: 30px;
    position: relative;
}
.comment-form .icon {
    position: absolute;
    width: 20px;
    height: auto;
    top: 7px;
    left: 20px;
    z-index: 1;
}
.comment-form textarea.form-control {
    height: 120px;
    padding-top: 12px;
}
    
/*categoty title*/
.white{
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

/*carrer*/

.site-content .career-form .form-group .wpcf7-submit{
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    display: inline-block;
    background: #ffbb3f;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.site-content .career-form .form-group .wpcf7-submit:hover{
    background:#; 
    color:#384254; 
    text-decoration:none; 
    box-shadow:0 10px 40px rgba(0,0,0,0.2);
}

/*visual composer*/
/*fun fact*/
#counter .container{
    padding: 0;
}

/*project*/
/*.projects > .custom_projects > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}*/

.hero-filter-image .vc_column_container, .hero-text-rotate .vc_column_container, .hero-video .vc_column_container,.custom_slider, .custom_slider .vc_column_container, .custom_coming ,.custom_coming .vc_column_container {
    height: 100%;
}

.custom_slider .vc_column_container, .custom_coming .vc_column_container {
    position: absolute;
}

/*menu*/
.nav .menu-item ul li .sub-menu{
    width: 200px;
    position: absolute;
    left: 90%;
    top: 0;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 15px rgba(0,0,0,0.2);
}

/*footer*/
.footer-gallery .widget .gallery, .footer-menu .widget .menu-footer-menu-1-container ul{
    margin-left: -40px;
}

.footer .footer-inner-bar .widget_newsletterwidgetminimal h6{
    float: left;
    margin-right: 20px;
    font-weight: 700;
}

.footer .footer-inner-bar .tnp-widget-minimal form {
    display: inline-flex;
}

.footer .footer-inner-bar .tnp-widget-minimal form .tnp-submit{
    width: 80px;
    margin-top: -39px;
    height: 36px;
    line-height: inherit;
    float: right;
    background: #ffbb3f;
    padding: 0 20px;
    margin: 1px;
    border-radius: 2px;
    font-weight: 700;
    float: right;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent !important;
    color: white !important;
}

.navbar-default .navbar-nav li.menu-item-has-children:hover .sub-menu li.menu-item-has-children .sub-menu{
    display: none !important;
}
.navbar-default .navbar-nav li.menu-item-has-children:hover .sub-menu li:hover.menu-item-has-children .sub-menu{
    display: block !important;
}
 
.rev-slider .text1 {
    font-family: 'Playfair Display', serif;
    color: #586f8b !important;
    margin-bottom: 20px !important;
}
.rev-slider .text2 {
    font-weight: 700 !important;
    color: #fff !important;
    position: relative !important;
    padding-right: 20px !important;
}
.rev-slider .slide-btn {
    height: 48px;
    line-height: 50px !important;
    padding: 0 25px !important;
    background: #586f8b !important;
    border-radius: 4px !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}
.rev-slider .slide-btn:hover {
    color: rgb(51, 51, 51) !important;
    background-color: rgb(255, 255, 255) !important;
}
.rev-slider .new-slide-btn {
    color: #fff !important;
    padding: 0 6px !important;
    padding-bottom: 6px !important;
}
.rev-slider .title2-bg {
    padding: 10px 20px !important;
    color: #fff !important;
}
.rev-slider .title1-bg {
    padding: 10px 20px !important;
    color: #fff !important;
}
/*-----------------------------------------------------------------------------------*/
/*  CALENDAR STYLES WIDGET
/*-----------------------------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.wp-caption-text {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}

.widget .gallery-caption {
    line-height: 1.4583;
    padding: 0.5833em 0;
  }
.bypostauthor > article .fn:after {
    top: 7px;
    left: 6px;
  }
.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:6px;
}
#wp-calendar tbody td#today {
    background: #ffba00;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: #ffba00;
}
#wp-calendar tfoot #prev { 
    font-size: 12px; 
    text-transform: uppercase; 
    padding-top: 10px; color: #ffba00;
}

.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_text .textwidget form.wpcf7-form input[type="submit"]{
    width: auto !important;
    padding: 0 20px !important;
}

.widget_nav_menu ul li, .widget_pages ul li {
    color: #827b7d;
    line-height: 28px;
    font-size: 13px;
}
.widget_nav_menu ul li ul, 
.widget_pages ul li ul {
    padding-left: 15px;
}
.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;
}
address{
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #333;
}

#content.meta ul ul,
.blog-desc ul ul {    
    list-style-type: decimal;
}
#content .meta ul ul ul,
.blog-desc ul ul ul{    
    list-style-type: decimal;
}


.hentry ol li{ 
    list-style: inherit;
}
#post-wrap ol,#post-wrap ul,#comments ol,#comments ul{ 
    margin-top: 0px !important;
}
#post-wrap ul,#comments ul{
    margin-bottom: 0px !important;    
}
#comments ul{
    list-style: disc;
    padding-left: 28px;
}

.blog-post ul li ul, 
.blog-post ol li ol,
.blog-fixed ul li ul  {
    margin-bottom: 0;
    margin-left: 1.25em;
}
.blog-post h1, 
.blog-post h2, 
.blog-post h3, 
.blog-post h4, 
.blog-post h5, 
.blog-post h6 {
    text-align: left;
}
blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 10px 19px;
}
blockquote cite {
  color: #ccc;
  display: block;
  font-size: 12px;
}
div.wp-caption.alignnone,
img.alignnone,
.blog-fixed div.wp-caption.alignnone img ,
.blog-post div.wp-caption.alignnone img {
    width: 100% !important;
    height: auto;
}
div.wp-caption.alignnone img{
    max-width: 100%;
    height: auto;
}
.alignright,.alignleft,
.aligncenter,
div.alignleft img,
div.alignright img{
    width: auto !important;
}
.aligncenter{
    text-align: center;
}
.alignright{
    float: right;
}
.alignleft{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.aligncenter img{
    width: auto !important;
}

ul.custom-scroll li.menu-item-has-children ul.sub-menu {
    display: none !important;
}
ul.custom-scroll li.menu-item-has-children:hover ul.sub-menu {
    display: block !important;
    position: absolute;
    list-style: none;
    top: 60px;
    padding-left: 0px;
}
ul.custom-scroll li.menu-item-has-children:hover ul.sub-menu li a{
    background: #efefef;
    border-bottom: 1px solid #ededed;
    display: block;
    font-size: 15px;
    line-height: 42px;
    padding: 0px 45px;
    color: #6a6a6a;
    white-space: nowrap;
    width: 100%;
    opacity: 1 !important;

}
ul.custom-scroll li.menu-item-has-children:hover ul.sub-menu li a:hover{
    background: #e3e3e3;
    color: #444;
    text-decoration: none;
}
ul.custom-scroll li.menu-item-has-children:hover ul.sub-menu li.menu-item-has-children ul.sub-menu{
    display: none !important;
}
ul.custom-scroll li.menu-item-has-children:hover ul.sub-menu li.menu-item-has-children:hover ul.sub-menu{
    display: block !important;
}

.widget ul li{
  line-height: 30px;
  width: 100%;
}
.widget ul.sub-menu{    
    padding: 10px !important;
}


#wp-calendar tfoot #prev,#wp-calendar tfoot #next{
    background: #f5f5f5;
    border: 1px solid #E9E9E9;
    text-align: center;
    padding: 6px;
}

div.gallery{
    display: none;
}
div.author-box img{
    width: auto !important;
}
ul.comment-list li{
    list-style: none;
}
div.tagcloud a{
    font-size: 15px !important;
}

div#error-page .vertical-line{
    height:90px !important;
}
h2.big {
  font-size: 60px ;
  line-height: 64px ;
  font-weight: 100;
  font-family: "Roboto", sans-serif;
  margin-bottom: 50px ;
}
.widget_archive ul li{
    display: -webkit-box;
}
.widget_categories ul li a{
    display: initial;
}
ul.children{
    padding-left: 15px !important;
    list-style: none;
}
.widget_text p strong{
    font-weight: 400;
    opacity: 0.6;
}
label.screen-reader-text{
    display: none;
}

.custom-blog h2,.blog-fixed h2 {
    color: #343434;
    padding-top: 30px;
    text-align: left;
}
.custom-blog h1,.blog-fixed h1 {
    color: #343434;
    padding-top: 30px;
    text-align: left;
}
.custom-blog h3,.blog-fixed h3 {
    color: #343434;
    padding-top: 30px;
    text-align: left;
}
.custom-blog h4,.blog-fixed h4 {
    color: #343434;
    padding-top: 30px;
    text-align: left;
}
.custom-blog h5,.blog-fixed h5 {
    color: #343434;
    text-align: left;
}
.custom-blog h6,.blog-fixed h6 {
    color: #343434;
    padding-top: 30px;
    text-align: left;
}
div.page table,.custom-table-post table{
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}
.post-password-form input[type=submit]{

    background: #1a1a1a;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 6px 19px;
    text-transform: uppercase;
}
.post-password-form input[type=submit]:hover{
    background: #007acc;
    color: #fff;
}
.sidebar .widget_categories ul.children li,.sidebar .widget_pages ul.children li{
    border: none;
    padding: 0px;
    margin-left: 15px;
}
.sidebar .widget_nav_menu ul.sub-menu li{
    border: none;
    padding: 0px;
    margin-left: 13px;
}
.int-header h6.page-title {
    font-size: 40px;
}
.sticky .featured-post {
    border-top: 4px double #ededed;
    border-bottom: 4px double #ededed;
    color: #757575;
    font-size: 15px !important;
    height: auto;
    width: 100%;
    display: inline-block;
    line-height: 3.692307692;
    margin-bottom: 1.714285714rem;
    text-align: center;
}
/* End Calendar */