/*
Theme Name: Profo
Theme URI: http://shtheme.com/demosd/profo
Author: Vergatheme
Author URI: https://themeforest.net/user/vergatheme
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: profo

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
---------------------------------------------------*/
.logged-in .header {
    top: 32px;
}
.page-template-home01 .header{
    top: 82px;
}
.comment-form-cookies-consent {
    display: none;
}
.blog.blog-details .blog-comment-box form input[type=submit] {
    background: #ff0e1f;
    height: 50px;
    width: auto;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    border: 1px solid #ff0e1f;
    cursor: pointer;
    -webkit-box-shadow: 2.911px 13.694px 27px 0px rgba(249, 29, 45, 0.59);
    box-shadow: 2.911px 13.694px 27px 0px rgba(249, 29, 45, 0.59);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 0 30px;
    border-radius: 50px;
    margin-top: 30px;
}
.logged-in .blog.blog-details .blog-comment-box form input[type=submit]  {
    margin-top: 0px;
}
.blog.blog-details .blog-comment-box form input[type=submit]:hover {
    background: transparent;
}
.comment-reply-title {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding: 0 0 20px;
    margin-bottom: 40px;
}
.comment-reply-title:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #ff0e1f;
}
.logged-in-as {
    display: none;
}
aside.widget_archive ul li:first-child {
    border-top: none;
    padding-top: 0;
}
aside.widget_archive ul li {
    border-top: 1px solid #3e3e42;
    padding: 14px 0 15px;
    color: #fff;
    text-align: right;
}
aside.widget_archive ul li a {
    display: inline-block;
    color: #fff;
    font-family: "Poppins", sans-serif;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
    float: left;
}
aside.widget_archive ul li a:after {
    position: absolute;
    content: '';
    left: 10px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background: #ff0e1f;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 0;
    border-radius: 50%;
}
aside.widget_archive ul li a:hover {
    padding-left: 30px;
    color: #ff0e1f;
}
aside.widget_archive ul li a:hover:after {
    opacity: 1;
}



aside.widget_categories ul li:first-child {
    border-top: none;
    padding-top: 0;
}
aside.widget_categories ul li {
    border-top: 1px solid #3e3e42;
    padding: 14px 0 15px;
    color: #fff;
    text-align: right;
}
aside.widget_categories ul li a {
    display: inline-block;
    color: #fff;
    font-family: "Poppins", sans-serif;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
    float: left;
}
aside.widget_categories ul li a:after {
    position: absolute;
    content: '';
    left: 10px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background: #ff0e1f;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 0;
    border-radius: 50%;
}
aside.widget_categories ul li a:hover {
    padding-left: 30px;
    color: #ff0e1f;
}
aside.widget_categories ul li a:hover:after {
    opacity: 1;
}
aside.widget_tag_cloud li {
    display: inline-block;
}
aside.widget_tag_cloud a {
    display: inline-block;
    padding: 10px 20px;
    background: #1d1d1e;
    color: #fff;
    text-transform: capitalize;
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 5px;
    margin-right: 1px;
    border-radius: 50px;
    font-size: 15px!important;
}
aside.widget_tag_cloud a:hover {
    background: #ff0e1f;
}
.blog .single-blog .part-text .meta-info .single-meta span.text a {
    color: #fff;
    text-transform: capitalize;
}
.profo-pagination nav .pagination  .page-numbers {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 0;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #fff;
    background: #1d1d1d;
    border: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-right: 10px;
    position: relative;
    display: block;
}
.profo-pagination nav .pagination  .page-numbers:focus, 
.profo-pagination nav .pagination  .page-numbers:hover,
.profo-pagination nav .pagination  .page-numbers.current {
    background: #ff0e1f;
    -webkit-box-shadow: none;
    box-shadow: none;
}
 
.news .single-news {
    margin-bottom: 30px;
}
.news {
    padding-bottom: 90px;
}
.wpcf7-validation-errors {
    color: white;
    margin-top: 10px!important;
    margin-left: 0!important;
}
body.page-template-home05 {
    background: #1d1d1d;
}
.service .single-service {
    margin-bottom: 30px;
}
.service {
    padding-bottom: 90px;
}
.single-member .bar-level-wrapper {
    width: 230px!important;
}
.goolge-map-content img {
    margin-bottom: 5px;
}
.goolge-map-content .icon {
    display: inline-block;
}
.goolge-map-content .tag {
    display: block;
    margin-bottom: 5px;
}
.goolge-map-content h5 {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}
body.blog {
    padding: 0;
}
ul.navbar-nav > li > a.dropdown-item:hover,  ul.navbar-nav > li > a.dropdown-item:focus {
    background-color: unset;
}
.widget_search input#s {
    box-sizing: border-box;
}
.footer br {
    display: none;
}
.fa-map-marker:before {
    content:"\f041";
}
.content-404 {
    padding: 50px;
    min-height: 660px!important;
    text-align: center;
    background-color: #1d1d1d;
    color: white;
}
.content-404 h2 {
    font-size: 180px;
    margin-bottom: 0;
    margin-top: 10px;
}
.content-404 h3 {
    margin-top: 30px;
}
.content-404 h4 {
    margin-top: 25px;
}
.content-404 .redirect-to-home { 
    display: inline-block; 
    text-align: center;
    line-height: 45px;
    border-radius: 3px;
    color: #fff;
    background: #ff0e1f;
    -webkit-box-shadow: -1px 4px 30px 0px rgba(255, 14, 31, 0.64);
    box-shadow: -1px 4px 30px 0px rgba(255, 14, 31, 0.64);
    margin-top: 38px;
    border: 1px solid #ff0e1f;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.content-404 .redirect-to-home:hover {
    background: transparent;
    color: #ff0e1f;
}
.search-custom .search_widget form .submit_button {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    background: #1f1f1f;
    color: #fff;
    outline: none;
    border: none;
    border-left: 1px solid #363636;
    cursor: pointer;
    border-radius: 0 50px 50px 0;
    font-size: 14px;
}
.search-custom .search_widget form input {
    width: 50%;
    height: 50px;
    background: #1f1f1f;
    border: none;
    border-radius: 50px;
    padding: 0 30px;
    color: #fff;
    box-sizing: border-box;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

@media (max-width: 768px) {
    .search-custom .search_widget form input {
        width: 90%;
    }
}

.search-custom h4 {
    font-size: 17px;
    margin-bottom: 20px;
    color: #fff;
}
.part-img {
    text-align: center;
}
.search-custom {
    margin-bottom: 120px;
}
@media only screen and (max-width: 991px) {
    .sidebar .single-widget .search_widget {
         margin-bottom: 40px; 
    }
}
.profo-breadcrumb {
    background-size: cover!important;
}
.logged-in .blog.blog-details .blog-comment-box form textarea {
    margin-bottom: 30px!important;
}
.blog.blog-details .blog_comment .single_comment .part-text .comment-reply-link {
    border: 1px solid #ff0e1f;
    color: #fff;
    background: transparent;
    width: 80px;
    height: 30px;
    font-size: 15px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-align: center;
    line-height: 27px;
}
.blog.blog-details .blog_comment .single_comment .part-text .comment-reply-link:hover {
    background: #ff0e1f;
    color: #fff!important;
}
.comment-reply-title *{
    color: #fff;
}
#respond {
    padding-top: 50px;
    margin-top: -50px;
}
.single_comment .part_img img {
    height: auto;
}
.blog .single-blog .part-text p {
    color: #e4e3e3;
}
.sidebar .single-widget .recent_news_widget .single_news .part-text span {
    color: #e4e3e3;
}
.footer .about-widget p {
    color: #e4e3e3;
}
.footer .address-widget .single-line ul li {
    color: #e4e3e3;
}
.blog.blog-details .blog_comment .single_comment .part-text span.date-info {
    font-size: 14px;
    color: #e4e3e3;
    margin-bottom: 18px;
}
.blog.blog-details .blog_comment .single_comment .part-text p {
    color: #e4e3e3;
    margin: 0;
}
.news .single-news .part-text .read_more {
    font-weight: 500;
    letter-spacing: 1px; 
}
.instagram-widget .single-feed p{
    display: none;
}
@media (max-width: 768px) {
    .service-2nd .single-service {
        max-width: 369px;
        margin: 0 auto 30px;
    }
    .portfolio-2nd .filterizr__elements .filtr-item .single-portfolio {
        max-width: 351px;
        margin: 0 auto 30px;
    }
    .team .single-member .part-img {
        max-width: 206px;
        margin: 0 auto 20px;
    }
    .news .single-news {
        max-width: 368px;
        margin: 0 auto 20px;
    }
    .team .single-member-parent {
        max-width: 100%;
        margin: 0 auto;
    }
    .team .single-member-parent .single-member {
        max-width: 290px;
        margin: 0 auto 30px;
    }
    .footer-home2 .about-widget {
        max-width: 330px;
    }
    .footer .textwidget {
        margin-bottom: 30px;
    }
    .instagram-widget .single-feed {
        max-width: 135px;
    }
    
}
