@import url('https://fonts.googleapis.com/css?family=Lora|Playfair+Display|Alegreya&display=swap');


/*------------------------------------
	1. GENERAL
------------------------------------*/
* {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
  	box-shadow: none !important;
	-webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
	text-shadow: none !important;
}
body,
input,
button,
select,
textarea,
label,
.dropdown-menu,
.form-control,
.btn {
	font-family: 'Lora', serif;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
a,
.header a:hover {
	color: #333 !important;
}
a:hover {
	color: #959dae !important;
	text-decoration: none;
}

body {
	padding-top: 0px;
}
legend {
	display: none;	
}
h1,
h2,
h3,
h4,
h5,
.title,
.side-box ul li{
	font-family: 'Playfair Display', serif;
}
h1 {
	font-size: 22px;	
}
h2 {
	font-size: 20px;	
}
h3 {
	font-size: 18px;	
}
.content-container img,
.widget-box img {
	width: 100%;
	height: auto;
}
.card {
	border: none;
	padding-top: 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	margin-bottom: 20px !important;
}
.card-body{
	padding: 0;
}
.card .card-title {
	font-size: 22px;
	line-height: 28px !important;
}

.card .card-title{
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.card .card-image{
	margin-top: 22px;
	margin-bottom: 15px;
}

.card .btn-container{
	margin: 20px 0 !important;
}
.card a.more{
    background-color: #D7A134;
    padding: 7px 12px;
    font-size: 14px;
    color: #fff !important;
}
.card-img-top{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.side-box {
	background-color: #fff;
    margin-bottom: 30px;
}
.side-box .card{
	margin-bottom: 0px !important;
	padding-top: 0px;
	margin-top: 0px !important;
	border-bottom: 0;
}
.side-box .card .card-title{
	padding:0 !important;
	margin-top: 2px;
	margin-bottom: 0;
	text-align: left;
	font-size: 18px;
	text-transform: none
}
.side-box .card .card-image {
	margin-bottom: 8px;
	margin-top: 0;
}
.side-box h2 {
	padding: 10px 0 10px 0;
	font-size: 18px;
	margin-bottom: 10px;
	overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}
.side-box h2:before,
.side-box h2:after {
    background-color: #333;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.side-box h2:before {
    right: 0.5em;
    margin-left: -50%;
}
.side-box h2:after {
    left: 0.5em;
    margin-right: -50%;
}
p.cat{
	text-transform: uppercase;
	font-size: 16px;
}

.navbar-brand,
.header{
	font-family: 'Alegreya', serif;
}
.cat-title{
	text-align: center;
	font-size: 20px;
}
.card-cat .card-subtitle {
	display: none;
}
/*------------------------------------
	HEADER
------------------------------------*/
.container-nav,
.navbar {
	background-color: #fff !important;
}
.container-nav{
	border-bottom: 1px solid #ececec;
}
.navbar-brand {
	color: #777;
}
.navbar-light .navbar-toggler{
	border-color: transparent;
}
.dropdown-menu {
	border: none;
}
.dropdown-item {
	margin-top: 6px;
	font-size: 18px;
}
.navbar-light .navbar-nav .nav-link {
	color: #777 !important;
	text-transform: uppercase;
}
a.dropdown-item:active {
  background-color: #F8F9FA;
  color: #777;
}
a.dropdown-item:hover {
  color: #777 !important;
}

/*------------------------------------
	INDEX
------------------------------------*/
.text-outer-container {
  background-color: rgba(255,255,255,0.85);
  color: white;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 25px 0;
  resize: both;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
   filter: blur(0);
  -webkit-filter: blur(0);
}
.text-container {
	height: 100%;
	width: 100%;
	display: table;	
}
.text h4 {
	font-size: 26px;	
}
.text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 40px;
	height: 100px;	
}
.text p {
	font-style: normal !important;
}
.text p.more {
	margin-top: 50px;
	display: block;
}
p.more {
	margin-top: 20px;
}
.text p.more span,
p.more a span {
	display: none;
}
.text p.more a:after,
p.more a:after {
	content:"Continue Reading";
	color: #fff;
}

span.fa{
	display: none;
}
p.more a,
a.more {
    background-color: #D7A134;
    padding: 7px 12px;
    font-size: 14px;
    color: #fff;
}
p.more a:hover,
a.more:hover {
    background-color:#c6932d;
}
.intro-text{
	margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(240, 242, 244) !important;
    border-top: 1px solid rgb(229, 232, 234);
 }


/*------------------------------------
	DYN PAGE
------------------------------------*/
.mainbody{
	background-color: #fff;
    padding-bottom: 40px !important;
}

.mainbody img{
	margin-top: 20px;
	margin-bottom: 20px;
}
.side-box ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.side-box ul li {
	padding: 8px 0;
	line-height: 22px;
}
.content p a {
	text-decoration: underline !important;
	color: #333 !important;
}
.mainbody h1{
	font-size: 30px;
	text-transform: uppercase;
}
.content p.cat a{
	text-decoration: none !important;
}
.content h1{
	font-size: 30px;
}
.content h2{
	font-size: 24px;
	margin-top: 1.2em;
}
.content h3{
	font-size: 21px;
	margin-top: 1.3em;
}
/*------------------------------------
	FOOTER
------------------------------------*/
.footer {
	background-color: #444;
	text-align: center;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer a {
	color: #fff !important;
}
.footer p{
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.navbar-brand{
		width:  100%;
		display:  block;
	}
	.container-main{
		margin-top: 10px;
	}
	.header {
		padding: 35px 0 15px 0;
		font-size: 40px;
	}
	.header a{
		color: #333;
	}

	.dropdown-menu {
		border: 1px solid #e7e7e7;
	}
	ul li{
		padding-top: 0;
	}
	.cat-title{
		font-size: 28px;
		margin-bottom: 30px;
	}
	.mainbody h1{
		font-size: 30px;
		margin-top: 12px;
		margin-bottom: 20px;
	}
	.mainbody p.cat {
		margin-bottom:0;
	}
}