@import url('https://fonts.googleapis.com/css?family=Raleway:400,800');

body {
  	/* min-height: 75rem; */
	padding-top:30px;
    font-family: 'Raleway', sans-serif !important;
	font-display: swap;
}

.logo-container img {
    height:90px;
    width:229px;
}

#wow-modal-window-3 .popup-image {
	aspect-ratio: attr(width) / attr(height);
}

.navbar-light .navbar-nav .nav-link {
    color: #58595b!important;
	text-transform:uppercase;
	transition: 0.3s;
}

.navbar{
	padding:0px!important;
}

.navbar-dark .navbar-toggler {
	border-color:#000!important;
	color:#000!important;
}

.navbar-nav .dropdown-menu {
	margin-top:0;
}

.form-control:focus {
    border: 1px solid #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.btn.focus, .btn:focus {
	box-shadow:none;
}

button:focus {
	outline: none;
}

.btn-gray {
	color: #fff;
    background-color: #5d5d5d;
    border-color: #5d5d5d;
	box-shadow: none;
}

.btn.btn-gray:hover, .btn.btn-gray:focus {
    color:#c3c2c2;
}

a {
	color:#ed1c24;
}

a:hover {
	color:#5A5A5D;
}

/*=========================
  Icons
 ================= */

/* footer social icons */
.myfoot ul.social-network {
	text-align:center !important;	
	margin-top:0 !important;
}

ul.social-network {
	list-style: none;
	margin-left:0 !important;
	padding: 0;
	margin-top:40px;
	width:100%;
	text-align:right;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}

/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 30px;border:1px solid #000;
	height:30px;
	font-size:15px;
}
.social-circle li i {
	margin:0;
	line-height:30px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #58595b;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

ul.social-network a {
 	background-color: #fff;   
}

.myfoot .social-circle li a {
	border:2px solid #000;
	width: 50px;font-size:20px;
	height:50px;
}

.myfoot .social-circle li i {
	line-height:50px;
}

.mybg2{
	background:url("https://reincanada.com/wp-content/themes/rein-new/images/bg2.webp"); 
	padding:80px!important;  
	background-repeat:no-repeat;
	background-size:cover;
	min-height:654px;
	margin:0px;
	padding-top:140px!important;
}

.overflow-hidden {overflow:hidden}

/*.mybg {
	background:url(../images/caro.png); 
	padding:80px!important;  
	background-repeat:no-repeat;
	background-size:cover;
	min-height:554px !important;
	margin:0px;
}*/

main.container a {
	-webkit-transition: color 0.2s ease-out !important;
    -moz-transition: color 0.2s ease-out !important;
    -o-transition: color 0.2s ease-out !important;
    transition: color 0.2s ease-out !important;
}

/*.redtext{
	color:#f00000!important;
	font-size:60px;
}*/

.option-desc {
	background-color: #e2e2e2;
    width: 70% !important;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: -100px;
    margin-bottom: 0 !important;
}

.optin-button {
	background-color: #e2e2e2;
    width: 70% !important;
    display: block;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 20px;
	padding-bottom: 30px;
}

.option-desc div {
	padding:30px;
	text-align:center;
}

.option-desc div p a {
	font-size: 1.5rem;
	color: #f00000;
}

.option-desc div p a:hover {
	color: #58595B;
	text-decoration: none;
}

main.blog-post, main.blog-archive {
	width:80%;
}

main.blog-post h1, main.blog-archive h1 {
	font-weight: bolder;
	color: #212529;
	margin-bottom: 20px;
}

main.blog-post .content {
	color: #58595b;
}

main.blog-archive .read-more {
	text-align: right;
	margin-bottom: 20px;
	margin-right: 20px;
}

main.blog-archive h3 a {
	color: #474849;
}

main.blog-archive h3 a:hover {
	color: #212529;
	text-decoration: none;
}

main.blog-archive hr {
	margin-bottom: 30px;
}

main.blog-archive .entry-date, main.blog-post .entry-date {
	margin-top: -10px;
    font-size: 0.8rem;
	margin-bottom: 10px;
	margin-left: 1px;
}

main.blog-post .featured-image {
	width:100%;
	margin-bottom: 40px;
	margin-top: 40px;
}

main.blog-archive .featured-image {
	width: 10rem;
	float: left;
    padding-right: 20px;
    margin-top: 5px;
}

.scroll-reveal {
	visibility: hidden;
}

main .option01 {
    background: url("https://reincanada.com/wp-content/themes/rein-new/images/option02.webp");
    text-align:center;
    height:350px;
    background-repeat:no-repeat;
    background-size:cover;
	background-position: center;
}

main .option02 {
    background: url("https://reincanada.com/wp-content/themes/rein-new/images/option05.webp");
    text-align:center;
    height:350px;
    background-repeat:no-repeat;
    background-size:cover;
	background-position: center;
}

main .option03 {
    background: url("https://reincanada.com/wp-content/themes/rein-new/images/option04.png");
    text-align:center;
    height:350px;
    background-repeat:no-repeat;
    background-size:cover;
	background-position: center;
}

.page-template-default .page-title {
    display:none;
}

.header-text {
    max-width:400px;
}

#menu-top-menu li {
	font-size:0.8rem;
	font-weight:bolder;
}

#image-gallery .gallery-item img {
	border:0;
	padding: 0 10px;
}

/* Testimonials Section */
.testimonial-inner .testimonial-content p {
	font-size:1.5rem !important;
}
.testimonial-inner .testimonial-name {
	font-size:1.5rem !important;
}
/* Testimonials Section */

/* Event Banners */
#metaslider-id-13168 { 
	max-width: 1200px;
    display: block;
    margin: 0 auto;
}
/* Event Banners */

/* About Us */

/*About Us */

@media (max-width: 959px) {
	.mybg {
		background-size:auto;
	}
}

@media (max-width: 767px) {
	main.blog-post, main.blog-archive {
		width:90%;
	}
	.testimonial-header {
		text-align:center !important;
	}
	.mybg2{
		padding:0 !important;  
	}
	.mybg {
		padding:20px !important;
	}
	.myfoot {
		padding:50px 20px !important;
	}
	#gallery-1 .gallery-item {
		width: 100% !important;
    	padding: 10px 0;
	}
	.about-us-box {
		top:auto !important;
	}
	.navbar-toggler {
		width:100%;
	}
	.navbar-nav {
		padding:0 10px;
	}
	.contact-iframe {
		height:850px !important;
	}
	#searchform {
		margin-top:20px;
	}
	.mec-event-title {
		font-size: 8px !important;
		padding: 3px 0 !important;
		line-height: 11px !important;
	}
}

@media (max-width: 575px) {
	ul.social-network {
		margin-top:10px;
		text-align:center;
	}
	.logo-container {
		text-align:center;
	}
	.testimonial-inner .testimonial-content p {
		font-size:1rem !important;
	}
	.testimonial-inner .testimonial-name {
		font-size:1rem !important;
	}
	.mybg2{
		min-height:unset;
	}

}

/*Industry Updates*/
.industry-updates {
	font-family: 'Raleway', sans-serif !important;
}
.industry-updates .featured-image {
	width:100%;
	margin-bottom:30px;
}
.industry-updates .header-image img {
	width:100%;
}
.industry-updates .header-image {
	margin-bottom: 30px;
}
.industry-updates .read-more {
	width: 100%;
    text-align: right;
}
.industry-updates .btn-red {
	color:#fff;
	background-color:#ed1c24;
	margin-top:30px;
}
.industry-updates .btn-red:hover {
	background-color:#5d5d5d;
}
.industry-updates .main-content .scroll-reveal a {
	color: #fff;
    text-decoration: none;
}
.industry-updates .main-content .scroll-reveal a:hover {
	text-decoration: underline;
}
.industry-updates .main-content h3 {
	margin-top:0;
	margin-bottom:25px;
	background-color: #ed1c24;
    padding: 10px 20px;
	border-radius: 5px;
}
.industry-updates .main-content hr {
	margin-top:50px;
	margin-bottom:50px;
}
.industry-updates-single .entry-date {
	margin-bottom:30px;
}
/*END Industry Updates*/

/* Search Result */
.search-results .main-content {
	padding: 25px 45px 0;
}
.search-results h2 {
	margin-bottom:25px;
}
.search-results .read-more {
	width: 100%;
    text-align: right;
}
.search-results .btn-red {
	display:none;
	color:#fff;
	background-color:#ed1c24;
}
.search-results .pagination {
	margin-top:50px;
}
.search-results .pagination a {
	font-size: 19px;
    font-weight: bold;
}
/* End Search Result */

/*About Us & Contacts */
.contact-iframe {
	height:750px;
}
/*END About Us & Contacts */

/*Plugin CSS*/
.embed_download {
	display:none;
}

/* Blog Header|Footer */
.header-container {
	padding:0;
}
.header-container img {
	width:100%;
}
/* END Blog Header|Footer */

/* Read More Collapse */
.readmore-collapse {
	text-align:right;
	color: #ed1c24;
}
.readmore-collapse a:hover {
    text-decoration:underline !important;
}
/* END Read More Collapse */

/*Product Catalog*/
.prod-cat-information {
   display:none;
}
.prod-cat-category-label .prod-cat-category-name.blockCatHeading {
   background-color: #ED1C24;
   font-size: 1.8rem;
   font-weight: bold;
}
/*END Product Catalog*/