@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i');
body {
	color: #626262;
	font-family: arial, sans-serif;
	font-size: 17px;
}
h1, h2, h3, h4, h5, h6, .top-bar {
	font-family: 'Playfair Display', serif;
}
a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #8f2a32;
}
a:hover {
}
hr {
    border-top: 2px solid #e5eaef;
}
blockquote {
	background-color: #e5eaef;
	margin-bottom: 20px;
}

/*.btn {
	font-family: 'Playfair Display', serif;
}*/
.btn-transparent {
    background-color: transparent;
	border-radius: 0px;
	border-color: #ccc;
	color: white;
}
.btn-transparent.focus, .btn-transparent:focus, .btn-transparent:hover {
    color: #ccc;
    text-decoration: none;
}
.form-control {
    border-radius: 0px;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.vertical-align {
	display: flex;
	align-items: center;
}
.testimonial_rotator_prev, .testimonial_rotator_next {
    font-size: 30px;
    top: 50%;
}
	
.top-bar {
	background-color: #8f2a32;
	color: white;
}
.top-bar .container {
	padding: 15px;
}

/*.top-bar .container .row {
    display: table;
}
.top-bar .container [class*="col-"]{
    min-height: 60px;
	    display: table-cell;
    vertical-align:middle;
}*/


.top-bar .social a {
	color: white;
	padding-left: 20px;
}

.top-bar .contact a {
	color: white;
}

.top-bar .tel a {
	color: white;
	font-weight: bold;
}

#masthead .container {
	padding-bottom: 0px;
	padding-top: 10px;
}
.logo {
	max-width: 120px;
	margin-right: 25px;
}
.site-title {
	font-size: 50px;
}
.site-title a {
	color: #8f2a32;
}

@media (min-width: 768px) {
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}
}
.navbar {
	margin-bottom: -20px;	
}
.home .navbar {
	margin-bottom: 20px;	
}
.navbar-nav {
	background-color: #fff;
	border-color: #e5eaef;
	border-left: none;
	border-right: none;
	margin-bottom: 0px!important;
	border-top-width: 2px;
}
.navbar-nav>li>a, .navbar-nav>li>a {
	border-top: 5px solid #FFF;
	border-bottom: 5px solid #FFF;
	color: #626262;
	font-weight: bold;
}
.navbar-nav>li>a:focus, .navbar-nav>li>a:hover {
	background-color: #FFF;
	border-top: 5px solid #8f2a32;
}
nav .container {
	padding-bottom: 0px;
}
.main-content-inner {
	padding: 0px;
}
.entry-content table {
	margin-top: 30px;
	margin-bottom: 30px;
}



.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: inline-block!important;
}
.section-2 {
	padding-top: 60px;
	padding-bottom: 80px;
}
.freedom {
	background-image: url(images/family4.jpg);
	background-position: left center;
	background-size: cover;
}
.freedom [class*="col-"] {
	padding: 40px;
}
.toronto-star {
	background-color: rgba(0, 0, 0, 0.1);
}
.section-3 {
	padding-right: 60px;
	padding-left: 60px;
	padding-bottom: 60px;
	padding-top: 80px;
	background-color: #e5eaef;

}
.section-3 a {
	transition: all 0.2s linear;
}


@media (min-width: 992px) {
	.col-md-offset-1-and-half {
		margin-left: 12.499999995%;
	    /*col-md-offset-1 has 8.33333333 // so you multiply 8.33333333 * 1.5 = 12.499999995%*/
	}
}
.section-3 .post-content {
	bottom: 0;
	left: 0;
	position: absolute;
}
.section-3 .thumbnail {
	position: relative;
	padding: 0px;
	border: none;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(0,0,0,0.80);
	transition: all 0.2s linear;
}

.section-3 .thumbnail:hover {
	background-color: rgba(0,0,0,0.50);
}

.section-3 .thumbnail img {
	filter: brightness(50%);
	-webkit-filter: brightness(50%);
	-moz-filter: brightness(50%);
	-o-filter: brightness(50%);
	-ms-filter: brightness(50%);
	opacity: 0.5;
	transition: all 0.3s linear;
}

.section-3 .thumbnail img:hover {
	filter: brightness(80%);
	opacity: 0.8;
}

.thumbnail .caption {
	padding: 10%;
	color: #fff;
}
.thumbnail .btn-transparent {
	border: 2px solid #fff;
	color: #fff;
	font-weight: bold;
}

.section-4 {
	padding-bottom: 60px;
	padding-top: 80px;
	color: #fff;
}
.section-4 .clearfix {
	margin-bottom: 20px;
}

.section-4-parallax {
    /* The image used */
    background-image: url("images/usa-canada1.jpg");
	
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('images/usa-canada1.jpg');

    /* Set a specific height */
    min-height: 810px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-5 {
	background-color: #8f2a32;
	padding-bottom: 60px;
	padding-top: 80px;
	color: white;
}
.section-5 button, .section-5 input, .section-5 textarea {
	color: black;
}
.section-5 label {
}
.section-6 {
	padding-top: 60px;
	padding-bottom: 40px;
}
.section-6 .thumbnail {
	display: inline-block;
	margin: 10px;
	border: none;
}
.site-footer a {
	font-weight: bold;
	font-style: italic;
	color: #e5eaef;
	font-size: 120%;
}
.section-7 {
	background-color: #8f2a32;
	padding-bottom: 60px;
	padding-top: 60px;
	color: white;
	font-size: 13px;
}

.sidebar-padder {
	margin-top: 20px;
	
}
.not-home {
	margin-top: 35px;
	margin-bottom: 30px;
}

.sidebar input, .sidebar select, .sidebar textarea {
    width: 100%;
}

.wpcf7-recaptcha {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 310px;
}

/*MOBILE*/
@media (max-width: 992px){
	.top-bar, .top-bar .tel {
		text-align: center!important;
	}
	.site-title {
    font-size: 20px;
	}
	.h2, h2 {
    	font-size: 24px;
	}
	.wpcf7 textarea, .wpcf7 input {
		width: 100%!important;
	}
	.section-3 .thumbnail {
		width: 100%!important;
		display: block!important;
	}
	.section-3 img {
		margin-left: auto;
		margin-right: auto;
	}

}
