/*------------------------------------
	Theme: Haddock
	Version: 2
------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,600|Lato:400,700|Oswald&display=swap');

/*------------------------------------
	1. GENERAL
------------------------------------*/
body,
input,
button,
select,
textarea,
label,
.dropdown-menu,
.form-control,
.btn {
	font-family: 'Roboto', sans-serif;
	color: #444;
	font-size: 18px;
	
}
body {
	background-color: #f3f3f3;
}

legend {
	display: none;	
}

h1,
h2,
h3,
h4 {
	font-weight:700;
	letter-spacing: 2px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}
h1{
	font-size: 26px;
}
h2{
	font-size: 20px;
}
p {
	line-height: 26px;
}
a {
	color: #444;
}

a:hover,
.content-main p a,
.related a:hover {
	color: #009cff;
}
a:hover {
	text-decoration: none;	
}
.btn {
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 12px 35px;
	color:#fff;
	margin-bottom: 20px;
	border: 0;
}

h1.title{
	text-align: center;
	margin-bottom: 25px !important;
	margin-top: 35px !important;
}
h3.card-title {
	font-size: 20px;
	line-height: 28px;
}
.cat{
	font-weight:400;
	font-size: 15px;
	text-transform: uppercase;
	border-radius: 20px;
	background-color: #61c436;
	padding: 4px 14px;
	margin: 0 0 25px 0;	
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	line-height: 20px; 

}

.cat a {
	color: #fff;
}


.card {

	border: none;
}
.card-body a.btn {
	display: none;
}
.card-img-top{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
/*------------------------------------
	HEADER
------------------------------------*/
.bg-light {
	background-color: #fff !important;
	border-bottom: 1px solid #e7e7e7;	
}
.navbar-brand {
	font-family: 'Oswald', sans-serif;
}
.navbar-brand,
.navbar-brand:hover {
	color: #333;	
}
.navbar-nav {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
}
.navbar-nav li a{
	color: #777 !important;
}
.navbar-nav li a:hover{
	color: #333 !important;
}
.dropdown-menu{
	border:none;
}
a.nav-link:hover {

}
a.dropdown-item:hover {
	color: #fff;
	background-color: #E7E7E7;
}
.navbar-light .navbar-toggler {
	border-color: transparent;	
}
.dropdown-item {
	margin-top: 6px;
	font-size: 16px;
}

/*------------------------------------
	INDEX
------------------------------------*/
.intro-text {
	background-color: #e0e0e0;
	padding: 50px 0;
	margin-top: 60px;
	text-align:center;
}
.related {
	background-color: #111;
	padding: 25px 0 40px 0;
}
.related h4 {
	color: #eee;
	text-align: center;
	margin-bottom: 20px !important;
	margin-top: 5px !important;
	font-size: 20px;
}
.related .card {
	background-color: transparent;
	margin-bottom: 0 !important;
}
.related .card p {
	text-align: center;
	margin-bottom: 0px;
}

.related .card p a {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}
.related .card img {
	display: none;
}
.related .card-body  {
	padding: 0 !important;
}
.widget-container{
	margin-bottom: 12px;
}

/*------------------------------------
	DYNPAGE
------------------------------------*/

.content-main {
	padding-bottom: 20px;
}

.content h1{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px !important;
}
.sidebar .widget,
.related p {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 1px;
	font-size: 14px;
}


.content-main p a {
	text-decoration: underline !important;
	color: #444  !important;
}
.content {
	margin-bottom: 30px;
}
.content-main h2{
	font-size: 20px;margin-top: 1.5em;
}
.content-main h3{
	font-size: 18px;margin-top: 1.5em;
}
.sidebar {
	background-color: #fff;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
	box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
	padding: 15px;
	margin-bottom: 30px;
}
.sidebar .widget li {
	padding: 13px 0;
	border-bottom: 1px solid #eee;
}
.sidebar .widget li img{
	margin-bottom: 12px;
}
.sidebar h4 {
	margin-top: 0;
	margin-bottom: 25px;
}
.sidebar .widget li:first-child {
	padding-top: 0;	
}
.content .cat,
.sidebar .cat {
	font-size: 15px;
	border-radius: 0px;
	background-color: transparent;
	padding: 0;
}
.content .cat a,
.sidebar .cat a {
	color: #999;	
}
.internal-link-container {
	margin-bottom: 15px;
}
.internal-link-container img {
	width: 100%;
}
.content-main p {
	margin-bottom: 26px;
}

.rightside h3 {
	font-size: 16px;
}
.rightside p {
	font-size: 16px;
}

/*------------------------------------
	FOOTER
------------------------------------*/
.footer {
	background-color: #111;
	font-size: 16px;
	text-align: center;
	padding-top: 20px;
	color: #eee;
}


@media (min-width: 992px) {
	.navbar{
		align-items:flex-start!important;
		flex-direction: column!important;
		display: flex!important;
	}
	.navbar-brand,
	.navbar-collapse {
		margin: 0 auto;
	}
	.navbar-nav .dropdown-menu{
		border:1px solid #e7e7e7;
	}
	.navbar-light .navbar-brand{
		font-size: 50px;
	}
	.container-category{
		min-height: 800px;
	}
	h3.card-title {
		font-size: 17px;
		line-height: 22px;
	}
	h4.title {
		font-size: 18px;
	}
	p {
		font-size: 16px;
		line-height: 24px;
	}
	.cat {
		font-size: 11px;
		padding: 2px 12px;
	}
	.related .card img {
		display: block;
	}
	.widget-container{
		margin-bottom: 30px;
	}
	.related .card-body  {
		padding-top: 8px !important;
	}
	.related .card p a {
		color: #fff;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 600;
	}
	.content{
		background-color: #fff;
		padding: 30px;
	}
	.internal-link-container {
		flex-direction: row!important;
		display: flex!important;
	}
	.sidebar .card{
		-webkit-box-shadow:none;
		box-shadow: none;
	}

	.sidebar .card-image,
	.sidebar .card-body {
		width: 50%;
	}
	.sidebar .card-body {
		margin-left: 16px;
		padding: 0 !important;
	}
	.sidebar h3.card-title {
		font-size: 12px;
		line-height: 16px;
		margin-top: 5px;
		margin-bottom: 1px;
	}
	.sidebar .widget  {
		font-size: 12px;
	}
	.content .cat a,
	.sidebar .cat a {
		font-size: 12px;	
	}
}