/*
Theme Name: intria
Theme URI: http://intria.paul-themes.com/
Author: VK
Author URI: http://paul-themes.com/
Description: intria - Multipurpose WordPress theme
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-colors, custom-header, custom-menu, featured-images, sticky-post, threaded-comments
Text Domain: intria

*/


/* =WordPress Core
-------------------------------------------------------------- */


.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {

    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption p{
    margin-bottom:15px;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;

}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
img {
    max-width: 100%;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}


.gallery-caption {
    color: #707070;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    padding: 7px 0;
}
.bypostauthor {
    width: 100%;
}


.admin-bar  .navbar {
    top: 32px !important;
    padding-bottom: 32px!important;
}
.logostiky {
    display: none;
}
.affix .enable_sticky_logo.logostiky {
    display: inline-block;
}
.affix .enable_sticky_logo.logoheader {
    display: none;
}

.d-none {
    display: none;
}


.navbar-nav ul li a {
    color: #000 !important;
}
.navbar-nav ul li a:hover {
    color: #ada6a6 !important;
}
.lead{
    color: #fff;
}
.blog_side_inner .d-flex img {
    width: 300px;
    height: 100%;
}

.single_blog_content  iframe {
    border: none;
    min-height: 30em;
    height: auto;
    width: 100%;

}


@media only screen and (min-width: 768px) {

    .alignfull {

        width: auto;
        max-width: 100%;
    }

    .alignwide {

        width: auto;
        max-width: 100%;
    }

    .alignwide img,
    .alignfull img {
        display: block;
        margin: 0 auto;
    }
}

.wp-block-pullquote blockquote:before{
    content: '';
}

.alignleft blockquote  , .alignright blockquote {
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;

}
.wp-block-pullquote blockquote p {
    font-style: italic;

}


.single_blog_content hr {
    margin-left: 0;
    margin-bottom: 2rem;
    margin-top: 2rem;
    max-width: 2.25em;
    text-align: left;
    border: none;
    border-bottom: 2px solid rgb(143, 152, 161);

}
hr.is-style-wide{

    max-width: 100%;
}
.wp-block-pullquote {
    border-top: 4px solid rgb(85, 93, 102);
    border-bottom: 4px solid rgb(85, 93, 102);
    color: rgb(64, 70, 77);
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large  ,  .wp-block-quote.aligncenter blockquote{
    font-size: 24px;

    line-height: 36px;
    letter-spacing: .60px;
    font-weight: 300;
    position: relative;
    padding-left: 100px;
    padding-right: 90px;
    margin-bottom: 45px;
    margin-top: 45px;
}
.alignleft blockquote:before  , .alignright blockquote:before , figure.aligncenter blockquote:before    {
    background: none !important;
}

.wp-block-separator.is-style-dots::before {
    content: "\00b7 \00b7 \00b7";
    color: rgb(153, 153, 153);
}

figure.aligncenter {
    margin-bottom: 50px!important;
}
.white_menu .navbar.navbar-expand-lg .nav.navbar-nav li.submenu .dropdown-menu li a{
    color: rgb(38, 58, 79)!important;
}

.header_menu_area.white_menu.navbar_fixed .navbar.navbar-expand-lg .nav.navbar-nav li a {
    line-height: 70px;
    color: rgb(38, 58, 79) !important;
}

.about_image img {
    width: 100%;
}