@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Source+Sans+Pro|Courgette&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: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
a,
.header a:hover {
	color: #333 !important;
}
a:hover {
	color: #9c8156 !important;
	text-decoration: none;
}

body {
	padding-top: 0px;
	background-color: #dde0e5;	
}
legend {
	display: none;	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Playfair Display', serif;	
	text-transform: uppercase;
	letter-spacing: 1px;
}
h1 {
	font-size: 26px;	
}
h2 {
	font-size: 20px;	
}
h3 {
	font-size: 18px;	
}
.card{
	-webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}

p.cat{
	-webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}
.title {
	margin-bottom: 25px;
	text-align: center;
}
.content-container img,
.widget-box img {
	width: 100%;
	height: auto;
}
.card {
	border: none;
	padding: 10px 10px 25px 10px;
}
.card-body{
	padding: 0;
}
.card .card-image img{
	-webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}
.card .card-title{
	font-size: 22px;
	line-height: 26px !important;
	font-family: 'Playfair Display', serif;	
	text-transform: uppercase;
}
.card .btn-container{
	margin: 20px 0 !important;
}
.card .cat {
	margin-top: 12px !important;
}
.card .card-title,
.card .cat {
	margin-bottom: 12px !important;	
}
.card-img-top{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.side-box {
	background-color: #fff;
    margin-bottom: 30px;
    padding-top: 20px;
	-webkit-border-radius: 0 0 10px 10px !important;
    -moz-border-radius: 0 0 10px 10px  !important;
    border-radius: 0 0 10px 10px  !important;  
}
.side-box .card{
	margin-bottom: 15px !important;
	padding-top: 0px;
	margin-top: 0px !important;
	padding-bottom: 10px;
}
.side-box .card .card-title{
	padding:0 !important;
	margin-top: 2px;
	margin-bottom: 0;
	text-align: left;
	font-size: 18px;
}
.side-box .cat{
	margin-top: 4px !important;
	margin-bottom: 6px !important;
}
.side-box .card .card-image {
	margin-bottom: 8px;
	margin-top: 0;
}
.side-box-heading{
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
    padding: 16px;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
    background-color: #fff;
    margin: 0 0 3px 0;
	-webkit-border-radius: 10px 10px 0 0!important;
    -moz-border-radius: 10px 10px 0 0 !important;
    border-radius: 10px 10px 0 0 !important;    
}
.side-box-heading span{
	font-size: 26px;
	margin-bottom: 20px;	
}
p.cat{
	font-size: 16px;
	background-color: #9C8156;
	padding: 1px 8px;
	display: inline-block;
}
p.cat a{
	color: #fff !important
}
.leftcol {
	margin-bottom: 50px;
}

/*------------------------------------
	HEADER
------------------------------------*/
.container-nav{
	margin-bottom: 30px;
	background-color: #222;
}
.bg-light {
    background-color: transparent !important;
}
.navbar-light .navbar-toggler{
	border-color: transparent;
}
.navbar-brand,
.navbar-brand:hover{
	font-family: 'Courgette', cursive;
	color: #fff !important;
}

.dropdown-menu {
	border: none;
	background-color: #222;
}
.dropdown-item {
	margin-top: 6px;
	font-size: 18px;
	color: #fff !important;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff !important;
}
a.dropdown-item:active {
  color: #fff;
}
a.dropdown-item:hover {
	background-color: #222;
    color: #fff !important;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/*------------------------------------
	INDEX
------------------------------------*/
.carousel-container{
	display: none !important;
}

.item {
	position: relative;
}
.item:after {
	position: absolute;
	z-index: 0;
	content: "";
	height: 80%;
	width: 100%;
	left: 0;
	bottom: 0;
	background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 95%);
	background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 95%);
	background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 95%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#B3000000', GradientType=0);
}
.item .title {
	position: absolute;
	top: 70%;
	left: 15px;
	z-index: 1;
}
.item .title h3 {
	font-weight: bold;
	font-size: 30px;
}
.item .title h3 a{
	color: #fff !important;	
}
.module-grey-container{
	margin-bottom: 25px;
	float: left;
}
.module-grey-container .title {
	background-color: #222;
}
.module-grey-container .title h3 {
	margin: 0;
	padding: 10px;
	font-size:18px;
	font-weight: bold;
	line-height: 25px;
}
.module-grey-container .title .cat {
	margin: 0 0 0 10px;
	padding: 0;
}
.module-white-container .cat {
	margin: 9px 0 0 0;
	padding: 0;
}
.module-white-container {
	background-color: #fff;
	padding-top: 12px;
	padding-bottom: 12px;
}
.module-white-container img {
	margin-bottom: 12px;
}
.left-col-modules .module-white-container {
	margin-bottom: 20px;
}
.left-col-modules .module-white-container p {
	font-size: 16px;
	line-height: 20px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.right-col-modules .module-white-container h3 {
	font-size: 16px;
	line-height: 20px;
	margin-top: 0px;
}
.module-white-container h3 {
	margin-bottom: 10px;
	margin-top: 12px;
}
.module-white-container h3,
.related h3 {
	font-size: 18px;
	line-height: 25px;
}
.carousel-container {
	margin-top: 50px;
}
.intro-text{
	margin-top: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
 }


/*------------------------------------
	DYN PAGE
------------------------------------*/
.mainbody{
	background-color: #fff;
    padding-top: 0px !important;
    padding-bottom: 40px !important;
    margin-bottom: 50px;
    display: table;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px  !important;
    border-radius: 10px !important; 
}
.mainbody img{
    -webkit-border-radius: 10px 10px 0 0!important;
    -moz-border-radius: 10px 10px 0 0 !important;
    border-radius: 10px 10px 0 0 !important; 
}
.mainbody .content p{
	line-height: 28px;
}
.mainbody .content {
	border-top: 2px solid #DDE0E5;
	padding-top: 40px;
}

.mainbody .content {
	padding-left: 20px;
	padding-right: 20px;
}
.mainbody .cat-container{
	text-align: center;
	height: 40px;
}
.mainbody p.cat,
.mainbody h1{
	text-align: center;
}
.mainbody h1{
	margin-top: 20px;
	margin-bottom: 20px;
}
.mainbody .img-cont {
    display: table-header-group;
}
.side-box ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.side-box ul li {
	padding: 8px 0;
	border-bottom: 1px solid #F0F2F4;
	line-height: 22px;
}

.content p a {
	text-decoration: underline !important;
	color: #333 !important;
}
.content h2{
	font-size: 26px;
	margin-top: 1em;
}
.content h3{
	font-size: 22px;
	margin-top: 1.2em;
}
/*------------------------------------
	FOOTER
------------------------------------*/
.footer {
	background-color: #fff;
	text-align: center;
	color: #333;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer a {
	color: #333 !important;
}
.footer p{
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.container-nav{
		margin-bottom: 50px;
		background-color: transparent;
	}

	.navbar-brand,
	.navbar-brand:hover{
		color: #333 !important;
	}
	.navbar-brand{
		margin-bottom: 15px;
		font-size: 48px;
	}
	.navbar{
		align-items:flex-start!important;
		flex-direction: column!important;
		display: flex!important;
		margin-top: 30px;
	}
	.navbar-light .navbar-brand,
	.navbar-nav {
		margin: 0 auto;
	}
	.navbar-expand-lg .navbar-collapse{
		background-color: #fff;
	    -webkit-border-radius: 10px !important;
    	-moz-border-radius: 10px  !important;
    	border-radius: 10px !important; 
    	width: 100%;
    	margin-top: 30px;
	}
	p.cat {
		font-size: 12px;
	}
	.card{
		flex-direction: row!important;
		display: flex!important;
	}
	.card-image,
	.card-body {
		width: 50%;
	}
	.card-title{
		font-size: 20px;
	}	
	.card-text{
		font-size: 14px;
	}
	.card-body {
		margin-left: 16px;
	}
	.card .cat {
		margin-top: 0 !important;
	}
	.side-box {
	    padding-left: 0px;
	    padding-right: 0px;
	    padding-top: 10px;	    
	}	
	.side-box .card .card-title{
		font-size: 16px;
		line-height: 22px !important;
	}
	.container-main{
		margin-top: 10px;
	}
	.header {
		padding: 35px 0 15px 0;
		font-size: 40px;
		text-transform: uppercase;
	}
	.header a{
		color: #333;
	}
	.title {
		font-size: 36px;
	}
	.dropdown-menu {
		border: 1px solid #e7e7e7;
		background-color: #fff;
	}
	.navbar-light .navbar-nav .nav-link,
	a.dropdown-item  {
		color: #333 !important;
	}
	a.dropdown-item:hover{
		background-color: #9C8156;
		color: #fff;
	}

	ul li{
		padding-top: 0;
	}

	.mainbody h1{
		font-size: 32px;
		margin-bottom: 2px;
	}

	.container-category{
    	min-height: 800px;
	}

}