/*
Theme Name:   SwimAcademy Child
Template:     swimacademy
Author:       QuanticaLabs
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  swimacademy-child
*/

.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text {
	border-bottom: 1px solid #a6a6a6 !important;
	padding:0;
}

.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea {
    border:  1px solid #a6a6a6 !important;
}

html .vc_row {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
}

.theme-page .theme-page-content {
    padding-top: 0px !important;
}

ul, ol {
    margin-left: 50px;
}

.theme-component-team-member-list .theme-component-team-member-list-item>div {
    display:block;
}

html .vc_row {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.theme-menu.theme-menu-default>ul>li>a>span:first-child {
    width: auto;
	height: 4px;
}

.theme-page .theme-page-header .theme-page-header-title.theme-page-header-title-type-text h1 {
    margin-top: 30px;
}

.theme-main div h1 {
	padding-bottom:40px;
}

.text-white {
	color:white;
}

div.vc_column-inner.center-align {
	  margin: auto;
  width: 50%;
}

.ml-1 {
	margin-left: 20px !important
}

.theme-component-team-member-list .theme-component-team-member-list-item>div>span {
	    position: relative;
    top: -50px;
    right: -200px;
}

hr {
	margin-top:0px;
	margin-bottom:0px;
}

.table_component {
    overflow: auto;
    width: 100%;
}

.table_component table {
    border: 1px solid #dededf;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: left;
}

.table_component caption {
    caption-side: top;
    text-align: left;
}

.table_component th {
    border: 1px solid #dededf;
    background-color: #eceff1;
    color: #000000;
    padding: 5px;
}

.table_component td {
    border: 1px solid #dededf;
    background-color: #ffffff;
    color: #000000;
    padding: 5px;
}

.pum-theme-2228, .pum-theme-default-theme {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.theme-post .theme-post-layout-top {
    height: 220px !important;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    html .theme-page .theme-page-header .theme-component-button {
        display: inline-block;
    }
}

.fc-widget-content .fc-scroller.fc-day-grid-container {
	height: 400px !important;
}

