/*
Theme Name: default
Author: default
Author URI: #
Description: default.
Version: 0.01
Tags: default
*/

@import url(//fonts.googleapis.com/css?family=Roboto);
html {
    position: relative;
    min-height: 100%;
    background-color: #e5f7f5;
}
body {
    padding-top: 70px;
    font-family: 'Roboto',sans-serif;
    margin-bottom: 170px;
}
a:focus, a:hover {
    text-decoration: none;
}
.card-deck-wrapper-overview {
    margin-right: 0;
    margin-left: 0;
}
.card-deck-overview {
    border-spacing: 0.25rem 0;
    display: block;
}
.card-block-overview {
    padding: 0.5rem 1.25rem;
}
.card-featured {
    background: linear-gradient(#ecf5fc, #ffffff);
}
.card-overview {
    background: rgba(255, 255, 255, 0.67);
}
.card-header {
    background: rgba(255, 255, 255, 0.67);
    border-bottom: none;
}
.list-actress {
    max-height: 200px;
    overflow-y: auto;
}
.breadcrumb.box {
    border-radius: 6px; display: block;
    padding: 0.75rem 1rem;
}
.navbar.is-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.navbar-brand img {
    margin-right: 5px;
}
.overview .card-header:hover {
    background: rgba(240, 248, 255, 0.67);
}
.footer {
    padding: 20px;
    font-size: 80%;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.footer .nav-link {
    margin: 0 0.6em 0 0;
}
.footer-icon {
    font-size: 1.5rem;
    color: black;
}
.mb-1 {
    margin-bottom: 0.75rem !important;
}
.mb-2 {
    margin-bottom: 1.5rem !important;
}
.mb-3 {
    margin-bottom: 2rem !important;
}
.card-thumbnail {
    width: 300px;
    border: 2px solid transparent;
}
.dragscroll {
    white-space: nowrap;
    overflow: auto;
}

.link-box {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left: 0;
    z-index: 1;
}
.hover-shadow:hover {
    box-shadow: 1px 3px 7px rgba(0, 0, 0, .3);
    background-color: rgba(255, 255, 255, .07);
}
.g-recaptcha div {
    margin-left: auto;
    margin-right: auto;
}
.text-over-box {
	font-size:0.8rem;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(236, 245, 252, 0.5);
    font-weight: bold;
    color: #000;
    width: 100%;
    text-shadow:
       3px 3px 0 #fff,
     -1px -1px 0 #fff,
      1px -1px 0 #fff,
      -1px 1px 0 #fff,
       1px 1px 0 #fff;
}
.link-box:hover .text-over-box {
    background: rgba(255, 255, 255, 0.87);
}
.thumbnail {
    position: relative;
    display: inline;
}
.thumbnail-text {
	font-size:0.8rem;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 10px;
    background: rgba(236, 245, 252, 0.87);
    font-weight: bold;
    text-shadow:
       3px 3px 0 #fff,
     -1px -1px 0 #fff,
      1px -1px 0 #fff,
      -1px 1px 0 #fff,
       1px 1px 0 #fff;
}
.thumbnail:hover .thumbnail-text {
    display: inherit;
}
.thumbnail a {
    color: unset;
}
.default-page a{
	color: #FFF;
}

.wpcf7-form-control{
	-moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(.375em - 1px);
    padding-left: calc(.625em - 1px);
    padding-right: calc(.625em - 1px);
    padding-top: calc(.375em - 1px);
    position: relative;
    vertical-align: top;
    background-color: #fff;
    border-color: #dbdbdb;
    color: #363636;
    -webkit-box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
    box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
    max-width: 100%;
    width: 100%;
}
.wpcf7 label{
	color: #363636;
    display: block;
    font-size: 1rem;
    font-weight: 700;
	line-height:2.6rem;
}

.wpcf7-submit{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
	margin-top:15px;
	background-color: #00d1b2;
    border-color: transparent;
    color: #fff;
	-moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(.375em - 1px);
    padding-left: calc(.625em - 1px);
    padding-right: calc(.625em - 1px);
    padding-top: calc(.375em - 1px);
    position: relative;
    vertical-align: top;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #363636;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: .75em;
    padding-right: .75em;
    text-align: center;
    white-space: nowrap;
}

.wpcf7-textarea{display: block;
    max-width: 100%;
    min-width: 100%;
    padding: .625em;
    resize: vertical;
}