@import url('https://fonts.googleapis.com/css?family=Hind:400,700|Kurale&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: 'Hind', sans-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;
	background-color: #f6f6f6;
}
legend {
	display: none;	
}

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: 20px;
}
.mainbody h1,
.card .card-title {
	font-size: 22px;
	line-height: 28px !important;
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;	
}
.card .card-title,
.card .cat{
	text-align: center;
} 
.card .cat a {
	font-size: 14px;
}
.card .card-image{
	margin-top: 22px;
	margin-bottom: 15px;
}

.card .btn-container{
	margin: 20px 0 !important;
}
.card a.more{
    background-color: #B99D5B;
    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;
    padding: 20px;
}
.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: center;
	font-size: 18px;
	text-transform:uppercase;
	border: 0;
	font-weight: normal;
	line-height: 24px;

}
.side-box .card .card-body{
	padding:0;
}

.side-box .card .card-image {
	margin-bottom: 8px;
	margin-top: 0;
}
.side-box h2 {
	padding: 10px 0 10px 0;
	font-size: 18px;
	margin-bottom: 18px;
	overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.side-box h2.title:before,
.side-box h2.title:after {
    background: #fff;
    border: 8px
 	solid #eee;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 25px;
}
.side-box h2.title:before {
    border-right: 0;
    left: 0;
}
.side-box h2.title:after {
    border-left: 0;
    right: 0;
}

p.cat a{
    background-color: #B99D5B;
    padding: 3px 6px;
    color: #fff !important;
    letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 16px;    
}


.navbar-brand,
.header{
	font-family: 'Kurale', serif;
}
.cat-title{
	text-align: center;
	font-size: 20px;
}
/*------------------------------------
	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
------------------------------------*/
.slider-container {
	position: relative;
	margin-bottom: 25px;
}
.slider-container img {
	display: block;
	width: 100%;
	height: auto;
}
.slider-container a {
	color: #fff !important;	
	text-transform: uppercase;
}
.slider-container a:hover {
	color: #B99D5B;
}
.text-outer-container {
  background-color: rgba(40,48,68,0.7);
  color: white;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 25px 0;

}
.text-container {
	height: 100%;
	width: 100%;
	display: table;	
}
.text h4 {
	font-size: 30px;
	font-weight: bold;
}
.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: none;
}
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:"See Full Article";
	color: #fff;
}

span.fa{
	display: none;
}
p.more a,
a.more {
    background-color: #b99d5b;
    padding: 7px 12px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
p.more a:hover,
a.more:hover {
    background-color:#a58b4d;
}

.intro-text{
	margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 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;
    padding: 20px;
}
.mainbody .cat,
.mainbody h1{
	text-align: center;
}
.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;
	text-align: center;
	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: 40px;
}
.content h2{
	font-size: 30px;
	margin-top: 1.2em;
}
.content h3{
	font-size: 26px;
	margin-top: 1.3em;
}	
/*------------------------------------
	FOOTER
------------------------------------*/
.footer {
	background-color: #333;
	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: 50px;
	}
	.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,
	.card .card-title {
		font-size: 26px;
		border: 8px solid #eee;
	    border-top: 0;
	    border-bottom: 0;
	    margin-top: 25px;
	    margin-bottom: 25px !important;
	}
	.side-box .card .card-title{
		font-size: 16px;
		margin-bottom: 0 !important;
		line-height: 22px !important;
	}	
	.mainbody h1{
		font-size: 30px;
		margin-top: 12px;
		margin-bottom: 20px;
	}
	.mainbody p.cat {
		margin-bottom:0;
	}
}