/*
Theme Name: Visiolingua
Theme URI: http://nick.boldison.com
Author: Nick Elliott-Boldison
Author URI: http://nick.boldison.com
Description: Custom WordPress theme for VET
Version: 2.1
*/


body .um{
	opacity: 1;
}

/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

img{
	height: auto;
	max-width: 100%;
}

.wp-caption{
	max-width: 100%;
}


/* GLOBAL STYLES
-------------------------------------------------- */

body, html{

}

.no-margin{
    margin-top:0;
}

a {
	transition: all 0.5s ease;
}

a:hover,
a:focus {
    text-decoration:none;
}

blockquote{
	font-size: 1em;
}

/* WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    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.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: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	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. */
}

/* header section
-------------------------------------------------- */

.logo{
    font-size: 50px;
    margin: 20px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.logo a{
    color:#000;
}

.logo a:hover{
    color:#0096DB;
}

.social-links{
    margin-top:15px;
    width:auto;
}

.header{
	margin-bottom: 20px;
}

.header p{
	margin-bottom: 20px;
}

.navbar .wpml-ls-legacy-list-horizontal{
	padding:10px 15px 0;
}

.help-link{
	padding: 15px 0 15px;
}

/* links-block
-------------------------------------------------- */

.links-block ul {
    list-style: none;
    margin:0;
    padding:0;
}

.links-block ul li a {
    border-bottom: 1px dotted #d1d1d1;
    color: #4a4a4a;
    display: block;
    margin: 0;
    padding: 9px 0;
}

.links-block ul li a:hover{
    color:#0096DB;
}

/* blog
-------------------------------------------------- */

.blog-links-block ul {
    list-style: none;
    margin:0;
    padding:0;
    font-size:0.9em;
}

.page-content .blog-links-block ul li {
    border-bottom: 1px dotted #d1d1d1;
    display: block;
    margin: 0;
    padding: 9px 0;
}

.blog-links-block ul li a:hover{
    color:#0096DB;
}

.postexcerpt{
    margin-top:10px;
}

.page-content ol,
.page-content ul,
.page-content p{
	margin-bottom: 10px;
	padding-left: 0;
}

.page-content ol li,
.page-content ul li{
	list-style: disc;
	margin: 0 0 10px 20px;
}

.page-content ol li{
	list-style: decimal;
}

.page-content ol ol,
.page-content ul ul{
	margin-top: 10px;
}

.nav-links{
	float:left;
	margin-bottom:30px;
	width:100%;
}

.prevpostlink,
.nextpostlink,
.nav-links > div{
	width:48%;
	float: left;
}

.prevpostlink,
.nav-links .nav-previous{
	float:left;
}

.nextpostlink,
.nav-links .nav-next{
	float:right;
	text-align: right;
}

.nav-links .nav-previous .meta-nav{
	margin-right: 5px;
}

.nav-links .nav-next .meta-nav{
	margin-left: 10px;
}

.author-info h3{
	margin-bottom: 0;
}

.author-avatar{
	margin: 0 15px 10px 0;
}

.gallery-caption{
	background: rgba(0, 0, 0, 0.7);
	bottom: 0;
	color: #fff;
	display: none;
	font-size: 0.7em;
	line-height: normal;
	padding: 10px;
	position: absolute;
	width:100%;
}

.gallery-item a{
	display: block;
}

.gallery-item {
	margin-bottom: 2%;
	margin-right: 2%;
	width: 32%;
}

.gallery-item:hover{
	cursor: pointer;
}

.gallery-item:nth-last-of-type(3n+1){
	margin-right: 0;
}

.gallery-item img{
	width: 100%;
}

/* pagination
-------------------------------------------------- */

.pagination{
    margin-bottom:0;
}

.pagination > li > a, .pagination > li > span {
    color: #4a4a4a;
}

.pagination > li > a:hover {
    color: #0096DB;
}

/* sidebar
-------------------------------------------------- */

.widget{
	float:left;
	margin-bottom: 30px;
	width:100%;
}

.widget_archive ul,
.widget_categories ul,
.widget_comments ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul{
	padding-left: 0;
}

.widget_recent_comments ul li{
	margin-bottom: 10px;
}

.widget_nav_menu ul ul,
.widget_pages ul ul{
	margin-left: 20px;
}

/* comments
-------------------------------------------------- */

.comment .comment{
	margin-left: 110px;
}

.comment.depth-5,
.comment.depth-6,
.comment.depth-7,
.comment.depth-8,
.comment.depth-9,
.comment.depth-10{
	margin-left: 0;
}

.comment-respond{
	margin-bottom: 30px;
}

/* search and searchform
-------------------------------------------------- */

#searchform{
	margin-bottom: 30px;
}

#searchform input{
	float:left;
	width:70%;
}

#searchform button{
	float:right;
	width:27%;
}

/* footer
-------------------------------------------------- */

footer{
    margin-top: 30px;
}

footer ul {
    list-style: none;
    margin:0;
    padding:0;
}

/* teachers list
-------------------------------------------------- */

.panel-hide{
	display: none;
}

#datepicker table td{
	padding:0;
}

.slot-buttons .btn{
	margin-bottom: 5px;
	margin-right: 3%;
	width: 30%;
}

.book-btn,
.book-form{
	display: none;
}

h3{
	margin-bottom: 20px;
}

.overlay{
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	z-index: 1000;
	top: 0;
	left: 0;
	position: fixed;
	display: none;
}

.overlay-inner{
	text-align: center;
	position: relative;
	top: 48%;
}

.current-timezone{
	margin-top: 20px;
}

/* dashboard
-------------------------------------------------- */

.coupon{
	clear: both;
	float: left;
	margin-top: 10px;
}

/* reservations
-------------------------------------------------- */

.table-responsive h3{
	margin-bottom: 30px;
}

/* book lesson
-------------------------------------------------- */

.durations{
	clear: both;
	float: left;
	margin-top: 30px;
	width: 100%;
}

table.duration{
	float: left;
	margin-top: 10px;
	width: 100%;
}

/* FAQs
-------------------------------------------------- */

.faq{
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.um-notice a{
	display: none;
}

.um-own-profile .um-profile-body .um-col-alt{
	display:none;
}

.um-own-profile .um-profile-body .um-col-alt.vet-tran{
	display:block;
}

.um-profile-body .um-right{
	display: none !important;
}

.um-profile-body .um-left {
    width: auto !important;
}

.pppage p {
	margin-bottom: 10px !important;
	line-height: 1.6;
}

.pppage h4 {
	font-weight: 600;
	font-size: 18px;
}

.pppage h3 {
	padding-top: 20px;
	font-size: 20px;
	font-weight: 600;
}

.login-footer__border p{
	float: left;
	margin-bottom: 20px;
}

.login-footer__border p.pplink{
	float: right;
}

.pplogotext{
	padding: 20px 0;
	display: block;
}

.um-account-main {
	width: 100% !important;
	padding: 0 !important;
}

.um-col-alt-b .um-left {
	width: auto !important;
}

.v-basket svg{
	width: 20px;
	fill: #3b6ddf;
	margin-top: 5px;
}

.v-basket svg:hover{
	fill: #000;
}

/* responsive css
-------------------------------------------------- */


@media (max-width: 767px) {
	.navbar-brand{
		height: auto;
	}
	.navbar-brand{
		max-width: 70%;
	}
	.comment .comment{
		margin-left: 0;
	}
	.comment img{
		width:50px;
	}
}

@media (min-width: 768px) and (max-width:992px) {
	.comment.depth-4,
	.comment.depth-5,
	.comment.depth-6,
	.comment.depth-7,
	.comment.depth-8,
	.comment.depth-9,
	.comment.depth-10{
		margin-left: 0;
	}
}
