﻿/**
 *	@package	 Loyalé - HTML5 Template - version 1.2
 *	@copyright	 Copyright (C) 7Studio 2009 - 2019 - seventhemes.com  All rights reserved.
 *	@license	 https://themeforest.net/licenses/terms/regular
**/


/**
 * Please use this file to store any custom CSS style.
 */

/* Font families */
body {
	font-family: 'Merriweather', serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn,
.main-nav,
.tabs li a,
.article-header .time,
.masonry-nav > ul li a,
.dropcap:first-letter {
	font-family: 'Playfair Display SC', serif;
}


/* Colors */
a,
a:active,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #934141;
}

button, a,
a:active,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn {
	background-color: #934141;
    color: #ffffff;
}

.text-box {
    padding-top:10px;
}

.btn-primary {
	background-color: #333333;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #050505;
}

.canceledtest {
    text-decoration: line-through;
}

.article-header .time {
	background-color: #baae99;
}

.module.color-title .module-title {
	background-color: #baae99;
}

.module.color .module-title > * {
	color: #baae99;
}

.module.box-color {
	background-color: #baae99;
	color: #ece6d9;
}
.module.box-color2 {
	background-color: #9AA4A3;
	color: #ece6d9;
}

.module.box-color3 {
    background-color: #867D70;
	color: #ece6d9;
    
}
.module.border-color .module-title {
	border-bottom: 2px solid #baae99;
}

.module.border-color-top .module-title {
	border-top: 2px solid #baae99;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.program-title h1 {
    font-size: 32px !important;
}

.regular-links a {
    color: #0F6FBB !important;
    background-color: #ffffff !important;
}
.regular-links a:hover {
    text-decoration: underline !important;
    
}

.trans-image img {
   
  opacity: 0.2;

}

