<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: Psicologialondra
Theme URI: https://psicologialondra.com
Author: the VE team
Author URI: https://psicologialondra.com
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: psicologialondra
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, block-patterns

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.

psicologialondra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
/*
 * Chrome renders extra-wide &amp;nbsp; characters for the Hoefler Text font.
 * This results in a jumping cursor when typing in both the Classic and block
 * editors. The following font-face override fixes the issue by manually inserting
 * a custom font that includes just a Hoefler Text space replacement for that
 * character instead.
 */
 

.fa-angle-down:before {
    content: "\f107";
    margin-left: 6px !important;
    color: #a6c4c9;
}
.services-section div.col-sm-6:first-child::after {
    content: "";
    height: 50%;
    display: block;
    border-left: 2px solid #ccc;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
   }
.col-md-12.dr-details {
    padding: 26px;
}

.col-md-12.dr-details p {
    text-align: left;
   color: #b7b2b2;
   font-family: 'Roboto';
}
.booking-content-col {
    width: 100%;
    display: inline-block;
}
.contactus-text .form-row input, .contact-form-col .form-row textarea, .contactus-text .form-row select {
    border: #898989 solid 1px;
    width: 100%;
    display: inline-block;
    height: 50px;
    padding: 10px 20px;
    color: #898989;
    font-size: 16px;
    line-height: 22px;
    font-family: 'roboto-regular';
    border-radius: 5px;
    outline: none;
}
.fa-angle-up:before {
    margin-left: 6px !important;
    color: #a6c4c9;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
}
.fa-angle-down:before {
    content: "\f0d7" !important;
}
.fa-angle-up:before {
    content: "\f0d8" !important;
}
.fa-chevron-down:before {
    content: "\f107";
	color:#8b8686;
}
.otgs-development-site-front-end{
	display:none !important;
}

@media only screen and (max-width: 768px)  {
.slider-section img {
    height: 350px;
    object-fit: cover;
    object-position: 0px 0px;
}
 .slider-section img {
    margin-top: -75px;
}
	.latest-news-section {
    padding: 0 0 10px;
}
	.col-md-12.copywrite {
      clear: both;
}
.services-section .row .col-md-6 a {
    bottom: -15px !important;
}
.home.page-template .services-section .row .col-md-6 a {
    bottom: 25px !important;
}
.subscribe-col button {
    width: 27%;
}
.subscribe-col input {
    width: 72%;
}
	.header-right-search {
    margin-right: 12px;
}
}</pre></body></html>