/*
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
-------------------------------------------------------------- */

.whatsapp-button {
	z-index: 9999;
	position: fixed;
	transition: .3s ease-in all;
	bottom: 30px;
	right: 30px;
}

.whatsapp-button:hover {
	transform: scale(1.2);
	cursor: pointer;
}

.pre-request-form {
	padding-top: 130px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pre-request-form p {
	word-wrap: break-word;	
}

input {
	border: none !important;
	outline: none !important;
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="email"] {
	border-radius: 15px;
	width: auto;
}

.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: #263a4f !important;
}

.about_image img {
    width: 100%;
}

.wpcf7-submit,
.post-password-form input[type="submit"], {
    color: #fff;
    min-width: 3.25rem;
    padding: 0.7em 1.764em;
    text-align: center;
    border-radius: 20px;
    font-weight: 500;
    text-shadow: none !important;
    line-height: 22px;
    transition: all .45s;
    background: var(--btn-bg-color);
    box-shadow: none;
    border: none;
}

.wpcf7-submit:hover,
.post-password-form input[type="submit"]:hover {
    background-color: var(--btn-hover-color) !important;
    color: #fff;
}

.form-submit #submit,
.wpcf7-submit {
    font-size: 14px;
    letter-spacing: -0.006em;
    border-radius: 14px;
}

.wpcf7-form label,
.wpcf7-form textarea,
.wpcf7-form input {
    min-width: 100%;
    max-width: 100%;
}

.wpcf7-form input {
    padding: 1rem 22px;
    font-size: 16px;
    letter-spacing: -0.011em;
}

.wpcf7-form textarea {
    padding: 22px;
    font-size: 16px;
    letter-spacing: -0.011em;
}

.wpcf7-form .theme-contact-form h6 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    font-family: inherit;
}

.wpcf7-form input.wpcf7-submit {
    min-width: unset;
    padding: 0.8125em 3.4375em;
}

.wpcf7-form .theme-contact-form h1 {
    text-align: center;
    margin-bottom: 3rem;
}

.wpcf7-not-valid-tip {
    margin-top: 0.5rem;
    margin-left: 1rem;
}

.wpcf7 form .wpcf7-response-output {
    padding: 1rem;
    border-radius: 1.125rem;
    border-width: 1px;
    text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--primary-color);
    background: #fff;
    color: var(--primary-color);
    font-weight: 600;
}

.mcf-submit {
    text-align: right;
}

.wpcf7-form .theme-contact-form .mcf-submit {
    text-align: right;
    margin-top: 1.5rem;
}

.wpcf7 .ajax-loader {
    margin: 12px;
    float: left;
}

.wpcf7-form-control-wrap {
    display: grid;
    margin-top: 5px;
}

.pre-request-submit {
	border: 1px solid white !important;
}

.pre-request-submit:hover {
	color: white !important;
}
