@import url('https://fonts.googleapis.com/css?family=Oswald|Slabo+27px|Lato&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: 'Slabo 27px', serif;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
a {
	color: #333 !important;
}
a:hover {
	color: #af7b64 !important;
	text-decoration: none;
}

body {
	padding-top: 0px;
	background-color: #F6F5F6;	
}
legend {
	display: none;	
}

h1,
h2,
h3,
h4,
h5,
h6,
.widget-box p,
.side-box a {
	font-family: 'Oswald', sans-serif;
}
h1 {
	font-size:30px;
}
h2.title {
	display: none;

}
h2.side-title {
	background: #f5f6f5;
    font-weight: 700;
    left: 50%;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

h2 {
	font-size: 20px;	
}
h3 {
	font-size: 18px;	
}

.content-container img,
.widget-box img {
	width: 100%;
	height: auto;
}
.card {
	border: none;
	overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06) !important;
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06) !important;
    -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06) !important;
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06) !important;
    background-color: #fff;
}
.card .card-title {
	font-size: 18px;
	line-height: 24px !important;
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: normal;
}
.card .card-body{
    text-align: center;
}
.card .card-body h3{
    font-family: 'Lato', sans-serif;
}
.card-img-top{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
p.cat {
	font-size: 14px;
	margin-bottom: 8px !important;
	text-transform: uppercase;
	margin-top: 0 !important;
	font-family: 'Oswald', sans-serif;
}

.card .card-image{
	margin-bottom: 12px;
}
hr {
	border: 1px solid #000;
}

.header {
	margin-top: 20px;
	font-family: 'Oswald', sans-serif;
}
ol {
	padding-left: 0;
}
ol li {
    margin: 0 0 8px 0;
    padding: 0 0 12px 0;
    text-align: left;
    list-style-type: none;
	line-height: 22px;
	font-family: 'Lato', sans-serif;
}

.row-mainbody{
	padding: 30px 0 50px 0;
}
/*------------------------------------
	HEADER
------------------------------------*/
.container-nav,
.navbar{
	background-color: #222 !important;	
}
.navbar {
	margin-bottom: 15px !important;
	font-family: 'Oswald', sans-serif;
}
.navbar-light .navbar-brand {
	color: #fff !important;
}
.navbar-light .navbar-toggler{
	border-color: transparent;
}
.dropdown-menu {
	border: none;
	background-color: transparent;
	font-family: 'Oswald', sans-serif;
}
.dropdown-item {
	margin-top: 6px;
	font-size: 18px;
	color: #fff !important;
	font-family: 'Oswald', sans-serif;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff !important;
	text-transform: uppercase;
}
a.dropdown-item:active {
  background-color: #F8F9FA;
  color: #fff;
}
a.dropdown-item:hover {
  background-color: transparent;
  color: #fff;
}
.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");
}

/*------------------------------------
	CATEGORY
------------------------------------*/
.category-mainbody{
    min-height: 800px;

}

/*------------------------------------
	DYNAMIC
------------------------------------*/
.content-container{
	margin-bottom: 30px;
}
.content-container h1{
	margin-bottom: 12px !important;
}
.content-container .mainbody h2{
	font-size: 30px;margin-top: 1em;
}
.content-container .mainbody h3{
	font-size: 24px;margin-top: 1.2em;
}
.content-container p.cat a{
	color: #999 !important;
}
.content-container p.cat {
	margin-bottom: 20px !important;
}
.content-container .mainbody{
	margin-bottom: 50px;
}
.content-container .mainbody p a{
	text-decoration: underline !important;
	color: #333  !important;
}
.content-container .title-inner{
	padding-top: 20px;
}
.side-container-outer{
	border: 1px solid #e4e4e4;
    float: left;
    padding: 30px 20px;
    position: relative;
    width: 100%;
    margin-bottom: 60px;
 }
.side-container-outer .card {
	border: 0;
	border-bottom: 1px solid #ededed;
	margin-bottom: 15px !important;
	font-family: 'Lato', sans-serif;
	background-color: transparent;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;	
}
.side-container-outer .card-image{
	display: none;
}
.side-container-outer .card-body{
	padding: 0;
}
.side-container-outer .card-title{
	text-align: left;
	padding-bottom: 0px;
	text-transform: none !important;
}
.mainbody{
	border-bottom: 2px solid #333;
	padding-bottom: 40px;
	margin-bottom: 30px;
}
/*------------------------------------
	FOOTER
------------------------------------*/
footer{
	margin-top: 50px;
	text-align: center;
}

/*------------------------------------
	INDEX
------------------------------------*/
.intro-text{
	margin-bottom: 50px;
	margin-top: 50px;
}

@media (min-width: 992px) {
	h1 {
		font-size: 40px;
	}
	h2.title {
		font-size: 32px;
	}
	.row-mainbody{
		border-top: 1px solid #ededed;
	}
	.header {
		margin-top: 40px;
		margin-bottom: 20px;
		padding-bottom: 30px;
		font-size: 50px;
		line-height: 60px;
		text-transform: uppercase;
	}
	.header a{
		color: #333;
	}
	ul li{
		padding-top: 0;
	}
	ol li {
		font-size: 16px;
		line-height: 22px;
	}	
	a.dropdown-item {
		color: #333 !important;
	}
	a.dropdown-item:hover {
		background-color: #F5F5F5;
	}
	.dropdown-menu {
		border: 1px solid #ededed;
		background-color: #fff;
	}
	.card .card-body h3{
	    font-size: 16px;
	}
	.side-container-outer .card {
		border: 0;
	}
	.side-container-outer .card-image{
		display: block;
		margin-bottom: 0;
	}
	.side-container-outer .card-title{
		text-align: left;
		padding-bottom: 0px;
		margin-top: 4px;
		font-size: 16px !important;
		line-height: 20px !important;
	}
	h2.side-title{
		font-size: 18px;
	}
}