/*
Theme Name: Canada Haiti
Version: 100.1.0
Description: A child theme of Bhost
Author: admin
Template: bhost
*/

@import url("../bhost/style.css");

body, button, input, select, textarea, p, a, li, strong {
    font-size: 19px;
	line-height: 31px;
}
a {
	color: #0073aa;
	text-decoration: underline;
}
#primary a:hover,
a:hover, a:focus {
    color: #002b7f;
}

.site-branding {
    padding: 15px;
}
.site-branding .site-title {
    margin-bottom: 5px;
    font-size: 2em;
	margin: 0 0 0.4em;
	font-family: 'Montserrat', sans-serif;
    color: #444;
    text-transform: inherit;
    font-weight: 500;
	display: block;
}
.site-branding .site-title a {
    font-size: 35px;
    text-decoration: none;
    color: #444;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
}
.mainmenu #nav li:before,
.mainmenu .current-menu-ancestor a, .mainmenu .current-menu-ancestor >a:hover, .mainmenu .current-menu-ancestor >a:focus, .mainmenu .current-menu-item > a, .mainmenu .current-menu-item > a:hover, .mainmenu .current-menu-item > a:focus {
	background-color: inherit;
}
.mainmenu #nav li:hover a, .mainmenu #nav li.active a {
    color: #002b7f;
}
.page-template-full-width-page .content-area{
	padding-left: 70px;
    padding-right: 70px;
}

h1.entry-title {
	color:#242630;
	margin-bottom: 25px;
	text-align: center;
}
h2, .h2 {
	color:#242630;
	margin-top: 40px;
	margin-bottom: 25px;
}
h3, .h3 {
	color:#242630;
	margin-top: 40px;
	margin-bottom: 20px;
}

#primary blockquote.wp-block-quote,
#primary blockquote {
	color: #fff;
	border-left: 0;
    background: #002b7f none repeat scroll 0 0;
}
#primary blockquote a{
    color: #fff;
}
#primary blockquote a:hover{
    color: red;
}
figure {
    /* margin: 0; */
}
.entry-footer a, .entry-meta a {
	color: #002b7f;
	display: inline-block;
}
/* Back to top button style */
.to-top {
  position: fixed;
  z-index: 9999;
  bottom: 0px;
  right: 0px;
  display: none;
}
.to-top a.back-to-top {
  text-decoration: none;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 2em;
  width: 50px;
  height: 50px;
  line-height: 60px;
  border-radius: 5px;
  background: #002b7f;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.to-top a.back-to-top:hover {
  opacity: 1;
}

.charity-block {
  display: block;
  margin: 20px 0px;
}

.charity-block a {
  display: inline-block;
}

.charity-block img {
  max-height: 120px;
  width: auto;
  border: 3px dotted #fff;
}

.charity-block img:hover {
  border: 3px dotted #002b7f;
}

@media(max-width:700px) {
  .charity-block img {
    max-height: 180px;
    width: auto;
    border: 3px dotted #fff;
  }
  .charity-block {
    text-align: center;
  }
}

@media (max-width: 767px) {
	body, button, input, select, textarea, p, a, li, strong {
		font-size: 20px;
		line-height: 34px;
	}
	.mean-container .mean-bar {
		margin-bottom: 10px;
	}
	.page-template-full-width-page .content-area {
		padding-left: 20px;
		padding-right: 20px;
	}
	h1.entry-title {
		font-size: 32px;
		line-height: 40px;
		margin-top: 25px;
		margin-bottom: 20px;
	}
	h2, .h2 {
		font-size: 26px;
		line-height: 38px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	h3, .h3 {
		font-size: 22px;
		line-height: 30px;
		margin-top: 30px;
		margin-bottom: 15px;
	}
}

@media (max-width: 480px) {
	#primary {
		margin-bottom: 0;
	}
	article {
		margin: 0;
	}
	h1.entry-title {
		margin-top: 0;
	}
}
