﻿/*
 Theme Name:   Oria Child
 Theme URI:    http://
 Description:  My first child theme
 Author:       
 Author URI:   
 Template:     oria
 Version:      1.0.0
 Tags:         custom-colors, custom-background, custom-menu, custom-header, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  oria_child
*/

@font-face {
	font-family: 'Bitter';  
	src: url(/wp-content/themes/oria/fonts/Bitter-Regular.otf);  
	color: #3f3f3f;
	font-weight: normal;
}
		
@font-face {
	font-family: 'BitterBold';  
	src: url(/wp-content/themes/oria/fonts/Bitter-Bold_0.otf);  
	font-weight: normal;
}

		
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 300;
	src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v6/y7lebkjgREBJK96VQi37Zo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	background-color: rgba(63, 63, 63, 0.5);
	position: relative;
	z-index: 13;
}

.main-navigation a {
	color: #fff;
}

.main-navigation li {
	float: left;
	position: relative;
	z-index: 11;
	text-transform: none;
	font-family: 'Bitter', Oswald, sans-serif;
	font-size: 20px;
}

.entry-title a {
	color: #3f3f3f;
	text-decoration: none;
}


h1 {
	font-family: 'Bitter';  
	text-align: left;
	color: #3f3f3f;
	font-size: 30px;
}

body {
	font-family: 'Bitter', sans-serif;
	font-size: 15px;
	color: #3f3f3f;
	word-wrap: break-word;
	line-height: 1.7;
	background-color: #FFFFFF;

}

.entry-title {
	text-align: left;
	margin: 15px 0;
}

.main-navigation a:hover {
	background-color: rgba(63, 63, 63, 0.2);
}

.main-navigation ul ul li {
	text-transform: none;
	color: #3f3f3f;
	font-family: 'Bitter', sans-serif;
	font-size: 14px;
}

.site-header::after {
	content: ”;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.1);
}

.site-footer {
	background-color: #FFFFFF;
}

.fullwidth-single .content-area {
	width: 100% !important;
}

.fullwidth {
	width: 100% !important;
}

.content-wrapper {
	background-color: #fff;
	padding: 45px 30px;
	margin-top: 30px;
	margin-bottom: 45px;
	border: 0px solid #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1c1c1c;
	font-family: 'Bitter', sans-serif;
	font-weight: 300;
}

.oria-slider {
	position: relative;
	clear: both;
	padding: 15px;
	border-bottom: 0px solid #e8e8e8;
	background-color: #fff;
}