@charset "UTF-8";
/*
Theme Name:     Hestia Child Big home
Theme URI:      https://themeisle.com/themes/hestia/
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Hestia child big home
Version:        1.1.46
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    hestia-child-bighome
Template: hestia
WordPress Available:  yes
Requires License:    no
Tags: blog, custom-logo, portfolio, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

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.

Hestia is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# General
	## Generic styles
	## Buttons and links
# Navigation
# Forms
# Pagination and navbar
# Typography
# Cards styling
# Tables
# Sections Styling
    ## About Section
    ## Portfolio Section
    ## Contact Section
    ## Team Section
    ## Subscribe Section
# Footer
# Blog
	## Content
	## Sidebar
	## Attachment Page
# Woocommerce Integration
	## My Account Page
	## Generic
	## YITH Magnifier
# Responsive
--------------------------------------------------------------*/
.carousel span.sub-title {
  display: block;
  margin: 10px 0 60px;
  font-family: "Roboto Slab", "Times New Roman", serif;
  font-size: 3vh;
  line-height: 4vh;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1199px) {

.carousel span.sub-title {
  font-size: 2vh;
  line-height: 4vh;
}

}
@media (max-width: 991px) {
    .carousel span.sub-title {
    font-size: 2.5vh;
    line-height: 3.5vh;
  }
}
@media (min-width: 992px) {
   .carousel span.sub-title {
    font-size: 2.5vh;
    line-height: 3.5vh;
  }
}
@media (min-width: 783px) and (min-width: 601px) {
  .carousel span.sub-title {
    font-size: 2.5vh;
    line-height: 3.5vh;
  }
}
@media (min-width: 769px) {
  .carousel span.sub-title {
    font-size: 2.5vh;
    line-height: 3.5vh;
  }
}
@media (max-width: 768px) {

  .carousel span.sub-title {
    font-size: 2.5vh;
    line-height: 3.5vh;
  }

}
@media (max-width: 480px) {
  .carousel span.sub-title {
    font-size: 2.5vh;
    line-height: 3.5vh;
  }
}